@charset "UTF-8";
@import url("https://use.typekit.net/sap1urx.css");
@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;
  }
}
@keyframes change {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  color: #F7F2F0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: #FFF;
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: auto;
  overflow-y: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #6B4D38;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#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 0.5s ease-in 0s;
}
#loader h3 {
  width: 196px;
  height: 80px;
  background-image: url(../images/logo.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.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

header {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 999;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner ul li:not(:first-child) {
  margin-left: 10px;
}
header .inner ul li a {
  color: #6B4D38;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  white-space: nowrap;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  color: #F4BC50;
}

main {
  width: 100%;
  min-width: 1280x;
  padding: 0px;
  margin: 0px auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main #title {
  width: 50%;
  position: sticky;
}
main #title .inner {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
main #title .inner h1 {
  width: 100%;
}
main #title .inner .object {
  width: 100%;
  height: calc(100% - 30px);
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
main #title .inner .object h3 {
  color: #6B4D38;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main #title .inner .object ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
main #title .inner .object ul li {
  width: 112px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #title .inner .object ul li:not(:first-child) {
  margin-left: 15px;
}
main #title .inner .object ul li span:nth-child(1) {
  width: 100%;
  padding: 1px;
  margin-bottom: 5px;
  border: solid 2px #6B4D38;
  border-radius: 56px;
  display: block;
  overflow: hidden;
}
main #title .inner .object ul li span:nth-child(2) {
  color: #6B4D38;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main #title .inner > div {
  text-align: left;
  width: 100%;
  margin-top: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main #title .inner > div p {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: italic;
  width: 50%;
}
main #contents {
  width: 50%;
  background-color: #F7F2F0;
}
main #contents section {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main #contents section.on {
  opacity: 1;
}
main #contents section:not(:last-child) {
  margin-bottom: 90px;
}
main #contents section#lead {
  width: 100%;
  padding: 80px 0 100px 0;
}
main #contents section#lead:not(:last-child) {
  margin-bottom: 0px;
}
main #contents section#lead .inlead {
  width: calc(100% - 120px);
  margin: 0 auto;
  border: solid 1px #6B4D38;
  border-radius: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main #contents section#lead .inlead::before {
  content: "";
  width: calc(100% - 72px);
  height: 10px;
  background-color: #F7F2F0;
  position: absolute;
  top: -1px;
  left: 36px;
  display: block;
}
main #contents section#lead .inlead::after {
  content: "";
  width: calc(100% - 72px);
  height: 10px;
  background-color: #F7F2F0;
  position: absolute;
  bottom: -1px;
  left: 36px;
  display: block;
}
main #contents section#lead .inlead h3 {
  color: #6B4D38;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
main #contents section#lead .inlead p {
  color: #6B4D38;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  position: relative;
  z-index: 1;
}
main #contents section .chead {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 50px;
}
main #contents section .chead .cimg {
  width: 50%;
}
main #contents section .chead .ctext {
  width: 50%;
  padding: 0 20px;
}
main #contents section .chead .ctext dl {
  text-align: left;
}
main #contents section .chead .ctext dl dt {
  color: #6B4D38;
  font-family: "kepler-std-condensed-display", serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main #contents section .chead .ctext dl dd {
  color: #6B4D38;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
}
main #contents section#sec2 .inner .thumb::before, main #contents section#sec4 .inner .thumb::before {
  color: #CFB59E;
}
main #contents section#sec2 .inner .thumb::after, main #contents section#sec4 .inner .thumb::after {
  background-image: url(../images/icon_plus2.png);
}
main #contents section .inner {
  width: calc(100% - 20px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main #contents section .inner .thumb {
  width: calc((100% - 4px) / 2);
  margin-bottom: 4px;
  position: relative;
}
main #contents section .inner .thumb:not(:nth-child(2n+1)) {
  margin-left: 4px;
}
main #contents section .inner .thumb::before {
  content: "";
  color: #6B4D38;
  font-family: "kepler-std-condensed-display", serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}
