/* header */
#t-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 0;
    line-height: 1;
    z-index: 999;
	display: none;
	
}
#t-head a,
#t-head {
    color: #fff;
    text-decoration: none;
}
#t-head .inner {
    position: relative;
}
#t-head .logo {
	float: left;
	padding:10px 0 10px 0;
}

#t-head h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}

#t-head h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}

#global-nav .ula {
    list-style: none;
    position: absolute;
	top:3px;
    right: 0;
    bottom: 0;
	margin-top: 12px;
}

#global-nav .ula li {
	font-family: 'Play', sans-serif;
	font-size: 100%;
	font-weight: 600;
	line-height: 1.6em;
	background-image:url(image);
	max-height: 100%;
	letter-spacing:1px;
    float: left;
}

#global-nav .ula li span {
	font-size: 80%;
}

#global-nav .ula li a {
	padding: 5px 10px 5px 10px;
	color:#000000;
	background-repeat: no-repeat;
	background-position: left center;
}

#global-nav .ula li a:hover {
	background-color: #FF4F00;
	color: #FFFFFF;
	text-decoration: none;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}

#global-nav .ulb {
    list-style: none;
    position: absolute;
	top:30px;
    right: 0;
    bottom: 0;
	margin-top: 12px;
}

#global-nav .ulb li {
	font-family: 'Play', sans-serif;
	font-size: 100%;
	font-weight: 600;
	line-height: 1.6em;
	background-image:url(image);
	max-height: 100%;
	letter-spacing:1px;
    float: left;
}

#global-nav .ulb li span {
	font-size: 80%;
}

#global-nav .ulb li a {
	padding: 5px 10px 5px 10px;
	color:#000000;
	background-repeat: no-repeat;
	background-position: left center;
}

#global-nav .ulb li a:hover {
	background-color: #FF4F00;
	color: #FFFFFF;
	text-decoration: none;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}

#global-nav .fa a:link {
	font-size: 12px;
	color: #FF4F00;
	display: inline;
}

#global-nav p {
	margin-bottom:3px;
}

#global-nav .nowl {
	color: #FFFFFF;
	background:  #FF4F00;
	padding: 5px 10px 5px 10px;
}

/* Fixed */
#t-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0px;
    /*height: 45px;*/
    /*background: rgba(255,255,255,0.7);*/
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
	display: block;
}

#t-head.fixed .logo {
    font-size: 24px;
    color: #333;
}

#t-head.fixed #global-nav .ula li a {
	color: #000000;
	/*margin: 0px 20px 0px 0px;*/
}

#t-head.fixed #global-nav .ula li a:hover {
	background-color: #FF4F00;
	text-decoration: none;
	color: #FFFFFF;
}

#t-head.fixed #global-nav .ulb li a {
	color: #000000;
	/*margin: 0px 20px 0px 0px;*/
}

#t-head.fixed #global-nav .ulb li a:hover {
	background-color: #FF4F00;
	text-decoration: none;
	color: #FFFFFF;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #FF4F00;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

@media screen and (max-width: 1024px) {
    #t-head,
    .inner {
        width: 100%;
        padding: 0;
		background: rgba(255,255,255,0.7);
    }

    #t-head {
       top: 0;
        position: relative;
        margin-top: 0;
    	/*height: 56px;*/
    }
    /* Fixed reset */
    #t-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
    	background: rgba(255,255,255,0.7);
        width: 100%;
       /* height: 56px;*/
        z-index: 999;
        position: relative;
    }
    #t-head.fixed .logo,
    #t-head .logo {
        position: absolute;
        left: 0;
        top: 0;
        color: #333;
        font-size: 26px;
		padding:10px 0px 0px 10px;
		text-align:left;	
    }
	
    #t-head.fixed .logo img,
    #t-head .logo img {
		width:45%;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: rgba(255,255,255,0.9);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    #global-nav .ula {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav .ula li {
        float: none;
        position: static;
    }
    #t-head #global-nav .ula li a,
    #t-head.fixed #global-nav .ula li a {
		font-family: 'Play', sans-serif;
		font-size: 100%;
		font-weight: 600;
		line-height: 1.6em;
		background-image:url(image);
		max-height: 100%;
		letter-spacing:1px;
		text-align: center;
        width: 48%;
		float: left;
        display: block;
        color: #000000;
        padding: 1% 1%;
    }
    #t-head #global-nav .ula li a:hover,
    #t-head.fixed #global-nav .ula li a:hover {
        color: #FFFFFF;
    }

	#global-nav .ulb {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav .ulb li {
        float: none;
        position: static;
    }
    #t-head #global-nav .ulb li a,
    #t-head.fixed #global-nav .ulb li a {
		font-family: 'Play', sans-serif;
		font-size: 100%;
		font-weight: 600;
		line-height: 1.6em;
		background-image:url(image);
		max-height: 100%;
		letter-spacing:1px;
		text-align: center;
        width: 48%;
		float: left;
        display: block;
        color: #000000;
        padding: 1% 1%;
    }
    #t-head #global-nav .ulb li a:hover,
    #t-head.fixed #global-nav .ulb li a:hover {
        color: #FFFFFF;
    }

    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

}




