@charset "UTF-8";
@import url("https://use.typekit.net/sud8tib.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-family: orpheuspro, serif;
  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: #F6F78B;
}

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: #111;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #F6F78B;
  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: 123px;
  height: 47px;
  background-image: url(../images/logo.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% - 24px);
  left: calc(50% - 62px);
  transition: all 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#loader.on .text h3 {
  top: 30px;
}

header {
  width: 100%;
  padding: 30px 0 0 0;
  position: fixed;
  z-index: 999;
  pointer-events: none;
}
header h1 {
  width: 123px;
  height: 47px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
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: #F6F78B;
  font-family: bebas-neue-pro, 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 25px 0;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
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: bebas-neue-pro, 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 .credits {
  width: 100%;
}
main section .credits .credit {
  padding: 10px 0;
  border-bottom: dotted 1px #111;
}
main section .credits .credit:first-child {
  padding: 0 0 10px 0;
}
main section .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 .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .credits .credit dl dt strong:nth-child(1) {
  color: #111;
  font-family: din-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section .credits .credit dl dt strong:nth-child(1) span {
  font-weight: 300;
  display: inline-block;
  padding: 0 0 0 5px;
}
main section .credits .credit dl dt strong:nth-child(1) span:not(.nc)::after {
  padding: 0 0 0 5px;
}
main section .credits .credit dl dt strong:nth-child(2) {
  color: #111;
  font-family: din-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
}
main section .credits .credit dl dd {
  width: auto;
  box-sizing: border-box;
}
main section .credits .credit dl dd a {
  color: #111;
  font-family: din-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main section .credits .credit dl dd a:hover {
  color: #F6F78B;
}
main section .credits .credit dl dd a:not([href]) {
  display: none;
}
main section .credits .credit dl dd a:not([href]) + span {
  color: #F2F0ED;
  font-family: din-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main section .credits .credit dl dd a:not([href]) + a.linelink {
  display: inline-block;
}
main section .credits .credit dl dd a[href] {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section .credits .credit dl dd a[href] + a.linelink {
  display: none;
}
main section .credits .credit dl dd a + span {
  display: none;
}
main section .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 .credits .credit dl dd a.items__a:hover {
  color: #111;
  background-color: #F6F78B;
}
main section .credits .credit dl dd span {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main section#visual {
  width: 100%;
  height: 100vh;
  margin-bottom: 100px;
}
main section#visual .inner {
  width: 100%;
  height: 100%;
  padding: 30px;
  background-image: url(../images/visual.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
main section#visual .inner::before {
  content: "";
  width: 20px;
  height: 44px;
  background-image: url(../images/text_scroll_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 60px;
  bottom: 48px;
  z-index: 3;
}
main section#visual .inner::after {
  content: "";
  width: 100px;
  height: 100px;
  background-image: url(../images/text_scroll.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: kurukuru 16s infinite linear;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
}
main section#visual .inner .text {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main section#visual .inner .text h2 {
  width: 680px;
  height: 182px;
  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;
  margin-bottom: 40px;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.75s;
}
main section#visual .inner .text > div {
  width: 680px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
}
main section#visual .inner .text > div h4 {
  color: #F6F78B;
  font-family: orpheuspro, serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  text-align: left;
}
main section#visual .inner .text > div h5 {
  color: #F6F78B;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
}
main section#visual.on .inner {
  clip-path: inset(0 0 0 0);
}
main section#visual.on .inner .text h2 {
  clip-path: inset(0 0 0 0);
}
main section#visual.on .inner .text > div {
  clip-path: inset(0 0 0 0);
}
main section#lead {
  width: 100%;
  margin-bottom: 100px;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
