@import url("https://use.typekit.net/weo5paa.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 change {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

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

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

a:hover, a:active, a.active {
  color: #282e4c;
}

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;
}
#loader .logo {
  width: 256px;
  height: 160px;
  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;
  left: calc(50% - 128px);
  top: calc(50% - 80px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  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: 333;
  transition: all 0.25s ease-in 0s;
}
header.on {
  filter: invert(100%);
}
header .inner {
  width: 100%;
  padding: 36px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
header .inner h1 {
  width: 110px;
  height: 69px;
}
header .inner h1 a {
  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;
  width: 100%;
  height: 100%;
  display: block;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner ul li:not(:first-child) {
  margin: 0 0 0 32px;
}
header .inner ul li a {
  color: #000;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  opacity: 0.7;
}
main {
  width: 100%;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
main .inner {
  width: 100%;
  padding: 141px 0 0 0;
}
main .inner::before {
  content: "";
  width: 100%;
  height: calc(75vh - 0px);
  min-height: 640px;
  display: block;
}
main .inner .visual {
  width: 100%;
  position: fixed;
  top: 201px;
  left: 0px;
  z-index: -1;
}
main .inner .visual .invisual {
  width: 100%;
}
main .inner .visual .invisual .set {
  position: relative;
}
main .inner .visual .invisual .set .inset {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner .visual .invisual .set .inset h2 {
  width: 620px;
  height: 209px;
  position: relative;
}
main .inner .visual .invisual .set .inset h2 span {
  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;
}
main .inner .visual .invisual .set .inset h2 span:nth-child(1) {
  width: 526px;
  height: 102px;
  background-image: url(../images/title2.svg);
  top: 0px;
  left: 60px;
  transition: all 0.3s ease-in 0.5s;
  clip-path: inset(0 100% 0 0);
}
main .inner .visual .invisual .set .inset h2 span:nth-child(2) {
  width: 620px;
  height: 121px;
  background-image: url(../images/title3.svg);
  bottom: 0px;
  left: 0px;
  transition: all 0.3s ease-in 0.75s;
  clip-path: inset(0 100% 0 0);
}
main .inner .visual .invisual .set .inset h3 {
  width: 288px;
  height: 130px;
  background-image: url(../images/title1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 80px;
  transition: all 0.3s ease-in 0s;
  clip-path: inset(0 100% 0 0);
}
main .inner .visual .invisual .set .inset.on h2 span:nth-child(1) {
  clip-path: inset(0 0 0 0);
}
main .inner .visual .invisual .set .inset.on h2 span:nth-child(2) {
  clip-path: inset(0 0 0 0);
}
main .inner .visual .invisual .set .inset.on h3 {
  clip-path: inset(0 0 0 0);
}
main .inner .visual .invisual .set .inset.m {
  position: absolute;
  top: 0px;
  left: calc(50% - 310px);
}
main .inner .visual .invisual .set .inset.m.i2 {
  z-index: 1;
}
main .inner .visual .invisual .set .inset.m.i2 h2 span:nth-child(1) {
  background-image: url(../images/title2_2.svg);
}
main .inner .visual .invisual .set .inset.m.i2 h2 span:nth-child(2) {
  background-image: url(../images/title3_2.svg);
}
main .inner .visual .invisual .set .inset.m.i2 h3 {
  background-image: url(../images/title1_2.svg);
}
main .inner .visual .invisual .set .inset.m.i3 {
  z-index: 2;
}
main .inner .visual .invisual .set .inset.m.i3 h2 span:nth-child(1) {
  background-image: url(../images/title2_3.svg);
}
main .inner .visual .invisual .set .inset.m.i3 h2 span:nth-child(2) {
  background-image: url(../images/title3_3.svg);
}
main .inner .visual .invisual .set .inset.m.i3 h3 {
  background-image: url(../images/title1_3.svg);
}
main .inner .visual .invisual .set .inset.m.i4 {
  z-index: 3;
}
main .inner .visual .invisual .set .inset.m.i4 h2 span:nth-child(1) {
  background-image: url(../images/title2.svg);
}
main .inner .visual .invisual .set .inset.m.i4 h2 span:nth-child(2) {
  background-image: url(../images/title3.svg);
}
main .inner .visual .invisual .set .inset.m.i4 h3 {
  background-image: url(../images/title1.svg);
}
main .inner .sec {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
main .inner .sec .insec {
  width: 100%;
  padding: 150px 0;
  margin: 0 auto;
}
main .inner .sec .insec .sectitle {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 90px;
}
main .inner .sec .insec .sectitle h4 {
  color: #FFF;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 30px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .inner .sec .insec .sectitle h5 {
  color: #FFF;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .inner .sec .insec .sectitle.on h4, main .inner .sec .insec .sectitle.on h5 {
  opacity: 1;
}
main .inner .sec .insec .look {
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in 0.25s;
}
main .inner .sec .insec .look.on {
  opacity: 1;
  transform: translateY(0px);
}
main .inner .sec .insec .look:not(:last-child) {
  margin-bottom: 180px;
}
main .inner .sec .insec .look .photo {
  width: 100%;
  margin-bottom: 20px;
}
main .inner .sec .insec .look .photo.mb {
  margin-bottom: 40px;
}
main .inner .sec .insec .look .credits.dot {
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 6px 1px;
  padding: 10px 0 0 0;
}
main .inner .sec .insec .look .credits .credit {
  width: 100%;
  padding-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 6px 1px;
}
main .inner .sec .insec .look .credits .credit:not(:last-child) {
  margin-bottom: 10px;
}
main .inner .sec .insec .look .credits .credit dl {
  width: 100%;
  padding: 0 3px;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
main .inner .sec .insec .look .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}
main .inner .sec .insec .look .credits .credit dl dt strong:nth-child(1) {
  color: #FFF;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
main .inner .sec .insec .look .credits .credit dl dt strong:nth-child(1) span {
  padding: 0 0 0 5px;
}
main .inner .sec .insec .look .credits .credit dl dt strong:nth-child(2) span {
  color: #FFF;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main .inner .sec .insec .look .credits .credit dl dd {
  width: 52px;
}
main .inner .sec .insec .look .credits .credit dl dd a {
  color: #282e4c;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 24px;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: opacity 0.25s ease-in;
}
main .inner .sec .insec .look .credits .credit dl dd a:hover {
  opacity: 0.8;
}
main .inner .sec .insec .look .credits .credit dl dd a:not([href]) {
  display: none;
}
main .inner .sec .insec .look .credits .credit dl dd a:not([href]) + a.linelink {
  display: inline-block;
}
main .inner .sec .insec .look .credits .credit dl dd a[href] + a.linelink {
  display: none;
}
main .inner .sec .insec .look.type1 {
  width: 600px;
}
main .inner .sec .insec .look.type1.short {
  width: 500px;
}
main .inner .sec .insec .look.type1.look25 .photo {
  width: 270px;
  margin: 0 auto 60px auto;
}
main .inner .sec .insec .look.type2 {
  width: 800px;
}
main .inner .sec .insec .look.type2 .photos {
  width: 100%;
  position: relative;
  margin-bottom: 120px;
}
main .inner .sec .insec .look.type2 .photos div:nth-child(1) {
  width: 400px;
}
main .inner .sec .insec .look.type2 .photos div:nth-child(2) {
  width: 416px;
  position: absolute;
  top: 0px;
  right: 0px;
}
main .inner .sec .insec .look.type2 .credits {
  width: 600px;
  margin: 0 auto;
}
main .inner .sec .insec .look.type2.look5 .photos {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
}
main .inner .sec .insec .look.type2.look5 .photos div:nth-child(1) {
  width: 418px;
}
main .inner .sec .insec .look.type2.look5 .photos div:nth-child(2) {
  width: 310px;
  position: relative;
}
main .inner .sec .insec .look.type2.look15 .photos {
  margin-bottom: 205px;
}
main .inner .sec .insec .look.type2.look15 .photos div:nth-child(2) {
  width: 388px;
  position: absolute;
  top: 70px;
  right: 50px;
}
main .inner .sec .insec .look.type2.look18 .photos {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
main .inner .sec .insec .look.type2.look18 .photos div:nth-child(1) {
  width: 340px;
}
main .inner .sec .insec .look.type2.look18 .photos div:nth-child(2) {
  width: 284px;
  margin: 0 0 0 80px;
  position: relative;
}
main .inner .sec .insec .look.type3 {
  width: 1020px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .inner .sec .insec .look.type3 .look-left,
main .inner .sec .insec .look.type3 .look-right {
  width: 500px;
}
main .inner .sec#sec1 {
  background-color: #282e4c;
  margin-bottom: calc(100vh - 141px);
}
main .inner .sec#sec1 insec .look .credits .credit dl dd a {
  color: #282e4c;
}
main .inner .sec#sec2 {
  background-color: #e19038;
  margin-bottom: calc(100vh - 141px);
}
main .inner .sec#sec2 .insec .look .credits .credit dl dd a {
  color: #e19038;
}
main .inner .sec#sec3 {
  background-color: #decdad;
  margin-bottom: calc(100vh - 141px);
}
main .inner .sec#sec3 .insec .look .credits .credit dl dd a {
  color: #decdad;
}
main .inner .sec#sec4 {
  background-color: #272522;
}
main .inner .sec#sec4 .insec {
  padding-bottom: 220px;
}
main .inner .sec#sec4 .insec h3.fun {
  width: 822px;
  height: 120px;
  background-image: url(../images/text_fun.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  transition: all 0.5s ease-in 0s;
  clip-path: inset(0 100% 0 0);
}
main .inner .sec#sec4 .insec h3.fun.on {
  clip-path: inset(0 0% 0 0);
}

