@charset "UTF-8";
header {
  top: -62px;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}
header.is-active {
  top: 0;
}

main {
  overflow: initial;
}

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

.top {
  background-color: #D50C24;
  overflow: hidden;
}

.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;
  color: #ffffff;
}
@media screen and (min-width: 1100px) {
  .top_container {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    gap: 54px;
  }
}
.top_container .top_img {
  width: 92vw;
  margin: 0 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_container .top_img {
    width: 637px;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_img {
    width: 530px;
  }
}
.top_container .top_img .credit {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-size: 1.1rem;
  line-height: 2.27;
  letter-spacing: 0.11px;
  opacity: 0.7;
}
.top_container .top_img .present-img {
  position: absolute;
  width: 146px;
  top: 80px;
  left: -8vw;
}
@media screen and (min-width: 768px) {
  .top_container .top_img .present-img {
    width: 217px;
    top: 155px;
    left: -57px;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_img .present-img {
    top: 235px;
    left: -45px;
  }
}
@media screen and (min-width: 1200px) {
  .top_container .top_img .present-img {
    left: -108px;
  }
}
.top_container .top_img .sticker-img {
  position: absolute;
  width: 146px;
  left: -8vw;
  top: -40px;
  overflow: hidden;
  -webkit-clip-path: url(#clip01);
          clip-path: url(#clip01);
}
@media screen and (min-width: 768px) {
  .top_container .top_img .sticker-img {
    width: 217px;
    left: -60px;
    top: -25px;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_img .sticker-img {
    left: -48px;
    top: 58px;
  }
}
@media screen and (min-width: 1200px) {
  .top_container .top_img .sticker-img {
    left: -110px;
  }
}
.top_container .top_img .sticker-img #clip01 path {
  -webkit-transform: scale(0.0043);
          transform: scale(0.0043);
}
.top_container .top_img .sticker-img .sticker {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: reflection 2.5s ease-in-out infinite;
          animation: reflection 2.5s ease-in-out infinite;
}
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.top_container .top_img a {
  display: block;
  position: absolute;
  bottom: 9.77%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 272px;
  width: 65.6%;
  -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 768px) {
  .top_container .top_img a {
    bottom: 50px;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_img a {
    display: none;
  }
}
.top_container .top_text {
  display: contents;
}
@media screen and (min-width: 1100px) {
  .top_container .top_text {
    display: initial;
    width: 478px;
  }
}
.top_container .top_text .title_main {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 30px;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .top_container .top_text .title_main {
    padding: 23px 0 44px;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_text .title_main {
    padding: 80px 0 10px;
  }
}
.top_container .top_text .title_main p {
  width: 40px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top_container .top_text .title_main p {
    width: 50px;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_text .title_main p {
    position: absolute;
    right: 17px;
    top: 17px;
    width: 65px;
  }
}
.top_container .top_text .title_main p img {
  width: 100%;
}
.top_container .top_text .title_main h1 {
  background: url(../images/title_index.svg) no-repeat;
  -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.3));
  background-size: contain;
  width: 323px;
  height: 109px;
  text-indent: -200vw;
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .top_container .top_text .title_main h1 {
    margin-top: 18px;
    width: 468px;
    height: 150px;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_text .title_main h1 {
    margin-top: 0;
    width: 478px;
    height: 155px;
  }
}
.top_container .top_text .text_container {
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.top_container .top_text .text_container .text_term {
  width: 339px;
  margin: 0 auto 0 0;
}
@media screen and (min-width: 768px) {
  .top_container .top_text .text_container .text_term {
    width: 362px;
  }
}
.top_container .top_text .text_container > div {
  font-family: "Kakumin R JIS2004 AP", sans-serif;
  line-height: 1.78;
  width: 94vw;
  margin: 0 auto;
  padding: 15px 0 25px;
}
@media screen and (min-width: 768px) {
  .top_container .top_text .text_container > div {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 0 37px;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_text .text_container > div {
    font-size: 1.5rem;
    margin-left: 0;
    padding: 20px 0 30px;
  }
}
.top_container .top_text .text_container .btn-rule {
  display: block;
  text-align: center;
  margin-bottom: 27px;
}
@media screen and (min-width: 768px) {
  .top_container .top_text .text_container .btn-rule {
    margin-bottom: 41px;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_text .text_container .btn-rule {
    margin-bottom: 60px;
    text-align: left;
    display: inline-block;
  }
}

.news_container {
  max-width: 1060px;
  padding: 20px 6.66vw;
  border-bottom: #B9B9B9 1px solid;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news_container {
    padding: 32px 4.43vw;
  }
}
@media screen and (min-width: 1100px) {
  .news_container {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}
.news_container .news-title {
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .news_container .news-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 1100px) {
  .news_container .news-title {
    margin-bottom: 32px;
  }
}
.news_container .news-title h2 {
  content: "";
  display: block;
  background: url(../images/title_news_sp.svg) no-repeat;
  background-size: contain;
  width: 186px;
  height: 58px;
  text-indent: -200vw;
}
@media screen and (min-width: 768px) {
  .news_container .news-title h2 {
    background: url(../images/title_news.svg) no-repeat;
    background-size: contain;
    width: 415px;
    height: 52px;
    margin-right: 10px;
  }
}
.news_container .news-title h2 a {
  cursor: pointer;
  height: 100%;
}
.news_container .news-title h2 a::after {
  border: none;
}
.news_container .news-title a {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .news_container .news-title a {
    position: absolute;
    right: 0;
    bottom: 3px;
  }
}
@media screen and (min-width: 768px) {
  .news_container .news-title a {
    display: block;
    position: relative;
    margin-bottom: 4px;
  }
}
.news_container .news-title a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: -8px;
  top: calc(50% - 1px);
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  color: #B9B9B9;
}
.news_container .swiper-slide {
  width: 150px;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .news_container .swiper-slide {
    width: 180px;
    margin-right: 20px;
  }
}
.news_container .swiper-slide img {
  width: 100%;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 3px;
}
.news_container .swiper-slide .news_title {
  padding-top: 10px;
  font-family: "Kakumin M JIS2004 AP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.29;
}
@media screen and (min-width: 768px) {
  .news_container .swiper-slide .news_title {
    padding-top: 14px;
    font-size: 1.4rem;
  }
}
.news_container .swiper-slide .news_time {
  padding-top: 5px;
  font-size: 1rem;
  color: #B9B9B9;
}
@media screen and (min-width: 768px) {
  .news_container .swiper-slide .news_time {
    padding-top: 14px;
  }
}

@media screen and (min-width: 768px) {
  .items_container {
    max-width: 1060px;
    width: 91.14vw;
    margin: 0 auto;
  }
}
.items_container .list_title {
  display: none;
}
.items_container .list_title.is-active {
  display: block;
}
.items_container .items_title {
  padding-top: 20px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .items_container .items_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 15px;
    margin-bottom: 0;
    padding-top: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .items_container .items_title {
    padding-top: 38px;
  }
}
.items_container .items_title h2 {
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  letter-spacing: 0.56px;
}
@media screen and (min-width: 1100px) {
  .items_container .items_title h2 {
    font-size: 1.6rem;
  }
}
.items_container .items_title a {
  font-size: 1.2rem;
  letter-spacing: 0.36px;
  text-decoration: underline;
  color: #7E7E7E;
}
@media screen and (max-width: 640px) {
  .items_container .items_title {
    padding-left: 6.66vw;
    padding-right: 6.66vw;
  }
}
.items_container .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 7px;
  padding-top: 12px;
}
@media screen and (min-width: 1100px) {
  .items_container .tag {
    max-width: 620px;
  }
}
@media screen and (max-width: 640px) {
  .items_container .tag {
    padding-left: 6.66vw;
    padding-right: 6.66vw;
  }
}
@media screen and (min-width: 768px) {
  .items_container .tag {
    gap: 9px;
  }
}
.items_container .tag li {
  background-color: #E8E8E8;
  font-size: 1rem;
  line-height: 2.05;
  padding: 0 9px;
  border-radius: 2em;
}
@media screen and (min-width: 768px) {
  .items_container .tag li {
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.48px;
  }
}
.items_container .tag li a {
  display: inline-block;
  padding-left: 10px;
  color: #7E7E7E;
  font-size: 120%;
  cursor: pointer;
}
.items_container .tag li.category2 span::before {
  content: "#";
  display: inline-block;
  padding-right: 0.1em;
}
.items_container .favorite_title {
  padding-top: 20px;
  padding-left: 16px;
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  display: none;
}
@media screen and (min-width: 768px) {
  .items_container .favorite_title {
    padding-left: 0;
  }
}
.items_container .favorite_title.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.items_container .favorite_title::before {
  content: "";
  display: inline-block;
  background: url(../images/ico_favorite-title.svg) no-repeat;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .items_container .favorite_title {
    padding-top: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .items_container .favorite_title {
    padding-top: 38px;
  }
}
@media screen and (min-width: 1100px) {
  .items_container .items_wrapper {
    margin-top: 40px;
    position: relative;
  }
}
.items_container .items_wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 3px;
}
@media screen and (min-width: 768px) {
  .items_container .items_wrapper ul {
    gap: 0 18px;
  }
}
@media screen and (min-width: 1100px) {
  .items_container .items_wrapper ul {
    gap: 0 15px;
  }
}
.items_container .items_wrapper ul.items li {
  width: calc((100% - 3px) / 2);
  padding-bottom: 29px;
}
@media screen and (min-width: 768px) {
  .items_container .items_wrapper ul.items li {
    width: calc((100% - 36px) / 3);
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 1100px) {
  .items_container .items_wrapper ul.items li {
    width: calc((100% - 60px) / 5);
    padding-bottom: 43px;
  }
}
.items_container .items_wrapper ul.items li .item_text {
  padding: 17px 15px;
}
@media screen and (min-width: 768px) {
  .items_container .items_wrapper ul.items li .item_text {
    padding: 17px 0 0;
  }
}
.items_container .items_wrapper ul.items li .item_text a {
  display: block;
  text-align: center;
  border: 1px solid;
  border-radius: 2em;
  height: 30px;
  line-height: 30px;
  font-size: 1.3rem;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
}
@media screen and (min-width: 768px) {
  .items_container .items_wrapper ul.items li .item_text a {
    width: 180px;
    height: 36px;
    line-height: 36px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .items_container .items_wrapper ul.items li .item_text a {
    width: 161px;
    height: 33px;
    line-height: 33px;
    font-size: 1.3rem;
  }
}
.items_container .items_wrapper ul.items li .item_text a.btn-more {
  color: #7E7E7E;
  margin-bottom: 10px;
  height: 28px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .items_container .items_wrapper ul.items li .item_text a.btn-more {
    height: 34px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1100px) {
  .items_container .items_wrapper ul.items li .item_text a.btn-more {
    height: 31px;
    line-height: 31px;
  }
}
.items_container .items_wrapper ul.items li .item_text a.btn-size {
  background-color: #1F1F1F;
  border-color: #1F1F1F;
  color: white;
  border-radius: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}
.items_container .items_wrapper ul.items li .item_text a.btn-size::after {
  content: "";
  display: inline-block;
  background: url(../images/ico_cart-w2.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .items_container .items_wrapper ul.items li .item_text a.btn-size::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .items_container .items_wrapper ul.items li .item_text a.btn-size::after {
    width: 17.5px;
    height: 17.5px;
  }
}
.items_container .items_wrapper ul.items li .item_text a.btn-cart {
  color: #ffffff;
  background-color: #D50C24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.items_container .items_wrapper ul.items li .item_text a.btn-cart::after {
  content: "";
  display: inline-block;
  background: url(../images/ico_cart-w2.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .items_container .items_wrapper ul.items li .item_text a.btn-cart::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .items_container .items_wrapper ul.items li .item_text a.btn-cart::after {
    width: 17.5px;
    height: 17.5px;
  }
}
.items_container .items_wrapper ul.items li .item_text a.sold {
  background-color: #B9B9B9;
  pointer-events: none;
}
.items_container .items_wrapper ul.items li .item_text a.sold::after {
  display: none !important;
}
.items_container .items_wrapper ul.items li .item_img {
  position: relative;
}
.items_container .items_wrapper ul.items li .item_img img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.items_container .items_wrapper ul.items li .item_img .btn-favorite {
  background-image: url(../images/btn_favorite.png);
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 19px;
  height: 24px;
  cursor: pointer;
}
.items_container .items_wrapper ul.items li .item_img .btn-favorite.on {
  background-image: url(../images/btn_favorite_on.png);
}
@media screen and (min-width: 768px) {
  .items_container .items_wrapper ul.items li .item_img .btn-favorite {
    right: 10px;
    bottom: 8px;
    width: 21px;
    height: 27px;
  }
}
@media screen and (min-width: 1100px) {
  .items_container .items_wrapper ul.items li .item_img .btn-favorite {
    width: 23px;
    height: 28px;
  }
}
.items_container .items_wrapper ul.items li .brand {
  color: #7E7E7E;
  font-size: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 768px) {
  .items_container .items_wrapper ul.items li .brand {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.items_container .items_wrapper ul.items li .item_name {
  line-height: 1.46;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .items_container .items_wrapper ul.items li .item_name {
    font-size: 1.6rem;
    line-height: 1.51;
  }
}
.items_container .items_wrapper ul.items li .item_name span {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.items_container .items_wrapper ul.items li .color_name {
  font-size: 1.2rem;
  color: #7E7E7E;
}
@media screen and (min-width: 1100px) {
  .items_container .items_wrapper ul.items li .color_name {
    padding-bottom: 14px;
  }
}
.items_container .items_wrapper ul.items li .price {
  margin-bottom: 17px;
}
.items_container .items_wrapper ul.items li .price > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.items_container .items_wrapper ul.items li .price .price_wrapper-regular {
  color: #7E7E7E;
}
.items_container .items_wrapper ul.items li .price .price_wrapper-regular p {
  font-size: 0.9rem;
  width: 6em;
}
@media screen and (min-width: 768px) {
  .items_container .items_wrapper ul.items li .price .price_wrapper-regular p {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1100px) {
  .items_container .items_wrapper ul.items li .price .price_wrapper-regular p {
    font-size: 1rem;
  }
}
.items_container .items_wrapper ul.items li .price .price_wrapper-regular div {
  font-family: "Midashi Go MB1", sans-serif;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .items_container .items_wrapper ul.items li .price .price_wrapper-regular div {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px) {
  .items_container .items_wrapper ul.items li .price .price_wrapper-regular div {
    font-size: 1.4rem;
  }
}
.items_container .items_wrapper ul.items li .price .price_wrapper-sale > p {
  width: 6em;
  font-size: 0.9rem;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
}
@media screen and (min-width: 768px) {
  .items_container .items_wrapper ul.items li .price .price_wrapper-sale > p {
    font-size: 1rem;
  }
}
.items_container .items_wrapper ul.items li .price .price_wrapper-sale div {
  font-family: "Midashi Go MB1", sans-serif;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .items_container .items_wrapper ul.items li .price .price_wrapper-sale div {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .items_container .items_wrapper ul.items li .price .price_wrapper-sale div {
    font-size: 2.1rem;
  }
}
.items_container .items_wrapper ul.items li .price .price_wrapper-sale div .off_wrapper {
  font-size: 1.2rem;
  color: #D50C24;
}
@media screen and (min-width: 768px) {
  .items_container .items_wrapper ul.items li .price .price_wrapper-sale div .off_wrapper {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px) {
  .items_container .items_wrapper ul.items li .price .price_wrapper-sale div .off_wrapper {
    font-size: 1.4rem;
  }
}
.items_container .paging {
  padding: 23px 16px 24px;
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .items_container .paging {
    padding: 16px 0;
  }
}
@media screen and (min-width: 1100px) {
  .items_container .paging {
    padding: 25px 0 21px;
  }
}
.items_container .paging.paging-top {
  margin-top: 19px;
  margin-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .items_container .paging.paging-top {
    margin-top: 20px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1100px) {
  .items_container .paging.paging-top {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -60px;
    right: 0px;
  }
}
@media screen and (min-width: 1100px) {
  .items_container .paging.paging-top ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 1100px) {
  .items_container .paging.paging-top ul li {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .items_container .paging.paging-top ul li span {
    width: 20px;
    height: 20px;
  }
}
.items_container .paging.paging-bottom {
  margin-bottom: 66px;
}
@media screen and (min-width: 768px) {
  .items_container .paging.paging-bottom {
    margin-bottom: 57px;
  }
}
@media screen and (min-width: 1100px) {
  .items_container .paging.paging-bottom {
    margin-bottom: 177px;
  }
}
.items_container .paging ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .items_container .paging ul {
    gap: 17px;
  }
}
.items_container .paging ul li {
  color: #7E7E7E;
  text-align: center;
  line-height: 22px;
  font-family: "Midashi Go MB1", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) {
  .items_container .paging ul li {
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
}
.items_container .paging ul li img {
  vertical-align: baseline;
}
.items_container .paging ul li span {
  width: 22px;
  height: 22px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .items_container .paging ul li span {
    width: 26px;
    height: 26px;
  }
}
.items_container .paging ul li.is-active {
  color: white;
  pointer-events: none;
}
.items_container .paging ul li.is-active span {
  border-radius: 50%;
  background-color: #7E7E7E;
}

/* Modal Base */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}

.modal_bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: rgba(219, 219, 219, 0.85);
  z-index: 101;
}

/* Modal Content */
.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 600px;
  width: 86.66vw;
  z-index: 102;
}
.modal_content .modal_inner {
  position: relative;
  background: white;
  width: 100%;
  min-height: 100px;
  max-height: 480px;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal_content .modal_inner > div {
  padding: 30px 18px 90px;
}
.modal_content .modal_inner .bt {
  border-top: 1px solid #DBDBDB;
  position: relative;
  padding: 13px 1.5em;
}
@media screen and (min-width: 768px) {
  .modal_content .modal_inner .bt {
    padding: 24px 3em;
  }
}
.modal_content .modal_inner .more {
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  border-top: 1px solid #DBDBDB;
  position: relative;
  padding: 13px 1.5em;
}
@media screen and (min-width: 768px) {
  .modal_content .modal_inner .more {
    font-size: 1.6rem;
    padding: 24px 3em;
  }
}
.modal_content .modal_inner .more::before, .modal_content .modal_inner .more::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  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;
}
@media screen and (min-width: 768px) {
  .modal_content .modal_inner .more::before, .modal_content .modal_inner .more::after {
    left: 26px;
  }
}
.modal_content .modal_inner .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;
}
.modal_content .modal_inner .more.is-active::before {
  opacity: 0;
}
.modal_content .modal_inner .more.is-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.modal_content .modal_inner ul {
  line-height: 2.14;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .modal_content .modal_inner ul {
    font-size: 1.6rem;
    line-height: 2;
    padding-left: 1.5em;
  }
}
.modal_content .modal_inner ul li input[type=checkbox] {
  position: relative;
  cursor: pointer;
  width: 15px;
  height: 15px;
  border: 1px solid #B9B9B9;
  border-radius: 1px;
  vertical-align: -3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 0.2em;
}
@media screen and (min-width: 768px) {
  .modal_content .modal_inner ul li input[type=checkbox] {
    vertical-align: -2px;
  }
}
.modal_content .modal_inner ul li input[type=checkbox]:checked {
  background-color: #7E7E7E;
}
.modal_content .modal_inner ul.more_list {
  padding-left: 1.5em;
}
.modal_content .modal_inner ul.border-top {
  padding-top: 16px;
  border-top: 1px solid #DBDBDB;
}
.modal_content .modal_inner .tag + ul li input[type=checkbox] {
  display: none;
}
.modal_content .modal_inner .tag + ul li label {
  color: #7E7E7E;
  border: 1px solid;
  border-radius: 2em;
  padding: 5px 14px;
}
.modal_content .modal_inner .tag + ul li label::before {
  content: "#";
  display: inline-block;
  padding-right: 0.1em;
}
.modal_content .modal_inner .tag + ul li label.checked,
.modal_content .modal_inner .tag + ul li input[type=checkbox]:checked + label {
  color: white;
  background-color: #7E7E7E;
}
.modal_content .modal_inner .tag + ul li:nth-of-type(n + 2) {
  margin-top: 3px;
}
.modal_content .modal_inner .btn_box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #B9B9B9;
  padding: 25px 18px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .modal_content .modal_inner .btn_box {
    padding: 20px 45px;
  }
}
.modal_content .modal_inner .btn_box a {
  display: inline-block;
}
.modal_content .modal_inner .btn_box .btn_close {
  position: relative;
  top: initial;
  right: initial;
  line-height: 10px;
}
@media screen and (min-width: 768px) {
  .modal_content .modal_inner .btn_box .btn_close {
    top: 3px;
    right: -15px;
  }
}
.modal_content .modal_inner .btn_box .btn-clear, .modal_content .modal_inner .btn_box .btn-select {
  width: 120px;
  height: 36px;
  text-align: center;
  letter-spacing: -0.28px;
  line-height: 36px;
  border-radius: 2em;
  border: 1px solid;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #7E7E7E;
}
@media screen and (min-width: 768px) {
  .modal_content .modal_inner .btn_box .btn-clear, .modal_content .modal_inner .btn_box .btn-select {
    width: 173px;
    height: 40px;
    line-height: 40px;
    font-size: 1.8rem;
    letter-spacing: -0.36px;
  }
}
.modal_content .modal_inner .btn_box .btn-select {
  color: white;
  background-color: #1F1F1F;
}

.modal_select .modal_content {
  max-width: 500px;
}
.modal_select .modal_content .modal_inner {
  max-height: 634px;
}
.modal_select .modal_content .modal_inner > div:not(.btn_box) {
  padding: 30px 40px 90px;
}
@media screen and (max-width: 640px) {
  .modal_select .modal_content .modal_inner {
    max-height: 550px;
  }
}

@media screen and (max-width: 640px) {
  .modal_cart .modal_content,
  .modal_cart_ng .modal_content {
    width: 74.66vw;
  }
}
.modal_cart .modal_inner > div,
.modal_cart_ng .modal_inner > div {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  color: #7E7E7E;
  padding: 50px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal_cart .modal_inner > div,
  .modal_cart_ng .modal_inner > div {
    font-size: 1.8rem;
    padding: 65px 0;
  }
}
.modal_cart .modal_inner .btn_link,
.modal_cart_ng .modal_inner .btn_link {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .modal_cart .modal_inner .btn_link,
  .modal_cart_ng .modal_inner .btn_link {
    margin-top: 24px;
  }
}
.modal_cart .modal_inner a,
.modal_cart_ng .modal_inner a {
  display: block;
  width: 230px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #1F1F1F;
  color: white;
  border-radius: 6px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .modal_cart .modal_inner a,
  .modal_cart_ng .modal_inner a {
    width: 337px;
    height: 58px;
    line-height: 58px;
    letter-spacing: 0.72px;
  }
}
.modal_cart .modal_inner a:not(.btn-continue)::before,
.modal_cart_ng .modal_inner a:not(.btn-continue)::before {
  content: "";
  display: inline-block;
  background: url(../images/ico_cart-w2.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 13px;
  left: 16px;
}
@media screen and (min-width: 768px) {
  .modal_cart .modal_inner a:not(.btn-continue)::before,
  .modal_cart_ng .modal_inner a:not(.btn-continue)::before {
    width: 28px;
    height: 28px;
    top: 17px;
  }
}
.modal_cart .modal_inner a.btn-continue,
.modal_cart_ng .modal_inner a.btn-continue {
  background-color: white;
  color: #7E7E7E;
  border: 1px solid;
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .modal_cart .modal_inner a.btn-continue,
  .modal_cart_ng .modal_inner a.btn-continue {
    margin-top: 20px;
  }
}
.modal_cart .modal_inner a.btn-continue::before,
.modal_cart_ng .modal_inner a.btn-continue::before {
  content: "";
  display: inline-block;
  background: url(../images/btn_prev.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 16px;
  left: 17px;
}
@media screen and (min-width: 768px) {
  .modal_cart .modal_inner a.btn-continue::before,
  .modal_cart_ng .modal_inner a.btn-continue::before {
    width: 19px;
    height: 19px;
    top: 20px;
    left: 20px;
  }
}

.btn_box {
  position: relative;
}

.accordion_size {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #DBDBDB;
  border-top: none;
  width: 100%;
  top: 58px;
  padding-top: 8px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .accordion_size {
    width: 180px;
    top: 64px;
    padding-top: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .accordion_size {
    width: 161px;
    padding-top: 7px;
  }
}
.accordion_size .accordion_inner {
  padding: 10px 0 15px;
}
.accordion_size .accordion_inner .size_box {
  letter-spacing: -0.02em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  display: grid;
}
.accordion_size .accordion_inner .size_box .btn-size {
  border: 1px solid #B9B9B9;
  border-radius: 2px;
  color: #1F1F1F;
  padding: 8px;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  min-width: 120px;
}
.accordion_size .accordion_inner .size_box .btn-size.selected {
  border-color: #1F1F1F;
  border-width: 2px;
}
.accordion_size .accordion_inner .size_box .btn-size.sold {
  color: #B9B9B9;
  pointer-events: none;
  background: linear-gradient(-20deg, transparent 0%, transparent 50%, #B9B9B9 50%, #B9B9B9 51%, transparent 51%, transparent 100%);
}
.accordion_size .accordion_inner .btn-cart {
  color: white;
  background-color: #EA0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  text-align: center;
  border: 1px solid;
  border-radius: 2em;
  width: 136px;
  margin: 15px auto 0;
  height: 30px;
  line-height: 30px;
  font-size: 1.3rem;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
}
@media screen and (min-width: 768px) {
  .accordion_size .accordion_inner .btn-cart {
    width: 155px !important;
    height: 36px !important;
    line-height: 36px !important;
  }
}
@media screen and (min-width: 1100px) {
  .accordion_size .accordion_inner .btn-cart {
    width: 136px !important;
    height: 30px !important;
    line-height: 30px !important;
  }
}
.accordion_size .accordion_inner .btn-cart::after {
  content: "";
  display: inline-block;
  background: url(../images/ico_cart-w2.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

/* Close Button */
.btn_close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 18px;
  height: 18px;
  color: #B9B9B9;
  z-index: 105;
}
@media screen and (min-width: 768px) {
  .btn_close {
    width: 25px;
    height: 25px;
    top: 18px;
    right: 16px;
  }
}
.btn_close::before, .btn_close::after {
  content: "";
  position: absolute;
  top: 7px;
  right: -2px;
  width: 18px;
  height: 2px;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .btn_close::before, .btn_close::after {
    width: 25px;
  }
}
.btn_close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn_close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}/*# sourceMappingURL=index.css.map */