@charset "UTF-8";

/* CSS Document */
html	{font-size: 62.5%;height: 100%;}
body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
body._en{
	font-family: "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
figure {padding: 0;margin: 0;}
ul,li{list-style: none;padding: 0;margin: 0;line-height: 1.8;}
ul.disc,ul.disc_w,ul.disc_b{padding-left: 15px;}
ul.disc li{padding-left: 15px;text-indent: -15px;}
ul.disc li:before{
	content:  ""; 
    width:  8px;
    height:  8px; 
    display:  inline-block; 
    background-color: #957B4A;
    border-radius:  50%;  
	position:  relative; 
    top: -1px; 
	left: -8px;	
}
ul.disc_w li:before{
	content:  ""; 
    width:  8px;
    height:  8px; 
    display:  inline-block; 
    background-color: #FFFFFF;
    border-radius:  50%;  
	position:  relative; 
    top: -1px; 
	left: -8px;	
}
ul.disc_b li:before{
	content:  ""; 
    width:  8px;
    height:  8px; 
    display:  inline-block; 
    background-color: #000000;
    border-radius:  50%;  
	position:  relative; 
    top: -1px; 
	left: -8px;	
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}

a::selection, br::selection, dd::selection, dt::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, li::selection, p::selection, small::selection, span::selection, ul::selection {
background-color: #957B4A;
color: #fff;
}

.clearfix:before, .clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both;}
.clearfix {*zoom:1;display: block;}
em	{font-style: normal;}
img	{max-width: 100%; height: auto; vertical-align: top;}
a img	{ border: none;}
a:hover img	{opacity:0.7;filter: alpha(opacity=70);}
a	{text-decoration: none;color: #FFFFFF;}

dt,dd,dl{padding: 0;margin: 0;}
.reset, .reset > dt, .reset > dd	{margin: 0; padding: 0; list-style-type: none;}
.reset-t	{margin-top: 0; padding-top: 0;}
.reset-b	{margin-bottom: 0; padding-bottom: 0;}
.text-center{text-align: center;}
.mb_30{margin-bottom: 30px;}
.mb_20{margin-bottom: 20px;}
.mb_10{margin-bottom: 10px;}
.fs-13{font-size: 13px;}
.fs-18{font-size: 18px;}
.text-red{color: #C4403E}

.we_ttl{font-size: 3.6rem;margin-bottom: 20px;font-family: "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;margin-top: 0;}
.we_ttl._bk{color: #000000}
.we_sub{margin-bottom: 50px;}
.we_sub h2{margin: 0;font-size: 60px;font-family:  "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;position: relative;padding-left: 50px;line-height: 1;}
.we_sub h2:before{
	display: block;
	position: absolute;
	bottom: 0;
	left: 40px;
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	border-radius: 50%;
	background: #957B4A;
	width: 50px;
	height: 50px;
	content: "";
}
h2.midashi{background-color: rgba(149,123,74,0.80);color: #FFFFFF;font-size: 18px;padding: 8px 16px;}
.group-ttl{background-color: #242424;color: #FFFFFF;box-sizing: border-box;padding: 5px 10px;font-size: 20px;}
table.table{border-collapse: collapse;border-spacing: 0;width: 100%;font-size: 13px;border-top: 1px solid #1B1B1B;}
table.table tr{border-left: 1px solid #1B1B1B;border-bottom: 1px solid #1B1B1B;}
table.table tr td{
	padding: 15px 20px;
	text-align: left;
	border-right: 1px solid #1B1B1B;
	vertical-align: middle;
}
table.table tr th{
	padding: 15px 20px;
	text-align: center;
	border-right: 1px solid #1B1B1B;
	vertical-align: middle;
	font-weight: bold;
}
.contents{padding-top: 60px;padding-bottom: 60px;}
.dir-top .contents{padding: 0;}
/*--プルダウンメニュー--*/
.select_filter{width: 100%;padding: 16px 0;position: relative;margin: 30px auto 0;text-align: center;}
.select-year_def{
    margin: 0 auto;
    width: 130px;
    height: 32px;
    background-color: #FFFFFF;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;

}
.select-year_def .ttl{width: 35%;font-size: 12px;font-weight: bold;color: #777777;margin-top: 4px;}
.select-year_def .data{width: 100%;position: relative;}
.select-year_def .data:before{
    display: block;
content: " ";
position: absolute;
top: 50%;
right: 10px;
width: 21px;
height: 30px;
background: url("/img/icon/icon_triangle.png") 0 0 no-repeat;
background-size: cover;
pointer-events: none;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;

margin: 0;
border: 0;
outline: none;
font-size: 14px;
letter-spacing: 1px;
color: #000000;
background: #fff;
cursor: pointer;
padding-left: 5px;
}


.season-selector{background-color: #cbcbcb;padding-top: 15px;margin-bottom: 30px;}
.season-selector ul{
    margin: 0 auto;
    width: 100%;
    max-width: 990px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.season-selector ul .season-selector_item{
    width: 50%;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    background-color: #000000;
}
.season-selector ul .season-selector_item a{
    display: flex;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    animation: show .4s linear 0s;
    font-size: 18px;
    line-height: 56px;
    align-items: center;
    justify-content: center;
    height: 56px;
}
.season-selector ul .season-selector_item a.active{background-color: #FFFFFF;color: #000000;}
.season-selector ul .season-selector_item a img{height: 50px}
/*----------ボタン----------*/
.btn{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
  display: inline-block;
  padding: 1.3rem 6rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFFFFF;
	overflow: hidden;
	background-color: #000000;
	margin-top: 30px;
}
.btn span{position: relative;}
.btn:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	content: '';
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0px);
	border-radius: 50%;
	background-color: #957B4A;
}
.btn.bg_g:before{
	background-color: #000000;
}
.btn:hover:before{
	width: 400px;height: 400px;-webkit-transform: translateX(-1%) translateY(-175px);transform: translateX(-1%) translateY(-175px);
}
.btn.bg_g:hover:before{
	width: 400px;height: 400px;-webkit-transform: translateX(-1%) translateY(-175px);transform: translateX(-1%) translateY(-175px);
}
.btn.bg_w{color: #000000;background-color: #FFFFFF;}
.btn.bg_w:hover{color: #FFFFFF}
.btn.bg_g{color: #FFFFFF;background-color: #957B4A;}
._btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 60px;
	position: relative;
	background: #957B4A;
	border: 1px solid #957B4A;
	border-radius: 999px;
	box-sizing: border-box;
	/* padding: 0 45px 0 25px; */
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-decoration: none;
	transition-duration: 0.3s;
	text-align: center;
	font-weight: bold;
}
._btn.text-center{
	margin: 0 auto;
}
._btn:before{
	content: '';
	  width: 8px;
	  height: 8px;
	  border: 0;
	  border-top: 2px solid #fff;
	  border-right: 2px solid #fff;
	  transform: rotate(45deg);
	  position: absolute;
	  top: 50%;
	  right: 25px;
	  margin-top: -6px;
}
._btn:hover{background: #fff;color: #957B4A;}
._btn:hover:before{border-top: 2px solid #957B4A;border-right: 2px solid #957B4A;}
._btn a{color: #FFFFFF!important;text-decoration: none!important;}
._btn:hover a{color: #957B4A!important;}
.comingsoon-text{font-size: 20px;font-weight: bold;}
#news.dir-sub .news_txt a.btn_link
{
	position: relative;
	background-color: #957B4A;
	display: block;
	text-align: center;
	width: 300px;
	padding: 5px;
	color: #FFFFFF;
	border-radius: 3px;
}
#news.dir-sub .news_txt a.btn_link:hover{text-decoration: none;}
#news.dir-sub .news_txt a.btn_link:before{
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	background: url("../img/icon/arrow-r_w.svg") no-repeat center;
	background-size: contain;
	width: 18px;
	height: 100%;
	content: "";
}

.block-box{padding-top: 50px;padding-bottom: 60px;}
/*----------TOP----------*/
body.dir-top{background-color: #000000;color: #FFFFFF}
.Postpone-txt{font-weight: bold;margin: 15px 0 0;}
.Postpone-txt a{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
	transition: all 0.3s;
	display: inline-block;
	background-color: #957B4A;
	box-sizing: border-box;
	padding: 10px;
}
.Postpone-txt a:hover{color: #957B4A;background-color: #FFFFFF;}
.Postpone-txt i{display: inline-block;margin-left: 5px;}
/*----------TOPICS----------*/
.dir-top #topics{background-color: #FFFFFF;}
.dir-top #topics .sliderArea{position: relative;}
.dir-top #topics .slick-slide{padding-right: 20px;padding-left: 20px;transition: all ease-in-out .3s;opacity: .2;}
.dir-top #topics .slick-slide a{color: #000000;outline:none;}
.dir-top #topics .slick-current{opacity: 1}
.dir-top #topics .slick-prev,.dir-top #topics .slick-next{
	font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.dir-top #topics .slick-next{right: -25px;}
.dir-top #topics .slick-prev{left: -25px;}
.dir-top #topics .slick-prev:before,.dir-top #topics .slick-next:before{
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FFFFFF;
}
.dir-top #topics .slick-prev:before{content: '←';}
.dir-top #topics .slick-next:before{content: '→';}
.dir-top #topics .slick-dots,.dir-top #movie .slick-dots{
	position: absolute;
	bottom: -35px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.dir-top #topics .slick-dots li,.dir-top #movie .slick-dots li{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
}
.dir-top #topics .slick-dots li button,.dir-top #movie .slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
}
.dir-top #topics .slick-dots li button:before,.dir-top #movie .slick-dots li button:before{
	font-family: slick;
	font-size: 40px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.dir-top #topics .slick-dots li.slick-active button:before,.dir-top #movie .slick-dots li.slick-active button:before{color: #957B4A;}
.dir-top #topics .topics-main_txt h3{font-size: 23px;display: block;text-align: center;font-weight: 500;line-height: 1.4;color: #000000}


#banner .flex{display: flex;flex-wrap: wrap;justify-content: center}
#banner .flex .col{width: calc(25% - 10px);margin-left: 10px;}
#banner .flex .col:nth-child(4n + 1){margin-left: 0;}
#banner .inner-banner ul{border-bottom: 1px solid #FFFFFF;padding-bottom: 30px;margin-bottom: 30px;}
.dir-top #top-sns {margin-top: 0;}
#top-sns {background-color: #DFDFDF;padding-top: 20px;padding-bottom: 20px;margin-top: 50px;}
#top-sns .container{padding: 0;}
#top-sns .item-sns strong{margin-bottom: 20px;color: #000000;font-size: 2.4rem;line-height: 1.0;display: block;font-family: "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;}
#top-sns .item-sns ul{font-size: 0;}
#top-sns .item-sns ul li{
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 5px;
    vertical-align: top;
}
#top-sns .item-sns ul li a{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    border-radius: 25px;
    font-size: 2.0rem;
    text-align: center;
} 
#top-sns .item-sns{text-align: center;}
#top-sns .item-sns ul li.icon-twitter a{background-color: #55acee;}
#top-sns .item-sns ul li.icon-instagram a{background-color: #d93177;}
#top-sns .item-sns ul li.icon-youtube a{background-color: #cd201f;}
#top-sns .item-sns ul li a:before{display: block;font-family: "Font Awesome 5 Brands";font-weight: 900;}
#top-sns .item-sns ul li.icon-twitter a:before{content: "\f099";}
#top-sns .item-sns ul li.icon-instagram a:before{content: "\f16d";}
#top-sns .item-sns ul li.icon-youtube a:before{content: "\f167";}

/*----------NEWS----------*/
.dir-top #news{box-shadow: 0 .4rem 1.2rem 0 rgba(0,0,0,.4);}
#news{background-color: #FFFFFF;color: #000000;}
#news .news_inner a{color: #000000;}
#news a:hover  img{opacity: 1;}
#news .news_inner:hover{box-shadow: 0 0 1.2rem rgba(0,0,0,.1);}
#news .news_box{display: flex;flex-wrap: wrap;justify-content: flex-start;}

#news .news_inner figure{
	position: relative;
	margin: 0 auto 28px;
	background: #fff;
	padding-top: 56.25%;
	width: 100%;
	overflow: hidden;
	}
#news .news_inner .main_txt{padding: 0 10px;}
#news .main_txt p{margin-bottom: 0;font-size: 14px;font-weight: 700;}
#news .news_date{
	display: inline-block;
	position: relative;
	font-family: "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.3rem;
	margin-right: 10px;
	color: #B5B5B5;
}
#news .news_cate{color:#957B4A;font-weight: 700;font-size: 1.4rem;}
#news.dir-news .contents_news{position: relative;margin: 0 auto;}
#news.dir-news .news_sub{position: relative;margin: 0 auto;width: 100%;}
#news.dir-news .news_sub h3{
	position: relative;
	margin: 0 auto 40px;
	width: 100%;
	font-family: "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 38.4px;
	font-size: 2.4rem;
	font-weight: 800;
	letter-spacing: .3px;
	line-height: 1;
}
#news.dir-news .news_sub ul{list-style: none;padding: 0;margin: 0;}
#news.dir-news .news_sub li a{
	display: block;
	position: relative;
	-webkit-transition: 0.2s color cubic-bezier(0.5, 1, 0.89, 1);
	transition: 0.2s color cubic-bezier(0.5, 1, 0.89, 1);
	padding: 16px 0;
	font-size: 1.5rem;
	color: #000000;
}
#news.dir-news .news_sub li a:hover{color: #957B4A}
#news.dir-news .news_sub li a:before{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../img/icon/arrow-r.svg") no-repeat center;
	background-size: contain;
	width: 18px;
	height: 100%;
	content: "";
}
#news.dir-news .news_sub + .news_sub{margin-top: 76px;}
#news.dir-news .p-archive__footer{position: relative;margin: 20px auto 0;width: 100%;}
#news.dir-news .c-pagination{position: relative;margin: 0 auto;width: 100%;}
#news.dir-news .c-pagination__list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	list-style: none;
	margin: 0;padding: 0;
}
#news.dir-news .c-pagination__item{display: block;position: relative;}
#news.dir-news .c-pagination__text{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.2s color cubic-bezier(0.5, 1, 0.89, 1);
	transition: 0.2s color cubic-bezier(0.5, 1, 0.89, 1);
	border-radius: 50%;
	width: 45px;
	height: 45px;
	font-family:  "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 900;
	color: #000000;
}
#news.dir-news .is-current .c-pagination__text{background: #957B4A;color: #fff !important;}
.l-in__title{width: 22.273%;}
.l-in__title:before{
	display: block;
	position: absolute;
	bottom: 0;
	left: -18px;
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	border-radius: 50%;
	background: #957B4A;
	width: 50px;
	height: 50px;
	content: "";
	}
.l-in__title-svg{display: block;position: relative;width: 100%;height: auto;}
.l-in__title-path{fill: #000;stroke: #000;stroke-miterlimit: 10;stroke-width: 1.67px;}
#news.dir-sub .topic-table{border: 1px solid #a4a4a4 !important;color: #151515;}
#news.dir-sub table{
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

#news.dir-sub .topic-table th{
	background-color: #957B4A;
	line-height: 2.0em;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 13px;
	color: #FFFFFF
}
#news.dir-sub .topic-table td{vertical-align: middle;border: 1px solid #a4a4a4 !important;padding: 8px 5px;line-height: 1.4em;font-size: 13px;}
#news.dir-sub.dir-news .news_inner{width: 100%;border: none;max-height: 100%}
#news.dir-sub.dir-news .news_inner:hover{box-shadow:none;}
#news.dir-sub .news_header{position: relative;margin: 0 auto 72px;width: 100%;}
#news.dir-sub .news_info{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin: 0 auto 24px;
	width: 100%;
}
#news.dir-sub .info_cate{
	display: block;
	position: relative;
	margin-right: 45px;
	color: #957B4A;
	font-family:  "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 1px;
}
#news.dir-sub .info_date{
	display: block;
	position: relative;
	font-family:  "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
}
#news.dir-sub .news_keywords{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto 24px;
	width: 100%;
}
#news.dir-sub .news_keywords .keywords_item{display: block;}
#news.dir-sub .news_keywords .keywords_item a{color: #9e9e9e;font-size: 20.8px;font-size: 1.4rem;font-weight: 600;}
#news.dir-sub .news_keywords .keywords_item + .keywords_item{margin-left: 18px;}
#news.dir-sub .news_tittle{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	font-size: 2.8rem;
	font-weight: 900;
	line-height: 1.6;
}
#news.dir-sub .news_main{width: 100%;position: relative;margin: 0 auto;}
#news.dir-sub .news_txt{
	position: relative;
	margin: 0 auto;
	width: 100%;
	line-height: 2;
	font-weight: 500;
}
#news.dir-sub .news_txt p{margin: 0;padding: 0;}
#news.dir-sub .news_txt a{color: #3554D5;word-wrap: break-word;}
#news.dir-sub .news_txt a:hover{text-decoration: underline;}
#news.dir-sub .news_txt .head1{
	display: block;
	position: relative;
	margin: 30px 0;
	padding-left: 25px;
	font-weight: 600;
}
#news.dir-sub .news_txt .head1:before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #957B4A;
	width: 5px;
	height: 100%;
	content: "";
}
#news.dir-sub .news_txt .head2{
	display: block;
