@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;
  line-height: 1.8;
}

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

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


body.looking {
  overflow: hidden;
}

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

a:hover,
a:active,
a.active {
  color: #fff;
  text-decoration: underline;
}

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{
  color:#fff200;
}
/* setting 右*/
.inner {
  padding-top: 15px;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inner .lead-box {
  text-align: center;
  margin: 30px auto 150px;
}

.inner .lead-box{
  margin-bottom: 100px;
}

.inner .lead-box p{
  font-size: 12px;
  margin-bottom: 30px;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inner .look-box .looks .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.inner .look-box .looks .flex .a-look{
  width:48%;
  position: relative;
}

.inner .look-box .looks .flex .a-look .item-top{
  position: absolute;
  top:20%;
  left:2%;
}

.inner .look-box .looks .flex .a-look .item-bottom p{
  font-size: 12px;
  line-height: 1.2;
  text-align: right;
}

.inner .look-box .looks .flex .a-look .item-top .type{
  font-size: 12px;
}

.inner .look-box .looks .flex .a-look .item-bottom .type{
  font-size: 12px;
  margin-bottom: 15px;
}

.inner .look-box .looks .flex .a-look .item-top .type2{
  font-size: 10px;
  margin-top: 15px;
}

.inner .look-box .looks .flex .a-look .item-bottom .type2{
  font-size: 10px;
}

.inner .look-box .looks .flex .a-look .item-bottom{
  position: absolute;
  bottom:15px;
  right:15px;
}

.inner .end .all-img{
  width:70%;
  margin: 0 auto 50px;
  position: relative;
}

.inner .end .all-img .brand{
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100px;
}


/*あしらい*/


/*goods*/


/*modal*/
.modal-trigger {
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  width: 100%;
  margin-right: -1px;
}
#container .a-look .more-top {
  display: inline-block;
  position: absolute;
  font-size: 12px;
  font-weight: 100;
  left: 15px;
  top:15px;
  z-index: 100;
}

#container .modal-trigger .more-bottom {
  display: inline-block;
  position: absolute;
  font-size: 12px;
  font-weight: 100;
  right: 15px;
  bottom: 15px;
  z-index: 100;
}

@media (max-width: 768px) {
  .modal-trigger{
    margin-right: 0px;
  }
  #container .modal-trigger .plus {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  #container .modal-trigger .plus::before {
    width: 2px;
    height: 30px;
    bottom: 0px;
    right: 7px;
  }
}
@media (max-width: 768px) {
  #container .modal-trigger .plus::after {
    width: 30px;
    height: 2px;
    top: 13px;
    right: 0px;
  }
}
#modal-wrapper {
  background: #000;
  width: 100%;
  height: 100vh;
  padding: 40px 0 220px 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.25s ease-in;
  color: #fff200;
}
#modal-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}
#modal-wrapper .close {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 40px;
  right: 15%;
  z-index: 999;
  cursor: pointer;
}
#modal-wrapper .close::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff200;
  transform: rotate(-45deg);
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.5s 0s ease;
}
#modal-wrapper .close::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff200;
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.5s 0s ease;
}

.looking{
 overflow: hidden;
}

#modal-wrapper .looks{
  width:65%;
  max-width: 1000px;
  margin: 50px auto;
}

#modal-wrapper .looks .look{
  margin-bottom: 150px;
}

#modal-wrapper .looks .cre-wrapper{
  width:40%;
  max-width: 340px;
  margin: 0 auto 30px 0;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}

#modal-wrapper .looks .cre-wrapper .credit-box{
  gap:40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 7px;
  margin: 0 auto 0px 0;
  border-bottom: #fff200 1px solid;
}

#modal-wrapper .looks .cre-wrapper .cre-gap{
  gap:32px;
}

#modal-wrapper .looks .cre-wrapper .credit-box .bold p{
  font-weight: 600;
  font-size: 18px;
}

#modal-wrapper .looks .cre-wrapper .credit-box .credit p{
  font-size: 16px;
}

#modal-wrapper .looks .img-inner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#modal-wrapper .looks .img-inner .photo,
#modal-wrapper .looks .img-inner .m-img{
  width:48%;
}


