@charset "UTF-8";

/******************************
メインコンテナ
******************************/

main,
main > section {
width: 100%;
}
main > section {
background: white;
}
main > section:not(:first-of-type) {
position: relative;
z-index: 3;
}

main > section div.with-h3 {
position: absolute;
bottom: 0;
left: 0;
padding-inline: 4vw;
padding-bottom: 3vw;
width: 100%;
z-index: 10;
}

main .firstview div.with-h3{
  left: 55%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
main > section div.with-h3 {
position: absolute;
padding-inline: 0;
padding-left: 10vw;
padding-bottom: 0 !important;
bottom: 0;
display: flex;
justify-content: flex-start;
align-items: flex-end;
gap: 2vw;
width: 90%;
height: auto;
overflow: hidden;
line-height: 1;
}

main > section.intro1 div.with-h3 {
bottom: -30px; /* Compensate for the padding of the parallax element */
}

main > section.intro2 div.with-h3 {
bottom: -30px; /* Compensate for the padding of the parallax element */
}

main > section.movie{
  margin-bottom: 0;
  padding-bottom: 80px;
}

/******************************
Headlines
******************************/

main > section h3 {
transform: translate(0, 0);
}
@media only screen and (min-width: 961px) {
main > section h3 {
transform: translate(0, 0);
}
}
main > section a.viewmore {
transform: translate(0, -1.3vw);
}
}

@media screen and (max-width: 980px) {

  main > section.movie{
    margin-bottom: -5px;
  }

}

@media screen and (min-width: 981px) {

  .top-entry{
    padding-top: 0;
  }

}

main > section div h3 span {
display: inline-block;
background: white;
line-height: 1;
color: var(--main-color);
font-weight: bold;
padding: .2rem;
font-size: 15px;
margin-bottom: 1vw;
font-family: var(--normal-font);
font-style: normal;
}
main > section.intro2 div h3 span {
background: var(--main-color);
color: white;
}
@media only screen and (min-width: 769px) {
main > section div h3 span {
padding: .4rem;
font-size: 1.2rem;
margin-bottom: .8vw;
}
}
main > section h3 {
font-family: Corbel;
font-weight: bold;
font-style: italic;
font-weight: bold;
font-size: 67px;
text-align: center;
line-height: 1;
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
color: white;
}
@media only screen and (min-width: 769px) {
main > section h3 {
font-size: 6rem;
line-height: 0.7;
}
}



/******************************
Main Visual
******************************/

main > section.firstview {
position: relative;
padding-top: calc(100vw * 1.5);
overflow: hidden;
}
@media only screen and (min-width: 769px) {
main > section.firstview {
/* padding-top: calc((100vw * .553) - 8.2vw); */
padding-top: 85vh;
}
}
main > section.firstview .mainvisual {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: auto;
z-index: 1;
}
main > section.firstview .mainvisual:before {
  display: none;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 9999;
}
main > section.firstview .mainvisual .main-catch{
  position: absolute;
  right: 5vw;
  bottom: 7vw;
  width: 60%;
  text-align: right;
  z-index: 10;
  transition: transform 0.1s ease-out;
  will-change: transform; /* パフォーマンス最適化 */
}
main > section.firstview .mainvisual .main-catch img{
  width: 100%;
  max-width: 877px;
}
main > section.firstview .mainvisual-inner img{
width: 100%;
object-fit: cover;
object-position: 50% 0;
height: 100vh;
}
main > section.firstview .mainvisual-inner video{
position: relative;
width: 100%;
object-fit: cover;
object-position: 50% 0;
height: 100vh;
}
main > section.firstview .mainvisual-inner:after{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 5;
}

@media only screen and (max-width: 1000px) {

  main > section.firstview{
    padding-top: 63vh;
  }

  main > section.firstview .mainvisual-inner img{
  height: 70vh;
  }

}

@media only screen and (max-width: 768px) {

  main > section.firstview{
    padding-top: 70vh;
  }
  main > section.firstview .mainvisual-inner img{
    object-position: 30% 0;
    height: 96vh;
    min-height: 420px;
  }
  main > section.firstview .mainvisual .main-catch{
    right: inherit;
    bottom: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
  }

}