position: relative;
margin: 30px 0;
padding-bottom: 12px;
font-weight: 600;
}
#news.dir-sub .news_txt .head2:before{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #957B4A;
	width: 100%;
	height: 1px;
	content: "";
}
/*シェアボタン*/
#news.dir-sub .sns_box{
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 34px;
}

#news.dir-sub .sns_box._bottom{text-align: center;}
#news.dir-sub .sns_button{
	float: left;
  box-shadow: inset 0 0 0 2px #000;
  border-radius: 100%;
  -moz-transition: all 280ms ease;
  -o-transition: all 280ms ease;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
}
#news.dir-sub .sns_button.twitter{box-shadow: inset 0 0 0 2px #1B95E0;}
#news.dir-sub .sns_button.twitter a{color:  #1B95E0;}
#news.dir-sub .sns_button.facebook{box-shadow: inset 0 0 0 2px #3B5999;}
#news.dir-sub .sns_button.facebook a{color:  #3B5999;}
#news.dir-sub .sns_button.line{box-shadow: inset 0 0 0 2px #06c755;}
#news.dir-sub .sns_button.line a{color:  #06c755;}
#news.dir-sub .sns_button.link{box-shadow: inset 0 0 0 2px #444;}
#news.dir-sub .sns_button.link span{color:  #444;}
#news.dir-sub .sns_button a,#news.dir-sub .sns_button span{
	display: flex;
	align-items: center;
	justify-content: center;
  width: 34px;
  height: 34px;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  -moz-transition: all 280ms ease;
  -o-transition: all 280ms ease;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
}
#news.dir-sub .sns_button a i,#news.dir-sub .sns_button span i{font-size: 18px;vertical-align: middle;}
#news.dir-sub .sns_button + .sns_button {margin: 0 0 0 8px;}
#news.dir-sub .sns_button:hover{box-shadow: inset 0 0 0 22px #000}
#news.dir-sub .sns_button.twitter:hover{box-shadow: inset 0 0 0 22px #1B95E0}
#news.dir-sub .sns_button.facebook:hover{box-shadow: inset 0 0 0 22px #3B5999}
#news.dir-sub .sns_button.line:hover{box-shadow: inset 0 0 0 22px #06c755}
#news.dir-sub .sns_button.link:hover{box-shadow: inset 0 0 0 22px #444}
#news.dir-sub .sns_button:hover a,#news.dir-sub .sns_button:hover span  {color: #FFFFFF;}

.c-pager{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	width: 120px;
}
.c-pager__nav{display: block;position: absolute;top: 50%;}
.c-pager__nav.-prev{
	left: 0;
	-webkit-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}