/* **************#top************* */

#top {
	padding: 0 ;
	margin: 0 auto;
 	-js-display: flex;
	display: flex;
}

@media screen and (max-width: 680px) {
	#top {
	padding: 0; 
	width:100%;
	}
}

#top h1 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 600;
	font-size:268%;
	line-height:1.6em;	
	background-image:url(image);
	max-height: 100%;
	text-align:center;
}

@media screen and (max-width: 680px) {
#top h1 {
	font-size:168%;
	color: #000000;
}
}

#top h1 span {
	letter-spacing:-5px;
}

#top h2 {
	font-family: 'Play', sans-serif;
	font-size: 120%;
	font-weight: 600;
	line-height: 1.4em;
	background-image:url(image);
	max-height: 100%;
	letter-spacing:1px;
	list-style: none;
	text-align:left;
	color: #FFFFFF;
	margin-bottom: 30px;
}

#top h2 span {
	font-size: 80%;
}

#top h2 a:link{
	text-decoration:none;
	color: #FFFFFF;
}

#top h2 a:visited {
	text-decoration:none;
	color: #FFFFFF;
}

#top h2 a:hover{
	text-decoration:none;
	color:#F77357;
}

#top h2 a:active {
	text-decoration:none;
	color: #FFFFFF;
}

@media screen and (max-width: 680px) {
#top h2 {
	font-size: 100%;
	line-height: 1.6em;
}
}

#top h3 {
	font-family: 'Play', sans-serif;
	font-size: 300%;
	font-weight: 600;
	line-height: 1.2em;
	background-image:url(image);
	max-height: 100%;
	letter-spacing:1px;
	list-style: none;
	text-align: center;
	color:#F77357;
}

@media screen and (max-width: 680px) {
#top h3 {
	font-size:168%;
	color:#F77357;
}
}

#top h3 span {
	font-size:80%;
	color: #FFFFFF;
}

#top h4 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 600;
	font-size:186%;
	line-height:1.6em;	
	background-image:url(image);
	max-height: 100%;
	text-align:center;
	color:#E25382;
	margin-bottom: 15px;
}

@media screen and (max-width: 680px) {
#top h4 {
	font-size:144%;
	color:#E25382;
}
}

#top h4 span {
	font-size:80%;
}


#top h5 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 400;
	font-size:114%;
	line-height:1.6em;	
	letter-spacing:1px;
	text-align:center;
}

@media screen and (max-width: 680px) {
#top h5 {
	font-size:100%;
	letter-spacing:2px;
}
}

#top h5 a:hover {
	color: #FFFFFF;
}


#top .button {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: normal;
    padding: 10px 0;
	width: 481px;
	max-width: 80%;
    text-decoration: none;
	background-color: #F77357;
	color: #FFFFFF;
}

@media screen and (max-width: 680px) {
#top .button {
	padding: 2% 0%;
	width: 100%;
	max-width: 100%;
}
}

#top .buttonj {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: normal;
    padding: 10px 0;
	width: 481px;
	max-width: 80%;
    text-decoration: none;
	background-color: #518505;
	color: #FFFFFF;
}

@media screen and (max-width: 680px) {
#top .buttonj {
	padding: 2% 0%;
	width: 100%;
	max-width: 100%;
}
}

#top .buttonc {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: normal;
    padding: 10px 0;
	width: 481px;
	max-width: 80%;
    text-decoration: none;
	background-color: #048583;
	color: #FFFFFF;
}

