@charset "UTF-8";
@import url("https://use.typekit.net/xdw1gxf.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes moveleft {
  0% {
    left: 100vw;
  }
  100% {
    left: -200vw;
  }
}
@keyframes moveright {
  0% {
    left: -200vw;
  }
  100% {
    left: 100vw;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFF;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

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

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

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.75s ease-out;
}
#loader.hide {
  opacity: 0;
}
#loader .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .inner h2 {
  width: 310px;
  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;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #261387;
  display: block;
}

header {
  width: auto;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  pointer-events: none;
  transition: all 0.25s ease-in 0s;
  opacity: 1;
}
header.on {
  opacity: 1;
}
header .inner {
  width: 100%;
  position: relative;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
header .inner ul li {
  width: 120px;
}
header .inner ul li:not(:first-child) {
  margin-left: 5px;
}
header .inner ul li a {
  width: 100%;
  pointer-events: auto;
  background-color: #333;
  height: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a span {
  color: #FFF;
  font-family: "kepler-std-condensed-display", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  position: relative;
}
header .inner ul li a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

main {
  width: 100%;
  padding: 80px 0 0 0;
  margin: 0 0 90px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
main::before {
  content: "";
  width: 100%;
  height: 80vw;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
}
main .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#visual {
  width: 800px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#visual:not(:last-child) {
  margin-bottom: 80px;
}
main .inner section#visual .img {
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}
main .inner section#visual .img.on .logo {
  opacity: 1;
}
main .inner section#visual .img.on img {
  opacity: 1;
}
main .inner section#visual .img .logo {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  transition: all 0.75s ease-in 0.1s;
}
main .inner section#visual .img .logo h1 {
  width: 620px;
  height: 48px;
  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;
}
main .inner section#visual .img img {
  opacity: 0;
  transition: all 0.75s ease-in 0.6s;
}
main .inner section#visual .copy {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: opacity 0.25s ease-in 2s;
}
main .inner section#visual .copy.on h2,
main .inner section#visual .copy.on p {
  opacity: 1;
  -ms-filter: blur(0px);
  filter: blur(0px);
}
main .inner section#visual .copy h2 {
  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;
  width: 601px;
  height: 161px;
  margin-bottom: 60px;
  opacity: 0;
  -ms-filter: blur(5px);
  filter: blur(5px);
  transition: all 0.5s ease-in 0.1s;
}
main .inner section#visual .copy p {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  opacity: 0;
  -ms-filter: blur(5px);
  filter: blur(5px);
  transition: all 0.5s ease-in 0.6s;
}
main .inner section#visual .copy p:not(:last-child) {
  margin-bottom: 20px;
}
main .inner section#contents {
  width: 100%;
}
main .inner section#contents .incontents {
  width: 100%;
  margin-bottom: 150px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#contents .incontents .ph {
  width: 800px;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .inner section#contents .incontents .ph.on {
  opacity: 1;
}
main .inner section#contents .incontents .ph::after {
  content: "";
  width: 43px;
  height: 43px;
  background-image: url(../images/icon_plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}
main .inner section#contents .incontents .ph.slider {
  width: 640px;
  padding: 80px 0;
  overflow: hidden;
}
main .inner section#contents .incontents .ph.slider::after {
  right: 20px;
  bottom: 100px;
}
main .inner section#contents .incontents .ph.slider .swiper-slide {
  clip-path: inset(0 0 0 0);
}
main .inner section#contents .incontents .ph.slider .swiper-slide.swiper-slide-active img {
  transform: scale(1);
}
main .inner section#contents .incontents .ph.slider .swiper-slide img {
  transition: all 1s ease-out 0s;
  transform: scale(1.05);
}
main .inner section#contents .credit {
  margin-bottom: 175px;
}
main .inner section#contents .credit p {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
main .inner section#contents .message {
  text-align: left;
  width: 350px;
  margin: 0 auto;
}
main .inner section#contents .message h3 {
  width: 350px;
  height: 29px;
  background-image: url(../images/text_message.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-bottom: 40px;
}
main .inner section#contents .message p {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  width: 300px;
  margin: 0 auto;
}
main .inner section#contents .message p:not(:last-child) {
  margin-bottom: 20px;
}
main .inner section#contents .message p.mb {
  margin-bottom: 40px;
}
main .inner section#contents .message dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner section#contents .message dl dt {
  color: #261387;
  font-family: "kepler-std-condensed-display", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
main .inner section#contents .message dl dd:nth-child(2) {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
}
main .inner section#contents .message dl dd:nth-child(3) {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main .inner section#contents .message dl dd:nth-child(4) {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#contents .message dl dd:nth-child(4) a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .inner section#contents .message dl dd:nth-child(4) a:hover {
  opacity: 0.7;
}
main .inner section#contents .message dl dd:nth-child(4) a::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/icon_insta.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main .inner section#contents .message dl dd:nth-child(4) a span {
  color: #261387;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
  display: inline-block;
}
main .inner section#contents .message .ph {
  width: 100%;
  margin-bottom: 20px;
}

