/* {{{ system
 * ============================================================================================ */
/* system
======================================================= */
#system{
	margin:0;
}

#system .inner{
	width:90%;
	margin:auto;
	padding:2.5rem 4rem;
	box-sizing: border-box;
	background:rgba(255,255,255,0.85);
	border-radius:10px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.06);
}


#system section{
	width:1100px;
	max-width:100%;
	margin:0 auto 1.5rem;
	padding:2rem;
	box-sizing: border-box;
}
#system h3{
	margin: 0 auto 2rem;
	color: #776959;
	text-align: center;
	font-weight: bold;
	font-size: 3rem;
}
#system h3.title{
	
	font-family: "Noto Serif JP", serif;
}
#system h3.title::before{
	display: inline-block;
	width:25%;
	height: 4rem;
	margin-right: 1rem;
	content:"";
	background-image:url(../images/system/title_l.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#system h3.title::after{
	display: inline-block;
	width:25%;
	height: 4rem;
	margin-left: 1rem;
	content:"";
	background-image:url(../images/system/title_r.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
/* campaign */
.campaignArea{
	
}

/* basic */
.basicArea{
	padding:1.5rem;
	border-radius:8px;
	/* background:url(../images/system/basic_bg.png) top center #1b5c46;
	background-size:150%;
	border:10px solid #978053; */

background: #45b8ff;
background: linear-gradient(122deg, rgba(69, 184, 255, 1) 6%, rgba(138, 210, 255, 1) 100%);

}


.basicArea .frame{
	padding:3rem;
	/* border:2px solid #fff; */
	background:#d7f0ff;
	border-radius:1px;
	  /* box-shadow:
    0 0 10px #9f0fff,
    0 0 20px #9f0fff,
    0 0 40px #9f0fff; */

}

.basicArea .frame > div{
	padding:0.8rem;
	border-bottom:2px dotted #1b93dd;
		color: #2aa4f0;

	text-shadow:
		-2px -2px 0 #fff,
		2px -2px 0 #fff,
		-2px  2px 0 #fff,
		2px  2px 0 #fff;
}
.basicArea h3{
	width:30%;
	margin: 0 auto ;
	padding:0;
	line-height: 1;
	color: #FFF !important;
	white-space: nowrap;
}
.basicArea h4{
	width:13rem;
	font-weight: bold;
	font-size: 2rem;
	color: rgba(231, 74, 192, 0.911);
	white-space: nowrap;
}
.basicArea .fee{
	font-weight: bold;
	font-size: 3rem;
}
.basicArea .fee strong{
	display: inline-block;
	width:30%;
}
.basicArea .fee span{
	display: inline-block;
	margin:0 0.8rem;
}
.basicArea .flex{
	gap:2rem;	
}
.basicArea .flex{
	
}
.basicArea .fees{
	width:100%;
}
.basicArea .fees .fee{
	font-weight: bold;
	font-size: clamp(16px, 3vw, 2.6rem);
	white-space: nowrap;
}
/* price */

#priceArea {
	background:#FFF;
	padding:0 !important;
}
#priceArea .frame{
	display: grid;
	grid-template-columns: 3fr 5fr;
	gap:5%;
	padding:3rem;
}
#priceArea dl{
	display: flex;
	flex-wrap:nowrap;
	justify-content: center;
	align-items: center;
	gap:5px;
	padding:0.2rem;
	font-size: clamp(15px,2vw, 2rem);
	font-weight: bold;
	line-height: 1;
}
#priceArea dt{
	justify-content: center;
	align-items: center;
	width:40%;
	padding:0.4rem;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}
#priceArea dt strong{
	font-weight: bold;
}
#priceArea dd{
	width:60%;
	padding:0.4rem;
	box-sizing: border-box;
	color: #353030;
	text-align: center;
	background:white;
	border:1px solid #CCC;
}
#priceArea dd .price{
	display: inline-block;
	/* margin-right: 2rem; */
}
#priceArea dl.titles dt,
#priceArea dl.titles dd{
	padding:0.4rem;
	line-height: 1;
	font-size: 1rem;
	font-weight: bold;
	background:#AAA;
	color: #fff;
}
/**/
#priceArea .titleArea{
	text-align: center;
}
#priceArea .titleArea h4{
	margin-bottom:1rem;
	font-size: clamp(16px,4vw,3.0rem);
	white-space: nowrap;
}
#priceArea .titleArea .time{
	margin-bottom:1rem;
	font-size: 1.5rem;
}
#priceArea .titleArea .time span{
	font-size: 1rem;
}
#priceArea .titleArea .summary{
	font-size: 0.92rem;
	font-weight:bold;
}

/**/
#panel1,#tab1{
	background:#eff8ff;
	border:3px solid #97d0ff;
}
#tab1{
	color: #4da7ec;
}
#tab1.active{
	border-color: #97d0ff;
	border-bottom-color: #eff8ff;
}
#panel1 .time{
	background: #4da7ec;
	color: #fff;
}

#panel1 dt{
	background: #4da7ec;
}

