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

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

body {
  font-family: franklin-gothic-urw, 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: #f15a25;
}

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: #f15a25;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out 0.25s;
}
#loader .logo {
  width: 264px;
  height: 20px;
  background-image: url(../images/brandlogo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 132px);
  top: calc(50% - 10px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #FFF;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  width: 100%;
  position: relative;
  z-index: 10;
}
header .inner {
  width: 1230px;
  padding: 30px 0;
  margin: 0 auto;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
header .inner ul li {
  color: #f15a25;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
header .inner ul li:not(:first-child) {
  margin: 0 0 0 20px;
}
header .inner ul li a {
  color: #f15a25;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}

main {
  width: 100%;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
main .inner {
  width: 100%;
  padding: 0px;
  margin-bottom: 90px;
}
main .inner .visual {
  width: 100%;
  padding-bottom: 70px;
  margin: 0 auto 1px auto;
  position: relative;
  background-color: #f15a25;
}
main .inner .visual::before {
  content: "";
  width: 100%;
  height: 425px;
  background-color: #FFF;
  display: block;
  position: absolute;
  left: 0px;
  top: -425px;
  z-index: 0;
  transition: all 0.25s ease-in 0s;
}
main .inner .visual .slide-photo {
  width: 1230px;
  margin: 0 auto 60px auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main .inner .visual .slide-photo dl {
  width: 340px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 65px;
  left: calc(50% - 170px);
  z-index: 10;
}
main .inner .visual .slide-photo dl dt {
  width: 340px;
  height: 200px;
  margin-bottom: 160px;
  position: relative;
}
main .inner .visual .slide-photo dl dt span {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0px;
  z-index: 5;
  opacity: 0;
  transition: all 1s ease-in 1s;
}
main .inner .visual .slide-photo dl dt span:first-child {
  background-image: url(../images/logo1.svg);
  height: 149px;
  top: 0px;
  transform: translateY(-30px);
}
main .inner .visual .slide-photo dl dt span:nth-child(2) {
  background-image: url(../images/logo2.svg);
  height: 70px;
  bottom: 0px;
  transform: translateY(30px);
}
main .inner .visual .slide-photo dl dd {
  width: 284px;
  height: 23px;
  background-image: url(../images/brandlogo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  opacity: 0;
  transition: all 0.75s ease-in 0.5s;
}
main .inner .visual .lead {
  width: 980px;
  margin: 0 auto;
}
main .inner .visual .lead p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0em;
  text-align: left;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main .inner .visual.on::before {
  top: 0px;
}
main .inner .visual.on .slide-photo {
  opacity: 1;
}
main .inner .visual.on .slide-photo dl dt span {
  opacity: 1;
}
main .inner .visual.on .slide-photo dl dt span:first-child {
  transform: translateY(0px);
}
main .inner .visual.on .slide-photo dl dt span:nth-child(2) {
  transform: translateY(0px);
}
main .inner .visual.on .slide-photo dl dd {
  opacity: 1;
}
main .inner .visual.on .lead p {
  opacity: 1;
}
main .inner .sec {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
main .inner .sec:not(:last-child) {
  margin-bottom: 200px;
}
main .inner .sec .insec {
  width: 100%;
  margin: 0 auto;
}
main .inner .sec .insec .headsec {
  width: 100%;
  padding: 70px 0 140px 0;
  margin: 0 auto 160px auto;
  background-color: #f15a25;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner .sec .insec .headsec.on h3 {
  opacity: 1;
}
main .inner .sec .insec .headsec.on .combo {
  opacity: 1;
}
main .inner .sec .insec .headsec h3 {
  width: 1080px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  transition: opacity 0.5s ease-in 0s;
  opacity: 0;
}
main .inner .sec .insec .headsec h3 span {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
}
main .inner .sec .insec .headsec .combo {
  width: 1080px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity 0.5s ease-in 0.5s;
  opacity: 0;
}
main .inner .sec .insec .headsec .combo .video {
  width: 850px;
}
main .inner .sec .insec .headsec .combo .video video {
  margin-bottom: 20px;
}
main .inner .sec .insec .headsec .combo .video .credits .credit {
  width: 100%;
  padding-bottom: 0px;
  background-image: none;
}
main .inner .sec .insec .headsec .combo .video .credits .credit dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main .inner .sec .insec .headsec .combo .video .credits .credit dl dt strong {
  color: #FFF;
}
main .inner .sec .insec .headsec .combo .video .credits .credit dl dd {
  margin: 0 0 0 20px;
}
main .inner .sec .insec .headsec .combo .video .credits .credit dl dd a {
  color: #f15a25;
  background-color: #FFF;
}
main .inner .sec .insec .headsec .combo .video .credits .credit dl dd a:hover {
  background-color: #000;
}
main .inner .sec .insec .headsec .combo .text {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-align: left;
  font-feature-settings: "palt";
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 230px;
  height: 480px;
  padding: 25px 0 0 0px;
  margin: 0px;
}
main .inner .sec .insec .looks {
  width: 1050px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner .sec .insec .looks.on .look {
  opacity: 1;
}
main .inner .sec .insec .looks .look {
  width: 490px;
  position: relative;
  opacity: 0;
}
main .inner .sec .insec .looks .look:nth-child(1) {
  transition: opacity 0.5s ease-in 0s;
}
main .inner .sec .insec .looks .look:nth-child(2) {
  transition: opacity 0.5s ease-in 0.5s;
}
main .inner .sec .insec .looks .look:nth-child(3) {
  transition: opacity 0.5s ease-in 1.5s;
}
main .inner .sec .insec .looks .look .photo {
  width: 100%;
  margin-bottom: 15px;
}
main .inner .sec .insec .credits .credit {
  width: 100%;
  padding-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 5px 1px;
}
main .inner .sec .insec .credits .credit:not(:last-child) {
  margin-bottom: 10px;
}
main .inner .sec .insec .credits .credit dl {
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .inner .sec .insec .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}
main .inner .sec .insec .credits .credit dl dt strong {
  color: #000;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner .sec .insec .credits .credit dl dt strong:last-child {
  font-weight: 300;
  padding: 0 0 0 5px;
  display: inline-block;
}
main .inner .sec .insec .credits .credit dl dt strong:last-child::before {
  content: "-";
  margin: 0 5px 0 0;
  display: inline-block;
}
main .inner .sec .insec .credits .credit dl dt strong span {
  font-weight: 300;
  display: inline-block;
  padding: 0 0 0 5px;
  /*
  &:not(.nc){
  	&::after{
  		content: '(TAX IN)';
  		padding: 0 0 0 5px;
  	}	
  }
  */
}
main .inner .sec .insec .credits .credit dl dd {
  width: 80px;
  margin: 0px;
}
main .inner .sec .insec .credits .credit dl dd a {
  color: #FFF;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 25px;
  background-color: #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-in;
}
main .inner .sec .insec .credits .credit dl dd a:hover {
  background-color: #f15a25;
}
main .inner .sec .insec .credits .credit dl dd a:not([href]) {
  display: none;
}
main .inner .sec .insec .credits .credit dl dd a:not([href]) + a.linelink {
  display: inline-block;
}
main .inner .sec .insec .credits .credit dl dd a[href] + a.linelink {
  display: none;
}
main .inner .sec#sec1 .insec .headsec h3 span {
  width: 319px;
  height: 87px;
  background-image: url(../images/ttl_jacket.png);
}
main .inner .sec#sec1 .insec .looks .look:nth-child(1) {
  margin-right: auto;
}
main .inner .sec#sec1 .insec .looks .look:nth-child(2) {
  margin: -290px 0 170px auto;
}
main .inner .sec#sec2 .insec .headsec h3 span {
  width: 359px;
  height: 87px;
  background-image: url(../images/ttl_dress.png);
}
main .inner .sec#sec2 .insec .looks .look:nth-child(1) {
  margin: -290px auto 170px 0;
  order: 2;
  transition: opacity 0.5s ease-in 0.5s;
}
main .inner .sec#sec2 .insec .looks .look:nth-child(2) {
  margin: 0 0 0 auto;
  order: 1;
  transition: opacity 0.5s ease-in 0s;
}
main .inner .sec#sec2 .insec .looks .look:nth-child(3) {
  order: 3;
  transition: opacity 0.5s ease-in 1.5s;
}
main .inner .sec#sec3 .insec .headsec h3 span {
  width: 335px;
  height: 87px;
  background-image: url(../images/ttl_vest.png);
}
main .inner .sec#sec3 .insec .looks .look:nth-child(1) {
  margin-right: auto;
}
main .inner .sec#sec3 .insec .looks .look:nth-child(2) {
  margin: -290px 0 170px auto;
}
main .inner .sec#sec4 .insec .headsec h3 span {
  width: 467px;
  height: 87px;
  background-image: url(../images/ttl_bustiar.png);
}
main .inner .sec#sec4 .insec .looks .look:nth-child(1) {
  margin: -290px auto 170px 0;
  order: 2;
  transition: opacity 0.5s ease-in 0.5s;
}
main .inner .sec#sec4 .insec .looks .look:nth-child(2) {
  margin: 0 0 0 auto;
  order: 1;
  transition: opacity 0.5s ease-in 0s;
}
main .inner .sec#sec4 .insec .looks .look:nth-child(3) {
  order: 3;
  transition: opacity 0.5s ease-in 1.5s;
}

