@charset "UTF-8";
@import url("https://use.typekit.net/gzw1xun.css");
@import url("https://baycrews.jp/src/feature/assets/css/slick.css");
@import url("https://baycrews.jp/src/feature/assets/css/slick-theme.css");
/* base */
ul,
li {
  list-style: none;
}

.pc {
  display: inline-block !important;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

.font {
  font-family: "utopia-std", serif;
  font-weight: 400;
  font-style: normal;
}

/* loader */
#loader {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: all 1s ease-in-out 0.5s;
  background: #fff;
}
#loader .load .uby_logo {
  width: 150px;
}
@media (max-width: 768px) {
  #loader .load .uby_logo {
    width: 120px;
    margin-top: 50px;
  }
}
#loader .load div:nth-of-type(2) {
  padding-top: 30px;
  color: #111;
  animation: flash 1s linear infinite;
  text-align: center;
}
#loader.complete {
  opacity: 0;
  pointer-events: none;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* setting */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.psR {
  position: relative;
}

.psA {
  position: absolute;
}

.psC {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.font_thick {
  font-weight: 600;
}

/* contents */
#container {
  max-width: 1000px;
  margin: auto;
  font-size: 14px;
  color: #111;
  background-color: #fff;
  line-height: 1.7;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  position: relative;
}
#container .vertical {
  writing-mode: vertical-rl;
}

#main_visual {
  width: 80%;
  margin: auto;
  max-width: 700px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  #main_visual {
    width: 100%;
    padding-bottom: 0;
    border-bottom: 1px solid #999;
    margin-bottom: 100px;
  }
}
#main_visual .uby_logo {
  max-width: 140px;
  width: 19%;
  margin: 30px 5% 10px auto;
}
@media screen and (max-width: 768px) {
  #main_visual .uby_logo {
    margin: 15px 5% 10px auto;
  }
}
#main_visual .ttl {
  max-width: 480px;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #main_visual .ttl {
    width: 84%;
  }
}
#main_visual .ttl_2 {
  max-width: 320px;
  width: 28%;
  margin: 14px auto -10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #main_visual .ttl_2 {
    width: 44%;
  }
}
#main_visual ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main_visual ul li {
  width: 25%;
  text-align: center;
  position: relative;
}
#main_visual ul.kv {
  margin: 0 auto 20px;
}
#main_visual ul.kv li {
  width: 33%;
  height: 36vw;
  max-height: 320px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #main_visual ul.kv li {
    height: 45vw;
    max-height: 190px;
  }
}
#main_visual ul.kv li:nth-of-type(2), #main_visual ul.kv li:nth-of-type(5), #main_visual ul.kv li:nth-of-type(8) {
  width: 34%;
}
#main_visual .lead {
  width: 90%;
  margin: 50px auto 60px;
  max-width: 700px;
}
#main_visual .slick-initialized .slick-slide {
  display: block;
  transition: unset !important;
}

#contents {
  max-width: 900px;
  width: 90%;
  margin: auto;
}
@media (max-width: 768px) {
  #contents {
    width: 100%;
  }
}
#contents .looks .look#l1 ul.lineup:nth-of-type(1) li {
  width: 32%;
}
#contents .looks .look#l2 .logo {
  width: 24%;
}
@media screen and (max-width: 768px) {
  #contents .looks .look#l2 .logo {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  #contents .looks .look#l4 ul.lineup:nth-of-type(1) li:nth-of-type(1),
  #contents .looks .look#l4 ul.lineup:nth-of-type(1) li:nth-of-type(2) {
    margin-bottom: 15px;
  }
}
#contents .looks .look .logo {
  max-width: 230px;
  width: 26%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #contents .looks .look .logo {
    width: 38%;
  }
}
#contents .looks .look .main_text {
  width: 90%;
  margin: 30px auto 60px;
}
@media screen and (max-width: 768px) {
  #contents .looks .look .main_text {
    margin: 30px auto 50px;
  }
}
#contents .looks .look ul.lineup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents .looks .look ul.lineup:nth-of-type(1) li {
  position: relative;
}
#contents .looks .look ul.lineup:nth-of-type(1) li a {
  position: absolute;
  top: 2%;
  right: 3%;
}
#contents .looks .look ul.lineup:nth-of-type(1) li a .cart_icon {
  width: 30px;
}
@media screen and (max-width: 768px) {
  #contents .looks .look ul.lineup:nth-of-type(1) li a .cart_icon {
    width: 22px;
  }
}
#contents .looks .look ul.lineup li {
  width: 48%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #contents .looks .look ul.lineup li {
    margin-bottom: 40px;
  }
}
#contents .looks .look ul.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents .looks .look ul.flex li.flex_inner {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #contents .looks .look ul.flex li.flex_inner {
    width: 80%;
    margin: auto;
  }
}
#contents .looks .look .look_inner:last-of-type::after {
  width: 100%;
}
#contents .looks .look .look_inner::after {
  content: "";
  width: 100px;
  height: 1px;
  background: #999;
  display: block;
  margin: 70px auto 100px;
}
@media screen and (max-width: 768px) {
  #contents .looks .look .look_inner::after {
    margin: 60px auto 80px;
  }
}
#contents .looks .look .slick-dots li button:before {
  content: "■";
}
#contents .looks .look .slick-dotted.slick-slider {
  margin-bottom: 50px;
}
#contents .text_box {
  width: 90%;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  #contents .text_box {
    margin: 20px auto 50px;
  }
}
#contents .text_box .accordion {
  position: relative;
}
#contents .text_box .accordion .accordion-btn {
  bottom: -20%;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-family: "utopia-std", serif;
  font-weight: 400;
  font-style: normal;
  left: 0;
  margin: auto;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.2s;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}
