@import url("https://use.typekit.net/bmv2nun.css"); /*Aktiv Grotesk_ XBold*/
@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;
}

@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: calc(100% - 60px);
  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: 401px;
  height: 63px;
  background-image: url(../images/title.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-family: adobe-garamond-pro, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.9rem;
  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: 282px;
    height: 44px;
    background-image: url(../images/title.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: 20px;
  }
  .visual dl dd {
    color: #FFF;
    font-size: 1.3rem;
    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: 270px;
}
main .inner .contents .sec > dl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  top: 20px;
  left: 20px;
}
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: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner .contents .sec .thumb:hover img {
  opacity: 0.75;
}
main .inner .contents .sec .thumb:hover span::after {
  transform: rotate(180deg);
}
main .inner .contents .sec .thumb span {
  display: block;
  position: relative;
  cursor: pointer;
}
main .inner .contents .sec .thumb span:after {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../images/icon_plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  transition: all 0.25s ease-in 0s;
}
main .inner .contents .sec .thumb img {
  transition: all 0.25s ease-in 0s;
}
main .inner .contents .sec .look {
  width: 100%;
  margin-bottom: 80px;
}
main .inner .contents .sec .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
  flex-direction: row;
}
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: 34%;
}
main .inner .contents .sec .w50 {
  width: 50%;
  padding: 0 30px;
}
main .inner .contents .sec .w60 {
  width: 60%;
}
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: 60px;
}
main .inner .contents .sec .right {
  margin-left: auto;
}

@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: 50px;
  }
  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: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .contents .sec .thumb:hover img {
    opacity: 0.75;
  }
  main .inner .contents .sec .thumb:hover span::after {
    transform: rotate(180deg);
  }
  main .inner .contents .sec .thumb span {
    display: block;
    position: relative;
    cursor: pointer;
  }
  main .inner .contents .sec .thumb span:after {
    content: "";
    width: 20px;
    height: 20px;
    right: 5px;
    bottom: 5px;
  }
  main .inner .contents .sec .thumb img {
    transition: all 0.25s ease-in 0s;
  }
  main .inner .contents .sec .look {
    width: 100%;
    margin-bottom: 20px;
  }
  main .inner .contents .sec .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  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 .center {
    margin: 0 auto;
  }
  main .inner .contents .sec .mt {
    margin-top: 30px;
  }
  main .inner .contents .sec .mb {
    margin-bottom: 10px;
  }
  main .inner .contents .sec .right {
    margin-left: auto;
  }
}
/* --------------------------------------------------
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: 130px;
}
.links > div dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.links > div dl:last-child {
  margin-left: 160px;
}
.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.8rem;
  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;
  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;
    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;
  }
  .links > div dl {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .links > div dl:last-child {
    margin-left: auto;
  }
  .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: 10px;
  }
  .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 > div {
  width: 100%;
  padding-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 3px 1px;
}

.credits > div:not(:last-child) {
  margin-bottom: 10px;
}

.credits > div.item-d-none dl dd {
  display: none;
}

.credits > div.item-d-none dl dd.line {
  width: auto;
  display: inline-block;
}

.credits > div.item-d-none dl dd.line a {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

.credits > div.item-d-none dl dd.line a:hover {
  opacity: 0.7;
}

.credits > div dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.credits > div dl dt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.credits > div dl dt span {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}

.credits > div dl dt span.price {
  font-weight: 400;
}

.credits > div dl dt span.price::after {
  content: " (tax in)";
  display: inline;
}

.credits > div dl dt span.price::before {
  content: none;
}

.credits > div dl dd a {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 4px 8px 2px 8px;
  background-color: #000;
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}

.credits > div dl dd a:hover {
  background-color: #999;
}

.credits > div dl dd span {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}

.credits > div dl dd.line {
  display: none;
}

/* --------------------------------------------------
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 */