@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&family=Zen+Kaku+Gothic+New&display=swap");
a:focus, a:focus-visible {
  outline: none;
}

.floating-banner a {
  background-color: #73a8d3;
}

main section .section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section .section_title .en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #848484;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section .section_title .en {
    font-size: 30px;
  }
}
@media screen and (min-width: 769px) {
  main section .section_title .en {
    font-size: 40px;
  }
}
main section .section_title .jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #221714;
}
@media screen and (max-width: 768px) {
  main section .section_title .jp {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  main section .section_title .jp {
    font-size: 18px;
  }
}

main section#main_mv_sec h1 img {
  display: block;
}
@media screen and (max-width: 768px) {
  main section#main_mv_sec h1 img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  main section#main_mv_sec h1 img {
    width: 100%;
    height: auto;
  }
}
main section#main_mv_sec .mv-pc-strip {
  display: none;
}
@media screen and (min-width: 769px) {
  main section#main_mv_sec .mv-pc-strip {
    display: block;
    margin-top: 16px;
  }
  main section#main_mv_sec .mv-pc-strip img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  main section#main_mv_sec .mv-slider {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  main section#main_mv_sec .mv-slider {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  main section#main_mv_sec .mv-slider .swiper-slide {
    width: 220px;
  }
}
main section#main_mv_sec .mv-slider img {
  display: block;
}
@media screen and (max-width: 768px) {
  main section#main_mv_sec .mv-slider img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main section#main_mv_sec .movie-placeholder {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  main section#main_mv_sec .movie-placeholder {
    margin-top: 16px;
  }
}
main section#main_mv_sec .movie-placeholder .movie-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  pointer-events: none;
  background: #000;
}
main section#main_mv_sec .movie-placeholder .movie-frame iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  border: 0;
  pointer-events: none;
}
main section#main_mv_sec .movie-placeholder .movie-frame .movie-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 2;
  pointer-events: auto;
}
main section#main_mv_sec .movie-placeholder img {
  display: block;
}
@media screen and (max-width: 768px) {
  main section#main_mv_sec .movie-placeholder img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  main section#main_mv_sec .movie-placeholder img {
    width: 100%;
    height: auto;
  }
}

main section#item_sec,
main section#item_sec2 {
  background: #f0f0f0;
  background-image: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main section#item_sec,
  main section#item_sec2 {
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  main section#item_sec,
  main section#item_sec2 {
    padding: 80px 0;
  }
}
main section#item_sec .item-slider,
main section#item_sec2 .item-slider {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  main section#item_sec .item-slider,
  main section#item_sec2 .item-slider {
    padding: 0 0 30px 20px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  main section#item_sec .item-slider,
  main section#item_sec2 .item-slider {
    margin-top: 60px;
  }
}
main section#item_sec .item-slider .swiper-wrapper,
main section#item_sec2 .item-slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 769px) {
  main section#item_sec .item-slider .swiper-wrapper,
  main section#item_sec2 .item-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
    -webkit-transform: none;
            transform: none;
  }
}
main section#item_sec .item-slider .swiper-slide,
main section#item_sec2 .item-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
@media screen and (max-width: 768px) {
  main section#item_sec .item-slider .swiper-slide,
  main section#item_sec2 .item-slider .swiper-slide {
    width: 160px;
  }
}
@media screen and (min-width: 769px) {
  main section#item_sec .item-slider .swiper-slide,
  main section#item_sec2 .item-slider .swiper-slide {
    width: 280px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
  }
}
main section#item_sec .item-slider .swiper-pagination,
main section#item_sec2 .item-slider .swiper-pagination {
  bottom: 0;
  left: 0;
  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;
}
@media screen and (max-width: 768px) {
  main section#item_sec .item-slider .swiper-pagination,
  main section#item_sec2 .item-slider .swiper-pagination {
    width: 100%;
  }
}
main section#item_sec .item-slider .swiper-pagination .swiper-pagination-bullet,
main section#item_sec2 .item-slider .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #221714;
  opacity: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  main section#item_sec .item-slider .swiper-pagination .swiper-pagination-bullet,
  main section#item_sec2 .item-slider .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 5.5px;
  }
}
main section#item_sec .item-slider .swiper-pagination .swiper-pagination-bullet-active,
main section#item_sec2 .item-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #221714;
}
main section#item_sec .item-card,
main section#item_sec2 .item-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: #221714;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section#item_sec .item-card__img,
main section#item_sec2 .item-card__img {
  width: 100%;
}
main section#item_sec .item-card__img img,
main section#item_sec2 .item-card__img img {
  display: block;
  width: 100%;
}
main section#item_sec .item-card__badges,
main section#item_sec2 .item-card__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  main section#item_sec .item-card__badges,
  main section#item_sec2 .item-card__badges {
    gap: 4px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 769px) {
  main section#item_sec .item-card__badges,
  main section#item_sec2 .item-card__badges {
    gap: 10px;
    margin-top: 20px;
  }
}
main section#item_sec .item-card__badge,
main section#item_sec2 .item-card__badge {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #e22754;
  border: 1px solid #e22754;
  line-height: 1.4;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main section#item_sec .item-card__badge,
  main section#item_sec2 .item-card__badge {
    font-size: 10px;
    padding: 2px 6px;
  }
}
@media screen and (min-width: 769px) {
  main section#item_sec .item-card__badge,
  main section#item_sec2 .item-card__badge {
    font-size: 12px;
    padding: 3px 5px;
  }
}
main section#item_sec .item-card__name,
main section#item_sec2 .item-card__name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #221714;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  main section#item_sec .item-card__name,
  main section#item_sec2 .item-card__name {
    margin-top: 8px;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  main section#item_sec .item-card__name,
  main section#item_sec2 .item-card__name {
    margin-top: 20px;
    font-size: 20px;
  }
}
main section#item_sec .item-card__sub,
main section#item_sec2 .item-card__sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #221714;
}
@media screen and (max-width: 768px) {
  main section#item_sec .item-card__sub,
  main section#item_sec2 .item-card__sub {
    font-size: 13px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 769px) {
  main section#item_sec .item-card__sub,
  main section#item_sec2 .item-card__sub {
    margin-top: 10px;
    font-size: 14px;
  }
}
main section#item_sec .item-card__price,
main section#item_sec2 .item-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 768px) {
  main section#item_sec .item-card__price,
  main section#item_sec2 .item-card__price {
    margin-top: 8px;
    gap: 2px;
  }
}
@media screen and (min-width: 769px) {
  main section#item_sec .item-card__price,
  main section#item_sec2 .item-card__price {
    margin-top: 20px;
  }
}
main section#item_sec .item-card__price.is-red .item-card__price-num,
main section#item_sec .item-card__price.is-red .item-card__price-yen,
main section#item_sec .item-card__price.is-red .item-card__price-tax,
main section#item_sec2 .item-card__price.is-red .item-card__price-num,
main section#item_sec2 .item-card__price.is-red .item-card__price-yen,
main section#item_sec2 .item-card__price.is-red .item-card__price-tax {
  color: #e22754;
}
main section#item_sec .item-card__price-num,
main section#item_sec2 .item-card__price-num {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #221714;
}
@media screen and (max-width: 768px) {
  main section#item_sec .item-card__price-num,
  main section#item_sec2 .item-card__price-num {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#item_sec .item-card__price-num,
  main section#item_sec2 .item-card__price-num {
    font-size: 20px;
  }
}
main section#item_sec .item-card__price-yen,
main section#item_sec2 .item-card__price-yen {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section#item_sec .item-card__price-yen,
  main section#item_sec2 .item-card__price-yen {
    margin-left: 2px;
  }
}
main section#item_sec .item-card__price-tax,
main section#item_sec2 .item-card__price-tax {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #221714;
  font-size: 10px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section#item_sec .item-card__price-tax,
  main section#item_sec2 .item-card__price-tax {
    margin-left: 2px;
  }
}
main section#item_sec .item-card__btn,
main section#item_sec2 .item-card__btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  background: #221714;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section#item_sec .item-card__btn,
  main section#item_sec2 .item-card__btn {
    font-size: 13px;
    padding: 12px 0;
    margin-top: 8px;
  }
}
@media screen and (min-width: 769px) {
  main section#item_sec .item-card__btn,
  main section#item_sec2 .item-card__btn {
    margin-top: 20px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
  }
}
main section#item_sec .item-mens-link,
main section#item_sec2 .item-mens-link {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #221714;
  text-align: center;
  border: 1px solid #221714;
  background: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  main section#item_sec .item-mens-link,
  main section#item_sec2 .item-mens-link {
    font-size: 13px;
    padding: 14px 0;
    margin: 30px 20px 0;
  }
}
@media screen and (min-width: 769px) {
  main section#item_sec .item-mens-link,
  main section#item_sec2 .item-mens-link {
    margin: 60px auto 0;
    width: 400px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
main section#item_sec .item-mens-link span,
main section#item_sec2 .item-mens-link span {
  color: #d7b4c7;
  font-weight: 700;
}