main #contents section .inner .thumb::after {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../images/icon_plus1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 10;
  display: block;
}
main #contents section .inner .thumb#t1::before {
  content: "01";
}
main #contents section .inner .thumb#t2::before {
  content: "02";
}
main #contents section .inner .thumb#t3::before {
  content: "03";
}
main #contents section .inner .thumb#t4::before {
  content: "04";
}
main #contents section .inner .thumb#t5::before {
  content: "05";
}
main #contents section .inner .thumb#t6::before {
  content: "06";
}
main #contents section .inner .thumb#t7::before {
  content: "07";
}
main #contents section .inner .thumb#t8::before {
  content: "08";
}
main #contents section .inner .thumb#t9::before {
  content: "09";
}
main #contents section .inner .thumb#t10::before {
  content: "10";
}
main #contents section .inner .thumb#t11::before {
  content: "11";
}
main #contents section .inner .thumb#t12::before {
  content: "12";
}
main #contents section .inner .thumb#t13::before {
  content: "13";
}
main #contents section .inner .thumb#t14::before {
  content: "14";
}
main #contents section .inner .thumb#t15::before {
  content: "15";
}
main #contents section .inner .thumb#t16::before {
  content: "16";
}
main #contents section .inner .thumb#t17::before {
  content: "17";
}
main #contents section .inner .thumb#t18::before {
  content: "18";
}
main #contents section .inner .thumb#t19::before {
  content: "19";
}
main #contents section .inner .thumb#t20::before {
  content: "20";
}
main #contents section .inner .thumb#t21::before {
  content: "21";
}
main #contents section .inner .thumb#t22::before {
  content: "22";
}
main #contents section .inner .thumb#t23::before {
  content: "23";
}
main #contents section .inner .thumb#t24::before {
  content: "24";
}
main #contents section .inner .thumb#t25::before {
  content: "25";
}
main #contents section .inner .thumb:hover img {
  opacity: 0.8;
}
main #contents section .inner .thumb img {
  transition: all 0.25s ease-in 0s;
}
main #contents footer {
  width: 100%;
  padding: 20px 20px 70px 20px;
  border-top: solid 1px #6B4D38;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
}
main #contents footer .pgtop {
  width: 1.6rem;
}
main #contents footer .pgtop a {
  color: #6B4D38;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}
main #contents footer .pgtop a:hover {
  color: #000;
}
main #contents footer .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main #contents footer .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
main #contents footer .inner ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
main #contents footer .inner ul li a {
  color: #6B4D38;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main #contents footer .inner ul li span {
  color: #6B4D38;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main #contents footer .inner ul li:hover a {
  color: #000;
}
main #contents footer .inner p {
  color: #6B4D38;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

#looks {
  width: 100%;
  height: 100vh;
  padding: 100px 0 0 0;
  background-color: white;
  position: fixed;
  top: 0px;
  z-index: -999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  pointer-events: none;
}
#looks.active {
  pointer-events: auto;
  z-index: 999;
}
#looks.active .close div {
  pointer-events: auto;
}
#looks .close {
  width: 40px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
}
#looks .close div {
  width: 40px;
  height: 40px;
  position: relative;
  pointer-events: none;
  cursor: pointer;
}
#looks .close div span {
  width: 10px;
  height: 10px;
  background-color: #6B4D38;
  position: absolute;
  transition: all 0.25s ease-in 0s;
}
#looks .close div span:nth-child(1) {
  width: 40px;
  height: 1px;
  left: 0px;
  top: 17px;
  transform: rotate(45deg);
}
#looks .close div span:nth-child(2) {
  width: 40px;
  height: 1px;
  left: 0px;
  top: 17px;
  transform: rotate(-45deg);
}
#looks .close div:hover span {
  background-color: #CFB59E;
}
#looks .look-combo {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}
#looks .look-combo .look {
  width: 100%;
  margin-bottom: 120px;
  position: relative;
}
#looks .look-combo .look .set {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#looks .look-combo .look .set .photo {
  width: 100vw;
  margin-bottom: 40px;
  position: relative;
  left: calc(50% - 50vw);
  position: relative;
}
#looks .look-combo .look .set .photo .pager {
  position: absolute;
  bottom: 20px;
  left: 0px;
  z-index: 5;
}
#looks .look-combo .look .set .photo .pager span.swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  background-color: #FFF;
  border-radius: 1px;
  opacity: 1;
}
#looks .look-combo .look .set .photo .pager span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6B4D38;
}
#looks .look-combo .look .set .text {
  text-align: left;
  width: 600px;
  padding: 0px;
}
#looks .look-combo .look .set .text h4 {
  color: #6B4D38;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
#looks .look-combo .look .set .text .item:not(:last-child) {
  margin-bottom: 50px;
}
#looks .look-combo .look .set .text .item .credits {
  margin-bottom: 30px;
}
#looks .look-combo .look .set .text .item p {
  color: #6B4D38;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
}
#looks .look-combo .look .set .text .item p:not(:last-child) {
  margin-bottom: 5px;
}
#looks .look-combo .look .set .text .item p.notice {
  font-size: 1.2rem;
}
#looks .look-combo .look .credits {
  width: 100%;
}
#looks .look-combo .look .credits h5 {
  color: #6B4D38;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
