@charset "utf-8";

/* ----------------------------------------------- */
/*                      basic                      */
/* ----------------------------------------------- */
body{
	font-size: 13px;
	font-size: 1.3rem;
}

body.mobile_menu_active{
	position: fixed;
}

.txt_cl { text-align: left !important; }

.txts_l	{ font-size: 18px; font-size: 1.8rem; }
.txts_m	{ font-size: 16px; font-size: 1.6rem; }
.txts_s	{ font-size: 14px; font-size: 1.4rem; }

.wrapper { width: 100%; overflow: hidden; }

nav,
section > .wrap,
article > .wrap,
footer .wrap{
	max-width: 100%;
	margin: 0 auto;
}

.s_mg30 { margin-top: 30px; }
.s_mg45 { margin-top: 45px; }

.endpoint{	/* 終了しましたマーク */
	display: inline-block;
	width: 100px;
	height: auto;
	vertical-align: middle;
}

hr.star{
	margin: 60px auto;
}

br.br_s{
	display: none;
}

/* ----------------------------------------------- */
/*                     reset                       */
/* ----------------------------------------------- */
.txts_rst	{ font-size: 13px; font-size: 1.3rem !important; } /* フォントサイズ */
.txt_em_rst	{ font-weight: normal !important; } /* 文字の太さ */
.col_rst	{ color: #cce0ee; } /* 文字の色 */

/* ----------------------------------------------- */
/*                    textbox                      */
/* ----------------------------------------------- */
.txtbox_b{
	border: 1px #7ea0c1 solid;
	padding: 15px 20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}

.txtbox_star_w{
	border: 1px #fff solid;
	padding: 15px 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	background: url(../images/box_back_sprite.gif) repeat;
}

.txtbox_star_w::before{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/box_back_star_w01_s.png) left top no-repeat;
	top: -11px;
	left: -13px;
	width: 40px;
	height: 100%;
	background-size: 100% auto;
}

.txtbox_star_w::after{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/box_back_star_w02_s.png) right bottom no-repeat;
	bottom: -11px;
	right: -13px;
	width: 40px;
	height: 100%;
	background-size: 100% auto;
}

.txtbox_dot{
	background: rgba(2, 0, 37, 0.5);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px rgba(126, 160, 193, 0.6) dotted;
	padding: 10px 15px;
}

/* ----------------------------------------------- */
/*                     column                      */
/* ----------------------------------------------- */
/* カラム解除時の間のマージン設定 */
.clm_20p,
.clm_30p,
.clm_40p,
.clm_50p,
.clm_60p,
.clm_70p,
.clm_80p{
	margin-top: 45px;
}

.s_clm{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
	/* IE10 */
	display: -ms-flexbox;
	-ms-flex-direction: row;
	-ms-flex: 1 1 auto;
}

/* ----------------------------------------------- */
/*                      header                     */
/* ----------------------------------------------- */
header{
	position: fixed;
	width: 100%;
	height: 50px;
	z-index: 1000;
	color: #fff;
	top: 0;
	background: #03051b;
}

#nav{
	max-width: 100%;
	margin: 0 auto;
}

#nav ul{
	max-width: 100%;
	margin: 0;
	padding: 0;
	text-align:  center;
	list-style: none;
}

.header_logo{
	width: 170px;
	text-align: center;
}

.header_logo img{
	width: 150px;
	margin: 10px 0 0 8px;
}

.header_logo::after{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/header_parts.png) left top no-repeat;
	bottom: -20px;
	left: 0;
	width: 170px;
	height: 20px;
	background-size: 170px auto;
}

.mobile_mmenu{
	width: 24px;
	position: absolute;
	right: 90px;
	top: 0;
	font-size: 26px;
	font-size: 2.6rem;
	cursor: pointer;
}

.header_menu_inner.hide{
	margin-top: -50% !important;
	opacity: 0;
	visibility: hidden;
}