main section#about_sec {
  overflow: hidden;
}
main section#about_sec .row_title span.en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section#about_sec .row_title span.en {
    color: #848484;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  main section#about_sec .row_title span.en {
    color: #221714;
  }
}
main section#about_sec .row_title .row_main strong {
  font-family: "Avenir Next", "Century Gothic", sans-serif;
  font-weight: 500;
  display: block;
  line-height: 1.2;
}
main section#about_sec .row .row_title .row_main strong {
  background-color: #afd1eb;
}
@media screen and (max-width: 768px) {
  main section#about_sec .row_title .row_main strong {
    font-size: 28px;
  }
}
main section#about_sec .row_sub_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #221714;
}
@media screen and (max-width: 768px) {
  main section#about_sec .row_sub_title {
    font-size: 20px !important;
  }
}
main section#about_sec .text.text1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #221714;
}
@media screen and (max-width: 768px) {
  main section#about_sec .text.text1 {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  main section#about_sec .row_set .row:not(:nth-child(4)) {
    border: 1px solid #221714;
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}
[data-browse-mode="P"] main section#about_sec .row-conditioning {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 48px 40px;
  min-height: auto;
  margin-top: 80px;
}
[data-browse-mode="P"] main section#about_sec .row-conditioning .conditioning_head {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / -1;
  text-align: center;
  margin-bottom: 12px;
}
[data-browse-mode="P"] main section#about_sec .row-conditioning .conditioning_lead {
  margin: 0 0 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #221714;
  line-height: 1.5;
}
[data-browse-mode="P"] main section#about_sec .row-conditioning .conditioning_title {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #221714;
  line-height: 1.5;
}
[data-browse-mode="P"] main section#about_sec .row-conditioning .conditioning_pic {
  position: static;
  top: auto;
  right: auto;
  display: block;
  width: 100%;
  height: auto;
  -ms-grid-row-align: start;
  align-self: start;
}
[data-browse-mode="P"] main section#about_sec .row-conditioning .conditioning_block {
  margin-top: 0;
  -ms-grid-row-align: start;
  align-self: start;
}
[data-browse-mode="P"] main section#about_sec .row-conditioning .conditioning_subtitle {
  margin: 0 0 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #221714;
  line-height: 1.5;
}
[data-browse-mode="P"] main section#about_sec .row-conditioning .conditioning_block .text.text1 {
  margin: 0;
  font-size: 15px;
  line-height: 1.73;
}
[data-browse-mode="S"] main section#about_sec .row_set .row.row-conditioning {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
[data-browse-mode="S"] main section#about_sec .row-conditioning .conditioning_head {
  text-align: center;
}
[data-browse-mode="S"] main section#about_sec .row-conditioning .conditioning_lead {
  margin: 0 0 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #221714;
  line-height: 1.5;
}
[data-browse-mode="S"] main section#about_sec .row-conditioning .conditioning_title {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #221714;
  line-height: 1.5;
}
[data-browse-mode="S"] main section#about_sec .row-conditioning .conditioning_pic {
  display: block;
  width: 100%;
  height: auto;
}
[data-browse-mode="S"] main section#about_sec .row-conditioning .conditioning_block {
  margin-top: 30px;
}
[data-browse-mode="S"] main section#about_sec .row-conditioning .conditioning_subtitle {
  margin: 0 0 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #221714;
  line-height: 1.5;
}
[data-browse-mode="S"] main section#about_sec .row-conditioning .conditioning_block .text.text1 {
  margin: 0;
  line-height: 1.73;
}
main section#about_sec .point_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #221714;
}
@media screen and (max-width: 768px) {
  main section#about_sec .point_head {
    gap: 10px;
    font-size: 16px;
    margin-bottom: 16px;
  }
}
main section#about_sec .point_head::before, main section#about_sec .point_head::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #221714;
}
main section#about_sec .about-point-slider {
  overflow: visible;
}
main section#about_sec .about-point-slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 769px) {
  main section#about_sec .about-point-slider .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
main section#about_sec .about-point-slider .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #f0f0f0;
}
@media screen and (max-width: 768px) {
  main section#about_sec .about-point-slider .swiper-slide {
    width: 280px;
    padding: 20px;
  }
}
main section#about_sec .about-point-slider .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  main section#about_sec .about-point-slider .point {
    padding: 30px;
    margin-top: 0 !important;
  }
}
main section#about_sec .about-point-slider .point .point_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #221714;
}
@media screen and (max-width: 768px) {
  main section#about_sec .about-point-slider .point .point_title {
    font-size: 16px;
    margin: 0;
    line-height: 2;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 769px) {
  main section#about_sec .about-point-slider .point .point_title {
    padding: 0;
    margin-top: 0;
    font-size: 24px;
  }
}
main section#about_sec .about-point-slider .point .text.text2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #221714;
  line-height: 1.54;
}
@media screen and (max-width: 768px) {
  main section#about_sec .about-point-slider .point .text.text2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  main section#about_sec .about-point-slider .point .text.text2 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    font-size: 16px;
  }
}
main section#about_sec .about-point-slider .point img.pic2 {
  display: block;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  main section#about_sec .about-point-slider .point img.pic2 {
    width: 100%;
    padding-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#about_sec .about-point-slider .point img.pic2 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: auto;
  }
}

main section#check_sec {
  background: #eee;
}
@media screen and (max-width: 768px) {
  main section#check_sec {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#check_sec {
    padding: 78px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  main section#check_sec > .inner {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  main section#check_sec > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
main section#check_sec h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  main section#check_sec h2 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  main section#check_sec h2 {
    margin-bottom: 32px;
  }
}
main section#check_sec h2 .baloon {
  display: block;
  background: #d7b4c7;
  color: #221714;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  text-align: center;
  position: static;
  top: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  main section#check_sec h2 .baloon {
    width: 100%;
    font-size: 15px;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  main section#check_sec h2 .baloon {
    width: auto;
    font-size: 14px;
    padding: 0 30px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    font-weight: 500;
  }
}
main section#check_sec h2 .baloon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10.5px solid transparent;
  border-right: 10.5px solid transparent;
  border-top: 15px solid #d7b4c7;
  margin: 0 auto;
}
main section#check_sec h2 strong {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #221714;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main section#check_sec h2 strong {
    font-size: 20px;
    margin-top: 28px;
  }
}
@media screen and (min-width: 769px) {
  main section#check_sec h2 strong {
    font-size: 35px;
    margin-top: 24px;
  }
}
main section#check_sec .check_list {
  list-style: none;
}
@media screen and (max-width: 768px) {
  main section#check_sec .check_list {
    padding: 0;
    margin: 0;
    width: 350px;
  }
}
@media screen and (min-width: 769px) {
  main section#check_sec .check_list {
    padding: 0;
    margin: 0;
  }
}
main section#check_sec .check_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #221714;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  height: auto;
  background-image: none;
}
@media screen and (max-width: 768px) {
  main section#check_sec .check_list li {
    gap: 14px;
    font-size: 15px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 769px) {
  main section#check_sec .check_list li {
    gap: 16px;
    font-size: 24px;
    padding: 16px 0;
  }
}
@media screen and (max-width: 768px) {
  main section#check_sec .check_list li:nth-child(n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  main section#check_sec .check_list li:nth-child(n+2) {
    margin-top: 0;
  }
}
main section#check_sec .check_list li img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  main section#check_sec .check_list li img {
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }
}
@media screen and (min-width: 769px) {
  main section#check_sec .check_list li img {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 768px) {
  main section#distortion_sec {
    padding: 30px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  main section#distortion_sec > .inner {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  main section#distortion_sec > .inner {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  main section#distortion_sec .toggle_green {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  main section#distortion_sec .toggle_green .text2 {
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1.4;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  main section#distortion_sec h2 {
    background: #dbdcdc;
    font-weight: 500;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  main section#distortion_sec .row1 .texts {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  main section#distortion_sec .row1 .texts p.strong {
    font-weight: 500;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  main section#distortion_sec .row1 .texts p.text {
    line-height: 1.54;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  main section#distortion_sec .row1 img.pic {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  main section#distortion_sec .toggle_purple {
    text-align: center;
    margin: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  main section#distortion_sec .toggle_purple .text1 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    margin-bottom: 0;
  }
}
main section#distortion_sec .toggle_purple .text2 {
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-image: url("/img/usr/images/derittech_ladies_24/arrow_green.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  main section#distortion_sec .toggle_purple .text2 {
    font-size: 20px;
    padding: 6px 0 18px;
  }
}
main section#distortion_sec .row3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  main section#distortion_sec .row3 {
    background-image: url("/img/usr/images/derittech_ladies/26/kotsuban-01.png");
    margin: 0 -20px;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  main section#distortion_sec .row3 {
    background-image: url("/img/usr/images/derittech_ladies/26/kotsuban-01-pc.png");
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 80px 0;
  }
}
main section#distortion_sec .row3 h3.row_title {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #221714;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  main section#distortion_sec .row3 h3.row_title {
    font-size: 20px;
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 769px) {
  main section#distortion_sec .row3 h3.row_title {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
main section#distortion_sec .row3 .kotsuban-slider {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  main section#distortion_sec .row3 .kotsuban-slider {
    padding-left: 20px;
  }
}
main section#distortion_sec .row3 .kotsuban-slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 769px) {
  main section#distortion_sec .row3 .kotsuban-slider .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
  }
}
main section#distortion_sec .row3 .kotsuban-slider .swiper-slide {
  height: auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: rgba(255, 255, 255, 0.27);
  backdrop-filter: blur(23px) brightness(1.28);
  -webkit-backdrop-filter: blur(23px) brightness(1.28);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border-color: transparent;
}
@media screen and (max-width: 768px) {
  main section#distortion_sec .row3 .kotsuban-slider .swiper-slide {
    width: 280px;
    margin-top: 0;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#distortion_sec .row3 .kotsuban-slider .swiper-slide {
    padding: 30px 40px;
  }
}
main section#distortion_sec .row3 .col .col_title {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500 !important;
  color: #848484;
  letter-spacing: 0.1em !important;
  position: relative !important;
  top: unset !important;
  left: unset !important;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  main section#distortion_sec .row3 .col .col_title {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  main section#distortion_sec .row3 .col .col_title {
    margin-bottom: 30px;
  }
}
main section#distortion_sec .row3 h4.col_head {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #221714;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  main section#distortion_sec .row3 h4.col_head {
    font-size: 16px;
    margin: 14px 0 20px;
  }
}
main section#distortion_sec .row3 img.pic {
  display: block;
}
@media screen and (max-width: 768px) {
  main section#distortion_sec .row3 img.pic {
    width: 100%;
    margin-bottom: 20px;
  }
}
main section#distortion_sec .row3 p.text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #221714;
  line-height: 1.54;
  letter-spacing: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  main section#distortion_sec .row3 p.text {
    font-size: 13px;
    margin-top: 0;
    padding: 0 18px;
  }
}

