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

@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }

  75% {
    height: 40px;
    top: 50px;
  }

  100% {
    height: 40px;
    top: 50px;
  }
}

@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }

  75% {
    height: 40px;
    top: 40px;
  }

  100% {
    height: 40px;
    top: 40px;
  }
}

@keyframes moveleft {
  0% {
    left: 100vw;
  }

  100% {
    left: -200vw;
  }
}

@keyframes moveright {
  0% {
    left: -200vw;
  }

  100% {
    left: 100vw;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------ */
html,
body {
  width: 100%;
  height: auto;
  font-size: 13px;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  text-align: center;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}

body.loaded {
  position: static;
}

body.looking {
  overflow: hidden;
}

a {
  color: #111;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active,
a.active {
  color: #C3C3C3;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form,
section,
p,
div,
ul,
li,
dl,
dt,
dd,
a,
span,
input,
textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

.item-d-none p a {
  display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------ */

#container{
  background-color: #F5F5F4;
}

#container .kv-box {
  width: 100vw;
  margin: 0 auto 80px;
  position: relative;
  background-image:url(https://baycrews.jp/src/feature/20250715_relumeM/bg.jpg);
  background-size:auto;
  background-position:center top;   
}

#container .kv-box .posiR{
  position: relative;
  width:50%;
  max-width: 620px;
  margin: 0 auto;
}

#container .kv-box .posiR .ttl{
  width: 60%;
  max-width: 300px;
  position: absolute;
  top: 80%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#container .index-box{
  width:60%;
  margin: 0 auto;
}

#container .index-box .index-ttl{
  margin-bottom: 20px;
}

#container .index-box .index-ttl p{
  font-family: "area-normal", sans-serif;
font-weight: 100;
font-style: normal;
margin: 0 auto;
font-size: 18px;
text-align: center;
line-height: 1;
}

#container .index-box .flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#container .index-box .flex .navi-box{
  width:30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#container .index-box .flex .navi-box .img,
#container .index-box .flex .navi-box .navi{
  width:100%;
}

#container .index-box .flex .navi-box .navi p{
  text-align: center;
    font-family: "peridot-pe-variable",sans-serif;
    font-variation-settings: "ital" 0, "wdth" 125, "wght" 600;
    font-size: 14px;
    margin: 10px auto 0;
    text-decoration: underline;
    line-height: 1;
}

#container .index-box .hr{
  width:1px;
  height: 120px;
  background-color: #000;
  margin: 80px auto;
}

#container .look-box .sec-ttl{
  background-color:#CFCDC7;
}

#container #box-2 .sec-ttl{
  margin-bottom: 50px;
}

#container #box-3 .sec-ttl{
  margin-bottom: 50px;
}

.posiR{
  position: relative;
}

.posiS{
  position: sticky;
  top:0;
}

#container .look-box .sec-ttl .ttl{
 display: flex;
 justify-content: center;
 align-items: center;
}

#container .look-box .sec-ttl .ttl .text{
  padding-top: 45px;
  padding-bottom: 45px;
  line-height: 1;
  text-align: center;
    font-family: "peridot-pe-variable",sans-serif;
    font-variation-settings: "ital" 0, "wdth" 125, "wght" 600;
    font-size: 26px;
}


#container .look-box .sec-ttl .ttl .for{
  font-size: 20px;
  font-family: "area-normal", sans-serif;
font-weight: 100;
font-style: normal;
margin-right: 15px;
line-height: 1;
}

#container .look-box .look{
  margin-bottom: 100px;
}

#container .look-box .look .sticky-box{
  position: relative;
  z-index: 2;
}

#container .look-box .look .sticky-box .bg{
  position: sticky;
  top:0%;
  z-index: -1;
  background-image:url(https://baycrews.jp/src/feature/20250715_relumeM/bg.jpg);
  background-size:cover;
  background-position:center top;
  height:100vh;
}

