@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap');

/* FireFoxFadeブレ防止 */

img { display:block; box-shadow: #000 0 0 0; }

/* 全体・枠作り */

html,body {
	height:100%;
}

html {
	font-size:62.5%;
}

img { display:block; }


body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
	text-align:center;
	min-width: 1100px;
	min-height: 100vh;
	font-size: 1.0rem;
}

.inv {opacity: 0; transition:0.7s; transform:translate(0,20px); }
.inv2 {opacity: 0; transition:0.7s; transform:translate(0,20px); }
.vie {opacity: 1.0; transform:translate(0);}

#PageWrapper {
	min-width:1100px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:100%;
}

h1 {display:none;}
h2 {display:none;}

.sp {display: none;}

/*メインイメージ*/

#Main {
	background:url("../img/grow.jpg") center top no-repeat;
	width:100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
}

.mainvisual {
	background:url("../img/mainvisual.jpg") left top no-repeat;
	min-width:1200px;
	max-width: 1500px;
	height:800px;
	background-size: cover;
	position: relative;
	overflow: hidden;
	margin:0 auto;
}

.mainvisual:after {
	content: "";
	display: block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	width:25%;
	height:900px;
	position: absolute;
	left:0;
	top:0;
}

.title {
	background:url("../img/title.png") left top no-repeat;
	width:619px;
	height:196px;
	position: absolute;
	left:0;
	bottom:32px;
	z-index:100;
}

#Introduction {
	background:url("../img/bg_crysta.jpg") center top no-repeat;
	backgtound-size:cover;
	width:100%;
	box-sizing: border-box;
	padding:120px 0;
}

.head_introduction {
	background:url("../img/head_intro.png") center top no-repeat;
	width:100%;
	height:108px;
	margin:0 auto 24px;
}

.intro_b1 {
	width:1200px;
	background:url("../img/photo_01.jpg") left top no-repeat;
	height:680px;
	margin:0 auto;
}

.in_b1_txt {
	width:880px;
	margin-left:320px;
	height:680px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.in_b1_txt p {
	display: block;
	width:880px;
	box-sizing: border-box;
	padding:50px;
	text-align: left;
	background-color:rgba(255,255,255,0.85);
	color:#898989;
	font-size:1.8rem;
	line-height: 1.8;
}

.intro_b2 {
	background:url("../img/photo_02.jpg") right top no-repeat;
	width:1200px;
	height:400px;
	margin:0 auto;
}

.in_b2_txt {
	width:880px;
	margin-right:320px;
	height:400px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.in_b2_txt p {
	display: block;
	width:880px;
	box-sizing: border-box;
	padding:50px;
	text-align: left;
	background-color:rgba(255,255,255,0.85);
	color:#898989;
	font-size:1.8rem;
	line-height: 1.8;
}

#About {
	width:100%;
	box-sizing: border-box;
	padding:120px 0;
}

.head_about {
	background:url("../img/about_head.jpg") center top no-repeat;
	width:100%;
	height:300px;
	margin:0 auto 60px;
}

.about_catch {
	background:url("../img/about_txt01.png") center top no-repeat;
	width:100%;
	height:155px;
	margin:0 auto 120px;
}

.about_catch p {
	display: none;
}

.about_select {
	width:1200px;
	margin:0 auto 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 80px 0;
}

.about_cosplayer {
	background:url("../img/txt_cosplayer.jpg") left top no-repeat;
	width:580px;
	height:240px;
	position: relative;
}

.about_cosplayer:before {
	content: "";
	display: block;
	background:url("../img/head_cosplayer.png") left top no-repeat;
	width:200px;
	height:120px;
	background-size: cover;
	position: absolute;
	left:50%;
	margin-left:-100px;
	top:-60px;
}

.about_cosplayer p {
	display: none;
}

.about_streamer {
	background:url("../img/txt_streamer.jpg") left top no-repeat;
	width:580px;
	height:240px;
	position: relative;
}

.about_streamer:before {
	content: "";
	display: block;
	background:url("../img/head_streamer.png") left top no-repeat;
	width:200px;
	height:120px;
	background-size: cover;
	position: absolute;
	left:50%;
	margin-left:-100px;
	top:-60px;
}

.about_streamer p {
	display: none;
}

.about_gravure {
	background:url("../img/txt_grabure.jpg") left top no-repeat;
	width:1200px;
	height:850px;
	position: relative;
}

.about_gravure:before {
	content: "";
	display: block;
	background:url("../img/head_gravure.png") left top no-repeat;
	width:200px;
	height:120px;
	background-size: cover;
	position: absolute;
	left:50%;
	margin-left:-100px;
	top:-60px;
}

.about_gravure p {
	display: none;
}

.about_bottom {
	background:url("../img/about_txt02.png") center top no-repeat;
	width:100%;
	height:243px;
	margin:0 auto;
}

.about_bottom p {
	display: none;
}

#Outline {
	width:100%;
	padding:120px 0;
	box-sizing: border-box;
	background-color:#f8f8f8;
}

.head_outline {
	background:url("../img/head_outline.png") center top no-repeat;
	width:100%;
	height:108px;
	margin:0 auto 60px;
}

