@charset "UTF-8";
@import url("https://use.typekit.net/foo5nao.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 blink {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  color: #213a3a;
  font-family: urw-din-condensed, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #ebe3e0;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}

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

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

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: 100vh;
  background-color: #ebe3e0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: opacity 1s ease-in-out 0.5s;
}
#loader .logo {
  width: 55%;
  position: relative;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0 0 240px 0;
  position: relative;
  box-sizing: border-box;
}
main #index {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
main #index h1 {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 2.85rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  position: absolute;
  left: 50px;
  top: 40px;
}
main #index .inner {
  width: 100%;
  transition: opacity 0.5s ease-in 0s;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main #index .inner h2 {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 6.25rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  transition: all 0.75s ease-in 0s;
  opacity: 0;
}
main #index .inner h2:not(:last-child) {
  margin-bottom: 30px;
}
main #index .inner h3 {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 12rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  transition: all 0.75s ease-in 0.5s;
  opacity: 0;
}
main #index .inner h3:not(:last-child) {
  margin-bottom: 40px;
}
main #index .inner p {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.5rem;
  letter-spacing: -0.02em;
  transition: all 0.75s ease-in 1s;
  opacity: 0;
}
main #index .inner p:not(:last-child) {
  margin-bottom: 60px;
}
main #index .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main #index .inner ul li {
  width: 245px;
  opacity: 0;
}
main #index .inner ul li:not(:first-child) {
  margin-left: 60px;
}
main #index .inner ul li:nth-child(1) {
  transition: all 0.65s ease-in 2s;
}
main #index .inner ul li:nth-child(2) {
  transition: all 0.65s ease-in 2.3s;
}
main #index .inner ul li:nth-child(3) {
  transition: all 0.65s ease-in 2.7s;
}
main #index .inner ul li span {
  color: #FFF;
  font-family: urw-din-condensed, sans-serif;
  font-size: 2.9rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 55px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #000;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
main #index .inner ul li:hover span {
  background-color: #eb6106;
}
main #index .scrollwrap {
  width: 200px;
  position: absolute;
  left: calc(50% - 100px);
  bottom: 80px;
  transition: all 0.5s ease-in 3s;
  opacity: 0;
}
main #index .scrollwrap .scroll {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
main #index .scrollwrap .scroll p {
  color: #eb6106;
  font-family: urw-din-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main #index .scrollwrap .scroll::after {
  content: "";
  width: 34px;
  height: 26px;
  background-image: url(../images/arrow_scroll.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main #index.play .inner h2, main #index.play .inner h3, main #index.play .inner p {
  opacity: 1;
}
main #index.play .inner ul li {
  opacity: 1;
}
main #index.play .scrollwrap {
  opacity: 1;
}
main #lead {
  width: 100%;
  background-color: #213a3a;
  overflow: hidden;
}
main #lead .inner {
  padding: 60px 0 450px 0;
  position: relative;
}
main #lead .inner .text {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
}
main #lead .inner .text p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
  letter-spacing: 0em;
  margin-bottom: 40px;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
