@charset "UTF-8";
@import url("https://use.typekit.net/dmx1bfm.css");
/* base */
html,
body {
  width: 100%;
  height: auto;
}

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

ul,
li {
  list-style: none;
}

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

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

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

.font {
  font-family: "jaf-lapture", 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: #f5f2ef;
}
#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;
  }
}
/* contents */
#container {
  font-size: 14px;
  line-height: 1.7;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#container img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#main_visual {
  height: 90vh;
  position: relative;
  background: #f5f2ef;
}
#main_visual .kv {
  max-width: 1000px;
  margin: auto;
  width: 90%;
}
#main_visual .kv ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#main_visual .kv ul li {
  width: 80%;
  max-width: 820px;
}
@media screen and (max-width: 768px) {
  #main_visual .kv ul li {
    width: 90%;
  }
}
#main_visual .kv ul li:last-of-type {
  position: absolute;
  right: 0%;
  width: 28vw;
  top: 5%;
  max-width: 340px;
}
@media screen and (max-width: 768px) {
  #main_visual .kv ul li:last-of-type {
    right: 0%;
    width: 42%;
    top: 10%;
  }
}
#main_visual .kv ul li:last-of-type a {
  color: #000;
  position: absolute;
  font-family: "jaf-lapture", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
#main_visual .kv ul li:last-of-type a:nth-of-type(1) {
  bottom: 15%;
  left: 29%;
}
@media screen and (max-width: 768px) {
  #main_visual .kv ul li:last-of-type a:nth-of-type(1) {
    bottom: 13%;
    left: 5%;
  }
}
#main_visual .kv ul li:last-of-type a:nth-of-type(2) {
  bottom: 10%;
  left: 26%;
}
@media screen and (max-width: 768px) {
  #main_visual .kv ul li:last-of-type a:nth-of-type(2) {
    bottom: 7%;
    left: 21%;
  }
}
#main_visual .kv ul li:last-of-type a:nth-of-type(3) {
  bottom: 19%;
  left: 38%;
}
@media screen and (max-width: 768px) {
  #main_visual .kv ul li:last-of-type a:nth-of-type(3) {
    bottom: 19%;
    left: 20%;
  }
}
#main_visual .kv ul li:last-of-type a:nth-of-type(4) {
  top: 13%;
  left: 40%;
}
#main_visual .kv ul li:last-of-type a:nth-of-type(5) {
  top: 49%;
  right: 16%;
}
#main_visual h1 {
  font-size: 90px;
  position: absolute;
  bottom: 15vh;
}
@media screen and (max-width: 768px) {
  #main_visual h1 {
    font-size: 67px;
    bottom: 20%;
  }
}
#main_visual h2 {
  font-size: 1.1em;
  position: absolute;
  bottom: 13vh;
}
@media screen and (max-width: 768px) {
  #main_visual h2 {
    font-size: 1em;
    bottom: 17%;
  }
}
#main_visual span.font {
  font-size: 0.8em;
  position: absolute;
  bottom: 5%;
}

.look::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #FFF;
  display: block;
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: -2;
  opacity: 0;
  transition: opacity 1s ease-out 0.25s;
}
.look.active::before {
  opacity: 1;
}
.look#l1::before {
  background-image: url(https://feature-tool.bcg.staff-start.com/assets/uploads/202305/9820a9f7-dea8-4cf1-aa4e-e75c1d7ca5d7/asset/images/1.jpg);
}
.look#l2::before {
  background-image: url(https://feature-tool.bcg.staff-start.com/assets/uploads/202305/9820a9f7-dea8-4cf1-aa4e-e75c1d7ca5d7/asset/images/2.jpg);
}
.look#l3::before {
  background-image: url(https://feature-tool.bcg.staff-start.com/assets/uploads/202305/9820a9f7-dea8-4cf1-aa4e-e75c1d7ca5d7/asset/images/3.jpg);
}
.look#l4::before {
  background-image: url(https://feature-tool.bcg.staff-start.com/assets/uploads/202305/9820a9f7-dea8-4cf1-aa4e-e75c1d7ca5d7/asset/images/4.jpg);
}
.look#l5::before {
  background-image: url(https://feature-tool.bcg.staff-start.com/assets/uploads/202305/9820a9f7-dea8-4cf1-aa4e-e75c1d7ca5d7/asset/images/5.jpg);
}
.look h4 {
  padding: 50px 3%;
  box-sizing: border-box;
  position: sticky;
  top: 0px;
  left: 0px;
  color: #fff;
  font-size: 3em;
  line-height: 1;
  font-family: "jaf-lapture", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: -10vh;
}
@media screen and (max-width: 768px) {
  .look h4 {
    margin-top: -20vh;
  }
}
.look .ph {
  max-width: 530px;
  width: 55%;
  margin: 0px auto;
  padding-bottom: 50px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  .look .ph {
    width: 90%;
  }
}
.look .ph .img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .look .ph .img {
    width: 100%;
  }
}
.look .ph .img::before {
  background: #f5f2ef;
  opacity: 0.73;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.look .ph .open {
  position: absolute;
  top: 10px;
  right: 0px;
  cursor: pointer;
  z-index: 5;
  display: block;
  width: 70px;
  height: 60px;
}
.look .ph .open span {
  display: inline-block;
  position: relative;
  left: 50%;
  top: 18%;
}
.look .ph .open span::after, .look .ph .open span::before {
  background-color: black;
  content: "";
  display: block;
  height: 2px;
  left: 0em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 300ms ease-in-out;
  width: 30px;
}
.look .ph .open span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transform-origin: center;
}
.look .ph .open.active span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.look .ph .credit_boxs {
  width: 100%;
  height: calc(100% - 50px);
  font-size: 14px;
  background: #f5f2ef;
  box-sizing: border-box;
  padding: 19% 5% 5%;
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease-out 0.25s;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .look .ph .credit_boxs {
    width: 100%;
  }
}
.look .ph .credit_boxs.active {
  opacity: 0.92;
  pointer-events: visible;
}
.look .ph .credit_boxs .credit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}
.look .ph .credit_boxs .credit p {
  width: 80%;
  line-height: 1.3;
}
.look .ph .credit_boxs .credit p .name {
  font-weight: 600;
  padding-right: 6px;
}
.look .ph .credit_boxs .credit p .name span {
  display: inline-block;
  width: 20px;
}
.look .ph .credit_boxs .credit p .brand {
  display: block;
}
.look .ph .credit_boxs .credit a.btn {
  width: 15%;
  text-align: center;
  display: inline-block;
  padding: 2px;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 0.1em;
}

footer {
  text-align: left;
  width: calc(100% - 40px);
  max-width: 1200px;
  padding: 0 0 80px 0 !important;
  margin: 0 auto !important;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    width: 90%;
  }
}
footer .info {
  margin-bottom: 80px;
  margin-top: 100px;
}
footer .info li {
  line-height: 1;
  margin-bottom: 8px;
  font-size: 1rem;
}
footer a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 0.1em;
}
footer .copy {
  font-size: 0.8rem;
  line-height: 100%;
  letter-spacing: 0em;
}
footer .pgtop {
  width: 109px;
  height: 16px;
  position: absolute;
  right: 0px;
  bottom: 80px;
}
footer .pgtop a {
  width: 100%;
  height: 100%;
  background-image: url(../images/arrow2.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;
}/*# sourceMappingURL=style.css.map */