@charset "utf-8";

body {
	min-width:none;
	-webkit-text-size-adjust:100%;
	height:100%;
}

#MDQ{display:none;}

.spNone{display:none !important;}


/*---------------------------------------------------------------------------
　コンテンツ大枠
---------------------------------------------------------------------------*/
#container {
	width:100%;
	background-color: #FFF;	/*コンテナーの背景色*/
}

.contents_window a:hover img{
	filter: alpha(opacity=75); /*For IE*/
	opacity: 0.75; /*Opera・Safari*/
	-moz-opacity: 0.75; /*For FireFox*/
}

.CW {
	clear: both;
	width: auto;
	margin:0 auto;
}

.CW1000{
	clear: both;
	width: auto;
	margin: 0px auto;
}

h1, h2, h3{text-align: center;}



/*---------------------------------------------------------------------------
　共通
---------------------------------------------------------------------------*/

.linkBtn01{
	display: block;
	max-width: 261px;
}


/*---------------------------------------------------------------------------
　LP内容
---------------------------------------------------------------------------*/

#mainVisualSection{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.mainMV_container{
	position: relative;
	z-index: 3;
	background-image: url(../image/main_visual_sp.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: auto;
	box-sizing: border-box;
	text-align: center;
	padding: 0px 15px 220%;
}

.mainSub_side01{
	position: absolute;
	z-index: 1;
	top: 4%;
	left: 0;
	right: 50%;
	margin: auto;
	width: 50%;
	height: 125vw;
	background-image: url(../image/main_visual_side01.jpg);
	background-position: right  center;
	background-repeat: no-repeat;
	background-size: 180% auto;
}

.mainSub_side02{
	position: absolute;
	z-index: 1;
	top: 2%;
	left: 50%;
	right: 0;
	margin: auto;
	width: 50%;
	height: 110vw;
	background-image: url(../image/main_visual_side02.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 250% auto;
}

.mainSub_side01 img,
.mainSub_side02 img{
	max-width: initial;
	width: 100%;
}

.mainSub_bg01 {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: 70vw;
	left: -50%;
	width: 100%;
	height: 50%;
	background-image: url(../image/main_visual_back01.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: auto auto;
}

.mainSub_bg02 {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: 60vw;
	right: -50%;
	width: 100%;
	height: 50%;
	background-image: url(../image/main_visual_back02.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: auto auto;
}

.mainMV_container h1{
	padding-top: 22%;
}

.mainMV_container h2{
	display: none;
}


#co0101Section{
	position: relative;
	z-index: 4;
	width: 100%;
	margin: -400px auto 0px;
	padding: 30px 15px 150px;
	background: url(../image/co01_back01.png), url(../image/co01_back02.png);
	background-position: center top, center top 450px;
	background-repeat: repeat-x, repeat-x;
	background-size: 100px auto , auto 100%;
	box-sizing: border-box;
}

#co0101Section h2{
	margin: -150px auto 30px;
}

#co0101Section h3{
	position: relative;
	margin: auto;
}

.co01reportBox{
	position: relative;
	text-align: center;
}

.co01reportBox.bx01{
	margin: 0px 0px 50px 0px;
}

.co01reportBox.bx02{
	margin: 0px 0px 0px 0px;
}

.co01reportLink.bx01{
	position: relative;
	margin-top: -15px;
}

.co01reportLink.bx02{
	position: relative;
	margin-top: -15px;
}


#co0102Section{
	position: relative;
	z-index: 4;
	width: 100%;
	margin: 0px auto 0px;
	padding: 80px 0px 30px;
	background-image: url(../image/co0102back_sp.jpg);
	background-position: left 28% bottom 90px;
	background-repeat: no-repeat;
	background-size: 260% auto;
	box-sizing: border-box;
}

#co0102Section h4{
	text-align: left;
	margin: -190px auto 15px auto;
	text-align: center
}

#co0102Section h4 img{
	width: 80%;
}

.co0102Wrap{
	width: 100%;
/*	overflow: hidden;*/
	position: relative;
	padding-bottom: 30px;
}

.co0102SubTextB{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0px 15px
}

.co0102PosiImgBox{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	width: 100%;
}

.co0102PosiImgBox.ps01 img{
	width: 50%;
}

.co0102PosiImgBox.ps02 img{
	width: 50%;
}

.co0102PosiImgBox img{
	margin-bottom: 0px;
}

.co0102Container{
	width: auto;
	margin: 30px 15px 0px;
}

.co0102FlBox{
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}

.co0102Fl_img01,
.co0102Fl_img02{
	width: 130px;
}

.co0102Fl_text01{
	width: calc(100% - 130px);
	box-sizing: border-box;
	padding-left: 20px;
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	flex-direction: column;
}

.co0102Fl_text02{
	width: calc(100% - 130px);
	box-sizing: border-box;
	padding-right: 20px;
	display: flex;
	align-items: flex-end;
	flex-wrap: nowrap;
	flex-direction: column;
}

.co0102Girls01 img{
	width: 100%;
	max-width: 201px;
	vertical-align: middle;
}

.co0102Girls02 img{
	width: 100%;
	max-width: 181px;
	vertical-align: middle;
}

.co0102Girls03 img{
	width: 100%;
	max-width: 191px;
	vertical-align: middle;
}

.co0102Girls04 img{
	width: 100%;
	max-width: 196px;
	vertical-align: middle;
}

.co0102Girls01,
.co0102Girls02,
.co0102Girls03,
.co0102Girls04{
	display: inline-block;
	margin-bottom: 10px;
	background-color: #fff;
	padding: 5px 5px;
}

.co0102LinkBtn{
	display: flex;
	align-items: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
	margin-top: 50px;
}


