@charset "utf-8";

#MDQ{display:block;}

.pcNone{display:none !important;}

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

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

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

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

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


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

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


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

#mainVisualSection{
	min-width: 1280px;
	overflow: hidden;
	position: relative;
}

.mainMV_container{
	position: relative;
	z-index: 3;
	background-image: url(../image/main_visual_pc.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto auto;
	height: 2232px;
	box-sizing: border-box;
	text-align: center;
}

.mainSub_side01{
	position: absolute;
	z-index: 1;
	top: -2%;
	left: 0;
	right: 50%;
	margin: auto;
	width: 50%;
	height: 50%;
	background-image: url(../image/main_visual_side01.jpg);
	background-position: right  center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateX(-10%);
}

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

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

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

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

.mainMV_container h1{
	padding-top: 190px;
}

.mainMV_container h2{
	padding-top: 630px;
}

#co0101Section{
	position: relative;
	z-index: 4;
	min-width: 1280px;
	margin: -730px auto 0px;
	padding: 200px 0px 170px;
	background: url(../image/co01_back01.png), url(../image/co01_back02.png);
	background-position: center top, center top 500px;
	background-repeat: repeat-x, repeat-x;
	background-size: 100px auto , auto 100%;
}

#co0101Section h3{
	position: absolute;
	top: -160px;
	left: 0;
	right: 0;
	margin: auto;
}

#co0101Section h2{
	display: none;
}

.co01reportBox{
	position: relative;
}

.co01reportBox.bx01{
	margin: 0px 0px 70px 0px;
	transform: translateX(-70px);
}

.co01reportBox.bx02{
	margin: 0px 0px 0px 0px;
	transform: translateX(50px);
}

.co01reportLink.bx01{
	position: absolute;
	bottom: -30px;
	left: 435px;
}

.co01reportLink.bx02{
	position: absolute;
	bottom: -45px;
	left: 435px;
}

#co0102Section{
	position: relative;
	z-index: 4;
	min-width: 1280px;
	margin: 30px auto 0px;
	padding: 80px 0px 100px;
	background-image: url(../image/co0102back_pc.jpg);
	background-position: center top -100px;
	background-repeat: no-repeat;
	background-size: auto auto;
}

#co0102Section h4{
	text-align: left;
	margin: -220px auto 15px 30px;
}

#co0102Section h4 img{
	max-width: 384px;
}

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

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

.co0102PosiImgBox{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	flex-direction: column;
	width: 400px;
}

.co0102PosiImgBox.ps01{
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateX(-560px);
}

.co0102PosiImgBox.ps02{
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateX(560px);
}

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

_:-ms-lang(x)::-ms-backdrop, .co0102PosiImgBox img { /* IE11 */
	margin-bottom: 30px;
	height: 100%;
}

.co0102Container{
	width: 610px;
	margin: 0px auto;
}

.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;
}

.co0102Fl_text02{
	width: calc(100% - 130px);
	box-sizing: border-box;
	padding-right: 20px;
}

.co0102Girls01 img{
	max-width: 211px;
	vertical-align: middle;
}

.co0102Girls02 img{
	max-width: 435px;
	vertical-align: middle;
}

.co0102Girls03 img{
	max-width: 351px;
	vertical-align: middle;
}

.co0102Girls04 img{
	max-width: 334px;
	vertical-align: middle;
}

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

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


#co02Section{
	min-width: 1280px;
	margin:0px auto 0px;
	padding: 0px 0px 60px;
}

#co02Section h3{
	width: 100%;
	background-image: url(../image/co02_titleback_pc.png);
	background-position: center bottom 0px;
	background-repeat: no-repeat;
	background-size: auto auto;
	padding-bottom: 50px;
}

.co02reportBox{
	position: relative;
	margin-top: -20px;
}

.co02reportLink{
	position: absolute;
	bottom: 10px;
	left: 435px;
}

.co02CenterTitle{
	margin: 60px 0px 30px;
	height: 545px;
	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{
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 0;
	margin: auto;
	max-width: inherit;
	transform: translateX(-52%);
}

.co02CenterTextWrap{
	background-image: url(../image/co02_center_backimg.png);
	background-position: center top 0px;
	background-repeat: repeat-x;
	background-size: 423px auto;
}

.co02CenterTextBox{
	width: 1080px;
	margin: 0 auto;
}

.co02CenterFlBox{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	background-color: #fff;
	padding: 0px 15px;
}

.co02CenterFl01{
	width: 512px;
}

.co02CenterFl02{
	width: 498px;
}

.co02centerLink{
	padding-left: 88px;
	margin-top: -15px;
}

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

.co02FamilyImg img{
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 0;
	margin: auto;
	max-width: inherit;
	transform: translateX(-50%);
}

.co02familyLink{
	position: absolute;
	bottom: 55px;
	left: 0;
	right: 0;
	margin: auto;
}

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


#co03MVSection{
	min-width: 1280px;
	margin: 0px auto 0px;
	padding: 50% 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;
	min-width: 1280px;
	margin: 0px auto 0px;
	padding: 60px 0px 30px;
	background-image: url(../image/co03_content_back.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#co03Section h3{
	margin: -200px 0px 0px;
}

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

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

.co03PosiImgBox{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	flex-direction: column;
	width: 335px;
}

.co03PosiImgBox.ps01{
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateX(-560px);
}

.co03PosiImgBox.ps02{
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateX(560px);
}

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

_:-ms-lang(x)::-ms-backdrop, .co03PosiImgBox img { /* IE11 */
	margin-bottom: 30px;
	height: 100%;
}

.co03SubText01{
	display: none;
}

.co03SubText02{
	text-align: center;
	margin-bottom: 50px;
}

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

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

.co03TextContents p::after{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	bottom: -30px;
	right: -25px;
	width: 100px;
	height: 100px;
	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: 60px;
}


#mediaSection{
	min-width: 1280px;
	margin: 0px auto 0px;
	padding: 80px 0px 20px;
}

#mediaSection h3{
	margin: 0px 0px 70px;
}

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

.med_Sub01 img{width: 326px;}
.med_Sub02 img{width: 351px;}
.med_Sub03 img{width: 366px;}
.med_Sub04 img{width: 378px;}

.med_linkList{margin-bottom: 70px;}

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

.med_linkList a{
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 10px 20px 10px 10px;
	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: 10px;
	transform: translate(0%, -50%);
	font-size: 20px;
}


#rememberSection{
	min-width: 1280px;
	margin: 0px auto 0px;
	padding: 180px 0px 200px;
	background-image: url(../image/media_main_visual.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.rememberBox{
	width: 750px;
	margin: 0px auto;
	padding: 40px 30px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.5);
}

.rememberLinkBox{
	text-align: right;
	margin: -20px 70px 0px 0px;
}

.rememberLinkBox a{
	display: inline-block;
	margin-left: 10px;
}

.rememberLink01{
	width: 376px;
}

.rememberLink02{
	width: 369px;
}


#footerSection{
	min-width: 1280px;
	margin: 0px auto 0px;
	text-align: center;
	padding: 50px 0px 30px;
}

.footerLogo img{
	width: 165px;
}

.footerCopy{
	margin-top: 30px;
}

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