@media only screen and (max-width: 480px) {
  main > section.firstview .mainvisual-inner img{
    height: 87vh;
  }
}

/* パララックス効果のためのコンテナ */
main > section.firstview .parallax-container {
position: relative;
z-index: 1;
aspect-ratio: inherit;
overflow: visible;
}

/* 背景画像コンテナ */
main > section.firstview .parallax-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}

/* テキスト画像のラッパー */
main > section.firstview .parallax-text-wrapper {
position: absolute;
top: -2vw;
left: -11vw;
width: 100vw;
height: 100%;
opacity: 0.8;
z-index: 1;
pointer-events: none;
}

@media only screen and (max-width: 768px) {
main > section.firstview .parallax-text-wrapper {
top: -28vw;
left: -11vw;
}
}

/* テキスト画像 */
main > section.firstview .parallax-text-image {
position: absolute;
top: 20%; /* 上の方に配置 */
left: 50%;
transform: translate(-50%, 0); /* Y軸の-50%を削除して上寄せ */
width: 120vw;
height: auto;
opacity: .5;
filter: brightness(1.2);
}

/* パララックスコンテンツは最前面に */
main > section.firstview .parallax-content {
padding: 35vw 2vw 50vw;
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
}

@media only screen and (min-width: 769px) {
main > section.firstview .parallax-container {
aspect-ratio: 3000/1825;
}

main > section.firstview .parallax-content {
padding: 0;
}

main > section.firstview .parallax-text-image {
width: 140vw;
top: 15%; /* PC表示ではさらに上に */
}
}

/* スクロール時のパララックス効果 */
.parallax-scroll .parallax-text-wrapper {
transform: translateY(var(--text-offset));
}

/* PC・タブレット表示時の視差効果 */
@media only screen and (min-width: 769px) {
  .parallax-scroll .main-catch {
    transform: translateY(var(--main-catch-offset));
  }
}

/* スマホ表示時の視差効果 */
@media only screen and (max-width: 768px) {
  .parallax-scroll .main-catch {
    /* margin-topを使って視差効果を実現（Y軸方向を逆に） */
    margin-top: var(--main-catch-offset);
  }
}

main > section.firstview > div:nth-of-type(2) {
background: url(../images/top/bgsp01_new.png) top / cover no-repeat;
position: relative;
z-index: 3;
aspect-ratio: 77/200;
padding: 5vw;
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
color: white;
}
@media only screen and (min-width: 769px) {
main > section.firstview > div:nth-of-type(2) {
background: url(../images/top/bg01_new.png) 50% / 100% 100% no-repeat;
aspect-ratio: 3000/1825;
padding: 10vw;
}
}
main > section.firstview > div:nth-of-type(2) h2 {
position: relative;
font-size: 45px;
font-weight: bold;
margin-bottom: 50px;
line-height: 1.4;
letter-spacing: 5px;
z-index: 10;
}
main > section.firstview .about-text {
position: relative;
z-index: 10;
}
@media only screen and (min-width: 769px) {
main > section.firstview > div:nth-of-type(2) h2 {
font-size: 2.6rem;
margin-bottom: 2vw;
}
}
@media only screen and (min-width: 961px) {
main > section.firstview > div:nth-of-type(2) h2 {
font-size: 3.2rem;
margin-bottom: 2vw;
}
}
main > section.firstview > div:nth-of-type(2) h2 > span {
display: inline-block;
}
main > section.firstview > div:nth-of-type(2) h2 b {
color: #ffff75;
}
@media only screen and (max-width: 768px) {
main > section.firstview > div:nth-of-type(2) > div:not(:has(h3)) {
width: 100%;
margin-bottom: 40px;
}
}
main > section.firstview p {
font-size: 1.3rem;
font-weight: 300;
}
@media only screen and (max-width: 768px) {
main > section.firstview p {
line-height: 1.6;
}
main > section.firstview p + p {
margin-top: 4vw;
line-height: 2.2;
}
}
@media only screen and (min-width: 769px) {
main > section.firstview p {
font-size: .8rem;
}
}
@media only screen and (min-width: 961px) {
main > section.firstview p {
font-size: 0.8rem;
line-height: 2.1;
}
}



