@charset "utf-8";
/* --------------------------------------------------
	reset
-------------------------------------------------- */
* { margin: 0; padding: 0; box-sizing: border-box;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

img{ vertical-align: bottom;}
ul{ list-style: none;}
ul li{ list-style-type: none;}
figure { margin: 0;}


/* =============================================================================
   Forms
   ========================================================================== */
form { margin: 0;}
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}
legend { border: 0;}
button,
input,
select,
textarea { font-size: 100%; margin: 0; vertical-align: baseline;}
button,
input { line-height: normal;}
button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"],
input[type="radio"] { box-sizing: border-box; padding: 0;}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}

button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top;}
input[type="search"]:focus { outline: none;}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*	Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;

-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
  	  touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus { outline: none;}
.slick-list.dragging{ cursor: pointer; cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}
.slick-track { position: relative; top: 0; left: 0; display: block;}
.slick-track:before,
.slick-track:after { display: table; content: '';}
.slick-track:after { clear: both;}
.slick-loading .slick-track { visibility: hidden;}
.slick-slide { display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide { float: right;}
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none;}
.slick-slide.dragging img { pointer-events: none;}
.slick-initialized .slick-slide { display: block; outline: none;}
.slick-loading .slick-slide { visibility: hidden;}
.slick-vertical .slick-slide{ display: block; height: auto;}
.slick-arrow.slick-hidden { display: none;}

.slick-arrow{ width: 50px; height: 50px; position: absolute; top: 50%; transform: translateY(-50%);
 background: #000; border: none; border-radius: 50%; z-index: 100;
 text-indent: -9999em; outline: none;
}
.slick-prev { left: 0px;}
.slick-next { right: 0px;}
.slick-arrow:before{ position: absolute; content: ''; display: block; width: 0px; height: 0px; top: 50%; transform: translateY(-50%);}
.slick-prev:before { left: 30%; border: solid 9px transparent; border-right: solid 16px #fff; border-left: 0;}
.slick-next:before { right: 30%; border: solid 9px transparent; border-left: solid 16px #fff; border-right: 0;}

/** Dots */
.slick-dotted.slick-slider{ margin-bottom: 30px;}
.slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; text-align: center;}
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer;}
.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: none; background: transparent; 
}
.slick-dots li button:hover,
.slick-dots li button:focus{ outline: none;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before { opacity: 1;}
.slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0;
	width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: black;
}
.slick-dots li.slick-active button:before { opacity: .75; color: black;}

@media (max-width: 481px) {
}
@media (max-width: 481px) {
}



