* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  position: relative;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  color: #2e2523;
  background: #f5f5f5;
  overflow-x: hidden;
  position: relative;
}
body.is-fixed {
  position: fixed;
  width: 100%;
}
body.modal-open {
  overflow: hidden;
}
body img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
  }
  body img {
    pointer-events: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_inline {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.flex {
  display: flex;
}

.grid {
  display: grid;
}

section {
  position: relative;
}

.inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.inner-intro {
  width: 100%;
  padding-top: 9vw;
}
@media screen and (max-width: 767px) {
  .inner-intro {
    padding-top: 32.71vw;
    z-index: 9;
  }
}
.inner-card {
  max-width: 81.66vw;
  padding-top: 8.854vw;
}
@media screen and (max-width: 767px) {
  .inner-card {
    max-width: 100%;
    width: 100%;
    padding-top: 18.692vw;
  }
}
.inner-lineup {
  max-width: 75.833vw;
  padding-bottom: 0.052vw;
}
@media screen and (max-width: 767px) {
  .inner-lineup {
    max-width: 92%;
    width: 100%;
    padding-bottom: 7.009vw;
  }
}
.inner-goods {
  max-width: 65.88vw;
  padding-top: 14.854vw;
}
@media screen and (max-width: 767px) {
  .inner-goods {
    max-width: 88.785vw;
    padding-top: 31.308vw;
    padding-bottom: 7.009vw;
  }
}
.inner-benefits {
  max-width: 67.83vw;
  padding-top: 2.083vw;
  padding-bottom: 1.563vw;
}
@media screen and (max-width: 767px) {
  .inner-benefits {
    max-width: 95%;
    width: 100%;
    padding-top: 9.346vw;
    padding-bottom: 0;
  }
}

.type {
  pointer-events: none;
  width: 10.3vw;
  height: 6.3vw;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25vw;
  color: rgba(255, 255, 255, 0);
  writing-mode: vertical-rl;
}
.type span {
  font-size: 2.083vw;
  margin: 0.156vw 0;
}
@media screen and (max-width: 767px) {
  .type {
    font-size: 2.804vw;
    width: 30.093vw;
    height: 20.093vw;
  }
  .type span {
    font-size: 5.14vw;
    margin: 0.701vw 0;
  }
}
.type.type-sr {
  background-image: url(./images/type-bg-sr.webp);
}
.type.type-r {
  background-image: url(./images/type-bg-r.webp);
}
.type.type-n {
  background-image: url(./images/type-bg-n.webp);
}
.type.type-n span {
  font-size: 1.563vw;
}
@media screen and (max-width: 767px) {
  .type.type-n span {
    font-size: 2.9vw;
  }
}
.type.type-lineup {
  position: absolute;
  top: 50%;
  right: 3.5vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .type.type-lineup {
    font-size: 2.336vw;
    width: 25.888vw;
    height: 14.888vw;
    right: -1.5vw;
  }
  .type.type-lineup span {
    font-size: 4.439vw;
    margin-left: -0.2vw;
  }
}
@media screen and (max-width: 767px) {
  .type.type-lineup.type-n span {
    font-size: 2.2vw;
  }
}

.no-transition {
  transition: none !important;
  grid-template-rows: 1fr !important;
  visibility: visible !important;
}

h1 {
  width: 38.021vw;
}
@media screen and (max-width: 767px) {
  h1 {
    width: 100%;
    margin: 0 auto;
    transform: scale(1.1);
  }
}

h2 {
  font-size: 2.3vw;
  font-weight: 700;
  text-align: center;
  padding-bottom: 2.604vw;
  margin: 0 auto;
  line-height: 1.7;
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
}
h2 span {
  display: block;
  opacity: 0;
  transform: translateY(-2%);
  transition: all ease 1.5s;
}
h2 span:last-of-type {
  margin-right: 1.302vw;
  margin-bottom: -2.604vw;
}
.active h2 span {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0.5s;
}
.active h2 span:last-of-type {
  transition-delay: 0.7s;
}
@media screen and (max-width: 767px) {
  .active h2 span:last-of-type {
    transition-delay: 0.8s;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 5.7vw;
    padding-bottom: 5.841vw;
  }
  h2 span:last-of-type {
    margin-right: 4.673vw;
    margin-bottom: -5.841vw;
  }
}

h3.section_title {
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.385vw;
  writing-mode: vertical-rl;
  margin: 0 auto;
  padding: 0;
  position: relative;
  transition: all ease-out 0.4s;
}
h3.section_title::before, h3.section_title::after {
  content: "";
  width: 0.729vw;
  height: 18.229vw;
  background-image: url(./images/h2-line.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
h3.section_title::before {
  left: 0;
}
h3.section_title::after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
h3.section_title span {
  opacity: 0;
  transition: all ease-out 0.4s;
}
h3.section_title.active {
  padding: 0 1.823vw;
}
h3.section_title.active span {
  opacity: 1;
  transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  h3.section_title {
    font-size: 8.645vw;
  }
  h3.section_title::before, h3.section_title::after {
    width: 2.336vw;
    height: 46.729vw;
  }
  h3.section_title.active {
    padding: 0 5.841vw;
  }
}
h3.h3-benefits {
  width: 18.22vw;
  margin: 0 auto;
  position: relative;
}
h3.h3-benefits span {
  opacity: 0;
  transition: all ease-out 0.4s;
}
h3.h3-benefits span::before, h3.h3-benefits span::after {
  content: "";
  width: 14vw;
  height: 6vw;
  background-image: url(./images/benefits-title-deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  transition: all ease-out 0.4s;
}
h3.h3-benefits span::before {
  left: 0;
  transform: translateX(40%) translateY(-50%);
}
h3.h3-benefits span::after {
  right: 0;
  transform: translateX(-10%) translateY(-50%) scale(-1, 1);
}
h3.h3-benefits.active span {
  opacity: 1;
}
h3.h3-benefits.active span::before, h3.h3-benefits.active span::after {
  opacity: 1;
  transition-delay: 0.3s;
}
h3.h3-benefits.active span::before {
  transform: translateX(-60%) translateY(-50%);
}
h3.h3-benefits.active span::after {
  transform: translateX(60%) translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 767px) {
  h3.h3-benefits {
    font-size: 10.514vw;
    width: 55%;
  }
  h3.h3-benefits span::before, h3.h3-benefits span::after {
    content: "";
    width: 43.598vw;
    height: 16.009vw;
  }
}

h4.h4-card {
  font-size: 2.5vw;
  line-height: 1.33;
  font-weight: 700;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  h4.h4-card {
    font-size: 7.477vw;
    line-height: 1.28;
  }
}
h4.h4-lineup {
  font-size: 2.604vw;
  font-weight: 700;
  color: #ffffff;
  width: 43.167vw;
  height: 5.208vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
h4.h4-lineup::before {
  content: "";
  width: 49.167vw;
  height: 4.167vw;
  background-image: url(./images/lineup-title_line.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
h4.h4-lineup span {
  position: relative;
  padding: 0 4.427vw;
}
h4.h4-lineup span::before, h4.h4-lineup span::after {
  content: "";
  width: 2.24vw;
  height: 1.51vw;
  background-image: url(./images/icon-star-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
h4.h4-lineup span::before {
  left: 0;
}
h4.h4-lineup span::after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 767px) {
  h4.h4-lineup {
    font-size: 4.673vw;
    width: 72%;
    height: 11.682vw;
  }
  h4.h4-lineup::before {
    width: 100%;
    height: 9.346vw;
    background-image: url(./images/sp/lineup-title_line.webp);
  }
  h4.h4-lineup span {
    padding: 0 7.009vw;
  }
  h4.h4-lineup span::before, h4.h4-lineup span::after {
    width: 4.907vw;
    height: 3.271vw;
  }
}
h4.h4-lineup.-sr {
  background: url(./images/lineup-sr-title-bg.webp) no-repeat center center/contain;
}
h4.h4-lineup.-r {
  background: url(./images/lineup-r-title-bg.webp) no-repeat center center/contain;
}
h4.h4-lineup.-n {
  background: url(./images/lineup-n-title-bg.webp) no-repeat center center/contain;
}
h4.h4-goods {
  font-size: 1.83vw;
  line-height: 1.6;
  font-weight: 700;
  text-shadow: 0px 0px 4px #fff;
  padding-bottom: 0.521vw;
  position: relative;
}
h4.h4-goods::before {
  content: "";
  width: 100%;
  height: 0.313vw;
  background: #95b8dd;
  background: linear-gradient(270deg, rgb(248, 179, 206) 0%, rgb(149, 184, 221) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  h4.h4-goods {
    font-size: 5.4vw;
    padding-bottom: 2.336vw;
  }
  h4.h4-goods::before {
    height: 1.402vw;
  }
}
h4.h4-benefits {
  font-size: 1.563vw;
  font-weight: 700;
  color: #ffffff;
  width: 40.833vw;
  height: 4.167vw;
  background-image: url(./images/benefits-title-shop-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 1vw;
  position: relative;
}
h4.h4-benefits::before {
  content: "";
  width: 28.333vw;
  height: 3.125vw;
  background-image: url(./images/benefits-title-shop-line.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
h4.h4-benefits small {
  font-size: 0.8vw;
  margin-top: 0.521vw;
  margin-left: 0.26vw;
}
@media screen and (max-width: 767px) {
  h4.h4-benefits {
    font-size: 3.738vw;
    width: 81.308vw;
    height: 10.719vw;
    margin-bottom: 4.673vw;
    flex-direction: column;
    background-image: url(./images/sp/benefits-title-shop-bg.webp);
  }
  h4.h4-benefits::before {
    width: 56.542vw;
    height: 11.682vw;
    background-image: url(./images/sp/benefits-title-shop-line.webp);
  }
  h4.h4-benefits small {
    font-size: 1vw;
    margin-top: 1.168vw;
    margin-left: 0;
  }
}

#opening.load_active #load {
  animation: view 0.5s ease-in-out forwards;
}
#opening.load_active #opening_cloud::before, #opening.load_active #opening_cloud::after {
  transition-delay: 0.5s;
}
#opening.load_active #opening_cloud::before {
  transform: translateX(-100%);
}
#opening.load_active #opening_cloud::after {
  transform: translateX(100%);
}
#opening.load_active #blur {
  animation: view 0.6s ease-in-out 1.4s forwards;
}

#load {
  background: #ffffff;
  position: fixed;
  height: 100svh;
  width: 100%;
  z-index: 999;
}

#opening_cloud {
  position: fixed;
  height: 100svh;
  width: 100%;
  z-index: 998;
  pointer-events: none;
}
#opening_cloud::before, #opening_cloud::after {
  content: "";
  width: 62.5vw;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  transition: all ease-in 1s;
}
@media screen and (max-width: 767px) {
  #opening_cloud::before, #opening_cloud::after {
    width: 100%;
  }
}
#opening_cloud::before {
  background-image: url(./images/cloud-left.webp);
  background-position: right top;
  left: 0;
}
@media screen and (max-width: 767px) {
  #opening_cloud::before {
    background-image: url(./images/sp/cloud-left.webp);
  }
}
#opening_cloud::after {
  background-image: url(./images/cloud-right.webp);
  background-position: left top;
  right: 0;
}
@media screen and (max-width: 767px) {
  #opening_cloud::after {
    background-image: url(./images/sp/cloud-right.webp);
  }
}