.recruit_group {
	width:1000px;
	margin:0 auto 48px;
}

.recruit_group dl {
	background-color:#fff;
	color:#898989;
	font-size:1.8rem;
	line-height: 1.8;
	display: flex;
	justify-content: space-between;
	margin-bottom:2px;
}

.recruit_group dl dt {
	width:30%;
	text-align: center;
	box-sizing: border-box;
	padding:12px;
	background-color:#969696;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

small {
	font-size:80%;
}

.recruit_group dl dd {
	width:70%;
	text-align: center;
	box-sizing: border-box;
	padding:12px;
}

.entry_bt {
	width:800px;
	margin:0 auto;
	position: relative;
}

.entry_bt a {
	display: block;
	text-decoration: none;
	width:100%;
	box-sizing: border-box;
	padding:24px;
	font-size: 2.8rem;
	font-weight: bold;
	color:#fff;
	background-color:#a373fb;
	box-shadow:0 0 15px rgba(163,115,251,0.5);
	transition: all 0.3s;
}

.entry_bt a:hover {
	background-color:#fff;
	color:#a373fb;
}

#Attention {
	width:100%;
	padding:120px 0;
	box-sizing: border-box;
}

#Attention p {
	width:1000px;
	margin:0 auto;
	text-align: left;
	color:#898989;
	font-size:1.8rem;
	line-height: 1.8;
}

footer {
	background-color:#d9d9d9;
	width:100%;
	box-sizing: border-box;
	padding:40px 0;
	color:#626262;
	display: flex;
	justify-content: space-between;
	font-size:1.8rem;
}

.copyright {
	padding-left:12px;
}

.contact {
	padding-right:12px;
}

.contact a {
	color:deepskyblue;
	text-decoration: none;
}

/*えなこ夏*/

#MV {
	width:100%;
	position: relative;
	margin:0 auto;
	background:url("../img/enako_summer_blue.jpg") center center no-repeat;
	background-size: cover;
}

.enako_summer_wrap {
	width:100%;
	position: relative;
	max-width: 1440px;
	margin:0 auto;
}

.enako_summer {
	width:100%;
	position: relative;
	background:url("../img/enako_summer.jpg") center top no-repeat;
	padding-top:56.25%;
	box-sizing: border-box;
	background-size: cover;
}

.enako2022 {
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	text-align: left;
	box-sizing: border-box;
	padding:80px 0;
}

.enako2022 h4 {
	font-size:2.4rem;
	font-weight: bold;
	margin:0 auto 36px;
	background: #6bcfff;
	color:#fff;
	padding:8px;
	border-radius: 8px;
	text-align: center;
}

.enako_magazine {
	margin-bottom:36px;
	gap:1px;
	display: flex;
	flex-wrap: wrap;
	background-color:rgba(245,245,245,1.00);
	box-sizing: border-box;
	padding:1px;
}

.enako2022 dl {
	width:100%;
	display: flex;
	justify-content: space-between;
	
	font-size: 1.7rem;
}

.enako2022 dl dt {
	width:25%;
	text-align: center;
	box-sizing: border-box;
	padding:4px;
	background-color:rgba(232,250,255,1.00);
}

.enako2022 dl dd {
	width:75%;
	text-align: left;
	padding:4px;
	background-color:rgba(255,255,255,1.00);
}

.enako2022 dl dd a {
	text-decoration: none;
	color:#6bcfff;
}

.enako2022 dl dd a:hover {
	text-decoration:underline;
}

.enako2022 h5 {
	font-size:2rem;
	font-weight: bold;
	margin:0 auto 36px;
	color:rgba(77,77,77,1.00);
	border-left:10px solid rgba(77,77,77,1.00);
	box-sizing: border-box;
	padding:4px 4px 4px 24px;
	background-color:rgba(245,245,245,1.00);
}

.enako2022 p {
	font-size:1.7rem;
	line-height: 1.7;
	margin-bottom:36px;
	color:rgba(43,43,43,1.00);
}

.enako2022 p i {
	font-weight: bold;
	font-style: normal;
}

.enako2022 p i strong {
	font-weight: bold;
	color:#6bcfff;
}

.enako2022 ul {
	margin-bottom:36px;
	font-size:1.7rem;
	padding-left:24px;
	color:rgba(43,43,43,1.00);
}

.enako2022 ul li {
	list-style: disc;
	border-bottom:1px dotted rgba(43,43,43,1.00);
	margin-bottom:8px;
}

.enako2022 a.link_bt {
	display: block;
	text-decoration: none;
	background-color:#6bcfff;
	color:#fff;
	font-size: 2rem;
	box-sizing: border-box;
	padding:16px;
	border-radius: 10px;
	width:80%;
	transition: all 0.3s;
	margin:0 auto 60px;
	text-align: center;
	font-weight: bold;
	box-shadow: 0px 0px 0px 5px #012d7c;
  border: solid #ffffff;
}

.enako2022 a:hover.link_bt {
	background-color:#BEEAFE;
	box-shadow: 0px 0px 0px 5px #012d7c;
  border: solid #ffffff;
}

.o-tc-re {
	color: red!important;
}