@import url("https://use.typekit.net/ovu1ydd.css"); /*SquareFace*/
@import url("https://use.typekit.net/bnd8ixs.css"); /*Franklin Gothic URW*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 2.666vw;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #333;
}

body img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
body video {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px #000);
}

a {
  color: #333;
}
a:active, a:hover, a:visited {
  color: #333;
}

svg {
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

h1 {
  font-size: 2.4rem;
  line-height: 1.4;
}

h2 {
  font-size: 2.2rem;
  line-height: 1.4;
}

._font_small {
  font-size: 1.2rem;
}

._txt_justify {
  text-align: justify;
  word-break: break-all;
}

.mt20 {
  margin-top: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt50 {
  margin-top: 5rem;
}

.mb0 {
  margin-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeinL {
  opacity: 0;
  transform: translate(-10%, 0);
  transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

.fadeinL.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeinR {
  opacity: 0;
  transform: translate(10%, 0);
  transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

.fadeinR.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.container {
  font-size: 1.3rem;
  line-height: 1.8; /*opacity: 0; animation: fadeIn 1.2s ease 0.1s forwards;*/
}

@media (min-width: 835px) {
  html {
    font-size: 62.5%;
  }
  ::-moz-selection {
    background: #000;
    color: #fff;
  }
  ::selection {
    background: #000;
    color: #fff;
  }
  .container {
    font-size: 1.4rem;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  ._main {
    margin-bottom: 28px;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(120vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgIn {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
/* --------------------------------------------------
Content
-------------------------------------------------- */
.content {
  display: flex;
  justify-content: space-between;
}
.content__left, .content__right {
  width: 50%;
  box-sizing: border-box;
}
.content__right {
  order: 2;
  position: sticky;
  top: 0;
  height: 100vh; /*overflow-y: auto;*/
}
.content__left {
  order: 1;
}

.mainVisual {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainVisual .inner {
  width: 80%;
  position: relative;
  overflow: hidden;
}
.mainVisual .inner .logo {
  position: absolute;
  width: 110px;
  top: 15px;
  right: 15px;
  z-index: 2;
  opacity: 0;
}
.mainVisual .inner .logo.active {
  opacity: 0;
  animation: fadeIn 1.2s ease 1s forwards;
}
.mainVisual .inner .title {
  position: absolute;
  top: 35.8%;
  width: 48.2%;
  left: 20px;
  z-index: 2;
  opacity: 0;
}
.mainVisual .inner .title.active {
  opacity: 0;
  animation: fadeIn 1.2s ease 1s forwards;
}
.mainVisual .inner .main {
  position: absolute;
  top: 50%;
  transform: translateX(120vw);
  z-index: 2;
}
.mainVisual .inner .main.active {
  animation: slideIn 0.7s cubic-bezier(0.04, 0.97, 0.44, 1) 0.6s forwards;
}
.mainVisual .inner .bg {
  z-index: 1;
  opacity: 0;
  width: 100%;
}
.mainVisual .inner .bg.active {
  animation: fadeIn 1.2s ease 0s forwards;
}

.main .style__box {
  margin-bottom: 160px;
}
.main .style__num {
  position: relative;
}
.main .style__num::before {
  font-size: 72px;
  position: absolute;
  left: 25px;
  bottom: 16px;
  line-height: 1;
  font-family: "ltc-squareface", serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  z-index: 2;
}
.main .style__num::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/icon_plus.svg") 0 0/contain no-repeat;
  z-index: 99;
  transition: rotate 0.3s;
}
.main .style__num:hover::after {
  rotate: 90deg;
}
.main .style__num.num01::before {
  content: "01";
}
.main .style__num.num02::before {
  content: "02";
}
.main .style__num.num03::before {
  content: "03";
}
.main .style__num.num04::before {
  content: "04";
}
.main .style__num.num05::before {
  content: "05";
}
.main .style__num.num06::before {
  content: "06";
}
.main .style__num.num07::before {
  content: "07";
}
.main .style__num.num08::before {
  content: "08";
}
.main .style__num.num09::before {
  content: "09";
}
.main .style__num.num01.active {
  animation: fadeIn 1.2s ease 0s forwards;
}
.main .style .imgS {
  width: 40%;
}
.main .style .imgHalf {
  width: 50%;
}
.main .style .imgM {
  width: 60%;
}
.main .style .imgL {
  width: 80%;
}
.main .style .imgLL {
  width: 90%;
}
.main .style .last {
  margin: 200px auto 0;
}
.main .style .coat {
  position: sticky;
  top: 0;
}
.main .style .center {
  margin: 0 auto 40px;
}
.main .style .right {
  margin: 0 40px 40px auto;
}
.main .style .right2 {
  margin: 0 0 40px auto;
}
.main .style .z2 {
  z-index: 2;
}
.main .style .img5-3 {
  margin: -40px 0 0 auto;
}
.main .style .mb0 {
  margin-bottom: 0;
}
.main .style .mb40 {
  margin-bottom: 40px;
}
.main .style .box {
  overflow: hidden;
}
.main .style .bgWrap {
  padding: 50px 40px;
  box-sizing: border-box;
  margin-top: 80px;
  position: relative;
}
.main .style .bgWrap::after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e86e2d;
  z-index: -1;
}
.main .style .bgWrap.bg2::after {
  background-color: #181d39; /*#190835*/
}
.main .style .bgWrap.active::after {
  animation: bgIn 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.05s forwards;
}
.main .style .bgWrap p:first-child {
  margin-bottom: 32px;
}
.main .style .bgW {
  position: relative;
  background-color: #FFF;
  padding-top: 40px;
}
.main .style .mt0 {
  margin-top: 0;
}
.main .style .scroll_container {
  height: 200vh;
}
.main .style .scroll_container .sticky_wrap {
  overflow: hidden;
  position: sticky;
  top: 0;
  height: 100vh;
}
.main .style .scroll_container .sticky_wrap .horizontal_scroll {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  will-change: transform;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.main .style .scroll_container .sticky_wrap .horizontal_scroll div {
  width: 50vw;
}

@media screen and (max-width: 768px) {
  .content {
    display: block;
  }
  .content__left, .content__right {
    width: 100%;
  }
  .content__right {
    position: relative;
    top: 0;
    height: auto;
    overflow-y: auto;
  }
  .mainVisual {
    position: relative;
    display: block;
  }
  .mainVisual .inner {
    width: 100%;
  }
  .mainVisual .inner .logo {
    width: 29.4vw;
    top: 2.5vw;
    right: 2.5vw;
  }
  .mainVisual .inner .title {
    left: 2.5vw;
    width: 48.2vw;
    top: 75.8vw;
  }
  .mainVisual .inner .main {
    top: 102.5vw;
  }
  .main .style__box {
    margin-bottom: 100px;
  }
  .main .style__num::before {
    font-size: 50px;
    left: 20px;
    bottom: 10px;
  }
  .main .style__num::after {
    width: 20px;
    height: 20px;
    right: 12px;
    top: 12px;
  }
  .main .style .coat {
    position: sticky;
    top: 0;
  }
  .main .style .center {
    margin: 0 auto 30px;
  }
  .main .style .right {
    margin: 0 30px 30px auto;
  }
  .main .style .right2 {
    margin: 0 0 30px auto;
  }
  .main .style .last {
    margin: 80px auto 0;
  }
  .main .style .z2 {
    z-index: 2;
  }
  .main .style .img5-3 {
    margin: -30px 0 0 auto;
  }
  .main .style .mb40 {
    margin-bottom: 30px;
  }
  .main .style .bgW {
    padding-top: 30px;
  }
  .main .style .bgWrap {
    padding: 40px 30px;
    margin-top: 50px;
  }
  .main .style .bgWrap p:first-child {
    margin-bottom: 24px;
  }
  .main .style .mt0 {
    margin-top: 0;
  }
  .main .style .scroll_container .sticky_wrap {
    height: 133.4vw;
  }
  .main .style .scroll_container .sticky_wrap .horizontal_scroll {
    width: 200vw;
  }
  .main .style .scroll_container .sticky_wrap .horizontal_scroll div {
    width: 100vw;
  }
}
/* --------------------------------------------------
looks
-------------------------------------------------- */
#looks {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  overflow: scroll;
  position: fixed;
  left: 0;
  top: -100vh;
  z-index: 0;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  /*look*/
}
#looks.active {
  top: 0;
  z-index: 9999;
}
#looks .close {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 999;
  cursor: pointer;
}
#looks .close::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #333;
  transform: rotate(-45deg);
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.5s 0s ease;
}
#looks .close::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.5s 0s ease;
}
#looks .close:hover::before, #looks .close:hover::after {
  background-color: #CCC;
}
#looks .look {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto 20rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#looks .look .img {
  width: 600px;
}
#looks .look.look1 {
  padding-top: 110px;
}
#looks .look.look9 {
  padding-bottom: 200px;
}
#looks .look .credits {
  width: 400px;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
}
#looks .look .credits > div {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: url(../images/dotline.png) left bottom/4px 1px repeat-x;
}
#looks .look .credits > div:last-child {
  margin-bottom: 0;
}
#looks .look .credits > div.item-d-none dl.items__credit dd {
  width: auto;
}
#looks .look .credits > div.item-d-none dl.items__credit dd a {
  display: none;
}
#looks .look .credits > div.item-d-none dl.items__credit dd a.line {
  font-variation-settings: "wght" 400;
  text-decoration: underline;
  display: inline-block;
}
#looks .look .credits > div dl.items__credit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#looks .look .credits > div dl.items__credit dt {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look .credits > div dl.items__credit dt strong {
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 400;
}
#looks .look .credits > div dl.items__credit dt strong:not(:first-child) {
  margin: 0 0 0 5px;
}
#looks .look .credits > div dl.items__credit dt strong span {
  font-weight: 400;
  padding: 0 0 0 10px;
}
#looks .look .credits > div dl.items__credit dt > span {
  line-height: 1;
  letter-spacing: 0em;
}
#looks .look .credits > div dl.items__credit dt > span:last-child {
  width: 100%;
  padding: 5px 0 0 0;
  font-weight: 400;
}
#looks .look .credits > div dl.items__credit dd a {
  text-decoration: underline;
}
#looks .look .credits > div dl.items__credit dd a:hover {
  opacity: 0.7;
}
#looks .look .credits > div dl.items__credit dd a.line {
  display: none;
}

