:root {
  --c-cursor: var(--c-white);
}

@-webkit-keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.pFv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: var(--c-gray);
}

.pFv__background {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.pFv__background::after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c-gray);
  content: "";
  opacity: 0.5;
}

.pFv__inner {
  z-index: 1;
  position: relative;
  padding-top: 120rem;
}

.pFv__container {
  padding: 0 32rem;
}

.pFv__half {
  position: relative;
  width: 100%;
  height: 128rem;
  overflow: hidden;
}

.pFv__half_item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350rem;
  height: 350rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pFv__half_item_image {
  width: 100%;
  height: 100%;
}

.pFv__title {
  margin-top: 17rem;
}

.pFv__title_en {
  z-index: 1;
  position: absolute;
  top: 104rem;
  left: 16rem;
  font-weight: 400;
  font-size: 50rem;
  font-family: var(--f-en);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.pFv__title_en_item {
  display: block;
}

.pFv__title_jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  gap: 6rem;
}

.pFv__title_jp_index {
  z-index: 1;
  position: relative;
  padding: 5rem 6rem 0;
  font-weight: 400;
  font-size: 24rem;
  line-height: 1;
  font-family: var(--f-en);
  letter-spacing: -0.02em;
}

.pFv__title_jp_index::before {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c-white);
  content: "";
}

.pFv__title_jp_text {
  position: relative;
  font-weight: 500;
  font-size: 18rem;
  line-height: 1.6;
  font-family: var(--f-noto-serif);
  letter-spacing: 0.02em;
}

.pFv__title_jp_text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--c-black);
  content: "";
}

.pFv__headline {
  z-index: 1;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 12rem 0 0 auto;
  padding: 8rem 16rem 12rem;
  color: var(--c-white);
  font-weight: 400;
  font-size: 24rem;
  line-height: 1;
  letter-spacing: 0.02em;
}

.pFv__headline::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c-black);
  content: "";
}

.pFv__image {
  z-index: 0;
  position: relative;
  width: 100%;
  margin-top: -16rem;
}

.pSectionPin {
  border-top: 1rem solid var(--c-black);
  background: -webkit-gradient(linear, right top, left top, color-stop(30.29%, #e4ecef), to(#c1dee9));
  background: linear-gradient(270deg, #e4ecef 30.29%, #c1dee9 100%);
  background: var(--Linear, linear-gradient(270deg, var(--, #e4ecef) 30.29%, #c1dee9 100%));
}

.pSectionPin__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 16rem 56rem;
  gap: 17rem;
}

.pSectionLead {
  padding: 32rem 24rem 40rem;
}

.pSectionLead__text {
  font-weight: 400;
  font-size: 15rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.pSection__wrapper {
  position: relative;
  padding: 120rem 24rem 24rem;
  overflow: hidden;
  background-color: #becfd7;
}

.pSection__wrapper::after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--c-black);
  content: "";
  pointer-events: none;
}

.pSection__background {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pSection__background img {
  height: 100%;
}

.pSection__inner {
  z-index: 1;
  position: relative;
  padding: 32rem 24rem;
  background-color: var(--c-white);
}

.pSection__headline_en {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2rem;
  font-weight: 700;
  font-size: 13rem;
  line-height: 1;
  font-family: var(--f-en);
  letter-spacing: -0.02em;
}

.pSection__headline_en::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--c-black);
  content: "";
}

.pSection__headline_jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16rem;
  gap: 6rem;
}

.pSection__headline_jp_text {
  z-index: 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 31rem;
  padding: 4rem 6rem 7rem;
  color: var(--c-white);
  font-weight: 500;
  font-size: 20rem;
  line-height: 1;
  font-family: var(--f-noto-serif);
  letter-spacing: 0.02em;
}

.pSection__headline_jp_text::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: var(--c-black);
  content: "";
  -webkit-transition: -webkit-transform 0.4s var(--e-out-expo);
  transition: -webkit-transform 0.4s var(--e-out-expo);
  transition: transform 0.4s var(--e-out-expo);
  transition: transform 0.4s var(--e-out-expo), -webkit-transform 0.4s var(--e-out-expo);
}

.pSection__headline_jp_text.is-start:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.pSection__text {
  margin-top: 16rem;
  font-weight: 400;
  font-size: 14rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.pRecommend {
  position: relative;
  overflow: hidden;
  border-top: 1rem solid var(--c-black);
  border-bottom: 1rem solid var(--c-black);
}

.pRecommend__background {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f8f8;
}

.pRecommend__background::after {
  opacity: 0.4;
}

.pRecommend__background_item {
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse 70% 50% at 90% 20%, #61ffd5 0%, rgba(184, 230, 184, 0.4) 40%,rgba(184, 230, 184, 0.4) 40%, transparent 70%), radial-gradient(ellipse 50% 70% at 10% 90%, #61ffd5 0%, rgba(168, 216, 168, 0.4) 40%, transparent 70%), linear-gradient(125deg, transparent 0%, transparent 15%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0.2) 65%, transparent 75%,transparent 75%, transparent 100%), linear-gradient(55deg, #87ceeb 0%, #ffffff 25%, #95cdff 60%, #0088ff 100%);
  background: radial-gradient(ellipse 70% 50% at 90% 20%, #61ffd5 0%, rgba(184, 230, 184, 0.4) 40% 40%, transparent 70%), radial-gradient(ellipse 50% 70% at 10% 90%, #61ffd5 0%, rgba(168, 216, 168, 0.4) 40%, transparent 70%), linear-gradient(125deg, transparent 0%, transparent 15%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0.2) 65%, transparent 75% 75%, transparent 100%), linear-gradient(55deg, #87ceeb 0%, #ffffff 25%, #95cdff 60%, #0088ff 100%);
  background-position: 0% 50%;
  background-size: 200% 200%;
  -webkit-animation: bggradient 30s ease infinite;
          animation: bggradient 30s ease infinite;
  opacity: 1;
}

.pRecommend__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 56rem 32rem 38rem;
}

.pRecommend__headline {
  position: relative;
  font-weight: 700;
  font-size: 14rem;
  line-height: 1;
  font-family: var(--f-en);
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.pRecommend__headline::after {
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--c-black);
  content: "";
}

.pRecommend__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 26rem;
  gap: 16rem;
}

.pRecommend__link {
  width: 100%;
  border: 1px solid var(--c-black);
  background-color: var(--c-white);
}

.pRecommend__link_image {
  display: block;
  width: 100%;
  height: 180rem;
}

.pRecommend__link_image img {
  height: 100%;
}

.pRecommend__link_container {
  display: block;
  position: relative;
  width: 100%;
  height: 56rem;
  padding: 15rem 16rem 0;
}

.pRecommend__link_text {
  z-index: 1;
  position: relative;
  font-weight: 500;
  font-size: 23rem;
  line-height: 1;
  font-family: var(--f-noto-serif);
  letter-spacing: 0.02em;
}

.pRecommend__link_text--2 {
  display: block;
  margin-top: -28rem;
  line-height: 1.3;
}

.pRecommend__link_text::after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  background-color: var(--c-gray);
  content: "";
  -webkit-transition: -webkit-transform 0.4s var(--e-out-expo);
  transition: -webkit-transform 0.4s var(--e-out-expo);
  transition: transform 0.4s var(--e-out-expo);
  transition: transform 0.4s var(--e-out-expo), -webkit-transform 0.4s var(--e-out-expo);
}

