@charset "utf-8";
:root {
  --color-primary: #00A6E6;
  --color-secondary: #34C759;
  --color-tertiary: #eef5f4;
  --color-background: #FFFFFF;
  --color-black: #000000;
  --color-gray01: #404040;
	--color-gray02: #C4C4C4;
  --color-gray03: #E9E9E9;
  --color-white: #FFFFFF;
  --margin-big: 8.333vw;
  --margin-middle: 4.167vw;
  --margin-small: 1.389vw;
  --margin-col: 2.778vw;
  --container-w1: 4.167vw;
  --container-w2: 2.083vw;
  --header-hight: 100px;
  --size-10: 0.694vw;
  --size-12: 0.833vw;
  --size-16: 1.111vw;
  --size-20: 1.389vw;
  --size-24: 1.667vw;
  --size-28: 1.944vw;
  --size-30: 2.083vw;
  --size-32: 2.222vw;
  --size-36: 2.500vw;
  --size-40: 2.778vw;
  --size-44: 3.056vw;
  --size-48: 3.333vw;
  --size-50: 3.472vw;
  --size-52: 3.611vw;
  --size-56: 3.889vw;
  --size-60: 4.167vw;
  --size-64: 4.444vw;
  --size-68: 4.722vw;
  --size-70: 4.861vw;
  --size-72: 5.000vw;
  --size-76: 5.278vw;
  --size-80: 5.556vw;
  --size-84: 5.833vw;
  --size-88: 6.111vw;
  --size-90: 6.250vw;
  --size-92: 6.389vw;
  --size-96: 6.667vw;
  --size-100: 6.944vw;
  --size-110: 7.639vw;
  --size-120: 8.333vw;
  --size-130: 9.028vw;
  --size-140: 9.722vw;
  --size-150: 10.417vw;
  --size-160: 11.111vw;
  --size-170: 11.806vw;
  --size-180: 12.500vw;
  --size-190: 13.194vw;
  --size-200: 13.889vw;
}
@media screen and (max-width: 768px) {
  :root {
    --header-hight: 80px;
    --margin-big: max(60px, 7.813vw);
    --margin-middle: max(30px, 3.906vw);
    --margin-col: max(20px, 2.604vw);
    --container-w1: max(20px, 3.906vw);
    --size-10: max(16px, 1.302vw);
    --size-12: max(16px, 1.563vw);
    --size-16: max(16px, 2.083vw);
    --size-20: max(16px, 2.604vw);
    --size-24: max(16px, 3.125vw);
    --size-28: max(16px, 3.646vw);
    --size-30: max(16px, 3.906vw);
    --size-32: max(16px, 4.167vw);
    --size-36: max(16px, 4.688vw);
    --size-40: max(16px, 5.208vw);
    --size-44: max(16px, 5.729vw);
    --size-48: max(16px, 6.250vw);
    --size-50: max(16px, 6.510vw);
    --size-52: max(16px, 6.771vw);
    --size-56: max(16px, 7.292vw);
    --size-60: max(16px, 7.813vw);
    --size-64: max(16px, 8.333vw);
    --size-68: max(16px, 8.854vw);
    --size-70: max(16px, 9.115vw);
    --size-72: max(16px, 9.375vw);
    --size-76: max(16px, 9.896vw);
    --size-80: max(16px, 10.417vw);
    --size-84: max(16px, 10.938vw);
    --size-88: max(16px, 11.458vw);
    --size-90: max(16px, 11.719vw);
    --size-92: max(16px, 11.979vw);
    --size-96: max(16px, 12.500vw);
    --size-100: max(16px, 13.021vw);
    --size-110: max(16px, 14.323vw);
    --size-120: max(16px, 15.625vw);
    --size-130: max(16px, 16.927vw);
    --size-140: max(16px, 18.229vw);
    --size-150: max(16px, 19.531vw);
    --size-160: max(16px, 20.833vw);
    --size-170: max(16px, 22.135vw);
    --size-180: max(16px, 23.438vw);
    --size-190: max(16px, 24.740vw);
    --size-200: max(16px, 26.042vw);
  }
}
@media screen and (max-width: 480px) {
  :root {
    --margin-big: max(40px, 8.333vw);
    --margin-middle: max(20px, 4.167vw);
    --container-w1: max(20px, 4.167vw);
    --container-w2: max(20px, 4.167vw);
    --size-10: max(14px, 2.083vw);
    --size-12: max(14px, 2.500vw);
    --size-16: max(14px, 3.333vw);
    --size-20: max(14px, 4.167vw);
    --size-24: max(14px, 5.000vw);
    --size-28: max(14px, 5.833vw);
    --size-30: max(14px, 6.250vw);
    --size-32: max(14px, 6.667vw);
    --size-36: max(14px, 7.500vw);
    --size-40: max(14px, 8.333vw);
    --size-44: max(14px, 9.167vw);
    --size-48: max(14px, 10.000vw);
    --size-50: max(14px, 10.417vw);
    --size-52: max(14px, 10.833vw);
    --size-56: max(14px, 11.667vw);
    --size-60: max(14px, 12.500vw);
    --size-64: max(14px, 13.333vw);
    --size-68: max(14px, 14.167vw);
    --size-70: max(14px, 14.583vw);
    --size-72: max(14px, 15.000vw);
    --size-76: max(14px, 15.833vw);
    --size-80: max(14px, 16.667vw);
    --size-84: max(14px, 17.500vw);
    --size-88: max(14px, 18.333vw);
    --size-90: max(14px, 18.750vw);
    --size-92: max(14px, 19.167vw);
    --size-96: max(14px, 20.000vw);
    --size-100: max(14px, 20.833vw);
    --size-110: max(14px, 22.917vw);
    --size-120: max(14px, 25.000vw);
    --size-130: max(14px, 27.083vw);
    --size-140: max(14px, 29.167vw);
    --size-150: max(14px, 31.250vw);
    --size-160: max(14px, 33.333vw);
    --size-170: max(14px, 35.417vw);
    --size-180: max(14px, 37.500vw);
    --size-190: max(14px, 39.583vw);
    --size-200: max(14px, 41.667vw);
  }
}
/*====================================================================
　Commons
====================================================================*/
html {
  /* スクロールバーのスペースを常に確保して、表示/非表示による横幅のズレを防止 */
  overflow-y: scroll;
  scrollbar-gutter: stable;
}
html, body {
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
  font-size: var(--size-16);
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 1080px) {
  html, body {
    font-size: var(--size-20);
  }
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: var(--size-16);
  }
}
body{
	color: var(--color-black);
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.8;
  background: #FFF;
  font-weight: 400;
}
body.is-opening {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
img {
  display: block;
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
::-webkit-full-page-media, :future, :root img{
  image-rendering: auto;
}
svg {
  fill: currentColor;
  max-width: 100%;
}
p {
	margin: var(--margin-small) 0;
}
input, 
button, 
select, 
textarea {
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
input, 
select, 
textarea {
  background: #FFF;
}
*:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #333;
}
/* Visually hidden but accessible to screen readers */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/*
link
---------------------------------------------------------*/
a {
	transition: all .3s ease;
}
a:link {
	color: var(--color-black);
	text-decoration: none;
}
a:visited {
	color: var(--color-black);
	text-decoration: none;
}
a:hover {
  opacity: .6;
	text-decoration: underline;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*
navskip
---------------------------------------------------------*/
.navskip { display: none; }
/*====================================================================
Layout……各ページを構成するサイト全体で共通したエリアを管理
====================================================================*/
/*----------------------------------------*/
.l-pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.l-pagetop a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background-color: var(--color-primary);
	border-radius: 50%;
  color: var(--color-white);
}
.l-pagetop a:hover {
  text-decoration: none !important;
}
/*----------------------------------------*/
.l-container00 {
  margin: 0;
  position: relative;
}

.l-container01 {
  margin: var(--margin-big) 0;
}
.l-container01:first-child {
  margin: var(--margin-middle) 0 var(--margin-big);
}
.l-container01.bg01 {
  background: var(--color-tertiary);
  margin: 0;
  padding: var(--margin-big) 0;
}
.l-container01.bg__contact {
  background: var(--color-tertiary);
  margin: 0;
  padding: var(--margin-middle) 0;
}
/*----------------------------------------*/
.l-section01 {
  max-width: calc(1120px + (var(--container-w1) * 2));
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--container-w1);
}
.l-section02 {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 calc((100% - (1120px + (var(--container-w1) * 2))) / 2);
}

/*====================================================================
Project……再利用予定のないプロジェクト固有のスタイルを管理
====================================================================*/

.p-opening{
  position: fixed;
  width: 100%;
  height: 100dvh;
  background: var(--color-white);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  pointer-events: none;
  overflow: hidden;
}
.p-opening__bg{
  background: var(--color-white);
  opacity: 1;
}

.p-opening.is-hidden {
  display: none;
}
.p-opening__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--color-primary);
  opacity: 0;
  z-index: 1;
}
.p-opening__logotype {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.p-opening__logotype img{
  width: 29.616vw;
}
@media screen and (max-width: 768px) {
  .p-opening__logotype img{
    width: calc(29.616vw * 1.8);
  }
}

.p-header{
  position: fixed;
  z-index: 10;
  padding: 20px;
}
.p-header > a:hover{
  opacity: .6;
}
.p-header img{
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.9)) 
          drop-shadow(0 0 3px rgba(255, 255, 255, 1))
          drop-shadow(0 0 1px rgba(255, 255, 255, 0.5));
}
.p-header[style*="opacity: 0"],
.p-header[style*="opacity:0"]{
  pointer-events: none;
}



