@charset "UTF-8";
@import url("https://use.typekit.net/mnd3sdz.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 moveleft {
  0% {
    left: 100vw;
  }
  100% {
    left: -200vw;
  }
}
@keyframes moveright {
  0% {
    left: -200vw;
  }
  100% {
    left: 100vw;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "din-condensed", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #111;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #E8E4DC;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: auto;
}
body.looking {
  overflow: hidden;
}

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

a:hover, a:active, a.active {
  color: #C3C3C3;
}

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: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #E8E4DC;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
}
#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: #111;
  display: block;
}
#loader .motion {
  width: 100%;
  height: 100%;
  position: relative;
}
#loader .motion .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  opacity: 0;
}
#loader .motion .text.on {
  opacity: 1;
}
#loader .motion .text h3 {
  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;
  top: 50%;
  left: 50%;
}
#loader .motion .text h3:nth-child(1) {
  background-image: url(../images/maintitle1b.png);
  width: 57.5%;
  height: 11.5vw;
  margin-top: -11.5vw;
  margin-left: -28.25%;
  transform: translateX(50vw);
}
#loader .motion .text h3:nth-child(2) {
  background-image: url(../images/maintitle2b.png);
  width: 57.5%;
  height: 11.5vw;
  margin: 0 0 0 -28.25%;
  transform: translateX(-50vw);
}
#loader .motion .text.white {
  clip-path: inset(0 35.58%);
  z-index: 5;
}
#loader .motion .text.white.last {
  clip-path: inset(0 25%);
}
#loader .motion .text.white h3:nth-child(1) {
  background-image: url(../images/maintitle1w.png);
}
#loader .motion .text.white h3:nth-child(2) {
  background-image: url(../images/maintitle2w.png);
}
#loader .motion .combo {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
#loader .motion .combo.on {
  opacity: 1;
}
#loader .motion .combo .photo {
  width: 50vw;
  height: 37.5vw;
  margin-bottom: 25px;
  position: relative;
}
#loader .motion .combo .photo div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
#loader .motion .combo .photo div.koma1 {
  background-image: url(../images/koma1.jpg);
}
#loader .motion .combo .photo div.koma2 {
  background-image: url(../images/koma2.jpg);
}
#loader .motion .combo .photo div.koma3 {
  background-image: url(../images/koma3.jpg);
}
#loader .motion .combo .photo div.koma4 {
  background-image: url(../images/koma4.jpg);
}
#loader .motion .combo .photo div.koma5 {
  background-image: url(../images/koma5.jpg);
}
#loader .motion .combo .photo div.on {
  opacity: 1;
}
#loader .motion .combo h5 {
  color: #111;
  font-family: "din-condensed", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