.header_menu_inner{
	width: 100%;
	position: absolute;
	top: 50px;
	border-top: 2px #615f78 solid;
	opacity: 1;
	visibility: visible;
	transition-duration: 0.3s;
	font-size: 14px;
	font-size: 1.4rem;
	background: rgba(3,5,27,0.8);
	overflow-y: auto;
}

body.mobile_menu_active .header_menu_inner{
	background: #08102E;
}

.mmenu{
	border-bottom: 2px #615f78 solid;
	position: relative;
}

.mmenu > a{
	display: block;
	width: 100%;
	margin: auto;
	padding: 15px 0;
}

.mmenu > a::after{
	position: absolute;
	content: "";
	display: block;
	top: 37px;
	left: 50%;
	width: 50%;
	height: 5px;
	margin-left: -25%;
	background: rgba(252, 250, 88, 0.3);
	border-radius: 50%;
}

.menu_img{
	width: auto;
	height: 22px;
	vertical-align: middle;
}

.header_submenu.hide{
	display: none;
}

.header_submenu.active{
	display: block;
}

.header_submenu li{
	border-bottom: 2px rgba(103, 99, 147, 0.6) dotted;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
}

.header_submenu li:last-child{
	border-bottom: 0;
}

.header_submenu li a{
	display: block;
	padding: 9px 0;
	text-decoration: none;
}

.header_sidemenu{
	position: absolute;
	right: 10px;
	top: 0;
}

.header_icon{
	display: none;
}

.language{
	display: block;
	border: 1px #fff solid;
	min-width: 60px;
	font-size: 11px;
	font-size: 1.1rem;
	margin-top: 13px;
	position: relative;
	text-align: center;
}

.language:hover{
	cursor: pointer;
}

.language_menu{
	position: absolute;
	top: 115%;
	right: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-size: 11px;
	font-size: 1.1rem;
	border: 1px #fff solid;
	z-index: 100;
	background: rgba(3,5,27,0.8);
}

.language_menu li{
	min-width: 58px;
	padding: 2px 0;
}

/* ----------------------------------------------- */
/*                 menu hamburger                  */
/* ----------------------------------------------- */
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 24px;
	height: 22px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 1px;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	top: 3px;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	bottom: -1px;
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}

/* ----------------------------------------------- */
/*                      footer                     */
/* ----------------------------------------------- */
#footer{
	text-align: center;
	padding: 20px 5% 15px;
}

#sponsor h3{
	font-size: 12px;
	font-size: 1.2rem;
}

.sponsor_list{
	font-size: 9px;
	font-size: 0.9rem;
	margin-bottom: 15px;
}

.ltl{
	font-size: 8px;
	font-size: 0.8rem;
}

.sponsor_logo p{
	display: inline-block;
	width: 30%;
	height: auto;
	margin: 0 auto;
	padding: 0 2%;
	vertical-align: middle;
}

.footer_inquiry{
	display: inline-block;
	margin: 30px auto;
	border: 2px #b3b6df solid;
	color: #b3b6df;
	font-size: 13px;
	font-size: 1.3rem;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.footer_inquiry a{
	display: block;
	padding: 5px 3em;
	text-decoration: none;
}

.privacy_link{
	font-size: 12px;
	font-size: 1.2rem;
}

.privacy_link a{
	color: #81caff;
}

.footer_copy{
	font-size: 10px;
	font-size: 1.0rem;
	color: #fff;
}

.logo_piapro{
	vertical-align: middle;
	width: 45px;
	height: auto;
}

/* ----------------------------------------------- */
/*                     pageTop                     */
/* ----------------------------------------------- */
#pageTop.hide {
	bottom: -72px;
}

#pageTop{
	display: block;
	position: fixed;
	background-size: 100% auto;
	right: 20px;
	bottom: 12px;
	height: 62px;
	width: 30px;
	text-align: center;
	transition-duration: 0.3s;
	z-index: 100;
	opacity: 0.5;
}

@media screen and (orientation: landscape){
	/* --------------------------------------------- */
	/*                    common                     */
	/* --------------------------------------------- */
	body{ background-size: 100%; }
}
