@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*SMP SETTEING*/
@media screen and (max-width: 640px) {

}
/* /SMP SETTEING*/



/*------------------------------
BASE SETTING
------------------------------*/

html,body{
	/*font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif ;*/
	font-family:'Roboto', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-weight: 300; 
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
html,body{
	font-family:'Roboto', sans-serif;
}
}
/* /SMP SETTEING*/

a {
	color:#ffffff;
}

#wrapper{
	width: 100%;
}

.fixed{
	position: fixed !important;
}

.relative{
	position: relative !important;
}

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

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.large-blur {
	text-shadow: 1px 1px 5px rgba(0,0,0,1);
}


.contents{
	width: 100%;
	height: auto;
	margin: auto 0 auto 0;
	clear: both;
	background: #f0f0f0;
	clear: both;

}

.gradation2{
	width: 100%;
	height: 100%;
}

.box{
	width: 950px;
	margin: auto;
	text-align: center;
}

#firstPage .box{
	padding-bottom:68px;
}


/*SMP SETTEING*/
@media screen and (max-width: 640px) {
.box{
	width: 90%;
	margin: auto;
}
}
/* /SMP SETTEING*/


.line{
	height: 12px;
	width: 100%;
	background: #fff;
	margin: 75px auto 0 auto;
}

.attentions{
	font-size: 13px !important;
	text-align: left;
}

.inline_content{
	width: 900px;
	color: #fff;
	height: 70vh;
	padding: 50px;
	overflow: scroll;
}

.prfbox{
	width: 500px;
	color: #fff;
	height: 80vh;
	padding: 50px;
	overflow: scroll;

}
.prfbox .profimg{
	margin: 20px 0;
	text-align: center;
}

.prfbox h3{
	text-align: center;
	font-size: 20px;
	padding: 20px 0;
}

/*------------------------------
HEADER SETTINGS
------------------------------*/
img#head_img_pc {
	max-width: 100%;
	height:auto;
	margin:0;
	padding:0;
}

#fullscreen{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background:#ff7c00;
}


.link_L{
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.link_L img{
	height: 100vh;
}

.link_R{
	height: 100vh;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.link_R img{
	height: 100vh;
}



header{
	width: 100%;
	overflow: hidden;
}


header .logo{
	width: 100%;
	text-align: center;
}

/*header .logo{
	width: 100%;
	margin: auto;
	text-align: center;
	background: url(../images/key.png) no-repeat;
	background-size: cover;
	height: 100vh;
}*/

@media screen and (max-width: 640px) {

img#head_img_pc {
	display: none;
}

header .logo{
	width: 100%;
	margin: auto;
	text-align: center;
	background: none;
}

}

#logo_forbridal_fill{
	fill:#FFF;
}



p#arrow{
	display: block;
	z-index: 99;
	color: #FFF;
	position: absolute;
	width: 100px;
	line-height: 2.5em;
	left: 50%;
	bottom: 20px;
	margin-left: -50px;
	text-align: center;

}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {

p#arrow{
	display:none;
	bottom: 75px;

}

}
/* /SMP SETTEING*/

p#arrow a:link,p#arrow a:visited{
	color: #FFF;
	text-decoration: none;
}

p#arrow a:hover{
	opacity: 0.6;
}



p#arrow svg#Capa_1{
	width: 27px;
}

.slidebox{
	overflow: hidden !important;
	z-index: 9;
}

.section{
	clear: both;
}



/*#navi{
	position: absolute;
	z-index: 99;
	font-size: 15px;
	width:560px;
	top: 66px;
	left: 40px;
	border: 1px solid #fff;
}*/
#navi{
	z-index: 99;
	font-size: 15px;
	width: 1200px;
	height:auto;
	margin: 40px auto;
	/*border: 1px solid #FFFFFF;
	overflow: auto;*/
}

#navi li{
	list-style: none;
	float:left;
	/*display: inline-block;*/
	margin: 0 8px 0 0;
}

#navi li:last{
	margin-right: 0;
}

#navi li a{
	color: #FFF;
	text-decoration: none;
}

/*#navi_sub{
	position: absolute;
	z-index: 999;
	font-size: 15px;
	letter-spacing: 0.1em;
	top: 60px;
	top: 0px\9;
	right: 20px;
}

#navi_sub li{
	display: inline-block;
	margin: 0 20px 0 0;
}


#navi_sub .navi_logo{
	width: 70px;
}

#navi_sub .navi_online{
	width: 110px;
}

#navi_sub .navi_fb{
	width: 28px;
}*/

