@charset "utf-8";
@media screen and (min-width: 760px) {

/* common
-------------------------------------------------------------------- */
body {
	font-family: "Noto Sans JP" , "YuGothic" , "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	background: #fff;
	background-image: url("../img/back.png");
	background-repeat: repeat;
	background-size:contain;
	background-attachment:fixed;
	color: #333;
	letter-spacing: 1.1px;
    line-height: 1.3;
	font-size: 16px;
}
a{
	color:#41b049
}

h2{
	font-weight: 900;
	font-size: 4.6rem !important;
	text-align: center;
	color: transparent;
	margin :0 0 50px 0!important;
	-webkit-text-stroke: 2px #3f3f3f;
  	text-stroke: 2px #3f3f3f;
	text-shadow: 5px 5px 0px #efc001;
}
.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;
}
.pcnone{
	display: none;
}
hr{
	border: 1px wavy #333;
	margin: 40px 0;
}
.box{
	padding:5% 10%;
	border-radius: 30px;
	position: relative;
}
table{
	font-size: 17px;
}
table tr{
	height: 30px;
}
table tr td{
	padding: 30px 0;
	vertical-align: top;
	line-height: 25px;
}
table tr td:first-child{
	padding-right: 50px;
	width: 25%;
}
table tr td span{
	color: #fff;
	background: #333;
	padding: 8px 20px;
	border-radius: 20px;
	text-align: center;
}

.btn{
	padding: 15px 70px;
	border-radius: 30px;
	background: linear-gradient(-20deg, #e83754 0%, #ff6ba3 100%);
	display: inline-block;
	color: #fff;
	margin: 30px 0;
}
.white-box{
	background: rgba( 255, 255, 255, 0.5 );
	border-radius: 20px;
	margin-top: 30px;
	padding:5%;
	position: relative;
}
.back-parts-right img,
.back-parts-right2 img,
.back-parts-left img{
	height: 320px;
}
.back-parts-right{
	position: absolute;
	top: 40%;
	right: 0;
	z-index: -1;
}
.back-parts-right2{
	position: absolute;
	bottom: 10%;
	right: 0;
	z-index: -1;
}

.back-parts-left{
	position: absolute;
	top: 10%;
	left: 0;
	z-index: -1;
}
.video{
	margin:0 auto 50px auto;
	text-align: center;
}

/* PARALLAX
-------------------------------------------------------------------- */
@keyframes parallax-small-anim {
  from {
    transform: translateY(-300px);
  }
  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{
	height: 100%;
	padding: ;
	margin: 0 auto;
	text-align: center;
	background-image: url("../img/back.jpg");
	background-size: 100% auto;
	background-position: center;
}
#news{
	width: 70%;
	margin:80px auto 50px auto;
	background: #fff;
	border-radius: 20px;
	padding: 30px;
}
.news-grid{
	display: grid;
	justify-content: space-between;
	grid-template-columns: 63% 35%;
	align-items: center;
}
.news-grid .btn{
	display: block;
	padding: 15px 70px;
	border-radius: 30px;
	background: linear-gradient(-20deg, #ec516b 0%, #c4302b 100%);
	display: inline-block;
	color: #fff;
	margin: 30px 0;
}
.news-grid div:last-child{
	text-align: right;
}
.news-grid p:first-child{
	color: #ec516b;
	font-weight: bold;
	font-size: 20px;
}

/* ABOUT
-------------------------------------------------------------------- */
#about p{
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}

/* VIDEO
-------------------------------------------------------------------- */
#video{
	margin: 0 auto;
	text-align: center;
}
#video iframe{
	
}

/* EVENT
-------------------------------------------------------------------- */
#event h2{
	text-shadow: 5px 5px 0px #1696a2;
	position: absolute;
	top: -55px;
	right: 0;
	left: 0;
}
#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: 40px;
}
.exhibition-text::before{
	content: "同時開催！";
	position: absolute;
	color: #333;
	font-size: 20px;
	top: -25px;
	right: 0;
	left: 0;
	text-align: center;
	font-weight: bold;
}
.exhibition p{
	line-height: 33px;
}
.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: 20px;
	margin: 10px 0;
}


/* GOODS
-------------------------------------------------------------------- */
#goods h2{
	text-shadow: 5px 5px 0px #f37caa;
}
.goods-grid{
	display: grid;
	grid-template-columns: 31% 31% 31%;
	justify-content: space-between;
	margin: 60px 0 30px 0;
	row-gap: 30px;
}
.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: 14px;
}
.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;
}


/* container
-------------------------------------------------------------------- */
#container {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}


dl.accordion {
    margin:0 auto;
    padding:0;
	text-align: center;
  }
dl.accordion dt {
	background: #ecfaec;
	color: #41b049;
	font-size: 15px;
    line-height:40px;
    cursor:pointer;
	margin:12px 0;
	padding: 0 5px;
}
dl.accordion dd {
    margin:20px 10px;
    line-height:1.5;
    display:none;
	text-align: left;
	font-size: 15px;
}
.qa dl.accordion {
    text-align: left;
}



/* copyright
-------------------------------------------------------------------- */
.copyright {
	font-size: 12px;
	margin: 50px 30px;
}


/* 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;
}

}