main section#lead.on {
  clip-path: inset(0 0 0 0);
}
main section#lead p {
  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;
}
main section .block {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
main section .block.on {
  clip-path: inset(0 0 0 0);
}
main section#sec1 {
  width: 100%;
  margin-bottom: 200px;
}
main section#sec1 .block.b1 {
  width: 1050px;
  margin: 0 auto 160px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#sec1 .block.b1 .b-left {
  width: 500px;
}
main section#sec1 .block.b1 .b-left .photo {
  width: 100%;
  margin-bottom: 50px;
}
main section#sec1 .block.b1 .b-right {
  width: 500px;
}
main section#sec1 .block.b1 .b-right .photo {
  width: 100%;
  margin-bottom: 30px;
}
main section#sec1 .block.b2 {
  width: 1050px;
  margin: 0 auto 160px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#sec1 .block.b2 .b-left {
  width: 550px;
}
main section#sec1 .block.b2 .b-left .photo {
  width: 100%;
  margin-bottom: 30px;
}
main section#sec1 .block.b2 .b-right {
  width: 400px;
  margin-left: 50px;
}
main section#sec1 .block.b2 .b-right .photo {
  width: 100%;
}
main section#sec1 .block.b2 .b-right .photo:not(:last-child) {
  margin-bottom: 50px;
}
main section#sec1 .block.b3 {
  width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
main section#sec1 .block.b3 .b-left {
  width: 500px;
  position: absolute;
  left: 0px;
  top: 0px;
}
main section#sec1 .block.b3 .b-left .photo {
  width: 100%;
}
main section#sec1 .block.b3 .b-right {
  width: 500px;
  padding: 450px 0 0 0;
  position: relative;
  z-index: 1;
}
main section#sec1 .block.b3 .b-right .photo {
  width: 100%;
  margin-bottom: 30px;
}
main section#sec2 {
  width: 100%;
  margin-bottom: 200px;
}
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: center;
}
main section#sec2 .block.b1 .photo {
  width: 100%;
  margin-bottom: 50px;
}
main section#sec2 .block.b2 {
  width: 950px;
  margin: 0 auto 50px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
main section#sec2 .block.b2 .photo:nth-child(1) {
  width: 500px;
  position: absolute;
  left: 0px;
  top: 0px;
}
main section#sec2 .block.b2 .photo:nth-child(2) {
  width: 400px;
  padding: 450px 0 0 0;
  position: relative;
  transform: translateX(-100px);
  z-index: 1;
}
main section#sec2 .block.b3 {
  width: 500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  transform: translateX(-25px);
}
main section#sec2 .block.b3 .photo {
  width: 100%;
  margin-bottom: 30px;
}
main section#sec3 {
  width: 100%;
  margin-bottom: 200px;
}
main section#sec3 .block.b1 {
  width: 1050px;
  margin: 0 auto 50px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#sec3 .block.b1 .photo {
  width: 500px;
}
main section#sec3 .block.b1 .textset {
  width: 500px;
}
main section#sec3 .block.b2 {
  width: 1050px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#sec3 .block.b2 .b-left {
  width: 500px;
}
main section#sec3 .block.b2 .b-left .photo {
  width: 100%;
  margin-bottom: 30px;
}
main section#sec3 .block.b2 .b-right {
  width: 500px;
}
main section#sec3 .block.b2 .b-right .photo {
  width: 100%;
}
main section#sec4 {
  width: 100%;
  margin-bottom: 450px;
}
main section#sec4 .block .photos {
  width: 100%;
  margin-bottom: 30px;
}
main section#sec4 .block .photos .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#sec4 .block .photos .swiper-wrapper .swiper-slide {
  width: 33.3333333333%;
}
main section#sec4 .block .credits {
  width: 500px;
}
main section#sec4 .block.b1 {
  width: 100%;
  margin: 0 auto 150px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#sec4 .block.b1 dl.textset {
  width: 500px;
  margin-bottom: 100px;
}
main section#sec4 .block.b1 dl.textset dt {
  text-align: center;
}
main section#sec4 .block.b2 {
  width: 100%;
  margin: 0 auto 150px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#sec4 .block.b3 {
  width: 600px;
  margin: 0 auto 100px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main section#sec4 .block.b3 .photo {
  width: 100%;
  margin-bottom: 30px;
}
main section#sec4 .block.b4 {
  width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