#blur {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  height: 100svh;
  width: 100%;
  z-index: 997;
}

@keyframes view {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
header #menu_btn {
  width: 4.167vw;
  height: 0.729vw;
  position: fixed;
  top: 3.125vw;
  right: 4.167vw;
  z-index: 90;
  cursor: pointer;
  transition: all 0.4s;
}
header #menu_btn span {
  width: 100%;
  height: 2px;
  background-color: #0e2948;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: inherit;
}
header #menu_btn span:first-of-type {
  top: 0;
}
header #menu_btn span:last-of-type {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  header #menu_btn {
    width: 8.879vw;
    height: 2.336vw;
    top: 7.009vw;
    right: 3.505vw;
  }
  header #menu_btn span {
    width: 100%;
    height: 2px;
  }
}
header #menu_btn.open span:first-of-type {
  top: 50%;
}
header #menu_btn.open span:last-of-type {
  bottom: 50%;
  opacity: 0;
}
header #menu_btn.mv_menu_btn span {
  background-color: #2e2523;
}
header #menu_btn.mv_menu_btn.open span {
  background-color: #0e2948;
}
header #menu {
  width: 100%;
  height: 100vh;
  background-image: url(./images/menu-bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  padding-top: 11.979vw;
  padding-right: 10.417vw;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  overflow: hidden;
}
header #menu::before {
  pointer-events: none;
  content: "";
  background: url(./images/menu-img.webp) no-repeat center left/contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s;
  transition-delay: 0.4s;
  transform: translateX(-1%);
  opacity: 0;
}
header #menu.open {
  opacity: 1;
  pointer-events: all;
  z-index: 85;
}
header #menu.open::before {
  transform: none;
  opacity: 1;
}
header #menu.open .nav_ul {
  opacity: 1;
  transform: translateX(0%);
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  header #menu {
    width: 100%;
    background-image: url(./images/sp/menu-bg.webp);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    justify-content: center;
    padding-top: 28.037vw;
    padding-right: 0;
    padding: 21.037vw 0;
  }
  header #menu::before {
    background: url(./images/sp/menu-img.webp) no-repeat bottom center/contain;
    transform: translateY(1%);
  }
  header #menu .open .nav_ul {
    transform: translateY(0%);
  }
}
header #menu .nav_ul {
  flex-direction: row-reverse;
  gap: 4.167vw;
  width: 48%;
  position: relative;
  opacity: 0;
  transform: translateX(1%);
  transition: all ease-out 0.4s;
}
@media screen and (max-width: 767px) {
  header #menu .nav_ul {
    gap: 7.477vw;
    width: 79%;
    transform: translateY(-1%);
  }
}
header #menu .nav_ul .nav_li a {
  display: block;
  width: 1em;
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.031vw;
  line-height: 1;
  writing-mode: vertical-rl;
  white-space: pre;
  position: relative;
  text-orientation: mixed;
  transition: all 0.4s;
}
header #menu .nav_ul .nav_li a span {
  position: relative;
}
header #menu .nav_ul .nav_li a span::before {
  content: "";
  width: 2px;
  height: 0%;
  background-color: #2e2523;
  position: absolute;
  top: 0;
  right: 0;
  transition: all ease-out 0.4s;
}
@media screen and (min-width: 767px) {
  header #menu .nav_ul .nav_li a:hover span::before {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  header #menu .nav_ul .nav_li a {
    font-size: 5.607vw;
  }
}
header #menu .nav_ul .nav_li-lineup {
  flex-direction: row-reverse;
}
header #menu .lineup-nav-ul {
  flex-direction: row-reverse;
  gap: 1.563vw;
  margin-right: 2.344vw;
  padding-top: 1.172vw;
}
header #menu .lineup-nav-ul .lineup-nav-li {
  position: relative;
}
header #menu .lineup-nav-ul .lineup-nav-li::before {
  content: "";
  width: 1.563vw;
  height: 1.563vw;
  background: url(./images/icon-sr.webp) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
