@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/* ----------------------
- base
- cmn_txt
- mv
- intro_sec
- description_sec
- anchor_sec
- splide
- products_sec
- process_sec
- size_sec
- detail_sec
---------------------- */
/*=======================================
　base
=======================================*/
#headerLow {
  margin-bottom: 0;
}

body {
  background: #000;
}

main * {
  font-family: inherit;
}

main {
  color: #FFF;
  font-family: SHS-L;
  overflow: hidden;
}
main .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  main .inner {
    width: 92%;
  }
}
main .products_sec .inner h2,
main .process_sec .inner h2,
main .size_sec .inner h2,
main .detail_sec .inner h2 {
  font-family: "Barlow", sans-serif;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 64px;
}
main img {
  width: 100%;
}

/*=======================================
　cmn_txt
=======================================*/
.cmn_txt {
  font-size: 14px;
  line-height: 1.7857142857;
}

/*=======================================
　mv
=======================================*/
.mv {
  width: 100%;
}

/*=======================================
　intro_sec
=======================================*/
.intro_sec {
  padding: 77px 0;
}
@media screen and (max-width: 768px) {
  .intro_sec {
    padding: 80px 0;
  }
}
.intro_sec h2 {
  font-family: SHS-B;
  font-size: 30px;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .intro_sec h2 {
    font-size: 24px;
    line-height: 1.6666666667;
    margin-bottom: 64px;
  }
}
.intro_sec .intro_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .intro_sec .intro_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.intro_sec .intro_contents .intro_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .intro_sec .intro_contents .intro_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.intro_sec .intro_contents .intro_txt {
  width: 47.95918367%;
  font-size: 14px;
  line-height: 1.7857142857;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .intro_sec .intro_contents .intro_txt {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .intro_sec .intro_contents .intro_txt:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 768px) {
  .intro_sec .intro_contents .intro_txt:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

/*=======================================
    description_sec
=======================================*/
.description_sec {
  background: #282828;
}
.description_sec .inner {
  padding: 64px 0 82px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 40px;
}
@media screen and (max-width: 768px) {
  .description_sec .inner {
    padding: 64px 0 84px;
    grid-template-columns: 1fr;
    gap: 52px 0;
  }
}
.description_sec .inner figure:nth-of-type(1), .description_sec .inner figure:nth-of-type(6) {
  grid-column: 1/span 2;
}
@media screen and (max-width: 768px) {
  .description_sec .inner figure:nth-of-type(1), .description_sec .inner figure:nth-of-type(6) {
    grid-column: 1;
  }
}
.description_sec .inner figure img {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .description_sec .inner figure img {
    margin-bottom: 12px;
  }
}
.description_sec .inner figure figcaption {
  font-size: 15px;
  line-height: 1.7857142857;
  letter-spacing: 0.03em;
}
.description_sec .inner figure figcaption .sup {
  display: inline-block;
  font-size: 9px;
  vertical-align: top;
  translate: 0 2px;
}
.description_sec .inner figure figcaption .notes {
  display: block;
  font-size: 10px;
  letter-spacing: 0;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .description_sec .inner figure figcaption .notes {
    line-height: 1.5;
  }
}
.description_sec .inner figure:not(:first-of-type, :last-of-type) figcaption {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .description_sec .inner figure:last-of-type figcaption {
    font-size: 14px;
  }
}

/*=======================================
    anchor_sec
=======================================*/
.anchor_sec {
  width: 100%;
  background: #C00000;
}
.anchor_sec .anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px clamp(16px, 4vw, 52px);
}
@media screen and (max-width: 768px) {
  .anchor_sec .anchor_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
}
.anchor_sec .anchor_list .anchor_btn:not(:last-of-type) {
  border-right: 1px solid #E77777;
}
@media screen and (max-width: 768px) {
  .anchor_sec .anchor_list .anchor_btn {
    position: relative;
  }
  .anchor_sec .anchor_list .anchor_btn:not(:last-of-type) {
    border-right: none;
  }
  .anchor_sec .anchor_list .anchor_btn:nth-of-type(1), .anchor_sec .anchor_list .anchor_btn:nth-of-type(2) {
    border-bottom: 1px solid #E77777;
  }
  .anchor_sec .anchor_list .anchor_btn:nth-of-type(1)::after, .anchor_sec .anchor_list .anchor_btn:nth-of-type(3)::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 13px);
    background: #E77777;
    position: absolute;
    right: 0;
  }
  .anchor_sec .anchor_list .anchor_btn:nth-of-type(1)::after {
    bottom: 0;
  }
  .anchor_sec .anchor_list .anchor_btn:nth-of-type(3)::after {
    top: 0;
  }
}
.anchor_sec .anchor_list .anchor_btn a {
  font-size: 19px;
  font-family: SHS-B;
  line-height: 1.3157894737;
  padding: 7.5px clamp(24px, 6vw, 80px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .anchor_sec .anchor_list .anchor_btn a {
    width: 100%;
    padding: 21px 0 22px 30px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .anchor_sec .anchor_list .anchor_btn a:hover {
    opacity: 1;
  }
  .anchor_sec .anchor_list .anchor_btn a:hover span::before {
    translate: 0 6px;
    -webkit-transition: translate 0.3s;
    transition: translate 0.3s;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .anchor_sec .anchor_list .anchor_btn a:hover {
    opacity: 1;
  }
  .anchor_sec .anchor_list .anchor_btn a:hover span::before {
    translate: 0 6px;
    -webkit-transition: translate 0.3s;
    transition: translate 0.3s;
  }
}
.anchor_sec .anchor_list .anchor_btn a span {
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .anchor_sec .anchor_list .anchor_btn a span {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.anchor_sec .anchor_list .anchor_btn a span::before {
  content: "";
  display: block;
  width: 14px;
  height: 7px;
  background: center/contain url(../images/anchor_arrow.svg) no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 0.7em;
  left: 0;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
.anchor_sec .anchor_list .anchor_btn:first-of-type a {
  padding-left: clamp(16px, 4vw, 52px);
}
@media screen and (max-width: 768px) {
  .anchor_sec .anchor_list .anchor_btn:first-of-type a {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .anchor_sec .anchor_list .anchor_btn:nth-of-type(3) a {
    padding-left: 15px;
  }
}
.anchor_sec .anchor_list .anchor_btn:last-of-type a {
  padding-right: clamp(16px, 4vw, 52px);
}
@media screen and (max-width: 768px) {
  .anchor_sec .anchor_list .anchor_btn:last-of-type a {
    padding-left: 30px;
  }
}

/*=======================================
    splide
=======================================*/
.splide-main .splide__track,
.splide-main2 .splide__track {
  margin-bottom: 64px;
}
.splide-main .splide__track .splide__slide,
.splide-main2 .splide__track .splide__slide {
  -webkit-transform: none !important;
          transform: none !important;
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}
.splide-main .splide__track .splide__slide.is-active,
.splide-main2 .splide__track .splide__slide.is-active {
  opacity: 1;
  z-index: 2;
}
.splide-main .splide__track .splide__list,
.splide-main2 .splide__track .splide__list {
  position: relative;
  aspect-ratio: 870/581;
}
@media screen and (max-width: 768px) {
  .splide-main .splide__track .splide__list,
  .splide-main2 .splide__track .splide__list {
    aspect-ratio: 302/202;
  }
}
.splide-main .splide__arrows .button,
.splide-main2 .splide__arrows .button {
  background-color: transparent;
  height: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 30px;
  opacity: 1;
}
.splide-main .splide__arrows .button::before,
.splide-main2 .splide__arrows .button::before {
  content: "";
  width: 26px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .splide-main .splide__arrows .button::before,
  .splide-main2 .splide__arrows .button::before {
    background-size: cover !important;
    width: 15px;
    height: 30px;
  }
}
.splide-main .splide__arrows .button.prev,
.splide-main2 .splide__arrows .button.prev {
  left: -55px;
}
@media screen and (max-width: 768px) {
  .splide-main .splide__arrows .button.prev,
  .splide-main2 .splide__arrows .button.prev {
    left: -8%;
  }
}
@media screen and (max-width: 425px) {
  .splide-main .splide__arrows .button.prev,
  .splide-main2 .splide__arrows .button.prev {
    left: -10%;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .splide-main .splide__arrows .button.prev:hover,
  .splide-main2 .splide__arrows .button.prev:hover {
    left: -60px;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .splide-main .splide__arrows .button.prev:hover,
  .splide-main2 .splide__arrows .button.prev:hover {
    left: -60px;
  }
}
.splide-main .splide__arrows .button.prev::before,
.splide-main2 .splide__arrows .button.prev::before {
  background: url("../images/arrow_prev.svg") no-repeat;
}
.splide-main .splide__arrows .button.next,
.splide-main2 .splide__arrows .button.next {
  right: -55px;
}
@media screen and (max-width: 768px) {
  .splide-main .splide__arrows .button.next,
  .splide-main2 .splide__arrows .button.next {
    right: -8%;
  }
}
@media screen and (max-width: 425px) {
  .splide-main .splide__arrows .button.next,
  .splide-main2 .splide__arrows .button.next {
    right: -10%;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .splide-main .splide__arrows .button.next:hover,
  .splide-main2 .splide__arrows .button.next:hover {
    right: -60px;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .splide-main .splide__arrows .button.next:hover,
  .splide-main2 .splide__arrows .button.next:hover {
    right: -60px;
  }
}
.splide-main .splide__arrows .button.next::before,
.splide-main2 .splide__arrows .button.next::before {
  background: url("../images/arrow_next.svg") no-repeat;
}
.splide-main .splide__arrows .button:disabled::before,
.splide-main2 .splide__arrows .button:disabled::before {
  background: transparent;
}

@media screen and (max-width: 768px) {
  .thumbnail-carousel,
  .thumbnail-carousel2 {
    margin-inline: calc(50% - 50vw);
  }
}
.thumbnail-carousel .splide__list,
.thumbnail-carousel2 .splide__list {
  margin-inline: auto;
}
.thumbnail-carousel .splide__list .splide__slide,
.thumbnail-carousel2 .splide__list .splide__slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .thumbnail-carousel .splide__list .splide__slide,
  .thumbnail-carousel2 .splide__list .splide__slide {
    width: 24vw !important;
    min-width: 90px;
  }
}
.thumbnail-carousel .splide__list .splide__slide::after,
.thumbnail-carousel2 .splide__list .splide__slide::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.thumbnail-carousel .splide__list .splide__slide.is-active::after,
.thumbnail-carousel2 .splide__list .splide__slide.is-active::after {
  opacity: 1;
}

.splide__slide {
  border: none !important;
}
.splide__slide:last-of-type {
  margin-right: 0 !important;
}

@media screen and (max-width: 944px) {
  .splide-wrapper .slide_txt {
    min-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .splide-wrapper .slide_txt {
    min-height: 40px;
  }
}
@media screen and (max-width: 432px) {
  .splide-wrapper .slide_txt {
    min-height: 60px;
  }
}

/*=======================================
    products_sec
=======================================*/
.products_sec {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .products_sec {
    padding: 80px 0 96px;
    margin-bottom: 0 !important;
  }
}
.products_sec .inner {
  padding-inline: 55px;
}
@media screen and (max-width: 768px) {
  .products_sec .inner {
    padding-inline: 21.5px;
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .products_sec .inner .splide-main .splide__track {
    margin-bottom: 24px;
  }
}

/*=======================================
    process_sec
=======================================*/
.process_sec {
  background: #282828;
  padding: 95px 0 80px;
}
@media screen and (max-width: 768px) {
  .process_sec {
    padding: 64px 0 72px;
  }
}
.process_sec .inner {
  padding-inline: 55px;
}
@media screen and (max-width: 768px) {
  .process_sec .inner {
    padding-inline: 21.5px;
  }
}
.process_sec .inner h2 {
  margin-bottom: 80px;
}
.process_sec .inner .splide-wrapper .splide-main2 .splide__track {
  margin-bottom: 10.37px;
}
.process_sec .inner .splide-wrapper p {
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .process_sec .inner .splide-wrapper p {
    font-size: 13px;
    line-height: 1.5384615385;
    letter-spacing: 0;
    margin-bottom: 21.63px;
  }
}

/*=======================================
    size_sec
=======================================*/
.size_sec {
  padding: 80px 0 104px;
}
@media screen and (max-width: 768px) {
  .size_sec {
    padding: 88px 0 79px;
  }
}
.size_sec .inner h2 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .size_sec .inner h2 {
    margin-bottom: 64px !important;
  }
}
@media screen and (max-width: 768px) {
  .size_sec .inner .size_img {
    display: block;
    width: 92.75362319%;
    margin-inline: auto;
  }
}

/*=======================================
    detail_sec
=======================================*/
.detail_sec {
  background: #282828;
  padding: 80px 0 88px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .detail_sec {
    padding: 83px 0 86px;
    margin-bottom: 48px;
  }
}
.detail_sec .inner hgroup {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .detail_sec .inner hgroup {
    margin-bottom: 44px;
  }
}
.detail_sec .inner hgroup h2 {
  margin-bottom: 20px;
}
.detail_sec .inner hgroup p {
  font-size: 16px;
  font-family: SHS-R;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 9px 6px;
  background: #505050;
}
@media screen and (max-width: 768px) {
  .detail_sec .inner hgroup p {
    padding: 2px 9px 4px;
  }
}
.detail_sec .inner .detail_contents {
  container-type: inline-size;
}
.detail_sec .inner .detail_contents .detail_mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .detail_sec .inner .detail_contents .detail_mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    margin-bottom: 64px;
  }
}
.detail_sec .inner .detail_contents .detail_mv .detail_about {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .detail_sec .inner .detail_contents .detail_mv .detail_about {
    padding-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.detail_sec .inner .detail_contents .detail_mv .detail_about h3 {
  font-size: 24px;
  font-family: SHS-M;
  margin-bottom: 8px;
}
.detail_sec .inner .detail_contents .detail_mv .detail_about .about_txt {
  font-size: 10px;
  font-family: SHS-B;
  line-height: 1.5;
}
.detail_sec .inner .detail_contents .detail_mv .detail_about .about_txt span {
  font-size: 18px;
  line-height: 1.3888888889;
}
@media screen and (max-width: 768px) {
  .detail_sec .inner .detail_contents .detail_mv .detail_about .about_txt span {
    display: inline-block;
    padding-top: 2px;
  }
}
.detail_sec .inner .detail_contents .detail_mv .detail_img {
  margin-left: -23px;
}
@media screen and (max-width: 768px) {
  .detail_sec .inner .detail_contents .detail_mv .detail_img {
    width: 89.85507246%;
    margin-inline: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.detail_sec .inner .detail_contents .detail_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 5.30612245cqi;
}
@media screen and (max-width: 768px) {
  .detail_sec .inner .detail_contents .detail_list {
    grid-template-columns: 1fr;
  }
}
.detail_sec .inner .detail_contents .detail_list .detail_item {
  font-size: 14px;
  line-height: 1.7857142857;
}
@media screen and (max-width: 768px) {
  .detail_sec .inner .detail_contents .detail_list .detail_item {
    width: 100%;
    margin-inline: auto;
  }
}
.detail_sec .inner .detail_contents .detail_list .detail_item:not(:nth-of-type(3)) {
  border-top: 1px solid #505050;
  padding-top: 16px;
}
.detail_sec .inner .detail_contents .detail_list .detail_item:nth-of-type(2) li, .detail_sec .inner .detail_contents .detail_list .detail_item:nth-of-type(4) dd {
  padding-left: 1em;
  position: relative;
}
.detail_sec .inner .detail_contents .detail_list .detail_item:nth-of-type(2) li::before, .detail_sec .inner .detail_contents .detail_list .detail_item:nth-of-type(4) dd::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.detail_sec .inner .detail_contents .detail_list .detail_item:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .detail_sec .inner .detail_contents .detail_list .detail_item:nth-of-type(3) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 28px;
  }
}
.detail_sec .inner .detail_contents .detail_list .detail_item:nth-of-type(3) dl {
  width: 100%;
  border-top: 1px solid #505050;
  padding-top: 16px;
}
.detail_sec .inner .detail_contents .detail_list .detail_item:nth-of-type(3) dl:first-of-type {
  width: 19.69387755cqi;
}
@media screen and (max-width: 768px) {
  .detail_sec .inner .detail_contents .detail_list .detail_item:nth-of-type(3) dl:first-of-type {
    width: 33%;
    max-width: 103px;
    padding-right: 17px;
  }
}
.detail_sec .inner .detail_contents .detail_list .detail_item:nth-of-type(3) dl:last-of-type {
  width: 22.34693878cqi;
}
@media screen and (max-width: 768px) {
  .detail_sec .inner .detail_contents .detail_list .detail_item:nth-of-type(3) dl:last-of-type {
    width: auto;
    padding-right: 14px;
  }
}
.detail_sec .inner .detail_contents .detail_list .detail_item dt {
  font-size: 14px;
  font-family: SHS-B;
  line-height: 1.7857142857;
  margin-bottom: 2px;
}/*# sourceMappingURL=style.css.map */