/*
Theme Name: tpk_ver260127
*/

/* =========================================================
   01. RESET
========================================================= */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,
cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%; /* 1rem = 10px */
}

body {
  font-size: 1.4rem; /* 基本サイズを14pxに設定 */
  color: #000;
  background: #fff;
  font-family: ryo-gothic-plusn, sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  overflow-x: auto;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

/* リスト・リンクの初期化 */
ul,li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

img,video,object {
  max-width: 100%;
  height: auto;
  display: block;
}

strong {
  font-weight: bold;
}

/* =========================================================
   02. GLOBAL（全体共通 / ユーティリティ）
========================================================= */
/* セクション間の余白調整 */
@media (min-width: 769px) {
#top_message,#top_program,#top_team,#top_otonatachi,#top_followus,#top_contact {
  margin-bottom: 0 !important; /* 外側の空白を強制削除 */
  padding-top: 50px; /* 隙間が必要な場合は内側を広げる */
}
}
@media (max-width: 768px) {
#top_message,#top_program,#top_team,#top_otonatachi,#top_followus,#top_contact {
    margin-bottom: 0 !important; /* 外側の空白を強制削除 */
    padding-top: 20px; /* 隙間が必要な場合は内側を広げる */
}
}

/* カラー */
.color-blue {
  color: #0068b6 !important;
}
.color-pink {
  color: #e99ab3 !important;
}
.ao {
  color: #0068b6;
}
.aka {
  color: #e99ab3;
}
#top_main p {
  font-family: ryo-gothic-plusn, sans-serif;
  color: #0068b6;
}


/* =========================================================
   02-B. GLOBAL：レスポンシブ基盤（共通ユーティリティ）
========================================================= */
/* ---------- PC（769px以上） ---------- */
@media (min-width: 769px) {
  .flexbox {display: flex;}
  .sp {display: none;}

  /* View More（共通） */
  .viewmore {
    width: 200px;
    margin: 30px auto;
    padding: 0;
  }

  /* 見出し（共通） */
  h2 {
    font-family: "poppins", sans-serif;
    transform: scale(0.6, 1);
    transform-origin: left;
  }
  #top_main .outline {
    display: block;
    color: #ffffff;
    font-size: 42pt;
    letter-spacing: 9px;
    -webkit-text-stroke: 3px #0068b6;
    line-height: 1.2;
  }

  #top_main p {
    text-align: left;
    font-size: 12px;
    margin-bottom: 9px;
  }



}

/* ---------- 599px以下（現状空） ---------- */
@media (max-width: 599px) {
}

/* ---------- スマホ（768px以下） ---------- */
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  .flexbox {
    display: block;
    width: 100%;
  }

  body,
  html {
    overflow-x: hidden;
    width: 100%;
  }

  main,
  .footer_inner,
  #header_inner,
  .single_main {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }

  h2,
  h2.outline {
    text-align: center !important;
    margin: 0 auto 0 !important;
    transform: scale(1) !important;
    transform-origin: center !important;
    width: 100%;
  }

  #top_main .outline,
  .single_title .outline {
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    -webkit-text-stroke: 1.5px #0068b6;
  }


  .single_title span{
    text-align: center;
    margin-bottom: 30px;
    display: block;
  }

  .ao,
  .aka {
    text-align: center;
  }

  .back {
    width: 40px;
    margin: 20px 0;
  }
  header .back {
    margin-left: 5%;
  }
}


/* =========================================================
   03. COMPONENT：ドロワーメニュー（ハンバーガー）
========================================================= */
/* --- 共通 --- */
.nav-drawer {position: relative;}
.nav-unshown {display: none;}

#nav-open {
  position: fixed;
  top: 30px;
  right: 40px;
  display: inline-block;
  width: 40px;
  height: 22px;
  z-index: 9999;
  vertical-align: middle;
  cursor: pointer;
}

#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 3px;
  width: 40px;
  border-radius: 3px;
  background: #efbbcc;
  display: block;
  content: "";
}

#nav-open span {top: 0;}
#nav-open span:before {top: 10px;}
#nav-open span:after {top: 20px;}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s ease-in-out;
}

#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  width: 90%;
  max-width: 330px;
  height: 100vh;
  background: linear-gradient(to bottom, #e1eff6, #fbeff4);
  transition: 0.3s ease-in-out;
  transform: translateX(105%);
}

#nav-input:checked ~ #nav-close {display: block;}

#nav-input:checked ~ #nav-content {
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

.nav_menu {
  width: 70%;
  margin: 30% auto;
}

.nav_menu a {
  display: block;
  font-size: 18px;
  color: #e691af;
  line-height: 60px;
}

.nav_menu a p {margin: 0;}

/* スマホ用補助メニュー */
.spmenu {
  color: #364e96;
  padding: 0.5em 0;
  text-align: center;
  height: 40px;
  background: #333398;
  border-left: solid 10px #fbbc32;
  border-right: solid 10px #fbbc32;
  margin-top: 20px;
}