header #menu .lineup-nav-ul .lineup-nav-li:nth-child(2)::before {
  background-image: url(./images/icon-r.webp);
}
header #menu .lineup-nav-ul .lineup-nav-li:nth-child(3)::before {
  background-image: url(./images/icon-n.webp);
}
header #menu .lineup-nav-ul .lineup-nav-li a {
  font-size: 1.406vw;
  padding-top: 2.344vw;
}
@media screen and (max-width: 767px) {
  header #menu .lineup-nav-ul {
    gap: 3.738vw;
    margin-right: 3.738vw;
    padding-top: 2.336vw;
  }
  header #menu .lineup-nav-ul .lineup-nav-li {
    padding-top: 5.14vw;
  }
  header #menu .lineup-nav-ul .lineup-nav-li::before {
    width: 2.804vw;
    height: 2.804vw;
  }
  header #menu .lineup-nav-ul .lineup-nav-li a {
    font-size: 3.738vw;
    padding: 0;
  }
}

main {
  overflow: hidden;
  position: relative;
}
main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-image: url(./images/lineup-bg.webp);
  background-size: cover;
  background-position: center;
  will-change: transform;
  z-index: -9;
}
@media screen and (max-width: 767px) {
  main::before {
    background-image: url(./images/sp/lineup-bg.webp);
  }
}
main #mv {
  width: 100%;
  height: 48.802vw;
  background-image: url(./images/mv-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}