.p-keyvisual{
  position: sticky;
  top: 0;
  width: 100%;
  height: 140dvh; /* 100vh + 40vh for parallax scroll buffer */
  pointer-events: none;
}

.p-keyvisual__bg{
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100dvh;
  z-index: -1;
  will-change: transform;
  pointer-events: none;
}
.p-keyvisual__bg > svg{
  width: 100%;
  height: 100%;
  position: absolute;
}
.p-keyvisual__bg > svg.sp{
  display: none;
}

.p-keyvisual__logo-area{
  width: 100%;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-keyvisual__logo{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: var(--size-40);
}
.logomark{
  position: absolute;
  top: 0;
  right: 0;
}
.p-keyvisual__logo .logomark img{
  width: 17.488vw;
}
.p-keyvisual__logo .logotype{
  font-size: 4rem;
  font-weight: 700;
  transform-origin: center center;
  will-change: transform, opacity, filter;
}
.p-keyvisual__logo .logotype img{
  width: 29.616vw;
}
@media (orientation: portrait) {
  .p-keyvisual__bg > svg.pc{
    display: none;
  }
  .p-keyvisual__bg > svg.sp{
    display: initial;
    transform: scale(1);
  }
  .p-keyvisual__logo .logomark img{
    width: calc(17.488vw * 1.8);
  }
  .p-keyvisual__logo .logotype img{
    width: calc(29.616vw * 1.8);
  }
}

.p-keyvisual__scroll-anime{
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  height: 100dvh;
  color: var(--color-primary);
  /* color: #e65700; */
  font-weight: 500;
  font-size: 12px;
  /* mix-blend-mode: difference; */
}
.p-keyvisual__scroll-anime > span{
  border-left: 1px solid var(--color-primary);
  /* border-left: 1px solid #e65700; */
  padding: 3.5em 0.5em;
  overflow: hidden;
  position: relative;
  transition: color .6s , border .6s;
}
.p-keyvisual__scroll-anime > span::before{
  content: "";
  display: inline-block;
  width: 6px;
  aspect-ratio: 1 / 1;
  border-radius: 60px;
  background: var(--color-primary);
  /* background: #e65700; */
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  animation: keyvisual__scroll-anime 3s ease 0s 1 forwards;
  animation-iteration-count: infinite;
  transition: background-color .6s;
}

.p-keyvisual__scroll-anime > span.is-over-parallax{
  color: var(--color-white) !important;
  border-left: 1px solid var(--color-white) !important;
}
.p-keyvisual__scroll-anime > span.is-over-parallax::before{
  background: var(--color-white) !important;
}

@keyframes keyvisual__scroll-anime {
	0% { top: 0; }
	100% { top: 100%;}
}

.p-keyvisual__skip-anime{
  position: fixed;
  bottom: 32px;
  right: 92px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
  font-weight: 500;
  font-size: 16px;
}
.p-keyvisual__skip-anime > span{
  border-bottom: 1px solid var(--color-black);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: opacity .6s;
}
.p-keyvisual__skip-anime > span:hover{
  text-decoration: none;
  opacity: .6;
}


.p-keyvisual__start-anime{
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
  font-weight: 500;
  font-size: 12px;
  transform: translateY(36vh);
}
.p-keyvisual__start-anime > span{
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: opacity .6s;
}
.p-keyvisual__start-anime > span img{
  width: max(6.527vw , 92px);
}
.p-keyvisual__start-anime > span:hover{
  text-decoration: none;
  opacity: .6;
}
@media (orientation: portrait) {
  .p-keyvisual__start-anime{
    transform: translateY(calc(29.616vw * 1.3));
  }
}
@media screen and (max-height: 430px) and (orientation: landscape) {
  .p-keyvisual__start-anime > span img{
    width: 50px !important;
  }
  .p-keyvisual__start-anime{
    transform: translateY(39vh);
  }
}





.p-content01{
  width: 100%;
  min-height: 250dvh;
}
.p-content01__area{
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  padding: var(--size-60) 0;
}
@media screen and (max-height: 700px) and (orientation: portrait) {
  .p-content01{
    min-height: 100dvh;
  }
  .p-content01__area{
    padding: var(--size-60) 0;
  }
}
.p-content01__message{
  display: flex;
  gap: var(--size-32);
  width: 69.4vw;
  max-width: 1280px;
}
.message_text{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--size-40);
}
.message_text p{
  margin: 0;
  line-height: calc(1em + 14px);
}