.c-pager__nav.-prev::before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/icon/arrow-l.svg") no-repeat center;
	background-size: contain;
	width: 14px;
	height: 100%;
	content: "";
}
.c-pager__nav.-next{right: 0;-webkit-transform: translate(100%, -50%);-ms-transform: translate(100%, -50%);transform: translate(100%, -50%);}
.c-pager__nav.-next::before{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../img/icon/arrow-r.svg") no-repeat center;
	background-size: contain;
	width: 14px;
	height: 100%;
	content: "";
}
.c-pager__nav-text{
	display: block;
	position: relative;
	-webkit-transition: 0.2s color cubic-bezier(0.5, 1, 0.89, 1);
	transition: 0.2s color cubic-bezier(0.5, 1, 0.89, 1);
	padding: 10px 30px;
	font-family:  "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 900;
	color: #000000;
}
.c-pager__back{display: block;width: 23px;}
.c-pager__back-svg{display: block;position: relative;width: 100%;height: auto;}
.c-pager__back-path{-webkit-transition: 0.2s fill cubic-bezier(0.5, 1, 0.89, 1);transition: 0.2s fill cubic-bezier(0.5, 1, 0.89, 1);}
/*----------MATCH----------*/
.dir-top #match .ttl_we{font-size: 26px;font-weight: bold;width: 400px;margin: 30px auto 0;}
.dir-top #match .match_main{text-align: center;margin: 30px 0 60px;font-size: 60px;font-weight: 900;}
.dir-top #match .match__ttl{font-size: 18px;margin-bottom: 15px;font-weight: bold;}
.dir-top #match .match_date{font-size: 30px;display: block;border-bottom: 1px solid #FFFFFF;margin-bottom: 10px;}
.dir-top #match .match_date span{display: inline-block;margin-left: 6px;font-size: 12px;}
.dir-top #match .sec{margin-top: 20px;margin-bottom: 30px;font-weight: bold;font-size: 18px;}
.dir-top #match .group{margin-top: 0;margin-bottom: 5px;font-weight: bold;}
.dir-top #match .match__box{display: flex;align-items: center;align-content: center;justify-content: flex-start;margin-bottom: 30px;flex-wrap: wrap;}
.dir-top #match .match__box:first-of-type{margin-bottom: 0;}
.dir-top #match .match__item{background-color: #FFFFFF;border-left: 1px solid #000000;color: #000000;}
.dir-top #match .match__item:first-of-type{border-left: 0;}
.dir-top #match .match__item .match__board--date{padding: 0px 8px 0px 8px;margin: 0;}
.dir-top #match .match__item .match__board--date p{display: inline-block;vertical-align: middle;}
.dir-top #match .match__item .match__board--date p span{display: inline-block;}
.dir-top #match .match__item .match__board--date p.leg{display: block;text-align: center;font-size: 18px;margin: 0;padding: 5px 0;letter-spacing: 5px;}
.dir-top._en #match .match__item .match__board--date p.leg{letter-spacing: 1px;}
.dir-top #match .match__item .match__board--date .day{margin: 0;font-size: 30px;font-family:  "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;width: calc(70% - 16px);}
.dir-top #match .match__item .match__board--date .day span{display: inline-block;font-size: 11px;}
.dir-top #match .match__item .match__board--date .time{font-size: 11px;width: 30%;}
.dir-top #match .match__item .match__board--date .time span{display: block;text-align: center}
.dir-top #match .match__item .match__board--score{background-color: #f5f5f5;padding: 20px 5px;transition: all .2s;}
.dir-top #match .match__item .match__board--score a{transition: all .2s;}
.dir-top #match .match__item .match__board--score a:hover{background: rgb(194,168,109);background: linear-gradient(45deg, rgba(194,168,109,1) 0%, rgba(178,157,104,1) 51%, rgba(128,110,62,1) 100%);color: #FFFFFF;opacity: 1;transform: scale(1.03);
transform-origin: center;}
.dir-top #match .match__item .match__board--score table{position: relative;}
.dir-top #match .match__item .match__board--score table tr td{border: 0px;padding: 0px;font-size: 11px;color: #000000;}
.dir-top #match .match__item .match__board--score table tr td img{display: inline-block;width: 60px;height: 60px;}
.dir-top #match .match__item .match__board--score table tr td.no--result{font-size: 20px;font-weight: 600;min-width: 50px;font-family:  "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;}
.dir-top #match .match__item .match__board--score .result-box .time{display: block;color: #000000;}
.dir-top #match .match__item .match__board--score .result-box .Cancel{padding: 4px;background-color: rgba(149,123,74,0.80);border-radius: 4px;color: #FFFFFF;}
.dir-top._en #match .match__item .match__board--score .result-box .time{font-size: 16px;}
.dir-top #match .match__item .match__board--score .result-box .Cancel{padding: 4px;background-color: rgba(149,123,74,0.80);border-radius: 4px;color: #FFFFFF;}
.dir-top #match .match__item .match__board--score .result-box .place{display: block;color: #000000;line-height: 1.3;}
.dir-top #match .match__item .match__board--score .result-box .member{padding: 3px;background-color: rgba(149,123,74,0.80);border-radius: 4px;position: absolute;display: block;color: #FFFFFF;bottom: 0;left: 50%;margin-left: -25px;}
.dir-top._en #match .match__item .match__board--score .result-box .member{bottom: -20px;}
.dir-top #match .match__item .match__media--box{display: flex;justify-content: center;background-color: #FFFFFF;}
.dir-top #match .match__item .match__board--score .result-box .live{background-color: #C4403E;padding: 3px 8px;animation: flash 3s linear infinite;border-radius: 4px;position: absolute;display: block;color: #FFFFFF;bottom: 0;left: 50%;margin-left: -25px;}
.dir-top._en #match .match__item .match__board--score .result-box .live{bottom: -20px;margin-left: -18px;}

@keyframes flash {
	  0%,100% {opacity: 1;}
	  50% {opacity: 0.4;}
	}
.dir-top #match .match__item .match__board--score .result-box .score{display: inline-block;height: 30px;line-height: 30px;background-color: rgba(149,123,74,0.80);color: #FFFFFF;border-radius: 4px;padding: 0 0.4em;min-width: 30px;font-size: 15px;font-weight: bold;}
.dir-top #match .match__item .match__media--box{display: flex;justify-content: center;background-color: #FFFFFF;}
.dir-top #match .match__item .match__media--box.Postpone{background-color: #fe0000;color: #FFFFFF;}
.dir-top #match .match__item .match__media--box .col{max-width: 106px;text-align: center;width: 100%;}
.dir-top #match .match__item .match__media--box .col a{display: flex;padding: 5px;justify-content: center;align-items: center;}
.dir-top #match .match__item .match__media--box .dazn_youtube img,.dir-top #match .match__item .match__media--box .dazn img,.dir-top #match .match__item .match__media--box .tv img,.dir-top #match .match__item .match__media--box .tv img,.dir-top #match .match__item .match__media--box .ticket img{width: 24px;}
.dir-top #match .match__item .match__media--box .col.pdf i{font-size: 24px;color: #000000;}
.dir-top #match .match__item .match__media--box .col.Postpone{background-color: #fe0000;color: #FFFFFF;}
.dir-top #match .highlight-box{padding-top: 50px;}
.dir-top #match .highlight-box .youtube,.dir-top #match .dazn-youtube-box .youtube{ 
	position: relative;
	  width: 100%;
	  padding-top: 56.25%;
}
.dir-top #match .highlight-box .youtube iframe,.dir-top #match .dazn-youtube-box .youtube iframe{ 
	 position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.dir-top #match .dazn-youtube-box{padding-top: 80px;padding-bottom: 30px;}
.dir-top #match .dazn-youtube-inner{display: flex;justify-content: center;}
.dir-top #match .dazn-youtube-item{width: 500px;margin-left: 10px;margin-right: 10px;}
.dir-top #match .dazn-youtube-item .time{display: block;text-align: center;font-weight: bold;}
.dir-top #match .dazn-youtube-item .time span{font-weight: 100;position: relative;font-size: 16px;letter-spacing: 1.5px;}
.dir-top #match .dazn-youtube-item .time span:after{content: "|";padding-left: 5px;padding-right: 5px;}
#match{position: relative;overflow: hidden;}
#match .container{position: relative;}
#match span{
	vertical-align: baseline;
	margin: 0;
	outline: 0;
	border: 0;
	background: transparent;
	padding: 0;
	font-size: 100%;
}
#match .game__inner{color: #FFFFFF}
#match .game__inner a{display: block;width: 100%;}
#match .game__list{margin-top: 10px;}
#match .game__list li{padding: 10px 20px;margin-bottom: 1px;position: relative;}
/*
#match .game__list li:before{
	width: 90%;
	height: .4rem;
	background-image: linear-gradient(270deg,#957B4A,#F8CE2D);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: .4s;
	content: '';
}
*/
#match .game__list li:nth-child(even){background-color: #3e3e3e;}
#match .game_data .game_date span{display: inline-block;margin: 0 5px;}
#match .game_results .point{
	width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family:  "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 22px;
	letter-spacing: .6px;
	text-align: center;
	}
#match .game_results .point .hifun{padding: 0 3px;}
#match .game_results .point .lose{color: #B6B6B6;}
#match .game_ticket{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin: 10px -15px -25px;
	align-items: center;
}
#match .game_results .team .team_name{-webkit-box-flex: 1;-ms-flex: 1;flex: 1;text-align: center;margin-left: 10px;color: #FFFFFF}
#match .item_ticket.report a{background-color: #FF211E;}

/*-- club --*/
.dir-top #club .club_inner{position: relative}
.dir-top #club .club_map{display: block;position: relative;}
.dir-top #club .club_name a{display: block;width: 100%;transition-duration: 1s;position: relative}
.dir-top #club .club_name a:hover{color: #957B4A;transition-timing-function:ease;}

.dir-about .about_header{background-color: #cbcbcb;}
.dir-about #vision .l-in__title-path,.dir-about #outline .l-in__title-path{fill: #fff;stroke: #fff;}
.dir-about #management .l-in__title-path,.dir-about #outline .l-in__title-path{stroke-width: .6;}

.dir-about .about_links{width: 1060px;margin: 0 auto;padding: 30px 0 0 0;position: relative;}
.dir-about .about_links .link_tab{display: flex;justify-content: center;}
.dir-about .about_links li{width: 264px;margin-right: 1px;background-color: #000000;display: inline-block;}
.dir-about .about_links li a{display: block;padding: 10px 0;text-align: center;font-weight: bold;font-size: 14px;font-weight: bold;color: #777777;}
.dir-about .about_links li a span{display: block;font-family:  "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;font-size: 17px;font-weight: 600;margin-bottom: 5px;color: #FFFFFF;line-height: 1;}
.dir-about .link_tab li a.active, .dir-about .link_tab li.active{background-color: #FFFFFF;color: #777777;}
.dir-about .about_links li a.active span{color: #000000;}
/*-- vision --*/
.dir-top #vision{background-color: #957B4A;color: #FFFFFF}
.dir-top._en #vision{background-color: #FFFFFF;color: #000000}
.dir-top._en #outline{background-color: #957B4A;color: #FFFFFF}
.dir-top._en #outline .we_sub h2:before{background-color: #FFFFFF}
.dir-top #vision .vision_list h3{color: #957B4A;font-size: 20px;margin-top: 0;margin-bottom: 10px;}
.dir-top._en #vision .vision_list h3{color: #957B4A;font-size: 18px;margin-top: 0;margin-bottom: 10px;line-height: 1.4;}
#vision{background-color: #fff;color: #000;}
#vision .vision_inner{margin-top: 50px;}
#vision .vision_cap{font-size: 23px;font-weight: 900;margin-bottom: 10px;}
#vision .vision_text{font-weight: 500;line-height: 2.0}
#vision .vision_text li+ li{margin-top: 0;}

/*-- ABOUT --*/
#about{background-color: #FFFFFF;color: #000000}
#about .about_ttl{font-size: 2.7rem;margin-bottom: 30px;font-weight: 900;}
#about .about_inner + .about_inner{margin-top: 30px;}
#about .about_inner._logo .about_img{display: block;margin: 36px 0 60px;width: 280px;}
#about .about_inner._chair .about_img{display: block;margin-bottom: 12px;width: 120px;}
#about .about_inner._chair .about_text .name{font-weight: bold;font-size: 22px;display: block;}
#about .about_inner._chair .p-t-about_in__chair-link{display: block;position: relative;padding: 0 15px;}
#about .about_inner._chair .p-t-about_in__chair-link:before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/icon/arrow-r.svg") no-repeat center;
	background-size: contain;
	width: 12px;
	height: 100%;
	content: "";
}
#about .p-outline__info-note{margin-top: 50px;}
/*-- OUTLINE --*/
#outline{background-color: #fff;color: #000;}
#outline .outline_ttl{font-size: 23px;margin-bottom: 10px;font-weight: 900;}
#outline .outline_inner{margin-top: 50px;}
#outline .outline_inner:first-of-type{margin-top: 0;}
#outline .outline_inner.logo .outline_img{
	display: block;
	margin: 36px 0 60px;
	width: 280px;
}
#outline .p-t-schedule{
	position: relative;
margin: 0 auto;
padding: 32px 0;
width: 100%;
}
#outline .p-t-schedule__item{
	position: relative;
	margin: 0 auto;
	width: 100%;
}
#outline .p-t-schedule__date{
	display: block;
	position: relative;
	min-width: 220px;
	font-family:  "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.1;
}
#outline .p-t-schedule__text{
	display: block;
	position: relative;
	line-height: 1.1;
}	
#outline .p-t-schedule__item + .p-t-schedule__item{margin-top: 50px;}
#outline .p-t-section__inner{margin-top: 30px;}
#outline .outline_inner p{line-height: 2;}