@media screen and (max-width: 768px) {
  main section#efficacy_sec .inner {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  main section#efficacy_sec .inner {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  main section#efficacy_sec .section_title {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 768px) {
  main section#efficacy_sec .row1 .row_title {
    font-size: 20px;
  }
}
main section#efficacy_sec .row_title4 {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  main section#efficacy_sec .row_title4 {
    font-size: 16px;
    height: 30px;
  }
}
@media screen and (min-width: 769px) {
  main section#efficacy_sec .row_title4 {
    font-size: 24px;
    height: 40px;
  }
}
main section#efficacy_sec .efficacy-slider {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  main section#efficacy_sec .efficacy-slider {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-left: 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#efficacy_sec .efficacy-slider .swiper-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
  }
}
@media screen and (min-width: 769px) {
  main section#efficacy_sec .efficacy-slider .swiper-wrapper {
    font-size: 40px;
    gap: 50px;
  }
}
main section#efficacy_sec .efficacy-slider .swiper-slide {
  height: auto;
}
@media screen and (max-width: 768px) {
  main section#efficacy_sec .efficacy-slider .swiper-slide {
    width: 280px;
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  main section#efficacy_sec .efficacy-slider .swiper-slide {
    width: 375px;
  }
}
main section#efficacy_sec .efficacy-slider .swiper-slide img {
  display: block;
}
@media screen and (max-width: 768px) {
  main section#efficacy_sec .efficacy-slider .swiper-slide img {
    width: 100%;
  }
}
main section#efficacy_sec .row {
  margin-top: 50px;
}
main section#efficacy_sec .row_title5 {
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main section#efficacy_sec .row_title5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#efficacy_sec .row_title5 {
    font-size: 24px;
  }
}
main section#efficacy_sec .col_set.col_set_btn {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  main section#efficacy_sec .col_set.col_set_btn {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 8px;
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  main section#efficacy_sec .col_set.col_set_btn {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 20px;
    margin-top: 40px;
  }
}
main section#efficacy_sec .col_set.col_set_btn .col {
  background: transparent;
  border: none;
  display: block;
  position: relative;
  margin: 0 !important;
  padding: 0;
  margin: 0;
  min-height: 0;
  width: auto;
  min-width: 0;
}
main section#efficacy_sec .col_set.col_set_btn .col.is-open {
  z-index: 2;
}
main section#efficacy_sec .col_set.col_set_btn .col_btn {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  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;
  background: #afd1eb;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #221714;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  main section#efficacy_sec .col_set.col_set_btn .col_btn {
    width: 100%;
    height: 30px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 769px) {
  main section#efficacy_sec .col_set.col_set_btn .col_btn {
    width: 100%;
    height: 50px;
    padding: 0 20px;
  }
}
main section#efficacy_sec .col_set.col_set_btn .col_btn .col_title {
  font-weight: 500;
  color: #221714;
  background: transparent;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: static;
  top: auto;
  left: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  main section#efficacy_sec .col_set.col_set_btn .col_btn .col_title {
    font-size: 13px;
    padding: 0;
    margin: 0;
    min-width: 0;
  }
}
main section#efficacy_sec .col_set.col_set_btn .col_btn .col_btn_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: #221714;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section#efficacy_sec .col_set.col_set_btn .col_btn .col_btn_icon {
    width: 18px;
    height: 18px;
    margin-left: 6px;
  }
}
@media screen and (min-width: 769px) {
  main section#efficacy_sec .col_set.col_set_btn .col_btn .col_btn_icon {
    width: 20px;
    height: 20px;
    margin-left: 6px;
  }
}
main section#efficacy_sec .col_set.col_set_btn .col_btn .col_btn_icon::before, main section#efficacy_sec .col_set.col_set_btn .col_btn .col_btn_icon::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
main section#efficacy_sec .col_set.col_set_btn .col_btn .col_btn_icon::before {
  width: 8px;
  height: 2px;
}
main section#efficacy_sec .col_set.col_set_btn .col_btn .col_btn_icon::after {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 2px;
  height: 8px;
}
main section#efficacy_sec .col_set.col_set_btn .col.is-gray .col_btn {
  background: #e6e6e6;
}
main section#efficacy_sec .col_set.col_set_btn .col.is-open .col_btn .col_btn_icon::after {
  -webkit-transform: translate(-50%, -50%) scaleY(0);
          transform: translate(-50%, -50%) scaleY(0);
}
main section#efficacy_sec .col_set.col_set_btn .col.is-open .col_body {
  display: block;
}
main section#efficacy_sec .col_set.col_set_btn .col_body {
  display: none;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  main section#efficacy_sec .col_set.col_set_btn .col_body {
    top: 30px;
    left: 0;
    right: 0;
    padding: 10px 12px 12px;
  }
}
@media screen and (min-width: 769px) {
  main section#efficacy_sec .col_set.col_set_btn .col_body {
    padding: 12px 20px;
  }
}
main section#efficacy_sec .col_set.col_set_btn .col_body p.text {
  color: #221714;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  main section#efficacy_sec .col_set.col_set_btn .col_body p.text {
    font-size: 12px;
    line-height: 1.55;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  main section#efficacy_sec .col_set.col_set_btn .col_body p.text {
    margin-top: 0;
  }
}
main section#efficacy_sec .row3 .texts {
  margin-bottom: 18px;
}
main section#efficacy_sec .row3 .texts2 {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  main section#efficacy_sec .row3 .texts {
    margin-bottom: 10px;
    font-size: 10px;
    text-align: justify;
  }
  main section#efficacy_sec .row3 .texts2 {
    font-size: 8px;
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {
  main section#efficacy_sec .row3 .texts small {
    font-size: 10px;
  }
}

main section#derittech_sec {
  display: block;
  background-color: #eee;
}
@media screen and (max-width: 768px) {
  main section#derittech_sec {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  main section#derittech_sec {
    padding-bottom: 80px;
  }
}
main section#derittech_sec .inner {
  display: block;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  main section#derittech_sec .inner {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 769px) {
  main section#derittech_sec .inner {
    padding: 50px 50px 80px;
  }
}
main section#derittech_sec .brand_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  main section#derittech_sec .brand_head {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  main section#derittech_sec .brand_head .brand_logo {
    width: 145px;
  }
}
@media screen and (min-width: 769px) {
  main section#derittech_sec .brand_head .brand_logo {
    width: 247.65px;
  }
}
main section#derittech_sec .brand_head .brand_sub {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section#derittech_sec .brand_head .brand_sub {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  main section#derittech_sec .brand_head .brand_sub {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  main section#derittech_sec .section_title {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#derittech_sec .section_title {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  main section#derittech_sec .section_title .jp {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  main section#derittech_sec .row {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  main section#derittech_sec .row {
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (max-width: 768px) {
  main section#derittech_sec .row.row2 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  main section#derittech_sec .row .pic_area {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
  }
}
@media screen and (min-width: 769px) {
  main section#derittech_sec .row .pic_area .pic {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  main section#derittech_sec .row .text {
    margin-top: 20px;
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  main section#derittech_sec .row .text {
    -ms-grid-column: 2;
    grid-column: 2;
    margin-top: 0;
    line-height: 1.8;
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {
  main section#derittech_sec .row .btn_wrap {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#derittech_sec .row .btn_wrap {
    -ms-grid-column: 2;
    grid-column: 2;
    margin-top: 20px;
  }
}
main section#derittech_sec .row .btn_wrap .btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #221714;
}
@media screen and (max-width: 768px) {
  main section#derittech_sec .row .btn_wrap .btn_link {
    margin: 0 auto;
    width: 200px;
    height: 40px;
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  main section#derittech_sec .row .btn_wrap .btn_link {
    width: 240px;
    height: 50px;
    font-size: 14px;
  }
}

