@charset "utf-8";

/* responsive Start */
/*===================================================================== */


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

.spnone{display: none;}
.pcnone{display: inherit;}
    
body{min-width: 100%;}
    
/*---------------------------------------------------
メインビジュアル
---------------------------------------------------*/

/* メインビジュアル全体 */
.mv {
  width: 100%;
   height: calc(var(--vh, 1vh) * 100);
  display: flex;
  overflow: hidden;
}

/* 左右の領域 */
.mv-item {
  flex: 1;
  height: 100%;
  overflow: hidden;
}

/* 画像スタイル */
.mv-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ロゴの中央配置 */
.mv-logo {
    width: 76%;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -48%);
  z-index: 10;
  pointer-events: none;
}

.mv-logo img {
    width: 100%;
  height: auto;
    margin-left: 20px;
}

.mv-logo .brand{
    display: none; 
}

    
.brand_sp{
    width: 80px;
    display: block;
    margin: 0;
    position: absolute;
    bottom: 5%;
    left: 6%;
}
.brand_sp p{
    font-size: 11px;
    color: #FFF;
    margin-bottom: 10px;
}
.brand_sp img{
    width: 80px;
    margin: 0;
}
    
    
/*---------------------------------------------------
Prifile
---------------------------------------------------*/
.profile-section{
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 8% 0 0 0;
    overflow: hidden;
}

.profile-section .illust00{
    width: 140px;
    position: absolute;
    top: 59%;
    left: -25px;
}
.profile-section .illust00 img{width: 100%; vertical-align: bottom;}


.profile-section .vertical_ttl{
    font-size: 46px;
    letter-spacing: -.02em;
    line-height:100%;
    transform: rotate(0deg);
    
    margin-right: 6%;
    
    text-align: right;
    
    position: relative;
    top: inherit;
    right: inherit;
}
.profile-section .vertical_ttl span{
    display: none;
}
    
.vertical_ttl_sub{
    font-size: 13px;
    line-height:160%;
    letter-spacing: .02em;
    
    margin-left: 6%;
    }


.profile-section .movie{
    width: calc(94% - 10px);
    position: relative;
    margin: 6% 0 0 0;
}


.profile-section .movie::before{
    content: "";
    width: 10px;
    height: calc(100% - 30px);
    background-color: #ffeb3b;
    position: absolute;
    right: -10px;
    top: 30px;
}
.profile-section .movie::after{
    content: "";
    width: calc(100% - 20px);
    height: 10px;
    background-color: #ffeb3b;
    position: absolute;
    left: 30px;
    bottom: -10px;
}

.profile-section .movie img{width: 100%;}

.profile-section .movie .mvbtn{
  width: 74px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: transform .3s ease;
}


.movie:hover .mvbtn {
  transform: translate(-50%, -50%) scale(1.15);
}

.movie .mvbg {
  transition: opacity .3s ease; /* ★ ここ必須 */
  display: block;
}

.movie:hover .mvbg {
  opacity: .86;
    transition: transform .1s ease;
}


/* ライトボックスの背景 */
.movie-lightbox {
  position: fixed;
  inset: 0; /* top:0; right:0; bottom:0; left:0 と同じ */
  background: rgba(255, 235, 59, 0.92);
  display: flex;           /* 初期は非表示 */
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s ease, visibility .3s ease;

}

/* 表示中の状態クラス */
.movie-lightbox.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* 中身のボックス */
.movie-lightbox__inner {
  position: relative;
  width: 90vw;
  max-width: 100%;
}

/* 16:9 比率ボックス */
.movie-lightbox__frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 = 9/16 * 100 */
}

/* YouTube iframe フルフィット */
.movie-lightbox__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* 閉じるボタン */
.movie-lightbox__close {
    width: 100px;
  position: absolute;
  top: -60px;
  right: -6px;
  background: none;
  border: none;
  color: #004097;
  cursor: pointer;
    transition: all 0.3s ease;
}
.movie-lightbox__close img {width: 100%;}

.movie-lightbox__close:hover{opacity: 0.45; transition: all 0.15s ease;}



.profile_area{
    width: 94%;
    margin-left: 6%;
    margin-top: 9%;
    margin-bottom:  8%;
    position: relative;
}

.profile_area .en_ttl{
    font-size: 46px;
    letter-spacing: -.02em;
    line-height:100%;
    position: relative;
    right: inherit;
    top: inherit;
    
    padding-top: 5%;
    margin-bottom: 6%;
}

