@charset "UTF-8";
@import url("https://use.typekit.net/vsk1mcz.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 {
  font-family: futura-pt-condensed, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #111;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}

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

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

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: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out 0.25s;
}
#loader .logo {
  width: 250px;
  height: 64px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 125px);
  top: calc(50% - 32px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #111;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 333;
  transition: all 0.25s ease-in 0s;
}
header .inner {
  width: 100%;
  height: 200px;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header .inner h1 {
  width: 400px;
  height: 102px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
header.on {
  top: -49px;
  transform: scale(0.5);
}

h2 {
  width: 26px;
  position: fixed;
  right: 20px;
  top: calc(50% - 151px);
  z-index: 10;
}
h2 span {
  width: 26px;
  height: 302px;
  background-image: url(../images/text_deco.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
h2.change span {
  background-image: url(../images/text_deco2.png);
}

article {
  position: fixed;
  left: 20px;
  top: calc(50% - 60px);
  z-index: 10;
}
article ul li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
article ul li:not(:last-child) {
  margin-bottom: 5px;
}
article ul li:not(:first-child) span {
  width: 20px;
  border-radius: 20px;
}
article ul li:not(:first-child).now span {
  color: #FFF;
  background-color: #111;
}
article ul li span {
  color: #111;
  font-family: adobe-garamond-pro, serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  height: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
}
article ul.change li:not(:first-child).now span {
  color: #282f5d;
  background-color: #FFF;
}
article ul.change li span {
  color: #FFF;
}

main {
  width: 100%;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
main .inner {
  width: 100%;
  padding: 200px 0 0 0;
}
main .inner .thumb {
  cursor: pointer;
  position: relative;
  transition: all 0.25s ease-in 0s;
}
main .inner .thumb:hover {
  filter: brightness(1.25);
}
main .inner .thumb::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
}
main .inner .sec {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
main .inner .sec .insec {
  width: calc(100% - 40px);
  max-width: 1040px;
  margin: 0 auto;
}
main .inner .sec .insec h3 {
  color: #111;
  font-family: adobe-garamond-pro, serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 50px;
}
main .inner .sec .insec .photoset {
  width: 100%;
  margin: 0 auto 100px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .inner .sec .insec .photoset .photo {
  width: calc(50% - 10px);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
main .inner .sec .insec .photoset .photo img {
  display: none;
}
main .inner .sec .insec .photoset .photo#t1::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/photo1_1_2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  animation-name: change;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
main .inner .sec .insec .photoset .photo#t8::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/photo3_1_2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  animation-name: change;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
main .inner .sec .insec .photoset .combo {
  width: 50%;
}
main .inner .sec .insec .photoset .combo .incombo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .inner .sec .insec .photoset .combo .incombo:not(:last-child) {
  margin-bottom: 10px;
}
main .inner .sec .insec .photoset .combo .incombo .ph {
  width: calc(50% - 5px);
}
main .inner .sec .insec .photoset .combo .incombo .ph#t3 {
  background-image: url(../images/photo1_3_2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main .inner .sec .insec .photoset .combo .incombo .ph#t3 img {
  animation-name: change;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
main .inner .sec .insec .photoset .combo .ph {
  width: 100%;
}
main .inner .sec .insec .photoset.type2 .photo {
  width: calc(65% - 10px);
}
main .inner .sec .insec .photoset.type2 .combo {
  width: 35%;
}
main .inner .sec .insec .photoset.type2 .combo .incombo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .sec .insec .photoset.type2 .combo .incombo .ph {
  width: 100%;
}
main .inner .sec .insec .photoset.type2 .combo .incombo .ph:not(:last-child) {
  margin-bottom: 10px;
}
main .inner .sec .insec .lphoto {
  width: 100%;
  margin: 0 auto;
}
main .inner .sec .insec .lphoto:not(:last-child) {
  margin-bottom: 100px;
}
main .inner .sec .insec .mphoto {
  width: calc(100% - 400px);
  margin: 0 auto;
}
main .inner .sec .insec .mphoto:not(:last-child) {
  margin-bottom: 100px;
}
main .inner .sec .insec .textset {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
main .inner .sec .insec .textset:not(:last-child) {
  margin-bottom: 100px;
}
main .inner .sec .insec .textset .photo {
  width: calc(50% + 10px);
  padding: 0 20px 20px 0;
}
main .inner .sec .insec .textset .text {
  width: calc(50% - 10px);
}
main .inner .sec .insec .textset .text h4 {
  color: #111;
  font-family: adobe-garamond-pro, serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 4.4rem;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main .inner .sec .insec .textset .text p:not(:last-child) {
  margin-bottom: 20px;
}
main .inner .sec .insec .textset .text p.en {
  color: #111;
  font-family: adobe-garamond-pro, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main .inner .sec .insec .textset .text p.jp {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0em;
}
main .inner .sec .insec .textset .text .credits {
  padding-top: 20px;
}
main .inner .sec .insec .textset.type2 {
  width: calc(100% - 400px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .sec .insec .textset.type2 .photo {
  width: 100%;
  padding: 0px;
}
main .inner .sec .insec .textset.type2 .photo:not(:last-child) {
  margin-bottom: 20px;
}
main .inner .sec .insec .textset.type2 .text {
  width: 100%;
}
main .inner .sec .insec .textset.type2 .text .photo {
  width: 100%;
  padding: 0px;
}
main .inner .sec .insec .textset.type2 .text .photo:not(:last-child) {
  margin-bottom: 20px;
}
main .inner .sec .insec .textset.type2 .text .photo#t11 {
  background-image: url(../images/photo3_6_2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main .inner .sec .insec .textset.type2 .text .photo#t11 img {
  animation-name: change;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
main .inner .sec .insec .textset.type2 .text .pset {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .inner .sec .insec .textset.type2 .text .pset:not(:last-child) {
  margin-bottom: 20px;
}
main .inner .sec .insec .textset.type2 .text .pset .ph {
  width: calc(50% - 10px);
}
main .inner .sec .insec .textset.type3 .photo {
  padding: 0 0 20px 20px;
  order: 2;
}
main .inner .sec .insec .textset.type3 .text {
  order: 1;
}
main .inner .sec .insec .item {
  width: calc(100% - 400px);
  margin: 0 auto;
}
main .inner .sec .insec .item:not(:last-child) {
  margin-bottom: 100px;
}
main .inner .sec .insec .item .photo {
  width: 100%;
  padding: 0px;
}
main .inner .sec .insec .item .photo:not(:last-child) {
  margin-bottom: 20px;
}
main .inner .sec .insec .collage {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
main .inner .sec .insec .collage:not(:last-child) {
  margin-bottom: 100px;
}
main .inner .sec .insec .collage .photo:nth-child(1) {
  width: 40%;
  order: 2;
}
main .inner .sec .insec .collage .photo:nth-child(2) {
  width: 40%;
  padding-top: 100px;
  position: relative;
  right: -15%;
  order: 1;
}
main .inner .sec .insec .recommend {
  width: 100%;
  margin: 0 auto;
}
main .inner .sec .insec .recommend h4 {
  color: #111;
  font-family: adobe-garamond-pro, serif;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 50px;
}
main .inner .sec .insec .recommend .inner {
  width: 100%;
  padding: 0px;
}
main .inner .sec .insec .recommend .inner .swiper-wrapper {
  width: 100%;
}
main .inner .sec .insec .recommend .inner .swiper-wrapper .swiper-slide p {
  width: 100%;
  margin-bottom: 20px;
}
main .inner .sec#sec1 {
  padding: 0 0 100px 0;
  margin-bottom: 100px;
  position: sticky;
}
main .inner .sec#sec2 {
  width: 100%;
  padding: 100px 0 200px 0;
  background-color: #d1d6d7;
  position: sticky;
  z-index: 2;
}
main .inner .sec#sec2 .insec .textset .photo::after {
  right: 30px;
  bottom: 30px;
}
main .inner .sec#sec3 {
  width: 100%;
  padding: 100px 0 200px 0;
  background-color: #b8ae9c;
  position: sticky;
  z-index: 3;
}
main .inner .sec#sec4 {
  width: 100%;
  padding: 100px 0 200px 0;
  margin-bottom: 0px;
  background-color: #282f5d;
  position: sticky;
  z-index: 4;
}
main .inner .sec#sec4 .insec h3 {
  color: #FFF;
}
main .inner .sec#sec4 .insec .textset .photo::after {
  right: 30px;
  bottom: 30px;
}
main .inner .sec#sec4 .insec .textset .text h4 {
  color: #FFF;
}
main .inner .sec#sec4 .insec .textset .text p.en, main .inner .sec#sec4 .insec .textset .text p.jp {
  color: #FFF;
}
main .inner .sec#sec4 .insec .recommend h4 {
  color: #FFF;
}
main .inner .sec#sec4 .insec .recommend .inner .swiper-wrapper .swiper-slide .credit dl dt span,
main .inner .sec#sec4 .insec .recommend .inner .swiper-wrapper .swiper-slide .credit dl dt strong {
  color: #FFF;
}
main .inner .sec#sec4 .insec .recommend .inner .swiper-wrapper .swiper-slide .credit dl dd a {
  color: #282f5d;
  background-color: #FFF;
}
main .inner .sec#sec4 .insec .credit:not(:last-child) {
  border-bottom: solid 1px #FFF;
}
main .inner .sec#sec4 .insec .credit dl dt strong {
  color: #FFF;
}
main .inner .sec#sec4 .insec .credit dl dd a {
  color: #282f5d;
  background-color: #FFF;
}

footer {
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-color: #FFF;
}
footer .pgtop {
  width: 100%;
  border-bottom: solid 1px #111;
}
footer .pgtop a {
  color: #111;
  font-family: adobe-garamond-pro, serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 80px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer .infoot {
  width: 100%;
  padding: 80px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .infoot h3 {
  width: 250px;
  height: 64px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}
footer .infoot ul {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 20px;
}
footer .infoot ul li a {
  color: #111;
  font-family: adobe-garamond-pro, serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot ul li a:hover {
  color: #666666;
}
footer .infoot p {
  color: #111;
  font-family: adobe-garamond-pro, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

#looks {
  width: 100%;
  height: 100vh;
  padding: 100px 0 0 0;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -9999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  box-sizing: border-box;
}
#looks.active {
  pointer-events: auto;
  z-index: 9999;
}
#looks.active .close div {
  pointer-events: auto;
}
#looks .close {
  width: 40px;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 99999;
  pointer-events: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
#looks .close div {
  width: 40px;
  height: 40px;
  position: relative;
  pointer-events: none;
  cursor: pointer;
}
#looks .close div span {
  width: 10px;
  height: 10px;
  background-color: #111;
  position: absolute;
  transition: all 0.25s ease-in 0s;
}
#looks .close div span:nth-child(1) {
  width: 40px;
  height: 2px;
  left: 0px;
  top: 17px;
  transform: rotate(45deg);
}
#looks .close div span:nth-child(2) {
  width: 40px;
  height: 2px;
  left: 0px;
  top: 17px;
  transform: rotate(-45deg);
}
#looks .close div:hover span {
  background-color: #666666;
}
#looks .look {
  width: 900px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
