@charset "utf-8";
 @import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700;900&display=swap');
 @font-face {
 font-family: 'DSEG';
 font-style: normal;
 font-weight: 800;
 src: url(fonts/DSEG7ClassicMini-Bold.woff2) format('woff2'), url("fonts/DSEG7ClassicMini-Bold.woff") format("woff");
}
 *, *::before, *::after {
 box-sizing: border-box;
}
html {
	width:100%;
	font-size: 62.5%;
	overflow-x:hidden;
	background:#fff;
}
body {
	width:100%;
	margin:0;
	padding:0;
	background:#fff;
	font-size:1.6rem;
	font-weight:700;
	color:#333;
	font-family:'M PLUS Rounded 1c', 'ヒラギノ角ゴ Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', apple-system, BlinkMacSystemFont, '游ゴシック体', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
	line-height:1.6;
	position:relative;
}
img {
	-ms-interpolation-mode: bicubic;
	vertical-align:bottom;
	border:none;
	max-width:100%;
}
a {
	outline: none;
	display:block;
	color:#c30d22;
}
a:focus {
	outline: none;
}
.clearfix:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
sup{
	vertical-align: super;
	font-size: 0.6em;
}
.seg {
	font-family: "DSEG";
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.red {
	color:#c30d22;
}
.s{
	font-size: 0.9em;
}
.maB20{
	margin-bottom: 20px;
}
.maT20{
	margin-top: 20px;
}
#load {
	width:100%;
	height:100%;
	z-index:999;
	color:#fff;
	text-align:center;
	position:fixed;
	top:0;
	left:0;
	background:#1b6aa1;
}
#loading {
	width:334px;
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.load_c, .load_c:after {
	border-radius: 50%;
	width: 2em;
	height: 2em;
}
.load_c {
	top:100px;
	left:50%;
	margin: -2em 0 0 -2em;
	font-size: 10px;
	position: absolute;
	text-indent: -9999em;
	border-top: 0.2em solid #1b6aa1;
	border-right: 0.2em solid #1b6aa1;
	border-bottom: 0.2em solid #1b6aa1;
	border-left: 0.2em solid #fff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
}
@-webkit-keyframes load {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes load {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.l_cover {
	width:100%;
	height:100%;
	background:#1b6aa1;
	position:absolute;
	top:0;
	left:0;
}
.pc {
	display:block;
}
.sp {
	display:none;
}
.row {
	display:flex;
	flex-wrap:wrap;
}
.row_center {
	justify-content: center;
}
.align_center {
	align-items: center;
}
.left {
	float:left;
}
.right {
	float:right;
}
.indent {
	text-indent:-1em;
	padding-left:1em;
}
.sentence {
	transform:rotateZ(0.03deg);
}
.s {
	font-size:0.8em;
	font-weight:600;
}
.ac {
	text-align:center;
}
@media (max-width: 810px) {
body {
 font-size:1.4rem;
}
}
@media (max-width: 480px) {
#loading {
width:240px;
}
.pc {
 display:none;
}
.sp {
display:block;
}
.row_reverse{
	flex-direction: column-reverse;
	}
}
/******************************************************************/
/**********************       header     **************************/
/******************************************************************/

.header {
	width:100%;
	margin:0;
	padding:0;
	position:fixed;
	z-index:99;
	top:0;
	left:0;
	background:#1b6aa1;
}
.header .inner {
	width:1200px;
	height:80px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.header .logo {
	padding:12px 0 0 0;
	float:left;
}
.header .navi {
	float:right;
	background:rgba(6, 135, 193, 0.6);
}
.header .navi ul {
	display:flex;
	flex-wrap:nowrap;
	border-right:1px solid rgba(255, 255, 255, 0.3);
	background:url(../common/navi_cover.png) center top no-repeat;
}
.header .navi ul li {
	width:115px;
	height:80px;
	border-left:1px solid rgba(255, 255, 255, 0.3);
	display:block;
}
.header .navi ul li a {
	width:100%;
	height:100%;
	font-size:1.5rem;
	font-weight:900;
	color:#fff;
	text-decoration:none;
	display:block;
	transition:0.2s all;
	transform:rotateZ(0.03deg);
	position:relative;
}
.header .navi ul li a:hover {
	background:rgba(255, 197, 40, 0.95);
}
.header .navi ul li a p {
	white-space:nowrap;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.header .navi ul li a em {
	margin:0 -2px;
	font-size:1.0rem;
}
.header .navi ul li a .en {
	font-size:0.9rem;
	color:rgba(255, 255, 255, 0.6);
	display:block;
}
.hamburger {
	display : none;
}
.header_bar_t {
	width:100%;
	height:12px;
	border-bottom:4px solid #fff;
	background: -moz-linear-gradient(left, #d76674, #df451d 16%, #ebb91d 32%, #118949 48%, #16a4b1 64%, #0a67a5, 80%, #ad94b7);
	background: -webkit-linear-gradient(left, #d76674, #df451d 16%, #ebb91d 32%, #118949 48%, #16a4b1 64%, #0a67a5, 80%, #ad94b7);
	background: linear-gradient(to right, #d76674, #df451d 16%, #ebb91d 32%, #118949 48%, #16a4b1 64%, #0a67a5, 80%, #ad94b7);
}
.header_bar_b {
	width:100%;
	height:9px;
	border-top:4px solid #fff;
	background:rgba(0, 136, 207, 1);
}
@media (min-width: 1201px) {
.header .navi {
 display:block;
}
}
@media (max-width: 1200px) {
.header .inner {
 width:100%;
 height:70px;
 padding:0;
}
.header .logo {
 width:240px;
 padding:0;
 float:none;
 position:absolute;
 z-index:100;
 left:10px;
 top:50%;
 transform:translateY(-50%);
}
.hamburger {
 display : block;
 position: absolute;
 right : 10px;
 top:50%;
 transform:translateY(-50%);
 width : 60px;
 height: 60px;
 padding:0;
 cursor: pointer;
 opacity:1;
 z-index:100;
}
.hamburger span {
 display : block;
 position: absolute;
 width : 34px;
 height : 4px;
 left : 18px;
 background : #fff;
 border-radius:20px;
 -webkit-transition: 0.3s ease-in-out;
 -moz-transition : 0.3s ease-in-out;
 transition : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
 top: 22px;
}
.hamburger span:nth-child(2) {
 top: 32px;
}
.hamburger span:nth-child(3) {
 top: 42px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
 top : 32px;
 right: 0;
 -webkit-transform: rotate(-45deg);
 -moz-transform : rotate(-45deg);
 transform : rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
 top: 32px;
 -webkit-transform: rotate(45deg);
 -moz-transform : rotate(45deg);
 transform : rotate(45deg);
}
.header .navi {
 width: 100%;
 height:100vh;
 position: fixed;
 z-index :77;
 top : 0;
 left : 0;
 background: rgba(6, 135, 193, 10.95);
 display:none;
}
.header .navi ul {
 width:100%;
 margin:0 auto;
 padding:92px 0 0 0;
 transition: all 0.5s ease-out;
 background:none;
 border-right: none;
 border-bottom: 1px solid #a8a8a8;
 display:block;
}
.header .navi ul li {
 width:100%;
 height:auto;
 list-style-type: none;
 padding: 0;
 border-top: 1px solid #a8a8a8;
 border-left: none;
}
.header .navi ul li a {
padding:20px;
}
.header .navi ul li a:hover {
background:none;
}
.header .navi ul li a p {
white-space:nowrap;
text-align:left;
position:static;
transform:none;
}
}
/******************************************************************/
/**********************       main       **************************/
/******************************************************************/

.main {
	width:100%;
	padding:101px 0 0 0;
}
.main .inner {
	width:1400px;
	height:676px;
	margin:0 auto;
	position:relative;
}
.main_pic {
	width:1400px;
	height:676px;
	position:absolute;
	top:0;
	left:0;
}
.timer {
	width:350px;
	margin:0;
	padding:0;
	position:absolute;
	top:320px;
	left:902px;
	display:flex;
	flex-wrap:nowrap;
}
.timer_left {
	width:130px;
	padding:12px 0 0 0;
	color:#1a54a4;
	font-size:1.4rem;
	text-align:center;
	line-height:1;
	border:1px solid #1a54a4;
}
.timer_right {
	width:220px;
	padding:10px 2px 10px 0;
	color:#fff;
	font-weight:600;
	font-size:1.4rem;
	text-align:center;
	line-height:1;
	background:#1a54a4;
}
.timer_right span {
	margin:0 2px;
	vertical-align:sub;
	font-size:2.2rem;
}
:root {
 --media-width: 1400;
 --media-width2: 480;
}
 @media (max-width: 1400px) {
.main .inner {
 width:calc(1400/var(--media-width) * 100vw);
 height:calc(676/var(--media-width) * 100vw);
}
.main_pic {
width:calc(1400/var(--media-width) * 100vw);
height:calc(676/var(--media-width) * 100vw);
}
.timer {
width:calc(350/var(--media-width) * 100vw);
top:calc(320/var(--media-width) * 100vw);
left:calc(902/var(--media-width) * 100vw);
}
.timer_left {
width:calc(130/var(--media-width) * 100vw);
padding:calc(12/var(--media-width) * 100vw) 0 0 0;
font-size:calc(14/var(--media-width) * 100vw);
}
.timer_right {
width:calc(220/var(--media-width) * 100vw);
padding:calc(10/var(--media-width) * 100vw) calc(2/var(--media-width) * 100vw) calc(10/var(--media-width) * 100vw) 0;
font-size:calc(14/var(--media-width) * 100vw);
}
.timer_right span {
margin:0 calc(2/var(--media-width) * 100vw);
font-size:calc(22/var(--media-width) * 100vw);
}
}
@media (max-width: 1200px) {
.main {
 padding:91px 0 0 0;
}
}
@media (max-width: 480px) {
.main {
 padding:91px 0 50px 0;
}
.main .inner {
 width:100vw;
 height:calc(710/var(--media-width2) * 100vw);
}
.main_pic {
 width:calc(480/var(--media-width2) * 100vw);
 height:calc(710/var(--media-width2) * 100vw);
}
.timer {
 width:86%;
 top:95%;
 left:50%;
 transform:translateX(-50%);
}
.timer_left {
 width:35%;
 padding:14px 0 0 0;
 font-size:1.2rem;
}
.timer_right {
 width:65%;
 padding:10px 2px 10px 0;
 font-size:1.4rem;
}
.timer_right span {
 margin:0 2px;
 vertical-align:sub;
 font-size:2.2rem;
}
}
/******************************************************************/
/**********************      article     **************************/
/******************************************************************/
.article {
	padding:0 0 140px 0;
	border-bottom:5px solid rgba(22, 129, 185, 1);
	background:url(../common/leaf_bg.jpg) center bottom repeat-x;
}
@media (max-width: 810px) {
.article {
 padding:0 0 80px 0;
}
}
@media (max-width: 480px) {
.article {
 padding:0 0 80px 0;
}
}
/******************************************************************/
/**********************      footer     **************************/
/******************************************************************/

.footer {
	width:100%;
	padding:0 0 48px 0;
	border-top:5px solid #fff;
	background:#1b6aa1;
	position:relative;
	z-index:1;
}
.footer .inner {
	width:1130px;
	margin:0 auto;
	padding:70px 0;
	font-size:1.3rem;
	color:#fff;
}
.footer .inner .col {
	width:calc(100% / 3);
	padding:0 15px;
	transform:rotateZ(0.03deg);
}
.footer .inner .col h4 {
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	font-size:1.5rem;
	border-bottom:1px solid #fff;
}
.footer .copyright {
	padding:16px 0;
	text-align:center;
	font-size:1.2rem;
	line-height:1;
	background:#fff;
	transform:rotateZ(0.03deg);
}
@media (max-width: 1130px) {
.footer .inner {
width:100%;
font-size:1.2rem;
}
}
@media (max-width: 810px) {
.footer .inner .col h4 {
font-size:1.3rem;
}
}
@media (max-width: 480px) {
.footer .inner {
width:100%;
padding:30px 0 60px 0;
font-size:1.3rem;
}
.footer .inner .col {
width:calc(100% / 1);
padding:30px 15px 0 15px;
}
.footer .inner .col h4 {
font-size:1.5rem;
padding:0 0 10px 0;
margin:0 0 10px 0;
}
}
/******************************************************************/
/**********************      sponsor     **************************/
/******************************************************************/

.sponsor {
	width:180px;
	padding:20px 10px 100px 10px;
	background: -moz-linear-gradient(top, #a3e1ef, #fff);
	background: -webkit-linear-gradient(top, #a3e1ef, #fff);
	background: linear-gradient(to bottom, #fff 90%, rgba(255, 255, 255, 0));
	position:absolute;
	top:101px;
	right:0;
	z-index:2;
}
.sponsor h5 {
	margin:0 0 20px 0;
	padding:10px;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.2;
	color: #fff;
	background: #1b6aa1;
	transform:rotateZ(0.03deg);
}
.sponsor h5 span{
	font-size:1.2rem;
	display: block;
}
.sponsor ul li {
	list-style:none;
	padding:20px 0 0 0;
}
.sponsor ul li:first-child {
	padding:0;
}
 @media (max-width: 1520px) {
.sponsor {
width:1100px;
margin:0 auto;
padding:100px 0 0 0;
position:static;
}
.sponsor ul {
width:100%;
display:flex;
flex-wrap:wrap;
}
.sponsor ul li, .sponsor ul li:first-child {
width:calc(100% / 5);
padding:5px;
}
}
@media (max-width: 1200px) {
.sponsor {
width:100%;
padding:100px 60px 0 60px;
}
.sponsor ul {
width:100%;
display:flex;
flex-wrap:wrap;
}
.sponsor ul li, .sponsor ul li:first-child {
width:calc(100% / 5);
padding:5px;
}
}
@media (max-width: 810px) {
.sponsor {
width:100%;
margin:0 auto;
padding:70px 40px 0 40px;
position:static;
}
}
@media (max-width: 480px) {
.sponsor {
width:100%;
margin:0 auto;
padding:70px 10px 0 10px;
}
.sponsor ul li, .sponsor ul li:first-child {
width:calc(100% / 3);
padding:5px;
}
}
/******************************************************************/
/**********************   top contents   **************************/
/******************************************************************/

.news {
	width:100%;
	background: -moz-linear-gradient(top, #a3e1ef, #fff);
	background: -webkit-linear-gradient(top, #a3e1ef, #fff);
	background: linear-gradient(to bottom, #a3e1ef, #fff);
}
.news .inner {
	width:1100px;
	margin:0 auto;
	padding:90px 0;
}
.news .inner h2 {
	margin:0 0 5px 0;
	font-size:4.8rem;
	font-weight:800;
	color:#1b6aa1;
	transform:rotateZ(0.03deg);
}
.news .inner .left {
	width:calc(100% - 335px);
	float:left;
}
.news .inner .right {
	width:335px;
	padding:0 0 0 60px;
	float:right;
}
.news .inner .left dl {
	border-bottom:1px dotted #1a54a4;
	transform:rotateZ(0.03deg);
}
.news .inner .left dt {
	width:120px;
	padding:20px 0;
	clear:both;
	color:#1b6aa1;
	border-top:1px dotted #1a54a4;
	float:left;
}
.news .inner .left dd {
	width:calc(100% - 120px);
	padding:20px 0;
	border-top:1px dotted #1a54a4;
	float:left;
}
.news .inner .left dd a {
	color:inherit;
	text-decoration:none;
}
.news .inner .left dd a:hover {
	color:#1a54a4;
}
.news .inner .right li {
	margin:10px 0 0 0;
	list-style:none;
}
.movie {
	width:100%;
	margin:40px 0 0 0;
	border-bottom:10px solid #fff;
	background:#0687c1 url(../img/bg.png) center top;
}
.movie .inner {
	width:1100px;
	margin:0 auto;
	padding:90px 0;
}
.movie .inner .left {
	width:285px;
	margin:0;
	padding:0;
	float:left;
}
.movie .inner .right {
	width:calc(100% - 285px);
	margin:0 0 0 0;
	padding:0 0 0 30px;
	border-left:4px solid #fff;
	float:right;
}
.movie .inner h2 {
	font-size:4.8rem;
	font-weight:800;
	line-height:1.1;
	color:#fff;
	transform:rotateZ(0.03deg);
}
.movie .inner h2 span {
	margin:0 0 0 0.2em;
	font-size:1.8rem;
	display:block;
}
.movie .inner .btn a {
	margin:1em 0 0 0;
	padding:0 20px;
	color:#0687c1;
	text-decoration:none;
	font-size:1.3rem;
	background:#fff;
	border:1px solid #0687c1;
	display:inline-block;
	transform:rotateZ(0.03deg);
	transition:0.4s;
}
.movie .inner .btn a:hover {
	color:#fff;
	background:#0687c1;
	border:1px solid #fff;
}
.movie .inner .right ul li {
	width:50%;
	padding:0 10px;
	list-style:none;
	float:left;
}
.movie .inner .right ul li .thumb {
	width:100%;
	padding-top:56.25%;
	position:relative;
}
.movie .inner .right ul li iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-radius:10px;
	border:4px solid #fff;
}
.snavi {
	width:100%;
}
.snavi .inner {
	width:1120px;
	margin:0 auto;
	padding:20px 0 0 0;
}
.snavi .inner .item {
	width:calc(100% / 3);
	padding:0 10px;
}
.snavi .inner .item .border {
	border:1px solid #ccc;
}
.snavi .inner .item a {
	text-decoration:none;
	color:inherit;
	font-size:1.3rem;
	display:block;
}
.snavi .inner .item .cts {
	padding:20px;
	transform:rotateZ(0.03deg);
	transition:0.3s;
}
.snavi .inner .item a:hover .cts {
	background:#efefef;
}
.snavi .inner .item a .cts h2 {
	padding:3px 10px 2px 10px;
	color:#fff;
	font-size:1.1rem;
	line-height:1;
	background:rgba(22, 129, 185, 1);
	display:inline-block;
}
.snavi .inner .item a .cts h3 {
	padding:0 0 10px 0;
	color:#222f3b;
	font-weight:800;
	font-size:1.8rem;
}
.news_sub .left {
	width:calc(100% - 335px);
	float:left;
}
.news_sub .right {
	width:335px;
	padding:0 0 0 60px;
	float:right;
}
.news_sub .left dl {
	border-bottom:1px dotted #1a54a4;
	transform:rotateZ(0.03deg);
}
.news_sub .left dt {
	width:120px;
	padding:20px 0;
	clear:both;
	color:#1a54a4;
	border-top:1px dotted #1a54a4;
	float:left;
}
.news_sub .left dd {
	width:calc(100% - 120px);
	padding:20px 0;
	border-top:1px dotted #1a54a4;
	float:left;
}
.news_sub .left dd a {
	color:inherit;
	text-decoration:none;
}
.news_sub .left dd a:hover {
	color:#1a54a4;
}
.news_sub .right li {
	margin:10px 0 0 0;
	list-style:none;
}
.news_sub .news_date {
	color:#1a54a4;
	transform:rotateZ(0.03deg);
}
.news_sub .news_title {
	margin:0 0 40px 0;
	padding:0 0 40px 0;
	color:#1a54a4;
	font-size:2.2rem;
	border-bottom:1px dashed #1a54a4;
	transform:rotateZ(0.03deg);
}
.news_sub .news_cts p {
	transform:rotateZ(0.03deg);
}
.news_sub .btn a {
	min-width:200px;
	margin:4em auto 0 auto;
	padding:10px 20px;
	color:#1a54a4;
	text-align:center;
	text-decoration:none;
	font-size:1.3rem;
	background:#fff;
	border:1px solid #1a54a4;
	border-radius:60px;
	display:inline-block;
	transform:rotateZ(0.03deg);
	transition:0.4s;
}
.news_sub .btn a:hover {
	color:#fff;
	background:#1a54a4;
}
 @media (max-width: 1200px) {
.news .inner {
 width:100%;
 padding:90px 80px;
}
.news .inner .left {
 width:calc(100% - 250px);
}
.news .inner .right {
 width:250px;
 padding:0 0 0 30px;
}
.movie .inner {
 width:100%;
 padding:90px 80px;
}
.snavi .inner {
 width:100%;
 padding:20px 60px;
}
.news_sub .left {
 width:calc(100% - 250px);
}
.news_sub .right {
 width:250px;
 padding:0 0 0 30px;
}
}
@media (max-width: 960px) {
.news .inner h2 {
 font-size:3.8rem;
}
.movie .inner h2 {
 font-size:3.8rem;
}
.snavi .inner .item {
 padding:0 5px;
}
.snavi .inner .item .cts {
 padding:10px;
}
.snavi .inner .item a .cts h2 {
 font-size:1.0rem;
}
.snavi .inner .item a .cts h3 {
 font-size:1.6rem;
}
}
@media (max-width: 810px) {
.news .inner {
 width:100%;
 padding:40px 80px;
}
.news .inner .left {
 width:calc(100% - 230px);
}
.news .inner .right {
 width:230px;
 padding:0 0 0 30px;
}
.news .inner h2 {
 font-size:3.6rem;
}
.news .inner .left dt {
width:100px;
padding:20px 0;
}
.news .inner .left dd {
width:calc(100% - 100px);
 padding:20px 0;
}
.movie .inner {
 width:100%;
 padding:40px 80px;
}
.movie .inner .left {
 width:180px;
}
.movie .inner .right {
 width:calc(100% - 180px);
}
.movie .inner h2 {
 font-size:3.6rem;
}
.snavi .inner {
 width:100%;
 padding:20px 40px 20px 40px;
}
.news_sub .left {
 width:calc(100% - 230px);
}
.news_sub .right {
 width:230px;
 padding:0 0 0 30px;
}
.news_sub .left dt {
width:100px;
padding:20px 0;
}
.news_sub .left dd {
width:calc(100% - 100px);
 padding:20px 0;
}
}
 @media (max-width: 480px) {
.news .inner {
 width:100%;
 padding:40px 15px;
}
.news .inner h2 {
 font-size:3.6rem;
}
.news .inner .left {
 width:100%;
 float:none;
}
.news .inner .right {
 width:100%;
 padding:40px 0 0 0;
 float:none;
}
.news .inner .right ul {
 margin:0 -5px;
}
.news .inner .right li {
 width:50%;
 margin:10px 0 0 0;
 padding:0 5px;
 list-style:none;
 float:left;
}
.movie .inner {
 width:100%;
 padding:40px 15px;
}
.movie .inner .left {
 width:100%;
 padding:10px 0 0 0;
 float:none;
}
.movie .inner .right {
 width:100%;
 margin:0;
 padding:20px 0;
 float:none;
 border-top:3px dotted #fff;
 border-left:0;
}
.movie .inner h2 span {
 font-size:1.5rem;
}
.movie .inner .btn a {
 margin:-20px 0 10px 0;
 float:right;
}
.movie .inner .right ul li {
 padding:0 5px;
}
.movie .inner .right ul li iframe {
 border:3px solid #fff;
}
.snavi .inner {
 width:100%;
 padding:30px 30px 0 30px;
}
.snavi .inner .item {
 width:calc(100% / 1);
 padding:0 0 20px 0;
}
.snavi .inner .item .cts {
 padding:10px 15px;
}
.snavi .inner .item a .cts h3 {
 padding:0 0 5px 0;
 font-size:1.8rem;
}
.news_sub .left {
 width:100%;
 float:none;
}
.news_sub .right {
 width:100%;
 padding:40px 0 0 0;
 float:none;
}
.news_sub .right ul {
 margin:0 -5px;
}
.news_sub .right li {
 width:50%;
 margin:10px 0 0 0;
 padding:0 5px;
 list-style:none;
 float:left;
}
.news_sub .news_title {
 font-size:1.8rem;
 margin:0 0 20px 0;
 padding:0 0 20px 0;
}
}
/******************************************************************/
/**********************       title      **************************/
/******************************************************************/

.triangle {
	width:915px;
	height:666px;
	background:url(../common/triangle.png) left top no-repeat;
	position:absolute;
	top:80px;
	left:0;
	z-index:0;
}
.title {
	width:1100px;
	margin:0 auto;
	padding:190px 0 90px 0;
	color:#1b6aa1;
	position:relative;
	z-index:1;
	transform:rotateZ(0.03deg);
}
.title_name {
	padding:0 30px 0 0;
	border-right:2px solid #1b6aa1;
	float:left;
	display:inline-block;
}
.title_name h2 {
	font-size:4.8rem;
	font-weight:800;
	line-height:1.1;
}
.title_name h3 {
	font-size:2.1rem;
	font-weight:800;
}
.title_desc {
	padding:0 0 0 30px;
	line-height:70px;
	float:left;
	display:inline-block;
}
 @media (max-width: 1200px) {
 .title {
width:100%;
padding:150px 50px 70px 50px;
}
.title_name h2 {
font-size:3.8rem;
}
.title_name h3 {
font-size:1.8rem;
}
}
 @media (max-width: 810px) {
.triangle {
width:450px;
height:328px;
background-size:cover;
top:70px;
}
}
 @media (max-width: 480px) {
.triangle {
width:300px;
height:218px;
background-size:cover;
top:70px;
}
.title {
width:100%;
padding:130px 15px 40px 15px;
}
.title_name {
padding:0 30px 0 0;
border-right:0;
float:none;
display:inline-block;
}
.title_desc {
padding:30px 0 0 0;
line-height:1;
float:none;
display:block;
}
.title_desc p {
padding:6px 10px;
background:#fff;
border-radius:60px;
border:1px solid #d5edf9;
}
}
/******************************************************************/
/**********************       sub        **************************/
/******************************************************************/

.wrap {
	width:1100px;
	min-height:460px;
	margin:0 auto;
	position:relative;
	z-index:1;
}
.anc_navi {
	list-style:none;
	margin:0 0 60px 0;
}
.anc_navi li {
	float:left;
}
.anc_navi li a {
	margin:0 5px 0 0;
	padding:10px 20px;
	line-height:1;
	text-decoration:none;
	font-size:1.4rem;
	color:#1b6aa1;
	border:3px solid #1b6aa1;
	background:#fff;
	display:inline-block;
	border-radius:6px;
	transition:0.3s;
	transform:rotateZ(0.03deg);
}
.anc_navi li a:hover {
	color:#fff;
	background:#1b6aa1;
}
#entry2 .anc_navi {
	list-style:none;
	margin:40px 0 0 0;
}
#entry2 .anc_navi li a {
	color:#981e23;
	border:3px solid #981e23;
}
#entry2 .anc_navi li a:hover {
	color:#fff;
	background:#981e23;
}
.sub_title {
	padding:15px 0 15px 20px;
	font-size:2.2rem;
	font-weight:800;
	color:#1b6aa1;
	border-left:6px solid #1b6aa1;
	transform:rotateZ(0.03deg);
}
.sub_title2 {
	margin:50px 0 0 0;
	font-size:1.8rem;
	color:#1b6aa1;
	transform:rotateZ(0.03deg);
}
.sub_title3 {
	margin: 80px 0 20px 0;
	padding:15px 0 15px 20px;
	font-size:2.2rem;
	font-weight:800;
	color:#1b6aa1;
	border-left:6px solid #1b6aa1;
	border-bottom:2px solid #1b6aa1;
	transform:rotateZ(0.03deg);
}
.sub_title3:first-of-type {
	margin: 0 0 20px 0;
}
.sponsor1, .sponsor2, .sponsor3 {
	padding:50px 0;
	border-bottom:1px solid #ccc;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.sponsor1 .item {
	width:calc(100% / 3);
	padding:20px 20px;
}
.sponsor2 .item {
	width:calc(100% / 4);
	padding:20px 15px;
}
.sponsor3 .item {
	width:calc(100% / 5);
	padding:20px 10px;
}
.sponsor3 .item .b_bx{
	width:100%;
	height: 60px;
	border:1px solid #ccc;
	transform:rotateZ(0.03deg);
	position: relative;
}
.sponsor3 .item p{
	width: 100%;
	text-align: center;
	line-height: 1.2;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.sponsor3 .item p a{
	text-decoration: none;
	color: inherit;
}
.outline {
	margin:30px 0 120px 0;
	display:flex;
	flex-wrap:wrap;
	transform:rotateZ(0.03deg);
}
.outline dt {
	width:220px;
	padding:25px;
}
.outline dd {
	width:calc(100% - 220px);
	padding:25px;
}
.outline dt:nth-of-type(2n+1), .outline dt:nth-of-type(2n+1) + dd {
background:#efefef;
}
.outline dd h4 {
	margin:20px 0 0 0;
	color:#1b6aa1;
}
.outline dd h4:nth-of-type(1) {
margin:0;
}
.outline dd h4 span {
	color:#222f3b;
}
.outline dd .group li {
	margin:0 15px 0 0;
	list-style:none;
	display:inline-block;
}
.num li {
	margin:0.5em 0 0 1.4em;
	line-height: 1.4;
	list-style:decimal;
	transform:rotateZ(0.03deg);
}
.box {
	padding:25px;
	border:5px solid #1b6aa1;
	border-radius:8px;
	position:relative;
}
.box .head {
	padding:20px;
	color:#fff;
	font-size:1.8rem;
	background:#1b6aa1;
	transform:rotateZ(0.03deg);
}
.box dl {
	display:flex;
	flex-wrap:wrap;
	transform:rotateZ(0.03deg);
}
.box dt {
	width:220px;
	padding:25px;
	border-top:1px solid #ccc;
}
.box dd {
	width:calc(100% - 220px);
	padding:25px;
	border-top:1px solid #ccc;
}
.camera {
	width:141px;
	position:absolute;
	top:-25px;
	right:20px;
}
.box2 {
	padding:25px;
	border:5px solid #981e23;
	border-radius:8px;
	position:relative;
}
.box2 .head {
	margin:0 0 20px 0;
	padding:20px;
	color:#fff;
	font-size:1.8rem;
	background:#981e23;
	transform:rotateZ(0.03deg);
}
.box2 .banner {
	margin:20px 0 0 0;
}
.box2 h5{
	margin:20px 0 0 0;
	color:#981e23;
	transform:rotateZ(0.03deg);
}
.wrap .fes_left {
	width:calc(100% - 450px);
	padding:0 60px 0 0;
	float:left;
}
.wrap .fes_right {
	width:450px;
	float:right;
}
.fes_text {
	margin:40px 0 0 0;
	transform:rotateZ(0.03deg);
}
.fes_text2 {
	margin:10px 0 10px 0;
	transform:rotateZ(0.03deg);
}
.fes_fix_box {
	margin:0 0 60px 0;
}
.grand_slam {
	width:310px;
	margin:15px 0;
}
.item_fes_l {
	width:480px;
}
.item_fes_r {
	width:calc(100% - 480px);
	padding:30px 20px 0 40px;
	transform:rotateZ(0.03deg);
}
.item_course {
	width:50%;
	padding:0 15px 0 0;
}
.item_course:nth-child(2) {
width:50%;
padding:0 0 0 15px;
}
.acc_fix_box {
	margin:100px 0 60px 0;
}
.acc_text {
	margin:40px 0 40px 0;
	transform:rotateZ(0.03deg);
}
.acc_fix_box .box dt:first-child, .acc_fix_box .box dt:first-child + dd {
	border-top:0;
}
.acc_fix_box .box dt span {
	padding:12px;
	text-align:center;
	color:#fff;
	background:#1b6aa1;
	display:block;
}
.map iframe {
	width:100%;
	height:450px;
}
.e_method {
	margin:-40px 0 90px 0;
}
.item_entry {
	width:50%;
	padding:0 15px 30px 0;
}
.item_entry:nth-child(2) {
width:50%;
padding:0 0 30px 15px;
}
.item_entry a {
	width:100%;
	height:100%;
	padding:20px;
	display:block;
	color:#fff;
	font-weight:800;
	text-decoration:none;
	background:#1b6aa1;
	transition:0.2s;
	transform:rotateZ(0.03deg);
}
.item_entry a .head {
	margin:0 0 20px 0;
	padding:10px;
	line-height:1;
	font-size:1.8rem;
	font-weight:800;
	text-align:center;
	color:#1b6aa1;
	background:#fff;
	border-radius:20px;
}
.item_entry a .url, .item_entry a .tel {
	margin:0 0 10px 0;
	font-size:2rem;
	line-height:1.2;
}
.item_entry a .url {
	font-size:1.9rem;
}
.item_entry a .shead {
	margin:0 0 10px 0;
}
.item_entry a:hover {
	background:#f39800;
}
.item_entry a:hover .head {
	color:#f39800;
}
.results {
	margin:30px 0 70px 0;
}
.item_result {
	width:20%;
	padding: 0 20px 20px 0;
}
.item_result a {
	width:100%;
	height:100%;
	padding:10px;
	line-height:1;
	text-decoration:none;
	color:#fff;
	text-align:center;
	border-radius:6px;
	transition:0.2s;
	background:#1b6aa1;
	display:block;
	transform:rotateZ(0.03deg);
}
.item_result a:hover {
	background:#f39800;
}
.item_result a.woman {
	background:#df4c6d;
}
.item_result a.woman:hover {
	background:#f39800;
}
.box_guests {
	width:95%;
	margin:0 auto 40px auto;
	padding:30px;
	border:5px solid #1b6aa1;
	border-radius:8px;
	position:relative;
}
.item_guests{
	flex-basis:70%;
	padding:0 60px 0 0;
	transform:rotateZ(0.03deg);
}
	.item_guests_pic{
	flex-basis:30%;
	}
	.item_guests_pic figure{
	width:100%;
	border-radius:6px;
	overflow:hidden;
	}
	.item_guests_pic .info{
	border-radius:6px;
	background:#eee;
	}
	.guests_name{
		margin:0 0 10px 0;
		line-height:1;
		font-size:3rem;
		color:#1b6aa1;
		transform:rotateZ(0.03deg);
	}
	.guests_eng{
		margin:0 0 20px 0;
		padding: 0 0 20px 0;
		line-height:1;
		font-size:1.6rem;
		font-weight: normal;
		color:#1b6aa1;
		transform:rotateZ(0.03deg);
		border-bottom:4px dashed #1b6aa1;
	}
	.guests_cat{
		margin:0;
		padding: 0 0 10px 0;
		line-height:1;
		font-size:1.6rem;
		font-weight: bold;
		color:#1b6aa1;
		transform:rotateZ(0.03deg);
	}
	.guests_sns{
		margin:4px 0 0 0;
		padding: 10px;
		border-radius: 4px;
		background: #eee;
	}
	.guests_sns a{
		padding: 5px 0;
		font-size:1.2rem;
		text-decoration: none;
		display:inline-block;
		line-height: 30px;
	}
	.guests_sns a img{
		width:30px;
		margin:0 4px 0 10px;
	}
 @media (max-width: 1520px) {
.wrap {
min-height:auto;
}
}
 @media (max-width: 1200px) {
.wrap {
width:100%;
padding:0 50px;
}
.wrap .fes_left {
width:55%;
padding:0 5% 0 0;
}
.wrap .fes_right {
width:45%;
}
.box_guests {
	width:100%;
}
}
@media (max-width: 810px) {
.sub_title {
padding:15px 0 15px 10px;
font-size:2.0rem;
}
.sub_title3 {
	margin: 80px 0 10px 0;
	padding:15px 0 15px 15px;
	font-size:2.0rem;
}
.sub_title3:first-of-type {
	margin: 0 0 10px 0;
}

.sponsor1, .sponsor2, .sponsor3 {
padding:40px 0;
}
.sponsor1 .item {
width:calc(100% / 3);
padding:10px 15px;
}
.sponsor2 .item {
width:calc(100% / 4);
padding:10px 10px;
}
.sponsor3 .item {
width:calc(100% / 5);
padding:10px 5px;
}
.sponsor3 .item .b_bx{
	height: 50px;
}
.sponsor3 .item p{
	font-size: 1.3rem;
}
.outline dt {
width:200px;
padding:25px;
}
.outline dd {
width:calc(100% - 200px);
padding:25px;
}
.box dt {
width:175px;
padding:25px;
}
.box dd {
width:calc(100% - 175px);
padding:25px;
}
.item_fes_l {
width:100%;
padding:20px 0 0 0;
text-align:center;
}
.item_fes_r {
width:100%;
padding:15px 0 0 0;
}
.acc_fix_box {
 margin:80px 0 60px 0;
}
.acc_text {
 margin:30px 0 30px 0;
}
.acc_fix_box .box {
 padding:10px;
}
.item_entry a .head {
 font-size:1.7rem;
}
.item_entry a .url {
 font-size:1.7rem;
}
.results {
margin:30px 0 60px 0;
}
.item_result {
width:25%;
padding: 0 15px 15px 0;
}
.item_guests{
	flex-basis:65%;
	padding:0 40px 0 0;
	}
	.item_guests_pic{
	flex-basis:35%;
	}
}
@media (max-width: 480px) {
.wrap {
width:100%;
padding:0 15px;
}
.anc_navi {
 margin:0 0 30px 0;
}
.anc_navi li a {
margin:0 5px 5px 0;
padding:10px 10px;
font-size:1.3rem;
}
#entry2 .anc_navi {
	margin:20px 0 0 0;
}
 .sub_title {
padding:15px 0 15px 10px;
font-size:1.8rem;
}
.sub_title2 {
 margin:50px 0 0 0;
 font-size:1.6rem;
 font-weight:800;
}
.sponsor1 .item {
width:calc(100% / 1);
padding:10px 40px;
}
.sponsor2 .item {
width:calc(100% / 2);
padding:5px 5px;
}
.sponsor3 .item {
width:calc(100% / 3);
padding:5px 5px;
}
.outline {
margin:20px 0 80px 0;
}
.outline dt {
width:100%;
padding:25px 15px 5px 15px;
font-size:1.5rem;
color:#1a54a4;
}
.outline dd {
width:100%;
padding:0 15px 25px 15px;
}
.box {
padding:10px;
}
.box .head {
padding:20px 15px;
font-size:1.6rem;
}
.box dt {
width:100%;
padding:15px 15px 0 15px;
font-size:1.5rem;
color:#1b6aa1;
}
.box dd {
width:100%;
padding:5px 15px 15px 15px;
border-top:0;
}
.camera {
width:100px;
top:-25px;
right:-10px;
}
.box2 {
 padding:10px;
}
.box2 .head {
 margin:0 0 20px 0;
 padding:20px 15px;
font-size:1.6rem;
}
.fes_text {
margin:20px 0 0 0;
}
.fes_text2 {
margin:20px 0 10px 0;
}
.wrap .fes_left {
width:100%;
padding:30px 0 0 0;
float:none;
}
.wrap .fes_right {
width:100%;
float:none;
}
.item_fes_r {
width:100%;
padding:15px 10px 5px 10px;
}
.grand_slam {
width:100%;
margin:15px 0 0 0;
}
.item_course {
width:100%;
padding:0 0 30px 0;
}
.item_course:nth-child(2) {
width:100%;
padding:0 0 30px 0;
}
.acc_fix_box {
 margin:60px 0 60px 0;
}
.acc_text {
 margin:20px 0 20px 0;
}
.acc_fix_box .box dt span {
margin:0 0 10px 0;
padding:10px;
}
.e_method {
 margin:-30px 0 60px 0;
}
.item_entry {
width:100%;
padding:0 0 30px 0;
}
.item_entry:nth-child(2) {
width:100%;
padding:0 0 30px 0;
}
.results {
margin:30px 0 60px 0;
}
.item_result {
width:50%;
padding: 0 5px 10px 0;
}
.item_result:nth-child(2n) {
width:50%;
padding: 0 0 10px 5px;
}
.item_result a {
padding:15px 10px;
}
.box_guests {
	padding:20px;
	border:4px solid #1a54a4;
}
.item_guests{
	flex-basis:100%;
	padding:20px 0 0 0;
	}
	.item_guests_pic{
	flex-basis:100%;
	}
	.item_guests_pic figure{
		height: 70vw;
		border: 0;
		}
		.guests_name{
			font-size:2.6rem;
		}
}

.item_qa {
flex-basis:calc(100%/1);
min-width:calc(100%/1);
}
.item_qa .cts {
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-size:1.5rem;
	transform:rotateZ(0.03deg);
}
.item_qa .cts h5 {
	padding:20px 10px 20px 40px;
	color:#1b6aa1;
	font-size:1.8rem;
	font-weight:600;
	line-height: 1;
	cursor:pointer;
	position:relative;
	border-bottom:1px dotted #1b6aa1;
	
}
.item_qa .cts h5:before {
	content:"Q";
	font-family:'Lato', sans-serif;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:1.8rem;
	font-weight:800;
	margin:0 0 0 0;
	color:#fff;
	background:#1b6aa1;
	border-radius:20px;
	display:inline-block;
	position:absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
}
.item_qa .cts .a {
	padding:17px 20px 40px 80px;
	position:relative;
	display:none;
	background:#fff;
	border-radius:0 0 4px 4px;
}
.item_qa .cts .a:before {
	content:"A";
	font-family:'Lato', sans-serif;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:1.8rem;
	font-weight:600;
	margin:0 0 0 0;
	color:#fff;
	background:#f3c21a;
	border-radius:20px;
	display:inline-block;
	position:absolute;
	left:40px;
	top:15px;
}

@media (max-width: 810px) {
.item_qa .cts .a {
	padding:17px 20px 40px 40px;
}
.item_qa .cts .a:before {
	left:0;
}
}