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

html {
    height: 100%;
    font-size: 62.5%;
}
body {
    height: 100%;
    color: #666;
    /*font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;*/
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
}
/*@media screen and (max-width: 480px) {
body{
	overflow-x:hidden;
}
}*/

input,select,textarea {
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
body>div { font-size: 1.4rem;}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.grid img{
	transform: scale(1.0);
	transition: transform 0.25s cubic-bezier(0, 0, 0.11, 1.1);
}
.grid img:hover{
	transform: scale(1.05);
}
.ie8 img { width: auto;}

body.landing{
	overflow:hidden;
	position:relative;
}
.home{
	background:url(../images/index_hat_bg.jpg) no-repeat top left;
	width:1920px;
	height:1280px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-960px;
}
.home a{
	opacity:0;
	display:block;
	width:1920px;
	height:1280px;
}
.home_tb,
.home_sp{display:none;}
@media screen and (max-width: 800px) {
.home{
	/*background:url(../images/index_bg_tb.jpg) no-repeat top left;
	margin-top:0;
	margin-left:-400px;
	max-width:800px;
	height:auto;*/
	display:none;
}
.home_tb{display:block;}
}
@media screen and (max-width: 480px) {
.home{
	/*background:url(../images/index_bg_sp.jpg) no-repeat top left;
	margin-left:-240px;
	max-width:480px;
	height:auto;*/
	display:none;
}
.home_tb{display:none;}
.home_sp{display:block;}
}

/* ==========================================================================
   全ページ共通レイアウト
   ========================================================================== */
.header_wrap{
	height:110px;
	max-width:980px;
	margin:0 auto 10px auto;
	text-align: center;
}
header{
	width:100%;
	background-color:#FFF;
}
header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
@media screen and (max-width: 980px) {
header{
	width:auto;
	max-width:980px;
}
}
@media screen and (max-width: 800px) {
header{
	height:auto;
	width:auto;
	max-width:980px;
}
}
h1{
	text-align:left;
	padding:25px 0 10px 0;
	display:inline-block;
}
@media screen and (max-width: 480px) {
h1{
	padding:25px 0 10px 30px;
	display:block;
}
h1 img{
	width:160px;
	height:auto;
}
}
@media screen and (max-width: 320px) {
h1{
	text-align:left;
	padding:20px 10px;
}
}
@font-face {
  font-family: "MOGRomaji1";
  src: url("../font/MOGRomaji1-Regular.eot?") format('eot');
  src:	url("../font/MOGRomaji1-Regular.woff") format('woff'),
		url("../font/MOGRomaji1-Regular.ttf") format('truetype');
}
#navi{
	float:right;
	font-family:"MOGRomaji1";
}

ul#menu:not(.homemenu){
	max-width:635px;
	margin:60px auto 0px auto;
}

ul#menu li{
	/*font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
	font-family:Helvetica,Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic,“ヒラギノ角ゴ ProN W3″,“Hiragino Kaku Gothic ProN”, “メイリオ”,Meiryo, sans-serif;*/
	font-family:"MOGRomaji1";
	font-size: 14px;
	 display:table-cell;
    *display:inline;
    *zoom:1;
	height:30px;
	/*max-height:50px;
	width:140px;*/
	max-width:145px;
	/*line-height:50px;*/
	padding:10px;
}
ul#menu li a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	text-decoration:none;
	color:#666;
}
ul#menu li ul.sub-menu{
	display:none;
	position:absolute;
	background-color:#fff;
	z-index:100;
}
ul#menu li ul.sub-menu li{
	display:block;
	max-width:200px;
}
ul#menu li ul.sub-menu.show li{
	padding:4px 10px;
}
ul#menu li ul.sub-menu li a{
	text-align:left;

}
ul#menu li:hover ul.sub-menu {
  display: block;
}

