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

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

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

a {
  color: #333;
  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: 50px;
  height: 111px;
  background-image: url(../images/logo_side.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% - 55px);
  left: calc(50% - 25px);
}
#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: #333;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

/* common credits------ */
.hum {
  width: 30px;
  position: fixed;
  top: 50px;
  right: calc(50% - 620px);
  cursor: pointer;
  z-index: 999;
}
.hum:hover > div span {
  background-color: #666666;
}
.hum.on > div span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg);
}
.hum.on > div span:nth-child(2) {
  opacity: 0;
}
.hum.on > div span:nth-child(3) {
  top: 10px;
  transform: rotate(-135deg);
}
.hum > div {
  width: 100%;
  height: 30px;
}
.hum > div span {
  width: 100%;
  height: 4px;
  background-color: #333;
  display: block;
  position: absolute;
  left: 0px;
  transition: all 0.2s ease-in;
}
.hum > div span:nth-child(1) {
  top: 0px;
}
.hum > div span:nth-child(2) {
  top: 10px;
}
.hum > div span:nth-child(3) {
  top: 20px;
}

nav {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 777;
  opacity: 0;
  transition: all 0.25s ease-in 0s;
  pointer-events: none;
}
nav.on {
  opacity: 1;
  pointer-events: auto;
}
nav .inner {
  width: 100%;
  padding: 70px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
nav .inner h2 {
  width: 50px;
  height: 111px;
  background-image: url(../images/logo_side.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: 50px;
}
nav .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 150px;
}
nav .inner ul li:not(:last-child) {
  margin-bottom: 30px;
}
nav .inner ul li a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.25s ease-in 0s;
}
nav .inner ul li a:hover {
  opacity: 0.7;
}
nav .inner ul li span {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
nav .inner ul li:nth-child(1) span {
  background-image: url(../images/title_menu02.png);
  width: 474px;
  height: 57px;
}
nav .inner ul li:nth-child(2) a {
  background-image: url(../images/title_menu01.png);
  width: 234px;
  height: 57px;
}
nav .inner dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
nav .inner dl dt {
  color: #333;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
nav .inner dl dd:not(:last-child) {
  margin-bottom: 10px;
}
nav .inner dl dd a {
  color: #333;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
nav .inner dl dd a:hover {
  color: #666666;
}

.credits > div {
  text-align: left;
  width: 100%;
}
.credits > div:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 2px 1px;
}
.credits > div.item-d-none dl dt {
  width: auto;
}
.credits > div.item-d-none dl dd {
  width: auto;
}
.credits > div.item-d-none dl dd a {
  display: none;
}
.credits > div.item-d-none dl dd span {
  color: #333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 4px 0;
  display: inline-block;
}
.credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.credits > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt strong {
  color: #333;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
.credits > div dl dt strong:not(:first-child) {
  margin-left: 5px;
}
.credits > div dl dt span {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
.credits > div dl dt span:not(:first-child) {
  margin-left: 5px;
}
.credits > div dl dd a {
  color: #FFF;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  padding: 5px 5px 2px 5px;
  background-color: #333;
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd a:hover {
  opacity: 0.7;
}

/* -------------------- */
#visual {
  width: 100%;
  padding: 75px 0 0 0;
  margin-bottom: 120px;
}
#visual.on .inner h2 {
  opacity: 1;
}
#visual.on .inner .photo div {
  opacity: 1;
}
#visual .inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
#visual .inner .title {
  width: 70px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: calc(50% - 520px - 115px);
}
#visual .inner .title h1 {
  width: 50px;
  height: 111px;
  background-image: url(../images/logo_side.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: 30px;
}
#visual .inner .title h2 {
  width: 40px;
  height: 380px;
  background-image: url(../images/title_side.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: 30px;
}
#visual .inner .title h3 {
  width: 70px;
  height: 70px;
  background-image: url(../images/volume_side.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#visual .inner .photo {
  width: 1040px;
}

#lead {
  width: 100%;
}
#lead:not(:last-child) {
  margin-bottom: 170px;
}
#lead .inner {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#lead .inner .text {
  text-align: left;
  width: calc(100% - 280px);
}
#lead .inner .text p {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
#lead .inner .text p:not(:last-child) {
  margin-bottom: 40px;
}
#lead .inner .movie {
  width: 280px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#lead .inner .movie > div {
  width: 100%;
  margin-bottom: 10px;
}
#lead .inner .movie > div video {
  width: 100%;
  height: auto;
}
#lead .inner .movie dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#lead .inner .movie dl dt {
  color: #333;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