#panel2,#tab2{
	background:#ffeff5;
	border:3px solid #f1abdc;
}
#tab2{
	color: #f84589;
}
#tab2.active{
	border-color: #f1abdc;
	border-bottom-color: #ffeff5;
}
#panel2 .time{
	background: #f84589;
	color: #fff;
}
 #panel2 dt{
	background: #f84589;
}

#panel3,#tab3{
	background:#ffeff5;
	border:3px solid #f1abdc;
}
#tab3{
	color: #f84589;
}
#panel3 .time{
	background: #f84589;
	color: #fff;
}
 #panel3 dt{
	background: #f84589;
}



/* play */

#playArea{
	background:url(../images/system/play_bg.jpg) no-repeat top center;
	background-size: cover;
	border:10px solid #c497da;	
}
#playArea ul{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:1rem;
}
#playArea li{
	width:30%;
	padding:1.5%;
	background: #fff7f7;
	background: linear-gradient(180deg, rgba(255, 247, 247, 1) 19%, rgba(255, 235, 255, 1) 67%, rgba(253, 207, 255, 1) 99%);
	border-radius:8px;
	border:4px solid #d2a1e6;
	color: #711894;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

/* option */

#optionArea{
	background:url(../images/system/option_bg.jpg) no-repeat top center rgba(186, 255, 232, 0.2);
	background-size: cover;
	border:10px solid #8dddbe;	
}
#optionArea h4.price-category{
	width:300px;
	max-width:90%;
	margin:0 auto 2rem;
	padding:0.4rem 1rem;
	background:#725347;
	border-radius:50vmax;
	text-align: center;
	font-size: 1.4rem;
	color: #FFF;
	font-weight: bold;
}
#optionArea ul{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:1rem;
	margin-bottom:4rem;
}
#optionArea ul li{
	width:30%;
	padding:1.5%;
background: #f2fffb;
background: linear-gradient(180deg, rgba(242, 255, 251, 1) 19%, rgba(224, 255, 245, 1) 67%, rgba(186, 255, 232, 1) 99%);
	border-radius:8px;
	border:4px solid #74ceb0;
	color: #3f9c7d;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

/* option note */
#optionArea .note {
	margin:3.8rem 0 ;
	padding:1.5rem;
	border-radius:8px;
	border:1px solid #f8d8d8;
	background:#fff8f8;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}


/**/

#optionArea h4.notes{
	margin-bottom:2rem;
	text-align: center;
	font-size: 2rem;
	color: #e76060;
	font-weight: bold;
}

#optionArea ol{
	width:100%;
}
#optionArea ol li{
	display: block;
	width:100%;
	padding:2.5%;
	box-sizing: border-box;
	background: #fcfcfc;
	border-bottom:1px solid #eee;
	color: #000;
	font-size: 1.2rem;
	text-align: left;
}
#optionArea ol li:nth-child(even){
	background: #f2f2f2;
}


/* delimap */

#delimapArea{
}

#delimapArea dl{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width:100%;
	margin: 0 auto 1rem;
	padding:0.2rem;
	box-sizing: border-box;
	border:3px solid #9469da;
}
#delimapArea dt,
#delimapArea dd{
	padding:0.4rem 1rem;
	line-height: 1.8;
	font-weight: bold;
}
#delimapArea dt{
	width:70%;
	font-size: 1.6rem;
}
#delimapArea dd{
	width:30%;
	background:#9469da;
	color: #fff;
	font-size: 2rem;
	text-align: center;
}



/* credit */

#creditArea{
	margin-bottom:5rem;
	padding:1rem;
	border: 2px solid #9b9595;
}

#creditArea h3{
}
#creditArea p{
	text-align: center;
	line-height: 1.8;
	font-size: 1.8rem;
}

/*利用規約*/
#noticeArea{
	background:#fffefa;
	padding:1rem;
	border: 2px solid #fa8888;
}
#noticeArea h3{
	color: #000;
}

#noticeArea ul{
	margin:0 ;
	border: 1px solid #fa8888;
}
#noticeArea li{
	display: block;
	margin:0 ;
	padding:1rem;
	background:#FFF;
	color: #000;
	font-weight: bold;
	font-size:clamp(16px, 2vw, 1.7rem);
	line-height: 1.6;
	border-bottom: 1px dotted #e4a6a6;
}
#noticeArea li:nth-child(even){
	background:#fff6f6;
}




/* ===================================
 * Responsive Design
 * =================================== */

/* タブレット (768px以下) */
@media screen and (max-width: 968px) {
	#system .inner{
		width:95%;
		padding:2rem 2rem;
	}

	#system section{
		width:100%;
		padding:1.5rem;
	}

	#system h3{
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}

	#system h3.title::before,
	#system h3.title::after{
		width:20%;
		height: 3rem;
	}