#management .management_inner + .management_inner{margin-top: 50px;}
#management .management_inner .head2{
	display: block;
	position: relative;
	margin: 30px 0;
	padding: 12px 0;
	font-weight: 600;
	font-size: 20px;
	border-bottom: 1px solid #957B4A;
	line-height: 1.0;
}
#management .management_inner .head2:after{
	content: "";
	position: absolute;
	right: 10px;
	top: 38%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#management .management_inner .head2.active:after{
	-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 45%;
}
.dir-manner #management .management_inner .head2:after{
	display: none;
}

#management .management_inner ul{display: none;}

#management .management_inner li{margin-bottom: 10px;}
#management .management_inner a{color: #3554D5;}
#management .management_inner a:hover{text-decoration: underline;}

#regulation .regulation_inner{display: none;}
#regulation .list__link li{font-size: 18px;color: #000000;border-bottom: 1px solid #D9D9D9;padding-top: 20px;padding-bottom: 20px;font-weight: bold;}
#regulation .list__link li:first-child{border-top: 1px solid #D9D9D9;}
#regulation .list__link li a{position: relative;color: #000000;transform: scale(1);font-size: 18px;}
#regulation .list__link li a:hover{transform: scale(1);color: #957B4A;}
#regulation .list__link li a:after{
	display: inline-block;
	content: "PDF";
		background-color: #c4403e;
	color: #FFFFFF;
	padding: 3px 6px;
	border-radius: 4px;
	font-size: 13px;
	margin-left: 5px;
}

/*-- MOVIE --*/
#movie{background-color: #FFFFFF;}
#movie .slider img{width: 100%;}
#movie .slider .slick-slide {padding: 0 30px;}
#movie .slick-dotted {margin-top: 30px;}
#movie .slick-arrow {display: none!important}
#movie .topics_contents figure {position: relative;}
#movie .topics_contents figure:before{
	display: block;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.35);
width: 100%;
height: 100%;
content: "";
}
#movie .p-t-movie__footer{
	position: relative;
	margin: 80px auto 0;
	width: 100%;
	text-align: center;
}
#movie .p-t-movie__btn{display: inline-block;position: relative;margin: 0  auto;text-align: center;}
#movie .p-t-movie__btn-text{
	display: block;
	position: relative;
	-webkit-transition: color 0.65s cubic-bezier(0.25, 1, 0.5, 1);
	transition: color 0.65s cubic-bezier(0.25, 1, 0.5, 1);
	padding: 10px 32px 10px 45px;
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: 600;
	color: #000000;
}
#movie .p-t-movie__btn-text:hover{color: #957B4A;}
#movie .p-t-movie__btn-text::before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/icon/youtube.svg") no-repeat center;
	background-size: contain;
	width: 28px;
	height: 100%;
	content: "";
}
#movie .p-t-movie__btn-text::after{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../img/icon/arrow-r.svg") no-repeat center;
	background-size: contain;
	width: 16px;
	height: 100%;
	content: "";
}

