@charset "UTF-8";
/* ========================================================================================================
	近日公開
======================================================================================================== */
.coming-soon {padding:174px 0 164px 0 }
.coming-soon .el_headline_lv01 {
	height: auto;
	margin-bottom: calc(40 / 1600 * 100%);
}
.coming-soon .black {letter-spacing: 0.25em;}
.coming-soon .el_header_sub-text {
	font-size: 2.6rem;
	letter-spacing: 0.34em;
}

.coming-soon p {
	font-size: 1.4rem;
	line-height: 2;
	text-align: center;
}

/* ========================================================================================================
	個人情報保護方針
======================================================================================================== */
.privacy .bl_first-read {
	width: calc(1060 / 1200 * 100%);
	margin-bottom: 30px;
}

.bl_col04-list {
	width: 100%;
	margin-bottom: 70px;
	display: flex;
	justify-content: space-between;
}

.bl_col04-list li {
	width: 260px;
	text-align: center;
	background: #f8dedb;
	padding: 8px 0;
}

.bl_col04-list li:nth-last-of-type(1) {width: 325px;}
.bl_modification-date {margin-bottom:24px;}
.bl_top-icon-list {margin-bottom:24px;}

/* ========================================================================================================
	サイトマップ
======================================================================================================== */
.ly_first_level {width: 410px;}
.ly_first_level:nth-last-of-type(1) {width: 380px;}

.ly_first_level .el_headline_lv03_ver02 {
	font-size: 1.8rem;
	display: block;
	margin-bottom: 30px;
}

.ly_first_level .el_headline_lv03_ver02 + .ly_second_level {
	margin-top: -10px;
}

.el_no-indent {padding-left: 0;}
.el_no-indent:before {display:none;}

.ly_first_level li {
	position: relative;
	padding-left: 1em;
}

.ly_first_level li:before {
	content: "└";
	position: absolute;
	top: 0;
	left: -8px;
	width: 1em;
	height: 1em;
	bottom: 0;
}

.el_no-indent > a {text-decoration: underline;}
.el_no-indent > a:hover {text-decoration: none;}

.ly_second_level {margin-bottom: 30px;}
.ly_second_level-list {font-size: 1.6rem;}
.ly_second_level-list > a {
	display: block;
	margin-bottom: 8px;
}

.ly_third_level {margin-bottom: 10px;}
.ly_third_level-list {font-size: 1.4rem;}
.ly_fourth_level {margin-bottom: 10px;}
.ly_fourth_level li {padding-left: 2em;}
.ly_fourth_level li:before {left: 6px;}

/* ========================================================================================================
	このサイトについて
======================================================================================================== */
.about .bl_first-read {font-size: 1.4rem;}


/* ========================================================================================================
	サンクスページ
======================================================================================================== */
.el_other-comment-list {
	width: 450px;
	margin: 20px auto 0;
}

.el_other-comment-list li {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 12px;
}

/* ========================================================================================================
	SP用CSS
	------------------------------------------------------------------------------------------------------
	@media all and (max-width: 750px)
======================================================================================================== */
@media all and (max-width: 750px) {
/* ========================================================================================================
	近日公開
======================================================================================================== */
	.coming-soon {padding:calc(14 / 690 * 100%) 0 calc(210 / 690 * 100%);}
	.coming-soon .el_headline_lv01 {
		height: auto;
		margin-bottom: 0;
		padding-bottom: calc(30 / 750 * 100%);
	}

	.coming-soon .el_font60 .el_header_main-text {
		font-size: 4rem;
		margin-right: 0;
		width: 100%;
	}

	.coming-soon .el_header_sub-text_flame {width: 100%;}
	.coming-soon .el_header_sub-text {font-size: 1.6rem;}

	.coming-soon p {
		font-size: 1.2rem;
		line-height: 2;
	}

/* ========================================================================================================
個人情報保護方針
======================================================================================================== */
	.privacy .bl_col02 {overflow: hidden;}
	.privacy .bl_first-read {
		width: auto;
		font-size: 1.4rem;
		margin-bottom: calc(32 / 690 * 100%);
	}

	.img_privacy-icon {
		width: calc(140 / 690 * 100%);
		float: right;
	}

	.bl_col04-list {
		width: 100%;
		margin-bottom: 70px;
		display: block;
	}

	.bl_col04-list li {
		width: 100%;
		padding: 6px 0;
		border-bottom: 1px solid #fff;
		font-size: 1.6rem;
	}

	.bl_col04-list li:nth-last-of-type(1) {width: 100%;}
	.bl_modification-date {margin-bottom:calc(50 / 690 * 100%);}
	.bl_top-icon-list {margin-bottom:calc(50 / 690 * 100%);}

/* ========================================================================================================
	サイトマップ
======================================================================================================== */
	.ly_first_level {width: 100%;}
	.ly_first_level:nth-last-of-type(1) {width: 100%;}
	.ly_first_level .el_headline_lv03_ver02 {margin-bottom: calc(60 / 690 * 100%);}
	.el_no-indent {padding-left: 0;}
	.el_no-indent:before {display:none;}
	.el_no-indent > a {text-decoration: underline;}
	.el_no-indent > a:hover {text-decoration: none;}
	.ly_second_level {margin-bottom: calc(60 / 690 * 100%);}

/* ========================================================================================================
	このサイトについて
======================================================================================================== */
	.about .bl_first-read {
		margin-bottom: calc(75 / 690 * 100%);
	}

/* ========================================================================================================
	サンクスページ
======================================================================================================== */
	.el_other-comment-list {
		width: 90%;
	}

}

