@charset "UTF-8";
  @import url("https://use.typekit.net/jhe3bnu.css");

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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
ul,li {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #000;
	text-decoration: none;
}
a:hover{text-decoration: none;}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
	vertical-align:middle;
}
img{width: 100%; height: auto; vertical-align: bottom;}
html, body {
	width: 100%;
	height: auto;
	font-family: yu-gothic-pr6n,"游ゴシック体", yu-gothic-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #EBD71C;
	background: #000;
}
html {
	font-size: 62.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
::selection{background: #EBD71C; color: #000;}
.pc{display: block;} .sp{display: none;}

/*intro*/
#intro{width: 100%; height: 100vh; background-color: #000; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; z-index: 99;}
#intro p{min-width: 400px; width: 36%; opacity: 0; animation: fadeIn 1.5s ease 0.2s forwards;}
.wrapper{background-color: #000;}

/*navi*/
.naviBox{position: fixed; right: 0; top: 0; width: 100%; height: 100vh; background: rgba(255,255,255,0.95); z-index: 99; display: none; }
.naviBox .naviIn{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 800px;}
.naviBox .naviIn .heading{width: 540px; margin:0 auto 60px;}
.naviBox .naviIn ul{display: flex; justify-content: space-between; flex-wrap: wrap; width: 520px; margin: 0 auto; padding-bottom: 20px; margin-bottom: 30px; border-bottom: 1px dotted #000;}
.naviBox .naviIn ul li{width: 240px; margin-bottom: 30px;}
.naviBox .naviIn ul li.off{opacity: 0.5;}
.naviBox .naviIn ul li span{display: block;}
.naviBox .naviIn ul li .date{width: 90px; margin: 0 auto;}
.naviBox .naviIn ul li .img{ padding-top: 10px; border-top: 1px solid #000; margin-top: 12px;}
.naviBox .naviIn .store{width: 134px; margin: 0 auto;}
.main_menu-trigger,.main_menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  z-index: 200; }
.main_menu-trigger {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 30px;
  z-index: 200; 
  }
.main_menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  border-radius: 4px; }
.main_menu-trigger.active span {background-color: #000;}
  
.main_menu-trigger span:nth-of-type(1) {
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
.main_menu-trigger span:nth-of-type(2) {
  top: 16px;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
.main_menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-30deg);
  transform: translateY(12px) rotate(-30deg); }
.main_menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-4px) rotate(30deg);
  transform: translateY(-4px) rotate(30deg); }
  
/*content*/
#mainVisual{width: 100%; margin-bottom: 240px; position: relative;}
#mainVisual .logo{width: 500px; margin: 150px auto 80px;}
#mainVisual .leadTxt{font-size: 1.6rem; text-align: center; margin-bottom: 80px;}
#mainVisual .line {
	position: relative;
	display: block;
    width: 1px;
    height: 100px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden; z-index: 10;}
  
#mainVisual .line:before {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 100px;
    top: 0;
    left: 0;
    background-color: #EBD71C;
    animation: lineAnime 2.5s cubic-bezier(0.19, 1, 0.22, 1) infinite; }
@keyframes lineAnime {
  0% {
    top: -100px; }
  50% {
    top: 0; }
  100% {
    top: 100px; } }
    

.bt{border-top: 1px solid #EBD71C;}
.itemList{max-width: 1065px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; border-left: 1px solid #EBD71C; border-bottom: 1px solid #EBD71C;}
.list2{width: 637px; margin: 0 auto;}
.itemList li{ width:294px; margin: 0 auto; position: relative; padding: 30px 30px 18px 30px; border-right: 1px solid #EBD71C;}

.itemList li .txt{font-size: 15px; margin: 10px 0 0; display: inline-block; padding: 0 4px; font-family: neue-haas-unica, sans-serif; font-weight: 400; font-style: normal; }
.itemList li .img img{filter: blur(8px); transition: .6s;}
.itemList li .noEffect img{filter: none; transition: .6s;}
.itemList li .img img:hover{filter: blur(0);}

/*.itemList li .cover::before{content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background:#EBD71C; z-index: 5;}
.itemList li .cover:hover::before{opacity: 0.7;}
.itemList li .cover.opacity::{}*/

.lineup{text-align: center; font-size: 38px; margin-bottom: 24px; line-height: 1; font-family: neue-haas-unica, sans-serif; font-weight: 600; font-style: normal;}
.copyright{text-align: center; font-size: 14px; padding: 60px 0;}

/* fadein */
.fadein {opacity:0; transform : translate(0, 15px); transition : all 1.1s ease;}
.fadein.scrollin{ opacity:1; transform : translate(0, 0); }

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

@media(max-width:768px){
	.pc{display: none;} .sp{display: block;}
	#intro{width: 100%; height: 100dvh;}
	#intro p{min-width: initial; width: 75%; opacity: 0; animation: fadeIn 1.0s ease 0s forwards;}
	.wrapper{width: calc(100% - 30px); margin: 0 auto;}
	
	/*navi*/
	.naviBox{width: 100%; }
	.naviBox .naviIn{font-size: 1.3rem;
    width: 80%;
    margin: 70px auto;
    position: relative;
    top: initial;
    left: initial;
    transform: none;}
    
	.naviBox .naviIn .heading{width: 100%; margin:0 auto 30px;}
		
	.naviBox .naviIn ul{width: 100%; margin: 0 auto; padding-bottom: 20px; margin-bottom: 30px;}
	.naviBox .naviIn ul li{width: %; margin-bottom: 20px;}
	.naviBox .naviIn ul li .date{width: 90px; margin: 0 auto;}
	.naviBox .naviIn ul li .img{ padding-top: 10px; border-top: 1px solid #000; margin-top: 12px;}
	.naviBox .naviIn .store{width: 134px; margin: 0 auto;}
	.main_menu-trigger {
		  position: fixed;
		  top: 15px;
		  right: 15px;
		  width: 30px;
		  height: 28px;
		  z-index: 200; 
	  }
  
	/*content*/
	#mainVisual{width: 100%; height: 100%; margin-bottom: 60px; position: relative;}
	#mainVisual .logo{width: 75%; margin: ８5px auto 60px;}
	#mainVisual .leadTxt{font-size: 1.4rem; text-align: center; margin-bottom: 50px;}
#mainVisual .line {
	position: relative;
	display: block;
    width: 1px;
    height: 100px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden; z-index: 10;}
  
#mainVisual .line:before {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 100px;
    top: 0;
    left: 0;
    background-color: #EBD71C;
    animation: lineAnime 2.5s cubic-bezier(0.19, 1, 0.22, 1) infinite; }
@keyframes lineAnime {
  0% {
    top: -100px; }
  50% {
    top: 0; }
  100% {
    top: 100px; } }
    
	.itemList{max-width: 100%; width: 100%;}
	.itemList li{ width:50%; padding: 18px 18px 18px 18px; box-sizing: border-box; border-bottom: 1px solid #EBD71C;}
    .itemList li:nth-child(-n+3){margin-bottom: 0;}
	.itemList li:nth-child(-n+4){margin-bottom: 0;}
	.itemList li .txt{font-size: 14px; margin: 10px 0;}	
	
	.bt{border-top: 1px solid #EBD71C;}
	.list2{width: 637px; margin: 0 auto;}

	.lineup{text-align: center; font-size: 30px; margin-bottom: 24px; line-height: 1; font-family: neue-haas-unica, sans-serif; font-weight: 600; font-style: normal;}
	.copyright{text-align: center; font-size: 13px; padding: 60px 0;}
	
}