@charset "utf-8";
/*
・font-sizeはrem又はpx指定でお願いします。
　ただし、rem指定をする場合はhtmlにfont-size:62.5%;は指定しないでください。
　共通のヘッダー、フッターに影響がでます。
　1rem = 16pxとして計算して設定してください。

・htmlやbodyにcssを設定すると、共通要素に影響がでるためmain以下に設定しましょう。
*/

#contentsArea {}

#contentsArea section,
#contentsArea div,
#contentsArea a,
#contentsArea img,
#contentsArea figure,
#contentsArea h1,
#contentsArea h2,
#contentsArea h3,
#contentsArea p {
    margin: 0;
}

main * {
	margin: 0;
}

#contentsArea section {
    width: 100%;
}

#contentsArea img {
    width: 100%;

}

#contentsArea {
    width: 100%;
    margin: auto;
	margin-bottom: 16px;
}

.img {
	max-width: 100%;
	width: auto;
}

ul {
	list-style: none;
}

dd {
	 margin-inline-start: 0;
}

/* #mv
--------------------------------------------------*/
#mv {
    width:100%;
	height: auto;
}


/* #terms
--------------------------------------------------*/
#terms {
    background-color: #d2cbe7;
    padding-top:18px;
    padding-bottom: 35px;
	position: relative;
}

#terms h2 {
	max-width: 188px;
	width: 25%;
	margin: 0 auto;
}

#terms .terms-container {
	width: 89.3%;
	margin: 5.5vw auto 0;
	background: url(../img/bg_terms.png) top center/contain repeat-y;
	position: relative;
}

.terms-container::before {
	content: '';
	width: 100%;
	padding-top:calc(17 / 750 * 100vw);
	background: url(../img/bg_terms_top.png) center/100% 100% no-repeat;
	position: absolute;
	top: calc(-14 / 750 * 100vw);
	left: 0;
}

.terms-container::after {
	content: '';
	width: 100%;
	padding-top: calc(14 / 750 * 100vw);
	background: url(../img/bg_terms_bottom.jpg) center/100% 100% no-repeat;
	position: absolute;
	bottom: calc(-14 / 750 * 100vw);
	left: 0;
}

#terms .terms-innter {
	width: 85.07%;
	margin: 0 auto;
	padding-top: calc(50 / 750 * 100vw);
    padding-bottom: calc(50 / 750 * 100vw);
}

.terms-container a {
	color: #000000;
	word-break: break-all;
}

.terms-container a:hover {
	text-decoration: none;
}

#terms .terms-ttl.-overview {
	max-width: 266px;
	width: 46.66%;
	margin: 0 auto 16px;
}

#terms dt {
	font-size: 14px;
	color: #32085d;
	margin-bottom: 3px;
	letter-spacing: 2px;
}

#terms dd {
	font-size: 12px;
}

#terms dd:not(:last-of-type){
	margin-bottom: 21.5px;	
}

.note-box {
	display: inline-block;
	margin-top: 5px;
}

.note-box .terms-note {
	margin-top: 2px;
}

#terms .terms-note {
	display: block;
	font-size: 9px;
	padding-left: 10px;
	position: relative;
	margin-top: 8px;
}

.terms-note::before {
	content: '※';
	position: absolute;
	left:0;
	top: 0;
}

#terms .terms-ttl.-detail {
	max-width: 164px;
	width: 28.77%;
	margin: 32px auto 16px;
}

#terms dd ul {
	padding-left: 12px;
}

#terms dd ul li {
	position: relative;
}

#terms dd ul li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: -12px;
}

#terms .announcement {
	display: inline-block;
	margin-top: 10px;
}

#terms .subsec-terms {
	display: inline-block;
	margin-top: 14px;
	font-size: 14px;
	color: #32085d;
}

.device .-mac {
	display: inline-block;
	margin-top: 6px;
}

.device .-smartphone {
	display: inline-block;
	margin-top: 6px;
} 

.terms-caution {
	display: block;
	padding-left: 12px;
	position: relative;
}

.terms-caution::before {
	content: '※';
	position: absolute;
	left:0;
	top: 0;
}

.terms-caution:nth-of-type(2){
	margin-bottom: 10px;
}

.list-margin {
	margin-top: 6px;
}

#terms .return-cp {
	display: block;
	width: 61.33%;
	margin: 32px auto 0;
}
/*
・font-sizeはrem又はpx指定でお願いします。
　ただし、rem指定をする場合はhtmlにfont-size:62.5%;は指定しないでください。
　共通のヘッダー、フッターに影響がでます。
　1rem = 16pxとして計算して設定してください。

・htmlやbodyにcssを設定すると、共通要素に影響がでるためmain以下に設定しましょう。
*/

