﻿@charset "UTF-8";

/* ===== トップページ ===== */

#top_main {
  background: -moz-linear-gradient(top, #0f1113, #1b1e22);
  background: -webkit-linear-gradient(top, #0f1113, #1b1e22);
  background: linear-gradient(to bottom, #0f1113, #1b1e22);
	padding:135px 0 0;
	position:relative;
	height:685px;
}

.animation{
	  opacity:0;
}
#image1{
	position:absolute;
	bottom:30px;
	right: 0;
	z-index: 100;
}
#image2{
	position:absolute;
	top:30px;
	right: 160px;
	z-index:99;
}
#image3{
	position:absolute;
	bottom:-5px;
	z-index: 98;
	width:1200px;
}
#image3 img{
	width:80%;
}

#top_main_inner{
	min-height: 550px;
	position: relative;
	z-index: 101;
	max-width: 1200px;
	margin: 0 auto;
}
#top_main_txt{
	font-size: 30px;
	color:#fff;
}
#main_title_sub{
	font-size: 21px;
	color: #A3A3A3;
	margin: 0 0 0;
	font-style:oblique;
}
#main_title{
	font-size: 25px;
	margin: 5px 0 13px;
	line-height:1.5;
}
#sub_img{	
	background: url('../images/sub_bk.png') center center no-repeat;
    background-size: auto;
	height: 0;
	margin: 0;
	background-size: cover;
	padding-bottom: 22%;
	position: relative;
}
#new #left{
	float: left;
	width: 15%;
	padding: 5px 0 0 0 !important;
	margin: 0 !important;
}
#new #right{
	float: right;
	font-size: 110%;
	width: 81%;
	padding: 0 !important;
	margin: 0 0 13px 0;
	line-height: 1.7;
}
#new #right a{
	color: #00549b;
}
#new {
  position: relative;
  width: 850px;
  padding: 15px 40px;
  margin: 60px auto 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	overflow:hidden;
}
#new img{
  width: 100%;
}
#new img:hover{
  opacity: 0.7;
}
#new::before,
#new::after {
  position: absolute;
  top: 0;
  content: '';
  width: 20px;
  height: 100%;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}
#new::before {
  left: 0;
  border-left: 1px solid #555;
}
#new::after {
  right: 0;
  border-right: 1px solid #555;
}
#sub_txt{
	text-align: center;
	font-size: 26px;
	text-shadow:0px 0px 2px #fff;
	line-height: 180%;
	margin: 40px 0 40px;
	color:#162a6b;
	font-weight: bold;
}
#name{
	font-size: 35px;
	margin: 0 0 0 0;
	font-weight: bold;
	line-height:1.3;
}
#seminer{
	margin: 0 0 40px;
}
#cp_txt{
	text-align: center;
	font-size: 130%;
	margin: 60px 2% 0;
	width: 96%;
}
#cp_txt span{
	font-weight: bold;
	font-size: 140%;
	font-style:oblique;
}
#case_top{
	background: url(../images/case_top.jpg);
	background-repeat: no-repeat;
	width: 1100px;
	height: 270px;
	margin: 0 auto;
	position: relative;
}
#case_title{
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	margin: 40px 0 30px;
}
#case_text{
	font-size: 27px;
	color: #314073;
	text-shadow:3px 3px 0 #fff;
}
#case_left{
	position: absolute;
	right: 190px;
	bottom: 0;
}
#case_name{
	font-size: 110%;
}
#case_name{
	line-height: 180%;
}
.case {
    color: #fff !important;
    background: #c71816;
    width: 100px;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 8px !important;
    font-style: italic;
	margin: 0 0 5px;
}
#opk img,#review img,#comic img{
	border: 2px solid #c9c9c9;
}
#opk img:hover{
	border: 2px solid #6b4600;
}
#review img:hover{
	border: 2px solid #6b4600;
}
#comic img:hover{
	border: 2px solid #707cd6;
}
ul.banner{
	width:70%;
	margin:1% auto;
	list-style:none;
	overflow:hidden;
}
ul.banner li.big{
	float:left;
	width:94%;
	margin:3%;
	padding:0;
}
ul.banner li{
	float:left;
	width:44%;
	margin:0 3%;
	padding:0;
}
ul.banner #opk img.dt{
	display:block;
}
ul.banner #opk img.sp{
	display:none;
}
ul.banner img{
	width:100%;
}
@media only screen and (max-width: 1099px){
#main-image2{
	display:none;
}
}
/*#sub_title p{
	padding: 100px 0 0 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 38px;
	text-shadow:0px 0px 8px #45569a;
	margin: 0;
}*/
#cp{
	background: #162a6b;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	font-size: 130%;
}
.cp_btn{
	text-align: center;
	padding: 5px 20px;
	border: 2px solid #fff;
	width: 190px;
	font-size: 18px;
	font-weight: bold;
	 border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}
