﻿@charset "utf-8";

body {
    margin: 0px;
    height: 100%;
    overflow-x: hidden;
    width: 100%;
    font-size: 100%;
    letter-spacing: 1.2px;
    font-feature-settings: "palt";
    /*background-color: #f8f8f8;
    color: #3f3c3c;*/
	font-family: 'Noto Sans JP', sans-serif;
	overflow-x: hidden;
}

/* CSS Document */
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	width:100%;boz-sizing:border-box;
}
/* スマホ（767px以下） */
.col-xs-1-5 {width: 20%;float: left;}
.col-xs-2-5 {width: 40%;float: left;}
.col-xs-3-5 {width: 60%;float: left;}
.col-xs-4-5 {width: 80%;float: left;}
/* タブレット（768px～991px） */
@media (min-width: 768px) {
    .col-sm-1-5 {width: 20%;float: left;}
    .col-sm-2-5 {width: 40%;float: left;}
    .col-sm-3-5 {width: 60%;float: left;}
    .col-sm-4-5 {width: 80%;float: left;}
}
/* PC（992px～1119px） */
@media (min-width: 992px) {
    .col-md-1-5 {width: 20%;float: left;}
    .col-md-2-5 {width: 40%;float: left;}
    .col-md-3-5 {width: 60%;float: left;}
    .col-md-4-5 {width: 80%;float: left;}
}
/* PC大画面（1200px以上）*/
@media (min-width: 1200px) {
    .col-lg-1-5 {width: 20%;float: left;}
    .col-lg-2-5 {width: 40%;float: left;}
    .col-lg-3-5 {width: 60%;float: left;}
    .col-lg-4-5 {width: 80%;float: left;}
}

clearfix::after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
}

dt.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;zoom:1;}


img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	max-width:100%;
	hegiht:auto;
}

.bold {font-weight:400;}


.mt3 {margin-top: 3px!important;}
.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 50px!important;}
.mt80 {margin-top: 80px!important;}

.mb3 {margin-bottom: 3px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb60 {margin-bottom: 60px!important;}
.mb80 {margin-bottom: 80px!important;}

.pdg3 {padding: 3px;}
.pdg5 {padding: 5px;}
.pdg10 {padding: 10px;}
.pdg20 {padding: 20px;}
.pdg30 {padding: 30px;}
.pdg40 {padding: 40px;}
.pdg50 {padding: 50px;}

.va--t {vertical-align: top;}
.va--m {vertical-align: middle;}
.va--b {vertical-align: bottom;}

.pt60{padding-top:60px;}
.pb60{padding-bottom:60px;}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
background:transparent;
-webkit-text-size-adjust:none;
}
textarea {font-family:inherit;font-size:inherit;}
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}
li{list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
ins {text-decoration:none;}
mark {font-style:italic;font-weight:400;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
header, section, footer, aside, nav, main, article, figure {display: block;}

button[type="submit"]{
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
font-family:inherit;
vertical-align:baseline;
cursor:pointer;
}
::-webkit-input-placeholder{
color:#888;
}
::-moz-placeholder {
color:#888;
opacity:1;
}
:-ms-input-placeholder {
color: #888;
}
/**/

/* fade */
.inview-fade,
ul.inview-fade li,
ol.inview-fade li,
dl.inview-fade dt,
dl.inview-fade dd {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0,0,0) scale(1.0);
  transform: translate3d(0,0,0) scale(1.0);
  opacity: 0;
}
.inviewed-fade,
ul.inviewed-fade li,
ol.inviewed-fade li,
dl.inviewed-fade dt,
dl.inviewed-fade dd {
  -webkit-transform: translate3d(0,0,0) scale(1.0);
  transform: translate3d(0,0,0) scale(1.0);
  opacity: 1;
}

/* zoom */
.inview-zoom,
.inviewed-zoom {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.inview-zoom .backimg,
.inviewed-zoom .backimg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
}
.inview-zoom .backimg {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(-50%, 0, 0) scale(1.15);
  transform: translate3d(-50%, 0, 0) scale(1.15);
  opacity: 0;
}
.inviewed-zoom .backimg {
  -webkit-transform: translate3d(-50%, 0, 0) scale(1.0);
  transform: translate3d(-50%, 0, 0) scale(1.0);
  opacity: 1;
}


/* up */
.inview-up,
ul.inview-up li,
ol.inview-up li,
dl.inview-up dt,
dl.inview-up dd {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0,20px,0) scale(1.0);
  transform: translate3d(0,20px,0) scale(1.0);
  opacity: 0;
}
.inviewed-up,
ul.inviewed-up li,
ol.inviewed-up li,
dl.inviewed-up dt,
dl.inviewed-up dd {
  -webkit-transform: translate3d(0,0,0) scale(1.0);
  transform: translate3d(0,0,0) scale(1.0);
  opacity: 1;
}