[data-browse-mode="P"] #sports_sec,
[data-browse-mode="S"] #sports_sec {
  background-color: #dbdcdc;
}
@media screen and (max-width: 768px) {
  main section#sports_sec > .inner {
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  main section#sports_sec > .inner {
    max-width: 960px;
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  main section#sports_sec .sports_hero {
    width: auto;
    margin-top: 24px;
    margin-inline: -20px;
  }
}
@media screen and (min-width: 769px) {
  main section#sports_sec .sports_hero {
    margin-top: 30px;
  }
}
main section#sports_sec .sports_hero_pic {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  main section#sports_sec .sports_body {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  main section#sports_sec .sports_body {
    margin-top: 50px;
  }
}
main section#sports_sec .sports_body {
  text-align: center;
}
@media screen and (max-width: 768px) {
  main section#sports_sec .sports_body {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  main section#sports_sec .sports_body {
    margin-bottom: 50px;
  }
}
main section#sports_sec .sports_body_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #221714;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  main section#sports_sec .sports_body_title {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#sports_sec .sports_body_title {
    font-size: 28px;
  }
}
main section#sports_sec .sports_body_lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #221714;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  main section#sports_sec .sports_body_lead {
    margin-top: 12px;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  main section#sports_sec .sports_body_lead {
    margin-top: 16px;
    font-size: 16px;
  }
}
main section#sports_sec .sports_icon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  main section#sports_sec .sports_icon_list {
    gap: 10px;
    justify-content: flex-start;
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  main section#sports_sec .sports_icon_list {
    gap: 40px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  main section#sports_sec .sports_icon_item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 768px) {
  main section#sports_sec .sports_icon_pic {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  main section#sports_sec .sports_icon_pic {
    width: 140px;
    height: auto;
  }
}
main section#sports_sec .sports_check_list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  border: 1px solid #221714;
  text-align: left;
}
@media screen and (max-width: 768px) {
  main section#sports_sec .sports_check_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
    padding: 20px 16px;
  }
}
@media screen and (min-width: 769px) {
  main section#sports_sec .sports_check_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 40px;
    margin-top: 50px;
    padding: 30px 50px;
  }
}
main section#sports_sec .sports_check_item {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #221714;
  line-height: 1.5;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  main section#sports_sec .sports_check_item {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  main section#sports_sec .sports_check_item {
    font-size: 15px;
  }
}
main section#sports_sec .sports_check_item::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #221714;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%2373a8d3' stroke-width='2' d='M1 5l3 3 7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px auto;
}
main section#sports_sec .sports_voice {
  background: #ffffff;
  border: 1px solid #221714;
}
@media screen and (max-width: 768px) {
  main section#sports_sec .sports_voice {
    padding: 30px 20px 24px;
  }
}
@media screen and (min-width: 769px) {
  main section#sports_sec .sports_voice {
    padding: 50px 50px 40px;
  }
}
main section#sports_sec .sports_voice_label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #221714;
  line-height: 1.4;
  background-image: -webkit-gradient(linear, left top, right top, from(#b8dce8), to(#d4ebe0));
  background-image: linear-gradient(to right, #b8dce8, #d4ebe0);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.55em;
}
@media screen and (max-width: 768px) {
  main section#sports_sec .sports_voice_label {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  main section#sports_sec .sports_voice_label {
    font-size: 25px;
  }
}
main section#sports_sec .sports_voice_lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #221714;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main section#sports_sec .sports_voice_lead {
    margin-top: 16px;
  }
}
@media screen and (min-width: 769px) {
  main section#sports_sec .sports_voice_lead {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  main section#sports_sec .sports_voice_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  main section#sports_sec .sports_voice_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section#sports_sec .sports_voice_photo {
    width: 120px;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  main section#sports_sec .sports_voice_text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#sports_sec .sports_voice_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
    margin-top: 30px;
  }
  main section#sports_sec .sports_voice_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 410px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  main section#sports_sec .sports_voice_pic {
    width: 46%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  main section#sports_sec .sports_voice_photo {
    display: block;
    width: 100%;
    height: auto;
  }
  main section#sports_sec .sports_voice_meta {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  main section#sports_sec .sports_voice_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(100% - 410px - 30px);
    margin-top: 0;
  }
}
main section#sports_sec .sports_voice_tag {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #848484;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  main section#sports_sec .sports_voice_tag {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  main section#sports_sec .sports_voice_tag {
    font-size: 22px;
  }
}
main section#sports_sec .sports_voice_role {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #221714;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main section#sports_sec .sports_voice_role {
    margin-top: 4px;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  main section#sports_sec .sports_voice_role {
    margin-top: 12px;
    font-size: 14px;
  }
}
main section#sports_sec .sports_voice_name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #221714;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main section#sports_sec .sports_voice_name {
    margin-top: 2px;
  }
}
@media screen and (min-width: 769px) {
  main section#sports_sec .sports_voice_name {
    margin-top: 4px;
  }
}
main section#sports_sec .sports_voice_name_em {
  font-size: 20px;
  font-weight: 500;
}
main section#sports_sec .sports_voice_name_em_sub {
  font-size: 14px;
  font-weight: 500;
}
main section#sports_sec .sports_voice_text_para {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #221714;
  font-size: 14px;
  line-height: 1.8;
}
main section#sports_sec .sports_voice_text_para + .sports_voice_text_para {
  margin-top: 1em;
}
main section#sports_sec .sports_video_head {
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #221714;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, from(#b8dce8), to(#d4ebe0));
  background: linear-gradient(to right, #b8dce8, #d4ebe0);
}
@media screen and (max-width: 768px) {
  main section#sports_sec .sports_video_head {
    margin-top: 24px;
    padding: 10px 16px;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  main section#sports_sec .sports_video_head {
    margin-top: 40px;
    padding: 12px 20px;
    font-size: 16px;
  }
}
main section#sports_sec .sports_video_slider_wrap {
  position: relative;
  container-type: inline-size;
}
main section#sports_sec .sports-video-nav {
  display: block;
  position: absolute;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  main section#sports_sec .sports-video-nav {
    top: calc(56.25cqw / 2);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 36px;
    height: 36px;
  }
  main section#sports_sec .sports-video-nav.sports-video-prev {
    left: -15px;
  }
  main section#sports_sec .sports-video-nav.sports-video-next {
    right: -15px;
  }
}
@media screen and (min-width: 769px) {
  main section#sports_sec .sports-video-nav {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;
  }
  main section#sports_sec .sports-video-nav.sports-video-prev {
    left: -30px;
  }
  main section#sports_sec .sports-video-nav.sports-video-next {
    right: -30px;
  }
}
main section#sports_sec .sports-video-nav.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
main section#sports_sec .sports-video-nav img {
  display: block;
  width: 100%;
  height: 100%;
}
main section#sports_sec .sports-video-nav.sports-video-next img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
main section#sports_sec .sports-video-slider {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main section#sports_sec .sports_video_slider_wrap {
    margin-top: 16px;
  }
}
@media screen and (min-width: 769px) {
  main section#sports_sec .sports_video_slider_wrap {
    margin-top: 24px;
  }
  main section#sports_sec .sports-video-slider .swiper-slide {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
main section#sports_sec .sports_video_frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background: #000000;
}
main section#sports_sec .sports_video_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
main section#sports_sec .sports-video-slider .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
main section#sports_sec .sports-video-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0;
  opacity: 1;
  background: #ffffff;
  border: 1px solid #221714;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
main section#sports_sec .sports-video-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #221714;
  border-color: #221714;
}
main section#sports_sec .sports_banner {
  display: block;
  margin-top: 30px;
}
main section#sports_sec .sports_banner_pic {
  display: block;
  width: 100%;
  height: auto;
}

