main {
  padding-top: 62px;
}

.swiper-slide img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_container {
  margin-bottom: 54px;
}
@media screen and (min-width: 1100px) {
  .main_container {
    margin-bottom: 92px;
  }
}

.no-cart {
  color: #D50C24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px 8px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  .no-cart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cart_btn {
  display: block;
  background-color: #D50C24;
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 23px;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .cart_btn {
    height: 50px;
    line-height: 50px;
    border-radius: 29px;
    font-size: 1.6rem;
  }
}
.cart_btn.sold {
  background-color: #B9B9B9;
  color: white;
}
@media screen and (min-width: 1100px) {
  .cart_btn.sold::after {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .cart_btn::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/ico_cart-w.svg) no-repeat;
    background-size: contain;
    width: 27px;
    height: 27px;
    right: 16px;
    bottom: 10px;
  }
}

.top_container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .top_container {
    max-width: calc(90vw + 35px);
    padding-top: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .top_container {
    max-width: 1050px;
  }
}
.top_container .gallery {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .top_container .gallery {
    width: 45vw;
    overflow: hidden;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .gallery {
    width: 500px;
  }
}
.top_container .gallery .gallery_top {
  position: relative;
}
.top_container .gallery .gallery_top .swiper-slide {
  position: relative;
}
.top_container .gallery .gallery_top .swiper-slide .btn-favorite {
  background-image: url(../images/btn_favorite.png);
  background-size: contain;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 25px;
  height: 32px;
  cursor: pointer;
}
.top_container .gallery .gallery_top .swiper-slide .btn-favorite.on {
  background-image: url(../images/btn_favorite_on.png);
}
@media screen and (min-width: 768px) {
  .top_container .gallery .gallery_top .swiper-slide .btn-favorite {
    right: 14px;
    bottom: 10px;
    width: 21px;
    height: 26px;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .gallery .gallery_top .swiper-slide .btn-favorite {
    width: 29px;
    height: 36px;
  }
}
.top_container .gallery .gallery_top .swiper-button-prev,
.top_container .gallery .gallery_top .swiper-button-next {
  width: 21px;
  height: 29px;
}
.top_container .gallery .gallery_top .swiper-button-prev::after,
.top_container .gallery .gallery_top .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 21px;
  height: 29px;
  margin: auto;
}
.top_container .gallery .gallery_top .swiper-button-prev::after {
  background-image: url(../images/ico_prev.png);
}
.top_container .gallery .gallery_top .swiper-button-next::after {
  background-image: url(../images/ico_next.png);
}
.top_container .gallery .gallery_thumbs {
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .top_container .gallery .gallery_thumbs {
    padding-left: 6.66vw;
    padding-right: 0;
    margin-top: 17px;
  }
}
@media screen and (min-width: 768px) {
  .top_container .gallery .gallery_thumbs {
    margin-bottom: 25px;
  }
}
.top_container .gallery .gallery_thumbs .thumbs_slide .swiper-slide {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .top_container .gallery .gallery_thumbs .thumbs_slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .top_container .gallery .gallery_thumbs .thumbs_slide .swiper-slide {
    margin-bottom: 5px;
  }
  .top_container .gallery .gallery_thumbs .thumbs_slide .swiper-slide:nth-of-type(6n) {
    margin-right: -0.5px !important;
  }
}
.top_container .detail {
  display: contents;
}
@media screen and (min-width: 768px) {
  .top_container .detail {
    display: initial;
    width: 45vw;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .detail {
    width: 500px;
  }
}
.top_container .detail .tag {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  gap: 20px;
  display: flex;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 640px) {
  .top_container .detail .tag {
    padding: 23px 6.66vw;
    overflow-x: scroll;
  }
}
@media screen and (min-width: 768px) {
  .top_container .detail .tag {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 20px;
  }
}
.top_container .detail .tag li {
  background-color: #E8E8E8;
  padding: 2px 9px;
  border-radius: 0 2px 2px 0;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_container .detail .tag li a {
  color: #7E7E7E;
  text-wrap: nowrap;
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: 170%;
  letter-spacing: 0.04em;
}
.top_container .detail .tag li::before {
  content: "";
  display: inline-block;
  background: url(../images/ico_tag.svg);
  background-size: contain;
  width: 21px;
  height: 25px;
  margin-left: -20px;
  margin-top: -2px;
}
.top_container .detail .tag li.category2 a:before {
  content: "#";
  display: inline-block;
  padding-right: 0.1em;
}
.top_container .detail .detail_container {
  margin: 0 auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 30px 0 25px;
}
@media screen and (max-width: 640px) {
  .top_container .detail .detail_container {
    width: 86.666vw;
  }
}
.top_container .detail .detail_container .brand {
  color: #7E7E7E;
  font-size: 1.4rem;
  padding-bottom: 1em;
}
.top_container .detail .detail_container .item_name {
  color: #1F1F1F;
  font-size: 1.8rem;
  line-height: 1.44;
  padding-bottom: 20px;
}
.top_container .detail .detail_container .price {
  font-family: "Midashi Go MB1", sans-serif;
  font-size: 1.2rem;
  padding-bottom: 25px;
}
@media screen and (min-width: 1100px) {
  .top_container .detail .detail_container .price {
    font-size: 1.4rem;
  }
}
.top_container .detail .detail_container .price > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.top_container .detail .detail_container .price > div p:first-of-type {
  width: 6em;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}
.top_container .detail .detail_container .price > div.price_wrapper-regular {
  color: #7E7E7E;
}
.top_container .detail .detail_container .price > div.price_wrapper-regular .regular {
  font-family: "Midashi Go MB1", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px) {
  .top_container .detail .detail_container .price > div.price_wrapper-regular .regular {
    font-size: 1.8rem;
  }
}
.top_container .detail .detail_container .price > div.price_wrapper-sale {
  color: #1F1F1F;
}
.top_container .detail .detail_container .price > div.price_wrapper-sale .sale {
  font-family: "Midashi Go MB1", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px) {
  .top_container .detail .detail_container .price > div.price_wrapper-sale .sale {
    font-size: 2.4rem;
  }
}
.top_container .detail .detail_container .price > div.price_wrapper-sale .small {
  font-size: 1rem;
}
@media screen and (min-width: 1100px) {
  .top_container .detail .detail_container .price > div.price_wrapper-sale .small {
    font-size: 1.2rem;
  }
}
.top_container .detail .detail_container .price > div.price_wrapper-sale .off_wrapper {
  font-family: "Midashi Go MB1", sans-serif;
  color: #D50C24;
  font-size: 1.4rem;
}
@media screen and (min-width: 1100px) {
  .top_container .detail .detail_container .price > div.price_wrapper-sale .off_wrapper {
    font-size: 1.6rem;
  }
}
.top_container .detail .detail_container .color {
  color: #7E7E7E;
  padding-bottom: 25px;
}
.top_container .detail .detail_container .color .sub-title {
  padding-bottom: 20px;
}
.top_container .detail .detail_container .color .color_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  padding-left: 5px;
}
.top_container .detail .detail_container .color .color_box .btn-color {
  border: 1px solid #B9B9B9;
  width: 35px;
  height: 35px;
  position: relative;
}
.top_container .detail .detail_container .color .color_box .btn-color > p {
  height: 50%;
}
.top_container .detail .detail_container .color .color_box .btn-color.selected::after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  border: 2px solid #1F1F1F;
  width: 45px;
  height: 45px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.top_container .detail .detail_container .size {
  padding-bottom: 30px;
}
.top_container .detail .detail_container .size .sub-title {
  color: #7E7E7E;
  padding-bottom: 10px;
}
.top_container .detail .detail_container .size .size_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  letter-spacing: -0.02em;
}
.top_container .detail .detail_container .size .size_box > div {
  border: 1px solid #B9B9B9;
  border-radius: 2px;
  color: #1F1F1F;
  padding: 8px 6%;
  cursor: pointer;
}
.top_container .detail .detail_container .size .size_box > div.selected {
  border-color: #1F1F1F;
  border-width: 2px;
}
.top_container .detail .detail_container .size .size_box > div.sold {
  color: #B9B9B9;
  pointer-events: none;
  background: linear-gradient(-25deg, transparent 0%, transparent 50%, #B9B9B9 50%, #B9B9B9 51%, transparent 51%, transparent 100%);
}
.top_container .detail .detail_container .button-cart {
  width: 270px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  .top_container .detail .detail_container .button-cart {
    width: 380px;
  }
}
.top_container .detail .detail_container .button-cart .stock {
  text-align: center;
  color: #7E7E7E;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  padding-top: 7px;
}
@media screen and (min-width: 1100px) {
  .top_container .detail .detail_container .button-cart .stock {
    font-size: 1.4rem;
  }
}
.top_container .detail .detail_container .sales_start {
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  color: #D50C24;
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top_container .detail .detail_container .sales_start {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .top_container .detail .detail_container .sales_start {
    font-size: 18px;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .detail .detail_container .sales_start br {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .detail .detail_container .detail_text {
    font-size: 1.6rem;
  }
}
.top_container .detail .detail_container .detail_text hr {
  width: 270px;
  border-top-color: #DBDBDB;
  margin: 2em 0;
}
@media screen and (min-width: 1100px) {
  .top_container .detail .detail_container .detail_text hr {
    width: 380px;
  }
}
.top_container .detail .detail_container .detail_text a {
  text-decoration: underline;
}
.top_container .detail .detail_container .more {
  color: #7E7E7E;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  padding: 1em 0 1em 1.5em;
}
.top_container .detail .detail_container .more::before, .top_container .detail .detail_container .more::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #B9B9B9;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.top_container .detail .detail_container .more::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.top_container .detail .detail_container .more.is-active::before {
  opacity: 0;
}
.top_container .detail .detail_container .more.is-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.spec_container {
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .spec_container {
    width: 86.666vw;
  }
}
@media screen and (min-width: 768px) {
  .spec_container {
    max-width: calc(90vw + 35px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1100px) {
  .spec_container {
    max-width: 1050px;
  }
}
.spec_container > div {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .spec_container > div {
    width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  .spec_container > div {
    font-size: 1.6rem;
    padding-top: 25px;
  }
}
@media screen and (max-width: 640px) {
  .spec_container > div:first-of-type {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .spec_container > div:first-of-type {
    padding-right: 7.5px;
  }
}
@media screen and (min-width: 768px) {
  .spec_container > div:last-of-type {
    padding-left: 7.5px;
  }
}
.spec_container > div h3 {
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  position: relative;
  margin-left: 22px;
}
@media screen and (min-width: 768px) {
  .spec_container > div h3 {
    display: inline-block;
  }
}
@media screen and (min-width: 1100px) {
  .spec_container > div h3 {
    font-size: 1.8rem;
  }
}
.spec_container > div h3::before {
  content: "";
  display: block;
  background: url(../images/ico_accordion.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: -22px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (min-width: 1100px) {
  .spec_container > div h3::before {
    top: 8px;
  }
}
.spec_container > div h3.is-open::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.spec_container > div > div:last-of-type {
  padding-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  .spec_container > div > div:last-of-type {
    padding-top: 46px;
  }
}
.spec_container > div .spec_subtitle {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  padding-top: 20px;
}
.spec_container > div .spec_subtitle:first-of-type {
  padding-top: 30px;
}
@media screen and (min-width: 1100px) {
  .spec_container > div .spec_subtitle {
    padding-top: 30px;
  }
  .spec_container > div .spec_subtitle:first-of-type {
    padding-top: 0;
  }
}
.spec_container > div .spec {
  display: none;
}
.spec_container > div .spec_text, .spec_container > div .spec_img {
  padding-top: 8px;
}
.spec_container > div span.bullet {
  margin-left: -1em;
}
.spec_container > div .notice {
  padding-top: 30px;
  padding-left: 1em;
  display: none;
}

.no_related_items {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(120deg, transparent, transparent 1px, rgba(242, 229, 108, 0.6) 1px, rgba(242, 229, 108, 0.6) 8px);
  padding: 30px 0 40px;
}
@media screen and (min-width: 1100px) {
  .no_related_items {
    padding: 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .no_related_items {
    padding-left: calc((100vw - 343px) / 2);
    padding-right: calc((100vw - 343px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .no_related_items > div {
    max-width: calc(90vw + 35px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  .no_related_items > div {
    max-width: 1050px;
  }
}
.no_related_items h3 {
  background: url(../images/title_no_related.svg) no-repeat;
  background-size: contain;
  width: 343px;
  height: 50px;
  text-indent: -100vw;
  text-indent: -100vw;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .no_related_items h3 {
    width: 400px;
    height: 58px;
  }
}
@media screen and (min-width: 1100px) {
  .no_related_items h3 {
    width: 442px;
    height: 64px;
  }
}
.no_related_items .no_related_title {
  font-size: 1.2rem;
  line-height: 1.41;
  padding: 9px 7px 0;
}
.no_related_items .swiper-slide {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
.no_related_items .swiper-slide img {
  border-radius: 3px 3px 0 0;
}
.no_related_items .no_related_box {
  font-size: 9px;
  padding: 8px 7px 9px;
}
.no_related_items .no_related_box .price_wrapper {
  padding-top: 2px;
  font-size: 1.6rem;
  font-family: "Midashi Go MB1", sans-serif;
}
.no_related_items .no_related_box .price_wrapper .no_related_off_box {
  font-size: 1rem;
  color: #D50C24;
}/*# sourceMappingURL=item.css.map */