@media screen and (max-width: 680px) {
#top .buttonc {
	padding: 2% 0%;
	width: 100%;
	max-width: 100%;
}
}
#top .buttonf {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: normal;
    padding: 10px 0;
	width: 481px;
	max-width: 80%;
    text-decoration: none;
	background-color: #086FB3;
	color: #FFFFFF;
}

@media screen and (max-width: 680px) {
#top .buttonf {
	padding: 2% 0%;
	width: 100%;
	max-width: 100%;
}
}

#top .buttonb {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: normal;
    padding: 10px 0;
	width: 481px;
	max-width: 80%;
    text-decoration: none;
	background-color: #008803;
	color: #FFFFFF;
}

@media screen and (max-width: 680px) {
#top .buttonb {
	padding: 2% 0%;
	width: 100%;
	max-width: 100%;
}
}

#top .buttonp {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: normal;
    padding: 10px 0;
	width: 481px;
	max-width: 80%;
    text-decoration: none;
	background-color: #F780AA;
	color: #FFFFFF;
}

@media screen and (max-width: 680px) {
#top .buttonp {
	padding: 2% 0%;
	width: 100%;
	max-width: 100%;
}
}

#top .buttone {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: normal;
    padding: 10px 0;
	width: 481px;
	max-width: 80%;
    text-decoration: none;
	background-color:#211919;
	color: #FFFFFF;
}

@media screen and (max-width: 680px) {
#top .buttone {
	padding: 2% 0%;
	width: 100%;
	max-width: 100%;
}
}

#top .buttonp {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: normal;
    padding: 10px 0;
	width: 481px;
	max-width: 80%;
    text-decoration: none;
	background-color: #EA700A;
	color: #FFFFFF;
}

@media screen and (max-width: 680px) {
#top .buttonp {
	padding: 2% 0%;
	width: 100%;
	max-width: 100%;
}
}

#top .buttonmemorial {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: normal;
    padding: 10px 0;
	width: 481px;
	max-width: 80%;
    text-decoration: none;
	background-color: #10C78B;
	color: #FFFFFF;
}

@media screen and (max-width: 680px) {
#top .buttonmemorial {
	padding: 2% 0%;
	width: 100%;
	max-width: 100%;
}
}


#top p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:1.6em;
	text-align: left;
	background-image:url(image);
	max-height: 100%;
}
@media screen and (max-width: 680px) {
#top p {
	font-size:88%;
}
}

#top .fa {
	display: inline;
}

/* **************#top_menu************ */

#top_menu {
	padding: 0 0 5% 0 ;
	margin: 0 auto;
	width:100%;
}

@media screen and (max-width: 680px) {
#top_menu {
	padding: 0;
	margin: 0 auto;
	width:100%;
}
}

#top_menu .dit {
	-js-display: flex;
	display: flex;
	 flex: 1;
	margin:0 auto;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 680px) {
#top_menu .dit  {
 -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}
}

#top_menu .dit section {
	width:100%;
	text-align: center;
}

@media screen and (max-width: 680px) {
#top_menu .dit section {
	width:100%;
}
}

#top_menu .txt {
	margin: 0 auto;
	width: 90%;
	padding:5% 5% 0 5%;
}

@media screen and (max-width: 680px) {
#top_menu .txt {
	width: 90%;
	padding:5%;
	}
}

@media screen and (max-width: 680px) {
#top_menu .txt img {
	width: 50%;
}
#top_menu .txt h5 img {
	width: 100%;
}
}

#top_menu .txt h2 {
	text-align: center;
}

#top_menu .dttl {
	margin: 0 auto;
	width: 90%;
	padding:5%;
}

@media screen and (max-width: 680px) {
#top_menu .dttl {
	width: 90%;
	padding:5%;
	}
}

#top_menu .data {
	margin: 0 auto;
	width: 90%;
	padding:5%;
}

@media screen and (max-width: 680px) {
#top_menu .data {
	width: 100%;
	padding:0;
	}
}

#top_menu .datap {
	margin: 0 auto;
	width: 90%;
	margin-top: 3%;
	padding:2% 5% 0 5%;
	background-color:rgba(0,0,0,0.8);
	float: left;
}

#top_menu .dmenu {
	margin: 0 auto;
	width: 90%;
	padding:5%;
	background-color:rgba(0,0,0,0.8);
	float: left;
}

@media screen and (max-width: 680px) {
#top_menu .dmenu {
	width: 90%;
	padding:5%;
	}
}

