		/* === 基本設定 === */
:root {
	/* 指定カラー */
	--purple-deep: #1a0b2e;
	--purple-mid: #543280;
	--gold-dark: #d4af37;
	--gold-mid: #f0d978;
	--gold-light: #f3e5ab;
	
	/* その他デザイン用 */
	--bg-body: #fdfcfeb8; /* 背景用のごく薄い紫 */
	--text-main: #333;
	--font-serif: 'Noto Serif JP', serif;
	--font-sans: 'Noto Sans JP', sans-serif;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: var(--font-sans);
	background-color: #f5f0fa; /* サイト全体の背景 */
	color: var(--purple-deep);
	line-height: 1.6;
	font-size: 14px;
}

.mb50{
	margin-bottom: 50px;
}

#pagetop a{
	font-size: 32px;
}

.pageTopBanner{
	bottom: 117px !important;
}

.w100{
	width: 100%;
}

.bodycontent {
	padding-top: 75px;
	padding-bottom: 0px !important;
}

/* スマホ向けレイアウト調整（中央寄せ） */
.wrapper {
	max-width: 720px; /* スマホ想定の幅 */
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	overflow: hidden;
}

.wrapper .gold-text {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; /* 이미지와 비슷한 글꼴 */
  font-size: 60px;
  font-weight: 500;
  background: linear-gradient(180deg, #f6e7a9 0%, #d4af37 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.wrapper .border2{
	border: 1px solid #d4af37;       /* 바깥선 */
	padding: 30px;
	display: inline-block;
}

.outborder{
	border: 1px solid #d4af37;
	padding: 5px;
	display: inline-block;
}

.wrapper .border3{
	border: 1px solid #000;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.wrapper .txt1{
	font-weight: normal;
	font-size: 1.7rem;
	font-family: var(--font-serif);
}

.wrapper .txt1 span{
	font-weight: bold;
}



.wrapper a {
	text-decoration: none;
	color: inherit;
}

/* === 共通パーツ === */
.wrapper .gold-text-gradient {
	background: linear-gradient(to right, #b8860b, var(--gold-dark), #b8860b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
}

.wrapper .gold-divider {
	height: 5px;
	background: linear-gradient(to right, transparent, var(--gold-dark), transparent);
	opacity: 0.6;
}

.wrapper .gold-divider2 {
	height: 1px;
	border: 1px dotted #000;
	opacity: 0.6;
}

.wrapper .section-title {
	font-family: var(--font-serif);
	text-align: center;
	font-size: 2.3rem;
	color: var(--purple-deep);
	margin-bottom: 40px;
	position: relative;
	padding: 0 10px;
	font-weight: bold;
}

/* タイトルの装飾（- タイトル - のような形） */
.wrapper .section-title::before,
.wrapper .section-title::after {
	content: " - ";
	color: var(--purple-deep);
}

.wrapper .btn-gold {
	display: block;
	width: 80%;
	margin: 20px auto;
	background: linear-gradient(180deg, var(--gold-mid) 0%, var(--gold-dark) 100%);
	color: var(--purple-deep);
	font-family: var(--font-serif);
	font-weight: 700;
	text-align: center;
	padding: 12px 0;
	border-radius: 4px;
	font-size: 1.1rem;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	border: 1px solid #fff;
}

/* === ヘッダー / キービジュアル === */
.wrapper .hero {
	position: relative;
	width: 100%;
	background-color: var(--purple-deep);
	/* 星空のような背景グラデーション */
	background-image: radial-gradient(circle at 50% 30%, #543280 0%, #1a0b2e 70%);
	text-align: center;
}

.wrapper .hero img {
	width: 100%;
	vertical-align: bottom;
}

/* === ナビゲーション === */
.wrapper .nav-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding: 20px;
	background-color: #fbfbfd;
}

.wrapper .nav-btn {
	/*
	background-color: var(--purple-deep);
	*/
	background: linear-gradient(90deg, #1f1433, #452c78, #1f1433);
	color: var(--gold-light); /* 文字色をゴールド寄りに */
	font-family: var(--font-serif);
	text-align: center;
	padding: 15px 5px;
	border-radius: 8px;
	border: 1px solid var(--purple-mid);
	box-shadow: 0 4px 6px rgba(0,0,0,0.2);
	font-size: 1.2rem;
	transition: opacity 0.3s;
	font-weight: bold;
}



.wrapper .nav-btn:hover {
	opacity: 0.9;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

/* === コンセプト === */
.wrapper .concept {
	padding: 50px 20px 40px;
	text-align: center;
	background-color: #fff;
}

.wrapper .concept-text {
	font-size: 1.3rem;
	margin-bottom: 20px;
	line-height: 1.8;
}

.wrapper .blod{
	font-weight: bold;	
}

.wrapper .highlight-gold {
	color: #d4af37; /* ゴールド */
	font-weight: bold;
	font-size: 1.1em;
	display: inline-block;
	border-bottom: 1px solid var(--gold-mid);
}

.wrapper .concept-sub {
	font-family: var(--font-serif);
	font-size: 0.9rem;
	margin: 20px 0;
}

.wrapper .btn-small {
	display: inline-block;
	padding: 8px 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 0.8rem;
	color: #666;
	background: #fff;
}

/* === ラインナップ === */
.wrapper .lineup {
	padding: 50px 20px 40px;
	background-color: #fcfaff; /* 薄い紫の背景 */
}

.wrapper .star-name {
	font-family: var(--font-serif);
	font-size: 2.3rem;
	font-weight: bold;
	background: linear-gradient(180deg, #f6e7a9 0%, #d4af37 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	margin-bottom: 15px;
	border-bottom: 2px solid #002266;
	display: inline-block;
	padding-bottom: 5px;
	width: auto;
	min-width: 150px;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}

.wrapper .star-image-frame {
	border: 4px solid #dcdcdc; /* 仮のボーダー */
	border-image: linear-gradient(to bottom right, var(--gold-mid), var(--gold-dark)) 1;
	margin-bottom: 15px;
	position: relative;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

/* 金色の枠線イメージ再現 */
.wrapper .star-image-frame-inner {
	border: 2px solid var(--gold-dark);
	padding: 2px;
}

.copyr{
	color: #A6A6A6;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 30px;
}

.wrapper .tag-category {
	display: inline-block;
	background-color: var(--purple-deep);
	color: #fff;
	font-size: 0.7rem;
	padding: 4px 10px;
	border-radius: 2px;
	margin-bottom: 8px;
	font-weight: normal;
	border-radius: 5px;
}

.wrapper .program-title {
	font-family: var(--font-serif);
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.4;
}

.wrapper .program-info {
	font-size: 0.85rem;
	margin-bottom: 15px;
	color: #444;
}
.wrapper .program-info span {
	display: block;
}

.wrapper .program-desc {
	font-size: 0.85rem;
	text-align: left;
	margin-bottom: 20px;
	color: #333;
}

/* 準備中エリア */
.wrapper .coming-soon {
	background-color: #e0f0f5;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #333;
	font-weight: bold;
	position: relative;
}
.wrapper .coming-soon-bg {
	/* イラスト風の背景簡易再現 */
	background: linear-gradient(to bottom, #dcedf7 60%, #8db826 60%);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wrapper .coming-soon-text {
	background: rgba(255,255,255,0.8);
	padding: 10px 20px;
	font-size: 1.2rem;
	border-radius: 5px;
}

/* === 視聴方法・フッター === */
.wrapper .footer-section {
	padding: 30px 20px;
	text-align: center;
	background: #fff;
}

.wrapper .footer-link {
	color: #0056b3;
	text-decoration: underline;
	font-size: 0.9rem;
	display: block;
	margin-top: 10px;
}

.wrapper .campaign-spacer {
	height: 100px; /* WFの下部余白 */
	text-align: center;
	color: #ccc;
	font-size: 0.8rem;
	padding-top: 20px;
}

/*------------------------------
	float
------------------------------*/
.float {
  background-color: #e20177;
  position: fixed;
  left: 0;
  bottom: -300px;
  width: 100%;
  z-index: 90;
}
.float__banners {
  margin: auto;
  max-width: 940px;
  width: 94%;
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding-left: 0;
}
.float__banners__item {
  padding: 10px 0;
  width: 45%;
}
.float__banners__item a {
  background-color: #fff;
  display: block;
  border-radius: 40px;
  text-align: center;
  margin-top: -1px;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 80px;
  transition: opacity 0.3s;
}
.float__banners__item a:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .float__banners__item a:hover {
	opacity: 1;
  }
}
.float__banners__item a:before, .float__banners__item a:after {
  content: "";
  background-color: #000;
  display: inline-block;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 20px;
}
.float__banners__item a:before {
  transform: rotate(40deg) translateX(-4px);
}
.float__banners__item a:after {
  transform: rotate(-40deg) translateX(-4px);
}
.float__banners__item img {
  margin-right: 10px;
  width: 35%;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .float__banners {
	width: 98%;
  }
  .float__banners__item {
	padding: 3% 0;
	width: 48%;
  }
  .float__banners__item a {
	border-radius: 1.6em;
	font-size: 24px;
	font-size: 3.2vw;
	line-height: 3em;
  }
  .float__banners__item a:before, .float__banners__item a:after {
	right: 5%;
  }
}

#pagetop{
	bottom: 165px;
}

footer{
	padding-bottom: 155px;
}

aside{
	background-color: #F4F4F4;
	height: 0px !important;
}


.is-Sp {
	display: none;
}

.howto img {
	pointer-events: none;
}

.howto {
  padding: 50px 0 80px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
  padding-top: 10px;
  padding-bottom: 30px;
}

.howto p{
	margin-bottom: 0rem;	
}

.howto .inner {
	max-width: 700px;
	display: inline-block;
}

.howto .col {
  background: white;
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 30px 20px;
  border: 1px solid #000;
}

.howto .col._1 {
  margin-top: 0px;
}

.howto .col .catch {
  font-size: 2rem;
  font-weight: bold;
}

.howto .col > .txt {
	font-size: 1rem;
}

.howto .col a.txt-link {
  color: #0024fe;
}

.howto .col .kome-list-item {
  display: table;
  font-size: 0.9rem;
  width: 100%;
}

.howto .col .kome-list-item > span {
  display: table-cell;
  text-align: left;
}

.howto .col .kome-list-item > span.mk {
  width: 15px;
}

.howto .col .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 20px auto;
}

.howto .col .flex.justify-center {
  justify-content: center;
}

.howto .col .flex-left, .howto .col .flex-right {
  width: 49%;
}

.howto .col .flex-left .img, .howto .col .flex-right .img {
  text-align: center;
}

.howto .col .flex-left .td, .howto .col .flex-right .td {
  background: #e6e6e6;
  display: table;
  padding: 10px 40px;
  width: 80%;
  margin: 0 auto;
}

.howto .col .flex-left .td:first-child, .howto .col .flex-right .td:first-child {
  margin-bottom: 10px;
}

.howto .col .flex-left .td > p, .howto .col .flex-right .td > p {
  display: table-cell;
  vertical-align: middle;
}

.howto .col .flex-left .td > p.mk, .howto .col .flex-right .td > p.mk {
  line-height: 1;
  width: 20px;
  text-align: center;
}

.howto .col .flex-left .td > p.mk img, .howto .col .flex-right .td > p.mk img {
  line-height: 0.9;
}

.howto .col .flex-left .td > p.txt, .howto .col .flex-right .td > p.txt {
  font-size: 1.4rem;
}

.howto .col .flex-left .tt, .howto .col .flex-right .tt {
  border-bottom: 1px solid #333333;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
}

.howto .col .flex-left .number, .howto .col .flex-right .number {
  font-size: 1.5rem;
  font-weight: bold;
}

.howto .col .flex-left .caption, .howto .col .flex-right .caption {
  font-size: 1rem;
}

.howto .col .link-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.howto .col .link-list-item:first-child {
  margin-right: 20px;
}

.is-Sp {
	display: none;
}

/* ---------------------------------------------------------------------
	Extra small devices (phones, less UP TO 767px)
 ----------------------------------------------------------------------*/
@media (max-width: 767px) {
  /************** 767 GLOBAl USE***********/


	.mmenup li {

	}
	
	.mmenup li span {

	}	
	
	.mmenup{

	}
	
	.slider-nav img{
		width: 107px;
	}
	
	.bottom .link-list-item {
	width: 48%;
	}
	.bottom .link-list-item img {
	max-width: 100%;
	}
	.bottom .col .catch {
	font-size: 2.9vw;
	}
	.bottom .col > .txt {
	font-size: 2.9vw;
	}
	.bottom .col .kome-list-item {
	font-size: 2.1vw;
	}
	.bottom .col .flex {
	flex-direction: column;
	width: 100%;
	}
	.bottom .col .flex.w80 {
	width: 80%;
	}
	.bottom .col .flex.w80 img {
	max-width: 100%;
	}
	.bottom .col .flex .flex-left,
	.bottom .col .flex .flex-right {
	width: 100%;
	}
	.bottom .col .flex .flex-left {
	margin: 0 auto;
	width: 70%;
	}
	.bottom .col .flex .flex-left img {
	max-width: 100%;
	}
	.bottom .col .flex .flex-right {
	margin-top: 20px;
	display: flex;
	}
	.bottom .col .flex .flex-right.no-flex {
	flex-direction: column;
	}
	.bottom .col .flex .flex-right .tt {
	display: inline;
	font-size: 2.9vw;
	border-bottom: none;
	}
	.bottom .col .flex .flex-right .tt > span {
	border-bottom: 1px solid #333333;
	}
	.bottom .col .flex .flex-right .number {
	font-size: 5.3vw;
	}
	.bottom .col .flex .flex-right .caption {
	font-size: 2.6vw;
	}
	.bottom .col .flex .flex-right .td {
	width: 48%;
	padding: 10px 20px;
	height: 40px;
	}
	.bottom .col .flex .flex-right .td:first-child {
	margin-bottom: 0;
	}
	.bottom .col .flex .flex-right .td .txt {
	line-height: 1;
	font-size: 2.6vw;
	text-align: center;
	}
	.bottom .col .flex .flex-right .td .mk img {
	width: 88%;
	}
	.is-Pc {
	display: none;
	}
	.is-Sp {
	display: inline;
	}
	
	.lineupdiv .callist .date{
		position: relative;
	}
	
	.dllist{
		padding-left:0px;
		margin-top: 10px;
	}
	
	.dllist dt{
		padding-right: 15px;
	}
	
	.blay ul li{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.mmenup li a{
		font-size: 20px;
	}
	
	.mmenup ul{
		line-height: 55px;
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.mmenup ul {
		width: 770px;
	}
	
	.pcline{
		display: inline-block;
	}
	
	
	.howto .link-list-item {
	width: 48%;
	}
	.howto .link-list-item img {
	max-width: 100%;
	}
	.howto .col .catch {
	font-size: 2.9vw;
	}
	.howto .col > .txt {
	font-size: 2.9vw;
	}
	.howto .col .kome-list-item {
	font-size: 2.1vw;
	}
	.howto .col .flex {
	flex-direction: column;
	width: 100%;
	}
	.howto .col .flex.w80 {
	width: 80%;
	}
	.howto .col .flex.w80 img {
	max-width: 100%;
	}
	.howto .col .flex .flex-left,
	.howto .col .flex .flex-right {
	width: 100%;
	}
	.howto .col .flex .flex-left {
	margin: 0 auto;
	width: 70%;
	}
	.howto .col .flex .flex-left img {
	max-width: 100%;
	}
	.howto .col .flex .flex-right {
	margin-top: 20px;
	display: flex;
	}
	.howto .col .flex .flex-right.no-flex {
	flex-direction: column;
	}
	.howto .col .flex .flex-right .tt {
	display: inline;
	font-size: 2.9vw;
	border-bottom: none;
	}
	.howto .col .flex .flex-right .tt > span {
	border-bottom: 1px solid #333333;
	}
	.howto .col .flex .flex-right .number {
	font-size: 5.3vw;
	}
	.howto .col .flex .flex-right .caption {
	font-size: 2.6vw;
	}
	.howto .col .flex .flex-right .td {
	width: 48%;
	padding: 10px 20px;
	height: 40px;
	}
	.howto .col .flex .flex-right .td:first-child {
	margin-bottom: 0;
	}
	.howto .col .flex .flex-right .td .txt {
	line-height: 1;
	font-size: 2.6vw;
	text-align: center;
	}
	.howto .col .flex .flex-right .td .mk img {
	width: 88%;
	}
	
	
  /************** 767 GLOBAl USE END***********/
}
/*767 END*/


/* ---------------------------------------------------------------------
	Extra small devices (phones, less UP TO 767px)
 ----------------------------------------------------------------------*/
@media (max-width: 650px) {
  /************** 650 GLOBAl USE***********/

	.mmenup li{
	}

	.mmenup li:last-child{
		margin-bottom: 0px;
	}

  /************** 650 GLOBAl USE END***********/
}
/*767 END*/

/* ----------------------------------------------------------------
	  Custom, iPhone Retina  UP TO 480px
-------------------------------------------------------------------*/
@media (max-width: 480px) {
  /************** 480 GLOBAl USE***********/  
	
	.wrapper .nav-btn{
		font-size: 1rem;
	}
	
	.wrapper .section-title {
		font-size: 2rem;
	}
	
	.wrapper .concept-text {
		font-size: 0.95rem;
	}
	
	.wrapper .txt1{
		font-size: 1.2rem;
	}
	
	.pageTopBanner{
		bottom: 70px !important;
	}
	
	.is-Sp {
		display: block;
	}

}

@media (max-width: 414px) {
  /************** 360 GLOBAl USE***********/
  /************** 360 GLOBAl USE***********/


  
}

/* ----------------------------------------------------------------
	  Custom, iPhone Retina  UP TO 480px
-------------------------------------------------------------------*/
@media (max-width: 360px) {
  /************** 360 GLOBAl USE***********/
  /************** 360 GLOBAl USE***********/


}

/* ----------------------------------------------------------------
	  Custom, iPhone Retina  UP TO 480px
-------------------------------------------------------------------*/
@media (max-width: 320px) {
  /************** 320 GLOBAl USE***********/
  /************** 320 GLOBAl USE***********/
  
}


@media (max-width: 280px) {


}

@media screen and (min-width: 773px) and (max-width: 1200px) {


}

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


}



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

}