main section#gift_sec {
  background: #e8e7e7;
}
@media screen and (max-width: 768px) {
  main section#gift_sec .inner {
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  main section#gift_sec .inner {
    padding: 80px 0;
  }
}
main section#gift_sec .inner .row {
  position: relative;
}
@media screen and (max-width: 768px) {
  main section#gift_sec .inner .row {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  main section#gift_sec .inner .row {
    margin-top: 50px;
  }
}
main section#gift_sec .inner .row.row2 {
  margin-top: 50px;
}
main section#gift_sec .inner .row.row2 .row_bg_text {
  left: auto;
  right: 0;
}
main section#gift_sec .inner .row.row2 .row_title {
  text-align: right;
}
@media screen and (min-width: 769px) {
  main section#gift_sec .inner .row.row2 .row_title {
    right: 0;
    left: auto;
  }
}
main section#gift_sec .inner .row.row2 .row_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 769px) {
  main section#gift_sec .inner .row.row2 .row_inner .row_body .text {
    text-align: right;
  }
}
@media screen and (min-width: 769px) {
  main section#gift_sec .inner .row.row2 .row_inner .row_body .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
main section#gift_sec .inner .row .row_bg_text {
  position: absolute;
  font-weight: 700;
  color: #848484;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  main section#gift_sec .inner .row .row_bg_text {
    top: -0.7em;
    left: 0;
    font-size: 40px;
  }
}
@media screen and (min-width: 769px) {
  main section#gift_sec .inner .row .row_bg_text {
    top: -0.4em;
    left: 0;
    font-size: 60px;
  }
}
main section#gift_sec .inner .row .row_title {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section#gift_sec .inner .row .row_title {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#gift_sec .inner .row .row_title {
    font-size: 24px;
    position: absolute;
    top: 1.4em;
    left: 0;
  }
}
main section#gift_sec .inner .row .row_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  main section#gift_sec .inner .row .row_inner {
    margin-top: 20px;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#gift_sec .inner .row .row_inner {
    font-size: 20px;
    gap: 40px;
  }
}
main section#gift_sec .inner .row .row_inner .row_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) {
  main section#gift_sec .inner .row .row_inner .row_body {
    padding-top: 130px;
  }
}
main section#gift_sec .inner .row .row_inner .row_body .text {
  text-align: justify;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  main section#gift_sec .inner .row .row_inner .row_body .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  main section#gift_sec .inner .row .row_inner .row_body .btn_wrap {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#gift_sec .inner .row .row_inner .row_body .btn_wrap {
    margin-top: 50px;
  }
}
main section#gift_sec .inner .row .row_inner .row_body .btn_wrap .btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #221714;
  background: #fff;
}
@media screen and (max-width: 768px) {
  main section#gift_sec .inner .row .row_inner .row_body .btn_wrap .btn_link {
    width: 100%;
    height: 40px;
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  main section#gift_sec .inner .row .row_inner .row_body .btn_wrap .btn_link {
    width: 250px;
    height: 50px;
    font-size: 16px;
  }
}
main section#gift_sec .inner .row .row_inner .pic_area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  main section#gift_sec .inner .row .row_inner .pic_area {
    width: 150px;
  }
}
main section#product_sec {
  background: #fff;
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner {
    padding: 40px 0 50px;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .product_pic {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .product_pic {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .product_pic .pic {
    width: 317px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .product_pic .pic {
    display: block;
    width: 100%;
    max-width: 911px;
    margin: 0 auto;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .product_ac_list {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .product_ac_list {
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
main section#product_sec .inner .product_ac_list .product_ac {
  border: 1px solid #221714;
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .product_ac_list .product_ac {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .product_ac_list .product_ac {
    margin-top: 0;
  }
}
main section#product_sec .inner .product_ac_list .product_ac .product_ac_btn {
  background: transparent;
  border: 0;
  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;
  font-weight: 500;
  color: #221714;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .product_ac_list .product_ac .product_ac_btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .product_ac_list .product_ac .product_ac_btn {
    width: 100%;
    padding: 16px 24px;
    font-size: 16px;
  }
}
main section#product_sec .inner .product_ac_list .product_ac .product_ac_btn > * {
  pointer-events: none;
}
main section#product_sec .inner .product_ac_list .product_ac .product_ac_btn .product_ac_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
main section#product_sec .inner .product_ac_list .product_ac .product_ac_btn .product_ac_icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .product_ac_list .product_ac .product_ac_btn .product_ac_icon {
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .product_ac_list .product_ac .product_ac_btn .product_ac_icon {
    width: 16px;
    height: 16px;
  }
}
main section#product_sec .inner .product_ac_list .product_ac .product_ac_btn .product_ac_icon::before, main section#product_sec .inner .product_ac_list .product_ac .product_ac_btn .product_ac_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #221714;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .product_ac_list .product_ac .product_ac_btn .product_ac_icon::before, main section#product_sec .inner .product_ac_list .product_ac .product_ac_btn .product_ac_icon::after {
    width: 100%;
    height: 1px;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .product_ac_list .product_ac .product_ac_btn .product_ac_icon::before, main section#product_sec .inner .product_ac_list .product_ac .product_ac_btn .product_ac_icon::after {
    width: 100%;
    height: 1px;
  }
}
main section#product_sec .inner .product_ac_list .product_ac .product_ac_btn .product_ac_icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
main section#product_sec .inner .product_ac_list .product_ac .product_ac_body {
  display: none;
  border-top: 1px solid #221714;
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .product_ac_list .product_ac .product_ac_body {
    padding: 0 0 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .product_ac_list .product_ac .product_ac_body {
    padding: 0 0 20px;
  }
}
main section#product_sec .inner .product_ac_list .product_ac.is-open .product_ac_btn .product_ac_icon::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
main section#product_sec .inner .product_ac_list .product_ac.is-open .product_ac_body {
  display: block;
}
main section#product_sec .inner .detail_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .detail_info {
    margin: 0;
    padding: 22px 20px;
    gap: 16px;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .detail_info {
    margin: 0;
    padding: 22px 24px;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .detail_info dl {
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .detail_info dl {
    margin: 0;
    padding: 0;
  }
}
main section#product_sec .inner .detail_info dl dt {
  font-weight: 700;
  color: #221714;
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .detail_info dl dt {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .detail_info dl dt {
    font-size: 14px;
  }
}
main section#product_sec .inner .detail_info dl dt:before {
  display: none;
}
main section#product_sec .inner .detail_info dl dd {
  color: #221714;
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .detail_info dl dd {
    margin: 4px 0 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .detail_info dl dd {
    margin: 4px 0 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .size_block {
    margin: 50px -20px 0;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .size_block {
    margin-top: 80px;
  }
}
main section#product_sec .inner .size_block .size_title {
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .size_block .size_title {
    font-size: 20px;
    margin: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .size_block .size_title {
    font-size: 24px;
  }
}
main section#product_sec .inner .size_block .size_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .size_block .size_scroll {
    margin-top: 30px;
    padding: 0;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .size_block .size_scroll {
    overflow-x: visible;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 72px;
    margin-top: 50px;
  }
}
main section#product_sec .inner .size_block .size_table {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .size_block .size_table {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .size_block .size_table {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    max-width: 444px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .size_block .size_table:first-child {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .size_block .size_table:last-child {
    margin-right: 20px;
  }
}
main section#product_sec .inner .size_block .size_table .img img {
  display: block;
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .size_block .size_table .img img {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .size_block .size_table .img img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
main section#product_sec .inner .size_block .size_table table {
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .size_block .size_table table {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .size_block .size_table table {
    width: 100%;
    margin-top: 30px;
    font-size: 13px;
  }
}
main section#product_sec .inner .size_block .size_table table thead tr th {
  background: #848484;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .size_block .size_table table thead tr th {
    padding: 6px;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .size_block .size_table table thead tr th {
    padding: 8px;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .size_block .size_table table thead tr th:first-of-type {
    display: table-cell;
  }
}
main section#product_sec .inner .size_block .size_table table tbody th,
main section#product_sec .inner .size_block .size_table table tbody td {
  text-align: center;
  border-bottom: 1px solid #e8e7e7;
  background: #f0f0f0;
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .size_block .size_table table tbody th,
  main section#product_sec .inner .size_block .size_table table tbody td {
    padding: 6px 2px;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .size_block .size_table table tbody th,
  main section#product_sec .inner .size_block .size_table table tbody td {
    padding: 8px 4px;
  }
}
main section#product_sec .inner .size_block .size_table table tbody th {
  font-weight: 500;
}
main section#product_sec .inner .size_block .size_table table tbody tr:first-child th,
main section#product_sec .inner .size_block .size_table table tbody tr:first-child td {
  background: #e5e5e5;
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .size_block .size_table table tbody tr:first-child th,
  main section#product_sec .inner .size_block .size_table table tbody tr:first-child td {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .size_block .size_table table tbody tr:first-child th,
  main section#product_sec .inner .size_block .size_table table tbody tr:first-child td {
    padding: 4px;
  }
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .size_block .size_table table tbody tr:first-child th:first-child {
    min-width: 4em;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .size_block .size_table table tbody tr:not(:first-child) td {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  main section#product_sec .inner .size_block .size_table table tbody tr th:first-of-type {
    display: table-cell;
  }
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .size_block .size_table.shorts_table table {
    min-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .size_block .size_table.tops_table table {
    min-width: 280px;
  }
}
main section#product_sec .inner .size_block .size_table.tops_table table tbody th,
main section#product_sec .inner .size_block .size_table.tops_table table tbody td {
  width: 20%;
}
@media screen and (max-width: 768px) {
  main section#product_sec .inner .size_block .size_table.tops_table table tbody tr:first-child th:first-child {
    min-width: 0;
  }
}