main #mv::before {
  content: "";
  background: linear-gradient(360deg, rgb(255, 255, 255) 0%, rgba(250, 250, 250, 0) 10%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  main #mv {
    height: 186.916vw;
    background: url(./images/sp/mv-bg.webp) no-repeat center top/contain;
  }
}
main #mv.active .mv_img {
  opacity: 1;
}
main #mv.active .mv_info {
  opacity: 1;
}
main #mv.active .mv_info-date {
  opacity: 1;
}
main #mv .mv_img {
  width: 62.5vw;
  height: 48.8vw;
  background-image: url(./images/mv-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.8s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  main #mv .mv_img {
    width: 100%;
    height: 100%;
    background: url(./images/sp/mv-img.webp) no-repeat center top/contain;
  }
}
main #mv .mv_info {
  position: absolute;
  right: 9vw;
  width: 41vw;
  padding-top: 1vw;
  opacity: 0;
  transition: all ease-in 0.8s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  main #mv .mv_info {
    width: 84.112vw;
    padding-top: 62vw;
    margin: 0 auto;
  }
}
main #mv .mv_info .mv_card_ul .mv_card_li {
  filter: drop-shadow(0px 0px 10px rgba(14, 41, 72, 0.5));
  transform: scale(1.25);
}
@media screen and (max-width: 767px) {
  main #mv .mv_info .mv_card_ul {
    margin-top: 3.505vw;
  }
}
main #mv .mv_info-date {
  color: #ffffff;
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.3vw;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 10px rgb(24, 107, 203);
  background: url(./images/mv_info-date-bg.webp) no-repeat center center/contain;
  width: 140%;
  text-wrap: nowrap;
  padding: 0.8vw 0;
  padding-left: 10vw;
  position: absolute;
  bottom: -1vw;
  left: -51.917vw;
  z-index: 10;
  opacity: 0;
  transition: all ease-in 0.8s;
  transition-delay: 1s;
}
@media screen and (max-width: 767px) {
  main #mv .mv_info-date {
    font-size: 7.5vw;
    padding: 2vw 0;
    letter-spacing: 0;
    text-align: center;
    margin-top: 6vw;
    position: relative;
    bottom: 0;
    left: -15vw;
  }
}
main #mv .mv_cloud_ul .mv_cloud_li {
  z-index: -1;
}
main #mv .mv_cloud_ul .mv_cloud_li:nth-child(1) {
  width: 17.86vw;
  height: 4.16vw;
  position: absolute;
  top: 12vw;
  left: 85vw;
  animation: cloud-float 8s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  main #mv .mv_cloud_ul .mv_cloud_li:nth-child(1) {
    width: 50vw;
    height: auto;
    top: 130vw;
    left: -20vw;
  }
}
main #mv .mv_cloud_ul .mv_cloud_li:nth-child(2) {
  width: 17.86vw;
  height: 6.3vw;
  position: absolute;
  top: 25vw;
  left: 85vw;
  animation: cloud-float 8s ease-in-out -4s reverse infinite;
}
@media screen and (max-width: 767px) {
  main #mv .mv_cloud_ul .mv_cloud_li:nth-child(2) {
    width: 50vw;
    height: auto;
    top: 118vw;
    left: 68vw;
  }
}
main #mv .mv_bg {
  width: 100%;
  height: 14.879vw;
  background-image: url(./images/mv_wind.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0vw;
  left: 0vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main #mv .mv_bg {
    display: none;
  }
}
@keyframes cloud-float {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  33% {
    transform: translate(-15px, 0px) rotate(0deg) scale(1.01);
  }
  66% {
    transform: translate(15px, 0px) rotate(0deg) scale(0.99);
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
main #intro {
  height: 50vw;
  background: #fff;
}
@media screen and (max-width: 767px) {
  main #intro {
    height: auto;
  }
}
main #intro.active .intro_card_ul .intro_card_li {
  opacity: 1;
  filter: blur(0);
}
main #intro.active .intro_card_ul .intro_card_li:nth-of-type(2) {
  transition-delay: 0.2s;
}
main #intro.active .intro_card_ul .intro_card_li:nth-of-type(3) {
  transition-delay: 0.4s;
}
main #intro.active .intro_card_ul .intro_card_li:nth-of-type(4) {
  transition-delay: 0.6s;
}
main #intro.active .intro_card_ul .intro_card_li:nth-of-type(5) {
  transition-delay: 0.8s;
}
main #intro.active .intro_card_ul .intro_card_li:nth-of-type(6) {
  transition-delay: 1s;
}
main #intro.active .intro_card_ul .intro_card_li:nth-of-type(7) {
  transition-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  main #intro.active .intro_card_ul .intro_card_li {
    transition-delay: 0s;
  }
  main #intro.active .intro_card_ul .intro_card_li:nth-of-type(1) {
    transition-delay: 0s;
  }
  main #intro.active .intro_card_ul .intro_card_li:nth-of-type(3) {
    transition-delay: 0.2s;
  }
  main #intro.active .intro_card_ul .intro_card_li:nth-of-type(4) {
    transition-delay: 0.4s;
  }
  main #intro.active .intro_card_ul .intro_card_li:nth-of-type(6) {
    transition-delay: 0.6s;
  }
  main #intro.active .intro_card_ul .intro_card_li:nth-of-type(2), main #intro.active .intro_card_ul .intro_card_li:nth-of-type(5), main #intro.active .intro_card_ul .intro_card_li:nth-of-type(7) {
    transition-delay: 0s;
  }
}
main #intro .inner-intro {
  height: inherit;
}
main #intro .intro_card_ul .intro_card_li {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: blur(20px);
  transition: all ease-out 0.6s;
}
main #intro .intro_card_ul .intro_card_li-01 {
  width: 25vw;
  top: 11.292vw;
  left: 1.667vw;
}
@media screen and (max-width: 767px) {
  main #intro .intro_card_ul .intro_card_li-01 {
    width: 55.131vw;
    top: 58.71vw;
    left: -8.131vw;
  }
}
main #intro .intro_card_ul .intro_card_li-02 {
  width: 20.2vw;
  top: 27.771vw;
  left: 9.25vw;
}
@media screen and (max-width: 767px) {
  main #intro .intro_card_ul .intro_card_li-02 {
    width: 47.131vw;
    top: 88.71vw;
    left: 9.869vw;
  }
}
main #intro .intro_card_ul .intro_card_li-03 {
  width: 25vw;
  top: 3.854vw;
  right: 2.083vw;
}
@media screen and (max-width: 767px) {
  main #intro .intro_card_ul .intro_card_li-03 {
    width: 49.953vw;
    top: 66.346vw;
    right: -8.673vw;
  }
}
main #intro .intro_card_ul .intro_card_li-04 {
  width: 18.6vw;
  top: 22.125vw;
  right: 10.667vw;
}
@media screen and (max-width: 767px) {
  main #intro .intro_card_ul .intro_card_li-04 {
    width: 56.636vw;
    top: 190.458vw;
    right: 38.869vw;
  }
}
main #intro .intro_card_ul .intro_card_li-05 {
  width: 19.2vw;
  bottom: -4.688vw;
  right: 0.869vw;
}
@media screen and (max-width: 767px) {
  main #intro .intro_card_ul .intro_card_li-05 {
    width: 50.636vw;
    top: 215.458vw;
    right: 4.869vw;
  }
}
main #intro .intro_txt {
  text-align: center;
  margin-top: 4vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.625;
}
main #intro .intro_txt p {
  margin-bottom: 1.25vw;
  opacity: 0;
  transition: all ease 1.5s;
}
main #intro .intro_txt.active p {
  opacity: 1;
}
main #intro .intro_txt.active p:nth-of-type(2) {
  transition-delay: 0.3s;
}
main #intro .intro_txt.active p:nth-of-type(3) {
  transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  main #intro .intro_txt {
    margin-top: 80vw;
    font-size: 3.738vw;
    padding-bottom: 80vw;
  }
}
main #intro .intro_cloud_ul li {
  width: 20vw;
  position: absolute;
}
main #intro .intro_cloud_ul li:nth-child(1) {
  transform: scale(1, -1);
  width: 18.7vw;
  top: 3vw;
  left: -4vw;
}
main #intro .intro_cloud_ul li:nth-child(1) img {
  animation: cloud-float 8s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  main #intro .intro_cloud_ul li:nth-child(1) {
    width: 40vw;
    height: auto;
    top: 8vw;
    left: -7vw;
  }
}
main #intro .intro_cloud_ul li:nth-child(2) {
  transform: scale(1, -1);
  top: 24vw;
  left: -4vw;
}
main #intro .intro_cloud_ul li:nth-child(2) img {
  animation: cloud-float 8s ease-in-out -4s infinite;
}
@media screen and (max-width: 767px) {
  main #intro .intro_cloud_ul li:nth-child(2) {
    width: 40vw;
    height: auto;
    top: 48vw;
    left: 69vw;
  }
}
main #intro .intro_cloud_ul li:nth-child(3) {
  top: 23vw;
  right: -4vw;
}
main #intro .intro_cloud_ul li:nth-child(3) img {
  animation: cloud-float 8s ease-in-out -2s infinite;
}
@media screen and (max-width: 767px) {
  main #intro .intro_cloud_ul li:nth-child(3) {
    width: 40vw;
    height: auto;
    top: 111vw;
    left: -11vw;
  }
}
main #intro .intro_cloud_ul li:nth-child(4) {
  display: none;
}
main #intro .intro_cloud_ul li:nth-child(4) img {
  animation: cloud-float 8s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  main #intro .intro_cloud_ul li:nth-child(4) {
    display: block;
    width: 40vw;
    height: auto;
    top: 201vw;
    left: 69vw;
  }
}
main #card {
  background: url(./images/card_bg.webp) no-repeat top center/100%;
  -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
  padding-bottom: 20vw;
  scroll-margin-top: -6.25vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  main #card {
    background: url(./images/sp/card_bg.webp) no-repeat top center/100%;
    padding-bottom: 40vw;
    scroll-margin-top: -9vw;
  }
}
main #card::before {
  content: "";
  width: 100%;
  height: 16vw;
  background-image: url(./images/card-bg-deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  filter: contrast(90%);
}
@media screen and (max-width: 767px) {
  main #card::before {
    height: 33.757vw;
  }
}
main #card::after {
  content: "";
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(250, 250, 250, 0) 5%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
main #card .inner-card {
  position: relative;
}
main #card .inner-card::before {
  content: "";
  width: 112.865vw;
  height: 72.083vw;
  background-image: url(./images/card_bg_deco-01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 14.583vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main #card .inner-card::before {
    width: 164.953vw;
    height: 249.533vw;
    background-image: url(./images/sp/card_bg_deco-01.webp);
    top: 28.037vw;
  }
}
main #card .inner-card::after {
  content: "";
  width: 117.031vw;
  height: 63.177vw;
  background-image: url(./images/card_bg_deco-02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -8.333vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main #card .inner-card::after {
    width: 164.72vw;
    height: 217.991vw;
    background-image: url(./images/sp/card_bg_deco-02.webp);
    bottom: -11.682vw;
  }
}
main #card .card_box {
  justify-content: space-between;
  align-items: center;
  height: 41.563vw;
  margin-bottom: 4.167vw;
  padding: 0.5vw 13vw 3.802vw;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  opacity: 0;
  transform: translateY(5%);
  transition: all ease-out 0.5s;
  gap: 1vw;
}
@media screen and (max-width: 767px) {
  main #card .card_box {
    height: 198.224vw;
    margin-bottom: 1vw;
    padding: 23.084vw 9.009vw;
    flex-direction: column;
    gap: 0;
  }
}
main #card .card_box.active {
  opacity: 1;
  transform: translateY(0%);
}
main #card .card_box.active .card_img .card_img_ul .card_img_li {
  opacity: 1;
  transition-delay: 0.3s;
}
main #card .card_box.active .card_img .card_img_ul .card_img_li-front {
  transform: translate(0, 0);
}
main #card .card_box.active .card_img .card_img_ul .card_img_li-back {
  transform: translate(0, 0);
}
main #card .card_box#card-sr {
  margin-top: 3.125vw;
  background-image: url(./images/card-sr-bg.webp);
}
@media screen and (max-width: 767px) {
  main #card .card_box#card-sr {
    margin-top: 7.009vw;
    background-image: url(./images/sp/card-sr-bg.webp);
  }
}
main #card .card_box#card-sr .card_img {
  position: relative;
}
main #card .card_box#card-sr .card_img::before {
  content: "";
  background: url(./images/card_img-sr-back.webp) no-repeat center center/contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  main #card .card_box#card-sr .card_img::before {
    width: 110%;
    left: -5%;
    top: 3%;
  }
}
main #card .card_box#card-r {
  flex-direction: row-reverse;
  background-image: url(./images/card-r-bg.webp);
}
@media screen and (max-width: 767px) {
  main #card .card_box#card-r {
    flex-direction: column;
    background-image: url(./images/sp/card-r-bg.webp);
    padding: 28.084vw 9.009vw;
  }
  main #card .card_box#card-r .card_info-title {
    margin-bottom: 0;
  }
}
main #card .card_box#card-r .card_img {
  position: relative;
}
main #card .card_box#card-r .card_img::before {
  content: "";
  background: url(./images/card_img-sr-back.webp) no-repeat center center/contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  main #card .card_box#card-r .card_img::before {
    width: 110%;
    left: -5%;
    top: 3%;
  }
}
main #card .card_box#card-r .card_img .card_img_ul .card_img_li-back {
  right: -2.781vw;
}
@media screen and (max-width: 767px) {
  main #card .card_box#card-r .card_img .card_img_ul .card_img_li-back {
    right: -5.781vw;
  }
}
main #card .card_box#card-n {
  margin-bottom: 0;
  background-image: url(./images/card-n-bg.webp);
}
@media screen and (max-width: 767px) {
  main #card .card_box#card-n {
    background-image: url(./images/sp/card-n-bg.webp);
    padding: 28.084vw 9.009vw;
  }
  main #card .card_box#card-n .card_info-title {
    margin-bottom: 0;
  }
}
main #card .card_box#card-n .card_img {
  position: relative;
}
main #card .card_box#card-n .card_img::before {
  content: "";
  background: url(./images/card_img-n-back.webp) no-repeat center center/contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  main #card .card_box#card-n .card_img::before {
    width: 110%;
    left: -5%;
    top: 3%;
  }
}
main #card .card_box#card-n .card_img .card_img_li {
  width: 28vw;
}
main #card .card_box#card-n .card_img .card_img_li.card_img_li-front {
  padding-left: 2.2vw;
  padding-top: 1.2vw;
}
main #card .card_box#card-n .card_img .card_img_li.card_img_li-back {
  padding-right: 2.2vw;
}
@media screen and (max-width: 767px) {
  main #card .card_box#card-n .card_img .card_img_li {
    width: 85vw;
  }
  main #card .card_box#card-n .card_img .card_img_li.card_img_li-front {
    padding-left: 5.2vw;
  }
  main #card .card_box#card-n .card_img .card_img_li.card_img_li-back {
    padding-right: 10.2vw;
  }
}
main #card .card_box .card_img {
  width: 31.667vw;
  height: 33.958vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  z-index: 0;
}
main #card .card_box .card_img .card_img_ul .card_img_li {
  opacity: 0;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-out;
}
main #card .card_box .card_img .card_img_ul .card_img_li-front {
  width: 17.5vw;
  transform: translate(10%, 5%);
}
main #card .card_box .card_img .card_img_ul .card_img_li-back {
  width: 20.104vw;
  position: absolute;
  bottom: 0;
  right: -0.781vw;
  z-index: -1;
  transform: translate(-10%, -5%);
}
@media screen and (max-width: 767px) {
  main #card .card_box .card_img {
    width: 80.093vw;
    height: 89.907vw;
  }
  main #card .card_box .card_img .card_img_ul .card_img_li-front {
    width: 50.888vw;
  }
  main #card .card_box .card_img .card_img_ul .card_img_li-back {
    width: 56.729vw;
    bottom: -1.168vw;
    right: -5.841vw;
  }
}
main #card .card_box .card_info {
  width: 49%;
}
@media screen and (max-width: 767px) {
  main #card .card_box .card_info {
    width: 100%;
  }
}
main #card .card_box .card_info .card_info-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1vw;
}
@media screen and (max-width: 767px) {
  main #card .card_box .card_info .card_info-title {
    margin-bottom: 3.972vw;
  }
}
main #card .card_box .card_info p {
  font-size: 1.04vw;
  line-height: 1.6;
  font-weight: 700;
  text-wrap: nowrap;
}
main #card .card_box .card_info p span {
  font-size: 1.45vw;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  main #card .card_box .card_info p {
    font-size: 3.171vw;
  }
  main #card .card_box .card_info p span {
    font-size: 4.206vw;
  }
}
main #card .card_box .card_info .card_info-link {
  width: 14.583vw;
  height: 4.271vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.042vw;
  color: #ffffff;
  margin-top: 1vw;
  position: relative;
  z-index: 0;
  transition: 0.4s;
}
@media screen and (min-width: 767px) {
  main #card .card_box .card_info .card_info-link:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  main #card .card_box .card_info .card_info-link {
    width: 50.467vw;
    height: 14.953vw;
    font-size: 3.271vw;
    margin: 0 auto;
    margin-top: 4.673vw;
  }
}
main #card .card_box .card_info .card_info-link::before, main #card .card_box .card_info .card_info-link::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
main #card .card_box .card_info .card_info-link::before {
  background-image: url(./images/card-btn-bg.webp);
  z-index: -1;
}
main #card .card_box .card_info .card_info-link span {
  position: relative;
  padding: 0 1.563vw;
}
main #card .card_box .card_info .card_info-link span::before, main #card .card_box .card_info .card_info-link span::after {
  content: "";
  width: 1.25vw;
  height: 0.885vw;
  background-image: url(./images/icon-star-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
main #card .card_box .card_info .card_info-link span::before {
  left: 0;
}
main #card .card_box .card_info .card_info-link span::after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 767px) {
  main #card .card_box .card_info .card_info-link span {
    padding: 0 6.308vw;
  }
  main #card .card_box .card_info .card_info-link span::before, main #card .card_box .card_info .card_info-link span::after {
    width: 4.439vw;
    height: 3.037vw;
  }
}
main #lineup {
  scroll-margin-top: 3vw;
  z-index: 1;
  margin-top: -40vw;
  padding-top: 30vw;
}
@media screen and (max-width: 767px) {
  main #lineup {
    scroll-margin-top: 10vw;
  }
}
main #lineup .lineup_container {
  background: url(./images/lineup-bg02.webp) no-repeat center top/100%;
  position: relative;
  margin: 5.469vw auto 2.344vw;
  padding: 1.563vw 0 3.125vw;
}
main #lineup .lineup_container::before, main #lineup .lineup_container::after {
  content: "";
  width: 82.5vw;
  height: 2.344vw;
  background-image: url(./images/lineup-bg-deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
main #lineup .lineup_container::before {
  top: -2.344vw;
}
main #lineup .lineup_container::after {
  bottom: -2.344vw;
}
@media screen and (max-width: 767px) {
  main #lineup .lineup_container {
    background: url(./images/sp/lineup-bg02.webp) no-repeat center 110%/100%;
    margin: 13.084vw auto 6.075vw;
    padding: 4.346vw 0 7.009vw;
  }
  main #lineup .lineup_container::before, main #lineup .lineup_container::after {
    content: "";
    width: 96.495vw;
    height: 6.075vw;
    background-image: url(./images/sp/lineup-bg-deco.webp);
  }
  main #lineup .lineup_container::before {
    top: -4.075vw;
  }
  main #lineup .lineup_container::after {
    bottom: -6.075vw;
  }
}
main #lineup .lineup_container-inner {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  visibility: hidden;
  transition: all 3s;
}
main #lineup .lineup_container-inner.active {
  grid-template-rows: 1fr;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  main #lineup .lineup_container-inner {
    transition: all 5s;
  }
}
main #lineup .lineup_box_contents {
  min-height: 0;
  padding: 0 1rem;
}
main #lineup .lineup_box {
  margin-bottom: 4.167vw;
}
@media screen and (max-width: 767px) {
  main #lineup .lineup_box {
    margin-bottom: 2.009vw;
  }
}
main #lineup .lineup_box .lineup_box-title {
  width: 54.167vw;
  margin: 0 auto;
  padding: 1.979vw 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  main #lineup .lineup_box .lineup_box-title {
    width: 81.308vw;
    padding: 2.103vw 0;
  }
}
main #lineup .lineup_box .lineup_img_ul {
  width: 52.125vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main #lineup .lineup_box .lineup_img_ul {
    width: 86.766vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.804vw;
  }
}
main #lineup .lineup_box#lineup-n {
  margin-bottom: 0;
}
main #goods {
  scroll-margin-top: -5vw;
}
@media screen and (max-width: 767px) {
  main #goods {
    scroll-margin-top: -18vw;
  }
}
main #goods::before {
  content: "";
  width: 100%;
  height: 9.479vw;
  background-image: url(./images/bg-wave.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  main #goods::before {
    height: 17.757vw;
    background-image: url(./images/sp/bg-wave.webp);
  }
}
main #goods .inner-goods::before {
  content: "";
  width: 118.438vw;
  height: 45.521vw;
  background-image: url(./images/goods_bg-deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5.729vw;
  left: 48%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main #goods .inner-goods::before {
    width: 105.841vw;
    height: 257.009vw;
    background-image: url(./images/sp/goods_bg-deco.webp);
    top: 18.692vw;
    left: 71%;
  }
}
main #goods .goods_box {
  justify-content: space-between;
  align-items: center;
  margin-top: 3.646vw;
  margin-bottom: 3.125vw;
  opacity: 0;
  transform: translateY(5%);
  transition: all ease-out 0.5s;
}
@media screen and (max-width: 767px) {
  main #goods .goods_box {
    flex-direction: column;
    margin-top: 12.383vw;
    margin-bottom: 0;
  }
}
main #goods .goods_box.active {
  opacity: 1;
  transform: translateY(0%);
}
main #goods .goods_box.revers {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  main #goods .goods_box.revers {
    flex-direction: column;
    margin-top: 6vw;
  }
}
main #goods .goods_box.revers .goods_img {
  position: relative;
}
@media screen and (max-width: 767px) {
  main #goods .goods_box.revers .goods_img {
    margin-bottom: 7vw;
  }
}
main #goods .goods_box.revers .goods_img::before {
  content: "";
  background: url(./images/goods-holder-text.webp) no-repeat center center/contain;
  width: 25.26vw;
  height: 6.66vw;
  position: absolute;
  bottom: 2vw;
  left: 50%;
  transform: scale(0, 1) translateX(-50%);
  transform-origin: left;
  z-index: 2;
  transition: 0.4s;
  transition-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  main #goods .goods_box.revers .goods_img::before {
    width: 81.26vw;
    height: 26.66vw;
    bottom: -5vw;
  }
}
main #goods .goods_box.revers .goods_img.active::before {
  transform: scale(1) translateX(-50%);
}
main #goods .goods_box .goods_img {
  width: 53%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main #goods .goods_box .goods_img img {
  width: 100%;
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  main #goods .goods_box .goods_img {
    width: 100%;
    height: 88.785vw;
    margin-bottom: 4.673vw;
  }
  main #goods .goods_box .goods_img img {
    width: 100%;
  }
}
main #goods .goods_box .goods_info {
  width: 43%;
}
@media screen and (max-width: 767px) {
  main #goods .goods_box .goods_info {
    width: 93%;
  }
}
main #goods .goods_box .goods_info .goods-type {
  font-size: 2.083vw;
  color: #2e2523;
  margin-top: 1.083vw;
  margin-bottom: 1.542vw;
  font-weight: 500;
}
main #goods .goods_box .goods_info .goods-type small {
  font-size: 1.242vw;
}
@media screen and (max-width: 767px) {
  main #goods .goods_box .goods_info .goods-type {
    font-size: 6.542vw;
    margin-top: 4.673vw;
    margin-bottom: 2.336vw;
  }
  main #goods .goods_box .goods_info .goods-type small {
    font-size: 3.738vw;
  }
}
main #goods .goods_box .goods_info .goods-price_ul {
  margin-bottom: 1.302vw;
}
main #goods .goods_box .goods_info .goods-price_ul .price_li {
  font-size: 1.563vw;
  font-weight: 700;
  color: #2e2523;
  margin-bottom: 0.521vw;
  display: flex;
  align-items: baseline;
}
main #goods .goods_box .goods_info .goods-price_ul .price_li:last-of-type {
  margin-bottom: 0;
}
main #goods .goods_box .goods_info .goods-price_ul .price_li span {
  display: inline-block;
  width: 14.042vw;
  padding: 0.37vw 0 0.37vw 0.55vw;
  background-color: #2e2523;
  font-size: 1.042vw;
  color: #ffffff;
  text-align: center;
  border-radius: 1.042vw;
  margin-right: 1.302vw;
  align-self: center;
}
main #goods .goods_box .goods_info .goods-price_ul .price_li small {
  font-size: 1.042vw;
}
@media screen and (max-width: 767px) {
  main #goods .goods_box .goods_info .goods-price_ul {
    margin-bottom: 3.505vw;
  }
  main #goods .goods_box .goods_info .goods-price_ul .price_li {
    font-size: 6.542vw;
    margin-bottom: 3.505vw;
  }
  main #goods .goods_box .goods_info .goods-price_ul .price_li span {
    width: 41.916vw;
    padding: 1.9vw 0 1.9vw 1.55vw;
    font-size: 3.271vw;
    border-radius: 4.439vw;
    margin-right: 5.841vw;
  }
  main #goods .goods_box .goods_info .goods-price_ul .price_li small {
    font-size: 3.738vw;
  }
}
main #goods .goods_box .goods_info .goods-detail {
  font-size: 0.938vw;
  line-height: 1.6;
  color: #2e2e2e;
  margin-bottom: 2.083vw;
}
@media screen and (max-width: 767px) {
  main #goods .goods_box .goods_info .goods-detail {
    font-size: 3.271vw;
    margin-bottom: 4.673vw;
  }
}
main #goods .goods-Publisher {
  text-align: center;
  font-size: 1.25vw;
  font-weight: 700;
  color: #2e2523;
  margin-bottom: 1.042vw;
  opacity: 0;
  transform: translateY(50%);
  transition: 0.4s;
}
main #goods .goods-Publisher.active {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 767px) {
  main #goods .goods-Publisher {
    font-size: 3.738vw;
    margin-bottom: 3.505vw;
    margin-top: 5vw;
  }
}
main #goods .goods-date {
  text-align: center;
  font-size: 3vw;
  padding: 1vw 0;
  font-weight: 900;
  color: #2e2523;
  opacity: 0;
  transform: translateY(50%);
  transition: 0.4s;
}
main #goods .goods-date.active {
  opacity: 1;
  transform: none;
}
main #goods .goods-date {
  background: linear-gradient(90deg, rgba(250, 250, 250, 0) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.5) 90%, rgba(250, 250, 250, 0) 100%);
}
@media screen and (max-width: 767px) {
  main #goods .goods-date {
    font-size: 7.009vw;
  }
}
main #benefits {
  background: url(./images/benefits-bg.webp) no-repeat center top/cover;
  margin-top: 7vw;
  padding-top: 5vw;
  padding-bottom: 18.125vw;
}
@media screen and (max-width: 767px) {
  main #benefits {
    background: url(./images/sp/benefits-bg.webp) no-repeat center top/cover;
    margin-top: 10.748vw;
    padding-bottom: 53.037vw;
    clip-path: ellipse(290% 59.9% at 50% 60%);
  }
}
main #benefits .benefits-txt {
  margin-top: 3.125vw;
  margin-bottom: 2.604vw;
  font-size: 1.25vw;
  line-height: 1.8;
  text-align: center;
}
main #benefits .benefits-txt p {
  opacity: 0;
  transform: translateY(5%);
  transition: all ease-out 0.5s;
  font-weight: 700;
}
main #benefits .benefits-txt span {
  display: inline-block;
  background: linear-gradient(-90deg, #d9bf2d 0%, #fff1a3 100%);
  padding: 0 0.3vw;
}
main #benefits .benefits-txt .big_txt {
  font-size: 2.083vw;
  font-weight: 700;
  margin-bottom: 2.083vw;
}
main #benefits .benefits-txt.active p {
  opacity: 1;
  transform: translateY(0);
}
main #benefits .benefits-txt.active p:nth-of-type(2) {
  transition-delay: 0.2s;
}
main #benefits .benefits-txt.active p:nth-of-type(3) {
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  main #benefits .benefits-txt {
    margin-top: 7.346vw;
    margin-bottom: 7.009vw;
    font-size: 3.738vw;
  }
  main #benefits .benefits-txt span {
    font-size: 4.673vw;
  }
  main #benefits .benefits-txt .big_txt {
    font-size: 5.607vw;
    margin-bottom: 7.009vw;
  }
}
main #benefits .benefits-shop figure {
  text-align: center;
  position: relative;
  z-index: 2;
}
main #benefits .benefits-shop figure img {
  width: auto;
  height: 24.47vw;
}
@media screen and (max-width: 767px) {
  main #benefits .benefits-shop figure {
    margin-bottom: 4.673vw;
    margin-top: -4vw;
  }
  main #benefits .benefits-shop figure img {
    height: 55vw;
  }
}
main #benefits .benefits-shop p.benefits_order_txt {
  text-align: right;
  font-size: 1.1vw;
  margin-top: 1.25vw;
  margin-right: 2.083vw;
}
@media screen and (max-width: 767px) {
  main #benefits .benefits-shop p.benefits_order_txt {
    font-size: 3.271vw;
    margin-top: 9vw;
    margin-right: 1.25vw;
  }
}
main #benefits .benefits-shop p.benefits_att {
  text-align: center;
  font-size: 1.1vw;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1vw;
}
@media screen and (max-width: 767px) {
  main #benefits .benefits-shop p.benefits_att {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
main #benefits .benefits-shop p.benefits_att_mini {
  color: #541e1e;
  text-align: center;
  font-size: 0.83vw;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  main #benefits .benefits-shop p.benefits_att_mini {
    font-size: 3vw;
    margin-top: -5vw;
  }
}
main #benefits .benefits_box {
  width: 100%;
  height: 43.14vw;
  margin-bottom: 4.167vw;
  padding-top: 5vw;
  background: url(./images/benefits-shop-bg.webp) no-repeat center center/contain;
  position: relative;
  opacity: 0;
  transform: translateY(2vw);
  transition: 0.4s;
}
main #benefits .benefits_box.active {
  opacity: 1;
  transform: none;
}
main #benefits .benefits_box::before {
  content: "";
  background: url(./images/benefits-title-deco.webp) no-repeat center center/contain;
  width: 20vw;
  height: 7.16vw;
  position: absolute;
  left: -7vw;
  top: 6vw;
  animation: cloud-float 8s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  main #benefits .benefits_box::before {
    width: 40vw;
    height: 17vw;
    left: -14vw;
    top: 32vw;
  }
}
main #benefits .benefits_box::after {
  content: "";
  background: url(./images/mv-bg-deco01.webp) no-repeat center center/contain;
  width: 20vw;
  height: 7.16vw;
  position: absolute;
  right: -7vw;
  bottom: 6vw;
  animation: cloud-float 8s ease-in-out -4s infinite;
}
@media screen and (max-width: 767px) {
  main #benefits .benefits_box::after {
    width: 40vw;
    height: 17vw;
    right: -14vw;
    top: 65vw;
  }
}
@media screen and (max-width: 767px) {
  main #benefits .benefits_box {
    background: url(./images/sp/benefits-shop-bg.webp) no-repeat center center/contain;
    height: 112vw;
    padding: 14vw 0;
    margin-bottom: 3vw;
  }
}
main #benefits .benefits_box:last-of-type {
  margin-bottom: 0;
}
main #benefits .benefits_box .benefits-shop_ul {
  width: 80%;
  margin: 0 auto;
  display: grid;
  gap: 1.042vw;
  grid-template-columns: repeat(auto-fit, 17.188vw);
  justify-content: center;
  margin-top: 1.5vw;
}
@media screen and (max-width: 767px) {
  main #benefits .benefits_box .benefits-shop_ul {
    width: 100%;
    gap: 3.505vw 5.607vw;
    grid-template-columns: repeat(auto-fit, 56.383vw);
    margin-top: 3vw;
  }
}
main #benefits .benefits_box .benefits-shop_ul .benefits-shop_li {
  position: relative;
  font-size: 1.25vw;
  font-weight: 700;
  padding-left: 2.083vw;
}
main #benefits .benefits_box .benefits-shop_ul .benefits-shop_li::before {
  content: "";
  width: 1.302vw;
  height: 1.51vw;
  background-image: url(./images/icon-r.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.104vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  main #benefits .benefits_box .benefits-shop_ul .benefits-shop_li {
    font-size: 4vw;
    padding-left: 5.841vw;
  }
  main #benefits .benefits_box .benefits-shop_ul .benefits-shop_li::before {
    width: 4.738vw;
    height: 5.439vw;
    top: 0;
  }
}
main #benefits .benefits_box .benefits-shop_ul .benefits-shop_li a {
  position: relative;
  transition: all 0.4s;
}
@media screen and (min-width: 767px) {
  main #benefits .benefits_box .benefits-shop_ul .benefits-shop_li a:hover::before {
    transform: scale(1);
  }
}
main #benefits .benefits_box .benefits-shop_ul .benefits-shop_li a::before {
  content: "";
  background: #2e2523;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.4s;
  transform: scale(0, 1);
  transform-origin: left;
}
@media screen and (max-width: 767px) {
  main #benefits .benefits_box .benefits-shop_ul .benefits-shop_li a::before {
    transform: scale(1);
  }
}
main #benefits .benefits_box .benefits-shop_ul .benefits-shop_li a::after {
  content: "";
  display: inline-block;
  background-image: url(./images/icon-link.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: contain;
  width: 0.885vw;
  height: 0.885vw;
  margin-left: 0.521vw;
  position: absolute;
  bottom: 0.417vw;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  main #benefits .benefits_box .benefits-shop_ul .benefits-shop_li a::after {
    width: 3.336vw;
    height: 3.336vw;
    bottom: 0vw;
    margin-left: 1.869vw;
  }
}
main #benefits .benefits_box .benefits-shop_ul .benefits-shop_li.commingsoon {
  font-size: 1.563vw;
  padding-left: 0;
  margin-left: auto;
}
main #benefits .benefits_box .benefits-shop_ul .benefits-shop_li.commingsoon::before {
  display: none;
}
@media screen and (max-width: 767px) {
  main #benefits .benefits_box .benefits-shop_ul .benefits-shop_li.commingsoon {
    font-size: 4.673vw;
  }
}
main #benefits .benefits_box#benefits-animate {
  background: url(./images/benefits-shop-bg-big.webp) no-repeat center center/contain;
  height: 48.14vw;
  padding-top: 6vw;
}
main #benefits .benefits_box#benefits-animate .benefits_att {
  margin-top: 2vw;
}
main #benefits .benefits_box#benefits-animate .benefits_att + .benefits_att {
  margin-top: 1vw;
}
@media screen and (max-width: 767px) {
  main #benefits .benefits_box#benefits-animate {
    background: url(./images/sp/benefits-shop-bg-middle.webp) no-repeat center center/contain;
    height: 124vw;
    padding: 13vw 0;
  }
  main #benefits .benefits_box#benefits-animate::before {
    top: 42vw;
  }
  main #benefits .benefits_box#benefits-animate::after {
    right: -10vw;
    top: 65vw;
  }
  main #benefits .benefits_box#benefits-animate img {
    height: 65vw;
  }
  main #benefits .benefits_box#benefits-animate .benefits_att + .benefits_att {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  main #benefits .benefits_box#benefits-miraiya {
    background: url(./images/sp/benefits-shop-bg-big.webp) no-repeat center center/contain;
    height: 170vw;
    padding: 15vw 0;
  }
  main #benefits .benefits_box#benefits-miraiya::after {
    right: -10vw;
    top: 115vw;
  }
  main #benefits .benefits_box#benefits-miraiya img {
    height: 115vw;
  }
  main #benefits .benefits_box#benefits-other {
    padding: 20vw 0;
  }
}
main #benefits .benefits_box-01 .benefits-shop_ul, main #benefits .benefits_box-02 .benefits-shop_ul, main #benefits .benefits_box-06 .benefits-shop_ul {
  grid-template-columns: repeat(1, auto);
  place-content: center;
}
main #benefits .benefits_box-01 .benefits-shop_ul .benefits-shop_li, main #benefits .benefits_box-02 .benefits-shop_ul .benefits-shop_li, main #benefits .benefits_box-06 .benefits-shop_ul .benefits-shop_li {
  margin-left: -2.083vw;
}
@media screen and (max-width: 767px) {
  main #benefits .benefits_box-01 .benefits-shop_ul .benefits-shop_li, main #benefits .benefits_box-02 .benefits-shop_ul .benefits-shop_li, main #benefits .benefits_box-06 .benefits-shop_ul .benefits-shop_li {
    margin-left: -5.841vw;
  }
}