.cp_btn:hover{
	background: #fff;
	color: #162a6b;
}
a .cp_btn{
	text-decoration: none;
	color: #fff;
}

#step{
	background-color: #314073;
	background-image:url(../images/cp_bk.png);
    background-repeat:  no-repeat;
    background-position:bottom right;
	color: #fff;
	text-align: center;

}
#step_title{
	font-size: 28px;
	padding: 60px 0 15px;
	color: #fff;
}
#step_in{
	width: 88%;
	margin: 20px auto 0;
	overflow: hidden;
	padding-bottom: 50px;
}
#step_in p{
	float: left;
	text-align: center;
	margin:0 2%;
	font-size: 21px;
	color: #fff;
	width:28%;
}
#step_in p img{
	width: 100%;
}
#step_last{
	width: 24% !important;
}
div.news{
	padding:1%;
	width:70%;
	margin:2% auto;
	text-align:center;
	font-size:120%;
	background:#dfbc24;
}
div.news span{
	padding:5px 10px;
	text-align:center;
	font-size:100%;
	background:#FFF;
	color:#ce0101;
	font-weight:bold;
}
#cate {
    height: 900px;
    width: 100%;
	background-image:url(../images/cate_img.jpg);
	background-color: #2f355f;
    background-repeat:  no-repeat;
    background-position:center center;
	color: #fff;
	padding: 20px 0;
}
#cate_in{
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
#cate_txt{
	text-align: center;
	margin: 40px auto 70px;
	font-size: 120%;
}
.cate01,.cate02,.cate03,.cate04{
	width: 390px;
}
.cate01,.cate03{
	float: left;
}
.cate02,.cate04{
	float: right;
}
#cate .parenthesis {
  position: relative;
  padding: 10px 5px;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
	color: #fff;
}
#cate .parenthesis:hover {
	background: rgba(255,255,255,0.3);
}


#cate .parenthesis p{
	margin: 0;
	text-align: center;
}
#cate .parenthesis p a{
	text-decoration: none;
	color: #FFFFFF;
}
#cate .parenthesis::before,
#cate .parenthesis::after {
  position: absolute;
  top: 0;
  content: '';
  width: 7px;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#cate .parenthesis::before {
  left: 0;
  border-left: 1px solid #fff;
}
#cate .parenthesis::after {
  right: 0;
  border-right: 1px solid #fff;
}



#parth_title{
	font-weight: bold;
	font-size: 170%;
	text-align: center;
	padding: 0 0 30px 0;
}
#parth{
	padding: 50px 0;
	background: #e3e5e9;
}

#parth_img ul{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
#parth_img li{
	float: left;
	list-style-type: none;
	width: 300px;
	color: #535353;
}
@media screen and (max-width: 736px)  {
#new {
	position: relative;
	width: 98%;
	}
#top_main {
	widows: 98%;
	margin: 0 0 50px 0 !important;
}
#name{
	width: 96%;
	margin: 0 2%;
	font-size: 100%;
}
#top_main_inner{
	min-height: 400px;
}
	#case_top{
		width: auto;
	}
	#case_top{
	height: 450px;
}
	#case_left{
	position: absolute;
	left: 15px;
	bottom: 0;
		right: 0;
}
ul.banner{
	width:98%;
	margin:1% auto;
	list-style:none;
	padding:0;
}
ul.banner li{
	width:98%;
	margin:1%;
	padding:0;
	clear:both;
	display:block;
}
ul.banner li.big{
	width:100%;
	margin:0;
}
ul.banner #opk img.dt{
	display:none;
}
ul.banner #opk img.sp{
	display:block;
}
#step_last{
	float: none !important;
}
}
@media screen and (min-width: 737px) and (max-width: 1099px){
#top_main {
	widows: 98%;
	height: auto;
}
#main_title{
	width: 96%;
	margin: 0 2%;
}
#name{
	width: 96%;
	margin: 0 2%;
	font-size: 120%;
}
}
@media only screen and (max-width: 1100px){

	
#step,#step_in,#box_menu{
	width: 100%;
}
#main_title,#main_title_sub{
	margin-left: 10px;
}
	