/*PAGE TOP*/
#page-top {
    position: fixed;
    bottom: 0px;
    /*
    left: 50%;
    */
    width: 100%;
    padding: 20px 0;
    background: #000000;
    margin: auto;
    text-align: center;
}
/*SMP SETTEING*/
@media screen and (max-width: 640px) {

#page-top {
    position: fixed;
    bottom: 0px;
    /*
    left: 50%;
    */
    margin: auto;
}

}
/* /SMP SETTEING*/


#page-top a {
    width: 52px;
    height: 52px;
    display: block;
}

/*SCROLL NAVI*/

#navi_scroll{
	position: fixed;
	top: 0px;
	z-index: 9;
	color: #fff;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 97px;
}

#navi_scroll .navi_fbox{
	margin: auto auto;
	height: 85px;
	position: relative;
}

#navi_scroll .navi_fbox p.navilogo{
	position: absolute;
	top: 15px;
	left: 70px;
	width: 124px;
	height: 71px;
}

#navi_scroll .navi_fbox p.navilogo img{
	width: 90%;
}

#navi_scroll .navi_fbox #navi{
	text-align: center;
	width: 820px;
	margin: auto;
	position: absolute;
	left: 50%;
	top: 40px;
	margin: 0 0 0 -420px;
	font-size: 16px;
}

#navi_scroll #navi{
	
}

#navi_scroll #navi li{
	margin: 0 30px ;
}

#navi_scroll #navi li:before {
	/*content: url(../images/arrow.png);*/
	margin: 0 10px 0 0;
}

#navi_scroll #navi li:last-child{
}


#navi_scroll #navi li a{
	color: #FFF;
	text-decoration: none;
}

#navi_scroll #navi_sub{
	z-index: 999;
	font-size: 15px;
	letter-spacing: 0.1em;
	position: absolute;
	top: 40px;
	top: -40px\9;
	right: 0px;
	width: 230px;
}

#navi_scroll #navi_sub li{
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align:middle;
}


#navi_scroll #navi_sub .navi_logo{
	width: 70px;
}

#navi_scroll #navi_sub .navi_online{
	width: 110px;
}

#navi_scroll #navi_sub .navi_fb{
	width: 28px;
}






/*------------------------------
CONTENTS SETTINGS
------------------------------*/

.contents h2{
	margin: 0 auto 0 auto;
	text-align: center;
	font-weight: 300;
	padding: 100px 0 25px 0;
	font-size: 35px;
	color: #07184c;
	letter-spacing: 0.3em;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
.contents h2{
	margin: 0 auto 0 auto;
	text-align: center;
	font-weight: 300;
	padding: 60px 0 25px 0;
	font-size: 25px;
	color: #07184c;
	letter-spacing: 0.3em;
}

}
/* /SMP SETTEING*/



.contents h3{
	margin: 50px auto 30px auto;
	line-height: 33px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {


}
/* /SMP SETTEING*/



.contents h3.h3_box{
	width: 437px;
	height: 57px;
	line-height: 53px;
	margin: 80px auto 30px auto;
	text-align: center;
	font-size: 30px;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {


.contents h3.h3_box{
	width: 100%;
	height: auto;
	line-height: 40px;
	margin: 50px auto 30px auto;
	background-size: 100%;
	text-align: center;
	padding-bottom: 10px;
	font-size: 20px;
}


}
/* /SMP SETTEING*/



.contents p{
	font-size: 16px;
	line-height: 1.6em;
}

.contents h3.attention{
	font-size: 14px;
	display: block;
	border-bottom: 1px solid;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 150px 0 10px 0;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {

.contents h3.attention{
	font-size: 12px;
	display: block;
	border-bottom: 1px solid;
	width: 90%;
	padding: 0 0 10px 0;
	margin: 66px auto 20px auto;
}


}
/* /SMP SETTEING*/


.caption{
	text-align: center;
}

.txt_m{
	letter-spacing: 0em;
}

h2 .border{
	border: 1px solid #000;
	width: 50px;
	text-align: center;
	display: block;
	margin: 40px auto 0 auto;
}

.bold{
	font-weight: bold;
}

/*1st page_copy
---------------------------------------------------------*/


#firstPageCopy {
	background:#ffff01;
	margin-top: -30px;
}

.contents#firstPageCopy h2 {
	line-height:1.6em;
	text-align:left;
	font-weight:normal;
	font-size: 30px;
	padding-bottom:100px;
}

@media screen and (max-width: 640px) {
	#firstPageCopy {
	background:#ffff01;
	margin-top: 0px;
}
.contents#firstPageCopy h2 {
	line-height:1.5em;
	text-align:left;
	font-weight:normal;
	font-size: 21px;
	padding-bottom:60px;
}
}
/*1st page
---------------------------------------------------------*/