/*		font-style
-------------------------------------------------- */
body {
/*	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;*/
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
	*font-size:small;
	*font:x-small;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input, textarea { font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;}

.min {font-family: "游明朝", "Yu Mincho", "YuMincho", serif;}
@font-face {
	font-family: 'Roboto';
	src: url('../font/Roboto-Black.ttf') format('truetype');
}
.eng { font-family: "Roboto";}


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


a { color:#002159; text-decoration: underline;}
a:link   { color:#002159;}
a:visited{ color:#002159;}
a:hover  { color:#002159;}
a:active { color:#002159;}

em{ font-style: normal;}


/*		utility
-------------------------------------------------- */
.cf{ clear: both;}
.cf:after{ content: ''; display: block; clear: both;}

@media (max-width: 641px) {
}


#contact ul li label.error {
	position: absolute; top: -30px; left: -10px;
	padding: 5px 8px;
	background: #d00; border-radius: 5px;
	color: #fff; font-size: 12px;
	opacity: 0;
	animation: .5s showError linear forwards .2s;
}
#contact ul li label.error:before{ content: ''; display: block; width: 8px; height: 8px; background: #d00;
	transform: rotate(45deg);
	position: absolute; bottom: -4px; left: 20px;
}
@keyframes showError{
	100%{ opacity: 1;}
}

@keyframes toggleMenu1{
	 0% { transform: translate(-50%,-50%);}
	50% { transform: translate(-50%,-50%);}
	100%{ transform: translate(-50%,-6px);}
}
@keyframes toggleMenu2{
	 0% { transform: translate(-50%,-50%);}
	50% { transform: translate(-50%,-50%);}
	100%{ transform: translate(-50%,4px);}
}
@keyframes toggleMenu1on{
	 0% { transform: translate(-50%,-6px);}
	40% { transform: translate(-50%,-50%);}
	60% { transform: translate(-50%,-50%);}
	100%{ transform: translate(-50%,-50%) rotate(30deg); background: #fff;}
}
@keyframes toggleMenu2on{
	 0% { transform: translate(-50%,4px);}
	40% { transform: translate(-50%,-50%);}
	60% { transform: translate(-50%,-50%);}
	100%{ transform: translate(-50%,-50%) rotate(-30deg); background: #fff;}
}

#container { background: #fff;}
#hd { position: absolute; left: 0; top: 0; width: 100%; z-index: 100;}
#hd .inner-hd { position: relative; width: 96%; margin: 0 auto; padding: 40px 0;}
#hd h1 { line-height: 1;}
#hd h1 a { display: inline-block; width: 320px; margin-right: 15px; background: url('../img/logo-wh.svg') no-repeat 50% 50% / 100% auto; vertical-align: middle;}
#hd h1 a img { width: 100%;}
#hd h1 a:hover { opacity: 0.8;}
#hd h1 span { display: inline-block; width: 100px; background: #474747; padding: 2px 0; color: #fff; font-size: 18px; text-align: center; vertical-align: middle;}
#hd .menu { display: none; position: absolute; right: 0; top: 15px; width: 38px; height: 30px;}
#hd .menu div { position: relative; width: 100%; height: 100%;}
#hd .menu div span { display: block; width: 100%; height: 2px; background: #000; opacity: 1;
 position: absolute; left: 50%; top: 50%;
}
#hd .menu div span:nth-of-type(1){ transform: translate(-50%,-6px); animation: 0.5s toggleMenu1 linear forwards;}
#hd .menu div span:nth-of-type(2){ transform: translate(-50%,4px); animation: 0.5s toggleMenu2 linear forwards;}

#hd.on h1 a img { opacity: 0;}
#hd.on h1 span { display: none;}
#hd .menu.active div span:nth-of-type(1) { animation: 0.5s toggleMenu1on linear forwards .2s;}
#hd .menu.active div span:nth-of-type(2) { animation: 0.5s toggleMenu2on linear forwards .2s;}
@media (max-width: 1001px) {
	#hd .inner-hd { padding: 20px 0;}
	#hd h1 a { width: 220px;}
}
@media (max-width: 801px) {
	#hd { position: fixed; left: 0; top: 0; background: rgba(255,255,255,0.85); transition: 0.4s linear;}
	#hd.on { background: rgba(50,50,50,0.8);}
	#hd h1 a { width: 320px;}
	#hd .menu { display: block;}
}
@media (max-width: 481px) {
	#hd .inner-hd { width: 92%; padding: 16px 0;}
	#hd h1 a { width: 56%; margin-right: 10px;}
	#hd h1 span { width: 60px; font-size: 12px;}
	#hd .menu { top: 12px;}
}


#gNav { position: absolute; right: 0; top: 0px; width: 80%; z-index: 101;}
#gNav .inner-nav { width: 100%; margin: 0 auto; padding: 40px 30px 0 0;}
#gNav ul { font-size: 0; text-align: right; }
#gNav ul li { display: inline-block; margin-right: 30px; font-size: 16px; font-weight: 700;}
#gNav ul li:last-child { margin-right: 0px;}
#gNav ul li:before { content: ''; position: relative; display: inline-block; width: 6px; height: 18px; margin-right: 12px;
 transform: skewX(-40deg); background: #b7272d; vertical-align: middle;
}
#gNav ul li.none:before  { background: #d5d5d5;} 
#gNav ul li span { display: inline-block; vertical-align: middle;}
#gNav ul li a { display: inline-block; color: #333; text-decoration: none; vertical-align: middle;}
#gNav ul li a:hover { text-decoration: underline;}
#gNav ul li span { color: #d5d5d5;}
#gNav ul li.entry:before { content: none;}
#gNav ul li.entry a { display: block; width: 210px; padding: 6px 0; background: linear-gradient(90deg,#ca5459,#b7272d);
 color: #fff; font-size: 18px; text-align: center;
}
#gNav ul li.entry a:hover { opacity: 0.8; text-decoration: none;}
#gNav ul li.entry span { display: block; width: 210px; padding: 6px 0; background: #ddd;
 color: #fff; font-size: 18px; text-align: center;
}

#spNav { position: fixed; left: 0; top: 0; width: 100%; background: #323232; z-index: -1; transition: 0.4s linear; opacity: 0;}
#spNav.open { z-index: 99; opacity: 1;}
#spNav .inner-nav { width: 100%; height: 100vh; margin: 0 auto; padding: 120px 0px 0;}

#spNav ul { width: 70%; max-width: 500px; margin: 0 auto; text-align: center;}
#spNav ul li { display: block; width: 100%; padding: 5px; font-size: 18px; font-weight: 700;}
#spNav ul li:before { content: ''; position: relative; display: inline-block; width: 4px; height: 15px; margin-right: 18px; background: #fff;
 margin-right: 18px;
 transform: skewX(-40deg); vertical-align: middle;
}
#spNav ul li.none:before  { background: #999;} 
#spNav ul li:before {}
#spNav ul li span,
#spNav ul li a { display: inline-block; color: #fff; vertical-align: middle;}
#spNav ul li span{ color: #999;}
#spNav ul li a { color: #fff; text-decoration: none;}
#spNav ul li.entry:before { content: none;}
#spNav ul li.entry { padding-top: 30px;}
#spNav ul li.entry a { display: block; width: 100%; max-width: 300px; margin: 0 auto; padding: 12px 0; background: linear-gradient(90deg,#ca5459,#b7272d);
 color: #fff; font-size: 20px; text-align: center;
}
#spNav ul li.entry span { display: block; width: 100%; max-width: 300px; margin: 0 auto; padding: 12px 0; background: #666;
 color: #fff; font-size: 20px; text-align: center;
}
@media (max-width: 1201px) {
	#gNav ul li { margin-right: 15px; font-size: 15px;}
	#gNav ul li:before { width: 5px; height: 14px; margin-right: 8px;}
}
@media (max-width: 1001px) {
	#gNav .inner-nav { padding: 24px 15px 0 0;}
	#gNav ul li { font-size: 13px;}
	#gNav ul li:before { width: 4px; height: 12px;}
}
@media (max-width: 801px) {
	#gNav { display: none;}
	#spNav { display: block;}
	#gNav.open { display: block; z-index: 99;}
}
@media (max-width: 481px) {
	#spNav .inner-nav { padding: 80px 0px 0px;}
	#spNav ul li.entry a,
	#spNav ul li.entry span { font-size: 18px;}
}


