.width {
  width: 80%;
  margin: 0 auto;
}
.green-btn {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  background-color: #63b02d;
  color: #fff;
  margin: 35px auto 0;
  border-radius: 5px;
}
.green-btn::after {
  position: absolute;
  content: "";
  background-image: url(../images/top-white-arrow.png);
  width: 9px;
  height: 13px;
  top: 33%;
  right: 4%;
  background-size: contain;
  background-repeat: no-repeat;
}
.content .gray-zone {
  background-color: #f2f2f2;
  padding: 16px 0;
}
.content .gray-zone .breadcrumb img {
  width: 15px;
  margin-right: 5px;
}
.content .green-zone {
  background-color: #63b02d;
  padding: 30px 0 250px;
}
.content .green-zone .ttl {
  width: 100%;
  font-size: 28px;
  border-bottom: 8px;
  color: #fff;
  border-bottom: 3px solid #fff;
}
.content .green-zone .category-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
  font-size: 12px;
}
.content .green-zone .category-flex .category {
  color: #fff;
  text-decoration: underline;
  margin-right: 15px;
  margin-bottom: 5px;
}
.item-zone {
  background-color: #f2f2f2;
  padding-bottom: 80px;
}
.item-zone .big-left {
  width: 65%;
  margin-top: -240px;
  margin-right: 5%;
}
.item-zone .big-left .item-slick .prev {
  position: absolute;
  content: "";
  background-image: url(../images/top-mv-arrow.png);
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0;
  transform: rotate(-180deg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.item-zone .big-left .item-slick .next {
  position: absolute;
  content: "";
  background-image: url(../images/top-mv-arrow.png);
  width: 30px;
  height: 30px;
  top: 47%;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.item-zone .big-left .item-slick .img-box {
  margin-left: 7.5%;
}
.item-zone .big-left .item-slick .img-box img {
  width: 100%;
  border-radius: 15px;
}
.item-zone .big-left .thumbnail-list {
  width: 65%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #e2e2e2;
  margin: 30px auto 45px;
  padding: 15px;
  border-radius: 5px;
}
.item-zone .big-left .thumbnail-list .thumbnail-item {
  width: 18%;
}
.item-zone .big-left .thumbnail-list .thumbnail-item.thumbnail-current {
  border: 2px solid #63b02d;
  opacity: 0.6;
}
.item-zone .big-left .thumbnail-list .thumbnail-item .img-box img {
  width: 100%;
}
.item-zone .big-left .block .ttl {
  padding: 15px 30px;
  border-radius: 10px 10px 0 0;
}
.item-zone .big-left .block .description {
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.item-zone .big-left .about-item {
  width: 85%;
  margin: 0 auto 20px;
}
.item-zone .big-left .about-item .ttl {
  background-color: #e2e2e2;
}
.item-zone .big-left .about-item .description {
  border: 2px solid #e2e2e2;
}
.item-zone .big-left .warn-item {
  width: 85%;
  margin: 0 auto 60px;
}
.item-zone .big-left .warn-item .ttl {
  background-color: #eec6c6;
}
.item-zone .big-left .warn-item .description {
  border: 2px solid #eec6c6;
}
.item-zone .big-left .detail-table {
  width: 85%;
  margin: 0 auto;
  padding: 0 30px;
}
.item-zone .big-left .detail-table .ttl {
  margin-bottom: 20px;
}
.item-zone .big-left .detail-table .line {
  display: flex;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #c5c5c5;
}
.item-zone .big-left .detail-table .line .left {
  width: 25%;
}
.item-zone .big-left .detail-table .line .right {
  width: 75%;
}
.item-zone .big-right {
  width: 30%;
  margin-top: -240px;
}
.item-zone .big-right .shopping-box {
  position: relative;
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.item-zone .big-right .shopping-box.new-item::after {
  position: absolute;
  content: "";
  background-image: url(../images/detail-new.png);
  width: 45px;
  height: 45px;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.item-zone .big-right .shopping-box .head {
  display: flex;
  align-items: flex-end;
  border-bottom: 2px solid #63b02d;
  padding-bottom: 7px;
  margin-bottom: 10px;
}
.item-zone .big-right .shopping-box .text-box .pre-price {
  font-size: 12px;
  color: #989898;
}
.item-zone .big-right .shopping-box .text-box .price {
  font-size: 28px;
  color: #f01414;
}
.item-zone .big-right .shopping-box .text-box .price span {
  font-size: 15px;
  color: #000;
}
.item-zone .big-right .shopping-box .img-box {
  width: 20%;
}
.item-zone .big-right .shopping-box .info-group {
  border-bottom: 1px solid #63b02d;
  margin-bottom: 20px;
}
.item-zone .big-right .shopping-box .info {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.item-zone .big-right .shopping-box .info:last-of-type {
  border-bottom: 0;
}
.item-zone .big-right .shopping-box .info .sub-ttl {
  font-size: 12px;
  color: #989898;
}
.item-zone .big-right .shopping-box .cart-field {
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 10px;
}
.item-zone .big-right .shopping-box .cart-box {
  background-color: #e88300;
  border-radius: 8px;
  color: #fff;
  display: flex;
  cursor: pointer;
}
.item-zone .big-right .shopping-box .cart-box:hover {
  opacity: 0.5;
}
.item-zone .big-right .shopping-box .cart-box .img-box {
  width: 20%;
  max-width: 55px;
  padding: 12px;
  border-right: 1px solid #fff;
}
.item-zone .big-right .shopping-box .cart-box .description {
  padding: 14px;
  font-size: 16px;
}
.item-zone .big-right .delivery-field .ttl {
  padding-bottom: 8px;
  border-bottom: 1px solid #63b02d;
}
.item-zone .big-right .delivery-field .catch-copy {
  font-size: 13px;
  color: #63b02d;
  margin: 15px 0 10px;
}
.item-zone .big-right .delivery-field .description {
  font-size: 13px;
  margin-bottom: 20px;
}
.item-zone .big-right .delivery-field .delivery-flex {
  display: flex;
  margin-bottom: 20px;
}
.item-zone .big-right .delivery-field .delivery-flex .img-box {
  width: 40%;
  padding: 15px;
}
.item-zone .big-right .delivery-field .delivery-flex .explain {
  width: 60%;
  font-size: 11px;
}
.item-zone .big-right .delivery-field .link {
  display: flex;
  align-items: center;
  color: #ff7200;
  text-decoration: underline;
  margin-bottom: 10px;
}
.item-zone .big-right .delivery-field .link img {
  width: 5px;
  margin-right: 5px;
}
.item-zone .big-right .first-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 20px;
}
.item-zone .big-right .second-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item-zone .big-right .first-flex .item-box {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.item-zone .big-right .second-flex .item-box {
  width: 48%;
  background-color: #fff;
  padding: 6px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.item-zone .big-right .first-flex .item-box img,
.item-zone .big-right .second-flex .item-box img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .item-zone .width {
    width: 90%;
  }
  .item-zone .big-left {
    width: 60%;
    margin-right: 5%;
  }
  .item-zone .big-right {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .item-zone .width {
    width: 80%;
  }
  .item-zone .flex {
    flex-direction: column;
  }
  .item-zone .big-left {
    width: 100%;
  }
  .item-zone .big-right {
    width: 100%;
    margin-top: 0;
  }
  .item-zone .big-right .flex768 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .item-zone .big-right .flex768 .block1 {
    width: 51%;
  }
  .item-zone .big-right .flex768 .block2 {
    width: 45%;
  }
  .item-zone .big-right .first-flex {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .content .green-zone .ttl {
    font-size: 24px;
  }
  .width,
  .item-zone .width {
    width: 90%;
  }
  .item-zone {
    padding-bottom: 40px;
  }
  .item-zone .big-left .item-slick .prev {
    width: 25px;
    height: 30px;
    top: 45%;
    left: 0;
  }
  .item-zone .big-left .item-slick .next {
    width: 25px;
    height: 30px;
    top: 42.5%;
    right: 0;
  }
  .item-zone .big-left .thumbnail-list {
    width: 100%;
    margin: 30px auto;
  }
  .item-zone .big-left .about-item {
    width: 100%;
  }
  .item-zone .big-left .warn-item {
    width: 100%;
  }
  .item-zone .big-left .block .description {
    padding: 15px;
  }
  .item-zone .big-left .detail-table {
    width: 100%;
    padding: 0;
  }
  .item-zone .big-left .detail-table .line .left {
    font-weight: 700;
  }
  .item-zone .big-right .flex768 {
    display: block;
  }
  .item-zone .big-right .flex768 .block1 {
    width: 90%;
    margin: 0 auto;
  }
  .item-zone .big-right .flex768 .block2 {
    width: 90%;
    margin: 0 auto;
  }
}
.relate-item-zone {
  padding: 45px 0;
  text-align: center;
}
.relate-item-zone .ttl {
  font-size: 20px;
  color: #63b02d;
}
.relate-item-zone .item-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 30px 0;
}
.relate-item-zone .item-group .item-box {
  width: 18%;
  margin-right: 2.5%;
  text-align: left;
}
.relate-item-zone .item-group .item-box:last-of-type {
  margin-right: 0;
}
.relate-item-zone .item-group .item-box .img-box {
  margin-bottom: 10px;
}
.relate-item-zone .item-group .item-box .category {
  font-size: 10px;
  color: #999;
}
.relate-item-zone .item-group .item-box .name {
  font-size: 14px;
}
.relate-item-zone .item-group .item-box .price {
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .relate-item-zone .item-group {
    margin: 30px 0 0;
  }
  .relate-item-zone .item-group .item-box {
    width: 30%;
    margin-right: 5%;
    text-align: left;
    margin-bottom: 20px;
  }
  .relate-item-zone .item-group .item-box:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .relate-item-zone.width {
    width: 90%;
  }
  .relate-item-zone .item-group .item-box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .relate-item-zone .item-group .item-box:nth-of-type(3n) {
    margin-right: 4%;
  }
  .relate-item-zone .item-group .item-box:nth-of-type(2n) {
    margin-right: 0;
  }
}
.gray-line {
  width: 100%;
  height: 70px;
  background-color: #f2f2f2;
}
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 65%;
}
.custom-dropdown select {
  background-image: linear-gradient(#f6f7f9, #e8eaed);
  font-size: 12px;
  width: 100%;
  padding: 3px 10px;
  border: 1px solid #adb1b8;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: button;
}
.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-image: linear-gradient(#f6f7f9, #e8eaed);
}
.custom-dropdown::after {
  border-bottom: solid 2px #555;
  border-right: solid 2px #555;
  width: 6px;
  height: 6px;
  top: 28%;
  right: 5.5%;
  transform: rotate(45deg);
}
.custom-dropdown::before {
  width: 30px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
  background-image: linear-gradient(#f6f7f9, #e8eaed);
  border: 1px solid #adb1b8;
}
.custom-dropdown select[disabled] {
  color: rgba(0, 0, 0, 0.3);
}
.custom-dropdown select[disabled]::after {
  color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1280px) {
  .custom-dropdown::after {
    right: 6.5%;
  }
}