.spmenu-title {
  font-size: 1.4rem;
  line-height: 40px;
  color: #fff;
}

.spmenu-ul ul {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding: 0;
}

.spmenu-ul li {
  flex: 1;
  text-align: center;
  font-size: 1.3rem;
  padding: 15px 0;
  border-bottom: dotted 1px #333;
}

/* --- PC（現状なし） --- */
@media (min-width: 769px) {
}

/* --- SP --- */
@media (max-width: 768px) {
  #nav-open {
    top: 20px;
    right: 20px;
  }

  .nav_menu {
    width: 80%;
    margin: 30% auto 0;
  }
}

/* =========================================================
   04. COMPONENT：ヘッダー固定要素（topleft / mleft / mright）
========================================================= */
/* --- 共通（現状なし） --- */

/* --- PC --- */
@media (min-width: 769px) {
  header .topleft {
    position: fixed;
    top: 20px;
    left: 20px;
    display: flex;
    font-size: 14px;
    color: #efbbcc;
    z-index: 500;
  }

  header .mleft {
    position: fixed;
    writing-mode: vertical-rl;
    top: 200px;
    left: 20px;
    display: flex;
    font-size: 14px;
    color: #efbbcc;
    z-index: 500;
  }

  header .mright {
    position: fixed;
    top: 200px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 500;
  }

  .mright .follow {
    writing-mode: vertical-rl;
    font-size: 14px;
    color: #efbbcc;
    margin-bottom: 15px;
    letter-spacing: 0.2em;
  }

  .mright .header_youtube {
    width: 20px;
    margin-bottom: 10px;
    transition: opacity 0.3s;
  }

  .mright .header_insta {
    width: 22px;
    transition: opacity 0.3s;
  }

  .mright .header_youtube:hover,
  .mright .header_insta:hover {
    opacity: 0.6;
  }

  .mright img {
    width: 100%;
    height: auto;
    display: block;
  }
}

/* --- SP --- */
@media (max-width: 768px) {
  header .topleft {
    position: fixed;
    top: 20px;
    left: 20px;
    display: flex;
    font-size: 14px;
    color: #efbbcc;
    z-index: 9999;
  }

  header .mleft {
    position: fixed;
    writing-mode: vertical-rl;
    top: 200px;
    left: 20px;
    display: flex;
    font-size: 14px;
    color: #efbbcc;
    z-index: 9999;
  }

  header .mright {
    position: fixed;
    writing-mode: vertical-rl;
    top: 200px;
    right: 20px;
    display: flex;
    height: 140px;
    font-size: 14px;
    color: #efbbcc;
    z-index: 9999;
  }

  .mright .follow {
    -webkit-flex: 6;
    flex: 6;
    padding-right: 5px;
  }

  .mright .header_youtube {
    -webkit-flex: 1;
    flex: 1;
    width: 18px;
    padding-right: 2px;
    margin: 5px auto;
    text-align: center;
  }

  .mright .header_insta {
    -webkit-flex: 1;
    flex: 1;
    width: 20px;
    padding-right: 6px;
    margin: 5px auto;
    text-align: center;
  }
}

/* =========================================================
   05. COMPONENT：NEWS（トップ最新1件 / アーカイブ）
========================================================= */
/* --- 共通（現状なし） --- */

/* --- PC --- */
@media (min-width: 769px) {
  .top_news_latest {
    border-radius: 50px;
    width: 690px;
    height: 42px;
    margin: 50px auto 0;
    background: #fbeff4;
    overflow: hidden;
  }

  .top_news_latest li.top_news_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    list-style: none;
  }

  .news_link_group {
    display: flex;
    align-items: center;
    flex-grow: 1;
    text-decoration: none;
    overflow: hidden;
    height: 100%;
  }

  .news-time {
    margin-left: 35px;
    color: #e691af;
    font-size: 12px;
    flex-shrink: 0;
  }

  .news-title {
    margin-left: 50px;
    overflow: hidden;
  }

  .news-title h3 {
    font-size: 12px;
    color: #e691af;
    font-weight: normal;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .to_right {
    margin-right: 20px;
    flex-shrink: 0;
  }

  .to_right img {
    width: 22px;
    height: auto;
    display: block;
  }

  .news_link_group:hover,
  .to_right:hover {
    opacity: 0.7;
  }

  .news_archive {
    width: 60%;
    margin: 0 auto;
    border-bottom: 2px solid #0068b6;
    display: flex;
    align-items: center;
    padding: 10px 0;
  }

  .news_archive .news-time,
  .news_archive .news-title,
  .news_archive .news-title a {
    color: #0068b6;
    line-height: 1.8;
  }

  .to_archive {
    width: 40px;
    margin: 30px 0 0 auto;
    padding-right: 10px;
  }

  .back_top {
    width: 60%;
    margin: 0 auto;
  }

  .back_top img {
    width: 40px;
    margin: 30px 0 0 auto;
    padding-right: 10px;
    transition: transform 0.3s;
  }

  .back_top img:hover {
    transform: translateX(5px);
  }
}

