@charset "UTF-8";
@import url("https://use.typekit.net/slr7xup.css");
@import url("https://use.typekit.net/nmj4igm.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 arrow {
  0% {
    top: calc(50% - 175px);
  }
  25% {
    top: calc(50% - 175px);
  }
  50% {
    top: calc(50% - 125px);
  }
  75% {
    top: calc(50% - 125px);
  }
  100% {
    top: calc(50% - 175px);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  color: #000;
  font-family: minion-pro, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #F8F5EE;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: 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: #999;
}

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: #F8F5EE;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
}
#loader h2 {
  width: 50%;
  opacity: 1;
  transition: opacity 0.5s ease-in;
}
#loader .photo {
  width: 1000px;
  height: auto;
  position: absolute;
  left: calc(50% - 500px);
  top: calc(50% - 333px);
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
#loader .photo img {
  opacity: 0;
}
#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.change h2 {
  opacity: 0;
}
#loader.change .photo {
  opacity: 1;
}
#loader.change .photo img {
  opacity: 1;
}

main#container {
  width: 100%;
}
main#container #visual {
  width: 100%;
  background-color: #eae6da;
  position: relative;
}
main#container #visual ul.photos {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main#container #visual ul.photos li {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 23vw;
  opacity: 0;
}
main#container #visual ul.photos li:nth-child(1) {
  width: calc((100% - 30px) / 4 * 2 + 10px);
  background-image: url(../images/visual1.jpg);
  margin: 0 0 10px 0;
  transition: all 0.5s ease-out 0s;
}
main#container #visual ul.photos li:nth-child(2) {
  width: calc((100% - 30px) / 4);
  background-image: url(../images/visual2.jpg);
  margin: 0 0 10px 10px;
  transition: all 0.5s ease-out 0.2s;
}
main#container #visual ul.photos li:nth-child(3) {
  width: calc((100% - 30px) / 4);
  background-image: url(../images/visual3.jpg);
  margin: 0 0 10px 10px;
  transition: all 0.5s ease-out 0.4s;
}
main#container #visual ul.photos li:nth-child(4) {
  width: calc((100% - 30px) / 4);
  background-image: url(../images/visual4.jpg);
  margin: 0px;
  transition: all 0.5s ease-out 0.6s;
}
main#container #visual ul.photos li:nth-child(5) {
  width: calc((100% - 30px) / 4 * 2 + 10px);
  background-image: url(../images/visual5.jpg);
  margin: 0 0 0 10px;
  transition: all 0.5s ease-out 0.8s;
}
main#container #visual ul.photos li:nth-child(6) {
  width: calc((100% - 30px) / 4);
  background-image: url(../images/visual6.jpg);
  margin: 0 0 0 10px;
  transition: all 0.5s ease-out 1s;
}
main#container #visual ul.photos li:nth-child(7) {
  display: none;
}
main#container #visual .title {
  width: 100%;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-out 1.5s;
}
main#container #visual .title h3 {
  width: 728px;
  height: 36px;
  background-image: url(../images/title1.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: 30px;
}
main#container #visual .title h4 {
  width: 378px;
  height: 20px;
  background-image: url(../images/title2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main#container #visual.on ul.photos li {
  opacity: 1;
}
main#container #visual.on .title {
  opacity: 1;
}
main#container .sec {
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-out;
}
main#container .sec span.show {
  display: block;
  position: relative;
  cursor: pointer;
}
main#container .sec span.show::before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../images/icon_show.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  transition: all 0.25s ease-in 0s;
}
main#container .sec span.show img {
  transition: all 0.25s ease-in 0s;
}
main#container .sec span.show:hover::before {
  transform: rotate(90deg);
}
main#container .sec span.show:hover img {
  filter: brightness(107.5%);
}
main#container .sec.on {
  opacity: 1;
}
main#container .sec .inner {
  width: 100%;
}
main#container .sec .inner h3 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 408px;
  height: 56px;
  margin: 0 auto 60px auto;
}
main#container .sec .inner h4 {
  background-image: url(../images/text_more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 208px;
  height: 58px;
  margin: 0 auto 60px auto;
}
main#container .sec .inner h5 {
  background-image: url(../images/title_newproduct.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 318px;
  height: 56px;
  margin: 0 auto 60px auto;
}
main#container .sec .inner .lphoto {
  width: 100%;
}
main#container .sec .inner .lphoto:not(:last-child) {
  margin: 0 auto 80px auto;
}
main#container .sec#sec1 {
  padding: 120px 0;
}
main#container .sec#sec1 .inner:not(:last-child) {
  margin-bottom: 120px;
}
main#container .sec#sec1 .inner h3 {
  background-image: url(../images/title_style1.svg);
}
main#container .sec#sec1 .inner .set {
  margin: 0 auto;
}
main#container .sec#sec1 .inner .set:not(:last-child) {
  margin-bottom: 40px;
}
main#container .sec#sec1 .inner .set.type1 {
  width: 1020px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main#container .sec#sec1 .inner .set.type1 .photo {
  width: calc((100% - 40px) / 2);
}
main#container .sec#sec1 .inner .set.type1 .photoset {
  width: 100%;
}
main#container .sec#sec1 .inner .set.type1 .photoset .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main#container .sec#sec1 .inner .set.type1 .photoset .swiper-wrapper .swiper-slide {
  width: calc((100% - 40px) / 2);
}
main#container .sec#sec1 .inner .set.type1 .photoset .swiper-wrapper .swiper-slide:nth-child(1) {
  display: none;
}
main#container .sec#sec1 .inner .set.type1 .text {
  width: calc((100% - 40px) / 2);
  background-image: url(../images/wordwrap1.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;
}
main#container .sec#sec1 .inner .set.type2 {
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main#container .sec#sec1 .inner .set.type2 .photo {
  width: calc((100% - 40px) / 2);
}
main#container .sec#sec1 .inner .set.type2 .photo:nth-child(1) span.show::before {
  filter: invert(100);
}
main#container .sec#sec2 {
  padding: 0px;
  margin-bottom: 120px;
}
main#container .sec#sec2 .inner {
  width: 810px;
  margin: 0 auto 120px auto;
}
main#container .sec#sec2 .inner h3 {
  background-image: url(../images/title_style2.svg);
}
main#container .sec#sec2 .inner .snap {
  width: 100%;
  background-color: #FFF;
  padding: 16px;
  margin-bottom: 40px;
}
main#container .sec#sec2 .inner .snap span {
  display: block;
}
main#container .sec#sec2 .inner .text {
  width: 100%;
  height: 154px;
  background-image: url(../images/wordwrap2.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;
  margin-bottom: 80px;
}
main#container .sec#sec2 .inner .set {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main#container .sec#sec2 .inner .set .photo {
  width: calc((100% - 40px) / 2);
}
main#container .sec#sec2 > .photo {
  width: calc(100% - 260px);
  min-width: 1020px;
  margin: 0 auto;
}
main#container .sec#sec3 {
  padding: 0px;
  margin-bottom: 120px;
}
main#container .sec#sec3 .inner {
  width: 100%;
  margin: 0 auto;
}
main#container .sec#sec3 .inner:not(:last-child) {
  margin-bottom: 120px;
}
main#container .sec#sec3 .inner h3 {
  background-image: url(../images/title_style3.svg);
  margin-bottom: 120px;
}
main#container .sec#sec3 .inner .lphoto {
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}
main#container .sec#sec3 .inner .lphoto::before {
  content: "";
  width: 810px;
  height: 99px;
  background-image: url(../images/wordwrap3.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;
  position: absolute;
  left: calc(50% - 405px);
  top: -50px;
  z-index: 5;
}
main#container .sec#sec3 .inner .set {
  width: 810px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main#container .sec#sec3 .inner .set:not(:last-child) {
  margin-bottom: 120px;
}
main#container .sec#sec3 .inner .set .photo {
  width: calc((100% - 40px) / 2);
}
main#container .sec#sec3 .inner .set.more {
  width: calc(100% - 50px);
}
main#container .sec#sec3 .inner .set.more .photo {
  width: calc((100% - 80px) / 3);
}
main#container .sec#sec3 .inner .set.new {
  width: calc(100% - 50px);
}
main#container .sec#sec3 .inner .set.new .photo {
  width: calc((100% - 80px) / 3);
}
main#container .sec#sec3 > .photo {
  width: calc(100% - 260px);
  min-width: 1020px;
  margin: 0 auto;
}
main#container footer {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
main#container footer .inner {
  width: 100%;
  padding: 0 0 80px 0;
  margin: 0 auto;
}
main#container footer .inner .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main#container footer .inner .set .link {
  padding: 0px;
}
main#container footer .inner .set .link ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 160px;
}
main#container footer .inner .set .link ul li:not(:last-child) {
  margin: 0 0 30px 0;
}
main#container footer .inner .set .link ul li a {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main#container footer .inner .set .link ul li a:hover {
  opacity: 0.7;
}
main#container footer .inner .set .link h6 {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 auto 40px auto;
}
main#container footer .inner .set .link .banner {
  width: 810px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container footer .inner .set .link .banner div {
  width: calc((100% - 40px) / 2);
}
main#container footer .inner .set .link .banner div a {
  display: block;
  transition: all 0.25s ease-in 0s;
}
main#container footer .inner .set .link .banner div a:hover {
  opacity: 0.7;
}
main#container footer .inner .set .staffcredit {
  color: #000;
  font-family: minion-pro, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  /*
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(90deg);
  transform-origin: left top;
  */
}
main#container footer .pgtop {
  width: 68px;
  position: absolute;
  right: 40px;
  bottom: -180px;
}
main#container footer .pgtop a {
  width: 100%;
  height: 35px;
  background-image: url(../images/arrow_top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.25s ease-in 0s;
  display: block;
}
main#container footer .pgtop a:hover {
  opacity: 0.7;
}

