@charset "UTF-8";
:root {
  --designwidth:1366; }
  @media screen and (max-width: 767px) {
    :root {
      --designwidth:428; } }

.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-mt0 {
  margin-top: 0 !important; }

.lp-u-block {
  padding-inline: calc((36 / var(--designwidth) ) * 100vw); }

.lp-u-blockclear {
  margin-inline: calc((-36 / var(--designwidth) ) * 100vw); }

.lp-u-blockclear--right {
  margin-right: calc((-36 / var(--designwidth) ) * 100vw); }

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

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

.lp-u-font-bold {
  font-weight: bold !important; }

.lp-u-font-mincho {
  font-family: 'Noto Serif JP', serif !important; }

.lp-u-font-mincho-en {
  font-family: 'EB Garamond', serif !important; }

.lp-u-color-main {
  color: #75DDB5; }

body.is-fixed {
  overflow: hidden;
  height: 100%; }

.lp-wrapper {
  font-family: 'Noto Sans JP',YuGothic, "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.66;
  font-size: calc((14 / var(--designwidth) ) * 100vw);
  opacity: 0; }
  .lp-wrapper img,
  .lp-wrapper video {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  @media screen and (min-width: 768px) {
    .lp-wrapper {
      background: #fff url(../images/pc_bg.jpg) 50% 0% no-repeat;
      background-size: cover;
      background-attachment: fixed; } }
  .lp-wrapper.is-init {
    transition: ease opacity 1.5s;
    opacity: 1; }

@media screen and (min-width: 768px) {
  .lp-contents {
    margin-left: 47.80381%;
    width: 31.33236%; } }

.lp-sidenav {
  position: fixed;
  top: 0;
  left: 85.35871%;
  height: 100%;
  width: 14.64129%;
  font-family: Helvetica,arial,serif; }

.lp-fixbnr {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 7px;
  transform: translateY(100%);
  transition: ease transform 0.5s;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px; }
  .lp-fixbnr.is-active {
    transform: translateY(0%); }
  @media screen and (min-width: 768px) {
    .lp-fixbnr {
      display: none !important; } }

.lp-fixbnr__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #7ED0BE;
  text-decoration: none;
  text-align: center;
  color: #000; }

.lp-fixbnr__text {
  flex-grow: 1;
  line-height: 1.3; }

.lp-fixbnr__text__main {
  font-size: calc((16 / var(--designwidth) ) * 100vw);
  font-style: italic;
  font-weight: 500;
  font-family: 'EB Garamond', serif; }

.lp-fixbnr__text__sub {
  font-weight: 600;
  font-size: calc((8 / var(--designwidth) ) * 100vw); }

.lp-fixbnr__figure {
  width: 30.76%; }

.lp-pc--return {
  position: fixed;
  z-index: 10;
  top: calc((15 / var(--designwidth) ) * 100vw);
  left: calc((10 / var(--designwidth) ) * 100vw);
  width: calc((10 / var(--designwidth) ) * 100vw); }

.lp-pc--label {
  position: fixed;
  top: calc((10 / var(--designwidth) ) * 100vw);
  right: calc((20 / var(--designwidth) ) * 100vw);
  font-size: calc((13 / var(--designwidth) ) * 100vw);
  color: #fff;
  font-family: 'EB Garamond', serif; }

@media screen and (min-width: 768px) {
  .lp-pc--left {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    width: 20.86384%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px 0;
    background: url(../images/pc_bg01.jpg) 50% 50% no-repeat;
    background-size: cover; } }

.lp-pc--left__logo {
  width: calc((98 / var(--designwidth) ) * 100vw); }

.lp-pc--left__button {
  margin-top: calc((40 / var(--designwidth) ) * 100vw);
  padding: calc((12 / var(--designwidth) ) * 100vw);
  min-width: 80%;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  font-size: calc((10 / var(--designwidth) ) * 100vw);
  display: block;
  background-color: #7ED0BE;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center; }

.lp-c-paragraph {
  margin-top: 1em;
  font-size: calc((13 / var(--designwidth) ) * 100vw);
  letter-spacing: 0.03em;
  line-height: 1.53;
  color: #292929; }

.lp-c-button-wrap {
  margin-top: 15px; }

.lp-c-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px;
  border-radius: 50px;
  color: #fff;
  border: 2px solid #93C4CF;
  background-color: #93C4CF;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  font-size: calc((13 / var(--designwidth) ) * 100vw); }

.lp-mv {
  position: sticky;
  top: 0;
  left: 0;
  border-top: calc((10 / var(--designwidth) ) * 100vw) solid #93D5C5;
  background-color: #E3E8EF; }
  @media screen and (min-width: 768px) {
    .lp-mv {
      position: fixed;
      top: 0;
      left: 0;
      width: 47.80381%;
      border-top: none; } }

.lp-mv__header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  padding: calc((25 / var(--designwidth) ) * 100vw) 0 calc((10 / var(--designwidth) ) * 100vw); }

.lp-mv__header__title {
  margin: 0 auto;
  width: calc((350 / var(--designwidth) ) * 100vw);
  opacity: 0;
  transition: ease all 0.8s 0.5s;
  transform: translateY(10px); }
  .is-init .lp-mv__header__title {
    opacity: 1;
    transform: translateY(0px); }

.lp-mv__header__logo {
  margin: calc((24 / var(--designwidth) ) * 100vw) auto 0;
  width: calc((83 / var(--designwidth) ) * 100vw);
  opacity: 0;
  transition: ease all 0.8s 0.8s;
  transform: translateY(10px); }
  .is-init .lp-mv__header__logo {
    opacity: 1;
    transform: translateY(0px); }

.lp-mv__about {
  position: absolute;
  z-index: 5;
  top: calc((324 / var(--designwidth) ) * 100vw);
  left: calc((22 / var(--designwidth) ) * 100vw);
  width: calc((114 / var(--designwidth) ) * 100vw);
  opacity: 0;
  transition: ease all 1s 1.2s; }
  @media screen and (min-width: 768px) {
    .lp-mv__about {
      top: calc((246 / var(--designwidth) ) * 100vw);
      left: auto;
      right: calc((80 / var(--designwidth) ) * 100vw); } }
  .is-init .lp-mv__about {
    opacity: 1; }

@media screen and (min-width: 768px) {
  .lp-mv__bg img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover; } }

.c-scroll-info {
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  transition: ease all 1s 1.2s; }
  .is-init .c-scroll-info {
    opacity: 1; }

.c-scroll-info__bar {
  position: absolute;
  z-index: 2;
  top: calc((270 / var(--designwidth) ) * 100vw);
  right: calc((38 / var(--designwidth) ) * 100vw);
  width: 1px;
  height: calc((120 / var(--designwidth) ) * 100vw);
  background-color: #919191; }
  .c-scroll-info__bar i {
    position: absolute;
    z-index: 5;
    display: block;
    top: 0;
    left: -3px;
    border-radius: 50%;
    height: 7px;
    width: 7px;
    background-color: #75DDB5;
    animation: scroll-info 2s ease-in-out 0s infinite; }

@keyframes scroll-info {
  0% {
    opacity: 0;
    top: -5px; }
  50% {
    opacity: 1;
    top: 0px; }
  100% {
    opacity: 0;
    top: 48px; } }

.lp-select {
  position: sticky;
  z-index: 2;
  top: 0;
  border-left: 10px solid #93D5C5;
  border-right: 10px solid #93D5C5;
  background-color: #F5F5F5; }

.lp-select__header {
  display: flex;
  color: #75DDB5;
  font-size: calc((26 / var(--designwidth) ) * 100vw);
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.1;
  overflow: hidden; }
  .lp-select__header span {
    padding: 0 0.2em;
    flex-shrink: 0;
    animation: flowtext linear 10s infinite; }

.lp-select__headline {
  margin-top: calc((10 / var(--designwidth) ) * 100vw);
  text-align: center;
  font-size: calc((19 / var(--designwidth) ) * 100vw);
  line-height: 1.4;
  font-family: 'Noto Serif JP', serif !important; }

.lp-select__headline--marker {
  position: relative;
  display: block;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  transition: ease clip-path 0.5s 0.3s;
  width: calc((302 / var(--designwidth) ) * 100vw);
  margin: 0 auto; }
  .is-show .lp-select__headline--marker {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%); }
    .is-show .lp-select__headline--marker:after {
      -webkit-clip-path: inset(0% 0% 0% 100%);
              clip-path: inset(0% 0% 0% 100%); }
  .lp-select__headline--marker:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: #75DDB5;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
    transition: ease clip-path 0.5s 0.8s; }

.lp-c-leadtext {
  margin-top: 0.6em;
  font-size: calc((13 / var(--designwidth) ) * 100vw);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center; }

@keyframes flowtext {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-100%); } }

.lp-select__step-wrap {
  width: 100%;
  min-height: 100vh; }

.lp-select__step {
  text-align: center;
  padding: calc((15 / var(--designwidth) ) * 100vw) calc((25 / var(--designwidth) ) * 100vw) 0; }
  .lp-select__step hgroup {
    position: relative;
    display: flex;
    gap: 0 0.5em;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
    transition: ease clip-path 0.5s 0s; }
    .lp-select__step hgroup:after {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      content: "";
      display: block;
      height: 100%;
      width: 100%;
      background-color: #75DDB5;
      -webkit-clip-path: inset(0% 0% 0% 0%);
              clip-path: inset(0% 0% 0% 0%);
      transition: ease clip-path 0.5s 0.5s; }
  .lp-select__step.is-show hgroup {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%); }
    .lp-select__step.is-show hgroup:after {
      -webkit-clip-path: inset(0% 0% 0% 100%);
              clip-path: inset(0% 0% 0% 100%); }

