@charset "UTF-8";

/* ------------------------------------------------------
 * override
------------------------------------------------------ */
@media print, screen and (min-width: 768px) {
  .p-header--user {
    background-color: transparent;
  }
  .l-main {
    min-width: 1440px;
  }
  .p-footer__guide__pagetop {
    bottom: calc(20px + 80px);
  }
}
@media screen and (max-width: 767px) {
  .p-header--user .p-header__fix {
    background-color: transparent;
  }
  .p-footer__guide__pagetop {
    bottom: calc(20px + env(safe-area-inset-bottom) + 60px);
  }
}

/* ------------------------------------------------------
 * /wesmo/ TOP
------------------------------------------------------ */
/* ----- page-home-hero ----- */
.page-home-hero {
  text-align: center;
}
.page-home-hero__inner {
  background-image: url(/assets/img/wesmo/home/index_bg01.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-home-hero__detail {
  position: relative;
}
.page-home-hero__detail__image {
  width: fit-content;
  margin-inline: auto;
  animation: float1 3.4s ease-in-out infinite;
}
@media print, screen and (min-width: 768px) {
  .page-home-hero__inner {
    padding-top: 75px;
  }
  .page-home-hero__detail {
    max-width: 1440px;
    min-height: 725px;
    padding: 72px;
    margin-inline: auto; 
  }
  .page-home-hero__detail__image {
    margin-top: 32px;
  }
  [class*="page-home-hero__image"] {
    position: absolute;
    width: fit-content;
  }
  [class*="page-home-hero__image"] > img {
    border: 2px solid #fff;
    border-radius: 20px;
  }
  [class*="page-home-hero__image"]::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
  }
  .page-home-hero__image--1 > img {
    border-radius: 30px;
  }
  .page-home-hero__image--1 {
    top: 47px;
    left: 46px;
  }
  .page-home-hero__image--2 {
    top: 392px;
    left: -4px;
    z-index: 1;
  }
  .page-home-hero__image--3 {
    top: 465px;
    left: 94px;
  }
  .page-home-hero__image--4 {
    top: 37px;
    right: 59px;
  }
  .page-home-hero__image--5 {
    top: 288px;
    right: -2px;
    z-index: 1;
  }
  .page-home-hero__image--6 {
    top: 370px;
    right: 70px;
  }
  .page-home-hero__image--1::before {
    bottom: -82px;
    left: -84px;
    width: 190px;
    height: 218px;
    background-image: url(/assets/img/wesmo/home/index_ex02_02.webp);
  }
  .page-home-hero__image--3::before {
    top: -144px;
    right: -150px;
    width: 280px;
    height: 322px;
    background-image: url(/assets/img/wesmo/home/index_ex03_02.webp);
  }
  .page-home-hero__image--4::before {
    bottom: -142px;
    left: -302px;
    width: 359px;
    height: 293px;
    background-image: url(/assets/img/wesmo/home/index_ex01.webp);
    animation: float2 3.8s ease-in-out infinite;
  }
  .page-home-hero__image--6::before {
    bottom: -104px;
    left: -60px;
    width: 176px;
    height: 202px;
    background-image: url(/assets/img/wesmo/home/index_ex04_02.webp);
  }
}
@media screen and (max-width: 767px) {
  .page-home-hero__inner {
    min-height: calc((647 / var(--spWidth)) * 100vw);
    padding: calc((94 / var(--spWidth)) * 100vw) calc((16 / var(--spWidth)) * 100vw) calc((30 / var(--spWidth)) * 100vw);
  }
  .page-home-hero__detail__image {
    position: relative;
    width: calc((200 / var(--spWidth)) * 100vw);
    margin-top: calc((14 / var(--spWidth)) * 100vw);
    z-index: 1;
  }
  .page-home-hero__detail__image::before {
    content: "";
    position: absolute;
    bottom: calc((-63 / var(--spWidth)) * 100vw);
    right: calc((-86 / var(--spWidth)) * 100vw);
    width: calc((148 / var(--spWidth)) * 100vw);
    height: calc((121 / var(--spWidth)) * 100vw);
    background-image: url(/assets/img/wesmo/home/index_ex01.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: float2 3.8s ease-in-out infinite;
  }
}

/* ----- page-home-hero__slider ----- */
@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
  .page-home-hero__slider {
    position: relative;
    margin-top: calc((27 / var(--spWidth)) * 100vw);
    margin-inline: calc((-16 / var(--spWidth)) * 100vw);
  }
  .page-home-hero__slider::before,
  .page-home-hero__slider::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
  }
  .page-home-hero__slider::before {
    top: calc((-30 / var(--spWidth)) * 100vw);
    left: calc((-23 / var(--spWidth)) * 100vw);
    width: calc((148 / var(--spWidth)) * 100vw);
    height: calc((121 / var(--spWidth)) * 100vw);
    background-image: url(/assets/img/wesmo/home/index_ex03_02.webp);
    animation: float2 3.8s ease-in-out infinite;
  }
  .page-home-hero__slider::after {
    bottom: calc((-6 / var(--spWidth)) * 100vw);
    right: calc((-13 / var(--spWidth)) * 100vw);
    width: calc((102 / var(--spWidth)) * 100vw);
    height: calc((117 / var(--spWidth)) * 100vw);
    background-image: url(/assets/img/wesmo/home/index_ex02_02.webp);
    animation: float2 3.8s ease-in-out infinite;
  }
  .page-home-hero__slider__inner {
    width: 100%;
    overflow: hidden;
    transform: translateZ(0);
  }
  .page-home-hero__slider-track {
    display: flex;
    width: calc(657px * 2);
    animation: slider 25s linear infinite;
    will-change: transform;
  }
  .page-home-hero__slider-track img {
    position: relative;
    width: 657px;
    flex-shrink: 0;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .page-home-hero__slider-track img:first-child {
    margin-left: -17px;
    z-index: 1;
  }
  .page-home-hero__slider-track img + img {
    margin-left: -34px;
  }
}

/* ----- page-home-hero__heading1 ----- */
.page-home-hero__heading1__subtitle {
  color: var(--blue_1);
  letter-spacing: .1em;
  line-height: 1.6;
}
.page-home-hero__heading1__title {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .page-home-hero__heading1__inner {
  }
  .page-home-hero__heading1__subtitle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .page-home-hero__heading1__subtitle {
    margin-bottom: calc((3 / var(--spWidth)) * 100vw);
    font-size: calc((15 / var(--spWidth)) * 100vw);
  }
  .page-home-hero__heading1__title {
    display: inline-block;
    width: calc((320 / var(--spWidth)) * 100vw);
    margin-inline: auto;
  }
}

/* ----- page-home-hero__movie ----- */
@media print, screen and (min-width: 768px) {
  .page-home-hero__movie {
    position: absolute;
    top: 592px;
    right: 21px;
  }
  .page-home-hero__movie__figure {
    position: relative;
    margin: 0;
  }
  .page-home-hero__movie__figure__frame {
    position: relative;
    display: inline-block;
  }
  .page-home-hero__movie__figure__frame::before,
  .page-home-hero__movie__figure__frame::after {
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
  }
  .page-home-hero__movie__figure__frame > img {
    width: 199px;
    height: 113px;
  }
  .page-home-hero__movie__figure__frame {
    border-radius: 10px;
    overflow: hidden;
  }
  .page-home-hero__movie__figure__frame::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 35, 50, .6);
    z-index: 1;
  }
  .page-home-hero__movie__figure__frame::after {
    content: "";
    position: absolute;
    top: calc(50% - -6px);
    left: 50%;
    width: 88px;
    height: 88px;
    background-image: url(/assets/img/wesmo/home/index_ic01.webp);
    background-position: center;
    background-size: contain;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .page-home-hero__movie__figure__frame:hover::before {
    background-color: rgba(0, 35, 50, .3);
  }
  .page-home-hero__movie__figure__frame:hover::after {
    background-image: url(/assets/img/wesmo/home/index_ic01_hover.webp);
  }
  .page-home-hero__movie__figure__caption {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: .03em;
    line-height: 1.1;
    pointer-events: none;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .page-home-hero__movie {
    position: relative;
    margin-top: calc((16 / var(--spWidth)) * 100vw);
    text-align: right;
    z-index: 2;
  }
  .page-home-hero__movie__type {
    display: inline-block;
    position: relative;
    padding-left: calc((36 / var(--spWidth)) * 100vw);
    color: var(--blue_1);
    font-size: calc((13 / var(--spWidth)) * 100vw);
    letter-spacing: .03em;
    line-height: 1.6;
    text-decoration: underline;
    text-underline-offset: .25em;
  }
  .page-home-hero__movie__type::before {
    display: inline-block;
    position: absolute;
    top: calc((-4 / var(--spWidth)) * 100vw);
    left: calc((3 / var(--spWidth)) * 100vw);
    width: calc((28 / var(--spWidth)) * 100vw);
    height: calc((28 / var(--spWidth)) * 100vw);
    background-image: url(/assets/img/wesmo/home/index_ic01_sp.webp);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: "";
  }
}

/* ----- animation ----- */
@keyframes float1 {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
@keyframes float2 {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
@keyframes slider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-623px);/* -657px + 34px */
  }
}