.pagetop { position: fixed; right: 0; bottom: 0; width: 70px; height: 70px; z-index: 98;}
.pagetop a { position: relative; display: block; background: #474747; width: 100%; height: 100%;}
.pagetop a:before { content: ''; display: block; width: 20px; height: 20px; border-top: solid 2px #fff; border-left: solid 2px #fff;
 position: absolute; left: 50%; top: 45%; transform: translateX(-50%) rotate(45deg);
}
.pagetop a:hover { opacity: 0.8;}
#ft { padding: 25px;}
#ft p { font-size: 14px;}
@media (max-width: 481px) {
	.pagetop { width: 40px; height: 40px;}
	.pagetop a:before { width: 12px; height: 12px;}

	#ft p { font-size: 10px;}
}

.btn { margin: 0px auto;}
.btn a { display: block; width: 100%; max-width: 720px; margin: 0 auto; background: linear-gradient(90deg,#ca5459,#b7272d);
	color: #fff; font-weight: 700; line-height: 1.4; text-align: center; text-decoration: none;
}
.btn a:hover { opacity: 0.8;}
.btn span { display: block; width: 100%; max-width: 720px; margin: 0 auto; background: #ddd;
	color: #fff; font-weight: 700; line-height: 1.4; text-align: center; text-decoration: none;
}


#kv { margin: 0 auto; padding-top: 140px;}
#kv .bg{ padding-bottom: 140px; background: url('../img/lp01/bg-lead.png') no-repeat 50% 100%;}
#kv .inner-kv { position: relative; padding-bottom: 120px; background: url('../img/lp240309/bg-kv.png') no-repeat 50% 0% / auto;}
#kv .box { width: 88%; max-width: 850px; margin: 0 auto; padding: 60px 0;}
#kv .box h2 { margin-bottom: 40px; text-align: center;}
#kv .box h2 img { width: 100%;}
#kv .box h2 img.sp { display: none;}
#kv .box .lead p { font-size: 20px; letter-spacing: 0.05rem; line-height: 2.0;}
#kv .box .lead p a { color: #333; text-decoration: none; border-bottom: solid 1px #474747;}
#kv .box .lead p a:hover { border-bottom: solid 1px #fff;}
#kv .btn { width: 88%;}
#kv .btn a,
#kv .btn span { padding: 25px 0; font-size: 38px;}

#kv .detail { width: 92%; max-width: 1200px; margin: 0 auto;}
#kv .detail .inner { position: relative; padding: 60px; background: #f6f6f6;}
#kv .detail .tit { position: relative; margin-bottom: 50px; padding: 30px 0 20px 50px; background: #fff; box-shadow: 6px 6px 0 #e8e8e8;}
#kv .detail .tit:before { content: ''; display: block; width: 100%; height: 8px; background: linear-gradient(90deg,#ca5459,#b7272d);
 position: absolute; left: 0; top: 0;
}
#kv .detail .tit .tag { width: 130px; height: 130px; position: absolute; left: -35px; top: -35px;}
#kv .detail .tit .tag div { width: 100%; height: 100%; padding-top: 20px; background: linear-gradient(90deg,#ca5459,#b7272d); border-radius: 50%;
 color: #fff; font-size: 36px; font-weight: 700; line-height: 1.2; text-align: center;
}
#kv .detail .flex { display: flex; justify-content: space-between; width: 100%;}
#kv .detail .tit .flex { align-items: center;}
#kv .detail .day { width: 56%; border-right: solid 1px #ddd;}
#kv .detail .time{ width: 44%; text-align: left;}
#kv .detail .day p { font-size: 38px; font-weight: 700; line-height: 1.2; text-align: right;}
#kv .detail .day p span { margin-left: 10px; font-size: 50px;}
#kv .detail .day p span em{ font-size: 60px;}
#kv .detail .time ul { display: inline-block; padding-left: 40px; text-align: left;}
#kv .detail .time ul li { margin-bottom: 6px; font-size: 36px; font-weight: 700; line-height: 1.2;}
#kv .detail .time ul li:last-child { margin-bottom: 0px;}
#kv .detail .time p { font-size: 42px; font-weight: 700; line-height: 1; text-align: center;}
#kv .detail .time p span,
#kv .detail .time ul li span { display: inline-block; vertical-align: middle;}
#kv .detail .time p span.tips,
#kv .detail .time ul li span.tips { position: relative; width: 80px; margin-right: 15px; padding: 4px 0px; background: linear-gradient(90deg,#ca5459,#b7272d);
 color: #fff; font-size: 24px; font-weight: 700; letter-spacing: 0.2rem; text-align: center;
}
#kv .detail .txt { width: 54%;}
#kv .detail .map { width: 45%;}
#kv .detail .txt ul { width: 96%;}
#kv .detail .txt ul li { margin-bottom: 20px;}
#kv .detail .txt ul li:last-child { margin-bottom: 0px;}
#kv .detail .txt ul li dl { display: table; width: 100%;}
#kv .detail .txt ul li dl dt,
#kv .detail .txt ul li dl dd { display: table-cell; }
#kv .detail .txt ul li dl dt { width: 150px; font-size: 18px;}
#kv .detail .txt ul li dl dd { position: relative; width: auto; font-size: 20px; letter-spacing: 0.025rem;}
#kv .detail .txt ul li dl dt span { display: block; width: 90%; background: #474747; color: #fff; font-weight: 700; text-align: center;}
#kv .detail .txt ul li dl dd a { color: #000;}
#kv .detail .txt ul li dl dd a:hover { text-decoration: none;}
#kv .detail .txt ul li dl dd.place1 { display: block; width: 100%; padding-left: 4.5em;}
#kv .detail .txt ul li dl dd.place2 { display: block; width: 100%;}
#kv .detail .txt ul li dl dd span.disc { position: relative; padding-left: 1.2em;}
#kv .detail .txt ul li dl dd span.disc:before { content: ''; display: block; width: 0.8em; height: 0.8em; background: #474747; border-radius: 50%;
 position: absolute; left: 0; top: 0.4em;
}
#kv .detail .txt ul li dl dd.place1 span.disc { position: absolute; left: 0;}
#kv .detail .txt ul li dl dd.place1 span.addr { display: block; font-size: 16px;}
#kv .detail .txt ul li dl dd.place2 span.disc:before { top: 0.1em;}
#kv .detail .txt ul li dl dd.capa span.disc { display: block; width: 100%;}