main #lead .inner .text::before {
  content: "";
  width: 140px;
  height: 1px;
  background-color: #FFF;
  margin-bottom: 40px;
  display: block;
}
main #lead .inner .text::after {
  content: "";
  width: 140px;
  height: 1px;
  background-color: #FFF;
  display: block;
}
main #lead .inner .photoset {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
main #lead .inner .photoset div {
  width: 540px;
  position: relative;
}
main #lead .inner .photoset div:nth-child(1) {
  right: 100%;
  transition: all 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
}
main #lead .inner .photoset div:nth-child(1) img {
  opacity: 0;
  transition: all 2s ease-in 0.3s;
}
main #lead .inner .photoset div:nth-child(2) {
  padding: 120px 0 0 0;
  left: 100%;
  transition: all 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
}
main #lead .inner .photoset div:nth-child(2) img {
  opacity: 0;
  transition: all 2s ease-in 0.5s;
}
main #lead .inner .photo {
  width: 530px;
  position: absolute;
  left: calc(50% - 330px);
  bottom: -800px;
  transition: all 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s;
}
main #lead .inner .photo img {
  opacity: 0;
  transition: all 2s ease-in 0.4s;
}
main #lead .inner.on .text p {
  opacity: 1;
}
main #lead .inner.on .photoset div:nth-child(1) {
  right: -40px;
}
main #lead .inner.on .photoset div:nth-child(1) img {
  opacity: 1;
}
main #lead .inner.on .photoset div:nth-child(2) {
  left: -40px;
}
main #lead .inner.on .photoset div:nth-child(2) img {
  opacity: 1;
}
main #lead .inner.on .photo {
  bottom: 130px;
}
main #lead .inner.on .photo img {
  opacity: 1;
}
main .sec {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
main .sec.active::before {
  opacity: 1;
}
main .sec#sec1 {
  width: 100%;
  margin: 0 auto 160px auto;
}
main .sec#sec1.on .inner {
  opacity: 1;
}
main .sec#sec1.on .inner .title h3, main .sec#sec1.on .inner .title h4 {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec#sec1.on .inner .title::after {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec#sec1.on .inner .set.on .photo,
main .sec#sec1.on .inner .set.on .text {
  opacity: 1;
}
main .sec#sec1.on .inner .set2.on h4,
main .sec#sec1.on .inner .set2.on p,
main .sec#sec1.on .inner .set2.on .ph-swiper,
main .sec#sec1.on .inner .set2.on .video {
  opacity: 1;
}
main .sec#sec1.on .inner .set3.on .photo,
main .sec#sec1.on .inner .set3.on .text {
  opacity: 1;
}
main .sec#sec1 .inner {
  width: 100%;
  padding: 160px 0 0 0;
  transition: all 0.75s ease-in 0s;
  opacity: 0;
}
main .sec#sec1 .inner .title {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec1 .inner .title h3 {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 9.4rem;
  font-weight: 700;
  line-height: 7.4rem;
  letter-spacing: 0em;
  order: 1;
  clip-path: inset(0% 100% 0% 0%);
  transition: all 0.5s ease-in 0.75s;
}
main .sec#sec1 .inner .title h4 {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  order: 3;
  clip-path: inset(0% 100% 0% 0%);
  transition: all 0.5s ease-in 1s;
}
main .sec#sec1 .inner .title::after {
  content: "";
  width: 850px;
  height: 1px;
  background-color: #000;
  margin-bottom: 20px;
  order: 2;
  clip-path: inset(0% 0% 0% 100%);
  transition: all 0.5s ease-in 0.5s;
}
main .sec#sec1 .inner .set {
  width: 840px;
  margin: 0 auto 60px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec#sec1 .inner .set .photo {
  width: 410px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec#sec1 .inner .set .photo .ph {
  width: 100%;
  margin-bottom: 20px;
}
main .sec#sec1 .inner .set .photo .credit {
  width: 100%;
  padding: 0 0 0 40px;
}
main .sec#sec1 .inner .set .text {
  width: 380px;
  padding: 60px 0 0 0;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .sec#sec1 .inner .set .text .info {
  text-align: left;
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 1;
}
main .sec#sec1 .inner .set .text .info dl {
  margin-bottom: 60px;
}
main .sec#sec1 .inner .set .text .info dl dt {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 7.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec#sec1 .inner .set .text .info dl dd {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec#sec1 .inner .set .text .info p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7rem;
  letter-spacing: 0em;
}
main .sec#sec1 .inner .set .text .bg {
  width: 100%;
  position: relative;
}
main .sec#sec1 .inner .set .text .bg::before {
  content: "NEW MASTERPECE";
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
  position: absolute;
  right: 15px;
  top: 25px;
}
main .sec#sec1 .inner .set .text .bg::after {
  content: "";
  width: 124px;
  height: 61px;
  background-image: url(../images/clip.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: calc(50% - 62px);
  z-index: 1;
}
main .sec#sec1 .inner .set2 h4 {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 40px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec#sec1 .inner .set2 p {
  color: #000;
  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;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .sec#sec1 .inner .set2 p:not(:last-child) {
  margin-bottom: 80px;
}
main .sec#sec1 .inner .set2 .ph-swiper {
  width: 870px;
  padding: 45px 110px 30px 110px;
  margin: 0 auto 80px auto;
  background-color: #b6ae9e;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main .sec#sec1 .inner .set2 .ph-swiper .swiper-wrapper .swiper-slide .ph {
  padding: 5px;
  background-color: #FFF;
  margin-bottom: 20px;
}
main .sec#sec1 .inner .set2 .ph-swiper .swiper-wrapper .swiper-slide p {
  color: #000;
  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;
}
main .sec#sec1 .inner .set2 .ph-swiper .num {
  color: #808080;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 30px;
  height: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: auto;
  right: 20px;
  bottom: 20px;
  z-index: 3;
}
main .sec#sec1 .inner .set2 .ph-swiper .num .swiper-pagination-current {
  color: #808080;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  position: absolute;
  left: 0px;
  top: 0px;
}
main .sec#sec1 .inner .set2 .ph-swiper .num .swiper-pagination-total {
  color: #808080;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
