@charset "UTF-8";
/* margin-bottom */
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb0 {
	margin-bottom: 0;
}
/* margin-top */
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt90 {
	margin-top: 90px;
}
.mt100 {
	margin-top: 100px;
}
/*******
PC
******************************************/
body {
	font-size: 16px;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.color_b {
	color: #2f363c;
}
.color_w {
	color: #fff;
}
.sp {
	display: none;
}
.bg_red {
	background-color: #bd0522;
}
.bg_blk {
	background-color: #2f363c;
}
.bg_blue {
	background: #49c0f0; /* Old browsers */
	background: -moz-linear-gradient(top, #49c0f0 0%, #2cafe3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #49c0f0 0%, #2cafe3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #49c0f0 0%, #2cafe3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3', GradientType=0 ); /* IE6-9 */
}
.bg_blue02 {
	background-color: #277dba;
}
.bg_gold {
	background-color: #cca466;
}
.bg_gold02 {
	background-color: #CCA46C;
}
.bg_cream {
	background-color: #fdf8f0;
}
.bg_gray {
	background-color: #f3f3f3;
}
.color_white {
	color: #fff;
}
.color_gold {
	color:#a9894a;
}
.wrap {
	padding-top: 112px;
}
.sponsor h2 {
	font-size: 24px;
	margin-bottom: 6px;
}
/************
スクロール
*********************/
#card_area, #champ_area, #date_area, #supporter {
	margin-top: -120px;
	padding-top: 120px;
}
/************
header
*********************/
.header {
	position: fixed;
	width: 100%;
	z-index: 9999;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.15);
}
.header .inner {
	width: 1000px;
	margin: 0 auto;
}
.header a {
	color: #555555;
	text-decoration: none;
}
.header a:hover {
	text-decoration: underline;
}
.header h1 {
	background-color: #cca466;
	padding: 8px 0;
	border-top: 1px solid #73521f;
}
.header .nav {
	background-color: #fff;
	padding: 18px 0;
	border-bottom: 1px solid #d6d6d6;
}
.header .nav .nav-01 {
	float: left;
}
.header .nav .nav-02 {
	float: right;
}
.header .nav ul li {
	display: inline-block;
	margin-right: 16px;
}
/************
movie
*********************/
#youtube-movie {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px; /* 最大の横幅 */
}
 
#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;
}

/************
swiper
*********************/
.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
/**
 * swiper.js
 */
.swiper-container {
	width: 100%;
	height: 100%;
	overflow: visible!important;
	z-index: 1;
}
.swiper-button-prev, .swiper-button-next {
	fill: #fff;
	stroke: none;
	stroke-width: 0;
	z-index: 10000;
	width: 20px;
	margin-top: -18px;
	background-image: none;
}
.swiper-pagination-bullet-active {
	background: #fff;
}
.swiper-slide img {
	width: 100%;
}

@media (min-width: 768px) {
.swiper-button-prev,  .swiper-button-next {
	width: 27px;
	margin-top: -22px;
}
}
.mainvisual {
	overflow-x: hidden;background-color: #000;
}
/************
bnr
*********************/
.bnr-area ul.bnr {
	padding: 32px 0;
	text-align: center;
}
.bnr-area ul li {
	display: inline-block;
	margin: 0 24px;
}
.bnr-area ul li a {
    color: #fff;
    background-color: #cca465;
    width: 380px;
    padding: 20px 0;
    display: block;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    box-sizing: border-box;
    transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -webkit-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
}
.bnr-area ul li a::before {
	content: '';
	display: inline-block;
	background-image: url(../img/mark-k1-02.png);
	background-size: contain;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}