@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content,
  main section#cv_sec2 .cv_content,
  main section#cv_sec3 .cv_content {
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content,
  main section#cv_sec2 .cv_content,
  main section#cv_sec3 .cv_content {
    padding: 80px 0;
  }
}
main section#cv_sec1 .cv_content .cv_block_title,
main section#cv_sec2 .cv_content .cv_block_title,
main section#cv_sec3 .cv_content .cv_block_title {
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_block_title,
  main section#cv_sec2 .cv_content .cv_block_title,
  main section#cv_sec3 .cv_content .cv_block_title {
    font-size: 26px;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_block_title,
  main section#cv_sec2 .cv_content .cv_block_title,
  main section#cv_sec3 .cv_content .cv_block_title {
    font-size: 34px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_block_title:not(:first-child),
  main section#cv_sec2 .cv_content .cv_block_title:not(:first-child),
  main section#cv_sec3 .cv_content .cv_block_title:not(:first-child) {
    margin-top: 30px;
  }
}
main section#cv_sec1 .cv_content .cv_block,
main section#cv_sec2 .cv_content .cv_block,
main section#cv_sec3 .cv_content .cv_block {
  background: #fff;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_block,
  main section#cv_sec2 .cv_content .cv_block,
  main section#cv_sec3 .cv_content .cv_block {
    margin-top: 20px;
    padding: 30px 20px;
    gap: 0;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_block,
  main section#cv_sec2 .cv_content .cv_block,
  main section#cv_sec3 .cv_content .cv_block {
    gap: 0;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_block.product1,
  main section#cv_sec2 .cv_content .cv_block.product1,
  main section#cv_sec3 .cv_content .cv_block.product1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr;
        grid-template-areas: "pic ttl" "pic price" "pic btn";
    -ms-grid-rows: auto 0 auto 0 auto;
    grid-template-rows: auto auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    row-gap: 0;
    padding: 40px 30px;
    margin-bottom: 50px;
  }
}
main section#cv_sec1 .cv_content .cv_block.product1 .ttl,
main section#cv_sec2 .cv_content .cv_block.product1 .ttl,
main section#cv_sec3 .cv_content .cv_block.product1 .ttl {
  text-align: center;
  font-weight: 500;
  border: 0;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .ttl,
  main section#cv_sec2 .cv_content .cv_block.product1 .ttl,
  main section#cv_sec3 .cv_content .cv_block.product1 .ttl {
    font-size: 16px;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .ttl,
  main section#cv_sec2 .cv_content .cv_block.product1 .ttl,
  main section#cv_sec3 .cv_content .cv_block.product1 .ttl {
    grid-area: ttl;
    -ms-grid-row-align: end;
        align-self: end;
    font-size: 20px;
    padding: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .pic_area,
  main section#cv_sec2 .cv_content .cv_block.product1 .pic_area,
  main section#cv_sec3 .cv_content .cv_block.product1 .pic_area {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .pic_area,
  main section#cv_sec2 .cv_content .cv_block.product1 .pic_area,
  main section#cv_sec3 .cv_content .cv_block.product1 .pic_area {
    grid-area: pic;
    -ms-grid-row-align: center;
        align-self: center;
  }
}
main section#cv_sec1 .cv_content .cv_block.product1 .pic_area .pic,
main section#cv_sec2 .cv_content .cv_block.product1 .pic_area .pic,
main section#cv_sec3 .cv_content .cv_block.product1 .pic_area .pic {
  display: block;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .pic_area .pic,
  main section#cv_sec2 .cv_content .cv_block.product1 .pic_area .pic,
  main section#cv_sec3 .cv_content .cv_block.product1 .pic_area .pic {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .pic_area .pic,
  main section#cv_sec2 .cv_content .cv_block.product1 .pic_area .pic,
  main section#cv_sec3 .cv_content .cv_block.product1 .pic_area .pic {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .set_price,
  main section#cv_sec2 .cv_content .cv_block.product1 .set_price,
  main section#cv_sec3 .cv_content .cv_block.product1 .set_price {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .set_price,
  main section#cv_sec2 .cv_content .cv_block.product1 .set_price,
  main section#cv_sec3 .cv_content .cv_block.product1 .set_price {
    grid-area: price;
    -ms-grid-row-align: center;
        align-self: center;
  }
}
main section#cv_sec1 .cv_content .cv_block.product1 .set_price .set_off,
main section#cv_sec2 .cv_content .cv_block.product1 .set_price .set_off,
main section#cv_sec3 .cv_content .cv_block.product1 .set_price .set_off {
  text-align: center;
  color: #e22754;
  background: #fce9ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .set_price .set_off,
  main section#cv_sec2 .cv_content .cv_block.product1 .set_price .set_off,
  main section#cv_sec3 .cv_content .cv_block.product1 .set_price .set_off {
    font-size: 14px;
    height: 30px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .set_price .set_off,
  main section#cv_sec2 .cv_content .cv_block.product1 .set_price .set_off,
  main section#cv_sec3 .cv_content .cv_block.product1 .set_price .set_off {
    font-size: 16px;
    height: 36px;
    width: 310px;
    margin-inline: auto;
  }
}
main section#cv_sec1 .cv_content .cv_block.product1 .set_price .set_off span,
main section#cv_sec2 .cv_content .cv_block.product1 .set_price .set_off span,
main section#cv_sec3 .cv_content .cv_block.product1 .set_price .set_off span {
  color: #221714;
}
main section#cv_sec1 .cv_content .cv_block.product1 .set_price .set_price_main,
main section#cv_sec2 .cv_content .cv_block.product1 .set_price .set_price_main,
main section#cv_sec3 .cv_content .cv_block.product1 .set_price .set_price_main {
  text-align: center;
  color: #e22754;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .set_price .set_price_main,
  main section#cv_sec2 .cv_content .cv_block.product1 .set_price .set_price_main,
  main section#cv_sec3 .cv_content .cv_block.product1 .set_price .set_price_main {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .set_price .set_price_main,
  main section#cv_sec2 .cv_content .cv_block.product1 .set_price .set_price_main,
  main section#cv_sec3 .cv_content .cv_block.product1 .set_price .set_price_main {
    margin-top: 16px;
  }
}
main section#cv_sec1 .cv_content .cv_block.product1 .set_price .set_price_main .label,
main section#cv_sec2 .cv_content .cv_block.product1 .set_price .set_price_main .label,
main section#cv_sec3 .cv_content .cv_block.product1 .set_price .set_price_main .label {
  background: transparent;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .set_price .set_price_main .label,
  main section#cv_sec2 .cv_content .cv_block.product1 .set_price .set_price_main .label,
  main section#cv_sec3 .cv_content .cv_block.product1 .set_price .set_price_main .label {
    font-size: 18px;
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .set_price .set_price_main .label,
  main section#cv_sec2 .cv_content .cv_block.product1 .set_price .set_price_main .label,
  main section#cv_sec3 .cv_content .cv_block.product1 .set_price .set_price_main .label {
    font-size: 18px;
    padding: 0;
    margin: 0;
  }
}
main section#cv_sec1 .cv_content .cv_block.product1 .set_price .set_price_main .amount,
main section#cv_sec2 .cv_content .cv_block.product1 .set_price .set_price_main .amount,
main section#cv_sec3 .cv_content .cv_block.product1 .set_price .set_price_main .amount {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .set_price .set_price_main .amount,
  main section#cv_sec2 .cv_content .cv_block.product1 .set_price .set_price_main .amount,
  main section#cv_sec3 .cv_content .cv_block.product1 .set_price .set_price_main .amount {
    font-size: 20px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .set_price .set_price_main .amount,
  main section#cv_sec2 .cv_content .cv_block.product1 .set_price .set_price_main .amount,
  main section#cv_sec3 .cv_content .cv_block.product1 .set_price .set_price_main .amount {
    font-size: 28px;
    margin-left: 20px;
  }
}
main section#cv_sec1 .cv_content .cv_block.product1 .set_price .set_price_main .tax,
main section#cv_sec2 .cv_content .cv_block.product1 .set_price .set_price_main .tax,
main section#cv_sec3 .cv_content .cv_block.product1 .set_price .set_price_main .tax {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .set_price .set_price_main .tax,
  main section#cv_sec2 .cv_content .cv_block.product1 .set_price .set_price_main .tax,
  main section#cv_sec3 .cv_content .cv_block.product1 .set_price .set_price_main .tax {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .set_price .set_price_main .tax,
  main section#cv_sec2 .cv_content .cv_block.product1 .set_price .set_price_main .tax,
  main section#cv_sec3 .cv_content .cv_block.product1 .set_price .set_price_main .tax {
    font-size: 12px;
  }
}
main section#cv_sec1 .cv_content .cv_block.product1 .set_price .set_price_default,
main section#cv_sec2 .cv_content .cv_block.product1 .set_price .set_price_default,
main section#cv_sec3 .cv_content .cv_block.product1 .set_price .set_price_default {
  text-align: center;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .set_price .set_price_default,
  main section#cv_sec2 .cv_content .cv_block.product1 .set_price .set_price_default,
  main section#cv_sec3 .cv_content .cv_block.product1 .set_price .set_price_default {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .set_price .set_price_default,
  main section#cv_sec2 .cv_content .cv_block.product1 .set_price .set_price_default,
  main section#cv_sec3 .cv_content .cv_block.product1 .set_price .set_price_default {
    margin-top: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .set_price .set_price_default span,
  main section#cv_sec2 .cv_content .cv_block.product1 .set_price .set_price_default span,
  main section#cv_sec3 .cv_content .cv_block.product1 .set_price .set_price_default span {
    font-size: 10px;
    margin-left: 2px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .set_price .set_price_default span,
  main section#cv_sec2 .cv_content .cv_block.product1 .set_price .set_price_default span,
  main section#cv_sec3 .cv_content .cv_block.product1 .set_price .set_price_default span {
    font-size: 10px;
    margin-left: 2px;
  }
}
main section#cv_sec1 .cv_content .cv_block.product1 .buy_btn,
main section#cv_sec2 .cv_content .cv_block.product1 .buy_btn,
main section#cv_sec3 .cv_content .cv_block.product1 .buy_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #afd1eb;
  color: #221714;
  text-decoration: none;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .buy_btn,
  main section#cv_sec2 .cv_content .cv_block.product1 .buy_btn,
  main section#cv_sec3 .cv_content .cv_block.product1 .buy_btn {
    margin-top: 20px;
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_block.product1 .buy_btn,
  main section#cv_sec2 .cv_content .cv_block.product1 .buy_btn,
  main section#cv_sec3 .cv_content .cv_block.product1 .buy_btn {
    grid-area: btn;
    -ms-grid-row-align: start;
        align-self: start;
    margin-top: 24px;
    height: 50px;
    font-size: 16px;
    width: 310px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px){
  main section#cv_sec1 .cv_content .cv_block.product1 .ttl,
  main section#cv_sec2 .cv_content .cv_block.product1 .ttl,
  main section#cv_sec3 .cv_content .cv_block.product1 .ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  main section#cv_sec1 .cv_content .cv_block.product1 .pic_area,
  main section#cv_sec2 .cv_content .cv_block.product1 .pic_area,
  main section#cv_sec3 .cv_content .cv_block.product1 .pic_area {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  main section#cv_sec1 .cv_content .cv_block.product1 .set_price,
  main section#cv_sec2 .cv_content .cv_block.product1 .set_price,
  main section#cv_sec3 .cv_content .cv_block.product1 .set_price {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  main section#cv_sec1 .cv_content .cv_block.product1 .buy_btn,
  main section#cv_sec2 .cv_content .cv_block.product1 .buy_btn,
  main section#cv_sec3 .cv_content .cv_block.product1 .buy_btn {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
main section#cv_sec1 .cv_content .cv_block.product1 .buy_btn:after,
main section#cv_sec2 .cv_content .cv_block.product1 .buy_btn:after,
main section#cv_sec3 .cv_content .cv_block.product1 .buy_btn:after {
  display: none;
}
main section#cv_sec1 .cv_content .cv_block_grid,
main section#cv_sec2 .cv_content .cv_block_grid,
main section#cv_sec3 .cv_content .cv_block_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_block_grid,
  main section#cv_sec2 .cv_content .cv_block_grid,
  main section#cv_sec3 .cv_content .cv_block_grid {
    gap: 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_block_grid,
  main section#cv_sec2 .cv_content .cv_block_grid,
  main section#cv_sec3 .cv_content .cv_block_grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_block_grid .cv_block,
  main section#cv_sec2 .cv_content .cv_block_grid .cv_block,
  main section#cv_sec3 .cv_content .cv_block_grid .cv_block {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_block_grid .cv_block,
  main section#cv_sec2 .cv_content .cv_block_grid .cv_block,
  main section#cv_sec3 .cv_content .cv_block_grid .cv_block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    padding: 40px 30px;
    width: 460px;
  }
}
main section#cv_sec1 .cv_content .cv_block_grid .cv_block .ttl,
main section#cv_sec2 .cv_content .cv_block_grid .cv_block .ttl,
main section#cv_sec3 .cv_content .cv_block_grid .cv_block .ttl {
  text-align: center;
  font-weight: 500;
  border: 0;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_block_grid .cv_block .ttl,
  main section#cv_sec2 .cv_content .cv_block_grid .cv_block .ttl,
  main section#cv_sec3 .cv_content .cv_block_grid .cv_block .ttl {
    font-size: 16px;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_block_grid .cv_block .ttl,
  main section#cv_sec2 .cv_content .cv_block_grid .cv_block .ttl,
  main section#cv_sec3 .cv_content .cv_block_grid .cv_block .ttl {
    font-size: 20px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_block_grid .cv_block .pic_area,
  main section#cv_sec2 .cv_content .cv_block_grid .cv_block .pic_area,
  main section#cv_sec3 .cv_content .cv_block_grid .cv_block .pic_area {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_block_grid .cv_block .pic_area,
  main section#cv_sec2 .cv_content .cv_block_grid .cv_block .pic_area,
  main section#cv_sec3 .cv_content .cv_block_grid .cv_block .pic_area {
    margin-top: 20px;
  }
}
main section#cv_sec1 .cv_content .cv_block_grid .cv_block .pic_area .pic,
main section#cv_sec2 .cv_content .cv_block_grid .cv_block .pic_area .pic,
main section#cv_sec3 .cv_content .cv_block_grid .cv_block .pic_area .pic {
  display: block;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_block_grid .cv_block .pic_area .pic {
    margin: 0 auto;
    width: 100%;
  }
  main section#cv_sec2 .cv_content .cv_block_grid .cv_block .pic_area .pic,
  main section#cv_sec3 .cv_content .cv_block_grid .cv_block .pic_area .pic {
    margin: 0 auto;
    width: 150px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_block_grid .cv_block .pic_area .pic,
  main section#cv_sec2 .cv_content .cv_block_grid .cv_block .pic_area .pic,
  main section#cv_sec3 .cv_content .cv_block_grid .cv_block .pic_area .pic {
    margin: 0 auto;
    height: 232px;
  }
}
main section#cv_sec1 .cv_content .bulk_set,
main section#cv_sec2 .cv_content .bulk_set,
main section#cv_sec3 .cv_content .bulk_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .bulk_set,
  main section#cv_sec2 .cv_content .bulk_set,
  main section#cv_sec3 .cv_content .bulk_set {
    margin-top: 20px;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set,
  main section#cv_sec2 .cv_content .bulk_set,
  main section#cv_sec3 .cv_content .bulk_set {
    margin-top: 20px;
    gap: 30px;
  }
}
main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_lead,
main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_lead,
main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_lead {
  position: relative;
  background: #fce9ed;
  color: #221714;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_lead,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_lead,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_lead {
    font-size: 16px;
    padding: 6px;
    height: 30px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_lead,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_lead,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_lead {
    font-size: 14px;
    padding: 6px;
    height: 32px;
  }
}
main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_lead:after,
main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_lead:after,
main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_lead:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7.5px 0 7.5px;
  border-color: #fce9ed transparent transparent transparent;
}
main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_lead .amount,
main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_lead .amount,
main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_lead .amount {
  color: #e22754;
}
main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main,
main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main,
main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main {
    margin-top: 10px;
    gap: 8px;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main {
    margin-top: 29px;
    gap: 8px;
    padding: 0;
  }
}
main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .sheets,
main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .sheets,
main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .sheets {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .sheets,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .sheets,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .sheets {
    gap: 8px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .sheets,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .sheets,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .sheets {
    gap: 10px;
  }
}
main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label,
main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label,
main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label {
    width: 50px;
    height: 50px;
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label {
    width: 70px;
    height: 70px;
    font-size: 18px;
  }
}
main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label span,
main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label span,
main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label span {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label span,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label span,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label span {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label span,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label span,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label span {
    font-size: 17px;
  }
}
main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label span b,
main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label span b,
main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label span b {
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label span b,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label span b,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label span b {
    font-size: 25px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label span b,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label span b,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_label span b {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_img,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_img,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_img {
    width: 70px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_img,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_img,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_img {
    width: 70px;
  }
}
main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_img .sheetsimg,
main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_img .sheetsimg,
main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_img .sheetsimg {
  display: block;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_img .sheetsimg,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_img .sheetsimg,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_img .sheetsimg {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_img .sheetsimg,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_img .sheetsimg,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .sheets .sheets_img .sheetsimg {
    width: 100%;
  }
}
main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price,
main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price,
main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price {
    gap: 2px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price {
    gap: 2px;
  }
}
main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row,
main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row,
main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row {
    gap: 8px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row {
    gap: 10px;
  }
}
main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off,
main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off,
main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off {
  background: #fce9ed;
  font-weight: 400;
  color: #e22754;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off {
    font-size: 14px;
    padding: 2px 10px 3px;
    line-height: 1;
  }
}
main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off .strong,
main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off .strong,
main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off .strong {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off .strong,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off .strong,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off .strong {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off .strong,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off .strong,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off .strong {
    font-size: 14px;
  }
}
main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off .percent,
main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off .percent,
main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off .percent {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off .percent,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off .percent,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off .percent {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off .percent,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off .percent,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .off .percent {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .price,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .price,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .price {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .price,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .price,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .price {
    font-size: 14px;
    width: 110px;
    text-align: right;
  }
}
main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .price .amount,
main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .price .amount,
main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .price .amount {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .price .amount,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .price .amount,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .price .amount {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .price .amount,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .price .amount,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .price .amount {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .price .tax,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .price .tax,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .price .tax {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .price .tax,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .price .tax,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row .price .tax {
    font-size: 10px;
  }
}
main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per,
main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per,
main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per {
  color: #e22754;
  line-height: 1;
}
main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_label,
main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_label,
main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_label {
  color: #221714;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_label,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_label,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_label {
    font-size: 12px;
    top: -0.2em;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_label,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_label,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_label {
    font-size: 14px;
    top: -0.2em;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_price,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_price,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_price {
    width: 110px;
    text-align: right;
    font-size: 14px;
  }
}
main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_price .amount,
main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_price .amount,
main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_price .amount {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_price .amount,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_price .amount,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_price .amount {
    font-size: 25px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_price .amount,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_price .amount,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_price .amount {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_price .tax,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_price .tax,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_price .tax {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_price .tax,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_price .tax,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .bulk_main .bulk_price .price_row.per .per_price .tax {
    font-size: 10px;
  }
}
main section#cv_sec1 .cv_content .bulk_set .bulk_row .buy_btn,
main section#cv_sec2 .cv_content .bulk_set .bulk_row .buy_btn,
main section#cv_sec3 .cv_content .bulk_set .bulk_row .buy_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: unset;
  background: #afd1eb;
  color: #221714;
  text-decoration: none;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .buy_btn,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .buy_btn,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .buy_btn {
    margin: 10px 0 0;
    width: 100%;
    height: 50px;
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .bulk_set .bulk_row .buy_btn,
  main section#cv_sec2 .cv_content .bulk_set .bulk_row .buy_btn,
  main section#cv_sec3 .cv_content .bulk_set .bulk_row .buy_btn {
    margin: 20px auto 0;
    width: 310px;
    height: 50px;
    font-size: 16px;
  }
}
main section#cv_sec1 .cv_content .bulk_set .bulk_row .buy_btn:after,
main section#cv_sec2 .cv_content .bulk_set .bulk_row .buy_btn:after,
main section#cv_sec3 .cv_content .bulk_set .bulk_row .buy_btn:after {
  display: none;
}
main section#cv_sec1 .cv_content .cv_line,
main section#cv_sec2 .cv_content .cv_line,
main section#cv_sec3 .cv_content .cv_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_line,
  main section#cv_sec2 .cv_content .cv_line,
  main section#cv_sec3 .cv_content .cv_line {
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_line,
  main section#cv_sec2 .cv_content .cv_line,
  main section#cv_sec3 .cv_content .cv_line {
    margin: 50px 0 0;
  }
}
main section#cv_sec1 .cv_content .cv_line a,
main section#cv_sec2 .cv_content .cv_line a,
main section#cv_sec3 .cv_content .cv_line a {
  display: block;
}
main section#cv_sec1 .cv_content .cv_line .line_bnr,
main section#cv_sec2 .cv_content .cv_line .line_bnr,
main section#cv_sec3 .cv_content .cv_line .line_bnr {
  display: block;
}
@media screen and (max-width: 768px) {
  main section#cv_sec1 .cv_content .cv_line .line_bnr,
  main section#cv_sec2 .cv_content .cv_line .line_bnr,
  main section#cv_sec3 .cv_content .cv_line .line_bnr {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  main section#cv_sec1 .cv_content .cv_line .line_bnr,
  main section#cv_sec2 .cv_content .cv_line .line_bnr,
  main section#cv_sec3 .cv_content .cv_line .line_bnr {
    margin: 0 auto;
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  main section#faq_sec {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  main section#faq_sec .inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  main section#faq_sec .section_title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  main section#faq_sec .section_title .jp {
    margin-top: 6px;
  }
}
main section#faq_sec .faq_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main section#faq_sec .ac_set {
  background: #fff;
  border-bottom: 1px solid #dbdcdc;
}
main section#faq_sec .ac_set .faq_q.ac_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #221714;
  position: relative;
  border: none;
  outline: none;
  height: unset;
}
@media screen and (max-width: 768px) {
  main section#faq_sec .ac_set .faq_q.ac_btn {
    padding: 16px 0;
  }
}
@media screen and (min-width: 769px) {
  main section#faq_sec .ac_set .faq_q.ac_btn {
    padding: 17px 0;
  }
}
main section#faq_sec .ac_set .faq_q.ac_btn .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  main section#faq_sec .ac_set .faq_q.ac_btn .icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
main section#faq_sec .ac_set .faq_q.ac_btn p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #221714;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main section#faq_sec .ac_set .faq_q.ac_btn p {
    margin: 0;
    font-size: 13px;
  }
}
main section#faq_sec .ac_set .faq_q.ac_btn .icon_plus {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: unset;
}
@media screen and (max-width: 768px) {
  main section#faq_sec .ac_set .faq_q.ac_btn .icon_plus {
    width: 16px;
    height: 16px;
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  main section#faq_sec .ac_set .faq_q.ac_btn .icon_plus {
    margin: 0;
  }
}
main section#faq_sec .ac_set .faq_q.ac_btn .icon_plus::before, main section#faq_sec .ac_set .faq_q.ac_btn .icon_plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #848484;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 768px) {
  main section#faq_sec .ac_set .faq_q.ac_btn .icon_plus::before, main section#faq_sec .ac_set .faq_q.ac_btn .icon_plus::after {
    width: 100%;
    height: 1px;
  }
}
main section#faq_sec .ac_set .faq_q.ac_btn .icon_plus::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
main section#faq_sec .ac_set .ac_wrap {
  display: none;
}
main section#faq_sec .ac_set .ac_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  main section#faq_sec .ac_set .ac_inner {
    gap: 10px;
    padding: 14px 0;
  }
}
main section#faq_sec .ac_set .ac_inner .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  main section#faq_sec .ac_set .ac_inner .icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 769px) {
  main section#faq_sec .ac_set .ac_inner .icon {
    margin-right: 14px;
  }
}
main section#faq_sec .ac_set .ac_inner p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  main section#faq_sec .ac_set .ac_inner p {
    margin: 0;
    font-size: 13px;
  }
}
main section#faq_sec .ac_set.open .faq_q .icon_plus::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
main section#faq_sec .ac_set.open .ac_wrap {
  display: block;
}