#top_menu .player {
	margin: 0 auto;
	width: 100%;
	padding:0 0 3% 0;
	float: left;
}

@media screen and (max-width: 680px) {
#top_menu .player {
	width: 100%;
	padding:0 0 5% 0;
	}
}

#top_menu .player h2 {
	margin-bottom: 2%;
}

#top_menu .playerdata {
	margin: 0 auto;
	width: 100%;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.6em;
	text-align: left;
	background-image:url(image);
	max-height: 100%;
	color: #FFFFFF;
}


#top_menu .news {
	margin: 0 auto;
	width: 100%;
	padding:0 0 3% 0;
	float: left;
}

@media screen and (max-width: 680px) {
#top_menu .news {
	width: 100%;
	padding:0 0 5% 0;
	}
}

#top_menu .news h2 {
	margin-bottom: 2%;
}

#top_menu .news h2 img {
	width: 50%;
}

@media screen and (max-width: 680px) {
#top_menu .news h2 img {
	width: 100%;
	margin-bottom: 2%;
}
}

#top_menu .news_list {
	margin: 0 auto;
	width: 94%;
	height: 100px;
	padding:3%;
	background-color:rgba(255,255,255,0.9);
	overflow: auto;
}

#top_menu .news_list table {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
}

#top_menu .news_list table a:link{
	text-decoration: none;
	color: #000000;
}

#top_menu .news_list table a:visited {
	text-decoration: none;
	color: #000000;
}

#top_menu .news_list table a:hover{
	text-decoration: underline;
	color: #FFA600;
}

#top_menu .news_list table a:active {
	text-decoration: none;
	color: #000000;
}

#top_menu .news_list table th {
	margin:0;
	padding:1% 0;
	font-family: 'Play', sans-serif;
	font-size: 14px;
	line-height:1.4em;
	letter-spacing:1px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	background-image:url(image);
	max-height: 100%;
	word-break: keep-all;
	border-bottom: 1px solid #EFEFEF;
	color: #000000;
	width: 20%;
}

#top_menu .news_list table td {
	margin:0;
	padding:1% 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.4em;
	text-align:left;
	vertical-align: top;
	background-image:url(image);
	max-height: 100%;
	border-bottom: 1px solid #EFEFEF;
	color: #000000;
}

@media screen and (max-width: 680px) {
#top_menu .news_list table tr{
        display: block;
        /*margin-bottom: 1.2em;*/
		padding:0 0 2% 0;
    }
#top_menu .news_list table th,
#top_menu .news_list table td{
        display: list-item;
		list-style:none;
        border: none;
    }
#top_menu .news_list table th{
	padding:0;
	text-align:left;
	width: 100%;
	color: #000000;
	font-size: 12px;
}
#top_menu .news_list table td{
	padding:0;
	word-break: break-all;
border-bottom: 1px solid #EFEFEF;
	}
}

#top_menu .menus {
	margin: 0 auto;
	width: 100%;
	padding:0;
	float: left;
}

@media screen and (max-width: 680px) {
#top_menu .menus {
	width: 100%;
	padding:0;
	}
}

#top_menu .data p {
	color: #FFFFFF;
	font-size: 88%;
}

#top_menu .dul {
	margin: 0;
	padding:0;
	list-style: none;
	
}

#top_menu .dul li {
	font-family: 'Play', sans-serif;
	font-size: 120%;
	font-weight: 600;
	line-height: 1.4em;
	background-image:url(image);
	max-height: 100%;
	letter-spacing:1px;
	list-style: none;
	text-align:left;
	color: #FFFFFF;
	float: left;
	width: 33.3%;
}

#top_menu .dul li a:link{
	text-decoration:none;
	color: #FFFFFF;
	display: block;
}

#top_menu .dul li a:visited {
	text-decoration:none;
	color: #FFFFFF;
}

#top_menu .dul li a:hover{
	text-decoration:none;
	color:#F77357;
}

#top_menu .dul li a:active {
	text-decoration:none;
	color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
#top_menu .dul li {
	font-size: 100%;
	line-height: 1.6em;
	width: 50%;
	}
}

#top_menu .dul li span {
	font-size: 80%;
}

#top_menu .addmenu {
	margin: 60px auto 0 auto;
	background-color:rgba(0,0,0,0.8);
	max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 680px) {
	#top_menu .addmenu {
	flex-flow: column wrap;
	width: auto;
	padding: 0;
	margin: 0 auto;
	}
}