#looks .look:not(:last-child) {
  margin-bottom: 120px;
}
#looks .look .set {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#looks .look .set .text {
  width: 400px;
  padding: 0px;
  order: 2;
}
#looks .look .set .text .credits {
  width: 100%;
}
#looks .look .set .photo {
  width: 480px;
  overflow: hidden;
  order: 1;
  position: relative;
}
#looks .look .set .photo .arrow {
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 1;
}
#looks .look .set .photo .arrow.left {
  left: 10px;
}
#looks .look .set .photo .arrow.right {
  right: 10px;
  transform: rotate(180deg);
}
#looks .space {
  width: 560px;
  height: 100vh;
  margin: 0 auto;
}

.credit {
  width: 100%;
}
.credit:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #999999;
}
.credit dl {
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}
.credit dl dt strong {
  color: #111;
  font-family: adobe-garamond-pro, serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
.credit dl dt strong:not(:last-child) {
  margin-bottom: 5px;
}
.credit dl dt strong span {
  display: inline-block;
  padding: 0 0 0 5px;
  /*
  &:not(.nc){
  	&::after{
  		content: '(TAX IN)';
  		padding: 0 0 0 5px;
  	}	
  }
  */
}
.credit dl dd {
  margin: 0px;
}
.credit dl dd a {
  color: #FFF;
  font-family: adobe-garamond-pro, serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  width: 45px;
  height: 25px;
  padding: 3px 6px;
  background-color: #111;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-in;
}
.credit dl dd a:hover {
  opacity: 0.7;
}
.credit dl dd a:not([href]) {
  display: none;
}
.credit dl dd a:not([href]) + a.linelink {
  display: inline-block;
}
.credit dl dd a[href] + a.linelink {
  display: none;
}

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

  header .inner {
    height: 105px;
  }
  header .inner h1 {
    width: 270px;
    height: 69px;
  }
  header.on {
    top: -25px;
  }

  h2 {
    width: 10px;
    right: 7px;
    top: calc(50% - 58px);
  }
  h2 span {
    width: 10px;
    height: 116px;
  }

  article {
    position: fixed;
    left: 5px;
    top: calc(50% - 33px);
    z-index: 10;
  }
  article ul li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  article ul li:not(:last-child) {
    margin-bottom: 0px;
  }
  article ul li:first-child {
    margin-bottom: 5px;
  }
  article ul li:not(:first-child) span {
    width: 12px;
    border-radius: 12px;
  }
  article ul li:not(:first-child).now span {
    color: #FFF;
    background-color: #111;
  }
  article ul li span {
    color: #111;
    font-family: adobe-garamond-pro, serif;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    height: 12px;
  }

  main {
    width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box;
  }
  main .inner {
    padding: 105px 0 0 0;
  }
  main .inner .thumb:hover {
    filter: brightness(1.1);
  }
  main .inner .thumb::after {
    width: 10px;
    height: 10px;
  }
  main .inner .sec {
    width: 100%;
    overflow: hidden;
  }
  main .inner .sec .insec {
    width: calc(100% - 52px);
    max-width: 100%;
  }
  main .inner .sec .insec h3 {
    color: #111;
    font-family: adobe-garamond-pro, serif;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 25px;
  }
  main .inner .sec .insec .photoset {
    width: 100%;
    margin: 0 auto 50px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec .photoset .photo {
    width: 100%;
    background-image: none;
    position: relative;
  }
  main .inner .sec .insec .photoset .photo img {
    display: block;
  }
  main .inner .sec .insec .photoset .photo#t1::before {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  main .inner .sec .insec .photoset .photo#t8::before {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  main .inner .sec .insec .photoset .photo:not(:last-child) {
    margin-bottom: 6px;
  }
  main .inner .sec .insec .photoset .combo {
    width: 100%;
  }
  main .inner .sec .insec .photoset .combo .incombo:not(:last-child) {
    margin-bottom: 6px;
  }
  main .inner .sec .insec .photoset .combo .incombo .ph {
    width: calc(50% - 3px);
  }
  main .inner .sec .insec .photoset .combo .ph {
    width: 100%;
  }
  main .inner .sec .insec .photoset.type2 .photo {
    width: 100%;
  }
  main .inner .sec .insec .photoset.type2 .combo {
    width: 100%;
  }
  main .inner .sec .insec .photoset.type2 .combo .incombo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .inner .sec .insec .photoset.type2 .combo .incombo .ph {
    width: calc(50% - 3px);
  }
  main .inner .sec .insec .photoset.type2 .combo .incombo .ph:not(:last-child) {
    margin-bottom: 0px;
  }
  main .inner .sec .insec .lphoto {
    width: 100%;
    margin: 0 auto;
  }
  main .inner .sec .insec .lphoto:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .insec .mphoto {
    width: calc(100% - 52px);
    margin: 0 auto;
  }
  main .inner .sec .insec .mphoto:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .insec .textset {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
  }
  main .inner .sec .insec .textset:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .insec .textset .photo {
    width: calc(50% + 10px);
    padding: 0 10px 10px 0;
    float: left;
  }
  main .inner .sec .insec .textset .text {
    width: 100%;
  }
  main .inner .sec .insec .textset .text h4 {
    color: #111;
    font-family: adobe-garamond-pro, serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.6rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main .inner .sec .insec .textset .text p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec .insec .textset .text p.en {
    color: #111;
    font-family: adobe-garamond-pro, serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0em;
  }
  main .inner .sec .insec .textset .text p.jp {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.7rem;
    letter-spacing: 0em;
  }
  main .inner .sec .insec .textset .text .credits {
    padding-top: 10px;
  }
  main .inner .sec .insec .textset.type2 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec .textset.type2 .photo {
    width: 100%;
    padding: 0px;
  }
  main .inner .sec .insec .textset.type2 .photo:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner .sec .insec .textset.type2 .text {
    width: 100%;
  }
  main .inner .sec .insec .textset.type2 .text .photo {
    width: 100%;
    padding: 0px;
  }
  main .inner .sec .insec .textset.type2 .text .photo:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner .sec .insec .textset.type2 .text .pset .ph {
    width: calc(50% - 5px);
  }
  main .inner .sec .insec .textset.type3 .photo {
    padding: 0 0 20px 20px;
    float: right;
  }
  main .inner .sec .insec .textset.type3 .text {
    order: 1;
  }
  main .inner .sec .insec .item {
    width: 100%;
    margin: 0 auto;
  }
  main .inner .sec .insec .item:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .insec .item .photo {
    width: 100%;
    padding: 0px;
  }
  main .inner .sec .insec .item .photo:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec .insec .item .credit dl {
    justify-content: space-between;
  }
  main .inner .sec .insec .item .credit dl dd {
    margin: 0px;
  }
  main .inner .sec .insec .collage:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .insec .collage .photo:nth-child(1) {
    width: 60%;
    order: 2;
  }
  main .inner .sec .insec .collage .photo:nth-child(2) {
    width: 75%;
    padding-top: 100px;
    right: -20%;
    order: 1;
  }
  main .inner .sec .insec .recommend h4 {
    color: #111;
    font-family: adobe-garamond-pro, serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 25px;
  }
  main .inner .sec .insec .recommend .inner {
    width: 100%;
  }
  main .inner .sec .insec .recommend .inner .swiper-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec .recommend .inner .swiper-wrapper .swiper-slide {
    width: auto;
  }
  main .inner .sec .insec .recommend .inner .swiper-wrapper .swiper-slide:not(:first-child) {
    margin: 0px;
  }
  main .inner .sec .insec .recommend .inner .swiper-wrapper .swiper-slide p {
    margin-bottom: 10px;
  }
  main .inner .sec .insec .recommend .inner .swiper-wrapper .swiper-slide .credit {
    padding-right: 5px;
    padding-left: 5px;
  }
  main .inner .sec .insec .recommend .inner .swiper-wrapper .swiper-slide .credit dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  main .inner .sec .insec .recommend .inner .swiper-wrapper .swiper-slide .credit dl dd {
    margin: 0px;
  }
  main .inner .sec#sec1 {
    padding: 0 0 100px 0;
    margin-bottom: 100px;
    position: sticky;
  }
  main .inner .sec#sec2 {
    padding: 50px 0 200px 0;
    position: sticky;
    z-index: 2;
  }
  main .inner .sec#sec2 .insec .item .photo {
    width: 100vw;
    position: relative;
    left: calc(50% - 50vw);
  }
  main .inner .sec#sec3 {
    padding: 50px 0 200px 0;
    position: sticky;
    z-index: 3;
  }
  main .inner .sec#sec4 {
    padding: 50px 0 100px 0;
    margin-bottom: 0px;
    position: sticky;
    z-index: 4;
  }
  main .inner .sec#sec4 .insec {
    width: 100%;
  }
  main .inner .sec#sec4 .insec h3 {
    color: #FFF;
    padding: 0 26px;
  }
  main .inner .sec#sec4 .insec .mphoto {
    margin-bottom: 20px;
  }
  main .inner .sec#sec4 .insec .photoset.type2 {
    padding: 0 26px;
  }
  main .inner .sec#sec4 .insec .textset {
    padding: 0 26px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec#sec4 .insec .textset .photo {
    width: calc(100vw - 50px);
    padding: 0px;
    margin-bottom: 20px;
    position: relative;
    left: calc(50% - 50vw);
  }
  main .inner .sec#sec4 .insec .textset .text h4 {
    color: #FFF;
  }
  main .inner .sec#sec4 .insec .textset .text p.en, main .inner .sec#sec4 .insec .textset .text p.jp {
    color: #FFF;
  }
  main .inner .sec#sec4 .insec .textset.type2 .photo {
    width: calc(100vw - 26px);
    left: calc(50% - 50vw + 26px);
  }
  main .inner .sec#sec4 .insec .textset.type2 .text .pset {
    padding-top: 40px;
  }
  main .inner .sec#sec4 .insec .recommend {
    width: 100%;
    overflow: hidden;
  }
  main .inner .sec#sec4 .insec .recommend h4 {
    color: #FFF;
  }
  main .inner .sec#sec4 .insec .recommend .inner .swiper-wrapper .swiper-slide .credit dl dt span,