main section#sec4 .block.b4 .photo:nth-child(1) {
  width: 500px;
  position: absolute;
  top: 0px;
  left: 0px;
}
main section#sec4 .block.b4 .photo:nth-child(2) {
  width: 400px;
  padding-top: 450px;
  position: relative;
  z-index: 1;
}
main section#sec5 {
  width: 100%;
  padding: 150px 0;
  margin-bottom: 150px;
  background-color: #F2F0ED;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
main section#sec5.on {
  clip-path: inset(0 0 0 0);
}
main section#sec5 .inner {
  width: 100%;
  margin: 0 auto;
}
main section#sec5 .inner .slidewrap {
  width: 770px;
  margin: 0 auto 35px auto;
  position: relative;
}
main section#sec5 .inner .slidewrap .itemslide {
  width: 380px;
  margin: 0 auto;
  overflow: hidden;
}
main section#sec5 .inner .slidewrap .itemslide .swiper-wrapper .photo {
  margin-bottom: 30px;
}
main section#sec5 .inner .slidewrap .itemslide .swiper-wrapper .credits {
  width: 100%;
}
main section#sec5 .inner .slidewrap .next {
  width: 28px;
  height: 28px;
  background-image: url(../images/arrow.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: 50%;
  left: calc(50% - 190px - 38px);
}
main section#sec5 .inner .slidewrap .prev {
  width: 28px;
  height: 28px;
  background-image: url(../images/arrow.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;
  transform: rotate(180deg);
  top: 50%;
  left: calc(50% + 190px + 10px);
}
main section#sec5 .inner .itemthumb {
  width: 770px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main section#sec5 .inner .itemthumb span.swiper-pagination-bullet {
  width: 120px;
  height: 120px;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
  transition: all 0.25s ease-in 0s;
}
main section#sec5 .inner .itemthumb span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.5;
}
main section#sec5 .inner .itemthumb span:nth-child(1) {
  background-image: url(../images/thumb_item1.jpg);
}
main section#sec5 .inner .itemthumb span:nth-child(2) {
  background-image: url(../images/thumb_item2.jpg);
}
main section#sec5 .inner .itemthumb span:nth-child(3) {
  background-image: url(../images/thumb_item3.jpg);
}
main section#sec5 .inner .itemthumb span:nth-child(4) {
  background-image: url(../images/thumb_item4.jpg);
}
main section#sec5 .inner .itemthumb span:nth-child(5) {
  background-image: url(../images/thumb_item5.jpg);
}
main section#sec5 .inner .itemthumb span:nth-child(6) {
  background-image: url(../images/thumb_item6.jpg);
}
main section#sec6 {
  width: 100%;
  margin-bottom: 200px;
}
main section#sec6 .block.b1 {
  width: 950px;
  margin: 0 auto 80px auto;
}
main section#sec6 .block.b1 dl {
  width: 500px;
}
main section#sec6 .block.b2, main section#sec6 .block.b3 {
  width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
