@media screen and (max-width: 760px) {


/* common
-------------------------------------------------------------------- */
body {
	font-family: "Noto Sans JP" , "YuGothic" , "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	background: #0a0a0a;
	color: #f7f7f7;
	letter-spacing: 1.1px;
    line-height: 1.3;
	font-size: 16px;
}
a{
	color:#41b049
}

h2{
	text-align: center;
	margin :0 0 50px 0!important;
}
h2 img{
	height: 50px;
	width: auto;
}
.fadein {
	opacity : 0;
	transform : translate(0, 0px);
	transition :1s;
	-webkit-transform: scale(1);
            transform: scale(1);
}
.fadein.scrollin {
    opacity : 1.3;
    transform : translate(0, 0);
	transform: translateY(0);
	  -webkit-transform: scale(1);
            transform: scale(1);
}
main{
	font-weight: 600;
}
main::before{
	z-index: -1;
	content:"";
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120vh;
	display:block;
	background-repeat:repeat;
	background-image: url('../img/bg_sp.png');
	background-size: cover;
	background-position: 50% 100%;
}
.spnone{
	display: none;
}
hr{
	border: 1px wavy #333;
	margin: 40px 0;
}
.box{
	padding:10% 5%;
	position: relative;
}
table{
	font-size: 16px;
}
table tr{
	height: 30px;
}
table tr td{
	padding: 20px 0 30px 0;
	vertical-align: top;
	line-height: 25px;
	display: block;
}
table tr td:first-child{
	padding-bottom: 0;
}
table tr td span {
    position: relative;
    padding: 4px 0;
    color: #f8f8f8;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	display: block;
}

table tr td span::before,
table tr td span::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
}
table tr td span::after {
    background-color: #aa0518;
	background-image: url("../img/menu-back.png");
    transform: skew(-25deg);
}
table tr td .midashi{
	background: #f0f0f0;
	color: #0a0a0a;
	padding: 3px 15px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}
.cast-grid{
	margin: 20px 0 35px 0;
	display: grid;
	grid-template-columns: 47% 47%;
	justify-content: space-between;
	gap: 15px;
}
.cast-grid img{

}
.cast-grid p{
	margin: 8px 0;
	text-align: center;
}

.btn{
	padding: 15px 0;
	width: 100%;
	text-align: center;
	border-radius: 30px;
	background: linear-gradient(-20deg, #d89400 0%, #b63a00 100%);
	display: inline-block;
	color: #fff;
	margin: 30px 0;
}
.white-box{
	background: rgba( 255, 255, 255, 0.6 );
	border-radius: 20px;
	margin-top: 30px;
	padding:10% 5%;
	position: relative;
}
.back-parts-right img,
.back-parts-right2 img,
.back-parts-left img{
	height: 220px;
	width: auto;
}
.back-parts-right{
	position: absolute;
	bottom: 50%;
	right: 0%;
	z-index: -1;
}
.back-parts-right2{
	position: absolute;
	bottom: 10%;
	right: 0%;
	z-index: -1;
}
.back-parts-left{
	position: absolute;
	top: 100px;
	left: -10%;
	z-index: -1;
}

/* ABOUT
-------------------------------------------------------------------- */
#about{
	margin: 50px 0;
	position: relative;
	
}
#about .box{
	background-color: #aa1425;
}
#about .box{
	padding: 1% 5%;
}
#about p{
	transform: skewY(-5deg);
	font-size: 15px;
	letter-spacing: 1.5px;
	text-align: left;
	line-height: 28px;
}

/* BNR
-------------------------------------------------------------------- */
#bnr{
	padding: 30px 5% 0 5%;
}
#bnr .grid{
	display: grid;
	grid-template-columns: 45% 45%;
	gap: 20px;
	justify-content: center;
}
#bnr .grid img{	
	width: 100%;
}

.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	box-shadow: 0 0px 15px #1a1a1a;
}