.bnr-area ul li a:hover {
	transform: translate(0px, -4px);
	-moz-transform: translate(0px, -4px);
	-webkit-transform: translate(0px, -4px);
	-o-transform: translate(0px, -4px);
	-ms-transform: translate(0px, -4px);
}
/************
intro
*********************/
.bg_intro {
	background-image: url(../img/bg_intro.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.intro {
	text-align: center;
	color: #5c4125;
	padding: 80px 0;
}
.intro .txt01 {
    font-size: 18px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    color: #5c4125;
    border: 1px solid #5c4125;
    line-height: 1;
    padding: 8px 20px;
    margin-bottom: 6px;
}
.intro .txt02 {
	font-size: 28px;
	margin-bottom: 32px;
	line-height: 1.2;
	font-weight: bold;
	color: #a9894a;
}
.intro .txt02 span {
	font-size: 16px;
	font-weight: normal;
}
.intro .minitxt {
	font-size: 15px;
	margin-bottom: 16px;
	line-height: 2;
}
.intro .mb0 {
	margin-bottom: 0;
}
/************
news
*********************/
.bg_news {
	background-image: url(../img/bg_news.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
h2 {
	font-size: 34px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 24px;
}
h2 span {
	font-size: 16px;
}
.news {
	padding: 80px 0;
}
.news ul {
	/*
	text-align: center;*/
	width: 1000px;
	margin: 0 auto;
}
.news ul li {
	width: 300px;
	margin: 15px;
	background-color: #fff;
    padding: 8px;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -webkit-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
}
.news ul li:hover {
	transform: translate(0px, -4px);
    -moz-transform: translate(0px, -4px);
    -webkit-transform: translate(0px, -4px);
    -o-transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);
}
.news ul li a{
	color:#555555;
	text-decoration: none;
}
.news ul li img {
	width: 100%;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	margin-bottom: 8px;
}
.sp-txt {
	text-align:left;
}
.sp-txt .date {
	margin-bottom: 2px;
}
.caption {
    padding-top: 46px;
    padding: 20px 10px 10px 10px;
    box-sizing: border-box;
    text-align: left;
}
.caption .date {
	margin-bottom: 8px;
}
.news ul li .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;	/* 枠の上に置いて表示させない */
	left: 0;
	background-color: rgba(0,0,0,0.8);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.news ul li:hover .mask {
	top: 0;	/* 下に降りてくるように見せる */
}

.news .txt_btn {
    font-size: 15px;
    text-align: center;
    margin-top: 32px;
}
.news .txt_btn a {
    color: #5c4125;
    background-color: #fff;
    width: 380px;
    padding: 20px 0;
    font-size: 16px;
    display:inline-block;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -webkit-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
}
.news .txt_btn a:hover {
    transform: translate(0px, -4px);
    -moz-transform: translate(0px, -4px);
    -webkit-transform: translate(0px, -4px);
    -o-transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);	
}
/************
card
*********************/
.card {
	text-align: center;
	padding: 80px 0;
}
.card .txt {
	font-size: 15px;
	display: inline-block;
}
.card .txt a {
	color: #5c4125;
    background-color: #fff;
    width: 380px;
    padding: 20px 0;
	font-size: 16px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -webkit-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;	
}
.card .txt a:hover {
    transform: translate(0px, -4px);
    -moz-transform: translate(0px, -4px);
    -webkit-transform: translate(0px, -4px);
    -o-transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);	
}
/************
champ
*********************/
.bg_champ {
	background-image: url(../img/bg_champ.gif);
	background-repeat: repeat;
}
.champ {
	padding: 80px 0;
}
.champion-wrap {
	width: 1000px;
	margin: 0 auto;
}
.champion-wrap .champ-one {
    width: 300px;
    display: inline-block;
    padding: 10px;
    background: #fff;
    margin: 5px;
}
.champion-wrap .img {
	display: inline-block;
	vertical-align: top;
}
.champion-wrap .img img {
	width: 100%;
}
.champion-wrap .txt_area {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin-top: 12px;
}
.champion-wrap .txt_area .name {
    font-size: 18px;
    color: #a98849;
    margin-bottom: 8px;
    border-bottom: 1px solid #a98849;
    padding-bottom: 2px;
}
.champion-wrap .txt_area .name::before {
    content: '';
    display: inline-block;
    background-image: url(../img/mark-k1.png);
    background-size: contain;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background-repeat: no-repeat;
}
.champion-wrap .txt_area .name span {
	font-size: 11px;
}
.champion-wrap .txt_area .year {
	font-size: 14px;
	margin-bottom: 8px;
	color: #555555;
}
.champion-wrap .txt_area .btn a {
    font-size: 12px;
    display: block;
    background-color: #a9894a;
    padding: 6px 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -webkit-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    border-radius: 42px;
    width: 49%;
    display: inline-block;
}
.champion-wrap .txt_area .btn a:hover {
	transform: translate(0px, -4px);
	-moz-transform: translate(0px, -4px);
	-webkit-transform: translate(0px, -4px);
	-o-transform: translate(0px, -4px);
	-ms-transform: translate(0px, -4px);
}
.champion-wrap .txt_area .btn a:nth-child(1) {
	margin-bottom: 4px;
}
/************
detail
*********************/
.detail {
	padding: 80px 0;
}
.detail .detail-wrap {
	width: 960px;
	margin: 0 auto;
}
.detail .detail-wrap .yosen-ttl {
	font-size: 20px;
    margin-bottom: 18px;
    padding-bottom: 4px;
    background-color: #969696;
    padding: 7px;
    color: #fff;
}
.detail .detail-wrap table {
	width: 100%;
	font-size: 15px;
	color: #555555;
	margin-bottom: 12px;
}
.detail .detail-wrap table th {
	background-color: #eeeeee;
	width: 100%;
	display: block;
	padding: 10px;
	box-sizing: border-box;
}
.detail .detail-wrap table td {
	width: 100%;
	display: block;
	padding: 10px;
	box-sizing: border-box;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************
supporter
*********************/
#supporter .section {
	padding: 80px 0;
	background-color: #ffe8e8;
}
@media (min-width: 768px) {
	#supporter .section, .detail {
		padding: 40px 0;
	}
}
/************
sponsor
*********************/
.sponsor {
	padding: 40px 0;
	text-align: center;
}
img.links {
	transition: 200ms ease-in-out;
	-moz-transition: 200ms ease-in-out;
	-webkit-transition: 200ms ease-in-out;
	-o-transition: 200ms ease-in-out;
	-ms-transition: 200ms ease-in-out;
}
img.links:hover {
	transform: translate(0px, -4px);
	-moz-transform: translate(0px, -4px);
	-webkit-transform: translate(0px, -4px);
	-o-transform: translate(0px, -4px);
	-ms-transform: translate(0px, -4px);
}
/************
link
*********************/
.link {
	padding: 40px 0 30px;
}
.link ul {
	text-align: center;
}
.link ul li {
	display: inline-block;
	padding: 10px;
	width: 300px;
}
.link ul li img {
	width: 100%;
}
/************
footer
*********************/
.footer {
	background-color: #cca466;
	text-align: center;
	color: #fff;
	font-size: 10px;
	padding: 6px 0;
}
#page-top {
	position: fixed;
	bottom: 26px;
	right: 20px;
	z-index: 99;
}
#page-top a {
	display: block;
	width: 100px;
	cursor: pointer;
	color: #fff;
	line-height: 70px;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#page-top a img {
	width: 100%;
}