main section#sec6 .block.b2:not(:last-child), main section#sec6 .block.b3:not(:last-child) {
  margin-bottom: 130px;
}
main section#sec6 .block.b2 .b-left, main section#sec6 .block.b3 .b-left {
  width: 400px;
  position: absolute;
  left: 0px;
  top: 0px;
}
main section#sec6 .block.b2 .b-left .photo, main section#sec6 .block.b3 .b-left .photo {
  width: 100%;
  margin-bottom: 30px;
}
main section#sec6 .block.b2 .b-right, main section#sec6 .block.b3 .b-right {
  width: 600px;
  padding: 300px 100px 0 0;
  position: relative;
}
main section#sec6 .block.b2 .b-right .photo, main section#sec6 .block.b3 .b-right .photo {
  width: 100%;
  margin-bottom: 30px;
}
main article .pagetop {
  color: #111;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: underline;
  display: inline-block;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
main article .pagetop:hover {
  color: #F6F78B;
}

footer {
  text-align: left;
  width: 100%;
  padding: 80px 75px;
  margin: 0 auto;
  background-color: #F2F0ED;
  box-sizing: border-box;
}
footer .inner {
  width: 100%;
}
footer .inner ul {
  margin-bottom: 25px;
}
footer .inner ul li {
  color: #111;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer .inner p {
  color: #707070;
  font-family: bebas-neue-pro, 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;
  }

  #loader.on .text h3 {
    width: 66px;
    height: 25px;
    left: calc(50% - 33px);
    top: 10px;
  }

  header {
    width: 100%;
    padding-top: 10px;
  }
  header h1 {
    width: 66px;
    height: 25px;
  }
  header ul {
    top: 10px;
    left: 10px;
  }
  header ul li {
    pointer-events: auto;
  }
  header ul li a {
    color: #F6F78B;
    font-family: bebas-neue-pro, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  header ul li a:hover {
    color: #111;
  }
  header ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0 0 25px 0;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
  }
  main section dl.textset {
    width: 100%;
  }
  main section dl.textset dt {
    color: #111;
    font-family: bebas-neue-pro, sans-serif;
    font-size: 7rem;
    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 .credits {
    width: 100%;
  }
  main section .credits .credit {
    padding: 10px 0;
    border-bottom: dotted 1px #111;
  }
  main section .credits .credit:first-child {
    padding: 0 0 10px 0;
  }
  main section .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 .credits .credit dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section .credits .credit dl dt strong:nth-child(1) {
    color: #111;
    font-family: din-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section .credits .credit dl dt strong:nth-child(1) span {
    font-weight: 300;
    display: inline-block;
    padding: 0 0 0 5px;
  }
  main section .credits .credit dl dt strong:nth-child(1) span:not(.nc)::after {
    padding: 0 0 0 5px;
  }
  main section .credits .credit dl dt strong:nth-child(2) {
    color: #111;
    font-family: din-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  main section .credits .credit dl dd {
    width: auto;
    box-sizing: border-box;
  }
  main section .credits .credit dl dd a {
    color: #111;
    font-family: din-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  main section .credits .credit dl dd a:hover {
    color: #F6F78B;
  }
  main section .credits .credit dl dd a:not([href]) {
    display: none;
  }
  main section .credits .credit dl dd a:not([href]) + span {
    color: #F2F0ED;
    font-family: din-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  main section .credits .credit dl dd a:not([href]) + a.linelink {
    display: inline-block;
  }
  main section .credits .credit dl dd a[href] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main section .credits .credit dl dd a[href] + a.linelink {
    display: none;
  }
  main section .credits .credit dl dd a + span {
    display: none;
  }
  main section .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 .credits .credit dl dd a.items__a:hover {
    color: #111;
    background-color: #F6F78B;
  }
  main section .credits .credit dl dd span {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#visual {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  main section#visual .inner {
    width: 100%;
    height: 100vw;
    padding: 30px;
    background-image: url(../images/visual_sp.jpg);
  }
  main section#visual .inner::before {
    width: 10px;
    height: 22px;
    right: 30px;
    bottom: 24px;
  }
  main section#visual .inner::after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(../images/text_scroll.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 10px;
    bottom: 10px;
  }
  main section#visual .inner .text {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main section#visual .inner .text h2 {
    width: 300px;
    height: 80px;
    margin-bottom: 20px;
  }
  main section#visual .inner .text > div {
    width: 300px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  }
  main section#visual .inner .text > div h4 {
    color: #F6F78B;
    font-family: orpheuspro, serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main section#visual .inner .text > div h5 {
    color: #F6F78B;
    font-family: bebas-neue-pro, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    text-align: right;
  }
  main section#lead {
    padding: 0 35px;
    margin-bottom: 50px;
    transition: clip-path 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  main section#lead p {
    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#lead p br {
    display: none;
  }
  main section .block {
    transition: clip-path 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  main section#sec1 {
    width: 100%;
    margin-bottom: 125px;
  }
  main section#sec1 .block.b1 {
    width: 100%;
    margin: 0 auto 105px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec1 .block.b1 .b-left {
    width: 100%;
    margin-bottom: 30px;
  }
  main section#sec1 .block.b1 .b-left .photo {
    width: calc(100% - 38px);
    margin-bottom: 30px;
  }
  main section#sec1 .block.b1 .b-left .textset {
    padding: 0 38px 0 25px;
  }
  main section#sec1 .block.b1 .b-right {
    width: calc(100% - 76px);
    margin: 0 auto;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.75s;
  }
  main section#sec1 .block.b1 .b-right .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#sec1 .block.b1.on .b-right {
    clip-path: inset(0 0 0 0);
  }
  main section#sec1 .block.b2 {
    width: 100%;
    margin: 0 auto 70px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec1 .block.b2 .b-left {
    width: 100%;
    padding: 0 0 0 38px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec1 .block.b2 .b-left .photo {
    width: 100%;
    margin-bottom: 20px;
    order: 2;
  }
  main section#sec1 .block.b2 .b-left .textset {
    width: calc(100% - 20px);
    margin-bottom: 30px;
    order: 1;
  }
  main section#sec1 .block.b2 .b-left .credits {
    width: calc(100% - 38px);
    order: 3;
  }
  main section#sec1 .block.b2 .b-right {
    width: 100%;
    margin-left: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main section#sec1 .block.b2 .b-right .photo {
    width: 100%;
    clip-path: inset(0 100% 0 0);
  }
  main section#sec1 .block.b2 .b-right .photo:not(:last-child) {
    margin-bottom: 0px;
  }
  main section#sec1 .block.b2 .b-right .photo:nth-child(1) {
    width: calc(100% - 75px);
    margin-right: auto;
  }
  main section#sec1 .block.b2 .b-right .photo:nth-child(2) {
    width: calc(100% - 150px);
    margin-top: -50px;
    position: relative;
    z-index: 1;
  }
  main section#sec1 .block.b2 .b-right .photo:nth-child(1) {
    transition: clip-path 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  main section#sec1 .block.b2 .b-right .photo:nth-child(2) {
    transition: clip-path 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  main section#sec1 .block.b2 .b-right .photo.on {
    clip-path: inset(0 0 0 0);
  }
  main section#sec1 .block.b3 {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main section#sec1 .block.b3 .b-left {
    width: calc(100% - 35px);
    margin-bottom: 50px;
    position: relative;
    left: 0px;
    top: 0px;
  }
  main section#sec1 .block.b3 .b-right {
    width: calc(100% - 35px);
    padding: 0px;
    margin-left: auto;
  }
  main section#sec1 .block.b3 .b-right .photo {
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.75s;
    margin-bottom: 20px;
  }
  main section#sec1 .block.b3.on .b-right .photo {
    clip-path: inset(0 0 0 0);
  }
  main section#sec2 {
    margin-bottom: 100px;
  }
  main section#sec2 .block.b1 {
    width: calc(100% - 40px);
    margin: 0 auto 50px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#sec2 .block.b1 .photo {
    margin-bottom: 50px;
  }
  main section#sec2 .block.b2 {
    width: calc(100% - 40px);
    margin: 0 auto 45px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
  }
  main section#sec2 .block.b2 .photo:nth-child(1) {
    width: calc(100% - 115px);
    margin-right: auto;
    position: relative;
  }
  main section#sec2 .block.b2 .photo:nth-child(2) {
    width: calc(100% - 160px);
    margin-top: -130px;
    padding: 0px;
    position: relative;
    transform: translateX(0px);
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  }
  main section#sec2 .block.b2.on .photo:nth-child(2) {
    clip-path: inset(0 0 0 0);
  }
  main section#sec2 .block.b3 {
    width: calc(100% - 76px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transform: translateX(0px);
  }
  main section#sec2 .block.b3 .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#sec3 {
    width: 100%;
    margin-bottom: 120px;
  }
  main section#sec3 .block.b1 {
    width: calc(100% - 40px);
    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: 100%;
    margin-bottom: 30px;
  }
  main section#sec3 .block.b1 .textset {
    width: 100%;
  }
  main section#sec3 .block.b2 {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec3 .block.b2 .b-left {
    width: 100%;
    order: 2;
  }
  main section#sec3 .block.b2 .b-left .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#sec3 .block.b2 .b-right {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
  main section#sec3 .block.b2 .b-right .photo {
    width: 100%;
  }
  main section#sec4 {
    width: 100%;
    margin-bottom: 50px;
  }
  main section#sec4 .block .photos {
    margin-bottom: 20px;
    overflow: hidden;
  }
  main section#sec4 .block .photos .swiper-wrapper {
    width: 100%;
    transition-timing-function: linear;
  }
  main section#sec4 .block .photos .swiper-wrapper .swiper-slide {
    width: auto;
  }
  main section#sec4 .block .credits {
    width: calc(100% - 40px);
  }
  main section#sec4 .block.b1 {
    width: 100%;
    margin: 0 auto 40px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#sec4 .block.b1 dl.textset {
    width: calc(100% - 40px);
    margin-bottom: 30px;
  }
  main section#sec4 .block.b1 dl.textset dt {
    text-align: center;
  }
  main section#sec4 .block.b2 {
    width: 100%;
    margin: 0 auto 50px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#sec4 .block.b3 {
    width: calc(100% - 40px);
    margin: 0 auto 50px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#sec4 .block.b3 .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#sec4 .block.b3 .credits {
    width: 100%;
  }
  main section#sec4 .block.b4 {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec4 .block.b4 .photo:nth-child(1) {
    width: calc(100% - 140px);
    position: relative;
    top: auto;
    left: auto;
  }
  main section#sec4 .block.b4 .photo:nth-child(2) {
    width: calc(100% - 180px);
    padding: 0px;
    margin: -120px 0 0 auto;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.75s;
  }
  main section#sec4 .block.b4.on .photo:nth-child(2) {
    clip-path: inset(0 0 0 0);
  }
  main section#sec5 {
    width: 100%;
    padding: 50px 0;
    margin-bottom: 55px;
  }
  main section#sec5 .inner {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  main section#sec5 .inner .slidewrap {
    width: 100%;
    margin: 0 auto 35px auto;
  }
  main section#sec5 .inner .slidewrap .itemslide {
    width: calc(100% - 56px);
    margin: 0 auto;
    overflow: hidden;
  }
  main section#sec5 .inner .slidewrap .itemslide .swiper-wrapper .photo {
    margin-bottom: 10px;
  }
  main section#sec5 .inner .slidewrap .next {
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0px;
  }
  main section#sec5 .inner .slidewrap .prev {
    width: 20px;
    height: 20px;
    top: 50%;
    right: 0px;
    left: auto;
  }
  main section#sec5 .inner .itemthumb {
    width: 100%;
  }
  main section#sec5 .inner .itemthumb span.swiper-pagination-bullet {
    width: calc((100% - 25px) / 6);
    height: calc((100vw - 45px) / 6);
    background-size: cover;
  }
  main section#sec6 {
    width: 100%;
    margin-bottom: 150px;
  }
  main section#sec6 .block.b1 {
    width: calc(100% - 40px);
    margin: 0 auto 30px auto;
  }
  main section#sec6 .block.b1 dl {
    width: 100%;
  }
  main section#sec6 .block.b2, main section#sec6 .block.b3 {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec6 .block.b2:not(:last-child), main section#sec6 .block.b3:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#sec6 .block.b2 .b-left, main section#sec6 .block.b3 .b-left {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    left: auto;
    top: auto;
  }
  main section#sec6 .block.b2 .b-left .photo, main section#sec6 .block.b3 .b-left .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#sec6 .block.b2 .b-right, main section#sec6 .block.b3 .b-right {
    width: 100%;
    padding: 0px;
  }
  main section#sec6 .block.b2 .b-right .photo, main section#sec6 .block.b3 .b-right .photo {
    width: 100%;
    margin-bottom: 20px;
  }

  footer {
    padding: 100px 20px 40px 20px;
  }
  footer .inner {
    width: 100%;
  }
  footer .inner ul {
    margin-bottom: 25px;
  }
  footer .inner ul li {
    color: #111;
    font-family: bebas-neue-pro, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .inner p {
    color: #707070;
    font-family: bebas-neue-pro, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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