/* ----- page-home-slider ----- */
.page-home-slider .slick-arrow {
    position: absolute;
    z-index: 10;
    display: block;
    border: none;
    appearance: none;
    width: 70px;
    height: 70px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 30px 0px #1E20233D;
    text-indent: 9999px;
    overflow: hidden;
    cursor: pointer; }
    @media print, screen and (min-width: 768px) {
      .page-home-slider .slick-arrow {
        top: calc(50% - 35px - 8px); } }
    @media screen and (max-width: 767px) {
      .page-home-slider .slick-arrow {
        bottom: -25px; } }
    @media (hover: hover) {
      .page-home-slider .slick-arrow {
        transition: ease all 0.3s; }
        .page-home-slider .slick-arrow:hover {
          background-color: var(--blue_1); }
        .page-home-slider .slick-arrow:hover:after {
          background-color: #fff; } }
    .page-home-slider .slick-arrow:after {
      position: absolute;
      z-index: 2;
      top: calc(50% - 9px);
      left: calc(50% - 9px);
      width: 18px;
      height: 18px;
      transform: rotate(-90deg);
      aspect-ratio: 1 / 1;
      mask: url(/assets/img/wesmo/cmn_ic20.svg);
      mask-position: 50% 50%;
      mask-repeat: no-repeat;
      mask-size: contain;
      background-color: var(--blue_1);
      content: "";
      display: block;
      transition: ease all 0.3s; }
  .page-home-slider .slick-prev {
    left: calc(59% - 603px);
    transform: rotate(180deg); }
    @media screen and (max-width: 767px) {
      .page-home-slider .slick-prev {
        left: 18px; } }
  .page-home-slider .slick-next {
    right: calc(59% - 603px); }
    @media screen and (max-width: 767px) {
      .page-home-slider .slick-next {
        right: 25px; } }
  @media print, screen and (min-width: 768px) {
    .page-home-slider + .c-morelink {
      margin-top: 42px; } }
  @media screen and (max-width: 767px) {
    .page-home-slider + .c-morelink {
      margin-top: calc((7 / var(--spWidth) ) * 100vw); } }
  @media print, screen and (min-width: 768px) {
    .page-home-slider + .c-morelink .c-morelink__item {
      font-size: 1.8rem; } }
  .page-home-slider + .c-morelink .c-morelink__item.c-morelink__item--blank > span:after {
    background-image: url(/assets/img/wesmo/cmn_ic13.svg); }

.page-home-slider__item {
  padding: 0 16px; }
  @media screen and (max-width: 767px) {
    .page-home-slider__item {
      padding: 0 calc((6 / var(--spWidth) ) * 100vw); } }

.page-home-slider__link {
  position: relative;
  display: block; }
  .slick-current .page-home-slider__link {
    background-color: #fff; }
  @media print, screen and (min-width: 768px) {
    .page-home-slider__link {
      transition: ease opacity 0.5s; }
      .page-home-slider__link:hover img {
        opacity: 0.3 !important; } }
  .page-home-slider__link img {
    opacity: 0.3;
    max-width: 680px;
    transition: ease opacity 0.3s; }
    @media screen and (max-width: 767px) {
      .page-home-slider__link img {
        width: 100%; } }
    .slick-current-clone .page-home-slider__link img, .slick-current .page-home-slider__link img {
      opacity: 1; }

.page-home-slider .slick-dots li button {
  width: 15px;
  height: 15px;
}
.page-home-slider .slick-dots li {
  margin-inline: 7px;
}
.page-home-slider + .c-morelink .c-morelink__item > span {
  position: relative;
}
.page-home-slider + .c-morelink .c-morelink__item > span::after {
  content: "";
  position: relative;
  display: inline-block;
  top: -1px;
  right: 0;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  -webkit-mask-image: url(/assets/img/wesmo/cmn_ic13.svg);
  mask-image: url(/assets/img/wesmo/cmn_ic13.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--blue_1);
}
@media print, screen and (min-width: 768px) {
  .page-home-slider .slick-dots li {
    margin-inline: 7px;
  }
  .page-home-slider {
    margin-top: 80px;
  }
  .page-home-slider + .c-morelink {
    margin-top: 2.5em;
  }
  .page-home-slider + .c-morelink .c-morelink__item::before {
    bottom: 9px;
    width: calc(100% - 70px);
  }
  .page-home-slider + .c-morelink .c-morelink__item:hover::before {
    width: 0%;
  }
  .page-home-slider + .c-morelink .c-morelink__item > span {
    font-size: 1.8rem;
    letter-spacing: .03em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .page-home-slider {
    margin-top: calc((80 / var(--spWidth)) * 100vw);
  }
  .page-home-slider .slick-dots {
    margin-top: calc((40 / var(--spWidth)) * 100vw);
  }
  .page-home-slider {
    margin-top: calc((80 / var(--spWidth)) * 100vw);
  }
  .page-home-slider + .c-morelink {
    margin-top: calc((40 / var(--spWidth)) * 100vw);
  }
  .page-home-slider + .c-morelink .c-morelink__item {
    text-decoration: underline;
    text-underline-offset: .3em;
  }
  .page-home-slider + .c-morelink .c-morelink__item > span {
    font-size: calc((15 / var(--spWidth)) * 100vw);
    letter-spacing: .08em;
    line-height: 1.8;
  }
  .page-home-slider + .c-morelink .c-morelink__item > span::after {
    top: 1px;
    margin-left: 2px;
  }
}


/* ----- page-home-important-notice ----- */
.page-home-important-notice {
  background-color: #fff;
}
.page-home-important-notice__inner {
  border: 2px solid #e00000;
  overflow: hidden;
}
.page-home-important-notice__head {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e00000;
}
.page-home-important-notice__title {
  color: #fff;
  letter-spacing: .03em;
  line-height: 1.6;
}
.page-home-important-notice__body {
  flex-grow: 1;
}
.page-home-important-notice__text {
  color: #e00000;
  letter-spacing: .03em;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .page-home-important-notice {
    width: 1064px;
    margin: 80px auto 0;
  }
  .page-home-important-notice__inner {
    display: flex;
    border-radius: 20px;
  }
  .page-home-important-notice__head {
    min-width: 187px;
  }
  .page-home-important-notice__title {
    font-size: 1.5rem;
  }
  .page-home-important-notice__body {
    padding: 2.2rem 5.6rem;
  }
  .page-home-important-notice__text {
    font-size: 1.5rem;
  }
  .page-home-important-notice__text + .page-home-important-notice__text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-home-important-notice {
    width: 100%;
    margin-top: calc((40 / var(--spWidth)) * 100vw);
    padding-inline: calc((20 / var(--spWidth)) * 100vw);
  }
  .page-home-important-notice__inner {
    border-radius: 8px 8px 20px 20px;
  }
  .page-home-important-notice__head {
    min-width: calc((187 / var(--spWidth)) * 100vw);
    padding: 4px;
  }
  .page-home-important-notice__title {
    font-size: calc((12 / var(--spWidth)) * 100vw);
  }
  .page-home-important-notice__body {
    padding: calc((16 / var(--spWidth)) * 100vw) calc((14 / var(--spWidth)) * 100vw);
  }
  .page-home-important-notice__text {
    font-size: calc((12 / var(--spWidth)) * 100vw);
  }
  .page-home-important-notice__text + .page-home-important-notice__text {
    margin-top: calc((10 / var(--spWidth)) * 100vw);
  }
}

/* ----- page-home-about ----- */
.page-home-about {
  color: var(--txt_black);
  text-align: left;
}
.page-home-about-box__inner {
  position: relative;
  background: #E5F7FF;
}
.page-home-about-box__head {
  position: absolute;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background: linear-gradient(180deg, var(--blue_1) 0%, var(--blue_2) 50%, #00BEEB 100%);
  border-radius: 300px;
  text-align: center;
}
.page-home-about-box__title {
  color: #fff;
  letter-spacing: .03em;
  line-height: 1.6;
}
.page-home-about-box__lead {
  text-align: center;
}
.page-home-about-box__lead__label {
  color: var(--blue_1);
  letter-spacing: .03em;
  line-height: 1.6;
}
.page-home-about-box__image {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .page-home-about {
    margin-top: 230px;
    padding-block: 0;
  }
  .page-home-about-box__inner {
    width: 1280px;
    margin: 0 auto;
    border-radius: 80px;
  }
  .page-home-about-box__head {
    top: -50px;
    min-width: 489px;
    padding: 8px;
    padding-left: 1em;
  }
  .page-home-about-box__title {
    font-size: 5.4rem;
  }
  .page-home-about-box__title--small {
    padding-left: .5em;
    font-size: 3.2rem;
  }
  .page-home-about-box__body {
    padding-block: 102px 90px;
  }
  .page-home-about-box__lead {
    margin-top: 0;
  }
  .page-home-about-box__lead__label {
    display: inline-block;
    background-image: linear-gradient(180deg, transparent 60%, #D6FF66 60%, #92C30B 80%, transparent 81%);
    font-size: 3.2rem;
  }
  .page-home-about-box__image {
    margin-top: 2.6em;
  }
}
@media screen and (max-width: 767px) {
  .page-home-about {
    padding-block: calc((130 / var(--spWidth)) * 100vw) 0;
    padding-inline: calc((20 / var(--spWidth)) * 100vw);
  }
  .page-home-about-box__inner {
    border-radius: 30px;
  }
  .page-home-about-box__head {
    top: calc((-39 / var(--spWidth)) * 100vw);
    min-width: calc((301 / var(--spWidth)) * 100vw);
    padding: 6px;
    padding-left: 1em;
  }
  .page-home-about-box__title {
    font-size: calc((36 / var(--spWidth)) * 100vw);
  }
  .page-home-about-box__title--small {
    padding-left: .5em;
    font-size: calc((18 / var(--spWidth)) * 100vw);
  }
  .page-home-about-box__body {
    padding: calc((59 / var(--spWidth)) * 100vw) calc((16 / var(--spWidth)) * 100vw) calc((64 / var(--spWidth)) * 100vw);
  }
  .page-home-about-box__lead {
    margin-top: 0;
  }
  .page-home-about-box__lead__label {
    background-image: linear-gradient(180deg, transparent 60%, #D6FF66 60%, #92C30B 100%);
    font-size: calc((18 / var(--spWidth)) * 100vw);
  }
  .page-home-about-box__image {
    margin-top: calc((40 / var(--spWidth)) * 100vw);
  }
}

/* ----- page-home-about-box__grid ----- */
.page-home-about-box__grid {
  position: relative;
}
.page-home-about-box__grid__text {
  letter-spacing: .03em;
  line-height: 2;
}
.page-home-about-box__grid__link__type {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0 12px;
  color: var(--blue_1);
  line-height: 1.6;
  letter-spacing: .03em;
}
@media print, screen and (min-width: 768px) {
  .page-home-about-box__grid {
    display: grid;
    grid-template-columns: 623px 430px 1fr;
    margin-top: 80px;
  }
  .page-home-about-box__grid__detail {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    margin-top: -74px;
  }
  .page-home-about-box__grid__text {
    font-size: 1.8rem;
  }
  .page-home-about-box__grid__text + .page-home-about-box__grid__text {
    margin-top: 1.4em;
  }
  .page-home-about-box__grid__link {
    margin-top: 3.4em;
  }
  .page-home-about-box__grid__link__type {
    font-size: 2rem;
  }
  .page-home-about-box__grid__link__type::before {
    position: absolute;
    z-index: 2;
    bottom: 7px;
    left: 0;
    content: "";
    width: calc(100% - 50px);
    height: 1px;
    background-color: currentColor;
    transition: ease width .3s;
  }
  .page-home-about-box__grid__link__type:hover::before {
    width: 0%;
  }
  .page-home-about-box__grid__image--left {
    position: relative;
    left: -20px;
    grid-column: 1;
    grid-row: 1;
    width: fit-content;
  }
  .page-home-about-box__grid__image--right {
    position: absolute;
    top: -62px;
    right: -25px;
    grid-column: 3;
    grid-row: 1;
    width: 366px;
  }
}
@media screen and (max-width: 767px) {
  .page-home-about-box__grid {
    margin-top: calc((61 / var(--spWidth)) * 100vw);
  }
  .page-home-about-box__grid__detail {
    padding-inline: calc((30 / var(--spWidth)) * 100vw);
  }
  .page-home-about-box__grid__text {
    font-size: calc((14 / var(--spWidth)) * 100vw);
  }
  .page-home-about-box__grid__text + .page-home-about-box__grid__text {
    margin-top: calc((24 / var(--spWidth)) * 100vw);
  }
  .page-home-about-box__grid__link {
    margin-top: calc((40 / var(--spWidth)) * 100vw);
  }
  .page-home-about-box__grid__link__type {
    font-size: calc((16 / var(--spWidth)) * 100vw);
    text-decoration: underline;
    text-underline-offset: .2em;
  }
  .page-home-about-box__grid__image--left {
    width: calc((320 / var(--spWidth)) * 100vw);
    margin-top: calc((63 / var(--spWidth)) * 100vw);
  }
  .page-home-about-box__grid__image--right {
    width: calc((260 / var(--spWidth)) * 100vw);
    margin-top: calc((24 / var(--spWidth)) * 100vw);
    margin-inline: auto;
    text-align: center;
  }
}

/* ----- page-home-scene ----- */
.page-home-scene__inner {
  position: relative;
  background: #F4FBFF;
}
.page-home-scene__inner::after {
  content: "";
  position: absolute;
  background-image: url(/assets/img/wesmo/home/index_ex01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-home-scene__head {
  text-align: center;
}
.page-home-scene__title {
  color: var(--txt_black);
  letter-spacing: .03em;
  line-height: 1.6;
}
.page-home-scene__foot {
  text-align: center;
}
.page-home-scene__link {
  position: relative;
  display: inline-block;
  color: var(--blue_1);
  letter-spacing: .03em;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .page-home-scene {
    width: 1064px;
    margin: 63px auto 0;
  }
  .page-home-scene__inner {
    padding: 56px 40px 88px;
    border-radius: 50px
  }
  .page-home-scene__inner::after {
    top: -150px;
    right: -150px;
    width: 278px;
    height: 227px;
  }
  .page-home-scene__title {
    font-size: 2.2rem
  }
  .page-home-scene__body {
    display: flex;
    flex-flow: row wrap;
    gap: 24px;
    margin-top: 42px;
  }
  .page-home-scene__foot {
    margin-top: 88px;
  }
  .page-home-scene__link {
    font-size: 1.5rem;
  }
  .page-home-scene__link::before {
    position: absolute;
    z-index: 2;
    bottom: 2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: ease width .3s;
  }
  .page-home-scene__link:hover::before {
    width: 0%;
  }
}
@media screen and (max-width: 767px) {
  .page-home-scene {
    margin-top: calc((40 / var(--spWidth)) * 100vw);
  }
  .page-home-scene__inner {
    padding: calc((40 / var(--spWidth)) * 100vw) calc((19 / var(--spWidth)) * 100vw) calc((46 / var(--spWidth)) * 100vw);
    border-radius: 30px;
  }
  .page-home-scene__inner::after {
    top: calc((-52 / var(--spWidth)) * 100vw);
    left: 38px;
    width: calc((100 / var(--spWidth)) * 100vw);
    height: calc((81 / var(--spWidth)) * 100vw);
  }
  .page-home-scene__title {
    font-size: calc((16 / var(--spWidth)) * 100vw);
  }
  .page-home-scene__body {
    margin-top: calc((42 / var(--spWidth)) * 100vw);
  }
  .page-home-scene__foot {
    margin-top: calc((72 / var(--spWidth)) * 100vw);
  }
  .page-home-scene__link {
    font-size: calc((13 / var(--spWidth)) * 100vw);
    letter-spacing: .02em;
    text-decoration: underline;
    text-underline-offset: .25em;
  }
}

/* ----- page-home-scene__modal ----- */
.page-home-scene__modal__inner {
  background: linear-gradient(180deg, var(--blue_2) 0%, var(--blue_1) 100%);
  overflow: hidden;
  text-align: center;
}
.page-home-scene__modal__head {
  position: relative;
  display: inline-block;
}
.page-home-scene__modal__head::before,
.page-home-scene__modal__head::after {
  content: "";
  position: absolute;
  background-image: url(/assets/img/wesmo/home/index_ic02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.page-home-scene__modal__subtitle {
  color: #fff;
  letter-spacing: .03em;
  line-height: 1.6;
}
.page-home-scene__modal__title {
  color: #fff;
  letter-spacing: .03em;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .c-modal-wrapper:has(.page-home-scene__modal) .c-modal-view__contents {
    position: relative;
    max-width: 1423px;
  }
  .c-modal-wrapper:has(.page-home-scene__modal) .c-modal__close {
    top: 41px;
    right: 105px;
    width: 68px;
    height: 68px;
  }
  .c-modal-wrapper:has(.page-home-scene__modal) .c-modal__close::before,
  .c-modal-wrapper:has(.page-home-scene__modal) .c-modal__close::after {
    top: calc(50% - 3px);
    height: 3px;
    border-radius: 2px;
  }
  .page-home-scene__modal__inner {
    padding: 42px 200px 58px;
    border-radius: 30px;
  }
  .page-home-scene__modal__head::before,
  .page-home-scene__modal__head::after {
    top: 0;
    width: 44px;
    height: 53px;
  }
  .page-home-scene__modal__head::before {
    left: -83px;
  }
  .page-home-scene__modal__head::after {
    right: -83px;
    transform: scaleX(-1);
  }
  .page-home-scene__modal__subtitle {
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
  .page-home-scene__modal__title {
    font-size: 2rem;
  }
  .page-home-scene__modal__body {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-modal-wrapper:has(.page-home-scene__modal) .c-modal-view__contents {
    position: relative;
    padding: 0;
  }
  .c-modal-wrapper:has(.page-home-scene__modal) .c-modal__close {
    top: calc((20 / var(--spWidth)) * 100vw);
    right: calc((26 / var(--spWidth)) * 100vw);
    width: calc((34 / var(--spWidth)) * 100vw);
    height: calc((34 / var(--spWidth)) * 100vw);
  }
  .c-modal-wrapper:has(.page-home-scene__modal) .c-modal__close::before,
  .c-modal-wrapper:has(.page-home-scene__modal) .c-modal__close::after {
    top: calc(50% - 2px);
    height: 2px;
    border-radius: 2px;
  }
  .page-home-scene__modal__inner {
    padding: calc((72 / var(--spWidth)) * 100vw) calc((16 / var(--spWidth)) * 100vw) calc((38 / var(--spWidth)) * 100vw);
    border-radius: 20px;
  }
  .page-home-scene__modal__head::before,
  .page-home-scene__modal__head::after {
    top: 0;
    width: calc((44 / var(--spWidth)) * 100vw);
    height: calc((53 / var(--spWidth)) * 100vw);
  }
  .page-home-scene__modal__head::before {
    left: calc((-52 / var(--spWidth)) * 100vw);
  }
  .page-home-scene__modal__head::after {
    right: calc((-52 / var(--spWidth)) * 100vw);
    transform: scaleX(-1);
  }
  .page-home-scene__modal__subtitle {
    margin-bottom: calc((7 / var(--spWidth)) * 100vw);
    font-size: calc((12 / var(--spWidth)) * 100vw);
  }
  .page-home-scene__modal__title {
    font-size: calc((16 / var(--spWidth)) * 100vw);
  }
  .page-home-scene__modal__body {
    margin-top: calc((17 / var(--spWidth)) * 100vw);
  }
}

/* ----- page-home-scene__box ----- */
.page-home-scene__box__inner {
  position: relative;
}
.page-home-scene__box__head {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background: var(--blue_2);
  border-radius: 100px;
  text-align: center;
  z-index: 1;
}
.page-home-scene__box__title {
  color: #fff;
  letter-spacing: .03em;
  line-height: 1.6;
}
.page-home-scene__box__body {
  position: relative;
}
.page-home-scene__box__body::after {
  content: "";
  position: absolute;
  bottom: 128px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.page-home-scene__box:nth-child(1) .page-home-scene__box__body::after {
  background-image: url(/assets/img/wesmo/home/index_im11.webp);
}
.page-home-scene__box:nth-child(2) .page-home-scene__box__body::after {
  background-image: url(/assets/img/wesmo/home/index_im13.webp);
}
.page-home-scene__box:nth-child(3) .page-home-scene__box__body::after {
  background-image: url(/assets/img/wesmo/home/index_im15.webp);
}
.page-home-scene__box__image {
  width: fit-content;
}
@media print, screen and (min-width: 768px) {
  .page-home-scene__box {
    width: calc((100% - (24px * 2)) / 3);
  }
  .page-home-scene__box:nth-child(3n-1) {
    margin-top: 24px;
  }
  .page-home-scene__box__head {
    top: -20px;
    min-width: 267px;
    padding: 10px 14px;
  }
  .page-home-scene__box__title {
    font-size: 1.4rem;
  }
  .page-home-scene__box__body::after {
    bottom: -32px;
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .page-home-scene__box + .page-home-scene__box {
    margin-top: calc((84 / var(--spWidth)) * 100vw);
  }
  .page-home-scene__box__head {
    top: calc((-20 / var(--spWidth)) * 100vw);
    min-width: calc((267 / var(--spWidth)) * 100vw);
    padding: calc((10 / var(--spWidth)) * 100vw) calc((15 / var(--spWidth)) * 100vw);
  }
  .page-home-scene__box__title {
    font-size: calc((14 / var(--spWidth)) * 100vw);
  }
  .page-home-scene__box__body::after {
    bottom: calc((-32 / var(--spWidth)) * 100vw);
    width: calc((120 / var(--spWidth)) * 100vw);
    height: calc((120 / var(--spWidth)) * 100vw);
  }
  .page-home-scene__box__image > img {
    width: 100%;
  }
}

/* ----- page-home-feature ----- */
.page-home-feature {
  background-image: linear-gradient(to top, var(--blue_2), var(--blue_1));
  border-radius: 30px;
}
.page-home-feature__inner {
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page-home-feature {
    margin-top: 120px;
  }
  .page-home-feature__inner {
    width: 1124px;
    padding: 104px 30px 174px;
  }
}
@media screen and (max-width: 767px) {
  .page-home-feature {
    margin-top: calc((96 / var(--spWidth)) * 100vw);
  }
  .page-home-feature__inner {
    width: auto;
    padding: calc((80 / var(--spWidth)) * 100vw) calc((20 / var(--spWidth)) * 100vw) calc((96 / var(--spWidth)) * 100vw);
  }
}

/* ----- page-home-feature__heading2 ----- */
.page-home-feature__heading2 {
  text-align: center;
}
.page-home-feature__heading2__title {
  color: #fff;
  letter-spacing: .03em;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .page-home-feature__heading2__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-home-feature__heading2__title {
    font-size: calc((28 / var(--spWidth)) * 100vw);
  }
}

/* ----- page-home-feature__media ----- */
.page-home-feature__media-wrap {
  display: flex;
  flex-flow: column wrap;
}
.page-home-feature__media__icon {
  position: absolute;
  display: flex;
  align-items: center;
  align-self: flex-end;
  justify-content: center;
  background: linear-gradient(180deg, #E97400 0%, #F89628 100%);
  border-radius: 50%;
}
.page-home-feature__media__icon__label {
  color: #fff;
  letter-spacing: .03em;
  line-height: 1.6;
}
.page-home-feature__media__inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  background-color: #fff;
  border-radius: 30px;
}
.page-home-feature__media__inner::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 1;
}
.page-home-feature__media:nth-child(1) .page-home-feature__media__inner::after {
  background-image: url(/assets/img/wesmo/home/index_ex02_02.webp);
}
.page-home-feature__media:nth-child(2) .page-home-feature__media__inner::after {
  background-image: url(/assets/img/wesmo/home/index_ex03_02.webp);
}
.page-home-feature__media:nth-child(3) .page-home-feature__media__inner::after {
  background-image: url(/assets/img/wesmo/home/index_ex04_02.webp);
}
.page-home-feature__media__head {
  flex-grow: 1;
}
.page-home-feature__media__subtitle,
.page-home-feature__media__title {
  color: var(--blue_1);
  letter-spacing: .03em;
  line-height: 1.4;
}
.page-home-feature__media__text {
  color: var(--txt_black);
  letter-spacing: .03em;
  line-height: 1.6;
}
.page-home-feature__media__text--highlight {
  color: var(--blue_2);
  letter-spacing: .03em;
  line-height: 1.6;
}
.page-home-feature__media__link__type {
  position: relative;
  color: var(--blue_1);
  letter-spacing: .03em;
  line-height: 1.6;
}
.page-home-feature__media__link__type::before {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: ease width .3s;
}
.page-home-feature__media__body {
  flex-shrink: 0;
}
.page-home-feature__media__image {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .page-home-feature__media-wrap {
    gap: 56px;
  }
  .page-home-feature__media:first-child {
    margin-top: 77px;
  }
  .page-home-feature__media {
    display: flex;
  }
  .page-home-feature__media:nth-child(odd) {
    padding-left: 30px;
  }
  .page-home-feature__media:nth-child(even) {
    justify-content: flex-end;
  }
  .page-home-feature__media__icon {
    top: -32px;
    left: -32px;
    width: 80px;
    height: 80px;
  }
  .page-home-feature__media__icon__label {
    font-size: 1.4rem;
  }
  .page-home-feature__media__icon__label--large {
    font-size: 3rem;
  }
  .page-home-feature__media__inner {
    gap: 64px;
    width: 883px;
    padding: 34px 48px 30px;
  }
  .page-home-feature__media:nth-child(1) .page-home-feature__media__inner::after {
    top: 50%;
    right: -288px;
    transform: translateY(-50%);
    width: 450px;
    height: 520px;
  }
  .page-home-feature__media:nth-child(2) .page-home-feature__media__inner::after {
    top: calc(50% + 50px);
    left: -290px;
    transform: translateY(-50%);
    width: 500px;
    height: 623px;
  }
  .page-home-feature__media:nth-child(3) .page-home-feature__media__inner::after {
    top: calc(50% + 60px);
    right: -386px;
    transform: translateY(-50%);
    width: 500px;
    height: 523px;
  }
  .page-home-feature__media__subtitle {
    margin-bottom: .2em;
    font-size: 1.8rem;
  }
  .page-home-feature__media__title {
    font-size: 2.4rem;
  }
  .page-home-feature__media__text {
    margin-top: 24px;
    font-size: 1.4rem;
  }
  .page-home-feature__media__text--highlight {
    margin-top: 1em;
    font-size: 1.4rem;
  }
  .page-home-feature__media__link {
    margin-top: 1.7em;
  }
  .page-home-feature__media__link__type {
    font-size: 1.5rem;
  }
  .page-home-feature__media__link__type:hover::before {
    width: 0%;
  }
  .page-home-feature__media__body {
    width: 302px;
  }
}
@media screen and (max-width: 767px) {
  .page-home-feature__media-wrap {
    gap: calc((96 / var(--spWidth)) * 100vw);
  }
  .page-home-feature__media:first-child {
    margin-top: calc((104 / var(--spWidth)) * 100vw);
  }
  .page-home-feature__media {
    display: flex;
  }
  .page-home-feature__media__icon {
    top: calc((-56 / var(--spWidth)) * 100vw);
    left: -4px;
    width: calc((80 / var(--spWidth)) * 100vw);
    height: calc((80 / var(--spWidth)) * 100vw);
  }
  .page-home-feature__media__icon__label {
    font-size: calc((14 / var(--spWidth)) * 100vw);
  }
  .page-home-feature__media__icon__label--large {
    font-size: calc((30 / var(--spWidth)) * 100vw);
  }
  .page-home-feature__media__inner {
    flex-direction: column;
    gap: calc((40 / var(--spWidth)) * 100vw);
    width: 100%;
    padding: calc((34 / var(--spWidth)) * 100vw) calc((20 / var(--spWidth)) * 100vw) calc((48 / var(--spWidth)) * 100vw);
  }
  .page-home-feature__media:nth-child(1) .page-home-feature__media__inner::after {
    bottom: calc(-50% + 18%);
    right: calc((-85 / var(--spWidth)) * 100vw);
    width: calc((300 / var(--spWidth)) * 100vw);
    height: calc((347 / var(--spWidth)) * 100vw);
  }
  .page-home-feature__media:nth-child(2) .page-home-feature__media__inner::after {
    bottom: calc(-50% + 5%);
    right: calc((-130 / var(--spWidth)) * 100vw);
    width: calc((400 / var(--spWidth)) * 100vw);
    height: calc((499 / var(--spWidth)) * 100vw);
  }
  .page-home-feature__media:nth-child(3) .page-home-feature__media__inner::after {
    bottom: calc(-50% + 10%);
    right: calc((-90 / var(--spWidth)) * 100vw);
    width: calc((350 / var(--spWidth)) * 100vw);
    height: calc((367 / var(--spWidth)) * 100vw);
  }
  .page-home-feature__media__subtitle {
    margin-bottom: .2em;
    font-size: calc((18 / var(--spWidth)) * 100vw);
  }
  .page-home-feature__media__title {
    font-size: calc((22 / var(--spWidth)) * 100vw);
  }
  .page-home-feature__media__text {
    margin-top: 24px;
    font-size: calc((13 / var(--spWidth)) * 100vw);
  }
  .page-home-feature__media__text--highlight {
    margin-top: 1.2em;
    font-size: calc((13 / var(--spWidth)) * 100vw);
  }
  .page-home-feature__media__link {
    margin-top: 2.2em;
  }
  .page-home-feature__media__link__type {
    font-size: calc((14 / var(--spWidth)) * 100vw);
    text-underline-offset: .2em;
  }
  .page-home-feature__media__body {
    width: calc((302 / var(--spWidth)) * 100vw);
  }
}

/* ----- page-home-shop ----- */
.page-home-shop__inner {
  text-align: center;
}
.page-home-shop__detail {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.page-home-shop__detail::after {
  content: "";
  position: absolute;
  background-image: url(/assets/img/wesmo/home/index_tx04.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-home-shop__text {
  color: var(--txt_black);
  letter-spacing: .03em;
  line-height: 1.6;
}
.page-home-shop__link__type {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0 12px;
  color: var(--blue_1);
  line-height: 1.6;
  letter-spacing: .03em;
}
@media print, screen and (min-width: 768px) {
  .page-home-shop {
    margin-top: 120px;
  }
  .page-home-shop__detail::after {
    top: 50%;
    right: -188px;
    transform: translateY(-50%);
    width: 160px;
    height: 160px;
  }
  .page-home-shop__text {
    margin-top: 24px;
    font-size: 1.5rem;
  }
  .page-home-shop__image {
    grid-column: 1;
    grid-row: 1 / 3;
  }
  .page-home-shop__image--pc {
    grid-column: 3;
    grid-row: 1 / 3;
  }
  .page-home-shop__link {
    grid-column: 2;
    grid-row: 2;
    margin-top: 50px;
  }
  .page-home-shop__link__type {
    font-size: 1.8rem;
  }
  .page-home-shop__link__type::before {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 0;
    content: "";
    width: calc(100% - 50px);
    height: 1px;
    background-color: currentColor;
    transition: ease width .3s;
  }
  .page-home-shop__link__type:hover::before {
    width: 0%;
  }
}
@media screen and (max-width: 767px) {
  .page-home-shop {
    margin-top: calc((80 / var(--spWidth)) * 100vw);
  }
  .page-home-shop__detail::after {
    display: none;
  }
  .page-home-shop__text {
    margin-top: calc((32 / var(--spWidth)) * 100vw);
    font-size: calc((13 / var(--spWidth)) * 100vw);
  }
  .page-home-shop__image {
    width: calc((220 / var(--spWidth)) * 100vw);
    margin: calc((45 / var(--spWidth)) * 100vw) auto 0;
  }
  .page-home-shop__image--pc {
    display: none;
  }
  .page-home-shop__link {
    margin-top: calc((82 / var(--spWidth)) * 100vw);
  }
  .page-home-shop__link__type {
    font-size: calc((15 / var(--spWidth)) * 100vw);
  }
  .page-home-shop__link__type::before {
    position: absolute;
    z-index: 2;
    bottom: 5px;
    left: 0;
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    background-color: currentColor;
    transition: ease width .3s;
  }
}

/* ----- page-home-shop__heading2 ----- */
.page-home-shop__heading2__title {
  color: var(--txt_black);
  letter-spacing: .03em;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .page-home-shop__heading2__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-home-shop__heading2__title {
    font-size: calc((28 / var(--spWidth)) * 100vw);
  }
}

/* ----- page-home-shop__note-list ----- */
.page-home-shop__note-list {
  display: grid;
  grid-template-columns: auto;
  row-gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-home-shop__note-list > li {
  position: relative;
  color: var(--gray_2);
  letter-spacing: .03em;
  line-height: 1.6;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .page-home-shop__list-wrap {
    margin-top: 8px;
  }
  .page-home-shop__note-list > li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .page-home-shop__list-wrap {
    margin-top: calc((8 / var(--spWidth)) * 100vw);
  }
  .page-home-shop__note-list > li {
    font-size: calc((12 / var(--spWidth)) * 100vw);
  }
}

/* ----- page-home-shop__note-list ----- */
@media print, screen and (min-width: 768px) {
  .page-home-shop__grid {
    display: grid;
    grid-template-columns: 1fr 708px 1fr;
    max-width: 1440px;
    margin-top: 30px;
    margin-inline: auto;
    padding-inline: 80px;
    padding-bottom: 120px;
  }
  .page-home-shop__grid .page-home-shop__list-wrap {
    grid-column: 2;
    grid-row: 1;
  }
}
@media screen and (max-width: 767px) {
  .page-home-shop__grid {
    margin-top: calc((38 / var(--spWidth)) * 100vw);
    padding-bottom: calc((96 / var(--spWidth)) * 100vw);
  }
  .page-home-shop__grid .page-home-shop__list-wrap {
    margin-top: 0;
  }
}

/* ----- page-home-shop__unorder-list ----- */
.page-home-shop__unorder-list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-home-shop__unorder-list > li {
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .page-home-shop__unorder-list {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-home-shop__unorder-list {
    gap: calc((16 / var(--spWidth)) * 100vw);
  }
}

/* ----- page-home-how-to-use ----- */
.page-home-how-to-use {
  background-color: #f7f7f7;
  border-radius: 30px;
}
.page-home-how-to-use__column {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.page-home-how-to-use__link {
  text-align: center;
}
.page-home-how-to-use__link__type {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0 12px;
  color: var(--blue_1);
  line-height: 1.6;
  letter-spacing: .03em;
}
@media print, screen and (min-width: 768px) {
  .page-home-how-to-use__inner {
    width: 1124px;
    max-width: 100%;
    margin: 0 auto;
    padding: 120px 30px;
  }
  .page-home-how-to-use__column {
    gap: 127px;
    margin-top: 70px;
  }
  .page-home-how-to-use__column__item {
    width: calc((100% - (127px * 2)) / 3);
  }
  .page-home-how-to-use__link {
    margin-top: 92px;
  }
  .page-home-how-to-use__link__type {
    font-size: 1.8rem;
  }
  .page-home-how-to-use__link__type::before {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 0;
    content: "";
    width: calc(100% - 50px);
    height: 1px;
    background-color: currentColor;
    transition: ease width .3s;
  }
  .page-home-how-to-use__link__type:hover::before {
    width: 0%;
  }
}
@media screen and (max-width: 767px) {
  .page-home-how-to-use__inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: calc((80 / var(--spWidth)) * 100vw) calc((60 / var(--spWidth)) * 100vw) calc((95 / var(--spWidth)) * 100vw);
  }
  .page-home-how-to-use__column {
    gap: calc((120 / var(--spWidth)) * 100vw);
    margin-top: calc((56 / var(--spWidth)) * 100vw);
  }
  .page-home-how-to-use__column__item {
    width: 100%;
  }
  .page-home-how-to-use__link {
    margin-top: calc((80 / var(--spWidth)) * 100vw);
  }
  .page-home-how-to-use__link__type {
    font-size: calc((15 / var(--spWidth)) * 100vw);
  }
  .page-home-how-to-use__link__type::before {
    position: absolute;
    z-index: 2;
    bottom: calc((5 / var(--spWidth)) * 100vw);
    left: 0;
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    background-color: currentColor;
    transition: ease width .3s;
  }
}

/* ----- page-home-how-to-use__heading2 ----- */
.page-home-how-to-use__heading2 {
  text-align: center;
}
.page-home-how-to-use__heading2__title {
  color: var(--txt_black);
  letter-spacing: .03em;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .page-home-how-to-use__heading2__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-home-how-to-use__heading2 {
    margin-inline: calc((-30 / var(--spWidth)) * 100vw);
  }
  .page-home-how-to-use__heading2__title {
    font-size: calc((28 / var(--spWidth)) * 100vw);
  }
}

/* ----- page-home-how-to-use__box ----- */
.page-home-how-to-use__box {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 20px 0px #3636361A;
}
.page-home-how-to-use__column__item + .page-home-how-to-use__column__item .page-home-how-to-use__box::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  background: url(/assets/img/wesmo/cmn_ic16.svg) 50% 50% no-repeat;
  background-size: contain;
}
.page-home-how-to-use__box__body {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.page-home-how-to-use__box__title {
  color: var(--txt_black);
  letter-spacing: .03em;
  line-height: 1.6;
  text-align: center;
}
.page-home-how-to-use__box__link {
  text-align: center;
}
.page-home-how-to-use__box__link__type {
  position: relative;
  color: var(--blue_1);
  letter-spacing: .03em;
  line-height: 1.6;
}
.page-home-how-to-use__box__link__type::before {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: ease width .3s;
}
@media print, screen and (min-width: 768px) {
  .page-home-how-to-use__box {
    min-height: 270px;
  }
  .page-home-how-to-use__column__item + .page-home-how-to-use__column__item .page-home-how-to-use__box::before {
    left: -79px;
    width: 30px;
    height: 25px;
  }
  .page-home-how-to-use__box__head {
    padding: 16px 12px 0;
  }
  .page-home-how-to-use__column__item:nth-child(3n+1) .page-home-how-to-use__box__body {
    padding-right: 22px;
  }
  .page-home-how-to-use__column__item:nth-child(3n+2) .page-home-how-to-use__box__body {
    padding-right: 15px;
  }
  .page-home-how-to-use__column__item:nth-child(3n+3) .page-home-how-to-use__box__body {
    padding-right: 0;
  }
  .page-home-how-to-use__box__title {
    margin-top: 24px;
    font-size: 2.2rem;
  }
  .page-home-how-to-use__box__link {
    margin-top: 16px;
  }
  .page-home-how-to-use__box__link__type {
    font-size: 1.5rem;
  }
  .page-home-how-to-use__box__link__type:hover::before {
    width: 0%;
  }
}
@media screen and (max-width: 767px) {
  .page-home-how-to-use__box {
    min-height: calc((270 / var(--spWidth)) * 100vw);
  }
  .page-home-how-to-use__column__item + .page-home-how-to-use__column__item .page-home-how-to-use__box::before {
    top: calc((-60 / var(--spWidth)) * 100vw);/* 間の空き(96)+疑似要素の高さ(25) / 2 = 60 */
    left: calc(50% - calc((26 / var(--spWidth)) * 100vw));
    width: calc((30 / var(--spWidth)) * 100vw);
    height: calc((25 / var(--spWidth)) * 100vw);
    transform: rotate(90deg) translate(-50%, -50%);
  }
  .page-home-how-to-use__box__head {
    padding: calc((16 / var(--spWidth)) * 100vw) calc((8 / var(--spWidth)) * 100vw) 0;
  }
  .page-home-how-to-use__column__item:nth-child(3n+1) .page-home-how-to-use__box__body {
    padding-right: calc((22 / var(--spWidth)) * 100vw);
  }
  .page-home-how-to-use__column__item:nth-child(3n+2) .page-home-how-to-use__box__body {
    padding-right: calc((14 / var(--spWidth)) * 100vw);
  }
  .page-home-how-to-use__column__item:nth-child(3n+3) .page-home-how-to-use__box__body {
    padding-right: 0;
  }
  .page-home-how-to-use__column__item:nth-child(3n+1) .page-home-how-to-use__box__body > img {
    width: calc((182 / var(--spWidth)) * 100vw);
  }
  .page-home-how-to-use__column__item:nth-child(3n+2) .page-home-how-to-use__box__body > img {
    width: calc((199 / var(--spWidth)) * 100vw);
  }
  .page-home-how-to-use__column__item:nth-child(3n+3) .page-home-how-to-use__box__body > img {
    width: calc((202 / var(--spWidth)) * 100vw);
  }
  .page-home-how-to-use__box__title {
    margin-top: calc((24 / var(--spWidth)) * 100vw);
    font-size: calc((22 / var(--spWidth)) * 100vw);
  }
  .page-home-how-to-use__box__link {
    margin-top: calc((16 / var(--spWidth)) * 100vw);
  }
  .page-home-how-to-use__box__link__type {
    font-size: calc((15 / var(--spWidth)) * 100vw);
    text-underline-offset: .2em;
  }
}

/* ----- page-home-security ----- */
.page-home-security {
  padding: 0;
}
.page-home-security__text {
  color: var(--txt_black);
  letter-spacing: .03em;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .page-home-security__inner {
    width: 1124px;
    max-width: 100%;
    margin: 0 auto;
    padding: 120px 30px;
  }
  .page-home-security__text {
    margin-top: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-home-security__inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: calc((80 / var(--spWidth)) * 100vw) calc((19 / var(--spWidth)) * 100vw) calc((96 / var(--spWidth)) * 100vw);
  }
  .page-home-security__text {
    margin-top: calc((32 / var(--spWidth)) * 100vw);
    font-size: calc((13 / var(--spWidth)) * 100vw);
  }
}

/* ----- page-home-security__heading2 ----- */
.page-home-security__heading2 {
  text-align: center;
}
.page-home-security__heading2__title {
  color: var(--txt_black);
  letter-spacing: .03em;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .page-home-security__heading2__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-home-security__heading2 {
    margin-inline: calc((-19 / var(--spWidth)) * 100vw);
  }
  .page-home-security__heading2__title {
    font-size: calc((28 / var(--spWidth)) * 100vw);
  }
}

/* ----- page-home-security__box ----- */
.page-home-security__box {
  text-align: center;
}
.page-home-security__box__inner {
  background: linear-gradient(180deg, var(--blue_1) 0%, var(--blue_2) 100%);
}
.page-home-security__box__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
.page-home-security__box__title {
  color: #fff;
  letter-spacing: .03em;
  line-height: 1.6;
}
.page-home-security__box__body--column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-home-security__box__item {
  width: 100%;
}
.page-home-security__box__item__title {
  display: inline-block;
  background-color: #f7f7f7;
  border-radius: 10px;
  color: var(--blue_1);
  letter-spacing: .03em;
  line-height: 1.6;
}
.page-home-security__box__item__text {
  color: #fff;
  letter-spacing: .03em;
  line-height: 1.6;
}
.page-home-security__box__item__note {
  color: #fff;
  letter-spacing: .03em;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .page-home-security__box {
    display: flex;
    height: 100%;
    margin-top: 48px;
  }
  .page-home-security__box__inner {
    flex-grow: 1;
    padding: 40px 93px 64px;
    border-radius: 30px;
  }
  .page-home-security__box__head {
    gap: 16px;
  }
  .page-home-security__box__title {
    font-size: 3.2rem;
  }
  .page-home-security__box__body {
    margin-top: 40px;
  }
  .page-home-security__box__body--column {
    flex-flow: row wrap;
    gap: 64px;
    margin-top: 40px;
  }
  .page-home-security__box__body--column .page-home-security__box__item {
    width: calc((100% - (64px * 2)) / 3);
  }
  .page-home-security__box__item__title {
    min-width: 150px;
    padding: 4px 16px;
    font-size: 1.8rem;
  }
  .page-home-security__box__item__text {
    margin-top: 14px;
    font-size: 1.5rem;
  }
  .page-home-security__box__item__note {
    margin-top: 16px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .page-home-security__box {
    margin-top: calc((40 / var(--spWidth)) * 100vw);
  }
  .page-home-security__box__inner {
    padding: calc((32 / var(--spWidth)) * 100vw) calc((20 / var(--spWidth)) * 100vw) calc((40 / var(--spWidth)) * 100vw);
    border-radius: 20px;
  }
  .page-home-security__box__head {
    gap: calc((16 / var(--spWidth)) * 100vw);
  }
  .page-home-security__box__title {
    font-size: calc((32 / var(--spWidth)) * 100vw);
  }
  .page-home-security__box__body {
    margin-top: calc((32 / var(--spWidth)) * 100vw);
  }
  .page-home-security__box__body--column {
    flex-flow: row wrap;
    gap: calc((32 / var(--spWidth)) * 100vw);
    margin-top: calc((32 / var(--spWidth)) * 100vw);
  }
  .page-home-security__box__body--column .page-home-security__box__item {
    width: 100%;
  }
  .page-home-security__box__item__title {
    min-width: calc((65 / var(--spWidth)) * 100vw);
    padding: calc((6 / var(--spWidth)) * 100vw) calc((16 / var(--spWidth)) * 100vw);
    font-size: calc((16 / var(--spWidth)) * 100vw);
  }
  .page-home-security__box__item__text {
    margin-top: calc((10 / var(--spWidth)) * 100vw);
    font-size: calc((13 / var(--spWidth)) * 100vw);
  }
  .page-home-security__box__item__note {
    margin-top: calc((16 / var(--spWidth)) * 100vw);
    font-size: calc((12 / var(--spWidth)) * 100vw);
    text-align: center;
  }
}

/* ----- page-home-security__column ----- */
.page-home-security__column {
  display: flex;
  flex-flow: row wrap;
}
.page-home-security__column__item > *:first-child {
  margin-top: 0!important;
}
@media print, screen and (min-width: 768px) {
  .page-home-security__column {
    gap: 28px;
    margin-top: 28px;
  }
  .page-home-security__column__item {
    width: calc((100% - 28px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .page-home-security__column {
    gap: calc((16 / var(--spWidth)) * 100vw);
    margin-top: calc((16 / var(--spWidth)) * 100vw);
  }
  .page-home-security__column__item {
    width: 100%;
  }
}

/* ----- page-home-faq ----- */
.page-home-faq {
  background-image: linear-gradient(to top, var(--blue_2), var(--blue_1));
  border-radius: 20px 20px 0 0;
}
.page-home-faq .c-headline-v1 {
  color: #fff;
  letter-spacing: .03em;
  line-height: 1.6;
  text-indent: 0;
}
.page-home-faq .c-morelink__item {
  line-height: 1.6;
  letter-spacing: .03em;
}
@media print, screen and (min-width: 768px) {
  .page-home-faq {
    padding-block: 120px;
  }
  .page-home-faq .c-headline-v1 {
    margin-bottom: 48px;
    font-size: 3.2rem;
  }
  .page-home-faq .c-morelink {
    margin-top: 64px;
  }
  .page-home-faq .c-morelink__item {
    font-size: 1.8rem;
  }
  .page-home-faq .c-morelink__item::before {
    bottom: 1rem;
    width: calc(100% - 50px);
  }
  .page-home-faq .c-morelink__item:hover::before {
    width: 0%;
  }
}
@media screen and (max-width: 767px) {
  .page-home-faq {
    padding-block: calc((80 / var(--spWidth)) * 100vw) calc((96 / var(--spWidth)) * 100vw);
  }
  .page-home-faq .c-headline-v1 {
    margin-bottom: calc((40 / var(--spWidth)) * 100vw);
    font-size: calc((28 / var(--spWidth)) * 100vw);
  }
  .page-home-faq .c-morelink {
    margin-top: calc((43 / var(--spWidth)) * 100vw);
  }
  .page-home-faq .c-morelink__item {
    font-size: calc((15 / var(--spWidth)) * 100vw);
  }
  .page-home-faq .c-morelink__item::before {
    bottom: .5rem;
    width: calc(100% - 36px);
  }
}

/* ----- page-home-contact ----- */
.page-home-contact {
  background-color: #F5F6F8;
}
.page-home-contact__box {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px #1E202314;
  text-align: center;
}
.page-home-contact__box__title {
  color: var(--txt_black);
  letter-spacing: .03em;
  line-height: 1.6;
}
.page-home-contact__box__lead {
  margin: 0;
  color: var(--txt_black);
  letter-spacing: .03em;
  line-height: 1.6;
}
.page-home-contact__box__note {
  color: var(--gray_1);
  letter-spacing: .03em;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .page-home-contact {
    padding: 0;
  }
  .page-home-contact__inner {
    width: 1124px;
    max-width: 100%;
    margin: 0 auto;
    padding: 120px 30px;
  }
  .page-home-contact__box {
    padding: 48px;
    border-radius: 30px;
  }
  .page-home-contact__box__title {
    font-size: 3.2rem;
  }
  .page-home-contact__box__head + .page-home-contact__box__body {
    margin-top: 24px;
  }
  .page-home-contact__box__lead {
    font-size: 1.5rem;
  }
  .page-home-contact__box__note {
    margin-top: 32px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-home-contact {
    padding: 0;
  }
  .page-home-contact__inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: calc((80 / var(--spWidth)) * 100vw) calc((20 / var(--spWidth)) * 100vw) calc((96 / var(--spWidth)) * 100vw);
  }
  .page-home-contact__box {
    padding: calc((48 / var(--spWidth)) * 100vw) calc((14 / var(--spWidth)) * 100vw);
    border-radius: 20px;
  }
  .page-home-contact__box__title {
    font-size: calc((28 / var(--spWidth)) * 100vw);
  }
  .page-home-contact__box__head + .page-home-contact__box__body {
    margin-top: calc((16 / var(--spWidth)) * 100vw);
  }
  .page-home-contact__box__lead {
    font-size: calc((13 / var(--spWidth)) * 100vw);
  }
  .page-home-contact__box__note {
    margin-top: calc((24 / var(--spWidth)) * 100vw);
    font-size: calc((12 / var(--spWidth)) * 100vw);
    text-align: left;
  }
}

/* ----- page-home-contact ----- */
.page-home-contact__box__button-wrap {
  display: grid;
  grid-template-columns: auto;
}
.page-home-contact__box__button {
  display: flex;
  justify-content: center;
}
.page-home-contact__box__button__type {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 12px;
  border: 1px solid var(--blue_1);
  border-radius: 50px;
  overflow: hidden;
  transition: ease color .3s, ease background-color 0s 0s;
}
.page-home-contact__box__button__type > * {
  position: relative;
  z-index: 1;
}
.page-home-contact__box__button__label {
  color: var(--blue_1);
  letter-spacing: .03em;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .page-home-contact__box__button-wrap {
    gap: 2rem 36px;
    margin-top: 32px;
  }
  .page-home-contact__box__button__type {
    min-width: 384px;
    min-height: 79px;
    padding: 10px;
  }
  .page-home-contact__box__button__type:hover {
    background-color: var(--blue_1);
    transition: ease color .3s 0s, ease background-color 0s .2s;
  }
  .page-home-contact__box__button__type:hover .page-home-contact__box__button__label {
    color: #fff;
  }
  .page-home-contact__box__button__type::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    content: "";
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 100%;
    background-color: var(--blue_1);
    transition: ease transform .3s;
  }
  .page-home-contact__box__button__type:hover::after {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .page-home-contact__box__button__label::before {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: ease width .3s;
  }
  .page-home-contact__box__button__type:hover .page-home-contact__box__button__label::before {
    width: 0%;
  }
  .page-home-contact__box__button__label {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .page-home-contact__box__button-wrap {
    gap: calc((20 / var(--spWidth)) * 100vw);
    margin-top: calc((24 / var(--spWidth)) * 100vw);
  }
  .page-home-contact__box__button__type {
    min-width: calc((294 / var(--spWidth)) * 100vw);
    min-height: calc((64 / var(--spWidth)) * 100vw);
    padding: calc((17 / var(--spWidth)) * 100vw);
  }
  .page-home-contact__box__button__type::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    content: "";
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 100%;
    background-color: var(--blue_1);
    transition: ease transform .3s;
  }
  .page-home-contact__box__button__label::before {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: ease width .3s;
  }
  .page-home-contact__box__button__label {
    font-size: calc((17 / var(--spWidth)) * 100vw);
  }
}

/* ----- page-home-contact ----- */
.page-home-contact__list-wrap {
  width: fit-content;
  margin-inline: auto;
}
.page-home-contact__note-title {
  display: inline-block;
  color: var(--gray_1);
  letter-spacing: .03em;
  line-height: 1.6;
}
.page-home-contact__note-list {
  display: grid;
  grid-template-columns: auto;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}
.page-home-contact__note-list > li {
  position: relative;
  list-style: none;
  color: var(--gray_1);
  letter-spacing: .03em;
  line-height: 1.6;
}
.page-home-contact__note-list__mark {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .page-home-contact__list-wrap {
    margin-top: 36px;
  }
  .page-home-contact__note-title {
    font-size: 1.3rem;
  }
  .page-home-contact__note-list {
    gap: 2px 20px;
  }
  .page-home-contact__note-list > li {
    padding-left: calc(1em + 2px);
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .page-home-contact__list-wrap {
    margin-top: calc((35 / var(--spWidth)) * 100vw);
  }
  .page-home-contact__note-title {
    font-size: calc((12 / var(--spWidth)) * 100vw);
  }
  .page-home-contact__note-list {
    gap: 2px calc((20 / var(--spWidth)) * 100vw);
  }
  .page-home-contact__note-list > li {
    padding-left: calc(1em + 2px);
    font-size: calc((12 / var(--spWidth)) * 100vw);
  }
}

/* ----- page-home-fixfooter ----- */
.page-home-fixfooter {
  position: fixed;
  z-index: 2000;
  bottom: 0;
  bottom: env(safe-area-inset-bottom);
  left: 0%;
  width: 100%;
  transition: transform 0.2s, background 0.2s; }
  @media print, screen and (min-width: 768px) {
    .page-home-fixfooter {
      transform: translateY(100%);
      backdrop-filter: blur(10px);
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 100%); }
      .is-gnav-open .page-home-fixfooter, .page-home-fixfooter {
        transform: translateY(0%);
        backdrop-filter: blur(20px); } }
  @media screen and (max-width: 767px) {
    .page-home-fixfooter .page-home-fixfooter-layout {
      transform: translateY(0);
      opacity: 1;
      visibility: visible; }
    .is-gnav-open .page-home-fixfooter .page-home-fixfooter-button {
      transform: translateY(0);
      opacity: 1;
      visibility: visible; }
    .is-gnav-open .page-home-fixfooter .page-home-fixfooter-layout {
      transform: translateY(100%);
      opacity: 0;
      visibility: hidden; }
    body:has(.page-home-fixfooter) .p-footer {
      padding-bottom: calc((100 / var(--spWidth) ) * 100vw); } }

.page-home-fixfooter-layout {
  display: flex;
  align-items: center;
  gap: 0 85px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  height: 80px;
  min-width: 1154px;
  max-width: 1286px; }
  @media print, screen and (min-width: 768px) {
    .page-home-fixfooter-layout {
      justify-content: center; } }
  @media screen and (min-width: 768px) and (max-width: 1300px) {
    .page-home-fixfooter-layout {
      gap: 0 30px; } }
  @media screen and (max-width: 767px) {
    .page-home-fixfooter-layout {
      position: absolute;
      bottom: 0;
      left: 0;
      gap: 0 calc((15 / var(--spWidth) ) * 100vw);
      justify-content: center;
      min-width: 0;
      height: auto;
      padding-block: calc((12 / var(--spWidth) ) * 100vw);
      background: #fff;
      box-shadow: 0px -4px 16px 0px #00285714;
      transform: translateY(100%);
      opacity: 0;
      visibility: hidden;
      transition: transform 0.2s, opacity 0.2s, visibility 0.2s; } }

.page-home-fixfooter-layout__left {
  flex-shrink: 0; }
  @media print, screen and (min-width: 768px) {
    .page-home-fixfooter-layout__left {
      display: flex;
      align-items: center;
      gap: 0 54px; } }
  @media screen and (min-width: 768px) and (max-width: 1300px) {
    .page-home-fixfooter-layout__left {
      gap: 0 20px; } }
  @media screen and (max-width: 767px) {
    .page-home-fixfooter-layout__left {
      color: var(--blue_1);
      font-size: calc((13 / var(--spWidth) ) * 100vw);
      line-height: 1.3;
      letter-spacing: 0.08em; } }

.page-home-fixfooter-layout__right {
  display: flex;
  align-items: center;
  gap: 0 18px; }
  @media print, screen and (min-width: 768px) {
    .page-home-fixfooter-layout__right {
      padding-right: 64px; } }
  @media screen and (max-width: 767px) {
    .page-home-fixfooter-layout__right {
      padding-right: 0; } }
  .page-home-fixfooter-layout__right > [class*="download"] {
    display: block; }
    @media print, screen and (min-width: 768px) {
      .page-home-fixfooter-layout__right > [class*="download"] {
        position: relative; }
        .page-home-fixfooter-layout__right > [class*="download"] img {
          transition: ease all 0.3s; }
        .page-home-fixfooter-layout__right > [class*="download"]:hover img {
          opacity: 0.3; } }

.page-home-fixfooter__download--appstore {
  width: 155px; }
  @media screen and (max-width: 767px) {
    .page-home-fixfooter__download--appstore {
      width: calc((98 / var(--spWidth) ) * 100vw); } }

.page-home-fixfooter__download--googleplay {
  width: 180px; }
  @media screen and (max-width: 767px) {
    .page-home-fixfooter__download--googleplay {
      width: calc((122 / var(--spWidth) ) * 100vw); } }

.page-home-fixfooter__logo {
  flex-shrink: 0;
  position: relative;
  color: var(--blue_1);
  text-align: center; }
  @media screen and (max-width: 767px) {
    .page-home-fixfooter__logo {
      display: none; } }
  .page-home-fixfooter__logo .page-home-fixfooter__logo__typo {
    width: 166px; }

.page-home-fixfooter__logo__sub {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em; }

.page-home-fixfooter-notice {
  color: var(--blue_1); }

.page-home-fixfooter-notice__lead {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-feature-settings: "palt"; }

.page-home-fixfooter-notice__note {
  font-size: 1.4rem;
  letter-spacing: 0.08em; }
@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
  body:has(.page-home-fixfooter) .p-footer {
    padding-bottom: calc((160 / var(--spWidth)) * 100vw);
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main {
    min-width: 1024px;
  }
  .page-home-hero__inner {
    background-position: center;
  }
  .page-home-hero__heading1__subtitle {
    font-size: calc(18 / 1440 * 100vw);
  }
  .page-home-hero__heading1__title {
    width: calc(464 / 1440 * 100vw);
  }
  .page-home-hero__detail {
    min-height: calc(725 / 1440 * 100vw);
  }
  .page-home-hero__detail__image {
    width: calc(380 / 1440 * 100vw);
  }
  .page-home-hero__image--1 {
    top: calc(47 / 1440 * 100vw);
    left: calc(46 / 1440 * 100vw);
    width: calc(412 / 1440 * 100vw);
  }
  .page-home-hero__image--1::before {
    bottom: calc(-82 / 1440 * 100vw);
    left: calc(-84 / 1440 * 100vw);
    width: calc(190 / 1440 * 100vw);
    height: calc(218 / 1440 * 100vw);
  }
  .page-home-hero__image--2 {
    top: calc(392 / 1440 * 100vw);
    left: calc(-4 / 1440 * 100vw);
    width: calc(156 / 1440 * 100vw);
  }
  .page-home-hero__image--3 {
    top: calc(465 / 1440 * 100vw);
    left: calc(94 / 1440 * 100vw);
    width: calc(288 / 1440 * 100vw);
  }
  .page-home-hero__image--3::before {
    top: calc(-144 / 1440 * 100vw);
    right: calc(-150 / 1440 * 100vw);
    width: calc(280 / 1440 * 100vw);
    height: calc(322 / 1440 * 100vw);
  }
  .page-home-hero__image--4 {
    top: calc(37 / 1440 * 100vw);
    right: calc(59 / 1440 * 100vw);
    width: calc(132 / 1440 * 100vw);
  }
  .page-home-hero__image--4::before {
    bottom: calc(-142 / 1440 * 100vw);
    left: calc(-302 / 1440 * 100vw);
    width: calc(359 / 1440 * 100vw);
    height: calc(293 / 1440 * 100vw);
  }
  .page-home-hero__image--5 {
    top: calc(288 / 1440 * 100vw);
    right: calc(-2 / 1440 * 100vw);
    width: calc(137 / 1440 * 100vw);
  }
  .page-home-hero__image--6 {
    top: calc(370 / 1440 * 100vw);
    right: calc(70 / 1440 * 100vw);
    width: calc(318 / 1440 * 100vw);
  }
  .page-home-hero__image--6::before {
    bottom: calc(-104 / 1440 * 100vw);
    left: calc(-60 / 1440 * 100vw);
    width: calc(176 / 1440 * 100vw);
    height: calc(202 / 1440 * 100vw);
  }
  .page-home-hero__movie {
    top: calc(592 / 1440 * 100vw);
    right: calc(20 / 1440 * 100vw);
  }
  .page-home-hero__movie__figure__frame > img {
    width: calc(200 / 1440 * 100vw);
    height: calc(113 / 1440 * 100vw);
  }
  .page-home-hero__movie__figure__frame::after {
    width: calc(59 / 1440 * 100vw);
    height: calc(59 / 1440 * 100vw);
  }
  .page-home-hero__movie__figure__caption {
    font-size: calc(14 / 1440 * 100vw);
  }
  .page-home-important-notice {
    width: 74%;
  }
  .page-home-about-box__inner {
    width: 88%;
  }
  .page-home-about-box__body {
    padding-inline: 30px;
  }
  .page-home-about-box__grid {
    grid-template-columns: 320px 1fr 196px;
  }
  .page-home-about-box__grid__image--right {
    width: 100%;
  }
  .page-home-scene {
    width: 100%;
  }
  .page-home-scene__inner::after {
    top: calc(-150 / 1440 * 100vw);
    right: calc(-150 / 1440 * 100vw);
    width: calc(278 / 1440 * 100vw);
    height: calc(227 / 1440 * 100vw);
  }
  .page-home-scene__box__head {
    min-width: 86%;
  }
  .page-home-scene__box__body::after {
    width: calc(160 / 1440 * 100vw);
    height: calc(160 / 1440 * 100vw);
  }
  .page-home-feature__media:nth-child(1) .page-home-feature__media__inner::after {
    right: calc(-278 / 1440 * 100vw);
    width: calc(450 / 1440 * 100vw);
    height: calc(520 / 1440 * 100vw);
  }
  .page-home-feature__media:nth-child(2) .page-home-feature__media__inner::after {
    left: calc(-290 / 1440 * 100vw);
    width: calc(500 / 1440 * 100vw);
    height: calc(623 / 1440 * 100vw);
  }
  .page-home-feature__media:nth-child(3) .page-home-feature__media__inner::after {
    right: calc(-286 / 1440 * 100vw);
    width: calc(500 / 1440 * 100vw);
    height: calc(523 / 1440 * 100vw);
  }
  .p-footer__guide__pagetop {
    bottom: calc(20px + 80px + 10px);
  }
}