/******************************
Intro 1
******************************/

main > section.intro1 .parallax {
padding: 0;
height: 100dvh;
}
@media only screen and (min-width: 769px) {
main > section.intro1 .parallax {
height: max(100vh,800px);
padding: 33px;
}
}
main > section.intro1 .parallax article {
height: 100%;
padding: 8vw 5vw;
position: relative;
}
main > section.intro1 .parallax article::before {
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
z-index: -1;
background: url(../images/top/bgsp02.jpg) center / cover no-repeat;
height: 100%;
}
@media only screen and (min-width: 769px) {
main > section.intro1 .parallax article {
padding: 6vw 10vw;
}
main > section.intro1 .parallax article::before {
background: url(../images/top/bg02.jpg) center / cover no-repeat;
}
}
main > section.intro1 h2 {
position: relative;
margin-bottom: 5vw;
z-index: 10;
}
main > section.intro1 h2 {
margin-bottom: 2vw;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
}
main > section.intro1 h2 > span {
display: inline-block;
padding: .4rem .5rem .5rem;
background: white;
color: var(--main-color);
font-size: 25px;
font-weight: bold;
line-height: 1;
margin-bottom: 2vw;
}
@media only screen and (min-width: 769px) {
main > section.intro1 h2 > span {
font-size: 2rem;
margin-bottom: 1vw;
}
}

@media only screen and (max-width: 768px) {
main > section.intro1 h2 {
  position: relative;
  margin-top: 60px;
  z-index: 100;
}
main > section.intro1 div:first-of-type p{
  position: relative;
  z-index: 100;
}
main > section.intro1 .parallax article{
  padding: 8vw 26px;
}
main > section.intro1 div.with-h3{
  padding-bottom: 9vw;
}
main > section.intro1 a.viewmore{
  display: block;
  height: 49px;
  margin: 0 0 0 auto;
}
}

main > section.intro1 div:first-of-type {
width: 60vw;
}
main > section.intro1 div:first-of-type p {
position: relative;
color: white;
font-size: 16px;
font-weight: 300;
z-index: 10;
}
main > section.intro1 div:first-of-type p span {
display: inline-block;
}



/******************************
Intro 2
******************************/

