@charset "UTF-8";
:root {
  --designwidth: 1366;
  --lp_font_jp: "Noto Sans JP", sans-serif;
  --font_garamond:"EB Garamond",serif;
  --font_grotesk:"NHaasGroteskDSPro-55Rg", serif;
  --font_grotesk_bold:"NHaasGroteskTXPro-65Md", serif;
  --anime_duration: 0.6s;
  --color_base:#121212;
  --color_main:#F7978D;
  --zoom:1.212;
}
@media screen and (max-width:767px) {
  :root {
    --designwidth: 428;
    --zoom:1;
  }
}

body {
  font-family: var(--lp_font_jp);
  font-weight: 500;
  font-style: normal;
}
body.is-modal-open {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.simple-footer {
  display: none !important;
}

@media screen and (max-width:767px) {
  .lp-u-show-pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .lp-u-show-sp {
    display: none !important;
  }
}

.lp-u-block {
  padding-left: calc(16 / 428 * 100cqw);
  padding-right: calc(16 / 428 * 100cqw);
}
.lp-u-block > :first-child {
  margin-top: 0 !important;
}

.lp-u-block-reset {
  margin-inline: calc(-30 / 428 * 100cqw);
}

@media screen and (min-width:768px) {
  .lp-u-hover {
    transition: ease opacity 0.3s;
  }
  .lp-u-hover:hover {
    opacity: 0.7;
  }
}

.lp-u-mt0 {
  margin-top: 0 !important;
}

.lp-u-center {
  text-align: center !important;
}

.lp-l-wrapper {
  line-height: 2;
  font-weight: 400;
  font-size: calc(11 / 428 * 100cqw);
  color: var(--color_base);
  background-color: #fff;
}
.lp-l-wrapper img,
.lp-l-wrapper video {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (min-width:768px) {
  .lp-l-wrapper {
    display: grid;
    align-items: start;
    justify-content: center;
    grid-template-columns: 70%;
    margin: 0 auto;
    gap: 0;
  }
}
@media screen and (min-width:1040px) {
  .lp-l-wrapper {
    margin: 0;
    justify-content: stretch;
    grid-template-columns: calc(469 / 1366 * 100%) calc(428 / 1366 * 100%) auto;
  }
}

@media screen and (min-width:768px) {
  .lp-l-contents {
    position: relative;
    order: 2;
    z-index: 4;
    container-type: inline-size;
  }
}

.lp-c-allitems {
  display: flex;
  justify-content: center;
  margin-top: calc(20 / 428 * 100cqw);
}

.lp-c-allitems__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(44 / 428 * 100cqw);
  border-radius: 50px;
  flex-shrink: 0;
  border: 1px solid var(--color_base);
  background: #fff;
  color: var(--color_base);
  font-family: var(--lp_font_en);
  font-size: calc(14 / 428 * 100cqw);
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}
@media screen and (min-width:768px) {
  .lp-c-allitems__item {
    transition: ease all 0.3s;
  }
  .lp-c-allitems__item:hover {
    background-color: var(--color_base);
    color: #fff;
  }
}
.lp-c-allitems__item:after {
  position: absolute;
  z-index: 2;
  top: calc(50% - 5px);
  right: 5%;
  width: 8px;
  aspect-ratio: 1/1;
  transform: rotate(45deg);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  display: block;
  transition: ease all 0.3s;
}

.lp-c-inlinelink {
  text-decoration: underline;
  color: inherit;
}
.lp-c-inlinelink:hover {
  text-decoration: none;
}

.lp-c-paragraph {
  margin-top: 1em;
  font-size: calc(13 / 428 * 100cqw);
  letter-spacing: 0.03em;
  line-height: 1.53;
}

.lp-mv {
  position: relative;
  overflow: hidden;
  opacity: 0;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .lp-mv {
    container-type: inline-size;
  }
}
@media screen and (min-width:1040px) {
  .lp-mv {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    order: 1;
    min-height: 100vh;
  }
}

.lp-mv__bg {
  position: relative;
  display: block;
}
@media screen and (min-width:1040px) {
  .lp-mv__bg img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 80% top;
       object-position: 80% top;
  }
}