/* --- SP --- */
@media (max-width: 768px) {
  .top_news_latest {
    width: 85%;
    margin: 50px auto;
    background: #fbeff4;
    border-radius: 50px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .top_news_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
  }

  a.news_link_group {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex: 1;
    min-width: 0;
    gap: 15px;
  }

  .news-time {
    font-size: 12px;
    color: #e691af;
    white-space: nowrap;
    line-height: 1;
  }

  .news-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .news-title h3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #e691af;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .to_right {
    width: 30px;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    margin-left: 10px;
  }

  .to_right img {
    width: 22px;
    height: auto;
    display: block;
  }
}

/* =========================================================
   08. COMPONENT：MESSAGE（トップ）
========================================================= */
/* --- 共通（現状なし） --- */

/* --- PC --- */
@media (min-width: 769px) {
  #top_message {
    max-width: 1000px;
    margin: 0 auto;
  }

  #top_message .flexbox {
    display: flex;
    width: 100%;
    align-items: flex-start;
  }

  .top_message_left,
  .top_message_right {
    flex: 1;
  }

  .top_message_photo {
    position: relative;
    width: 434px;
    min-height: 500px;
    margin: 0 auto;
  }

  .top_message_photo img {
    position: absolute;
    z-index: 30;
    top: 0;
    right: 0;
    width: 334px;
    height: auto;
  }

  .top_message_photoback {
    position: absolute;
    z-index: 10;
    top: 100px;
    left: 0;
    width: 290px;
    height: 400px;
    background-color: #e1eff6;
  }

  .top_message_block {
    margin: 10px 0 42px 70px;
  }

  .top_message_block h3 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: bold;
    display: block;
    line-height: 1.4;
    font-family: ryo-gothic-plusn, sans-serif;
  }

  .top_message_block p {
    font-size: 14px;
    line-height: 2;
    color: #0068b6;
    margin-bottom: 20px;
    text-align: left;
    font-family: ryo-gothic-plusn, sans-serif;
  }

  .top_message_block p br {
    display: block;
    content: "";
    margin-top: 5px;
  }
  .message{
    margin-bottom: 15px;
  }
}

/* --- SP --- */
@media (max-width: 768px) {
  .pc,
  .top_message_photo {
    display: none !important;
  }
  .sp {
    display: block;
  }

  #top_message {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .top_message_left {
    width: 100%;
    margin-bottom: 20px;
  }

  .top_message_left img,
  .sp_img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .top_message_right {
    width: 90%;
    padding: 0 5%;
  }

  .top_message_block {
    font-size: 14px;
    line-height: 1.8;
    color: #0068b7;
    text-align: left;
  }

  .top_message_block h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #0068b7;
    line-height: 1.4;
  }

  .sp_img {
    width: 100%;
    margin-top: 20px;
  }
  .message{
    margin-bottom: 15px;
  }
  .message p{
    font-size: 12px;
  }
}

/* =========================================================
   09. COMPONENT：PROGRAM（トップ）
========================================================= */
/* --- 共通（現状なし） --- */

/* --- PC --- */
@media (min-width: 769px) {
  #top_program {
    max-width: 1000px;
    margin: 0 auto;
  }
  #top_program .flexbox {
    display: flex;
    align-items: flex-start;
  }

  .top_program_left,
  .top_program_right {
    flex: 1;
  }

  .top_program_left h2.outline {
    margin-left: 80px;
    margin-bottom: 5px;
  }

  .top_program_left h3 {
    font-size: 19px;
    font-weight: bold;
    color: #0068b6;
    margin-left: 80px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    display: block;
  }

  .top_program_left span {
    font-size: 12px;
    letter-spacing: 0.1em;
    display: block;
    color: #0068b6;
    margin-left: 80px;
    margin-bottom: 10px;
  }

  .top_program_left p {
    font-size: 14px;
    color: #0068b6;
    margin-left: 80px;
    margin-bottom: 5px;
  }

  #top_program .viewmore {
    margin-left: 80px;
    margin-top: 30px;
  }

  .top_program_photo {
    position: relative;
    width: 100%;
    min-height: 310px;
  }

  .top_program_photo img {
    position: absolute;
    z-index: 30;
    top: 0;
    left: 40px;
    width: 400px;
    height: auto;
  }

  .top_program_photoback {
    position: absolute;
    z-index: 10;
    top: 40px;
    right: 0;
    width: 420px;
    height: 260px;
    background-color: #fbeff4;
  }
}

/* --- SP --- */
@media (max-width: 768px) {
  .top_program_left h2.outline,
  .top_program_left span,
  .top_program_left h3,
  .top_program_left p {
    margin-left: 0 !important;
    text-align: center;
  }



  .top_program_left h3 {
    font-size: 19px;
    font-weight: bold;
    color: #0068b6;
    margin-bottom: 10px;
  }

  .top_program_left span {
    font-size: 12px;
    display: block;
    color: #0068b6;
    margin-bottom: 10px;
  }

  #top_program .viewmore {
    margin: 30px auto;
  }

  .top_program_right {
    margin-top: 40px;
  }

  .top_program_photo {
    width: 100%;
    min-height: auto;
  }

  .top_program_photo img {
    position: relative;
    left: auto;
    width: 90%;
    margin: 0 auto;
    display: block;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  }

  .top_program_photoback {
    display: none;
  }
}

