@charset "UTF-8";
@import url("https://use.typekit.net/zik7itw.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;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "adobe-garamond-pro", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  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: #000;
  text-decoration: none;
  cursor: pointer;
}

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

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: 264px;
  height: 20px;
  background-image: url(../images/brandlogo.png);
  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% - 132px);
  top: calc(50% - 10px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  width: 17px;
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 10;
}
header .inner {
  width: 100%;
}
header .inner ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner ul li {
  width: 100%;
}
header .inner ul li a {
  width: 100%;
  height: 381px;
  background-image: url(../images/link_online.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  opacity: 0.7;
}

main {
  width: 100%;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
main .inner {
  width: 100%;
  padding: 0px;
  margin-bottom: 90px;
}
main .inner .visual {
  width: 1000px;
  height: 770px;
  padding: 0;
  margin: 0 auto 170px auto;
  position: relative;
}
main .inner .visual h2 {
  width: 350px;
  height: 156px;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 95px;
  left: 0px;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.5s ease-in 1.5s;
}
main .inner .visual h3 {
  width: 377px;
  height: 34px;
  background-image: url(../images/subtitle.png);
  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;
  bottom: 45px;
  left: 200px;
  opacity: 0;
  transition: opacity 0.5s ease-in 1.75s;
}
main .inner .visual .photos {
  width: 100%;
  height: 100%;
  position: relative;
}
main .inner .visual .photos > div {
  opacity: 0;
  position: absolute;
}
main .inner .visual .photos > div.p1 {
  width: 200px;
  left: -20px;
  bottom: 0px;
  transition: opacity 0.3s ease-in 0s;
}
main .inner .visual .photos > div.p2 {
  width: 303px;
  top: 115px;
  left: 200px;
  transition: opacity 0.3s ease-in 0.25s;
}
main .inner .visual .photos > div.p2 video {
  width: 100%;
  height: auto;
}
main .inner .visual .photos > div.p2 .lead {
  width: 100%;
  height: 100%;
  padding: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
main .inner .visual .photos > div.p2 .lead p {
  color: #FFF;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0em;
  text-align: left;
}
main .inner .visual .photos > div.p2 .lead p:not(:last-child) {
  margin-bottom: 30px;
}
main .inner .visual .photos > div.p3 {
  width: 242px;
  top: 40px;
  left: 455px;
  z-index: 1;
  transition: opacity 0.3s ease-in 0.5s;
}
main .inner .visual .photos > div.p4 {
  width: 200px;
  top: 60px;
  right: -20px;
  transition: opacity 0.3s ease-in 1s;
}
main .inner .visual .photos > div.p5 {
  width: 243px;
  right: 30px;
  bottom: 0px;
  transition: opacity 0.3s ease-in 0.75s;
}
main .inner .visual.on h2, main .inner .visual.on h3 {
  opacity: 1;
}
main .inner .visual.on .photos > div {
  opacity: 1;
}
main .inner .sec {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
main .inner .sec .insec {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .inner .sec .insec:not(:last-child) {
  margin-bottom: 170px;
}
main .inner .sec .insec .data {
  width: 380px;
  position: sticky;
  top: 0px;
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
main .inner .sec .insec .data.show {
  opacity: 1;
}
main .inner .sec .insec .data .slider {
  width: 100%;
  overflow: hidden;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide {
  text-align: left;
  height: auto;
  transition: all 0.25s ease-in 0s;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide.swiper-slide-prev {
  transform: scale(0.75);
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.brand {
  width: 100%;
  margin-bottom: 140px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.brand.mb {
  margin-bottom: 80px;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.brand dt {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.brand dt:not(:last-child) {
  margin-bottom: 25px;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.brand dt.brand1 {
  background-image: url(../images/logo_warder.png);
  height: 42px;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.brand dt.brand2 {
  background-image: url(../images/logo_kuro.png);
  height: 83px;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.brand dt.brand3 {
  background-image: url(../images/logo_lee.png);
  height: 90px;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.brand dt.brand4 {
  background-image: url(../images/logo_malion.png);
  height: 70px;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.brand dt.brand5 {
  background-image: url(../images/logo_c.png);
  height: 104px;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.brand dd {
  width: 100%;
  height: 23px;
  background-image: url(../images/brandlogo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide h4 {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: auto;
  margin-bottom: 20px;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide p {
  color: #000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide p:not(:last-child) {
  margin-bottom: 30px;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.text {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.text:not(:last-child) {
  margin-bottom: 30px;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.text dt {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.text dt span:nth-child(1) {
  color: #FFF;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #000;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.text dt span:nth-child(1):not(:last-child) {
  margin-bottom: 5px;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.text dt span:nth-child(2) {
  color: #FFF;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #000;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.text dd {
  color: #000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide .page1 {
  height: 100%;
  padding: 40px 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #F0F7F7;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide .page2 {
  padding: 20px;
  background-color: #F0F7F7;
}
main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide .ph {
  width: 100%;
}
main .inner .sec .insec .looks {
  width: 500px;
}
main .inner .sec .insec .looks .look {
  width: 100%;
}
main .inner .sec .insec .looks .look:not(:last-child) {
  margin-bottom: 150px;
}
main .inner .sec .insec .looks .look dl.myname {
  text-align: left;
  width: 100%;
  transform: translateX(20px);
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
main .inner .sec .insec .looks .look dl.myname.show {
  transform: translateX(0px);
  opacity: 1;
}
main .inner .sec .insec .looks .look dl.myname:not(:last-child) {
  margin-bottom: 20px;
}
main .inner .sec .insec .looks .look dl.myname dt {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main .inner .sec .insec .looks .look dl.myname dd a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.25s ease-in 0s;
}
main .inner .sec .insec .looks .look dl.myname dd a::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/icon_insta.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 0 0 10px;
  display: block;
}
main .inner .sec .insec .looks .look dl.myname dd a:hover {
  opacity: 0.7;
}
main .inner .sec .insec .looks .look dl.myname dd a span {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}
main .inner .sec .insec .looks .look .photo {
  width: 100%;
  position: relative;
  transform: translateX(20px);
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
main .inner .sec .insec .looks .look .photo.show {
  transform: translateX(0px);
  opacity: 1;
}
main .inner .sec .insec .looks .look .photo.narrow {
  width: 400px;
  margin: 0 auto;
}
main .inner .sec .insec .looks .look .photo:not(:last-child) {
  margin-bottom: 50px;
}
main .inner .sec .insec .looks .look .photo.wc {
  position: relative;
}
main .inner .sec .insec .looks .look .photo.wc.on .credits::after {
  background-image: url(../images/btn_close.png);
}
main .inner .sec .insec .looks .look .photo.wc.on .credits .wrap-credit {
  bottom: 0px;
}
main .inner .sec .insec .looks .look .photo.wc:hover img {
  opacity: 0.7;
}
main .inner .sec .insec .looks .look .photo.wc img {
  transition: all 0.25s ease-in 0s;
}
main .inner .sec .insec .looks .look .photo.wc .credits {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  overflow: hidden;
}
main .inner .sec .insec .looks .look .photo.wc .credits::after {
  content: "";
  width: 29px;
  height: 36px;
  background-image: url(../images/btn_credit.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
main .inner .sec .insec .looks .look .photo.wc .credits .wrap-credit {
  width: 100%;
  padding: 15px 15px 75px 15px;
  background-color: rgba(240, 247, 247, 0.9);
  position: absolute;
  bottom: -750px;
  left: 0px;
  transition: bottom 0.5s ease-out;
}
main .inner .sec .insec .credits .credit {
  width: 100%;
  padding-bottom: 6px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 5px 1px;
}
main .inner .sec .insec .credits .credit:not(:last-child) {
  margin-bottom: 10px;
}
main .inner .sec .insec .credits .credit dl {
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .inner .sec .insec .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}
main .inner .sec .insec .credits .credit dl dt strong {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}
main .inner .sec .insec .credits .credit dl dt strong:last-child {
  font-weight: 400;
  padding: 0 0 0 5px;
  display: inline-block;
}
main .inner .sec .insec .credits .credit dl dt strong:last-child::before {
  content: "-";
  margin: 0 5px 0 0;
  display: inline-block;
}
main .inner .sec .insec .credits .credit dl dt strong span {
  font-weight: 400;
  display: inline-block;
  padding: 0 0 0 5px;
}
main .inner .sec .insec .credits .credit dl dt strong span.items__price::after {
  content: "[TAX IN]";
  padding: 0 0 0 5px;
}
main .inner .sec .insec .credits .credit dl dd {
  width: 40px;
  margin: 0px;
}
main .inner .sec .insec .credits .credit dl dd a {
  color: #FFF;
  font-family: din-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 20px;
  background-color: #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-in;
}
main .inner .sec .insec .credits .credit dl dd a:hover {
  opacity: 0.7;
}
main .inner .sec .insec .credits .credit dl dd a:not([href]) {
  display: none;
}
main .inner .sec .insec .credits .credit dl dd a:not([href]) + a.linelink {
  display: inline-block;
}
main .inner .sec .insec .credits .credit dl dd a[href] + a.linelink {
  display: none;
}

footer {
  text-align: left;
  width: 100%;
  padding: 120px 0 40px 0;
  margin: 0 auto;
  background-color: #000;
}
footer .infoot {
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
footer .infoot ul {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .infoot ul li:nth-last-child(2) {
  margin-bottom: 20px;
}
footer .infoot ul li a {
  color: #FFF;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .infoot ul li a:hover {
  text-decoration: underline;
}
footer .infoot p {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
footer .infoot p span {
  color: #FFF;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
}

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

  header {
    width: 14px;
    left: auto;
    right: 10px;
    top: 10px;
  }
  header .inner ul {
    margin: 0;
  }
  header .inner ul li a {
    height: 314px;
  }
  header .inner ul li a:hover {
    opacity: 1;
  }

  main {
    width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
  }
  main .inner {
    width: 100%;
    padding: 0px;
    margin-bottom: 90px;
  }
  main .inner .visual {
    width: 100%;
    height: 860px;
    padding: 0;
    margin: 0 auto 85px auto;
    position: relative;
  }
  main .inner .visual h2 {
    width: 245px;
    height: 109px;
    top: 300px;
    left: 10px;
  }
  main .inner .visual h3 {
    width: calc(100% - 30px);
    height: calc((100vw - 30px) * 0.09);
    bottom: 15px;
    left: 15px;
    transition: opacity 0.5s ease-in 1s;
    z-index: 3;
  }
  main .inner .visual .photos {
    width: 100%;
    height: 100%;
    position: relative;
  }
  main .inner .visual .photos > div {
    position: absolute;
  }
  main .inner .visual .photos > div.p1 {
    width: 144px;
    right: 40px;
    left: auto;
    top: 60px;
    bottom: auto;
  }
  main .inner .visual .photos > div.p2 {
    width: 236px;
    top: 315px;
    right: 40px;
    left: auto;
  }
  main .inner .visual .photos > div.p2 .lead {
    padding: 120px 10px 10px 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .visual .photos > div.p2 .lead p {
    color: #FFF;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main .inner .visual .photos > div.p2 .lead p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .visual .photos > div.p3 {
    width: 172px;
    top: 0px;
    left: 10px;
    z-index: 1;
  }
  main .inner .visual .photos > div.p4 {
    width: 143px;
    top: auto;
    bottom: 35px;
    right: 10px;
  }
  main .inner .visual .photos > div.p5 {
    width: 154px;
    right: auto;
    left: 10px;
    bottom: 0px;
  }
  main .inner .visual.on h2 {
    opacity: 1;
  }
  main .inner .sec .insec {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec:not(:last-child) {
    margin-bottom: 170px;
  }
  main .inner .sec .insec .data {
    width: 100%;
    position: relative;
    top: auto;
  }
  main .inner .sec .insec .data:not(:last-child) {
    margin-bottom: 60px;
  }
  main .inner .sec .insec .data .slider {
    width: 100%;
    overflow: hidden;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide {
    text-align: left;
    height: auto;
    transition: all 0.25s ease-in 0s;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide.swiper-slide-prev {
    transform: scale(0.75);
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.brand {
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.brand.mb {
    margin-bottom: 60px;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.brand dt {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.brand dt:not(:last-child) {
    margin-bottom: 25px;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.brand dt.brand1 {
    background-image: url(../images/logo_warder.png);
    height: 42px;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.brand dt.brand2 {
    background-image: url(../images/logo_kuro.png);
    height: 83px;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.brand dt.brand3 {
    background-image: url(../images/logo_lee.png);
    height: 90px;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.brand dt.brand4 {
    background-image: url(../images/logo_malion.png);
    height: 70px;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.brand dt.brand5 {
    background-image: url(../images/logo_c.png);
    height: 104px;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.brand dd {
    width: 100%;
    height: 23px;
    background-image: url(../images/brandlogo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide h4 {
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: auto;
    margin-bottom: 20px;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide p {
    color: #000;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide p:not(:last-child) {
    margin-bottom: 30px;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.text {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.text:not(:last-child) {
    margin-bottom: 30px;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.text dt {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.text dt span:nth-child(1) {
    color: #FFF;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    background-color: #000;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.text dt span:nth-child(1):not(:last-child) {
    margin-bottom: 5px;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.text dt span:nth-child(2) {
    color: #FFF;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    background-color: #000;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide dl.text dd {
    color: #000;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide .page1 {
    height: auto;
    padding: 40px 20px;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide .page2 {
    padding: 0px 20px 40px 20px;
  }
  main .inner .sec .insec .data .slider .swiper-wrapper .swiper-slide .ph {
    width: 100%;
  }
  main .inner .sec .insec .looks {
    width: 100%;
  }
  main .inner .sec .insec .looks .look {
    width: 100%;
  }
  main .inner .sec .insec .looks .look:not(:last-child) {
    margin-bottom: 75px;
  }
  main .inner .sec .insec .looks .look dl.myname {
    text-align: left;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  main .inner .sec .insec .looks .look dl.myname:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec .insec .looks .look dl.myname dt {
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  main .inner .sec .insec .looks .look dl.myname dd a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 0.25s ease-in 0s;
  }
  main .inner .sec .insec .looks .look dl.myname dd a::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/icon_insta.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 0 0 10px;
    display: block;
  }
  main .inner .sec .insec .looks .look dl.myname dd a:hover {
    opacity: 1;
  }
  main .inner .sec .insec .looks .look dl.myname dd a span {
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  main .inner .sec .insec .looks .look .photo {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  main .inner .sec .insec .looks .look .photo.narrow {
    width: calc(100% - 60px);
  }
  main .inner .sec .insec .looks .look .photo:not(:last-child) {
    margin-bottom: 30px;
  }
  main .inner .sec .insec .looks .look .photo.wc {
    position: relative;
  }
  main .inner .sec .insec .looks .look .photo.wc.on .credits::after {
    background-image: url(../images/btn_close.png);
  }
  main .inner .sec .insec .looks .look .photo.wc.on .credits .wrap-credit {
    bottom: 0px;
  }
  main .inner .sec .insec .looks .look .photo.wc:hover img {
    opacity: 1;
  }
  main .inner .sec .insec .looks .look .photo.wc .credits {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    overflow: hidden;
  }
  main .inner .sec .insec .looks .look .photo.wc .credits::after {
    content: "";
    width: 29px;
    height: 36px;
    background-image: url(../images/btn_credit.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
  }
  main .inner .sec .insec .looks .look .photo.wc .credits .wrap-credit {
    width: 100%;
    padding: 15px 15px 75px 15px;
    background-color: rgba(240, 247, 247, 0.9);
    position: absolute;
    bottom: -750px;
    left: 0px;
    transition: bottom 0.75s ease-in;
  }
  main .inner .sec .insec .credits .credit {
    width: 100%;
    padding-bottom: 6px;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 5px 1px;
  }
  main .inner .sec .insec .credits .credit:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec .insec .credits .credit dl {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  main .inner .sec .insec .credits .credit dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec .credits .credit dl dt strong {
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  main .inner .sec .insec .credits .credit dl dt strong:last-child {
    padding: 5px 0 0 0;
  }
  main .inner .sec .insec .credits .credit dl dt strong:last-child::before {
    content: none;
  }
  main .inner .sec .insec .credits .credit dl dt strong span {
    font-weight: 400;
    display: inline-block;
    padding: 0 0 0 5px;
  }
  main .inner .sec .insec .credits .credit dl dt strong span.items__price::after {
    content: "[TAX IN]";
    padding: 0 0 0 5px;
  }
  main .inner .sec .insec .credits .credit dl dd {
    width: 50px;
    margin: 0px;
  }
  main .inner .sec .insec .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;
    width: 100%;
    height: 30px;
  }
  main .inner .sec .insec .credits .credit dl dd a:hover {
    opacity: 1;
  }

  footer {
    padding: 40px 0 40px 0;
  }
  footer .infoot {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot ul {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .infoot ul li:nth-last-child(2) {
    margin-bottom: 10px;
  }
  footer .infoot ul li a {
    color: #FFF;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot ul li a:hover {
    text-decoration: underline;
  }
  footer .infoot p {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot p span {
    color: #FFF;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
}

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