@charset "UTF-8";
@import url("https://use.typekit.net/ehn3bpq.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: #182853;
  font-family: ivypresto-headline, 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: #D2D1C7;
}

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: 284px;
  height: 70px;
  background-image: url(../images/logo_2e.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: 10px;
  left: calc(50% + 583px + 10px);
  z-index: 999;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner ul li:not(:last-child) {
  margin-bottom: 10px;
}
header .inner ul li.line {
  width: 1.4rem;
  height: 1px;
  background-color: #000;
}
header .inner ul li a {
  color: #000;
  font-family: ivypresto-headline, serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  color: rgba(0, 0, 0, 0.6);
}

main {
  width: 1166px;
  min-width: 1160px;
  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: 506px;
  position: sticky;
  top: 0px;
}
main #title .inner {
  width: 100%;
  height: 100vh;
  padding: 30px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main #title .inner h1 {
  width: 430px;
  height: 136px;
  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;
}
main #title .inner h1:not(:last-child) {
  margin-bottom: 50px;
}
main #title .inner ul {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main #title .inner ul::before {
  content: "";
  flex-basis: 100%;
  order: 3;
}
main #title .inner ul::after {
  content: "";
  flex-basis: 100%;
  order: 6;
}
main #title .inner ul li:not(:nth-child(2n+1)) {
  margin-left: 20px;
}
main #title .inner ul li:not(:nth-child(n+5)) {
  margin-bottom: 20px;
}
main #title .inner ul li:nth-child(1) {
  order: 1;
}
main #title .inner ul li:nth-child(2) {
  order: 2;
}
main #title .inner ul li:nth-child(3) {
  order: 4;
}
main #title .inner ul li:nth-child(4) {
  order: 5;
}
main #title .inner ul li:nth-child(5) {
  order: 7;
}
main #title .inner ul li:nth-child(6) {
  order: 8;
}
main #title .inner ul li:hover span {
  color: rgba(0, 0, 0, 0.6);
}
main #title .inner ul li span {
  color: #000;
  font-family: ivypresto-headline, serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: italic;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
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: ivypresto-headline, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: italic;
  width: 50%;
}
main #contents {
  width: 660px;
}
main #contents section {
  width: 100%;
  background-color: #FFF;
}
main #contents section h3 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main #contents section h3:not(:last-child) {
  margin-bottom: 60px;
}
main #contents section.on .inner {
  opacity: 1;
}
main #contents section .inner {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main #contents section .inner .thumb {
  position: relative;
}
main #contents section .inner .thumb::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_plus1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
}
main #contents section .inner .thumb#t7::after, main #contents section .inner .thumb#t8::after, main #contents section .inner .thumb#t9::after, main #contents section .inner .thumb#t25::after, main #contents section .inner .thumb#t33::after {
  background-image: url(../images/icon_plus2.png);
}
main #contents section .inner .thumb#t34::after {
  background-image: url(../images/icon_plus2.png);
  right: auto;
  bottom: -20px;
  left: 0px;
}
main #contents section .inner .thumb#t35::after {
  background-image: url(../images/icon_plus2.png);
  right: 50px;
  bottom: 0px;
}
main #contents section .inner .box {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main #contents section .inner .box.on {
  opacity: 1;
}
main #contents section .inner .box:not(:last-child) {
  margin-bottom: 80px;
}
main #contents section .inner .box h4 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main #contents section .inner .box h4:not(:last-child) {
  margin-bottom: 85px;
}
main #contents section .inner .box .mainphoto {
  width: 100%;
  position: relative;
}
main #contents section .inner .box .mainphoto:not(:last-child) {
  margin-bottom: 40px;
}
main #contents section .inner .box .mainphoto::before {
  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;
  z-index: 1;
}
main #contents section .inner .box .pset {
  width: 100%;
}
main #contents section .inner .box .pset:not(:last-child) {
  margin-bottom: 30px;
}
main #contents section .inner .box .pset.ps1 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main #contents section .inner .box .pset.ps2 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #contents section .inner .box .pset.ps3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #contents section .inner .box .ptrio {
  width: calc(100% - 20px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main #contents section .inner .box .ptrio:not(:last-child) {
  margin-bottom: 30px;
}
main #contents section .inner .box .photo {
  width: 100%;
  position: relative;
}
main #contents section .inner .box .photo:not(:last-child) {
  margin-bottom: 20px;
}
main #contents section .inner .box .photo.withtext::before {
  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;
  z-index: 1;
}
main #contents section .inner .box dl {
  text-align: left;
}
main #contents section .inner .box dl dt {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main #contents section .inner .box dl dd {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
main #contents section .inner .credits {
  width: 100%;
}
main #contents section .inner .credits > div {
  width: 100%;
}
main #contents section .inner .credits > div a {
  text-align: left;
  display: block;
}
main #contents section .inner .credits > div a dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main #contents section .inner .credits > div a dl dt strong {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
main #contents section .inner .credits > div a dl dt span {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0em;
}
main #contents section .inner .credits > div a dl dt span:nth-last-child(2) {
  margin-bottom: 5px;
}
main #contents section#sec1 {
  padding: 65px 0 80px 0;
  background-color: #D2D1C7;
}
main #contents section#sec1 .inner h3 {
  background-image: url(../images/title_trad.png);
  width: 423px;
  height: 170px;
}
main #contents section#sec1 .inner .box .mainphoto::before {
  content: "";
  width: 423px;
  height: 86px;
  background-image: url(../images/text_name1.png);
  top: calc(50% - 43px);
  left: calc(50% - 216px);
}
main #contents section#sec1 .inner .box .pset > div:nth-child(1) {
  width: 330px;
}
main #contents section#sec1 .inner .box .pset > div:nth-child(2) {
  width: 248px;
}
main #contents section#sec1 .inner .box .photo.withtext::before {
  content: "";
  width: 423px;
  height: 94px;
  background-image: url(../images/text_name2.png);
  top: 65px;
  left: calc(50% - 216px);
}
main #contents section#sec2 {
  padding: 20px 0 80px 0;
  background-color: #182853;
}
main #contents section#sec2 .inner .box > h3 {
  width: 214px;
  height: 77px;
  background-image: url(../images/title_shirts.png);
}
main #contents section#sec2 .inner .box > h3:not(:last-child) {
  margin-bottom: 30px;
}
main #contents section#sec2 .inner .box .mainphoto + h3 {
  width: 423px;
  height: 89px;
  background-image: url(../images/title_mywhite.png);
}
main #contents section#sec2 .inner .box .mainphoto + h3:not(:last-child) {
  margin-bottom: 60px;
}
main #contents section#sec2 .inner .box .mainphoto + h4 {
  width: 423px;
  height: 89px;
  background-image: url(../images/text_name3.png);
}
main #contents section#sec2 .inner .box .pset > div {
  width: 462px;
}
main #contents section#sec2 .inner .box .pset > div:nth-child(1) {
  margin: 0 auto 50px 0;
}
main #contents section#sec2 .inner .box .pset > div:nth-child(2) {
  margin: 0 0 0 auto;
}
main #contents section#sec2 .inner .box .photo.withtext::before {
  content: "";
  width: 423px;
  height: 94px;
  background-image: url(../images/text_name2.png);
  top: 65px;
  left: calc(50% - 216px);
}
main #contents section#sec2 .inner .box .ptrio > div:nth-child(1) {
  width: 195px;
}
main #contents section#sec2 .inner .box .ptrio > div:nth-child(2) {
  width: 219px;
}
main #contents section#sec2 .inner .box .ptrio > div:nth-child(3) {
  width: 188px;
}
main #contents section#sec2 .inner .box .ptrio + dl {
  width: calc(100% - 20px);
}
main #contents section#sec2 .inner .box dl dt, main #contents section#sec2 .inner .box dl dd {
  color: #FFF;
}
main #contents section#sec3 {
  padding: 0px;
  position: sticky;
}
main #contents section#sec3 .inner {
  width: 100%;
}
main #contents section#sec3 .inner .box {
  width: 100%;
  padding: 65px 20px 80px 20px;
  background-color: #D2D1C7;
}
main #contents section#sec3 .inner .box:not(:last-child) {
  margin-bottom: 0px;
}
main #contents section#sec3 .inner .box > h3 {
  width: 210px;
  height: 77px;
  background-image: url(../images/title_shoes.png);
}
main #contents section#sec3 .inner .box > h3:not(:last-child) {
  margin-bottom: 80px;
}
main #contents section#sec3 .inner .box .combo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main #contents section#sec3 .inner .box .combo .ph {
  width: calc((100% - 40px) / 2);
}
main #contents section#sec3 .inner .box .combo .ph:not(:nth-child(2n+1)) {
  margin-left: 40px;
}
main #contents section#sec3 .inner .box .combo .ph:not(:nth-child(n+3)) {
  margin-bottom: 40px;
}
main #contents section#sec3 .inner .box .combo .ph .shoes {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main #contents section#sec3 .inner .box .combo .ph .shoes.s1 {
  height: 269px;
}
main #contents section#sec3 .inner .box .combo .ph .shoes.s1 img {
  width: 281px;
}
main #contents section#sec3 .inner .box .combo .ph .shoes.s2 {
  height: 269px;
}
main #contents section#sec3 .inner .box .combo .ph .shoes.s2 img {
  width: 156px;
}
main #contents section#sec3 .inner .box .combo .ph .shoes.s3 {
  height: 380px;
}
main #contents section#sec3 .inner .box .combo .ph .shoes.s3 img {
  width: 192px;
}
main #contents section#sec3 .inner .box .combo .ph .shoes.s4 {
  height: 380px;
}
main #contents section#sec3 .inner .box .combo .ph .shoes.s4 img {
  width: 272px;
}
main #contents section#sec3 .inner .goose {
  width: 100%;
  background-color: #867B67;
  padding: 65px 0 80px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
