
/* index.css */

@charset "UTF-8";
html {
	height:100%;
	font-family:"ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, fantasy;
	font-size:16px;
}
body { margin:0; }

p {	margin:0; }
a { text-decoration: none; }


#centerContainer {
	width:1100px;
	height:100%;
	margin:0 auto;
	border-left: 1px solid rgb(245, 245, 245);
	border-right: 1px solid rgb(245, 245, 245);
}
#headerAndIntro {
	background-image:url("./resource/60D_2224.png");
    background-repeat:no-repeat;
    background-position:center center;
}

#header {
	width:100%;
	height: 80px;
	background-color: rgba(235, 235, 235, 0.7);
	border-top: 10px solid rgb(200, 200, 200);
	position:relative;
}
#kiss_p {
	position:absolute;
	top: 15px;
	left: 100px;
	font-size:1em;
	letter-spacing:0px;
}
#header h1 {
	position:absolute;
	margin: 0;
	top: 12px;
	left: 340px;
}
.siteTitle_r {
	font-size:1.1em;
	color:rgb(255, 255, 255);
	text-shadow:-4px -4px 5px rgb(255,50,0), 3px 3px 10px rgb(255,50,0);
}
.siteTitle_b {
	font-size:0.9em;
    color:rgb(255, 255, 255);
    text-shadow:-2px -2px 5px rgb(0,0,0), 3px 3px 8px rgb(0,0,0);
}
.siteTitle_g {
	padding:0 0.5em;
	font-size:0.7em;
	color:rgb(170, 170, 170);
}
#language_p {
	position:absolute;
	top: 15px;
	right: 20px;
}


#introductionArea {
	width: 1100px;
	height: 400px;
	background-color: rgba(235, 235, 235, 0.3);
	border-bottom: 1px solid rgb(200, 200, 200);
}
#introductionBox {
	margin: 0 auto;
	width: 900px;
	height: 400px;
	position:relative;
	overflow:hidden;
}
.introductionContainer {
	width: 900px;
	height: 400px;
	position:absolute;
	top: 0px;
}
.currentBox {
	left: 0px;
	z-index: 3;
}
.nextBox {
	left: 900px;
	transition:left 1.2s ease;
	z-index: 5;
}
.thirdAndSubsequent {
	left: 900px;
	z-index: 0;
}

#firstBox {
	background-color:rgb(120,175,245);
	//background-color:rgb(50,190,250);
}
#firstBox * {
	position:absolute;
}
#secondBox {
	background-image:url("./resource/intro_gallery_back.png");
}
#secondBox * {
	position:absolute;
}
#thirdBox {
	background-image:url("./resource/intro_dgw_back.png");
	background-repeat: repeat;
}
#thirdBoxCaption {
	position:absolute;
	top: 0px;
	left: 175px;
	width: 550px;
	height: 180px;
	padding-top: 30px;
	background-color:rgba(255,255,255, 0.7);
	border:1px solid rgba(150, 150, 150, 0.6);
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
	box-shadow:5px 4px 16px 3px rgba(0,0,0,0.3);
}

#newsArea {
	margin: 70px auto;
}

.centerFlex {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
.link_menu {
	width: 890px;
	margin: 0 auto;
}
.link_menu * {
	display: inline-block;
	width: 170px;
	text-align: center;
}
.link_menu span {
	color:rgb(220,220,220);
}
.link_menu a:link, a:visited, a:hover, a:active {
	color:rgb(0,0,0);
}



#contentsBox_DS {
	width: 1100px;
	height: 350px;
	margin: 0 auto;
	background:linear-gradient(-45deg, rgb(70,140,255), rgb(240,240,255));
	position: relative;
}
#contentsBox_DS * {
	position: absolute;
}
#appstore_ss {
	top: 30px;
	left: 660px;
	filter: drop-shadow(3px 3px 8px rgba(0, 0, 100, 0.7));
	padding: 15px;
}
#contentsBox_DS a {
	top:290px;
	left:270px;
	font-size:1.1em;
	padding: 3px 5px 3px 20px;
	background-color:rgba(255, 255, 255, 0.3);
	border-radius: 16px;
}

#contentBox_dgw {
	width: 1098px;
	height: 348px;
	margin: 0 auto;
	background-image:url("./resource/intro_dgw_back.png");
	background-repeat: repeat;
	border: 1px solid rgb(200,200,200);
	position: relative;
}
#contentBox_dgw * {
	position: absolute;
}
#contentBox_dgw_link {
	color: rgb(180,180,180);
	top: 85px;
	left: 460px;
	padding: 3px 10px 2px 20px;
	background-color:rgba(255, 255, 255, 0.7);
	border: 1px solid rgb(200,200,200);
	border-radius: 14px;
	text-align: center;
}
.contentBox_dgw_re {
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid rgb(210,210,210);
	border-radius: 3px;
	padding: 10px;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}
#contentBox_dgw_re_j {
	width: 240px;
	height: 20px;
	top: 135px;
	left: 130px;
}
#contentBox_dgw_re_e {
	width: 300px;
	height: 20px;
	top: 135px;
	left: 100px;
}
#contentBox_dgw_re_j p {
	position: relative;
	text-align: center;
}
#contentBox_dgw_re_e p {
	position: relative;
	text-align: center;
}
.contentBox_dgw_ex {
	background-color: rgba(255, 255, 255, 1.0);
	border: 1px solid rgb(210,210,210);
	border-radius: 10px;
	padding: 15px 10px 0 10px;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
	width: 300px;
	height: 210px;
	top: 60px;
	left: 750px;
}
#contentBox_dgw_ex_j p {
	position: relative;
	letter-spacing:1px;
	border-bottom: 1px solid rgb(220,220,220);
}
#contentBox_dgw_ex_e p {
	position: relative;
	border-bottom: 1px solid rgb(220,220,220);
}

#contentNox_gallery {
	width: 1098px;
	height: 428px;
	margin: 0 auto;
	background-color: black;
	position: relative;
	border: 1px solid black;
}
#contentNox_gallery * {
	position: absolute;
}
#contentNox_gallery_title {
	width: 300px;
	height: 55px;
	top: 2px;
	left: 80px;
	filter: drop-shadow(3px 3px 3px rgba(255, 120, 120, 0.7));
}
#contentNox_gallery a {
	color: rgb(190,190,190);
	top: 340px;
	left: 360px;
	padding: 3px 20px 2px 20px;
	background-color:rgba(255, 255, 255, 0.3);
	border-radius: 14px;
}



#footer {
	width:100%;
	border-top:15px solid rgb(225,225,225);
	padding-top: 1em;
	padding-bottom:2em;
	/*position:absolute;
	bottom:0;*/
}
#footer p {
	text-align:center;
	color:rgb(60,60,60);
}