.contents#firstPage h2{
	margin: 0 auto 0 auto;
	text-align: center;
	font-weight: 300;
	padding: 60px 0 35px 0;
	font-size: 35px;
	color: #000000;
	letter-spacing: 0.3em;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
.contents#firstPage h2{
	font-size: 28px;
}
}
/* /SMP SETTEING*/



.topicbox{
	background: #373737;
	width: 560px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	height:  220px;
	overflow: scroll;
	overflow-x:hidden;
}
.topic_sns{
	width:  100%;
	height:  500px;
	margin-top: 60px;
	overflow: visible
}
.topic_sns_tw {
	width:  48%;
	float: left;
}
.topic_sns_fb {
	width:  48%;
	float: right;
}
.topic_sns_head {
	width:  100%;
	overflow: auto;
	border-bottom: 2px solid #000000;
	margin-bottom:  10px;
}
p.topic_sns_head_l {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	float: left;
}
p.topic_sns_head_r {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	float: right;
}

/*FB 埋め込み*/
/*@media screen and (min-width: 500px) {
  .fb-page-parent > .fb-page {
    width: 340px;
  }
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
  width: 100% !important;
}*/
/*FB 埋め込み*/

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
.topicbox{
	background: #373737;
	width: 90%;
	color: #fff;
	margin: 0 auto 68px auto;
	text-align: center;
}
.topic_sns{
	width:  100%;
	height:  auto;
	margin-top: 60px;
	overflow: auto;
}
.topic_sns_tw {
	width: 450px;
	float: none;
	margin: 0px auto;
}
.topic_sns_fb {
	width: 450px;
	float: none;
	margin: 20px auto;
}
.topic_sns_head {
	width:  100%;
	overflow: auto;
	border-bottom: 2px solid #000000;
	margin-bottom:  10px;
}
p.topic_sns_head_l {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	float: left;
}
p.topic_sns_head_r {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	float: right;
}

}
/* /SMP SETTEING*/



dl.dl01 {
  /*width:500px;*/
  /*margin: 50px 70px;*/
  margin: 20px 70px;
}
dl.dl01 dt {
  float:left;
  clear:left;
  width:110px;
  color: #ffff00;
  text-align: left;
}

dl.dl01 dd {
  float:left;
  text-align: left;
  width:290px;
  margin-bottom: 10px;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
dl.dl01 {
  /*width:90%;*/
  width:96%;
  margin: 30px auto;
}
dl.dl01 dt {
  float:none;
  clear:left;
  /*width:20%;*/
	width:10%;
  color: #ffff00;
  text-align: left;
}

dl.dl01 dd {
  float:left;
  text-align: left;
  /*width:90%;*/
  width:96%;
  margin-bottom: 10px;
	margin-left: 16px;
	margin-right: 6px;
}
}
/* /SMP SETTEING*/



/*2nd page
---------------------------------------------------------*/

#secondPage{
	background:url(../images/bg_about.png) #b2b2b2 no-repeat;
	background-size:100%;
	padding: 0 0 100px 0
}

.contents#secondPage h2{
	margin: 0 auto 0 auto;
	text-align: center;
	font-weight: 300;
	/*padding: 470px 0 105px 0;*/
	padding: 35% 0 105px 0;
	font-size: 50px;
	color: #FFF;
	letter-spacing: 0.3em;
}

.contents#secondPage h3{
	font-size:120%;
	font-weight: 800;
	text-align:left;
	line-height: 1.4em;
}

/*p.introductionTxt span {
	text-decoration: none;
	border-bottom: 1px solid #000000;
	padding-bottom: 1px;
}*/
p.introductionTxt span.introtexBLD {
	font-size: 120%;
	font-weight: 800;
	text-decoration: none;
	background:#ffff00;
	/*border-bottom: 1px solid #EAC800;*/
	/*padding-bottom: 1px;*/
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
.contents#secondPage h2{
	padding: 70px 0 35px 0;
	font-size: 30px;
}
}
/* /SMP SETTEING*/


.contents#secondPage h2 .border{
	border: 1px solid #FFF;
	width: 50px;
	text-align: center;
	display: block;
	margin: 40px auto 0 auto;
}


.contents#secondPage p{
	color: #000;
	text-align: left;
	font-size: 13px;
}

