@charset "UTF-8";
@import url("https://use.typekit.net/ets6tem.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 kurukuru {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fillblack {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 -10%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #111;
  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: #111;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

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

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 .bar {
  width: 100%;
  height: 10px;
  background-color: #707070;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000000;
  display: block;
}
#loader .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: background-color 0.5s ease-in;
}
#loader .text h3 {
  width: 206px;
  height: 26px;
  background-image: url(../images/logo_blk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 103px);
  transition: all 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#loader.on .text h3 {
  opacity: 0;
}

header {
  width: 100%;
  padding: 30px 30px 0 30px;
  position: fixed;
  z-index: 999;
  pointer-events: none;
}
header h1 {
  width: 206px;
  height: 27px;
  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;
  margin: 0;
}
header ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 30px;
  left: 15px;
}
header ul li {
  pointer-events: auto;
}
header ul li a {
  color: #000000;
  font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}
header ul li a:hover {
  color: #111;
}
header ul li:not(:last-child) {
  margin-bottom: 10px;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0 0 200px 0;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
main section p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
main section dl.textset {
  width: 100%;
}
main section dl.textset:not(:last-child) {
  margin-bottom: 75px;
}
main section dl.textset dt {
  color: #111;
  font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 0.7em;
  letter-spacing: 0em;
  text-align: left;
}
main section dl.textset dt:not(:last-child) {
  margin-bottom: 30px;
}
main section dl.textset dd {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-align: left;
}
main section .order {
  width: 1040px;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section .order:not(:last-child) {
  margin-bottom: 200px;
}
main section .order.on {
  opacity: 1;
}
main section .order h4 {
  background-image: url(../images/title_preorder.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: 263px;
  height: 40px;
  margin: 0 auto 35px auto;
}
main section .order .credits {
  width: 100%;
}
main section .order .credits.pre {
  margin-bottom: 50px;
}
main section .order .credits.pre .credit {
  width: 350px;
}
main section .order .credits.pre .credit dl dt strong:nth-child(1) {
  font-size: 1.6rem;
}
main section .order .credits.pre .credit dl dt strong:nth-child(2) {
  font-size: 1.6rem;
}
main section .order .credits.pre .credit dl dd a {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main section .order .credits .credit {
  width: 300px;
  padding: 0px;
  margin: 0 auto;
}
main section .order .credits .credit:not(:last-child) {
  margin-bottom: 5px;
}
main section .order .credits .credit dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main section .order .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .order .credits .credit dl dt strong:nth-child(1) {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main section .order .credits .credit dl dt strong:nth-child(1) span {
  font-weight: 500;
  display: inline-block;
  padding: 0 0 0 5px;
}
main section .order .credits .credit dl dt strong:nth-child(1) span:not(.nc)::after {
  padding: 0 0 0 5px;
}
main section .order .credits .credit dl dt strong:nth-child(2) {
  color: #111;
  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;
}
main section .order .credits .credit dl dd {
  width: auto;
  box-sizing: border-box;
}
main section .order .credits .credit dl dd a {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main section .order .credits .credit dl dd a:hover {
  color: #000000;
}
main section .order .credits .credit dl dd a:not([href]) {
  display: none;
}
main section .order .credits .credit dl dd a:not([href]) + span {
  color: #F2F0ED;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main section .order .credits .credit dl dd a:not([href]) + a.linelink {
  display: inline-block;
}
main section .order .credits .credit dl dd a[href] {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section .order .credits .credit dl dd a[href] + a.linelink {
  display: none;
}
main section .order .credits .credit dl dd a + span {
  display: none;
}
main section .order .credits .credit dl dd a.items__a {
  color: #F2F0ED;
  text-decoration: none;
  background-color: #111;
  width: 40px;
  height: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section .order .credits .credit dl dd a.items__a:hover {
  background-color: #707070;
}
main section .order .credits .credit dl dd span {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main section#visual {
  width: 100%;
  margin-bottom: 100px;
}
main section#visual .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
main section#visual .inner h2 {
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 12%;
  opacity: 0;
  transition: all 0.5s ease-in 1.2s;
}
main section#visual .inner .combo {
  width: 88%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#visual .inner .combo > div {
  width: calc((100% - 10px) / 3);
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#visual .inner .combo > div:not(:nth-child(3n+1)) {
  margin-left: 5px;
}
main section#visual .inner .combo > div:not(:nth-child(n+7)) {
  margin-bottom: 5px;
}
main section#visual .inner .combo > div:nth-child(1) {
  transition-delay: 0.2s;
}
main section#visual .inner .combo > div:nth-child(2) {
  transition-delay: 0.3s;
}
main section#visual .inner .combo > div:nth-child(3) {
  transition-delay: 0.4s;
}
main section#visual .inner .combo > div:nth-child(4) {
  transition-delay: 0.5s;
}
main section#visual .inner .combo > div:nth-child(5) {
  transition-delay: 0.6s;
}
main section#visual .inner .combo > div:nth-child(6) {
  transition-delay: 0.7s;
}
main section#visual .inner .combo > div:nth-child(7) {
  transition-delay: 0.8s;
}
main section#visual .inner .combo > div:nth-child(8) {
  transition-delay: 0.9s;
}
main section#visual .inner .combo > div:nth-child(9) {
  transition-delay: 1s;
}
main section#visual.on .inner h2 {
  opacity: 1;
}
main section#visual.on .inner .combo > div {
  opacity: 1;
}
main section#lead {
  width: 100%;
  margin-bottom: 150px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#lead.on {
  opacity: 1;
}
main section#lead h3 {
  background-image: url(../images/title_lead.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 446px;
  height: 125px;
  margin: 0 auto 60px auto;
}
main section#sec1 {
  width: 100%;
  margin-bottom: 200px;
}
main section#sec1 .block {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#sec1 .block.on {
  opacity: 1;
}
main section#sec1 .block.b1 {
  width: 1040px;
  margin: 0 auto 100px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#sec1 .block.b1 .b-head {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#sec1 .block.b1 .b-head:not(:last-child) {
  margin-bottom: 60px;
}
main section#sec1 .block.b1 .b-head .photo {
  width: 565px;
}
main section#sec1 .block.b1 .b-head h3 {
  background-image: url(../images/title_look01.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: 443px;
  height: 269px;
  position: relative;
  top: 50px;
  left: -25px;
}
main section#sec1 .block.b2 {
  width: 1040px;
  margin: 0 auto 200px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#sec1 .block.b2 .photos:nth-child(1) {
  width: 940px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#sec1 .block.b2 .photos:nth-child(1) .photo:nth-child(1) {
  width: 450px;
  position: relative;
}
main section#sec1 .block.b2 .photos:nth-child(1) .photo:nth-child(1)::after {
  content: "";
  width: 126px;
  height: 181px;
  background-image: url(../images/text_style01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: -126px;
}
main section#sec1 .block.b2 .photos:nth-child(1) .photo:nth-child(2) {
  width: 400px;
  padding-top: 260px;
}
main section#sec1 .block.b2 .photos:nth-child(2) {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  top: -60px;
}
main section#sec1 .block.b2 .photos:nth-child(2) .photo:nth-child(1) {
  width: 500px;
  padding-bottom: 160px;
}
main section#sec1 .block.b2 .photos:nth-child(2) .photo:nth-child(2) {
  width: 360px;
  margin-left: 35px;
}
main section#sec1 .block.b3 {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main section#sec1 .block.b3:not(:last-child) {
  margin-bottom: 80px;
}
main section#sec1 .block.b3 > .photo {
  width: 750px;
  margin-bottom: 100px;
}
main section#sec1 .block.b3 > .photo::after {
  content: "";
  width: 185px;
  height: 126px;
  background-image: url(../images/text_style02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -100px;
  left: calc(50% - 93px);
}
main section#sec1 .block.b3 > .set {
  width: 100%;
  padding: 0 50px;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main section#sec1 .block.b3 > .set .photo {
  position: relative;
}
main section#sec1 .block.b3 > .set .photo:nth-child(1) {
  width: 500px;
  right: -55px;
}
main section#sec1 .block.b3 > .set .photo:nth-child(2) {
  width: 400px;
  padding-top: 310px;
  z-index: 1;
}
main section#sec1 .block.b3 .combo {
  width: calc(100% - 100px);
  margin: 0 auto;
}
main section#sec1 .block.b3 .combo > .photo {
  width: 450px;
  position: relative;
  left: 95px;
  z-index: 1;
}
main section#sec1 .block.b3 .combo .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-top: -75px;
}
main section#sec1 .block.b3 .combo .set .text {
  width: 450px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section#sec1 .block.b3 .combo .set .text p {
  width: 300px;
}
main section#sec1 .block.b3 .combo .set .photo {
  width: 450px;
}
main section#sec2 {
  width: 100%;
  margin-bottom: 200px;
}
main section#sec2 .block {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#sec2 .block.on {
  opacity: 1;
}
main section#sec2 .block.b1 {
  width: 600px;
  margin: 0 auto 150px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#sec2 .block.b1 h3 {
  background-image: url(../images/title_look02.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: 557px;
  height: 269px;
  position: relative;
  z-index: 1;
}
main section#sec2 .block.b1 .photo {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  margin-top: -15px;
}
main section#sec2 .block.b1 p {
  text-align: center;
  width: 100%;
}
main section#sec2 .block.b2 {
  width: 940px;
  margin: 0 auto 100px auto;
  position: relative;
}
main section#sec2 .block.b2 .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
}
main section#sec2 .block.b2 .set .photo:nth-child(1) {
  width: 450px;
  position: relative;
}
main section#sec2 .block.b2 .set .photo:nth-child(1)::after {
  content: "";
  width: 126px;
  height: 184px;
  background-image: url(../images/text_style03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: -126px;
}
main section#sec2 .block.b2 .set .photo:nth-child(2) {
  width: 400px;
  padding: 280px 0 0 0;
  position: relative;
}
main section#sec2 .block.b2 > .photo {
  width: 750px;
  margin: 0 auto;
}
main section#sec2 .block.b3 {
  width: 1040px;
  margin: 0 auto;
  position: relative;
}
main section#sec2 .block.b3:not(:last-child) {
  margin-bottom: 80px;
}
main section#sec2 .block.b3 > .set {
  width: 100%;
  padding: 0 0 0 50px;
}
main section#sec2 .block.b3 > .set:nth-child(1) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
}
main section#sec2 .block.b3 > .set:nth-child(1) .photo:nth-child(1) {
  width: 600px;
  margin-bottom: 35px;
  position: relative;
}
main section#sec2 .block.b3 > .set:nth-child(1) .photo:nth-child(1)::after {
  content: "";
  width: 178px;
  height: 126px;
  background-image: url(../images/text_style04.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -35px;
  right: -130px;
}
main section#sec2 .block.b3 > .set:nth-child(1) .photo:nth-child(2) {
  width: 675px;
  margin-left: auto;
  position: relative;
}
main section#sec2 .block.b3 > .set:nth-child(2) {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
main section#sec2 .block.b3 > .set:nth-child(2) .photo {
  position: relative;
}
main section#sec2 .block.b3 > .set:nth-child(2) .photo:nth-child(1) {
  width: 500px;
  left: 145px;
}
main section#sec2 .block.b3 > .set:nth-child(2) .photo:nth-child(2) {
  width: 400px;
  padding-top: 670px;
  left: -55px;
  z-index: 1;
}
main section#sec2 .block.b3 .combo {
  width: calc(100% - 100px);
  margin: 0 auto;
}
main section#sec2 .block.b3 .combo > .photo {
  width: 500px;
  position: relative;
  left: 95px;
  z-index: 1;
}
main section#sec2 .block.b3 .combo .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-top: -75px;
}
main section#sec2 .block.b3 .combo .set .text {
  width: 500px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section#sec2 .block.b3 .combo .set .text p {
  text-align: left;
  width: 300px;
}
main section#sec2 .block.b3 .combo .set .photo {
  width: 450px;
}
main section#sec3 {
  width: 100%;
  margin-bottom: 200px;
}
main section#sec3 .block {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#sec3 .block.on {
  opacity: 1;
}
main section#sec3 .block.b1 {
  width: 1040px;
  margin: 0 auto 50px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#sec3 .block.b1 > .photo {
  width: 750px;
}
main section#sec3 .block.b1 > .photo:not(:last-child) {
  margin-bottom: 70px;
}
main section#sec3 .block.b1 .set {
  width: 940px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main section#sec3 .block.b1 .set:not(:last-child) {
  margin-bottom: 60px;
}
main section#sec3 .block.b1 .set h3 {
  background-image: url(../images/title_look03.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: 200px;
  height: 626px;
  position: relative;
  right: -30px;
  z-index: 1;
}
main section#sec3 .block.b1 .set .photo {
  width: 500px;
  padding: 50px 0 0 0;
}
main section#sec3 .block.b2 {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#sec3 .block.b2 .photo:nth-child(1) {
  width: 600px;
  margin: 0 auto 20px 0;
  position: relative;
}
main section#sec3 .block.b2 .photo:nth-child(1)::after {
  content: "";
  width: 185px;
  height: 126px;
  background-image: url(../images/text_style05.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  right: -295px;
}
main section#sec3 .block.b2 .photo:nth-child(2) {
  width: 675px;
  margin: 0 0 90px auto;
}
main section#sec3 .block.b2 .photo:nth-child(3) {
  width: 500px;
  margin-bottom: 60px;
}
main section#sec3 .block.b2 .text {
  text-align: left;
  width: 500px;
  margin-bottom: 80px;
}
main section#sec3 .block.b3 {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#sec3 .block.b3 .photo:nth-child(1) {
  width: 600px;
  margin: 0 auto 100px auto;
  position: relative;
}
main section#sec3 .block.b3 .photo:nth-child(1)::after {
  content: "";
  width: 126px;
  height: 183px;
  background-image: url(../images/text_style06.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: -126px;
}
main section#sec3 .block.b3 .photo:nth-child(2) {
  width: 500px;
  margin: 0 0 100px auto;
}
main section#sec3 .block.b3 .photo:nth-child(3) {
  width: 675px;
  margin-bottom: 100px;
  position: relative;
  left: -50px;
}
main section#sec3 .block.b3 .photo:nth-child(4) {
  width: 500px;
  margin-bottom: 100px;
}
main section#sec3 .block.b3 .photo:nth-child(5) {
  width: 675px;
}
main section#sec4 {
  width: 100%;
}
main section#sec4:not(:last-child) {
  margin-bottom: 200px;
}
main section#sec4 .block {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#sec4 .block.on {
  opacity: 1;
}
main section#sec4 .block.b1 {
  width: 1040px;
  margin: 0 auto 150px auto;
}
main section#sec4 .block.b1 .inblock {
  width: 600px;
  margin: 0 auto 60px auto;
}
main section#sec4 .block.b1 .inblock h3 {
  background-image: url(../images/title_look04.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: 347px;
  height: 200px;
}
main section#sec4 .block.b1 .inblock .photo {
  width: 600px;
}
main section#sec4 .block.b1 .inblock .photo:not(:last-child) {
  margin-bottom: 30px;
}
main section#sec4 .block.b2 {
  width: 1040px;
  margin: 0 auto 80px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#sec4 .block.b2 > .photo {
  width: 500px;
  margin: 0 120px 100px auto;
  position: relative;
}
main section#sec4 .block.b2 > .photo::after {
  content: "";
  width: 126px;
  height: 182px;
  background-image: url(../images/text_style07.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: -126px;
}
main section#sec4 .block.b2 .combo {
  width: calc(100% - 100px);
  margin: 0 auto;
}
main section#sec4 .block.b2 .combo > .photo {
  width: 500px;
  position: relative;
  left: 95px;
}
main section#sec4 .block.b2 .combo .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-top: -75px;
}
main section#sec4 .block.b2 .combo .set .text {
  width: 500px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section#sec4 .block.b2 .combo .set .text p {
  text-align: left;
  width: 300px;
}
main section#sec4 .block.b2 .combo .set .photo {
  width: 450px;
}
main section#sec4 .block.b3 {
  width: 1040px;
  margin: 0 auto 80px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#sec4 .block.b3 .set {
  width: 100%;
  margin-bottom: 65px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