::selection {
    background: #fef918;
    color: #000;
}
::-moz-selection {
    background: #fef918;
    color: #000;
}

/**/.navi .menu > li{color:#fff;}
.navi .menu > li a{display:block;color:#fff;}
.navi .menu > li a:hover span{color:#000!important;}
.navi .menu > li:hover span{color:#000!important;}

.privacy{border: 1px solid #014C86;
    border-radius: 4px;
    padding: 30px;margin-bottom: 80px;}
.privacy h4{font-size:16px;}
.privacy h5{font-size:15px;    margin-bottom: 6px;}
.privacy p{font-size:14px;}
/**/
.blo1{
    position: relative;
overflow: hidden;padding-bottom: 80px;
}
.blo1 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;width:100%;height:auto;
}
.blo1 figcaption{
    position: absolute;
    text-align: center;
    bottom: -100px;
    margin: auto;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 190px;
    overflow: hidden;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    background: #fff;
    padding-top: 26px;
}

figcaption p {
	color:#000000;

}

.blo1 figcaption h3{
color:#000000;font-size:20px;margin-bottom:20px;padding-bottom:0;border:none;
}
.blo1 figcaption h3 span{
color:#ff8429;font-size:12px;display:block;margin:0 auto;margin-top:10px;
}

figure:hover .blo1 figcaption, figure:hover .blo2 figcaption {
    height: 270px;
    text-align: center;}

/*リンク色*/
a{outline:none;color:#000000;}
a:link     {color:#000000; text-decoration:none; }
a:hover    { color:#000000; text-decoration: none;}
a:active   {color:#000000; text-decoration:none; }
/* CSS Document */

*{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
}

span,a{font-size:inherit;}

	
ul {
list-style:none;padding:0;
margin:0;
}

body {
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* scrolltop */
#fixedTop {
  right: 20px;
  bottom: 10px;
  /*width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  text-align: center;*/
  display: none;
  /*background: #000;*/
  position: fixed;
  z-index: 9999;
  /*border-radius: 5px;
    -webkit-transform: translateZ(0);*/
}

#fixedTop img{
	width: 100%;
	max-width: 60px;
}

#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

.w1080 {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.box20 {
	padding: 0 20px;
}

/*midashi*/
.midashi {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

.wihite {
	color: #fff;
	font-weight: bold;
}

.black {
	color: #000;
	font-weight: bold;
}

/*header*/
.header_box {
	width: 100%;
	position: relative;
}

.header_box_backimg {
	width: 100%;
	padding-top: 90px;
}

.header_box_textimg {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;/*余計な隙間を除く*/
	padding:0;/*余計な隙間を除く*/
	width: 80%;
}

.header_box img,
.header_box_backimg img,
.header_box_textimg img {
	width: 100%;
}

.sns img {
	width: 100%;
}

a.sns {
	max-width: 30px;
	width:30px;
	display: block;
	margin: 0 auto;
}

.logo img {
	width: 100%;
}

.logo {
	width: 100%;
}

/*catch*/
.catchbox {
	max-width: 640px;
	margin: 0 auto;
}

.catchbox img {
	padding-top: 20%;
	padding-bottom: 20%;
	width: 100%;
}

under,
.catchbox_under img{
	width: 100%;
}

/*LINEUP*/
.lineup_box {
	background: #00A8AB;
	padding: 50px 0;
}

.center_mode {
	margin: 0 auto;
	text-align: center;
}

.lineup_box h3 {
	text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.lineup_box h3:before, .lineup_box h3:after {
  content: '';
  position: absolute;
  top: 54%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: #fff;
}

.lineup_box h3:before {
  left:0;
}
.lineup_box h3:after {
  right: 0;
}


.artbox {
	background: #fff;
	padding: 15px;
	height: 100%;
}

.artbox_imgbox {
	width: 100%;
	padding-bottom: 20px;
}

.artbox_imgbox img {
	width: 100%;
}

.artbox_sns ul,.artbox_sns li{
	display: flex;
	align-items: center;
	justify-content: center;
}

.artbox_sns li{
	padding: 5px;
}

.nosns {
	opacity: 0.5;
}

a.nosns {
	pointer-events: none;
}

.artbox h4 {
    padding: 20px 0;
    font-weight: bold;
    text-align: center;
    font-size: 190%;
}

span.artfrom {
	display: block;
	font-size: 70%;
}

/*tt*/
.tt_box {
	padding: 50px 0;
}

.tt_p {
	text-align: center;
	padding-bottom: 20px;
	color: #503792;
}

.tt_p p {
	font-size: 120%;
	font-weight: bold;
}

.tt_p_2 p,
.tt_p_2 a{
	font-size: 120%;
}

a.tt_p_a {
	border-bottom: 1px solid #666;
	color: #666;
}

.tt_imgbox {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.tt_imgbox {
	width: 100%;
}

.fune p {
    font-size: 180%;
    font-weight: bold;
}

span.week {
	font-size: 88%;
}

span.tt_big {
	font-size: 180%;
}

.tt_mboth {
	margin: 0 auto;
}

/*map*/
.map_box {
	background: #fef5e9;
	padding: 50px 0;
}

.map_container {
	padding: 30px 0;
}

.map_container img {
	width: 100%;
}

/*outline*/
.outline_box {
	background: #dde0ec;
	padding: 50px 20px;
}

.outline_container {
	background: #fff;
	border-radius: 10px;
}

.ot_container_wrap {
	padding: 80px 20px;
}

.outline_box table {
	margin: 30px auto 0 auto;
	width: 80%;
}

.outline_box th {
	width: 10em;
	padding: 25px 20px;
	text-align-last: justify;
	font-weight: normal;
	border-right: 1px solid #000;
}

.outline_box td {
	padding: 25px 20px;
	font-weight: normal;
}

.outline_box tr {
	border-bottom: 1px solid #000;
}

.outline_box tr:last-child {
	border-bottom: none;
}

.outline_box a {
	border-bottom: 1px solid #AA7AA1;
	font-weight: bold;
	color: #AA7AA1;
}

#l01,#l02,#l03,#l04{
	padding-top: 100px;
	margin-top: -100px;
}

.wnotice {
	width: 80%;
	margin: 0 auto;
}

.wnotice h4 {
	font-size: 120%;
	font-weight: bold;
}

.wnotice p {
	font-size: 88%;
	text-align: justify;
	word-break: break-all;
	line-height: 2em;
}

span.wnotice_bold {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

a {
    transition: 0.3s;
}

a:hover {
    opacity: 0.7;
}

.tt_p_2 {
	padding-bottom: 0;
}

.tt_imgbox {
    padding-top: 5%;
}

.tt_imgbox img {
    width: 100%;
}

.pd50 {
	padding-bottom: 80px;
}

.mb-10 {
	margin-bottom: -10px;
}

.f23 {
	font-size: 230%;
}

.box5 {
	padding: 0 5px;
}
p.fes_T {
    font-weight: bold;
}


/*footer*/
.footer_box {
	padding: 30px 20px;
	text-align: center;
}

/*copy*/
.copy_box {
	background: #73c9dc;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 88%;
}

.footerbox img {
	max-width: 250px;
}

/*commingsoon*/
.comming {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.comming img {
	width: 100%;
}

/*dummy*/
.dummy {
	width: 100%;
	margin: 0 auto;
}

.dummy img {
	width: 100%;
}
.more {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid #17a2a4!important;
    color: #17a2a4!important;
    border-radius: 30px;
    line-height: 65px;
    padding-bottom: 0px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    box-sizing: border-box;
    font-weight: bold;
    width: 100%;
    padding: 0px 0;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.more:after {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #17a2a4;
    border-right: 1px solid #17a2a4;
    -webkit-transform: rotate( 
45deg
 );
    transform: rotate( 
45deg
 );
}
.more:hover {background:#17a2a4;color:#fff!important;
	text-decoration:none;
}

.re {
	position: relative;
}

.ab {
	position: absolute;
}

.cb {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    top: 0;
    left: 0;
}

.shumaku {	
  top: 51%;
  left: 49%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

.shumaku_text {
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	width: 100%;
    padding: 20px;
}

.shumaku_text_sp {
	margin:50px auto;
	zoom: 150%;
	
}

.shumaku_text_sp h3,
.shumaku_text_sp p {
	text-align: center;
}


.shumaku_text_sp h3 {
	font-weight: bold;
}

.shumaku p {
	color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-size: 300%;
	font-weight: bold;
}

/*2023 カミングスーン*/
.ab.top_center {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    width: 100%;
}

.ab.top_center p {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 280%;
}

.ab.bk_filter {
    background: rgba(0,0,0,0.2);
    mix-blend-mode: multiply;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
}

/*sponser*/
.map_box.sponser_box {
    background: #afeeee;
    text-align: center;
    padding-top: 80px;
}

.sponser_box .row {
    align-items: center;
    justify-content: center;
}

.col-6.b_gray,.col-4.b_gray {
    /* background: #fff; */
    padding: 10px 20px;
    max-width: 350px;
    /* align-items: center; */
}

.col-6.b_gray img,.col-4.b_gray img {
    background: #fff;
    border: 1px solid #eee;
}