.profile_area .illust01{
    width: 100px;
    position: absolute;
    top: -74%;
    right: -10px;
    z-index: -1;
}
.profile_area .illust02{
    width: 160px;
    position: absolute;
    bottom: -40px;
    right: -10px;
}
.profile_area .illust01 img,.profile_area .illust02 img {width: 100%; vertical-align: bottom;}


.profile_area .prof_img{
    width: calc(46% - 10px);
    position: absolute;
    right: 10px;
    top: 0;
    display: inline-block;
}
.profile_area .prof_img img {width: 100%; vertical-align: bottom;}

.profile_area .prof_img::before{
    content: "";
    width: 10px;
    height: calc(100% - 30px);
    background-color: #ffeb3b;
    position: absolute;
    right: -10px;
    top: 30px;
}
.profile_area .prof_img::after{
    content: "";
    width: calc(100% - 20px);
    height: 10px;
    background-color: #ffeb3b;
    position: absolute;
    left: 30px;
    bottom: -10px;
}
    

.prof_txt{
    width: 94%;
    display: inline-block;
    margin-left:0;
    position: relative;
}

.pr_name{font-size: 28px; margin-bottom: 8px; line-height: 1;}
.pr_en{font-size: 11px; line-height: 1;}
.pr_shozoku{font-size: 13px; line-height: 160%; margin-top: 28px;}
.pr_body{
    margin-top: 28px;
    font-size: 15px;
    line-height: 220%;
}

/*---------------------------------------------------
質問スライド
---------------------------------------------------*/

.qa-section {
    width: 94%;
    margin-left: 6%;
    box-sizing: border-box;
  background: #ffeb3b;
  padding: 25px 25px 10px 25px;
  position: relative;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    
    margin-bottom: 70px;
}

.qa-title {
  font-size: 22px;
  margin-bottom: 20px;
    position: relative;
}

.qa-title span{
    display: inline-block;
    position: relative;
}

.qa-title span::after {
  content: "";
  width: 64px;
    height: 4px;
    background-image: url("../images/line_wave.png");
    background-repeat: no-repeat;
    background-size: 86px 4px;
    background-position: 0 0 ;
    position: absolute;
    left: 5em;
    right: inherit;
    top: inherit;
    bottom: 13px;
}

/* Next と 9/10 のエリア
.qa-ui {
  position: absolute;
  top: 60px;
  right: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
    z-index: 999;
} */

/* Next ボタン */
.qa-next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  align-items: left;
    
    position: absolute;
    right: 25px;
    bottom: -78%;
    z-index: 10;
transition: all 0.3s ease;
}

.qa-next:hover{opacity: 1; transition: all 0.15s ease;}


.qa-next-text {
  font-size: 22px;
  color: #004097;
    line-height: 1;
    display: block;
    text-align: left!important;
    margin-bottom: -4px;
}
.qa-next-arrow{
    display: block;
}
.qa-next-arrow img{
    width: 128px; height: auto;
}

/* カウンター 9/10 */
.qa-counter { color: #004097; position: absolute;; line-height: 1; bottom: -56px; left: 5.5%; right: inherit; z-index: 10;}
#qa-current{font-size: 26px; margin-top: -20px; position: absolute; top: 13px; left: -20px; letter-spacing: -.02em;}
#qa-total{font-size: 13px; margin:0 0 0 -13px;}

.qa-counter img{
    position: relative;

  width: 32px;
    height: auto;
}

/* Splide 本体（赤枠エリア） */
.qa-splide {
  visibility: hidden;
}
/* JSでこのクラスを付けたら表示 */
.qa-splide.is-ready {
  visibility: visible;
}

.qa-box {
    width: 100%;
  padding: 0;
  /*background: #FFF;*/
  box-sizing: border-box;
    font-family: "aktiv-grotesk","Noto Sans JP", "sans-serif";
    font-weight: 500;
}

/* Q / A 行 */
.qa-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 0;
  color: #004097;
  font-size: 15px;
  line-height:180%;
}

.qa-label {
  width: 32px;
  height: 32px;
  background: #004097;
  color: #fff;
font-family: "aktiv-grotesk", sans-serif;
font-weight: 700;
  text-align: center;
  line-height: 32px;
  flex-shrink: 0;
    font-size: 15px;
    margin-top: 13px;
}

/* A 用に別スタイルが欲しければ */
.qa-a-label {
  background: #ffeb3b;
  border: 1px solid #004097;
  color: #004097;
}

.qa-q p{font-size: 16px; font-weight: 700;}

/* スライドのイージング */
.splide__list {
  transition-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1) !important;
}
    