.lp-mv__catch01 {
  position: absolute;
  z-index: 5;
  top: calc(156 / 428 * 100cqw);
  left: calc(12 / 428 * 100cqw);
  width: calc(130 / 428 * 100cqw);
}
@media screen and (min-width:768px) {
  .lp-mv__catch01 {
    top: calc(200 / 470 * 100cqw);
    left: calc(13 / 470 * 100cqw);
    width: calc(142 / 470 * 100cqw);
  }
}

.lp-mv__catch02 {
  position: absolute;
  z-index: 5;
  top: calc(406 / 428 * 100cqw);
  right: calc(12 / 428 * 100cqw);
  width: calc(140 / 428 * 100cqw);
}
@media screen and (min-width:768px) {
  .lp-mv__catch02 {
    top: calc(470 / 470 * 100cqw);
    right: calc(13 / 470 * 100cqw);
    width: calc(150b / 470 * 100cqw);
  }
}

.lp-mv__title {
  position: absolute;
  z-index: 5;
  top: calc(270 / 428 * 100cqw);
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.lp-mv__title img {
  display: block;
}

.lp-mv__title__01 {
  margin: 0 auto;
  width: calc(274 / 428 * 100cqw);
}

.lp-mv__title__02 {
  margin: calc(12 / 428 * 100cqw) auto 0;
  width: calc(370 / 428 * 100cqw);
}

.lp-mv__title__03 {
  margin: calc(7 / 428 * 100cqw) auto 0;
  width: calc(183 / 428 * 100cqw);
}

.lp-mv__logo {
  position: absolute;
  z-index: 5;
  top: calc(16 / 428 * 100cqw);
  right: calc(16 / 428 * 100cqw);
  width: calc(66 / 428 * 100cqw);
}
@media screen and (min-width:768px) {
  .lp-mv__logo {
    top: calc(18 / 470 * 100cqw);
    left: calc(18 / 470 * 100cqw);
    right: auto;
    width: calc(72 / 470 * 100cqw);
  }
}

.lp-intro {
  padding: calc(30 / 428 * 100cqw) calc(20 / 428 * 100cqw) calc(65 / 428 * 100cqw);
  background-color: #F7978D;
}
@media screen and (min-width:768px) {
  .lp-intro {
    container-type: inline-size;
  }
}
@media screen and (min-width:1040px) {
  .lp-intro {
    order: 3;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    min-height: 100vh;
    padding: calc(10 / 428 * 100cqw) calc(25 / 428 * 100cqw);
    display: grid;
    align-items: center;
  }
}
.lp-intro .lp-c-paragraph {
  font-weight: 500;
}

.lp-intro-bold {
  color: #fff;
}

.lp-intro-header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 calc(20 / 428 * 100cqw);
  line-height: 1;
}

.lp-intro-header__logo {
  width: calc(214 / 428 * 100cqw);
}

.lp-intro-header__utukushi {
  width: calc(56 / 428 * 100cqw);
}

.lp-intro-profile {
  margin: calc(35 / 428 * 100cqw) 0 0;
}

.lp-intro-profile__title {
  margin: 0 0 calc(12 / 428 * 100cqw);
  text-align: center;
  font-family: var(--font_garamond);
  font-size: calc(16 / 428 * 100cqw);
  font-weight: bold;
}

.lp-intro-profile__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(16 / 428 * 100cqw);
}

.lp-intro-profile__item {
  text-align: center;
}
.lp-intro-profile__item p {
  margin-top: calc(6 / 428 * 100cqw);
  color: #fff;
  font-size: calc(13 / 428 * 100cqw);
  font-weight: 500;
}

.lp-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-around;
  background-color: #E8E8E8;
  text-align: center;
  font-family: var(--font_garamond);
  font-weight: bold;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0 calc(20 / 428 * 100cqw);
}

.lp-nav__item {
  padding: calc(12 / 428 * 100cqw) 0;
  line-height: 1;
  text-decoration: none;
  color: var(--color_base);
  transition: ease color 0.2s;
}
[data-current-id="0"] .lp-nav__item:nth-of-type(1), [data-current-id="1"] .lp-nav__item:nth-of-type(2), [data-current-id="2"] .lp-nav__item:nth-of-type(3), [data-current-id="3"] .lp-nav__item:nth-of-type(4) {
  color: #F7988C;
}