.slicknav_menu {
    display:none;
}
.ballerina2{
	display: none;
}
.ballerina4{
	display: none;
}
@media screen and (max-width: 900px) {
    /* #menu is the original menu */
    #menu {
        display:none;
    }
    .slicknav_menu {
        display:block;
    }
		h1{
			display: block;
			padding: 25px 0 10px 30px;
		}
		.ballerina{
			display:none;
		}
		.ballerina2{
		    font-size: 3vw;
		    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
				display: block;
				float: right;
				margin: -35px 10px 20px 0;
		}
		.ballerina2 a{
			text-decoration: none;
			color: #222;
		}
		.ballerina4{
				font-size: 3vw;
				font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
				display: block;
				float: left;
				margin: -35px 10px 20px 22px;
		}
		.ballerina4 a{
			text-decoration: none;
			color: #222;
		}
		.wrapper{
			overflow:visible;
		}
}
footer{
	width:100%;
	background-color:#fff;
	color:#666;
	padding:15px 0 25px 0;
}
.ft_menu ul{
	margin:0 auto;
	max-width:970px;
}
.ft_menu ul li{
	float:left;
	padding:3px 11px;
	width:auto;
	text-align:center;
	font-size:12px;
	letter-spacing:1px;
}
.ft_menu ul li:first-child{
	border-left:0px;
}
@media screen and (max-width: 900px) {
.ft_menu ul{
	width:100%;
}
.ft_menu ul li{
	width:18%;
	font-size:12px;
	margin-bottom:10px;
	padding:3px 5px;
}
}
@media screen and (max-width: 640px) {
.ft_menu ul li{
	width:46%;
}
}
.ft_menu ul li a{
	color:#666;
	text-decoration:none;
}
.ft_menu ul li a:hover{
	text-decoration:underline;
}

.ft_menu:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
footer small{
	font-size:14px;
	text-align:center;
	display:block;
	margin-top:10px;
	font-family:"MOGRomaji1";
}
footer small span{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wrapper{
	/* background:#EAEBF2; */
	width:100%;
	/* padding:30px 0; */
	/* overflow:hidden; */
}
#wrapper_head{
	background:#EAEBF2;
	padding:30px 0;
}
.video{
	text-align: center;
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
#youtube-movie {
  margin: 0 auto;
  width: 100%;
	/* position: absolute; */
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
	min-width: 100%;
	height: auto;
}

#youtube-movie-content {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

#youtube-movie-content iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
#mainvisual{
	text-align: center;
	background-color: rgba(0,0,0,3);
	position: relative;
	display: block;
	/* margin-top: -94px; */
	/* z-index: -1; */
}
.containertop{
	position: relative;
}
.background-wrap {
  /* position: fixed; */
  top: 0;
  left: 0;
  /* z-index: -1; */
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.background-movie {
  position: relative;
}
#sample {
  width: 100%;
  height: 100%;
}
.background-cover {
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ballerina{
    font-size:  25px;
    top: 0;
    right:  0;
    position: absolute;
    padding: 25px;
    color: #fff;
		/* z-index: 2; */
    /* background-color: #000; */
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}
.main_content{
	padding: 30px;
}
.grid ,.grid2{
	width: 80%;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin: 30px auto 0 auto;
}
.grid2 a{
	width: 30%;
	min-width: 250px;
	margin: 0 auto;
}
@media screen and (max-width: 900px) {
	.grid{
		width: 100%;
	}
	.grid2 a{
		width: 30%;
		min-width: 300px;
		margin: 10px auto;
	}
}
.grid div{
	width: 30%;
	min-width: 200px;
	margin: 0 auto 20px auto;
}
@media screen and (max-width: 660px) {
	.grid div{
		width: 70%;
	}
	.grid2{
		width: 100;
	}
	.grid2 a{
		min-width:250px;
	}
}
.grid2{
	text-align: center;
}

.grid2 a{
	text-decoration: none;
	color:#505050;
}
.grid a{
	text-decoration: none;
	color:#000;
}
.grid p, .grid2 p{
	font-size: calc(4 * ((100vw - 320px) / 1600) + 12px);
	text-align: center;
	padding: 10px;
	font-family: 'Century Gothic, Arial, sans-serif';
}
.ballerina a, .ballerina3 a{
	color:#fff;
	text-decoration: none;
}


.btn {
    padding: 35px 70px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
		font-size: calc(4 * ((100vw - 320px) / 1600) + 12px);
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
		font-weight: normal;
}
.btn:hover {
    opacity: 1.0;
}
.btn08 {
    background-color: #EAEBF2;
    color: #222;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
		outline: 1px solid #909090;
		outline-offset: -9px;
}
.btn08:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-10px);
}
.homemenu{
	display: flex;
	float: none !important;
	margin:0px auto;
}
.topics ul li:nth-child(2){
	text-indent: 1em;
}
@media screen and (min-width: 640px) {
.topics_wrap br, small br{
	display: none;
}
}
.ballerina3{
	font-size:  25px;
	top: 0;
	left:  0;
	position: absolute;
	padding: 25px;
	color: #fff;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}
@media screen and (max-width: 900px) {
	.ballerina3{
		display:none;
	}
}
