@charset "UTF-8";
@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 appear1 {
  0% {
    transform: rotate(-5deg) translateY(20px);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg) translateY(0px);
    opacity: 1;
  }
}
@keyframes appear2 {
  0% {
    transform: rotate(-2.5deg) translateY(30px);
    opacity: 0;
  }
  100% {
    transform: rotate(-5deg) translateY(0px);
    opacity: 1;
  }
}
@keyframes appear3 {
  0% {
    transform: rotate(2.5deg) translateY(20px);
    opacity: 0;
  }
  100% {
    transform: rotate(5deg) translateY(0px);
    opacity: 1;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: din-2014, sans-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: 340px;
  height: 24px;
  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;
  left: calc(50% - 170px);
  top: calc(50% - 12px);
}
#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;
}

main {
  width: 100%;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
main .inner {
  width: 100%;
  padding: 0px;
  margin-bottom: 150px;
}
main .inner .visual {
  width: 1000px;
  height: auto;
  padding: 0;
  margin: 0 auto 235px auto;
  position: relative;
}
main .inner .visual h4 {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .inner .visual h4.on {
  opacity: 1;
}
main .inner .visual .inner {
  width: 100%;
  padding: 30px 0 0 0;
  margin-bottom: 150px;
}
main .inner .visual .inner .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
main .inner .visual .inner .text h2 {
  width: 341px;
  height: 25px;
  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: 322px;
  left: 0px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
main .inner .visual .inner .text h3 {
  width: 585px;
  height: 183px;
  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: 386px;
  left: 0px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
main .inner .visual .inner .text dl {
  width: 297px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
main .inner .visual .inner .text dl dt {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0em;
  text-align: right;
  margin-bottom: 15px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
}
main .inner .visual .inner .text dl dd {
  width: 297px;
  height: 50px;
  background-image: url(../images/visual_date.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
}
main .inner .visual .inner .text p {
  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;
  z-index: 1;
}
main .inner .visual .inner .text p.deco1 {
  width: 33px;
  height: 167px;
  background-image: url(../images/visual_text1.png);
  top: 600px;
  left: 14px;
  clip-path: inset(100% 0 0 0);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}
main .inner .visual .inner .text p.deco2 {
  width: 417px;
  height: 33px;
  background-image: url(../images/visual_text2.png);
  top: 780px;
  left: 14px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.25s;
}
main .inner .visual .inner .text p.deco3 {
  width: 33px;
  height: 336px;
  background-image: url(../images/visual_text3.png);
  top: 305px;
  left: 742px;
  clip-path: inset(100% 0 0 0);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.75s;
}
main .inner .visual .inner .text p.deco4 {
  width: 235px;
  height: 33px;
  background-image: url(../images/visual_text4.png);
  top: 657px;
  left: 695px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
main .inner .visual .inner .text::after {
  content: "";
  width: 165px;
  height: 75px;
  background-image: url(../images/visual_deco.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 924px;
  left: 14px;
  z-index: 1;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 1.55s;
}
main .inner .visual .inner .text.on h2, main .inner .visual .inner .text.on h3 {
  clip-path: inset(0 0 0 0);
}
main .inner .visual .inner .text.on dl dt, main .inner .visual .inner .text.on dl dd {
  clip-path: inset(0 0 0 0);
}
main .inner .visual .inner .text.on p {
  clip-path: inset(0 0 0 0);
}
main .inner .visual .inner .text.on::after {
  clip-path: inset(0 0 0 0);
}
main .inner .visual .inner .photos {
  width: 940px;
  height: 966px;
  margin: 0 auto;
  position: relative;
}
main .inner .visual .inner .photos div {
  width: 212px;
  position: absolute;
  opacity: 0;
}
main .inner .visual .inner .photos div:nth-child(1) {
  top: 40px;
  left: 0px;
  transition: opacity 0.25s ease-in 0.2s;
}
main .inner .visual .inner .photos div:nth-child(2) {
  top: 0px;
  left: 242px;
  transition: opacity 0.25s ease-in 0.25s;
}
main .inner .visual .inner .photos div:nth-child(3) {
  top: 113px;
  left: 483px;
  transition: opacity 0.25s ease-in 0.5s;
}
main .inner .visual .inner .photos div:nth-child(4) {
  top: 80px;
  left: 728px;
  transition: opacity 0.25s ease-in 1s;
}
main .inner .visual .inner .photos div:nth-child(5) {
  top: 500px;
  left: 0px;
  transition: opacity 0.25s ease-in 0.3s;
}
main .inner .visual .inner .photos div:nth-child(6) {
  top: 570px;
  left: 240px;
  transition: opacity 0.25s ease-in 0.45s;
}
main .inner .visual .inner .photos div:nth-child(7) {
  top: 408px;
  left: 484px;
  transition: opacity 0.25s ease-in 0.85s;
}
main .inner .visual .inner .photos div:nth-child(8) {
  top: 374px;
  left: 728px;
  transition: opacity 0.25s ease-in 0.7s;
}
main .inner .visual .inner .photos div:nth-child(9) {
  top: 702px;
  left: 483px;
  transition: opacity 0.25s ease-in 0.4s;
}
main .inner .visual .inner .photos div:nth-child(10) {
  top: 690px;
  left: 728px;
  transition: opacity 0.25s ease-in 0.35s;
}
main .inner .visual .inner .photos.on div {
  opacity: 1;
}
main .inner .sec {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
main .inner .sec:not(:last-child) {
  margin-bottom: 150px;
}
main .inner .sec .insec {
  width: 1000px;
  margin: 0 auto;
}
main .inner .sec .insec:not(:last-child) {
  margin-bottom: 170px;
}
main .inner .sec .insec .lineup {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .inner .sec .insec .lineup.on {
  opacity: 1;
}
main .inner .sec .insec .lineup:not(:last-child) {
  margin-bottom: 195px;
}
main .inner .sec .insec .lineup h3 {
  height: 105px;
  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: -75px;
  left: 10px;
  z-index: 1;
}
main .inner .sec .insec .lineup h3.may {
  width: 120px;
  background-image: url(../images/title_may.png);
}
main .inner .sec .insec .lineup h3.june {
  width: 123px;
  background-image: url(../images/title_june.png);
}
main .inner .sec .insec .lineup h3.july {
  width: 115px;
  background-image: url(../images/title_july.png);
  left: calc(12.5% + 10px);
}
main .inner .sec .insec .lineup .look {
  width: 25%;
}
main .inner .sec .insec .lineup .look .photo {
  width: 100%;
  margin-bottom: 15px;
}
main .inner .sec .insec .lineup .look .credits {
  width: 100%;
  padding: 0 40px 0 5px;
}
main .inner .sec .insec .set {
  width: 100%;
}
main .inner .sec .insec .set:not(:last-child) {
  margin-bottom: 190px;
}
main .inner .sec .insec .set .main {
  width: 600px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .inner .sec .insec .set .main.on {
  opacity: 1;
}
main .inner .sec .insec .set .main:not(:last-child) {
  margin-bottom: 95px;
}
main .inner .sec .insec .set .main .lead {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: solid 1px #000;
}
main .inner .sec .insec .set .main .lead h4 {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
main .inner .sec .insec .set .main .lead h4 span:nth-child(1) {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner .sec .insec .set .main .lead h4 span:nth-child(2) {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 10px;
}
main .inner .sec .insec .set .main .lead dl {
  text-align: left;
}
main .inner .sec .insec .set .main .lead dl dt {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  padding-bottom: 10px;
  margin-bottom: 15px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
}
main .inner .sec .insec .set .main .lead dl dd:not(:last-child) {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  padding-bottom: 10px;
  margin-bottom: 15px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
}
main .inner .sec .insec .set .main .lead dl dd:last-child {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
main .inner .sec .insec .set .main .lead dl dd:last-child span:nth-child(1) {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner .sec .insec .set .main .lead dl dd:last-child span:nth-child(2) {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 20px;
}
main .inner .sec .insec .set .main .photo {
  width: 100%;
  padding: 10px;
  margin-bottom: 35px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
main .inner .sec .insec .set .main .text {
  text-align: left;
  width: 100%;
  padding: 0 10px;
}
main .inner .sec .insec .set .main .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.6rem;
  letter-spacing: 0em;
}
main .inner .sec .insec .set .main .text p:not(:last-child) {
  margin-bottom: 30px;
}
main .inner .sec .insec .set .main .text .credits {
  width: 50%;
}
main .inner .sec .insec .set .goods {
  width: 880px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .inner .sec .insec .set .goods.on {
  opacity: 1;
}
main .inner .sec .insec .set .goods:not(:last-child) {
  margin-bottom: 95px;
}
main .inner .sec .insec .set .goods h4 {
  width: 92px;
  height: 92px;
  background-image: url(../images/logo_modelike.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin: 0 auto 110px auto;
}
main .inner .sec .insec .set .goods .photo {
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: relative;
}
main .inner .sec .insec .set .goods .photo h5 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15px;
  left: 0px;
  z-index: 1;
}
main .inner .sec .insec .set .goods .photo h5 > span {
  color: #F4F4F4;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  padding: 10px 40px;
  background-color: #000;
  clip-path: polygon(10px 0, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  display: inline-block;
}
main .inner .sec .insec .set .goods .photo div {
  width: 100%;
}
main .inner .sec .insec .set .goods .credits {
  width: 100%;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .inner .sec .insec .set .goods .credits .credit {
  width: calc((100% - 120px) / 4);
}
main .inner .sec .insec .set .goods .credits .credit:not(:nth-child(4n+1)) {
  margin-left: 40px;
}
main .inner .sec .insec .set .combo {
  width: 880px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .inner .sec .insec .set .combo.on {
  opacity: 1;
}
main .inner .sec .insec .set .combo .incombo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .inner .sec .insec .set .combo .incombo .photo-l {
  width: 360px;
}
main .inner .sec .insec .set .combo .incombo .photo-l .pwrap {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
main .inner .sec .insec .set .combo .incombo .photo-l .pwrap .photoslide {
  width: 100%;
  overflow: hidden;
}
main .inner .sec .insec .set .combo .incombo .photo-l .pager {
  margin-bottom: 30px;
}
main .inner .sec .insec .set .combo .incombo .photo-l .pager span {
  width: 10px;
  height: 10px;
  background-color: #FFF;
  margin: 0 5px;
  border: solid 1px #000;
  border-radius: 0px;
  box-sizing: border-box;
  opacity: 1;
}
main .inner .sec .insec .set .combo .incombo .photo-l .pager span.swiper-pagination-bullet-active {
  background-color: #000;
}
main .inner .sec .insec .set .combo .incombo .photo-l p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0em;
  text-align: left;
}
main .inner .sec .insec .set .combo .incombo .photo-r {
  width: 500px;
}
main .inner .sec .insec .set .combo .incombo .photo-r .photo {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
main .inner .sec .insec .set .combo .incombo .photo-r .credits {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .inner .sec .insec .set .combo .incombo .photo-r .credits .credit {
  width: calc((100% - 40px) / 2);
  padding: 10px;
}
main .inner .sec .insec .set .combo .incombo .photo-r .credits .credit:not(:nth-child(2n+1)) {
  margin-left: 40px;
}
main .inner .sec .insec .credits .credit {
  width: 100%;
}
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: flex-start;
}
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: din-2014, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .sec .insec .credits .credit dl dt strong:last-child {
  font-weight: 400;
  padding: 5px 0 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 dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .sec .insec .credits .credit dl dd span {
  color: #000;
  font-family: din-2014, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main .inner .sec .insec .credits .credit dl dd.items__buy {
  width: 40px;
  margin: 0px;
}
main .inner .sec .insec .credits .credit dl dd.items__buy a {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0em;
  width: 100%;
  height: 20px;
  border: solid 1px #000;
  border-radius: 10px;
  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.items__buy a:hover {
  color: #FF406C;
  border: solid 1px #FF406C;
}
main .inner .sec .insec .credits .credit dl dd.items__buy a:not([href]) {
  display: none;
}
main .inner .sec .insec .credits .credit dl dd.items__buy a:not([href]) + a.linelink {
  display: inline-block;
}
main .inner .sec .insec .credits .credit dl dd.items__buy a[href] + a.linelink {
  display: none;
}
main .inner .sec#sec4 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.5s ease-in;
  opacity: 0;
}
main .inner .sec#sec4.on {
  opacity: 1;
}
main .inner .sec#sec4 h4 {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 70px;
}
main .inner .sec#sec4 ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main .inner .sec#sec4 ul li {
  width: 160px;
}
main .inner .sec#sec4 ul li:not(:first-child) {
  margin-left: 50px;
}
main .inner .sec#sec4 ul li a {
  width: 100%;
  display: block;
  transition: all 0.25s ease-in 0s;
}
main .inner .sec#sec4 ul li a::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/icon_insta.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
  display: block;
}
main .inner .sec#sec4 ul li a dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
main .inner .sec#sec4 ul li a dl dt {
  width: 100%;
  margin-bottom: 20px;
}
main .inner .sec#sec4 ul li a dl dd:nth-child(2) {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main .inner .sec#sec4 ul li a dl dd:nth-child(3) {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner .sec#sec4 ul li a:hover {
  opacity: 0.7;
}

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: din-2014, sans-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: din-2014, sans-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;
  }

  #loader .logo {
    width: 170px;
    height: 12px;
    left: calc(50% - 85px);
    top: calc(50% - 6px);
  }

  main {
    width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box;
  }
  main .inner {
    width: 100%;
    padding: 0px;
    margin-bottom: 150px;
  }
  main .inner .visual {
    width: 100%;
    margin: 0 auto 205px auto;
  }
  main .inner .visual h4 {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
  }
  main .inner .visual .inner {
    width: 100%;
    padding: 18px 0 0 0;
    margin-bottom: 105px;
  }
  main .inner .visual .inner .text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  main .inner .visual .inner .text h2 {
    width: 41.5vw;
    height: 3.05025vw;
    top: 46.9vw;
    left: 15px;
  }
  main .inner .visual .inner .text h3 {
    width: 71.25vw;
    height: 22.30125vw;
    top: 52vw;
    left: 15px;
  }
  main .inner .visual .inner .text dl {
    width: auto;
    position: absolute;
    top: 18px;
    right: 10px;
    z-index: 1;
  }
  main .inner .visual .inner .text dl dt {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.8rem;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main .inner .visual .inner .text dl dd {
    width: 149px;
    height: 25px;
  }
  main .inner .visual .inner .text p {
    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;
    z-index: 1;
  }
  main .inner .visual .inner .text p.deco1 {
    width: 5.8vw;
    height: 30.682vw;
    background-image: url(../images/visual_text1.png);
    top: 117vw;
    left: 15px;
  }
  main .inner .visual .inner .text p.deco2 {
    width: 70.8vw;
    height: 5.8056vw;
    top: 149vw;
    left: 15px;
  }
  main .inner .visual .inner .text p.deco3 {
    width: 5.8vw;
    height: 59.102vw;
    top: 76vw;
    left: calc(50% + 13.5vw);
  }
  main .inner .visual .inner .text p.deco4 {
    width: 40.8vw;
    height: 5.7936vw;
    top: 136vw;
    left: calc(50% + 4.83vw);
  }
  main .inner .visual .inner .text::after {
    width: 24.15vw;
    height: 10.8675vw;
    top: calc(169.5vw - 0px);
    left: 10px;
  }
  main .inner .visual .inner .photos {
    width: calc(100% - 20px);
    height: calc((100vw - 20px) * 1.848);
    margin: 0 auto;
    position: relative;
  }
  main .inner .visual .inner .photos div {
    width: 30vw;
    position: absolute;
  }
  main .inner .visual .inner .photos div:nth-child(1) {
    top: calc((100vw - 20px) * 1.848 * 0.03);
    left: 0px;
  }
  main .inner .visual .inner .photos div:nth-child(2) {
    top: 0px;
    left: calc(50% - 15vw);
  }
  main .inner .visual .inner .photos div:nth-child(3) {
    top: calc((100vw - 20px) * 1.848 * 0.1);
    right: 0px;
    left: auto;
  }
  main .inner .visual .inner .photos div:nth-child(4) {
    top: calc((100vw - 20px) * 1.848 * 0.61);
    left: 0px;
  }
  main .inner .visual .inner .photos div:nth-child(5) {
    top: calc((100vw - 20px) * 1.848 * 0.386);
    left: 0px;
  }
  main .inner .visual .inner .photos div:nth-child(6) {
    top: calc((100vw - 20px) * 1.848 * 0.44);
    left: calc(50% - 15vw);
  }
  main .inner .visual .inner .photos div:nth-child(7) {
    top: calc((100vw - 20px) * 1.848 * 0.33);
    right: 0px;
    left: auto;
  }
  main .inner .visual .inner .photos div:nth-child(8) {
    top: calc((100vw - 20px) * 1.848 * 0.67);
    left: calc(50% - 15vw);
  }
  main .inner .visual .inner .photos div:nth-child(9) {
    top: calc((100vw - 20px) * 1.848 * 0.555);
    right: 0px;
    left: auto;
  }
  main .inner .visual .inner .photos div:nth-child(10) {
    top: auto;
    right: 0px;
    bottom: 0px;
    left: auto;
  }
  main .inner .visual.on::before, main .inner .visual.on::after {
    opacity: 1;
  }
  main .inner .sec {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  main .inner .sec:not(:last-child) {
    margin-bottom: 150px;
  }
  main .inner .sec .insec {
    width: 100%;
    margin: 0 auto;
  }
  main .inner .sec .insec:not(:last-child) {
    margin-bottom: 170px;
  }
  main .inner .sec .insec .lineup {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    position: relative;
  }
  main .inner .sec .insec .lineup:not(:last-child) {
    margin-bottom: 195px;
  }
  main .inner .sec .insec .lineup h3 {
    top: -90px;
    left: 10px;
  }
  main .inner .sec .insec .lineup h3.july {
    left: 10px;
  }
  main .inner .sec .insec .lineup .look {
    width: 50%;
  }
  main .inner .sec .insec .lineup .look:nth-child(-n+2) {
    margin-bottom: 40px;
  }
  main .inner .sec .insec .lineup .look .photo {
    width: 100%;
    margin-bottom: 10px;
  }
  main .inner .sec .insec .lineup .look .credits {
    width: 100%;
    padding: 0 10px;
  }
  main .inner .sec .insec .set {
    width: 100%;
  }
  main .inner .sec .insec .set:not(:last-child) {
    margin-bottom: 110px;
  }
  main .inner .sec .insec .set .main {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  main .inner .sec .insec .set .main:not(:last-child) {
    margin-bottom: 80px;
  }
  main .inner .sec .insec .set .main .lead {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: solid 1px #000;
  }
  main .inner .sec .insec .set .main .lead h4 {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: solid 1px #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main .inner .sec .insec .set .main .lead h4 span:nth-child(1) {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main .inner .sec .insec .set .main .lead h4 span:nth-child(2) {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 10px;
  }
  main .inner .sec .insec .set .main .lead dl {
    text-align: left;
  }
  main .inner .sec .insec .set .main .lead dl dt {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .sec .insec .set .main .lead dl dd:not(:last-child) {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
    letter-spacing: 0em;
  }
  main .inner .sec .insec .set .main .lead dl dd:last-child {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main .inner .sec .insec .set .main .lead dl dd:last-child span:nth-child(1) {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .sec .insec .set .main .lead dl dd:last-child span:nth-child(2) {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 20px;
  }
  main .inner .sec .insec .set .main .photo {
    margin-bottom: 20px;
  }
  main .inner .sec .insec .set .main .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.6rem;
    letter-spacing: 0em;
  }
  main .inner .sec .insec .set .main .text p:not(:last-child) {
    margin-bottom: 30px;
  }
  main .inner .sec .insec .set .main .text .credits {
    width: calc(50% + 40px);
  }
  main .inner .sec .insec .set .goods {
    width: calc(100% - 20px);
  }
  main .inner .sec .insec .set .goods:not(:last-child) {
    margin-bottom: 80px;
  }
  main .inner .sec .insec .set .goods h4 {
    width: 90px;
    height: 90px;
    margin: 0 auto 145px auto;
  }
  main .inner .sec .insec .set .goods .photo {
    margin-bottom: 20px;
  }
  main .inner .sec .insec .set .goods .photo h5 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -65px;
    left: 0px;
    z-index: 1;
  }
  main .inner .sec .insec .set .goods .photo h5.three {
    top: -105px;
  }
  main .inner .sec .insec .set .goods .photo h5 > span {
    width: calc(100% - 30px);
    padding: 0px;
    background-color: transparent;
    clip-path: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec .insec .set .goods .photo h5 > span span {
    color: #F4F4F4;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
    background-color: #000;
    clip-path: polygon(10px 0, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    display: inline-block;
  }
  main .inner .sec .insec .set .goods .photo h5 > span span:not(:last-child) {
    margin-bottom: 6px;
  }
  main .inner .sec .insec .set .goods .credits {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec .set .goods .credits .credit {
    width: calc(50% + 40px);
  }
  main .inner .sec .insec .set .goods .credits .credit:not(:nth-child(4n+1)) {
    margin-left: 0px;
  }
  main .inner .sec .insec .set .goods .credits .credit:not(:last-child) {
    margin-bottom: 15px;
  }
  main .inner .sec .insec .set .combo {
    width: 100%;
    margin: 0 auto;
  }
  main .inner .sec .insec .set .combo .incombo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec .insec .set .combo .incombo .photo-l {
    width: calc(100% - 60px);
    margin-bottom: 50px;
  }
  main .inner .sec .insec .set .combo .incombo .photo-l .pwrap {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
  }
  main .inner .sec .insec .set .combo .incombo .photo-l .pager {
    margin-bottom: 35px;
  }
  main .inner .sec .insec .set .combo .incombo .photo-l p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: 0em;
    text-align: left;
    padding: 0 10px;
  }
  main .inner .sec .insec .set .combo .incombo .photo-r {
    width: calc(100% - 20px);
  }
  main .inner .sec .insec .set .combo .incombo .photo-r .credits {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec .set .combo .incombo .photo-r .credits .credit {
    width: calc(50% + 40px);
    padding: 0px;
  }
  main .inner .sec .insec .set .combo .incombo .photo-r .credits .credit:not(:nth-child(2n+1)) {
    margin-left: 0px;
  }
  main .inner .sec .insec .set .combo .incombo .photo-r .credits .credit:not(:last-child) {
    margin-bottom: 15px;
  }
  main .inner .sec .insec .credits .credit {
    width: 100%;
  }
  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: flex-start;
  }
  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: din-2014, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec .credits .credit dl dt strong:last-child {
    font-weight: 400;
    padding: 5px 0 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 dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec .credits .credit dl dd span {
    color: #000;
    font-family: din-2014, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  main .inner .sec .insec .credits .credit dl dd.items__buy {
    width: 40px;
    margin: 0px;
  }
  main .inner .sec .insec .credits .credit dl dd.items__buy a {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 0em;
    width: 100%;
    height: 20px;
    border: solid 1px #000;
    border-radius: 10px;
    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.items__buy a:hover {
    color: #FF406C;
    border: solid 1px #FF406C;
  }
  main .inner .sec .insec .credits .credit dl dd.items__buy a:not([href]) {
    display: none;
  }
  main .inner .sec .insec .credits .credit dl dd.items__buy a:not([href]) + a.linelink {
    display: inline-block;
  }
  main .inner .sec .insec .credits .credit dl dd.items__buy a[href] + a.linelink {
    display: none;
  }
  main .inner .sec#sec4 {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec#sec4 h4 {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
  main .inner .sec#sec4 ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  main .inner .sec#sec4 ul li {
    width: calc((100% - 40px) / 3);
  }
  main .inner .sec#sec4 ul li:not(:first-child) {
    margin-left: 20px;
  }
  main .inner .sec#sec4 ul li:nth-child(4) {
    margin-left: 0px;
  }
  main .inner .sec#sec4 ul li:nth-child(-n+3) {
    margin-bottom: 20px;
  }
  main .inner .sec#sec4 ul li a {
    width: 100%;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  main .inner .sec#sec4 ul li a::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/icon_insta.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    display: block;
  }
  main .inner .sec#sec4 ul li a dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }
  main .inner .sec#sec4 ul li a dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  main .inner .sec#sec4 ul li a dl dd:nth-child(2) {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  main .inner .sec#sec4 ul li a dl dd:nth-child(3) {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .sec#sec4 ul li 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: din-2014, sans-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: din-2014, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
}

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