.lp-nav__item__label {
  display: block;
  font-size: calc(9 / 428 * 100cqw);
}

.lp-nav__item__number {
  display: block;
  font-size: calc(24 / 428 * 100cqw);
}

.lp-look {
  padding: 0 0 calc(70 / 428 * 100cqw);
  overflow: hidden;
}

.lp-look__headline {
  display: flex;
  align-items: flex-start;
  padding: calc(20 / 428 * 100cqw) calc(10 / 428 * 100cqw) calc(20 / 428 * 100cqw) calc(35 / 428 * 100cqw);
  gap: 0 calc(25 / 428 * 100cqw);
}

.lp-look__headline__scene {
  border-top: 1px solid var(--color_main);
  padding-top: calc(10 / 428 * 100cqw);
  width: calc(70 / 428 * 100cqw);
  text-align: center;
  line-height: 1;
  font-family: var(--font_garamond);
}

.lp-look__headline__scene__sub {
  display: block;
  font-size: calc(11 / 428 * 100cqw);
}

.lp-look__headline__scene__main {
  display: flex;
  justify-content: center;
  font-size: calc(41 / 428 * 100cqw);
}
.lp-look__headline__scene__main > span {
  transform: translateY(15px);
  opacity: 0;
  transition: ease all 0.4s;
}
.is-show .lp-look__headline__scene__main > span {
  opacity: 1;
  transform: translateY(0px);
}
.is-show .lp-look__headline__scene__main > span:nth-child(2) {
  transition-delay: 0.2s;
}

.lp-look__headline__label {
  line-height: 1.5625;
  font-size: calc(16 / 428 * 100cqw);
  font-weight: 500;
}

.lp-look-text {
  margin: calc(20 / 428 * 100cqw) 0 0;
  padding: 0 calc(36 / 428 * 100cqw);
}

.lp-look-kv-wrap {
  position: relative;
}

.lp-look-kv__text {
  position: absolute;
  z-index: 10;
  line-height: 1;
}
.lp-look-kv__text img {
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  transition: ease clip-path 0.8s 0.5s;
}
.is-show .lp-look-kv__text img {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}
.lp-look-kv__text:nth-of-type(2) img {
  transition-delay: 1s;
}

.lp-c-modal-icon {
  position: absolute;
  z-index: 10;
  display: block;
  animation: modalswitch 2.5s infinite ease;
  color: #fff;
  transition: ease opacity 0.3s;
}
.lp-c-modal-icon.is-open {
  opacity: 0;
}
.lp-c-modal-icon--black {
  color: #000;
}

.lp-c-modal-icon__label {
  display: block;
  margin: 0 0 2px;
  font-family: var(--font_grotesk);
  font-size: calc(11 / 428 * 100cqw);
  font-weight: 600;
  text-align: center;
}

.lp-c-modal-icon__plus {
  position: relative;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  background-color: var(--color_main);
  aspect-ratio: 1/1;
  width: calc(28 / 428 * 100cqw);
}
.lp-c-modal-icon__plus:before, .lp-c-modal-icon__plus:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 25%;
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: white;
}
.lp-c-modal-icon__plus:after {
  transform: rotate(90deg);
}