#contents .text_box .accordion .accordion-btn::after {
  content: "MORE";
}
#contents .text_box .accordion .accordion-btn:hover {
  opacity: 0.8;
}
#contents .text_box .accordion .accordion-text {
  overflow: hidden;
  position: relative;
}
#contents .text_box .accordion .accordion-text.is-hide {
  height: 100px;
}
#contents .text_box .accordion .accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  height: 60px;
  /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
  z-index: 2;
}
#contents .text_box .accordion .accordion-btn.is-show {
  bottom: -2em;
}
#contents .text_box .accordion .accordion-btn.is-show::after {
  content: "CLOSE";
}
#contents .text_box .accordion .accordion-btn.is-show + .accordion-text::before {
  display: none;
}
#contents .text_box .accordion .text span {
  font-size: 1.3em;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 768px) {
  #contents .text_box .accordion .text span {
    font-size: 0.8em;
  }
}
#contents .credit_boxs {
  width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
#contents .credit_boxs h4 {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 1.5em;
  color: #e0000c;
}
@media (max-width: 768px) {
  #contents .credit_boxs h4 {
    font-size: 1.3em;
    width: 100%;
    text-align: center;
  }
}
#contents .credit_boxs .credit_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin-bottom: 16px;
  text-decoration: none;
  color: #111;
}
@media (max-width: 768px) {
  #contents .credit_boxs .credit_box {
    width: 100%;
    margin-bottom: 6px;
  }
}
#contents .credit_boxs .credit_box .credit_img {
  width: 26%;
  overflow: hidden;
  position: relative;
  max-width: 60px;
}
#contents .credit_boxs .credit_box .credit {
  padding-left: 10px;
  width: 74%;
  box-sizing: border-box;
}
#contents .credit_boxs .credit_box .credit .item_category {
  font-weight: 600;
}
#contents .credit_boxs .credit_box .credit .item_name {
  display: block;
  line-height: 1.4;
}
#contents .credit_boxs .credit_box .credit .price {
  display: block;
  margin-top: 0px;
}
#contents .prf {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents .prf {
    width: 70%;
  }
}
#contents .prf ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents .prf ul li {
  width: 21%;
  text-align: center;
  font-family: "utopia-std", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #contents .prf ul li {
    width: 45%;
    margin-bottom: 50px;
  }
}
#contents .prf ul li div:nth-of-type(1) {
  border-radius: 50%;
  overflow: hidden;
  outline: 2px solid;
  outline-offset: 5px;
  box-sizing: border-box;
}
#contents .prf ul li .name {
  font-size: 1.4em;
  margin: 24px auto 7px;
  line-height: 1;
}
#contents .prf ul li .job {
  line-height: 1.2;
}
#contents .prf ul li .ig {
  margin-top: 14px;
}
#contents .prf ul li .ig a {
  text-decoration: none;
  color: #111;
}
#contents .prf ul li .ig img {
  width: 30px;
}

footer {
  max-width: 900px;
  margin: 150px auto 0;
  padding-bottom: 100px;
  width: 90%;
  position: relative;
  border-top: 1px solid #999;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  footer {
    margin: 50px auto 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .inner {
    width: 90%;
    margin: auto;
  }
}
footer .inner .info {
  display: flex;
}
footer .inner .info li {
  margin-bottom: 10px;
  font-family: "utopia-std", serif;
  font-weight: 400;
  font-style: normal;
}
footer .inner .info li:nth-of-type(2) {
  margin-left: 30px;
}
footer .inner .info li a {
  text-decoration: none;
  color: #111;
}
footer .inner .copy {
  font-size: 10px;
  text-align: right;
  margin-top: 50px;
}
footer .pgtop {
  width: 25px;
  height: 50px;
  position: absolute;
  right: 5%;
  bottom: 20px;
}
footer .pgtop a {
  width: 100%;
  height: 100%;
  background-image: url(../images/arrow_2.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.25s ease-in 0s;
}

/* colorBox */
.colorBox,
.colorBox2 {
  position: relative;
}

.colorBox::after,
.colorBox2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: #111;
  transition: width 0.6s cubic-bezier(0.43, 0.05, 0.17, 1) 0.15s;
}

.colorBox2::after {
  left: 0;
  right: initial;
}

.active.colorBox::after,
.active.colorBox2::after {
  width: 0;
}

/* fadein */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 0px);
  transition: all 0.8s ease;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -7%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}/*# sourceMappingURL=style.css.map */