@charset "UTF-8";


/*===================================================


	reset.css


====================================================*/
*{
	-webkit-touch-callout: none;
	user-select: none;
	outline:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}
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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}


html,body {
font-family: "Helvetica Neue",Arial,'ヒラギノ角ゴ ProN',"Hiragino Kaku Gothic ProN","Hiragino Sans",'メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;

}
body {
	width: 100%;
	font-smoothing: antialiased;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: antialiased;
    background: #2ec53d;
    color: #113f16;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
ul, ol {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	text-decoration: none;
	color: inherit;
}
input, select {
	vertical-align:middle;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	line-height: 1.0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

img {
	width:100%;
	vertical-align: bottom;
	line-height: 1.0;
}


header {
	display: none;
}
footer .footer__inner {
	display: none;
}
body.page--home .wrap, body:not(.page--home) .wrap {
    background:transparent;
    padding-top: 0;
}
.btn a{
    display: block;
    background: #113f16;
    color: #fff;
    max-width: 350px;
    margin: 0 auto 30px;
    width: 90%;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #113f16;
    transition: 0.4s;
    border-radius: 999px;
}

.offbtn {
  background: #999 !important;
  border: 0 !important;
  pointer-events: none;
}


.loading{
    position: fixed;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    z-index: 999;
    transition: 3s;
}

.loading:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #3fd14e;
    transition: 0.8s cubic-bezier(.15,.65,.85,.65);
}

.loaded .loading{
    z-index: -999;
}
.loaded .loading:before {
  transform: translate3d(100%, 0, 0);
}
.loop__area{
    position: fixed;
    z-index: -1;
    top: -10%;
}
.loop__box {
    display: flex;
    width: 100vw;

}
/*
.loop__box:nth-child(2){
    top: 7vw;
}
.loop__box:nth-child(3){
    top: 14vw;
}
.loop__box:nth-child(4){
    top: 21vw;
}
.loop__box:nth-child(5){
    top: 28vw;
}
.loop__box:nth-child(6){
    top: 35vw;
}
.loop__box:nth-child(7){
    top: 42vw;
}
.loop__box:nth-child(8){
    top: 49vw;
}
.loop__box:nth-child(9){
    top: 56vw;
}
.loop__box:nth-child(10){
    top: 63vw;
}
*/
.loop__box li {
    min-width: 100vw;
}
.loop__box li:first-child {
    animation: loop 50s -25s linear infinite;
}
.loop__box li:last-child {
    animation: loop2 50s linear infinite;
    position: relative;
    top: -45px;
}
@keyframes loop {
    0% {
        transform: translateX(100%) rotate( -10deg);
    }
    to {
        transform: translateX(-100%) rotate( -10deg);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0) rotate( -10deg);
    }
    to {
        transform: translateX(-200%) rotate( -10deg);
    }
}


.visual{
    height: 90vh;
    min-height: 600px;
    position: relative;
}
.visual .mainImg{
    position: absolute;
    top: 0;
    left: 0;
    width: 70vw;
    max-width: 950px;
}
.visual h2{
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    width: 40vw;
    max-width: 800px;
}
.visual h2 p{
    opacity: 0;
}
.visual h2 p:nth-child(1){
    margin: 0 0 1vw;
}
.visual h2 p:nth-child(2){
    margin: 0 0 1vw;
}
.visual h2 p:nth-child(3){

}
.visual h2 p:nth-child(4){
    width: 70%;
    margin: -20px 0 0 auto;
}

.loaded .visual h2 p:nth-child(1){
  -webkit-animation: fadeSplash 0.3s ease 2s 1 forwards;
  animation: fadeSplash 0.3s ease 2s 1 forwards;
}
.loaded .visual h2 p:nth-child(2){
  -webkit-animation: fadeSplash 0.3s ease 2.2s 1 forwards;
  animation: fadeSplash 0.3s ease 2.2s 1 forwards;
}
.loaded .visual h2 p:nth-child(3){
  -webkit-animation: fadeSplash 0.3s ease 2.4s 1 forwards;
  animation: fadeSplash 0.3s ease 2.4s 1 forwards;
}
.loaded .visual h2 p:nth-child(4){
  -webkit-animation: upIn 0.6s ease 2.8s 1 forwards;
  animation:upIn 0.6s ease 2.8s 1 forwards;
}
@keyframes fadeSplash {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}

