@charset "UTF-8";
@import url("https://use.typekit.net/row8uel.css");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@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: "alternate-gothic-atf", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  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: #666;
}

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--------------------------------------------------------- */
@keyframes myScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1976px);
  }
}
@keyframes myScroll-SP {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-788px);
  }
}
#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: 206px;
  height: 26px;
  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;
  top: calc(50% - 13px);
  left: calc(50% - 103px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(50, 50, 50, 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: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
}
header .inner {
  width: 100%;
  height: 30px;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header .inner ul {
  width: calc(100% - 20px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
}
header .inner ul li:not(:first-child) {
  margin-left: 10px;
}
header .inner ul li a {
  color: #FFF;
  font-family: "alternate-gothic-atf", serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  color: #000;
}
header .inner ul li span {
  width: 1px;
  height: 90%;
  background-color: #FFF;
  display: block;
}

.v-slider {
  width: 100%;
  padding: 31px 0;
  overflow: hidden;
}
.v-slider .slidewrap {
  width: 3952px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  animation-name: myScroll;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: linear;
}
.v-slider .slidewrap .myslide {
  width: 988px;
  padding: 0 20px;
}

main {
  width: 100%;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
main .wrapper {
  width: 100%;
  margin-bottom: 185px;
}
main .wrapper .visual {
  width: 100%;
  padding: 0px;
  margin: 0 auto 50px auto;
  position: relative;
}
main .wrapper .visual .vphoto {
  width: 100%;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  position: relative;
}
main .wrapper .visual .vphoto h2 {
  width: 294px;
  height: 38px;
  background-image: url(../images/logo.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: calc(50% - 19px);
  left: calc(50% - 147px);
  z-index: 5;
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
}
main .wrapper .visual .vphoto .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .wrapper .visual.on h2 {
  opacity: 1;
}
main .wrapper .visual.on .v-slider .myslide img {
  opacity: 1;
}
main .wrapper .lead {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .wrapper .lead.on .inner {
  opacity: 1;
}
main .wrapper .lead .inner {
  opacity: 1;
  transition: opacity 0.5s ease-in 0s;
}
main .wrapper .lead .inner .data {
  width: 760px;
  margin: 0 auto 50px auto;
  border: solid 1px #000;
}
main .wrapper .lead .inner .data dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .wrapper .lead .inner .data dl:not(:last-child) dt {
  border-bottom: solid 1px #FFF;
}
main .wrapper .lead .inner .data dl:not(:last-child) dd {
  border-bottom: solid 1px #000;
}
main .wrapper .lead .inner .data dl dt {
  width: 190px;
  background-color: #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .wrapper .lead .inner .data dl dt span {
  color: #FFF;
  font-family: "aktiv-grotesk", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main .wrapper .lead .inner .data dl dd {
  width: calc(100% - 190px);
  padding: 20px;
}
main .wrapper .lead .inner .data dl dd.type {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .wrapper .lead .inner .data dl dd.type ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .wrapper .lead .inner .data dl dd.type ul li {
  color: #999999;
  font-family: "aktiv-grotesk", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  text-align: left;
}
main .wrapper .lead .inner .data dl dd.type ul li:not(:nth-child(n+3)) {
  margin-bottom: 10px;
}
main .wrapper .lead .inner .data dl dd.type ul li.on {
  color: #000;
}
main .wrapper .lead .inner .data dl dd.type ul li.sp {
  display: none;
}
main .wrapper .lead .inner .data dl dd.col ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .wrapper .lead .inner .data dl dd.col ul li {
  width: 36px;
  height: 36px;
  padding: 4px;
  border: solid 1px #FFF;
  border-radius: 18px;
  box-sizing: border-box;
}
main .wrapper .lead .inner .data dl dd.col ul li.on {
  border: solid 1px #000;
}
main .wrapper .lead .inner .data dl dd.col ul li:not(:first-child) {
  margin-left: 20px;
}
main .wrapper .lead .inner .data dl dd.col ul li span {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  display: block;
}
main .wrapper .lead .inner .data dl dd.col ul li:nth-child(1) span {
  background-color: #000;
}
main .wrapper .lead .inner .data dl dd.col ul li:nth-child(2) span {
  background-color: #FFF;
  border: solid 1px #999999;
}
main .wrapper .lead .inner .data dl dd.col ul li:nth-child(3) span {
  background-color: #E3D7B5;
}
main .wrapper .lead .inner .data dl dd.col ul li:nth-child(4) span {
  background-color: #9D6A3E;
}
main .wrapper .lead .inner .data dl dd.col ul li:nth-child(5) span {
  background-color: #ED8138;
}
main .wrapper .lead .inner .data dl dd.col ul li:nth-child(6) span {
  background-color: #327AC3;
}
main .wrapper .lead .inner .data dl dd.col ul li:nth-child(7) span {
  background-color: #C90000;
}
main .wrapper .lead .inner .data dl dd.col ul li:nth-child(8) span {
  background-color: #EFCD11;
}
main .wrapper .lead .inner .data dl dd.col ul li:nth-child(9) span {
  background-color: #4FAD61;
}
main .wrapper .lead .inner p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 4rem;
  letter-spacing: 0em;
}
main .wrapper .lead .inner p:not(:last-child) {
  margin-bottom: 20px;
}
main .sec {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  box-sizing: border-box;
}
main .sec:not(:last-child) {
  margin-bottom: 150px;
}
main .sec#sec1 .insec .style .style-visual .arrow {
  background-image: url(../images/arrow.png);
}
main .sec#sec1 .insec .sample {
  background-color: #ED8138;
}
main .sec#sec2 .insec .style .style-visual .arrow {
  background-image: url(../images/arrow2.png);
}
main .sec#sec2 .insec .sample {
  background-color: #327AC3;
}
main .sec .credits {
  width: 100%;
}
main .sec .credits div {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .credits div dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .credits div dl dt {
  color: #000;
  font-family: microgramma-extended, sans-serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main .sec .credits div dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .sec .credits div dl dd span {
  display: inline-block;
}
main .sec .credits div dl dd span:nth-child(1) {
  color: #000;
  font-family: "alternate-gothic-atf", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .credits div dl dd span:nth-child(2) {
  color: #000;
  font-family: "alternate-gothic-atf", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
  letter-spacing: 0em;
  margin-left: 5px;
}
main .sec .credits div dl + p {
  color: #000;
  font-family: "alternate-gothic-atf", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.8rem;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main .sec .credits div .btn {
  width: 80px;
}
main .sec .credits div .btn a {
  color: #FFF;
  font-family: "alternate-gothic-atf", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #000;
  transition: all 0.25s ease-in 0s;
}
main .sec .credits div .btn a:hover {
  background-color: #A6A6A6;
}
main .sec .insec {
  width: 100%;
  margin: 0 auto;
}
main .sec .insec h3 {
  color: #000;
  font-family: microgramma-extended, sans-serif;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 50px;
}
main .sec .insec .style {
  width: 630px;
  margin: 0 auto;
}
main .sec .insec .style:not(:last-child) {
  margin-bottom: 60px;
}
main .sec .insec .style .style-visual {
  width: 100%;
  padding: 0 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
main .sec .insec .style .style-visual .item {
  width: 100%;
  overflow: hidden;
}
main .sec .insec .style .style-visual .arrow {
  width: 85px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 23px);
  z-index: 5;
}
main .sec .insec .style .style-visual .arrow.prev {
  left: 0px;
}
main .sec .insec .style .style-visual .arrow.next {
  right: 0px;
  transform: rotate(180deg);
}
main .sec .insec .style .text {
  text-align: left;
  width: calc(100% - 80px);
  margin: 0 auto 40px auto;
}
main .sec .insec .style .text h4 {
  color: #000;
  font-family: microgramma-extended, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
main .sec .insec .style .text p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
main .sec .insec .style .data {
  width: calc(100% - 80px);
  padding: 0px;
  margin: 0 auto;
  border: solid 1px #000;
}
main .sec .insec .style .data dl {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .sec .insec .style .data dl:not(:last-child) dt {
  border-bottom: solid 1px #FFF;
}
main .sec .insec .style .data dl:not(:last-child) dd {
  border-bottom: solid 1px #000;
}
main .sec .insec .style .data dl dt {
  width: 130px;
  min-height: 65px;
  background-color: #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .sec .insec .style .data dl dt span {
  color: #FFF;
  font-family: "aktiv-grotesk", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .insec .style .data dl dd {
  width: calc(100% - 130px);
  padding: 10px 20px;
}
main .sec .insec .style .data dl dd.type {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .sec .insec .style .data dl dd.type ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .style .data dl dd.type ul li {
  color: #999999;
  font-family: "aktiv-grotesk", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  text-align: left;
}
main .sec .insec .style .data dl dd.type ul li:not(:nth-child(n+3)) {
  margin-bottom: 10px;
}
main .sec .insec .style .data dl dd.type ul li.on {
  color: #000;
}
main .sec .insec .style .data dl dd.type ul li.sp {
  display: none;
}
main .sec .insec .style .data dl dd.col {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec .style .data dl dd.col ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .sec .insec .style .data dl dd.col ul li {
  width: 34px;
  height: 34px;
  padding: 4px;
  border: solid 1px #FFF;
  border-radius: 17px;
  box-sizing: border-box;
}
main .sec .insec .style .data dl dd.col ul li.on {
  border: solid 1px #000;
}
main .sec .insec .style .data dl dd.col ul li span {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  display: block;
}
main .sec .insec .style .data dl dd.col ul li:nth-child(1) span {
  background-color: #000;
}
main .sec .insec .style .data dl dd.col ul li:nth-child(2) span {
  background-color: #FFF;
  border: solid 1px #999999;
}
main .sec .insec .style .data dl dd.col ul li:nth-child(3) span {
  background-color: #E3D7B5;
}
main .sec .insec .style .data dl dd.col ul li:nth-child(4) span {
  background-color: #9D6A3E;
}
main .sec .insec .style .data dl dd.col ul li:nth-child(5) span {
  background-color: #ED8138;
}
main .sec .insec .style .data dl dd.col ul li:nth-child(6) span {
  background-color: #327AC3;
}
main .sec .insec .style .data dl dd.col ul li:nth-child(7) span {
  background-color: #C90000;
}
main .sec .insec .style .data dl dd.col ul li:nth-child(8) span {
  background-color: #EFCD11;
}
main .sec .insec .style .data dl dd.col ul li:nth-child(9) span {
  background-color: #4FAD61;
}
main .sec .insec .style .data dl dd.size {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec .style .data dl dd.size p {
  color: #000;
  font-family: "aktiv-grotesk", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .insec .style .data dl dd.price {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .sec .insec .style .data dl dd.price p {
  color: #000;
  font-family: "aktiv-grotesk", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .insec .style .data dl dd.price .btn {
  width: 80px;
}
main .sec .insec .style .data dl dd.price .btn a {
  width: 100%;
  height: 22px;
  border: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .sec .insec .style .data dl dd.price .btn a:hover {
  background-color: #000;
}
main .sec .insec .style .data dl dd.price .btn a:hover span {
  color: #FFF;
}
main .sec .insec .style .data dl dd.price .btn a span {
  color: #000;
  font-family: "aktiv-grotesk", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
  position: relative;
  transform: translateY(0.11rem);
}
main .sec .insec .sample {
  width: 100%;
  padding: 60px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec .sample h3 {
  color: #000;
  font-family: microgramma-extended, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 60px;
}
main .sec .insec .sample .inner {
  width: calc(100% - 150px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .sample .inner .thumb {
  width: calc((100% - 20px) / 3);
  position: relative;
  cursor: pointer;
}
main .sec .insec .sample .inner .thumb:not(:nth-child(3n+1)) {
  margin-left: 10px;
}
main .sec .insec .sample .inner .thumb:not(:nth-child(n+22)) {
  margin-bottom: 10px;
}
main .sec .insec .sample .inner .thumb:hover div:nth-child(1) img {
  transform: scale(1.025);
  opacity: 0.9;
}
main .sec .insec .sample .inner .thumb:hover div:nth-child(2)::before {
  transform: rotate(180deg);
}
main .sec .insec .sample .inner .thumb div:nth-child(1) {
  width: 100%;
  background-color: #FFF;
  overflow: hidden;
}
main .sec .insec .sample .inner .thumb div:nth-child(1) img {
  transition: all 0.25s ease-in 0s;
}
main .sec .insec .sample .inner .thumb div:nth-child(2) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
main .sec .insec .sample .inner .thumb div:nth-child(2)::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  background-image: url(../images/icon_plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.25s ease-in 0s;
}
main .sec .insec .sample .inner .thumb div:nth-child(2) span {
  color: #000;
  font-family: "alternate-gothic-atf", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

footer {
  text-align: left;
  width: 100%;
  padding-bottom: 100px;
  background-color: #FFF;
}
footer .v-slider .slidewrap {
  animation-direction: reverse;
}
footer .infoot {
  width: 100%;
  padding: 30px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
footer .infoot .inin {
  width: calc(100% - 150px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
footer .infoot .inin .logo {
  width: 400px;
  height: 120px;
  background-color: #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer .infoot .inin .logo span {
  width: 168px;
  height: 21px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
footer .infoot .inin .link {
  width: calc(100% - 400px - 50px);
  padding-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot .inin .link ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot .inin .link ul:not(:first-child) {
  margin-left: 50px;
}
footer .infoot .inin .link ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .infoot .inin .link ul li a {
  color: #000;
  font-family: "aktiv-grotesk", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot .inin .link ul li a:hover {
  color: #666;
  text-decoration: underline;
}
footer .infoot .inin .link p {
  margin: auto 0 0 auto;
}
footer .infoot .inin .link p span {
  color: #000;
  font-family: "alternate-gothic-atf", serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: right;
}

#looks {
  background-color: #FFF;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}
#looks.active {
  opacity: 1;
  pointer-events: auto;
}
#looks.active ul.btnset {
  display: block;
}
#looks .inlooks {
  width: 100%;
  padding: 115px 0px;
}
#looks .inlooks .space {
  width: 100%;
  height: 100vh;
}
#looks .inlooks .button {
  width: 34px;
  height: 34px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 5;
}
#looks .inlooks .button .close {
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-in 0s;
  position: relative;
  cursor: pointer;
}
#looks .inlooks .button .close:hover {
  opacity: 0.5;
}
#looks .inlooks .button .close span {
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
}
#looks .inlooks .button .close span:nth-child(1) {
  transform: rotate(-45deg);
  left: 0px;
  top: 17px;
}
#looks .inlooks .button .close span:nth-child(2) {
  transform: rotate(45deg);
  right: 0px;
  top: 17px;
}
#looks .inlooks .look {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}
#looks .inlooks .look:not(:last-child) {
  margin-bottom: 200px;
}
#looks .inlooks .look .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#looks .inlooks .look .set .photo {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
#looks .inlooks .look .set .photo .slider {
  width: 906px;
  margin: 0 auto;
  position: relative;
}
#looks .inlooks .look .set .photo .slider .arrow {
  width: 85px;
  height: 46px;
  background-image: url(../images/arrow3.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: calc(50% - 23px);
  z-index: 5;
  transition: all 0.25s ease-in 0s;
}
#looks .inlooks .look .set .photo .slider .arrow:hover {
  opacity: 0.7;
}
#looks .inlooks .look .set .photo .slider .arrow.prev {
  left: calc(50% - 340px);
}
#looks .inlooks .look .set .photo .slider .arrow.next {
  right: calc(50% - 340px);
  transform: rotate(180deg);
}
#looks .inlooks .look .set .photo .slider .swiper-wrapper .swiper-slide {
  padding: 0 3px;
}
#looks .inlooks .look .set .photo .slider .swiper-wrapper .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
#looks .inlooks .look .set .photo .slider .swiper-wrapper .swiper-slide img {
  opacity: 0.3;
  transition: opacity 0.2s ease-in;
}
#looks .inlooks .look .set .data {
  width: 600px;
  margin: 0 auto 40px auto;
}
#looks .inlooks .look .set .data p {
  text-align: left;
}
#looks .inlooks .look .set .data p:nth-child(1) {
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#looks .inlooks .look .set .data p:nth-child(1):not(:last-child) {
  margin-bottom: 10px;
}
#looks .inlooks .look .set .data p:nth-child(1) strong {
  color: #000;
  font-family: "aktiv-grotesk", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .inlooks .look .set .data p:nth-child(1) span {
  color: #000;
  font-family: "aktiv-grotesk", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 10px;
}
#looks .inlooks .look .set .data p:nth-child(2) a {
  color: #000;
  font-family: "aktiv-grotesk", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .inlooks .look .set .data p:nth-child(2) a:hover {
  text-decoration: underline;
}
#looks .inlooks .look .set .credits {
  width: 600px;
  margin: 0 auto;
}
#looks .inlooks .look .set .credits > div {
  width: 100%;
  padding-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 3px 1px;
}
#looks .inlooks .look .set .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
#looks .inlooks .look .set .credits > div.item-d-none dl dd a {
  display: none;
}
#looks .inlooks .look .set .credits > div dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#looks .inlooks .look .set .credits > div dl dt {
  width: calc(100% - 45px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .inlooks .look .set .credits > div dl dt::before {
  content: none;
}
#looks .inlooks .look .set .credits > div dl dt strong:nth-child(1) {
  color: #000;
  font-family: "aktiv-grotesk", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 5px;
  order: 1;
}
#looks .inlooks .look .set .credits > div dl dt strong:nth-child(2) {
  color: #000;
  font-family: "aktiv-grotesk", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 0px;
  order: 2;
}
#looks .inlooks .look .set .credits > div dl dt strong span {
  color: #000;
  font-family: "aktiv-grotesk", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 0 0 0 5px;
  display: inline-block;
}
#looks .inlooks .look .set .credits > div dl dd {
  width: 45px;
}
#looks .inlooks .look .set .credits > div dl dd:hover a {
  opacity: 0.5;
}
#looks .inlooks .look .set .credits > div dl dd a {
  height: 20px;
  border: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