#kv .detail .txt ul li dl dd span.note1 { display: inline-block; margin-left: 10px; font-size: 16px;}
#kv .detail .txt ul li dl dd span.note2 { display: block; padding-top: 10px; padding-left: 1.4em; font-size: 16px; line-height: 1.2; text-indent: -1.2em;}
#kv .detail .map div { width: 100%; height: 500px;}
#kv .detail .map div iframe { width: 100%; height: 100%;}
#kv .detail .map figure img { width: 100%;}

@media (max-width: 1201px) {
	#kv { background: none;}
	#kv .inner-kv { margin: 0 auto -40px;}

	#kv .detail .tit .tag { width: 100px; height: 100px; left: -20px; top: -20px;}
	#kv .detail .tit .tag div { padding-top: 15px; font-size: 28px;}
	#kv .detail .day p { font-size: 32px; text-align: center;}
	#kv .detail .day p span { font-size: 40px;}
	#kv .detail .day p span em{ font-size: 52px;}
	#kv .detail .time p { font-size: 36px;}
	#kv .detail .time p span.tips{ width: 80px; font-size: 21px;}
	#kv .detail .time ul li { font-size: 36px;}
	#kv .detail .time ul li span.tips { width: 80px; font-size: 21px;}
	#kv .detail .txt { width: 60%;}
	#kv .detail .map { width: 38%;}
}
@media (max-width: 1001px) {
	#kv { padding-top: 80px;}
	#kv .inner-kv { margin: 0 auto;}

	#kv .detail .inner { padding: 40px;}
	#kv .detail .tit { margin-bottom: 40px;}
	#kv .detail .tit .tag { width: 80px; height: 80px;}
	#kv .detail .tit .tag div { padding-top: 12px; font-size: 24px;}
	#kv .detail .day p { font-size: 24px; text-align: center;}
	#kv .detail .day p span { font-size: 30px;}
	#kv .detail .day p span em{ font-size: 40px;}
	#kv .detail .time p { font-size: 24px;}
	#kv .detail .time p span.tips { width: 60px; font-size: 18px;}
	#kv .detail .time ul li { font-size: 24px;}
	#kv .detail .time ul li span.tips { width: 60px; font-size: 18px;}

	#kv .detail .txt ul li { margin-bottom: 12px;}
	#kv .detail .txt ul li dl dt { width: 125px; font-size: 15px;}
	#kv .detail .txt ul li dl dd { width: auto; font-size: 18px; letter-spacing: 0.025rem;}
	#kv .detail .txt ul li dl dd span.addr { font-size: 14px;}
	#kv .detail .txt ul li dl dd span.note1 { font-size: 14px;}
	#kv .detail .txt ul li dl dd span.note2 { font-size: 13px; line-height: 1.4;}
}
@media (max-width: 801px) {
	#kv .inner-kv { padding-bottom: 100px; background: url('../img/lp240309/bg-kv-sp1.png') no-repeat 0 0 / 100px auto;}
	#kv .box { width: 100%; margin: 0 auto 30px; padding: 80px 50px 60px; background: url('../img/lp240309/bg-kv-sp2.png') no-repeat 100% 100% / 100px auto;}
	#kv .box .lead p { font-size: 18px; line-height: 1.8;}
	#kv .btn { width: 80%;}
	#kv .btn a,
	#kv .btn span { padding: 20px 0; font-size: 30px;}

	#kv .bg { background: url('../img/bg-ptn-L-sp.png') no-repeat 50% 100% / 100% auto;}
	#kv .detail .tit { margin-bottom: 30px; padding: 20px 30px 12px;}
	#kv .detail .flex { display: block;}
	#kv .detail .day { width: 100%; margin: 0 auto 10px; border-right: none;}
	#kv .detail .time{ width: 100%; padding-top: 10px; border-top: solid 1px #ddd;}
	#kv .detail .txt { width: 100%; margin: 0 auto 30px;}
	#kv .detail .map { width: 100%;}
}
@media (max-width: 641px) {
	#kv .box h2 { margin-bottom: 20px;}
	#kv .box h2 img.pc { display: none;}
	#kv .box h2 img.sp { display: block;}

	#kv .box .lead p { font-size: 16px;}
	#kv .btn a,
	#kv .btn span { padding: 15px 0; font-size: 24px;}
}
@media (max-width: 481px) {
	#kv { padding-top: 50px;}
	#kv .inner-kv { padding-bottom: 50px; background-size: 50px auto;}
	#kv .box { margin: 0 auto 20px; padding: 40px 30px 20px; background-size: 50px auto;}
	#kv .box .lead p { font-size: 14px; line-height: 1.72;}
	#kv .btn a,
	#kv .btn span { padding: 12px 0; font-size: 21px;}

	#kv .bg{ padding-bottom: 80px;}
	#kv .detail .inner { padding: 25px;}
	#kv .detail .tit { margin-bottom: 20px; padding: 16px 18px 10px;}
	#kv .detail .tit:before { height: 4px;}
	#kv .detail .tit .tag { width: 60px; height: 60px; left: -15px; top: -15px;}
	#kv .detail .tit .tag div { padding-top: 8px; font-size: 18px;}
	#kv .detail .day { margin: 0 auto 15px;}
	#kv .detail .time{ padding-top: 10px;}
	#kv .detail .day p { font-size: 18px; text-indent: 25px;}
	#kv .detail .day p span { font-size: 20px;}
	#kv .detail .day p span em{ font-size: 26px;}
	#kv .detail .time p { font-size: 18px;}
	#kv .detail .time p span.tips { margin-right: 10px; padding: 2px 0; font-size: 14px;}
	#kv .detail .time ul li { font-size: 18px;}
	#kv .detail .time ul li span.tips { margin-right: 10px; padding: 2px 0; font-size: 14px;}

	#kv .detail .txt { margin: 0 auto 20px;}
	#kv .detail .txt ul li dl dt,
	#kv .detail .txt ul li dl dd { display: block;}
	#kv .detail .txt ul li dl dt { width: 100%; margin-bottom: 6px; font-size: 13px;}
	#kv .detail .txt ul li dl dd { width: 100%; font-size: 14px;}
	#kv .detail .txt ul li dl dt span { width: 100px;}
	#kv .detail .txt ul li dl dd.place1 span.addr { font-size: 12px;}
	#kv .detail .txt ul li dl dd span.disc { padding-left: 1.0em;}
	#kv .detail .txt ul li dl dd span.disc:before { width: 0.5em; height: 0.5em; top: 0.5em;}
	#kv .detail .txt ul li dl dd.place2 span.disc:before { top: 0.3em;}
	#kv .detail .txt ul li dl dd span.note1 { font-size: 12px;}
	#kv .detail .txt ul li dl dd span.note2 { padding-top: 5px; font-size: 12px;}
}