#co02Section{
	width: 100%;
	margin:0px auto 0px;
	padding: 0px 0px 60px;
}

#co02Section h3{
	width: 100%;
	background-image: url(../image/co02_titleback_sp.png);
	background-position: center top -0px;
	background-repeat: no-repeat;
	background-size: 120% auto;
	padding: 50px 15px 10px;
	box-sizing: border-box;
}

.co02reportBox{
	position: relative;
	margin-top: 0px;
	padding: 0px 15px;
	text-align: center;
}

.co02reportLink{
	position: relative;
	margin-top: -15px;
}

.co02CenterTitle{
	margin: 50px 0px 30px;
	height: auto;
	text-align: center;
	overflow: hidden;
	position: relative;
	background-image: url(../image/co02_center_titleback_pc.jpg);
	background-position: center bottom 0px;
	background-repeat: repeat-x;
	background-size: auto 545px;
}

.co02CenterTitle img{
	margin: auto;
	max-width: inherit;
	width: 100%;
}

.co02CenterTextWrap{
}

.co02CenterTextBox{
	width: 100%;
	margin: 0 auto;
}

.co02CenterFlBox{
	display: block;
	background-color: #fff;
	padding: 0px 15px;
}

.co02CenterFl01{
	width: auto;
	margin-bottom: 50px;
}

.co02CenterFl02{
	width: auto;
	margin-bottom: 50px;
}

.co02centerLink{
	padding: 0px 15px;
	margin-top: 0px;
	text-align: center;
}

.co02FamilyBnr{
	margin: 50px 0px 0px;
	height: auto;
	text-align: center;
	overflow: hidden;
	position: relative;
	padding: 0px 15px;
}

.co02FamilyImg img{
}

.co02familyLink{
	margin-top: -35px;
}

.co02familyLink img{
	max-width: 261px;
}


#co03MVSection{
	width: 100%;
	margin: 0px auto 0px;
	padding: 90% 0px 0px;
	background-image: url(../image/co03_main_visual.jpg);
	background-position: center top -20%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#co03MVSection img{
	width: 100%;
}

.co03MVtop{
	position: absolute;
	top: -20px;
	left: 0;
}

.co03MVbtm{
	position: absolute;
	bottom: 0px;
	left: 0;
}

#co03Section{
	position: relative;
	z-index: 4;
	width: 100%;
	margin: 0px auto 0px;
	padding: 30px 0px 30px;
	background-image: url(../image/co03_content_back.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#co03Section h3{
	margin: -100px 0px 0px;
	padding: 0px 15px
}

.co03Wrap{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 30px 0px 0px;
}

.co03Container{
	width: auto;
	margin: 0px 15px 0px;
	color: #fff;
}

.co03PosiImgBox{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 15px;
}

.co03PosiImgBox.ps01 img{
	width: 48%;
}

.co03PosiImgBox.ps02 img{
	width: 48%;
}

.co03PosiImgBox img{
	margin-bottom: 30px;
}

.co03SubText01{
	text-align: center;
	margin: 0px 30px 50px;
}

.co03SubText02{
	display: none;
}

.co03TextContents{
	position: relative;
}

.co03TextContents::before{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: -30px;
	right: -100px;
	width: 200px;
	height: 200px;
	background-image: url(../image/co03_back_posi.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.co03TextContents::after{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	bottom: -30px;
	right: -100px;
	width: 200px;
	height: 200px;
	background-image: url(../image/co03_back_posi.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.co03TextContents p{
	position: relative;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 16px;
}

.co03TextContents p:nth-child(2)::before{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: -10px;
	left: -80px;
	width: 200px;
	height: 200px;
	background-image: url(../image/co03_back_posi.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.co03LinkBtn{
	display: flex;
	align-items: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
	margin-top: 10px;
}


#mediaSection{
	width: 100%;
	margin: 0px auto 0px;
	padding: 60px 15px 20px;
	box-sizing: border-box;
}

#mediaSection h3{
	margin: 0px 15px 70px;
	text-align: center;
}

#mediaSection h4{
	text-align: center;
	margin: 0px 0px 30px;
	line-height: 1.0;
}

.med_Sub01 img{width: 206px;}
.med_Sub02 img{width: 231px;}
.med_Sub03 img{width: 246px;}
.med_Sub04 img{width: 258px;}

.med_linkList{margin-bottom: 50px;}

.med_linkList li{
	border-bottom: 1px solid #000;
	margin-top: 15px;
}

.med_linkList a{
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 10px 30px 10px 0px;
	z-index: 1;
}

.med_linkList a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f0f3a6;
	transform: scale(0 ,1);
	transform-origin: right top;
	transition: transform 0.3s;
	z-index: -1;
}

.med_linkList a:hover::before {
	transform: scale(1, 1);
	transform-origin: left top;
}

.med_linkList a::after {
	content: "≫";
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translate(0%, -50%);
	font-size: 18px;
}


#rememberSection{
	width: 100%;
	margin: 0px auto 0px;
	padding: 100px 0px 10px;
	background: #000;
	background-image: url(../image/media_main_visual.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 120% auto;
}

.rememberBox{
	width: 100%;
	margin: 0px auto;
	padding: 40px 30px;
	box-sizing: border-box;
}

.rememberLinkBox{
	text-align: left;
	margin: 0px 0px 0px -15px;
}

.rememberLinkBox a{
	display: inline-block;
	margin-bottom: 20px;
}

.rememberLink01{
	width: 90%;
}

.rememberLink02{
	width: 90%;
}


#footerSection{
	width: 100%;
	margin: 0px auto 0px;
	text-align: center;
	padding: 30px 0px 30px;
}

.footerLogo img{
	width: 125px;
}

.footerCopy{
	margin-top: 30px;
}

#footerSection a:hover img{
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}