@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: 100%;
	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:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:100%;
}

h1 {display:none;}
h2 {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/mob_mainvisual.jpg") left top no-repeat;
	width:100%;
	padding-top:100%;
	background-size: cover;
	position: relative;
	overflow: hidden;
	margin:0 auto;
}

.title {
	display:none;
}

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

.head_introduction {
	background:url("../img/head_intro.png") center top no-repeat;
	width:100%;
	padding-top:12%;
	background-size: contain;
	margin:0 auto 10%;
}

.intro_b1 {
	width:100%;
	background:url("../img/mob_photo_01.jpg") center top no-repeat;
	padding-top:105%;
	background-size: contain;
	margin:0 auto;
}

.in_b1_txt {
	width:90%;
	margin:0 auto 5%;
}

.in_b1_txt p {
	text-align: left;
	color:#898989;
	font-size:1.8rem;
	line-height: 1.8;
}

.intro_b2 {
	width:100%;
	background:url("../img/mob_photo_02.jpg") center top no-repeat;
	padding-top:75%;
	background-size: contain;
	margin:0 auto;
}

.in_b2_txt {
	width:90%;
	margin:0 auto;
}

.in_b2_txt p {
	text-align: left;
	color:#898989;
	font-size:1.8rem;
	line-height: 1.8;
}

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

.head_about {
	background:url("../img/mob_about_head.jpg") center top no-repeat;
	width:100%;
	padding-top:75%;
	background-size: contain;
	margin:0 auto;
}

.about_catch {
	width:90%;
	margin:0 auto 10%;
}

.about_catch p {
	text-align: left;
	color:#898989;
	font-size:1.8rem;
	line-height: 1.8;
}

.about_catch p strong {
	color:#6bcfff;
	font-weight: bold;
	font-size:3rem;
}

.about_select {
	width:100%;
	margin:0 auto 10%;
}

.about_cosplayer {
	width:90%;
	box-sizing: border-box;
	position: relative;
	border:10px solid #d7f6f8;
	padding:80px 20px 20px;
	margin:0 auto 70px;
}

.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 {
	text-align: left;
	color:#5edbe5;
	font-size:1.8rem;
	line-height: 1.8;
}

.about_streamer {
	width:90%;
	box-sizing: border-box;
	position: relative;
	border:10px solid #e8dcfe;
	padding:80px 20px 20px;
	margin:0 auto 70px;
}

.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 {
	text-align: left;
	color:#a373fb;
	font-size:1.8rem;
	line-height: 1.8;
}

.about_gravure {
	width:90%;
	box-sizing: border-box;
	position: relative;
	border:10px solid #f8bfdf;
	padding:80px 20px 20px;
	margin:0 auto;
}

.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 {
	text-align: left;
	color:#e4007f;
	font-size:1.8rem;
	line-height: 1.8;
	margin-bottom:5%;
}

.mob_magazine {
	width:100%;
	background:url("../img/mob_magazine.jpg") center top no-repeat;
	padding-top:142%;
	background-size: cover;
}

.about_bottom {
	width:90%;
	margin:0 auto;
}

.about_bottom p {
	text-align: left;
	color:#898989;
	font-size:1.8rem;
	line-height: 1.8;
}

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

.head_outline {
	background:url("../img/head_outline.png") center top no-repeat;
	width:100%;
	padding-top:12%;
	background-size: contain;
	margin:0 auto 10%;
}

.recruit_group {
	width:90%;
	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;
}

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

small {
	font-size:80%;
}

.entry_bt {
	width:90%;
	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:15% 0;
	box-sizing: border-box;
}

#Attention p {
	width:90%;
	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;
	font-size:1.8rem;
}

.copyright {
}

.contact {
}

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

/*えなこ夏*/

.enako_summer_wrap {
}

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

.enako2022 {
	width:90%;
	margin:0 auto;
	text-align: left;
	box-sizing: border-box;
	padding:42px 0;
	position: relative;
}

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

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

.enako2022 dl dd {
	width:65%;
	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-style: normal;
	text-decoration: none;
}

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