.lp-select__step__subtitle {
  font-size: calc((16 / var(--designwidth) ) * 100vw);
  font-weight: 600;
  font-family: 'EB Garamond', serif;
  color: #75DDB5; }

.lp-select__step__title {
  font-size: calc((17 / var(--designwidth) ) * 100vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: 'Noto Serif JP', serif; }

.lp-select-radio {
  margin-top: calc((10 / var(--designwidth) ) * 100vw);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc((10 / var(--designwidth) ) * 100vw); }
  .lp-select-radio.is-4col {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
    .lp-select-radio.is-4col .lp-select-radio__figure {
      width: 100%; }

.lp-select-radio__item {
  position: relative;
  border-radius: 3px;
  border: 2px solid #fff;
  background-color: #fff;
  color: #292929;
  padding: 0 0 calc((5 / var(--designwidth) ) * 100vw);
  transition: ease all 1.0s;
  transition-property: transform,opacity;
  transform: translateX(-10px);
  opacity: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
  .is-show .lp-select-radio__item {
    opacity: 1;
    transform: translateX(0px); }
  .lp-select-radio__item:nth-child(1) {
    transition-delay: 0s; }
  .lp-select-radio__item:nth-child(2) {
    transition-delay: 0.3s; }
  .lp-select-radio__item:nth-child(3) {
    transition-delay: 0.6s; }
  .lp-select-radio__item:nth-child(4) {
    transition-delay: 0.9s; }
  .lp-select-radio__item.is-current {
    border-color: #75DDB5;
    opacity: 1 !important; }
    .lp-select-radio__item.is-current:after {
      position: absolute;
      z-index: 2;
      top: calc((-6 / var(--designwidth) ) * 100vw);
      right: calc((-4 / var(--designwidth) ) * 100vw);
      content: "";
      width: calc((19 / var(--designwidth) ) * 100vw);
      height: calc((18 / var(--designwidth) ) * 100vw);
      display: block;
      background: url(../images/select_ic02.svg) 0 0 no-repeat;
      background-size: contain; }
    .lp-select-radio__item.is-current .lp-select-radio__figure img {
      animation: none;
      transform: scale(1.1); }
  .lp-select-radio__item.is-not-selected:after {
    position: absolute;
    z-index: 2;
    top: -2px;
    left: -2px;
    content: "";
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    border-radius: 3px;
    display: block;
    background-color: rgba(0, 0, 0, 0.1); }

.lp-select-radio__figure {
  overflow: hidden;
  display: block;
  margin: 0 auto calc((5 / var(--designwidth) ) * 100vw);
  max-width: 100%;
  width: calc((100 / var(--designwidth) ) * 100vw); }
  .is-animation .lp-select-radio__figure img {
    animation: shake 2s steps(1) infinite; }

@keyframes shake {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(5deg); }
  100% {
    transform: rotate(0deg); } }

.lp-select-radio__label {
  font-weight: 500;
  font-size: calc((10 / var(--designwidth) ) * 100vw);
  line-height: 1.2;
  font-feature-settings: "palt"; }
  .lp-select-radio__label span, .lp-select-radio__label small {
    display: block; }

.lp-select-last {
  margin-top: calc((16 / var(--designwidth) ) * 100vw);
  font-size: calc((11 / var(--designwidth) ) * 100vw);
  text-align: center; }

.lp-select-last__arrow {
  display: block;
  margin: calc((10 / var(--designwidth) ) * 100vw) auto 0;
  width: 10px;
  animation: sdb 2s infinite; }

@keyframes sdb {
  0% {
    transform: translateY(0px); }
  20% {
    transform: translateY(6px); }
  40% {
    transform: translateY(0px); } }

.lp-other {
  position: relative;
  z-index: 5;
  margin-top: calc((50 / var(--designwidth) ) * 100vw);
  padding: calc((30 / var(--designwidth) ) * 100vw) 0 calc((40 / var(--designwidth) ) * 100vw);
  background-color: #eeeceb; }
  @media screen and (min-width: 768px) {
    .lp-other {
      margin-top: 0; } }

.lp-other-headline {
  text-align: center; }

.lp-other-headline__subtitle {
  font-size: calc((16 / var(--designwidth) ) * 100vw);
  font-style: italic;
  font-weight: 500;
  font-family: 'EB Garamond', serif;
  color: #75DDB5;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  transition: ease clip-path 0.5s 0s; }
  .is-show .lp-other-headline__subtitle {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%); }
    .is-show .lp-other-headline__subtitle:after {
      -webkit-clip-path: inset(0% 0% 0% 100%);
              clip-path: inset(0% 0% 0% 100%); }
  .lp-other-headline__subtitle:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: #75DDB5;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
    transition: ease clip-path 0.5s 0.5s; }

.lp-other-headline__maintitle {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: calc((17 / var(--designwidth) ) * 100vw);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  transition: ease clip-path 0.5s 0s; }
  .is-show .lp-other-headline__maintitle {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%); }
    .is-show .lp-other-headline__maintitle:after {
      -webkit-clip-path: inset(0% 0% 0% 100%);
              clip-path: inset(0% 0% 0% 100%); }
  .lp-other-headline__maintitle:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: #75DDB5;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
    transition: ease clip-path 0.5s 0.5s; }

.lp-other-style {
  margin-top: calc((40 / var(--designwidth) ) * 100vw); }

.lp-other-style__headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 calc((20 / var(--designwidth) ) * 100vw);
  padding: 0 calc((35 / var(--designwidth) ) * 100vw);
  gap: 0 15px;
  color: #3B3938;
  position: relative;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  transition: ease clip-path 0.5s 0s; }
  .is-show .lp-other-style__headline {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%); }
    .is-show .lp-other-style__headline:after {
      -webkit-clip-path: inset(0% 0% 0% 100%);
              clip-path: inset(0% 0% 0% 100%); }
  .lp-other-style__headline:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: #75DDB5;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
    transition: ease clip-path 0.5s 0.5s; }