/* =========================================================
   10. COMPONENT：TEAM（トップ）
========================================================= */
/* --- 共通（現状なし） --- */

/* --- PC --- */
@media (min-width: 769px) {
  #top_team {
    max-width: 1000px;
    margin: 0 auto;
  }

  #top_team h2.outline {
    text-align: center;
    margin-left: 0;
    transform: scale(0.6, 1);
    transform-origin: center;
    width: 100%;
    display: block;
  }
  #top_team h3 {
    text-align: center;
    margin: 0 auto 10px;
    display: block;
    color: #0068b6;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }


  #top_team span {
    text-align: center;
    margin: 0 auto 10px;
    display: block;
    color: #0068b6;
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .top_team_lineup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .performer_card {
    display: block;
    width: 32%;
    margin-bottom: 40px;
    text-decoration: none;
    transition: transform 0.3s ease;
  }

  .performer_card:hover {
    transform: translateY(-5px);
  }

  .card_image {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }

  .card_image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
  }

  .card_tag {
    position: absolute;
    right: 8px;
    bottom: 8px;
    background: #fff;
    color: #0068b6;
    border: 2px solid #0068b6;
    padding: 3px 12px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: bold;
    z-index: 10;
    white-space: nowrap;
  }

  .card_title {
    font-size: 16px;
    font-weight: bold;
    color: #0068b6;
    margin: 0;
    line-height: 1.4;
    text-align: left;
  }

  .top_team_lineup::after {
    content: "";
    width: 32%;
  }

  .wanted img {
    width: 600px;
    max-width: 90%;
    height: auto;
    margin: 0 auto 30px;
  }

  #top_team .aka {
    font-size: 19px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
  }

  #top_team .ao {
    font-size: 19px;
    text-align: center;
    font-weight: bold;
  }

  #top_team .viewmore {
    padding-bottom: 50px;
    margin-top: 30px;
  }
}

/* --- SP --- */
@media (max-width: 768px) {
  #top_team h3 {
    text-align: center;
    margin: 0 auto 10px;
    display: block;
    color: #0068b6;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  #top_team span {
    text-align: center;
    margin: 0 auto 10px;
    display: block;
    color: #0068b6;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .top_team_lineup {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 2%;
  }

  .performer_card {
    width: 48%;
    margin-bottom: 20px;
    display: block;
  }

  

  .card_image {
    margin-bottom: 8px;
  }

  .card_image img {
    border-radius: 6px;
  }

  .card_tag {
    font-size: 10px;
    padding: 2px 8px;
  }

  .card_title {
    font-size: 13px;
    line-height: 1.4;
  }

  .wanted img {
    width: 100%;
    max-width: 100%;
  }
}



/* =========================================================
   11. COMPONENT：OTONATACHI（トップ）
========================================================= */
/* --- 共通（現状なし） --- */

/* --- PC --- */
@media (min-width: 769px) {
  #top_otonatachi {
    max-width: 1000px;
    margin: 0 auto;
  }

  #top_otonatachi h2.outline {
    text-align: center;
    margin-left: 0;
    transform: scale(0.6, 1);
    transform-origin: center;
    width: 100%;
    display: block;
  }
  #top_otonatachi h3 {
    text-align: center;
    margin: 0 auto 10px;
    display: block;
    color: #0068b6;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  

  #top_otonatachi span {
    text-align: center;
    margin: 0 auto 10px;
    display: block;
    color: #0068b6;
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .top_otonatachi_lineup {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;;
    gap: 40px 2%;
    padding: 0;
    margin: 0 auto;
  }

  .otona_3 {
    width: 32% !important;
    margin: 0 !important;
    padding: 0;
  }

  .otona_3 dt {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .otona_3 dt img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .otona_3 dt a:hover img {
    opacity: 0.8;
    transform: translateY(-5px);
  }

  #top_otonatachi span {
    font-size: 12px;
    display: block;
    color: #0068b6;
    letter-spacing: 0.1em;
  }

  .otona_card {

  transition: transform 0.3s ease;
}
  .otona_card:hover {
  transform: translateY(-5px);
}



}

/* --- SP --- */
@media (max-width: 768px) {

  #top_otonatachi h3 {
    text-align: center;
    margin: 0 auto 10px;
    display: block;
    color: #0068b6;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  #top_otonatachi span {
    text-align: center;
    margin: 0 auto 10px;
    display: block;
    color: #0068b6;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .top_kyousan_lineup {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 15px;
    justify-content: center;
  }

  .otona_card {
    width: 55% !important;
    margin: 0 auto !important;
  }

  .otona_card dt,
  .otona_card img {
    width: 100%;
    display: block;
  }
}