@keyframes modalswitch {
  0% {
    transform: scale(1);
  }
  12% {
    transform: scale(1.2) scaleX(0.96);
  }
  20% {
    transform: scale(1);
  }
  28% {
    transform: scale(1.12) scaleX(0.98);
  }
  36% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
#look01 {
  background: #fff linear-gradient(#fffbe8 0%, rgba(252, 239, 136, 0.6) 100%);
}
#look01 .lp-look-kv-wrap.is-set01 .lp-look-kv__text {
  top: calc(20 / 428 * 100cqw);
  left: calc(176 / 428 * 100cqw);
  width: calc(85 / 428 * 100cqw);
}
#look01 .lp-look-kv-wrap.is-set01 .lp-c-modal-icon.is-pos01 {
  top: calc(170 / 428 * 100cqw);
  left: calc(35 / 428 * 100cqw);
}
#look01 .lp-look-kv-wrap.is-set01 .lp-c-modal-icon.is-pos02 {
  top: calc(107 / 428 * 100cqw);
  left: calc(383 / 428 * 100cqw);
}
#look01 .lp-look-kv-wrap.is-set01 .lp-look-kv__image {
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#look01 .lp-look-kv-wrap.is-set01 .is-show .lp-look-kv__image {
  opacity: 1;
  transform: translateY(0) scale(1);
}
#look01 .lp-look-kv-wrap.is-set02 {
  margin: calc(32 / 428 * 100cqw) calc(36 / 428 * 100cqw) 0;
}
#look01 .lp-look-kv-wrap.is-set02 .lp-look-kv__text {
  top: calc(55 / 428 * 100cqw);
  left: calc(-15 / 428 * 100cqw);
  width: calc(127 / 428 * 100cqw);
}
#look01 .lp-look-kv-wrap.is-set02 .lp-look-kv__text img {
  transition-delay: 0.6s !important;
}
#look01 .lp-look-kv-wrap.is-set02 .lp-look-kv {
  opacity: 0;
  transform: translateX(10px);
  transition: all var(--anime_duration) ease-out;
}
#look01 .lp-look-kv-wrap.is-set02.is-show .lp-look-kv {
  transform: translateX(0px);
  opacity: 1;
}
#look01 .lp-look-kv-wrap.is-set02 .lp-look-kv:nth-child(1) {
  position: relative;
  margin-top: calc(32 / 428 * 100cqw);
  margin-left: auto;
  width: calc(190 / 428 * 100cqw);
}
#look01 .lp-look-kv-wrap.is-set02 .lp-look-kv:nth-child(2) {
  position: relative;
  margin-top: calc(-175 / 428 * 100cqw);
  width: calc(190 / 428 * 100cqw);
  transition-delay: 0.4s !important;
}
#look01 .lp-look-kv-wrap.is-set02 .lp-c-modal-icon.is-pos02 {
  top: calc(67 / 428 * 100cqw);
  left: calc(115 / 428 * 100cqw);
}
#look01 .lp-look-kv-wrap.is-set02 .lp-c-modal-icon.is-pos01 {
  top: calc(103 / 428 * 100cqw);
  left: calc(44 / 428 * 100cqw);
}
#look01 .lp-look-kv-wrap.is-set03 {
  margin: calc(45 / 428 * 100cqw) auto 0;
  width: calc(305 / 428 * 100cqw);
}
#look01 .lp-look-kv-wrap.is-set03 .lp-c-modal-icon.is-pos01 {
  top: calc(286 / 428 * 100cqw);
  left: calc(106 / 428 * 100cqw);
}
#look01 .lp-look-kv-wrap.is-set03 .lp-c-modal-icon.is-pos02 {
  top: calc(143 / 428 * 100cqw);
  left: calc(164 / 428 * 100cqw);
}
#look01 .lp-look-kv-wrap.is-set03 .lp-look-kv__image {
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#look01 .lp-look-kv-wrap.is-set03 .is-show .lp-look-kv__image {
  opacity: 1;
  transform: translateY(0) scale(1);
}
#look01 .lp-look-kv-wrap.is-set04 {
  margin: calc(35 / 428 * 100cqw) auto 0;
}
#look01 .lp-look-kv-wrap.is-set04 .lp-look-kv {
  overflow: hidden;
}
#look01 .lp-look-kv-wrap.is-set04 .lp-look-kv__text {
  top: calc(46 / 428 * 100cqw);
  left: calc(165 / 428 * 100cqw);
  width: calc(160 / 428 * 100cqw);
}
#look01 .lp-look-kv-wrap.is-set04 .lp-look-kv__image {
  transform: scale(1.1);
  transition: all 1s ease-out;
}
#look01 .lp-look-kv-wrap.is-set04 .is-show .lp-look-kv__image {
  transform: scale(1);
}