.lp-other-style__headline__sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 8px;
  flex-grow: 1;
  font-size: calc((22 / var(--designwidth) ) * 100vw);
  font-weight: 600;
  font-family: 'EB Garamond', serif; }
  .lp-other-style__headline__sub span {
    flex-shrink: 0; }
  .lp-other-style__headline__sub:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #707070; }

.lp-other-style__headline__main {
  flex-shrink: 0;
  font-size: calc((18 / var(--designwidth) ) * 100vw);
  font-style: italic;
  font-weight: 500;
  font-family: 'EB Garamond', serif; }

.lp-other-layout {
  position: relative;
  overflow: hidden; }

.lp-other-layout__visual {
  position: relative;
  z-index: 5;
  width: calc((270 / var(--designwidth) ) * 100vw);
  pointer-events: none; }

.lp-other-layout__detail {
  position: absolute;
  z-index: 2;
  top: calc((50 / var(--designwidth) ) * 100vw);
  width: calc((275 / var(--designwidth) ) * 100vw); }
  .lp-other-layout__detail .lp-c-credit__name {
    width: 100%; }
  .is-right .lp-other-layout__detail {
    left: calc((20 / var(--designwidth) ) * 100vw); }
  .is-left .lp-other-layout__detail {
    right: calc((20 / var(--designwidth) ) * 100vw); }
    .is-left .lp-other-layout__detail .lp-c-credit-wrap {
      margin-left: auto; }
    .is-left .lp-other-layout__detail .lp-other-box__inner {
      margin-left: auto; }
  .lp-other-layout__detail .lp-c-credit-wrap {
    width: calc((120 / var(--designwidth) ) * 100vw); }
    .lp-other-layout__detail .lp-c-credit-wrap .lp-c-credit {
      justify-content: flex-start; }
    .lp-other-layout__detail .lp-c-credit-wrap .lp-c-credit__link {
      margin-left: 0; }
    .lp-other-layout__detail .lp-c-credit-wrap .lp-c-credit__name {
      width: 100%; }

