@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: calc(10 * var(--actual-vw) / 14);
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-size: 100%;
  line-height: 1;
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
}

.feature {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-feature-settings: normal;
  font-family: yu-gothic-pr6n, "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
  color: #000;
}
.feature img,
.feature svg,
.feature video {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.feature a {
  color: #000;
  transition: 0.5s;
  display: block;
  transform: none;
}
.feature a img {
  transition: 0.5s;
}
.feature a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.feature a:hover img {
  opacity: 0.6;
}
.feature a.wh-bg {
  position: relative;
  opacity: 1;
}
.feature a.wh-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.3s ease;
}
.feature a.wh-bg:hover::before {
  opacity: 0.3;
}

.l-container {
  width: 100%;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

.js-fade {
  opacity: 0;
  transition: 1.8s ease;
}

.js-fade.is-show {
  opacity: 1;
}

.feature__inner {
  margin: 0 auto;
}

.main-visual {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.main-visual .main-ph {
  width: 100%;
}
.main-visual .main-lead {
  position: relative;
  margin-top: 9.4rem;
}
.main-visual .main-lead .fix-txt, .main-visual .main-lead .accordion-txt {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.025em;
  margin-left: 0.5rem;
}
.main-visual .main-lead .accordion-txt {
  display: none;
  margin-top: 2.5rem;
  margin-left: 0.5rem;
}
.main-visual .main-lead .accordion-txt .en {
  font-family: "europa", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.main-visual .main-lead .accordion-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 1.8rem;
}
.main-visual .main-lead .accordion-btn {
  margin: 0 auto;
  z-index: 1;
  position: relative;
  cursor: pointer;
  margin-top: 2.1rem;
}
.main-visual .main-lead .accordion-btn.more {
  width: 9.145rem;
}
.main-visual .main-lead .accordion-btn.close {
  width: 6rem;
  display: none;
  margin-top: 3.3rem;
}
.main-visual .main-lead.on .accordion-bg {
  display: none;
}
.main-visual .main-lead.on .more {
  display: none;
}
.main-visual .main-lead.on .close {
  display: block;
}

.section-anchor {
  display: flex;
  margin-top: 10rem;
  margin-left: 1.6rem;
  justify-content: center;
}
.section-anchor .section-anchor-list {
  position: relative;
  display: flex;
  text-decoration: none;
}
.section-anchor .section-anchor-list::before {
  content: "";
  display: block;
  background: url(../img/triangle_down.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-anchor .section-anchor-list .anchor-img {
  width: 10rem;
}
.section-anchor .section-anchor-list .anchor-txt {
  font-family: "europa", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.section-anchor .section-anchor-list:nth-of-type(1)::before {
  margin-top: 8.5rem;
  margin-left: 14rem;
}
.section-anchor .section-anchor-list:nth-of-type(1) .anchor-txt {
  margin-top: 3.8rem;
}
.section-anchor .section-anchor-list:nth-of-type(2) {
  margin-left: 5.5rem;
}
.section-anchor .section-anchor-list:nth-of-type(2)::before {
  margin-top: 8.5rem;
  margin-left: 15.8rem;
}
.section-anchor .section-anchor-list:nth-of-type(2) .anchor-txt {
  margin-top: 2.8rem;
}
.section-anchor .section-anchor-list:nth-of-type(3) {
  margin-left: 5.3rem;
}
.section-anchor .section-anchor-list:nth-of-type(3)::before {
  margin-top: 8.5rem;
  margin-left: 14.1rem;
}
.section-anchor .section-anchor-list:nth-of-type(3) .anchor-txt {
  margin-top: 2.8rem;
}
.section-anchor .section-anchor-list:nth-of-type(4) {
  margin-left: 7.2rem;
}
.section-anchor .section-anchor-list:nth-of-type(4)::before {
  margin-top: 8.5rem;
  margin-left: 13.8rem;
}
.section-anchor .section-anchor-list:nth-of-type(4) .anchor-txt {
  margin-top: 3.8rem;
}
.section-anchor .section-anchor-list:nth-of-type(5) {
  margin-left: 6rem;
}
.section-anchor .section-anchor-list:nth-of-type(5)::before {
  margin-top: 8.5rem;
  margin-left: 15.3rem;
}
.section-anchor .section-anchor-list:nth-of-type(5) .anchor-txt {
  margin-top: 2.8rem;
}

.fixed-anchor {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 8rem;
  background: #000;
  z-index: 11;
  transition: 0.6s;
  visibility: hidden;
  transform: translateY(100%);
}
.fixed-anchor.show {
  transform: none;
  visibility: visible;
}
.fixed-anchor .fixed-anchor-wrapper {
  width: 116.7rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.fixed-anchor .fixed-anchor-wrapper .fixed-anchor-list {
  box-sizing: initial;
  background: #000;
  position: relative;
  display: flex;
  align-items: center;
  border-left: 0.1rem solid #fff;
  width: 23.3rem;
}
.fixed-anchor .fixed-anchor-wrapper .fixed-anchor-list .fixed-anchor-img {
  width: 8rem;
}
.fixed-anchor .fixed-anchor-wrapper .fixed-anchor-list .fixed-anchor-txt {
  font-family: "europa", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
}
.fixed-anchor .fixed-anchor-wrapper .fixed-anchor-list:nth-of-type(1) {
  border-left: none;
}
.fixed-anchor .fixed-anchor-wrapper .fixed-anchor-list::before {
  content: "";
  display: block;
  background: url(../img/triangle_down_w.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 3.9rem;
  margin-right: 0.9rem;
}
.fixed-anchor .fixed-anchor-wrapper .fixed-anchor-list.current {
  background: #f2f3f4;
  border-left: 0.1rem solid #000;
}
.fixed-anchor .fixed-anchor-wrapper .fixed-anchor-list.current::before {
  background: url(../img/triangle_down.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.fixed-anchor .fixed-anchor-wrapper .fixed-anchor-list.current .fixed-anchor-txt {
  color: #000;
}

.section {
  width: calc(100 * var(--actual-vw));
}
.section .item-name {
  font-family: "europa", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.1875;
  letter-spacing: 0.05em;
}
.section .item-price {
  font-family: "europa", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.025em;
  margin-top: 2rem;
}
.section .item-price .tag {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  background: #f2f3f4;
  padding-top: 0.4rem;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  padding-right: 0.8rem;
  margin-right: 2rem;
}
.section .item-price .txt-jp {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-left: 0.4rem;
}
.section .item-price .txt-en {
  font-family: "europa", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.section .item-description {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.025em;
  margin-top: 11.3rem;
}
.section .item-link {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.025em;
  position: relative;
  display: inline-block;
  width: 13rem;
  margin-top: 2.8rem;
}
.section .item-link::before {
  content: "";
  display: block;
  background: url(../img/triangle_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.7rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0.8rem;
}
.section .item-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -0.5rem;
}
.section .item-slider {
  margin-bottom: 0;
}
.section .item-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
}
.section .item-slider .slick-dots li {
  margin: 0;
}
.section .item-slider .slick-dots li button::before {
  content: "" !important;
}
.section .item-slider .slick-dots li.slick-active::before {
  content: "";
  display: block;
  background: #000;
  width: 1.2rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 2rem;
  margin-bottom: -1rem;
}
.section .parallax-box .parallax-img {
  cursor: pointer;
}
.section .howto-box {
  background: #f2f3f4;
  padding-top: 2rem;
  padding-bottom: 5.5rem;
  position: relative;
}
.section .howto-box .howto-ttl {
  font-family: "europa", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.1875;
  letter-spacing: 0.05em;
  width: fit-content;
  margin: 0 auto;
}
.section .howto-box .howto-arrow {
  cursor: pointer;
  width: 2.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.section .howto-box .howto-arrow.down {
  bottom: 0;
  margin-bottom: 1.9rem;
}
.section .howto-box .howto-arrow.top {
  bottom: 0;
  margin-bottom: 2.6rem;
  opacity: 0;
  visibility: hidden;
}
.section .howto-box.on {
  padding-bottom: 10rem;
}
.section .howto-box.on .howto-arrow.down {
  opacity: 0;
  visibility: hidden;
}
.section .howto-box.on .howto-arrow.top {
  opacity: 1;
  visibility: visible;
}
.section .howto-box .toggle-area {
  margin-top: 5.5rem;
  display: none;
}
.section .howto-box .toggle-area .howto-item-box {
  display: flex;
}
.section .howto-box .toggle-area .howto-item-box .howto-item .howto-item-img {
  width: 15rem;
}
.section .howto-box .toggle-area .howto-item-box .howto-item .howto-item-txt {
  font-family: "europa", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.025em;
  white-space: nowrap;
  margin-top: 1.5rem;
}
.section .howto-box .toggle-area .howto-item-box .howto-item .howto-item-txt .jp {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.section .howto-box .toggle-area .howto-detail {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.74;
  letter-spacing: 0.025rem;
}
.section .howto-box .toggle-area .howto-detail .en {
  font-family: "europa", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.section.sec01 {
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section.sec01 .item-block {
  width: calc(48.5714285714 * var(--actual-vw));
}
.section.sec01 .item-block .item-box {
  display: flex;
}
.section.sec01 .item-block .item-box .item-slider {
  width: calc(28.4285714286 * var(--actual-vw));
}
.section.sec01 .item-block .item-box .parallax-box {
  width: calc(20.1428571429 * var(--actual-vw));
  padding-top: calc(33.3571428571 * var(--actual-vw));
  position: relative;
  overflow: clip;
}
.section.sec01 .item-block .txt-box {
  margin-top: 3.2rem;
  margin-left: 4.1rem;
}
.section.sec01 .item-block.item-block01 .parallax-box .parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(38.5714285714 * var(--actual-vw));
  margin-top: calc(-15.1428571429 * var(--actual-vw));
  margin-left: calc(-10.2857142857 * var(--actual-vw));
}
.section.sec01 .item-block.item-block01 .item-slider .slick-dots {
  margin-bottom: -19.2rem;
  margin-left: 4rem;
  gap: 0.5rem;
}
.section.sec01 .item-block.item-block01 .item-slider .slick-dots li {
  position: relative;
  width: 5rem;
  height: 4rem;
}
.section.sec01 .item-block.item-block01 .item-slider .slick-dots li:nth-of-type(1) {
  background: url(../img/item1-1-col.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section.sec01 .item-block.item-block01 .item-slider .slick-dots li:nth-of-type(2) {
  background: url(../img/item1-2-col.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section.sec01 .item-block.item-block01 .item-slider .slick-dots li:nth-of-type(3) {
  background: url(../img/item1-3-col.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section.sec01 .item-block.item-block01 .item-slider .slick-dots li:nth-of-type(4) {
  background: url(../img/item1-4-col.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section.sec01 .item-block.item-block01 .item-slider .slick-dots li:nth-of-type(5) {
  background: url(../img/item1-5-col.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section.sec01 .item-block.item-block01 .item-slider .slick-dots li:nth-of-type(6) {
  background: url(../img/item1-6-col.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section.sec01 .item-block.item-block01 .item-slider .slick-dots li:nth-of-type(7) {
  background: url(../img/item1-7-col.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section.sec01 .item-block.item-block02 .parallax-box .parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(32.7142857143 * var(--actual-vw));
  margin-top: calc(-12 * var(--actual-vw));
  margin-left: calc(-6.2142857143 * var(--actual-vw));
}
.section.sec01 .item-block.item-block02 .item-slider .slick-dots {
  margin-bottom: -19.2rem;
  margin-left: 4rem;
  gap: 0.5rem;
}
.section.sec01 .item-block.item-block02 .item-slider .slick-dots li {
  position: relative;
  width: 5rem;
  height: 4rem;
}
.section.sec01 .item-block.item-block02 .item-slider .slick-dots li:nth-of-type(1) {
  background: url(../img/item2-1-col.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section.sec01 .item-block.item-block02 .item-slider .slick-dots li:nth-of-type(2) {
  background: url(../img/item2-2-col.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section.sec01 .item-block.item-block02 .item-slider .slick-dots li:nth-of-type(3) {
  background: url(../img/item2-3-col.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section.sec01 .item-block.item-block02 .item-slider .slick-dots li:nth-of-type(4) {
  background: url(../img/item2-4-col.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section.sec01 .look-block {
  margin-top: 10.5rem;
}
.section.sec01 .look-block .look-ph-box {
  display: flex;
}
.section.sec01 .look-block .look-ph-box .look-ph {
  width: calc(33.3571428571 * var(--actual-vw));
}
.section.sec01 .look-block .howto-box {
  text-align: center;
}
.section.sec01 .look-block .howto-box .toggle-area .howto-item-box {
  justify-content: center;
}
.section.sec01 .look-block .howto-box .toggle-area .howto-item-box .howto-item:nth-of-type(1) {
  margin-right: 7rem;
}
.section.sec01 .look-block .howto-box .toggle-area .howto-item-box .howto-item:nth-of-type(2) {
  margin-right: 6.2rem;
}
.section.sec01 .look-block .howto-box .toggle-area .howto-item-box .howto-item:nth-of-type(2) .howto-item-txt {
  margin-left: -1rem;
}
.section.sec01 .look-block .howto-box .toggle-area .howto-item-box .howto-item:nth-of-type(3) {
  margin-right: 5rem;
}
.section.sec01 .look-block .howto-box .toggle-area .howto-item-box .howto-item:nth-of-type(3) .howto-item-txt {
  margin-left: -2rem;
}
.section.sec01 .look-block .howto-box .howto-detail {
  text-align: left;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2.8rem;
}
.section.sec02 {
  margin-top: 10.1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section.sec02 .item-block {
  width: calc(48.5714285714 * var(--actual-vw));
}
.section.sec02 .item-block .item-box {
  display: flex;
  justify-content: flex-end;
}
.section.sec02 .item-block .item-box .item-ph {
  width: calc(28.4285714286 * var(--actual-vw));
}
.section.sec02 .item-block .item-box .parallax-box {
  width: calc(20.1428571429 * var(--actual-vw));
  padding-top: calc(33.3571428571 * var(--actual-vw));
  position: relative;
  overflow: clip;
}
.section.sec02 .item-block .item-box .parallax-box .parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 67.6rem;
  width: calc(48.2857142857 * var(--actual-vw));
  margin-top: calc(-17.0714285714 * var(--actual-vw));
  margin-left: calc(-13.2142857143 * var(--actual-vw));
}
.section.sec02 .item-block .txt-box {
  margin-top: 3.2rem;
  margin-left: 2rem;
}
.section.sec02 .item-block .txt-box .item-description {
  margin-top: 3rem;
}
.section.sec02 .look-ph {
  width: calc(50 * var(--actual-vw));
}
.section.sec02 .howto-box {
  width: calc(100 * var(--actual-vw));
  text-align: center;
}
.section.sec02 .howto-box.on {
  padding-bottom: 10.7rem;
}
.section.sec02 .howto-box .howto-arrow.top {
  margin-bottom: 2.8rem;
}
.section.sec02 .howto-box .toggle-area .howto-item-box {
  width: 82rem;
  margin: 0 auto;
  flex-wrap: wrap;
  transform: translateX(0.4vw);
}
.section.sec02 .howto-box .toggle-area .howto-item-box .howto-item:nth-of-type(1) {
  margin-right: 7rem;
}
.section.sec02 .howto-box .toggle-area .howto-item-box .howto-item:nth-of-type(2) {
  margin-right: 7rem;
}
.section.sec02 .howto-box .toggle-area .howto-item-box .howto-item:nth-of-type(3) {
  margin-right: 4.5rem;
}
.section.sec02 .howto-box .toggle-area .howto-item-box .howto-item:nth-of-type(3) .howto-item-txt {
  margin-left: -3rem;
}
.section.sec02 .howto-box .toggle-area .howto-item-box .howto-item:nth-of-type(4) .howto-item-txt {
  margin-left: -1rem;
}
.section.sec02 .howto-box .toggle-area .howto-item-box .howto-item:nth-of-type(5) {
  margin-top: 3.5rem;
  margin-left: 11rem;
  margin-right: 6.3rem;
}
.section.sec02 .howto-box .toggle-area .howto-item-box .howto-item:nth-of-type(5) .howto-item-txt {
  margin-left: -1rem;
}
.section.sec02 .howto-box .toggle-area .howto-item-box .howto-item:nth-of-type(6) {
  margin-top: 3.5rem;
  margin-right: 5rem;
}
.section.sec02 .howto-box .toggle-area .howto-item-box .howto-item:nth-of-type(6) .howto-item-txt {
  margin-left: -2rem;
}
.section.sec02 .howto-box .toggle-area .howto-item-box .howto-item:nth-of-type(7) {
  margin-top: 3.5rem;
}
.section.sec02 .howto-box .howto-detail {
  text-align: left;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2.8rem;
  transform: translateX(0.9rem);
}
.section.sec03 {
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section.sec03 .item-block {
  width: calc(48.5714285714 * var(--actual-vw));
}
.section.sec03 .item-block .item-box {
  display: flex;
}
.section.sec03 .item-block .item-box .item-slider {
  width: calc(28.4285714286 * var(--actual-vw));
}
.section.sec03 .item-block .item-box .parallax-box {
  width: calc(20.1428571429 * var(--actual-vw));
  padding-top: calc(33.3571428571 * var(--actual-vw));
  position: relative;
  overflow: clip;
}
.section.sec03 .item-block .txt-box {
  margin-top: 3.2rem;
  margin-left: 4.1rem;
}
.section.sec03 .item-block.item-block01 .txt-box .item-price .small {
  font-size: 1.2rem;
  line-height: 2.6666666667;
  letter-spacing: 0.025em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-left: 0.3rem;
}
.section.sec03 .item-block.item-block01 .txt-box .item-price .tag {
  margin-right: 2.6rem;
}
.section.sec03 .item-block.item-block01 .txt-box .item-price .en {
  margin-left: 0.5rem;
}
.section.sec03 .item-block.item-block01 .txt-box .item-description {
  margin-top: 11rem;
}
.section.sec03 .item-block.item-block01 .parallax-box .parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(35.1428571429 * var(--actual-vw));
  margin-top: calc(-9.4285714286 * var(--actual-vw));
  margin-left: calc(-9.5714285714 * var(--actual-vw));
}
.section.sec03 .item-block.item-block01 .item-slider .slick-dots {
  margin-bottom: -19.2rem;
  margin-left: 4rem;
  gap: 0.5rem;
}
.section.sec03 .item-block.item-block01 .item-slider .slick-dots li {
  position: relative;
  width: 5rem;
  height: 4rem;
}
.section.sec03 .item-block.item-block01 .item-slider .slick-dots li:nth-of-type(1) {
  background: url(../img/item4-1-col.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section.sec03 .item-block.item-block01 .item-slider .slick-dots li:nth-of-type(2) {
  background: url(../img/item4-2-col.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section.sec03 .item-block.item-block02 .parallax-box .parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(42.4285714286 * var(--actual-vw));
  margin-top: calc(-12 * var(--actual-vw));
  margin-left: calc(-11.9285714286 * var(--actual-vw));
}
.section.sec03 .item-block.item-block02 .item-slider .slick-dots {
  margin-bottom: -19.2rem;
  margin-left: 4rem;
  gap: 0.5rem;
}
.section.sec03 .item-block.item-block02 .item-slider .slick-dots li {
  position: relative;
  width: 5rem;
  height: 4rem;
}
.section.sec03 .item-block.item-block02 .item-slider .slick-dots li:nth-of-type(1) {
  background: url(../img/item5-1-col.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section.sec03 .item-block.item-block02 .item-slider .slick-dots li:nth-of-type(2) {
  background: url(../img/item5-2-col.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section.sec03 .look-block {
  margin-top: 10.5rem;
}
.section.sec03 .look-block .look-ph-box {
  display: flex;
}
.section.sec03 .look-block .look-ph-box .look-ph {
  width: calc(50 * var(--actual-vw));
}
.section.sec03 .look-block .howto-box {
  text-align: center;
  width: 100%;
  padding-top: 8.15vw;
  padding-bottom: 0;
}
.section.sec03 .look-block .howto-box .howto-arrow.down {
  margin-bottom: 1.5vw;
}
.section.sec03 .look-block .howto-box.on {
  padding-top: 4vw;
  padding-bottom: 10.8rem;
}
.section.sec03 .look-block .howto-box.on .howto-arrow.top {
  margin-bottom: 3.2rem;
}
.section.sec03 .look-block .howto-box .howto-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1.5vw;
}
.section.sec03 .look-block .howto-box .toggle-area .howto-item-box {
  flex-wrap: wrap;
  gap: 9.5rem 0;
  justify-content: space-between;
  width: 59rem;
  margin: 0 auto;
  margin-bottom: 11rem;
}
.section.sec03 .look-block .howto-box .toggle-area .howto-item-box .howto-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.section.sec03 .look-block .howto-box .toggle-area .howto-item-box .howto-item .howto-item-txt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 16.5rem;
}
.section.sec03 .look-block .howto-box .howto-detail {
  text-align: left;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2.8rem;
  transform: translateX(0.2rem);
}
.section.sec04 {
  margin-top: 10rem;
  padding-bottom: 10rem;
}
.section.sec04 .video-box {
  width: calc(100 * var(--actual-vw));
  position: relative;
}
.section.sec04 .video-box .video-box-inner .sound-btn {
  z-index: 10;
  position: absolute;
  bottom: 1.5rem;
  right: 3rem;
  width: 2.6rem;
  height: 2.4rem;
  cursor: pointer;
}
.section.sec04 .video-box .video-box-inner .sound-btn .off, .section.sec04 .video-box .video-box-inner .sound-btn .on {
  display: none;
}
.section.sec04 .video-box .video-box-inner .sound-btn .off.active, .section.sec04 .video-box .video-box-inner .sound-btn .on.active {
  display: block;
}
.section.sec04 .allitem {
  width: fit-content;
  margin: 0 auto;
  margin-top: 10rem;
}
.section.sec04 .allitem a {
  position: relative;
  width: 39.6rem;
  font-family: "europa", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  padding-bottom: 1.3rem;
}
.section.sec04 .allitem a::before {
  content: "";
  display: block;
  background: url(../img/triangle_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.7rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0.8rem;
}
.section.sec04 .allitem a::after {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ph-slider {
  position: relative;
  margin-bottom: 0 !important;
}/*# sourceMappingURL=style.css.map */