#container .look-box .lk3 .sticky-box .bg{
  position: sticky;
  top:0%;
  z-index: -1;
  background-image:url(https://baycrews.jp/src/feature/20250715_relumeM/bg2.jpg);
  background-size:cover;
  background-position:center top;
  height:100vh;
}

#container .look-box .lk1 .sticky-box .photo-box{
  width:70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#container .look-box .lk1 .sticky-box .photo-box .item{
  width:100%;
  margin: 0 auto 50px;
}

#container .look-box .lk1 .sticky-box .photo-box .item .photo{
  width:60%;
  max-width: 600px;
  margin: 0 auto;
}

#container .look-box .lk1 .sticky-box .photo-box .item .credit-box .credit{
  width:60%;
  max-width: 600px;
  margin: 0 auto;
}

#container .look-box .lk1 .sticky-box .photo-box .item .left{
  margin-right: auto;
  margin-left: 0;
  width:45%;
  max-width: 450px;
}

#container .look-box .lk1 .sticky-box .photo-box .item .right{
  margin-right: 0;
  margin-left: auto;
  width:45%;
  max-width: 450px;
}

#container .look-box .lk2 .box{
  margin: 0 auto 100px;
  width:80%;
}

#container .look-box .lk2 .box:nth-child(3){
  margin: 0 auto 100px;
  width:90%;
}

#container .look-box .lk2 .box:nth-child(4){
  margin-left: 0;
  margin-right: auto;
  width:80%;
}

#container .look-box .lk2 .box:nth-child(5){
  margin: 0 auto 100px;
  width:40%;
}

#container .look-box .lk2 .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#container .look-box .lk2 .box2 .credit-box{
  text-align: right;
}

.re{
  flex-direction: row-reverse;
}

#container .look-box .lk2 .flex .item{
  width: 47%;
}

#container .look-box .lk2 .flex .item .small{
  padding: 15%;
}

#container .look-box .lk2 .box3 .flex .item{
  width:50%;
}

#container .look-box .lk2 .box4 .flex .item{
  width:50%;
}

#container .look-box .lk2 .box5 .flex .item{
  width:100%;
}

#container .look-box .lk3 .sticky-box .photo-box{
  width:80%;
  margin: 0 auto;
}

#container .look-box .lk3 .sticky-box .photo-box .item:first-child{
  width:40%;
  max-width: 420px;
  margin: 0 auto 50px;
}

#container .look-box .lk3 .sticky-box .photo-box .item:nth-child(2){
  width:60%;
  max-width: 650px;
  margin: 0 auto 50px;
}

#container .look-box .lk3 .sticky-box .photo-box .item:last-child{
  width:100%;
  margin: 0 auto;
  padding-bottom: 50px;
}

#container #box-1{
  margin-bottom: 0px;
}

#container .look-box .lk3 {
  margin-bottom: 0px;
}

#container #box-2 .photo-box{
  width:80%;
  margin: 0 auto;
  padding-bottom: 100px;
}

#container #box-2 .photo-box .item1{
  width:50%;
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 100px;
}

#container #box-2 .photo-box .item2{
  width:40%;
  max-width: 450px;
  margin-left: 10%;
  margin-right: auto;
  padding-bottom: 100px;
}

#container #box-2 .photo-box .item3{
  width:40%;
  max-width: 450px;
  margin-left: auto;
  margin-right: 10%;
  padding-bottom: 100px;
}

#container #box-2 .photo-box .item4 .flex{
  display: flex;
  justify-content: center;
  align-items: center;
}

#container #box-3 .photo-box{
  width:60%;
  margin: 0 auto;
}


#container #box-3 .photo-box .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 20px;
  flex-wrap: wrap;
}

#container #box-3 .photo-box .flex .photo{
  width:49%;
}

#container .staff-credit{
  margin: 100px auto;
}

#container .staff-credit .staff p{
  font-family: "area-normal", sans-serif;
  font-weight: 100;
  font-style: normal;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  line-height: 2;
}