.visual .snsList{
    position: fixed;
    top: 30px;
    right: 30px;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 200px;
        z-index: 1;
}
.visual .snsList li{

}
.visual .snsList li a{
    font-size: 26px;
    color: #113f16;
}
.scrolldown{
    position: absolute;
    left: 30px;
    bottom: 0;
    height: 50px;
}

.scrolldown span{
    position: absolute;
    left: -9px;
    top: -45px;
    color: #d2e532;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}


.scrolldown::after{
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 30px;
  background: #d2e532;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}


@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

.motion {
    display: none;
}
#cont1 {
    display: block;
    position: relative;
}

#tabNav{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 10px;
}
#tabNav li{
    width: 250px;
    position: relative;
    height: 50px;
}
#tabNav li:nth-child(1):before {
	content: "";
    background: #fff;
    height: 30px;
    width: 2px;
    display: block;
    position: absolute;
    right: -16px;
    top: 10px;
}

#tabNav li:nth-child(2):before {
	content: "";
    background: #fff;
    height: 30px;
    width: 2px;
    display: block;
    position: absolute;
    right: -16px;
    top: 10px;
}


#tabNav li a{
    display: block;
    transition: 0.4s;
    height: 100%;
    width: 100%;
}
#tabNav li img{
    position: absolute;
    transition: 0.4s;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#tabNav li img.on{
    opacity: 0;
}
#tabNav li a:hover img.on{
    opacity: 1;
}
#tabNav li a.active img.on{
    opacity: 1;
}


.inBox{
    background: #d2e532;
    width: 90%;
    margin: auto;
    max-width: 1200px;
    padding: 4vw;
    box-sizing: border-box;
    border-radius: 20px;
	position: relative;

}



.s-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    border: #113f16 3px solid;
}

.s-table th {
	padding: 1em 0;
    text-align: center;
    font-size: 14px !important;
    vertical-align: middle;
    background: #113f16;
    color: #fff;
    border-right: 1px solid;
}
.s-table td {
    padding: 25px 0;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border-bottom: solid 1px #113f16;
    position: relative;
    font-weight: bold;
}
.s-table td + td::before {
    width: 1px;
    height: 84%;
    content: "";
    background: #113f16;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.s-table .day {
    width: 18%;
	font-size: 18px;
}
.s-table .addition .day:before{
    display: block;
    width: 100px;
    margin: 0 auto 0;
    content: "振替公演";
    font-size: 12px;
    font-weight: 600;
    background: #000;
    color: #FFF;
    padding: 3px 5px;
    vertical-align: 3px;
    position: relative;
}
.s-table .open{
    width: 15%;
}
.s-table .info{
    font-size: 12px;
}
.s-table .date {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}
.s-table .youbi {
    padding-left: 1em;
    font-family: 'Overpass-Bold';
    display: inline-block;
    vertical-align: middle;
}
.s-table .time {
    width: 17%;
    font-weight: bold;
}
.s-table .area {
    width: 15%;
    font-size: 15px;
}
.s-table .venue {
    width: 30%;
    line-height: 1.2;
    text-align: center;
}
.s-table .ticketGuid {
    width: 23%;
    padding-left: 4%;
    padding-right: 1%;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    font-size: 12px;
}
.s-table .transfer .date,
.s-table .transfer .youbi,
.s-table .transfer .time,
.s-table .transfer .area,
.s-table .transfer .venue .line,
.s-table .transfer .ticketGuid,
.s-table .transfer .ticketGuid a{
    text-decoration: line-through;
    text-decoration-color: #FF0000;
}
.s-table .transfer .infoBtn{

}
.s-table .transfer .infoBtn a{
    background: #000;
    font-size: 12px;
    color: #FFF;
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
    display: block;
    width: 140px;
    border-radius: 100px;
    margin: 5px 0 0;
}

.detail{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px 0;
    padding: 40px;
    border-radius: 15px;
    background: #113f16;
    color: #fff;
}
.detail dt{
    width: 20%;
    font-weight: bold;
    font-size: 16px;
    border-right: 1px solid #fff;
}
.detail dd{
    width: 75%;
}
.detail dd .mainTxt{
    font-size: 18px;
    font-weight: bold;
}
.detail dd .list{

}
.detail dd .list li{
    font-size: 12px;
    margin: 0 0 5px 1em;
    text-indent: -1em;
}
.detail dd .list li:last-child{
    margin: 0 0 0 1em;
}