/*******
SP
******************************************/
@media screen and (max-width: 767px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
.wrap {
    padding-top: 186px;
}
/************
SP 100%調節
*********************/	
img {
	width: 100%;
}
.header .inner {
	width: 100%;
}
.champion-wrap {
	width: 100%;
}
h2 {
    margin-bottom: 12px;
}
	.sponsor h2 {
		font-size: 14px;
	}
/************
スクロール
*********************/
	h1.logo {
		text-align: center;
	}
h1.logo img {
	width: 80%;	
}
.header .nav {
    padding: 0;
}
.header .nav .nav-01, .header .nav .nav-02 {
    float: none;
}
	.header .nav ul {
		font-size: 0;
	}
	.header .nav .nav-01 ul li:last-child{
		width: 100%;
		border-top: 1px solid #cca365;
	}
.header .nav ul li {
    margin-right: 0;
    width: 25%;
	box-sizing: border-box;
}
.header .nav ul li a {
    padding: 16px 0;
    font-size: 22px;
	border-right: 1px solid #cca365;
}
.header .nav ul li:last-child a {
	border-right: none;
}
.header a {
    display: block;
    text-align: center;
	font-size: 16px;
}
	
.header a:hover {
	text-decoration: none;
}
	
.bnr-area ul.bnr {
    text-align: center;
    box-sizing: border-box;
}	
.bnr-area ul li {
    display: inline-block;
    margin: 0;
    width: 45%;
}
.bnr-area ul li:first-child {
	margin-right: 2%;
}
.bnr-area ul li a {
    width: 100%;
}
	
.champion-wrap .champ-one {
    width: 100%;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    padding: 15px;
}	
	
	
.link ul li {
    display: inline-block;
    padding: 1%;
    width: 49%;
    box-sizing: border-box;
}
.intro {
    padding: 60px 0;
}
.intro .minitxt {
	line-height: 1.8;
	padding: 0 15px;
    box-sizing: border-box;
}
.intro .txt01 {
    font-size: 22px;
}
.intro .txt02 {
    font-size: 28px;
    margin-bottom: 32px;
    line-height: 1.6;
	font-weight: normal;
}
.intro .txt02 span {
    font-size: 18px;
}
/************
news
*********************/
.news ul {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2%;
}
.news ul li {
    width: 45%;
    height: auto;
    margin: 2%;
    padding: 2%;
    background-color: #fff;
    border: none;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.news a {
	display: block;
	text-decoration: none;
	color: #555555;
}
.news .sp-txt {
    text-align: left;
    margin-top: 12px;
}
.news .sp-txt .date {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 8px;
    padding: 0px 12px;
    color: #5c4125;
    border: 1px solid #5c4125;
}
.news .sp-txt .txt{
	font-size: 22px;
}
.news .txt_btn {
    font-size: 15px;
    width: 70%;
	margin: 0 auto;
}
.news .txt_btn a {
    color: #5c4125;
    background-color: #fff;
    width: 100%;
    padding: 20px 10px;
    display: block;
    text-decoration: none;
    font-size: 24px;
    cursor: pointer;
    box-sizing: border-box;
}
.card {
    padding: 40px 0;
}
.card .txt {
    font-size: 15px;
    width: 70%;
}	
.card .txt a {
	color: #5c4125;
    background-color: #fff;
	width: 100%;
	padding: 20px 10px;
    display: block;
    text-decoration: none;
    font-size: 24px;
    cursor: pointer;
    box-sizing: border-box;
}
	
.champion-wrap .img {
    width: 30%;
    margin-right: 4%;
}
.champion-wrap .txt_area {
    width: 65%;
}
.champion-wrap .txt_area .name {
    font-size: 28px;
}
.champion-wrap .txt_area .year {
    font-size: 18px;
	margin-bottom: 12px;
}
.champion-wrap .txt_area .btn a {
    font-size: 18px;
    padding: 12px 0;
}
.champion-wrap .txt_area .name span {
    font-size: 15px;
}
.champion-wrap .txt_area .name::before {
    width: 22px;
    height: 22px;
}
	
.detail .detail-wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}
.detail .detail-wrap table {
    font-size: 24px;
}
.detail .detail-wrap .yosen-ttl {
    font-size: 16px;
}
/************
スポンサー
*********************/	
	.sponsor img {
		width: 65%;
	}	
/************
スクロール
*********************/	
#page-top {
	position: fixed;
	right: 20px;
	z-index: 99;
}
#page-top a {
	width: 180px;
	font-size: 30px;
}
/************
footer
*********************/
.footer {
	font-size: 12px;
	padding: 6px 0;
}
}


/************************
add 20180912 movie
************************/
#movie {
	margin: 60px 0;
	text-align: center;
}
.one-movie {
    display: inline-block;
    width: 370px;
    padding: 10px;
}
.one-movie iframe {
	width: 100%;
}
@media screen and (max-width: 767px) {
	#movie {
		margin: 40px 0;
	}
.one-movie {
    width: 70vw;
}
}