@media screen and (max-width: 768px) {
  #looks {
    /*look*/
  }
  #looks .close {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }
  #looks .close::before {
    content: "";
    width: 20px;
    height: 1px;
    top: 9px;
  }
  #looks .close::after {
    width: 20px;
    height: 1px;
    top: 9px;
  }
  #looks .close:hover::before, #looks .close:hover::after {
    background-color: #902A2C;
  }
  #looks .look {
    width: calc(100% - 20px);
    margin: 0 auto 100px;
    display: block;
  }
  #looks .look .img {
    width: 100%;
  }
  #looks .look.look1 {
    padding-top: 55px;
  }
  #looks .look.look9 {
    padding-bottom: 100px;
  }
  #looks .look .credits {
    width: 100%;
    font-family: franklin-gothic-urw-cond, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    margin-top: 16px;
  }
}
/* --------------------------------------------------
Footer
-------------------------------------------------- */
footer {
  text-align: left;
  width: 100%;
  padding: 40px 15px 30px;
  border-top: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 500;
  font-style: normal;
}

footer .pgtop a {
  color: #000;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: underline;
  white-space: nowrap;
  transition: all 0.25s ease-in 0s;
}

footer .pgtop a:hover {
  color: #666666;
}

footer .infoot {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

footer .infoot ul {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

footer .infoot ul li:not(:last-child) {
  margin-bottom: 5px;
}

footer .infoot ul li a, footer .infoot ul li span {
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: all 0.25s ease-in 0s;
}

footer .infoot ul li a:hover, footer .infoot ul li span:hover {
  color: #666666;
}

footer .infoot p {
  color: #000;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 20px 10px 60px 10px;
  }
  footer .pgtop a {
    font-size: 1rem;
  }
  footer .infoot {
    width: 65%;
  }
  footer .infoot ul li a, footer .infoot ul li span {
    font-size: 1.2rem;
  }
  footer .infoot p {
    font-size: 1rem;
  }
}
/* --------------------------------------------------
loading
-------------------------------------------------- */
@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;
  }
}
#loader {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  transition: opacity 1s ease-in-out 0.3s;
}

#loader .logo {
  width: 190px;
  height: 75px;
  background-image: url("https://baycrews.jp/src/feature/assets/logo/bk/lappartement.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}

#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}

#loader.complete {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #loader .logo {
    width: 120px;
    height: 30px;
  }
}/*# sourceMappingURL=common.css.map */