/* basic */
.basicArea{
}
.basicArea .frame{
	padding:1rem;
}
.basicArea > div{
}
.basicArea h3{
	width:60%;
}
.basicArea h4{
	width:100%;
	font-weight: bold;
	font-size: 1.6rem;
}
.basicArea .fee{
	font-weight: bold;
	font-size: 1.5rem;
}
.basicArea .fee strong{
	display: inline-block;
	width:8rem;
}
.basicArea .fee span{
	display: inline-block;
	margin:0 0.8rem;
	font-size: 0.9rem;
}
.basicArea .flex{
	display: block;
	gap:1rem;	
}
.basicArea .flex{
	
}
.basicArea .fees .fee{
	font-weight: bold;
	font-size: 1.4rem;
}


	/* price */
	#priceArea .frame{
		display: block;
		padding:2rem 1.5rem;
		margin-bottom:0;
	}

	#priceArea .titleArea{
		margin-bottom:2rem;
	}

	#priceArea .titleArea h4{
		font-size: 2.0rem;
	}

	#priceArea .titleArea .time{
		font-size: 1.2rem;
	}

	#priceArea .titleArea .summary{
		font-size: 0.9rem;
	}

	#priceArea dl{
		justify-content: center;
		gap:0.8rem;
		padding:0.3rem;
		font-size: 0.9rem;
		text-align: center;
	}

	#priceArea dt{
		width:100%;
		min-width:unset;
	}

	#priceArea dd{
		width:100%;
	}

	#priceArea dt strong{
		font-size: 1.5rem;
	}

	#priceArea dd .price{
		display: block;
		margin-right: 0rem;
	}
	#priceArea dd .price strong{
		font-size: 1.5rem;
	}

	#priceArea dd .nominate{
		font-size: 1.0rem;
		margin-top: 0.6rem;
		padding:0.4rem 1.2rem;
	}

	/* play & option */
	#playArea li,
	#optionArea ul li{
		width:30%;
		font-size: 1.0rem;
	}


	/* option note */
	#optionArea .note {
		margin:3.8rem 0 ;
		padding:0.7rem;
		border-radius:8px;
		border:1px solid #f8d8d8;
		background:#fff8f8;
		font-size: 0.9rem;
		font-weight: bold;
		text-align: center;
	}


	/**/

	#optionArea h4.notes{
		margin-bottom:2rem;
		text-align: center;
		font-size: 1.6rem;
		color: #e76060;
		font-weight: bold;
	}



	/* delimap */
	#delimapArea dl{
		flex-direction: column;
		gap:0.5rem;
	}

	#delimapArea dt,
	#delimapArea dd{
		width:100%;
		text-align: center;
	}

	#delimapArea dt{
		font-size: 1.4rem;
	}

	#delimapArea dd{
		font-size: 1.8rem;
	}

	/* credit */
	#creditArea p{
		font-size: 1.1rem;
	}
}

/* スマートフォン (480px以下) */
@media screen and (max-width: 480px) {
	#system .inner{
		width:98%;
		padding:1.5rem 1rem;
	}

	#system section{
		padding:1rem;
	}

	#system h3{
		font-size: 2rem;
		margin-bottom: 1rem;
	}

	#system h3.title::before,
	#system h3.title::after{
		width:15%;
		height: 2.5rem;
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}

	/* price */
	#priceArea .frame{
		padding:1.5rem 1rem;
	}

	#priceArea .titleArea{
		margin-bottom:1.5rem;
	}

	#priceArea .titleArea h4{
		font-size: 1.6rem;
	}

	#priceArea .titleArea .time{
		font-size: 1.0rem;
	}

	#priceArea .titleArea .summary{
		font-size: 0.85rem;
	}

	#priceArea dl{
		font-size: 0.9rem;
		padding:0.6rem;
	}

	#priceArea dt .hour{
		font-size: 1rem;
	}

	#priceArea dd .price{
		width:100%;
	}

	#priceArea dt strong{
		font-size: 1.2rem;
	}

	#priceArea dd .price strong{
		font-size: 1.2rem;
	}

	#priceArea dd .nominate{
		font-size: 1.0rem;
		margin-top: 0.6rem;
		padding:0.4rem 1.2rem;
	}
	/* play & option */
	#playArea li,
	#optionArea ul li{
		width:46%;
		font-size: 0.9rem;
		padding:1rem;
	}

	#optionArea h4.price-category{
		font-size: 1.2rem;
		margin-bottom: 1.5rem;
	}

	#optionArea ul{
		margin-bottom: 3rem;
	}

	/* option note */
	#optionArea .note{
		margin:2.5rem 0;
		padding:1rem;
		font-size: 1.6rem;
	}

	#optionArea h4.notes{
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}

	#optionArea ol li{
		font-size: 1.1rem;
		padding:1.5%;
	}

	/* delimap */
	#delimapArea dt{
		font-size: 1.2rem;
	}

	#delimapArea dd{
		font-size: 1.6rem;
	}

	/* credit */
	#creditArea{
		margin-bottom: 3rem;
	}

	#creditArea p{
		font-size: 1.4rem;
	}

	/* notice */
	#noticeArea li{
		font-size: 1.1rem;
		padding:0.8rem;
	}
}

/* 旧メディアクエリ（互換性のため保持） */
@media screen and (max-width: 670px) {
	#system section{
		width:100%;
	}
}