#container .staff-credit .staff p span{
  color: #7e7e7e;
}



.credit-box{
  text-align: left;
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.credit-box p{
  margin-bottom: 10px;
    font-family: "peridot-pe-variable",sans-serif;
    font-variation-settings: 'wght' 500, 'wdth' 125, 'ital' 0;
    font-size: 12px;
}

.lk1 .credit-box p,
.lk3 .credit-box p{
  color: #fff;
}

.credit-box p a {
  margin-left: 5px;
  text-decoration: underline;
}

.lk1 .credit-box p a,
.lk3 .credit-box p a{
  color: #fff;
}

.credit-box p a:hover{
  color: #888888;
}

.credit-box .main-item{
  margin-bottom: 25px;
}

.footer-wrapper .navi-box ul li {
  font-size: 11px;
}

/*footer*/
.footer-wrapper{
  width: 100%;
  margin: 0 auto;
  background-image: url(https://baycrews.jp/src/feature/20250715_relumeM/bg.jpg);
  background-size:auto;
  background-position:center top;  
  z-index: 2000;
  position: relative;
  padding-top: 50px;
}

.footer-wrapper p{
  font-family: "area-normal", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 12px;
  color: #fff;
}

.footer-wrapper a {
  color: #fff;
}

.footer-wrapper a:hover {
  text-decoration: none;
  color: #ffffffce;
}

.footer-wrapper .brand{
  width:150px;
  margin: 0 auto 50px;
}

.footer-wrapper .info{
  margin: 0 auto 50px;
}

.footer-wrapper .info p{
  font-family: "area-normal", sans-serif;
  font-weight: 400;
  font-style: normal;
line-height: 1.8;
font-size: 12px;
}

.footer-wrapper .navi-box{
  margin-bottom: 50px;
  width:80%;
  margin: 0 auto 50px;
}

.footer-wrapper .navi-box p{
  font-family: "area-normal", sans-serif;
font-weight: 400;
font-style: normal;
  font-size: 12px;
  line-height: 2.2;
  text-align: right;
}

.footer-wrapper .copy {
  padding-bottom: 20px;
  width:80%;
  margin: 0 auto;
}

.footer-wrapper .copy p{
  font-family: "area-normal", sans-serif;
font-weight: 400;
font-style: normal;
text-align: center;
  font-size: 9px;
  text-align: right;
}





/*set*/

.pc {
  display: block;
}

.sp {
  display: none;
}

.slick-slide img {
  display: block;
}

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#loading {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  background: #fff;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#loading_logo img {
  width: 180px;
}

.type{
  display: block;
  visibility: hidden;
  animation-delay: 0.5s;
}

.delay1{
  animation-delay: 0.2s!important;
}

.delay2{
  animation-delay: 0.5s!important;
}

.delay3{
  animation-delay: 0.8s!important;
}

.delay-top{
  animation-delay: 1s!important;
}

.non-delay{
  animation-delay: 0s!important;
}

.inview-blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .2s;
}

.blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .2s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

/*スライダーの設定*/
/*------ スライダーの横幅 ------*/
.slider {
  width: 100%;
  margin: 0 auto;
}

/*------ スライダー画像 ------*/
.slider img {
  width: 100%;
  height: auto;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide {
  height: auto !important;
}

/*---------- 矢印 ----------*/
.slider .slick-next {
  right: -25px !important;
}

.slider .slick-prev {
  left: -25px !important;
}

.slider .slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}

.slider .slick-arrow:before {
  font-size: 36px !important;
}

.slick-next:before {
  display: block;
  content: '' !important;
  opacity: .7 !important;
  left: 5px;
	width: 20px;
	height: 20px;
	border-top: 1px solid #7e7e7e;
	border-right: 1px solid #7e7e7e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slick-prev:before {
  display: block;
  content: '' !important;
  opacity: .7 !important;
  left: 5px;
	width: 20px;
	height: 20px;
	border-top: 1px solid #7e7e7e;
	border-right: 1px solid #7e7e7e;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.slick-dots {
  display: none !important;
}
#container .item-wrapper .item-box .slider .slick-dots{
  display: block !important;
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    top:92%;
}