main .sec#sec1 .inner .set2 .ph-swiper .btn {
  width: 44px;
  height: 44px;
  background-image: url(../images/arrow_swiper.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 22px);
  z-index: 5;
}
main .sec#sec1 .inner .set2 .ph-swiper .btn.prev {
  left: 25px;
}
main .sec#sec1 .inner .set2 .ph-swiper .btn.next {
  right: 25px;
  transform: rotate(180deg);
}
main .sec#sec1 .inner .video {
  width: calc(100% - 180px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 auto 140px auto;
  opacity: 0;
  transition: all 0.5s ease-in 1.5s;
}
main .sec#sec1 .inner .video div {
  width: 690px;
  margin-bottom: 30px;
}
main .sec#sec1 .inner .video div video {
  width: 100%;
  height: auto;
  line-height: 0;
}
main .sec#sec1 .inner .video p {
  color: #000;
  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: right;
}
main .sec#sec1 .inner .set3 {
  width: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main .sec#sec1 .inner .set3 .photo {
  width: 600px;
  margin: 0 0 0 10px;
  order: 2;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec#sec1 .inner .set3 .photo .ph {
  width: 100%;
}
main .sec#sec1 .inner .set3 .text {
  width: 370px;
  padding: 45px 0 0 0;
  position: relative;
  order: 1;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .sec#sec1 .inner .set3 .text .info {
  text-align: left;
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 1;
}
main .sec#sec1 .inner .set3 .text .info dl {
  margin-bottom: 40px;
}
main .sec#sec1 .inner .set3 .text .info dl dt {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 7.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec#sec1 .inner .set3 .text .info dl dd {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec#sec1 .inner .set3 .text .info p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7rem;
  letter-spacing: 0em;
}
main .sec#sec1 .inner .set3 .text .bg {
  width: 100%;
  position: relative;
}
main .sec#sec1 .inner .set3 .text .bg::before {
  content: "NEW MASTERPECE";
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
  position: absolute;
  right: 15px;
  top: 25px;
}
main .sec#sec1 .inner .set3 .text .bg::after {
  content: "";
  width: 124px;
  height: 61px;
  background-image: url(../images/clip.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: calc(50% - 62px);
  z-index: 1;
}
main .sec#sec2 {
  width: 100%;
  margin: 0 auto 160px auto;
}
main .sec#sec2.on .title h3 {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec#sec2.on .title::after {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec#sec2.on .inner ul li {
  opacity: 1;
}
main .sec#sec2.on dl, main .sec#sec2.on dt, main .sec#sec2.on dd {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec#sec2 .title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 55px;
}
main .sec#sec2 .title h3 {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 9.4rem;
  font-weight: 700;
  line-height: 7.4rem;
  letter-spacing: 0em;
  clip-path: inset(0% 0% 0% 100%);
  transition: all 0.5s ease-in 0.25s;
}
main .sec#sec2 .title::after {
  content: "";
  width: 850px;
  height: 1px;
  background-color: #000;
  display: block;
  clip-path: inset(0% 100% 0% 0%);
  transition: all 0.5s ease-in 0s;
}
main .sec#sec2 .inner {
  width: 1092px;
  margin: 0 auto 145px auto;
}
main .sec#sec2 .inner ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .sec#sec2 .inner ul li {
  width: 33.3333333333%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  opacity: 0;
}
main .sec#sec2 .inner ul li:nth-child(1) {
  transition: all 0.75s ease-in calc(0.1 * 1s);
}
main .sec#sec2 .inner ul li:nth-child(2) {
  transition: all 0.75s ease-in calc(0.1 * 2s);
}
main .sec#sec2 .inner ul li:nth-child(3) {
  transition: all 0.75s ease-in calc(0.1 * 3s);
}
main .sec#sec2 .inner ul li:nth-child(4) {
  transition: all 0.75s ease-in calc(0.1 * 4s);
}
main .sec#sec2 .inner ul li:nth-child(5) {
  transition: all 0.75s ease-in calc(0.1 * 5s);
}
main .sec#sec2 .inner ul li:nth-child(6) {
  transition: all 0.75s ease-in calc(0.1 * 6s);
}
main .sec#sec2 .inner ul li:nth-child(7) {
  transition: all 0.75s ease-in calc(0.1 * 7s);
}
main .sec#sec2 .inner ul li:nth-child(8) {
  transition: all 0.75s ease-in calc(0.1 * 8s);
}
main .sec#sec2 .inner ul li:nth-child(9) {
  transition: all 0.75s ease-in calc(0.1 * 9s);
}
main .sec#sec2 .inner ul li span {
  width: 27px;
  height: 27px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
  position: absolute;
  right: 25px;
  bottom: 25px;
  transition: all 0.25s ease-in 0s;
}
main .sec#sec2 .inner ul li span::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  top: 0px;
  left: 50%;
}
main .sec#sec2 .inner ul li span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 0px;
}
main .sec#sec2 .inner ul li:hover span {
  transform: rotate(180deg);
}
main .sec#sec2 dl {
  width: 360px;
  padding: 50px 0;
  margin: 0 auto;
  border: solid 2px #213a3a;
  border-radius: 90%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  clip-path: inset(0% 100% 0% 0%);
  transition: all 0.3s ease-in 2s;
}
main .sec#sec2 dl dt {
  color: #213a3a;
  font-family: urw-din-condensed, sans-serif;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 5.4rem;
  letter-spacing: 0em;
  margin-bottom: 10px;
  clip-path: inset(0% 100% 0% 0%);
  transition: all 0.3s ease-in 2.5s;
}
main .sec#sec2 dl dd {
  color: #213a3a;
  font-family: urw-din-condensed, sans-serif;
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  clip-path: inset(0% 100% 0% 0%);
  transition: all 0.3s ease-in 2.5s;
}
main .sec#sec3 {
  width: 100%;
  margin: 0 auto;
  background-color: #213a3a;
}
main .sec#sec3.on .inner {
  opacity: 1;
}
main .sec#sec3.on .inner .title h3 {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec#sec3.on .inner .title::after {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec#sec3 .inner {
  padding: 120px 0 180px 0;
  transition: all 0.75s ease-in 0s;
  opacity: 0;
}
main .sec#sec3 .inner .title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
}
main .sec#sec3 .inner .title h3 {
  color: #FFF;
  font-family: urw-din-condensed, sans-serif;
  font-size: 9.4rem;
  font-weight: 700;
  line-height: 7.4rem;
  letter-spacing: 0em;
  clip-path: inset(0% 100% 0% 0%);
  transition: all 0.5s ease-in 0.25s;
}
main .sec#sec3 .inner .title::after {
  content: "";
  width: 850px;
  height: 1px;
  background-color: #FFF;
  display: block;
  clip-path: inset(0% 0% 0% 100%);
  transition: all 0.5s ease-in 0s;
}
main .sec#sec3 .inner .set {
  width: 910px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec#sec3 .inner .set .box {
  width: 415px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec3 .inner .set .box h4 {
  color: #FFF;
  font-family: urw-din-condensed, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  padding: 20px;
  margin-bottom: 40px;
  border: solid 1px #FFF;
  border-radius: 100%;
  box-sizing: border-box;
}
main .sec#sec3 .inner .set .box .text {
  width: 100%;
  padding: 30px 0;
  margin-bottom: 180px;
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
}
main .sec#sec3 .inner .set .box .text 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;
}
main .sec#sec3 .inner .set .box .photo {
  width: 100%;
  padding: 5px;
  background-color: #FFF;
}
main .sec#sec3 .inner .set .box .photo:not(:last-child) {
  margin-bottom: 10px;
}
main .sec#sec3 .inner .set .box .credit dl.items__credit {
  justify-content: flex-end;
}
main .sec#sec3 .inner .set .box .credit dl.items__credit dt strong {
  color: #FFF;
}
main .sec#sec3 .inner .set .box .credit dl.items__credit dt > span {
  color: #FFF;
}
main .sec#sec3 .inner .set .box .credit dl.items__credit dd a {
  color: #FFF;
}
main .sec#sec3 .inner .set .box .credit dl.items__credit dd a:hover {
  color: #FFF;
}
main .sec#sec3 .inner .set .box .credit dl.items__credit dd span {
  color: #FFF;
}
main .sec#sec3 .inner .set .box .notice {
  text-align: right;
  width: 100%;
}
main .sec#sec3 .inner .set .box .notice p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  letter-spacing: 0em;
}