#top_menu .addmenu article {
	padding: 30px;
}
@media screen and (max-width: 680px) {
	#top_menu .addmenu article {
	padding: 0px 30px 30px 30px;
}
}

#top_menu .movie {
    display: flex;
    justify-content: center;
    align-items: flex-start;
	margin-bottom: 30px;
}
@media screen and (max-width: 680px) {
	#top_menu .movie {
	flex-flow: column wrap;
	width: auto;
	padding: 0;
	margin: 0 auto;
	}
}

#top_menu .movie article {
	width: 100%;
	aspect-ratio: 16 / 9;
	padding: 0 10px;
	box-sizing: border-box;
}
#top_menu .movie article iframe {
  width: 100%;
  height: 100%;
}
#top_menu .movie p {
	margin-top: 10px;
}
@media screen and (max-width: 680px) {
	#top_menu .movie article {
		padding: 0;
		margin: 0 0 10px 0;
	}
}




/* **************#concept_menu************ */

#concept_menu {
	padding: 0;
	margin: 0 auto;
	width:100%;
}

@media screen and (max-width: 680px) {
#concept_menu {
	padding: 0;
	margin: 0 auto;
	width:100%;
}
}

#concept_menu p a:link{
	text-decoration: underline;
	color:#FFA600;
}

#concept_menu p a:visited {
	text-decoration: underline;
	color:#FFA600;
}

#concept_menu p a:hover{
	text-decoration:none;
	color:#FFA600;
}

#concept_menu p a:active {
	text-decoration: underline;
	color:#FFA600;
}

#concept_menu .spdit {
	background-image: url(../img/top/bg_concept.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

#concept_menu .dit {
	-js-display: flex;
	display: flex;
	margin:0 auto;
	align-items: center;
	justify-content: center;
	max-width: 1140px;
}

@media screen and (max-width: 1140px) {
#concept_menu .dit {
	margin: 0 auto;
	padding: 0;
	}
}
@media screen and (max-width: 680px) {
#concept_menu .dit  {
 -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
	width: 90%;
	padding-bottom: 15px;
}
}

#concept_menu .dit section.photoarea {
	flex: 2;
}
#concept_menu .dit section.txtarea {
	flex: 3;
}

#concept_menu .ditsarea {
	background-color:rgba(255,255,255,0.3);
	/*background-image:url("../img/top/bg_ylo.png");*/
	padding: 30px 0;
	margin: 0 auto;
}
@media screen and (max-width: 680px) {
#concept_menu .ditsarea {
	padding: 30px 0;
}
}

#concept_menu .dits {
	-js-display: flex;
	display: flex;
	margin:0 auto;
	align-items:stretch;
	justify-content: center;
	max-width: 1140px;
}

@media screen and (max-width: 1140px) {
#concept_menu .dits {
	margin: 0 auto;
	padding: 0;
	}
}
@media screen and (max-width: 680px) {
#concept_menu .dits  {
 -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
	width: 90%;
}
}
#concept_menu .dits section.sparea {
	flex: 1;
}

#concept_menu .cphoto {
	margin: 0 auto;
	padding:5%;
}

@media screen and (max-width: 680px) {
#concept_menu .cphoto {
	padding:15px;
	}
}

#concept_menu .ctxt {
	margin: 0;
	padding:30px;
	background-color:rgba(255,255,255,0.9);
	border-radius: 10px;
}

@media screen and (max-width: 680px) {
#concept_menu .ctxt {
	}
}

#concept_menu .ctxts {
	margin: 0 auto;
	width: 100%;
	padding:0;
}

@media screen and (max-width: 680px) {
#concept_menu .ctxts {
	margin: 0 auto;
	width: 100%;
	padding:0;
	}
}

#concept_menu .csp {
	flex: 1;
	margin: 0 5px;
	padding: 30px;
	background-color:rgba(255,255,255,1.0);
	border-radius: 10px;
}

@media screen and (max-width: 680px) {
#concept_menu .csp {
	margin: 0 0 10px 0;
	}
}

#concept_menu .csp h4 {
	font-size: 128%;
}

/* **************#movie_menu************ */

#bnrarea {
	background-color: #019FE8;
}
#bnrarea:hover {
	background-color: #FF9900;
}

/* **************#movie_menu************ */

#movie_menu {
	padding: 5% 0;
	margin: 0 auto;
	width:100%;
	background-color:rgba(0,0,0,0.6);
}

