@charset "UTF-8";
@import url("https://use.typekit.net/olm6vix.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 {
	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;
}

html {
	color: #000;
	font-size: 62.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
::selection{background: #e97024; color: #fff;}
.pc{display: block;} .sp{display: none;}

/*intro*/
#intro{width: 100%; height: 100vh; background-color: #FFF; 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.0s ease 0s forwards;}
.wrapper{display: none;}

/*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 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%; height: 100vh; margin-bottom: 180px; display: flex; justify-content: space-between; position: relative;}
#mainVisual .photo{width: calc(100% - 385px); min-height: 655px; background: url( "https://baycrews.jp/src/feature/20220510_relumeM/main_pc.jpg" ) center center / cover no-repeat;}
#mainVisual .txtWrap{ width: 412px; padding:0 28px; box-sizing: border-box; display: flex; justify-content: center; align-items: center;}
#mainVisual .txtWrap .txt h1{width:338px; margin:0 0 60px auto;}
#mainVisual .txtWrap .txt h2{width:138px; margin:0 0 20px auto;}
#mainVisual .txtWrap .txt .leadTxt{width:248px; font-size: 12px; margin:0 0 60px auto; line-height: 1.9;}
#mainVisual .txtWrap .txt .leadTxt p{text-align: justify;}
#mainVisual .txtWrap .txt .chapter{width:248px; margin-left:auto;}
#mainVisual .txtWrap .txt .chapter img{width:154px;}

#mainVisual .subTit{width: 12px; position: fixed; left: 20px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); z-index: 10;}
#mainVisual .logo{width: 100px; position: absolute; left: 20px; top: 25px;}
#mainVisual .line {
	display: block;
	position: absolute;
	display: block;
	bottom: 20px;
    right: 30px;
    width: 1px;
    height: 100px;
    background-color: rgba(0, 0, 0, 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: #000;
    animation: lineAnime 2.5s cubic-bezier(0.19, 1, 0.22, 1) infinite; }

@keyframes lineAnime {
  0% {
    top: -100px; }
  50% {
    top: 0; }
  100% {
    top: 100px; } }

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

.stylingCon{margin-bottom: 200px;}
.stylingCon .stylingBox{display: flex; justify-content: space-between;}
.stylingCon .stylingBox .sticky{position: sticky; top: 0;}

.stylingCon .stylingBox .box{width: 50%;}
.stylingCon .stylingBox .phCon p{position: sticky; top: 0;} 

.stylingCon .txt{font-size: 12px; text-align: justify;}

/*img*/
.img1-1{width: 73%; margin-left: auto; padding-top: 30px;}
.img1-2{width: 67%; margin:25px 0 0 70px;}
.img1-3{width: 85%; margin: 0 auto;}
.img1a{width: 60%; min-width: 800px; margin: 180px auto 0;}

.img2-1{width: 80%; min-width: 982px; margin: 0 auto 160px;}
.img2-2{width: 80%; margin-left: auto;}
.img2-3{width: 70%; margin-top: 25px;}

.img3-1{width: 80%; margin-left: 80px;}
.img3-2{width: 65%; margin-left: auto; margin-top: 25px;}
.img3-3{width: 90%; margin-left: 0; margin-top: 25px;}

/*txt*/
.txt1Wrap{width: 320px; margin-left: 60px; padding-top: 100px;}
.txt1Wrap h4{font-size: 20px; margin-bottom:20px;}
.txt1Wrap p{margin-bottom: 16px;}

.txt2Wrap{width: 400px; margin: 0 0 0 auto; padding-top: 110px;}
.txt2Wrap .txt{width: 300px; margin-bottom: 50px;}
.txt2{width: 460px; margin: 140px auto 0;}

/*credit*/
.creditPh{margin-bottom: 15px;}
.credit1-1{margin-top: 50px;}
.credit1-2{width: 400px; margin: 140px auto 0;}
.credit2-2{width: 400px; margin: 180px auto 0;}

.credit3Wrap{width: 860px; margin: 140px auto 0; display: flex; justify-content: space-between;}
.credit3-1{width: 400px;}
.credit3-2{width: 400px; margin-top: 140px;}

.creditWrap .credit{width: 100%;margin-bottom: 18px; }
.creditWrap .credit p{font-size: 1.2rem; line-height: 1.4; margin-bottom: 0 !important;}
.creditWrap .credit a:hover{text-decoration: none; color:#e97024;}
.creditWrap .credit a span{display: inline-block; border-bottom: 1px solid #e97024; padding-bottom: 1px;}

.ph4{width: 56%; min-width:800px; margin: 0 auto 180px; }

.profileBox{background: #F1F1F1; width: 540px; margin: 0 auto 120px; padding: 20px 25px;}
.profileBox .name{font-size: 15px; font-weight: bold; margin-bottom: 3px;}

.staffCredit{text-align: center; margin-bottom: 120px;}
.copyright{text-align: center; font-size: 1.0rem; margin-bottom: 60px;}

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


@media(max-width:768px){

	.pc{display: none;} .sp{display: block;}

	#intro p{min-width: initial; width: 75%; opacity: 0; animation: fadeIn 1.0s ease 0s forwards;}

	/*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: 48%; 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: initial; margin-bottom: 0; padding-bottom: 90px; display: block; position: relative;}
	#mainVisual .photo{width: 100%; padding-bottom: 60px; min-height: initial; background: none;}

	#mainVisual .txtWrap{ width: 100%; padding:0 20px; display: block;}
	#mainVisual .txtWrap .txt h1{width:100%; margin:0 auto 30px 0;}
	#mainVisual .txtWrap .txt h2{width:36.8%; margin:0 auto 30px 0;}
	#mainVisual .txtWrap .txt .leadTxt{width:90%; font-size: 12px; margin:0 auto 30px 0;}
	#mainVisual .txtWrap .txt .chapter{width:41%; margin: 0;}
	#mainVisual .txtWrap .txt .chapter img{width:100%;}

	#mainVisual .subTit{display: none;}
	#mainVisual .logo{width: 65px; position: absolute; left: 14px; top: 12px;}
	#mainVisual .line {display: none;}

	.stylingCon{margin-bottom: 110px;}
	.stylingCon .stylingBox{display: block; justify-content: space-between;}

	.stylingCon .stylingBox .box{width: 100%;}
	.stylingCon .stylingBox .phCon p{position: sticky; top: 0;} 

	/*img*/
	.img1-1{width: 85%; margin-left: 20px; padding-top: 20px;}
	.img1-2{width: 74%; margin: 25px 20px 0 auto;}
	.img1-3{width: 85%; margin: 0 auto;}
	.img1a{width: calc(100% - 44px); min-width: calc(100% - 44px); margin: 80px auto 0;}

	.img2-1{width: 100%; min-width: 100%; margin: 0 auto 45px;}
	.img2-2{width: 90%; margin-left: auto;}
	.img2-3{width: 68%; margin-left: 20px;}

	.img3-1{width: 84%; margin-left: 0;}
	.img3-2{width: 70%; margin-left: auto; margin-right: 15px;}
	.img3-3{width: 100%; margin: 80px 0 0 0;}

	/*txt*/
	.txt1Wrap{width: calc(100% - 44px); margin: 50px auto 0; padding-top: 0;}
	.txt1Wrap h4{font-size: 20px; margin-bottom:20px;}
	.txt1Wrap p{margin-bottom: 16px;}

	.txt2Wrap{width: calc(100% - 44px); margin: 0 auto 90px; padding-top: 0;}
	.txt2Wrap .txt{width: 100%; margin-bottom: 30px;}
	.txt2{width: calc(100% - 44px); margin: 50px auto 0;}

	/*credit*/
	.creditPh{margin-bottom: 15px;}
	.credit1-1{margin-top: 30px;}
	.credit1-2{width: 68%; margin: 70px auto 0;}
	.credit2-2{width: 68%; margin: 90px auto 0;}

	.credit3Wrap{width: 100%; margin: 70px auto 0; display: block;}
	.credit3-1{width: 68%; margin-left: 20px;}
	.credit3-2{width: 68%; margin: 50px 20px 0 auto;}

	.creditWrap .credit{width: 100%;margin-bottom: 18px; }
	.creditWrap .credit p{font-size: 1.2rem; line-height: 1.4; margin-bottom: 0 !important;}

	.ph4{width: 100%; min-width:100%; margin: 0 auto 90px; }

	.profileBox{background: #F1F1F1; width: 90%; margin: 0 auto 60px; padding: 15px 20px; box-sizing: border-box;}
	.profileBox .name{font-size: 15px; font-weight: bold; margin-bottom: 3px;}

	.staffCredit{text-align: center; margin-bottom: 80px;}
	.copyright{text-align: center; font-size: 1.0rem; margin-bottom: 40px;}

	
}