main #contents section#sec3 .inner .goose h3 {
  width: 470px;
  height: 50px;
  background-image: url(../images/title_goose.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: 0 auto 20px auto;
}
main #contents section#sec3 .inner .goose .slider {
  width: calc(100% - 20px);
}
main #contents section#sec3 .inner .goose .slider:not(:last-child) {
  margin-bottom: 60px;
}
main #contents section#sec3 .inner .goose .slider .thumb {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main #contents section#sec3 .inner .goose .slider .thumb::after {
  background-image: url(../images/icon_plus2.png);
  right: 10px;
  bottom: 0px;
}
main #contents section#sec3 .inner .goose .slider .thumb .ph {
  width: 100%;
  margin-bottom: 30px;
}
main #contents section#sec3 .inner .goose .slider .thumb .credits {
  padding: 0 10px;
}
main #contents section#sec3 .inner .goose .slider .thumb .credits > div a dl dt strong {
  color: #FFF;
}
main #contents section#sec3 .inner .goose .slider .thumb .credits > div a dl dt span {
  color: #FFF;
}
main #contents section#sec3 .inner .goose .slider + dl {
  text-align: left;
  width: calc(100% - 40px);
  margin: 0 auto;
}
main #contents section#sec3 .inner .goose .slider + dl dt {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main #contents section#sec3 .inner .goose .slider + dl dd {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
main #contents section#sec4 {
  padding: 0px;
  background-color: #DFDCDA;
  position: sticky;
  z-index: 1;
}
main #contents section#sec4 .inner {
  padding: 70px 0 80px 0;
}
main #contents section#sec4 .inner > h3 {
  width: 516px;
  height: 146px;
  background-image: url(../images/title_thenavy.png);
}
main #contents section#sec4 .inner > h3:not(:last-child) {
  margin-bottom: 40px;
}
main #contents section#sec4 .inner .box h4 {
  width: 424px;
  height: 94px;
  background-image: url(../images/text_name4.png);
}
main #contents section#sec4 .inner .box .pset {
  align-items: center;
}
main #contents section#sec4 .inner .box .pset > div:nth-child(1) {
  width: 297px;
}
main #contents section#sec4 .inner .box .pset > div:nth-child(2) {
  width: 283px;
}
main #contents section#sec4 .inner .box .photo.withtext::before {
  content: "";
  width: 423px;
  height: 94px;
  background-image: url(../images/text_name2.png);
  top: 65px;
  left: calc(50% - 216px);
}
main #contents section#sec5 {
  padding: 0px;
  background-color: #FFF;
  position: sticky;
  z-index: 2;
}
main #contents section#sec5 .inner {
  padding: 70px 0 80px 0;
}
main #contents section#sec5 .inner > h3 {
  width: 620px;
  height: 84px;
  background-image: url(../images/title_sports.png);
}
main #contents section#sec5 .inner > h3:not(:last-child) {
  margin-bottom: 30px;
}
main #contents section#sec5 .inner .box:last-child h4 {
  width: 462px;
  height: 47px;
  background-image: url(../images/text_name6.png);
}
main #contents section#sec5 .inner .box:last-child h4:not(:last-child) {
  margin-bottom: 30px;
}
main #contents section#sec5 .inner .box:not(:last-child) h4 {
  width: 534px;
  height: 116px;
  background-image: url(../images/text_name5.png);
}
main #contents section#sec5 .inner .box:not(:last-child) h4:not(:last-child) {
  margin-bottom: 20px;
}
main #contents section#sec5 .inner .box .pset > div:nth-child(1) {
  width: 285px;
}
main #contents section#sec5 .inner .box .pset > div:nth-child(2) {
  width: 254px;
}
main #contents section#sec6 {
  padding: 0px;
  position: sticky;
  z-index: 3;
}
main #contents section#sec6 .inner {
  width: 100%;
}
main #contents section#sec6 .inner .box:not(:last-child) {
  margin-bottom: 0px;
}
main #contents section#sec6 .inner .box:nth-child(1) {
  padding: 20px 20px 80px 20px;
  background-color: #615F64;
}
main #contents section#sec6 .inner .box:nth-child(2) {
  padding: 20px 20px 80px 20px;
  background-color: #251C1C;
}
main #contents section#sec6 .inner .box:nth-child(3) {
  padding: 100px 20px 80px 20px;
  background-color: #7B614E;
}
main #contents section#sec6 .inner .box:nth-child(3) .photo {
  width: calc(100% - 156px);
}
main #contents section#sec6 .inner .box:nth-child(3) .photo:first-child {
  margin-bottom: 80px;
}
main #contents section#sec6 .inner .box:nth-child(3) .photo:not(:first-child) {
  margin-bottom: 30px;
}
main #contents section#sec6 .inner .box .mainphoto {
  clip-path: inset(0 0 1px 0);
}
main #contents section#sec6 .inner .box .mainphoto::before {
  content: "";
  width: 315px;
  height: 119px;
  background-image: url(../images/title_luxe.png);
  top: calc(50% - 60px);
  left: calc(50% - 157px);
}
main #contents section#sec6 .inner .box .photo#t26, main #contents section#sec6 .inner .box .photo#t27, main #contents section#sec6 .inner .box .photo#t28, main #contents section#sec6 .inner .box .photo#t29 {
  clip-path: inset(0 0 1px 0);
}
main #contents section#sec6 .inner .box .pset > div {
  position: relative;
}
main #contents section#sec6 .inner .box .pset > div:nth-child(1) {
  width: 398px;
  margin-left: auto;
}
main #contents section#sec6 .inner .box .pset > div:nth-child(2) {
  width: 398px;
  margin: -53px auto 0 0;
  z-index: 1;
}
main #contents section#sec6 .inner .box dl dt, main #contents section#sec6 .inner .box dl dd {
  color: #FFF;
}
main #contents section#sec7 {
  padding: 0px;
  background-color: #CCCECE;
  position: sticky;
  z-index: 4;
}
main #contents section#sec7 .inner {
  width: calc(100% - 32px);
  padding: 80px 0 240px 0;
}
main #contents section#sec7 .inner > h3 {
  width: 517px;
  height: 129px;
  background-image: url(../images/title_setup.png);
}
main #contents section#sec7 .inner > h3:not(:last-child) {
  margin-bottom: 70px;
}
main #contents section#sec7 .inner .box .mix {
  width: 100%;
  position: relative;
}
main #contents section#sec7 .inner .box .mix:not(:last-child) {
  margin-bottom: 150px;
}
main #contents section#sec7 .inner .box .mix .text {
  width: calc(100% - 166px);
}
main #contents section#sec7 .inner .box .mix .text > div {
  width: 100%;
  margin-bottom: 30px;
}
main #contents section#sec7 .inner .box .mix .text.txt1 dl {
  padding: 0 40px 0 0;
}
main #contents section#sec7 .inner .box .mix .text.txt2 {
  margin-left: auto;
}
main #contents section#sec7 .inner .box .mix .text.txt2 dl {
  padding: 0 0 0 40px;
}
main #contents section#sec7 .inner .box .mix .ph {
  position: absolute;
  z-index: 1;
}
main #contents section#sec7 .inner .box .mix .ph.ph1 {
  width: 255px;
  top: 85px;
  right: 0px;
}
main #contents section#sec7 .inner .box .mix .ph.ph2 {
  width: 270px;
  top: 85px;
  left: 0px;
  order: 1;
}
main #contents section#sec7 .inner .box:last-child h4 {
  width: 462px;
  height: 47px;
  background-image: url(../images/text_name6.png);
}
main #contents section#sec7 .inner .box:last-child h4:not(:last-child) {
  margin-bottom: 30px;
}
main #contents section#sec7 .inner .box:not(:last-child) h4 {
  width: 534px;
  height: 116px;
  background-image: url(../images/text_name5.png);
}
main #contents section#sec7 .inner .box:not(:last-child) h4:not(:last-child) {
  margin-bottom: 20px;
}
main #contents section#sec7 .inner .box .pset > div:nth-child(1) {
  width: 285px;
}
main #contents section#sec7 .inner .box .pset > div:nth-child(2) {
  width: 254px;
}
main #contents section#sec8 {
  padding: 0 0 80px 0;
  background-color: #F4BC50;
  position: sticky;
  z-index: 5;
}
main #contents section#sec8 .inner {
  width: 100%;
}
main #contents section#sec8 .inner .box {
  width: 100%;
}
main #contents section#sec8 .inner .box .mainphoto {
  width: 100%;
  margin-bottom: 50px;
}
main #contents section#sec8 .inner .box .mainphoto::before {
  content: "";
  width: 517px;
  height: 77px;
  background-image: url(../images/title_keyitems.png);
  top: 85px;
  left: calc(50% - 259px);
  z-index: 1;
}
main #contents section#sec8 .inner .box .combo {
  width: 100%;
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main #contents section#sec8 .inner .box .combo .ph .item {
  width: 100%;
  margin-bottom: 30px;
}
main #contents section#sec8 .inner .box .combo .ph .item.i1 {
  width: 300px;
}
main #contents section#sec8 .inner .box .combo .ph .item.i2 {
  width: 265px;
  padding-top: 115px;
}
main #contents section#sec8 .inner .box .combo .ph .item.i3 {
  width: 424px;
}
main #contents section#sec8 .inner .box .combo .ph .credits {
  width: 100%;
}
main #contents section#sec8 .inner .box .combo .ph .credits > div {
  width: 100%;
}
main #contents section#sec8 .inner .box .combo .ph .credits > div a {
  text-align: left;
  display: block;
  pointer-events: none;
}
main #contents section#sec8 .inner .box .combo .ph .credits > div a dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main #contents section#sec8 .inner .box .combo .ph .credits > div a dl dt strong {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
main #contents section#sec8 .inner .box .combo .ph .credits > div a dl dt span {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0em;
}
main #contents section#sec8 .inner .box .combo .ph .credits > div a dl dt span:nth-last-child(2) {
  margin-bottom: 5px;
}
main #contents footer {
  width: 100%;
  padding: 40px 0;
  background-color: #FFF;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: sticky;
  z-index: 6;
}
main #contents footer .pgtop {
  width: 1.2rem;
}
main #contents footer .pgtop a {
  color: #000;
  font-family: ivypresto-headline, serif;
  font-size: 1.2rem;
  font-weight: 400;
  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: #DFDCDA;
}
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: #000;
  font-family: ivypresto-headline, serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main #contents footer .inner ul li span {
  color: #000;
  font-family: ivypresto-headline, serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main #contents footer .inner ul li:hover a {
  color: #DFDCDA;
}
main #contents footer .inner p {
  color: #000;
  font-family: ivypresto-headline, serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