@media screen and (max-width: 680px) {
#movie_menu {
	padding: 5% 0;
	margin: 0 auto;
	width:100%;
}
}

#movie_menu h4 {
	color:#FFFFFF;
	margin-bottom: 0;
	font-size: 100%;
}

@media screen and (max-width: 680px) {
#movie_menu h4 {
	font-size:100%;
	margin-bottom: 2%;
}
}

#movie_menu h4 span {
	color:#F77357;
}

#movie_menu .dit {
	-js-display: flex;
	display: flex;
	 flex: 1;
	margin:0 auto 2% auto;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 680px) {
#movie_menu .dit  {
 -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}
}

#movie_menu .dit section {
	width:100%;
	text-align: center;
}

@media screen and (max-width: 680px) {
#movie_menu .dit section {
	width:100%;
}
}

#movie_menu .mdata {
	margin: 0 auto;
	width: 90%;
	padding:1%;
	background-color:rgba(0,0,0,0.6);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

@media screen and (max-width: 680px) {
#movie_menu .mdata {
	width: 90%;
	padding:0;
	margin-bottom: 5%;
	}
}

#movie_menu .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#movie_menu .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* **************#news************* */

#news {
	padding: 180px 0 0 0;
	margin: 0 auto;
 	-js-display: flex;
	display: flex;
}

@media screen and (max-width: 640px) {
	#news {
	padding: 100px 0 0 0; 
	width:100%;
	}
}

#news h1 {
	font-family: 'Play', sans-serif;
	font-size: 300%;
	font-weight: 600;
	line-height: 1.6em;
	background-image:url(image);
	max-height: 100%;
	text-align:center;
	letter-spacing:5px;
	color: #000000;
	margin-bottom: 5%;
}

@media screen and (max-width: 640px) {
#news h1 {
	font-size:168%;
	color: #000000;
}
}

#news h1 span {
	color: #FF4F00;
}

#news h2 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:168%;
	font-weight: normal;
	line-height:1.6em;
	text-align: left;
	background-image:url(image);
	max-height: 100%;
	border-bottom: 1px solid #666666;
	margin-bottom: 3%;
}

@media screen and (max-width: 640px) {
#news h2 {
	font-size:128%;
	margin-bottom: 3%;
}
}

#news h2 span {
	color: #FF4F00;
}

#news h3 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 400;
	font-size:128%;
	line-height:1.6em;	
	background-image:url(image);
	max-height: 100%;
	text-align:center;
	letter-spacing:2px;
	margin-bottom: 5%;
	color: #FF4F00;
}

@media screen and (max-width: 640px) {
#news h3 {
	font-size:100%;
}
}

#news h3 span {
	font-size: 90%;
}

#news h4 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 400;
	font-size:100%;
	line-height:1.6em;	
	background-image:url(image);
	max-height: 100%;
	text-align: left;
	letter-spacing:2px;
	color: #FFFFFF;
	margin-bottom: 2%;
}

@media screen and (max-width: 640px) {
#news h4 {
	font-size:100%;
	margin-bottom: 5%;
}
}

#news h4 span {
	font-size: 90%;
}

#news h5 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 400;
	font-size:128%;
	line-height:1.6em;	
	letter-spacing:3px;
	text-align:center;
}

@media screen and (max-width: 640px) {
#news h5 {
	font-size:100%;
	letter-spacing:2px;
}
}

#news h5 a:hover {
	color: #FFFFFF;
}


#news .button {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: normal;
    padding: 2% 0;
	width: 80%;
    text-decoration: none;
	background: #F9D100;
	color: #000000;
}

@media screen and (max-width: 640px) {
#news .button {
	padding: 2% 0%;
	width: 100%;
}
}

#news p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:1.6em;
	text-align: left;
	background-image:url(image);
	max-height: 100%;
}

#news .fa {
	display: inline;
}

/* **************#news_menu************ */

#news_menu {
	padding: 0;
	margin: 0 auto;
	width:100%;
}

@media screen and (max-width: 640px) {
#news_menu {
	padding: 0;
	margin: 0 auto;
	width:100%;
}
}

#news_menu .dit {
	-js-display: flex;
	display: flex;
	 flex: 1;
	margin:0 auto;
	align-items: stretch;
	justify-content: stretch;
background-image: url(img/bg_race_info.png);
		background-size: cover;
	background-position: center;
}

