@charset "UTF-8";

/*----------------------------------
  下層ページ
-----------------------------------*/
.p-page-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8901), to(#fa6757));
  background: linear-gradient(to bottom, #ff8901, #fa6757);
  position: relative;
  height: 23.75rem;
  overflow: hidden;
  border-bottom: 2px solid #000;
}

@media (min-width: 768px) {
  .p-page-header {
    height: 29.25rem;
  }
}

.p-page-header__inner {
  height: inherit;
}

.p-page-header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

@media (min-width: 768px) {
  .p-page-header__contents {
    -webkit-box-flex: content;
    -ms-flex: content;
    flex: content;
    position: relative;
  }
}

.p-page-header__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-padding-before: 6.25rem;
  padding-block-start: 6.25rem;
}

@media (min-width: 768px) {
  .p-page-header__ttl {
    -webkit-padding-before: 10.625rem;
    padding-block-start: 10.625rem;
  }
}

.p-page-header__ttl--en {
  font-size: max(2.5rem, 32px);
}

@media (min-width: 0px) {
  .p-page-header__ttl--en {
    font-size: 2.5rem;
  }
}

.p-page-header__ttl--en {
  font-weight: 700;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .p-page-header__ttl--en {
    font-size: max(5rem, 64px);
    font-weight: 700;
    line-height: 1.25;
  }
}

@media (min-width: 768px) and (min-width: 0px) {
  .p-page-header__ttl--en {
    font-size: 5rem;
  }
}

.p-page-header__ttl--ja {
  font-size: max(1rem, 12.8px);
}

@media (min-width: 0px) {
  .p-page-header__ttl--ja {
    font-size: 1rem;
  }
}

.p-page-header__ttl--ja {
  font-weight: 700;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .p-page-header__ttl--ja {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.5;
  }
}

@media (min-width: 768px) and (min-width: 0px) {
  .p-page-header__ttl--ja {
    font-size: 1.25rem;
  }
}

/*----------------------------------
  画像
-----------------------------------*/
.p-page-header__img {
  position: absolute;
  bottom: -1px;
  display: block;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.buil {
  position: relative;
  z-index: 3;
  width: 40vw;
  min-width: 17.5rem;
  max-width: 34.375rem;
  aspect-ratio: 1116/402;
}

@media (min-width: 768px) {
  .buil {
    width: 40vw;
  }
}

.face {
  position: absolute;
  z-index: 2;
  bottom: 52%;
  right: 16%;
  width: 11.2vw;
  min-width: 5rem;
  max-width: 8.4375rem;
  aspect-ratio: 1242/1520;
}

.hand {
  position: absolute;
  z-index: 0;
  bottom: 58%;
  right: 41%;
  width: 8vw;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  min-width: 3.75rem;
  max-width: 6.875rem;
  aspect-ratio: 1056/1264;
}

.deco01 {
  position: absolute;
  transform: translateY(0.3rem);
  z-index: 4;
  aspect-ratio: 3/4;
  width: 6vw;
  left: -10%;
  bottom: 0;
  max-width: 5rem;
  min-width: 3rem;
  bottom: 0;
}

.deco02 {
  position: absolute;
  z-index: 4;
  aspect-ratio:3/4;
  width: 4vw;
  max-width: 3rem;
  bottom: 71%;
  min-width: 1.6rem;
  left: -1%;
}

.deco03 {
  position: absolute;
  z-index: 4;
    aspect-ratio: 3 / 4;
    width: 4vw;
    max-width: 2.3rem;
    min-width: 1.6rem;
  bottom: 0;
  left: 17%;
}

.deco04 {
 position: absolute;
  transform: translateY(0.3rem);
    z-index: 4;
    aspect-ratio: 3 / 4;
    width: 6vw;
    max-width: 5rem;
    min-width: 3rem;
    bottom: -4px;
    right: 0%;
}

.deco05 {
  position: absolute;
  z-index: 1;
  bottom: 108%;
  right: 9%;
  aspect-ratio: 48/65;
  width: 4vw;
  max-width: 2.8125rem;
  min-width: 1.875rem;
  -webkit-animation: waveX 4s ease-in-out infinite, waveY 2s ease-in-out infinite;
  animation: waveX 4s ease-in-out infinite, waveY 2s ease-in-out infinite;
}

/*----------------------------------
  ぱんくずリスト
-----------------------------------*/
.p-bcm {
  display: none;
}

@media (min-width: 880px) {
  .p-bcm {
    width: 100%;
    position: absolute;
    z-index: 100;
    z-index: 100;
    top: 6.25rem;
    left: 0;
    display: block;
  }
}

.p-bcm__inner {
  width: 100%;
  max-width: 100%;
  padding: 0 1.25rem;
  margin-inline: auto;
  height: inherit;
}

@media (min-width: 880px) {
  .p-bcm__inner {
    width: 100%;
    max-width: 85.375rem;
    padding: 0 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
  }
}

.p-bcm__top,
.p-bcm__current {
  font-size: 0.75rem;
  line-height: 1.1875rem;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.36px;
}

.p-bcm__top p,
.p-bcm__current p {
  color: #000000;
}

.p-bcm__triangle {
  width: 0.356rem;
  height: 0.5285625rem;
}