/* Reset */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

html{
  height: 100%;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
body {
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size:16px;
  line-height: 1.7;
  color: #000;;
  -webkit-text-size-adjust: 100%;
  height:100%;
}
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
.mincho{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

h1,h2,h3,h4,h5,h6{font-weight:normal; margin:0;padding:0; color: #333;}

h1{font-size: 3.5em;}
h2{font-size: 2.4em; color:#003399;}
h3{font-size: 2.0em; line-height: 1.6;}
h4{font-size: 1.6em;}
h5{font-size: 1.2em;}
h5{font-size: 1em;}

img{
	max-width:100%;
	height:auto;
	width:auto;
}

.wrapper{
	max-width: 960px;
	margin: 0 auto;
}
.container{
	width:100%;
	margin: 0 auto 20px;
}
section.back{
	background-color:#eee;
	padding:4em 0;
}
section.no-back{
	background-color:#fff;
	padding:4em 0;
}
section.tit{
	padding:2em 0;
}

.box {
	padding: 8px 16px;
	text-align: center;
	background: #f4f4f4;
	border: solid 1px #ccc;
	font-size: 14px;
}

.mbot0{margin-bottom: 0!important;}
.mbot1{margin-bottom: 1em;}
.mbot2{margin-bottom: 2em;}
.mbot3{margin-bottom: 3em;}
.mbot4{margin-bottom: 4em;}
.mbot5{margin-bottom: 5em;}
.mbot6{margin-bottom: 6em;}
.mtop0{margin-top: 0!important;}
.mtop1{margin-top: 1em;}
.mtop2{margin-top: 2em;}
.mtop3{margin-top: 3em;}
.mtop4{margin-top: 4em;}
.mtop5{margin-top: 5em;}
.mtop6{margin-top: 6em;}
.center{text-align:center;}
.right{text-align:right;}
.left{text-align:left;}

a {
	text-decoration:underline;
}

.orange{
	color:#fbb038;
}

.small{
	font-size:75%;
}

/* Button */
.linkbutt { display:inline-block;}
.linkbutt a{
	border:2px solid #003399;
	background:#003399;
	color:#fff;
	font-size:110%;
	padding:0.5em 2em;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	margin:0 auto 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.linkbutt a:hover{
	border:2px solid #003399;
	background:#fff;
	color:#003399;
	text-decoration:none;
}


/* Header */
.mobilemain{
	display:none;
}
#top{
	background-image: url('../img/top_main.jpg');
	position: relative;
	height:0;
	padding-bottom:46.796875%;
	background-size:contain;
	color:#fff;
}
.topheaderbox {
  position: absolute;
  top: 50%;
  left:60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.kengi{
	letter-spacing:0.2em;
	font-size:20px;
}
h1.top{
	color:#fff;
	letter-spacing:0.2em;
}
.roma {
	letter-spacing:0.5em;
	margin-left:5px;
}
#sub{
	background-image: url('../img/sub_main_back.jpg');
	position: relative;
	height:120px;
	background-size:contain;
	color:#fff;
	text-align:center;
}
.headerbox{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#sub .kengi{
	font-size:15px;
	margin-bottom:8px;
	letter-spacing:0.2em;
}
#sub h1.top{
	line-height:1em;
	color:#fff;
	letter-spacing:0.1em;
	font-size:2.8em;
}
#sub h1 a{
	text-decoration:none;
	color:#fff;
}
#sub .roma {
	letter-spacing:0.2em;
	font-size:14px;
}
.subimage{float:left;}
.sosei{float:right;}


/* Nav */
.navbox{
	background-color:#003399;
	overflow:hidden;
}
.navbox ul li{
	float:left;
	width:25%;
	text-align:center;
}
.navbox ul li a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:10px 0;
}
.navbox ul li a:hover,
.navbox ul li.current{
	background-color:#000;
}
.toggle {
	display:none;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.greet-tit{
	text-align: center;
	font-size: 2em;
}
.greet-text{
	line-height: 1.9;
	margin-top: 1em;
}
.greet-foot{
	line-height: 1.9;
	margin-top: 1.5em;
}

/* Twitter Blog */
h2.twitter{
	margin-bottom:15px;
}
.twit{
	padding:10px;
}
h2.twitter span{font-size:22px;}


/* Fourbox */
.fourbox img,
.pipebox img{
	vertical-align:bottom;
	width: 100%;
}


/* Linkbox */
.linkbox img{
	vertical-align:bottom;
}
.linkbox a {
	border:1px solid #003399;
	padding:12px;
	display:block;
}
.linkbox a:hover {
	background-color:#eee;
}


/*SNS*/
.twitter-share-buttoon{ margin-right:10px;}
#twitter-widgetoon-0{height:20px!important;}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
.sns .grid__col--6{padding:0 15px;}


/* Footer */
.footerbox{
	background-color:#eee;
}
.foot_kandatsu{
	margin-top:-40px;
	vertical-align: bottom;
}
.footerbox .bnr{
	text-align:center;
}

.copyright{
	background-color:#003399;
	color:#fff;
	font-size:13px;
	padding:10px;
}


/* RSS */
.bloghead {
	margin-top:20px;
}

#feed li{
border-bottom:1px dotted #333; padding:7px 0;
}

#feed li a{
text-decoration: none;
color: #000;
}

#feed li a:hover{
text-decoration:underline;
}

span.blogdate{
margin-right:15px;
font-weight: normal;
color: #003399;
}
span.blogtitle::before {
	content: "\A" ;
	white-space: pre ;
}


/* field */ 
.scrEvent {
    display: none;
}
.scrImg {
    bottom: -50px;
    display: none;
    position: relative;
}


/* Profileページ */
.tit_sub{
	color:#003399;
	letter-spacing:0.2em;
	margin-top:-10px;
}
table.prof {
	width:100%;
}
table.prof th,
table.prof td{
	border-bottom:1px dotted #666;
	padding:5px 15px;
	text-align:left;
}
table.prof th{
	white-space:nowrap;
}

/* 対談・動画ページ */
img.yt{
	cursor: pointer;
}
p.cap{
	margin-top:5px;
	line-height:1.5em;
}


@media (max-width: 960px){
.wrapper{
	margin-left:4%;
	margin-right:4%;
}
}


@media (max-width: 768px){
h1{font-size: 3.0em;}
h3{font-size: 1.5em; line-height: 1.5;}
.mobilemain{
	display:block;
}
#top{
	background-image: none;
	padding-bottom:0%;
	height:auto;
	color:#000;
}
.topheaderbox {
  position: relative;
  top: 0%;
  left:0%;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  text-align:center;
  padding:10px;
  background-color:#fff;
}
h1.top{
	color:#000;
	letter-spacing:0.1em;
	line-height:1em;
}
.topheaderbox h1 span{
	color:#fca00e;
}
.subimage , .sosei {display:none;}
.toggle {display: block; padding:6px; background-color:#003399; color:#fff; font-weight:bold; text-decoration:none; text-align:center;}
.toggle:hover { cursor:pointer;}
.child {
    display: none;
}
.navbox ul li{
	width:100%;
}
.linkbox img{
	width:110px;
}
footer.wrapper{
	padding-top:2em;
	padding-bottom:2em;
}
.foot_kandatsu{
	display:none;
}
.foot_li{
	margin-bottom:1em;
}
.sns .grid__col--6{padding:0;}
.mvwrap{
	text-align:center;
}
.mb_mbo2{
	margin-bottom:2em;
}
}

@media (max-width: 600px){
.topmovie{width:100%;}
}