/*.t-right{
	text-align: right;
	font-size: 16px;
	display: block;
}*/
.t-right{
	/*font-weight: 800;*/
	float: right;
	/*font-size: 16px;*/
	background:none;
}
p.introductionTxt span.t-right{
	border:0;
}

.youtube_li{
	width: 950px;
	margin: 100px auto 0px auto;
	list-style: none;
}

.youtube_li li:nth-child(odd){
	float: left;
	margin-bottom:  20px;
}


.youtube_li li:nth-child(even){
	float: right;
	margin-bottom:  20px;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
.youtube_li{
	width: 90%;
	margin: 100px auto 0 auto;
	padding: 0;
}

.youtube_li li:nth-child(odd){
	float: none;
	margin:0 0 10px 0;
}


.youtube_li li:nth-child(even){
	float: none;
	margin:0 0 10px 0;
}

.youtube_li li img{
	width: 100%;
}

}
/* /SMP SETTEING*/



/*3st page
---------------------------------------------------------*/

.contents#thardPage{
	padding: 0 0 80px 0;
}

.contents#thardPage h2{
	margin: 0 auto 0 auto;
	text-align: center;
	font-weight: 300;
	padding: 120px 0 35px 0;
	font-size: 50px;
  	color: #000000;
	letter-spacing: 0.3em;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
.contents#thardPage h2{
	font-size: 38px;
}
}
/* /SMP SETTEING*/


.infobox{
	width: 950px;
	background: #ffff00;
	margin: 80px auto 0 auto;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
.infobox{
	width: 95%;
	background: #ffff00;
	margin: 80px auto 0 auto;
}
}
/* /SMP SETTEING*/



.infobox h3{
	width: 85%;
	margin: 20px auto 30px auto;
	font-size: 25px;
	font-weight: bold;
}

.infobox h3 span{
	font-size: 15px;
}
.infobox h3 span.ex{
	/*font-size: 17px;*/
	font-size: 19px;
}

.infobox .box_wrap{
	width: 85%;
	margin: auto;
}

.infobox  .box_wrap .box_in{
	width: 377px;
}

.infobox .box_wrap .box_in.left{
	float: left;
}

.infobox .box_wrap .box_in.right{
	float: right;
}


/*SMP SETTEING*/
@media screen and (max-width: 640px) {
.infobox  .box_wrap .box_in{
	width: 100%;
}

.infobox .box_wrap .box_in.left{
	float: none;
}

.infobox .box_wrap .box_in.right{
	float: nonet;
}
}
/* /SMP SETTEING*/


.infobox .box_wrap .box_in h4{
	background: #373737;
	color: #fff;
	text-align: center;
	padding: 17px 0;
	font-size: 21px;
}


dl.dl02 {
  width:100%;
  margin: 30px auto;
  color: #000;
  font-size: 15px;
}
dl.dl02 dt {
  float:left;
  clear:left;
  width:35%;
  text-align: left;

}

dl.dl02 dd {
  float:left;
  text-align: left;
  width:64%;
  margin-bottom: 10px;
  font-weight: bold;
}

dl.dl02 a {
	color:#000000;
}

dl.dl02 span.ex2{
	font-size: 19px;
}
dl.dl02 span.thin{
	font-weight:400;
}

/*4st page
---------------------------------------------------------*/
.contents#fourthPage {
	background: #D5D5D5;
	padding: 0 0 80px 0;
}


.contents#fourthPage h2{
	margin: 0 auto 0 auto;
	text-align: center;
	font-weight: 300;
	padding: 120px 0 35px 0;
	font-size: 50px;
  	color: #000000;
	letter-spacing: 0.3em;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
.contents#fourthPage h2{
	font-size: 38px;
}
}
/* /SMP SETTEING*/



.infotable{
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 20px 0;
}


.infotable th{
	border-collapse: collapse;
	width: 170px;
	text-align: center;
	background: #373737;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #D5D5D5;
	vertical-align:middle;
	padding: 15px 10px;
}


.infotable td{
	border-collapse: collapse;
	border: 1px solid #D5D5D5;
	background: #fff;
	font-size: 22px;
	padding: 15px 10px;
	text-align:  center;
	vertical-align: middle;
	color: #000;
	font-weight: normal;
	letter-spacing: 0.03em;
}



.infotable td span.ryokin{
	font-size:13px;
}