/* =========================================================
   12. COMPONENT：ARCHIVE（トップ）
========================================================= */
/* --- 共通（現状なし） --- */

/* --- PC --- */
@media (min-width: 769px) {
  #top_archive {
    background: linear-gradient(to right, #e1eff6, #fbeff4);
    padding: 30px 0 80px;
    margin-bottom: 50px;
    width: 100%;
  }

  #top_archive h2.outline {
    text-align: center;
    margin-left: 0;
    transform: scale(0.6, 1);
    transform-origin: center;
    width: 100%;
    display: block;
  }

  #top_archive span {
    text-align: center;
    margin: 10px auto 30px;
    display: block;
    color: #0068b6;
    font-size: 12px;
    font-weight: bold;
  }

  #top_archive .ao {
    font-size: 19px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
  }

  .archive_year {
    width: 70%;
    max-width: 800px;
    margin: 0 auto;
  }

  .archive_year .flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .archive_photo {
    width: 48%;
    position: relative;
    overflow: visible;
  }

  .archive_photo img {
    width: 100%;
    max-width: 286px;
    height: auto;
    margin: 0 auto;
    display: block;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .archive_photo p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    font-size: 80px;
    -webkit-text-stroke: 2px #0068b6;
    background-color: rgba(251, 239, 244, 0.8);
    padding: 0 10px;
    line-height: 1;
    margin: 0;
    z-index: 20;
    pointer-events: none;
  }

  .archive_photo p span {
    display: block;
    font-size: 25px;
    color: #ffffff;
    -webkit-text-stroke: 1px #0068b6;
    margin: 0;
  }

  .archive_photo a {
    display: block;
    transition: transform 0.3s ease;
  }

  .archive_photo a:hover {
    transform: scale(1.03);
  }
}

/* --- SP --- */
@media (max-width: 768px) {
  .archive_year {
    width: 100%;
  }

  .archive_year .flexbox {
    display: block;
  }

  .archive_photo {
    width: 90%;
    margin: 0 auto 40px;
  }

  .archive_photo p {
    font-size: 60px;
  }
}


/* =========================================================
   13. COMPONENT：FOLLOW US（トップ）
========================================================= */
/* --- 共通（現状なし） --- */

/* --- PC --- */
@media (min-width: 769px) {
  #top_followus {
    width: 100%;
  }

  #top_followus h2.outline {
    text-align: center;
    margin-left: 0;
    transform: scale(0.6, 1);
    transform-origin: center;
    width: 100%;
    display: block;
  }

  #top_followus h3 {
    text-align: center;
    margin: 0 auto 20px;
    display: block;
    color: #0068b6;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  #top_followus span {
    text-align: center;
    margin: 0 auto 20px;
    display: block;
    color: #0068b6;
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .top_tpktv {
    background: #e1eff6;
    padding: 40px 0;
    width: 95%;
    max-width: 1000px;
    margin-bottom: 50px;
    border-radius: 0 100px 100px 0;
  }

  .tpktv_inner {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tpktv_image,
  .tpk_text {
    flex: 1;
  }

  .tpk_text {
    padding-left: 40px;
  }

  .tpk_text .flexbox {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .tpktv_youtubelogo img {
    width: 60px;
    height: auto;
  }

  .tpktv_youtubetext {
    font-size: 32px;
    font-weight: bold;
    margin-left: 15px;
    color: #0068b6;
  }

  .tpk_text p {
    font-size: 14px;
    color: #0068b6;
    line-height: 1.6;
  }

  .top_instagram {
    background: #fbeff4;
    padding: 40px 0;
    width: 95%;
    max-width: 1000px;
    margin: 0 0 0px auto;
    border-radius: 100px 0 0 100px;
  }

  .instagram_inner {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .insta_text,
  .insta_image {
    flex: 1;
  }

  .insta_image {
    order: 2;
    display: flex;
    justify-content: flex-end;
  }

  .insta_image_inner img {
    width: 300px;
    height: auto;
    border-radius: 10px;
  }

  .insta_text {
    order: 1;
    padding-right: 40px;
  }

  .insta_text .flexbox {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .insta_logo img {
    width: 60px;
    height: auto;
  }

  .insta_span {
    font-size: 32px;
    font-weight: bold;
    margin-left: 15px;
    color: #0068b6;
  }

  .insta_text p {
    font-size: 14px;
    color: #0068b6;
    line-height: 1.6;
  }

  .tpk_text .viewmore,
  .insta_text .viewmore {
    margin: 20px 0 0 0;
  }
}

/* --- SP --- */
@media (max-width: 768px) {
  #top_followus {
    margin-bottom: 80px;
    width: 100%;
  }

  #top_followus h2 {
    text-align: center;
    font-size: 24px;
    margin: 0;
    padding-top: 20px;
    color: #0068b6;
    letter-spacing: 0.1em;
  }

  #top_followus h3 {
    text-align: center;
    margin: 0 auto 10px;
    display: block;
    color: #0068b6;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  #top_followus span {
    text-align: center;
    margin: 0 auto 10px;
    display: block;
    color: #0068b6;
    font-size: 12px;
    letter-spacing: 0.1em;
  }



  .top_tpktv,
  .top_instagram {
    width: 100%;
    padding: 40px 0;
    margin-bottom: 0;
  }

  .top_tpktv {
    background: #e1eff6;
  }

  .top_instagram {
    background: #fbeff4;
  }

  .tpktv_inner,
  .instagram_inner {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
  }

  .tpktv_image img,
  .insta_image_inner img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }

  .tpk_text .flexbox,
  .insta_text .flexbox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
  }

  .tpktv_youtubelogo,
  .insta_logo {
    width: 50px;
    flex-shrink: 0;
  }

  .tpktv_youtubelogo img,
  .insta_logo img {
    width: 100%;
    height: auto;
    display: block;
  }

  .tpktv_youtubetext,
  .insta_span {
    font-size: 32px;
    font-weight: bold;
    color: #0068b6;
    line-height: 1;
  }

  .tpk_text p,
  .insta_text p {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
    text-align: left;
  }

  .viewmore {
    text-align: center;
    margin-top: 20px;
  }

  .viewmore a {
    display: inline-block;
    transition: opacity 0.3s;
  }

  .viewmore a:hover {
    opacity: 0.7;
  }

  .viewmore img {
    height: 40px;
    width: auto;
  }
}