main section#message_sec {
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main section#message_sec {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  main section#message_sec .inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  main section#message_sec .section_title {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 768px) {
  main section#message_sec .section_title .jp {
    margin-top: 4px;
  }
}
main section#message_sec .message_lead {
  font-weight: 700;
  line-height: 1.6;
  color: #221714;
}
@media screen and (max-width: 768px) {
  main section#message_sec .message_lead {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 2;
    font-weight: 500;
  }
}
@media screen and (min-width: 769px) {
  main section#message_sec .message_lead {
    font-size: 26px;
    text-align: center;
  }
}
main section#message_sec .message-slider {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  main section#message_sec .message-slider {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  main section#message_sec .message-slider {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  main section#message_sec .message-slider .swiper-slide {
    width: 160px;
  }
}
@media screen and (min-width: 769px) {
  main section#message_sec .message-slider .swiper-slide {
    width: 220px;
  }
}
main section#message_sec .message-slider .swiper-slide img {
  display: block;
}
@media screen and (max-width: 768px) {
  main section#message_sec .message-slider .swiper-slide img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  main section#message_sec .message_columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (max-width: 768px) {
  main section#message_sec .message_box {
    margin: 50px 0 0;
  }
}
main section#message_sec .message_box .message_box_label {
  display: none;
}
@media screen and (min-width: 769px) {
  main section#message_sec .message_box .message_box_label {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.16em;
    color: #221714;
    margin-bottom: 30px;
  }
}
main section#message_sec .message_box .message_box_line {
  display: table;
  color: #221714;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section#message_sec .message_box .message_box_line {
    margin: 0;
    font-size: 20px;
    height: 33px;
    line-height: 33px;
    padding: 0 8px;
    background: #d7b4c7;
  }
}
@media screen and (min-width: 769px) {
  main section#message_sec .message_box .message_box_line {
    margin: 0;
    font-size: 40px;
    height: 40px;
    line-height: 58px;
    padding: 0 10px;
    background: #d7b4c7;
  }
}
@media screen and (max-width: 768px) {
  main section#message_sec .message_box .message_box_line + .message_box_line {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  main section#message_sec .message_box .message_box_line + .message_box_line {
    margin-top: 10px;
  }
}
main section#message_sec .message_text {
  line-height: 1.8;
  color: #221714;
}
@media screen and (max-width: 768px) {
  main section#message_sec .message_text {
    margin: 20px 0 0;
    font-size: 13px;
    text-align: justify;
  }
}
@media screen and (min-width: 769px) {
  main section#message_sec .message_text {
    margin: 0;
    font-size: 16px;
    text-align: justify;
    width: 480px;
  }
}

