@charset "UTF-8";
@import url("https://use.typekit.net/nrr5lsp.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes change {
  0% {
    background-image: url(../images/09.jpg), url(../images/09_2.jpg), url(../images/09_3.jpg);
  }
  33% {
    background-image: url(../images/09.jpg), url(../images/09_2.jpg), url(../images/09_3.jpg);
  }
  34% {
    background-image: url(../images/09_2.jpg), url(../images/09_3.jpg), url(../images/09.jpg);
  }
  66% {
    background-image: url(../images/09_2.jpg), url(../images/09_3.jpg), url(../images/09.jpg);
  }
  67% {
    background-image: url(../images/09_3.jpg), url(../images/09.jpg), url(../images/09_2.jpg);
  }
  100% {
    background-image: url(../images/09_3.jpg), url(../images/09.jpg), url(../images/09_2.jpg);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

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

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

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out 0.25s;
}
#loader .logo {
  width: 250px;
  height: 64px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 125px);
  top: calc(50% - 32px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  width: calc(100% - 40px);
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 333;
  pointer-events: none;
}
header .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
header .inner h1 {
  width: 104px;
  height: 27px;
  background-image: url(../images/logo_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
header .inner nav {
  position: relative;
}
header .inner nav ul {
  padding: 30px 30px 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner nav ul li {
  pointer-events: auto;
}
header .inner nav ul li:not(:last-child) {
  margin-bottom: 10px;
}
header .inner nav ul li a {
  color: #FFF;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  cursor: pointer;
  transition: all 0.1s ease-in;
}
header .inner nav ul li:hover {
  opacity: 0.7;
}

#visual {
  width: 100%;
  background-color: #000;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
}
#visual div {
  line-height: 0;
  width: 50%;
  opacity: 0;
}
#visual div:nth-child(1) {
  transition: opacity 0.5s ease-in 0.25s;
}
#visual div:nth-child(2) {
  transition: opacity 0.5s ease-in 0.5s;
}
#visual div video {
  width: 100%;
  height: auto;
}
#visual.on div {
  opacity: 1;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .inner {
  width: 100%;
  padding: 0px;
  margin: 0 0 180px 0;
  position: relative;
}
main .inner .sec {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
main .inner .sec h3 {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 80px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .inner .sec h3.show {
  opacity: 1;
}
main .inner .sec .set.show .photo {
  opacity: 1;
}
main .inner .sec .set .photo {
  opacity: 0;
}
main .inner .sec .set .photo:nth-child(1) {
  transition: opacity 0.5s ease-in 0s;
}
main .inner .sec .set .photo:nth-child(2) {
  transition: opacity 0.5s ease-in 0.25s;
}
main .inner .sec .photo.single {
  opacity: 0;
  transition: opacity 0.5s ease-in 0.1s;
}
main .inner .sec .photo.single.show {
  opacity: 1;
}
main .inner .sec .photo.wc {
  position: relative;
}
main .inner .sec .photo.wc img {
  transition: all 0.25s ease-in 0s;
}
main .inner .sec .photo.wc:hover img {
  filter: brightness(120%);
}
main .inner .sec .photo.wc.on .btn::after {
  content: "CLOSE";
}
main .inner .sec .photo.wc.on .btn > div span:nth-child(1) {
  transform: rotate(45deg);
}
main .inner .sec .photo.wc.on .btn > div span:nth-child(2) {
  transform: rotate(45deg);
}
main .inner .sec .photo.wc.on .credits {
  opacity: 1;
  pointer-events: auto;
}
main .inner .sec .photo.wc .btn {
  min-width: 36px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  transition: all 0.25s ease-in 0s;
}
main .inner .sec .photo.wc .btn:hover {
  opacity: 0.7;
}
main .inner .sec .photo.wc .btn::after {
  content: "CREDIT";
  color: #FFF;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main .inner .sec .photo.wc .btn > div {
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  position: relative;
}
main .inner .sec .photo.wc .btn > div span {
  background-color: #FFF;
  position: absolute;
  transition: all 0.25s ease-in 0s;
}
main .inner .sec .photo.wc .btn > div span:nth-child(1) {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0px;
}
main .inner .sec .photo.wc .btn > div span:nth-child(2) {
  width: 1px;
  height: 100%;
  top: 0px;
  left: 50%;
}
main .inner .sec .photo.wc .credits {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.86);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  transition: all 0.25s ease-in 0s;
  opacity: 0;
  pointer-events: none;
}
main .inner .sec .photo.wc .credits .incredit {
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .sec .photo.wc .credits .incredit .credit {
  width: 100%;
  padding-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 3px 1px;
}
main .inner .sec .photo.wc .credits .incredit .credit:not(:last-child) {
  margin-bottom: 20px;
}
main .inner .sec .photo.wc .credits .incredit .credit.arrival dl dd a {
  width: 130px;
}
main .inner .sec .photo.wc .credits .incredit .credit dl {
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .inner .sec .photo.wc .credits .incredit .credit dl dt {
  width: calc(100% - 45px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}
main .inner .sec .photo.wc .credits .incredit .credit dl dt strong {
  color: #FFF;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner .sec .photo.wc .credits .incredit .credit dl dt strong:nth-child(2) {
  font-weight: 300;
  margin-left: 5px;
}
main .inner .sec .photo.wc .credits .incredit .credit dl dt strong span {
  font-weight: 300;
  display: inline-block;
  padding: 0 0 0 5px;
  /*
  &:not(.nc){
  	&::after{
  		content: '(TAX IN)';
  		padding: 0 0 0 5px;
  	}	
  }
  */
}
main .inner .sec .photo.wc .credits .incredit .credit dl dd {
  width: 45px;
  margin: 0px;
}
main .inner .sec .photo.wc .credits .incredit .credit dl dd.notice {
  width: 110px;
}
main .inner .sec .photo.wc .credits .incredit .credit dl dd.notice a {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0em;
}
main .inner .sec .photo.wc .credits .incredit .credit dl dd a {
  color: #FFF;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0em;
  width: 100%;
  height: 25px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: solid 1px #FFF;
  border-radius: 20px;
  transition: all 0.15s ease-in;
}
main .inner .sec .photo.wc .credits .incredit .credit dl dd a:hover {
  color: #999999;
  border: solid 1px #999999;
}
main .inner .sec .photo.wc .credits .incredit .credit dl dd a:not([href]) {
  display: none;
}
main .inner .sec .photo.wc .credits .incredit .credit dl dd a:not([href]) + a.linelink {
  display: inline-block;
}
main .inner .sec .photo.wc .credits .incredit .credit dl dd a[href] + a.linelink {
  display: none;
}
main .inner .sec .photo.wc .credits .incredit .credit dl dd span {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0em;
  text-align: right;
  display: inline-block;
}
main .inner .sec#sec1 {
  width: 100%;
  padding: 120px 0 0 0;
  margin-bottom: 100px;
  background-color: #000;
  position: relative;
}
main .inner .sec#sec1::before {
  content: "";
  width: 100%;
  height: 400px;
  background-color: #FFF;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  display: block;
}
main .inner .sec#sec1 .lead {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0.025em;
  margin-bottom: 120px;
  opacity: 0;
  transition: opacity 0.75s ease-in 0s;
}
main .inner .sec#sec1 .lead.show {
  opacity: 1;
}
main .inner .sec#sec1 .photo {
  width: 500px;
  margin: 0 auto 200px auto;
}
main .inner .sec#sec1 .set {
  width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