/*SMP SETTEING*/
@media screen and (max-width: 640px) {
.infotable_sp{
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 20px 0;
}


.infotable_sp th{
	width: 70px;
	border-collapse: collapse;
	text-align: center;
	background: #373737;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #D5D5D5;
	vertical-align:middle;
	padding: 15px 10px;
}


.infotable_sp td{
	width: 150px;
	border-collapse: collapse;
	border: 1px solid #D5D5D5;
	background: #fff;
	font-size: 22px;
	padding: 15px 10px;
	text-align:  center;
	vertical-align: middle;
	color: #000;
	font-weight: normal;
	letter-spacing: 0.03em;
}



.infotable_sp td span.ryokin{
	font-size:13px;
}
}
/* /SMP SETTEING*/

a.offcial_link p{
	background: #373737;
	font-size: 22px;
	padding: 20px 0;
	color: #fff;
	text-decoration: none;
	width: 70%;
	margin: 50px auto;
}

a.offcial_link p span#onsale{
	font-size:12px;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
a.offcial_link p{
	background: #373737;
	font-size: 22px;
	padding: 20px 0;
	color: #fff;
	text-decoration: none;
	width: 90%;
	margin: 20px auto;
}
}
/* /SMP SETTEING*/

/*当日券*/
p.token{
	background: #373737;
	font-size: 22px;
	padding: 20px 0;
	color: #fff;
	text-decoration: none;
	width: 70%;
	margin: 50px auto;
}

p.token span.token_inside{
	font-size:12px;
}
p.tyotoken a {
	/*color: #EC0B0F;*/
	color: #000;
	text-decoration:  none;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
p.token{
	background: #373737;
	font-size: 20px;
	padding: 20px 10px;
	color: #fff;
	text-decoration: none;
	width: 80%;
	margin: 20px auto;
}

p.token span.token_inside{
	font-size:12px;
}
}
/* /SMP SETTEING*/



a.offcial_link:link,
a.offcial_link:hover,
a.offcial_link:visited{
	text-decoration: none;
}

dl.dl03 {
 width:80%;
  margin: 30px auto;
  color: #000;
  font-size: 15px;
}
dl.dl03 dt {
  float:left;
  clear:left;
 /* width:30%;*/
  width:auto;
  text-align: left;
  font-weight: 400;
}

dl.dl03 dd {
  float:left;
  text-align: left;
  /*width:69%;*/
  width:auto;
  margin-bottom: 10px;
}
dl.dl03 dd a{
	color: #000000;
}

.ippan{
	background: #fff;
	color: #07184c;
	font-size: 22px;
	padding: 20px 0;
	text-decoration: none;
	width: 100%;
	margin: 50px auto;
}


@media screen and (max-width: 640px) {
dl.dl03 dt {
	float:none;
	margin-bottom:20px;
}
dl.dl03 dd {
	float:none;
}

}





table.pg_table { 
	width: 80%;
  margin: 30px auto;
  color: #000;
  font-size: 15px;
}
table.pg_table th {
	vertical-align: text-top;
	width: 10em;
	text-align: left;
	white-space: nowrap;
	font-weight: 400;
}
table.pg_table td {
	border: none;
	vertical-align: top;
	text-align: left;
	padding-bottom: 20px;
}
table.pg_table td a{
  color: #000;
}
@media screen and (max-width: 640px) {
	.pg_table { margin: 0 -10px; }
    .pg_table th,
    .pg_table td{
    	width: 100%;
    	display: block;
    	border-top: none;
    }
}

/*5st page
---------------------------------------------------------*/

.contents#fifthPage {
	background: #373737;
	padding: 0 0 80px 0;
}


.contents#fifthPage h2{
	/*margin: 0 auto 0 auto;*/
	/*text-align: center;*/
	font-weight: 300;
	padding: 120px 0 35px 0;
	font-size: 50px;
  	color: #FFF;
	letter-spacing: 0.3em;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
.contents#fifthPage h2{
	font-size: 38px;
}
}
/* /SMP SETTEING*/


.contents#fifthPage h2 .border{
	border: 1px solid #FFF;
	width: 50px;
	text-align: center;
	display: block;
	margin: 40px auto 0 auto;
}