.pRecommend__link_icon {
  --icon-width: 56rem;
  --icon-height: 56rem;
  position: absolute;
  right: -1rem;
  bottom: 0;
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .lContainer {
    position: relative;
  }
  .pFv {
    height: 100vh;
    min-height: 660rem;
  }
  .pFv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0;
  }
  .pFv__container {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 30.31vh 25rem 5.66vh 56rem;
  }
  .pFv__half {
    width: 44.34vh;
    height: 37.74vh;
  }
  .pFv__half_item {
    width: 58.96vh;
    height: 58.96vh;
  }
  .pFv__title_en {
    top: 12.97vh;
    left: 4.25vh;
    font-size: 8.02vh;
  }
  .pFv__title_jp {
    margin: 10.26vh 0 0 0;
    gap: 1.89vh;
  }
  .pFv__title_jp_index {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -0.83vh;
    padding: 0.59vh 0.71vh 0;
    font-size: 4.72vh;
  }
  .pFv__title_jp_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 2.83vh;
  }
  .pFv__title_jp_text::before {
    -webkit-transition: -webkit-transform 0.4s var(--e-out-expo);
    transition: -webkit-transform 0.4s var(--e-out-expo);
    transition: transform 0.4s var(--e-out-expo);
    transition: transform 0.4s var(--e-out-expo), -webkit-transform 0.4s var(--e-out-expo);
  }
  .pFv__headline {
    margin: 1.89vh 0 0;
    padding: 0.94vh 1.89vh 1.42vh;
    font-size: 7.19vh;
  }
  .pFv__image {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 120.75vh;
    height: 100%;
    margin: 0;
  }
  .pFv__image img {
    height: 100%;
  }
  .pSectionLead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 97rem 0 104rem;
  }
  .pSectionLead__text {
    width: 880rem;
    font-size: 16rem;
  }
  .pSectionContainer {
    min-height: 100vh;
  }
  .pSectionContainer--last {
    padding-bottom: var(--scoop-card-last-bottom);
  }
  .pSectionContainer__trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    pointer-events: none;
  }
  .pSectionPin__inner {
    padding: 0 72rem 0;
    gap: 100vh;
  }
  .pSection {
    position: absolute;
    top: 0;
    left: 0;
    width: 1368rem;
    height: 100%;
    padding: 0;
  }
  .pSection--last {
    position: relative;
  }
  .pSection--last::after {
    display: block;
    position: absolute;
    bottom: -var(--scoop-card-last-bottom);
    left: -72rem;
    width: 1512rem;
    height: var(--scoop-card-last-bottom);
    background-color: var(--c-black);
    background: -webkit-gradient(linear, right top, left top, color-stop(30.29%, #e4ecef), to(#c1dee9));
    background: linear-gradient(270deg, #e4ecef 30.29%, #c1dee9 100%);
    background: var(--Linear, linear-gradient(270deg, var(--, #e4ecef) 30.29%, #c1dee9 100%));
    content: "";
  }
  .pSection__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: calc(100% - var(--scoop-card-common-bottom));
    padding: 8rem;
    overflow: hidden;
    background-color: var(--c-white);
  }
  .pSection__wrapper--last {
    height: 100%;
  }
  .pSection__background {
    top: 8rem;
    left: 8rem;
    width: calc(100% - 16rem);
    height: calc(100% - 16rem);
    overflow: hidden;
  }
  .pSection__inner {
    width: 840rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
  }
  .pSection__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24rem 24rem 0 0;
  }
  .pSection__headline_en {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 0rem;
    font-size: 16rem;
  }
  .pSection__headline_jp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 7rem 0 0 -25rem;
    gap: 8rem;
  }
  .pSection__headline_jp_text {
    height: 44rem;
    padding: 4rem 13rem 7rem;
    font-size: 32rem;
  }
  .pSection__text {
    margin-top: 32rem;
    padding: 0 72rem 72rem;
    font-size: 16rem;
  }
  .pRecommendFooter {
    position: relative;
    padding-bottom: 215rem;
    background-color: var(--c-white);
  }
  .pRecommend {
    position: relative;
  }
  .pRecommend__background::after {
    opacity: 1;
  }
  .pRecommend__background_item {
    opacity: 0.4;
  }
  .pRecommend__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: calc(100% - 215rem);
    padding: 80rem 32rem 64rem;
  }
  .pRecommend__headline {
    font-size: 16rem;
  }
  .pRecommend__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 35rem;
    grid-gap: 28rem;
    gap: 28rem;
  }
  .pRecommend__link {
    height: 100%;
    margin: 0;
  }
  .pRecommend__link:nth-of-type(2) {
    margin-top: 0;
  }
  .pRecommend__link_image {
    width: 100%;
    height: 257rem;
  }
  .pRecommend__link_container {
    height: 64rem;
    padding: 12rem 0 0 15rem;
  }
  .pRecommend__link_icon {
    --icon-width: 64rem;
    --icon-height: 64rem;
    bottom: 0;
  }
  .pRecommend__link_text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 31rem;
  }
  .pRecommend__link_text--2 {
    margin: 0;
    line-height: 1;
  }
  .lFooter {
    z-index: 10;
    position: absolute;
    bottom: 0;
  }
}