.sct {}
.sct .inner-sct { position: relative;}

.sct .stl { position: relative; width: 100%; margin-bottom: -24px; overflow: hidden;}
.sct .stl h2 { position: relative; line-height: 1;}
.sct .stl h2 span.jp { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 280px; padding: 4px 20px; background: #474747; color: #fff; font-size: 24px; font-weight: 700;}
.sct .stl h2 span.eng { position: relative; z-index: 1; color: #f6f6f6; font-size: 150px; font-weight: 400;}
.sct .stl h2.txt-L span.jp { left: 0px; text-align: right;}
.sct .stl h2.txt-R { text-align: right;}
.sct .stl h2.txt-R span.jp { right: 0px; text-align: left;}
.sct .stl h2.txt-R span.eng {}
@media (max-width: 1401px) {
	.sct .stl h2 span.jp { width: auto; padding: 4px 20px;}
	.sct .stl h2.txt-L span.jp { padding-left: 90px; text-align: right;}
	.sct .stl h2.txt-R span.jp { padding-right: 90px; text-align: right;}
}
@media (max-width: 1201px) {
	.sct .stl h2 span.jp {}
	.sct .stl h2 span.eng { font-size: 12.0vw;}
}
@media (max-width: 801px) {
	.sct .stl { margin-bottom: -15px;}
	.sct .stl h2 span.jp { padding: 5px 16px;}
	.sct .stl h2 span.eng { font-size: 14.0vw;}
	.sct .stl h2.txt-L span.jp { padding-left: 40px;}
	.sct .stl h2.txt-R span.jp { padding-right: 40px;}
}
@media (max-width: 481px) {
	.sct .stl { margin-bottom: -12px;}
	.sct .stl h2 span.jp { width: auto; padding: 2px 12px; font-size: 14px;}
	.sct .stl h2 span.eng { font-size: 64px;}
	.sct .stl h2.txt-L span.jp { padding-left: 20px; text-align: left;}
	.sct .stl h2.txt-R span.jp { padding-right: 20px; text-align: right;}
}

.sct .bloc { position: relative;}
.sct .bloc.mb { margin-bottom: 40px;}
.sct .bloc:after { content: ''; display: block; width: calc(100% - 150px); height: 100%; position: absolute; top: 0; background: #f6f6f6; z-index: 1;}
.sct .bloc.bloc-L:after { left: 0;}
.sct .bloc.bloc-R:after { right: 0;}
.sct .bloc .inner-bloc { position: relative; z-index: 2; width: 92%; max-width: 1100px; margin: 0 auto; padding: 50px 0 60px;}
.sct .bloc.bloc-L .inner-bloc { padding-right: 60px;}
.sct .bloc.bloc-R .inner-bloc { padding-left: 60px;}

.sct .bloc .box { position: relative; background: #fff; box-shadow: 6px 6px 0 #e8e8e8;}
.sct .bloc .box.mb { margin-bottom: 30px;}


#program { margin-bottom: 80px;/* background: url('../img/bg-ptn.png') no-repeat 50% 80%;*/}
.sct .bloc p.read { margin-bottom: 30px; font-size: 20px; letter-spacing: 0.05rem;}
.sct .bloc p.read a { color: #333; text-decoration: none; border-bottom: solid 1px #333;}
.sct .bloc p.read a:hover { border-color: #f6f6f6;}
.sct .bloc .tl .inner-box { position: relative; padding: 25px; padding-left: 240px;}
.sct .bloc .tl.rest .inner-box { min-height: auto;}
.sct .bloc .tl .time { position: absolute; left: 0; top: 42px; width: 240px; padding-left: 40px;}
.sct .bloc .tl.rest .time { top: 26px;}
.sct .bloc .tl.last .time { top: 32px;}
.sct .bloc .tl .time p { font-size: 26px; font-weight: 700;}
.sct .bloc .tl .time p span { display: block; width: 100px; margin-bottom: 8px; background: #474747; color: #fff; font-size: 22px; line-height: 1.4; text-align: center;}
.sct .bloc .tl .row { padding-left: 40px; border-left: solid 1px #ddd;}
.sct .bloc .tl hr { width: 100%; margin: 0 auto; border: 0px; border-top: dashed 1px #ddd;}
.sct .bloc .tl .txt { position: relative; padding: 12px 0;}
.sct .bloc .tl.rest .txt { padding: 8px 0;}
.sct .bloc .tl .txt.pa { padding: 25px 0;}
.sct .bloc .tl .txt.pt10 { padding-top: 10px;}
.sct .bloc .tl .txt.has-pht { min-height: 160px; padding-right: 220px; }
.sct .bloc .tl .txt p { font-size: 32px; font-weight: 700; line-height: 1;}
.sct .bloc .tl .txt p span.tag { display: inline-block; padding: 0 10px; margin-bottom: 8px; background: linear-gradient(90deg,#ca5459,#b7272d);
 color: #fff; font-size: 20px; line-height: 1.4; text-align: center;
}
.sct .bloc .tl .txt p span.tit { display: block; padding-left: 0.5em; line-height: 1.4; text-indent: -1.0em}
.sct .bloc .tl .txt p span.tit span{ display: block; padding-left: 0.8em; font-size: 21px;}
.sct .bloc .tl .txt p.name { margin-top: 8px; font-size: 20px; line-height: 1.4;}
.sct .bloc .tl .txt p.name span { display: block; font-size: 28px;}
.sct .bloc .tl .txt ul.cast { margin-top: 15px; font-size: 0;}
.sct .bloc .tl .txt ul.cast > li { padding: 20px 0; border-top: dashed 1px #ddd;}
.sct .bloc .tl .txt ul.cast li span.type1,
.sct .bloc .tl .txt ul.cast li span.type2 { display: block; background: #474747;
 color: #fff; font-size: 20px; font-weight: 700; line-height: 1.4; text-align: center;
}
.sct .bloc .tl .txt ul.cast li span.type1 { position: absolute; left: 0; top: 20px; width: 135px;}
.sct .bloc .tl .txt ul.cast li span.type2	{ width: 120px; margin-bottom: 8px;}
.sct .bloc .tl .txt ul.cast li.pL { position: relative; padding-left: 160px;}
.sct .bloc .tl .txt ul.cast li dl { display: table; width: 100%;}
.sct .bloc .tl .txt ul.cast li dl dt,
.sct .bloc .tl .txt ul.cast li dl dd { display: table-cell; vertical-align: top;}
.sct .bloc .tl .txt ul.cast li dl dt { width: 130px;}
.sct .bloc .tl .txt ul.cast li dl dt img { width: 100%;}
.sct .bloc .tl .txt ul.cast li dl dd { width: auto; padding-left: 15px; font-size: 17px; font-weight: 700; line-height: 1.4;}
.sct .bloc .tl .txt ul.cast li dl dd span.name { display: block; margin-top: 4px; font-size: 22px;}
.sct .bloc .tl .txt ul.cast li.pL dl dd { font-size: 18px;}
.sct .bloc .tl .txt ul.cast li.pL dl dd span.name { display: block; font-size: 24px;}
.sct .bloc .tl .txt ul.cast li ul li { display: inline-block; width: 50%; padding: 10px 0; vertical-align: top;}
.sct .bloc .tl .txt ul.cast li ul li:last-child{ display: block; width: 100%;}
.sct .bloc .tl .txt ul.cast li ul li:last-child dl { padding-right: 30px;}
.sct .bloc .tl .txt figure.pht160 { position: absolute; right: 40px; top: 0px; width: 160px;}
.sct .bloc .tl .txt figure.pht160 img { width: 100%;}
.sct .bloc .tl .txt.pa figure.pht160 { top: 32px;}
.sct .bloc .tl .txt.pt10 figure.pht160 { top: 15px;}
/*
.sct .bloc .tl .txt ul.cast li ul li:last-child { display: block; width: 100%; padding-bottom: 0px;}
*/
#program p.exchange { margin-bottom: 20px; font-size: 25px; font-weight: 700;}
#program .btn { width: 88%;}
#program .btn a { padding: 25px 0; font-size: 38px;}
#program .btn span { padding: 25px 0; font-size: 38px;}
@media (max-width: 1201px) {
	.sct .bloc .tl .inner-box { padding-left: 200px;}
	.sct .bloc .tl .time { width: 200px;}
	.sct .bloc .tl .row { padding-left: 30px;}
	.sct .bloc .tl .txt.has-pht { padding-right: 180px; }
	.sct .bloc .tl .txt p { font-size: 2.4vw;}
	.sct .bloc .tl .txt p span.tag { font-size: 16px;}
	.sct .bloc .tl .txt p span.tit span{ font-size: 2.0vw;}

	.sct .bloc .tl .txt figure.pht160 { right: 20px; width: 140px;}
}
@media (max-width: 1001px) {
	.sct .bloc .tl .inner-box { padding: 20px; padding-left: 160px;}
	.sct .bloc .tl .time { width: 160px;}
	.sct .bloc .tl .time p { font-size: 20px;}

	.sct .bloc .tl .txt figure.pht160 { top: 20px;}
	.sct .bloc .tl .row { padding-left: 30px;}
	.sct .bloc .tl .txt.has-pht { min-height: 140px; padding-right: 180px; }
	.sct .bloc .tl .txt p.name {}
	.sct .bloc .tl .txt p.name span{ font-size: 26px;}

	.sct .bloc .tl .txt ul.cast > li { padding: 15px 0;}
	.sct .bloc .tl .txt ul.cast li span.type1,
	.sct .bloc .tl .txt ul.cast li span.type2 { font-size: 16px;}
	.sct .bloc .tl .txt ul.cast li span.type1 { top: 15px; width: 120px;}
	.sct .bloc .tl .txt ul.cast li span.type2	{ width: 100px;}
	.sct .bloc .tl .txt ul.cast li.pL { padding-left: 140px;}
	.sct .bloc .tl .txt ul.cast li dl dt { width: 100px;}

	.sct .bloc .tl .txt ul.cast li dl dd { padding-left: 12px; font-size: 15px;}
	.sct .bloc .tl .txt ul.cast li dl dd span.name { font-size: 20px;}
	.sct .bloc .tl .txt ul.cast li.pL dl dd { font-size: 16px;}
	.sct .bloc .tl .txt ul.cast li.pL dl dd span.name { display: block; font-size: 21px;}
}

@media (max-width: 801px) {
	#program { margin-bottom: 20px;}
	.sct .bloc p.read { margin-bottom: 20px; font-size: 18px;}
	.sct .bloc .tl .inner-box { padding: 25px;}
	.sct .bloc .tl.rest .inner-box { min-height: auto;}
	.sct .bloc .tl .time { position: relative; left: auto; top: auto; width: 100%; padding-bottom: 10px; padding-left: 0px; }
	.sct .bloc .tl.rest .time { top: auto;}
	.sct .bloc .tl.last .time { top: auto;}
	.sct .bloc .tl .time p { text-align: left;}
	.sct .bloc .tl .time p span { width: 80px; font-size: 16px;}
	.sct .bloc .tl .row { padding-left: 0px; border-left: none;}
	.sct .bloc .tl .txt { padding: 12px 0; border-top: solid 1px #ddd;}
	.sct .bloc .tl.rest .txt { padding: 12px 0 0;}
	.sct .bloc .tl .txt.has-pht { min-height: auto; padding-right: 160px; }
	.sct .bloc .tl .txt.wide p { font-size: 18px;}
	.sct .bloc .tl .txt p span { margin-bottom: 5px;}
	.sct .bloc .tl .txt p span.wide { margin-bottom: 10px;}
	.sct .bloc .tl .txt p.name { font-size: 16px;}
	.sct .bloc .tl .txt p.name span{ font-size: 23px;}
	.sct .bloc .tl .txt figure.pht160 { right: 0px; width: 120px;}
	#program .btn a,
	#program .btn span { padding: 20px 0; font-size: 30px;}
}

@media (max-width: 641px) {
	.sct .bloc .tl .txt p { font-size: 3.0vw;}
	.sct .bloc .tl .txt p.name span{ font-size: 20px;}

	.sct .bloc .tl .txt ul.cast li { }
	.sct .bloc .tl .txt ul.cast li span.type1,
	.sct .bloc .tl .txt ul.cast li span.type2 { font-size: 14px;}
	.sct .bloc .tl .txt ul.cast li span.type1 { position: relative; left: auto; top: auto; width: 120px; margin-bottom: 8px;}
	.sct .bloc .tl .txt ul.cast li span.type2	{ width: 85px; margin-bottom: 4px;}
	.sct .bloc .tl .txt ul.cast li.pL { padding-left: 0px;}

	.sct .bloc .tl .txt ul.cast li dl dt { width: 100px;}
	.sct .bloc .tl .txt ul.cast li dl dd { padding-left: 12px; font-size: 15px;}
	.sct .bloc .tl .txt ul.cast li dl dd span.name { font-size: 20px;}
	.sct .bloc .tl .txt ul.cast li.pL dl dd { font-size: 14px;}
	.sct .bloc .tl .txt ul.cast li.pL dl dd span.name { font-size: 18px;}
	.sct .bloc .tl .txt ul.cast li ul li { display: block; width: 100%; padding: 6px 0;}
	.sct .bloc .tl .txt ul.cast li ul li:last-child dl { padding-right: 0px;}
	#program .btn a,
	#program .btn span { padding: 15px 0; font-size: 24px;}
}
@media (max-width: 481px) {
	.sct .bloc p.read { font-size: 14px;}
	.sct .bloc .tl .inner-box { padding: 20px 20px 15px;}
	.sct .bloc .tl.rest .inner-box { padding: 15px 20px 20px;}
	.sct .bloc .tl .txt { padding: 8px 0;}
	.sct .bloc .tl.rest .txt { padding: 12px 0 0;}
	.sct .bloc .tl .txt.has-pht { min-height: auto; padding-right: 0px; }
	.sct .bloc .tl .time { padding-bottom: 5px;}
	.sct .bloc .tl .time p { font-size: 24px;}
	.sct .bloc .tl .time p span { margin-bottom: 4px; font-size: 16px;}
	.sct .bloc .tl .txt p { font-size: 14px;}
	.sct .bloc .tl.rest .txt p { font-size: 24px;}
	.sct .bloc .tl .txt p span.tit{ font-size: 18px;}
	.sct .bloc .tl .txt p span.tit span{ padding-left: 0; font-size: 14px; text-indent: 0;}
	.sct .bloc .tl .txt p span.tag { font-size: 13px;}
	.sct .bloc .tl .txt p.name { margin-top: 4px; margin-bottom: 12px; font-size: 13px;}
	.sct .bloc .tl .txt p.name span { font-size: 18px;}
	.sct .bloc .tl .txt figure.pht160 { position: relative; right: auto; top: auto;}
	.sct .bloc .tl .txt.pa figure.pht160 { top: auto;}
	.sct .bloc .tl .txt ul.cast li dl dd { font-size: 13px;}
	.sct .bloc .tl .txt ul.cast li dl dd span.name { font-size: 16px;}
	.sct .bloc .tl .txt ul.cast li.pL dl dd { font-size: 13px;}
	.sct .bloc .tl .txt ul.cast li.pL dl dd span.name { font-size: 17px;}
	#program .btn a,
	#program .btn span { padding: 12px 0; font-size: 21px;}
	#program p.exchange { margin-bottom: 12px; font-size: 18px;}
	#program p.note { font-size: 12px;}
}



#about { background: url('../img/bg-ptn.png') no-repeat 50% 55%;}
.sct .bloc .read { margin-bottom: 30px;}
.sct .bloc .read p { font-size: 19px; letter-spacing: 0.05rem; line-height: 2; }
.sct .bloc .box.data { padding: 30px 50px;}
.sct .bloc .data ul li { position: relative; border-bottom: solid 1px #d4d4d4; padding: 18px 5px; padding-left: 180px; font-size: 18px;}
.sct .bloc .data ul li:last-child { border-bottom: none;}
.sct .bloc .data ul li span.tit { position: absolute; 18px; left: 5px; width: 160px; font-weight: 700;}
.sct .bloc .data ul li ul li { display: block; position: relative; padding: 15px 0; border-bottom: dashed 1px #d4d4d4;}
.sct .bloc .data ul li ul li:first-child { padding-top: 0px;}
.sct .bloc .data ul li ul li:last-child { padding-bottom: 0px;}
.sct .bloc .data ul li ul li dl { position: relative;}
.sct .bloc .data ul li ul li dl dt { font-weight: 700;}
.sct .bloc .data ul li ul.addr li dl dd { position: relative;}
.sct .bloc .data ul li ul.detail li dl { padding-left: 100px;}
.sct .bloc .data ul li ul.detail li dl dt { position: absolute; left: 0px; top: 0;}
.sct .bloc .data ul li ul.detail li dl dd { position: relative; padding-left: 15px;}
.sct .bloc .data ul li ul.detail li dl dd:before { content: ''; display: block; width: 7px; height: 7px; background: #333; border-radius: 50%;
 position: absolute; left: 0px; top: 0.55em;
}
@media (max-width: 1401px) {
	.sct .bloc:after { width: calc(100% - 80px);}
	.sct .bloc .inner-bloc { width: calc(100% - 180px);}
}
@media (max-width: 1201px) {
}
@media (max-width: 1001px) {
	.sct .bloc:after { width: calc(100% - 40px);}
	.sct .bloc .inner-bloc { width: calc(100% - 80px);}

	.sct .bloc .read p { font-size: 18px;}
	.sct .bloc .data ul li { padding-left: 130px; font-size: 16px;}
}
@media (max-width: 801px) {
	.sct .bloc.bloc-L .inner-bloc { padding-right: 40px;}
	.sct .bloc.bloc-R .inner-bloc { padding-left: 40px;}
	.sct .bloc .box { box-shadow: 4px 4px 0 #e8e8e8;}

	#about { background: url('../img/bg-ptn-R-sp.png') no-repeat 50% 0 / 100% auto;}

	.sct .bloc .data ul li ul { padding-top: 6px;}
	.sct .bloc .data ul li ul.detail li dl { padding-left: 0px;}
	.sct .bloc .data ul li ul.detail li dl dt { position: relative; left: auto; top: auto; margin-bottom: 4px;}
}
@media (max-width: 641px) {
	.sct .bloc .inner-bloc { padding: 30px 0 40px;}

	.sct .bloc .box.mb { margin-bottom: 20px;}

	.sct .bloc .read p { font-size: 14px; line-height: 1.72;}

	.sct .bloc .box.data { padding: 10px 20px;}
	.sct .bloc .data ul li { padding: 12px 5px; font-size: 14px;}
	.sct .bloc .data ul li span.tit { display: block; position: relative; left: auto; width: 100%; font-size: 15px;}
	.sct .bloc .data ul li ul li dl dt { margin-bottom: 2px; font-size: 13px; line-height: 1;}
	.sct .bloc .data ul li ul li dl dd { font-size: 13px;}
	.sct .bloc .data ul li ul.detail li dl dd:before { width: 6px; height: 6px; left: 4px; top: 0.58em;}
}
@media (max-width: 481px) {

	#about .inner-sct { padding-top: 40px;}
	.sct .bloc.mb { margin-bottom: 30px;}
	.sct .bloc:after { width: calc(100% - 20px);}
	.sct .bloc .inner-bloc { width: calc(100% - 40px);}
	.sct .bloc.bloc-L .inner-bloc { padding-right: 25px;}
	.sct .bloc.bloc-R .inner-bloc { padding-left: 25px;}

	.sct .bloc .read { margin-bottom: 15px;}

	.sct .bloc .box.data { padding: 10px 15px;}
	.sct .bloc .data ul li { padding: 8px 5px; font-size: 13px;}
	.sct .bloc .data ul li span.tit { font-size: 14px;}
}

