@charset "UTF-8";
@import url("https://use.typekit.net/ltk8iob.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 appear1 {
  0% {
    transform: rotate(-5deg) translateY(20px);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg) translateY(0px);
    opacity: 1;
  }
}
@keyframes appear2 {
  0% {
    transform: rotate(-2.5deg) translateY(30px);
    opacity: 0;
  }
  100% {
    transform: rotate(-5deg) translateY(0px);
    opacity: 1;
  }
}
@keyframes appear3 {
  0% {
    transform: rotate(2.5deg) translateY(20px);
    opacity: 0;
  }
  100% {
    transform: rotate(5deg) translateY(0px);
    opacity: 1;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: acumin-pro-condensed, 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: #D7CBB7;
}

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: 142px;
  height: 54px;
  background-image: url(../images/logo_2e.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% - 71px);
  top: calc(50% - 27px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  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: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
header .inner {
  width: 100%;
  padding: 20px 20px 0 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
header .inner h1 {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
header .inner ul::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-bottom: 15px;
  order: 2;
}
header .inner ul li {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
header .inner ul li:first-child {
  margin-bottom: 15px;
  order: 1;
}
header .inner ul li:last-child {
  order: 3;
}
header .inner ul li a {
  color: #000;
}
header .inner ul li a:hover {
  opacity: 0.7;
}

main {
  width: 100%;
  margin-bottom: 140px;
  position: relative;
  box-sizing: border-box;
}
main .visual {
  width: 100%;
  height: auto;
  padding: 110px 0;
  border-bottom: solid 1px #FFF;
  background-color: #D7CBB7;
}
main .visual .inner {
  width: 100%;
  padding: 0px;
}
main .visual .inner .title {
  width: 700px;
  margin: 0 auto 60px auto;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .visual .inner .title.on {
  opacity: 1;
}
main .visual .inner .title h2 {
  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: 700px;
  height: 382px;
}
main .visual .inner .photos {
  width: 1040px;
  margin: 0 auto 50px auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .visual .inner .photos div {
  width: 25%;
  opacity: 0;
}
main .visual .inner .photos div:nth-child(1) {
  transition: opacity 0.25s ease-in 0s;
}
main .visual .inner .photos div:nth-child(2) {
  transition: opacity 0.25s ease-in 0.2s;
}
main .visual .inner .photos div:nth-child(3) {
  transition: opacity 0.25s ease-in 0.4s;
}
main .visual .inner .photos div:nth-child(4) {
  transition: opacity 0.25s ease-in 0.6s;
}
main .visual .inner .photos div:nth-child(5) {
  transition: opacity 0.25s ease-in 0.6s;
}
main .visual .inner .photos div:nth-child(6) {
  transition: opacity 0.25s ease-in 0.4s;
}
main .visual .inner .photos div:nth-child(7) {
  transition: opacity 0.25s ease-in 0.2s;
}
main .visual .inner .photos div:nth-child(8) {
  transition: opacity 0.25s ease-in 0s;
}
main .visual .inner .photos div:nth-child(9) {
  transition: opacity 0.25s ease-in 0s;
}
main .visual .inner .photos div:nth-child(10) {
  transition: opacity 0.25s ease-in 0.2s;
}
main .visual .inner .photos div:nth-child(11) {
  transition: opacity 0.25s ease-in 0.4s;
}
main .visual .inner .photos div:nth-child(12) {
  transition: opacity 0.25s ease-in 0.6s;
}
main .visual .inner .photos.on div {
  opacity: 1;
}
main .visual .inner .lead {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .visual .inner .lead.on {
  opacity: 1;
}
main .visual .inner .lead h3 {
  background-image: url(../images/title_lead.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: 500px;
  height: 59px;
  margin-bottom: 100px;
}
main .visual .inner .lead p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
main .sec {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
main .sec:not(:last-child) {
  margin-bottom: 150px;
}
main .sec .headsec {
  width: 100%;
  padding: 100px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
main .sec .headsec.on h3 {
  opacity: 1;
  transform: translateX(0px);
}
main .sec .headsec.on .photo {
  opacity: 1;
  transform: translateX(0px);
}
main .sec .headsec h3 {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 5.2rem;
  letter-spacing: 0em;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.5s ease-out 0s;
}
main .sec .headsec h3:not(:last-child) {
  margin-bottom: 50px;
}
main .sec .headsec .photo {
  width: 500px;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.5s ease-out 0.5s;
}
main .sec .insec {
  width: 500px;
  padding: 100px 0;
  margin: 0 auto;
}
main .sec .insec:not(:last-child) {
  margin-bottom: 100px;
}
main .sec .insec .lineup {
  width: 100%;
  background-color: #000;
  padding: 0 1px 1px 1px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .sec .insec .lineup.on {
  opacity: 1;
}
main .sec .insec .lineup:first-child {
  padding-top: 1px;
}
main .sec .insec .lineup .photoset {
  width: 100%;
  margin-bottom: 1px;
  position: relative;
}
main .sec .insec .lineup .photoset::before {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
main .sec .insec .lineup .photoset.ps1::before {
  content: "01";
}
main .sec .insec .lineup .photoset.ps2::before {
  content: "02";
}
main .sec .insec .lineup .photoset.ps3::before {
  content: "03";
}
main .sec .insec .lineup .photoset.ps4::before {
  content: "04";
}
main .sec .insec .lineup .photoset.ps5::before {
  content: "05";
}
main .sec .insec .lineup .photoset.ps6::before {
  content: "06";
}
main .sec .insec .lineup .photoset.ps7::before {
  content: "07";
}
main .sec .insec .lineup .photoset.ps8::before {
  content: "08";
}
main .sec .insec .lineup .photoset.ps9::before {
  content: "09";
}
main .sec .insec .lineup .photoset.ps10::before {
  content: "10";
}
main .sec .insec .lineup .photoset.ps11::before {
  content: "11";
}
main .sec .insec .lineup .photoset.ps12::before {
  content: "12";
}
main .sec .insec .lineup .photoset button {
  width: 32px;
  height: 32px;
  background-color: transparent;
  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;
  padding: 0px;
  border: none;
  position: absolute;
  z-index: 3;
  display: block;
}
main .sec .insec .lineup .photoset button:hover {
  opacity: 0.7;
}
main .sec .insec .lineup .photoset button.slick-prev {
  top: calc(50% - 16px);
  left: 10px;
}
main .sec .insec .lineup .photoset button.slick-next {
  top: calc(50% - 16px);
  right: 10px;
  transform: rotate(180deg);
}
main .sec .insec .lineup .thumbset {
  width: 100%;
  margin-bottom: 1px;
}
main .sec .insec .lineup .thumbset .slick-list {
  margin-left: -1px;
}
main .sec .insec .lineup .thumbset .slick-list .slick-slide {
  padding: 0 0 0 1px;
}
main .sec .insec .lineup .thumbset .slick-list .slick-slide img {
  transition: all 0.25s ease-in 0s;
}
main .sec .insec .lineup .thumbset .slick-list .slick-slide:hover img {
  opacity: 0.8;
}
main .sec .insec .lineup .text {
  width: 100%;
}
main .sec .insec .lineup .text .intext {
  padding: 15px;
  width: 100%;
  background-color: #FFF;
}
main .sec .insec .lineup .text .intext .wrap {
  transition: height 0.25s ease-in;
  overflow: hidden;
}
main .sec .insec .lineup .text .intext .wrap > dl {
  text-align: left;
}
main .sec .insec .lineup .text .intext .wrap > dl:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec .lineup .text .intext .wrap > dl > dt {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main .sec .insec .lineup .text .intext .wrap > dl > dd {
  color: #000;
  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;
}
main .sec .insec .lineup .text .intext .wrap .credits:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec .lineup .text .intext .wrap .credits > div {
  width: 100%;
}
main .sec .insec .lineup .text .intext .wrap .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
main .sec .insec .lineup .text .intext .wrap .credits > div.accordion {
  padding-bottom: 40px;
  display: none;
}
main .sec .insec .lineup .text .intext .wrap .credits > div.accordion > div:not(:last-child) {
  margin-bottom: 10px;
}
main .sec .insec .lineup .text .intext .wrap .credits .item-d-none dl dd.items__buy {
  display: none;
}
main .sec .insec .lineup .text .intext .wrap .credits .item-d-none dl dd.linelink {
  width: auto;
  display: inline-block;
}
main .sec .insec .lineup .text .intext .wrap .credits .item-d-none dl dd.linelink a {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
}
main .sec .insec .lineup .text .intext .wrap .credits .item-d-none dl dd.linelink a:hover {
  opacity: 0.7;
}
main .sec .insec .lineup .text .intext .wrap .credits dl {
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec .lineup .text .intext .wrap .credits dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec .lineup .text .intext .wrap .credits dl dt strong {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .lineup .text .intext .wrap .credits dl dt strong:nth-child(2) {
  font-weight: 500;
  padding: 0 0 0 5px;
  display: inline-block;
}
main .sec .insec .lineup .text .intext .wrap .credits dl dt strong:nth-child(2)::before {
  content: "/";
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin: 0 5px 0 0;
  display: inline-block;
}
main .sec .insec .lineup .text .intext .wrap .credits dl dt strong span {
  font-weight: 500;
  display: inline-block;
  padding: 0 0 0 5px;
}
main .sec .insec .lineup .text .intext .wrap .credits dl dt strong span.items__price::after {
  content: "(TAX IN)";
  padding: 0 0 0 5px;
}
main .sec .insec .lineup .text .intext .wrap .credits dl dt span.inf {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin: 0 0 0 5px;
  display: inline-block;
}
main .sec .insec .lineup .text .intext .wrap .credits dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .lineup .text .intext .wrap .credits dl dd span {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main .sec .insec .lineup .text .intext .wrap .credits dl dd.items__buy {
  width: 45px;
  margin: 0px;
}
main .sec .insec .lineup .text .intext .wrap .credits dl dd.items__buy a {
  color: #FFF;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 0.7;
  letter-spacing: 0em;
  width: 100%;
  height: 20px;
  background-color: #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-in;
}
main .sec .insec .lineup .text .intext .wrap .credits dl dd.items__buy a:hover {
  background-color: #999999;
}
main .sec .insec .lineup .text .intext .wrap .credits dl dd.items__buy a:not([href]) {
  display: none;
}
main .sec .insec .lineup .text .intext .wrap .credits dl dd.items__buy a:not([href]) + a.linelink {
  display: inline-block;
}
main .sec .insec .lineup .text .intext .wrap .credits dl dd.items__buy a[href] + a.linelink {
  display: none;
}
main .sec .insec .lineup .text .intext .wrap .credits dl dd.linelink {
  display: none;
}
main .sec .insec .lineup .text .intext .more {
  width: 100%;
  height: 25px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}
main .sec .insec .lineup .text .intext .more:hover div {
  opacity: 0.7;
}
main .sec .insec .lineup .text .intext .more.on::before {
  opacity: 0;
  pointer-events: none;
}
main .sec .insec .lineup .text .intext .more.on div::before {
  transform: rotate(180deg);
}
main .sec .insec .lineup .text .intext .more::before {
  content: "";
  width: 100%;
  height: 40px;
  background-image: url(../images/gradation.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 0px;
  z-index: 1;
  pointer-events: auto;
  display: block;
  transition: all 0.25s ease-in 0s;
}
main .sec .insec .lineup .text .intext .more div {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
main .sec .insec .lineup .text .intext .more div::before {
  content: "";
  background-image: url(../images/triangle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 8px;
  height: 7px;
  position: relative;
  display: block;
}
main .sec .insec .lineup .text .intext .more div span {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
  display: inline-block;
}
main .sec#sec1 .headsec {
  background-color: #D7CBB7;
}
main .sec#sec2 .headsec {
  background-color: #F59F0F;
}
main .sec#sec3 .headsec {
  background-color: #D7CBB7;
}
main .sec#sec4 .headsec {
  background-color: #482E24;
}
main .info {
  width: 100%;
  margin: 0 auto;
}
main .info .ininfo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .info .ininfo h4 {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 50px;
}
main .info .ininfo .infotext {
  margin-bottom: 40px;
}
main .info .ininfo .infotext p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
main .info .ininfo .infotext p:not(:last-child) {
  margin-bottom: 30px;
}
main .info .ininfo .infotext p.notice {
  color: #000;
  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 .info .ininfo .btn {
  width: 300px;
}
main .info .ininfo .btn a {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 40px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #000;
  transition: all 0.25s ease-in 0s;
}
main .info .ininfo .btn a:hover {
  opacity: 0.8;
}

.pgtop {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pgtop a {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
}
.pgtop a:hover {
  opacity: 0.7;
}

footer {
  text-align: left;
  width: 100%;
  padding: 70px 0;
  margin: 0 auto;
  background-color: #D7CBB7;
}
footer .infoot {
  width: calc(100% - 140px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
  margin-bottom: 30px;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .infoot ul li a, footer .infoot ul li span {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
footer .infoot ul li a:hover, footer .infoot ul li span:hover {
  text-decoration: underline;
}
footer .infoot p span {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}

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

  header .inner {
    padding: 15px 15px 0 15px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  header .inner h1 {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  header .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  header .inner ul::before {
    content: "";
    width: 1px;
    height: auto;
    margin: 0 0 0 7px;
  }
  header .inner ul li {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  header .inner ul li:first-child {
    margin: 0px;
  }
  header .inner ul li:last-child {
    margin-left: 7px;
  }
  header .inner ul li a:hover {
    opacity: 1;
  }

  main {
    margin-bottom: 80px;
  }
  main .visual {
    width: 100%;
    height: auto;
    padding: 70px 0;
  }
  main .visual .inner .title {
    width: 262px;
    margin: 0 auto 40px auto;
  }
  main .visual .inner .title h2 {
    width: 262px;
    height: 143px;
  }
  main .visual .inner .photos {
    width: calc(100% - 30px);
    margin: 0 auto 20px auto;
  }
  main .visual .inner .lead {
    width: calc(100% - 70px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .visual .inner .lead h3 {
    width: 250px;
    height: 30px;
    margin-bottom: 40px;
  }
  main .visual .inner .lead p {
    color: #000;
    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 .sec:not(:last-child) {
    margin-bottom: 0px;
  }
  main .sec .headsec {
    padding: 50px 0 0 0;
  }
  main .sec .headsec h3 {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 5.2rem;
    letter-spacing: 0em;
  }
  main .sec .headsec h3:not(:last-child) {
    margin-bottom: 40px;
  }
  main .sec .headsec .photo {
    width: 100%;
  }
  main .sec .insec {
    width: calc(100% - 20px);
    padding: 10px 0;
    margin: 0 auto;
  }
  main .sec .insec:not(:last-child) {
    margin-bottom: 100px;
  }
  main .sec .insec .lineup .photoset::before {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    top: 10px;
    left: 10px;
  }
  main .sec .insec .lineup .photoset button {
    width: 24px;
    height: 24px;
  }
  main .sec .insec .lineup .photoset button:hover {
    opacity: 1;
  }
  main .sec .insec .lineup .photoset button.slick-prev {
    top: calc(50% - 12px);
    left: 5px;
  }
  main .sec .insec .lineup .photoset button.slick-next {
    top: calc(50% - 12px);
    right: 5px;
  }
  main .sec .insec .lineup .text {
    width: 100%;
  }
  main .sec .insec .lineup .text .intext {
    padding: 15px;
  }
  main .sec .insec .lineup .text .intext .wrap {
    transition: height 0.25s ease-in;
    overflow: hidden;
  }
  main .sec .insec .lineup .text .intext .wrap > dl {
    text-align: left;
  }
  main .sec .insec .lineup .text .intext .wrap > dl:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec .insec .lineup .text .intext .wrap > dl > dt {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 2.6rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main .sec .insec .lineup .text .intext .wrap > dl > dd {
    color: #000;
    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;
  }
  main .sec .insec .lineup .text .intext .wrap .credits:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec .insec .lineup .text .intext .wrap .credits > div {
    width: 100%;
  }
  main .sec .insec .lineup .text .intext .wrap .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  main .sec .insec .lineup .text .intext .wrap .credits > div.accordion {
    padding-bottom: 40px;
    display: none;
  }
  main .sec .insec .lineup .text .intext .wrap .credits > div.accordion > div:not(:last-child) {
    margin-bottom: 10px;
  }
  main .sec .insec .lineup .text .intext .wrap .credits .item-d-none dl dd.linelink a {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .insec .lineup .text .intext .wrap .credits .item-d-none dl dd.linelink a:hover {
    opacity: 1;
  }
  main .sec .insec .lineup .text .intext .wrap .credits dl {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .sec .insec .lineup .text .intext .wrap .credits dl dt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec .lineup .text .intext .wrap .credits dl dt strong {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .insec .lineup .text .intext .wrap .credits dl dt strong:nth-child(2)::before {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .insec .lineup .text .intext .wrap .credits dl dt span.inf {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    margin: 5px 0 0 0;
    display: inline-block;
  }
  main .sec .insec .lineup .text .intext .wrap .credits dl dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec .lineup .text .intext .wrap .credits dl dd span {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  main .sec .insec .lineup .text .intext .wrap .credits dl dd.items__buy {
    width: 45px;
    margin: 0px;
  }
  main .sec .insec .lineup .text .intext .wrap .credits dl dd.items__buy a {
    color: #FFF;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 0.7;
    letter-spacing: 0em;
    width: 100%;
    height: 20px;
  }
  main .sec .insec .lineup .text .intext .wrap .credits dl dd.items__buy a:hover {
    background-color: #000;
  }
  main .sec .insec .lineup .text .intext .more {
    width: 100%;
    height: 25px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
  }
  main .sec .insec .lineup .text .intext .more:hover div {
    opacity: 0.7;
  }
  main .sec .insec .lineup .text .intext .more.on::before {
    opacity: 0;
    pointer-events: none;
  }
  main .sec .insec .lineup .text .intext .more.on div::before {
    transform: rotate(180deg);
  }
  main .sec .insec .lineup .text .intext .more::before {
    content: "";
    width: 100%;
    height: 30px;
    background-image: url(../images/gradation.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: contain;
    position: absolute;
    top: -30px;
    left: 0px;
    z-index: 1;
    pointer-events: auto;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  main .sec .insec .lineup .text .intext .more div {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.25s ease-in 0s;
    cursor: pointer;
  }
  main .sec .insec .lineup .text .intext .more div::before {
    content: "";
    background-image: url(../images/triangle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 8px;
    height: 7px;
    position: relative;
    display: block;
  }
  main .sec .insec .lineup .text .intext .more div span {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 5px;
    display: inline-block;
  }
  main .sec#sec4 {
    margin-bottom: 70px;
  }
  main .info {
    width: calc(100% - 40px);
  }
  main .info .ininfo h4 {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
  main .info .ininfo .infotext {
    margin-bottom: 40px;
  }
  main .info .ininfo .infotext p {
    text-align: left;
  }
  main .info .ininfo .infotext p br {
    display: none;
  }
  main .info .ininfo .btn {
    width: 100%;
  }
  main .info .ininfo .btn a:hover {
    opacity: 1;
  }

  .pgtop {
    margin-bottom: 15px;
  }
  .pgtop a {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  .pgtop a:hover {
    opacity: 1;
  }

  footer {
    text-align: left;
    width: 100%;
    padding: 40px 0;
  }
  footer .infoot {
    width: calc(100% - 20px);
  }
  footer .infoot ul {
    margin-bottom: 20px;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .infoot ul li a, footer .infoot ul li span {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot p span {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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