header {
  width: 100%;
  padding: 50px 0px;
  margin: 0 auto;
  box-sizing: border-box;
  opacity: 1;
  position: relative;
  z-index: 999;
}
header .inner {
  width: 100%;
}
header .inner h1 {
  width: 152px;
  margin: 0 auto;
  transition: all 0.25s ease-in 0s;
  opacity: 0;
}
header .inner h1 span {
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 58px;
  display: block;
}
header .inner h1.on {
  opacity: 1;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
main section.sec {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
main section.sec#sec1 .combo .thumb::after {
  background-color: #E8E4DC;
}
main section.sec#sec2 {
  background-color: #C3C3C3;
  padding: 20px 0 0 0;
}
main section.sec#sec2 .combo .thumb::after {
  background-color: #C3C3C3;
}
main section.sec#sec3 {
  background-color: #E6E6E4;
  padding: 20px 0 0 0;
}
main section.sec#sec3 .combo .thumb::after {
  background-color: #E6E6E4;
}
main section.sec .text {
  width: 100%;
  margin-bottom: 20px;
}
main section.sec .text .textmotion .swiper-wrapper {
  transition-timing-function: linear;
}
main section.sec .text .textmotion .swiper-wrapper .swiper-slide {
  color: #111;
  font-family: "orpheuspro", serif;
  font-size: 6.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  width: auto !important;
  position: relative;
}
main section.sec .combo {
  width: calc(100% - 140px);
  max-width: 1300px;
  padding: 1px;
  margin: 0 auto;
  background-color: #111;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
main section.sec .combo .thumb {
  width: calc((100% - 2px) / 3);
  position: relative;
  transition: all 0.25s ease-in 0s;
}
main section.sec .combo .thumb::before {
  content: "";
  width: 16px;
  height: 26px;
  background-image: url(../images/icon_plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
main section.sec .combo .thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 20;
  pointer-events: none;
  transition: opacity 0.3s ease-in;
}
main section.sec .combo .thumb:nth-child(-n+3) {
  margin-bottom: 1px;
}
main section.sec .combo .thumb:not(:nth-child(3n+1)) {
  margin-left: 1px;
}
main section.sec .combo .thumb:hover {
  opacity: 0.8;
}
main section.sec .combo .thumb:hover::before {
  background-image: url(../images/icon_plus2.png);
}
main section.sec .combo .thumb:nth-child(1)::after {
  transition-delay: 0.25s;
}
main section.sec .combo .thumb:nth-child(2)::after {
  transition-delay: 0.5s;
}
main section.sec .combo .thumb:nth-child(3)::after {
  transition-delay: 0.75s;
}
main section.sec .combo .thumb:nth-child(4)::after {
  transition-delay: 1s;
}
main section.sec .combo .thumb:nth-child(5)::after {
  transition-delay: 1.25s;
}
main section.sec .combo .thumb:nth-child(6)::after {
  transition-delay: 1.5s;
}
main section.sec .combo .thumb .thumbslide {
  width: 100%;
}
main section.sec .combo .thumb ul li.koma {
  animation-name: blink;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
main section.sec .combo .line {
  width: 33.3333333333%;
  position: relative;
}
main section.sec .combo .line .thumb:nth-child(1) div {
  transition-delay: 0.25s;
}
main section.sec .combo .line .thumb:nth-child(1).active::before {
  animation-delay: 0.4s;
}
main section.sec .combo .line .thumb:nth-child(2) div {
  transition-delay: 0.5s;
}
main section.sec .combo .line .thumb:nth-child(2).active::before {
  animation-delay: 0.8s;
}
main section.sec .combo .line .thumb:nth-child(3) div {
  transition-delay: 0.75s;
}
main section.sec .combo .line .thumb:nth-child(3).active::before {
  animation-delay: 1.2s;
}
main section.sec.on .combo .thumb::after {
  opacity: 0;
}

section.looks {
  background-color: #E8E4DC;
  width: 100%;
  height: 100%;
  padding: 0 0 50vh 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.5s ease-in;
  box-sizing: border-box;
}
section.looks#l2 {
  background-color: #C3C3C3;
}
section.looks#l3 {
  background-color: #E6E6E4;
}
section.looks.active {
  opacity: 1;
  pointer-events: auto;
}
section.looks .wrap {
  width: 100%;
  height: auto;
}
section.looks .wrap .spc {
  width: 100%;
  height: 200px;
}
section.looks .close {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 99999;
  transition: all 0.25s ease-in 0s;
}
section.looks .close span {
  width: 40px;
  height: 2px;
  background-color: #111;
  position: absolute;
}
section.looks .close span:nth-child(1) {
  left: 0px;
  top: 20px;
  transform: rotate(45deg);
}
section.looks .close span:nth-child(2) {
  left: 0px;
  top: 20px;
  transform: rotate(-45deg);
}
section.looks .close:hover {
  opacity: 0.7;
}
section.looks .title {
  width: calc(100% - 120px);
  padding: 50px 0px;
  margin: 0 auto;
  box-sizing: border-box;
}
section.looks .title .inner {
  width: 100%;
}
section.looks .title .inner h3 {
  width: 254px;
  height: 50px;
  margin: 0;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
}
section.looks .look {
  width: 1000px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
section.looks .look:not(:last-child) {
  margin-bottom: 120px;
}
section.looks .look .set {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
section.looks .look .set .text {
  width: 460px;
  padding: 0px;
  order: 1;
}
section.looks .look .set .text .credits .credit {
  padding-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
}
section.looks .look .set .text .credits .credit:not(:last-child) {
  margin-bottom: 10px;
}
section.looks .look .set .text .credits .credit dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
section.looks .look .set .text .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
section.looks .look .set .text .credits .credit dl dt strong:nth-child(1) {
  color: #111;
  font-family: "din-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
section.looks .look .set .text .credits .credit dl dt strong:nth-child(1) span {
  font-weight: 300;
  display: inline-block;
  padding: 0 0 0 5px;
}
section.looks .look .set .text .credits .credit dl dt strong:nth-child(2) {
  color: #111;
  font-family: "din-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  padding: 0 0 0 5px;
}
section.looks .look .set .text .credits .credit dl dd a {
  color: #FFF;
  font-family: "din-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding: 3px 6px;
  background-color: #111;
  transition: all 0.25s ease-in 0s;
}
section.looks .look .set .text .credits .credit dl dd a:hover {
  opacity: 0.7;
}
section.looks .look .set .text .credits .credit dl dd a:not([href]) {
  display: none;
}
section.looks .look .set .text .credits .credit dl dd a:not([href]) + span {
  color: #FFF;
  font-family: "din-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
section.looks .look .set .text .credits .credit dl dd a:not([href]) + a.linelink {
  display: inline-block;
}
section.looks .look .set .text .credits .credit dl dd a[href] {
  display: inline-block;
}
section.looks .look .set .text .credits .credit dl dd a[href] + a.linelink {
  display: none;
}
section.looks .look .set .text .credits .credit dl dd a + span {
  display: none;
}
section.looks .look .set .text .credits .credit dl dd span {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
section.looks .look .set .text .credits .credit .disable dl dd span {
  display: inline-block;
}
section.looks .look .set .photo {
  width: 500px;
  padding: 1px;
  background-color: #111;
  overflow: hidden;
  order: 1;
  position: relative;
}
section.looks .look .set .arrow {
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 1;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
section.looks .look .set .arrow:hover {
  opacity: 0.7;
}
section.looks .look .set .arrow.prev {
  left: 15px;
}
section.looks .look .set .arrow.next {
  right: 15px;
  transform: rotate(180deg);
}

footer {
  text-align: left;
  width: 100%;
  padding: 95px 0 80px 0;
  margin: 0 auto;
  background-color: #E6E6E4;
  box-sizing: border-box;
  position: relative;
}
footer .inner {
  width: 100%;
}
footer .inner p.credit {
  color: #111;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0em;
  text-align: center;
  padding: 0;
  margin-bottom: 100px;
}
footer .inner p.cp {
  color: #E8E4DC;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  padding: 0px;
}
footer .inner .pgtop {
  width: 100%;
  margin-bottom: 60px;
}
footer .inner .pgtop a {
  color: #111;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  padding: 20px 0;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
footer .inner .pgtop a:hover {
  color: #666;
}
footer .inner .link {
  text-align: left;
  width: calc(100% - 140px);
  margin: 0 auto 30px auto;
}
footer .inner .link ul {
  margin-bottom: 5px;
}
footer .inner .link ul li a {
  color: #111;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner .link ul li a:hover {
  color: #666;
}
footer .inner .link ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer .inner .link p {
  color: #111;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner .link p:not(:last-child) {
  margin-bottom: 30px;
}
footer .inner .link p a {
  color: #111;
}
footer .inner .link p a:hover {
  color: #666;
}

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

  #loader {
    width: 100%;
    height: calc(var(--vh) * 100);
    min-height: 100%;
    background-color: #E8E4DC;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
  }
  #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: #111;
    display: block;
  }
  #loader .motion {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #loader .motion .text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    opacity: 0;
  }
  #loader .motion .text.on {
    opacity: 1;
  }
  #loader .motion .text h3 {
    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;
    top: calc(50% - 30px);
    left: 50%;
  }
  #loader .motion .text h3:nth-child(1) {
    background-image: url(../images/maintitle1b.png);
    width: 90%;
    height: 18vw;
    margin-top: -18vw;
    margin-left: -45%;
    transform: translateX(50vw);
  }
  #loader .motion .text h3:nth-child(2) {
    background-image: url(../images/maintitle2b.png);
    width: 90%;
    height: 18vw;
    margin: 0 0 0 -45%;
    transform: translateX(-50vw);
  }
  #loader .motion .text.white {
    clip-path: inset(0 16%);
    z-index: 5;
  }
  #loader .motion .text.white.last {
    clip-path: inset(0 16%);
  }
  #loader .motion .combo {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.25s ease-in 0s;
  }
  #loader .motion .combo.on {
    opacity: 1;
  }
  #loader .motion .combo .photo {
    width: 68vw;
    height: 90.61vw;
    margin-bottom: 25px;
    position: relative;
  }
  #loader .motion .combo .photo div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  #loader .motion .combo .photo div.koma5 {
    background-image: url(../images/koma5sp.jpg);
  }
  #loader .motion .combo .photo div.on {
    opacity: 1;
  }
  #loader .motion .combo h5 {
    color: #111;
    font-family: "din-condensed", sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: 0em;
  }

  header {
    width: 100%;
    padding: 20px 0 40px 0;
    margin: 0 auto;
  }
  header .inner {
    width: 100%;
  }
  header .inner h1 {
    width: 152px;
    margin: 0 auto;
    transition: all 0.25s ease-in 0s;
    opacity: 0;
  }
  header .inner h1 span {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 58px;
    display: block;
  }
  header .inner h1.on {
    opacity: 1;
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
  }
  main section.sec {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  main section.sec#sec1 .combo .thumb#t1 {
    order: 1;
  }
  main section.sec#sec1 .combo .thumb#t2 {
    order: 2;
  }
  main section.sec#sec1 .combo .thumb#t3 {
    order: 3;
  }
  main section.sec#sec1 .combo .thumb#t4 {
    margin: 0 0 0 1px;
    order: 6;
  }
  main section.sec#sec1 .combo .thumb#t4::after {
    transition-delay: 1.5s;
  }
  main section.sec#sec1 .combo .thumb#t5 {
    margin: 0 0 1px 1px;
    order: 4;
  }
  main section.sec#sec1 .combo .thumb#t5::after {
    transition-delay: 1s;
  }
  main section.sec#sec1 .combo .thumb#t6 {
    margin: 0px;
    order: 5;
  }
  main section.sec#sec1 .combo .thumb#t6::after {
    transition-delay: 1.25s;
  }
  main section.sec#sec2 {
    background-color: #C3C3C3;
    padding: 5px 0 0 0;
  }
  main section.sec#sec2 .combo .thumb#t7 {
    order: 2;
    margin: 0 0 1px 1px;
  }
  main section.sec#sec2 .combo .thumb#t7::after {
    transition-delay: 0.5s;
  }
  main section.sec#sec2 .combo .thumb#t8 {
    margin: 0 0 1px 1px;
    order: 4;
  }
  main section.sec#sec2 .combo .thumb#t8::after {
    transition-delay: 1s;
  }
  main section.sec#sec2 .combo .thumb#t9 {
    order: 1;
    margin: 0 0 1px 0;
  }
  main section.sec#sec2 .combo .thumb#t9::after {
    transition-delay: 0.25s;
  }
  main section.sec#sec2 .combo .thumb#t10 {
    margin: 0 0 0 1px;
    order: 6;
  }
  main section.sec#sec2 .combo .thumb#t10::after {
    transition-delay: 1.5s;
  }
  main section.sec#sec2 .combo .thumb#t11 {
    order: 5;
  }
  main section.sec#sec2 .combo .thumb#t12 {
    margin: 0 0 1px 0;
    order: 3;
  }
  main section.sec#sec2 .combo .thumb#t12::after {
    transition-delay: 0.75s;
  }
  main section.sec#sec3 {
    background-color: #E6E6E4;
    padding: 5px 0 0 0;
  }
  main section.sec#sec3 .combo .thumb#t13 {
    order: 3;
    margin: 0 0 1px 0;
  }
  main section.sec#sec3 .combo .thumb#t13::after {
    transition-delay: 0.75s;
  }
  main section.sec#sec3 .combo .thumb#t14 {
    margin: 0 0 1px 0;
    order: 1;
  }
  main section.sec#sec3 .combo .thumb#t14::after {
    transition-delay: 0.25s;
  }
  main section.sec#sec3 .combo .thumb#t15 {
    order: 2;
    margin: 0 0 1px 1px;
  }
  main section.sec#sec3 .combo .thumb#t15::after {
    transition-delay: 0.5s;
  }
  main section.sec#sec3 .combo .thumb#t16 {
    margin: 0px;
    order: 5;
  }
  main section.sec#sec3 .combo .thumb#t16::after {
    transition-delay: 1.25s;
  }
  main section.sec#sec3 .combo .thumb#t17 {
    margin: 0 0 0 1px;
    order: 6;
  }
  main section.sec#sec3 .combo .thumb#t17::after {
    transition-delay: 1.5s;
  }
  main section.sec#sec3 .combo .thumb#t18 {
    margin: 0 0 1px 1px;
    order: 4;
  }
  main section.sec#sec3 .combo .thumb#t18::after {
    transition-delay: 1s;
  }
  main section.sec .text {
    width: 100%;
    margin-bottom: 5px;
  }
  main section.sec .text .textmotion .swiper-wrapper .swiper-slide {
    color: #111;
    font-family: "orpheuspro", serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section.sec .combo {
    width: 100%;
    max-width: 100%;
    padding: 1px;
  }
  main section.sec .combo .thumb {
    width: calc((100% - 1px) / 2);
  }
  main section.sec .combo .thumb:nth-child(-n+3) {
    margin-bottom: 0px;
  }
  main section.sec .combo .thumb:not(:nth-child(3n+1)) {
    margin-left: 0px;
  }
  main section.sec .combo .thumb:nth-child(-n+4) {
    margin-bottom: 1px;
  }
  main section.sec .combo .thumb:not(:nth-child(2n+1)) {
    margin-left: 1px;
  }
  main section.sec .combo .thumb:hover {
    opacity: 1;
  }
  main section.sec .combo .thumb:hover::before {
    background-image: url(../images/icon_plus.png);
  }
  main section.sec.on .combo .thumb::after {
    opacity: 0;
  }

  section.looks {
    background-color: #E8E4DC;
    width: 100%;
    height: 100%;
    padding: 0 0 50vh 0;
    margin: 0px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    overflow: scroll;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    transition: opacity 0.5s ease-in;
    box-sizing: border-box;
  }
  section.looks.active {
    opacity: 1;
    pointer-events: auto;
  }
  section.looks .wrap {
    width: 100%;
    height: auto;
  }
  section.looks .wrap .spc {
    width: 100%;
    height: 200px;
  }
  section.looks .close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
  }
  section.looks .close span {
    width: 30px;
    height: 2px;
    background-color: #111;
    position: absolute;
  }
  section.looks .close span:nth-child(1) {
    left: 0px;
    top: 15px;
    transform: rotate(45deg);
  }
  section.looks .close span:nth-child(2) {
    left: 0px;
    top: 15px;
    transform: rotate(-45deg);
  }
  section.looks .close:hover {
    opacity: 0.7;
  }
  section.looks .title {
    width: calc(100% - 20px);
    padding: 20px 0px;
  }
  section.looks .title .inner {
    width: 100%;
  }
  section.looks .title .inner h3 {
    width: 254px;
    height: 50px;
    margin: 0;
    background-image: url(../images/title.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    display: block;
  }
  section.looks .look {
    width: calc(100% - 20px);
  }
  section.looks .look:not(:last-child) {
    margin-bottom: 60px;
  }
  section.looks .look .set {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.looks .look .set .text {
    width: 100%;
    padding: 0px;
    order: 2;
  }
  section.looks .look .set .text .credits .credit {
    padding-bottom: 10px;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 4px 1px;
  }
  section.looks .look .set .text .credits .credit:not(:last-child) {
    margin-bottom: 10px;
  }
  section.looks .look .set .text .credits .credit dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  section.looks .look .set .text .credits .credit dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.looks .look .set .text .credits .credit dl dt strong:nth-child(1) {
    color: #111;
    font-family: "din-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  section.looks .look .set .text .credits .credit dl dt strong:nth-child(1) span {
    font-weight: 300;
    display: inline-block;
    padding: 0 0 0 5px;
  }
  section.looks .look .set .text .credits .credit dl dt strong:nth-child(2) {
    color: #111;
    font-family: "din-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
    padding: 0 0 0 5px;
  }
  section.looks .look .set .text .credits .credit dl dd a {
    color: #FFF;
    font-family: "din-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding: 3px 6px;
    background-color: #111;
    transition: all 0.25s ease-in 0s;
  }
  section.looks .look .set .text .credits .credit dl dd a:hover {
    opacity: 0.7;
  }
  section.looks .look .set .text .credits .credit dl dd a:not([href]) {
    display: none;
  }
  section.looks .look .set .text .credits .credit dl dd a:not([href]) + span {
    color: #FFF;
    font-family: "din-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  section.looks .look .set .text .credits .credit dl dd a:not([href]) + a.linelink {
    display: inline-block;
  }
  section.looks .look .set .text .credits .credit dl dd a[href] {
    display: inline-block;
  }
  section.looks .look .set .text .credits .credit dl dd a[href] + a.linelink {
    display: none;
  }
  section.looks .look .set .text .credits .credit dl dd a + span {
    display: none;
  }
  section.looks .look .set .text .credits .credit dl dd span {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  section.looks .look .set .text .credits .credit .disable dl dd span {
    display: inline-block;
  }
  section.looks .look .set .photo {
    width: 100%;
    padding: 1px;
    margin-bottom: 20px;
    order: 1;
  }
  section.looks .look .set .arrow {
    width: 30px;
    height: 30px;
    background-image: url(../images/arrow.png);
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 15px);
    z-index: 1;
    cursor: pointer;
    transition: all 0.25s ease-in 0s;
  }
  section.looks .look .set .arrow:hover {
    opacity: 0.7;
  }
  section.looks .look .set .arrow.prev {
    left: 15px;
  }
  section.looks .look .set .arrow.next {
    right: 15px;
    transform: rotate(180deg);
  }

  footer {
    padding: 50px 0 40px 0;
  }
  footer .inner p.credit {
    color: #111;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 0em;
    text-align: center;
    padding: 0;
    margin-bottom: 50px;
  }
  footer .inner p.cp {
    color: #E8E4DC;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    padding: 0px;
  }
  footer .inner .pgtop {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .inner .pgtop a {
    color: #111;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    padding: 20px 0;
    background-color: #FFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  footer .inner .pgtop a:hover {
    color: #666;
  }
  footer .inner .link {
    width: calc(100% - 40px);
    margin: 0 auto 20px auto;
  }
  footer .inner .link ul {
    margin-bottom: 5px;
  }
  footer .inner .link ul li a {
    color: #111;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .link ul li a:hover {
    color: #666;
  }
  footer .inner .link ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .inner .link p {
    color: #111;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .link p:not(:last-child) {
    margin-bottom: 30px;
  }
  footer .inner .link p a {
    color: #111;
  }
  footer .inner .link p a:hover {
    color: #666;
  }
}