#lead .inner .movie dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
}
#lead .inner .movie dl dd span {
  color: #333;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
#lead .inner .movie dl dd span.on {
  text-decoration: line-through;
}
#lead .inner .movie dl dd span:not(:first-child) {
  margin-left: 5px;
}

main {
  width: 100%;
  padding-bottom: 120px;
  border-bottom: solid 1px #333;
  position: relative;
  box-sizing: border-box;
}
main .sec {
  width: 100%;
  padding: 0px;
}
main .sec:not(:last-child) {
  margin-bottom: 200px;
}
main .sec.on .insec {
  opacity: 1;
}
main .sec .insec {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-out 0.1s;
}
main .sec .insec .deco {
  width: 300px;
}
main .sec .insec .deco:not(:last-child) {
  margin-bottom: 300px;
}
main .sec .insec .single {
  width: 500px;
}
main .sec .insec .single:not(:last-child) {
  margin-bottom: 125px;
}
main .sec .insec .single.wide {
  width: 1040px;
}
main .sec .insec .single.wide .pair {
  width: 100%;
}
main .sec .insec .single.wide .pair:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec .single.wide .credits {
  width: 500px;
}
main .sec .insec .single .photo {
  width: 100%;
}
main .sec .insec .single .photo:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec ul.pset {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
main .sec .insec ul.pair {
  width: 1040px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .sec .insec ul.pair:not(:last-child) {
  margin-bottom: 200px;
}
main .sec .insec ul.pair li {
  width: 500px;
}
main .sec .insec .endcredit {
  width: 400px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec .endcredit .ph {
  width: 100%;
  margin-bottom: 50px;
}
main .sec .insec .endcredit h3 {
  width: 320px;
  height: 34px;
  background-image: url(../images/title_last.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: 30px;
}
main .sec .insec .endcredit p {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
}
main .sec .insec .endcredit p:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec .endcredit p.link:not(:last-child) {
  margin-bottom: 100px;
}
main .sec .insec .endcredit p.link a {
  font-weight: 700;
}
main .sec#sec9:not(:last-child) {
  margin-bottom: 150px;
}
main .sec#sec10 {
  width: 100%;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 2px 1px;
  padding: 200px 0 125px 0;
}
main .sec#sec10 .insec .present {
  text-align: left;
  width: 400px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec10 .insec .present h4 {
  color: #333;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 50px;
}
main .sec#sec10 .insec .present h5 {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  letter-spacing: 0em;
  width: 100%;
}
main .sec#sec10 .insec .present h5:not(:last-child) {
  margin-bottom: 20px;
}
main .sec#sec10 .insec .present p {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
  width: 100%;
}
main .sec#sec10 .insec .present p:not(:last-child) {
  margin-bottom: 20px;
}
main .sec#sec10 .insec .present dl {
  width: 100%;
}
main .sec#sec10 .insec .present dl:not(:last-child) {
  margin-bottom: 20px;
}
main .sec#sec10 .insec .present dl dt {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main .sec#sec10 .insec .present dl dd {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0em;
}
main .sec#sec10 .insec .present .ph {
  width: 100%;
  margin-bottom: 30px;
}

