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


/* clearfix */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* 画像センタリング */

.cr {margin:0 auto;}

/* 点滅 */
.blinking{
    animation:blink 1s infinite alternate;
}

@keyframes blink{
  0% {opacity:0;}
100% {opacity:1;}
}

/* NotoSans読込 */

@font-face {
  font-family: "NotoSans_subset";
  font-style: normal;
  src: url(../font/NotoSans_subset.woff) format("woff");
}


/* FireFoxFadeブレ防止 */

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

/* ----------------------------------　INVIEW　---------------------------------- */

.inv {opacity: 0; transition:0.7s;}
.vie {opacity: 1.0;}

/* ページトップ */

#page-top {
	position: fixed;
	bottom: 70px;
	right: 20px;
	font-size: 1.4em;
	font-weight:bold;
	z-index:2000;
}
#page-top a {
	background:url(../img/pagetop.png) left top no-repeat;
	width: 190px;
	height:160px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	transition: all 0.3s;
	position:relative;
}
#page-top a:hover {
	top:-5px;
}


/* 全体・枠作り */

html,body {
	height:100%;
}

html {
	font-size:62.5%;
}

img { display:block; }

a.fd {
	transition: all 0.3s;
}

a:hover.fd {
	opacity: 0.6;
}

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

#PageWrapper {
	min-width:1100px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:100%;
	background:url(../img/main_bg.png) left top repeat;
}

#Visual {
	background:url(../img/header_bg.jpg) center top no-repeat;
	background-size:cover;
	width:100%;
	height:400px;
	position: relative;
}

.head_main {
	width:100%;
	height:400px;
	background:url("../img/visual.jpg") center top no-repeat;
}


#Menu {
	background:url("../img/menu_pink.png") left top repeat;
	width:100%;
	height:138px;
}

#Menu ul {
	width:1000px;
	margin:0 auto;
	padding-top:24px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

#Menu ul li a {
	transition: all 0.3s;
}

#Menu ul li a:hover {
	opacity: 0.7;
}

#Log {
	width:100%;
	margin:0 auto;
	background:url("../img/menu_bg.png") left top repeat;
}

.logblock {
	width:1000px;
	padding:36px 0;
	height:117px;
	margin:0 auto;
}

.logarea {
	background:url(../img/backlog_bg.png) left top no-repeat;
	float:left;
	width:384px;
	height:84px;
	padding:25px 8px 8px;
	margin-right:30px;
}

.logbox {
	width:384px;
	height:84px;
	text-align: left;
	font-size:1.3rem;
	color:dimgray;
	overflow-y:scroll;
}

.logarea p {
	line-height: 18px;
	margin-bottom:8px;
}

.logarea p span {
	display: inline-block;
	padding:0 4px;
	background-color:#fe6788;
	color:#fff;
	margin-right:8px;
}

.mirai_link {
	width:340px;
	height:117px;
	float: left;
	border-radius: 5px;
	margin-right:30px;
}

.log_twitter {
	width:200px;
	height:117px;
	float: left;
	position: relative;
}

.log_twitter a {
	position: absolute;
	width:200px;
	height:134px;
	top:-17px;
	left:0;
	display: block;
}

.border {
	width:100%;
	height:80px;
	background-color:#3d2711;
	margin-bottom:80px;
}

.dakibox {
	width:1100px;
	margin:0 auto 50px;
	display: flex;
	justify-content: space-around;
}

.daki_front {
	width:250px;
	height:800px;
	background-color:#fff;
	box-shadow:10px 10px 0 rgba(255,107,138,0.2);
}

.daki_front a {
	transition: all 0.3s;
}

.daki_front a:hover {
	opacity: 0.6;
}

.daki_back {
	width:250px;
	height:800px;
	background-color:#fff;
	box-shadow:10px 10px 0 rgba(255,107,138,0.2);
}

.daki_back a {
	transition: all 0.3s;
}

.daki_back a:hover {
	opacity: 0.6;
}


.daki_exp {
	width:520px;
	height:800px;
	box-shadow:10px 10px 0 rgba(255,107,138,0.2);
	position: relative;
}

.daki01_exp {
	background:url("../img/daki01_exp.jpg") left top no-repeat;
}

.daki02_exp {
	background:url("../img/daki02_exp.jpg") left top no-repeat;
}

.daki03_exp {
	background:url("../img/daki03_exp.jpg") left top no-repeat;
}

.voice {
	width:213px;
	height:209px;
	position: absolute;
	right:5px;
	bottom:48px;
}

.voice a {
	transition: all 0.3s;
}

.voice a:hover {
	opacity: 0.6;
}

.daki_bt {
	width:800px;
	height:120px;
	margin:0 auto 70px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow:0 0 8px rgba(0,0,0,0.25);
}

.daki_bt a {
	transition: all 0.3s;
}

.daki_bt a:hover {
	opacity: 0.6;
}

.comingsoon {
	background:url("../img/comingsoon.png") center center no-repeat;
	width:800px;
	height:400px;
	margin:0 auto 70px;
}

.space03 {
	width:800px;
	margin:0 auto 70px;
}

.ast {
	background:url("../img/space2.png") left top no-repeat;
	width:273px;
	height:35px;
	margin:0 auto 70px;
}

.space {
	background:url(../img/foot_line.png) left top repeat-x;
	width:100%;
	height:20px;
	margin-bottom:70px;
}

.foot_twitter {
	width:600px;
	height:118px;
	margin:0 auto 50px;
}

.banner {
	width:200px;
	height:40px;
	margin:0 auto 8px;
}

.foot_txt {
	width:1000px;
	line-height: 20px;
	display: block;
	margin:0 auto;
	padding-bottom:50px;
	text-align: center;
	font-size:1.4rem;
	color:#a0a0a0;
}