@import url("https://use.typekit.net/ucx1yae.css");
@import url("https://use.typekit.net/gzw1xun.css");
@import url("https://use.typekit.net/dmx1bfm.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.css");
@import url("https://baycrews.jp/src/feature/assets/css/slick.css");
@import url("https://baycrews.jp/src/feature/assets/css/slick-theme.css");
/* reset */
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* base */
html, body {
  width: 100%;
  height: auto;
}

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

ul, li {
  list-style: none;
}

body {
  font-size: 14px;
  line-height: 1.5rem;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  margin: 0;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}

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

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

.ftool-wrapper > .article, .ftool-wrapper .description, .ss-article-main-image, .ftool-wrapper p {
  padding-bottom: 0 !important;
}

.ftool-wrapper p {
  margin-bottom: 0;
}

#sec01 {
  margin: 0 calc(50% - 50vw);
  width: calc(100vw - 8px);
  max-width: calc(100vw - 8px);
  padding-bottom: 0;
}
#sec01 .mb60, #sec01 .description {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #sec01 {
    max-width: calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
    padding-bottom: 0;
  }
}

/* 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: #f0f0f0;
}
#loader .load .muse_logo {
  width: 150px;
}
@media (max-width: 768px) {
  #loader .load .muse_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%;
  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%);
}

.right_2 {
  margin-right: 5%;
  margin-left: auto;
}

.left_2 {
  margin-right: auto;
  margin-left: 5%;
}

.order_1 {
  order: 1;
}

.order_2 {
  order: 2;
}

.font_capitolium2 {
  font-family: "capitolium-2", serif;
  font-weight: 400;
  font-style: normal;
}

.font_din {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font_futura {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font_minion {
  font-family: "minion-3-display", serif;
  font-weight: 600;
  font-style: normal;
}

.font_expressway {
  font-family: "expressway", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font_baskerville {
  font-family: "baskerville-urw", serif;
  font-weight: 500;
  font-style: normal;
}

.font_blenny {
  font-family: "blenny", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.font_tsukuaoldmin {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font_kudryashev {
  font-family: "kudryashev-d-contrast-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font_fagun {
  font-family: "fagun", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font_thick {
  font-weight: 600;
}

.font_bold {
  font-weight: 700;
}

.font_exbold {
  font-weight: 800;
}

.font_italic {
  font-style: italic;
}

.c_gr {
  color: #999;
}

.c_bk {
  color: #000;
}

.fs_s {
  font-size: 0.8em;
}

/* credit */
.ftool-wrapper .ref-item {
  font-weight: normal;
  margin-bottom: 12px;
  position: relative;
}
.ftool-wrapper .ref-item:last-child {
  margin-bottom: 0;
}
.ftool-wrapper .ref-item .thumb {
  width: 50px;
  padding: 0 0 8px;
}
.ftool-wrapper .ref-item .brand {
  font-size: 10px;
  color: #000;
  display: none;
}
.ftool-wrapper .ref-item .name {
  font-size: 11px;
  color: #000;
}
@media (max-width: 768px) {
  .ftool-wrapper .ref-item .name {
    font-size: 10px !important;
    margin-bottom: 3px;
    line-height: 1.4;
    font-feature-settings: "palt";
  }
}
.ftool-wrapper .ref-item .price {
  font-size: 10px;
  color: #000;
}
.ftool-wrapper .ref-item .brand, .ftool-wrapper .ref-item .name, .ftool-wrapper .ref-item .price {
  margin-left: 60px;
}
.ftool-wrapper .thumb_none .thumb {
  display: none;
}
.ftool-wrapper .thumb_none .brand, .ftool-wrapper .thumb_none .name, .ftool-wrapper .thumb_none .price {
  margin-left: 0px;
}
.ftool-wrapper .link_btn {
  margin-top: 10px;
}
.ftool-wrapper .link_btn .btn a {
  background: #000;
  padding: 10px;
  color: #fff;
  transition: 0.7s;
  border: 1px solid #000;
  display: inline-block;
}
.ftool-wrapper .link_btn .btn a:hover {
  background: #fff;
  color: #000;
}
.ftool-wrapper .btn_side .ref-item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #111;
  padding-bottom: 15px;
}
.ftool-wrapper .btn_side .ref-item .brand, .ftool-wrapper .btn_side .ref-item .name, .ftool-wrapper .btn_side .ref-item .price {
  width: 80%;
}
.ftool-wrapper .btn_side .link_buy_btn {
  margin-top: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  width: 10%;
  background: #111;
  color: #fff;
  font-weight: 600;
  padding: 2% !important;
}
.ftool-wrapper .credit_boxs {
  margin-top: 16px;
  margin: auto;
}
@media (max-width: 768px) {
  .ftool-wrapper .credit_boxs {
    margin-top: 0;
  }
}
.ftool-wrapper .credit_boxs .credit p {
  font-size: 11px;
}
.ftool-wrapper .credit_boxs .credit p .price {
  color: #999;
}
.ftool-wrapper .col--02--C {
  width: 100%;
}

