@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*/
#mainArea{width: 100%; margin-bottom: 120px; position: relative;}
#mainArea .mainVisual{position: relative;}
#mainArea .mainVisual .logo1{position: absolute; width: 35.5%; right: 3.0%; top: 44.4%; z-index: 2;}
#mainArea .mainVisual .logo2{position: absolute; width: 100px; top: 30px; left: 30px; z-index: 2;}

#mainArea .leadTxt{font-size: 1.6rem; text-align: center; margin-top: 80px;}
#mainArea .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;}
  
#mainArea .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; } }

.taR{text-align: right;}
.w480{
	width: 350px;
    margin: 240px auto 80px !important;
} 
.w580{width: 580px; margin: 0 auto;}    
.w680{width: 680px; margin: 0 auto;}    
.w840{width: 840px; margin: 0 auto;}
.w1080{width: 1080px; margin: 0 auto;}
.img7{width: 480px; margin-bottom: 50px;}
.img8{width: 480px; margin-left: auto;}

.flexBox{width: 1080px; margin: 0 auto; display: flex; justify-content: space-between;}
.flexBox p{width: 48%;}
.imgBox{margin-bottom: 120px;}

.imgCopy,.imgCopyBk{position: relative;}
.imgCopy::before{content: ""; display: inline-block; position: absolute; right: 10px; bottom: 10px; width: 126px; height: 12px; background: url( "https://baycrews.jp/src/feature/20220809_relumeM/copyright.png" ) 0 0 / cover no-repeat; }
.imgCopyBk::before{content: ""; display: inline-block; position: absolute; right: 10px; bottom: 10px; width: 126px; height: 12px; background: url( "https://baycrews.jp/src/feature/20220809_relumeM/copyright_bk.png" ) 0 0 / cover no-repeat; }

/*.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::{}*/
.itemCredit{margin-top: 20px;}
.itemCredit a{color: #EBD71C; font-size: 13px;}
.itemCredit a:hover{text-decoration: underline;}

.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;}
.staffCredit{text-align: center; font-size: 14px; margin: 80px 0;}

/* return */
.return{margin-bottom: 40px;}
.return a{display: block; width: 300px; margin: 0 auto; background-color: transparent; color: #EBD71C; text-align: center; height: 42px; line-height: 42px; border: 2px solid #EBD71C; position: relative; z-index: 1; transition: .3s; font-size: 1.2rem;}

.return a:hover{text-decoration: none;}
.return a::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #EBD71C;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.return a:hover {
  color: #000;
}
.return a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

/* 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: 100%; 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*/
	#mainArea{width: 100%; margin-bottom: 60px; position: relative;}
	#mainArea .mainVisual .logo1{position: absolute; width: 48.4%; right: 5.3%; top: 36.5%;}
	#mainArea .mainVisual .logo2{position: absolute; width: 13.3%; top: 10px; left: 10px;}
	#mainArea .leadTxt{width: calc(100% - 40px); margin: 0 auto; font-size: 1.4rem; text-align: center; margin-top: 55px;}

#mainArea .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;}
  
#mainArea .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; } }
    
	.w480{width: 60%; margin: 120px auto 40px !important;}    
	.w580{width: calc(100% - 60px); margin: 0 auto;}    
	.w680{width: calc(100% - 30px); margin: 0 auto;}    
	.w840{width: calc(100% - 30px); margin: 0 auto;}
	.w1080{width: 100%; margin: 0 auto;}
	.img7{width: 85%; margin-bottom: 50px;}
	.img8{width: 85%; margin-left: auto;}
	
	.flexBox{width: calc(100% - 30px); margin: 0 auto; display: block; justify-content: space-between;}
	.flexBox p{width: 80%;}
	.flexBox p:first-child{margin-bottom: 30px;}
	.flexBox p:last-child{margin-left: auto;}
	.imgBox{margin-bottom: 60px;}

	.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;}
	.staffCredit{line-height: 1.5;}
		
	.imgCopy::before{content: ""; display: inline-block; position: absolute; right: 8px; bottom: 8px; width: 100px; height: 9px; background: url( "https://baycrews.jp/src/feature/20220809_relumeM/copyright.png" ) 0 0 / cover no-repeat; }
	.imgCopyBk::before{content: ""; display: inline-block; position: absolute; right: 8px; bottom: 8px; width: 100px; height: 9px; background: url( "https://baycrews.jp/src/feature/20220809_relumeM/copyright_bk.png" ) 0 0 / cover no-repeat; }

	.return{margin-bottom: 100px; }
	.return a{display: block; width: 300px; margin: 0 auto; background-color: transparent; color: #EBD71C; text-align: center; height: 42px; line-height: 42px; border: 2px solid #EBD71C; position: relative; z-index: 1; transition: .3s; font-size: 1.2rem;}	

	
}