/* =========================================================
   14. COMPONENT：CONTACT（トップ）
========================================================= */
/* --- 共通（現状なし） --- */

/* --- PC --- */
@media (min-width: 769px) {
  #top_contact {
    max-width: 1000px;
    margin: 0 auto;
  }

  #top_contact h2.outline {
    text-align: center;
    margin-left: 0;
    transform: scale(0.6, 1);
    transform-origin: center;
    width: 100%;
    display: block;
  }

  #top_contact h3 {
    text-align: center;
    margin: 0 auto 20px;
    display: block;
    color: #0068b6;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  #top_contact span {
    text-align: center;
    margin: 0 auto 20px;
    display: block;
    color: #0068b6;
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  #top_contact p {
    font-size: 14px;
    color: #0068b6;
    text-align: center;
    line-height: 1.8;
    margin: 0 auto 30px;
    max-width: 600px;
  }

  #top_contact .viewmore {
    margin: 0 auto;
  }
}

/* --- SP --- */
@media (max-width: 768px) {
  #top_contact h3 {
    text-align: center;
    margin: 0 auto 10px;
    display: block;
    color: #0068b6;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  #top_contact span {
    text-align: center;
    margin: 0 auto 10px;
    display: block;
    color: #0068b6;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #top_contact p {
    padding: 0 10px;
    text-align: center;
  }
}


/* =========================================================
   15. COMPONENT：フッター（footer / fixedTop）
========================================================= */
/* --- 共通（現状なし） --- */

/* --- PC --- */
@media (min-width: 769px) {
  .footer_inner {
    background: linear-gradient(to right, #e1eff6, #fbeff4);
    padding: 30px 0 20px;
    color: #ea9ab4;
  }

  footer a {
    color: #ea9ab4;
    font-size: 15px;
    text-decoration: none;
    transition: opacity 0.3s;
  }

  footer a:hover {
    opacity: 0.7;
  }

  .footer_content {
    width: 60%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .footer_flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  .footer_flexbox li{
    margin-bottom: 30px;
  }

  .footer_logo {
    flex: 4;
  }

  .footer_logo img {
    width: 115px;
    height: auto;
    display: block;
    margin: 0 30px 30px auto;
  }

  .footer_menu {
    flex: 6;
    margin-left: 40px;
  }

  .footer_menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer_menu li {
    margin-right: 20px;
  }

  .footer_sns {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }

  .footer_sns img {
    width: 24px;
    height: auto;
    margin-left: 15px;
    transition: transform 0.3s;
  }

  .footer_sns a:hover img {
    transform: scale(1.1);
  }

  .copyright {
    text-align: center;
    font-size: 12px;
    padding: 20px 0;
  }

  #fixedTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: none;
    padding: 10px 15px;
    background: #fff;
    color: #e99ab3;
    border: solid 3px #e99ab3;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
  }

  #fixedTop:hover {
    background: #e99ab3;
    color: #fff;
  }
}