/* contents */
#container {
  max-width: 100vw;
  width: 100%;
  margin: auto;
  font-size: 14px;
  color: #111;
  background-color: #fff;
  line-height: 1.7;
  font-family: "fagun", sans-serif;
  position: relative;
  overflow: hidden;
}
#container .vertical {
  writing-mode: vertical-rl;
}

#main_visual {
  width: 100%;
}
#main_visual .main_img {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
@media (max-width: 768px) {
  #main_visual .main_img {
    position: relative;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
  }
}
#main_visual .main_img h1 {
  font-size: 6em;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
  margin: auto;
  text-align: center;
}
@media (max-width: 768px) {
  #main_visual .main_img h1 {
    font-size: 3.5em;
  }
}
#main_visual .main_img h2 {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 2em;
  font-weight: 400;
}
@media (max-width: 768px) {
  #main_visual .main_img h2 {
    font-size: 1.5em;
  }
}
#main_visual .main_img h3 {
  position: absolute;
  top: 5%;
  left: 5%;
  font-size: 1.1em;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  #main_visual .main_img h3 {
    font-size: 1em;
  }
}
#main_visual .main_img .kv {
  display: flex;
}
@media (max-width: 768px) {
  #main_visual .main_img .kv div:nth-of-type(2) {
    display: none;
  }
}
#main_visual .main_img .arrow {
  position: absolute;
  bottom: 3%;
  right: 3%;
  width: 50px;
}