footer {
  width: 100%;
  background-color: #FFF;
  border-top: solid 1px #261387;
  position: relative;
  z-index: 5;
}
footer .inner {
  width: 800px;
  padding: 30px 0 100px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .inner .link {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner .link ul {
  text-align: left;
  margin-bottom: 60px;
}
footer .inner .link ul li a {
  color: #261387;
  font-family: "kepler-std-condensed-display", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner .link ul li a:hover {
  color: #333;
}
footer .inner .link ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .inner .link p {
  color: #261387;
  font-family: "kepler-std-condensed-display", serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner .pgtop {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  cursor: pointer;
}
footer .inner .pgtop p {
  color: #261387;
  font-family: "kepler-std-condensed-display", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  text-align: right;
}
footer .inner .pgtop p:hover {
  color: #333;
}

.looks {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  padding: 40px 0 50vh 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.3s ease-in;
  box-sizing: border-box;
}
.looks.active {
  opacity: 1;
  pointer-events: auto;
}
.looks .wrap {
  width: 100%;
  height: auto;
}
.looks .wrap .spc {
  width: 100%;
  height: 50vh;
}
.looks .close {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 99999;
  transition: all 0.25s ease-in 0s;
}
.looks .close span {
  width: 40px;
  height: 2px;
  background-color: #261387;
  position: absolute;
}
.looks .close span:nth-child(1) {
  left: 0px;
  top: 20px;
  transform: rotate(45deg);
}
.looks .close span:nth-child(2) {
  left: 0px;
  top: 20px;
  transform: rotate(-45deg);
}
.looks .close:hover {
  opacity: 0.7;
}
.looks .look {
  width: 1020px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
.looks .look:not(:last-child) {
  margin-bottom: 120px;
}
.looks .look .set {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.looks .look .set .photo {
  width: 600px;
  position: relative;
}
.looks .look .set .text {
  width: 360px;
  padding: 0px;
}
.looks .look .set .text .credits h4 {
  color: #333;
  font-family: "kepler-std-condensed-display", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}
.looks .look .set .text .credits h4:not(:first-child) {
  padding-top: 20px;
}
.looks .look .set .text .credits > div {
  padding-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 3px 1px;
}
.looks .look .set .text .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.looks .look .set .text .credits > div.item-d-none dl dd {
  display: none;
}
.looks .look .set .text .credits > div dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.looks .look .set .text .credits > div dl dt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.looks .look .set .text .credits > div dl dt strong {
  color: #333;
  font-family: "kepler-std-condensed-display", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
.looks .look .set .text .credits > div dl dt span {
  display: inline-block;
}
.looks .look .set .text .credits > div dl dt span:nth-child(2) {
  color: #333;
  font-family: "kepler-std-condensed-display", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
.looks .look .set .text .credits > div dl dt span:nth-child(2)::before {
  content: "_";
  display: inline;
}
.looks .look .set .text .credits > div dl dt span:nth-child(3) {
  color: #333;
  font-family: "kepler-std-condensed-display", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 100%;
}
.looks .look .set .text .credits > div dl dd a {
  color: #261387;
  font-family: "kepler-std-condensed-display", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 4px 10px;
  border: solid 1px #261387;
  transition: all 0.25s ease-in 0s;
}
.looks .look .set .text .credits > div dl dd a:hover {
  opacity: 0.7;
}
.looks .look .set .text .credits > div dl dd a:not([href]) {
  display: none;
}
.looks .look .set .text .credits > div dl dd a:not([href]) + span {
  color: #261387;
  font-family: "kepler-std-condensed-display", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
.looks .look .set .text .credits > div dl dd a:not([href]) + a.linelink {
  display: inline-block;
}
.looks .look .set .text .credits > div dl dd a[href] {
  display: inline-block;
}
.looks .look .set .text .credits > div dl dd a[href] + a.linelink {
  display: none;
}
.looks .look .set .text .credits > div dl dd a + span {
  display: none;
}
.looks .look .set .text .credits > div dl dd span {
  color: #333;
  font-family: "kepler-std-condensed-display", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
.looks .look .set .arrow {
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 1;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
.looks .look .set .arrow:hover {
  opacity: 0.7;
}
.looks .look .set .arrow.prev {
  left: 15px;
}
.looks .look .set .arrow.next {
  right: 15px;
  transform: rotate(180deg);
}

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

  #loader .inner h2 {
    width: 155px;
    height: 12px;
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0 0 80px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
  }
  main::before {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  main .inner section#visual {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#visual:not(:last-child) {
    margin-bottom: 80px;
  }
  main .inner section#visual .img {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
  }
  main .inner section#visual .img .logo h1 {
    width: 274px;
    height: 21px;
  }
  main .inner section#visual .img img {
    opacity: 0;
    transition: all 0.75s ease-in 0.6s;
  }
  main .inner section#visual .copy {
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: opacity 0.25s ease-in 2s;
  }
  main .inner section#visual .copy h2 {
    width: 100%;
    height: calc((100vw - 60px) * 0.2679);
    margin-bottom: 30px;
  }
  main .inner section#visual .copy p {
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: left;
  }
  main .inner section#visual .copy p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner section#visual .copy p br {
    display: none;
  }
  main .inner section#contents .incontents {
    width: 100%;
    margin-bottom: 100px;
  }
  main .inner section#contents .incontents .ph {
    width: 100%;
  }
  main .inner section#contents .incontents .ph::after {
    width: 20px;
    height: 20px;
    right: 10px;
    bottom: 10px;
  }
  main .inner section#contents .incontents .ph.slider {
    width: calc(100% - 80px);
    padding: 40px 0;
    overflow: hidden;
  }
  main .inner section#contents .incontents .ph.slider::after {
    right: 10px;
    bottom: 50px;
  }
  main .inner section#contents .incontents .ph.slider .swiper-slide {
    clip-path: inset(0 0 0 0);
  }
  main .inner section#contents .incontents .ph.slider .swiper-slide.swiper-slide-active img {
    transform: scale(1);
  }
  main .inner section#contents .incontents .ph.slider .swiper-slide img {
    transition: all 1s ease-out 0s;
    transform: scale(1.05);
  }
  main .inner section#contents .credit {
    margin-bottom: 100px;
  }
  main .inner section#contents .credit p {
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main .inner section#contents .message {
    width: calc(100% - 150px);
    margin: 0 auto;
  }
  main .inner section#contents .message h3 {
    width: 292px;
    height: 24px;
    margin-bottom: 40px;
    position: relative;
    left: calc(50% - 146px);
  }
  main .inner section#contents .message p {
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    width: 100%;
    margin: 0 auto;
  }
  main .inner section#contents .message p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner section#contents .message p.mb {
    margin-bottom: 40px;
  }
  main .inner section#contents .message dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner section#contents .message dl dt {
    color: #261387;
    font-family: "kepler-std-condensed-display", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main .inner section#contents .message dl dd:nth-child(2) {
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
  }
  main .inner section#contents .message dl dd:nth-child(3) {
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main .inner section#contents .message dl dd:nth-child(4) {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#contents .message dl dd:nth-child(4) a:hover {
    opacity: 1;
  }
  main .inner section#contents .message dl dd:nth-child(4) a::before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/icon_insta.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  main .inner section#contents .message dl dd:nth-child(4) a span {
    color: #261387;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 5px;
    display: inline-block;
  }
  main .inner section#contents .message .ph {
    width: 100%;
    margin-bottom: 20px;
  }

  footer .inner {
    width: 100%;
    padding: 30px 20px 60px 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .inner .link {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .link ul {
    text-align: left;
    margin-bottom: 60px;
  }
  footer .inner .link ul li a {
    color: #261387;
    font-family: "kepler-std-condensed-display", serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .link ul li a:hover {
    color: #333;
  }
  footer .inner .link ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .inner .link p {
    color: #261387;
    font-family: "kepler-std-condensed-display", serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
  footer .inner .pgtop {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    cursor: pointer;
  }
  footer .inner .pgtop p {
    color: #261387;
    font-family: "kepler-std-condensed-display", serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    text-align: right;
  }
  footer .inner .pgtop p:hover {
    color: #333;
  }

  .looks {
    padding: 80px 0 50vh 0;
  }
  .looks .wrap {
    width: 100%;
    height: auto;
  }
  .looks .wrap .spc {
    width: 100%;
    height: 50vh;
  }
  .looks .close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
  }
  .looks .close span {
    width: 30px;
  }
  .looks .close span:nth-child(1) {
    top: 15px;
  }
  .looks .close span:nth-child(2) {
    top: 15px;
  }
  .looks .close:hover {
    opacity: 1;
  }
  .looks .look {
    width: calc(100% - 40px);
    padding: 0px;
    margin: 0 auto;
    position: relative;
  }
  .looks .look:not(:last-child) {
    margin-bottom: 80px;
  }
  .looks .look .set {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .looks .look .set .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  .looks .look .set .text {
    width: 100%;
    padding: 0px;
  }
  .looks .look .set .text .credits > div.item-d-none dl dd {
    display: none;
  }
}

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