.lp-other-box {
  width: 100%;
  padding: 0 calc((16 / var(--designwidth) ) * 100vw) calc((16 / var(--designwidth) ) * 100vw);
  border-radius: 6px;
  background-color: #fff; }

.lp-other-box__inner {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%; }

.lp-other-box__visual {
  position: relative;
  top: calc((-20 / var(--designwidth) ) * 100vw);
  margin: 0 auto calc((-10 / var(--designwidth) ) * 100vw);
  width: calc((130 / var(--designwidth) ) * 100vw); }

.lp-other-box__text em {
  font-style: normal;
  background-image: linear-gradient(to bottom, transparent 70%, #75DDB5 70%); }

#style01 .lp-other-layout__visual {
  margin-left: auto; }

#style02 .lp-other-layout__visual {
  margin-right: auto; }

#style03 .lp-other-layout__visual {
  margin-left: auto; }

#style04 .lp-other-layout__visual {
  margin-right: auto; }

.lp-c-credit-wrap {
  margin-top: calc((20 / var(--designwidth) ) * 100vw);
  display: grid;
  grid-template-columns: 1fr;
  gap: calc((10 / var(--designwidth) ) * 100vw); }
  .lp-c-credit-wrap--2col {
    padding: 0 calc((30 / var(--designwidth) ) * 100vw); }
    .lp-c-credit-wrap--2col .lp-c-credit {
      margin-inline: auto;
      width: 70%;
      justify-content: flex-start;
      font-size: calc((15 / var(--designwidth) ) * 100vw); }
    .lp-c-credit-wrap--2col .lp-c-credit__link {
      margin-left: auto; }