#contents {
  width: 100%;
}
@media (max-width: 768px) {
  #contents {
    width: 100%;
  }
}
#contents .img.mic {
  max-width: 350px;
  width: 35%;
}
#contents .img.min {
  max-width: 400px;
  width: 40%;
}
#contents .img.mid {
  max-width: 550px;
  width: 65%;
}
#contents .img.mid_2 {
  max-width: 700px;
  width: 70%;
}
#contents .img.large {
  max-width: 800px;
  width: 85%;
}
#contents .img.left_2 {
  margin-left: 10%;
  margin-right: auto;
}
#contents .img.left_3 {
  margin-left: 15%;
  margin-right: auto;
}
#contents .img.right_2 {
  margin-left: auto;
  margin-right: 10%;
}
#contents .img.right_3 {
  margin-left: auto;
  margin-right: 15%;
}
#contents .img.mt_minus {
  margin-top: -300px;
}
@media (max-width: 768px) {
  #contents .img.mt_minus {
    margin-top: -200px;
  }
}
#contents .img.mt_plus {
  margin-top: 200px;
}
@media (max-width: 768px) {
  #contents .img.mt_plus {
    margin-top: 0px;
  }
}
#contents .looks_wrap .looks {
  max-width: 1000px;
  margin: 200px auto;
  position: relative;
  width: 90%;
}
@media (max-width: 768px) {
  #contents .looks_wrap .looks {
    width: 100%;
    margin: 120px auto;
  }
}
#contents .looks_wrap .looks::before {
  content: "";
  width: 40%;
  height: 5px;
  background: #111;
  display: block;
  margin-bottom: 60px;
}
#contents .looks_wrap .looks#sg1 .sub {
  position: absolute;
  top: 120px;
  left: 0;
}
@media (max-width: 768px) {
  #contents .looks_wrap .looks#sg1 .sub {
    left: 2%;
    width: 18%;
    top: 120px;
  }
}
#contents .looks_wrap .looks#sg1 .look:nth-child(2n+1) .img_box {
  order: 2;
}
@media (max-width: 768px) {
  #contents .looks_wrap .looks#sg1 .look:nth-child(2n+1) .img_box {
    order: 1;
  }
}
#contents .looks_wrap .looks#sg1 .look:nth-child(2n+1) .credit_boxs {
  order: 1;
}
@media (max-width: 768px) {
  #contents .looks_wrap .looks#sg1 .look:nth-child(2n+1) .credit_boxs {
    order: 2;
  }
}
#contents .looks_wrap .looks#sg2 .flex .img {
  width: 32%;
}
@media (max-width: 768px) {
  #contents .looks_wrap .looks#sg2 .flex .img {
    width: 80%;
    margin: 0px auto 20px;
  }
}
#contents .looks_wrap .looks#sg2 .flex .en {
  width: 48%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  #contents .looks_wrap .looks#sg2 .flex .en {
    width: 90%;
    margin: 0px auto;
  }
}
#contents .looks_wrap .looks#sg2 .flex .jp {
  width: 48%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  #contents .looks_wrap .looks#sg2 .flex .jp {
    width: 90%;
    margin: 20px auto;
  }
}
#contents .looks_wrap .looks#sg3 .sub {
  position: absolute;
  top: 120px;
  right: 0;
}
@media (max-width: 768px) {
  #contents .looks_wrap .looks#sg3 .sub {
    right: 2%;
    top: 120px;
  }
}
#contents .looks_wrap .looks#sg3 .look:nth-child(2) .img_box {
  order: 2;
}
@media (max-width: 768px) {
  #contents .looks_wrap .looks#sg3 .look:nth-child(2) .img_box {
    order: 1;
  }
}
#contents .looks_wrap .looks#sg3 .look:nth-child(2) .credit_boxs {
  order: 1;
}
@media (max-width: 768px) {
  #contents .looks_wrap .looks#sg3 .look:nth-child(2) .credit_boxs {
    order: 2;
  }
}
#contents .looks_wrap .looks#sg4 .flex .flex:nth-of-type(2) {
  margin-top: 60px;
}
@media (max-width: 768px) {
  #contents .looks_wrap .looks#sg4 .flex .flex:nth-of-type(2) {
    margin-top: 40px;
  }
}
#contents .looks_wrap .looks#sg4 .flex .flex .img {
  width: 49%;
}
#contents .looks_wrap .looks#sg4 .flex .flex .credit_boxs {
  width: 40%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  #contents .looks_wrap .looks#sg4 .flex .flex .credit_boxs {
    width: 90%;
    margin: 20px auto 0;
  }
}
#contents .looks_wrap .looks#sg5 .flex {
  align-items: flex-end;
}
#contents .looks_wrap .looks#sg5 .flex .img {
  width: 60%;
}
@media (max-width: 768px) {
  #contents .looks_wrap .looks#sg5 .flex .img {
    width: 100%;
  }
}
#contents .looks_wrap .looks#sg5 .flex .credit_boxs {
  width: 38%;
}
@media (max-width: 768px) {
  #contents .looks_wrap .looks#sg5 .flex .credit_boxs {
    width: 90%;
    margin: 20px auto 0;
  }
}
#contents .looks_wrap .looks#sg5 .flex .credit_boxs .credit:nth-of-type(4) {
  margin-top: 50px;
}
#contents .looks_wrap .looks .sub {
  margin-bottom: 30px;
  z-index: 2;
}
@media (max-width: 768px) {
  #contents .looks_wrap .looks .sub {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
#contents .looks_wrap .looks .sub.vertical {
  margin-bottom: 0;
}
#contents .looks_wrap .looks .sub h4 {
  font-size: 4em;
  line-height: 1;
}
@media (max-width: 768px) {
  #contents .looks_wrap .looks .sub h4 {
    font-size: 3em;
  }
}
#contents .looks_wrap .looks .sub h6 {
  font-size: 1.2em;
  line-height: 1.4;
  letter-spacing: 1px;
}
#contents .looks_wrap .looks .look {
  max-width: 800px;
  width: 90%;
  margin: 100px auto;
  position: relative;
}
#contents .looks_wrap .looks .look:last-of-type {
  margin: 100px auto 30px;
}
#contents .looks_wrap .looks .look .flex {
  align-items: flex-end;
}
#contents .looks_wrap .looks .look .flex .img_box {
  width: 52%;
  position: relative;
}
@media (max-width: 768px) {
  #contents .looks_wrap .looks .look .flex .img_box {
    width: 80%;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #contents .looks_wrap .looks .look .flex .img_box.right {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  #contents .looks_wrap .looks .look .flex .img_box.center {
    margin-right: auto;
    margin-left: auto;
  }
}
#contents .looks_wrap .looks .look .flex .img_box .number {
  position: absolute;
  bottom: -5%;
  font-size: 1.2em;
}
@media (max-width: 768px) {
  #contents .looks_wrap .looks .look .flex .img_box .number {
    bottom: -9%;
    font-size: 1.5em;
  }
}
#contents .looks_wrap .looks .look .flex .img_box .number.right {
  right: 5%;
}
#contents .looks_wrap .looks .look .flex .img_box .number.left {
  left: 5%;
}
#contents .looks_wrap .looks .look .flex .img_box .number.center {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#contents .credit_boxs {
  width: 46%;
}
@media (max-width: 768px) {
  #contents .credit_boxs {
    width: 100%;
  }
}
#contents .credit_boxs .credit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
#contents .credit_boxs .credit p {
  width: 89%;
}
#contents .credit_boxs .credit p span::after {
  content: "/";
  padding: 8px;
}
@media (max-width: 768px) {
  #contents .credit_boxs .credit p span::after {
    padding: 4px;
  }
}
#contents .credit_boxs .credit p span:last-of-type::after {
  content: "";
  padding: 0;
}
#contents .credit_boxs .credit a {
  color: #111;
  border: 1px solid;
  padding: 1% 2%;
  text-decoration: none;
  line-height: 1;
  width: 9%;
  text-align: center;
  transition: 0.7s;
  height: 16px;
}
#contents .credit_boxs .credit a:hover {
  background: #111;
  color: #fff;
}

footer {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 100px;
  font-family: "fagun", sans-serif;
}
footer .inner {
  max-width: 1000px;
  margin: auto;
}
footer .inner ul li {
  border-top: 1px solid;
  margin-right: calc(50% - 50vw);
  font-size: 13px;
  padding: 2% 5%;
}
footer .inner ul li a {
  text-decoration: none;
  color: #111;
}
footer .inner .copy {
  font-size: 11px;
  text-align: right;
  margin-top: 30px;
  margin-right: 5%;
}
footer .pgtop {
  width: 30px;
  position: absolute;
  bottom: 0%;
  right: 3%;
}

.slick-initialized .slick-slide {
  transition: unset !important;
}

/* fadein */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 0px);
  transition: all 0.4s 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 */