#looks .inlooks .look .set .credits > div dl dd a span {
  color: #000;
  font-family: "aktiv-grotesk", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  position: relative;
  transform: translateY(0.175rem);
}

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

  .v-slider {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
  }
  .v-slider .slidewrap {
    width: 1576px;
    animation-name: myScroll-SP;
    animation-duration: 15s;
  }
  .v-slider .slidewrap .myslide {
    width: 394px;
    padding: 0 10px;
  }

  main {
    width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box;
  }
  main .wrapper {
    margin-bottom: 90px;
  }
  main .wrapper .visual {
    width: 100%;
    padding: 0px;
    margin: 0 auto 20px auto;
  }
  main .wrapper .visual .vphoto {
    width: 100%;
  }
  main .wrapper .visual .vphoto .inner img {
    width: 100vw;
  }
  main .wrapper .visual.on h2 {
    opacity: 1;
  }
  main .wrapper .visual.on .v-slider .myslide img {
    opacity: 1;
  }
  main .wrapper .lead {
    width: calc(100% - 40px);
  }
  main .wrapper .lead .inner {
    width: 100%;
  }
  main .wrapper .lead .inner .data {
    width: 100%;
    margin: 0 auto 30px auto;
  }
  main .wrapper .lead .inner .data dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main .wrapper .lead .inner .data dl:not(:last-child) dt {
    border-bottom: solid 1px #FFF;
  }
  main .wrapper .lead .inner .data dl:not(:last-child) dd {
    border-bottom: solid 1px #000;
  }
  main .wrapper .lead .inner .data dl dt {
    width: 23%;
  }
  main .wrapper .lead .inner .data dl dt span {
    color: #FFF;
    font-family: "aktiv-grotesk", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .wrapper .lead .inner .data dl dd {
    width: 77%;
    padding: 15px;
  }
  main .wrapper .lead .inner .data dl dd.type {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  main .wrapper .lead .inner .data dl dd.type ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .wrapper .lead .inner .data dl dd.type ul li {
    color: #999999;
    font-family: "aktiv-grotesk", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .wrapper .lead .inner .data dl dd.type ul li:not(:nth-child(n+3)) {
    margin-bottom: 0px;
  }
  main .wrapper .lead .inner .data dl dd.type ul li:not(:nth-child(n+4)) {
    margin-bottom: 10px;
  }
  main .wrapper .lead .inner .data dl dd.type ul li.sp {
    display: block;
  }
  main .wrapper .lead .inner .data dl dd.type ul.pc {
    display: none;
  }
  main .wrapper .lead .inner .data dl dd.col ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main .wrapper .lead .inner .data dl dd.col ul li {
    width: 28px;
    height: 28px;
    padding: 3px;
    border: solid 1px #FFF;
    border-radius: 14px;
    box-sizing: border-box;
  }
  main .wrapper .lead .inner .data dl dd.col ul li.on {
    border: solid 1px #000;
  }
  main .wrapper .lead .inner .data dl dd.col ul li:not(:first-child) {
    margin-left: 11.1111111111%;
  }
  main .wrapper .lead .inner .data dl dd.col ul li:not(:first-child):nth-child(6) {
    margin-left: 0px;
  }
  main .wrapper .lead .inner .data dl dd.col ul li:nth-child(-n+5) {
    margin-bottom: 5px;
  }
  main .wrapper .lead .inner .data dl dd.col ul li span {
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }
  main .wrapper .lead .inner p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 3.6rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main .wrapper .lead .inner p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .wrapper .lead .inner p br {
    display: none;
  }
  main .sec:not(:last-child) {
    margin-bottom: 75px;
  }
  main .sec#sec1 .insec .style .style-visual .arrow {
    background-image: url(../images/arrow.png);
  }
  main .sec#sec1 .insec .sample {
    background-color: #ED8138;
  }
  main .sec#sec2 .insec .style .style-visual .arrow {
    background-image: url(../images/arrow2.png);
  }
  main .sec#sec2 .insec .sample {
    background-color: #327AC3;
  }
  main .sec .credits {
    width: 100%;
  }
  main .sec .credits div {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .credits div dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .credits div dl dt {
    color: #000;
    font-family: microgramma-extended, sans-serif;
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main .sec .credits div dl dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main .sec .credits div dl dd span {
    display: inline-block;
  }
  main .sec .credits div dl dd span:nth-child(1) {
    color: #000;
    font-family: "alternate-gothic-atf", serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .credits div dl dd span:nth-child(2) {
    color: #000;
    font-family: "alternate-gothic-atf", serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.8rem;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  main .sec .credits div dl + p {
    color: #000;
    font-family: "alternate-gothic-atf", serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.8rem;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
  main .sec .credits div .btn {
    width: 80px;
  }
  main .sec .credits div .btn a {
    color: #FFF;
    font-family: "alternate-gothic-atf", serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #000;
    transition: all 0.25s ease-in 0s;
  }
  main .sec .credits div .btn a:hover {
    background-color: #A6A6A6;
  }
  main .sec .insec {
    width: 100%;
    margin: 0 auto;
  }
  main .sec .insec h3 {
    color: #000;
    font-family: microgramma-extended, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 30px;
  }
  main .sec .insec .style {
    width: 100%;
    margin: 0 auto;
  }
  main .sec .insec .style:not(:last-child) {
    margin-bottom: 60px;
  }
  main .sec .insec .style .style-visual {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
  }
  main .sec .insec .style .style-visual .item {
    width: 100%;
    overflow: hidden;
  }
  main .sec .insec .style .style-visual .arrow {
    width: 41px;
    height: 22px;
    top: calc(50% - 10px);
  }
  main .sec .insec .style .style-visual .arrow.prev {
    left: 5px;
  }
  main .sec .insec .style .style-visual .arrow.next {
    right: 5px;
  }
  main .sec .insec .style .text {
    text-align: left;
    width: calc(100% - 60px);
    margin: 0 auto 40px auto;
  }
  main .sec .insec .style .text h4 {
    color: #000;
    font-family: microgramma-extended, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main .sec .insec .style .text p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
  main .sec .insec .style .data {
    width: calc(100% - 40px);
  }
  main .sec .insec .style .data dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main .sec .insec .style .data dl:not(:last-child) dt {
    border-bottom: solid 1px #FFF;
  }
  main .sec .insec .style .data dl:not(:last-child) dd {
    border-bottom: solid 1px #000;
  }
  main .sec .insec .style .data dl dt {
    width: 23%;
  }
  main .sec .insec .style .data dl dt span {
    color: #FFF;
    font-family: "aktiv-grotesk", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .insec .style .data dl dd {
    width: 77%;
    padding: 15px;
  }
  main .sec .insec .style .data dl dd.type {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  main .sec .insec .style .data dl dd.type ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec .style .data dl dd.type ul li {
    color: #999999;
    font-family: "aktiv-grotesk", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .insec .style .data dl dd.type ul li:not(:nth-child(n+3)) {
    margin-bottom: 0px;
  }
  main .sec .insec .style .data dl dd.type ul li:not(:nth-child(n+4)) {
    margin-bottom: 10px;
  }
  main .sec .insec .style .data dl dd.type ul li.sp {
    display: block;
  }
  main .sec .insec .style .data dl dd.type ul.pc {
    display: none;
  }
  main .sec .insec .style .data dl dd.col ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main .sec .insec .style .data dl dd.col ul li {
    width: 28px;
    height: 28px;
    padding: 3px;
    border: solid 1px #FFF;
    border-radius: 14px;
    box-sizing: border-box;
  }
  main .sec .insec .style .data dl dd.col ul li.on {
    border: solid 1px #000;
  }
  main .sec .insec .style .data dl dd.col ul li:not(:first-child) {
    margin-left: 11.1111111111%;
  }
  main .sec .insec .style .data dl dd.col ul li:not(:first-child):nth-child(6) {
    margin-left: 0px;
  }
  main .sec .insec .style .data dl dd.col ul li:nth-child(-n+5) {
    margin-bottom: 5px;
  }
  main .sec .insec .style .data dl dd.col ul li span {
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }
  main .sec .insec .style .data dl dd.size {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec .style .data dl dd.size p {
    color: #000;
    font-family: "aktiv-grotesk", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .insec .style .data dl dd.price {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  main .sec .insec .style .data dl dd.price p {
    color: #000;
    font-family: "aktiv-grotesk", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .insec .style .data dl dd.price .btn {
    width: 80px;
  }
  main .sec .insec .style .data dl dd.price .btn a {
    width: 100%;
    height: 22px;
    border: solid 1px #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  main .sec .insec .style .data dl dd.price .btn a:hover {
    background-color: #000;
  }
  main .sec .insec .style .data dl dd.price .btn a:hover span {
    color: #FFF;
  }
  main .sec .insec .style .data dl dd.price .btn a span {
    color: #000;
    font-family: "aktiv-grotesk", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
    position: relative;
    transform: translateY(0.11rem);
  }
  main .sec .insec .sample {
    padding: 30px 0;
  }
  main .sec .insec .sample h3 {
    color: #000;
    font-family: microgramma-extended, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: calc(30px - 1rem);
  }
  main .sec .insec .sample .inner {
    width: 100%;
  }
  main .sec .insec .sample .inner .thumb {
    width: calc((100% - 6px) / 3);
  }
  main .sec .insec .sample .inner .thumb:not(:nth-child(3n+1)) {
    margin-left: 3px;
  }
  main .sec .insec .sample .inner .thumb:not(:nth-child(n+22)) {
    margin-bottom: 3px;
  }
  main .sec .insec .sample .inner .thumb:hover div:nth-child(1) img {
    transform: scale(1);
    opacity: 1;
  }
  main .sec .insec .sample .inner .thumb div:nth-child(1) {
    width: 100%;
    background-color: #FFF;
    overflow: hidden;
  }
  main .sec .insec .sample .inner .thumb div:nth-child(1) img {
    transition: all 0.25s ease-in 0s;
  }
  main .sec .insec .sample .inner .thumb div:nth-child(2) {
    right: 5px;
    bottom: 5px;
  }
  main .sec .insec .sample .inner .thumb div:nth-child(2)::before {
    width: 10px;
    height: 10px;
  }
  main .sec .insec .sample .inner .thumb div:nth-child(2) span {
    color: #000;
    font-family: "alternate-gothic-atf", serif;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }

  footer {
    padding-bottom: 50px;
  }
  footer .infoot {
    padding: 15px 0;
  }
  footer .infoot .inin {
    width: calc(100% - 40px);
  }
  footer .infoot .inin .logo {
    width: 120px;
    height: 60px;
    background-color: #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    order: 2;
  }
  footer .infoot .inin .logo span {
    width: 80px;
    height: 10px;
  }
  footer .infoot .inin .link {
    width: calc(100% - 120px - 20px);
    padding-top: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    order: 1;
  }
  footer .infoot .inin .link ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot .inin .link ul:not(:first-child) {
    margin-left: 0px;
  }
  footer .infoot .inin .link ul:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .infoot .inin .link ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .infoot .inin .link ul li a {
    color: #000;
    font-family: "aktiv-grotesk", serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  footer .infoot .inin .link ul li a:hover {
    color: #000;
    text-decoration: underline;
  }
  footer .infoot .inin .link p {
    margin: 0px;
    padding: 15px 0 0 0;
  }
  footer .infoot .inin .link p span {
    color: #000;
    font-family: "alternate-gothic-atf", serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
  }

  #looks .inlooks {
    width: 100%;
    padding: 60px 0px;
  }
  #looks .inlooks .button {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
  }
  #looks .inlooks .button .close:hover {
    opacity: 1;
  }
  #looks .inlooks .button .close span:nth-child(1) {
    top: 15px;
  }
  #looks .inlooks .button .close span:nth-child(2) {
    top: 15px;
  }
  #looks .inlooks .look:not(:last-child) {
    margin-bottom: 100px;
  }
  #looks .inlooks .look .set {
    overflow: auto;
  }
  #looks .inlooks .look .set .photo {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 30px;
    overflow: auto;
  }
  #looks .inlooks .look .set .photo .slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #looks .inlooks .look .set .photo .slider .arrow {
    width: 41px;
    height: 22px;
    top: calc(50% - 11px);
  }
  #looks .inlooks .look .set .photo .slider .arrow:hover {
    opacity: 1;
  }
  #looks .inlooks .look .set .photo .slider .arrow.prev {
    left: calc(50% - 50vw + 5px);
  }
  #looks .inlooks .look .set .photo .slider .arrow.next {
    right: calc(50% - 50vw + 5px);
  }
  #looks .inlooks .look .set .photo .slider .swiper-wrapper .swiper-slide {
    padding: 0 2px;
  }
  #looks .inlooks .look .set .data {
    width: calc(100% - 40px);
    margin: 0 auto 40px auto;
  }
  #looks .inlooks .look .set .data p {
    text-align: left;
  }
  #looks .inlooks .look .set .data p:nth-child(1) {
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .inlooks .look .set .data p:nth-child(1):not(:last-child) {
    margin-bottom: 10px;
  }
  #looks .inlooks .look .set .data p:nth-child(1) strong {
    color: #000;
    font-family: "aktiv-grotesk", serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .inlooks .look .set .data p:nth-child(1) span {
    color: #000;
    font-family: "aktiv-grotesk", serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 10px;
  }
  #looks .inlooks .look .set .data p:nth-child(2) a {
    color: #000;
    font-family: "aktiv-grotesk", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .inlooks .look .set .credits {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  #looks .inlooks .look .set .credits > div dl dt strong:nth-child(1) {
    color: #000;
    font-family: "aktiv-grotesk", serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .inlooks .look .set .credits > div dl dt strong:nth-child(2) {
    color: #000;
    font-family: "aktiv-grotesk", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .inlooks .look .set .credits > div dl dt strong span {
    color: #000;
    font-family: "aktiv-grotesk", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .inlooks .look .set .credits > div dl dd {
    width: 45px;
  }
  #looks .inlooks .look .set .credits > div dl dd:hover a {
    opacity: 0.5;
  }
  #looks .inlooks .look .set .credits > div dl dd a span {
    color: #000;
    font-family: "aktiv-grotesk", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 415px) {
  main .wrapper .lead .inner .data dl dd.col ul li:not(:first-child) {
    margin-left: 9.0909090909%;
  }
  main .wrapper .lead .inner .data dl dd.col ul li:not(:first-child):nth-child(6) {
    margin-left: 0px;
  }
  main .wrapper .lead .inner .data dl dd.col ul li:nth-child(-n+5) {
    margin-bottom: 5px;
  }
  main .sec .insec .style .data dl dd.col ul li:not(:first-child) {
    margin-left: 9.0909090909%;
  }
  main .sec .insec .style .data dl dd.col ul li:not(:first-child):nth-child(6) {
    margin-left: 0px;
  }
  main .sec .insec .style .data dl dd.col ul li:nth-child(-n+5) {
    margin-bottom: 5px;
  }
}

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