.credit {
  width: 100%;
}
.credit:not(:last-child) {
  margin-bottom: 10px;
}
.credit dl.items__credit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.credit dl.items__credit dt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credit dl.items__credit dt strong {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  display: inline-block;
}
.credit dl.items__credit dt strong:not(:first-child) {
  margin: 0 0 0 5px;
}
.credit dl.items__credit dt > span {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  padding: 0 0 0 10px;
}
.credit dl.items__credit dd {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0 10px;
}
.credit dl.items__credit dd a {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  border: solid 1px #000;
  border-radius: 20px;
  padding: 1px 3px;
  transition: all 0.25s ease-in 0s;
}
.credit dl.items__credit dd a.linelink {
  display: none;
}
.credit dl.items__credit dd a.items__a:not([href]) {
  display: none;
}
.credit dl.items__credit dd a.items__a:not([href]) + .linelink {
  display: inline-block;
}
.credit dl.items__credit dd a.snap:not(:first-child) {
  margin: 0 0 0 10px;
}
.credit dl.items__credit dd a:hover {
  color: #eb6106;
  border: solid 1px #eb6106;
}
.credit dl.items__credit dd span {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}

#looks {
  width: 100%;
  height: 100vh;
  padding: 0;
  background-color: #ebe3e0;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  box-sizing: border-box;
}
#looks.active {
  pointer-events: auto;
}
#looks .wrap {
  width: 100%;
  height: auto;
  margin: 40px 0;
}
#looks .wrap .spc {
  width: 100%;
  height: 50vh;
}
#looks .close {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 40px;
  top: 40px;
  z-index: 99999;
  transition: all 0.25s ease-in 0s;
}
#looks .close::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 30px;
  transform: rotate(45deg);
  display: block;
}
#looks .close::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 30px;
  transform: rotate(-45deg);
  display: block;
}
#looks .close span {
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
}
#looks .close span:nth-child(1) {
  left: 0px;
  top: 30px;
  transform: rotate(45deg);
}
#looks .close span:nth-child(2) {
  left: 0px;
  top: 30px;
  transform: rotate(-45deg);
}
#looks .close:hover {
  opacity: 0.7;
}
#looks .look {
  width: 560px;
  padding: 120px 0 0 0;
  margin: 0 auto;
  position: relative;
}
#looks .look:not(:last-child) {
  margin-bottom: 120px;
}
#looks .look .set {
  width: 100%;
  padding: 0px;
}
#looks .look .set .text {
  width: 100%;
  padding: 0px;
  order: 1;
}
#looks .look .set .photo {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  order: 1;
  position: relative;
}
#looks .space {
  width: 560px;
  height: 100vh;
  margin: 0 auto;
}