footer {
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-color: #FFF;
}
footer .infoot {
  width: 100%;
  padding: 60px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .infoot ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer .infoot ul li a {
  color: #000;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  transition: all 0.25s ease-in 0s;
}
footer .infoot ul li a:hover {
  opacity: 0.7;
}
footer .infoot p {
  color: #000;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  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: 128px;
    height: 80px;
    left: calc(50% - 64px);
    top: calc(50% - 40px);
  }

  header .inner {
    padding: 12px;
    position: relative;
  }
  header .inner h1 {
    width: 70px;
    height: 44px;
  }
  header .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header .inner ul li {
    writing-mode: vertical-rl;
  }
  header .inner ul li:not(:first-child) {
    margin: 12px 0 0 0;
  }
  header .inner ul li a {
    color: #000;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
  }
  main {
    width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box;
  }
  main .inner {
    width: 100%;
    padding: 141px 0 0 0;
  }
  main .inner::before {
    content: "";
    width: 100%;
    height: calc(75vh - 0px);
    min-height: 640px;
    display: block;
  }
  main .inner .visual {
    width: 100%;
    position: fixed;
    top: 201px;
    left: 0px;
    z-index: -1;
  }
  main .inner .visual .invisual {
    width: 100%;
  }
  main .inner .visual .invisual .set {
    position: relative;
  }
  main .inner .visual .invisual .set .inset {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .visual .invisual .set .inset h2 {
    width: 270px;
    height: 175px;
  }
  main .inner .visual .invisual .set .inset h2 span {
    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;
  }
  main .inner .visual .invisual .set .inset h2 span:nth-child(1) {
    width: 270px;
    height: 52px;
    top: 0px;
    left: 0px;
  }
  main .inner .visual .invisual .set .inset h2 span:nth-child(2) {
    width: 100px;
    height: 119px;
    background-image: url(../images_sp/title3.svg);
    bottom: 0px;
    left: 85px;
  }
  main .inner .visual .invisual .set .inset h3 {
    width: 156px;
    height: 70px;
    margin-bottom: 35px;
  }
  main .inner .visual .invisual .set .inset.m {
    left: calc(50% - 135px);
  }
  main .inner .visual .invisual .set .inset.m.i2 h2 span:nth-child(2) {
    background-image: url(../images_sp/title3_2.svg);
  }
  main .inner .visual .invisual .set .inset.m.i3 h2 span:nth-child(2) {
    background-image: url(../images_sp/title3_3.svg);
  }
  main .inner .visual .invisual .set .inset.m.i4 h2 span:nth-child(2) {
    background-image: url(../images_sp/title3.svg);
  }
  main .inner .sec {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  main .inner .sec .insec {
    width: 100%;
    padding: 150px 0;
    margin: 0 auto;
  }
  main .inner .sec .insec .sectitle {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 90px;
  }
  main .inner .sec .insec .sectitle h4 {
    color: #FFF;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 4rem;
    font-weight: 900;
    line-height: 5rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main .inner .sec .insec .sectitle h4 span {
    display: none;
  }
  main .inner .sec .insec .sectitle h5 {
    color: #FFF;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .sec .insec .look {
    margin: 0 auto;
    opacity: 0;
  }
  main .inner .sec .insec .look:not(:last-child) {
    margin-bottom: 90px;
  }
  main .inner .sec .insec .look .photo {
    width: 100%;
    margin-bottom: 10px;
  }
  main .inner .sec .insec .look .photo.mb {
    margin-bottom: 20px;
  }
  main .inner .sec .insec .look .credits.dot {
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 6px 1px;
    padding: 10px 0 0 0;
  }
  main .inner .sec .insec .look .credits .credit {
    width: 100%;
    padding-bottom: 10px;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 6px 1px;
  }
  main .inner .sec .insec .look .credits .credit:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec .insec .look .credits .credit dl {
    width: 100%;
    padding: 0 3px;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
  main .inner .sec .insec .look .credits .credit dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
  }
  main .inner .sec .insec .look .credits .credit dl dt strong:nth-child(1) {
    color: #FFF;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  main .inner .sec .insec .look .credits .credit dl dt strong:nth-child(1) span {
    padding: 0 0 0 5px;
  }
  main .inner .sec .insec .look .credits .credit dl dt strong:nth-child(2) span {
    color: #FFF;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  main .inner .sec .insec .look .credits .credit dl dd {
    width: 52px;
  }
  main .inner .sec .insec .look .credits .credit dl dd a {
    color: #282e4c;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 24px;
    background-color: #FFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: opacity 0.25s ease-in;
  }
  main .inner .sec .insec .look .credits .credit dl dd a:hover {
    opacity: 0.8;
  }
  main .inner .sec .insec .look .credits .credit dl dd a:not([href]) {
    display: none;
  }
  main .inner .sec .insec .look .credits .credit dl dd a:not([href]) + a.linelink {
    display: inline-block;
  }
  main .inner .sec .insec .look .credits .credit dl dd a[href] + a.linelink {
    display: none;
  }
  main .inner .sec .insec .look.type1 {
    width: calc(100% - 56px);
  }
  main .inner .sec .insec .look.type1.short {
    width: calc(100% - 112px);
  }
  main .inner .sec .insec .look.type1.look25 .photo {
    width: 270px;
    margin: 0 auto 60px auto;
  }
  main .inner .sec .insec .look.type2 {
    width: calc(100% - 56px);
  }
  main .inner .sec .insec .look.type2 .photos {
    width: 100%;
    padding: 0px;
    position: relative;
    margin-bottom: 190px;
  }
  main .inner .sec .insec .look.type2 .photos div:nth-child(1) {
    width: 245px;
  }
  main .inner .sec .insec .look.type2 .photos div:nth-child(2) {
    width: 250px;
    right: 0px;
    top: 140px;
  }
  main .inner .sec .insec .look.type2 .credits {
    width: 100%;
    margin: 0 auto;
  }
  main .inner .sec .insec .look.type2.look5 .photos {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 150px;
  }
  main .inner .sec .insec .look.type2.look5 .photos div:nth-child(1) {
    width: 220px;
  }
  main .inner .sec .insec .look.type2.look5 .photos div:nth-child(2) {
    width: 180px;
    position: absolute;
    top: 100px;
  }
  main .inner .sec .insec .look.type2.look15 .photos {
    margin-bottom: 205px;
  }
  main .inner .sec .insec .look.type2.look15 .photos div:nth-child(2) {
    width: 200px;
    position: absolute;
    top: 180px;
    right: 0px;
  }
  main .inner .sec .insec .look.type2.look18 .photos {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  main .inner .sec .insec .look.type2.look18 .photos div:nth-child(1) {
    width: calc(50% - 5px);
  }
  main .inner .sec .insec .look.type2.look18 .photos div:nth-child(2) {
    width: calc(50% - 5px);
    margin: 0px;
    top: auto;
    position: relative;
  }
  main .inner .sec .insec .look.type3 {
    width: calc(100% - 56px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec .insec .look.type3 .look-left {
    width: 100%;
    margin-bottom: 90px;
  }
  main .inner .sec .insec .look.type3 .look-right {
    width: 100%;
  }
  main .inner .sec#sec1 {
    margin-bottom: calc(100vh - 68px);
  }
  main .inner .sec#sec2 {
    margin-bottom: calc(100vh - 68px);
  }
  main .inner .sec#sec3 {
    margin-bottom: calc(100vh - 68px);
  }
  main .inner .sec#sec4 .insec {
    padding-bottom: 110px;
  }
  main .inner .sec#sec4 .insec h3.fun {
    width: calc(100% - 56px);
    height: calc((100vw - 56px) * 0.15);
  }

  footer .infoot {
    width: 100%;
    padding: 28px 28px 56px 28px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot ul {
    margin-bottom: 28px;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .infoot ul li a {
    color: #000;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    transition: all 0.25s ease-in 0s;
  }
  footer .infoot ul li a:hover {
    opacity: 1;
  }
  footer .infoot p {
    color: #000;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
}

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