#main_sp {
  width: 100%;
  height: 0;
  padding-top: calc(677 / 1050 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(../images/top_sp.png) center center / cover no-repeat;
}
	
#main_sp img{
	width: 100%;
}
#main_title{
	font-size: 18px;
}
#sub_txt p{
	display: none;
}
#cp a{
	display: block;
	margin-top: 10px;
}
#sub_txt{
	font-size: 20px;
	width: 98%;
	margin: 10px 1% 20px;
}
#step_title{
	font-size: 22px;
}
#step_in p,#step_in p#step_last{
	width: 48% !important;
	padding: 0;
	margin: 0 1%;
	font-size: 17px;
}
#step_in p img{
	width: 90%;
}
#step_in p#step_last{
	margin: 20px auto;
	float: none;
}
#step_in p#step_last img{
	width: 70%;
}
.RightBox{
	width: 98% !important;
	margin: 2% 0 0 1% !important;
}
.RightBox p{
	margin: 0;
}
#box_menu{
	padding: 0;
	margin: 30px 0;
}
.box_in{
	width: 98%;
	margin: 1%;
}
h3.top{
	font-size:160%;
	margin:10px 0;
}
#parth_img ul{
	width: 100%;
}
#parth_img li{
	width: 50%;
}
.scale{
	height: auto !important;
}
	#parth_title{
		font-size: 21px;
	}
	.function_main_btn{
		margin: 0 auto;
	}
}
@media screen and (min-width: 1100px) {
#main_sp,#sub_txt_sp{
	display: none;
}
}
.scale{
	width: 300px;
	height: 202px;
    overflow: hidden;
}
.scale img {
    -moz-transition: -moz-transform 0.8s linear;
    -webkit-transition: -webkit-transform 0.8s linear;
    -o-transition: -o-transform 0.8s linear;
    -ms-transition: -ms-transform 0.8s linear;
    transition: transform 0.8s linear;
	height: 102%;
}
.scale img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.function_main_btn {
    border: 1px solid #314073;
    padding: 7px 10px;
    width: 200px;
    font-size: 100%;
    color: #314073;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
	margin: 0 auto;
	text-decoration: none;
}
.function_main_btn:hover {
    color: #fff;
    background: #314073;
}
.case_main_btn {
    border: 1px solid #314073;
    padding: 7px 10px;
    width: 200px;
    font-size: 130%;
    color: #314073;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    text-align: center;
	text-decoration: none;
	margin-top: 10px;
}
.case_main_btn:hover {
    color: #fff;
    background: #314073;
}

@media screen and (max-width: 736px) {
.slider {
    height: 100px;
	padding-bottom: 100%;
}
div.news{
	width:90%;
	font-size:90%;
	padding:3%;
	margin:0 auto;
}
div.news span{
	display:none;
}
}
.slider div.topcathche{
	float:right;
	margin-right:3%;
}
@media screen and (max-width: 960px) {
.slider div.topcathche{
	width:100%;
}
}
@media screen and (max-width: 736px) {
/*header.header_bc{
	background: url('../images/mainimage.jpg') center center no-repeat;
    background-attachment: scroll;
	height:0;
	margin: 0;
	background-size: cover;
	padding-bottom: 100%; 
	position: relative;
	color:#FFF;
}*/
}
h2.top{
	background: url('../images/icon_alogo.png') center 130px no-repeat;
	font-size:180%;
	text-align:center;
	/*font-family: 'Domine', serif;*/
	letter-spacing:0.1em;
	color: #fff;
	padding-top:30%;
	text-shadow: 1px 1px 1px #bba617,
                 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff
}
.movie{
	width:95%;
	margin:1% auto;
}

@media screen and (max-width: 736px) {
.slider div.topcathche{
	width:95%;
}
h2.top{
	background:none;
	font-size:180%;
	padding-top:20%;
}
}
h3.top{
	font-size:165%;
	line-height:150%;
	color: #314073;
	font-weight: bold;
}
h3 span{
	font-size:60%;
	line-height:150%;
	color: #8a8000;
	text-align: center;
}
h4.top{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: #dfbc24;
	padding:1%;
	width:300px;
	text-align:center;
	font-size:120%;
}
@media screen and (max-width: 736px) {
h4.top{
	float:center;
	margin:0 auto;
}
}
p.lead{
    text-shadow: 1px 1px 3px #000;
	font-size:105%;
	font-weight:normal;
	text-align:center;
}
ul.top_button {
	margin:1% auto;
	justify-content: center;
    display:-webkit-box;
    display:-moz-box;
    display:box;
    display:-webkit-flex;
    display:flex;
}
ul.top_button li {
	list-style:none;
	margin-right:3%;
}
@media screen and (max-width: 736px) {
ul.top_button li {
	font-size:80%;
	letter-spacing:-0.05em;
}
}
	/* 伸びてくる赤い線 */