main section#voice_sec {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main section#voice_sec {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  main section#voice_sec .inner {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  main section#voice_sec .inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  main section#voice_sec .section_title {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 769px) {
  main section#voice_sec .section_title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  main section#voice_sec .section_title .jp {
    margin-top: 4px;
  }
}
@media screen and (min-width: 769px) {
  main section#voice_sec .row {
    position: relative;
  }
}
main section#voice_sec .voice-nav {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  main section#voice_sec .voice-nav {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;
    z-index: 2;
  }
}
main section#voice_sec .voice-nav.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
main section#voice_sec .voice-nav img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  main section#voice_sec .voice-nav.voice-prev {
    left: -70px;
  }
}
@media screen and (min-width: 769px) {
  main section#voice_sec .voice-nav.voice-next {
    right: -70px;
  }
}
main section#voice_sec .voice-nav.voice-next img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
main section#voice_sec .voice-slider {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  main section#voice_sec .voice-slider {
    padding: 0 0 35px;
  }
}
@media screen and (min-width: 769px) {
  main section#voice_sec .voice-slider {
    padding: 0 0 40px;
  }
}
main section#voice_sec .voice-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  border: 1px solid #221714;
}
@media screen and (max-width: 768px) {
  main section#voice_sec .voice-slider .swiper-slide {
    width: 220px;
  }
}
@media screen and (min-width: 769px) {
  main section#voice_sec .voice-slider .swiper-slide {
    width: 240px;
  }
}
main section#voice_sec .voice-slider .col {
  background: #fff;
  height: 100%;
}
@media screen and (max-width: 768px) {
  main section#voice_sec .voice-slider .col {
    padding: 22px 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#voice_sec .voice-slider .col {
    padding: 22px 20px;
    width: auto;
    margin: 0;
  }
}
main section#voice_sec .voice-slider .col .text {
  margin: 0;
  color: #221714;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  main section#voice_sec .voice-slider .col .text {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 769px) {
  main section#voice_sec .voice-slider .col .text {
    font-size: 14px;
    line-height: 1.8;
  }
}
main section#voice_sec .voice-slider .col .text strong {
  display: block;
  font-weight: 500;
  background-color: #dbdcdc;
}
@media screen and (max-width: 768px) {
  main section#voice_sec .voice-slider .col .text strong {
    font-size: 15px;
    padding: 0 10px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 769px) {
  main section#voice_sec .voice-slider .col .text strong {
    font-size: 16px;
    padding: 0 10px;
    margin-bottom: 16px;
  }
}
main section#voice_sec .voice-slider .swiper-pagination {
  bottom: 0;
  left: 0;
  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;
}
@media screen and (max-width: 768px) {
  main section#voice_sec .voice-slider .swiper-pagination {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  main section#voice_sec .voice-slider .swiper-pagination {
    width: 100%;
  }
}
main section#voice_sec .voice-slider .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #221714;
  opacity: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  main section#voice_sec .voice-slider .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 5.5px;
  }
}
@media screen and (min-width: 769px) {
  main section#voice_sec .voice-slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }
}
main section#voice_sec .voice-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #221714;
}

main section#shop_sec {
  background: #fff;
}
@media screen and (max-width: 768px) {
  main section#shop_sec {
    padding: 0 0 40px;
  }
}
@media screen and (min-width: 769px) {
  main section#shop_sec {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  main section#shop_sec .inner {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  main section#shop_sec .inner {
    padding: 80px 0;
  }
}
main section#shop_sec .misc_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #221714;
}
@media screen and (max-width: 768px) {
  main section#shop_sec .misc_block {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 769px) {
  main section#shop_sec .misc_block {
    margin: 0 auto;
    padding: 30px;
  }
}
main section#shop_sec .misc_block .misc_logo {
  display: block;
}
@media screen and (max-width: 768px) {
  main section#shop_sec .misc_block .misc_logo {
    width: 180px;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  main section#shop_sec .misc_block .misc_logo {
    width: 240px;
    height: auto;
  }
}
main section#shop_sec .misc_block .misc_text {
  text-align: center;
  color: #221714;
}
@media screen and (max-width: 768px) {
  main section#shop_sec .misc_block .misc_text {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 769px) {
  main section#shop_sec .misc_block .misc_text {
    margin: 30px 0 0;
    font-size: 14px;
    line-height: 1.8;
  }
}
main section#shop_sec .shop_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  main section#shop_sec .shop_links {
    gap: 20px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  main section#shop_sec .shop_links {
    gap: 30px;
    max-width: 768px;
    margin: 80px auto 0;
  }
}
main section#shop_sec .shop_links .shop_link {
  display: block;
}
main section#shop_sec .shop_links .shop_link picture {
  display: block;
}
main section#shop_sec .shop_links .shop_link img {
  display: block;
  width: 100%;
}

[data-browse-mode="P"] main section#kotsuban_sec.lp-kotsuban {
  width: 100vw;
  margin-left: 50%;
  padding: 80px 0;
  background-image: url("/img/usr/images/derittech_mens/26/bg-kotsuban-01-pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateX(-50%);
}
[data-browse-mode="P"] main section#kotsuban_sec .lp-kotsuban-title {
  margin-bottom: 50px !important;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
[data-browse-mode="P"] main section#kotsuban_sec .lp-kotsuban-slider .swiper-wrapper {
  justify-content: center;
  gap: 60px;
}
[data-browse-mode="P"] main section#kotsuban_sec .lp-kotsuban-slider.swiper-initialized {
  overflow: hidden;
}
[data-browse-mode="P"] main section#kotsuban_sec .lp-kotsuban-slider.swiper-initialized .swiper-wrapper {
  justify-content: flex-start;
  gap: 0;
}
[data-browse-mode="P"] main section#kotsuban_sec .lp-kotsuban-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 450px;
  height: auto;
  padding: 30px 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.27);
  backdrop-filter: blur(23px) brightness(1.28);
  -webkit-backdrop-filter: blur(23px) brightness(1.28);
}
[data-browse-mode="P"] main section#kotsuban_sec .lp-kotsuban-point {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #848484;
  text-align: center;
}
[data-browse-mode="P"] main section#kotsuban_sec .lp-kotsuban-slide-title {
  margin: 30px 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
[data-browse-mode="P"] main section#kotsuban_sec .lp-kotsuban-slide-pic {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
[data-browse-mode="P"] main section#kotsuban_sec .lp-kotsuban-slide-text {
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 1.5;
}
[data-browse-mode="S"] main section#kotsuban_sec.lp-kotsuban {
  padding: 40px 0;
  background-image: url("/img/usr/images/derittech_mens/26/bg-kotsuban-01-sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
[data-browse-mode="S"] main section#kotsuban_sec .lp-kotsuban-title {
  margin-bottom: 30px !important;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
[data-browse-mode="S"] main section#kotsuban_sec .lp-kotsuban-slider {
  padding-left: 20px;
}
[data-browse-mode="S"] main section#kotsuban_sec .lp-kotsuban-slider .swiper-wrapper {
  align-items: stretch;
}
[data-browse-mode="S"] main section#kotsuban_sec .lp-kotsuban-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 280px;
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.27);
  backdrop-filter: blur(23px) brightness(1.28);
  -webkit-backdrop-filter: blur(23px) brightness(1.28);
}
[data-browse-mode="S"] main section#kotsuban_sec .lp-kotsuban-point {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #848484;
  text-align: center;
}
[data-browse-mode="S"] main section#kotsuban_sec .lp-kotsuban-slide-title {
  margin: 14px 0 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
[data-browse-mode="S"] main section#kotsuban_sec .lp-kotsuban-slide-pic {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
[data-browse-mode="S"] main section#kotsuban_sec .lp-kotsuban-slide-text {
  flex: 1 1 auto;
  padding: 0 18px;
  font-size: 13px;
  line-height: 1.5;
}
/*# sourceMappingURL=derittech_ladies.css.map */