main section#sec4 .block.b3 .set::after {
  content: "";
  width: 186px;
  height: 126px;
  background-image: url(../images/text_style08.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -65px;
  left: calc(50% - 93px);
}
main section#sec4 .block.b3 .set .photo {
  width: 50%;
}
main section#sec4 .block.b3 .combo {
  width: 940px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#sec4 .block.b3 .combo .photo:nth-child(1) {
  width: 500px;
  margin: 0 auto 100px 95px;
}
main section#sec4 .block.b3 .combo .photo:nth-child(2) {
  width: 400px;
  margin: 0 0 100px auto;
}
main section#sec4 .block.b3 .combo .photo:nth-child(3) {
  width: 675px;
}
main .banner {
  width: 500px;
  margin: 0 auto;
}
main .banner a {
  display: block;
}
main .banner a img {
  transition: all 0.25s ease-in 0s;
}
main .banner a img:hover {
  opacity: 0.8;
}

footer {
  text-align: left;
  width: 100%;
  padding: 55px 40px;
  margin: 0 auto;
  border-top: solid 1px #111;
  box-sizing: border-box;
}
footer .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .inner ul li {
  color: #111;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer .inner p {
  color: #707070;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}

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

  header {
    width: 100%;
    padding: 10px 10px 0 10px;
  }
  header h1 {
    width: 120px;
    height: 16px;
  }
  header ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 30px;
    left: 15px;
  }
  header ul li {
    pointer-events: auto;
  }
  header ul li a {
    color: #000000;
    font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    transition: all 0.25s ease-in 0s;
  }
  header ul li a:hover {
    color: #111;
  }
  header ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0 0 80px 0;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
  }
  main section p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main section p br {
    display: none;
  }
  main section dl.textset {
    width: 100%;
  }
  main section dl.textset:not(:last-child) {
    margin-bottom: 75px;
  }
  main section dl.textset dt {
    color: #111;
    font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
    font-size: 8rem;
    font-weight: 600;
    line-height: 0.7em;
    letter-spacing: 0em;
    text-align: left;
  }
  main section dl.textset dt:not(:last-child) {
    margin-bottom: 30px;
  }
  main section dl.textset dd {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main section .order {
    width: 100%;
    margin: 0 auto;
  }
  main section .order:not(:last-child) {
    margin-bottom: 200px;
  }
  main section .order h4 {
    width: 180px;
    height: 27px;
    margin: 0 auto 20px auto;
  }
  main section .order .credits {
    width: 100%;
    padding: 0 55px;
  }
  main section .order .credits.pre {
    padding: 0 35px;
    margin-bottom: 30px;
  }
  main section .order .credits.pre .credit {
    width: 100%;
  }
  main section .order .credits.pre .credit dl dt strong:nth-child(1) {
    font-size: 1.6rem;
  }
  main section .order .credits.pre .credit dl dt strong:nth-child(2) {
    font-size: 1.6rem;
  }
  main section .order .credits.pre .credit dl dd a {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section .order .credits .credit {
    width: 100%;
  }
  main section .order .credits .credit:not(:last-child) {
    margin-bottom: 5px;
  }
  main section .order .credits .credit dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  main section .order .credits .credit dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section .order .credits .credit dl dt strong:nth-child(1) {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section .order .credits .credit dl dt strong:nth-child(1) span {
    font-weight: 500;
    display: inline-block;
    padding: 0 0 0 5px;
  }
  main section .order .credits .credit dl dt strong:nth-child(1) span:not(.nc)::after {
    padding: 0 0 0 5px;
  }
  main section .order .credits .credit dl dt strong:nth-child(2) {
    color: #111;
    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;
  }
  main section .order .credits .credit dl dd {
    width: auto;
    box-sizing: border-box;
    margin-left: 10px;
  }
  main section .order .credits .credit dl dd a {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  main section .order .credits .credit dl dd a:hover {
    color: #000000;
  }
  main section .order .credits .credit dl dd a:not([href]) {
    display: none;
  }
  main section .order .credits .credit dl dd a:not([href]) + span {
    color: #F2F0ED;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  main section .order .credits .credit dl dd a:not([href]) + a.linelink {
    display: inline-block;
  }
  main section .order .credits .credit dl dd a[href] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main section .order .credits .credit dl dd a[href] + a.linelink {
    display: none;
  }
  main section .order .credits .credit dl dd a + span {
    display: none;
  }
  main section .order .credits .credit dl dd a.items__a {
    color: #F2F0ED;
    text-decoration: none;
    background-color: #111;
    width: 40px;
    height: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main section .order .credits .credit dl dd a.items__a:hover {
    background-color: #707070;
  }
  main section .order .credits .credit dl dd span {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#visual {
    margin-bottom: 55px;
  }
  main section#visual .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
  }
  main section#visual .inner h2 {
    background-image: url(../images/title.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    width: 12%;
  }
  main section#visual .inner .combo {
    width: 88%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main section#visual .inner .combo > div {
    width: calc((100% - 10px) / 3);
  }
  main section#visual .inner .combo > div:not(:nth-child(3n+1)) {
    margin-left: 5px;
  }
  main section#visual .inner .combo > div:not(:nth-child(n+7)) {
    margin-bottom: 5px;
  }
  main section#lead {
    width: calc(100% - 30px);
    margin: 0 auto 80px auto;
  }
  main section#lead h3 {
    width: 280px;
    height: 78px;
    margin: 0 auto 50px auto;
  }
  main section#sec1 {
    width: 100%;
    margin-bottom: 155px;
  }
  main section#sec1 .block.b1 {
    width: 100%;
    padding: 0;
    margin: 0 auto 100px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#sec1 .block.b1 .b-head {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main section#sec1 .block.b1 .b-head:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#sec1 .block.b1 .b-head .photo {
    width: 100%;
    padding-right: 78px;
  }
  main section#sec1 .block.b1 .b-head h3 {
    background-image: url(../images/title_look01.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: 330px;
    height: 200px;
    position: relative;
    top: -30px;
    left: auto;
  }
  main section#sec1 .block.b1 p {
    padding: 0 17px;
  }
  main section#sec1 .block.b2 {
    width: 100%;
    margin: 0 auto 200px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec1 .block.b2 .photos:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec1 .block.b2 .photos:nth-child(1) .photo:nth-child(1) {
    width: calc(100% - 78px);
    margin-bottom: 80px;
    position: relative;
  }
  main section#sec1 .block.b2 .photos:nth-child(1) .photo:nth-child(1)::after {
    content: "";
    width: 78px;
    height: 112px;
    top: 0px;
    right: -78px;
  }
  main section#sec1 .block.b2 .photos:nth-child(1) .photo:nth-child(2) {
    width: calc(100% - 110px);
    padding-top: 0;
    margin-left: auto;
  }
  main section#sec1 .block.b2 .photos:nth-child(2) {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    top: 0px;
  }
  main section#sec1 .block.b2 .photos:nth-child(2) .photo:nth-child(1) {
    width: calc(100% - 60px);
    padding-bottom: 0px;
    margin-bottom: 60px;
  }
  main section#sec1 .block.b2 .photos:nth-child(2) .photo:nth-child(2) {
    width: 100%;
    padding: 0 20px 0 120px;
    margin-left: 0px;
  }
  main section#sec1 .block.b3 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main section#sec1 .block.b3:not(:last-child) {
    margin-bottom: 60px;
  }
  main section#sec1 .block.b3 > .photo {
    width: 100%;
    margin-bottom: 80px;
  }
  main section#sec1 .block.b3 > .photo::after {
    content: "";
    width: 104px;
    height: 70px;
    background-image: url(../images/text_style02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -55px;
    left: calc(50% - 52px);
  }
  main section#sec1 .block.b3 > .set {
    width: 100%;
    padding: 0px;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec1 .block.b3 > .set .photo {
    position: relative;
  }
  main section#sec1 .block.b3 > .set .photo:nth-child(1) {
    width: calc(100% - 60px);
    margin-bottom: 20px;
    right: 0px;
  }
  main section#sec1 .block.b3 > .set .photo:nth-child(2) {
    width: 100%;
    padding: 0 0 0 110px;
  }
  main section#sec1 .block.b3 .combo {
    width: 100%;
    margin: 0 auto;
  }
  main section#sec1 .block.b3 .combo > .photo {
    width: calc(100% - 60px);
    margin-bottom: 20px;
    left: 0;
  }
  main section#sec1 .block.b3 .combo .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-top: 0px;
  }
  main section#sec1 .block.b3 .combo .set .text {
    width: 100%;
    padding: 0 17px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    order: 2;
  }
  main section#sec1 .block.b3 .combo .set .text p {
    width: 100%;
  }
  main section#sec1 .block.b3 .combo .set .photo {
    width: 100%;
    padding: 0 0 0 110px;
    margin-bottom: 20px;
    order: 1;
  }
  main section#sec2 {
    width: 100%;
    margin-bottom: 155px;
  }
  main section#sec2 .block.b1 {
    width: 100%;
    margin: 0 auto 50px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main section#sec2 .block.b1 h3 {
    background-image: url(../images/title_look02.png);
    width: calc(100% - 20px);
    height: calc((100vw - 20px) * 0.48);
    margin: 0 auto;
    z-index: 1;
  }
  main section#sec2 .block.b1 .photo {
    width: 100%;
    margin-top: -20px;
    margin-bottom: 50px;
  }
  main section#sec2 .block.b1 p {
    text-align: left;
    width: 100%;
    padding: 0 17px;
  }
  main section#sec2 .block.b2 {
    width: 100%;
    margin: 0 auto 150px auto;
    position: relative;
  }
  main section#sec2 .block.b2 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 80px;
  }
  main section#sec2 .block.b2 .set .photo:nth-child(1) {
    width: calc(100% - 78px);
    margin-bottom: 80px;
  }
  main section#sec2 .block.b2 .set .photo:nth-child(1)::after {
    width: 78px;
    height: 106px;
    top: 0px;
    right: -78px;
  }
  main section#sec2 .block.b2 .set .photo:nth-child(2) {
    width: 100%;
    padding: 0 0 0 110px;
  }
  main section#sec2 .block.b2 > .photo {
    width: 100%;
    margin: 0 auto;
  }
  main section#sec2 .block.b3 {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  main section#sec2 .block.b3:not(:last-child) {
    margin-bottom: 80px;
  }
  main section#sec2 .block.b3 > .set {
    width: 100%;
    padding: 0px;
  }
  main section#sec2 .block.b3 > .set:nth-child(1) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 80px;
  }
  main section#sec2 .block.b3 > .set:nth-child(1) .photo:nth-child(1) {
    width: 100%;
    padding: 0 78px 0 0;
    margin-bottom: 40px;
    position: relative;
  }
  main section#sec2 .block.b3 > .set:nth-child(1) .photo:nth-child(1)::after {
    content: "";
    width: 148px;
    height: 105px;
    background-image: url(../images/text_style04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -40px;
    right: 0px;
  }
  main section#sec2 .block.b3 > .set:nth-child(1) .photo:nth-child(2) {
    width: calc(100% - 60px);
    margin-left: auto;
    position: relative;
  }
  main section#sec2 .block.b3 > .set:nth-child(2) {
    margin-bottom: 80px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec2 .block.b3 > .set:nth-child(2) .photo {
    position: relative;
  }
  main section#sec2 .block.b3 > .set:nth-child(2) .photo:nth-child(1) {
    width: calc(100% - 60px);
    margin-bottom: 20px;
    left: 0px;
  }
  main section#sec2 .block.b3 > .set:nth-child(2) .photo:nth-child(2) {
    width: 100%;
    padding: 0 0 0 110px;
    left: 0px;
    z-index: 1;
  }
  main section#sec2 .block.b3 .combo {
    width: 100%;
  }
  main section#sec2 .block.b3 .combo > .photo {
    width: calc(100% - 60px);
    margin-bottom: 20px;
    left: 0;
  }
  main section#sec2 .block.b3 .combo .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin-top: 0px;
  }
  main section#sec2 .block.b3 .combo .set .text {
    width: 100%;
    padding: 0 17px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    order: 2;
  }
  main section#sec2 .block.b3 .combo .set .text p {
    text-align: left;
    width: 100%;
  }
  main section#sec2 .block.b3 .combo .set .photo {
    width: 100%;
    padding: 0 0 0 110px;
    margin-bottom: 20px;
    order: 1;
  }
  main section#sec3 {
    width: 100%;
    margin-bottom: 155px;
  }
  main section#sec3 .block.b1 {
    width: 100%;
    margin: 0 auto 80px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#sec3 .block.b1 > .photo {
    width: 100%;
  }
  main section#sec3 .block.b1 > .photo:not(:last-child) {
    margin-bottom: 80px;
  }
  main section#sec3 .block.b1 .set {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
  }
  main section#sec3 .block.b1 .set:not(:last-child) {
    margin-bottom: 50px;
  }
  main section#sec3 .block.b1 .set h3 {
    width: 134px;
    height: 418px;
    position: absolute;
    top: -45px;
    right: 0px;
    left: 0px;
    z-index: 1;
  }
  main section#sec3 .block.b1 .set .photo {
    width: calc(100% - 110px);
    padding: 0px;
  }
  main section#sec3 .block.b1 p {
    padding: 0 17px;
  }
  main section#sec3 .block.b2 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#sec3 .block.b2 .photo:nth-child(1) {
    width: 100%;
    padding: 0 78px 0 0;
    margin: 0 0 40px 0;
    position: relative;
  }
  main section#sec3 .block.b2 .photo:nth-child(1)::after {
    width: 148px;
    height: 100px;
    background-image: url(../images/text_style05.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -40px;
    right: 0px;
  }
  main section#sec3 .block.b2 .photo:nth-child(2) {
    width: calc(100% - 60px);
    margin: 0 0 80px auto;
  }
  main section#sec3 .block.b2 .photo:nth-child(3) {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 20px;
  }
  main section#sec3 .block.b2 .text {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 80px;
  }
  main section#sec3 .block.b2 + .order {
    margin-bottom: 85px;
  }
  main section#sec3 .block.b3 {
    width: 100%;
    align-items: flex-start;
  }
  main section#sec3 .block.b3 .photo:nth-child(1) {
    width: 100%;
    padding: 0 78px 0 0;
    margin: 0 0 80px 0;
  }
  main section#sec3 .block.b3 .photo:nth-child(1)::after {
    width: 78px;
    height: 107px;
    top: 0px;
    right: 0px;
  }
  main section#sec3 .block.b3 .photo:nth-child(2) {
    width: calc(100% - 60px);
    margin: 0 0 100px auto;
  }
  main section#sec3 .block.b3 .photo:nth-child(3) {
    width: calc(100% - 60px);
    margin: 0 auto 60px auto;
    position: relative;
    left: 0px;
  }
  main section#sec3 .block.b3 .photo:nth-child(4) {
    width: calc(100% - 60px);
    margin: 0 0 60px 0;
  }
  main section#sec3 .block.b3 .photo:nth-child(5) {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  main section#sec4 {
    width: 100%;
  }
  main section#sec4:not(:last-child) {
    margin-bottom: 155px;
  }
  main section#sec4 .block.b1 {
    width: 100%;
    margin: 0 auto 80px auto;
  }
  main section#sec4 .block.b1 .inblock {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  main section#sec4 .block.b1 .inblock h3 {
    background-image: url(../images/title_look04.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: calc(100% - 20px);
    height: calc((100vw - 20px) * 0.578);
    margin: 0 auto;
  }
  main section#sec4 .block.b1 .inblock .photo {
    width: 100%;
  }
  main section#sec4 .block.b1 .inblock .photo:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#sec4 .block.b1 p {
    padding: 0 17px;
  }
  main section#sec4 .block.b2 {
    width: 100%;
    margin: 0 auto 80px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#sec4 .block.b2 > .photo {
    width: 100%;
    padding: 0 0 0 78px;
    margin: 0 0 80px 0;
    position: relative;
  }
  main section#sec4 .block.b2 > .photo::after {
    width: 78px;
    height: 107px;
    top: 0px;
    left: 0px;
  }
  main section#sec4 .block.b2 .combo {
    width: 100%;
    margin: 0 auto;
  }
  main section#sec4 .block.b2 .combo > .photo {
    width: calc(100% - 60px);
    margin-bottom: 20px;
    left: 0px;
  }
  main section#sec4 .block.b2 .combo .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0px;
  }
  main section#sec4 .block.b2 .combo .set .text {
    width: 100%;
    padding: 0 17px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    order: 2;
  }
  main section#sec4 .block.b2 .combo .set .text p {
    width: 100%;
  }
  main section#sec4 .block.b2 .combo .set .photo {
    width: 100%;
    padding: 0 0 0 110px;
    margin-bottom: 20px;
    order: 1;
  }
  main section#sec4 .block.b2 + .order {
    margin-bottom: 85px;
  }
  main section#sec4 .block.b3 {
    width: 100%;
    margin: 0 auto 80px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#sec4 .block.b3 .set {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
  }
  main section#sec4 .block.b3 .set::after {
    content: "";
    width: 148px;
    height: 100px;
    background-image: url(../images/text_style08.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -50px;
    left: calc(50% - 74px);
  }
  main section#sec4 .block.b3 .set .photo {
    width: 50%;
  }
  main section#sec4 .block.b3 .combo {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#sec4 .block.b3 .combo .photo:nth-child(1) {
    width: calc(100% - 110px);
    margin: 0 auto 80px auto;
  }
  main section#sec4 .block.b3 .combo .photo:nth-child(2) {
    width: calc(100% - 110px);
    margin: 0 0 80px auto;
  }
  main section#sec4 .block.b3 .combo .photo:nth-child(3) {
    width: calc(100% - 60px);
  }
  main .banner {
    width: calc(100% - 40px);
  }

  footer {
    text-align: left;
    width: 100%;
    padding: 20px 20px 40px 20px;
    margin: 0 auto;
    border-top: solid 1px #111;
    box-sizing: border-box;
  }
  footer .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner ul {
    margin-bottom: 10px;
  }
  footer .inner ul li {
    color: #111;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .inner p {
    color: #707070;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 375px) {
  main section .order .credits {
    width: 100%;
    padding: 0 40px;
  }
  main section .order .credits.pre {
    padding: 0 30px;
  }
  main section .order .credits.pre .credit dl dt strong:nth-child(1) {
    font-size: 1.5rem;
  }
  main section .order .credits.pre .credit dl dt strong:nth-child(2) {
    font-size: 1.5rem;
  }
}

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