#looks {
  background-color: #F8F5EE;
  width: 100%;
  height: 100vh;
  padding: 0px;
  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.25s ease-in;
}
#looks.active {
  opacity: 1;
  pointer-events: auto;
}
#looks.active ul.btnset {
  display: block;
}
#looks .inlooks {
  width: 100%;
  padding: 220px 0 0 0;
  position: relative;
}
#looks .inlooks .close {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 999;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
#looks .inlooks .close:hover {
  opacity: 0.7;
}
#looks .inlooks .close span {
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
}
#looks .inlooks .close span:nth-child(1) {
  transform: rotate(-45deg);
  left: 0px;
  top: 20px;
}
#looks .inlooks .close span:nth-child(2) {
  transform: rotate(45deg);
  right: 0px;
  top: 20px;
}
#looks .inlooks .look {
  width: 810px;
  margin: 0 auto;
}
#looks .inlooks .look:not(:last-child) {
  margin-bottom: 120px;
}
#looks .inlooks .look .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#looks .inlooks .look .combo .photo {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
#looks .inlooks .look .combo .credits {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .inlooks .look .combo .credits .credit:not(:last-child) {
  margin-bottom: 5px;
}
#looks .inlooks .look .combo .credits .credit dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#looks .inlooks .look .combo .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .inlooks .look .combo .credits .credit dl dt span {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  display: inline-block;
  padding: 0px;
}
#looks .inlooks .look .combo .credits .credit dl dt span:not(:first-child) {
  margin: 0 0 0 15px;
}
#looks .inlooks .look .combo .credits .credit dl dt span.items__price {
  /*
  @include flexbox(nowrap,row,flex-end,flex-start);
  &::after{
  	content: '/ TAX IN';
  	@include myText($col2, $fontSet1, 1.4rem, 400, 2rem, 0em);
  	padding: 0 0 0 5px;
  }
  */
}
#looks .inlooks .look .combo .credits .credit dl dd {
  margin: 0 0 0 10px;
}
#looks .inlooks .look .combo .credits .credit dl dd a {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: underline;
  transition: all 0.25s ease-in 0s;
}
#looks .inlooks .look .combo .credits .credit dl dd a:hover {
  opacity: 0.7;
}
#looks .inlooks .look .combo .credits .credit dl dd a:not([href]) {
  display: none;
}
#looks .inlooks .look .combo .credits .credit dl dd a:not([href]) + span {
  color: #F8F5EE;
  font-family: minion-pro, serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  display: inline-block;
}
#looks .inlooks .look .combo .credits .credit dl dd a + span {
  display: none;
}
#looks .inlooks .look .combo .credits .credit .disable dl dd span {
  display: inline-block;
}
#looks .inlooks .spc {
  width: 100%;
  height: 100vh;
}

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

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

  body {
    height: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }

  #loader {
    height: 100%;
  }
  #loader h2 {
    width: calc(100% - 132px);
    opacity: 1;
    transition: opacity 0.5s ease-in;
  }
  #loader .photo {
    width: calc(100% - 114px);
    height: auto;
    position: absolute;
    left: calc(50% - (100% - 114px) / 2);
    top: calc((100vw - 114px) * 1.42 / 2);
    opacity: 0;
    transition: opacity 0.5s ease-in;
  }
  #loader .bar {
    height: 5px;
    top: 0px;
    left: 0px;
    bottom: auto;
  }
  #loader.change h2 {
    opacity: 0;
  }
  #loader.change .photo {
    opacity: 1;
  }

  main#container #visual ul.photos li {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 45vw;
  }
  main#container #visual ul.photos li:nth-child(1) {
    width: calc((100% - 30px) / 4 * 3 + 20px);
    background-image: url(../images/visual1.jpg);
    margin: 0 0 10px 0;
  }
  main#container #visual ul.photos li:nth-child(2) {
    width: calc((100% - 30px) / 4);
    background-image: url(../images/visual2.jpg);
    margin: 0 0 10px 10px;
  }
  main#container #visual ul.photos li:nth-child(3) {
    width: calc((100% - 30px) / 4);
    background-image: url(../images/visual4.jpg);
    margin: 0 0 10px 0;
  }
  main#container #visual ul.photos li:nth-child(4) {
    width: calc((100% - 30px) / 4 * 3 + 20px);
    background-image: url(../images/visual5.jpg);
    margin: 0 0 10px 10px;
  }
  main#container #visual ul.photos li:nth-child(5) {
    width: calc((100% - 30px) / 4);
    background-image: url(../images/photo2_2.jpg);
    margin: 0px;
  }
  main#container #visual ul.photos li:nth-child(6) {
    width: calc((100% - 30px) / 4 * 2 + 10px);
    background-image: url(../images/visual3.jpg);
    margin: 0 0 0 10px;
  }
  main#container #visual ul.photos li:nth-child(7) {
    width: calc((100% - 30px) / 4);
    background-image: url(../images/visual6.jpg);
    margin: 0 0 0 10px;
    display: block;
    transition: all 0.5s ease-out 1.2s;
  }
  main#container #visual .title {
    width: 100%;
    padding-bottom: 60px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container #visual .title h3 {
    width: calc(100% - 50px);
    height: calc((100vw - 50px) * 0.05);
    margin-bottom: 15px;
  }
  main#container #visual .title h4 {
    width: 189px;
    height: 10px;
  }
  main#container .sec {
    width: 100%;
    margin: 0 auto;
  }
  main#container .sec span.show {
    display: block;
    position: relative;
    cursor: pointer;
  }
  main#container .sec span.show::before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(../images/icon_show.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    transition: all 0.25s ease-in 0s;
  }
  main#container .sec .inner {
    width: 100%;
  }
  main#container .sec .inner h3 {
    width: 204px;
    height: 28px;
    margin: 0 auto 40px auto;
  }
  main#container .sec .inner h4 {
    width: 104px;
    height: 29px;
    margin: 0 auto 30px auto;
  }
  main#container .sec .inner h5 {
    width: 159px;
    height: 28px;
    margin: 0 auto 30px auto;
  }
  main#container .sec .inner .lphoto {
    width: 100%;
  }
  main#container .sec .inner .lphoto:not(:last-child) {
    margin: 0 auto 80px auto;
  }
  main#container .sec#sec1 {
    padding: 60px 0 0 0;
    margin-bottom: 60px;
  }
  main#container .sec#sec1 .inner:not(:last-child) {
    margin-bottom: 60px;
  }
  main#container .sec#sec1 .inner .lphoto {
    margin: 0px;
  }
  main#container .sec#sec1 .inner .setset {
    padding: 55px 0 0 0;
    position: relative;
  }
  main#container .sec#sec1 .inner .setset .set {
    margin: 0 auto;
    position: relative;
  }
  main#container .sec#sec1 .inner .setset .set:not(:last-child) {
    margin-bottom: 60px;
  }
  main#container .sec#sec1 .inner .setset .set.type1 {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .sec#sec1 .inner .setset .set.type1:nth-child(1) {
    width: calc(100% - 20px);
    position: absolute;
    left: 10px;
    top: 10px;
  }
  main#container .sec#sec1 .inner .setset .set.type1:nth-child(1) .photo {
    display: none;
  }
  main#container .sec#sec1 .inner .setset .set.type1:nth-child(1) .text {
    background-image: url(../images_sp/wordwrap1.png);
    width: 100%;
    height: calc((100vw - 20px) * 0.96);
  }
  main#container .sec#sec1 .inner .setset .set.type1:nth-child(2) {
    width: calc(100% - 110px);
  }
  main#container .sec#sec1 .inner .setset .set.type1:nth-child(2) .photoset {
    width: 100%;
  }
  main#container .sec#sec1 .inner .setset .set.type1:nth-child(2) .photoset:not(:last-child) {
    margin-bottom: 15px;
  }
  main#container .sec#sec1 .inner .setset .set.type1:nth-child(2) .photoset .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  main#container .sec#sec1 .inner .setset .set.type1:nth-child(2) .photoset .swiper-wrapper .swiper-slide:nth-child(1) {
    display: block;
  }
  main#container .sec#sec1 .inner .setset .set.type1:nth-child(2) .pager {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main#container .sec#sec1 .inner .setset .set.type1:nth-child(2) .pager span {
    width: 8px;
    height: 8px;
    background-color: #808080;
    border-radius: 4px;
    display: block;
  }
  main#container .sec#sec1 .inner .setset .set.type1:nth-child(2) .pager span.swiper-pagination-bullet-active {
    background-color: #000;
  }
  main#container .sec#sec1 .inner .setset .set.type1:nth-child(2) .pager span:not(:first-child) {
    margin-left: 15px;
  }
  main#container .sec#sec1 .inner .set.type2 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .sec#sec1 .inner .set.type2 .photo {
    width: 100%;
  }
  main#container .sec#sec1 .inner .set.type2 .photo:nth-child(1) {
    margin-bottom: 30px;
  }
  main#container .sec#sec1 .inner .set.type2 .photo:nth-child(1) span.show::before {
    filter: invert(100);
  }
  main#container .sec#sec2 {
    padding: 0px;
    margin-bottom: 40px;
  }
  main#container .sec#sec2 .inner {
    width: 100%;
    margin: 0 auto 45px auto;
    position: relative;
  }
  main#container .sec#sec2 .inner .snap {
    width: 100%;
    background-color: #FFF;
    padding: 0px;
    margin-bottom: 75px;
  }
  main#container .sec#sec2 .inner .text {
    width: 70%;
    height: 57.4vw;
    background-image: url(../images_sp/wordwrap2.png);
    margin-bottom: 0px;
    position: absolute;
    top: 125vw;
    right: 0px;
  }
  main#container .sec#sec2 .inner .set {
    width: calc(100% - 24px);
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  main#container .sec#sec2 .inner .set .photo {
    width: calc((100% - 12px) / 2);
  }
  main#container .sec#sec2 > .photo {
    width: 100%;
    min-width: 100%;
  }
  main#container .sec#sec3 {
    padding: 0px;
    margin-bottom: 60px;
  }
  main#container .sec#sec3 .inner {
    width: 100%;
    margin: 0 auto;
  }
  main#container .sec#sec3 .inner:not(:last-child) {
    margin-bottom: 60px;
  }
  main#container .sec#sec3 .inner h3 {
    background-image: url(../images/title_style3.svg);
    margin-bottom: 70px;
  }
  main#container .sec#sec3 .inner .lphoto {
    width: 100%;
    margin-bottom: 35px;
    position: relative;
  }
  main#container .sec#sec3 .inner .lphoto::before {
    width: 68%;
    height: 34.816vw;
    background-image: url(../images_sp/wordwrap3.png);
    left: 16%;
    top: -50px;
  }
  main#container .sec#sec3 .inner .set {
    width: calc(100% - 24px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  main#container .sec#sec3 .inner .set:not(:last-child) {
    margin-bottom: 45px;
  }
  main#container .sec#sec3 .inner .set .photo {
    width: calc((100% - 24px) / 2);
  }
  main#container .sec#sec3 .inner .set.more {
    width: 100%;
    flex-direction: column;
  }
  main#container .sec#sec3 .inner .set.more .photo {
    width: 100%;
  }
  main#container .sec#sec3 .inner .set.more .photo:not(:last-child) {
    margin-bottom: 35px;
  }
  main#container .sec#sec3 .inner .set.new {
    width: 100%;
    flex-direction: column;
  }
  main#container .sec#sec3 .inner .set.new .photo {
    width: 100%;
  }
  main#container .sec#sec3 .inner .set.new .photo:not(:last-child) {
    margin-bottom: 35px;
  }
  main#container .sec#sec3 > .photo {
    width: 100%;
    min-width: 100%;
  }
  main#container footer .inner {
    padding: 0 0 60px 0;
  }
  main#container footer .inner .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container footer .inner .set .link ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px;
  }
  main#container footer .inner .set .link ul li:not(:last-child) {
    margin: 0 0 15px 0;
  }
  main#container footer .inner .set .link ul li a {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container footer .inner .set .link ul li a:hover {
    opacity: 1;
  }
  main#container footer .inner .set .link h6 {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 auto 20px auto;
  }
  main#container footer .inner .set .link .banner {
    width: calc(100% - 120px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container footer .inner .set .link .banner div {
    width: 100%;
  }
  main#container footer .inner .set .link .banner div:not(:last-child) {
    margin-bottom: 20px;
  }
  main#container footer .inner .set .link .banner div a {
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  main#container footer .inner .set .link .banner div a:hover {
    opacity: 0.7;
  }
  main#container footer .inner .set .staffcredit {
    color: #000;
    font-family: minion-pro, serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }

  #looks.active {
    opacity: 1;
    pointer-events: auto;
  }
  #looks.active ul.btnset {
    display: block;
  }
  #looks .inlooks {
    width: 100%;
    padding: 100px 0 0 0;
    position: relative;
  }
  #looks .inlooks .close {
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
  }
  #looks .inlooks .close:hover {
    opacity: 1;
  }
  #looks .inlooks .look {
    width: calc(100% - 24px);
    margin: 0 auto;
  }
  #looks .inlooks .look:not(:last-child) {
    margin-bottom: 280px;
  }
  #looks .inlooks .look.look4 .combo .photo, #looks .inlooks .look.look9 .combo .photo, #looks .inlooks .look.look10 .combo .photo, #looks .inlooks .look.look11 .combo .photo {
    width: calc(100% - 96px);
  }
  #looks .inlooks .look .combo .photo {
    margin-bottom: 20px;
  }
  #looks .inlooks .look .combo .credits .credit:not(:last-child) {
    margin-bottom: 0px;
  }
  #looks .inlooks .look .combo .credits .credit dl dt span {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
    display: inline-block;
    padding: 0px;
  }
  #looks .inlooks .look .combo .credits .credit dl dt span:not(:first-child) {
    margin: 0 0 0 5px;
  }
  #looks .inlooks .look .combo .credits .credit dl dt span.items__price {
    /*
    @include flexbox(nowrap,row,flex-end,flex-start);
    &::after{
    	content: '/ TAX IN';
    	@include myText($col2, $fontSet1, 1.4rem, 400, 2rem, 0em);
    	padding: 0 0 0 5px;
    }
    */
  }
  #looks .inlooks .look .combo .credits .credit dl dd {
    margin: 0 0 0 5px;
  }
  #looks .inlooks .look .combo .credits .credit dl dd a {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
  }
  #looks .inlooks .look .combo .credits .credit dl dd a:hover {
    opacity: 1;
  }
  #looks .inlooks .look .combo .credits .credit dl dd a:not([href]) {
    display: none;
  }
  #looks .inlooks .look .combo .credits .credit dl dd a:not([href]) + span {
    color: #F8F5EE;
    font-family: minion-pro, serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
  }
  #looks .inlooks .spc {
    width: 100%;
    height: 100vh;
  }
}

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