/* 横フリックを許可しつつ、縦スクロールは殺さない */
#qa-splide .splide__track {
  touch-action: pan-y;
}
    
/*---------------------------------------------------
Interview
---------------------------------------------------*/

.sponsored-section{
    width: 100%;
    margin: 0 auto;
    background-image: url("../images/illust/item04.png");
    background-size: 130% auto;
    background-position: top 10px left 20px;
    background-repeat: no-repeat;
    
    overflow: hidden;
}

    
.interview{
    width: 88%;
    margin: 0 auto;
    padding:82px 0 0 0;
    position: relative;
}

.interview .vertical_ttl{
    font-size: 46px;
    letter-spacing: -.02em;
    line-height:100%;
    transform: rotate(0deg);
    
    position: relative;
    top: inherit;
    right: inherit;
    
    margin-bottom: 8%;
}
.interview .vertical_ttl span{
    font-size: 15px;
    line-height:100%;
    letter-spacing: .02em;
    margin-left: 15px;
    position: relative;
}
    
.interview .vertical_ttl span::after{
    content: "";
    width: 50px;
    height: 20px;
    background-image: url("../images/logo_b.png");
    background-repeat: no-repeat;
    background-size: 50px auto;
    position: absolute;
    top: 2px;
    left: 90px;
}
    
.interview .illust01{
    width: 116px;
    position: absolute;
    top: 140px;
    right: -30px;
    z-index: 0;
}
.interview .illust01 img{width: 100%; vertical-align: bottom;}

.interview .in_ttl{
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 160%;
}
.interview .in_subttl{
    font-size: 16px;
    line-height: 180%;
}
    
    
/* ---------- アコーディオン ----------  */

.accordion {
    width: calc(100% + 2px);
    margin: 0 auto;
    padding-bottom: 10%;
    position: relative;
    margin-top: 8%;
}

.accordion .illust01{width: 180px; position: absolute; left: 24%; bottom: -20px; z-index: -1;}
.accordion .illust01 img{width: 100%;}

/* 各パネル */
.accordion-item {}

.accordion-item + .accordion-item {
  border-top: none; /* スクショみたいに境界線を共有 */
}

/* 見出し（タイトル全体クリック可能） */
.accordion-header {
  width: 100%;
    margin-top: -1px;
  padding: 14px 16px 14px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #fff;
  border: 1px solid #004097;
  cursor: pointer;
  text-align: left;
  font-size: 18px;
    color: #004097;
    transition: all 0.3s ease;
}

.accordion-header:hover{
    background: #f4f4f4;
    transition: all 0.1s ease;
}


/* タイトルテキスト */
.accordion-title {position: relative;}
.accordion-title::before {
    content: "";
    width: 16px;
    height: 1px;
    background: #004097;
    position: absolute;
    top: 13px;
    left: -26px;
}

/* トグルアイコン（黄色い四角の中に＋／−） */
.accordion-toggle {
  width: 28px;
  height: 28px;
  background: #ffeb3b;
  position: relative;    
}

/* ＋を構成する2本の線 */
.accordion-toggle::before,
.accordion-toggle::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #004097;
}
/* 横線（ずっと横のまま） */
.accordion-toggle::before {
  width: 10px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 縦線：最初は縦、開くと右に倒れて横線と重なる */
.accordion-toggle::after {
  width: 1px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: center center;
  transition: transform 0.25s ease;
}

/* 開いているとき：縦線だけ90度回転して横線と重なる → 見た目が「−」になる */
.accordion-item.is-open .accordion-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}


/* 本文エリア（高さアニメ用） */
.accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}

/* 中の余白用ラッパー */
.accordion-inner {
  padding: 6% 6% 6% 6%;
  font-size: 15px;
  line-height: 220%;
}

/* 最初に開いているもの用（JSで上書きするけど保険） */
.accordion-item.is-open .accordion-content {
  max-height: 9999px;
}
/* ---------- アコーディオン ----------  */
    
    
.sponsored-section .bnrarea{width: 88%; margin:0 auto 8% auto;}
.sponsored-section .bnrarea a img{width: 100%;}
    
.sponsored-section .bnrarea a{transition: all 0.3s ease;}
.sponsored-section .bnrarea a:hover{opacity: 0.65; transition: all 0.15s ease;}

    
/*---------------------------------------------------
Special Contents
---------------------------------------------------*/

.manga-section {
  position: relative;
    box-sizing: border-box;
    padding: 0 6%;
}
    
.manga-section .illust01{
    width: 176px;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: -1;
}
.manga-section .illust01 img{width: 100%; vertical-align: bottom;}