.entryBox {
    margin: 0 auto 50px;
}

table.ticketType {
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
    letter-spacing: 2px;
    margin: 0 0 50px 0;
}
table.ticketType tr{
    display: block;
    padding: 0px 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
#ticketList > dt {
    padding: 0 0 60px;
    border-bottom: 1px solid;
    margin: 0 0 60px;
}

table.ticketType tr th {
    line-height: 1.5;
    vertical-align: middle;
    text-align: left;
    padding: 15px 30px;
    width: 190px;
    font-size: 14px;
    font-weight: bold;
    background: #f1f1f1;
}
table.ticketType tr td {
padding: 30px 45px;
    text-align: left;
    line-height: 1.8;
    vertical-align: middle;
    border-left: 1px solid #ddd;
    font-size: 16px;
}
table.ticketType tr td .note{
font-size: 12px;
    text-indent: -1em;
    padding: 5px 0 0 1em;
}
table.ticketType tr td a{
    text-decoration: underline;
}

table.ticketType tr td p{
    font-size: 13px;
    line-height: 1.3;
    padding: 5px 0 0;
}
table.ticketType tr td .mainTxt{
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0;
}
table.ticketType tr td p.ph {
    line-height: 0;
    border: 1px solid #333;
    width: 70%;
    margin: 5px 0;
    padding: 0;
}


.attentionList li{
    font-size: 13px;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 0 0 10px;
    line-height: 1.7;
}
.attentionList li:last-child{
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 0;
}


.ac .title {
    padding-bottom: 0;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: center;
}

.ac {
    background: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 40px;
}

.ac:last-child {
    margin-bottom: 0;
}

.ac.on {
}

.ac>dt {
    position: relative;
   /* cursor: pointer;*/
    font-size: 16px;
    /*padding: 0px 45px 0px 0px;*/
    letter-spacing: 0.05em;
    font-weight: 600;
}
/*
.ac>dt::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: #232323 solid 2px;
    border-bottom: #232323 solid 2px;
    position: absolute;
    top: calc(50% - 2px);
    right: 30px;
    transition: all 0.3s ease-out;
    transform: translateY(-50%) rotate(45deg);
}
.ac.on>dt::after {
	top: 50%;
	transform: translateY(-50%) rotate(-135deg);
}
*/
.ac>dd {
    display: none;
    padding: 30px 20px 5px;
}

.ac_txt {
    font-weight: 600;
    margin-bottom: 15px;
}

.ac_txt:last-child {
    margin-bottom: 0;
}

table.ticketType {
    background: #fff;
    margin-bottom: 35px;
}
table.ticketType:last-child {
    margin-bottom: 0;
}
.preTxt {
  text-align: center;
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: bold;
}

.specialArea .maintit {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.4;
  background: #113f16;
  color: #fff;
  padding: 30px 0;
  border-radius: 15px;
  text-align: center;
}

.specialArea .attention {
  font-size: 12px;
}

.specialArea .titSub {
  font-size: 27px;
}

.specialArea .btnArea {
  margin-bottom: 35px;
}

.specialArea .btnArea:last-child{
  margin-bottom: 0;
}


.specialArea .btnArea .btn_tit {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.specialArea .btnArea .btnSub a {
  display: block;
  background: #d2e532;
  color: #113f16;
  max-width: 350px;
  margin: 0 auto 30px;
  width: 90%;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #d2e532;
  transition: 0.4s;
  border-radius: 999px;
  text-align: center;
}


@media screen and (min-width: 960px){

.btn a:hover{
background: #d2e532;
    color: #113f16;
    opacity: 1;
}
.specialArea .btnArea .btnSub a:hover{
background: #113f16;
    color: #fff;
    opacity: 1;
  border: 1px solid #113f16;
}

}

@media screen and (min-width: 1px) and (max-width: 960px) {
    .wrap > .logo.sp {
        display: none;
    }
    body:not(.page--home) .drawer__btn {
        display: none;
    }
.btn a {
    font-size: 12px;
    margin: 0 auto 20px;
}
.attentionList li {
    font-size: 11px;
}
 .visual {
    min-height: auto;
    position: relative;
}
.visual .mainImg {
    width: 100%;
    max-width: 100%;
}
.visual .snsList {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 150px;
}
.visual .snsList li a {
    font-size: 19px;
}
.visual h2 {
    position: absolute;
    top: 65vh;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
}
.scrolldown {
    left: 15px;
}
#tabNav li {
    width: 30%;
    position: relative;
    height: 30px;
}
#tabNav li:nth-child(1):before {
    content: "";
    background: #fff;
    height: 15px;
    width: 2px;
    display: block;
    position: absolute;
    right: -11px;
    top: 8px;
}