.jeffbox{
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff;
	padding: 20px 0 30px 0;
	margin: 30px auto 0 auto;
}
.jeffbox_inside {
	width:  95%;
	margin:0px auto;
}
.jeffbox h3{
	padding: 0 0 0 0;
	/*margin: 15px auto;*/
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}
h3.planets_tex {
	clear: both;
	float:left;
}
/*p.planets_cd {
	float:left;
	margin-top: 12px;
	margin-left: 30px;
	color: ;
}*/
div.planets_cd {
	float:left;
	margin-top: 20px;
	margin-left: 30px;
	width: 371px;
	height: 79px;
	padding-bottom: 40px;
}
img.planets_cd_banner {
	width:  100%;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {

h3.planets_tex {
		margin: 0;
		padding: 0;
		float: none;
		text-align: left
}
/*p.planets_cd {
	margin-left:0px;
}*/
	div.planets_cd {
	float: none;
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	height:auto;
	padding-bottom: 0px;
}
}
/* /SMP SETTEING*/

h3.jeffbox_title{
	clear: left;
	padding: 0 0 0 0;
	margin: 50px 0 0px 0;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	text-align: left;
}
.jeffbox_inside p{
	color:#FFFFFF;
}
p.jeffbox_text {
	margin-top: 6px;
	text-align: left;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

.jeffp{
	font-size: 22px;
	color: #fff;
	padding: 20px 0;
	margin: 0 0 40px 0;
}

.attention2{
	color: #B7B7B7;
	font-size: 13px;
}

.jeffp2{
	font-size: 13px !important;
	color: #fff;
	padding: 50px 0 0px 0;
	margin: 0 0 0px 0;
}


/*6th page
---------------------------------------------------------*/

.contents#sixthPage {
	background: #f0f0f0;
	padding: 0 0 80px 0;
}


.contents#sixthPage h2{
	margin: 0 auto 0 auto;
	text-align: center;
	font-weight: 300;
	padding: 120px 0 35px 0;
	font-size: 50px;
  	color: #000000;
	letter-spacing: 0.3em;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
	.contents#sixthPage {
		width: 100%;
}
.contents#sixthPage h2{
	/*font-size: 36px;*/
	font-size: 34px;
}
}
/* /SMP SETTEING*/



.preformer_li{
	width: 800px;
	margin: auto;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
.preformer_li{
	/*width: 95%;*/
	width: 100%;
	padding:0;
}
}
/* /SMP SETTEING*/


.preformer_li li{
	width: 380px;
	margin: 0 0 40px 0;
	list-style: none;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
.preformer_li li{
	width: 100%;
	margin: 0 0 20px 0;
	float: none;
}
}
/* /SMP SETTEING*/


.preformer_li li a {
	text-decoration:none;
}
.preformer_li li p{
	margin: 0 auto;
	padding: 0;
	line-height: 1em;
}

.preformer_li li p.imgs{
	background: #ffff00;
	font-size: 19px;
}

.preformer_li li p.imgs img{
	width: 100%;
}

.preformer_li li p.names{
	background: #ffff00;
	color: #000;
	padding: 20px 0;
	font-size: 17px;
}

.contents#sixthPage .names span{
	font-size: 15px;
	padding: 0 5px 0 0;
}

span.preformer_name {
	font-weight:700;
}

.preformer_li li:nth-child(odd){
	float: left;
}

.preformer_li li:nth-child(even){
	float: right;
}

/*//6th page
---------------------------------------------------------*/


/*7th page
---------------------------------------------------------*/

.contents#seventhPage {
	background: #ffff01;
	padding: 0 0 80px 0;
}


.contents#seventhPage h2.meese1{
	margin: 0 auto 0 auto;
	text-align: center;
	font-weight: 300;
	padding: 120px 0 35px 0;
	font-size: 50px;
  	color: #000000;
	letter-spacing: 0.3em;
}
.messe_s {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0em;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
	.contents#seventhPage {
	background: #ffff01;
		width: 100%;
}
.contents#seventhPage h2{
	/*font-size: 36px;*/
	font-size: 34px;
}
}
/* /SMP SETTEING*/



.comment_li{
	width: 800px;
	margin: auto;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
.comment_li{
	/*width: 95%;*/
	width: 100%;
	padding:0;
}
}
/* /SMP SETTEING*/


.comment_li li{
	width: 380px;
	margin: 0 0 40px 0;
	list-style: none;
	/*display:inline-block;
	vertical-align: top;*/
}
li.comment_left{
	float: left;
}
li.comment_right{
	float: right;
	/*margin-left: 40px*/
}
.comment_clear {
	clear: both;
}
.comment_clear:before {
  display: block;
  clear: both;
  content: "";
}
/*li.comment_left{
	float: left;
}
li.comment_right{
	float: right;
}
.comment_clear {
	clear: both;
}*/
/*SMP SETTEING*/
@media screen and (max-width: 640px) {
.comment_li li{
	width: 100%;
	margin: 0 0 20px 0;
	float: none;
}
	li.comment_left{
	float: none;
}
li.comment_right{
	float: none;
}
	
}
/* /SMP SETTEING*/