#look02 {
  background: #fff linear-gradient(#d3f7ff 0%, #d3f7ff 26.11%, rgba(255, 222, 183, 0.5) 100%);
}
#look02 .lp-look-kv-wrap.is-set01 .lp-look-kv__text {
  top: calc(320 / 428 * 100cqw);
  left: calc(204 / 428 * 100cqw);
  width: calc(187 / 428 * 100cqw);
}
#look02 .lp-look-kv-wrap.is-set01 .lp-c-modal-icon.is-pos01 {
  top: calc(119 / 428 * 100cqw);
  left: calc(276 / 428 * 100cqw);
}
#look02 .lp-look-kv-wrap.is-set01 .lp-look-kv__image {
  opacity: 0;
  transform: translateY(50px) rotate(-5deg) scale(0.9);
  transition: all 1s ease;
}
#look02 .lp-look-kv-wrap.is-set01 .is-show .lp-look-kv__image {
  opacity: 1;
  transform: translateY(0) rotate(0deg) scale(1);
}
#look02 .lp-look-kv-wrap.is-set02 {
  margin: calc(40 / 428 * 100cqw) 0 0;
}
#look02 .lp-look-kv-wrap.is-set02 .lp-look-kv {
  width: calc(252 / 428 * 100cqw);
}
#look02 .lp-look-kv-wrap.is-set02 .lp-c-modal-icon.is-pos01 {
  top: calc(26 / 428 * 100cqw);
  left: calc(177 / 428 * 100cqw);
}
#look02 .lp-look-kv-wrap.is-set03 {
  margin: calc(26 / 428 * 100cqw) 0 0 auto;
  width: calc(333 / 428 * 100cqw);
}
#look02 .lp-look-kv-wrap.is-set03 .lp-look-kv__text {
  top: calc(40 / 428 * 100cqw);
  left: calc(112 / 428 * 100cqw);
  width: calc(186 / 428 * 100cqw);
}
#look02 .lp-look-kv-wrap.is-set03 .lp-c-modal-icon.is-pos01 {
  top: calc(154 / 428 * 100cqw);
  left: calc(143 / 428 * 100cqw);
}

#look03 {
  background: #fff linear-gradient(rgba(202, 255, 183, 0.6) 0%, #ffffd8 100%);
}
#look03 .lp-look-kv-wrap.is-set01 .lp-look-kv__text:nth-of-type(1) {
  top: calc(50 / 428 * 100cqw);
  left: calc(24 / 428 * 100cqw);
  width: calc(147 / 428 * 100cqw);
}
#look03 .lp-look-kv-wrap.is-set01 .lp-look-kv__text:nth-of-type(2) {
  top: calc(260 / 428 * 100cqw);
  left: calc(317 / 428 * 100cqw);
  width: calc(92 / 428 * 100cqw);
}
#look03 .lp-look-kv-wrap.is-set01 .lp-c-modal-icon.is-pos01 {
  top: calc(127 / 428 * 100cqw);
  left: calc(74 / 428 * 100cqw);
}
#look03 .lp-look-kv-wrap.is-set01 .lp-c-modal-icon.is-pos02 {
  top: calc(166 / 428 * 100cqw);
  left: calc(375 / 428 * 100cqw);
}
#look03 .lp-look-kv-wrap.is-set02 {
  margin: calc(26 / 428 * 100cqw) 0 0;
  width: calc(330 / 428 * 100cqw);
}
#look03 .lp-look-kv-wrap.is-set02 .lp-c-modal-icon.is-pos01 {
  top: calc(226 / 428 * 100cqw);
  left: calc(233 / 428 * 100cqw);
}
#look03 .lp-look-kv-wrap.is-set02 .lp-look-kv__text:nth-of-type(1) {
  top: calc(46 / 428 * 100cqw);
  left: calc(20 / 428 * 100cqw);
  width: calc(143 / 428 * 100cqw);
}
#look03 .lp-look-kv-wrap.is-set03 {
  margin: 0 0 0 auto;
  width: calc(330 / 428 * 100cqw);
}
#look03 .lp-look-kv-wrap.is-set03 .lp-look-kv__text {
  top: calc(154 / 428 * 100cqw);
  left: calc(120 / 428 * 100cqw);
  width: calc(95 / 428 * 100cqw);
}
#look03 .lp-look-kv-wrap.is-set03 .lp-c-modal-icon.is-pos01 {
  top: calc(336 / 428 * 100cqw);
  left: calc(136 / 428 * 100cqw);
}
#look03 .lp-look-kv-wrap.is-set03 .lp-c-modal-icon.is-pos02 {
  top: calc(219 / 428 * 100cqw);
  left: calc(286 / 428 * 100cqw);
}