#tabNav li:nth-child(2):before {
    content: "";
    background: #fff;
    height: 15px;
    width: 2px;
    display: block;
    position: absolute;
    right: 0px;
    top: 8px;
}

.inBox {
    padding: 20px;
    border-radius: 10px;
}


  
.s-table {
        display: block;
        border: #113f16 2px solid;
        padding: 0;
        margin: 0;
}
.s-table tr:nth-child(1) {
    display: none!important;
}
.s-table tr {
    border-bottom: 1px solid;
    padding:15px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.s-table tr:last-child{
    border-bottom: none;
}
.s-table td {
    padding: 0;
}
.s-table .open {
    width: 100%;
    text-align: left;
    font-size: 12px;
    border: none;
}
.s-table .info {
    font-size: 12px;
    width: 100%;
    border: none;
    text-align: left;
}
.s-table .additionLive{
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
}
.s-table .additionLive span{
	display: inline-block;
    padding: 5px 15px;
    background: #000;
    color: #FFF;
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 600;
}
.s-table .day{
	width: auto;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: baseline;
    margin: 0;
    border: none;
    line-height: 1.3;
font-size: 16px;
}
.s-table .date {
    font-size: 12px;
    white-space: nowrap;
    font-size: 20px;
}
.s-table .addition .day:before{
	display:none;
}
.s-table .youbi {
    padding-left: 5px;
    display: block;
    font-size: 14px;
}
.s-table .time {
    display: none;
}
.s-table .time2 {
    margin-top: 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.s-table .area {
	width: auto;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 16px;
    padding: 0 0 0 10px;
    line-height: 1.3;
    display: block;
    border: none;
}
.s-table td + td::before {
	display:none;
}
.s-table .venue {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 10px;
        line-height: 1.5;
        font-size: 16px;
        display: block;
        border: none;
        text-align: left;
}

.s-table .ticketGuid {
    width: 100%;
    padding: 0;
    font-size: 12px;
    display: block;
    border: none;
}
.s-table .ticketGuid .fas {
    padding: 0 5px 0 0;
    vertical-align: -0.05em;
}
.s-table .ticketGuid span a {
	font-size: 12px;
    font-weight: 500;
} 

.detail {
    margin: 0 0 20px 0;
    padding: 20px;
    border-radius: 10px;
    display: block;
}
.detail dt {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    border-right: none;
    border-bottom: 1px solid;
    text-align: center;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}
.detail dd {
    width: 100%;
}
.detail dd .mainTxt {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
.detail dd .list li {
    font-size: 11px;
    margin: 0 0 2px 1em;
    text-indent: -1em;
}


.entryBox table tr th {
    padding: 0 20px;
    width: 290px;
  }
.entryBox table tr td {
    padding: 0 30px;
    text-align: left;
    line-height: 1.8;
    vertical-align: middle;
    font-weight: 500;
  }  
.entryBox table tr th {
    width: 100%;
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 10px;
}
  
.entryBox table tr td {
    width: 100%;
    display: block;
    font-size: 12px;
    padding: 15px;
    box-sizing: border-box;
    border: none;
}


.ac {
    padding: 15px;
}
.ac>dt {
    font-size: 14px;
   /* padding-right: 20px;*/
}
/*
.ac>dt::after {
    right: 0px;
    width: 6px;
    height: 6px;
}
*/

.ac>dd {
    padding: 15px 0 5px;
}

table tr td {
    padding: 12px;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

.ac .title {
    margin-bottom: 0;
    font-size: 14px;

}
table.ticketType {
    margin-bottom: 15px;
}

.entryBox {
    margin-bottom: 15px;
}
.preTxt {
  text-align: left;
  font-size: 15px;
}

table.ticketType tr td a{
    font-size: 8px;
}

.specialArea .maintit {
    font-size: 15px;
}

.specialArea .titSub {
    font-size: 22px;
}
.specialArea .btnArea .btn_tit {
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 0;
}
.specialArea .btnArea {
    margin-bottom: 22px;
}
.specialArea .btnArea .btnSub a {
    font-size: 12px;
}

}