main .inner .sec#sec1 .set .photo {
  width: 600px;
  margin: 0px;
}
main .inner .sec#sec2 {
  width: 100%;
  margin-bottom: 120px;
}
main .inner .sec#sec2 .photo {
  margin: 0 auto;
}
main .inner .sec#sec2 .photo.p1 {
  width: 500px;
  margin-bottom: 200px;
}
main .inner .sec#sec2 .photo.p2 {
  width: 600px;
  margin-bottom: 200px;
}
main .inner .sec#sec2 .photo.p3 {
  width: 460px;
}
main .inner .sec#sec3 {
  width: 100%;
  margin-bottom: 230px;
  background-color: #000;
  position: relative;
}
main .inner .sec#sec3::before {
  content: "";
  width: 100%;
  height: 200px;
  background-color: #FFF;
  position: absolute;
  top: 0px;
  left: 0px;
}
main .inner .sec#sec3::after {
  content: "";
  width: 100%;
  height: 200px;
  background-color: #FFF;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
main .inner .sec#sec3 h3 {
  position: relative;
  z-index: 1;
}
main .inner .sec#sec3 .photo {
  width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
main .inner .sec#sec3 .photo:not(:last-child) {
  margin-bottom: 200px;
}
main .inner .sec#sec3 .combo {
  width: calc(100% - 100px);
  margin: 0 auto 200px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main .inner .sec#sec3 .combo.show .photo {
  opacity: 1;
}
main .inner .sec#sec3 .combo .photo {
  width: 33.3333333333%;
  margin: 0px;
  opacity: 0;
}
main .inner .sec#sec3 .combo .photo:not(:last-child) {
  margin-bottom: 0px;
}
main .inner .sec#sec3 .combo .photo:nth-child(1) {
  transition: opacity 0.5s ease-in 0s;
}
main .inner .sec#sec3 .combo .photo:nth-child(2) {
  transition: opacity 0.5s ease-in 0.25s;
}
main .inner .sec#sec3 .combo .photo:nth-child(3) {
  transition: opacity 0.5s ease-in 0.5s;
}
main .inner .sec#sec4 {
  width: 100%;
  position: relative;
}
main .inner .sec#sec4::after {
  content: "";
  width: 100%;
  height: 335px;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