.slick-slide {
  height: auto !important;
}

/*モノクロから色づくCSS*/
.fadeInMonoTrigger {
  filter: grayscale(100%);
}

.fadeInMono {
  animation: fadeInMonoAnime .5s .8s both;
  filter: grayscale(1) brightness(1.1);
  transition: all 0.5s ease-in;
}

@keyframes fadeInMonoAnime {
  0% {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) brightness(1);
  }

  100% {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0) brightness(1);
  }
}

.start-top {
  animation-delay: 3.5s;
}

.start0 {
  animation: fade 1s ease-in 0.2s 1 normal backwards;
}

.start1 {
  animation: fade 1s ease-in .5s 1 normal backwards;
}

.start2 {
  animation: fade 1s ease-in 0.8s 1 normal backwards;
}

.start3 {
  animation: fade 1s ease-in 1s 1 normal backwards;
}

.start4 {
  animation: fade 1.2s ease-in 1.2s 1 normal backwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

/*スクロールの設定*/

.scroll_container {
  height:400vh;
  margin: 0px calc(50% - 50vw);
  width: 100vw;
  padding-top: 80px;
  padding-bottom: 80px;
}

.horizontal_scroll {
  position: absolute;
  top: 25%;
  left: 5%;
  height: auto;
  width: 200vw;
  will-change: transform;
  display: flex;
  justify-content:flex-end;
}

.scroll_contents {
  height: 100%;
  width: 100vw;
}

.sticky_wrap {
  overflow: hidden;
  position: sticky;
  top: -10%;
  height:100vh;
}

/*=============== SVGアニメーション内の指定 =================*/

/*アニメーション前の指定*/
#mask path {
  fill-opacity: 0;/*最初は透過0で見えない状態*/
  transition: fill-opacity 1s;/*カラーがつく際のアニメーション0.5秒で変化*/
  fill: none;/*塗りがない状態*/
  stroke: #fff;/*線の色*/
}

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#mask.done path{
  fill: #fff;/*塗りの色*/
  fill-opacity: 1;/*透過1で見える状態*/
  stroke: none;/*線の色なし*/
}

.rotate-image {
  animation: rotate 0.8s linear forwards; /* アニメーションの設定 */
  animation-delay: 1s;
}

@keyframes rotate {
  from {
    transform: rotate(0deg); /* 開始時の回転角度 */
  }
  to {
    transform: rotate(5deg); /* 終了時の回転角度 */
  }
}