#look04 {
  background: #fff linear-gradient(#f0fcf7 0%, #e0e8ff 100%);
}
#look04 .lp-look-kv-wrap.is-set01 {
  overflow: hidden;
}
#look04 .lp-look-kv-wrap.is-set01 .lp-look-kv__text {
  top: calc(168 / 428 * 100cqw);
  left: calc(40 / 428 * 100cqw);
  width: calc(178 / 428 * 100cqw);
}
#look04 .lp-look-kv-wrap.is-set01 .lp-c-modal-icon.is-pos01 {
  top: calc(95 / 428 * 100cqw);
  left: calc(316 / 428 * 100cqw);
}
#look04 .lp-look-kv-wrap.is-set01 .lp-look-kv__image {
  transform: scale(1.1);
  transition: all 1s ease-out;
}
#look04 .lp-look-kv-wrap.is-set01 .is-show .lp-look-kv__image {
  transform: scale(1);
}
#look04 .lp-look-kv-wrap.is-set02 {
  margin: calc(10 / 428 * 100cqw) 0 0;
}
#look04 .lp-look-kv-wrap.is-set02 .lp-c-modal-icon.is-pos01 {
  top: calc(130 / 428 * 100cqw);
  left: calc(135 / 428 * 100cqw);
}
#look04 .lp-look-kv-wrap.is-set03 {
  margin: calc(30 / 428 * 100cqw) 0 0 auto;
  width: calc(310 / 428 * 100cqw);
}
#look04 .lp-look-kv-wrap.is-set03 .lp-c-modal-icon.is-pos01 {
  top: calc(100 / 428 * 100cqw);
  left: calc(75 / 428 * 100cqw);
}
#look04 .lp-look-kv-wrap.is-set04 {
  margin: calc(30 / 428 * 100cqw) 0 0;
  width: calc(356 / 428 * 100cqw);
}
#look04 .lp-look-kv-wrap.is-set04 .lp-c-modal-icon.is-pos01 {
  top: calc(70 / 428 * 100cqw);
  left: calc(240 / 428 * 100cqw);
}
#look04 .lp-look-kv-wrap.is-set04 .lp-look-kv__text {
  top: calc(175 / 428 * 100cqw);
  left: calc(156 / 428 * 100cqw);
  width: calc(183 / 428 * 100cqw);
}

.lp-footer {
  position: relative;
  overflow: hidden;
  color: #fff;
  filter: blur(10px);
  opacity: 0;
  transition: ease var(--anime_duration);
  transition-property: opacity, filter;
}
.lp-footer.is-show {
  opacity: 1;
  filter: blur(0px);
}

.lp-footer__label {
  position: absolute;
  z-index: 5;
  top: calc(34 / 428 * 100cqw);
  left: 0;
  width: 100%;
  text-align: center;
  font-family: var(--lp_font_en_std);
  font-size: calc(13 / 428 * 100cqw);
  line-height: 1.1538;
  color: var(--color_orange);
}

.lp-footer-bottom {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: calc(20 / 428 * 100cqw);
}

.lp-footer__title__01 {
  width: calc(290 / 428 * 100cqw);
  margin: 0 auto;
}

.lp-footer__title__02 {
  width: calc(66 / 428 * 100cqw);
  margin: calc(20 / 428 * 100cqw) auto 0;
}

.lp-footer-credit {
  margin-top: calc(116 / 428 * 100cqw);
  font-family: var(--font_garamond);
  font-size: calc(12 / 428 * 100cqw);
  font-weight: 600;
  line-height: 1.6;
  list-style: none;
  text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.05), 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.lp-footer__brand {
  margin: calc(30 / 428 * 100cqw) auto 0;
  width: calc(112 / 428 * 100cqw);
}