/*footer*/
.footer-wrapper {
  width: 90%;
  margin: 0 auto;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

.footer-wrapper .navi-box li a{
  color: #fff200;
}

.footer-wrapper .back {
  text-align: right;
  font-size: 12px;
  margin: 100px auto 20px;
}

.footer-wrapper .copy {
  text-align: center;
  font-size: 10px;
  margin: 0px auto 20px;
}

.goods a:hover {
  opacity: 0.8;
}


/* setting 右ここまで*/

/* setting 左*/
.main_visual {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main_visual .kv-box {
  height: 100vh;
  width: 100%;
  max-width: 485px;
  position: relative;
}

.main_visual .kv-box .kv img{
  height: 100vh;
}

.main_visual .kv-box .ttl-box{
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.main_visual .kv-box .ttl-box .ttl{
  text-align: center;
}

.main_visual .kv-box .ttl-box .ttl p{
  color: #fff200;
  text-align: center;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 20px;
}

.main_visual .kv-box .ttl-box .sub{
  text-align: center;
  margin-top: 15px;
  margin-left: 12px;
}

.main_visual .kv-box .ttl-box .sub p span{
  color: #fff200;
  text-align: center;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

/* setting 左ここまで*/


/*set*/

.mb20{
  margin-bottom: 20px;
}

.mt150{
  margin-top: 150px;
}

.mt-50{
  margin-top: -50px;
}

.mt-150{
  margin-top: -150px;
}

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

.posiR {
  position: relative;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.m-small{
  width:50%;
  max-width: 550px;
}

.small {
  max-width: 640px;
  width: 60%;
}

.mid {
  max-width: 760px;
  width: 70%;
}

.max {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.left {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.right {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.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;
}

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

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

@keyframes fadeInMonoAnime {
  0% {}

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


/* fadeUpをするアイコンの動き */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*animation*/
.type{
  display: block;
}
.inview-blur {
  opacity: 0;
  -moz-transition: -moz-transform 1s linear;
  -webkit-transition: -webkit-transform 1s linear;
  -o-transition: -o-transform 1s linear;
  -ms-transition: -ms-transform 1s linear;
  transition: transform 1s linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

  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(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

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

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

.start1 {
  animation: fade 1s ease-in 0.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 1s ease-in 1.2s 1 normal backwards;
}

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

  100% {
    opacity: 1;
  }
}

/* fadeUpをするアイコンの動き */

.fadeUp-1 {
  animation-name: fadeUpAnime1;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fade-1 {
  opacity: 0;
    transform: translateY(80px);
}


@keyframes fadeUpAnime1 {
  from {
    opacity: 0;
    transform: translateY(80px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.delay{
  animation-delay: 2.5s;
}

.delay2{
  animation-delay: 1s;
}

.type{
  visibility: hidden;
}

.type2{
  visibility: hidden;
}



/*ループ*/

.loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 50px;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
  margin-bottom: 30px;
}

.loop-area {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.loop-area .content {
  width: 250px;
  font-family: "zuume", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

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

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

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

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

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

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

.inner .look-box .looks .flex .a-look .modal-trigger .slider .slick-arrow {
  display: none!important;
}

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

.slick-next:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 40px;
  background-image: url('https://baycrews.jp/src/feature/20241215_pulp/right.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-prev:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 40px;
  background-image: url('https://baycrews.jp/src/feature/20241215_pulp/left.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.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;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}


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

  .sp {
    display: block !important;
  }

  .font {
    font-size: 1.9em !important;
  }

  .flex {
    display: flex;
    vertical-align: center;
    align-items: center;
  }

  .posiR {
    position: relative;
  }

  .small {
    width: 70%;
  }

  .mid {
    width: 90%;
  }

  .large {
    width: 100%;
  }

  body {
    position: relative;
    overflow-x: hidden;
  }

  
  /*----------sliderSp ----------*/
  .slider .slick-arrow:before {
    font-size: 24px !important;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
  }

  .slider .slick-next {
    right: 8px !important;
  }

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

  #container .item-wrapper .item-box .slider .slick-dots {
    top: 88%;
  }

  .slick-next:before{
    width:15px;
    height:25px;
  }

  .slick-prev:before{
    width:15px;
    height:25px;
  }

  .footer-wrapper .navi-box {
    margin-top: 30px;
    font-size: 12px;
}
}

/*----------Sp ----------*/
@media screen and (max-width: 768px) {
  /* sp */

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

  .start-top2 {
    animation-delay: 2.2s;
  }

  .delay{
    animation-delay: 0.7s;
  }

  .inner .lead-box {
    margin-bottom: 80px;
    width: 90%;
    margin-top: 40px;
}

.inner .look-box .looks .flex .a-look {
  width: 49%;
  position: relative;
}

.inner .look-box .looks .flex .a-look .item-top .type {
  font-size: 10px;
}

.inner .look-box .looks .flex .a-look .item-top .type2 {
  font-size: 8px;
  margin-top: 15px;
}

.inner .look-box .looks .flex .a-look .item-bottom {
  position: absolute;
  bottom: 5px;
  right: 7px;
}

.inner .look-box .looks .flex .a-look .item-bottom .type {
  font-size: 10px;
  margin-bottom: 15px;
}


.inner .look-box .looks .flex .a-look .item-bottom .type2 {
  font-size: 8px;
}

.inner .end .all-img {
  width: 90%;
  margin: 0 auto 30px;
}

#container .modal-trigger .more-bottom {
  font-size: 10px;
  right: 7px;
  bottom: 4px;
  font-weight: 200;
}

#container .a-look .more-top {
  font-size: 10px;
  left: 5px;
  top: 5px;
}

.inner .look-box .looks .flex .a-look .item-top {
  top: 15%;
  left: 5%;
}

#container .a-look .more-top{
  font-weight: 200;
}

#modal-wrapper .looks {
  width: 90%;
}

#modal-wrapper .looks .look {
  margin-bottom: 100px;
}

#modal-wrapper .looks .cre-wrapper {
  width: 100%;
  max-width: 450px;
}

#modal-wrapper .looks .cre-wrapper .credit-box .bold p {
  font-size: 16px;
}

#modal-wrapper .looks .cre-wrapper .credit-box .credit p {
  font-size: 14px;
}

#modal-wrapper .looks .img-inner {
  display: block;
}

#modal-wrapper .looks .img-inner .photo, 
#modal-wrapper .looks .img-inner .m-img {
  width: 100%;
}

#modal-wrapper .looks .img-inner .photo {
  margin-bottom: 30px;
}

#modal-wrapper .close {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 40px;
  right: 2%;
  z-index: 999;
  cursor: pointer;
}


}

/* fixed設定 */
.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.description>#container {
  overflow: visible;
}

#container {
  background-color: #000;
  max-width: 100vw;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-right: calc(50% - 50vw + var(--scroll-bar-width) / 2);
  margin-left: calc(50% - 50vw + var(--scroll-bar-width) / 2);
}