main .inner .sec#sec4 .set {
  width: 1220px;
  margin: 0 auto 200px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .inner .sec#sec4 .set .photo {
  width: 600px;
}
main .inner .sec#sec4 .photo {
  width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
main .inner .sec#sec5 {
  width: 100%;
  background-color: #000;
  padding: 200px 0;
  margin-bottom: 200px;
}
main .inner .sec#sec5 .video {
  width: 800px;
  margin: 0 auto 200px auto;
  position: relative;
}
main .inner .sec#sec5 .video div {
  line-height: 0;
  width: 100%;
}
main .inner .sec#sec5 .video div video {
  width: 100%;
  height: auto;
}
main .inner .sec#sec5 .video dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
main .inner .sec#sec5 .video dl dt {
  color: #FFF;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner .sec#sec5 .video dl dd {
  color: #FFF;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
  display: block;
  cursor: pointer;
}
main .inner .sec#sec5 .video dl dd:hover {
  color: #F4F4F4;
}
main .inner .sec#sec5 .video dl dd.active {
  text-decoration: line-through;
}
main .inner .sec#sec5 .photo {
  width: 600px;
  margin: 0 auto;
}
main .inner .sec#sec6 {
  width: 100%;
  margin-bottom: 150px;
}
main .inner .sec#sec6 .set {
  width: 1220px;
  margin: 0 auto 150px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .inner .sec#sec6 .set .photo {
  width: 600px;
}
main .inner .sec#sec6 .set .photo:not(:last-child) {
  margin: 0px;
}
main .inner .sec#sec6 .insec {
  width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