.contents {
    position: relative;
    width: 100%;
	margin:-10px 0 60px 0;
}
.line {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 5px;
    background: #EC4E20;
}
div.perse{
	background-size: cover;
	padding-bottom:10%;
}
@media screen and (max-width: 736px) {
div.perse{
	display:none;
}
.contents {
	display:none;
}
}
ul li.buil{
	list-style:none;
	background: url('../images/icon_buil.png') left top no-repeat;
	padding:30px 0 0 150px;
	height:75px;
}
ul li.shop{
	list-style:none;
	background: url('../images/icon_shop.png') left top no-repeat;
	padding:30px 0 0 150px;
	height:60px;
}
ul li.house{
	list-style:none;
	background: url('../images/icon_house.png') left top no-repeat;
	padding:30px 0 0 150px;
	height:60px;
}
#main_slide li{
	margin:1px;
}
#main_slide li img{
	width:400px;
}
.newfuncBox{
	width:100%;
	margin: 1% auto;
}
.newfuncBox h3{
	font-size:120%;
	background-image:;
	letter-spacing:-0.01em;
	background: url(../images/newfunc/h3bc.gif) no-repeat 0 0;
	color:#432502;
}
 ul.newfuncBox{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.newfuncBox li{
	float:left;
	width:27%;
	margin-right:2%;
	margin-bottom:1%;
	list-style:none;
	border:1px solid #b58048;
	padding:2%;
	background:#FFF;
}
.newfuncBox li img{
	width:100%;
}
.newfuncBox li a{
	float:right;
}
.newfuncBox li span{
	font-size:70%;
	color:#999;
}
@media screen and (max-width: 736px) {
.newfuncBox{
	padding:0;
}
.newfuncBox ul{
	margin:0 !important;
	width:100%;
	padding: 0;
}
.newfuncBox li{
	width:100%;
	margin:1%;
	padding:3%;
	clear:both;
	display:block;
}
}
h3.top_case{
	font-size:165%;
	text-align: left;
	font-weight:bold;
	letter-spacing:-0.03em;
}
p.case_com{
	font-size:120%;
	color:#8a8000;
}
@media screen and (max-width: 736px) {
h3.top_case{
	text-align: center;
	font-size: 130%;
}
p.case_com{
	text-align: center;
	margin:0;
	font-size: 110%;
}
}

.cover{
	background-size: cover;
	background: url(../images/cover.png);
	min-height: 100%;
}
body > div.cover {
  height: auto;
}
@media screen and (max-width: 736px) {
.cover{
	background:none;
}
}
div.topbottomp{
	font-size:140%;
	font-weight:normal;
	letter-spacing:0.03em;
	color:#FFF;
	background:#434343;
	padding:2%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 1) inset;
}
@media screen and (max-width: 736px) {
div.topbottomp{
	font-size:120%;
}
}
.vide_pc{
	width: auto;
	height: 500px;
	opacity:1;
	z-index: -1;
	margin-top:5%;
}
@media screen and (max-width: 736px) {
.vide_pc{
	display:none;
}
}
ul.news{
    display:table;
    margin:0 auto;
}
ul.news li{
    display:table-cell;
}
@media screen and (max-width: 736px) {
h2.top{
	font-size:140%;
	margin:0 5%;
}

ul.top_button{
	width:100%;
	margin:0;
	padding:0;
}
ul.top_button li{
	height:auto;
	margin:0;
	width:50%;
	font-size:90%;
}
}


/* youtube */
#youtube{
	padding: 10px 0;
	margin:50px 0 0;
}
#youtube_in {
  width: 90%;
  min-height: 100%;
  max-width: 1500px;
  margin: 0 auto 3%;
	text-align:center;
}
#youtube a img:hover{
	opacity:0.7;
}



.youtube_btn {
    border: 1px solid #314073;
    padding: 15px 10px;
    width: 400px;
    font-size: 130%;
    color: #314073;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    text-align: center;
	text-decoration: none;
	margin: 20px auto;
}
.youtube_btn:hover {
    color: #fff;
    background: #314073;
}