#looks .look-combo .look .credits > div {
  width: 100%;
}
#looks .look-combo .look .credits > div.item-d-none dl.items__credit dd {
  width: auto;
}
#looks .look-combo .look .credits > div.item-d-none dl.items__credit dd a {
  display: none;
}
#looks .look-combo .look .credits > div.item-d-none dl.items__credit dd a.line {
  color: #6B4D38;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  display: inline-block;
}
#looks .look-combo .look .credits > div.item-d-none dl.items__credit dd a.line:hover {
  color: #ededed;
}
#looks .look-combo .look .credits > div:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
}
#looks .look-combo .look .credits > div dl.items__credit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#looks .look-combo .look .credits > div dl.items__credit dt {
  text-align: left;
  width: calc(100% - 90px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look .credits > div dl.items__credit dt strong {
  color: #6B4D38;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  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;
}
#looks .look-combo .look .credits > div dl.items__credit dt > span {
  color: #6B4D38;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
}
#looks .look-combo .look .credits > div dl.items__credit dd {
  width: 90px;
  margin: 0px;
}
#looks .look-combo .look .credits > div dl.items__credit dd a {
  color: #FFF;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #6B4D38;
  transition: all 0.25s ease-in 0s;
}
#looks .look-combo .look .credits > div dl.items__credit dd a:hover {
  opacity: 0.8;
}
#looks .look-combo .look .credits p.notice {
  color: #6B4D38;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .space {
  width: 560px;
  height: 100vh;
  margin: 0 auto;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  html {
    font-size: 2.6666666667vw;
    height: -webkit-fill-available;
  }

  header {
    position: absolute;
    top: 15px;
    left: 10px;
  }
  header .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header .inner ul li:not(:first-child) {
    margin-left: 10px;
  }
  header .inner ul li a {
    color: #6B4D38;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  header .inner ul li a:hover {
    color: #6B4D38;
  }

  main {
    min-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #title {
    width: 100%;
    position: relative;
    top: auto;
  }
  main #title .inner .object {
    width: 100%;
    height: 100%;
  }
  main #title .inner .object h3 {
    color: #6B4D38;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 0px;
  }
  main #title .inner .object ul {
    width: 100%;
    padding: 15px 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    box-sizing: border-box;
  }
  main #title .inner .object ul.fix {
    background-color: #ededed;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 777;
  }
  main #title .inner .object ul li {
    width: calc((100% - 30px) / 4);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #title .inner .object ul li:not(:first-child) {
    margin-left: 10px;
  }
  main #title .inner .object ul li span:nth-child(1) {
    width: 100%;
    padding: 1px;
    margin-bottom: 5px;
    border: solid 2px #6B4D38;
    border-radius: 50%;
    display: block;
    overflow: hidden;
  }
  main #title .inner .object ul li span:nth-child(2) {
    color: #6B4D38;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #title .inner > div {
    text-align: left;
    width: 100%;
    margin-top: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #title .inner > div p {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: italic;
    width: 50%;
  }
  main #contents {
    width: 100%;
  }
  main #contents section {
    width: 100%;
  }
  main #contents section:not(:last-child) {
    margin-bottom: 45px;
  }
  main #contents section#lead {
    padding: 50px 0 80px 0;
  }
  main #contents section#lead:not(:last-child) {
    margin-bottom: 0px;
  }
  main #contents section#lead .inlead {
    width: calc(100% - 40px);
    margin: 0 auto;
    border: solid 1px #6B4D38;
    border-radius: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main #contents section#lead .inlead::before {
    content: "";
    width: calc(100% - 72px);
    height: 10px;
    background-color: #F7F2F0;
    position: absolute;
    top: -1px;
    left: 36px;
    display: block;
  }
  main #contents section#lead .inlead::after {
    content: "";
    width: calc(100% - 72px);
    height: 10px;
    background-color: #F7F2F0;
    position: absolute;
    bottom: -1px;
    left: 36px;
    display: block;
  }
  main #contents section#lead .inlead h3 {
    color: #6B4D38;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main #contents section#lead .inlead p {
    color: #6B4D38;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding-bottom: 20px;
  }
  main #contents section .chead {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }
  main #contents section .chead .cimg {
    width: 100%;
    margin-bottom: 30px;
  }
  main #contents section .chead .ctext {
    width: 100%;
    padding: 0 20px;
  }
  main #contents section .chead .ctext dl {
    text-align: left;
  }
  main #contents section .chead .ctext dl dt {
    color: #6B4D38;
    font-family: "kepler-std-condensed-display", serif;
    font-size: 4.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main #contents section .chead .ctext dl dd {
    color: #6B4D38;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main #contents section#sec2 .inner .thumb::before, main #contents section#sec4 .inner .thumb::before {
    color: #CFB59E;
  }
  main #contents section#sec2 .inner .thumb::after, main #contents section#sec4 .inner .thumb::after {
    background-image: url(../images/icon_plus2.png);
  }
  main #contents section .inner {
    width: calc(100% - 8px);
  }
  main #contents section .inner .thumb::before {
    color: #6B4D38;
    font-family: "kepler-std-condensed-display", serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    top: 10px;
    left: 10px;
  }
  main #contents section .inner .thumb::after {
    width: 15px;
    height: 15px;
  }
  main #contents footer {
    width: 100%;
    padding: 20px 20px 70px 20px;
    border-top: solid 1px #6B4D38;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    box-sizing: border-box;
  }
  main #contents footer .pgtop {
    width: 1.6rem;
  }
  main #contents footer .pgtop a {
    color: #6B4D38;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    transition: all 0.25s ease-in 0s;
  }
  main #contents footer .pgtop a:hover {
    color: #000;
  }
  main #contents footer .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #contents footer .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  main #contents footer .inner ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  main #contents footer .inner ul li a {
    color: #6B4D38;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  main #contents footer .inner ul li span {
    color: #6B4D38;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #contents footer .inner ul li:hover a {
    color: #000;
  }
  main #contents footer .inner p {
    color: #6B4D38;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }

  #looks {
    width: 100%;
    height: 100vh;
    padding: 55px 0 0 0;
    background-color: white;
    position: fixed;
    top: 0px;
    z-index: -999;
    overflow: scroll;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    pointer-events: none;
  }
  #looks.active {
    pointer-events: auto;
    z-index: 999;
  }
  #looks.active .close div {
    pointer-events: auto;
  }
  #looks .close {
    width: 40px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999;
  }
  #looks .close div {
    width: 40px;
    height: 40px;
    position: relative;
    pointer-events: none;
    cursor: pointer;
  }
  #looks .close div span {
    width: 10px;
    height: 10px;
    background-color: #6B4D38;
    position: absolute;
    transition: all 0.25s ease-in 0s;
  }
  #looks .close div span:nth-child(1) {
    width: 40px;
    height: 1px;
    left: 0px;
    top: 17px;
    transform: rotate(45deg);
  }
  #looks .close div span:nth-child(2) {
    width: 40px;
    height: 1px;
    left: 0px;
    top: 17px;
    transform: rotate(-45deg);
  }
  #looks .close div:hover span {
    background-color: #CFB59E;
  }
  #looks .look-combo {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
  }
  #looks .look-combo .look {
    width: 100%;
    margin-bottom: 60px;
    position: relative;
  }
  #looks .look-combo .look .set {
    width: calc(100% - 40px);
    padding: 0px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .look-combo .look .set .photo {
    width: 100%;
    margin-bottom: 20px;
    left: auto;
    position: relative;
  }
  #looks .look-combo .look .set .photo .pager {
    bottom: 10px;
  }
  #looks .look-combo .look .set .photo .pager span.swiper-pagination-bullet {
    width: 20px;
    height: 2px;
  }
  #looks .look-combo .look .set .text {
    width: 100%;
  }
  #looks .look-combo .look .set .text h4 {
    color: #6B4D38;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  #looks .look-combo .look .set .text .item:not(:last-child) {
    margin-bottom: 40px;
  }
  #looks .look-combo .look .set .text .item .credits {
    margin-bottom: 20px;
  }
  #looks .look-combo .look .set .text .item p {
    color: #6B4D38;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  #looks .look-combo .look .credits {
    width: 100%;
  }
  #looks .look-combo .look .credits h5 {
    color: #6B4D38;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  #looks .look-combo .look .credits > div {
    width: 100%;
  }
  #looks .look-combo .look .credits > div.item-d-none dl.items__credit dd {
    display: none;
  }
  #looks .look-combo .look .credits > div dl.items__credit dt {
    width: calc(100% - 60px);
  }
  #looks .look-combo .look .credits > div dl.items__credit dt strong {
    color: #6B4D38;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look-combo .look .credits > div dl.items__credit dt > span {
    color: #6B4D38;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look-combo .look .credits > div dl.items__credit dd {
    width: 60px;
    margin: 0px;
  }
  #looks .look-combo .look .credits > div dl.items__credit dd a {
    color: #FFF;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    height: 20px;
  }
  #looks .look-combo .look .credits > div dl.items__credit dd a:hover {
    opacity: 1;
  }
  #looks .space {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=style.css.map */