#looks {
  width: 100%;
  height: 100vh;
  padding: 135px 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: #000;
  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: #DFDCDA;
}
#looks .look-combo {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#looks .look-combo .look {
  width: 520px;
  margin-bottom: 120px;
  position: relative;
}
#looks .look-combo .look:not(:nth-child(2n+1)) {
  margin-left: 40px;
}
#looks .look-combo .look .set {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look .set .photo {
  width: 100%;
  margin-bottom: 20px;
  order: 1;
}
#looks .look-combo .look .set .text {
  width: 100%;
  padding: 0px;
  order: 2;
}
#looks .look-combo .look .credits {
  width: 100%;
}
#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: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 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: #615F64;
}
#looks .look-combo .look .credits > div:not(:last-child) {
  margin-bottom: 20px;
}
#looks .look-combo .look .credits > div dl.items__credit {
  width: 100%;
  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 {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look .credits > div dl.items__credit dt strong {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  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 strong:not(:first-child) {
  margin: 0 0 0 5px;
}
#looks .look-combo .look .credits > div dl.items__credit dt strong span {
  font-weight: 400;
  padding: 0 0 0 10px;
}
#looks .look-combo .look .credits > div dl.items__credit dt strong span.items__price::after {
  content: none;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
  display: inline-block;
}
#looks .look-combo .look .credits > div dl.items__credit dt > span {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .look-combo .look .credits > div dl.items__credit dt > span:last-child {
  width: 100%;
  padding: 5px 0 0 0;
}
#looks .look-combo .look .credits > div dl.items__credit dd {
  margin: 0 0 0 15px;
}
#looks .look-combo .look .credits > div dl.items__credit dd a {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  transition: all 0.25s ease-in 0s;
}
#looks .look-combo .look .credits > div dl.items__credit dd a:hover {
  color: #615F64;
}
#looks .look-combo .look .credits > div dl.items__credit dd a.line {
  display: none;
}
#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;
  }

  #loader h3 {
    width: 142px;
    height: 35px;
  }

  header {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
    z-index: 999;
  }
  header .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header .inner ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  header .inner ul li.line {
    width: 1.4rem;
    height: 1px;
    background-color: #000;
  }
  header .inner ul li a {
    color: #000;
    font-family: ivypresto-headline, serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transition: all 0.25s ease-in 0s;
  }
  header .inner ul li a:hover {
    color: rgba(0, 0, 0, 0.6);
  }

  main {
    width: 100%;
    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 {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #title .inner h1 {
    width: 82vw;
    height: 25.912vw;
  }
  main #title .inner h1:not(:last-child) {
    margin-bottom: 25px;
  }
  main #title .inner ul {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #title .inner ul::before {
    content: "";
    flex-basis: 100%;
    order: 3;
  }
  main #title .inner ul::after {
    content: "";
    flex-basis: 100%;
    order: 6;
  }
  main #title .inner ul li:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
  main #title .inner ul li:not(:nth-child(n+5)) {
    margin-bottom: 20px;
  }
  main #title .inner ul li:nth-child(1) {
    order: 1;
  }
  main #title .inner ul li:nth-child(2) {
    order: 2;
  }
  main #title .inner ul li:nth-child(3) {
    order: 4;
  }
  main #title .inner ul li:nth-child(4) {
    order: 5;
  }
  main #title .inner ul li:nth-child(5) {
    order: 7;
  }
  main #title .inner ul li:nth-child(6) {
    order: 8;
  }
  main #title .inner ul li:hover span {
    color: rgba(0, 0, 0, 0.6);
  }
  main #title .inner ul li span {
    color: #000;
    font-family: ivypresto-headline, serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.25s ease-in 0s;
  }
  main #title .inner > div {
    text-align: left;
    width: 100%;
    margin-top: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main #title .inner > div p {
    color: #000;
    font-family: ivypresto-headline, serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: italic;
    width: auto;
  }
  main #contents {
    width: 100%;
  }
  main #contents section {
    width: 100%;
  }
  main #contents section h3 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  main #contents section h3:not(:last-child) {
    margin-bottom: 30px;
  }
  main #contents section .inner {
    width: calc(100% - 20px);
  }
  main #contents section .inner .thumb {
    position: relative;
  }
  main #contents section .inner .thumb::after {
    width: 20px;
    height: 20px;
    right: 10px;
    bottom: 10px;
  }
  main #contents section .inner .thumb#t18::after, main #contents section .inner .thumb#t19::after, main #contents section .inner .thumb#t21::after, main #contents section .inner .thumb#t22::after, main #contents section .inner .thumb#t31::after {
    right: auto;
    bottom: 0px;
    left: 0px;
  }
  main #contents section .inner .thumb#t30::after {
    bottom: -30px;
  }
  main #contents section .inner .thumb#t33::after {
    bottom: 0px;
  }
  main #contents section .inner .thumb#t34::after {
    right: 0px;
    bottom: -20px;
    left: auto;
  }
  main #contents section .inner .thumb#t35::after {
    right: 20px;
    bottom: -20px;
  }
  main #contents section .inner .box {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #contents section .inner .box:not(:last-child) {
    margin-bottom: 60px;
  }
  main #contents section .inner .box h4 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  main #contents section .inner .box h4:not(:last-child) {
    margin-bottom: 50px;
  }
  main #contents section .inner .box .mainphoto {
    width: 100%;
    position: relative;
  }
  main #contents section .inner .box .mainphoto:not(:last-child) {
    margin-bottom: 20px;
  }
  main #contents section .inner .box .pset {
    width: 100%;
  }
  main #contents section .inner .box .pset:not(:last-child) {
    margin-bottom: 30px;
  }
  main #contents section .inner .box .pset.ps1 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main #contents section .inner .box .pset.ps2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #contents section .inner .box .pset.ps3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #contents section .inner .box .ptrio {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main #contents section .inner .box .ptrio:not(:last-child) {
    margin-bottom: 30px;
  }
  main #contents section .inner .box .photo {
    width: 100%;
    position: relative;
  }
  main #contents section .inner .box .photo:not(:last-child) {
    margin-bottom: 10px;
  }
  main #contents section .inner .box .photo.withtext::before {
    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;
    z-index: 1;
  }
  main #contents section .inner .box dl {
    text-align: left;
    box-sizing: border-box;
  }
  main #contents section .inner .box dl dt {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main #contents section .inner .box dl dd {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main #contents section#sec1 {
    padding: 60px 0;
  }
  main #contents section#sec1 .inner h3 {
    background-image: url(../images/title_trad.png);
    width: 275px;
    height: 111px;
  }
  main #contents section#sec1 .inner .box .mainphoto::before {
    width: 250px;
    height: 51px;
    background-image: url(../images/text_name1.png);
    top: calc(50% - 25px);
    left: calc(50% - 125px);
  }
  main #contents section#sec1 .inner .box .pset {
    padding: 0 10px;
  }
  main #contents section#sec1 .inner .box .pset > div:nth-child(1) {
    width: 55.4%;
  }
  main #contents section#sec1 .inner .box .pset > div:nth-child(2) {
    width: 42%;
  }
  main #contents section#sec1 .inner .box .pset + dl {
    padding: 0 10px;
  }
  main #contents section#sec1 .inner .box .photo.withtext::before {
    content: "";
    width: 250px;
    height: 55px;
    background-image: url(../images/text_name2.png);
    top: 40px;
    left: calc(50% - 125px);
  }
  main #contents section#sec1 .inner .box .photo#t3 {
    margin-bottom: 30px;
  }
  main #contents section#sec1 .inner .box .photo#t3 + dl {
    padding: 0 10px;
  }
  main #contents section#sec2 {
    padding: 10px 0 80px 0;
  }
  main #contents section#sec2 .inner .box > h3 {
    width: 126px;
    height: 45px;
    background-image: url(../images/title_shirts.png);
  }
  main #contents section#sec2 .inner .box > h3:not(:last-child) {
    margin-bottom: 20px;
  }
  main #contents section#sec2 .inner .box .mainphoto + h3 {
    width: 250px;
    height: 41px;
    background-image: url(../images/title_mywhite.png);
  }
  main #contents section#sec2 .inner .box .mainphoto + h3:not(:last-child) {
    margin-bottom: 40px;
  }
  main #contents section#sec2 .inner .box .mainphoto + h4 {
    width: 250px;
    height: 52px;
    background-image: url(../images/text_name3.png);
  }
  main #contents section#sec2 .inner .box .pset > div {
    width: calc(100% - 97px);
  }
  main #contents section#sec2 .inner .box .pset > div:nth-child(1) {
    margin: 0 auto 30px 0;
  }
  main #contents section#sec2 .inner .box .pset > div:nth-child(2) {
    margin: 0 0 0 auto;
    transform: translateX(-20px);
    position: relative;
  }
  main #contents section#sec2 .inner .box .pset + dl {
    padding: 0 10px;
  }
  main #contents section#sec2 .inner .box .photo.withtext::before {
    content: "";
    width: 423px;
    height: 94px;
    background-image: url(../images/text_name2.png);
    top: 65px;
    left: calc(50% - 216px);
  }
  main #contents section#sec2 .inner .box .photo#t11 {
    margin-bottom: 30px;
  }
  main #contents section#sec2 .inner .box .photo#t11 + dl {
    padding: 0 10px;
  }
  main #contents section#sec2 .inner .box .ptrio > div:nth-child(1) {
    width: 195px;
  }
  main #contents section#sec2 .inner .box .ptrio > div:nth-child(2) {
    width: 219px;
  }
  main #contents section#sec2 .inner .box .ptrio > div:nth-child(3) {
    width: 188px;
  }
  main #contents section#sec2 .inner .box .ptrio + dl {
    width: calc(100% - 20px);
  }
  main #contents section#sec2 .inner .box dl dt, main #contents section#sec2 .inner .box dl dd {
    color: #FFF;
  }
  main #contents section#sec3 {
    padding: 0px;
  }
  main #contents section#sec3 .inner .box {
    padding: 50px 10px;
  }
  main #contents section#sec3 .inner .box > h3 {
    width: 124px;
    height: 45px;
    background-image: url(../images/title_shoes.png);
  }
  main #contents section#sec3 .inner .box > h3:not(:last-child) {
    margin-bottom: 40px;
  }
  main #contents section#sec3 .inner .box .combo {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main #contents section#sec3 .inner .box .combo .ph {
    width: calc((100% - 20px) / 2);
  }
  main #contents section#sec3 .inner .box .combo .ph:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
  main #contents section#sec3 .inner .box .combo .ph:not(:nth-child(n+3)) {
    margin-bottom: 20px;
  }
  main #contents section#sec3 .inner .box .combo .ph .shoes {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main #contents section#sec3 .inner .box .combo .ph .shoes.s1 {
    height: 160px;
  }
  main #contents section#sec3 .inner .box .combo .ph .shoes.s1 img {
    width: 166px;
  }
  main #contents section#sec3 .inner .box .combo .ph .shoes.s2 {
    height: 160px;
  }
  main #contents section#sec3 .inner .box .combo .ph .shoes.s2 img {
    width: 92px;
  }
  main #contents section#sec3 .inner .box .combo .ph .shoes.s3 {
    height: 225px;
  }
  main #contents section#sec3 .inner .box .combo .ph .shoes.s3 img {
    width: 116px;
  }
  main #contents section#sec3 .inner .box .combo .ph .shoes.s4 {
    height: 225px;
  }
  main #contents section#sec3 .inner .box .combo .ph .shoes.s4 img {
    width: 170px;
  }
  main #contents section#sec3 .inner .box .combo .ph .credits {
    width: 100%;
  }
  main #contents section#sec3 .inner .box .combo .ph .credits > div {
    width: 100%;
  }
  main #contents section#sec3 .inner .box .combo .ph .credits > div a {
    text-align: left;
    display: block;
  }
  main #contents section#sec3 .inner .box .combo .ph .credits > div a dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #contents section#sec3 .inner .box .combo .ph .credits > div a dl dt strong {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0em;
  }
  main #contents section#sec3 .inner .box .combo .ph .credits > div a dl dt span {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0em;
  }
  main #contents section#sec3 .inner .box .combo .ph .credits > div a dl dt span:nth-last-child(2) {
    margin-bottom: 5px;
  }
  main #contents section#sec3 .inner .goose {
    width: 100%;
    background-color: #867B67;
    padding: 60px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }
  main #contents section#sec3 .inner .goose h3 {
    width: calc(100% - 20px);
    height: calc((100vw - 20px) * 0.106);
    background-image: url(../images/title_goose.png);
    margin: 0 auto 20px auto;
  }
  main #contents section#sec3 .inner .goose .slider {
    width: calc(100% - 20px);
  }
  main #contents section#sec3 .inner .goose .slider:not(:last-child) {
    margin-bottom: 60px;
  }
  main #contents section#sec3 .inner .goose .slider .thumb {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #contents section#sec3 .inner .goose .slider .thumb .ph {
    width: 100%;
    margin-bottom: 10px;
  }
  main #contents section#sec3 .inner .goose .slider .thumb .credits {
    padding: 0 10px;
  }
  main #contents section#sec3 .inner .goose .slider .thumb .credits > div a dl dt strong {
    color: #FFF;
  }
  main #contents section#sec3 .inner .goose .slider .thumb .credits > div a dl dt span {
    color: #FFF;
  }
  main #contents section#sec3 .inner .goose .slider + dl {
    text-align: left;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main #contents section#sec3 .inner .goose .slider + dl dt {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main #contents section#sec3 .inner .goose .slider + dl dd {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main #contents section#sec4 .inner {
    padding: 60px 0 60px 0;
  }
  main #contents section#sec4 .inner > h3 {
    width: 301px;
    height: 85px;
  }
  main #contents section#sec4 .inner > h3:not(:last-child) {
    margin-bottom: 30px;
  }
  main #contents section#sec4 .inner .box h4 {
    width: 250px;
    height: 55px;
    background-image: url(../images/text_name4.png);
  }
  main #contents section#sec4 .inner .box .pset {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
  main #contents section#sec4 .inner .box .pset > div:nth-child(1) {
    width: 44.8vw;
  }
  main #contents section#sec4 .inner .box .pset > div:nth-child(2) {
    width: 42.8vw;
  }
  main #contents section#sec4 .inner .box .pset + dl {
    padding: 0 10px;
  }
  main #contents section#sec4 .inner .box .photo.withtext::before {
    content: "";
    width: 423px;
    height: 94px;
    background-image: url(../images/text_name2.png);
    top: 65px;
    left: calc(50% - 216px);
  }
  main #contents section#sec4 .inner .box .photo#p17 {
    margin-bottom: 30px;
  }
  main #contents section#sec4 .inner .box .photo#p17 + dl {
    padding: 0 10px;
  }
  main #contents section#sec5 .inner {
    padding: 60px 0 60px 0;
  }
  main #contents section#sec5 .inner > h3 {
    width: 100%;
    height: calc((100vw - 20px) * 0.1355);
    background-image: url(../images/title_sports.png);
  }
  main #contents section#sec5 .inner > h3:not(:last-child) {
    margin-bottom: 30px;
  }
  main #contents section#sec5 .inner .box .photo#t20, main #contents section#sec5 .inner .box .photo#t24 {
    margin-bottom: 30px;
  }
  main #contents section#sec5 .inner .box:last-child h4 {
    width: 275px;
    height: 28px;
    background-image: url(../images/text_name6.png);
  }
  main #contents section#sec5 .inner .box:last-child h4:not(:last-child) {
    margin-bottom: 20px;
  }
  main #contents section#sec5 .inner .box:not(:last-child) h4 {
    width: 310px;
    height: 67px;
    background-image: url(../images/text_name5.png);
  }
  main #contents section#sec5 .inner .box:not(:last-child) h4:not(:last-child) {
    margin-bottom: 10px;
  }
  main #contents section#sec5 .inner .box .pset > div:nth-child(1) {
    width: 43vw;
  }
  main #contents section#sec5 .inner .box .pset > div:nth-child(2) {
    width: 38.46vw;
  }
  main #contents section#sec5 .inner .box dl {
    padding: 0 10px;
  }
  main #contents section#sec6 {
    padding: 0px;
  }
  main #contents section#sec6 .inner {
    width: 100%;
  }
  main #contents section#sec6 .inner .box:not(:last-child) {
    margin-bottom: 0px;
  }
  main #contents section#sec6 .inner .box:nth-child(1) {
    padding: 10px 10px 30px 10px;
  }
  main #contents section#sec6 .inner .box:nth-child(2) {
    padding: 10px 10px 30px 10px;
  }
  main #contents section#sec6 .inner .box:nth-child(3) {
    padding: 60px 10px;
  }
  main #contents section#sec6 .inner .box:nth-child(3) .photo {
    width: calc(100% - 80px);
  }
  main #contents section#sec6 .inner .box:nth-child(3) .photo:first-child {
    margin-bottom: 30px;
  }
  main #contents section#sec6 .inner .box:nth-child(3) .photo:not(:first-child) {
    margin-bottom: 30px;
  }
  main #contents section#sec6 .inner .box .mainphoto::before {
    width: 185px;
    height: 70px;
    background-image: url(../images/title_luxe.png);
    top: calc(50% - 35px);
    left: calc(50% - 93px);
  }
  main #contents section#sec6 .inner .box .pset > div {
    position: relative;
  }
  main #contents section#sec6 .inner .box .pset > div:nth-child(1) {
    width: calc(100% - 135px);
    margin-left: auto;
  }
  main #contents section#sec6 .inner .box .pset > div:nth-child(2) {
    width: calc(100% - 135px);
    margin: -30px auto 0 0;
    z-index: 1;
  }
  main #contents section#sec6 .inner .box .photo#t27 {
    margin-bottom: 30px;
  }
  main #contents section#sec6 .inner .box dl {
    padding: 0 10px;
  }
  main #contents section#sec6 .inner .box dl dt, main #contents section#sec6 .inner .box dl dd {
    color: #FFF;
  }
  main #contents section#sec7 {
    padding: 60px 0 60px 0;
  }
  main #contents section#sec7 .inner {
    width: calc(100% - 20px);
  }
  main #contents section#sec7 .inner > h3 {
    width: 300px;
    height: 75px;
    background-image: url(../images/title_setup.png);
  }
  main #contents section#sec7 .inner > h3:not(:last-child) {
    margin-bottom: 40px;
  }
  main #contents section#sec7 .inner .box .mix {
    width: 100%;
    position: relative;
  }
  main #contents section#sec7 .inner .box .mix:not(:last-child) {
    margin-bottom: 50px;
  }
  main #contents section#sec7 .inner .box .mix .text {
    width: calc(100% - 95px);
  }
  main #contents section#sec7 .inner .box .mix .text > div {
    width: 100%;
    margin-bottom: 30px;
  }
  main #contents section#sec7 .inner .box .mix .text.txt1 dl {
    padding: 0 30px 0 0;
  }
  main #contents section#sec7 .inner .box .mix .text.txt2 {
    margin-left: auto;
  }
  main #contents section#sec7 .inner .box .mix .text.txt2 dl {
    padding: 0 0 0 30px;
  }
  main #contents section#sec7 .inner .box .mix .ph {
    position: absolute;
    z-index: 1;
  }
  main #contents section#sec7 .inner .box .mix .ph.ph1 {
    width: 150px;
    top: 50px;
    right: 0px;
  }
  main #contents section#sec7 .inner .box .mix .ph.ph2 {
    width: 155px;
    top: 50px;
    left: 0px;
    order: 1;
  }
  main #contents section#sec7 .inner .box:last-child h4 {
    width: 462px;
    height: 47px;
    background-image: url(../images/text_name6.png);
  }
  main #contents section#sec7 .inner .box:last-child h4:not(:last-child) {
    margin-bottom: 30px;
  }
  main #contents section#sec7 .inner .box:not(:last-child) h4 {
    width: 534px;
    height: 116px;
    background-image: url(../images/text_name5.png);
  }
  main #contents section#sec7 .inner .box:not(:last-child) h4:not(:last-child) {
    margin-bottom: 20px;
  }
  main #contents section#sec7 .inner .box .pset > div:nth-child(1) {
    width: 285px;
  }
  main #contents section#sec7 .inner .box .pset > div:nth-child(2) {
    width: 254px;
  }
  main #contents section#sec8 {
    padding: 0 0 30px 0;
  }
  main #contents section#sec8 .inner {
    width: 100%;
  }
  main #contents section#sec8 .inner .box {
    width: 100%;
  }
  main #contents section#sec8 .inner .box .mainphoto {
    width: 100%;
    margin-bottom: 30px;
  }
  main #contents section#sec8 .inner .box .mainphoto::before {
    width: 302px;
    height: 45px;
    top: 50px;
    left: calc(50% - 151px);
  }
  main #contents section#sec8 .inner .box .combo {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main #contents section#sec8 .inner .box .combo .ph {
    width: calc(50% - 10px);
    position: relative;
  }
  main #contents section#sec8 .inner .box .combo .ph:last-child {
    width: 100%;
    margin-top: -20px;
  }
  main #contents section#sec8 .inner .box .combo .ph .item {
    width: 100%;
    margin-bottom: 10px;
  }
  main #contents section#sec8 .inner .box .combo .ph .item.i1 {
    width: 45vw;
  }
  main #contents section#sec8 .inner .box .combo .ph .item.i2 {
    width: 40vw;
    padding-top: 65px;
    margin-left: auto;
  }
  main #contents section#sec8 .inner .box .combo .ph .item.i3 {
    width: 64vw;
  }
  main #contents section#sec8 .inner .box .combo .ph .credits {
    width: 100%;
  }
  main #contents section#sec8 .inner .box .combo .ph .credits > div {
    width: 100%;
  }
  main #contents section#sec8 .inner .box .combo .ph .credits > div a {
    text-align: left;
    display: block;
    pointer-events: none;
  }
  main #contents section#sec8 .inner .box .combo .ph .credits > div a dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #contents section#sec8 .inner .box .combo .ph .credits > div a dl dt strong {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0em;
  }
  main #contents section#sec8 .inner .box .combo .ph .credits > div a dl dt span {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0em;
  }
  main #contents section#sec8 .inner .box .combo .ph .credits > div a dl dt span:nth-last-child(2) {
    margin-bottom: 5px;
  }
  main #contents footer {
    padding: 30px 15px 50px 15px;
    box-sizing: border-box;
  }
  main #contents footer .pgtop {
    width: 1.2rem;
  }
  main #contents footer .pgtop a {
    color: #000;
    font-family: ivypresto-headline, serif;
    font-size: 1.2rem;
    font-weight: 400;
    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: #DFDCDA;
  }
  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: #000;
    font-family: ivypresto-headline, serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  main #contents footer .inner ul li span {
    color: #000;
    font-family: ivypresto-headline, serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #contents footer .inner ul li:hover a {
    color: #DFDCDA;
  }
  main #contents footer .inner p {
    color: #000;
    font-family: ivypresto-headline, serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }

  #looks {
    width: 100%;
    height: 100vh;
    padding: 60px 0 0 0;
  }
  #looks.active {
    pointer-events: auto;
    z-index: 999;
  }
  #looks.active .close div {
    pointer-events: auto;
  }
  #looks .close {
    width: 30px;
    top: 10px;
    right: 10px;
  }
  #looks .close div {
    width: 30px;
    height: 30px;
    position: relative;
    pointer-events: none;
    cursor: pointer;
  }
  #looks .close div span {
    width: 10px;
    height: 10px;
    background-color: #000;
    position: absolute;
    transition: all 0.25s ease-in 0s;
  }
  #looks .close div span:nth-child(1) {
    width: 30px;
    height: 1px;
    left: 0px;
    top: 15px;
    transform: rotate(45deg);
  }
  #looks .close div span:nth-child(2) {
    width: 30px;
    height: 1px;
    left: 0px;
    top: 15px;
    transform: rotate(-45deg);
  }
  #looks .close div:hover span {
    background-color: #DFDCDA;
  }
  #looks .look-combo {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .look-combo .look {
    width: 100%;
    margin-bottom: 60px;
    position: relative;
  }
  #looks .look-combo .look:not(:nth-child(2n+1)) {
    margin-left: 0px;
  }
  #looks .look-combo .look .set {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look-combo .look .set .photo {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
  #looks .look-combo .look .set .text {
    width: 100%;
    padding: 0px;
    order: 2;
  }
  #looks .look-combo .look .credits {
    width: 100%;
  }
  #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: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    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: #615F64;
  }
  #looks .look-combo .look .credits > div:not(:last-child) {
    margin-bottom: 20px;
  }
  #looks .look-combo .look .credits > div dl.items__credit {
    width: 100%;
    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 {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look-combo .look .credits > div dl.items__credit dt strong {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    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 strong:not(:first-child) {
    margin: 0 0 0 5px;
  }
  #looks .look-combo .look .credits > div dl.items__credit dt strong span {
    font-weight: 400;
    padding: 0 0 0 10px;
  }
  #looks .look-combo .look .credits > div dl.items__credit dt strong span.items__price::after {
    content: none;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 5px;
    display: inline-block;
  }
  #looks .look-combo .look .credits > div dl.items__credit dt > span {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look-combo .look .credits > div dl.items__credit dt > span:last-child {
    width: 100%;
    padding: 5px 0 0 0;
  }
  #looks .look-combo .look .credits > div dl.items__credit dd {
    margin: 0 0 0 15px;
  }
  #looks .look-combo .look .credits > div dl.items__credit dd a {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    transition: all 0.25s ease-in 0s;
  }
  #looks .look-combo .look .credits > div dl.items__credit dd a:hover {
    color: #615F64;
  }
  #looks .look-combo .look .credits > div dl.items__credit dd a.line {
    display: none;
  }
  #looks .space {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
  }
}

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