footer {
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
footer .pgtop {
  width: 100%;
  border-bottom: solid 1px #333;
}
footer .pgtop a {
  color: #333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  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% - 60px);
  padding: 120px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .infoot h4 {
  color: #333;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
footer .infoot ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
footer .infoot ul:not(:last-child) {
  margin-bottom: 80px;
}
footer .infoot ul li {
  width: 33px;
}
footer .infoot ul li:not(:first-child) {
  margin-left: 10px;
}
footer .infoot ul li:nth-child(1) a {
  background-image: url(../images/icon_fb.png);
}
footer .infoot ul li:nth-child(2) a {
  background-image: url(../images/icon_twit.png);
}
footer .infoot ul li:nth-child(3) a {
  background-image: url(../images/icon_insta.png);
}
footer .infoot ul li:nth-child(4) a {
  background-image: url(../images/icon_youtube.png);
}
footer .infoot ul li a {
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.25s ease-in 0s;
}
footer .infoot ul li a:hover {
  opacity: 0.7;
}
footer .infoot p {
  color: #333;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

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

  #loader .bar {
    height: 10px;
  }

  .hum {
    width: 20px;
    top: 15px;
    right: 15px;
  }
  .hum:hover > div span {
    background-color: #666666;
  }
  .hum.on > div span:nth-child(1) {
    top: 8px;
  }
  .hum.on > div span:nth-child(3) {
    top: 8px;
  }
  .hum > div {
    height: 20px;
  }
  .hum > div span {
    height: 3px;
  }
  .hum > div span:nth-child(1) {
    top: 0px;
  }
  .hum > div span:nth-child(2) {
    top: 8px;
  }
  .hum > div span:nth-child(3) {
    top: 16px;
  }

  nav .inner {
    width: 100%;
    padding: 80px 15px 15px 15px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  nav .inner ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 120px;
  }
  nav .inner ul li {
    width: 100%;
  }
  nav .inner ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  nav .inner ul li a:hover {
    opacity: 1;
  }
  nav .inner ul li:nth-child(1) span {
    width: 100%;
    height: calc((100vw - 30px) * 0.12);
  }
  nav .inner ul li:nth-child(2) a {
    background-image: url(../images/title_menu01.png);
    width: 100%;
    height: calc((100vw - 30px) * 0.12);
  }
  nav .inner dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  nav .inner dl dt {
    color: #333;
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
  }
  nav .inner dl dd a {
    color: #333;
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  nav .inner dl dd a:hover {
    color: #333;
  }

  .credits > div {
    text-align: left;
    width: 100%;
  }
  .credits > div:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 2px 1px;
  }
  .credits > div.item-d-none dl dt {
    width: auto;
  }
  .credits > div.item-d-none dl dd {
    width: auto;
  }
  .credits > div.item-d-none dl dd a {
    display: none;
  }
  .credits > div.item-d-none dl dd span {
    color: #333;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 4px 0;
    display: inline-block;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .credits > div dl dt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt strong {
    color: #333;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  .credits > div dl dt strong:not(:last-child) {
    margin-bottom: 5px;
  }
  .credits > div dl dt strong:not(:first-child) {
    margin-left: 5px;
  }
  .credits > div dl dt strong:not(:first-child):last-child {
    width: 100%;
    margin-left: 0px;
  }
  .credits > div dl dt span {
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  .credits > div dl dt span:not(:last-child) {
    margin-bottom: 5px;
  }
  .credits > div dl dt span:not(:first-child) {
    margin-left: 5px;
  }
  .credits > div dl dt span:not(:first-child):last-child {
    width: 100%;
    margin-left: 0px;
  }
  .credits > div dl dd a {
    color: #FFF;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding: 5px 5px 2px 5px;
    background-color: #333;
    display: inline-block;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div dl dd a:hover {
    opacity: 0.7;
  }

  /* -------------------- */
  #visual {
    width: 100%;
    padding: 15px 0 0 0;
    margin-bottom: 40px;
  }
  #visual .inner {
    width: calc(100% - 120px);
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  #visual .inner .title {
    width: 30px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: calc(50% - 50vw + 15px);
  }
  #visual .inner .title h1 {
    width: 30px;
    height: 67px;
    margin-bottom: 15px;
  }
  #visual .inner .title h2 {
    width: 20px;
    height: 190px;
    margin-bottom: 15px;
  }
  #visual .inner .title h3 {
    width: 30px;
    height: 30px;
  }
  #visual .inner .photo {
    width: 100%;
  }

  #lead:not(:last-child) {
    margin-bottom: 50px;
  }
  #lead .inner {
    width: calc(100% - 120px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #lead .inner .text {
    width: 100%;
    margin-bottom: 40px;
  }
  #lead .inner .text p {
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
  #lead .inner .text p:not(:last-child) {
    margin-bottom: 20px;
  }
  #lead .inner .text p br {
    display: none;
  }
  #lead .inner .movie {
    width: 100%;
  }
  #lead .inner .movie dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #lead .inner .movie dl dt {
    color: #333;
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  #lead .inner .movie dl dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 10px;
  }
  #lead .inner .movie dl dd span {
    color: #333;
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  #lead .inner .movie dl dd span.on {
    text-decoration: line-through;
  }
  #lead .inner .movie dl dd span:not(:first-child) {
    margin-left: 5px;
  }

  main {
    width: 100%;
    padding-bottom: 80px;
    border-bottom: solid 1px #333;
    position: relative;
    box-sizing: border-box;
  }
  main .sec {
    width: 100%;
    padding: 0px;
  }
  main .sec:not(:last-child) {
    margin-bottom: 100px;
  }
  main .sec.on .insec {
    opacity: 1;
  }
  main .sec .insec {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease-out 0.1s;
  }
  main .sec .insec .deco {
    width: calc(100% - 200px);
  }
  main .sec .insec .deco:not(:last-child) {
    margin-bottom: 150px;
  }
  main .sec .insec .single {
    width: calc(100% - 30px);
  }
  main .sec .insec .single:not(:last-child) {
    margin-bottom: 50px;
  }
  main .sec .insec .single.wide {
    width: calc(100% - 30px);
  }
  main .sec .insec .single.wide .pair {
    width: 100%;
  }
  main .sec .insec .single.wide .pair:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec .insec .single.wide .credits {
    width: 100%;
  }
  main .sec .insec .single .photo {
    width: 100%;
  }
  main .sec .insec .single .photo:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec .insec ul.pset {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec ul.pset li {
    width: 100%;
    position: sticky;
    top: 0px;
  }
  main .sec .insec ul.pair {
    width: calc(100% - 30px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec ul.pair:not(:last-child) {
    margin-bottom: 100px;
  }
  main .sec .insec ul.pair li {
    width: 100%;
  }
  main .sec .insec ul.pair li:not(:last-child) {
    margin-bottom: 15px;
  }
  main .sec .insec .endcredit {
    width: calc(100% - 110px);
  }
  main .sec .insec .endcredit .ph {
    width: 100%;
    margin-bottom: 30px;
  }
  main .sec .insec .endcredit h3 {
    width: 100%;
    height: calc((100vw - 110px) * 0.16);
    margin-bottom: 30px;
  }
  main .sec .insec .endcredit p {
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: left;
    width: 100%;
  }
  main .sec .insec .endcredit p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec .insec .endcredit p.link:not(:last-child) {
    margin-bottom: 50px;
  }
  main .sec .insec .endcredit p.link a {
    font-weight: 700;
  }
  main .sec#sec5 .insec .pair {
    margin-bottom: 15px;
  }
  main .sec#sec9:not(:last-child) {
    margin-bottom: 65px;
  }
  main .sec#sec10 {
    padding: 75px 0 0 0;
  }
  main .sec#sec10 .insec .present {
    width: calc(100% - 110px);
  }
  main .sec#sec10 .insec .present h4 {
    color: #333;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 30px;
  }
  main .sec#sec10 .insec .present h5 {
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main .sec#sec10 .insec .present h5:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec#sec10 .insec .present p {
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    width: 100%;
  }
  main .sec#sec10 .insec .present p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec#sec10 .insec .present dl {
    width: 100%;
  }
  main .sec#sec10 .insec .present dl:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec#sec10 .insec .present dl dt {
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main .sec#sec10 .insec .present dl dd {
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0em;
  }
  main .sec#sec10 .insec .present .ph {
    width: 100%;
    margin-bottom: 20px;
  }

  footer .pgtop {
    width: 100%;
    border-bottom: solid 1px #333;
  }
  footer .pgtop a {
    color: #333;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.6rem;
    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% - 30px);
    padding: 60px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .infoot h4 {
    color: #333;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  footer .infoot ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  footer .infoot ul:not(:last-child) {
    margin-bottom: 70px;
  }
  footer .infoot ul li {
    width: 33px;
  }
  footer .infoot ul li:not(:first-child) {
    margin-left: 10px;
  }
  footer .infoot ul li a {
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    transition: all 0.25s ease-in 0s;
  }
  footer .infoot ul li a:hover {
    opacity: 0.7;
  }
  footer .infoot p {
    color: #333;
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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