@media screen and (max-width: 1080px) {
  .message_logomark img{
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .p-content01__message{
    flex-direction: column;
    align-items: center;
  }
}



.p-parallax{
  position: relative;
}



.p-content03{
  width: 100%;
  height: 300dvh;
  position: relative;
  z-index: 2;
}
.p-content03__bg{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--color-white);
  clip-path: circle(100% at 50% 50%);
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}
.p-content03__bg img{
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;   /* 追加 */
  height: 100%;  /* 追加 */
}
/* 背景画像の切り替えアニメーション */
.p-content03__bg .bg-img {
  opacity: 0;
  transition: opacity 0s ease-in-out;
}
.p-content03__bg .bg-img.is-active {
  opacity: 1;
}
.p-content03__area{
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  margin-top: -100vh;
  z-index: 3;
}
.p-content03__message{
  width: 69.4vw;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--size-60);
}
.p-content03__area .year{
  display: flex;
  justify-content: center;
}
/* オドメーター スタイル */
.odometer {
  display: flex;
  justify-content: center;
  gap: 0;
}
.odometer-digit {
  height: clamp(80px, 15vw, 180px);
  overflow: hidden;
  position: relative;
}
.odometer-digit-inner {
  display: flex;
  flex-direction: column;
}
.odometer-num {
  height: clamp(80px, 15vw, 180px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.odometer-num img {
  height: 100%;
  width: auto;
  display: block;
}




.p-content04{
  position: sticky;
  top: 0;
  width: 100%;
  min-height: 600vh;
  margin-top: -200vh;
  background:
  url(../img/con4_bg01.png) top center / 100% auto repeat-y,
  linear-gradient(0deg, #E8447E 0%, #1B67B2 49.52%, #04B1BE 100%);
  z-index: 1;
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  .p-content04{
    min-height: 1000vh;
  }
}
.p-content04__area{
  width: 100%;
  /* min-height: 200vh; */
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  z-index: 3;
  isolation: isolate;
  overflow: hidden;
}
.p-content04__iv{
  width: 100%;
  min-height: 100dvh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-content04__iv .image{
  width: 100%;
  min-height: 100vh;
  display: flex;
}
.p-content04__iv .image > img{
  width: 100%;
  object-fit: cover;
}
.p-content04__iv .image .sp{
  display: none;
}
.p-content04__iv .text{
  position: absolute;
  top:var(--size-48);
  width: calc(100% - (var(--size-48) * 2));
  height: calc(100dvh - (var(--size-48) * 2));

  display: flex;
  padding: var(--size-48);
}
.p-content04__iv .text > img{
  width: 100%;
}

.p-content04__text01{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--size-60);
  margin-top: var(--size-200);
  padding: 0 var(--margin-middle);
}
.p-content04__text02{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--size-40);
  margin-top: var(--size-60);
  margin-bottom: var(--size-200);
  padding: 0 var(--margin-middle);
}
.p-content04__text02 p{
  margin: 0;
  text-align: center;
  color: var(--color-white);
  line-height: calc(1em + 20px);
  letter-spacing: 0.15em;
}
.p-content04__text02-adjust{
  width: max(29.86vw, 430px);
}
.p-content04__text02-adjust.sp{
  display: none;
}
@media screen and (max-width:425px) {
  .p-content04__text02-adjust{
    width: max(90.512vw, 353px);
  }
  .p-content04__text02-adjust.pc{
   display: none;
  }
  .p-content04__text02-adjust.sp{
    display: block;
  }
}


/*順々に表示する*/
@keyframes Display__order2 {
	0% { opacity: 0; }
	100% { opacity: 1;filter: blur(0); transform: translateY(0);}
}
.anime_anker.display__order .order1,
.anime_anker.display__order .order2,
.anime_anker.display__order .order3,
.anime_anker.display__order .order4,
.anime_anker.display__order .order5,
.anime_anker.display__order .order6,
.anime_anker.display__order .order7,
.anime_anker.display__order .order8,
.anime_anker.display__order .order9,
.anime_anker.display__order .order10{
  opacity: 0;
  filter: blur(30px);
  transform: translateY(100px);
}
.anime_anker.display__order.active .order1{
	animation: Display__order2 1.2s ease 0s 1 forwards;
  position: absolute;
  top: 0;
  left: 0;
  width: 32.6vw;
}
.anime_anker.display__order.active .order2{
	animation: Display__order2 1.2s ease 0.3s 1 forwards;
  position: absolute;
  top: 8vw;
  right: 0;
  width: 8.541vw;
}
.anime_anker.display__order.active .order3{
	animation: Display__order2 1.2s ease 0.6s 1 forwards;
  position: absolute;
  bottom: 7vw;
  left: 11vw;
  width: 6.805vw;
}
.anime_anker.display__order.active .order4{
	animation: Display__order2 1.2s ease 1s 1 forwards;
  position: absolute;
  bottom: 9vw;
  right: 8vw;
  width: 24.72vw;
}
.anime_anker.display__order.active .order5{
	animation: Display__order2 1.2s ease 1.3s 1 forwards;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 30.208vw;
}
.anime_anker.display__order.active .order6{
	animation: Display__order2 1.2s ease 1.6s 1 forwards;
  position: absolute;
  top: 8vw;
  right: 0;
  left: 36vw;
  margin: auto;
  width: 16.111vw;
}
.anime_anker.display__order.active .order7{
	animation: Display__order2 1.2s ease 2s 1 forwards;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.7vw;
}
.anime_anker.display__order.active .order8{
	animation: Display__order2 1.2s ease 2.3s 1 forwards;
  position: absolute;
  top: 9vh;
  bottom: 0;
  left: 0;
  right: 9vw;
  margin: auto;
  width: 28.055vw;
}
.anime_anker.display__order.active .order9{
	animation: Display__order2 1.2s ease 2.6s 1 forwards;
  position: absolute;
}
.anime_anker.display__order.active .order10{
	animation: Display__order2 1.2s ease 3s 1 forwards;
  position: absolute;
}
.anime_anker.display__order .sp{
  display: none;
}

@media (orientation: portrait) {
  .p-content04__iv .image .pc{
    display: none;
  }
  .p-content04__iv .image{
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    display: flex;
  }
  .p-content04__iv .image > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-content04__iv .image .sp{
    display: block;
  }
  .anime_anker.display__order .pc{
    display: none;
  }
  .anime_anker.display__order .sp{
    display: block;
  }
  .anime_anker.display__order.active .order1{
    width: calc(32.6vw * 1.4);
  }
  .anime_anker.display__order.active .order2{
    width: calc(8.541vw * 1.4);
    top: 11%;
  }
  .anime_anker.display__order.active .order3{
    width: calc(6.805vw * 1.4);
    bottom: -12%;
    top: 0;
    left: 0;
    margin: auto;
  }
  .anime_anker.display__order.active .order4{
    width: calc(24.72vw * 1.4);
    bottom: 0;
    right: initial;
    left: 0;
  }
  .anime_anker.display__order.active .order5{
    width: calc(30.208vw * 2);
    right: 0;
    left: initial;
    top: 0;
    bottom: -32%;
    margin: auto;
  }
  .anime_anker.display__order.active .order6{
    width: calc(16.111vw * 1.4);
    top: 16%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .anime_anker.display__order.active .order7{
    width: calc(2.7vw * 1.4);
    top: 18%;
    right: initial;
  }
  .anime_anker.display__order.active .order8{
    width: calc(28.055vw * 2);
    top: -28%;
  }
}
@media screen and (max-width: 425px) {
  .anime_anker.display__order.active .order1{
    width: 55.725vmin;/*219*/
  }
  .anime_anker.display__order.active .order2{
    width: 14.269vmin;/*56.08*/
  }
  .anime_anker.display__order.active .order3{
    width: 10.063vmin;/*39.55*/
  }
  .anime_anker.display__order.active .order4{
    width: 55.949vmin;/*219.88*/
  }
  .anime_anker.display__order.active .order5{
    width: 64.608vmin;/*305*/
  }
  .anime_anker.display__order.active .order6{
    width: 35.862vmin;/*140.94*/
  }
  .anime_anker.display__order.active .order7{
    width: 6.262vmin;/*24.61*/
  }
  .anime_anker.display__order.active .order8{
    width: 58.465vmin;/*273*/
  }
}






.p-content05{
  background: var(--color-gray02);
}
.p-content05__item{
  display: block;
  overflow: hidden;
  margin-top: -1px;
}
.p-content05__item img{
  margin-top: -1px;
  width: 100%;
}
.p-content05__area{
  padding: var(--size-100) var(--margin-middle) var(--size-80);
  display: flex;
  justify-content: center;
}
.p-content05__layout{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1745px;
  padding-bottom: 4vw;
}
.p-content05__movie{
  display: flex;
  position: relative;
}
.p-content05__movie iframe{
  width: 100%;
  height: auto;
  max-width: 86%;
  aspect-ratio: 16 / 9;
  border-radius: var(--size-20);
}
.p-content05__text01{
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(90deg) translateX(100%);
  transform-origin: top right;
  filter: contrast(2);
  z-index: 1;
  pointer-events: none;
}
.p-content05__text01 img{
  height: 14vw;
}
.p-content05__text01 .sp{
  display: none;
}
.p-content05__text02{
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  gap: var(--size-40);
  pointer-events: none;
}
.p-content05__text02 .text01 img{
  width: 50vw;
}
.p-content05__text02 .text01 .sp{
  display: none;
}
.p-content05__text02 .text02{
  flex: 1;
  background: var(--color-gray02);
  border-radius: 20px 0 0 0;
  padding: var(--size-40) 0 0 var(--size-40);
}
.p-content05__text02 .text02 p{
  margin: 0;
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-content05__layout{
    padding-bottom: 0;
  }
  .p-content05__text01{
    transform: initial;
    position: static;
    margin-bottom: var(--size-40);
  }
  .p-content05__text01 img{
    height: auto;
  }
  .p-content05__movie iframe{
    max-width: 100%;
  }
  .p-content05__text02{
    position: static;
    display: flex;
    flex-direction: column;
    align-items: initial;
    gap: var(--size-40);
    margin-top: var(--size-40);
  }
  .p-content05__text02 .text01 img{
    width: 100%;
  }
  .p-content05__text02 .text02{
    padding: 0;
  }
}
@media screen and (max-width: 425px) {
  .p-content05__text01 .pc{
    display: none;
  }
  .p-content05__text01 .sp{
    display: block;
  }
  .p-content05__text02 .text01 img.pc{
    display: none;
  }
  .p-content05__text02 .text01 img.sp{
    display: block;
    width: max(76.923vw , 300px);
    margin: auto;
  }
}




.p-content06{
  margin-top: var(--size-200);
}
.p-content06__area1{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: var(--size-60);
  padding: 0 var(--margin-middle);
}
.p-content06__area1 .text01 .sp{
  display: none;
}
.p-content06__area1 .text02{
  display: flex;
  flex-direction: row-reverse;
  gap: var(--size-32);
}
.p-content06__area1 .text02 p{
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.p-content06__area1 .text02 p img{
  width: 54.051vw;
}
.p-content06__area1 .text02 .sp{
  display: none;
}

@media screen and (max-width: 768px) {
  .p-content06__area1{
    flex-direction: column;
    align-items: center;
  }
  .p-content06__area1 .text01 .pc{
    display: none;
  }
  .p-content06__area1 .text01{
    width: 100%;
    flex: 1;
  }
  .p-content06__area1 .text01 .sp{
    display: block;
    width: max(42.708vw , 615px);
    margin: auto;
  }
  .p-content06__area1 .text02{
    flex-direction: column;
  }
  .p-content06__area1 .text02 p{
    writing-mode: initial;
    text-orientation: initial;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait){
  .p-content06__area1 .text02 p img{
    width: min(90vw , 352px);
  }
  .p-content06__area1 .text02 .pc{
    display: none;
  }
  .p-content06__area1 .text02 .sp{
    display: block;
  }
}

.p-content06__area2{
  margin-top: var(--size-120);
  display: flex;
  gap: var(--size-60);
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:500px){
  .p-content06__area2{
    flex-direction: column;
  }
}



.p-footer{
  margin-top: var(--size-200);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--size-40);
  padding-bottom: var(--size-60);
}
.copyright{
  margin: 0;
  font-size: var(--size-12);
  text-align: center;
}


/*-------------------------------------------*/
/*====================================================================
Component……再利用可能な小さな単位のモジュールを管理（ボタンなど）
====================================================================*/

.c-btn01{
  color: var(--color-primary) !important;
  padding: 0.42vw var(--size-40) 0.6vw;
  line-height: calc(1em + 12px);
  display: inline-flex;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
}
.c-btn01:hover{
  opacity: 1;
  background-color: var(--color-tertiary);
  text-decoration: none;
}

/*====================================================================
Utility…調整のための便利クラスなどを管理
====================================================================*/
.u-left {  text-align: left !important;}
.u-right {  text-align: right !important;}
.u-center {  text-align: center;}
.u-center--pc {  text-align: center;}
@media screen and (max-width: 768px) {
	.u-center--pc {  text-align: left;}
	.u-center--sp {  text-align: center;}
}
@media screen and (max-width: 768px) {
  .u-spbr{
    display: none;
  }
}
.u-lh10{line-height: 1 !important;}
.u-lh12{line-height: 1.2 !important;}
.u-lh14{line-height: 1.4 !important;}
.u-lh16{line-height: 1.6 !important;}
.u-lh18{line-height: 1.8 !important;}
.u-lh20{line-height: 2 !important;}
/*----------------------------------------*/
.u-fnt--bold{font-weight: bold !important;}
.u-fnt--w01{font-weight: 100 !important;}
.u-fnt--w02{font-weight: 200 !important;}
.u-fnt--w03{font-weight: 300 !important;}
.u-fnt--w04{font-weight: 400 !important;}
.u-fnt--w05{font-weight: 500 !important;}
.u-fnt--w06{font-weight: 600 !important;}
.u-fnt--w07{font-weight: 700 !important;}
.u-fnt--w08{font-weight: 800 !important;}
.u-fnt--w09{font-weight: 900 !important;}
/*----------------------------------------*/
.u-m--layout01  {margin-top: var(--margin-big) !important;}
.u-m--layout02  {margin-top: var(--margin-middle) !important;}
.u-m--layout03  {margin-top: var(--margin-small) !important;}
.u-m10  {margin: 10px !important;}
.u-m20  {margin: 20px !important;}
.u-m30  {margin: 30px !important;}
.u-m40  {margin: 40px !important;}
.u-m50  {margin: 50px !important;}
.u-m60  {margin: 60px !important;}
.u-m70  {margin: 70px !important;}
.u-m80  {margin: 80px !important;}
.u-m90  {margin: 90px !important;}
.u-m100  {margin: 100px !important;}
.u-mt0  {margin-top: 0 !important;}
.u-mt10 {margin-top: 10px !important;}
.u-mt20 {margin-top: 20px !important;}
.u-mt30 {margin-top: 30px !important;}
.u-mt40 {margin-top: 40px !important;}
.u-mt50 {margin-top: 50px !important;}
.u-mt60 {margin-top: 60px !important;}
.u-mt70 {margin-top: 70px !important;}
.u-mt80 {margin-top: 80px !important;}
.u-mt90 {margin-top: 90px !important;}
.u-mt100 {margin-top: 100px !important;}
.u-mb0  {margin-bottom: 0 !important;}
.u-mb10 {margin-bottom: 10px !important;}
.u-mb20 {margin-bottom: 20px !important;}
.u-mb30 {margin-bottom: 20px !important;}
.u-mb40 {margin-bottom: 40px !important;}
.u-mb50 {margin-bottom: 50px !important;}
.u-mb60 {margin-bottom: 60px !important;}
.u-mb70 {margin-bottom: 70px !important;}
.u-mb80 {margin-bottom: 80px !important;}
.u-mb90 {margin-bottom: 90px !important;}
.u-mb100 {margin-bottom: 100px !important;}
.u-ml0  {margin-left: 0 !important;}
.u-ml10 {margin-left: 10px !important;}
.u-ml20 {margin-left: 20px !important;}
.u-ml30 {margin-left: 30px !important;}
.u-ml40 {margin-left: 40px !important;}
.u-mr0  {margin-right: 0 !important;}
.u-mr10 {margin-right: 10px !important;}
.u-mr20 {margin-right: 20px !important;}
.u-mr30 {margin-right: 30px !important;}
.u-mr40 {margin-right: 40px !important;}
.u-mauto {margin: auto !important;}
.u-m0   {margin: 0 !important;}
/*----------------------------------------*/
.u-p10  {padding: 10px !important;}
.u-p20  {padding: 20px !important;}
.u-p30  {padding: 30px !important;}
.u-p40  {padding: 40px !important;}
.u-p50  {padding: 50px !important;}
.u-p60  {padding: 60px !important;}
.u-p70  {padding: 70px !important;}
.u-p80  {padding: 80px !important;}
.u-p90  {padding: 90px !important;}
.u-p100  {padding: 100px !important;}
.u-pt0  {padding-top: 0 !important;}
.u-pt10 {padding-top: 10px !important;}
.u-pt20 {padding-top: 20px !important;}
.u-pt40 {padding-top: 40px !important;}
.u-pt50 {padding-top: 50px !important;}
.u-pt60 {padding-top: 60px !important;}
.u-pt70 {padding-top: 70px !important;}
.u-pt80 {padding-top: 80px !important;}
.u-pt90 {padding-top: 90px !important;}
.u-pt100 {padding-top: 100px !important;}
.u-pb0  {padding-bottom: 0 !important;}
.u-pb10 {padding-bottom: 10px !important;}
.u-pb20 {padding-bottom: 20px !important;}
.u-pb40 {padding-bottom: 40px !important;}
.u-pb50 {padding-bottom: 50px !important;}
.u-pb60 {padding-bottom: 60px !important;}
.u-pb70 {padding-bottom: 70px !important;}
.u-pb80 {padding-bottom: 80px !important;}
.u-pb90 {padding-bottom: 90px !important;}
.u-pb100 {padding-bottom: 100px !important;}
.u-pl0  {padding-left: 0 !important;}
.u-pl10 {padding-left: 10px !important;}
.u-pl20 {padding-left: 20px !important;}
.u-pl40 {padding-left: 40px !important;}
.u-pr0  {padding-right: 0 !important;}
.u-pr10 {padding-right: 10px !important;}
.u-pr20 {padding-right: 20px !important;}
.u-pr40 {padding-right: 40px !important;}
.u-p0   {padding: 0 !important;}
/*----------------------------------------*/
.u-w100p {  width: 100% !important;}
.u-wauto {  width: auto !important;}
.u-wmx320 {  width: 100% !important;max-width: 320px !important;}
.u-wmx560 {  width: 100% !important;max-width: 560px !important;}
/*----------------------------------------*/
.u-kadomaru01{border-radius: 10px;}
.u-kadomaru02{border-radius: 20px;}
/*----------------------------------------*/
.u-border01{border:1px solid var(--color-primary)}
.u-border02{border:2px solid var(--color-primary)}
.u-bordertop01{border-top:1px solid var(--color-primary)}
.u-borderbottom01{border-bottom:1px solid var(--color-primary)}
/*----------------------------------------*/
.u-nolink{pointer-events: none;}
/*====================================================================
animation
====================================================================*/

/*順々に表示する*/
@keyframes Display__order {
	0% { opacity: 0; }
	100% { opacity: 1;filter: blur(0); transform: translateY(0);}
}
.animeTrigger.display__order .order1,
.animeTrigger.display__order .order2,
.animeTrigger.display__order .order3,
.animeTrigger.display__order .order4,
.animeTrigger.display__order .order5,
.animeTrigger.display__order .order6,
.animeTrigger.display__order .order7,
.animeTrigger.display__order .order8,
.animeTrigger.display__order .order9,
.animeTrigger.display__order .order10{
  opacity: 0;
  filter: blur(30px);
  transform: translateY(100px);
}
.animeTrigger.display__order.animetion .order1{
	animation: Display__order 1.2s ease 0s 1 forwards;
}
.animeTrigger.display__order.animetion .order2{
	animation: Display__order 1.2s ease 0.3s 1 forwards;
}
.animeTrigger.display__order.animetion .order3{
	animation: Display__order 1.2s ease 0.6s 1 forwards;
}
.animeTrigger.display__order.animetion .order4{
	animation: Display__order 1.2s ease 1s 1 forwards;
}
.animeTrigger.display__order.animetion .order5{
	animation: Display__order 1.2s ease 1.3s 1 forwards;
}
.animeTrigger.display__order.animetion .order6{
	animation: Display__order 1.2s ease 1.6s 1 forwards;
}
.animeTrigger.display__order.animetion .order7{
	animation: Display__order 1.2s ease 2s 1 forwards;
}
.animeTrigger.display__order.animetion .order8{
	animation: Display__order 1.2s ease 2.3s 1 forwards;
}
.animeTrigger.display__order.animetion .order9{
	animation: Display__order 1.2s ease 2.6s 1 forwards;
}
.animeTrigger.display__order.animetion .order10{
	animation: Display__order 1.2s ease 3s 1 forwards;
}
/*フェード*/
@keyframes fade {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes fade {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.animeTrigger.a-fade{
  opacity: 0;
}
.animeTrigger.animetion.a-fade{
  animation: fade 1s ease 0s 1 forwards;
}
/*====================================================================
print
====================================================================*/
@media print {
	html,body {
    width: 1080px;
    margin: auto;
		-webkit-print-color-adjust: exact;
	}
  header {
		display: none;
	}
}