main .inner .sec#sec6 .insec .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .sec#sec6 .insec .swiper-wrapper .photo {
  width: 100%;
}
main .inner .sec#sec6 .insec .swiper-wrapper .photo:not(:last-child) {
  margin-bottom: 120px;
}
main .inner .sec#sec7 {
  width: 100%;
  margin-bottom: 200px;
}
main .inner .sec#sec7 .insec {
  width: 1220px;
  margin: 0 auto;
}
main .inner .sec#sec7 .insec .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .inner .sec#sec7 .insec .set .photo {
  width: 600px;
}
main .inner .sec#sec8 {
  width: 100%;
  background-color: #000;
  margin-bottom: 250px;
  position: relative;
}
main .inner .sec#sec8::before {
  content: "";
  width: 100%;
  height: 200px;
  background-color: #FFF;
  position: absolute;
  top: 0px;
  left: 0px;
}
main .inner .sec#sec8::after {
  content: "";
  width: 100%;
  height: 200px;
  background-color: #FFF;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
main .inner .sec#sec8 .set {
  width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .inner .sec#sec8 .set:not(:last-child) {
  margin-bottom: 200px;
}
main .inner .sec#sec8 .set .photo {
  width: 600px;
}
main .inner .sec#sec8 .set .photo:not(:last-child) {
  margin-bottom: 0px;
}
main .inner .sec#sec8 .photo {
  width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
main .inner .sec#sec8 .photo:not(:last-child) {
  margin-bottom: 200px;
}
main .inner .sec#sec9 .photo {
  width: 600px;
  margin: 0 auto 70px auto;
}
main .inner .sec#sec9 .text h4 {
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 388px;
  height: 30px;
  margin: 0 auto 60px auto;
}
main .inner .sec#sec9 .text dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner .sec#sec9 .text dl dt {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
}
main .inner .sec#sec9 .text dl dd {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
}
main .inner .sec#sec9 .text dl dd:not(:last-child) {
  margin-bottom: 20px;
}