main > section.intro2 .parallax {
padding: 7vw;
height: 100dvh;
}
@media only screen and (min-width: 769px) {
main > section.intro2 .parallax {
height: max(100vh,800px);
padding: 33px;
}
}
main > section.intro2 .parallax::before {
z-index: -1;
content: "";
display: block;
background: linear-gradient(125deg, #ECD2FE, #79E4FD);
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
main > section.intro2 .parallax article {
height: 100%;
padding: 8vw 5vw;
position: relative;
}
main > section.intro2 .parallax article::before {
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
z-index: -1;
background: url(../images/top/bgsp03.jpg) center / cover no-repeat;
height: 100%;
}
@media only screen and (min-width: 769px) {
main > section.intro2 .parallax article {
padding: 6vw 10vw;
}
main > section.intro2 .parallax article::before {
background: url(../images/top/bg03.jpg) center / cover no-repeat;
}
}
main > section.intro2 h2 {
position: relative;
margin-bottom: 6vw;
z-index: 10;
}
main > section.intro2 h2 {
margin-bottom: 3vw;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
}
main > section.intro2 h2 > span {
display: inline-block;
padding: .4rem .5rem .5rem;
color: white;
background: var(--main-color);
font-size: 1.6rem;
font-weight: bold;
line-height: 1;
margin-bottom: 2vw;
}

@media only screen and (max-width: 768px) {
main > section.intro2 h2 {
  margin-top: 40px;
}
main > section.intro2 h2 > span {
  font-size: 25px;
}
}

@media only screen and (min-width: 769px) {
main > section.intro2 h2 > span {
font-size: 2.2rem;
margin-bottom: 1vw;
}
}
main > section.intro2 h2,
main > section.intro2 div:first-of-type {
width: 70vw;
margin-left: 0;
}
main > section.intro2 div.intro-inner {
  margin-left: 14vw;
}
@media only screen and (min-width: 961px) {
main > section.intro2 h2,
main > section.intro2 div:first-of-type {
width: 41vw;
margin-left: 0;
}
main > section.intro2 div.intro-inner {
  margin-left: 38vw;
}
}
main > section.intro2 div:first-of-type p {
position: relative;
color: var(--main-color);
font-size: 16px;
z-index: 10;
}
main > section.intro2 div:first-of-type p span {
display: inline-block;
}
main > section.intro2 h3 {
color: var(--main-color);
}
@media only screen and (min-width: 769px) {
main > section.intro2 div.with-h3 {
width: 90%;
margin-left: 10%;
}
}



/******************************
Intro 1 & 2 共通
******************************/
main > section.intro1:has(.parallax) {
height: 400vh;
}
main > section.intro2:has(.parallax) {
height: 400vh;
}
main > section .parallax {
position: sticky;
top: 0;
}

main > section.intro1 .overlay,
main > section.intro2 .overlay {
z-index: 10;
display: block;
width: 100% !important;
height: 100vh;
background: transparent;
border-width: 280px;
border-style: solid;
position: absolute;
top: 0;
left: 0;
}

main > section.intro1 .overlay{
  border-color: var(--light-color);
  border-image: linear-gradient(135deg, #1CDAEF, #58E5D3, #1CDAEF) 1;
}

main > section.intro2 .overlay{
  border-color: #99FFFF;
  border-image: linear-gradient(135deg, #EDD2FF, #F4EFFF, #DDF3FF, #61E1FF) 1;
}

main > section.intro1 .overlay.aos-animate,
main > section.intro2 .overlay.aos-animate {
animation: borderShrink 1.2s cubic-bezier(0,.83,.23,.96) 2s forwards;
}

@keyframes borderShrink {
from {
  border-width: 280px;
}
to {
  border-width: 5px;
}
}

/* スクロール効果を強化 - 視差効果のコンテンツ表示を長く維持 */
main > section.intro1 .parallax article,
main > section.intro2 .parallax article {
transition: opacity 0.3s ease-out;
}

/* Intro1 & Intro2 オーバーレイ効果 - PC・タブレット */
@media only screen and (min-width: 769px) {
  /* intro1を固定表示 */
  main > section.intro1 {
    z-index: 5;
    position: relative;
  }

  main > section.intro1 .parallax {
    position: sticky;
    top: 0;
    z-index: 5;
    height: 100vh;
  }

  /* intro2を上に重ねる */
  main > section.intro2 {
    position: relative;
    z-index: 10;
    margin-top: -101vh;
  }

  /* .crewセクションが見えるようにする */
  main > section.crew {
    position: relative;
    z-index: 15;
  }

  main > section.intro2 .parallax {
    position: sticky;
    top: 0;
    z-index: 10;
    height: 100vh;
  }
}

/* Intro1 & Intro2 オーバーレイ効果 - スマホ */
@media only screen and (max-width: 768px) {
  /* intro1を固定表示 */
  main > section.intro1 {
    z-index: 5;
    position: relative;
  }

  main > section.intro1 .parallax {
    position: sticky;
    top: 0;
    z-index: 5;
    height: 100vh;
  }

  /* intro2を上に重ねる */
  main > section.intro2 {
    position: relative;
    z-index: 10;
    margin-top: -101vh;
  }

  /* .crewセクションが見えるようにする */
  main > section.crew {
    position: relative;
    z-index: 15;
    margin-top: 0;
    padding-bottom: 40px;
  }

  main > section.intro2 .parallax {
    position: sticky;
    top: 0;
    z-index: 10;
    height: 100vh;
  }

  main > section.intro1 .overlay, main > section.intro2 .overlay {
    border-width: 140px;
  }

  @keyframes borderShrink {
  from {
    border-width: 140px;
  }
  to {
    border-width: 5px;
  }
  }

}

/* 透明度変化を微調整して滑らかな表示切替を実現 */
main > section.intro1,
main > section.intro2 {
  position: relative;
}

/* スクロールアニメーション効果の微調整 */
main > section.intro1 .parallax::after,
main > section.intro2 .parallax::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5vh;
  left: 0;
  width: 100%;
  height: 5vh;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.01));
  pointer-events: none;
  z-index: 100;
}

*[data-aos="texts-show"] {
opacity: 0;
clip-path: inset(0 100% 0 0);
animation: re-texts-show 3s cubic-bezier(0,.83,.23,.96);
}
@keyframes texts-show {
0%{
opacity: 0;
clip-path: inset(0 100% 0 0);
}
70% {
opacity: 1;
clip-path: inset(0);
}
100% {
opacity: 1;
clip-path: inset(0);
}
}

*[data-aos="texts-show"].aos-animate {
clip-path: inset(0);
opacity: 1;
animation: texts-show 3s cubic-bezier(0,.83,.23,.96);
}

h2.aos-init span.texts-show2 {
opacity: 0;
transition: all .5s ease-in-out;
transition-delay: .5s;
}

h2.aos-init.aos-animate span.texts-show2 {
opacity: 1;
}

main > section .parallax {
overflow: hidden;
}
main > section .parallax article::before {
transition: transform 3s cubic-bezier(0,.83,.23,.96);
transition-delay: 1s;
transform: none;
z-index: -1;
}
main > section .parallax article.aos-animate::before {
transform: scale(1.2);
}

/******************************
プロモーションムービー
******************************/

.top-movie__wrapper {
width: 96%;
margin: 0 auto;
}
.top-movie {
width: 100%;
max-width: 990px;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
margin: 7.2vh auto 0;
}
.top-movie__inner {
border: 8px solid #6ADDDB;
}
.top-movie__inner img {/*仮*/
max-width: 100%;
height: auto;
}
.movie {
  display: inline-block;
  position: relative;
}

.movie_video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.movie_video:hover {
  cursor: pointer;
}

.movie_btn {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
.top-movie__wrapper {
margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
.movie_btn {
  width: 90px;
  height: 90px;
}
}



/******************************
お知らせ
******************************/

.top-information__wrapper {
width: 96%;
margin: 0 auto;
}
.top-information {
width: 100%;
margin: 4.5vh auto 3vh;
border-top: 1px solid #818885;
border-bottom: 1px solid #818885;
}
.top-information .top-information__dl {
width: 84%;
display: grid;
grid-template: auto / auto 1fr;
padding: 1.5rem 0;
margin: 0 auto;
}
.top-information .top-information__dl dt {
padding: .8rem 1rem;
width: 100%;
font-size: 1.2rem;
letter-spacing: .2em;
line-height: 1;
color: #000;
}
@media only screen and (min-width: 769px) {
.top-information .top-information__dl dt {
display: flex;
justify-content: flex-start;
align-items: center;
height: 100%;
font-weight: 300;
font-size: .8rem;
}
}
.top-information .top-information__dl dd {
padding: .8rem 1rem;
width: 100%;
font-size: 1.2rem;
box-sizing: border-box;
font-weight: 300;
}
.top-information .top-information__dl dd a{
  color: #000;
}
@media only screen and (min-width: 769px) {
.top-information .top-information__dl dd {
font-size: .8rem;
}
}
.top-information__viewmore {
text-align: right;
}
.top-information__viewmore a {
display: inline-block;
width: 12vw;
}
.top-information__viewmore a:hover {opacity: 0.8;}

@media screen and (max-width: 1280px) {
.top-information__viewmore a {
display: inline-block;
width: 14vw;
}
}
@media screen and (max-width: 980px) {
.top-information .top-information__dl dt {
width: 16vw;
}
.top-information .top-information__dl dd {
width: calc(100% - 16vw);
}
.top-information__viewmore a {
display: inline-block;
width: 18vw;
}
}
@media screen and (max-width: 768px) {
.top-information__wrapper {
margin: 0 auto;
}
.top-information {
width: 100%;
margin: 4vh auto 3vh;
border-top: 1px solid #818885;
border-bottom: 1px solid #818885;
}
.top-information .top-information__dl {
width: 100%;
display: flex;
flex-direction: column;
padding: 6px 0 4px;
}
.top-information .top-information__dl dt {
padding: 1rem .5rem 0;
width: 100%;
font-size: 14px;
letter-spacing: .1em;
line-height: 1;
font-weight: normal;
}
.top-information .top-information__dl dd {
padding: .5rem .5rem 1rem;
width: 100%;
font-size: 14px;
box-sizing: border-box;
border-bottom: 1px dashed #818885;
line-height: 1.3;
font-weight: normal;
}
.top-information .top-information__dl dd:last-child {
border-bottom: none;
}
.top-information__viewmore a {
width: 120px;
}
}



/******************************
インタビュー
******************************/
@media only screen and (min-width: 769px) {
main section .top-interview__wrapper h3 {
padding-right: 1vw;
}
}
main section .top-interview__wrapper h3 span {
color: white;
background: var(--main-color);
}
.top-interview__wrapper {
width: 100%;
margin: 0 auto;
padding: 12vh 0;
background: #EEF2F5;
border-bottom-left-radius: 40vw;
}
.top-interview__title {
width: 70%;
color: var(--main-color);
font-size: 2rem;
font-weight: bold;
margin: 0 auto 5vh;
}
.top-interview__list {
width: 100%;
}
.top-interview__list ul {
width: 100%;
}
.top-interview__list ul li {
background: white;
border-radius: 35px;
box-shadow: 0 0 10px #ccc;
margin-block: 10px;
padding: 15px;
}
.top-interview__list ul li .picture {
box-sizing: border-box;
margin-bottom: 1vw;
}
.top-interview__list ul li .picture img {
border-radius: 25px;
}
.top-interview__list ul li .detail {
color: #2C2928;
padding: 0;
box-sizing: border-box;
}
.top-interview__list ul li .catch {
font-size: .9rem;
font-weight: bold;
line-height: 1.4;
padding-bottom: .6rem;
margin-bottom: .6rem;
border-bottom: 2px solid var(--main-color);
color: #00a7ff;
}
.top-interview__list ul li .year {
font-size: .9rem;
margin-bottom: 0;
margin-top: 0;
line-height: 1.5;
color: #00a7ff;
}
.top-interview__list ul li .department {
font-size: 1.1rem;
margin-top: -.4rem;
color: #00a7ff;
}
.top-interview__list ul li.coming-soon {
  position: relative;
  min-height: 30.5vw;
  height: 100%;
  padding: 20px;
}
.top-interview__list ul li.coming-soon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #fff;
  border: 1px solid #8ddaef;
  border-radius: 35px;
}
.top-interview__list ul li.coming-soon .coming-soon__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.top-interview__list ul li.coming-soon .coming-soon__inner img {
  w100%
  max-width: 157px;
}
@media screen and (max-width: 768px) {
.top-interview__wrapper {
padding: 140px 0 80px;
border-bottom-left-radius: 50vw;
}
.top-interview__title {
width: 84%;
font-size: 1.9rem;;
font-weight: bold;
line-height: 1.5;
}
.top-interview__list ul {
width: 100%;
}
.top-interview__list ul li {
background: #fff;
border-radius: 5vw;
margin: 5vw 0;
}
.top-interview__list ul li.coming-soon {
min-height: 87vw;
}
.top-interview__list ul li.coming-soon:before{
border-radius: 20px;
}
.top-interview__list ul li .picture {
padding: 3vw;
}
.top-interview__list ul li .picture img {
border-radius: 14px;
}
.top-interview__list ul li .detail {
color: var(--main-color);
}
.top-interview__list ul li .catch {
font-size: 1rem;
font-weight: bold;
line-height: 1.5;
padding-bottom: 2.6vw;
margin-bottom: 2vw;
border-bottom: 2px solid var(--main-color);
}
.top-interview__list ul li .year {
font-size: .9rem;
font-weight: normal;
}
.top-interview__list ul li .department {
font-size: 1.1rem;
margin-top: 0;
}
}


/******************************
インタビュースライダー
******************************/

@media only screen and (min-width: 769px) {
.slick-slide {
margin: 1vw 1vw;
transition: all .2s ease-in-out;
}
.slick-slide:not(.slick-center) {
transition: all .2s ease-in-out;
}
}
@media only screen and (max-width: 768px) {
.slick-slide {
margin: 2vw 3vw;
transition: all .2s ease-in-out;
}
.slick-slide:not(.slick-center) {
opacity: .5;
transition: all .2s ease-in-out;
}
}
.slick-slider {
padding-bottom: 0;
}
@media only screen and (min-width: 769px) {
.slick-slider {
padding-bottom: 7vw;
}
}
.slick-next, .slick-prev {
right: auto;
left: 5rem;
top: 50%;
transform: translateY(-50%);
z-index: 10;
width: auto;
height: auto;
aspect-ratio: 1/1;
}
.slick-next {
right: 5rem;
left: auto;
}
@media only screen and (min-width: 769px) {
.slick-next, .slick-prev {
left: 5rem;
}
.slick-next {
right: 5rem;
left: auto;
}
}
@media only screen and (min-width: 1024px) {
.slick-next, .slick-prev {
left: 5rem;
}
.slick-next {
right: 5rem;
left: auto;
}
}
.slick-prev:before, .slick-next:before {
color: white;
font-size: 24px;
background: var(--main-color);
border-radius: 50%;
width: 32px;
height: 32px;
display: flex;
justify-content: center;
align-items: center;
line-height: 1;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 769px) {
.slick-prev:before, .slick-next:before {
color: white;
font-size: 30px;
background: var(--main-color);
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
}
}
main .top-interview__wrapper .with-h3 {
position: static;
margin-top: 40px;
letter-spacing: 0;
}
main .top-interview__wrapper h2 {
color: var(--main-color);
font-weight: bold;
}
main .top-interview__wrapper h3 {
color: var(--main-color);
font-weight: bold;
}
main .top-information__wrapper,
main .top-movie__wrapper {
padding: 10vw 0;
}
@media only screen and (min-width: 769px) {
main section.top-information__wrapper,
main section.top-movie__wrapper {
padding: 8vw 0;
}
}
main section.top-movie__wrapper {
padding-bottom: 0;
}

main .top-information__wrapper h2,
main .top-movie__wrapper h2 {
text-align: center;
font-weight: bold;
font-size: 2.2rem;
color: var(--main-color);
font-style: italic;
font-family: Corbel;
}

@media only screen and (min-width: 769px) {
main .top-information__wrapper h2,
main .top-movie__wrapper h2 {
font-size: 2.5rem;
}
}
main .top-information__wrapper .subtext,
main .top-movie__wrapper .subtext {
display: block;
width: 80%;
text-align: center;
font-weight: bold;
font-size: 1.2rem;
padding-inline: 1rem;
margin: 1.2rem 10% 0;
color: var(--main-color);
position: relative;
line-height: 1.4;
}
@media only screen and (min-width: 769px) {
main .top-information__wrapper .subtext,
main .top-movie__wrapper .subtext {
width: 50%;
margin: 1rem 25% 3rem;
font-size: 1.4rem;
line-height: 1;
}
}
main .top-information__wrapper .subtext::before,
main .top-movie__wrapper .subtext::before {
content: "";
position: absolute;
background: var(--main-color);
width: 8vw;
height: 3px;
border-radius: 9999px;
left: 0;
right: 0;
margin: auto;
top: -1rem;
}

@media only screen and (min-width: 769px) {
main .top-information__wrapper .subtext::before,
main .top-movie__wrapper .subtext::before {
width: 3vw;
}
}



/******************************
パーツ
******************************/
main > section p + p {
margin-top: 3vw;
}
@media only screen and (min-width: 769px) {
main > section p + p {
margin-top: .8vw;
}
}
@media only screen and (min-width: 961px) {
main > section p + p {
margin-top: .5vw;
}
}

/* 追加コンテンツの余白調整 */
.mt-4 {
margin-top: 4vw !important;
}
@media only screen and (min-width: 769px) {
.mt-4 {
margin-top: 2vw !important;
}
}
@media only screen and (min-width: 961px) {
.mt-4 {
margin-top: 1.5vw !important;
}
}

main > section p span {
display: inline-block;
}
main > section a.viewmore {
background: url(../images/top/btn_viewmore_white.png) center / contain no-repeat;
font-size: 0;
display: block;
transition: all .2s ease-in-out;
aspect-ratio: 640/196;
width: 120px;
margin: 2vw 0 0 calc(79svw - 140px);
transition: all .2s ease-in-out;
}
main > section.firstview a.viewmore {
margin: 2vw 0 0 calc(93vw - 140px);
}
@media only screen and (max-width: 768px) {
main > section a.viewmore {
margin-top: 0;
}
}
main > section a.viewmore:hover {
opacity: .8;
}
main > section a.viewmore.color {
background: url(../images/top/btn_viewmore_color.png) center / contain no-repeat;
}
@media only screen and (min-width: 769px) {
main > section a.viewmore {
width: 12vw;
margin: 0 !important;
}
@media only screen and (min-width: 1024px) {
main > section a.viewmore {
width: 12vw;
}
}
}
main > section p {
font-size: 1.1rem;
}
@media only screen and (min-width: 769px) {
main > section p {
font-size: 1rem;
}
}
@media only screen and (min-width: 961px) {
main > section p {
font-size: .8rem;
line-height: 2.2;
}
}

/******************************
カスタムSlickナビゲーション
******************************/
/* .slick-nav-custom のスタイルは削除 */

.slick-prev-custom,
.slick-next-custom {
  position: absolute; /* 絶対位置指定 */
  top: 50%; /* 上下中央に配置 */
  transform: translateY(-50%);
  background-color: var(--main-color); /* 青色の背景 */
  border: none;
  border-radius: 50%; /* 円形にする */
  width: 40px; /* ボタンの幅 */
  height: 40px; /* ボタンの高さ */
  display: flex; /* 疑似要素を中央揃えにするため */
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  z-index: 100; /* z-indexを大きな値に変更 */
}

.slick-prev-custom {
  left: 10px; /* 左端からの距離 */
}

.slick-next-custom {
  right: 10px; /* 右端からの距離 */
}

.slick-prev-custom:hover,
.slick-next-custom:hover {
  background-color: #0056b3; /* ホバー時の色を少し暗くする */
}

/* 疑似要素で矢印を作成 */
.slick-prev-custom::before,
.slick-next-custom::before {
  position: relative;
  content: '';
  display: block;
  width: 16px; /* 矢印の幅 */
  height: 16px; /* 矢印の高さ */
  background: url(../images/top/arrow.png) center / contain no-repeat;
}

.slick-next-custom::before {
}

.slick-prev-custom::before {
  transform: scaleX(-1);
  left: -1px;
}

/* iタグのスタイルは削除 */

/* レスポンシブ対応 */
@media only screen and (min-width: 769px) {
  /* .slick-nav-custom のレスポンシブスタイルは削除 */

  .slick-prev-custom,
  .slick-next-custom {
    width: 40px;
    height: 40px;
  }

  .slick-prev-custom {
    left: 20px; /* PCでの左端からの距離 */
  }

  .slick-next-custom {
    right: 20px; /* PCでの右端からの距離 */
  }

  .slick-prev-custom::before,
  .slick-next-custom::before {
    width: 22px; /* PCでの矢印の幅 */
    height: 22px; /* PCでの矢印の高さ */
  }

}
