@import url("https://use.typekit.net/bmv2nun.css"); /*Aktiv Grotesk_ XBold*/
@import url("https://use.typekit.net/ajy7ydg.css"); /*Aktiv Grotesk_ SemiBold*/
@import url("https://use.typekit.net/wxi1vhz.css"); /*Futura PT*/
@import url("https://use.typekit.net/kar3otf.css"); /*Adobe Garamond*/
/* --------------------------------------------------
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;
  transition: background-color 0.5s ease;
}

@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
-------------------------------------------------- */
.hlink {
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 10;
  opacity: 1;
  transition: all 0.25s ease-in 0s;
}
.hlink.on {
  opacity: 1;
}
.hlink ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.hlink ul::before {
  position: relative;
  content: "";
  width: 1px;
  height: 1.2rem;
  margin-left: 10px;
  background-color: #000;
  display: block;
  order: 2;
  transform: translateY(-0.2rem);
}
.hlink ul li:not(:first-child) {
  margin-left: 10px;
}
.hlink ul li:nth-child(1) {
  order: 1;
}
.hlink ul li:nth-child(2) {
  order: 3;
}
.hlink ul li a {
  font-family: "aktiv-grotesk", sans-serif;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
.hlink ul li a:hover {
  color: #999;
}

.visual {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0 0;
  overflow: hidden;
}
.visual:not(:last-child) {
  margin-bottom: 50px;
}
.visual dl {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  opacity: 1;
  transition: all 0.1s ease-in 1s;
}
.visual dl dt {
  width: 500px;
  height: auto;
  background-image: url(../images/title-jsf.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
.visual dl dd {
  color: #FFF;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
}
.visual .invisual {
  opacity: 1;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-out 0s;
}
.visual .invisual .swiper-wrapper .swiper-slide {
  width: 100%;
}
.visual .invisual .swiper-wrapper .swiper-slide > div {
  width: 100%;
}
.visual .invisual .invisual-sp {
  position: absolute;
  z-index: -999;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .hlink {
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px 10px 0 0;
    width: 100%;
    height: 40px;
    background-color: #FFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .hlink ul {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .hlink ul::before {
    position: relative;
    content: "";
    width: 1px;
    height: 1.2rem;
    margin-left: 10px;
    background-color: #000;
    display: block;
    order: 2;
    transform: translateY(-0.2rem);
  }
  .hlink ul li:not(:first-child) {
    margin-left: 10px;
  }
  .hlink ul li:nth-child(1) {
    order: 1;
  }
  .hlink ul li:nth-child(2) {
    order: 3;
  }
  .hlink ul li a {
    font-family: "aktiv-grotesk", sans-serif;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  .hlink ul li a:hover {
    color: #999;
  }
  .visual {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0 0;
    overflow: hidden;
  }
  .visual:not(:last-child) {
    margin-bottom: 40px;
  }
  .visual dl {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    opacity: 1;
    transition: all 0.1s ease-in 1s;
  }
  .visual dl dt {
    width: 315px;
    height: auto;
    background-image: url(../images/title-jsf.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    margin-bottom: -30px;
  }
  .visual dl dd {
    color: #FFF;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0em;
  }
  .visual .invisual {
    opacity: 1;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transition: all 0.5s ease-out 0s;
  }
  .visual .invisual .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .visual .invisual .swiper-wrapper .swiper-slide > div {
    width: 100%;
  }
  .visual .invisual .invisual-sp {
    position: absolute;
    z-index: -999;
    opacity: 0;
  }
}
/* --------------------------------------------------
inner
-------------------------------------------------- */
main .inner {
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
main .inner:not(:last-child) {
  margin-bottom: 220px;
}
main .inner nav {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: sticky;
  top: 50px;
  opacity: 1;
  transition: all 0.5s ease-in 0s;
}
main .inner nav.on {
  opacity: 1;
}
main .inner nav h3 {
  width: 45%;
  margin-bottom: 30px;
}
main .inner nav h3 span {
  background-image: url(../images/title_navi.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 100%;
  height: calc((100vw - 60px) * 0.25 * 0.45 * 0.26);
}
main .inner nav .innav {
  width: 45%;
}
main .inner nav .innav ol {
  width: 100%;
  height: calc(100vh - 200px);
  overflow-y: scroll;
}
main .inner nav .innav ol li {
  position: relative;
}
main .inner nav .innav ol li:not(:last-child) {
  margin-bottom: 20px;
}
main .inner nav .innav ol li:hover span {
  background-color: rgba(0, 0, 0, 0.2);
}
main .inner nav .innav ol li.now span {
  background-color: rgba(0, 0, 0, 0);
}
main .inner nav .innav ol li span {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
main .inner nav .innav .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner nav .innav .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
}
main .inner nav .innav .swiper-wrapper .swiper-slide:not(:last-child) {
  margin-bottom: 20px;
}
main .inner nav .innav .swiper-wrapper .swiper-slide:hover span {
  background-color: rgba(0, 0, 0, 0.2);
}
main .inner nav .innav .swiper-wrapper .swiper-slide.now span {
  background-color: rgba(0, 0, 0, 0);
}
main .inner nav .innav .swiper-wrapper .swiper-slide span {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
main .inner .contents {
  width: calc(75% - 60px);
}
main .inner .contents .sec {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
main .inner .contents .sec:not(:last-child) {
  margin-bottom: 100px;
}
main .inner .contents .sec > dl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  top: 20px;
  left: 20px;
  align-items: center;
}
main .inner .contents .sec > dl dt {
  color: #FFF;
  font-size: 2.3rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 0px;
}
main .inner .contents .sec > dl dd {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 6rem;
  font-weight: 450;
  line-height: 1;
  letter-spacing: 0;
}
main .inner .contents .sec .look {
  width: 100%;
  margin-bottom: 80px;
}
main .inner .contents .sec .flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
main .inner .contents .sec .flexRight {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
  flex-direction: row;
}
main .inner .contents .sec2 .flexWide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
main .inner .contents .sec4 .flexWide,
main .inner .contents .sec5 .flexWide,
main .inner .contents .sec10 .flexWide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
}
main .inner .contents .sec4 .flexWide--last,
main .inner .contents .sec5 .flexWide--last,
main .inner .contents .sec10 .flexWide--last {
  margin-bottom: 0;
}
main .inner .contents .sec .flexStraight {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 40px;
}
main .inner .contents .sec .flexHorizontal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 14px; 
}
main .inner .contents .sec .flexHorizontal .thumb {
  flex: 1;            
  min-width: calc(50% - 7px);
 }
main .inner .contents .sec .flex.top {
  align-items: flex-start;
}
main .inner .contents .sec .flex.bottom {
  align-items: flex-end;
}
main .inner .contents .sec1 .flex,
main .inner .contents .sec2 .flex,
main .inner .contents .sec6 .flex,
main .inner .contents .sec7 .flex,
main .inner .contents .sec8 .flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 64px;
}

main .inner .contents .sec .w33 {
  width: 33%;
}
main .inner .contents .sec .w58 {
  width: 58%;
}
main .inner .contents .sec .w50 {
  width: 50%;
  padding: 0 30px;
}
main .inner .contents .sec .w60 {
  width: 60%;
}
main .inner .contents .sec .w67 {
  width: 67%;
}
main .inner .contents .sec .w80 {
  width: 80%;
}
main .inner .contents .sec .w90 {
  width: 90%;
}
main .inner .contents .sec .w100 {
  width: 100%;
}
main .inner .contents .sec .center {
  margin: 0 auto;
}
main .inner .contents .sec .mt {
  margin-top: 80px;
}
main .inner .contents .sec .mb {
  margin-bottom: 40px;
}
main .inner .contents .sec .right {
  margin-left: auto;
}
main .inner .contents .sec .cp_box3,
main .inner .contents .sec .cp_box4,
main .inner .contents .sec .cp_box5,
main .inner .contents .sec .cp_box9,
main .inner .contents .sec .cp_box10  {
  padding-top: 24px;
}

@media screen and (max-width: 768px) {
  main .inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  main .inner:not(:last-child) {
    margin-bottom: 220px;
  }
  main .inner nav {
    width: calc(100% - 20px);
    display: block;
    position: fixed;
    top: calc(100% - 14.5vw - 10px);
    left: 10px;
    z-index: 777;
    overflow: hidden;
  }
  main .inner nav.on {
    opacity: 1;
  }
  main .inner nav h3 {
    display: none;
  }
  main .inner nav .innav {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  main .inner nav .innav .swiper-wrapper3 {
    width: 100%;
  }
  main .inner nav .innav .swiper-wrapper3 .swiper-slide {
    width: auto;
    position: relative;
  }
  main .inner nav .innav .swiper-wrapper3 .swiper-slide:not(:last-child) {
    margin-bottom: 0;
  }
  main .inner nav .innav .swiper-wrapper3 .swiper-slide:hover span {
    background-color: rgba(0, 0, 0, 0.4);
  }
  main .inner nav .innav .swiper-wrapper3 .swiper-slide.now span {
    background-color: rgba(0, 0, 0, 0);
  }
  main .inner nav .innav .swiper-wrapper3 .swiper-slide span {
    font-size: 1.4rem;
    letter-spacing: -0.02em;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    flex-wrap: nowrap;
    flex-direction: row;
  }
  main .inner .contents {
    width: 100%;
  }
  main .inner .contents .sec {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  main .inner .contents .sec:not(:last-child) {
    margin-bottom: 120px;
  }
  main .inner .contents .sec > dl {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  main .inner .contents .sec > dl dt {
    color: #FFF;
    font-size: 1.4rem;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 0px;
  }
  main .inner .contents .sec > dl dd {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 3.6rem;
    font-weight: 450;
    line-height: 1;
    letter-spacing: 0;
  }
  main .inner .contents .sec .look {
    width: 100%;
    margin-bottom: 40px;
  }
  main .inner .contents .sec .flex {
    display: flex;
    margin-bottom: 24px;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    margin-inline: auto;
  }
  main .inner .contents .sec .flex.top {
    align-items: flex-start;
  }
  main .inner .contents .sec .flex.bottom {
    align-items: flex-end;
  }
  main .inner .contents .sec .w34 {
    width: 36%;
    padding: 0 10px;
  }
  main .inner .contents .sec .w50 {
    width: 50%;
    padding: 0 10px;
  }
  main .inner .contents .sec .w60 {
    width: 64%;
    padding: 0 10px;
  }
  main .inner .contents .sec .w80 {
    width: 80%;
    padding: 0 10px;
  }
  main .inner .contents .sec .w90 {
    width: 90%;
    padding: 0 10px;
  }
  main .inner .contents .sec .w100 {
    width: 100%;
    padding: 0 10px;
  }
    main .inner .contents .sec .w67 {
    width: 89%;
  }
  main .inner .contents .sec .w45 {
      width: 45%;
  }
  main .inner .contents .sec .w64 {
    width: 64%;
  }
    main .inner .contents .sec .w39 {
    width: 39%;
  }
  main .inner .contents .sec .center {
    margin: 0 auto;
  }
  main .inner .contents .sec .mt {
    margin-top: 40px;
  }
  main .inner .contents .sec .right {
    margin-left: auto;
  }
  main .inner .contents .sec .flexRight {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  main .inner .contents .sec1 .flex,
  main .inner .contents .sec2 .flex,
  main .inner .contents .sec6 .flex,
  main .inner .contents .sec7 .flex,
  main .inner .contents .sec8 .flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
  }
  main .inner .contents .sec2 .flexWide,
  main .inner .contents .sec8 .flexWide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 0;
  }
  main .inner .contents .sec .flexStraight {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 0;
  }
    main .inner .contents .sec .mb {
    margin-bottom: 10px;
  }
  main .inner .contents .sec4 .flexWide--last,
  main .inner .contents .sec5 .flexWide--last,
  main .inner .contents .sec10 .flexWide--last {
    margin-bottom: 0;
  }
  main .inner .contents .sec .flexHorizontal {
    gap: 5px;
    margin-bottom: 0;
  }
}
/* --------------------------------------------------
links / footer
-------------------------------------------------- */
.links {
  width: 100%;
  padding-bottom: 80px;
  border-bottom: solid 1px #000;
}
.links:not(:last-child) {
  margin-bottom: 60px;
}
.links > div {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  gap: 100px;
}
.links > div dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.links > div dl dt {
  width: 100px;
  margin-bottom: 40px;
}
.links > div dl dd:not(:last-child) {
  margin-bottom: 20px;
}
.links > div dl dd a {
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
  transition: all 0.25s ease-in 0s;
  text-decoration: underline;
}
.links > div dl dd a:hover {
  opacity: 0.7;;
}
.links p {
  color: #000;
  font-size: 1.2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  text-align: center;
}

footer {
  text-align: left;
  width: 100%;
  padding: 0 0 60px 0;
}
footer .infoot p {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .links {
    width: 100%;
    padding-bottom: 40px;
    padding-top: 120px;
    border-bottom: solid 1px #000;
  }
  .links:not(:last-child) {
    margin-bottom: 30px;
  }
  .links > div {
    width: calc(100% - 80px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 60px;
  }
  .links > div dl {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .links > div dl dt {
    width: 100px;
    margin-bottom: 40px;
  }
  .links > div dl dd {
    line-height: 1;
  }
  .links > div dl dd:not(:last-child) {
    margin-bottom: 20px;
  }
  .links > div dl dd a {
    font-family: futura-pt, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
    color: #000;
    transition: all 0.25s ease-in 0s;
  }
  .links > div dl dd a:hover {
    color: #999;
  }
  .links p {
    color: #000;
    font-size: 1.2rem;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    text-align: center;
  }
  footer {
    text-align: left;
    padding: 0 0 100px 0;
  }
  footer .infoot {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  footer .infoot p {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}
/* --------------------------------------------------
looks
-------------------------------------------------- */
#looks {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
  padding: 150px 0 0 0;
  margin: 0;
  overflow: scroll;
  position: fixed;
  left: 0;
  top: -100vh;
  z-index: 0;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  /*close*/
  /*look-combo*/
}
#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-combo {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .looktitle {
  width: 100%;
  padding-top: 30px;
  margin: 0 0 30px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .looktitle > dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#looks .look-combo .looktitle > dl dt {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .look-combo .looktitle > dl dd {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .look-combo .look {
  position: relative;
  width: calc(50% - 20px);
  padding: 0px;
  margin-bottom: 40px;
}
#looks .look-combo .look.ml {
  margin-left: 40px;
}
#looks .look-combo .look .set .ph {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #looks {
    padding: 60px 0 0 0;
    /*look*/
    /*look-combo*/
  }
  #looks .close {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
  }
  #looks .close::before {
    content: "";
    width: 30px;
    height: 1px;
    top: 9px;
  }
  #looks .close::after {
    width: 30px;
    height: 1px;
    top: 9px;
  }
  #looks .close:hover::before, #looks .close:hover::after {
    background-color: #000;
  }
  #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-size: 13px;
    margin-top: 16px;
  }
  #looks .look-combo {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #looks .look-combo .looktitle {
    width: 100%;
    padding-top: 20px;
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look-combo .looktitle > dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .look-combo .looktitle > dl dt {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look-combo .looktitle > dl dd {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look-combo .look {
    position: relative;
    width: 100%;
    padding: 0px;
    margin-bottom: 40px;
  }
  #looks .look-combo .look.ml {
    margin-left: 0;
  }
  #looks .look-combo .look .set .ph {
    margin-bottom: 20px;
  }
}
/* --------------------------------------------------
credits
-------------------------------------------------- */
.credits {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  overflow: hidden;    
  transition: height 0.3s ease; 
}
/* .creditsWrapper {
  position: relative;
  overflow: hidden;
  height: auto; 
  transition: height 0.3s ease;
}
.creditsWrapper::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: "";
  position: absolute;
  width: 100%;
  z-index: 2;
}
.creditsWrapper.expanded::before {
  opacity: 0;
}
.credits__toggle {
  position: absolute;
  z-index: 3;
} */
.creditListItem {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  padding-bottom: 3px;
}
.creditListItem__image {
  width: 42px;
  height: auto;
}
.lookBlock__variation.lookBlock__variation--credit .lookBlock__credits {
  width: 90%;
}
.creditListItem__detail {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.creditListItem__price {
  font-size: 11px;
  line-height: 100%;
  color: #848484;
}
.creditListItem__name {
  font-size: 12px;
}
.creditListItem__name a:hover {
  opacity: 0.7;
  transition: all 0.25s ease-in 0s;
}
.creditListItem__name span {
  font-size: 10px;
}
.creditListItem__name .btn {
    font-size: 12px;
    text-decoration: underline;
}
.item-d-none .creditListItem__name .btn {
  text-decoration: none;
  pointer-events: none;
}
.cp_box1,
.cp_box2,
.cp_box3,
.cp_box4,
.cp_box5,
.cp_box6,
.cp_box7,
.cp_box8,
.cp_box9,
.cp_box10 {
  position: relative;
  margin-bottom: 10%;
}
.cp_box1 input,
.cp_box2 input,
.cp_box3 input,
.cp_box4 input,
.cp_box5 input,
.cp_box6 input,
.cp_box7 input,
.cp_box8 input,
.cp_box9 input,
.cp_box10 input {
  display: none;
}
.cp_container {
  overflow: hidden;
  max-height: 160px;
  transition: max-height 0.5s ease-in-out;
}
.cp_box1 input:checked ~ .cp_container,
.cp_box2 input:checked ~ .cp_container,
.cp_box3 input:checked ~ .cp_container,
.cp_box4 input:checked ~ .cp_container,
.cp_box5 input:checked ~ .cp_container,
.cp_box6 input:checked ~ .cp_container,
.cp_box7 input:checked ~ .cp_container,
.cp_box8 input:checked ~ .cp_container,
.cp_box9 input:checked ~ .cp_container,
.cp_box10 input:checked ~ .cp_container {
  max-height: 500px;
}
.cp_box1 label,
.cp_box2 label,
.cp_box3 label,
.cp_box4 label,
.cp_box5 label,
.cp_box6 label,
.cp_box7 label,
.cp_box8 label,
.cp_box9 label,
.cp_box10 label {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  pointer-events: none;
}
.sec1 .cp_box1 input:checked + label,
.sec2 .cp_box2 input:checked + label,
.sec3 .cp_box3 input:checked + label,
.sec4 .cp_box4 input:checked + label,
.sec5 .cp_box5 input:checked + label,
.sec6 .cp_box6 input:checked + label,
.sec7 .cp_box7 input:checked + label,
.sec8 .cp_box8 input:checked + label,
.sec9 .cp_box9 input:checked + label,
.sec10 .cp_box10 input:checked + label {
  background: inherit;
}

.cp_box1 label:after,
.cp_box2 label:after,
.cp_box3 label:after,
.cp_box4 label:after,
.cp_box5 label:after,
.cp_box6 label:after,
.cp_box7 label:after,
.cp_box8 label:after,
.cp_box9 label:after,
.cp_box10 label:after {
  content: ''; 
  position: absolute;
  right: 0;
  bottom: -20px; 
  width: 80px;  
  height: 20px; 
  background-image: url(../images/more.svg);
  background-size: contain; 
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;       
  pointer-events: auto;
}
.cp_box1 input:checked + label:after,
.cp_box2 input:checked + label:after,
.cp_box3 input:checked + label:after,
.cp_box4 input:checked + label:after,
.cp_box5 input:checked + label:after,
.cp_box6 input:checked + label:after,
.cp_box7 input:checked + label:after,
.cp_box8 input:checked + label:after,
.cp_box9 input:checked + label:after,
.cp_box10 input:checked + label:after {
  background-image: url(../images/close.svg); 
  width: 50px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {

  .cp_box1,
  .cp_box2,
  .cp_box3,
  .cp_box4,
  .cp_box5,
  .cp_box6,
  .cp_box7,
  .cp_box8,
  .cp_box9,
  .cp_box10 {
    position: relative;
    padding-left: 5%;
    margin-bottom: 0;
  }
}

/* --------------------------------------------------
background
-------------------------------------------------- */
.sec1 .cp_box1 label {
  background: linear-gradient(to bottom, rgba(232, 223, 216, 0) 0%, rgb(232, 223, 216, 0.95) 95%);
}
.sec2 .cp_box2 label {
  background: linear-gradient(to bottom, rgba(221, 216, 212, 0) 0%, rgb(221, 216, 212, 0.95) 95%);
}
.sec3 .cp_box3 label {
  background: linear-gradient(to bottom, rgba(222, 212, 212, 0) 0%, rgb(222, 212, 212, 0.95) 95%);
}
.sec4 .cp_box4 label {
  background: linear-gradient(to bottom, rgba(220, 221, 216, 0) 0%, rgb(220, 221, 216, 0.95) 95%);
}
.sec5 .cp_box5 label {
  background: linear-gradient(to bottom, rgba(233, 223, 215, 0) 0%, rgb(233, 223, 215, 0.95) 95%);
}
.sec6 .cp_box6 label {
  background: linear-gradient(to bottom, rgba(236, 225, 218, 0) 0%, rgb(236, 225, 218, 0.95) 95%);
}
.sec7 .cp_box7 label {
  background: linear-gradient(to bottom, rgba(225, 231, 238, 0) 0%, rgb(225, 231, 238, 0.95) 95%);
}
.sec8 .cp_box8 label {
  background: linear-gradient(to bottom, rgba(213, 229, 235, 0) 0%, rgb(213, 229, 235, 0.95) 95%);
}
.sec9 .cp_box9 label {
  background: linear-gradient(to bottom, rgba(241, 236, 232, 0) 0%, rgb(241, 236, 232, 0.95) 95%);
}
.sec10 .cp_box10 label {
  background: linear-gradient(to bottom, rgba(242, 242, 244, 0) 0%, rgb(242, 242, 244, 0.95) 95%);
}
.container .sec1::before,
.container .sec2::before, 
.container .sec3::before, 
.container .sec4::before, 
.container .sec5::before, 
.container .sec6::before, 
.container .sec7::before, 
.container .sec8::before, 
.container .sec9::before, 
.container .sec10::before {
  background-color: transparent;
}

/* --------------------------------------------------
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: 200px;
  height: 140px;
  background-image: url(../images/logo_furniture.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  top: calc(50% - 47px);
  left: calc(50% - 100px);
}

#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;
}/*# sourceMappingURL=common.css.map */