footer {
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border-top: solid 1px #000;
}
footer .pgtop {
  width: 100%;
  border-bottom: solid 1px #000;
}
footer .pgtop a {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  width: 100%;
  height: 55px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a:hover {
  color: #666666;
}
footer .infoot {
  width: calc(100% - 140px);
  padding: 55px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot ul {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer .infoot ul li a, footer .infoot ul li span {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot ul li a:hover, footer .infoot ul li span:hover {
  color: #666666;
}
footer .infoot p {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

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

  #loader .logo {
    width: 125px;
    height: 32px;
    left: calc(50% - 63px);
    top: calc(50% - 16px);
  }

  header {
    width: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }
  header .inner h1 {
    width: 100px;
    height: 26px;
  }
  header .inner nav ul {
    padding: 0 10px 0 0;
  }
  header .inner nav ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  header .inner nav ul li a {
    color: #FFF;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.025em;
    text-align: left;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  header .inner nav ul li:hover {
    opacity: 1;
  }

  #visual {
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  #visual div {
    line-height: 0;
    width: 100%;
  }
  #visual div:nth-child(2) {
    display: none;
  }

  main .inner {
    width: 100%;
    padding: 0px;
    margin: 0 0 80px 0;
    position: relative;
  }
  main .inner .sec {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  main .inner .sec h3 {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
  main .inner .sec .photo.wc {
    position: relative;
    transition: all 0.25s ease-in 0s;
  }
  main .inner .sec .photo.wc:hover {
    filter: none;
  }
  main .inner .sec .photo.wc .credits {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.86);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    transition: all 0.25s ease-in 0s;
    opacity: 0;
    pointer-events: none;
  }
  main .inner .sec .photo.wc .credits .incredit {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .photo.wc .credits .incredit .credit {
    width: 100%;
    padding-bottom: 10px;
  }
  main .inner .sec .photo.wc .credits .incredit .credit:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec .photo.wc .credits .incredit .credit.arrival dl dd a {
    width: 130px;
  }
  main .inner .sec .photo.wc .credits .incredit .credit dl {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  main .inner .sec .photo.wc .credits .incredit .credit dl dt {
    width: calc(100% - 45px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
  }
  main .inner .sec .photo.wc .credits .incredit .credit dl dt strong {
    color: #FFF;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .sec .photo.wc .credits .incredit .credit dl dt strong:nth-child(2) {
    font-weight: 300;
    margin: 5px 0 0 0;
  }
  main .inner .sec .photo.wc .credits .incredit .credit dl dt strong span {
    font-weight: 300;
    display: inline-block;
    padding: 0 0 0 5px;
    /*
    &:not(.nc){
    	&::after{
    		content: '(TAX IN)';
    		padding: 0 0 0 5px;
    	}	
    }
    */
  }
  main .inner .sec .photo.wc .credits .incredit .credit dl dd a {
    color: #FFF;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: 0em;
    width: 100%;
    height: 25px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: solid 1px #FFF;
    border-radius: 20px;
    transition: all 0.15s ease-in;
  }
  main .inner .sec .photo.wc .credits .incredit .credit dl dd a:hover {
    color: #999999;
    border: solid 1px #999999;
  }
  main .inner .sec .photo.wc .credits .incredit .credit dl dd a:not([href]) {
    display: none;
  }
  main .inner .sec .photo.wc .credits .incredit .credit dl dd a:not([href]) + a.linelink {
    display: inline-block;
  }
  main .inner .sec .photo.wc .credits .incredit .credit dl dd a[href] + a.linelink {
    display: none;
  }
  main .inner .sec .photo.wc .credits .incredit .credit dl dd span {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    letter-spacing: 0em;
    text-align: right;
    display: inline-block;
  }
  main .inner .sec#sec1 {
    width: 100%;
    padding: 40px 0;
    margin-bottom: 0px;
    background-color: #000;
    position: relative;
  }
  main .inner .sec#sec1::before {
    content: none;
  }
  main .inner .sec#sec1 .lead {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.5rem;
    letter-spacing: 0.025em;
    text-align: left;
    width: calc(100% - 80px);
    margin: 0 auto 50px auto;
  }
  main .inner .sec#sec1 .photo {
    width: calc(100% - 40px);
    margin: 0 auto 100px auto;
  }
  main .inner .sec#sec1 .set {
    width: 100%;
    position: relative;
  }
  main .inner .sec#sec1 .set .photo {
    width: 50%;
    position: static;
  }
  main .inner .sec#sec1 .set .photo.wc:nth-child(1) .btn {
    display: none;
  }
  main .inner .sec#sec1 .set .photo.wc:nth-child(1) .credits {
    display: none;
  }
  main .inner .sec#sec2 {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
  }
  main .inner .sec#sec2::before {
    content: "";
    width: 100%;
    height: 270px;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  main .inner .sec#sec2 h3 {
    color: #FFF;
    position: relative;
    z-index: 1;
  }
  main .inner .sec#sec2 .photo {
    margin: 0 auto;
  }
  main .inner .sec#sec2 .photo.p1 {
    width: calc(100% - 100px);
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
  }
  main .inner .sec#sec2 .photo.p2 {
    width: 100%;
    margin-bottom: 100px;
  }
  main .inner .sec#sec2 .photo.p3 {
    width: calc(100% - 100px);
  }
  main .inner .sec#sec3 {
    width: 100%;
    margin-bottom: 100px;
    background-color: #000;
    position: relative;
  }
  main .inner .sec#sec3 h3 {
    position: relative;
    z-index: 1;
  }
  main .inner .sec#sec3 .photo {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .inner .sec#sec3 .photo:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec#sec3 .photo:last-child {
    width: calc(100% - 100px);
  }
  main .inner .sec#sec3 .combo {
    width: 100%;
    margin: 0 auto 100px auto;
  }
  main .inner .sec#sec3 .combo .photo {
    width: 100%;
    margin: 0px;
  }
  main .inner .sec#sec3 .combo .photo:not(:last-child) {
    margin-bottom: 0px;
  }
  main .inner .sec#sec3 .combo .photo:last-child {
    display: none;
  }
  main .inner .sec#sec4 {
    width: 100%;
    position: relative;
  }
  main .inner .sec#sec4::after {
    width: 100%;
    height: 210px;
  }
  main .inner .sec#sec4 .set {
    width: 100%;
    margin: 0 auto 100px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec#sec4 .set .photo {
    width: 100%;
  }
  main .inner .sec#sec4 .photo {
    width: calc(100% - 100px);
  }
  main .inner .sec#sec5 {
    padding: 100px 0;
    margin-bottom: 100px;
  }
  main .inner .sec#sec5 .video {
    width: 100%;
    margin: 0 auto 100px auto;
  }
  main .inner .sec#sec5 .video dl {
    top: 5px;
    right: 5px;
  }
  main .inner .sec#sec5 .video dl dt {
    color: #FFF;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .sec#sec5 .video dl dd {
    color: #FFF;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .sec#sec5 .photo {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .inner .sec#sec6 {
    width: 100%;
    margin-bottom: 105px;
  }
  main .inner .sec#sec6 .set {
    width: 100%;
    margin: 0 auto 100px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
  }
  main .inner .sec#sec6 .set .photo {
    width: 50%;
  }
  main .inner .sec#sec6 .set .photo:not(:last-child) {
    margin: 0px;
  }
  main .inner .sec#sec6 .set .photo.wc {
    position: static;
  }
  main .inner .sec#sec6 .set .photo.wc:nth-child(1) .btn {
    display: none;
  }
  main .inner .sec#sec6 .set .photo.wc:nth-child(1) .credits {
    display: none;
  }
  main .inner .sec#sec6 .insec {
    width: calc(100% - 40px);
  }
  main .inner .sec#sec6 .insec .swiper-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec#sec6 .insec .swiper-wrapper .photo {
    width: 100%;
  }
  main .inner .sec#sec6 .insec .swiper-wrapper .photo:not(:last-child) {
    margin-bottom: 0px;
  }
  main .inner .sec#sec7 {
    width: 100%;
    margin-bottom: 100px;
  }
  main .inner .sec#sec7 .insec {
    width: 100%;
  }
  main .inner .sec#sec7 .insec .set {
    width: 100%;
    margin: 0;
  }
  main .inner .sec#sec7 .insec .set .photo {
    width: 100%;
  }
  main .inner .sec#sec8 {
    width: 100%;
    margin-bottom: 150px;
  }
  main .inner .sec#sec8::before {
    content: "";
    width: 100%;
    height: 200px;
    background-color: #FFF;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  main .inner .sec#sec8::after {
    content: "";
    width: 100%;
    height: 200px;
    background-color: #FFF;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  main .inner .sec#sec8 .set {
    width: 100%;
  }
  main .inner .sec#sec8 .set:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec#sec8 .set .photo {
    width: 50%;
  }
  main .inner .sec#sec8 .set .photo:not(:last-child) {
    margin-bottom: 0px;
  }
  main .inner .sec#sec8 .photo {
    width: calc(100% - 100px);
  }
  main .inner .sec#sec8 .photo:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec#sec9 .photo {
    width: 100%;
    margin: 0 auto 50px auto;
  }
  main .inner .sec#sec9 .text {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .inner .sec#sec9 .text h4 {
    background-image: url(../images/title.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 368px;
    height: calc((100vw - 40px) * 0.0775);
    max-height: 28px;
    margin: 0 auto 50px auto;
  }
  main .inner .sec#sec9 .text dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec#sec9 .text dl dt {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.025em;
  }
  main .inner .sec#sec9 .text dl dd {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.025em;
  }
  main .inner .sec#sec9 .text dl dd:not(:last-child) {
    margin-bottom: 20px;
  }

  footer .pgtop a {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    height: 40px;
  }
  footer .infoot {
    width: calc(100% - 40px);
    padding: 25px 0 50px auto;
  }
  footer .infoot ul {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .infoot ul li a, footer .infoot ul li span {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot p {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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