.scroll-container {
    display: flex;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
	transform: skew(0,-5deg);
	margin-bottom: 50px;
}
.scroll-content {
    display: flex;
    animation: scroll 50s linear infinite;
}
.item {
    flex: 0 0 auto;
    margin: 0;
    text-align: center;
    font-size: 24px;
}
.item img{
    width: 800px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* PARALLAX
-------------------------------------------------------------------- */
@keyframes parallax-small-anim {
  from {
    transform: translateY(-150px);
  }
  to {
    transform: translateY(100px);
  }
}
.small {
  animation: parallax-small-anim linear;
  animation-timeline: scroll();
}
.parallax {
  border-radius: 8px;
  position: absolute;
  aspect-ratio: 1 / 1;
}
.small {
}


/* TOP
-------------------------------------------------------------------- */
#top{

}




/* VIDEO
-------------------------------------------------------------------- */
#video{
	margin: 0 auto;
	text-align: center;
}
#video iframe{
	width: 100%!important;
	height: 110%!important;
}

/* EVENT
-------------------------------------------------------------------- */
#event table tr td span.premium{
	background: linear-gradient(transparent 45%, #f4e087 55%);
	color: #333;
	border-radius: 0;
	padding: 0;
}
.exhibition{
	text-align: center;
	margin-top: 50px;
}
.exhibition-text{
	position: relative;
	display: inline;
	color: #333;
	font-weight: bold;
	font-size: 30px;
}
.exhibition-text::before{
	content: "同時開催！";
	position: absolute;
	color: #333;
	font-size: 18px;
	top: -25px;
	right: 0;
	left: 0;
	text-align: center;
	font-weight: bold;
}
.exhibition p{
	line-height: 28px;
}
.exhibition-sub-text{
	margin: 35px 0;
	text-align: left;
}
.exhibition-text span:first-child{
	color: #efc001;
}
.exhibition-text span:nth-child(2){
	color: #1598a2;
}
.exhibition-text span:nth-child(3){
	color: #f37caa;
}
.exhibition-text span:nth-child(4){
	color: #54a174;
}
.exhibition-sub-text span{
	font-size: 17px;
	margin: 10px 0;
}


/* GOODS
-------------------------------------------------------------------- */
#goods h2{
	text-shadow: 3px 3px 0px #f37caa;
}
.goods-grid{
	display: grid;
	grid-template-columns: 48% 48%;
	justify-content: space-between;
	margin: 50px 0 30px 0;
	row-gap: 25px;
}
.goods-grid img{
	border-radius: 10px;
}
.goods-name{
	font-weight: bold;
	font-size: 17px;
	margin: 10px 0;
}
.goods-price{
	text-align: right;
	border-top: 1px solid #333;
	padding-top: 10px;
}
.goods-text{
	font-size: 13px;
}
.goods-text span{
	color: #e83754;
}
.goods-description{
	text-align: center;
	line-height: 30px;
}
.goods-description span{
	color: #fff;
    background: #333;
    padding: 6px 18px;
    border-radius: 20px;
    text-align: center;
}

dl.accordion {
    margin:0 auto;
	text-align: center;
  }
dl.accordion dt {
	background: #ecfaec;
	color: #41b049;
    line-height:40px;
    cursor:pointer;
	margin:12px 0;
	font-size: 14px;
	line-height: 25px;
}
dl.accordion dd {
    margin:20px 10px;
    line-height:1.5;
    display:none;
	text-align: left;
	font-size: 13px;
}
#goods iframe{
	width: 100% !important;
	height: 110% !important;
}


/* copyright
-------------------------------------------------------------------- */
.copyright {
	font-size: 12px;
	margin: 50px 30px;
}
footer{
	color: #0a0a0a;
}


/* accordion 
-------------------------------------------------------------------- */
.accordionTitle {
	cursor: pointer;
    color: #48ce50;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0;
}

.accordionComment {
	background: rgba( 255, 255, 255, 0.7 );
	display: none;
	margin: 20px 0;
	padding: 20px;
}


}