/* --- SP --- */
@media (max-width: 768px) {
  footer{
    margin-top: 50px;
  }
  .footer_inner {
    height: auto;
    padding: 40px 0 20px;
    background: linear-gradient(to right, #e1eff6, #fbeff4);
    color: #ea9ab4;
  }

  .footer_content .flexbox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer_logo {
    width: 120px;
    margin: 0 auto 30px;
  }

  .footer_logo img {
    width: 100%;
    height: auto;
    display: block;
  }

  .footer_menu {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
  }

  ul.footer_flexbox {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
  }

  ul.footer_flexbox li {
    margin-bottom: 12px;
  }

  footer a {
    color: #ea9ab4;
    text-decoration: none;
    font-size: 13px;
    display: block;
    transform: none;
    letter-spacing: 0.05em;
  }

  .copyright {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 11px;
  }

  .copyright p {
    margin: 0;
  }
}



/* =========================================================
   16. COMPONENT：アーカイブページタイトル（archive_title）
========================================================= */
/* --- PC --- */
@media (min-width: 769px) {
  .archive_title h1 {
    font-size: 19px;
    display: block;
    font-weight: bold;
    color: #0068b6;
    text-align: center;
    padding-top: 50px;
  }

  .archive_title .outline {
    display: block;
    color: #ffffff;
    font-size: 42pt;
    text-align: center;
    -webkit-text-stroke: 3px #0068b6;
    transform: scale(0.6, 1);
    transform-origin: center;
    line-height: 1.2;
    margin: 10px 0;
  }

  .archive_title span {
    font-size: 12px;
    display: block;
    color: #0068b6;
    text-align: center;
    font-weight: bold;
    margin-bottom: 90px;
    letter-spacing: 0.2em;
  }
}

/* =========================================================
   17. COMPONENT：シングルページ（NEWS / PERFORMER）
========================================================= */
/* --- 共通（現状なし） --- */

/* --- PC --- */
@media (min-width: 769px) {
  .single_main {
    max-width: 1000px;
    margin: 0 auto;
  }
.single_title p{
  text-align: center;
  line-height: 80px;
  padding-top: 75px;
}
.single_title span{
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

.single_title .outline {
  display        : block;
  color          : #ffffff;            /* 文字の色 */
  font-size      : 42pt;               /* 文字のサイズ */
  letter-spacing: 9px;
  -webkit-text-stroke: 3px #0068B6;
  /* 文字の影 */
}
.single_title span{
  font-size: 12px;
  display: block;
  color: #0068B6;
}

.single_layout{
  width: 60%;
  margin: 0 auto;
}
.single_content{
  margin-top: 30px;
}
.single_eyecatch{
  max-width: 75%;
  margin: 0 auto;
}
.single_newstime{
  font-size: 15px;
  color: #0068B6;
  padding-top: 30px;
}
.single_news h1{
  font-size: 20px;
  font-weight: bold;
  color: #0068B6;
  margin-top: 21px;    
}
.single_news p{
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 15px;
  color: #0068B6;
  margin-top: 21px;    
}

.single_main{
  position: relative;
}

/*戻るボタン*/
.back{
  position: absolute;
  right: 0;
  top: 30px;
}
.back img{
  width: 50px;
}
.single_main .flexbox{
  justify-content: space-between;
}
.performer_l,
.performer_r{
  width: 100%;

}

.performer_l{
  background: -moz-linear-gradient(top, #E1EFF6, #FBEFF4);
  background: -webkit-linear-gradient(top, #E1EFF6, #FBEFF4);
  background: linear-gradient(to bottom, #E1EFF6, #FBEFF4);
  padding-bottom: 30px;
}
.performer_r{
  background-color: #fff;
}
.single_p_img{
  width: 380px;
  height: auto;
  margin: 230px auto;
}
.performer_r h1{
  font-size: 22px;
  font-weight: bold;
  color: #0068B7;
  margin: 100px auto 30px;
  text-align: center;
}
.performer_r p{
  width: 75%;
  font-size: 14px;
  color: #0068B7;
  margin: 30px auto;
  text-align: left;
}
}

/* --- SP --- */
@media (max-width: 768px) {
  .single_layout {
    width: 100%;
  }

  .single_eyecatch {
    margin-bottom: 30px;
  }

  .single_news h1 {
    font-size: 20px;
    line-height: 1.4;
  }

  .single_news p {
    font-size: 14px;
    line-height: 1.8;
  }

  .single_news iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .performer_l {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .single_p_img img {
    width: 100%;
    max-width: 100%;
    box-shadow: 5px 5px 0 #fbeff4;
  }

  .performer_r {
    width: 100%;
  }

  .performer_r h1 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #fbeff4;
    padding-bottom: 10px;
  }

  .performer_r p{
  width: 85%;
  font-size: 14px;
  line-height: 1.8;
  color: #0068B7;
  margin: 30px auto;
  text-align: left;
}

  .single_main > .back {
    margin: 40px auto;
    text-align: center;
  }

  .single_main > .back a {
    margin: 0 auto;
  }
}


/* =========================================================
   02-A. GLOBAL：フォーム
========================================================= */
/* お問い合わせフォーム入力欄 */
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  display: block;
  width: 95%;
  max-width: 100%;
  height: 45px;
  padding: 0 12px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background-color: #eff1f5;
  color: #5c6b80;
  font-size: 1.4rem;
  box-sizing: border-box;
  transition: background-color 0.24s ease-in-out;
}

textarea {
  min-height: 120px;
  line-height: 1.5;
  padding: 12px;
  resize: none;
}

#formbtn {
  display: block;
  padding: 15px;
  width: 350px;
  background: #ffaa56;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border: 2px solid #ffaa56;
  border-radius: 2px;
  margin: 25px auto 0;
  text-align: center;
  cursor: pointer;
}

#formbtn:hover {
  background: #fff;
  color: #ffaa56;
}



/* =========================================================
   03. COMPONENT：YouTube（埋め込み / 横流し）
========================================================= */
/* --- 共通 --- */
.youtube-fullwidth {
  position: relative;
  width: 100vw;
  height: 56.25vw; /* 16:9 */
  max-height: 100vh;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
}

.youtube-fullwidth iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-marquee {
  width: 100vw;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
}

.youtube-track {
  display: flex;
  width: max-content;
  animation: youtube-scroll 30s linear infinite;
}

.youtube-item {
  width: 33.333vw;
  height: 18.75vw; /* 16:9 */
  min-width: 33.333vw;
  position: relative;
}

.youtube-item iframe {
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none; /* 操作させない場合 */
}

@keyframes youtube-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* --- PC --- */
@media (min-width: 769px) {
  /* 追加機能：YouTubeマーキー（動画の横流し） */
  .youtube-marquee {
    overflow: hidden;
    background: #000;
    padding: 20px 0;
    margin-bottom: 50px;
  }

  .youtube-track {
    display: flex;
    width: calc(300px * 8);
    animation: marquee-video 30s linear infinite;
  }

  .youtube-item {
    width: 300px;
    height: 169px;
    flex-shrink: 0;
    padding: 0 10px;
  }

  .youtube-item iframe {
    width: 100%;
    height: 100%;
    border: none;
  }

  @keyframes marquee-video {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-300px * 4));
    }
  }
}

