@charset "UTF-8";
/*color*/
/*addcolor*/
/*font-family*/
/*左カタカナ平仮名、右漢字*/
/*filler color*/
/*brightness(106%)*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*追加*/
/*topObi*/
/*topMV*/
/*members*/
/*topMV*/
/*topScroll*/
/*grid settings*/
/* media query */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.25;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 0.75;
}

/* ページ設定 */
/* ページリセット　CSS */
body {
  color: #231815;
}

.contents {
  font-family: "A1明朝 R JIS2004 AP", "A1 Mincho", "Yu Mincho 36p Kana M", "Yu Mincho Pr6N M", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body.animating {
  overflow: hidden;
}

#lp header,
#lp footer,
#lp .c-conv {
  color: #fff;
}

u {
  text-decoration: none;
}

/* components */
.c-lp-menu__wrap {
  position: fixed;
  top: 15%;
  right: 0;
  z-index: 4;
  background-color: #bc588b;
  border-radius: 10px 0 0 10px;
  padding: 0.5rem 0.7rem;
  text-align: center;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: row;
}
.c-lp-menu__wrap.active {
  transform: translateX(0);
}
@media only screen and (max-height: 620px), (max-width: 768px) {
  .c-lp-menu__wrap {
    border-radius: 10px 0 0 0;
    writing-mode: unset;
    top: unset;
    bottom: 8rem;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .c-lp-menu__wrap .item a {
    display: flex;
    flex-direction: column;
    padding: 0 0.5rem;
  }
}
.c-lp-menu__wrap .menu-toggle {
  display: none;
}
@media only screen and (max-height: 620px), (max-width: 768px) {
  .c-lp-menu__wrap .menu-toggle {
    display: unset;
    position: absolute;
    left: -4.9rem;
    bottom: 0;
    width: 5rem;
    height: 5rem;
    background-color: #bc588b;
    cursor: pointer;
    font-size: 3rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0 0 5px;
    color: #fff;
    z-index: 1000;
  }
  .c-lp-menu__wrap .menu-toggle .btn {
    display: inline-block;
    line-height: 1;
    margin-bottom: 0.9rem;
  }
}
.c-lp-menu__wrap .menu-bal {
  position: absolute;
  bottom: 15px;
  left: -85px;
  line-height: 1.1;
  background: #fff;
  color: #df3967;
  border: 2px solid #df3967;
  border-radius: 0.4rem;
  padding: 5px 6px 8px 3px;
  text-align: left;
  font-size: 1.7rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  letter-spacing: 0;
  transform-origin: right center;
  animation: bal-pop 1s ease-out 1.2s forwards;
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media only screen and (max-height: 620px), (max-width: 768px) {
  .c-lp-menu__wrap .menu-bal {
    font-size: 1.4rem;
    left: -218px;
    line-height: 1.2;
    bottom: 0;
    padding: 3px 5px;
  }
}
.c-lp-menu__wrap .menu-bal span {
  text-combine-upright: all;
}
.c-lp-menu__wrap .menu-bal em {
  font-size: 1.4em;
}
@media only screen and (max-height: 620px), (max-width: 768px) {
  .c-lp-menu__wrap .menu-bal em {
    font-size: 1.2em;
  }
}
.c-lp-menu__wrap .menu-bal::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left-color: #df3967;
  border-right: 0;
  border-bottom: 0;
  margin-top: -4px;
  margin-right: -17px;
}
.c-lp-menu__wrap .menu-bal:hover {
  transform: scale(1.05);
  animation: bal-pop 0.5s ease-out 1.2s 2 forwards, shake 0.4s ease 0s 1 forwards;
}
.c-lp-menu__wrap .menu-bal.fade-out {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
}
@keyframes bal-pop {
  0% {
    transform: scale(0.6);
  }
  40% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shake {
  0% {
    transform: scale(1.05) translateX(0);
  }
  20% {
    transform: scale(1.05) translateX(-3px);
  }
  40% {
    transform: scale(1.05) translateX(3px);
  }
  60% {
    transform: scale(1.05) translateX(-2px);
  }
  80% {
    transform: scale(1.05) translateX(2px);
  }
  100% {
    transform: scale(1.05) translateX(0);
  }
}
.c-lp-menu__wrap .menu-new {
  position: absolute;
  top: -50%;
  font-size: 1.2rem;
  color: #bc588b;
}
.c-lp-menu__wrap .item {
  font-size: 0.8em;
  display: block;
  color: #fff;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.c-lp-menu__wrap .item:last-of-type {
  border-bottom: none;
}
.c-lp-menu__wrap.ani-shiny {
  background: #bc588b;
  background: linear-gradient(-45deg, #bc588b 50%, rgb(217.2051282051, 160.7948717949, 189.5641025641) 60%, #bc588b 70%);
  background-size: 3000% 100%;
  animation: shine 20s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}

.c-ttl {
  margin: 0 auto;
  width: 90%;
  text-align: center;
  color: #bc588b;
}
.c-ttl h3 {
  font-family: "Academy Engraved LET", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .c-ttl h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .c-ttl h3 {
    font-size: 2.2rem;
  }
}
.p-area .c-ttl h3, .p-relief .c-ttl h3 {
  margin-bottom: -2rem;
}
.c-ttl .small {
  padding-bottom: 2rem;
  font-size: 1.4em;
}
.c-ttl p {
  font-size: 22px;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .c-ttl p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .c-ttl p {
    font-size: 1.8rem;
  }
}
.p-area .c-ttl p, .p-relief .c-ttl p {
  margin-top: 2rem;
}
.c-ttl p.desc {
  color: #000;
  font-size: inherit;
}

figure {
  position: relative;
}
figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
figure .c-cap {
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  left: unset;
  right: 2rem;
}
@media (max-width: 768px) {
  figure .c-cap {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  figure .c-cap {
    font-size: 1rem;
  }
}
figure .c-cap.margin-sm {
  right: 1rem;
  bottom: 1rem;
}
figure .c-cap__noShadow {
  text-shadow: none;
  color: #231815;
  left: 0;
  right: unset;
}
figure .c-cap__noShadow.sm {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  figure .c-cap__noShadow.sm {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  figure .c-cap__noShadow.sm {
    font-size: 1rem;
  }
}

.c-txtbackcolor {
  background-color: #bc588b;
  color: #fff;
  padding: 0.4rem 0.5rem;
}
.c-txtbackcolor.no-margin {
  padding: 0.4rem 0;
}

.c-databox {
  margin: 12rem auto 0;
  max-width: 800px;
  width: 90%;
  border-top: 3px solid #bc588b;
  position: relative;
  padding: 4rem 5rem 5rem;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 768px) {
  .c-databox {
    padding: 1rem 2rem;
    margin: 8rem auto 0;
  }
}
.c-databox .ttl {
  width: 175px;
  height: 175px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -67px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.c-databox .ttl h4 {
  font-size: 2rem;
  position: relative;
  transform: translateY(110%);
  color: #bc588b;
  letter-spacing: -0.1rem;
}
.c-databox p,
.c-databox figure {
  z-index: 1;
  position: relative;
}
.c-databox p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .c-databox p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .c-databox p {
    font-size: 1.4rem;
  }
}
.c-databox p em {
  position: relative;
}
.c-databox p em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0.5em;
  background-color: #ffce00;
  z-index: -1;
  transition: 1s;
}
.c-databox p em.active:after {
  width: 100%;
}
.c-databox p.rank {
  line-height: 3;
  text-align: left;
  max-width: 600px;
  margin: 0rem auto;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-content: center;
}
@media only screen and (max-width: 768px) {
  .c-databox p.rank {
    gap: 1rem;
    margin: 2rem auto;
  }
}
.c-databox p.rank .ico {
  width: 5.5rem;
  align-self: center;
  background-color: transparent;
  text-align: center;
  position: relative;
  color: #fff;
  flex-shrink: 0;
}
.c-databox p.rank .ico::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.6rem;
  left: 0;
  width: 5.5rem;
  height: 5rem;
  background-image: url("../../../images/special/lp/lp_data_ico.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .c-databox p.rank .ico::before {
    top: 0.3rem;
  }
}
.c-databox p.rank.no1 .ico::before {
  top: 0.3rem;
  width: 5.5rem;
  height: 5.8rem;
  background-image: url("../../../images/special/lp/lp_data_ico_best.png");
}
@media only screen and (max-width: 768px) {
  .c-databox p.rank.no1 .ico::before {
    top: 0rem;
  }
}
.c-databox p.rank.no1 .desc {
  font-size: 1.3em;
  color: #bc588b;
}
@media only screen and (max-width: 768px) {
  .c-databox p.rank.no1 .desc {
    font-size: 1.2em;
    letter-spacing: 0;
  }
}
.c-databox p.rank .desc {
  align-self: center;
}
@media only screen and (max-width: 768px) {
  .c-databox p.rank .desc {
    line-height: 1.5;
  }
}
.c-databox p strong {
  font-size: 1.6em;
}

.c-lp-cap {
  display: block;
  color: #000;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: left;
  letter-spacing: 0.05rem;
}
@media (max-width: 768px) {
  .c-lp-cap {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .c-lp-cap {
    font-size: 1rem;
  }
}

.c-btn__wrap {
  width: 100%;
  margin: 5rem auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-btn__wrap {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 2rem auto;
  }
}
.c-btn__wrap a {
  margin: 1rem;
  border-radius: 50px;
  background-color: #fff;
  color: #bc588b;
  padding: 1.2rem 3rem;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.c-btn__wrap a:hover {
  background-color: #bc588b;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .c-btn__wrap a {
    font-size: 0.9em;
  }
}
.c-btn__wrap.ani-shiny a {
  background: #bc588b;
  color: #fff;
  background: linear-gradient(-45deg, #bc588b 50%, rgb(217.2051282051, 160.7948717949, 189.5641025641) 60%, #bc588b 70%);
  background-size: 600% 100%;
  animation: shine 20s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}
.c-btn__wrap.ani-shiny a:hover {
  opacity: 0.6;
}

.c-imagedesc figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-imagedesc .desc {
  margin: 1rem 0;
}
.c-imagedesc .desc h5 {
  font-size: 1.1em;
  line-height: 1;
}
.c-imagedesc .desc small {
  font-size: 0.8em;
  line-height: 1;
  margin-left: -0.5rem;
}
.c-imagedesc .desc .txt {
  margin-top: 0.5rem;
  font-size: 0.8em;
}

.c-btnNumber {
  transition: 0.3s;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  padding-bottom: 0.2rem;
  letter-spacing: 0;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  border-radius: 50%;
  width: 3.8rem;
  height: 3.8rem;
  background-color: #bc588b;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .c-btnNumber {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .c-btnNumber {
    font-size: 1.8rem;
  }
}
.c-btnNumber::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .c-btnNumber {
    width: 3rem;
    height: 3rem;
  }
}

.c-imageAndCaptionRows__item {
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: start;
}
.c-imageAndCaptionRows__item figure {
  aspect-ratio: 270/172;
}
.c-imageAndCaptionRows__cap {
  letter-spacing: 0;
  font-size: 0.7em;
}

/* ページ全体　CSS */
.p-bg {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}

/* コンテンツ　CSS */
.p-cont {
  position: relative;
}

.p-mv {
  height: 50vw;
  max-height: 78rem;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  background-color: #f4f4f4;
}
.p-mv__container {
  width: 100%;
  background-color: #f4f4f4;
}
@media only screen and (max-width: 768px) {
  .p-mv {
    height: 90vw;
  }
}
.p-mv__bg {
  background: rgb(230, 243, 216);
  background: linear-gradient(90deg, rgb(230, 243, 216) 0%, rgb(220, 249, 239) 50%, rgb(244, 219, 244) 100%);
  height: 100%;
  width: 90%;
  position: absolute;
  right: 0;
}
.p-mv__slider {
  height: 90%;
  width: 90%;
  overflow: hidden;
  position: absolute;
  left: 0;
}
.p-mv__slider__img {
  height: inherit;
  width: 100%;
  aspect-ratio: 37/18;
}
@media only screen and (max-width: 768px) {
  .p-mv__slider__img {
    aspect-ratio: 1/1 !important;
  }
}
.p-mv__slider__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__list {
  height: 100%;
  width: 100%;
  display: flex;
}
.p-mv__list li {
  width: 100%;
  height: inherit;
}
.p-mv__ttl {
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3), 0px 0px 7px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl {
    right: 1rem;
  }
}
.p-mv__ttl-jp {
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-mv__ttl-jp {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-mv__ttl-jp {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl-jp {
    font-size: min(7vw, 3.7rem);
  }
}
.p-mv__ttl-eng {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-mv__ttl-eng {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-mv__ttl-eng {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl-eng {
    font-size: min(3.8vw, 2rem);
  }
}
.p-mv__copy {
  position: absolute;
  z-index: 2;
  right: 4rem;
  bottom: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  font-size: min(2.7vw, 3.6rem);
  line-height: 1;
}
@media (max-width: 768px) {
  .p-mv__copy {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-mv__copy {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__copy {
    bottom: 1rem;
    right: 1rem;
  }
}
.p-mv__copy-box {
  display: inline-block;
  padding: 0.8rem 1rem;
  background-color: #bc588b;
}

.p-info {
  text-align: center;
  background-color: #f4f4f4;
}
.p-info__intro {
  background: linear-gradient(to bottom, #d8a0ae, #ab6073);
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #fff;
}
.p-info__intro::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #bc588b;
}
@media only screen and (max-width: 1080px) {
  .p-info__intro {
    width: 90%;
  }
}
.p-info__intro .top-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  position: relative;
  line-height: 1.4;
}
.p-info__intro .top-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background-color: #fff;
}
@media only screen and (max-width: 1080px) {
  .p-info__intro .top-box {
    flex-direction: column;
    gap: 0;
  }
}
.p-info__intro .top-box .left {
  color: #ab6073;
  background-color: #fff;
  padding: 1.5rem 3rem;
}
.p-info__intro .top-box .left span {
  font-size: 1.2em;
}
@media only screen and (max-width: 1080px) {
  .p-info__intro .top-box .left {
    margin-top: 1rem;
    width: 90%;
    max-width: 30rem;
  }
}
.p-info__intro .top-box .center {
  font-family: "Yu Mincho 36p Kana M", "Yu Mincho Pr6N M", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
}
.p-info__intro .top-box .center span {
  font-size: 2em;
}
.p-info__intro .top-box .center em {
  font-size: 1.5em;
}
.p-info__intro .top-box .center em.xl {
  font-size: 2.3em;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .p-info__intro .top-box .center em.xl {
    font-size: 1.8em;
  }
}
.p-info__intro .top-box .center u.unit {
  position: relative;
}
.p-info__intro .top-box .center u.unit::after {
  content: "（税込）";
  font-family: YakuHanJP, "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -100%);
  font-size: 0.45em;
}
.p-info__intro .top-box .center u.sm {
  font-size: 0.7em;
}
.p-info__intro .top-box .right {
  font-size: 1em;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1rem 2rem;
}
.p-info__intro .top-box .right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 1080px) {
  .p-info__intro .top-box .right::after {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  .p-info__intro .top-box .right {
    font-size: 1.2em;
    display: block;
    border: unset;
    border-top: 1px solid #fff;
    width: 90%;
  }
}
.p-info__intro .top-box .right em {
  font-size: 1.5em;
}
.p-info__intro .bottom {
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1080px) {
  .p-info__intro .bottom {
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    padding: unset;
    gap: 0;
  }
}
.p-info__intro .bottom .left,
.p-info__intro .bottom .right {
  flex: 1;
  text-align: center;
  padding: 1rem;
}
@media only screen and (max-width: 1080px) {
  .p-info__intro .bottom .left,
  .p-info__intro .bottom .right {
    width: 100%;
    font-size: 1.1em;
    padding: 0;
  }
}
.p-info__intro .bottom .amo {
  font-size: 1.8em;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.p-info__intro .bottom .amo .sec {
  margin-bottom: 0.8rem;
}
.p-info__intro .bottom .amo em {
  color: #ffca36;
  font-size: 2.3em;
}
@media only screen and (max-width: 1080px) {
  .p-info__intro .bottom .left,
  .p-info__intro .bottom .right {
    padding: 1rem 0;
    font-size: 0.9em;
  }
}
.p-info__intro .bottom .left {
  display: grid;
  grid-template-areas: "sta1 amo" "sta2 amo";
  grid-template-columns: 1fr 30%;
  gap: 0 1rem;
  position: relative;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  .p-info__intro .bottom .left {
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: 1fr auto;
    margin: 0 auto;
  }
}
.p-info__intro .bottom .left::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 75%;
  background-color: #fff;
}
@media only screen and (max-width: 1080px) {
  .p-info__intro .bottom .left::after {
    display: none;
  }
}
.p-info__intro .bottom .left .sta1 {
  grid-area: sta1;
  margin-bottom: -1rem;
}
.p-info__intro .bottom .left .sta2 {
  grid-area: sta2;
  font-size: 1.4em;
  margin-left: -1.2rem;
}
.p-info__intro .bottom .left .amo {
  grid-area: amo;
}
.p-info__intro .bottom .left .amo .vertical {
  writing-mode: vertical-lr;
  font-size: 0.9em;
  margin-bottom: 0.7rem;
}
.p-info__intro .bottom .right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
}
.p-info__intro .bottom .right .sta {
  font-size: 1.6em;
  margin-left: -1rem;
}
.p-info__intro .bottom .right .amo em {
  margin-bottom: unset;
}
@media only screen and (max-width: 1080px) {
  .p-info__intro .bottom .right {
    position: relative;
  }
  .p-info__intro .bottom .right::after {
    content: "";
    position: absolute;
    top: 0;
    width: 90%;
    height: 1px;
    background-color: #fff;
  }
}
.p-info__news__ttl {
  font-family: "Zapfino", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #bc588b;
  font-size: 35px;
  font-size: 3.5rem;
  margin-top: 6rem;
  margin-bottom: -2.4rem;
}
@media (max-width: 768px) {
  .p-info__news__ttl {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-info__news__ttl {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-info__news__ttl {
    margin-bottom: -1.5rem;
  }
}
.p-info__wrap {
  width: 100%;
  background-color: #fff;
  color: #231815;
  text-align: center;
  padding: 4rem;
  margin: 0 auto;
}
.p-info__txt {
  line-height: 1.8;
  font-size: 23px;
  font-size: 2.3rem;
}
@media (max-width: 768px) {
  .p-info__txt {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-info__txt {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-info__txt {
    line-height: 1.3;
  }
}
.p-info__txt span {
  font-size: 0.8em;
}
.p-info__img {
  width: 100%;
}
.p-info__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-area {
  /* 241104追加　*/
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-area .c-ttl {
    margin-bottom: 3rem;
  }
}
.p-area__cont {
  margin: 12rem 0 10rem;
  display: flex;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-area__cont {
    flex-direction: column;
    margin: 10rem 0 3.5rem;
  }
}
.p-area__cont .main {
  z-index: 2;
  width: 50%;
  position: relative;
  margin-right: -10%;
  font-size: 1.1em;
}
.p-area__cont .main.park, .p-area__cont .main.amuse {
  margin-left: 5%;
}
@media only screen and (max-width: 768px) {
  .p-area__cont .main.park, .p-area__cont .main.amuse {
    margin-left: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .p-area__cont .main {
    all: unset;
    width: 100%;
  }
  .p-area__cont .main.park {
    background-color: #b7bc75;
  }
  .p-area__cont .main.shop {
    background-color: #a5bbc6;
  }
  .p-area__cont .main.amuse {
    background-color: #d8a0ae;
  }
}
.p-area__cont .main.u-order2 {
  margin-right: unset;
}
.p-area__cont .main.c-imagedesc figure {
  height: auto;
  aspect-ratio: 684/530;
}
.p-area__cont .main.c-imagedesc .desc {
  margin: 2rem;
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .p-area__cont .main.c-imagedesc .desc {
    width: 90%;
    margin: 2rem auto;
  }
}
.p-area__cont .sub {
  position: relative;
  overflow: hidden;
  width: 60%;
  top: 3rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-area__cont .sub {
    all: unset;
    width: 100%;
    height: auto;
    overflow: unset;
  }
}
.p-area__cont .sub.park {
  background-color: #b7bc75;
  margin-bottom: 8vw;
}
.p-area__cont .sub.shop {
  width: 55%;
  background-color: #a5bbc6;
  margin-bottom: 8vw;
}
@media only screen and (max-width: 768px) {
  .p-area__cont .sub.shop {
    width: 100%;
  }
}
.p-area__cont .sub.amuse {
  background-color: #d8a0ae;
  margin-bottom: 8vw;
}
.p-area__cont .sub h4 {
  position: absolute;
  bottom: 0;
  line-height: 1;
  margin-bottom: -1.4rem;
  opacity: 0.5;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(7vw, 10rem);
}
@media only screen and (max-width: 768px) {
  .p-area__cont .sub h4 {
    font-size: 6rem;
    top: -3.4rem;
    margin-bottom: unset;
    font-size: 4rem;
    opacity: 0.7;
  }
  .p-area__cont .sub h4.park {
    color: #b7bc75;
  }
  .p-area__cont .sub h4.shop {
    color: #a5bbc6;
  }
  .p-area__cont .sub h4.amuse {
    color: #d8a0ae;
  }
}
.p-area__cont .sub h4.park {
  left: 12vw;
}
@media only screen and (max-width: 768px) {
  .p-area__cont .sub h4.park {
    left: unset;
    right: 0;
  }
}
.p-area__cont .sub h4.shop {
  right: 0;
}
@media only screen and (max-width: 768px) {
  .p-area__cont .sub h4.shop {
    right: unset;
    left: 0;
  }
}
.p-area__cont .sub h4.amuse {
  right: 0;
}
.p-area__cont .sub__silde-inner {
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 20%;
  width: 80%;
  margin: 3rem auto;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-area__cont .sub__silde-inner {
    position: unset;
    left: unset;
    justify-content: center;
  }
}
.p-area__cont .sub__silde-inner.sliderShop {
  left: unset;
  right: 0;
  /* 241104追加 */
  justify-content: flex-end;
  padding: 0 3rem;
  width: 100%;
}
.p-area__cont .sub__silde-inner.sliderAmuse {
  justify-content: flex-start;
}
.p-area__cont .sub__silde-inner.sliderPark, .p-area__cont .sub__silde-inner.sliderShop, .p-area__cont .sub__silde-inner.sliderAmuse {
  margin: 3rem 0;
}
@media only screen and (max-width: 768px) {
  .p-area__cont .sub__silde-inner.sliderPark, .p-area__cont .sub__silde-inner.sliderShop, .p-area__cont .sub__silde-inner.sliderAmuse {
    padding: unset;
    width: 100% !important;
    margin: 3rem auto;
  }
}
.p-area__cont .sub__silde-inner .c-imagedesc {
  width: 20vw !important;
  max-width: 330px !important;
  min-width: 230px !important;
  font-size: 1em;
}
@media only screen and (max-width: 768px) {
  .p-area__cont .sub__silde-inner .c-imagedesc {
    width: 230px !important;
  }
}
.p-area__cont .sub__silde-inner .c-imagedesc figure {
  /* 241104追加　*/
  width: 100%;
  min-height: 160px;
  height: auto;
  aspect-ratio: 230/160;
}
.p-area__cont .sub__silde-inner .c-imagedesc .desc {
  color: #fff;
  /* 241104追加 */
  max-width: inherit;
}

.p-data {
  background-color: #f4f4f4;
}
.p-data__txt {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto 5rem;
  color: #bc588b;
}
.p-data__txt p {
  text-align: center;
  margin: 4rem auto;
  font-size: 1.1em;
}
.p-data__txt p span {
  font-size: 1.2em;
}
@media only screen and (max-width: 768px) and (max-height: 568px) {
  .p-data__txt p {
    font-size: 0.9em;
  }
}
.p-data__txt.btm p {
  color: #231815;
  margin-bottom: 3rem;
}
.p-data__txt.btm p span {
  margin-top: 1.5rem;
  display: block;
  color: #bc588b;
  font-size: 1.5em;
}
.p-data .u-floatingImg.rBtm {
  max-width: 30rem;
}
@media only screen and (max-width: 768px) {
  .p-data .u-floatingImg.rBtm {
    max-width: 22rem;
    transform: translate(0, 20%);
  }
}

.p-rarity {
  background-color: #f4f4f4;
}
.p-rarity__ttltxt {
  margin: 2rem auto;
  max-width: 1080px;
}
.p-rarity__ttltxt ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border: 3px solid rgba(188, 88, 139, 0.2);
  background-color: #fff;
  color: #bc588b;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-rarity__ttltxt ul {
    flex-direction: column;
    width: 90%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) and (max-height: 568px) {
  .p-rarity__ttltxt ul {
    width: 95%;
  }
}
.p-rarity__ttltxt ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-rarity__ttltxt ul li span.sub {
  font-size: 0.7em;
  letter-spacing: 0.05rem;
  margin-bottom: -0.2rem;
}
@media only screen and (max-width: 768px) {
  .p-rarity__ttltxt ul li span.sub {
    font-size: 1em;
  }
}
.p-rarity__ttltxt ul li span:not(.sub) {
  font-size: 26px;
  font-size: 2.6rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-rarity__ttltxt ul li span:not(.sub) {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-rarity__ttltxt ul li span:not(.sub) {
    font-size: 2.4rem;
  }
}
.p-rarity__ttltxt ul li span:not(.sub) em {
  font-size: 1.6em;
  margin-bottom: -0.4rem;
}
.p-rarity__ttltxt ul li span:not(.sub) em.sm {
  font-size: 0.8em;
  margin-bottom: unset;
}
.p-rarity__cont {
  width: 90%;
  margin: 5rem auto;
}
@media only screen and (max-width: 768px) {
  .p-rarity__cont {
    margin: 5rem auto 0;
  }
}
.p-rarity__cont .cont__inner {
  max-width: 1080px;
  margin: 3rem auto;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-rarity__cont .cont__inner {
    flex-direction: column-reverse;
  }
}
.p-rarity__cont .cont__inner figure.img {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .p-rarity__cont .cont__inner figure.img {
    max-width: unset;
  }
}
.p-rarity__cont .cont__inner figure.img .sub {
  width: 60%;
  margin-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-rarity__cont .cont__inner figure.img .sub {
    align-self: flex-end;
    margin-bottom: -2rem;
  }
}
.p-rarity__cont .cont__inner .txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-self: center;
  padding: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-rarity__cont .cont__inner .txt {
    padding: 1rem;
  }
}
.p-rarity__cont .cont__inner h4 {
  color: #bc588b;
  font-size: 1.3em;
}
.p-rarity__cont .cont__inner p {
  max-width: 90%;
}
@media only screen and (max-width: 768px) {
  .p-rarity__cont .cont__inner p {
    max-width: unset;
  }
}
.p-rarity__cont .cont__inner.col1 {
  margin: 5rem auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
}
.p-rarity__cont .cont__inner.col1 p {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-rarity__cont .cont__inner.col1 {
    text-align: left;
  }
}
.p-rarity .c-btn__wrap {
  margin: 2rem auto;
}
@media only screen and (max-width: 768px) {
  .p-rarity .c-btn__wrap {
    margin-top: -2rem;
  }
}

.p-life {
  background: linear-gradient(to bottom, transparent 10%, #f7e2e8 30%);
  /* 40% 아래부터 배경색 */
}
.p-life__cap {
  margin-top: 2rem;
  color: #4d5d77;
  font-size: 1.4rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .p-life__cap {
    font-size: 1.1rem !important;
  }
}
.p-life__cap span {
  font-size: 1.2em;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  padding-bottom: 0.2rem;
  letter-spacing: 0;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  background-color: #bc588b;
  left: 0;
  top: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .p-life__cap span {
    font-size: 1.1em;
  }
}
.p-life__cap span::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-life__plan {
  margin: 5rem auto;
  max-width: 1080px;
  width: 90%;
  border: 7px solid rgba(188, 88, 139, 0.2);
  background-color: #fff;
  padding: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .p-life__plan {
    width: 97%;
    margin: 2rem auto;
    padding: 0;
  }
}
.p-life__plan__cont {
  display: grid;
  grid-template: "l main r" 1fr/25% 50% 25%;
  gap: 0;
}
@media only screen and (max-width: 768px) {
  .p-life__plan__cont {
    grid-template: "main main" min-content "l r" 1fr/1fr 1fr;
  }
}
.p-life__plan__cont .main {
  grid-area: main;
  padding: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-life__plan__cont .main {
    padding: 1rem;
  }
}
.p-life__plan__cont .list-l {
  grid-area: l;
}
.p-life__plan__cont .list-r {
  grid-area: r;
}
.p-life__plan__cont .list-l,
.p-life__plan__cont .list-r {
  gap: 0.8rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 0rem;
}
.p-life__plan .main figure {
  position: relative;
}
.p-life__plan .main figure .c-btnNumber {
  position: absolute;
  transform: scale(0.8);
  transition: 0.3s;
  background: #bc588b;
  background-image: linear-gradient(-45deg, #bc588b 50%, rgb(217.2051282051, 160.7948717949, 189.5641025641) 60%, #bc588b 70%);
  background-size: 3000% 100%;
  animation: shine 20s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}
.p-life__plan .main figure .c-btnNumber:hover, .p-life__plan .main figure .c-btnNumber.active, .p-life__plan .main figure .c-btnNumber.hover-active {
  transform: scale(1);
  background-image: none;
  background-color: #ffce00;
  cursor: pointer;
}
.p-life__plan .main figure .c-btnNumber.active {
  background-image: none;
  background-color: #ffce00;
  animation: activeAnimation 2s infinite;
}
.p-life__plan .main figure.typeI .main-no1 {
  top: 10%;
  left: 68%;
}
.p-life__plan .main figure.typeI .main-no2 {
  top: 22%;
  left: 9%;
}
.p-life__plan .main figure.typeI .main-no3 {
  top: 18%;
  left: 68%;
}
.p-life__plan .main figure.typeI .main-no4 {
  top: 24%;
  left: 74%;
}
.p-life__plan .main figure.typeI .main-no5 {
  top: 31%;
  left: 15%;
}
.p-life__plan .main figure.typeI .main-no6 {
  top: 38%;
  left: 23%;
}
.p-life__plan .main figure.typeI .main-no7 {
  top: 40%;
  left: 57%;
}
.p-life__plan .main figure.typeI .main-no8 {
  top: 47%;
  left: 30%;
}
.p-life__plan .main figure.typeI .main-no9 {
  top: 55%;
  left: 53%;
}
.p-life__plan .main figure.typeI .main-no10 {
  top: 68%;
  left: 36%;
}
.p-life__plan .main figure.typeB .main-no1 {
  top: 8%;
  left: 69%;
}
.p-life__plan .main figure.typeB .main-no2 {
  top: 17%;
  left: 16%;
}
.p-life__plan .main figure.typeB .main-no3 {
  top: 29%;
  left: 23%;
}
.p-life__plan .main figure.typeB .main-no4 {
  top: 22%;
  left: 56%;
}
.p-life__plan .main figure.typeB .main-no5 {
  top: 32.5%;
  left: 38%;
}
.p-life__plan .main figure.typeB .main-no6 {
  top: 31.5%;
  left: 80%;
}
.p-life__plan .main figure.typeB .main-no7 {
  top: 46%;
  left: 59%;
}
.p-life__plan .main figure.typeB .main-no8 {
  top: 53%;
  left: 54%;
}
.p-life__plan .main figure.typeB .main-no9 {
  top: 51%;
  left: 42%;
}
.p-life__plan .main figure.typeB .main-no10 {
  top: 68%;
  left: 33%;
}
.p-life__plan .ttl {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 1rem;
  margin: 4rem auto;
}
@media only screen and (max-width: 768px) {
  .p-life__plan .ttl {
    margin: 0 auto;
  }
}
.p-life__plan .ttl h4 {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  border-bottom: 1px solid #99366d;
  line-height: 1.1;
}
.p-life__plan .ttl h4 span {
  font-size: 30px;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .p-life__plan .ttl h4 span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-life__plan .ttl h4 span {
    font-size: 2rem;
  }
}
.p-life__plan .ttl h4 span.type {
  color: #99366d;
  font-size: 1.5em;
}
.p-life__plan .ttl h4 span.type em {
  font-size: 2em;
}
.p-life__plan .ttl span {
  font-size: 0.8em;
}
.p-life__plan .ttl span.dimension u {
  font-size: 1.3em;
}
.p-life__plan .ttl span.dimension em {
  font-size: 1.8em;
}
.p-life__plan .detail {
  margin: 0 auto;
}
.p-life__plan .detail .c-imagedesc {
  position: relative;
  padding: 1rem;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-life__plan .detail .c-imagedesc {
    padding: 0.5rem;
  }
}
.p-life__plan .detail .c-imagedesc .c-btnNumber {
  background: #bc588b;
  background-image: linear-gradient(-45deg, #bc588b 50%, rgb(217.2051282051, 160.7948717949, 189.5641025641) 60%, #bc588b 70%);
  background-size: 3000% 100%;
  animation: shine 20s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}
.p-life__plan .detail .c-imagedesc.active, .p-life__plan .detail .c-imagedesc:hover, .p-life__plan .detail .c-imagedesc.hover-active {
  cursor: pointer;
  transition: 0.3s;
  transform: scale(1.05);
  z-index: 2;
}
.p-life__plan .detail .c-imagedesc.active .c-btnNumber, .p-life__plan .detail .c-imagedesc:hover .c-btnNumber, .p-life__plan .detail .c-imagedesc.hover-active .c-btnNumber {
  background-image: none;
  background-color: #ffce00;
}
@media only screen and (max-width: 768px) {
  .p-life__plan .detail .c-imagedesc.active, .p-life__plan .detail .c-imagedesc:hover, .p-life__plan .detail .c-imagedesc.hover-active {
    transform: unset;
  }
}
.p-life__plan .detail .c-imagedesc.active .c-btnNumber {
  background-image: none;
  animation: activeAnimation 2s infinite;
}
.p-life__plan .detail .c-imagedesc .desc {
  letter-spacing: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-life__plan .detail .c-imagedesc .desc {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-life__plan .detail .c-imagedesc .desc {
    font-size: 1.2rem;
  }
}
.p-life__info {
  margin: 0 auto;
  max-width: 1080px;
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .p-life__info {
    margin: 2rem auto;
  }
}
.p-life__info .txt {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  color: #bc588b;
}
@media (max-width: 768px) {
  .p-life__info .txt {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-life__info .txt {
    font-size: 1.5rem;
  }
}
.p-life__info .c-conv__wrap__btns {
  margin: 3rem auto;
}
.p-life__info .c-conv__wrap__btns .btn-red a {
  background-color: #892e46;
}
.p-life__info .c-conv__wrap__btns .btn-grn a {
  background-color: #2a464c;
}
.p-life__info__pet {
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 5rem 3rem 5rem;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 768px) {
  .p-life__info__pet {
    margin-top: 20rem;
  }
}
.p-life__info__pet::after {
  content: "🐾";
  position: absolute;
  font-size: 5rem;
  top: 0;
  left: 0;
  line-height: 1;
  transform: translate(-20%, -30%) rotate(10deg);
  opacity: 0.2;
}
.p-life__info__pet h4 {
  font-size: 1.1em;
}
.p-life__info__pet p {
  font-size: 0.9em;
  max-width: 70%;
}
@media only screen and (max-width: 768px) {
  .p-life__info__pet p {
    max-width: unset;
  }
}
.p-life__info__pet figure {
  position: absolute;
  width: 280px;
  height: 170px;
  right: 0;
  top: 0;
  transform: translate(7%, 0) rotate(5deg);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 768px) {
  .p-life__info__pet figure {
    top: -150px;
    overflow: hidden;
    transform: translate(-3%, 0) rotate(5deg);
  }
}
.p-life__amenities {
  position: relative;
  max-width: 1080px;
  width: 90%;
  margin: 15rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-life__amenities {
    margin-top: 10rem;
  }
}
.p-life__amenities .u-floatingImg.rTop {
  max-width: 25rem;
}
@media only screen and (max-width: 768px) {
  .p-life__amenities .u-floatingImg.rTop {
    max-width: 18rem;
    transform: translate(10%, -40%);
  }
}
.p-life__amenities h4 {
  text-align: center;
  font-size: 1.5em;
  color: #bc588b;
  margin-bottom: 3rem;
}
.p-life__amenities .amenities__list-img {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-life__amenities .amenities__list-img {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-life__amenities .amenities__list-detail {
  margin: 1rem auto;
}
.p-life__amenities .amenities__list-detail ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.5rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (max-width: 1200px) {
  .p-life__amenities .amenities__list-detail ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .p-life__amenities .amenities__list-detail ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-life__amenities .amenities__list-detail ul li {
  display: grid;
  max-width: 1080px;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "left middle right";
  position: relative;
  font-size: 0.9em;
  letter-spacing: 0;
  gap: 1rem;
}
.p-life__amenities .amenities__list-detail ul li .p-l {
  grid-column: 1;
  grid-area: left;
  white-space: nowrap;
}
.p-life__amenities .amenities__list-detail ul li .p-r {
  grid-column: 3;
  grid-area: right;
  white-space: nowrap;
}
.p-life__amenities .amenities__list-detail ul li::before {
  content: "";
  grid-area: middle;
  height: 1px;
  width: 100%;
  border-top: 1px dotted #000;
  position: absolute;
  top: 50%;
  left: 0;
}

.p-relief__point {
  width: 90%;
  margin: 5rem auto;
  max-width: 1080px;
}
.p-relief__point.p3 {
  position: relative;
}
.p-relief__point h4 {
  font-size: 1.1em;
  margin: 1rem auto;
}
@media only screen and (max-width: 768px) {
  .p-relief__point h4 {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
  }
}
.p-relief__point h4 .ttl {
  font-size: 1.7em;
}
.p-relief__point h4 .ttl.p1 {
  color: #d6893c;
}
.p-relief__point h4 .ttl.p2 {
  color: #699b59;
}
.p-relief__point h4 .ttl.p3 {
  color: #a53d80;
}
.p-relief__point h4 em {
  font-size: 1.3em;
  margin-right: 1rem;
}
.p-relief__point .c-txtbackcolor {
  background-color: #699b59;
  font-size: 1.3em;
  padding: 0.2rem 1rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .p-relief__point .c-txtbackcolor {
    padding: 0.2rem 1rem;
  }
}
.p-relief__point .c-txtbackcolor.u-spi {
  font-size: 1.1em;
}
.p-relief__point .point__cont.p1 {
  margin: 1rem auto 3rem;
}
.p-relief__point .point__cont.p1 h5 {
  border-bottom: 1px solid #898000;
  font-size: 1.1em;
  margin-bottom: 1rem;
}
.p-relief__point .point__cont.p1 .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-relief__point .point__cont.p1 .item {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.p-relief__point .point__cont.p1 .item p {
  font-size: 0.9em;
}
.p-relief__point .point__cont.p1 .item p small:first-of-type {
  margin-top: 1rem;
}
.p-relief__point .point__cont.p1 .img-list {
  margin: 5rem auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 1rem;
  grid-template-areas: "figure1 figure2 figure3 figure4" "desc1 desc2 desc3 desc3";
}
.p-relief__point .point__cont.p1 .img-list figure:nth-of-type(1) {
  grid-area: figure1;
}
.p-relief__point .point__cont.p1 .img-list figure:nth-of-type(1) img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-relief__point .point__cont.p1 .img-list figure:nth-of-type(2) {
  grid-area: figure2;
}
.p-relief__point .point__cont.p1 .img-list figure:nth-of-type(3) {
  grid-area: figure3;
}
.p-relief__point .point__cont.p1 .img-list figure:nth-of-type(4) {
  grid-area: figure4;
}
.p-relief__point .point__cont.p1 .img-list .desc:nth-of-type(1) {
  grid-area: desc1;
}
.p-relief__point .point__cont.p1 .img-list .desc:nth-of-type(2) {
  grid-area: desc2;
}
.p-relief__point .point__cont.p1 .img-list .desc:nth-of-type(3) {
  grid-area: desc3;
}
.p-relief__point .point__cont.p1 .img-list figure:nth-of-type(3),
.p-relief__point .point__cont.p1 .img-list .desc:nth-of-type(3),
.p-relief__point .point__cont.p1 .img-list figure:nth-of-type(4),
.p-relief__point .point__cont.p1 .img-list .desc:nth-of-type(4) {
  margin-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-relief__point .point__cont.p1 .img-list figure:nth-of-type(3),
  .p-relief__point .point__cont.p1 .img-list .desc:nth-of-type(3),
  .p-relief__point .point__cont.p1 .img-list figure:nth-of-type(4),
  .p-relief__point .point__cont.p1 .img-list .desc:nth-of-type(4) {
    margin-left: unset;
  }
}
.p-relief__point .point__cont.p1 .img-list figure {
  width: 100%;
}
.p-relief__point .point__cont.p1 .img-list figure img {
  aspect-ratio: 230/120;
}
.p-relief__point .point__cont.p1 .img-list .desc {
  text-align: center;
  color: #898000;
  font-size: 0.9em;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-relief__point .point__cont.p1 .img-list {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "figure1 figure2" "desc1 desc2" "figure3 figure4" "desc3 desc3";
  }
}
.p-relief__point .point__cont.p2 {
  margin: 1rem auto;
}
.p-relief__point .point__cont.p3 {
  display: flex;
  flex-direction: row;
  max-width: 80%;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-relief__point .point__cont.p3 {
    flex-direction: column;
  }
}
.p-relief__point .point__cont.p3 .item {
  background-color: #f7e2e8;
  padding: 2rem;
  flex: 1;
}
.p-relief__point .point__cont.p3 .item h5 {
  color: #a53d80;
}
.p-relief__point .point__cont.p3 .item p {
  font-size: 0.9em;
  opacity: 0.8;
}
.p-relief__corridor {
  position: relative;
  background-color: #baccae;
  padding: 7rem 0 5rem;
}
@media only screen and (max-width: 768px) {
  .p-relief__corridor {
    padding: 6rem 0 1rem;
  }
}
.p-relief__corridor .corridor__inner {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  width: 80%;
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-relief__corridor .corridor__inner {
    flex-direction: column;
    width: 85%;
  }
}
.p-relief__corridor .corridor__inner .ico {
  position: absolute;
  color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 0.2rem;
  letter-spacing: 0;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
  background-color: #bc588b;
  left: 0;
  top: 0;
  z-index: 1;
  transform: translate(-30%, -80%);
}
@media (max-width: 768px) {
  .p-relief__corridor .corridor__inner .ico {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-relief__corridor .corridor__inner .ico {
    font-size: 1.8rem;
  }
}
.p-relief__corridor .corridor__inner .txt {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  top: -4.5rem;
  left: 8rem;
  color: #fff;
  font-size: 1.2em;
}
@media only screen and (max-width: 768px) and (max-width: 768px) and (max-height: 568px) {
  .p-relief__corridor .corridor__inner .txt {
    font-size: 1em;
  }
}
.p-relief__corridor .corridor__inner figure {
  width: 60vw;
}
@media only screen and (max-width: 768px) {
  .p-relief__corridor .corridor__inner figure {
    width: 100%;
  }
}
.p-relief__corridor .corridor__inner .desc {
  width: 40vw;
}
@media only screen and (max-width: 768px) {
  .p-relief__corridor .corridor__inner .desc {
    width: 100%;
  }
}
.p-relief__corridor .corridor__inner .desc h5 {
  font-size: 1.2em;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-relief__corridor .corridor__inner .desc h5 {
    margin-top: 0;
  }
}
.p-relief__corridor .corridor__inner .desc h5 em {
  font-size: 2.2em;
  color: #fff;
  opacity: 0.5;
  display: block;
  line-height: 1.2;
}
.p-relief__corridor .corridor__inner .desc p {
  font-size: 0.9em;
}
.p-relief__corridor .corridor__inner .desc .c-btn__wrap {
  margin: 2rem auto;
}
.p-relief__corridor .corridor__inner .desc .c-btn__wrap a {
  padding-left: 4rem;
  padding-right: 4rem;
}
.p-relief__column {
  position: relative;
  width: 90%;
  max-width: 1080px;
  margin: 20rem auto 3rem;
  border-radius: 1.5rem;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  padding: 4rem 5rem;
}
@media only screen and (max-width: 768px) {
  .p-relief__column {
    margin-top: 10rem;
    padding: 2.5rem;
  }
}
.p-relief__column .ttl {
  position: absolute;
  color: #7285aa;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  font-family: "Zapfino", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .p-relief__column .ttl {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-relief__column .ttl {
    font-size: 2.2rem;
  }
}
.p-relief__column h4 {
  text-align: center;
  color: #4d5d77;
  font-size: 1.1em;
  margin-bottom: 4rem;
}
.p-relief__column .column__cont-wrap {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .p-relief__column .column__cont-wrap {
    flex-direction: column;
    gap: 10rem;
  }
}
.p-relief__column .column__cont-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-relief__column .column__cont-item h5 {
  letter-spacing: 0;
  margin-bottom: 2rem;
}
.p-relief__column .column__cont-item h5 span {
  display: block;
  color: #a53d80;
  line-height: 1;
}
.p-relief__column .column__cont-item h5 span.pt {
  font-family: "Zapfino", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.6em;
}
.p-relief__column .column__cont-item h5 span.pt em {
  font-size: 2em;
}
.p-relief__column .column__cont-item h5 span em {
  font-size: 1.7em;
}
.p-relief__column .column__cont-item p {
  font-size: 0.9em;
  margin-bottom: 1rem;
}
.p-relief__column .column__cont-item figure {
  align-self: flex-end;
  margin-top: auto;
  width: 100%;
}

.p-about {
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .p-about {
    padding: 5rem 0;
  }
}
.p-about__txt {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-about__txt {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-about__txt {
    font-size: 1.7rem;
  }
}

/* ユーティリティー */
.u-pagePadding {
  width: 100%;
  padding: 7rem 0 2rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .u-pagePadding {
    padding: 4rem 0 2rem;
  }
}
.u-pagePadding.p-info {
  padding-bottom: 0;
}
.u-pagePadding:not(.p-info)::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  z-index: 0;
  top: 0;
  right: 50%;
  width: 100rem;
  height: 100rem;
  transform: translate(50%, -90%);
  background-color: rgba(188, 88, 139, 0.2);
}
@media only screen and (max-width: 768px) {
  .u-pagePadding:not(.p-info)::after {
    width: 50rem;
    height: 50rem;
  }
}

.u-bgcircle::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  z-index: -1;
  width: 40rem;
  height: 40rem;
}
.u-bgcircle.bgcircle--center::after {
  top: 0;
  right: 50%;
  transform: translate(50%, -20%);
}
.u-bgcircle.bgcircle--left::after {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.u-bgcircle.bgcircle--right::after {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.u-bgcircle.bgcircle--grn::after {
  background-color: #c9e4da;
  width: 60rem;
  height: 60rem;
}
.u-bgcircle.bgcircle--org::after {
  background-color: #fad7c0;
}
.u-bgcircle.bgcircle--ylw::after {
  background-color: #f6ffd4;
}
.u-bgcircle.bgcircle--pt1::after {
  background-color: rgba(214, 137, 60, 0.4);
}
.u-bgcircle.bgcircle--pt2::after {
  background-color: rgba(105, 155, 89, 0.5);
}
.u-bgcircle.bgcircle--pt3::after {
  background-color: rgba(165, 61, 128, 0.25);
}

.u-floatingImg {
  position: absolute;
  z-index: 3;
}
.u-floatingImg.rBtm {
  right: 0;
  bottom: 0;
  transform: translate(-10%, 16%);
}
.u-floatingImg.rBtm.park {
  transform: translate(0, 40%);
  max-width: 20rem;
}
@media only screen and (max-width: 768px) {
  .u-floatingImg.rBtm.park {
    max-width: 15rem;
  }
}
.u-floatingImg.rBtm.amuse {
  max-width: 20rem;
  transform: translate(10%, 15%);
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 768px) {
  .u-floatingImg.rBtm.amuse {
    max-width: 8rem;
  }
}
.u-floatingImg.rTop {
  right: 0;
  top: 0;
  transform: translate(-10%, -50%);
}
@media only screen and (max-width: 768px) {
  .u-floatingImg.rTop {
    transform: translate(0, -40%);
  }
}
.u-floatingImg.rTop.relief {
  max-width: 20rem;
  transform: unset;
  transform: translate(-5%, -5%);
}
@media only screen and (max-width: 768px) {
  .u-floatingImg.rTop.relief {
    transform: unset;
    top: unset;
    bottom: 0;
    transform: translate(10%, -20%);
    max-width: 15rem;
  }
}
.u-floatingImg.lTop {
  left: 0;
  top: 0;
  transform: translate(-20%, -50%);
  max-width: 26rem;
}
@media only screen and (max-width: 768px) {
  .u-floatingImg.lTop {
    max-width: 20rem;
  }
}
.u-floatingImg.lTop.shop {
  transform: unset;
  transform: translate(0, -60%);
  max-width: 12rem;
}
@media only screen and (max-width: 768px) {
  .u-floatingImg.lTop.shop {
    top: unset;
    bottom: 0;
    transform: translate(0, 40%);
    max-width: 10rem;
  }
}
.u-floatingImg.lBtm {
  left: 0;
  bottom: 0;
  transform: translate(-45%, 41%);
  max-width: 17rem;
}
@media only screen and (max-width: 768px) {
  .u-floatingImg.lBtm {
    transform: translate(-4%, 49%);
    max-width: 17rem;
  }
}

.u-circlepoint {
  background-color: #bc588b;
  border-radius: 50%;
  width: 5rem;
  color: #fff;
}

.u-order2 {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .u-order2 {
    order: 0;
  }
}

.u-inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 90%;
}

.u-relative {
  position: relative;
}

.u-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

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

.u-pci {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .u-pci {
    display: none;
  }
}

.u-spi {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-spi {
    display: inline-block;
  }
}

.u-noMarginRight {
  letter-spacing: -2rem;
}

.u-text-center {
  text-align: center;
}

.slick-dots li.slick-active button:before {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .slick-dots {
    position: unset;
  }
}

@media only screen and (max-width: 768px) {
  .slick-slider {
    display: flex !important;
    flex-direction: column !important;
  }
}

/* 241104追加 */
.slick-slide {
  margin: 0 1rem;
}

.slick-track {
  left: 7%;
}

@media only screen and (max-width: 1080px) {
  .slick-track {
    left: unset;
  }
}
.c-ft_cap {
  word-break: break-all;
}

/* ------------------------------------------------------------
    scroll animation
------------------------------------------------------------ */
.is-anime.scale {
  transform: scale(0.9);
  opacity: 0;
  transition: 2s ease-in-out;
}
.is-anime.scale.active {
  opacity: 1;
  transform: scale(1);
}
.is-anime.mask {
  clip-path: inset(0 100% 0 0);
  transition: 1s ease-in-out;
}
.is-anime.mask.active {
  clip-path: inset(0 0 0 0);
}
.is-anime.mask.slow {
  transition: 1.5s ease-in-out;
}
.is-anime.fade {
  filter: blur(20px);
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.is-anime.fade.active {
  opacity: 1;
  filter: blur(0);
}

@keyframes activeAnimation {
  0% {
    transform: scale(0.8);
    background-color: #bc588b;
  }
  50% {
    transform: scale(1);
    background-color: #ffce00;
  }
  100% {
    transform: scale(0.8);
    background-color: #bc588b;
  }
}
@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
.p-buyMerit {
  padding-top: clamp(50px, 10vw, 80px);
  font-family: "Yu Mincho 36p Kana", "Yu Mincho Pr6N", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
  letter-spacing: 0;
}
.p-buyMerit h2,
.p-buyMerit h3,
.p-buyMerit h4 {
  font-weight: 500;
}
.p-buyMerit .txt-color, .p-buyMerit .p-buyMerit__list .list__detail .list__detail__tip h4 {
  color: #699b59;
}
.p-buyMerit em {
  font-weight: 600;
}
.p-buyMerit .txt-underline {
  text-decoration-line: underline;
  text-decoration-color: rgba(105, 155, 89, 0.17);
  text-decoration-thickness: 0.7em;
  text-underline-offset: -0.3em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.p-buyMerit .p-buyMerit_new {
  background: #df3967;
  color: white;
  font-size: 2.1rem;
  padding: 0.5rem 0.8rem;
}
.p-buyMerit .p-buyMerit__ttl {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: flex-end;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 1080px) {
  .p-buyMerit .p-buyMerit__ttl {
    flex-direction: column;
    gap: 25px;
  }
}
.p-buyMerit .p-buyMerit__ttl h2 {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  gap: clamp(1.4rem, 2vw, 1.8rem);
  font-size: clamp(2.5rem, 5vw, 4rem);
}
@media only screen and (max-width: 1080px) {
  .p-buyMerit .p-buyMerit__ttl h2 {
    width: 100%;
  }
}
.p-buyMerit .p-buyMerit__ttl h2 .deco {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.p-buyMerit .p-buyMerit__ttl h2 .deco::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(100% + 2.5rem);
  width: clamp(15rem, 20vw, 25rem);
  height: 8rem;
  background: url("../../../images/special/lp/buyMerit_ttl-deco.png") no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .p-buyMerit .p-buyMerit__ttl h2 .deco::before {
    bottom: -40%;
  }
}
.p-buyMerit .p-buyMerit__ttl h2 em {
  letter-spacing: 0.07em;
  font-size: 1.3em;
}
.p-buyMerit .p-buyMerit__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 50px auto;
  gap: clamp(10px, 2vw, 30px);
}
@media only screen and (max-width: 1150px) {
  .p-buyMerit .p-buyMerit__list {
    gap: 10px;
  }
}
@media only screen and (max-width: 1080px) {
  .p-buyMerit .p-buyMerit__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.p-buyMerit .p-buyMerit__list .list__ttl-deco {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  color: #fff;
  border: 1.5px solid #2a464c;
  border-radius: 55px;
  background-color: #2a464c;
  line-height: 1;
  padding: 8px 20px;
  font-weight: 500;
  white-space: nowrap;
}
.p-buyMerit .p-buyMerit__list .list__ttl {
  position: relative;
  background: #699b59;
  color: #fff;
  text-align: center;
  height: 105px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-buyMerit .p-buyMerit__list .list__ttl:hover {
    background-color: #58824A;
  }
}
.p-buyMerit .p-buyMerit__list .list__ttl h3 {
  font-size: 18px;
  line-height: 1.5;
}
.p-buyMerit .p-buyMerit__list .list__ttl .list__ttl__toggle {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2a464c;
  height: 24px;
  width: 24px;
  padding: 6px;
  border-radius: 100%;
  animation: rippleEffect 2s ease-out infinite;
}
.p-buyMerit .p-buyMerit__list .list__ttl .list__ttl__toggle:has(> span.js-active) {
  animation: none;
}
@keyframes rippleEffect {
  0% {
    box-shadow: 0 0 0 0 rgba(42, 70, 76, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(42, 70, 76, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(42, 70, 76, 0);
  }
}
.p-buyMerit .p-buyMerit__list .list__ttl .list__ttl__toggle span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.p-buyMerit .p-buyMerit__list .list__ttl .list__ttl__toggle span:before, .p-buyMerit .p-buyMerit__list .list__ttl .list__ttl__toggle span:after {
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  height: 1px;
  width: 100%;
  transition: transform 0.5s ease;
}
.p-buyMerit .p-buyMerit__list .list__ttl .list__ttl__toggle span:after {
  transform-origin: center;
  transform: translateY(-50%) rotate(90deg);
}
.p-buyMerit .p-buyMerit__list .list__ttl .list__ttl__toggle span:before {
  transform: translateY(-50%) rotate(180deg);
}
.p-buyMerit .p-buyMerit__list .list__ttl .list__ttl__toggle span.js-active:before {
  transform: translateY(-50%) rotate(0deg);
}
.p-buyMerit .p-buyMerit__list .list__ttl .list__ttl__toggle span.js-active:after {
  transform: translateY(-50%) rotate(0deg);
}
.p-buyMerit .p-buyMerit__list .list__detail {
  transition: opacity 1.5s ease, max-height 1s ease;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
}
.p-buyMerit .p-buyMerit__list .list__detail.js-open {
  opacity: 1;
  max-height: 700px;
}
@media only screen and (max-width: 343px) {
  .p-buyMerit .p-buyMerit__list .list__detail.js-open {
    max-height: 710px;
  }
}
.p-buyMerit .p-buyMerit__list .list__detail .list__detail__txt {
  background-color: rgba(239, 239, 239, 0.5);
  padding: 25px 12px;
  text-align: center;
  font-size: 15px;
}
.p-buyMerit .p-buyMerit__list .list__detail .list__detail__txt hr {
  border-top: 1px solid #699b59;
}
.p-buyMerit .p-buyMerit__list .list__detail .list__detail__tip {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  margin-top: 40px;
  border: 1px solid #2a464c;
}
.p-buyMerit .p-buyMerit__list .list__detail .list__detail__tip .tip__txt-wrap {
  padding: 25px 15px 20px;
}
.p-buyMerit .p-buyMerit__list .list__detail .list__detail__tip .tip__img-wrap {
  padding: 20px 15px;
}
.p-buyMerit .p-buyMerit__list .list__detail .list__detail__tip h4 {
  text-align: center;
}
.p-buyMerit .p-buyMerit__list .list__detail .list__detail__tip p {
  font-size: 13px;
}
.p-buyMerit .p-buyMerit__list .list__detail .tip__caption {
  width: 100%;
  max-width: 500px;
  margin: 10px auto;
  font-size: 12px;
  text-align: right;
  line-height: 1.6;
}
.p-buyMerit .p-buyMerit__column {
  background-color: rgba(239, 239, 239, 0.5);
  padding: clamp(30px, 5vw, 50px) 0;
}
.p-buyMerit .p-buyMerit__column .column__wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(30px, 4vw, 60px);
}
@media only screen and (max-width: 768px) {
  .p-buyMerit .p-buyMerit__column .column__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.p-buyMerit .p-buyMerit__column figure {
  margin: 0 auto;
  width: 300px;
}
@media only screen and (max-width: 768px) {
  .p-buyMerit .p-buyMerit__column figure {
    width: 100%;
    max-width: 400px;
  }
}
.p-buyMerit .p-buyMerit__column .column__txt-wrap {
  align-content: center;
  font-size: 1.5rem;
}
.p-buyMerit .p-buyMerit__column .column__txt-wrap h3 {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  margin-bottom: clamp(1rem, 1.6vw, 1.6rem);
}

html:lang(en) #top .p-mv__catch .main .tate {
  writing-mode: initial;
}
html:lang(en) #top .p-mv__catch-wrap {
  transform: scale(0.7);
}
@media only screen and (max-width: 768px) {
  html:lang(en) #top .p-mv__catch-wrap {
    transform: scale(0.8);
    width: 42rem;
    max-width: unset;
    margin-left: -2rem;
  }
}
html:lang(en) #top .verTxt .p-mv__catch-wrap {
  gap: 2rem;
  transform: scale(0.8);
  max-width: 97rem;
  padding: 0rem 0;
  margin-left: 0vw;
}
html:lang(en) #top .p-mv__catch .main .sub {
  transform: scale(0.4);
  margin-left: -1rem;
}
html:lang(en) #top .p-mv__catch .main {
  font-size: min(6vw, 3rem);
}
@media only screen and (max-width: 768px) {
  html:lang(en) #top .p-mv__catch .main {
    font-size: 2.6rem;
  }
}
html:lang(en) #top .p-obi__price-wrap {
  max-width: unset;
  display: flex;
  flex-direction: column;
}
html:lang(en) #top .p-obi__price:nth-of-type(2)::after, html:lang(en) #top .p-obi__price:nth-of-type(3)::after {
  display: none;
}
html:lang(en) #top .p-obi__sok-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1500px) {
  html:lang(en) #top .p-obi__sok-wrap {
    max-width: 120rem;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) #top .p-obi__sok-wrap {
    display: flex;
    grid-template-columns: unset;
  }
}
html:lang(en) #top .p-obi__sok--1 {
  justify-content: center;
}
html:lang(en) #top .p-obi__sok--2 {
  border-right: unset;
}
html:lang(en) #top .p-obi__sok__top {
  grid-template-columns: 1fr;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  html:lang(en) #top .p-obi__sok__top {
    display: block;
    white-space: initial;
    text-align: center;
  }
}
html:lang(en) #top .p-obi__sok__top .amo, html:lang(en) #top .p-obi__sok__bot .amo {
  display: block;
}
html:lang(en) #top .p-obi__sok__top .amo span {
  writing-mode: initial;
}
html:lang(en) #top .p-obi__sok__bot .amo span {
  writing-mode: initial;
}
@media only screen and (max-width: 1500px) {
  html:lang(en) #top .p-obi__sok:nth-of-type(2) {
    justify-content: flex-start;
  }
}
html:lang(en) #top .p-obi__sok__top.access2 {
  white-space: normal;
}
@media only screen and (max-width: 768px) {
  html:lang(en) #top .p-obi__sok__top.access2 {
    display: block;
  }
}
html:lang(en) #top .p-obi__sok__top.access2 .amo {
  display: block;
}
html:lang(en) #top .p-obi__sok--3 .h4 {
  flex-direction: column;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  html:lang(en) #top .p-obi__sok--3 .h4 {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) #top .p-obi__sok--3 .p {
    display: block;
  }
}
html:lang(en) #top .p-obi__sok--3 .h4 span {
  writing-mode: initial;
}
@media only screen and (max-width: 768px) {
  html:lang(en) #top .p-obi__price--2 .h4, html:lang(en) #top .p-obi__price--3 .h4, html:lang(en) #top .p-obi__price--4 .h4 {
    white-space: initial;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) #top .p-obi__price--2 .h4 u, html:lang(en) #top .p-obi__price--3 .h4 u, html:lang(en) #top .p-obi__price--4 .h4 u {
    display: block;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) #top .p-obi__sok__bot {
    display: block;
    white-space: initial;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) #top .p-obi__sok__bot .sta1 {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) #top .p-obi__sok__bot.access2 {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) #top .p-obi__sok:nth-of-type(3) {
    display: block;
    text-align: center;
  }
}
html:lang(en) .brandContents .anchorBtnWrap {
  background-color: #e6e6e6;
  padding: 30px 0;
  position: sticky;
  top: 0;
  z-index: 90;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtnWrap {
    position: static;
  }
}
html:lang(en) .brandContents .anchorBtn {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtn {
    flex-direction: column;
    gap: 1px;
  }
}
html:lang(en) .brandContents .anchorBtn li {
  width: 19%;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtn li {
    width: 100%;
  }
}
html:lang(en) #lp .p-info__intro {
  width: 95%;
  max-width: 1000px;
}
html:lang(en) #lp .p-info__intro .top-box .right {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content 0 min-content;
}
html:lang(en) #lp .p-info__intro .bottom .left {
  grid-template-rows: 1fr 1fr 0;
}
html:lang(en) #lp .p-info__intro .top-box .center span {
  font-size: 1.5em;
}
html:lang(en) #lp .p-info__intro .bottom .amo {
  display: grid;
  grid-auto-rows: min-content 0 min-content 0 min-content;
}
@media only screen and (max-width: 768px) {
  html:lang(en) #lp .p-info__intro .bottom .amo {
    font-size: 1.5em;
  }
}
html:lang(en) #lp .p-info__intro .bottom .left .amo .vertical {
  writing-mode: unset;
}
@media only screen and (max-width: 768px) {
  html:lang(en) #lp .p-info__intro .bottom .right .sta {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) #lp .p-info__intro .top-box .center span {
    font-size: 1.3em;
  }
}
html:lang(en) #lp #data > div.c-databox.u-bgcircle.left.org.typesquare_option > p {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  html:lang(en) #lp #data > div.c-databox.u-bgcircle.left.org.typesquare_option > p {
    margin-top: 3rem;
  }
}
html:lang(en) #lp .c-databox .rank .ico::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html:lang(en) #lp .rank {
  margin-bottom: 5rem;
  line-height: 1.5;
}
html:lang(en) #lp .rank:first-of-type {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  html:lang(en) #lp .rank:first-of-type {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) #lp .rank {
    margin-bottom: 5rem;
  }
}
html:lang(en) #lp #rarity > div.p-rarity__ttltxt.typesquare_option > ul > li:nth-child(5) > span:nth-child(2) > em {
  white-space: nowrap;
}
html:lang(en) #lp .p-rarity__ttltxt ul {
  flex-direction: column;
  line-height: 1.7;
}
html:lang(en) #lp .p-rarity__ttltxt ul li {
  display: grid;
  grid-template-rows: min-content 0 min-content;
  justify-items: center;
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-members .p-menu__tabbtn__item .p-tabbtn .p-tabbtn-eng {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-members .p-menu__tabbtn__item .p-tabbtn .p-tabbtn-jp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-members .p-booklet__list .p-book__ttl {
    white-space: initial;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .quality .p-ttl__tabbtn {
    grid-template-columns: 1fr 1fr;
  }
}
html:lang(en) .quality .p-ttl__tabbtn .p-tabbtn-jp {
  display: none;
}
html:lang(en) .quality .p-ttl__tabbtn .p-tabbtn-eng {
  display: block !important;
}
html:lang(en) .quality .p-tabbtn {
  display: grid;
  grid-template-rows: 1fr 0;
}
html:lang(en) .obj--jp {
  display: none;
}
html:lang(en) .obj--en {
  display: block;
}
html:lang(en) .obj--en.u-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  html:lang(en) .obj--en.u-sp {
    display: block;
  }
}
html:lang(en) .obj--en.u-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  html:lang(en) .obj--en.u-pc {
    display: none;
  }
}/*# sourceMappingURL=1ldk.css.map */