.starring {
  width: 100%;
  margin-bottom: 90px;
}
.starring dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.starring dl dt {
  color: #f15a25;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
.starring dl dd {
  color: #f15a25;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
.starring dl dd:not(:last-child) {
  margin-bottom: 10px;
}
.starring dl dd a {
  color: #f15a25;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
.starring dl dd a:hover {
  text-decoration: underline;
}

footer {
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border-top: solid 1px #f15a25;
}
footer .infoot {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
footer .infoot ul {
  width: 50%;
  padding: 180px 35px 70px 35px;
  border-right: solid 1px #f15a25;
  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: #f15a25;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
footer .infoot ul li a:hover {
  text-decoration: underline;
}
footer .infoot p {
  padding: 0 35px 70px 35px;
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
footer .infoot p span {
  color: #f15a25;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  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: 132px;
    height: 10px;
    left: calc(50% - 66px);
    top: calc(50% - 10px);
  }

  .loaded main {
    opacity: 1;
  }

  header {
    width: 100%;
    position: relative;
    z-index: 10;
  }
  header .inner {
    width: calc(100% - 40px);
    padding: 15px 0;
    margin: 0 auto;
  }
  header .inner ul li {
    color: #f15a25;
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  header .inner ul li:not(:first-child) {
    margin: 0 0 0 15px;
  }
  header .inner ul li a {
    color: #f15a25;
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }

  main .inner {
    width: 100%;
    padding: 0px;
    margin-bottom: 90px;
  }
  main .inner .visual {
    width: 100%;
    padding-bottom: 35px;
  }
  main .inner .visual::before {
    height: 210px;
    top: -210px;
  }
  main .inner .visual .slide-photo {
    width: calc(100% - 40px);
    margin: 0 auto 30px auto;
  }
  main .inner .visual .slide-photo dl {
    width: 158px;
    bottom: 40px;
    left: calc(50% - 79px);
  }
  main .inner .visual .slide-photo dl dt {
    width: 158px;
    height: 93px;
    margin-bottom: 80px;
    position: relative;
  }
  main .inner .visual .slide-photo dl dt span:first-child {
    height: 69px;
  }
  main .inner .visual .slide-photo dl dt span:nth-child(2) {
    height: 32px;
  }
  main .inner .visual .slide-photo dl dd {
    width: 170px;
    height: 13px;
  }
  main .inner .visual .lead {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .inner .visual .lead p {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main .inner .sec:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec .insec {
    width: 100%;
    margin: 0 auto;
  }
  main .inner .sec .insec .headsec {
    width: 100%;
    padding: 45px 0;
    margin: 0 auto 55px auto;
  }
  main .inner .sec .insec .headsec h3 {
    width: calc(100% - 40px);
  }
  main .inner .sec .insec .headsec .combo {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec .headsec .combo .video {
    width: 100%;
    margin-bottom: 20px;
  }
  main .inner .sec .insec .headsec .combo .video video {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  main .inner .sec .insec .headsec .combo .video .credits .credit dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  main .inner .sec .insec .headsec .combo .video .credits .credit dl dt strong {
    color: #FFF;
  }
  main .inner .sec .insec .headsec .combo .video .credits .credit dl dd {
    margin: 0px;
  }
  main .inner .sec .insec .headsec .combo .video .credits .credit dl dd a {
    color: #f15a25;
    background-color: #FFF;
  }
  main .inner .sec .insec .headsec .combo .video .credits .credit dl dd a:hover {
    background-color: #000;
  }
  main .inner .sec .insec .headsec .combo .text {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2.1rem;
    letter-spacing: 0em;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
  }
  main .inner .sec .insec .looks {
    width: 100%;
  }
  main .inner .sec .insec .looks .look {
    width: calc(100% - 40px);
  }
  main .inner .sec .insec .looks .look:not(:last-child) {
    margin-bottom: 80px;
  }
  main .inner .sec .insec .looks .look .photo {
    width: 100%;
    margin-bottom: 10px;
  }
  main .inner .sec .insec .credits .credit {
    width: 100%;
    padding-bottom: 10px;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 5px 1px;
  }
  main .inner .sec .insec .credits .credit:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec .insec .credits .credit dl dt strong {
    color: #000;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .sec .insec .credits .credit dl dd {
    width: 45px;
    margin: 0px;
  }
  main .inner .sec .insec .credits .credit dl dd a {
    color: #FFF;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 20px;
    background-color: #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.15s ease-in;
  }
  main .inner .sec .insec .credits .credit dl dd a:hover {
    background-color: #f15a25;
  }
  main .inner .sec .insec .credits .credit dl dd a:not([href]) {
    display: none;
  }
  main .inner .sec .insec .credits .credit dl dd a:not([href]) + a.linelink {
    display: inline-block;
  }
  main .inner .sec .insec .credits .credit dl dd a[href] + a.linelink {
    display: none;
  }
  main .inner .sec#sec1 .insec .headsec h3 span {
    width: 160px;
    height: 44px;
    background-image: url(../images/ttl_jacket.png);
  }
  main .inner .sec#sec1 .insec .looks .look:nth-child(1) {
    margin-right: auto;
  }
  main .inner .sec#sec1 .insec .looks .look:nth-child(1) .credits {
    padding: 0 0 0 20px;
  }
  main .inner .sec#sec1 .insec .looks .look:nth-child(2) {
    margin: 0 0 80px auto;
  }
  main .inner .sec#sec1 .insec .looks .look:nth-child(2) .credits {
    padding: 0 20px 0 0;
  }
  main .inner .sec#sec1 .insec .looks .look:nth-child(3) {
    margin-right: auto;
  }
  main .inner .sec#sec1 .insec .looks .look:nth-child(3) .credits {
    padding: 0 0 0 20px;
  }
  main .inner .sec#sec2 .insec .headsec h3 span {
    width: 180px;
    height: 44px;
    background-image: url(../images/ttl_dress.png);
  }
  main .inner .sec#sec2 .insec .looks .look:nth-child(1) {
    margin: 0 auto 80px 0;
    order: 2;
  }
  main .inner .sec#sec2 .insec .looks .look:nth-child(1) .credits {
    padding: 0 0 0 20px;
  }
  main .inner .sec#sec2 .insec .looks .look:nth-child(2) {
    margin: 0 0 80px auto;
    order: 1;
  }
  main .inner .sec#sec2 .insec .looks .look:nth-child(2) .credits {
    padding: 0 20px 0 0;
  }
  main .inner .sec#sec2 .insec .looks .look:nth-child(3) {
    margin: 0 0 0 auto;
    order: 3;
  }
  main .inner .sec#sec2 .insec .looks .look:nth-child(3) .credits {
    padding: 0 20px 0 0;
  }
  main .inner .sec#sec3 .insec .headsec h3 span {
    width: 168px;
    height: 44px;
    background-image: url(../images/ttl_vest.png);
  }
  main .inner .sec#sec3 .insec .looks .look:nth-child(1) {
    margin-right: auto;
  }
  main .inner .sec#sec3 .insec .looks .look:nth-child(1) .credits {
    padding: 0 0 0 20px;
  }
  main .inner .sec#sec3 .insec .looks .look:nth-child(2) {
    margin: 0 0 80px auto;
  }
  main .inner .sec#sec3 .insec .looks .look:nth-child(2) .credits {
    padding: 0 20px 0 0;
  }
  main .inner .sec#sec3 .insec .looks .look:nth-child(3) {
    margin-right: auto;
  }
  main .inner .sec#sec3 .insec .looks .look:nth-child(3) .credits {
    padding: 0 0 0 20px;
  }
  main .inner .sec#sec4 .insec .headsec h3 span {
    width: 234px;
    height: 44px;
    background-image: url(../images/ttl_bustiar.png);
  }
  main .inner .sec#sec4 .insec .looks .look:nth-child(1) {
    margin: 0 auto 80px 0;
    order: 2;
  }
  main .inner .sec#sec4 .insec .looks .look:nth-child(1) .credits {
    padding: 0 0 0 20px;
  }
  main .inner .sec#sec4 .insec .looks .look:nth-child(2) {
    margin: 0 0 80px auto;
    order: 1;
  }
  main .inner .sec#sec4 .insec .looks .look:nth-child(2) .credits {
    padding: 0 20px 0 0;
  }
  main .inner .sec#sec4 .insec .looks .look:nth-child(3) {
    margin: 0 0 0 auto;
    order: 3;
  }
  main .inner .sec#sec4 .insec .looks .look:nth-child(3) .credits {
    padding: 0 20px 0 0;
  }

  .starring {
    width: 100%;
    margin-bottom: 90px;
  }
  .starring dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .starring dl dt {
    color: #f15a25;
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  .starring dl dd {
    color: #f15a25;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  .starring dl dd:not(:last-child) {
    margin-bottom: 5px;
  }
  .starring dl dd a {
    color: #f15a25;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }

  footer .infoot {
    flex-direction: column;
  }
  footer .infoot ul {
    width: 100%;
    padding: 80px 20px 20px 20px;
    border-bottom: solid 1px #f15a25;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .infoot ul li:nth-last-child(2) {
    margin-bottom: 10px;
  }
  footer .infoot ul li a {
    color: #f15a25;
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot ul li a:hover {
    text-decoration: underline;
  }
  footer .infoot p {
    align-items: flex-start;
    width: 100%;
    padding: 40px 20px 20px 20px;
  }
  footer .infoot p span {
    color: #f15a25;
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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