.comment_li li a {
	text-decoration:none;
}
.comment_li li p{
	margin: 0 auto;
	padding: 0;
	line-height: 1em;
}

.comment_li li p.imgs{
	background: #ffff00;
	font-size: 19px;
}

.comment_li li p.imgs img{
	width: 100%;
}

.comment_li li p.comment_tex{
	color: #000;
	/*padding: 20px 0 ;*/
	padding: 10px 0 ;
	font-size: 14px;
	text-align: left;
	line-height:  1.6em;
}

.comment_li li p.names{
	color: #000;
	padding: 20px 0 ;
	padding: 0px 0;
	font-size: 17px;
	text-align: right;
}

.contents#seventhPage .names span{
	font-size: 15px;
	padding: 0 5px 0 0;
}
.contents#seventhPage .names span a{
	color:#252628;
	text-decoration: underline;
}

span.comment_name {
	font-weight:700;
}

.comment_li li p.comment_tex_add{
	color: #000;
	/*padding: 20px 0 ;*/
	padding: 6px 0 ;
	font-size: 13px;
	text-align: left;
	line-height:  1.6em;
}

/*.comment_li li:nth-child(odd){
	float: left;
}

.comment_li li:nth-child(even){
	float: right;
}*/


/*SMP SETTEING*/
@media screen and (max-width: 640px) {
.comment_li li p.comment_tex{
	padding: 20px 0 ;
	line-height:  1.6em;
}
.comment_li li p.names{
	padding: 0px;
}
	
}
/* /SMP SETTEING*/



h2.meese2 {
	margin: 0 auto 0 auto;
	text-align: center;
	font-weight: 300;
	padding: 120px 0 35px 0;
	font-size: 26px;
  	color: #000000;
	line-height: 1.6em;
	letter-spacing: 0.2em;
}
.borderformesse2{
	border: 1px solid #000;
	width: 50px;
	text-align: center;
	display: block;
	margin: 0px auto 40px auto;
}
/*SMP SETTEING*/
@media screen and (max-width: 640px) {

.contents#seventhPage h2.meese2{
	font-size: 30px;
	}
	
}
/* /SMP SETTEING*/

/*//7th page
---------------------------------------------------------*/













.senko_box{
	width: 80%;
	margin: 0px auto 40px auto;
	border: 8px solid #B49A4D;
	background: #000;
}

.senko_in{
	margin: 5px;
	border: 4px solid #B49A4D;
	padding: 50px 0;
}

.senko_in h4{
	margin: 0 auto 15px auto;
}

.senko_in p.senko_date{
	margin: 0 auto 20px auto;
	font-size: 18px ;

}

.senko_in p.senko_btn{
	margin: 0 auto 20px auto;
}

.senko_in p.senko_add{
	margin: 0 auto 0px auto;
	font-size: 14px;
	border-top: 2px solid #fff;
	width: 540px;
	padding: 20px 0 0 0;
}



/*SMP SETTEING*/
@media screen and (max-width: 640px) {

.senko_box{
	width: 95%;
	margin: 0px auto 40px auto;
	border: 8px solid #B49A4D;
	background: #000;
}

.senko_in{
	margin: 5px;
	border: 4px solid #B49A4D;
	padding: 30px 0;
}

.senko_in h4{
	margin: 0 auto 15px auto;
	width: 80%;
}

.senko_in h4 img{
	width: 100%;
}
.senko_in p.senko_date{
	margin: 0 auto 20px auto;
	font-size: 12px;
}

.senko_in p.senko_btn{
	margin: 0 auto 20px auto;
	width: 80%;
}

.senko_in p.senko_btn img{
	width: 100%;
}

.senko_in p.senko_add{
	margin: 0 auto 0px auto;
	font-size: 14px;
	border-top: 2px solid #fff;
	width: 80%;
	padding: 20px 0 0 0;
}


}
/* /SMP SETTEING*/



/*------------------------------
FOOTER SETTING
------------------------------*/

footer{
	background: url(../images/bg_key.png)  #373737;
	font-size: 12px;
	text-align: center;
	color: #fff;
}

.footer_in{
	background: #373737 ;
	height: 100%;
	padding: 55px 0 80px 0;
}

/*
footer p.fleft{
	float: left;
	margin: 0 0 0 70px;
}
*/