.manga-section .ttl{
  font-size: 46px;
    letter-spacing: -.02em;
    line-height: 1;
    margin-bottom: 100px;
}

.manga-section .manga{
  width: 80%;
    margin: 0 auto;
    display: grid;
     grid-template-columns: 1fr; /* 縦並びにする */
    row-gap: 20px;
}
  .manga-section .manga .left {
    order: 2; /* 後ろへ */
  }

  .manga-section .manga .right {
    order: 1; /* 先頭へ（manga01.png がここ） */
  }
    
    
.manga-section .manga .sub_ttl{
  font-size: 26px;
    letter-spacing: -.02em;
    line-height: 1;
    writing-mode: vertical-rl;
    
    position: absolute;
    top: 0;
    left: -17%;
}
.manga-section .manga .sub_ttl img{
    width: 32px;
    margin-bottom: 18px;
}


.manga-section .manga .sub_ttl_en{
    position: absolute;
    display: inline-block;
    top: 50%;
    right: -66%;
  font-size: 16px;
    letter-spacing: -.02em;
    line-height: 1;
    transform: rotate(90deg);
}


.manga-section .manga .mangattl{
    position: absolute;
    width: 110px;
  right: inherit;
  left: 0;
    top: -70px;

}


.manga-section .manga .name{
    position: absolute;
    top: -70px;
    right: 0;
    line-height: 1;
    text-align: right;
    font-size: 20px;
}

.manga-section .manga .name p{
    font-size: 12px;
    margin-bottom: 8px;
}


.manga-section .manga_discriptiion{
  width: 100%;
    box-sizing: border-box;
    margin: 40px auto;
    position: relative;
}
    
.manga-section .manga_discriptiion::before{
    position: absolute;
    content: "";
    width: 196px;
    height: 183px;
    bottom: -50px;
    right: 10px;
    background: url( "../images/illust/item09.png") no-repeat;
    background-size: cover;
    display: block;
    z-index: -1;
}

.manga-section .manga_discriptiion .md_ttl{
  font-size: 24px;
    padding: 0 0 0 30px;
    line-height: 160%;
    margin-bottom: 20px;
    position: relative;
}
.manga-section .manga_discriptiion .md_ttl::before{
    content:"";
    width: 4px;
    height: 84%;
    background-image: url("../images/line_wave_v.png");
    background-size: 4px auto;
    background-repeat: repeat-y;
    position: absolute;
    top: 10px;
    left: 0;
}

.manga-section .manga_discriptiion .md_body{
  font-size: 15px;
    line-height: 220%;
    padding: 0 0;
}
    
    
    
.manga_caption{
  width: 100%;
    margin: 0 auto 8% auto;
    display: block;
}

.manga_caption .cap_block{width: 100%; border-radius: 12px; box-sizing: border-box; padding: 25px;}