.lp-c-credit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.3em 0.4em;
  flex-wrap: wrap;
  text-decoration: none;
  font-size: calc((14 / var(--designwidth) ) * 100vw);
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  color: #2F2F2F; }
  @media screen and (min-width: 768px) {
    .lp-c-credit {
      transition: ease opacity 0.3s; }
      .lp-c-credit:not(.is-comingsoon):hover .lp-c-credit__link {
        opacity: 0.7; } }

.lp-c-credit__price:before {
  content: "\0a5"; }

.lp-c-credit__link {
  margin-left: auto;
  padding: calc((5 / var(--designwidth) ) * 100vw);
  line-height: 1;
  font-size: calc((10 / var(--designwidth) ) * 100vw);
  background-color: #75DDB5;
  color: #fff;
  text-align: center; }

.lp-c-credit__comingsoon {
  margin-left: auto;
  line-height: 1;
  font-size: calc((12 / var(--designwidth) ) * 100vw); }

.lp-relation {
  position: relative;
  z-index: 5;
  padding: 0 calc((20 / var(--designwidth) ) * 100vw);
  background-color: #DDE2E8; }

.lp-relation__title {
  margin: 0 0 calc((12 / var(--designwidth) ) * 100vw);
  text-align: center;
  font-size: calc((22 / var(--designwidth) ) * 100vw);
  font-weight: 600;
  font-family: 'EB Garamond', serif;
  color: #3B3938; }

.lp-last {
  position: relative;
  z-index: 5;
  background-color: #DDE2E8; }

.lp-last__logo {
  position: absolute;
  z-index: 5;
  top: calc((25 / var(--designwidth) ) * 100vw);
  right: calc((30 / var(--designwidth) ) * 100vw);
  width: calc((98 / var(--designwidth) ) * 100vw); }

.lp-last__detail {
  position: absolute;
  z-index: 5;
  bottom: calc((45 / var(--designwidth) ) * 100vw);
  left: 0;
  padding-inline: calc((36 / var(--designwidth) ) * 100vw);
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: calc((14 / var(--designwidth) ) * 100vw);
  line-height: 1.6429;
  text-align: center; }

.lp-last__paragraph {
  font-size: calc((14 / var(--designwidth) ) * 100vw);
  line-height: 1.6429;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

.lp-last__button {
  margin-top: calc((20 / var(--designwidth) ) * 100vw);
  padding: calc((15 / var(--designwidth) ) * 100vw);
  border-radius: 50px;
  text-decoration: none;
  color: #292929;
  letter-spacing: 0.02em;
  font-size: calc((14 / var(--designwidth) ) * 100vw);
  display: block;
  background-color: #93D5C5; }

.lp-footer {
  position: relative;
  z-index: 5;
  padding-top: calc((30 / var(--designwidth) ) * 100vw);
  padding-bottom: calc((80 / var(--designwidth) ) * 100vw);
  border-bottom: calc((10 / var(--designwidth) ) * 100vw) solid #93D5C5;
  font-family: 'EB Garamond', serif;
  background-color: #DDE2E8; }

.lp-credit {
  text-align: center;
  list-style: none;
  color: #292929;
  font-size: calc((13 / var(--designwidth) ) * 100vw);
  font-weight: 600;
  line-height: 1.76;
  margin-top: calc((40 / var(--designwidth) ) * 100vw);
  margin-bottom: calc((45 / var(--designwidth) ) * 100vw); }

.lp-footer-logo {
  margin: 0 auto;
  width: 31.7757%; }

.lp-footer-copyright {
  margin: calc((30 / var(--designwidth) ) * 100vw) 0 0;
  text-align: center;
  font-weight: 600;
  font-size: calc((13 / var(--designwidth) ) * 100vw); }

.animation-fadeup {
  opacity: 0;
  transform: translateY(8px); }
  .animation-fadeup.is-show {
    transition: ease 1s;
    transform-origin: opacity,transform;
    transform: translateY(0px);
    opacity: 1; }

.animation-fadein {
  opacity: 0; }
  .animation-fadein.is-show {
    transition: ease opacity 1s;
    opacity: 1; }

@media screen and (max-width: 767px) {
  .animation-fadein--sp {
    opacity: 0; }
    .animation-fadein--sp.is-show {
      transition: ease opacity 1s;
      opacity: 1; } }

[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.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  font-family: 'Noto Sans JP',YuGothic, "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }
  .c-modal-wrapper img {
    height: auto;
    width: 100%; }

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

.c-modal-view__contents {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #75DDB5;
  width: calc(100% - 40px);
  max-height: 95%;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1010px; }
  @media screen and (min-width: 768px) {
    .c-modal-view__contents {
      width: 31.33236%; } }
  .c-modal-view__contents > :first-child {
    margin-top: 0; }

.c-modal-view__block {
  padding: calc((0 / var(--designwidth) ) * 100vw) 0 calc((30 / var(--designwidth) ) * 100vw);
  width: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .c-modal-view__block::-webkit-scrollbar {
    display: none; }

.c-modal__close {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  text-align: center;
  top: 50%;
  right: 0;
  transform: translate(15%, -50%); }
  .c-modal__close:before {
    border-radius: 50%;
    content: "";
    display: block;
    width: calc((68 / var(--designwidth) ) * 100vw);
    height: calc((68 / var(--designwidth) ) * 100vw);
    background: url(../images/modal_close.svg) 50% 50% no-repeat;
    background-size: contain; }

.lp-modal .lp-c-credit-wrap {
  opacity: 0;
  transform: translateY(5px);
  transition: ease all 1s 0.8s; }
  .is-modal-init .lp-modal .lp-c-credit-wrap {
    opacity: 1;
    transform: translateY(0px); }

.lp-modal-visual {
  position: relative; }

.lp-modal-visual__lead {
  position: absolute;
  z-index: 5;
  top: calc((30 / var(--designwidth) ) * 100vw);
  right: calc((25 / var(--designwidth) ) * 100vw);
  width: calc((43 / var(--designwidth) ) * 100vw);
  opacity: 0;
  transform: translateY(5px);
  transition: ease all 1s 0.4s; }
  .is-modal-init .lp-modal-visual__lead {
    opacity: 1;
    transform: translateY(0px); }

.lp-modal-visual__outline {
  opacity: 0;
  transition: ease all 1s 0.2s;
  margin: 0 auto; }
  .is-modal-init .lp-modal-visual__outline {
    opacity: 1; }

.lp-modal-visual__sub {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: calc((10 / var(--designwidth) ) * 100vw);
  width: calc((90 / var(--designwidth) ) * 100vw);
  opacity: 0;
  transform: translateY(5px);
  transition: ease all 1s 0.6s; }
  .is-modal-init .lp-modal-visual__sub {
    opacity: 1;
    transform: translateY(0px); }

.lp-modal-visual__sub__title {
  position: relative;
  z-index: 5;
  margin-bottom: -0.2em;
  font-size: calc((14 / var(--designwidth) ) * 100vw);
  font-weight: 700;
  font-family: 'EB Garamond', serif;
  line-height: 1.0;
  color: #0058FF;
  text-align: center; }

.lp-modal-visual__sub__caption {
  position: relative;
  z-index: 5;
  margin-top: -0.8em;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  font-feature-settings: "palt";
  white-space: nowrap; }
  .lp-modal-visual__sub__caption small {
    display: block;
    font-size: 100%;
    transform: scale(0.8); }

.lp-modal-visual__sub__closs {
  position: relative;
  margin: calc((8 / var(--designwidth) ) * 100vw) auto;
  height: calc((18 / var(--designwidth) ) * 100vw);
  width: calc((18 / var(--designwidth) ) * 100vw);
  display: block;
  transform: rotate(45deg); }
  .lp-modal-visual__sub__closs:before, .lp-modal-visual__sub__closs:after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #707070; }
  .lp-modal-visual__sub__closs:after {
    transform: rotate(90deg); }

.lp-modal-visual__sub__pants {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #BABABA;
  margin: 0 auto;
  height: calc((58 / var(--designwidth) ) * 100vw);
  width: calc((58 / var(--designwidth) ) * 100vw);
  background-color: #B5D3E3;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  font-feature-settings: "palt"; }
  .lp-modal-visual__sub__pants small {
    white-space: nowrap;
    display: block;
    font-size: 100%;
    transform: scale(0.8); }
  .lp-modal-visual__sub__pants.is-type02 {
    background-color: #E2D9DD; }
  .lp-modal-visual__sub__pants.is-type03 {
    background-color: #C3C3C3; }
  .lp-modal-visual__sub__pants.is-type04 {
    background-color: #B6DBB5; }

#a1 .lp-modal-visual__outline {
  transform: translateX(3%);
  width: calc((270 / var(--designwidth) ) * 100vw); }

#a2 .lp-modal-visual__outline {
  width: calc((270 / var(--designwidth) ) * 100vw); }

#a3 .lp-modal-visual__outline {
  width: calc((270 / var(--designwidth) ) * 100vw); }

#a4 .lp-modal-visual__outline {
  transform: translateX(4%);
  width: calc((360 / var(--designwidth) ) * 100vw); }

#b1 .lp-modal-visual__outline {
  transform: translateX(8%);
  width: calc((270 / var(--designwidth) ) * 100vw); }

#b1 .lp-modal-visual__lead {
  right: auto;
  left: calc((25 / var(--designwidth) ) * 100vw); }

#b2 .lp-modal-visual__outline {
  transform: translateX(10%);
  width: calc((303 / var(--designwidth) ) * 100vw); }

#b2 .lp-modal-visual__lead {
  right: auto;
  left: calc((25 / var(--designwidth) ) * 100vw); }

#b3 .lp-modal-visual__outline {
  transform: translateX(13%);
  width: calc((313 / var(--designwidth) ) * 100vw); }

#b3 .lp-modal-visual__lead {
  right: auto;
  left: calc((25 / var(--designwidth) ) * 100vw); }

#b4 .lp-modal-visual__outline {
  transform: translateX(5%);
  width: calc((360 / var(--designwidth) ) * 100vw); }

#b4 .lp-modal-visual__lead {
  right: auto;
  left: calc((25 / var(--designwidth) ) * 100vw); }

#c1 .lp-modal-visual__outline {
  transform: translateX(8%);
  width: calc((317 / var(--designwidth) ) * 100vw); }

#c2 .lp-modal-visual__outline {
  transform: translateX(2%);
  width: calc((270 / var(--designwidth) ) * 100vw); }

#c3 .lp-modal-visual__outline {
  width: calc((299 / var(--designwidth) ) * 100vw); }

#c4 .lp-modal-visual__outline {
  transform: translateX(5%);
  width: calc((360 / var(--designwidth) ) * 100vw); }

#d1 .lp-modal-visual__outline {
  transform: translateX(7%);
  width: calc((325 / var(--designwidth) ) * 100vw); }

#d2 .lp-modal-visual__outline {
  transform: translateX(2%);
  width: calc((270 / var(--designwidth) ) * 100vw); }

#d3 .lp-modal-visual__outline {
  width: calc((290 / var(--designwidth) ) * 100vw); }

#d4 .lp-modal-visual__outline {
  transform: translateX(0%);
  width: calc((360 / var(--designwidth) ) * 100vw); }