.lp-footer-copyright {
  margin-top: calc(20 / 428 * 100cqw);
  font-size: calc(11 / 428 * 100cqw);
  font-family: var(--font_garamond);
  color: #000;
}

.lp-footer__allitems {
  position: absolute;
  z-index: 50;
  top: calc(25 / 428 * 100cqw);
  left: 50%;
  transform: translateX(-50%);
  width: calc(290 / 428 * 100cqw);
  padding-bottom: calc(4 / 428 * 100cqw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  font-family: var(--font_garamond);
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 1px solid #000;
}
@media (hover: hover) and (pointer: fine) {
  .lp-footer__allitems {
    transition: ease opacity 0.3s;
  }
  .lp-footer__allitems:hover {
    opacity: 0.7;
  }
  .lp-footer__allitems:hover .lp-footer__allitems__sub:before {
    right: calc(5 / 428 * 100cqw);
  }
}

.lp-footer__allitems__main {
  font-size: calc(29 / 428 * 100cqw);
}

.lp-footer__allitems__sub {
  position: relative;
  margin-top: calc(8 / 428 * 100cqw);
  font-size: calc(16 / 428 * 100cqw);
  width: 100%;
  text-align: center;
}
.lp-footer__allitems__sub:before {
  position: absolute;
  z-index: 2;
  top: calc(7 / 428 * 100cqw);
  right: calc(8 / 428 * 100cqw);
  width: calc(6 / 428 * 100cqw);
  aspect-ratio: 1/1;
  transform: rotate(45deg);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  display: block;
  transition: ease all 0.3s;
}

.lp-fixcv {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 calc(46 / 428 * 100cqw) calc(20 / 428 * 100cqw);
  border: none;
  transform: translateY(100%);
  transition: ease transform 0.4s;
}
.lp-fixcv .lp-c-allitems__item {
  border: none;
}
.lp-fixcv.is-active {
  transform: translateY(0);
}

.lp-c-credit-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(15 / 392 * 100cqw);
  margin-top: calc(15 / 392 * 100cqw);
}

.lp-c-credit {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #F7988C;
  padding: calc(8 / 392 * 100cqw) calc(25 / 392 * 100cqw);
  background-color: #fff;
  text-decoration: none !important;
  border-radius: 50px;
  font-family: var(--font_garamond);
  color: #292929;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width:768px) {
  .lp-c-credit:not(.is-comingsoon):hover .lp-c-credit__link {
    text-decoration: underline;
  }
}
.lp-c-credit.is-comingsoon {
  color: #959393;
}

.lp-c-credit__name {
  margin-right: 1em;
  font-size: calc(13 / 392 * 100cqw);
}

.lp-c-credit__price {
  flex-shrink: 0;
  font-size: calc(13 / 392 * 100cqw);
}
.lp-c-credit__price:before {
  content: "¥";
}
.lp-c-credit__price:after {
  margin-left: 0.5em;
  font-size: calc(10 / 392 * 100cqw);
  content: "(tax in)";
}

.lp-c-credit__link {
  flex-shrink: 0;
  border-left: 1px solid var(--color_main);
  margin-left: auto;
  text-align: right;
  width: calc(50 / 392 * 100cqw);
  font-size: calc(13 / 392 * 100cqw);
  line-height: 1;
}
.is-comingsoon .lp-c-credit__link {
  margin-right: calc(-12 / 392 * 100cqw);
  width: calc(80 / 392 * 100cqw);
  font-size: calc(10 / 392 * 100cqw);
}

.lp-c-credit__logo {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: calc(-15 / 392 * 100cqw);
  width: calc(28 / 392 * 100cqw);
  transform: translateY(-50%);
}

body.is-modal-open {
  overflow: hidden;
  height: 100vh;
}

[data-modal-id] {
  cursor: pointer;
}

.c-modal-list {
  display: none;
}

.c-modal-wrapper {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.11);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-modal-wrapper.is-active {
  opacity: 1;
  visibility: visible;
}