@media screen and (max-width: 640px) {
#news_menu .dit  {
 -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}
}

#news_menu .dit section {
	width:100%;
	text-align: center;
}

@media screen and (max-width: 640px) {
#news_menu .dit section {
	width:100%;
}
}

#news_menu .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#news_menu .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#news_menu .txt {
	margin: 0 auto;
	width: 90%;
	padding:30px 5%;
}

@media screen and (max-width: 640px) {
#news_menu .txt {
	width: 90%;
	}
}

#news_menu .date {
	text-align: right;

	margin: 0 auto;
}

#news_menu .esns {
	margin-bottom: 3%;
	padding:0;
}

#news_menu .esns li {
	list-style:none;
	display:inline;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 12px ;
	background-image:url(image);
	max-height: 100%;
	line-height:1.6em;
}

#news_menu .txtbg {
	background-color:rgba(255,255,255,0.9);
	flex: 2;
}

#news_menu .data {
	margin: 0 auto;
	width: 90%;
	padding:30px 5%;
}

@media screen and (max-width: 640px) {
#news_menu .data {
	width: 90%;
	padding:10% 5% 10% 5%;
	}
}

#news_menu .data h3 {
	margin-bottom: 5%;
}

#news_menu .data h3 img {
	width: 50%;
}

@media screen and (max-width: 640px) {
#news_menu .data h3 img {
	width: 100%;
	margin-bottom: 2%;
}
}

#news_menu .databg {
	background-color:rgba(0,0,0,0.8);
	flex: 1;
}

#news_menu .data table {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
}

#news_menu .data table a:link{
	text-decoration: none;
	color: #FFFFFF;
}

#news_menu .data table a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#news_menu .data table a:hover{
	text-decoration: underline;
	color: #FFA600;
}

#news_menu .data table a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#news_menu .data table th {
	margin:0;
	padding:1%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.6em;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	background-image:url(image);
	max-height: 100%;
	word-break: keep-all;
	border-bottom: 1px dotted #EFEFEF;
	color: #FFFFFF;
	width: 20%;
}

#news_menu .data table td {
	margin:0;
	padding:1%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.6em;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	background-image:url(image);
	max-height: 100%;;
	border-bottom: 1px dotted #EFEFEF;
	color: #FFFFFF;
}

@media screen and (max-width: 640px) {
#news_menu .data table tr{
        display: block;
        /*margin-bottom: 1.2em;*/
		padding:0 0 3% 0;
    }
#news_menu .data table th,
#news_menu .data table td{
        display: list-item;
		list-style:none;
        border: none
		
    }
#news_menu .data table th{
	padding:0;
	width: 100%;
	color: #FFFFFF;
	font-size: 12px;
	}

#news_menu .data table td{
	padding:0 0 1% 0;
	word-break: break-all;
	border-bottom: 1px dotted #EFEFEF;
	}
}

#news_menu .data p {
	color: #FFFFFF;
}

#news_menu .dul {
	margin: 0 0 5% 0;
	padding:0;
	list-style: none;
	/*float: left;*/
}

@media screen and (max-width: 640px) {
#news_menu .dul {
	margin: 0 0 10% 0;
}
}

#news_menu .dul li {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 300%;
	line-height: 1.6em;
	list-style: disc;
	text-align:left;
	max-height: 100%;
	color: #FFFFFF;
	padding: 0 5%;
	/*float: left;*/
	display: inline-block;
}

#news_menu .dul li a:link{
	text-decoration: none;
	color: #FFFFFF;
}

#news_menu .dul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#news_menu .dul li a:hover{
	text-decoration: none;
	color: #FFA600;
}

#news_menu .dul li a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#news_menu .tul {
	margin: 0px 0px 0 15px;
	padding:0;
	list-style-position: outside;
}

#news_menu .tul li {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	max-height: 100%;
	line-height: 1.6em;
	list-style: disc;
	text-align:left;
	color: #FF4F00;
}

#news_menu .tul li span {
	color:#000000;
}

#news_menu .newstbl {
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 0;
	border-collapse: collapse;
}

#news_menu .newstbl th {
	margin:0;
	padding:10px 10px 10px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height:1.6em;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	background-image:url(image);
	max-height: 100%;
	word-break: keep-all;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
}

#news_menu .newstbl td {
	margin:0;
	padding:1%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height:1.6em;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	background-image:url(image);
	max-height: 100%;;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
}