footer {
  width: 100%;
  background-image: url(./images/footer-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  font-size: 1.042vw;
  line-height: 1.65;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-top: -39.125vw;
  padding-top: 28.167vw;
  padding-bottom: 2vw;
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 767px) {
  footer {
    background-image: url(./images/sp/footer-bg.webp);
    font-size: 3.271vw;
    margin-top: -83vw;
    padding-top: 50vw;
    padding-bottom: 7vw;
  }
}
footer .footer_logo_box {
  gap: 7.813vw;
  justify-content: center;
  margin-top: 2.083vw;
}
@media screen and (max-width: 767px) {
  footer .footer_logo_box {
    gap: 12.85vw;
    margin-top: 4.673vw;
  }
}
footer .logo_box {
  font-size: 0.833vw;
  text-align: center;
}
footer .logo_box a {
  display: block;
  transition: all 0.4s;
}
@media screen and (min-width: 767px) {
  footer .logo_box a:hover {
    opacity: 0.6;
  }
}
footer .logo_box-contentsseed img {
  width: 8.333vw;
}
footer .logo_box-ap img {
  width: 10.417vw;
  margin-top: 1.042vw;
}
@media screen and (max-width: 767px) {
  footer .logo_box {
    font-size: 2.804vw;
  }
  footer .logo_box-contentsseed img {
    width: 24.766vw;
  }
  footer .logo_box-ap img {
    width: 31.075vw;
    margin-top: 2.336vw;
  }
}/*# sourceMappingURL=style.css.map */