/* default settings */
/* CUSTOM STYLES */
/* =================================================================== */
@media (min-width: 768px) {
  .kv_logo, .kv_product_02, .kv_product_01 {
    height: 100vh;
  }
}

.kv {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 270vh;
}
@media (max-width: 767px) {
  .kv {
    height: calc(200lvh + 64.1025641026vw);
    overflow: hidden;
  }
}
.kv .kv_bg {
  height: 100%;
  position: relative;
}
.kv.animated .kv_bg {
  top: 1px;
}
.kv_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.kv_product_01 {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  will-change: opacity;
  height: calc(100vh + 2px);
}
@media (max-width: 767px) {
  .kv_product_01 .logo-sp {
    position: absolute;
    top: 21.5384615385vw;
    width: 100%;
    text-align: center;
  }
  .kv_product_01 .logo-sp img {
    margin: 0 auto;
    width: 82.0512820513vw;
  }
}
.kv_product_02 {
  opacity: 0;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  will-change: opacity;
  height: calc(100vh + 2px);
}
.kv_logo {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 0;
}
@media (min-width: 768px) {
  .kv_logo {
    max-width: 100vw;
    transform: translateX(-50%);
  }
  .kv_logo img {
    margin-top: 3.671875vw;
    margin-left: 7.03125vw;
    width: 35.9375vw;
    max-width: 550px;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-height: 768px) {
  .kv_logo img {
    width: auto;
    max-width: unset;
    height: 85vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1197px) {
  .kv_logo img {
    margin-left: 5.8163265306vw;
  }
}
@media (max-width: 767px) {
  .kv_logo {
    height: 100lvh;
    text-align: center;
    display: block;
    padding-top: 23.5897435897vw;
    display: none;
  }
  .kv_logo img {
    margin: 0 auto;
    width: 82.0512820513vw;
  }
}
@media (max-width: 767px) {
  .kv_bg_img {
    width: 100%;
    height: 100vh;
  }
}
.kv_bg_img picture {
  display: block;
  height: 100%;
}
.kv_bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv_scroll {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  right: 2.34375vw;
  width: 1.5625vw;
  height: 7.8125vw;
  background: url("../../common-child/img/kv_scroll.svg") no-repeat top right;
  background-size: auto 3.828125vw;
  font-size: 0;
  line-height: 0;
  transition: background-image 0.5s ease-in-out;
  transition-delay: 1s;
}
@media (max-width: 767px) {
  .kv_scroll {
    right: 3.5897435897vw;
    width: 5.1282051282vw;
    height: 25.641025641vw;
    background-size: auto 12.5641025641vw;
  }
}
.kv_scroll:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: #F9F8F7;
  animation: scroll-move 1.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.5s ease-in-out;
  transition-delay: 1s;
}
.kv.scroll-blue .kv_scroll {
  background-image: url("../../common-child/img/txt_scroll_blue.svg");
  transition: background-image 0.5s ease-in-out;
  transition-delay: 1s;
}
.kv.scroll-blue .kv_scroll:before {
  background-color: #A2D7DD;
  transition: background-color 0.5s ease-in-out;
  transition-delay: 1s;
}
.kv .bgd_fixed {
  height: 100vh;
  width: 100%;
  position: fixed;
  opacity: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .kv .bgd_fixed {
    height: 100vh;
    height: 100dvh;
    height: 100lvh;
    width: 100%;
    overflow: hidden;
  }
}
.kv .bgd_fixed img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv.gsap-end .bgd_fixed {
  opacity: 1;
  z-index: 1;
}
.kv.gsap-end .kv_bg {
  opacity: 0;
}

@keyframes scroll-move {
  0% {
    transform: translateY(-100%);
  }
  70% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
.statement {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.statement_wrap {
  margin: 0 auto;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}
@media (min-width: 768px) {
  .statement_wrap {
    width: 74.21875vw;
  }
}
@media (max-width: 767px) {
  .statement_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
.statement_desc {
  font-size: 1.875vw;
  line-height: 2.5;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .statement_desc {
    margin-top: 14.8717948718vw;
    font-size: 4.1025641026vw;
    line-height: 2.5;
    letter-spacing: 0.05em;
  }
}
.statement_product {
  margin-top: -2.421875vw;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .statement_product {
    margin-top: -7.9487179487vw;
  }
}
.statement_product img {
  margin: 0 auto;
  width: auto;
  height: 14.84375vw;
}
@media (max-width: 767px) {
  .statement_product img {
    height: 48.7179487179vw;
  }
}

.scents {
  position: relative;
  z-index: 1;
  background-color: #F7F7F7;
  border-top: 1px solid #BDC6CC;
}
.scents_ttl {
  padding: 1.875vw;
  border-bottom: 1px solid #BDC6CC;
  text-align: center;
  line-height: 1;
  font-size: 2.34375vw;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media (max-width: 767px) {
  .scents_ttl {
    padding: 4.358974359vw 3.8461538462vw 3.5897435897vw;
    font-size: 5.1282051282vw;
    line-height: 1.5;
  }
}
.scents_list {
  display: flex;
}
@media (max-width: 767px) {
  .scents_list {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .scents_item {
    padding-bottom: 2.109375vw;
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .scents_item {
    width: 100%;
    padding-bottom: 9.2307692308vw;
  }
}
.scents_item_ttl {
  padding-top: 0.78125vw;
  text-align: center;
  font-size: 2.96875vw;
  letter-spacing: 0.1em;
  line-height: 3.125vw;
  background: url("../../common-child/img/ttl_line_01.png") no-repeat center bottom;
  background-size: auto 0.3125vw;
  width: 100%;
  height: 10.703125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .scents_item_ttl {
    padding-top: 2.5641025641vw;
    font-size: 9.7435897436vw;
    line-height: 10.2564102564vw;
    background-size: auto 1.0256410256vw;
    height: 35.1282051282vw;
  }
}
.scents_item_ttl span {
  display: block;
  font-size: 1.40625vw;
}
@media (max-width: 767px) {
  .scents_item_ttl span {
    font-size: 4.6153846154vw;
  }
}
.scents_item + .scents_item {
  border-left: 1px solid #BDC6CC;
}
@media (max-width: 767px) {
  .scents_item + .scents_item {
    border-left: none;
    border-top: 1px solid #BDC6CC;
  }
}
.scents_item:nth-child(1) .scents_item_ttl {
  background-image: url("../../common-child/img/ttl_line_01.png");
}
@media (min-width: 768px) {
  .scents_item:nth-child(1) .scents_item_img .img01 {
    padding-left: 1.09375vw;
  }
}
@media (max-width: 767px) {
  .scents_item:nth-child(1) .scents_item_img .img01 {
    margin-left: -0.7692307692vw;
  }
}
.scents_item:nth-child(2) .scents_item_ttl {
  background-image: url("../../common-child/img/ttl_line_02.png");
}
@media (min-width: 768px) {
  .scents_item:nth-child(2) .scents_item_img .img01 {
    padding-left: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .scents_item:nth-child(2) .scents_item_img .img01 {
    margin-left: 1.7948717949vw;
  }
}
.scents_item:nth-child(3) .scents_item_ttl {
  background-image: url("../../common-child/img/ttl_line_03.png");
}
@media (min-width: 768px) {
  .scents_item:nth-child(3) .scents_item_img .img01 {
    padding-left: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .scents_item:nth-child(3) .scents_item_img .img01 {
    margin-left: 1.5384615385vw;
  }
}
.scents_item_desc {
  margin: 1.328125vw auto 0;
  width: 25.78125vw;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .scents_item_desc {
    margin: 4.358974359vw auto 0;
    width: 84.6153846154vw;
  }
}
.scents_item_img {
  margin-top: 1.40625vw;
}
@media (max-width: 767px) {
  .scents_item_img {
    margin-top: 4.6153846154vw;
  }
}
.scents_item_img .item:nth-child(1) img {
  width: auto;
  height: 14.53125vw;
}
@media (max-width: 767px) {
  .scents_item_img .item:nth-child(1) img {
    height: 47.6923076923vw;
  }
}
.scents_item_img .item:nth-child(2) {
  margin-top: 2.421875vw;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .scents_item_img .item:nth-child(2) {
    margin-top: 7.9487179487vw;
  }
}
.scents_item_img .item:nth-child(2) img {
  margin: 0 auto;
  width: auto;
  height: 18.046875vw;
}
@media (max-width: 767px) {
  .scents_item_img .item:nth-child(2) img {
    height: 56.9230769231vw;
  }
}

.product {
  border-top: 0.078125vw solid #BDC6CC;
  position: relative;
  z-index: 1;
  background-color: #F7F7F7;
  padding-bottom: 6.015625vw;
}
@media (max-width: 767px) {
  .product {
    overflow: hidden;
    border-top: 0.2564102564vw solid #BDC6CC;
    padding-bottom: 19.7435897436vw;
  }
}
.product-ttl {
  padding: 2.96875vw 0;
  text-align: center;
  font-size: 2.34375vw;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #000;
}
@media (max-width: 767px) {
  .product-ttl {
    padding: 11.5384615385vw 0;
    font-size: 5.1282051282vw;
    line-height: 1.5;
  }
}
.product-list {
  position: relative;
  width: 81.40625vw;
  max-width: 100%;
  min-height: 62.890625vw;
  margin: 0 auto;
  padding-bottom: 6.015625vw;
}
@media (max-width: 767px) {
  .product-list {
    width: 100%;
    min-height: 161.7948717949vw;
    padding-bottom: 19.7435897436vw;
  }
}
.product-list:after {
  content: "";
  top: 9.0625vw;
  left: -6.640625vw;
  position: absolute;
  z-index: 10;
  width: 83.203125vw;
  height: 47.8125vw;
  background: url(../img/product_deco01.png) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .product-list:after {
    top: 29.7435897436vw;
    left: -21.7948717949vw;
    width: 273.0769230769vw;
    height: 156.9230769231vw;
  }
}
.product-item {
  position: absolute;
}
.product-item img {
  width: 100%;
}
.product .item-01 {
  z-index: 9;
  top: 0;
  left: -1.171875vw;
  width: 32.265625vw;
}
@media (max-width: 767px) {
  .product .item-01 {
    width: 74.358974359vw;
    top: -1.0256410256vw;
    left: 1.7948717949vw;
  }
}
.product .item-02 {
  z-index: 2;
  top: 1.484375vw;
  left: 9.609375vw;
  width: 37.265625vw;
}
@media (max-width: 767px) {
  .product .item-02 {
    width: 77.4358974359vw;
    top: 1.7948717949vw;
    left: 11.2820512821vw;
  }
}
.product .item-03 {
  z-index: 1;
  top: 17.265625vw;
  left: 3.90625vw;
  width: 29.53125vw;
}
@media (max-width: 767px) {
  .product .item-03 {
    width: 51.7948717949vw;
    top: 36.4102564103vw;
    left: 3.0769230769vw;
  }
}
.product .item-04 {
  z-index: 2;
  bottom: 2.65625vw;
  right: 13.203125vw;
  width: 31.5625vw;
}
@media (max-width: 767px) {
  .product .item-04 {
    width: 58.2051282051vw;
    left: 0;
    right: auto;
    bottom: 13.5897435897vw;
  }
}
.product .item-05 {
  z-index: 1;
  top: 13.671875vw;
  right: 0;
  width: 27.578125vw;
}
@media (max-width: 767px) {
  .product .item-05 {
    width: 51.2820512821vw;
    top: 68.9743589744vw;
    right: 2.5641025641vw;
  }
}
.product .item-06 {
  z-index: 9;
  bottom: 0;
  width: 22.8125vw;
  right: 3.046875vw;
}
@media (max-width: 767px) {
  .product .item-06 {
    width: 53.3333333333vw;
    bottom: 18.7179487179vw;
    right: 0;
  }
}

.feature {
  position: relative;
  z-index: 1;
  background-color: #F7F7F7;
  padding-bottom: 5.3125vw;
}
@media (max-width: 767px) {
  .feature {
    padding-bottom: 11.5384615385vw;
  }
}
.feature-head {
  border-top: 0.078125vw solid #BDC6CC;
  padding: 1.875vw 0;
  text-align: center;
  font-size: 2.34375vw;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: 300;
}
@media (max-width: 767px) {
  .feature-head {
    padding: 4.1025641026vw 0 3.5897435897vw;
    font-size: 5.1282051282vw;
    line-height: 1.5;
    border-bottom: 0.2564102564vw solid #BDC6CC;
  }
}
@media (min-width: 768px) {
  .feature-inner {
    width: 85.9375vw;
    min-height: 37.578125vw;
    margin: 0 auto;
    border-top: 0.078125vw solid #E6DFCE;
    background: repeating-linear-gradient(to bottom, transparent, transparent 6.171875vw, #E6DFCE 6.171875vw, #E6DFCE 6.25vw) left top;
    background-size: 0.078125vw 6.25vw;
  }
}
@media (max-width: 767px) {
  .feature-inner {
    width: 94.8717948718vw;
    min-height: 180.5128205128vw;
    margin: 11.2820512821vw auto 0;
    border-top: 0.2564102564vw solid #E6DFCE;
    border-bottom: 0.2564102564vw solid #E6DFCE;
    background: repeating-linear-gradient(to bottom, transparent, transparent 16.1538461538vw, #E6DFCE 16.1538461538vw, #E6DFCE 16.4102564103vw) left top;
    background-size: 0.2564102564vw 16.4102564103vw;
  }
}
.feature-list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .feature-list {
    margin: 0 auto 0;
    width: 100%;
  }
}
.feature-list span {
  font-size: 1.953125vw;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .feature-list span {
    font-size: 4.6153846154vw;
  }
}
.feature-list sup {
  font-size: 1.09375vw;
  top: -0.7em;
}
@media (max-width: 767px) {
  .feature-list sup {
    font-size: 2.5641025641vw;
  }
}
.feature-list li {
  padding: 1.796875vw 0 0.46875vw 1.875vw;
  background: url("../../common-child/img/lineup_ico01.png") no-repeat left top 2.65625vw;
  background-size: 0.9375vw auto;
}
@media (min-width: 768px) {
  .feature-list li.txt-01 {
    padding-block: 1.71875vw;
  }
  .is-windows .feature-list li {
    background-position: left top 2.5vw;
  }
}
@media (max-width: 767px) {
  .feature-list li {
    padding: 2.3076923077vw 0 3.3333333333vw 8.7179487179vw;
    background-position: left 2.3076923077vw top 6.6666666667vw;
    background-size: 3.0769230769vw auto;
    min-height: 16.4102564103vw;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .feature-list li.txt-02 {
    padding-block: 0.7692307692vw;
    background-position: left 2.3076923077vw top 5.1282051282vw;
  }
}
.feature-list .special-char {
  display: inline-block;
  margin-left: -0.5em;
}
.feature-list .txt-note {
  font-size: 1.015625vw;
  display: block;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .feature-list .txt-note {
    font-size: 3.3333333333vw;
    width: 100%;
  }
}
.feature-note {
  font-size: 0.9375vw;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .feature-note {
    margin: 8.2051282051vw auto 0;
    padding-left: 3.5897435897vw;
    font-size: 3.0769230769vw;
    line-height: 4.6153846154vw;
    width: 81%;
    text-align: left;
    text-indent: -3.0769230769vw;
  }
}
.feature-img {
  display: block;
  margin: 1.71875vw auto 0.703125vw;
  width: 55.46875vw;
  max-width: 100%;
}
@media (max-width: 767px) {
  .feature-img {
    margin-top: 3.8461538462vw;
    width: 76.4102564103vw;
  }
}

.txt-underline {
  display: inline;
  opacity: 1 !important;
  background: linear-gradient(#A2D7DD, #A2D7DD) bottom 0.15625vw left no-repeat;
  background-size: 0% 0.46875vw;
  transition: background-size 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.5s;
}
.txt-underline.animated {
  transition-delay: 1s;
  background-size: 100% 0.46875vw;
}
@media (max-width: 767px) {
  .txt-underline.animated {
    background-size: 100% 1.5384615385vw;
  }
}
@media (max-width: 767px) {
  .txt-underline {
    background-position: bottom 1.0256410256vw left;
    background-size: 0% 1.5384615385vw;
  }
}
.is-windows .txt-underline {
  background-position: left bottom 0.3125vw;
}

.lineup-sec {
  position: relative;
  z-index: 1;
  background-color: #F7F7F7;
}
.lineup-head {
  padding: 1.875vw 0;
  border-top: 0.078125vw solid #BDC6CC;
  border-bottom: 0.078125vw solid #BDC6CC;
}
@media (max-width: 767px) {
  .lineup-head {
    padding: 4.8717948718vw 0;
    border-top: 0.2564102564vw solid #BDC6CC;
    border-bottom: 0.2564102564vw solid #BDC6CC;
  }
}
.lineup-head img {
  margin: 0 auto;
  width: auto;
  height: 2.34375vw;
}
@media (max-width: 767px) {
  .lineup-head img {
    height: 5.1282051282vw;
  }
}
.lineup-nav {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  .lineup-nav {
    flex-direction: column;
  }
}
.lineup-nav-txt {
  text-align: center;
  font-size: 1.171875vw;
  line-height: 1.5625vw;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .lineup-nav-txt {
    font-size: 4.1025641026vw;
    line-height: 5.641025641vw;
  }
}
.lineup-nav-row {
  width: 23.828125vw;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 1.25vw 0 0 5vw;
}
@media (max-width: 767px) {
  .lineup-nav-row {
    margin: 4.1025641026vw 0 0 16.4102564103vw;
  }
}
@media (max-width: 767px) {
  .lineup-nav-row {
    margin-left: 0;
    padding-right: 5.1282051282vw;
    justify-content: flex-end;
    gap: 10.5128205128vw;
    width: 100%;
  }
}
.lineup-nav-item {
  padding: 1.953125vw 0 1.796875vw;
  width: 33.3333%;
  height: 24.53125vw;
}
@media (max-width: 767px) {
  .lineup-nav-item {
    padding: 6.1538461538vw 0 5.8974358974vw;
    width: 100%;
    height: 80.5128205128vw;
  }
}
.lineup-nav-item.nav-01 {
  background: url("../../common-child/img/lineup_nav_bg01.jpg") no-repeat;
  background-size: cover;
}
.lineup-nav-item.nav-02 {
  background: url("../../common-child/img/lineup_nav_bg02.jpg") no-repeat;
  background-size: cover;
}
.lineup-nav-item.nav-03 {
  background: url("../../common-child/img/lineup_nav_bg03.jpg") no-repeat;
  background-size: cover;
}
.lineup-nav-img {
  width: 9.609375vw;
}
@media (max-width: 767px) {
  .lineup-nav-img {
    width: 31.5384615385vw;
  }
}
.lineup-nav-img img {
  margin: 0 auto;
  width: auto;
  height: 16.40625vw;
}
@media (max-width: 767px) {
  .lineup-nav-img img {
    height: 53.8461538462vw;
  }
}
.lineup-nav-link {
  display: flex;
  flex-flow: column;
  gap: 0.78125vw;
  margin: auto 0;
}
@media (max-width: 767px) {
  .lineup-nav-link {
    gap: 3.0769230769vw;
  }
}
.lineup-nav-btn {
  position: relative;
  z-index: 1;
  width: 10.9375vw;
  height: 2.65625vw;
  border: 0.1171875vw solid #fff;
}
.lineup-nav-btn img {
  width: 100%;
}
@media (max-width: 767px) {
  .lineup-nav-btn {
    width: 41.0256410256vw;
    height: 10vw;
    border: 0.3846153846vw solid #fff;
  }
}
.lineup-nav-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  will-change: width;
  transition: width 0.3s ease;
}
.lineup-nav-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0.234375vw;
  right: 0.234375vw;
  width: 0.859375vw;
  height: 0.625vw;
  background: url("../../common-child/img/lineup_nav_ico.svg") no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .lineup-nav-btn:after {
    top: 0.7692307692vw;
    right: 0.7692307692vw;
    width: 2.8205128205vw;
    height: 2.0512820513vw;
  }
}
@media (min-width: 768px) {
  .lineup-nav-btn:hover:before {
    width: 0;
  }
}

.howto-sec {
  padding: 3.90625vw 0 0;
  position: relative;
  z-index: 1;
  background-color: #F7F7F7;
}
@media (max-width: 767px) {
  .howto-sec {
    padding: 12.8205128205vw 0 0;
  }
}
.howto-dl {
  margin: 0;
  font-size: 1.09375vw;
  line-height: 1.6428571429;
}
.howto-dl * {
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .howto-dl {
    font-size: 3.5897435897vw;
  }
}
.howto-dl dd {
  margin-left: 0;
}
.howto-dl dd:not(:last-child) {
  margin-bottom: 1.796875vw;
}
@media (max-width: 767px) {
  .howto-dl dd:not(:last-child) {
    margin-bottom: 5.8974358974vw;
  }
}
.howto-img {
  margin-block: 1.5625vw 1.5625vw;
}
.howto-img:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .howto-row {
    display: flex;
    flex-flow: row wrap;
    gap: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .howto-row.row-01 {
    display: flex;
    justify-content: space-between;
  }
  .howto-row.row-02 {
    display: flex;
    justify-content: space-between;
  }
}
.howto-01 .txt-sm {
  margin-top: 0.546875vw;
  font-size: 0.9375vw;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .howto-01 .txt-sm {
    margin-top: 1.5384615385vw;
    line-height: 5.8974358974vw;
  }
}
@media (max-width: 767px) {
  .howto-01 .img-01 {
    margin-inline: auto;
    margin: 0;
    width: 33.3333333333vw;
  }
  .howto-01 .img-03 {
    margin: -5.1282051282vw 0 0 auto;
    width: 35.3846153846vw;
  }
  .howto-01 .img-02 {
    margin-inline: auto;
    margin: 0;
    margin-top: 4.1025641026vw;
    margin-left: -0.2564102564vw;
    width: 88.9743589744vw;
  }
  .howto-01 .img-04 {
    margin-top: 3.5897435897vw;
    width: 88.9743589744vw;
  }
  .howto-01 .img-04 + .txt-note {
    margin-top: -3.3333333333vw;
  }
}
@media (min-width: 768px) {
  .howto-01 .txt-01 {
    margin-top: -0.546875vw;
  }
  .howto-01 .txt-02 {
    margin-top: 2.03125vw;
  }
  .howto-01 .row-01 .howto-txt {
    width: 10.390625vw;
  }
  .howto-01 .row-01 .img-01 {
    margin-block: -1.5625vw 2.265625vw;
    width: 10.234375vw;
  }
  .howto-01 .img-02 {
    margin-block: 0.78125vw 0;
    width: 27.03125vw;
  }
  .howto-01 .row-02 .howto-txt {
    width: 22.03125vw;
  }
  .howto-01 .row-02 .img-03 {
    margin-block: -1.484375vw 0.625vw;
    width: 13.28125vw;
  }
  .howto-01 .img-04 {
    margin-block: 0.78125vw 0.78125vw;
    width: 27.03125vw;
  }
}
@media (max-width: 767px) {
  .howto-02 .img-01 {
    margin: 0 auto 3.8461538462vw;
    width: 24.6153846154vw;
  }
  .howto-02 .img-02 {
    margin: 0 auto 3.8461538462vw;
    width: 45.8974358974vw;
  }
}
@media (min-width: 768px) {
  .howto-02 .row-01 .howto-txt {
    width: 19.53125vw;
  }
  .howto-02 .row-01 .img-01 {
    margin: 0;
    width: 13.984375vw;
  }
  .howto-02 .row-01 .img-01 img {
    margin: 0 auto;
    width: 7.5vw;
  }
  .howto-02 .row-02 {
    margin-block: 2.34375vw;
  }
  .howto-02 .row-02 .howto-txt {
    width: 19.53125vw;
  }
  .howto-02 .row-02 .img-02 {
    margin: 0;
    width: 13.984375vw;
  }
}
.howto-03 .img-01 {
  margin: 5.1282051282vw auto;
}
@media (min-width: 768px) {
  .howto-03 .img-01 {
    margin: 1.5625vw auto;
    width: 30.546875vw;
  }
}

@media (min-width: 768px) {
  .accordion-wrapper {
    width: 58.59375vw;
    margin: 0 auto;
  }
}
.accordion-wrapper.is-opened .ico-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.accordion-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24.21875vw;
  height: 2.65625vw;
  margin: 0 auto;
  border: 0.1171875vw solid #A2D7DD;
  cursor: pointer;
}
@media (max-width: 767px) {
  .accordion-head {
    width: 79.4871794872vw;
    height: 8.7179487179vw;
    border: 0.3846153846vw solid #A2D7DD;
  }
}
.accordion-head:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #A2D7DD;
  will-change: width;
  transition: width 0.2s ease-in;
}
@media (min-width: 768px) {
  .accordion-head:hover:before {
    width: 100% !important;
  }
}
.accordion-head .ico-arrow {
  position: absolute;
  top: 50%;
  right: 0.9375vw;
  width: 2.03125vw;
  height: 0.9375vw;
  background: url("../img/ico_arrow.png") no-repeat;
  background-size: auto 100%;
  transform: translateY(-50%);
  will-change: transform;
  transition: transform 0.2s ease-in;
}
@media (max-width: 767px) {
  .accordion-head .ico-arrow {
    width: 6.6666666667vw;
    height: 3.0769230769vw;
    right: 3.0769230769vw;
  }
}
.accordion-ttl {
  font-size: 1.5625vw;
  font-weight: 300;
  text-align: center;
  color: #3E3A39;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .accordion-ttl {
    font-size: 5.1282051282vw;
  }
}
.accordion-body {
  display: none;
}
.accordion-inner {
  padding: 2.03125vw 0 0;
}
@media (max-width: 767px) {
  .accordion-inner {
    padding: 6.6666666667vw 5.1282051282vw 0;
  }
}

.banner-sec {
  padding-block: 7.34375vw 0;
  position: relative;
  z-index: 1;
  background-color: #F7F7F7;
}
@media (max-width: 767px) {
  .banner-sec {
    padding-top: 18.9743589744vw;
  }
}
.banner-list {
  display: flex;
  flex-flow: row wrap;
  gap: 1.5625vw;
  width: 44.6875vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .banner-list {
    width: 89.7435897436vw;
    gap: 3.0769230769vw;
    flex-wrap: wrap;
  }
}
.banner-item img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .banner-item.item-02 {
    width: calc(50% - 1.5384615385vw);
  }
  .banner-item.item-03 {
    width: calc(50% - 1.5384615385vw);
  }
}
@media (min-width: 768px) {
  .banner-item {
    width: 21.5625vw;
    will-change: opacity;
    transition: opacity 0.2s ease-in;
  }
  .banner-item:hover {
    opacity: 0.6;
  }
}
.banner-item.item-01 {
  width: 100%;
}

.header {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.header .header_logo,
.header .header_btn {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  pointer-events: auto;
}

.btn-top {
  margin-top: 6.25vw;
}
.l-page-footer__inner {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
}

.l-page-footer__heading {
  background-color: #f7f7f7;
}

.l-footer {
  z-index: 1;
}/*# sourceMappingURL=style.css.map */