/* --- SP --- */
@media (max-width: 768px) {
  .youtube-item {
    width: 80vw;
    height: 45vw;
    min-width: 80vw;
  }
}


/* =========================================================
   04. COMPONENT：応援メッセージ（バナー）
========================================================= */
/* --- 共通 --- */
.banner-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  margin-bottom: px; /* 上下余白 */
}

.scrolling-banner {
  display: flex;
  width: max-content; /* ★ 超重要：2セット分の幅を保持 */
  align-items: center;
}

.banner-set {
  display: flex;
}

.banner-item {
  flex: 0 0 auto;
  width: 240px;
  margin-right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 0px solid #e691af;
  border-radius: 10px;
  padding: 16px;
  box-sizing: border-box;
  text-align: center;
  color: #e691af;
  height: auto;
}

.banner-item .message {
  font-size: clamp(12px, 1.5vw, 18px);
  line-height: 1.2em;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 最大3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.banner-item .author {
  font-size: clamp(10px, 1vw, 14px);
  font-weight: bold;
  opacity: 0.8;
  color: #e691af;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.top-row,
.bottom-row {
  display: flex;
  align-items: center;
  height: auto;
  position: relative;
}

.top-row {
  animation: scrollLeftToRight 150s linear infinite;
}

.bottom-row {
  animation: scrollRightToLeft 150s linear infinite;
}

@keyframes scrollLeftToRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes scrollRightToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* --- PC --- */
@media (min-width: 769px) {
  /* メッセージバナー：重なり防止・可変対応版 */
  .banner-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;

    padding: 20px 0;
  }

  .scrolling-banner {
    display: flex;
    width: max-content;
    align-items: center;
  }

  .banner-set {
    display: flex;
    flex-shrink: 0;
  }

  .banner-item {
    flex: 0 0 auto;
    width: auto;
    min-width: 200px;
    max-width: 500px;
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 16px 25px;
    box-sizing: border-box;
    text-align: center;
  }

  .banner-item .message {
    font-size: 16px;
    color: #0068b6;

    line-height: 1.4;
    margin-bottom: 8px;
    white-space: normal;
    word-break: break-word;
  }

  .banner-item .author {
    font-size: 12px;
    color: #e691af;
    background: #fbeff4;
    padding: 2px 12px;
    border-radius: 20px;
    white-space: nowrap;
  }

  .top-row {
    animation: scrollLeftToRight 150s linear infinite;
  }

  .bottom-row {
    animation: scrollRightToLeft 150s linear infinite;
  }

  @keyframes scrollLeftToRight {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0);
    }
  }

  @keyframes scrollRightToLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  /*
  .banner-container:hover .scrolling-banner {
    animation-play-state: paused;
  }
  */
}

/* --- SP --- */
@media screen and (max-width: 768px) {
  .banner-item {
    width: 250px;
  }

  .banner-item .message {
    font-size: clamp(10px, 3vw, 16px);
    color: #0068b6;
  }

  .banner-item .author {
    font-size: clamp(8px, 2vw, 12px);
      color: #e691af;
    background: #fbeff4;
        padding: 2px 12px;
    border-radius: 20px;
  }

  .banner-container {
    margin-bottom: 10px;
  }
}

/* --- Tablet（現状なし） --- */
@media screen and (min-width: 769px) and (max-width: 1024px) {
}