@media screen and (min-width: 768px) and (any-hover: hover) {
  .pRecommend__link:hover .pRecommend__link_text::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.pSection__headline_jp_text--1_1 {
  width: 157rem;
}

.pSection__headline_jp_text--1_2 {
  width: 157rem;
}

.pSection__headline_jp_text--2_1 {
  width: 136rem;
}

.pSection__headline_jp_text--2_2 {
  width: 136rem;
}

.pSection__headline_jp_text--3_1 {
  width: 218rem;
}

.pSection__headline_jp_text--3_2 {
  width: 157rem;
}

.pSection__headline_jp_text--4_1 {
  width: 238rem;
}

.pSection__headline_jp_text--4_2 {
  width: 198rem;
}

.pSection__headline_jp_text--4_3 {
  width: 96rem;
}

.pSection__headline_jp_text--5_1 {
  width: 136rem;
}

.pSection__headline_jp_text--5_2 {
  width: 176rem;
}

.pRecommend__link_text--2 {
  margin-top: -59rem;
}

@media screen and (min-width: 768px) {
  .pSectionContainer {
    position: relative;
    width: 100%;
  }
  .pSectionContainer--1 {
    height: 100vh;
  }
  .pSectionContainer--2 {
    height: 100vh;
  }
  .pSectionContainer--3 {
    height: 100vh;
  }
  .pSectionContainer--4 {
    height: calc(791rem + var(--scoop-card-common-bottom));
  }
  .pSectionContainer--5 {
    height: calc(784rem + var(--scoop-card-last-bottom));
  }
  .pSection__headline_jp_text--1_1 {
    width: 484rem;
  }
  .pSection__headline_jp_text--2_1 {
    width: 418rem;
  }
  .pSection__headline_jp_text--3_1 {
    width: 222rem;
  }
  .pSection__headline_jp_text--3_2 {
    width: 389rem;
  }
  .pSection__headline_jp_text--4_1 {
    width: 387rem;
  }
  .pSection__headline_jp_text--4_2 {
    width: 454rem;
  }
  .pSection__headline_jp_text--5_1 {
    width: 485rem;
  }
  .pRecommend__link_text--2 {
    margin-top: 0;
  }
}