.logolist {
	margin: 20px auto;
	/*width: 520px;*/
	width: 700px;
	/*width: 600px;*/
	list-style: none;
}




.logolist li{
	float: left;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
.logolist {
	margin: 20px auto;
	/*width: 95%;*/
	width: 90%;

}
.logolist li{
	float: left;
	/*float: none;
	display: inline !important;*/
}
}
/* /SMP SETTEING*/
/*SMP SETTEING*/
@media screen and (max-width: 640px) {

}
/* /SMP SETTEING*/



p.copy{
	color: #6B6B6B;
	font-size: 12px;
	margin: 40px auto;
}

footer p.fleft img{
	width: 130px;
}


footer p.fright{
	float: right;
	margin: 0 70px 0 0;
	color: #fff;
	text-align: right;
}


/*SMP SETTEING*/
@media screen and (max-width: 640px) {

footer p.fleft{
	float: none;
	clear: both;
	margin: 20px auto;
}
footer p.fright{
	float: none;
	clear: both;
	margin: 20px auto;
	text-align: center;
}


}
/* /SMP SETTEING*/



/*------------------------------
MEDIA SMARTPHONE
------------------------------*/




@media screen and (max-width: 640px) {
	.spNone { display: none;}
	.pcNone { display: block;}
}
@media screen and (min-width: 641px) {
	.pcNone { display: none;}
}

@media screen and (max-width: 640px) {

.br:before {
	content: "\A" ;
	white-space: pre ;
}
}

/*ONLY SMP CLASS*/
@media screen and (max-width: 640px) {


a{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


p.catch_sp{
	font-size: 12px;
	text-align: center;
	line-height: 2.5em;
	margin: 20px auto 0 auto;

}

.smpWidth{
	width: 90%;
	margin-left: auto;
	margin-right: auto;

}


#menu_wrap{
	position: fixed;
	width: 100%;
	z-index: 99;
}


#menu .switch {
    position: relative;
    width: 30px;
    height: 50px;
    cursor: pointer;
    top: 26px;
    left: 22px;
	z-index: 999;
}
#menu .switch:before {
    content: "";
    position: absolute;
    border-top: 5px solid #000000;
    border-bottom: 15px double #000000;
    width: 30px;
    height: 5px;
}


#menu .active:before,
#menu .active:after {
    content: "";
    position: absolute;
    left: 13px;
    top: 0;
    border: 0;
    background-color: #FFF;
    width: 5px;
    height: 25px;
    transform: rotate(45deg);
}
#menu .active:after {
    transform: rotate(-45deg);
}
#menu .nav {
    display: none;
    position: relative;
    top: -50px;
    widows: 100%;
    background-color: rgba(0,0,0,0.8);
	height: 100vh;
	overflow: scroll;
	font-size: 0;
}
/*
#menu a {
    display: block;
    border-bottom: 1px;
    padding: 12px;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    text-decoration: none;
    text-align: center;
	height: 70px;
}
*/

#menu .nav li{
	box-sizing:border-box;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    padding: 30px 0 0 0;
    /*padding: 14% 0 0 0;*/
	color: #FFF;
    text-decoration: none;
    text-align: center;
    width: 100%;
	height: 80px;
	/*height: 20%;*/
	font-size: 20px;
	font-weight: normal;

}

/*
#menu .nav li:first-child{
	box-sizing:border-box;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    border-right: none;
    width: 100%;
    height:120px;
}
*/

#menu .nav li:nth-child(odd){
    border-right: none;
}

#menu .nav li:nth-child(8),
#menu .nav li:nth-child(9),
#menu .nav li:nth-child(10)

{
	background-color:  rgba(0,0,0,0.3);
    width: 100%;
}

#menu a {
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}


.sp_fnav{
	width: 99.5%;
	margin: 0;
	padding: 0;
}

.sp_fnav li {
	text-align: center;
	height: 35px;
	padding: 15px 0 0 0;
	background: #FFDCD7;
}



.sp_fnav li a{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.sp_fnav li.blank{
	background: #FFEBE6;
	width: 100% !important;
}

.sp_fnav li:nth-child(odd){
	width: 49.5%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	float: left;
	text-align: center;
}

.sp_fnav li:nth-child(even){
	width: 49.5%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	float: right;
}


.w90{
	width: 90%;
	margin: auto;
}


}

.prfbox{
    overflow-x: visible;
}
@media screen and (max-width: 640px) {
.boxer-content,
.inline_content {
width:100%;
}
.prfbox{
width:100%;
}
.profimg img {
width:100%;
}
}

