@charset "utf-8";

/*==========================================================
	顔出ししなくてもOK
==========================================================*/


/*==========================================================
	コンテンツエリア
==========================================================*/
.contents_area{
	width: 100%; height: 100%;
	margin: 1px auto;
}

.contents_area ul{
	width: 100%;
	text-align: center;
}

.contents_area li{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}
.contents_area li img {
}

.contents_area li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.conts_textbox {
	position: absolute;
	top: 0px;
	line-height: 2.0rem;
	font-size: 1.0rem;
	text-align: center;;
}

.conts_textbox .en {
	font-size: 2.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: 'Lato', sans-serif;
}

.conts_textbox .ja {
	font-size: 1.5em;
	letter-spacing: 0.03em;
	word-wrap: break-word;
	white-space: nowrap;
}

.conts_textbox .com {
	display: inline-block;
	margin: 1% 0px 1%;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}

.contents_area li.margin_btm0 {
	margin-bottom: 0px;
}

/* コンテンツヘッダー */
.conts_head   {
	top: 40%;
	left: 0px; right: 0px;
	margin: 0px auto 0px;
	color: #FFFFFF;
}
/* 各情報BOX */
.infobox   {
	width: 100%;
	padding: 6.25% 3.125%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

/*==========================================================
	補足
==========================================================*/
.conts_info   {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 6.25% 3.125%;
	color: #FFFFFF;
	text-align: left;
	word-wrap: break-word;
	white-space: normal;
	background-color: #56B6BA;
}

/*==========================================================
	情報１
==========================================================*/
.info1 .conts_textbox,
.info3 .conts_textbox {
	position: relative;
	width: 75%;
	height: 90%;
	margin: 0px;
	padding: 4% 2% 4% 3%;
	color: #000000;
	text-align: left;
	background-color: rgba(255,255,255,0.8);
	word-wrap: break-word;
	white-space: normal;
}

.info1 .conts_textbox .en,
.info3 .conts_textbox .en {
	color: #56B6BA;
	font-size: 1.2em;
	font-weight: 300;
	letter-spacing: 0.01em;
	font-family: 'Lato', sans-serif;
}

.info1 .conts_textbox .ja,
.info3 .conts_textbox .ja {
	display: inline-block;
	font-size: 1.8em;
	letter-spacing: 0.01em;
	line-height: 1.4em;
}
.info1 .conts_textbox .com,
.info3 .conts_textbox .com {
	margin: 2% 0px 2%;
	font-size: 1.3em;
	letter-spacing: 0.02em;
	line-height: 1.6em;
}

/*==========================================================
	情報２
==========================================================*/
.info2 .conts_textbox {
	position: relative;
	width: 75%;
	height: 90%;
	margin: 0 0 0 25%;
	padding: 4% 2% 4% 3%;
	color: #000000;
	text-align: left;
	background-color: rgba(255,255,255,0.8);
	word-wrap: break-word;
	white-space: normal;
}

.info2 .conts_textbox .en {
	color: #56B6BA;
	font-size: 1.2em;
	font-weight: 300;
	letter-spacing: 0.04em;
	font-family: 'Lato', sans-serif;
}

.info2 .conts_textbox .ja {
	display: inline-block;
	font-size: 1.8em;
	letter-spacing: 0.01em;
	line-height: 1.4em;
}
.info2 .conts_textbox .com {
	margin: 2% 0px 2%;
	font-size: 1.3em;
	letter-spacing: 0.02em;
	line-height: 1.6em;
}


/*==========================================================
	各infobox背景
==========================================================*/
.info1 { background-image: url('../img/out_the_face/01_bg.jpg'); }
.info2 { background-image: url('../img/out_the_face/02_bg.jpg'); }
.info3 { background-image: url('../img/out_the_face/03_bg.jpg'); }






/*==========================================================
	MEDIA QUERIES (smartphone)
==========================================================*/
@media screen and (min-width: 321px) and (max-width: 640px){

.info1 .conts_textbox .en,
.info2 .conts_textbox .en,
.info3 .conts_textbox .en {
	font-size: 1.4em;
	letter-spacing: 0.01em;
}

.info1 .conts_textbox .ja,
.info2 .conts_textbox .ja,
.info3 .conts_textbox .ja {
	font-size: 2.2em;
	letter-spacing: 0.1em;
	margin: 5% 0;
}

.info1 .conts_textbox .com,
.info2 .conts_textbox .com,
.info3 .conts_textbox .com {
	font-size: 1.5em;
	line-height: 1.5em;
	letter-spacing: 0.02em;
}



}/* (min-width: 321px) and (max-width: 640px) */