.c-modal-view {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.c-modal-view__contents {
  position: relative;
  border-radius: 0;
  max-height: 90%;
  display: flex;
  margin: 0 auto;
  container-type: inline-size;
  width: calc(392 / 428 * 100%);
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (min-width:768px) {
  .c-modal-view__contents {
    width: 70%;
  }
}
@media screen and (min-width:1040px) {
  .c-modal-view__contents {
    width: calc(392 / 428 * 100%);
    max-width: calc(399 / 1366 * 100%);
  }
}
.c-modal-view__contents > :first-child {
  margin-top: 0;
}
.is-active .c-modal-view__contents {
  opacity: 1;
  transform: translateY(0);
}

.c-modal-view__block {
  padding: 40px 0;
  width: 100%;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.c-modal-view__block::-webkit-scrollbar {
  display: none;
}

.lp-modal-credit__close {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  cursor: pointer;
  display: block;
  width: calc(28 / 392 * 100cqw);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: var(--color_main);
  transform: translate(-30%, -30%);
  font-family: var(--font_grotesk);
  color: #000;
}
@media screen and (min-width:768px) {
  .lp-modal-credit__close {
    transition: ease background-color 0.3s;
  }
  .lp-modal-credit__close:hover {
    background-color: var(--color_main);
  }
}
.lp-modal-credit__close span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1;
  transform: translateY(-120%);
}
.lp-modal-credit__close:before, .lp-modal-credit__close:after {
  position: absolute;
  z-index: 2;
  top: calc(50% - 1px);
  right: 25%;
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
}
.lp-modal-credit__close:after {
  transform: rotate(45deg);
}

.lp-modal-contents__box {
  position: relative;
  padding: calc(20 / 392 * 100cqw) calc(34 / 392 * 100cqw) calc(34 / 392 * 100cqw);
  border-radius: calc(17 / 392 * 100cqw);
  border: 1px solid var(--color_orange);
  background-color: rgba(255, 255, 255, 0.85);
  font-size: calc(12 / 392 * 100cqw);
  line-height: 1.4167;
}

.lp-modal-lead {
  margin: 0 0 calc(15 / 392 * 100cqw);
  font-size: calc(12 / 392 * 100cqw);
  text-align: center;
}

.lp-modal-credit {
  margin-top: calc(10 / 392 * 100cqw);
  text-decoration: none;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width:768px) {
  .lp-modal-credit {
    transition: ease opacity 0.3s;
  }
  .lp-modal-credit:hover .lp-modal-credit__link {
    text-decoration: none;
    color: var(--color_orange);
  }
}

.lp-modal-credit__name__label {
  font-weight: 500;
  display: block;
}

.lp-modal-credit__name__price {
  display: block;
  font-weight: 500;
  font-size: calc(14 / 262 * 100cqw);
}
.lp-modal-credit__name__price:before {
  content: "¥";
}

.lp-modal-credit__link {
  flex-shrink: 0;
  text-decoration: underline;
  font-size: calc(10 / 262 * 100cqw);
  font-family: var(--lp_font_en);
  transition: ease color 0.3s;
}

.animation-fadein {
  opacity: 0;
  transition: ease-out var(--anime_duration);
  transition-property: opacity, transform;
}
.animation-fadein.is-show {
  opacity: 1 !important;
}

.animation-fadeup {
  opacity: 0;
  transform: translateY(10px);
  transition: ease-out var(--anime_duration);
  transition-property: opacity, transform;
}
.animation-fadeup.is-show {
  opacity: 1 !important;
  transform: translateY(0px);
}

.animation-fade-to-left {
  opacity: 0;
  transform: translateX(10px);
  transition: ease-out var(--anime_duration);
  transition-property: opacity, transform;
}
.animation-fade-to-left.is-show {
  opacity: 1 !important;
  transform: translateY(0px);
}

.animation-fade-to-right {
  opacity: 0;
  transform: translateX(-10px);
  transition: ease-out var(--anime_duration);
  transition-property: opacity, transform;
}
.animation-fade-to-right.is-show {
  opacity: 1 !important;
  transform: translateY(0px);
}

.animation-clip-to-right {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) var(--anime_duration);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
.animation-clip-to-right.is-show {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.animation-clip-to-left {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) var(--anime_duration);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
.animation-clip-to-left.is-show {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.animation-clip-to-circle {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
.animation-clip-to-circle.is-show {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}