/*sp*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }


  body {
    position: relative;
  }

  #container {
    display: block;
  }

  #container .kv-box .posiR {
    width: 100%;
}

#container .kv-box .posiR .ttl {
  width: 57%;
  top: 73%;
}

#container .kv-box {
  margin: 0 auto 50px;
}

#container .index-box .index-ttl p {
  font-size: 14px;
}

#container .index-box .flex .navi-box {
  width: 31%;
}

#container .index-box .flex .navi-box .navi p {
  font-size: 10px;
  margin: 7px auto 0;
}

#container .index-box {
  width: 90%;
}

#container .index-box .hr {
  height: 80px;
  margin: 50px auto;
}

#container .look-box .look {
  margin-bottom: 50px;
}

#container .look-box .sec-ttl .ttl .text{
  padding-top: 25px;
  padding-bottom: 25px;
    font-size: 20px;
}


#container .look-box .sec-ttl .ttl .for{
  font-size: 12px;
margin-right: 10px;
margin-top: 5px;
}

#container .look-box .lk1 .sticky-box .photo-box {
  width: 95%;
  margin: -110% auto 0;
}

#container .look-box .lk1 .sticky-box .photo-box .item {
  margin: 0 auto 30px;
}

.photo-box .item .photo {
  width: 100%;
}

#container .look-box .lk1 .sticky-box .photo-box .item .photo {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

#container .look-box .lk1 .sticky-box .photo-box .item .right {
  width: 60%;
  margin-right: 0;
  margin-left: auto;
}

#container .look-box .lk1 .sticky-box .photo-box .item .left {
  width: 60%;
  margin-right: auto;
  margin-left: 0;
}

#container .look-box .lk1 .sticky-box .photo-box .item .credit-box .credit {
  width: 90%;
}

#container .look-box .lk2 .box {
  margin: 0 auto 50px;
  width: 90%;
}

#container .look-box .lk2 .flex .item{
width:100%;
}

#container .look-box .lk2 .box1 .flex .item .small {
  padding: 0%;
  width: 60%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 30px;
}

#container .look-box .lk2 .box2 .flex .item .small {
  padding: 0%;
  width: 60%;
  margin-right: auto;
  margin-left: 0;
  margin-top: 30px;
}

#container .look-box .lk2 .box1 .credit-box {
  text-align: right;
}

#container .look-box .lk2 .box2 .credit-box {
  text-align: left;
}

#container .look-box .lk2 .box3 .flex .item {
  width: 100%;
}

#container .look-box .lk2 .box3 .flex .item:first-child{
  margin-bottom: 30px;
}

#container .look-box .lk2 .box4 .flex .item {
  width: 100%;
}

#container .look-box .lk2 .box:nth-child(4) {
  width: 75%;
}

#container .look-box .lk2 .box4 .flex .item:first-child{
  margin-bottom: 30px;
}

#container .look-box .lk2 .box:nth-child(5) {
  margin: 0 auto 50px;
  width: 80%;
}

#container .look-box .lk3 .sticky-box .photo-box {
  width: 95%;
  margin: -60% auto 0;
}

#container .look-box .lk3 .sticky-box .photo-box .item:first-child {
  width: 65%;
  margin: 0 auto 30px;
}

#container .look-box .lk3 .sticky-box .photo-box .item:nth-child(2) {
  width: 100%;
  margin: 0 auto 30px;
}

#container #box-2 .photo-box {
  width: 95%;
  padding-bottom: 50px;
}

#container #box-2 .photo-box .item1 {
  width: 90%;
  padding-bottom: 50px;
}

#container #box-2 .photo-box .item2 {
  width: 70%;
  margin-left: auto;
  padding-bottom: 50px;
}

#container #box-2 .photo-box .item3 {
  width: 90%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

#container #box-2 .photo-box .item4 .flex{
  flex-wrap: wrap;
}

#container #box-2 .photo-box .item4 .flex .photo:first-child{
width:70%;
margin-right: 0;
margin-left: auto;
margin-bottom: 30px;
}

#container #box-2 .photo-box .item4 .flex .photo:last-child{
  width:70%;
  margin-right: auto;
  margin-left: 0;
  }

  #container #box-3 .photo-box{
    width:90%;
  }

  #container #box-3 .photo-box .flex{
    row-gap:15px;
  }

  #container #box-3 .photo-box .flex .photo{
    width:48%;
  }

  #container #box-3 .sec-ttl {
    margin-bottom: 30px;
}

#container #box-2 .sec-ttl {
  margin-bottom: 30px;
}

  #container .staff-credit .staff p{
    font-size: 10px;
  }

.credit-box {
  margin-top: 15px;
}

.credit-box p{
  font-size: 10px;
}

.footer-wrapper {
  padding-top: 30px;
  background-position: center;
}

.footer-wrapper .info {
  margin: 0 auto 30px;
}

.footer-wrapper .navi-box {
  margin-bottom: 30px;
}

.footer-wrapper .navi-box p{
  font-size: 10px;
}

.footer-wrapper .copy {
  padding-bottom: 40px;
}

#container .look-box .lk3 {
        margin-bottom: 0px;
    }


}