.item-sponsor{background-color: #FFFFFF;padding: 50px 0;position: relative;}
/*
.dir-club.sub-club .item-sponsor:after{
	content: " ";
	clear: both;
	background: linear-gradient(270deg,#957B4A,#EDDC49);
	display: block;
	height: 10px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
*/
.sponsor_logo{display: flex;display: -ms-flexbox;flex-wrap: wrap;justify-content: space-between;}
.sponsor_logo .col{width: 100%;}
.sponsor_logo .col h2{color: #957B4A;text-align: center;font-size: 18px;}
.sponsor_logo .col  > div{text-align: center;}
.sponsor_logo .col li span{display: block;color: #000000;font-size: 9px}

.btnAcd{display: block;width: 100%;border-top: 3px solid #957B4A;cursor: pointer;}
.btnAcd2{display: block;width: 100%;background-color: #fff;background-color: #957B4A;color: #FFFFFF;padding: 10px;margin-bottom: 10px;}
.btnAcd2 h2{font-size: 20px;display: block;width: 100%;height: 100%;position: relative;z-index: 1;margin: 0;}
.btnAcd2 h2:after{
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	display: inline-block;
	position: absolute;
	right: 20px;
}
.btnAcd2.active h2:after{
	content: "\f106";
}
.btnAcd h2{
	display: block;
	width: 100%;
	height: 100%;
	padding: 40px 80px 40px 0;
	margin-bottom: 0 ;
	position: relative;
	z-index: 1;
	margin-top: 0;
	font-size: 30px;
}
.btnAcd h2:after{
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	color: #000000;
	font-size: 30px;
	font-weight: 900;
	display: inline-block;
	position: absolute;
	right: 20px;
}
.btnAcd.active h2:after{
	content: "\f106";
}
.dir-property .p-policy__inner{display: none; padding-bottom: 40px;}
.dir-about._regulation .property-box .p-policy__inner{display: none;}
.dir-policy .p-policy__inner{padding-bottom: 40px;}
.p-policy__header{position: relative;margin: 0 auto 100px;width: 100%;}
.p-policy__title{position: relative;width: 100%;font-size: 3.2rem;text-align: center;}
.p-policy__inner{position: relative;margin: 0 auto;width: 100%;}
.p-policy__data{position: relative;margin: 0 auto;width: 100%;}
.p-policy__data-cap{
	position: relative;
	margin: 0 auto 25px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	width: 100%;
	font-size: 25.6px;
	font-size: 2.0rem;
	font-weight: 600;
}
.p-policy__data-main{
	position: relative;
	margin: 0 auto;
	width: 100%;
	line-height: 2;
	word-break: break-all;
}
.p-policy__data-in{position: relative;margin: 30px auto 0;width: 100%;line-height: 1.5;}
.p-policy__data-in_data{
	position: relative;
	margin: 34px auto 0;
	width: 100%;
	line-height: 1.5;
}
.p-policy__data a{color: #000000;text-decoration: underline;}
.p-policy__data-in_data dt{margin-bottom: 10px;}
.p-policy__data-in_data dd{padding-left: 2em;}
.p-policy__data-list{list-style: none;padding-left: 0;margin: 0;}
.p-policy__data-item{counter-increment: i;padding-left: 1.25em;text-indent: -1.25em;margin: 0;}
.p-policy__data-item:before{-webkit-font-feature-settings: normal;font-feature-settings: normal;content: counter(i) ".";margin-right: 8px;}
.p-policy__data-item + .p-policy__data-item{margin-top: 15px;}
.p-policy__data-in_text{
	position: relative;
	margin: 20px auto 0;
	padding-left: 2em;
	width: 100%;
	text-indent: 0;
}
.p-policy__data + .p-policy__data{margin-top: 62px;}
.p-policy__footer{position: relative;margin: 52px auto 0;width: 100%;}
.p-policy__note{position: relative;margin: 0 auto;width: 100%;}
.c-blank{display: inline-block;position: relative;padding: 0 14px 0  0;}
.c-blank::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../img/icon/icon_link_blank.svg") no-repeat center;
	background-size: contain;
	width: 12px;
	height: 12px;
	content: "";
}
.c-btn{
	display: inline-block;
	position: relative;
	margin: 0 auto;
	text-align: center;
	word-break: break-all;
}
.c-btn__text{
	display: block;
	position: relative;
	-webkit-transition: color 0.65s cubic-bezier(0.25, 1, 0.5, 1);
	transition: color 0.65s cubic-bezier(0.25, 1, 0.5, 1);
	padding: 10px 32px 10px 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	text-decoration: none !important;
}
.c-btn__text::after{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../img/icon/arrow-r.svg") no-repeat center;
	background-size: contain;
	width: 16px;
	height: 100%;
	content: "";
}
.c-btn__text:hover{color: #957B4A;}
.p-policy__box{
	position: relative;
	margin: 70px auto;
	border: 1px solid #000;
	padding: 10px 42px 42px;
	width: 100%;
}
.p-policy__data-in_data dd a{text-decoration: underline;color: #000000;}

/*--------standings--------*/
.table-header{width: 1060px;margin: 0 auto 30px}
.table-header .table-logo{width: 300px;display: block;}
.dir-standings .table-standings{width: 100%;text-align: center;font-size: 1.5rem;border-collapse: inherit;}
.dir-standings thead{background-color: #f5f5f5;}
.dir-standings .table-standings td,.dir-standings .table-standings th{padding: 12px 10px;}
.dir-standings .table-standings td{border-bottom: 1px solid #efefef;height: 5.7rem;}
.dir-standings .table-standings th{font-size: 13px;vertical-align: middle;}
.dir-standings .table-standings .pos{text-align: center;}
.dir-standings .table-standings td.pos{display: table-cell;}
.dir-standings .table-standings .club{text-align: left;}
.dir-standings .table-standings .movement{position: relative;display: inline-block;margin: 0;}
.dir-standings .table-standings .movement.up,.dir-standings .table-standings .movement.down{
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: -.3rem;
	margin-right: -1px;
}
.dir-standings .table-standings .movement.up{border-bottom: 5px solid #13cf00;}
.dir-standings .table-standings .movement.down{border-top: 5px solid #e90052;}
.dir-standings .table-standings .movement.none{
	border-radius: 100%;
	width: 5px;
	height: 5px;
	background: #adadad;
	top: -.3rem;
}
.dir-standings .table-standings a{
	color: #242424;
	vertical-align: middle;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-ms-flex-align: center;
	align-items: center;
}
.dir-standings .table-standings .badge{display: inline-block;vertical-align: middle;}
.dir-standings .table-standings .badge img{width: 25px;height: 25px;vertical-align: middle;}
.dir-standings .table-standings .long,.dir-standings .table-standings .short{padding-left: 10px;}
.dir-standings .table-standings .short{display: none;}
.dir-standings .container.standings-box .standingsDate{text-align: right;font-size: 12px;}
.dir-standings .bg-gray{background: #f5f5f5;padding: 10px;margin-top: 10px;}
.third-ttl{
	border-left: 5px solid #957B4A;
padding: 2px 10px;
line-height: 100%;
font-weight: bold;
font-size: 16px;
margin-bottom: 10px;
}

.coming{background-color: #e5e5e5;padding: 20px;font-weight: bold;font-size: 18px;color: #878787;text-align: center;}

/*--------stats--------*/
.dir-stats .statsDate{text-align: right;font-size: 12px;}
.dir-stats table{border-collapse: collapse;border-spacing: 0;width: 100%;}
.dir-stats thead tr{background-color: #2d3842;color: #FFFFFF;}
.dir-stats thead th{padding: 12px 10px;font-size: 13px;text-align: center;}
.dir-stats thead th.ranking{width: 10%;}
.dir-stats thead th.score{width: 10%;}
.dir-stats thead th.img{width: 12%;}
.dir-stats thead th.player{width: 33%;text-align: left;}
.dir-stats thead th.team{width: 40%;text-align: left;}
.dir-stats tbody tr:nth-child(even){background-color: #dfe1e5;}
.dir-stats tbody td.ranking{font-size: 18px;text-align: center;font-family: "Helvetica Neue", sans-serif;font-weight: bold;}
.dir-stats tbody td.score{text-align: center;font-family: "Helvetica Neue", sans-serif;font-weight: bold;font-size: 23px;color: #c4403e}
.dir-stats tbody td.img{text-align: center;}

.dir-stats tbody td.img div img{margin: 8px 0;
width: 64px;
height: 64px;
object-position: 50% 0;border-radius: 50%;object-fit: cover;}
.dir-stats tbody td.player{font-size: 13px;padding-left: 10px;}
.dir-stats._en tbody td.player{font-size: 15px;}
.dir-stats tbody td.player h3{margin: 0;}
.dir-stats tbody td.player h3 a{color: #24292e;font-weight: bold;font-size: 18px;}
.dir-stats tbody td.player span{display: inline-block;margin-right: 5px;color: #999;}
.dir-stats tbody td.player .player-num{margin: 0;margin-top: 5px;}
.dir-stats tbody td.team img{width: 42px;height: auto;display: inline-block;vertical-align: middle}
.dir-stats tbody td.team p{margin-left: 3px;font-size: 16px;color: #24292e;display: inline-block;vertical-align: middle;margin-bottom: 3px;margin-top: 0;}
.dir-stats._en tbody td.team p{font-size: 14px;}
.dir-stats .data-box{margin-top: 30px;}
.dir-stats .data-box .data-list .flex{display: flex;flex-wrap: wrap;justify-content: center;}
.dir-stats .data-box .data-list .flex .col{width: calc(33.33% - 10px);margin-left: 10px;margin-bottom: 10px;}
.dir-stats .data-box .data-list .flex .col:nth-child(3n+1){margin-left: 0;}
.dir-stats .data-box .data-list .flex a{background-color: #dfe1e5;display: block;width: 100%;color: #000000;text-align: center;height: 70px;
line-height: 70px;box-sizing: border-box;border-bottom: 3px solid #C2C2C2;border-radius: 4px;font-weight: bold;}
.dir-stats .data-box .data-list .flex a:hover{opacity: 0.5;}

@media screen and (max-width: 767px){
body{font-size: 14px;}
body.noscroll{overflow: hidden;}
.only-lg{display: none!important;}
.only-sm{display: block;}
.container{margin: 0 auto;padding: 0 10px;}
.contents{padding-top: 30px;padding-bottom: 30px;}
.block-box{padding-bottom: 40px;padding-top: 40px;}
	.we_ttl{font-size: 2.6rem;}
	.we_sub{margin-bottom: 30px;padding-top: 30px;}
	.we_sub h2{font-size: 36px;padding-left: 25px;padding-right: 0;}
	.we_sub h2:before{left: 20px;width: 16px;height: 16px;}
	h2.midashi{background-color: rgba(149,123,74,0.80);color: #FFFFFF;font-size: 16px;padding: 8px 16px;margin-bottom: 15px;}
	._btn{
	width: 300px;
	height: 60px;
	font-size: 13px;
}
._btn:before{right: 15px;}
	.scroll_table{
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		margin-bottom: 20px;
	}
	.fs-13{font-size: 12px;}
	.fs-18{font-size: 16px;}
    .select_filter{padding: 0;}
	.Postpone-txt a{font-size: 15px;}
    .season-selector{margin-bottom: 15px;}
    .season-selector ul .season-selector_item a{font-size: 12px;line-height: 45px;height: 45px;}
    .season-selector ul .season-selector_item a img{height: auto;width: 70%;}
    .group-ttl{font-size: 18px;}
    .select-year_def{width: 110px;}
    .select-year_def .ttl{font-size: 10px;}
    select{font-size: 12px;}

/*----------TOPICS----------*/
.dir-top #topics .slick-slide{padding: 0;margin: 0 7px;}
.dir-top #topics .topics_contents .topics_sub{display: none;}
.dir-top #topics .topics-main_txt h3{font-size: 14px;}
/*----------NEWS----------*/
#news .container{padding: 0 5px;}
#news .news_inner{width: calc((100% - 10px) / 2);padding-bottom: 12px;margin-bottom: 20px;margin-right: 0;border: 1px solid #efefef;}
#news .news_inner:nth-child(even){margin-right: 0;}
#news .news_inner figure{margin-bottom: 12px;}
#news .news_inner figure img{
	display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;

	}
#news .main_txt p{font-size: 12px;}
#news .news_cate{font-size: 1.2rem;}
#news .news_date{font-size: 1.2rem;}
#news.dir-news .container{width: 90.667%;}
.l-in__header{margin-bottom: 40px;}
.l-in__title{left: 20px;width: 40%;position: relative;font-family:  "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;}
.l-in__title:before{left: -8px;width: 17px;height: 17px;}
#news.dir-news .news_footer{margin: 82px auto 0;width: 100%;}
#news.dir-news .c-pagination__text{width: 30px;height: 30px;font-size: 1.8rem;}
.c-pagination__item + .c-pagination__item{margin-left: 8px;}
#news.dir-news .news_sub li a:before{right: 0;}
#news.dir-sub .news_header{margin-bottom: 40px;}
#news.dir-sub .news_info{margin-bottom: 14px;}
#news.dir-sub .info_cate{margin-right: 10px;}
#news.dir-sub .news_tittle{font-size: 2rem;line-height: 1.8;}
	#news.dir-sub iframe{width: 100%;}
	#news.dir-sub .news_info{flex-wrap: wrap;}
	#news.dir-sub .sns_box{height: 28px;text-align: center;margin: 10px auto;}
	#news.dir-sub .sns_box._top{width: 100%;}
	#news.dir-sub .sns_button a,#news.dir-sub .sns_button span{width: 28px;height: 28px;}
	#news.dir-sub .sns_button a i,#news.dir-sub .sns_button span i{font-size: 16px;}
/*----------MATCH----------*/
.dir-top #match .dazn-youtube-box{padding-top: 50px;padding-bottom: 30px;}
.dir-top #match .dazn-youtube-inner{display: flex;flex-wrap: wrap;}
.dir-top #match .dazn-youtube-item{width: 100%;margin-left: 0px;margin-right: 0px;margin-bottom: 20px;}
.dir-top #match .ttl_we{width: 260px;margin: 30px auto;font-size: 18px;}
    .dir-top #match .sec{margin-bottom: 20px;font-size: 16px;}
.dir-top #match .match_main{font-size: 26px;margin: 30px 0;}
.dir-top .match_img{width: 250px;margin: 50px auto;}
    .dir-top #match .match__box{flex-wrap: wrap;}
    .dir-top #match .match__box .match__item{width: 50%;border-bottom: 1px solid #000000;}
    .dir-top #match .match__item:nth-child(odd){border-left: 0}
	.dir-top #match .match__item .match__board--date .day{width: 65%;}
    .dir-top #match .match__item .match__board--date .day{font-size: 22px;}
	.dir-top #match .match__item .match__board--date .time{margin: 5px 0;}
	.dir-top._en #match .match__item .match__board--score .result-box .time{font-size: 15px;}
	.dir-top #match .match__item .match__board--score{padding: 25px 5px;}
    .dir-top #match .match__item .match__board--score table tr td img{display: inline-block;width: 40px;height: 40px;}
    .dir-top #match .match__item .match__board--date p.leg{font-size: 16px;}
    .dir-top #match .match__item .match__board--score .result-box .member{bottom: -3px;}
	.dir-top._en #match .match__item .match__board--score .result-box .member{margin-left: -23px;}
    .dir-top #match .match__item .match__board--score .result-box .live{bottom: -3px;}
    .dir-top #match .match__item .match__board--score .result-box .score{height: 31px;line-height: 31px;min-width: 31px;font-size: 14px;font-weight: bold;}
	
#match .game__inner{position: relative;}
#match .game_data{position: relative;}
#match .game_date{text-align: center;padding-bottom: 10px;border-bottom: 1px solid  #FFFFFF;position: relative;padding-right: 60px;}
#match .game_results{
	margin: 0 auto 4px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	}
#match .game_results .team{
	margin: 0 auto 4px;
	width: 100%;
	font-size: 14px;
}
#match .game__inner a{text-align: center;}
#match .game_results .team  img{width: 34px;height: auto;margin: 10px auto;}
#match .game_results .team .team_name{margin: 10px auto;line-height: 50px;padding-left: 10px;}
#match .game_place{
	position: absolute;
	top: 0;
	right: 60px;
	margin: auto;
	display: block;
	text-align: center;
	}
#match .game_ticket{margin: 0;justify-content: center;}
#match .item_ticket a{
		padding: 10px 30px;
		white-space: nowrap;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1;
		border-radius: 999em;
		display: inline-block;
		text-transform: uppercase;
		border: none;
		margin-bottom: 0;
		font-weight: normal;
		text-align: center;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-ms-user-select: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		background-color: #957B4A;
		color: #FFFFFF
		
	}
/*----------CLUB----------*/
	.dir-top #club{overflow: hidden}
	.dir-top #club .club_map img{width: 100%;}
	.dir-top #club .club_name  span{display: none;}
	

	#movie .slider .slick-slide{padding: 0 10px}
	#movie .p-t-movie__footer{margin-top: 30px;}
	#movie .p-t-movie__btn-text{font-size: 1.5rem;}
	.dir-top._en #movie .p-t-movie__btn-text{font-size: 1.2rem;}
	#movie .p-t-movie__btn-text::before{width: 22px;}
	#movie .p-t-movie__btn-text::after{width: 14px;}
	
	.sponsor_logo .col h2{font-size: 15px;}
	.sponsor_logo .col{width: 100%;margin-bottom: 20px;}
	.sponsor_logo .col ul {text-align: center;}
	.sponsor_logo .col ul li.logo-large{width: 270px;margin: 10px auto 0;}
	.sponsor_logo .col ul li{width: 220px;margin: 10px auto 0;}
	.sponsor_logo .col li span{display: block;color: #000000;font-size: 10px;line-height: 1.5;text-align: left;}
	.sponsor_logo .col ul li.logo-small{width: 150px;margin: 10px auto 0;}
	#vision .vision_cap{font-size: 23px;margin-bottom: 10px;}
	#vision .vision_text{font-size: 1.3rem;}
	.dir-about._en #vision h3{line-height: 1.4;}

	.dir-about .about_links{width: 100%;padding: 0;}
	.dir-about .about_links .link_tab{flex-wrap: wrap;}
	.dir-about .about_links li{width: 100%;border-right: none;margin-bottom: 1px;margin-right: 0;}
	.dir-about .about_links li a{display: block;padding: 10px 0;text-align: center;}
	#about .l-in__title{left: 20px;width: 70%;position: relative;}
	#outline .l-in__title{left: 20px;width: 80%;position: relative;height: 35px}
	#management .l-in__title{left: 20px;width: 80%;position: relative;height: 35px}
	#schedule .l-in__title{left: 20px;width: 60%;position: relative;height: 28px}
	#about .about_cap{
		position: relative;
		margin: 0 auto 10px;
		width: 100%;
		font-size:23px;
		font-weight: 700;
	}
	#about .about_text{font-size: 1.4rem;line-height: 2;}
	#about .about_inner + .about_inner{margin-top: 40px;}
	#schedule {padding: 50px  0;}
	#outline .p-t-schedule {padding: 2px 0;}
	#outline .p-t-schedule__text{margin-top: 17px;}
	#outline .outline_ttl{font-size: 23px;}
	#outline .outline_inner.logo .outline_img{width: 150px;}
	#management .management_inner .head2{font-size: 16px}
	#management .management_inner .head2:after{right: 0;}
	#regulation .list__link li{font-size: 16px;padding-top: 13px;padding-bottom: 13px;font-weight: bold;}
#regulation .list__link li a{font-size: 16px;}
	#regulation .list__link li a:after{font-size: 11px;}
	
/*----------policy----------*/
	.btnAcd h2{padding: 15px 40px 20px 0;font-size: 24px;}
	.btnAcd2 h2{font-size: 16px;}
	.p-policy__title{font-size: 2.2rem;}
	.p-policy__header{margin-bottom: 50px;}
	.p-policy__inner{font-size: 1.3rem;}
	.p-policy__data-cap{margin-bottom: 20px;padding-bottom: 12px;font-size: 1.6rem;}
	.p-policy__data-main{font-size: 1.4rem;}
	.p-policy__data-in{margin-top: 20px;}
	.p-policy__data-in_data{margin-top: 16px;}
	.p-policy__data-in_data dt{margin-top: 8px;}
	.p-policy__data-in_data dd{padding-left: 1em;}
	.p-policy__data-list{padding-left: 0;}
	.p-policy__data-in_text{margin-top: 10px;}
	.p-policy__footer{margin-top: 50px;}
	.p-policy__note{font-size: 1.3rem;}
	.dir-media .p-policy__header{margin-top: 30px;}
	.p-policy__box{margin-top: 32px;padding: 10px 22px 22px;}
	
	.bottom_ticket {
		z-index:10;
		width: 130px;
		position:fixed;
		bottom:50px;
		right:10px;
		background-color: #000000;
	}
	.bottom_ticket .ticket{padding: 13px;}
	.bottom_banner_close .fa-times{
		color: #FFFFFF;
		font-size: 18px;
		text-align: center;
		display: inline-block;
		line-height: 30px;
		background-color: #957B4A;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		position: absolute;
		z-index: 100;
		right: 0;
		top: -32px;
	}
	.bottom_banner_close .fa-times:before{
		content: "\f00d";
		font-family: "Font Awesome 5 Free";
		display: inline-block;
	}
	#banner .flex .col{justify-content: space-between;}
	#banner .flex .col{width: calc(50% - 10px);margin-left: 10px;margin-bottom: 10px;}
	#banner .inner-banner .flex .col:nth-child(2n + 1){margin-left: 0;}
    #banner .link-banner .flex .col{width: calc(33.33% - 10px);}
    #banner .link-banner .flex .col:nth-child(3n + 1){margin-left: 0;}
    #banner .inner-banner ul{padding-bottom: 15px;margin-bottom: 15px;}
    #top-sns{margin-top: 30px;}
    #top-sns .item-sns strong{font-size: 1.8rem;}
    #top-sns .item-sns ul li{width: 40px;height: 40px;}
    #top-sns .item-sns ul li a{width: 40px;height: 40px;line-height: 40px;}
	
/*------standings--------*/
	.dir-standings .container.standings-box{padding: 0;}
	.table-header{width: 100%;margin: 0 auto 15px}
	.table-header .table-logo{width: 230px;}
	.dir-standings .table-standings{font-size: 1.3rem;}
	.dir-standings .table-standings td,.dir-standings .table-standings th{padding: 7px 5px;font-size: 12px;}
	.dir-standings .table-standings td{height: 4.8rem;}
	.dir-standings .table-standings th{font-size: 13px;vertical-align: middle;}
	.dir-standings .table-standings th.club{padding-left: 3px;padding-right: 3px;text-align: center;}
	.dir-standings .table-standings .club{width: 24%;padding-left: 3px;padding-right: 3px;}
	.dir-standings .table-standings .badge img{width: 23px;height: 23px;}
	.dir-standings._en .table-standings .badge{width: 100%;text-align: center;}
	.dir-standings._en .table-standings .badge img{width: 30px;height: 30px;}
	.dir-standings .table-standings .long{display: none;}
	.dir-standings .table-standings .short{display: inline-block;}
	.dir-standings .table-standings .long, .dir-standings .table-standings .short{padding-left: 5px;}
	.dir-standings .bg-gray{margin-left: 10px;margin-right: 10px;}

/*--------stats--------*/
.dir-stats thead th{padding: 10px 0;font-size: 10px;}
.dir-stats thead th.ranking{width: 8%;}
.dir-stats thead th.score{width: 10%;}
.dir-stats thead th.img{width: 22%;}
.dir-stats thead th.player{width: 40%;padding-left: 10px;}
.dir-stats._en thead th.player{width: 40%;}
.dir-stats thead th.team{width: 20%;text-align: center;}
	.dir-stats._en thead th.team{width: 20%;text-align: center;}
	.dir-stats tbody td{padding-top: 10px;padding-bottom: 10px;}
.dir-stats tbody td.ranking{font-size: 14px;text-align: center;font-family: "Helvetica Neue", sans-serif;font-weight: bold;}
.dir-stats tbody td.score{text-align: center;font-family: "Helvetica Neue", sans-serif;font-weight: bold;font-size: 18px;color: #c4403e}
.dir-stats tbody td.img{text-align: center;}
.dir-stats tbody td.img div img{margin: 0 auto;width: 50px;height: 50px;}
.dir-stats tbody td.player{font-size: 11px;padding-left: 10px;}
.dir-stats._en tbody td.player{font-size: 11px;}
.dir-stats tbody td.player h3{margin: 0;}
.dir-stats tbody td.player h3 a{font-size: 14px;}
	.dir-stats tbody td.team{text-align: center;}
.dir-stats tbody td.team img{width: 35px;height: auto;display: block;vertical-align: middle;text-align: center;margin: 0 auto}
.dir-stats tbody td.team p{margin-left: 0;margin-top: 3px;font-size: 11px;display: block;text-align: center;}
	
	
}
@media screen and (min-width: 768px){
	.only-sm{display: none!important;}
	.only-lg{display: block;}
	.container{width: 1060px;margin: 0  auto;}
	.we_sub{padding-top: 50px;}
/*----------TOPIC----------*/
	.dir-top #topics .container{width: 1020px;}
	.dir-top #topics .topics_contents{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 32px;
		max-width: 1020px;
	}
	.dir-top #topics .topics_contents figure{width: 80%;}
	.dir-top #topics .topics_contents .topics_sub{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
		text-align: center;
		width: 21.39215%;
	}
	.dir-top #topics .topics_contents .sub_wrap{
		position: absolute;
		left: 50%;
		bottom: 0;
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.dir-top #topics .topics_contents .sub_ttl{font-size: 33px;margin: 0;font-family:  "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;color: #000000;}
	.dir-top #topics .topics_contents .sub_number{font-size: 100px;font-family:  "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;margin: 0;color: #000000;}
	.dir-top #vision .p-t-vision{padding-left: 32.273%;}
    .dir-top .match_img{width: 400px;margin: 80px auto;}
    .dir-top #match .match__box .match__item{min-width: 212px;margin-bottom: 1px;}
	.dir-top #match .match__item:nth-child(5n+1){border-left: 0;}
/*----------NEWS----------*/

#news .news_inner{width: calc( (100% - 90px) / 3);min-height: 300px;margin: 0 45px 50px 0;}
#news .news_inner figure{
	position: relative;
	margin: 0 auto 28px;
	background: #fff;
	padding-top: 56.25%;
	width: 100%;
	overflow: hidden;
	}
#news .news_inner figure img{
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: scale(1) translateY(-50%);
	transform: scale(1) translateY(-50%);
	transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transform-origin: top;
	transform-origin: top;
	}
#news .news_inner:hover figure img{
	-ms-transform: scale(1.12) translateY(-50%);
transform: scale(1.12) translateY(-50%);
transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	}
#news .news_inner{padding-bottom: 10px;border: 1px solid #efefef;}
#news .news_inner:nth-child(3n){margin-right: 0;}
#news.dir-news .contents_news{display: -webkit-box;display: -ms-flexbox;display: flex;width: 100%;justify-content: center;
align-items: flex-start;}
#news.dir-news .news_box{position: relative;margin: 0 auto;width: 100%;}
#news.dir-news .news_footer{margin-left: 32px;width: 220px;}
#news.dir-news .news_inner{width: calc( (100% - 40px) / 3);margin: 0 20px 50px 0;}
#news.dir-news .news_inner:nth-child(3n){margin-right: 0;}
.l-in__header{position: relative;margin: 0 auto 80px;width: 100%;}
.l-in__title{position: relative;}
.c-pagination__item + .c-pagination__item{margin-left: 12px;}
	#news.dir-sub .sns_box{
  min-width: 118px;
}
	#news.dir-sub .sns_box._top{
	position: absolute;
	  top: 0;
	  bottom: 0;
	  right: 0;
	 -moz-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
	  -webkit-transform: translateX(-50%);
	  transform: translateX(-50%);
}
	

/*----------MATCH----------*/
#match .game__inner{display: -ms-flexbox;display: flex;padding: 0 10px;color: #FFFFFF}	
#match .game_data{
	border-bottom: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
	width: 13%;
	}
	
#match .game_data .game_date{display: block;}
#match .game_data .game_date .time{display: inline-block;margin: 0;}
#match .game_results{display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;width: 60%;justify-content: center;}
#match .game_results .team{width: 130px;}
#match .game_results .team .team_name{line-height: 50px;}
#match .game_results .team img{width: 50px;display: inline-block;}
#match .game_place{width: 9%;display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;justify-content: center;}
#match .game_ticket{
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	margin: 0 0 0 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 20%;
}
#match .item_ticket{
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	display: inline-block;
}
#match .item_ticket a{
		padding: 18px 30px 17px;
		white-space: nowrap;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1;
		border-radius: 999em;
		display: inline-block;
		text-transform: uppercase;
		border: none;
		margin-bottom: 0;
		font-weight: normal;
		text-align: center;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-ms-user-select: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		background-color: #957B4A;
		color: #FFFFFF
		
	}
	.dir-top #match .highlight-box .youtube-box{width: 700px;margin:0 auto;}
/*-- CLUBS --*/
.dir-top #club .club_map{margin-right: 80px;}
.dir-top #club .club_name .name_r{position: absolute;padding-left: 60px;font-size: 20px;font-weight: bold;display: flex;align-items: center;}
.dir-top #club .club_name .name_l{position: absolute;padding-left: 60px;font-size: 20px;font-weight: bold;display: flex;align-items: center;}
.dir-top #club .club_name .name_r:before{content: '';background-repeat: no-repeat;background-size: 60px;position: absolute;width: 60px;height: 60px;left: 0;top: -20px;}
.dir-top #club .club_name .name_l:before{content: '';background-repeat: no-repeat;background-size: 60px;position: absolute;width: 60px;height: 60px;left:0;top: -20px;}
.dir-top #club .club_name .albirex{top: 0;}
.dir-top #club .club_name .albirex:before{background-image: url(/img/psm/09_albirex.png);}
.dir-top #club .club_name .parceiro{top: 100px;}
.dir-top #club .club_name .parceiro:before{background-image: url(/img/psm/08_parceiro.png);}
.dir-top #club .club_name .inac{top: 200px;}
.dir-top #club .club_name .inac:before{background-image: url(/img/psm/10_inac.png);}
.dir-top #club .club_name .sanfrecce{top: 300px;}
.dir-top #club .club_name .sanfrecce:before{background-image: url(/img/psm/11_sanfrecce.png);}
.dir-top #club .club_name .vegalta{top: 0;right: 0;}
.dir-top #club .club_name .vegalta:before{background-image: url(/img/psm/01_vegalta.png);}
.dir-top #club .club_name .ardija{top: 100px;right: 0;}
.dir-top #club .club_name .ardija:before{background-image: url(/img/psm/03_ardija.png);}
.dir-top #club .club_name .as-elfen{top: 200px;right: 0;}
.dir-top #club .club_name .as-elfen:before{background-image: url(/img/psm/04_as-elfen.png);}
.dir-top #club .club_name .reds{top: 270px;right: 0;}
.dir-top #club .club_name .reds:before{background-image: url(/img/psm/02_reds.png);}
.dir-top #club .club_name .jefunited{top: 370px;right: 0;}
.dir-top #club .club_name .jefunited:before{background-image: url(/img/psm/05_jefunited.png);}
.dir-top #club .club_name .beleza{top: 450px;right: 0;}
.dir-top #club .club_name .beleza:before{background-image: url(/img/psm/06_beleza.png);}
.dir-top #club .club_name .stella{top: 530px;right: 0;}
.dir-top #club .club_name .stella:before{background-image: url(/img/psm/07_stella.png);}
.wrapper:after{content: " ";display: block;clear: both;}
/*-- MOVIE --*/
	#movie{overflow: hidden;}
	#movie .slider{max-width: 800px;margin: 0 auto;padding: 0;}
	#movie .slider .slick-list {overflow: visible;}
/*-- vision --*/
	.dir-about #vision .vision_inner:last-of-type{padding-bottom: 50px;}
/*-- ABOUT --*/
	.dir-about .about_links{z-index: 70}
#about .about_inner{display: -webkit-box;display: -ms-flexbox;display: flex;}
#about .about_cap{
	display: block;
	position: relative;
	margin-right: 130px;
	min-width: 200px;
	font-size: 23px;
	font-weight: 900;
	}
#about .about_text{line-height: 1.8}	
	.dir-about #vision .l-in__title{width: 30%;}
	.dir-about #about .l-in__title{width: 60%;}
	.dir-about #outline .l-in__title{width: 70%;height: 86px;}
	.dir-about #outline #schedule .l-in__title{width: 40%;height: 56px;}
	.dir-about #management .l-in__title{width: 57%;height: 70px}
	.dir-about #outline #schedule{padding: 100px 0;}
	.p-policy__note{padding-right: 20px;text-align: right;}
	#outline .p-t-schedule__item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	margin: 0 auto;
	width: 100%;
}
	#outline .p-t-schedule__text{margin-left: 40px;}
	.sponsor_logo{justify-content: center;}
	.sponsor_logo.flex{display: flex;}
	.sponsor_logo.flex .col{width: 50%;}
	.sponsor_logo .col ul{display: flex;justify-content: center;flex-wrap: wrap;}
	.sponsor_logo .col ul li{max-width: 180px;margin-left: 10px;margin-bottom: 20px;width: 100%;margin-top: 15px;}
	.sponsor_logo .col ul li.logo-large{max-width: 240px;margin-left: 10px;margin-bottom: 20px;width: 100%;}
	.sponsor_logo .col ul li.logo-small{max-width: 150px;margin-left: 10px;margin-bottom: 20px;width: 100%;}
	.sponsor_logo .col ul li:first-of-type{margin-left: 0;}
	.sponsor_logo .col li span{display: block;color: #000000;font-size: 10px;margin-top: -15px;line-height: 1.5;}
	
	.bottom_ticket {
		z-index:100;
		width: 200px;
		position:fixed;
		bottom:30px;
		right:10px;
		background-color: #000000;
	}
	.bottom_ticket .ticket{padding: 13px;}
	.bottom_banner_close .fa-times{
		color: #FFFFFF;
		font-size: 20px;
		text-align: center;
		display: inline-block;
		line-height: 40px;	
		background-color: #957B4A;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		position: absolute;
		z-index: 100;
		right: 0;
		top: -43px;
	}
	.bottom_banner_close .fa-times:before{
		content: "\f00d";
		font-family: "Font Awesome 5 Free";
		display: inline-block;
	}
	.dir-stats tbody td.img div{height: 80px;}
    #banner .link-banner .col{width: 200px;}
    .dir-standings .table-standings th.col{width: 70px;}
}
/*----------header/footer----------*/
header{background-color: #000000;}
header .navigation{position: absolute;}
header .navigation_container{position: relative;}
header .navigation__core, header .navigation__secondary{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
footer{position: relative;margin: 0 auto;width: 100%;background-color: #FFFFFF}
footer .container{position: relative;}
footer .footer_inner{position: relative;margin: 0 auto;width: 100%;}
footer .footer_inner .we_logo {position: absolute;left: 0;}
footer .footer_inner .we_logo img{width: 100px;	}
footer .footer_link{list-style: none;padding: 0;margin: 0;display: -webkit-box;display: -ms-flexbox;display: flex;position: relative;}
footer .footer_link .link_item{position: relative;}
footer .footer_link .link_item a{font-size: 1.4rem;letter-spacing: .6px;color: #000000;display: inline-block;padding-left: 3px;}
footer .footer_link .link_item +.link_item:before{margin: 0 0 1px;content: '/';color: #000000;}
footer .footer_sns{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .footer_sns .sns_item{position: relative;width: 25px;}
footer .footer_sns .sns_item + .sns_item{margin-left: 60px;}
footer .footer_sns .sns_item .l-footer__sns-svg{display: block;position: relative;width: 100%;height: auto;color: #000000;}
footer .footer_sns .sns_item .l-footer__sns-path.-w{fill: #fff;}
footer .copy{
	position: relative;
	margin: 42px auto 0;
	width: 100%;
	font-family:  "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 10px;
	font-size: 1rem;
	color: #000000;
	padding-top: 30px;
}
@media screen and (max-width: 320px){
	.dir-top #match .match__item .match__board--date{padding: 0;}
	.dir-top #match .match__item .match__board--date .time{width: auto;}
    .dir-top #match .match__item .match__board--score .result-box .score{height: 20px;line-height: 20px;min-width: 20px;font-size: 10px;font-weight: bold;}
	.dir-top #match .match__item .match__board--score table tr td{font-size: 9px;}
    .season-selector ul .season-selector_item a{font-size: 10px;}
}
@media screen and (min-width: 768px){
	header #mav_sm{display: none;}
header .navigation_container{height: 110px;width: 100%;z-index: 60;transition: height .3s ease-out;}
header .navigation{
	top: 0;
	left: 0;
	width: 100%;
	transition: max-height .3s,top .3s ease-out,-webkit-transform .3s ease-out;
	transition: max-height .3s,top .3s ease-out,transform .3s ease-out;
	transition: max-height .3s,top .3s ease-out,transform .3s ease-out,-webkit-transform .3s ease-out;
	border-bottom: 0.8px solid #957B4A;
}
header .navigation_core{
	display: flex;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	position: relative;
	z-index: 10;
}
header .navigation_logo_container{
	background: #ffffff;
	display: flex;
	flex-direction: column;
	position: absolute;
	text-decoration: none;
	transition: width .2s;
	z-index: 30;
	border-radius: 50%;
	top: -112px;
	left: 0;
	
	}
header .navigation_logo_container .navigation_logo{
	display: flex;
	flex-grow: 1;
	position: relative;
	align-items: center;
	transition: height .2s;
	padding: 0 2.4rem;
	top: 40px;
	width: 229px;
	height: 229px;
	line-height: 220px;
}
	header .navigation_logo_container .navigation_logo img{width: 85%;margin: 0 auto;}
header .navigation__primary{width: 100%;z-index: 20;margin-left: 220px;}
header .navigation_top{background-color: #957B4A;}
header .top-slim-nav{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 4.8rem;
}
	header .top-slim-nav_other{display: flex;align-items: center;}
	header .top-slim-nav_other .other_item{display: flex;height: 100%;align-items: center;}
	header .top-slim-nav_other .other_item .header_ticket{width: 110px;margin-right: 20px;}
	header .top-slim-nav_other .lang,header .top-slim-nav_other .ticket{
		position: relative;
		display: flex;
		align-items: center;
		transition: background-color .3s;
		font-family:  "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
		font-weight: 400;
		font-size: 20px;
		right: 20px;
	}
	header .top-slim-nav_other .ticket{padding: 0 30px;}
	header .top-slim-nav_other .lang_active{
		display: flex;
		align-items: center;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	header .top-slim-nav_other .lang_text{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin-right: .4rem;
		color: #000000;
		text-decoration: none;
	}
	header .top-slim-nav_other .lang_text a{color: #FFFFFF;font-weight: 700;}
	header .top-slim-nav_other .lang_text:first-of-type a{
		display: block;
		padding-left: 44px;
		background: url("../img/icon_language.svg") 20px center no-repeat;
		background-size: 16px;
	}
	header .top-slim-nav_other .lang_text a{color: #FFFFFF;opacity: .7;}
	header .top-slim-nav_other .lang_text._active a{color: #FFFFFF;opacity: 1}
	header .top-slim-nav_other .ticket_link  a{display: block;width: 100%;color: #000000;}
header .navigation_second{height: 6.2rem;z-index: 20;border-top: 0.8px solid #957B4A;}
header .main-nav{display: flex;height: 100%;}
	header .navigation_second .header_ticket{display: none;}
header .nav_item{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
	width: 100%;
	background-color: #000000;
	border-right: 0.8px solid #957B4A;
	color: #fff;
	text-align: center;
	font-family:  "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: uppercase;
	transition: background-color .3s,color .3s;
	padding: 0 .8rem;
}
	header .nav_item:last-of-type{border-right: 0;}
	header .nav_item._no{background-color: #CCCCCC;color: #777777}
	header .nav_item > a:after,header .nav_item > span:after{
		content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
		position: absolute;
		right: 20px;
	}
header .nav_item a{
	display: inline-flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	height: 100%;
	width: 100%;
	justify-content: center;
	transition: background-color .2s ease;
	flex-wrap: wrap;
}
	header .nav_item a span{display: block;padding-right: 20px;width: 100%;}
	header .nav_item a span._jp{margin-top: -20px;font-size: 13px;color: #C1C1C1}
	header .nav_item ul{
		position: absolute;
		top: 40px;
		width: 100%;
		background: #000;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		padding: 0;
		margin: 0;
		visibility: hidden;
		opacity: 0;
		z-index: 1;
		list-style: none;
	}
header .nav_item ul:after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	bottom: 100%;
	right: .2rem;
	border: .8rem solid #957B4A;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	-webkit-filter: drop-shadow(0 -.1rem 0 rgba(0,0,0,.08));
	filter: drop-shadow(0 -.1rem 0 rgba(0,0,0,.08));
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
	header .nav_item:hover ul{top: 50px;visibility: visible;opacity: 1}
	header .nav_item li a{padding: 10px;color: #000000; }
	header .nav_item li a:hover{text-decoration: underline}
	footer .container{padding: 40px 0;}
	footer .footer_inner{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	footer .footer_sns{margin-left: 60px;}
	footer .copy{text-align: right;}
}
@media screen and (max-width: 767px){
	header{height: 47px}
header .navigation_logo_container{display: none;}
header .navigation_container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #957B4A;
	z-index: 60;
	height: 47px;
	}	
header .sm_navigation{background-color: #FFFFFF;top: 0;}
header .navigation_core_sm{height: 4.4rem;display: flex;align-items: center;position: relative;}
header .navigation_logo_container_sm{display: block;flex: 1;margin-left: 2.8rem;}
header .navigation_logo_sm{
	position: relative;
	z-index: 100;
	width: 24rem;
	height: 4.4rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: width .3s,left .3s,-webkit-transform .3s;
	transition: width .3s,left .3s,transform .3s;
	transition: width .3s,left .3s,transform .3s,-webkit-transform .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	}
header .navigation_logo_sm img{
	position: absolute;
top: .6rem;
left: 0;
width: 24rem;
height: 3.2rem;
fill: #fff;
transition: height .3s,width .3s,left .3s,top .3s;
	}
header .burger_sm{display: flex;height: 100%;color: #fff;align-items: center;position: relative;right: 10px;}
header .burger_menu{display: block;      
  width: 39px;      
  height: 39px;      
  position: relative;      
  z-index: 100;
  border:none;}
header .burger_menu .burger_icon{width: 20px;      
  height: 1px;        
  display: block;      
  position: absolute;      
  left: 50%;      
  transform: translateX(-50%);      
  background-color: #957B4A;}
header .burger_menu .burger_icon._top{top: 10px;}
header .burger_menu .burger_icon._second{top: 50%;transform: translate(-50%,-50%);}
header .burger_menu .burger_icon._third{bottom: 10px;}
	header .burger_menu.close .burger_icon._top{transform: translate(-50%,10px) rotate(45deg);  transition: transform .3s;}
	header .burger_menu.close .burger_icon._second{opacity: 0;transition: opacity .3s; }
	header .burger_menu.close .burger_icon._third{transform: translate(-50%,-8px) rotate(-45deg);transition: transform .3s;}
	header .burger_menu.close{background-color: #957B4A;border-radius: 50%;}
	header .burger_menu.close .burger_icon{background-color: #FFFFFF}
	header .navigation_quick_sm{
		-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;

	}
	header .quick_nav{
		display: flex;
	justify-content: center;
	align-items: center;
	height: 4.4rem;
	background: #000000;
	opacity: 1;
	z-index: 20;
	transition: opacity .15s;
	}
	header .quick_nav_item{
		flex: 1 0 auto;
	color: #fff;
	position: relative;
	justify-content: center;
	text-align: center;
	line-height: 4.4rem;
	font-size: 1.6rem;
	}
	header .quick_nav_item.-external{
		opacity: 1;
		visibility: visible;
		transition: opacity .2s,visibility .2s;
		transition-delay: .15s;
	}
	header .quick_nav_item a{display: flex;justify-content: center;align-items: center;width: 100%;text-decoration: none;color: #fff;}
	header .quick_nav_item:after{
		content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	background-color: hsla(0,0%,100%,.25);
	width: .1rem;
	height: 2.4rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	}
	header .navigation{
    display: none;
	}
	header .navigation.slide-in{display: block;
		width: 100vw;      
	  height: 100vh;      
	  position: fixed;      
	  top: 0;      
	  left: 0;      
	  z-index: 80;}
	header .navigation.slide-in .quick_nav{display: none;}
	header .navigation_core{width: 100%;height: 100%;background-color:#fff; z-index: 2;}
	header .navigation__primary{
		display: block;        
	  position: absolute;        
	  top: 50px;        
	  left: 50%;        
	  transform: translate(-50%,0);        
	  text-align: center;
		width: 100%;
		 height: 100%;
	 overflow: auto;
	 -webkit-overflow-scrolling: touch;
	}
	header .navigation_second{width: 100%;height: 100%;
overflow: auto;}
	header .navigation_second .nav_item{width: 100%;border-top: 1px solid #000000;position: relative;}
	header .navigation_second .nav_item:last-of-type{border-bottom: 1px solid #000000;}
	header .navigation_second .nav_item  ul{display: none;padding: 0;margin: 0;}
	header .navigation_second .nav_item  ul >li{padding-left: 24px;}
	header .navigation_second .nav_item a,header .navigation_second .nav_item > span{
		display: block;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 700;
	line-height: 56px;
	color: #000000;
		text-align: left;
	}
	header .navigation_second .nav_item a span._jp{margin-left: 10px;font-size: 12px;color: #8f8f8f;}
	header .nav_item._no >span{color: #CCCCCC}
	header .top-slim-nav_other .other_item:nth-child(2){display: none;}
	header .top-slim-nav_other .other_item .lang_active{display: flex;background-color: #000000;justify-content: center;align-items: center;}
	header .top-slim-nav_other .other_item .header_ticket{display: none;}
	header .navigation_second .header_ticket{width: 200px;margin: 30px auto;}
	header .navigation_second .header_ticket._ticket{background-color: #000000;}
	header .top-slim-nav_other .other_item .header_ticket._ec{background-color: #FFFFFF;}
	header .top-slim-nav_other .other_item .lang_text{color: #FFFFFF;width: 50%;position: relative}
	header .top-slim-nav_other .other_item .lang_text._active a{display: block;
padding-left: 44px;
font-size: 14px;
font-weight: 700;
line-height: 40px;
color: #FFF;
background: url("../img/icon_language.svg") 20px center no-repeat;
background-size: 16px;}
	header .top-slim-nav_other .other_item .lang_text a{
		display: block;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	color: #FFFFFF;
	}
	header .top-slim-nav_other .other_item .lang_text:first-of-type:before{width: 1px;height: 56px;background-color: #FFFFFF;right: 0;content: '';position: absolute;}
	footer .container{padding: 56px 10px;}
	footer .footer_link{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}
	footer .link_item{margin-bottom: 15px;}
	footer .footer_sns{margin-top: 20px;}
	footer .footer_sns .sns_item +.sns_item{margin-left: 40px;}
	footer .footer_inner .we_logo{left: 50%;padding-top: 30px;margin-left: -35px;}
	footer .footer_inner .we_logo  img{width: 70px;}
	
}
@media screen and (max-width: 320px){
	#news .news_box{display: block;}
	#news .news_inner{width: 100%;margin-right: 0;}
		header .top-slim-nav_other .other_item .header_ticket{bottom: 100px;}
	header .top-slim-nav_other .other_item .header_ticket:nth-child(2){bottom: 0px;}
}