main .inner .sec#sec4 .insec .recommend .inner .swiper-wrapper .swiper-slide .credit dl dt strong {
    color: #FFF;
  }
  main .inner .sec#sec4 .insec .recommend .inner .swiper-wrapper .swiper-slide .credit dl dd a {
    color: #282f5d;
    background-color: #FFF;
  }

  footer .pgtop a {
    color: #111;
    font-family: adobe-garamond-pro, serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    height: 40px;
  }
  footer .infoot {
    width: 100%;
    padding: 40px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .infoot h3 {
    width: 125px;
    height: 32px;
    margin-bottom: 40px;
  }
  footer .infoot ul {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .infoot ul li a {
    color: #111;
    font-family: adobe-garamond-pro, serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot ul li a:hover {
    color: #111;
  }
  footer .infoot p {
    color: #111;
    font-family: adobe-garamond-pro, serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
  }

  #looks .close {
    top: 15px;
    right: 15px;
  }
  #looks .title {
    width: calc(100% - 10px);
    padding: 10px 0 15px 8px;
    margin: 0 auto;
  }
  #looks .title h3 {
    width: 232px;
    height: 100px;
  }
  #looks .look {
    width: calc(100% - 52px);
  }
  #looks .look:not(:last-child) {
    margin-bottom: 60px;
  }
  #looks .look .set {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look .set .text {
    width: 100%;
    padding: 0px;
    order: 2;
  }
  #looks .look .set .photo {
    width: 100%;
    margin-bottom: 15px;
  }
  #looks .look .set .photo .arrow {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
  #looks .look .set .photo .arrow.left {
    left: 10px;
  }
  #looks .look .set .photo .arrow.right {
    right: 10px;
  }
  #looks .space {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
  }

  .credit {
    width: 100%;
  }
  .credit dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .credit dl dt strong {
    color: #111;
    font-family: adobe-garamond-pro, serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .credit dl dt strong:not(:last-child) {
    margin-bottom: 5px;
  }
  .credit dl dt strong span {
    display: inline-block;
    padding: 0 0 0 5px;
    /*
    &:not(.nc){
    	&::after{
    		content: '(TAX IN)';
    		padding: 0 0 0 5px;
    	}	
    }
    */
  }
  .credit dl dd a {
    color: #FFF;
    font-family: adobe-garamond-pro, serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    width: 45px;
    height: 25px;
    padding: 3px 6px;
    background-color: #111;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.15s ease-in;
  }
  .credit dl dd a:hover {
    opacity: 0.7;
  }
  .credit dl dd a:not([href]) {
    display: none;
  }
  .credit dl dd a:not([href]) + a.linelink {
    display: inline-block;
  }
  .credit dl dd a[href] + a.linelink {
    display: none;
  }
}

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