.manga_caption .cap_block.y_line{border: 1px solid #ffe600; background-color: #FFF;}
.manga_caption .cap_block.y_bg{background-color: #ffe600;}

.manga_caption .cap_block .profimg{
    width: 90px;
    margin-right: 25px;
    float: left;
}
.manga_caption .cap_block .profimg img{width: 100%;}

.manga_caption .cap_block .profinner{
    width: calc(100% - 126px);
    float: left;
}

.manga_caption .cap_block .profinner .cap{
    font-size: 12px;
    margin-bottom: 6px;
}
.manga_caption .cap_block .profinner .cap.first{
    margin-top: 20px;
}
.manga_caption .cap_block .profinner .cap.second{
    margin-top: 8px;
}

.manga_caption .cap_block .profinner .name{
    font-size: 18px;
    margin-bottom: 15px;
}
.manga_caption .cap_block .profinner .name span{
    font-size: 12px;
    margin-left: 0;
}

.manga_caption .cap_block .profinner .name br{
    display: inherit;
}
 
.manga_caption .cap_block .profinner .body{
    display: none;
}
    
.manga_caption .cap_block .body{
    display: block;
    font-size: 13px;
    line-height: 200%;
    margin-top: 7px;
}
    
    

/*---------------------------------------------------
フローティングボタン
---------------------------------------------------*/
  .insta-floating {
    right: 30px;
    bottom: 30px;
  }

  .insta {
    width: 120px; 
  }

  .insta a {
    width: 110px;
    height: 110px;
  }
    
.insta a:hover{
transform: scale(1);
    background-color: #ffe600;
    transition: all .25s ease;
}

.insta a i{
    font-size: 26px;
    color: #112d4e;
}

.insta a img{
    width: 96px;
    position: absolute;
    top: 7px;
    left: 7px;
}
    
    
/*---------------------------------------------------
ギャラリー
---------------------------------------------------*/
    

.side-text-left {
  left: 0px;
}

.side-text-right {
  right: -20px;
}
 

/* ----------------- gallery ----------------- */
    
  /* コンテナ：左右 10% マージン */
  .tennis-gallery {
    padding: 0 6%;
  }

  .tennis-grid {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr)); /* 12カラム */
    gap: 15px;
  }

  .tennis-grid .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* 1段目：ph01（横650px 想定） */
  .tennis-grid .item1 {
    grid-column: 1 / 13;   /* 全幅 */
    grid-row: 1 / 2;
  }

  /* 2段目：ph02（横650px 想定） */
  .tennis-grid .item2 {
    grid-column: 1 / 13;
    grid-row: 2 / 3;
  }

  /* 3段目（三列）：左から ph07 / ph08 / ph05
     → item7, item8, item5 の順で並べ替え */
  .tennis-grid .item7 {
    grid-column: 1 / 5;    /* 左：4カラム */
    grid-row: 3 / 4;
  }

  .tennis-grid .item8 {
    grid-column: 5 / 9;    /* 中央：4カラム */
    grid-row: 3 / 4;
  }

  .tennis-grid .item5 {
    grid-column: 9 / 13;   /* 右：4カラム */
    grid-row: 3 / 4;
  }

  /* この3枚はスマホでは正方形に */
  .tennis-grid .item7,
  .tennis-grid .item8,
  .tennis-grid .item5 {
    aspect-ratio: 1 / 1;
  }

  /* 4〜5段目：
     左：ph03（item3）縦長
     右上：sp1（item6）
     右下：sp2（item4） */

  /* 左の縦長：幅265px 相当 → 5カラム、縦2行分 */
  .tennis-grid .item3 {
    grid-column: 1 / 6;    /* 左：5カラム */
    grid-row: 4 / 6;       /* 2行分で縦長 */
  }

  /* 右上：sp1（item6） 横長 */
  .tennis-grid .item6 {
    grid-column: 6 / 13;   /* 右：7カラム ≒ 370px */
    grid-row: 4 / 5;
  }

  /* 右下：sp2（item4） */
  .tennis-grid .item4 {
    grid-column: 6 / 13;
    grid-row: 5 / 6;
  }

    
/*---------------------------------------------------
footer
---------------------------------------------------*/

footer {
    width: 100%;
    position: relative;
    z-index: 20;
    padding-top: 8%;

    pointer-events: none; /* instaボタンが重なりで一部無効になるのでポインタイベントを解除 */
}

footer .logo{
    width: 54%;
    position: relative;
  right: inherit;
  left: inherit;
    top: inherit;
  margin: 0 auto;
    padding-left: 20px;

}
footer .logo img{width: 100%;}


footer .illust01{
    width: 130px;
    position: absolute;
    bottom: 100px;
    left: -10px;
}
    
    
footer .footer_inner{
    width: 88%;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 8% 0;
    margin: 20px auto 0 auto;
    pointer-events: auto; /* ここだけポインタイベントを有効に */
    
}

footer .footer_inner .brand{
    display: inline-block;
    margin: 0;
}
footer .footer_inner .brand p{
    font-size: 12px;
    margin-bottom: 10px;
}
footer .footer_inner .brand img{
    width: 90px;
    margin-right: 14px;
    vertical-align: bottom;
}
footer .footer_inner .brand span{
    font-size: 11px;
}


footer .footer_inner .edit{
    display: inline-block;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 18px;

}
footer .footer_inner .edit img{
    width: 86px;
    margin-left: 0;
    vertical-align: bottom;
}

footer .footer_inner .edit span{
    font-size: 12px;
    display: block;
    margin-bottom: 4px;
}


footer .footer_inner a{transition: all 0.3s ease;}
footer .footer_inner a:hover{opacity: 0.45; transition: all 0.15s ease;}


footer .pagetop{
    position: absolute;
    right: 0;
    top: 115px;
}

footer .pagetop a{
    display: block;
    transform: rotate(90deg);
    font-size: 14px;
    letter-spacing: .04em;
    text-decoration: none;
    position: relative;
}

footer .pagetop a::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #004097;
    position: absolute;
    left: 0;
    bottom: -8px;
}

footer .footer_inner .copyright{
    position: relative;
    right: inherit;
    bottom: inherit;
    font-size: 11px;
    margin-top: 8%;
}
    
    

/* responsive End */
/*===================================================================== */
}