@media screen and (max-width: 1002px) {
  #container {
    margin: 0;
  }
}

#container img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#container .l-articleLayout__wrap {
  margin: 0 auto;
  display: flow-root;
  max-width: 1280px;
  width: 90%;
}

@media screen and (max-width: 768px) {
  #container .l-articleLayout__wrap {
    width: 100%;
  }
}

#container .l-articleLayout__article {
  float: right;
  width: 59%;
  transition: 0.85s ease;
  position: relative;
  top: 0;
}

@media screen and (max-width: 768px) {
  #container .l-articleLayout__article {
    float: none;
    left: 0;
    margin: 0 auto;
    width: auto;
  }
}

#container .l-articleLayout__title {
  background-color: #000;
  position: sticky !important;
  float: left;
  width: 40%;
  height: 100vh;
}

#container .l-articleLayout__title>.wrap {
  height: calc(100vh - 120px);
  display: block;
  flex-wrap: wrap;
  align-items: center;
}

#container .d-fixed-area {
  position: relative;
}

#container .d-fixed-element {
  position: absolute;
  top: 0;
}

#container .d-fixed-element.is-fixed {
  position: fixed;
}

#container .l-articleLayout {
  background-attachment: fixed;
  background-position: top left;
  background-size: cover;
}

#container .main_visual {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #container .main_visual {
    width: 100%;
  }
}

#container #contents {
  background-color: #000;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #container #contents {
    width: 100vw;
  }
}