footer {
  width: 100%;
  padding: 0 0 80px 0;
  margin: 0 auto;
  position: relative;
}
footer .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .inner .pgtop {
  margin-bottom: 140px;
}
footer .inner .pgtop a {
  color: #eb6106;
  font-family: urw-din-condensed, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #eb6106;
  display: inline-block;
}
footer .inner dl {
  margin-bottom: 20px;
}
footer .inner dl dt {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner dl dd {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner p {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner p:not(:last-child) {
  margin-bottom: 40px;
}
footer .inner p:last-child {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner ul {
  padding: 15px;
  margin-bottom: 45px;
  border: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer .inner ul li:not(:first-child) {
  margin: 0 0 0 25px;
}
footer .inner ul li a {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .inner ul li span {
  color: #000;
  font-family: urw-din-condensed, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner ul li:hover a {
  color: #eb6106;
}
footer .inner.active {
  opacity: 1;
}

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

  html {
    font-size: 2.6666666667vw;
    height: -webkit-fill-available;
  }

  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }

  #loader .bar {
    height: 10px;
    top: 0px;
    bottom: auto;
  }

  main {
    margin: 0 0 120px 0;
  }
  main #index {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  main #index h1 {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    position: absolute;
    left: 15px;
    top: 20px;
  }
  main #index .inner {
    width: 100%;
  }
  main #index .inner h2 {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #index .inner h2:not(:last-child) {
    margin-bottom: 10px;
  }
  main #index .inner h3 {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #index .inner h3:not(:last-child) {
    margin-bottom: 20px;
  }
  main #index .inner p {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.1rem;
    letter-spacing: -0.02em;
    padding: 0 15px;
  }
  main #index .inner p:not(:last-child) {
    margin-bottom: 30px;
  }
  main #index .inner p br {
    display: none;
  }
  main #index .inner ul {
    width: calc(100% - 120px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #index .inner ul li {
    width: 100%;
  }
  main #index .inner ul li:not(:first-child) {
    margin-left: 0px;
  }
  main #index .inner ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #index .inner ul li span {
    color: #FFF;
    font-family: urw-din-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 100%;
    padding: 10px;
  }
  main #index .scrollwrap {
    width: 100px;
    left: calc(50% - 50px);
    bottom: 40px;
  }
  main #index .scrollwrap .scroll {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    animation-name: blink;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }
  main #index .scrollwrap .scroll p {
    color: #eb6106;
    font-family: urw-din-condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  main #index .scrollwrap .scroll::after {
    width: 24px;
    height: 18px;
  }
  main #lead {
    width: 100%;
    background-color: #213a3a;
  }
  main #lead .inner {
    padding: 40px 0 0px 0;
    position: relative;
    overflow: hidden;
  }
  main #lead .inner .text {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  main #lead .inner .text p {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main #lead .inner .text p br {
    display: none;
  }
  main #lead .inner .text::before {
    margin-bottom: 20px;
  }
  main #lead .inner .photoset {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  main #lead .inner .photoset div {
    width: 70%;
    position: relative;
  }
  main #lead .inner .photoset div:nth-child(1) {
    margin-right: auto;
    left: -70%;
    right: auto;
  }
  main #lead .inner .photoset div:nth-child(1) img {
    transform: scale(90%);
  }
  main #lead .inner .photoset div:nth-child(2) {
    padding: 0px;
    margin-left: auto;
    top: -30px;
    left: auto;
    right: -70%;
    z-index: 3;
  }
  main #lead .inner .photoset div:nth-child(2) img {
    transform: scale(90%);
  }
  main #lead .inner .photo {
    width: 70%;
    left: 10%;
    bottom: -600px;
    position: relative;
  }
  main #lead .inner .photo img {
    transform: scale(90%);
  }
  main #lead .inner.on .text p {
    opacity: 1;
  }
  main #lead .inner.on .photoset div:nth-child(1) {
    left: 0px;
    right: auto;
  }
  main #lead .inner.on .photoset div:nth-child(2) {
    left: auto;
    right: 0px;
  }
  main #lead .inner.on .photo {
    bottom: 60px;
  }
  main .sec#sec1 {
    margin: 0 auto;
  }
  main .sec#sec1 .inner {
    padding: 80px 0 0 0;
  }
  main .sec#sec1 .inner .title {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#sec1 .inner .title h3 {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 3rem;
    letter-spacing: 0em;
    order: 1;
  }
  main .sec#sec1 .inner .title h4 {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    order: 3;
  }
  main .sec#sec1 .inner .title::after {
    width: calc(100% - 30px);
    margin-bottom: 10px;
  }
  main .sec#sec1 .inner .set {
    width: calc(100% - 30px);
    margin: 0 auto 30px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#sec1 .inner .set .photo {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  main .sec#sec1 .inner .set .photo .ph {
    width: 65%;
    margin-bottom: 0px;
  }
  main .sec#sec1 .inner .set .photo .credit {
    width: 100%;
    padding: 0px;
    display: none;
  }
  main .sec#sec1 .inner .set .text {
    width: 85%;
    margin: 0 0 0 auto;
    padding: 0px 0 0 0;
    position: relative;
    top: -20px;
  }
  main .sec#sec1 .inner .set .text .info {
    text-align: left;
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 1;
  }
  main .sec#sec1 .inner .set .text .info dl {
    margin-bottom: 30px;
  }
  main .sec#sec1 .inner .set .text .info dl dt {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec#sec1 .inner .set .text .info dl dd {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec#sec1 .inner .set .text .info p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0em;
    padding: 0 15px 0 0;
  }
  main .sec#sec1 .inner .set .text .info p br {
    display: none;
  }
  main .sec#sec1 .inner .set .text .bg {
    width: 100%;
    position: relative;
  }
  main .sec#sec1 .inner .set .text .bg::before {
    content: "NEW MASTERPECE";
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    right: 10px;
    top: 30px;
  }
  main .sec#sec1 .inner .set .text .bg::after {
    width: 60px;
    height: 30px;
    top: -20px;
    left: auto;
    right: 30px;
  }
  main .sec#sec1 .inner .set2 h4 {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main .sec#sec1 .inner .set2 p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
    padding: 0 15px;
  }
  main .sec#sec1 .inner .set2 p br {
    display: none;
  }
  main .sec#sec1 .inner .set2 p:not(:last-child) {
    margin-bottom: 40px;
  }
  main .sec#sec1 .inner .set2 .ph-swiper {
    width: 100%;
    padding: 30px 50px 50px 50px;
    margin: 0 auto 60px auto;
  }
  main .sec#sec1 .inner .set2 .ph-swiper .swiper-wrapper .swiper-slide .ph {
    margin-bottom: 10px;
  }
  main .sec#sec1 .inner .set2 .ph-swiper .swiper-wrapper .swiper-slide p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0em;
  }
  main .sec#sec1 .inner .set2 .ph-swiper .num {
    color: #808080;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    width: 25px;
    height: 25px;
    right: 10px;
    bottom: 15px;
  }
  main .sec#sec1 .inner .set2 .ph-swiper .num .swiper-pagination-current {
    color: #808080;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec#sec1 .inner .set2 .ph-swiper .num .swiper-pagination-total {
    color: #808080;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec#sec1 .inner .set2 .ph-swiper .btn {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
  main .sec#sec1 .inner .set2 .ph-swiper .btn.prev {
    left: 10px;
  }
  main .sec#sec1 .inner .set2 .ph-swiper .btn.next {
    right: 10px;
  }
  main .sec#sec1 .inner .video {
    width: calc(100% - 100px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 auto 70px auto;
  }
  main .sec#sec1 .inner .video div {
    width: 100%;
    margin-bottom: 15px;
  }
  main .sec#sec1 .inner .video p {
    color: #000;
    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: center;
  }
  main .sec#sec1 .inner .set3 {
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec1 .inner .set3 .photo {
    width: 70%;
    margin: 0 0 0 auto;
    order: 1;
    position: relative;
    z-index: 1;
  }
  main .sec#sec1 .inner .set3 .photo .ph {
    width: 100%;
  }
  main .sec#sec1 .inner .set3 .text {
    width: 90%;
    padding: 0px;
    position: relative;
    order: 2;
    top: -80px;
  }
  main .sec#sec1 .inner .set3 .text .info {
    text-align: left;
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
  }
  main .sec#sec1 .inner .set3 .text .info dl {
    margin-bottom: 20px;
  }
  main .sec#sec1 .inner .set3 .text .info dl dt {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec#sec1 .inner .set3 .text .info dl dd {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec#sec1 .inner .set3 .text .info p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0em;
    padding: 0 20px 0 0;
  }
  main .sec#sec1 .inner .set3 .text .info p br {
    display: none;
  }
  main .sec#sec1 .inner .set3 .text .bg {
    width: 100%;
    position: relative;
  }
  main .sec#sec1 .inner .set3 .text .bg::before {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    right: 15px;
    top: 15px;
    display: none;
  }
  main .sec#sec1 .inner .set3 .text .bg::after {
    width: 60px;
    height: 30px;
    top: -20px;
    left: 20px;
  }
  main .sec#sec2 {
    width: 100%;
    margin: 0 auto 80px auto;
  }
  main .sec#sec2 .title {
    width: calc(100% - 30px);
    margin: 0 auto 30px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#sec2 .title h3 {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 3rem;
    letter-spacing: 0em;
  }
  main .sec#sec2 .title::after {
    width: 100%;
  }
  main .sec#sec2 .inner {
    width: calc(100% - 20px);
    margin: 0 auto 70px auto;
  }
  main .sec#sec2 .inner ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main .sec#sec2 .inner ul li {
    width: 33.3333333333%;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    opacity: 0;
  }
  main .sec#sec2 .inner ul li span {
    width: 15px;
    height: 15px;
    right: 10px;
    bottom: 10px;
  }
  main .sec#sec2 .inner ul li:hover span {
    transform: rotate(0deg);
  }
  main .sec#sec2 dl {
    width: 60%;
    padding: 25px 0;
    margin: 0 auto;
    border: solid 2px #213a3a;
    border-radius: 90%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  main .sec#sec2 dl dt {
    color: #213a3a;
    font-family: urw-din-condensed, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 2.8rem;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  main .sec#sec2 dl dd {
    color: #213a3a;
    font-family: urw-din-condensed, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec#sec3 {
    width: 100%;
    margin: 0 auto;
    background-color: #213a3a;
  }
  main .sec#sec3 .inner {
    padding: 60px 0 90px 0;
  }
  main .sec#sec3 .inner .title {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }
  main .sec#sec3 .inner .title h3 {
    color: #FFF;
    font-family: urw-din-condensed, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 3rem;
    letter-spacing: 0em;
  }
  main .sec#sec3 .inner .title::after {
    width: calc(100% - 30px);
  }
  main .sec#sec3 .inner .set {
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#sec3 .inner .set .box {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#sec3 .inner .set .box h4 {
    color: #FFF;
    font-family: urw-din-condensed, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding: 10px;
    margin-bottom: 20px;
  }
  main .sec#sec3 .inner .set .box .text {
    width: 100%;
    padding: 0px;
    margin-bottom: 40px;
    border-top: none;
    border-bottom: none;
  }
  main .sec#sec3 .inner .set .box .text p {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0em;
  }
  main .sec#sec3 .inner .set .box .text p br {
    display: none;
  }
  main .sec#sec3 .inner .set .box .photo {
    width: 75%;
    padding: 5px;
    background-color: #FFF;
  }
  main .sec#sec3 .inner .set .box .photo:not(:last-child) {
    margin-bottom: 10px;
  }
  main .sec#sec3 .inner .set .box .credit {
    width: 75%;
  }
  main .sec#sec3 .inner .set .box .notice {
    width: 75%;
    text-align: left;
  }
  main .sec#sec3 .inner .set .box.left {
    margin-bottom: 80px;
  }

  .credit {
    width: 100%;
  }
  .credit:not(:last-child) {
    margin-bottom: 10px;
  }
  .credit dl.items__credit {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .credit dl.items__credit dt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .credit dl.items__credit dt strong {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
    display: inline-block;
  }
  .credit dl.items__credit dt strong:not(:first-child) {
    margin: 0 0 0 5px;
  }
  .credit dl.items__credit dt > span {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0 0 0 10px;
  }
  .credit dl.items__credit dd {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 0 10px;
  }
  .credit dl.items__credit dd a {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    border: solid 1px #000;
    border-radius: 20px;
    padding: 1px 3px;
    transition: all 0.25s ease-in 0s;
  }
  .credit dl.items__credit dd a.linelink {
    display: none;
  }
  .credit dl.items__credit dd a.items__a:not([href]) {
    display: none;
  }
  .credit dl.items__credit dd a.items__a:not([href]) + .linelink {
    display: inline-block;
  }
  .credit dl.items__credit dd a.snap:not(:first-child) {
    margin: 0 0 0 10px;
  }
  .credit dl.items__credit dd a:hover {
    color: #eb6106;
    border: solid 1px #eb6106;
  }
  .credit dl.items__credit dd span {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }

  #looks {
    width: 100%;
    height: 100%;
  }
  #looks .wrap {
    width: 100%;
    height: auto;
    margin: 40px 0;
  }
  #looks .wrap .spc {
    width: 100%;
    height: 50vh;
  }
  #looks .close {
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
  }
  #looks .close::before {
    width: 40px;
    height: 1px;
    left: 0px;
    top: 20px;
    display: block;
  }
  #looks .close::after {
    width: 40px;
    height: 1px;
    left: 0px;
    top: 20px;
  }
  #looks .close span {
    width: 40px;
    height: 1px;
  }
  #looks .close span:nth-child(1) {
    left: 0px;
    top: 20px;
  }
  #looks .close span:nth-child(2) {
    left: 0px;
    top: 20px;
  }
  #looks .close:hover {
    opacity: 1;
  }
  #looks .look {
    width: calc(100% - 30px);
    padding: 60px 0 0 0;
  }
  #looks .look:not(:last-child) {
    margin-bottom: 60px;
  }
  #looks .look .set {
    width: 100%;
    padding: 0px;
  }
  #looks .look .set .photo {
    margin-bottom: 15px;
  }
  #looks .space {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
  }

  footer {
    width: 100%;
    padding: 0 0 80px 0;
    margin: 0 auto;
    position: relative;
  }
  footer .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .inner .pgtop {
    margin-bottom: 70px;
  }
  footer .inner .pgtop a {
    color: #eb6106;
    font-family: urw-din-condensed, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0 0 10px 0;
  }
  footer .inner dl {
    margin-bottom: 10px;
  }
  footer .inner dl dt {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner dl dd {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner p {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner p:not(:last-child) {
    margin-bottom: 40px;
  }
  footer .inner p:last-child {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner ul {
    padding: 15px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  footer .inner ul li:not(:first-child) {
    margin: 0 0 10px 0;
  }
  footer .inner ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  footer .inner ul li:last-child {
    margin: 0px;
  }
  footer .inner ul li a {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  footer .inner ul li span {
    color: #000;
    font-family: urw-din-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 3.125vw;
  }
}

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