@charset 'UTF-8';
html {
  font-size: 62.5%;
}
@media only screen and (min-width: 960px) {
  html {
    font-size: 70.3%;
  }
}

body {
  background-color: #111;
  color: white;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  position: relative;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
@media only screen and (min-width: 960px) {
  body {
    min-width: 960px;
  }
}

a {
  color: #ffff19;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
@media only screen and (min-width: 960px) {
  a:hover {
    text-decoration: underline;
  }
  a:hover img {
    opacity: .8;
  }
}

section {
  padding: 4.8rem 0;
}
@media only screen and (min-width: 960px) {
  section {
    padding: 7.2rem 0;
  }
}

.-pc {
  display: none !important;
}
@media only screen and (min-width: 960px) {
  .-pc {
    display: block !important;
  }
}

@media only screen and (min-width: 960px) {
  .-sp {
    display: none !important;
  }
}

/* Contents
   ========================================================================== */
.main {
  background: url('https://m.imageimg.net/upload/artist_img/DIVEX/184fa77c2553ebcedf5dc9e6d6cef3a0f13e1168_5d8ca73f2ef46.jpg') center center no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 85vh;
}
@media only screen and (min-width: 960px) {
  .main {
    height: 85vh;
  }
}
.main__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%; 

  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
  -webkit-box-pack: center;
  -ms-flex-align: end;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.main__content p {
  color: white;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  line-height: 4.8rem;
  padding-bottom: 1vh;
}
.main__content p:after {
  background-color: white;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 2vh;
}
@media only screen and (min-width: 960px) {
  .main {
    background: url('https://m.imageimg.net/upload/artist_img/DIVEX/0fe3c35a46335b80b70999161048e5d76ca3cf64_5d8cac92c15cf.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
  }
}

.contents {
  position: relative;
  top: 80vh;
  z-index: 1;
}
@media only screen and (min-width: 960px) {
  .contents {
    position: static;
    top: 85vh;
  }
}

/* about */
.about {
  background-color: black;
}
.about__content {
  margin: 0 auto;
  padding: 3.6rem 1.2rem;
  padding: 0 1.2rem; 
  width: 95%;
}
@media only screen and (min-width: 960px) {
  .about__content {
    padding: 0 4.8rem;
    width: 960px;
  }
}
.about h2 {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif; 
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .5rem;
  padding-bottom: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .about h2 {
    font-size: 3.2rem;
    padding-bottom: 4.8rem;
  }
}
.about h2 span {
  font-size: 1.4rem;
}
@media only screen and (min-width: 960px) {
  .about h2 {
    padding: 0 4.8rem 2.4rem;
  }
}
.about p {
  font-weight: 400;
  text-align: left;
  /*  text-align: center;*/
}
.about figure {
  padding-bottom: 1.2rem;
}
.about figcaption {
  font-size: 1.4rem; 
  padding-bottom: 2.4rem;
  text-align: center;
}
.about h3 {
  color: white;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.84rem;
  padding: 2.4rem 0;
  text-align: center;
}
.about h3 span {
  display: block; 
  font-size: 1.6rem;
  line-height: 2.88rem;
}
.about__em {
  color: #ffff19;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: normal; 
  padding-bottom: 4.8rem;
}
.about__btn {
  background-color: #ffff19;
  border-radius: 2.4rem;
  color: #111;
  display: block;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 4.8rem;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 95%;
}
.about__btn:hover {
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .about__btn:hover {
    background-color: #ffff7f;
    color: #111;
    cursor: pointer;
  }
}
@media only screen and (min-width: 960px) {
  .about__btn {
    width: 400px;
  }
}
.about dl {
  border-bottom: 1px solid #111;
  padding: 1.8rem 0;
}
.about dt {
  color: #ffff19;
  font-weight: 700;
}
.about dd:nth-last-of-type(-n+4) {
  margin: 1.8rem 0 0 0;
}
.about dd:nth-last-of-type(-n+4) span {
  font-weight: 700;
}
.about dd:nth-last-of-type(-n+4) img {
  max-width: 20rem;
}
.about div.xrliveWrap {
  margin-top: 2.4rem;
}
@media only screen and (min-width: 468px) {
  .about div.xrliveWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.about dl.xrlive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2rem;
  padding: 0; 

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 960px) {
  .about dl.xrlive {
    width: 48%; 

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.about dl.xrlive dt {
  background: #ffff19;
  color: black;
  position: relative; 
  text-align: center;
  vertical-align: middle;
  min-width: 8rem;
  max-width: 25vw;
  min-height: 8rem;
  max-height: 25vw;
}
@media only screen and (min-width: 960px) {
  .about dl.xrlive dt {
    width: 8rem;
    height: 8rem;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.about dl.xrlive dt p {
  font-weight: 700;
  position: absolute;
  text-align: center; 
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
}
.about dl.xrlive dd {
  margin: 0 0 0 1.2rem;

  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
@media only screen and (min-width: 960px) {
  .about dl.xrlive dd {
    width: auto;

    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
}
.about .-s {
  font-size: 1.2rem;
  line-height: 1.92rem; 
  padding-top: 2.4rem;
}

.dive {
  background-color: black; 
  visibility: visible;
}
.dive__content {
  margin: 0 auto;
  padding: 3.6rem 1.2rem;
  width: 95%;
}
@media only screen and (min-width: 960px) {
  .dive__content {
    padding: 0 4.8rem;
    width: 960px;
  }
}
.dive h2 {
  color: #ffff19;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif; 
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .5rem;
  line-height: 2.88rem;
  padding-bottom: 2.4rem;
  padding-bottom: 0 !important;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .dive h2 {
    font-size: 3.2rem;
    padding-bottom: 4.8rem;
  }
}
.dive h2 img {
  padding-bottom: 2rem; 
  width: 30rem;
}
.dive h2 span {
  color: white; 
  font-size: 1.8rem;
  line-height: .48rem !important;
}

/* about */
.concept {
  background-color: black;
}
.concept__content {
  font-size: 1.6rem; 
  margin: 0 auto;
  padding: 3.6rem 1.2rem;
  width: 95%;
}
@media only screen and (min-width: 960px) {
  .concept__content {
    padding: 0 4.8rem;
    width: 960px;
  }
}
.concept h2 {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif; 
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .5rem;
  padding-bottom: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .concept h2 {
    font-size: 3.2rem;
    padding-bottom: 4.8rem;
  }
}
.concept h2 span {
  font-size: 1.4rem;
}
.concept p {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  /*  text-align: center;*/
}
.concept__em {
  color: #ffff19;
  font-weight: 700;
  font-style: normal; 
  padding-bottom: 4.8rem;
}
.concept__btn {
  background-color: #ffff19;
  border-radius: 2.4rem;
  color: #111;
  display: block;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 4.8rem;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 95%;
}
.concept__btn:hover {
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .concept__btn:hover {
    background-color: #ffff7f;
    color: #111;
    cursor: pointer;
  }
}
@media only screen and (min-width: 960px) {
  .concept__btn {
    width: 400px;
  }
}
.concept dl {
  border-bottom: 1px solid #111;
  padding: 1.8rem 1.2rem;
}
.concept dt {
  color: #ffff19;
  font-weight: 700;
}
.concept dd:nth-last-of-type(-n+4) {
  margin: 1.8rem 0 0 0;
}

/* about */
.notice {
  background-color: black;
  font-size: 1.2rem;
}
.notice__content {
  margin: 0 auto;
  padding: 3.6rem 1.2rem;
  width: 95%;
}
@media only screen and (min-width: 960px) {
  .notice__content {
    padding: 0 4.8rem;
    width: 960px;
  }
}
.notice h2 {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif; 
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .5rem;
  padding-bottom: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .notice h2 {
    font-size: 3.2rem;
    padding-bottom: 4.8rem;
  }
}
.notice h2 span {
  font-size: 1.4rem;
}
.notice p {
  font-weight: 400;
  padding-bottom: 2.4rem;
  text-align: center;
}
.notice p span {
  font-size: 1.6rem; 
  font-weight: 700;
}
.notice p span img.playguid {
  width: 20rem;
}
.notice ul {
  padding: 0 1.2rem 4.8rem;
}
.notice li {
  text-indent: -1.3rem;
}
.notice li::before {
  content: '※';
}
.notice .noticeBox {
  background: #222;
  margin-bottom: 4.8rem; 
  padding: 2.4rem 1.2rem 0;
  width: 100%;
}
.notice .noticeBox li::before {
  content: '・';
}
.notice .noticeBox li:last-child::before {
  content: '※';
}
.notice__em {
  color: #ffff19;
  font-weight: 700;
  font-style: normal; 
  padding-bottom: 4.8rem;
}
.notice__btn {
  background-color: #ffff19;
  border-radius: 2.4rem;
  color: #111;
  display: block;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 4.8rem;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 95%;
}
.notice__btn:hover {
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .notice__btn:hover {
    background-color: #ffff7f;
    color: #111;
    cursor: pointer;
  }
}
@media only screen and (min-width: 960px) {
  .notice__btn {
    width: 400px;
  }
}
.notice dl {
  border-bottom: 1px solid #111;
  padding: 1.8rem 1.2rem;
}
.notice dt {
  color: #ffff19;
  font-weight: 700;
}
.notice dd:nth-last-of-type(-n+4) {
  margin: 1.8rem 0 0 0;
}

.inquiry {
  padding-top: 0;
}

/* ticket */
.ticket {
  background-color: black;
}
.ticket__content {
  margin: 0 auto;
  padding: 3.6rem 1.2rem;
  padding: 0 1.2rem; 
  width: 95%;
}
@media only screen and (min-width: 960px) {
  .ticket__content {
    padding: 0 4.8rem;
    width: 960px;
  }
}
.ticket h2 {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif; 
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .5rem;
  padding-bottom: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .ticket h2 {
    font-size: 3.2rem;
    padding-bottom: 4.8rem;
  }
}
.ticket h2 span {
  font-size: 1.4rem;
}
.ticket p {
  font-weight: 400;
  padding-bottom: 4.8rem;
  text-align: center;
}
.ticket__em {
  color: #ffff19;
  font-size: 2rem;
  font-weight: 700;
  font-style: normal; 
  padding-bottom: 4.8rem;
}
.ticket__btn {
  background-color: #ffff19;
  border-radius: 2.4rem;
  color: #111;
  display: block;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 4.8rem;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 95%;
}
.ticket__btn:hover {
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .ticket__btn:hover {
    background-color: #ffff7f;
    color: #111;
    cursor: pointer;
  }
}
@media only screen and (min-width: 960px) {
  .ticket__btn {
    width: 400px;
  }
}
.ticket__btn2 {
  background-color: #ffff19;
  border-radius: 2.4rem;
  color: #111;
  display: block;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 4.8rem;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 95%;
}
.ticket__btn2:hover {
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .ticket__btn2:hover {
    background-color: #ffff7f;
    color: #111;
    cursor: pointer;
  }
}
@media only screen and (min-width: 960px) {
  .ticket__btn2 {
    width: 400px;
  }
}
.ticket__viewing {
  background: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.4rem 1.2rem;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ticket__viewing p {
  padding-bottom: 2.4rem; 
  width: 100%;

  -webkit-box-flex: 2;
  -webkit-flex: 2 100%;
  -ms-flex: 2 100%;
  flex: 2 100%;
}
.ticket__viewing div {
  width: 48%;

  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ticket p span {
  font-weight: 700;
}
.ticket p span img.playguid {
  width: 20rem;
}
.ticket dl {
  border-bottom: 1px solid #111;
  padding: 1.8rem 1.2rem;
}
.ticket dt {
  color: #ffff19;
  font-weight: 700;
}
.ticket dd {
  padding-bottom: 2.4rem;
}

.inbound {
  border-top: 1px solid rgba(221, 221, 221, .5); 
  padding-top: 2.4rem 0 4.8rem;
}
.inbound p {
  padding-bottom: 0;
}

.ticket_top {
  background-color: black;
  padding: 4vh;
}
.ticket_top__content {
  margin: 0 auto;
  padding: 3.6rem 1.2rem;
  padding: 0 .24rem; 
  width: 95%;
}
@media only screen and (min-width: 960px) {
  .ticket_top__content {
    padding: 0 4.8rem;
    width: 960px;
  }
}
@media only screen and (min-width: 960px) {
  .ticket_top__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.ticket_top__content a {
  margin-bottom: 2.4rem;
}

/* movie */
.movie {
  background-color: black;
  padding-top: 4.8rem;
}
.movie h2 {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .5rem;
  padding: 0; 
  padding-bottom: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .movie h2 {
    font-size: 3.2rem;
    padding-bottom: 4.8rem;
  }
}
.movie h2 span {
  font-size: 1.4rem;
}
@media only screen and (min-width: 960px) {
  .movie h2 {
    padding: 0 4.8rem;
  }
}
.movie__wrap {
  margin: 0 auto;
  padding: 3.6rem 1.2rem;
  width: 95%;
}
@media only screen and (min-width: 960px) {
  .movie__wrap {
    padding: 0 4.8rem;
    width: 960px;
  }
}
@media only screen and (min-width: 960px) {
  .movie__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2.4rem 0 0 0; 

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.movie__wrap.-single {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 960px) {
  .movie__wrap.-single {
    width: 960px;
  }
}
@media only screen and (min-width: 960px) {
  .movie__wrap.-single .movie__content {
    padding: 0;
    width: 100%; 

    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
.movie__wrap.-multiple {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.movie__content {
  padding: 0 0 4.8rem 0;
}
@media only screen and (min-width: 960px) {
  .movie__content {
    box-sizing: border-box;
    padding: 0 1.2rem; 
    width: 50%;

    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
  }
}
.movie__content p {
  background: black;
  font-size: 2rem;
  font-weight: 700;
  padding: 2.4rem 0 4.8rem; 
  text-align: center;
}
.movie__image a {
  display: block;
  position: relative;
}
.movie__image a::after {
  background: url(../images/common/youtube.png) center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  opacity: .9;
  position: absolute;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
}
@media only screen and (min-width: 960px) {
  .movie__image a:hover::after {
    background-image: url(../images/common/youtube2.png);
    opacity: 1;
  }
}
.movie__image img {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .movie__content:nth-child(1) {
    padding-bottom: 4.8rem; 
    width: 100%;

    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}

.movie__content:last-child {
  padding-bottom: 0;
}

.youtube {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* info */
.info {
  background-color: black;
  padding: 2.4rem 0;
}
.info__content {
  background-color: black;
  color: white; 
  margin: 0 auto;
  padding: 3.6rem 1.2rem;
  width: 95%;
}
@media only screen and (min-width: 960px) {
  .info__content {
    padding: 0 4.8rem;
    width: 960px;
  }
}
.info h2 {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif; 
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .5rem;
  padding-bottom: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .info h2 {
    font-size: 3.2rem;
    padding-bottom: 4.8rem;
  }
}
.info__list {
  overflow-y: auto;
  max-height: 21em;
}
.info li {
  border-bottom: 1px solid rgba(17, 17, 17, .2);
  padding: 1.8rem 1.2rem;
}
.info li a {
  display: -webkit-box;
  overflow: hidden;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.info__date {
  display: block;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}
@media only screen and (min-width: 960px) {
  .info__list {
    max-height: 20em;
  }
}

/* info2 */
.info2 {
  background-color: #111;
  padding: 2.4rem 0;
}
.info2__content {
  margin: 0 auto;
  padding: 3.6rem 1.2rem;
  width: 95%;
}
@media only screen and (min-width: 960px) {
  .info2__content {
    padding: 0 4.8rem;
    width: 960px;
  }
}
.info2 h2 {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif; 
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .5rem;
  padding-bottom: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .info2 h2 {
    font-size: 3.2rem;
    padding-bottom: 4.8rem;
  }
}
@media only screen and (min-width: 960px) {
  .info2__list {
    -webkit-column-count: 3;
    column-count: 3;
  }
}
.info2 li {
  padding-bottom: 1.2rem;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.info2 li.-hide {
  opacity: 0;
  padding-bottom: 0;
  visibility: hidden;
  height: 0;
}
@media only screen and (min-width: 960px) {
  .info2 li.-hide {
    opacity: 1;
    padding-bottom: 1.2rem;
    visibility: visible;
    height: auto;
  }
}
@media only screen and (min-width: 960px) {
  .info2 li {
    page-break-inside: avoid;
  }
}
.info2 figcaption {
  padding: 1.2rem;
}
@media only screen and (min-width: 960px) {
  .info2 figcaption {
    padding: 1.2rem .6rem;
  }
}
.info2 img {
  width: 100%;
}
.info2__date {
  display: block;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  line-height: 3.6rem;
}
.info2__more {
  background-color: #ffff19;
  border-radius: 2.4rem;
  color: #111;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 4.8rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.info2__more:hover {
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .info2__more:hover {
    background-color: #ffff7f;
    color: #111;
    cursor: pointer;
  }
}
@media only screen and (min-width: 960px) {
  .info2__more {
    display: none;
  }
}

/* detail */
.detail {
  color: black;
  padding: 1.2rem 2.4rem;
}
@media only screen and (min-width: 960px) {
  .detail {
    padding: 4.8rem;
  }
}
.detail__title {
  color: black;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.36rem;
  padding: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .detail__title {
    font-size: 3.2rem;
    padding: 2.4rem 4.8rem;
  }
}
.detail a {
  color: black;
  text-decoration: underline;
}
.detail h3 {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  padding-top: 1.2rem;
}
@media only screen and (min-width: 960px) {
  .detail h3 {
    padding-top: 2.4rem;
  }
}
.detail h4 {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 4.8rem;
  padding-top: 1.2rem;
}
@media only screen and (min-width: 960px) {
  .detail h4 {
    padding-top: 2.4rem;
  }
}
.detail__text {
  padding: 2.4rem 0;
}
.detail .-s {
  font-size: 1rem;
  line-height: 1.8rem;
  padding: 2.4rem 0;
}
.detail figure {
  background-color: rgba(255, 255, 255, .01);
}
.detail figure img {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .detail figure img {
    width: 95%;
  }
}
.detail figcaption {
  font-size: 1rem;
  line-height: 1.8rem;
  padding: 1.2rem 2.4rem;
  text-align: center;
}
.detail__link {
  color: black; 
  font-weight: 700;
  padding: 2.4rem 0;
}
.detail__sns {
  background-color: rgba(17, 17, 17, .01);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.4rem; 

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.detail__sns a {
  color: black;
  font-size: 3.6rem;
  padding: 0 2.4rem;
}
@media only screen and (min-width: 960px) {
  .detail__sns a:hover {
    opacity: .8;
  }
}

.detail__summary {
  color: black;
  font-weight: 700;
  padding: 0 2.4rem 1.2rem;
}
@media only screen and (min-width: 960px) {
  .detail__summary {
    padding: 2.4rem 4.8rem;
  }
}

.detail__date {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.detail__code,
.detail__price {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
}

.detail ol {
  padding-left: 2.4rem;
}
.detail ol li {
  font-size: 1.4rem;
  font-weight: 700;
  padding: .6rem 0;
}
.detail ol span {
  margin-right: .6rem;
}

@media only screen and (min-width: 800px) {
  .detail .shop {
    margin: 0 auto;
    width: 47.5%;
  }
}

.btn__player {
  background-color: #ffff19;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  margin-left: .6rem;
  padding: 0 1.2rem;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
@media only screen and (min-width: 960px) {
  .btn__player:hover {
    background-color: #ffff7f;
  }
}
.btn__player::before {
  content: '\f001';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.2rem;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  margin-right: .6rem; 

  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}
.btn__player::after {
  content: 'PLAY';
  font-size: 1rem;
}
.btn__player.-active {
  background-color: #ffff7f;
}
.btn__player.-flash {
  background-color: transparent;
}
.btn__player.-flash::before {
  display: none;
}
.btn__player.-flash::after {
  display: none;
}
.btn__player.-flash embed {
  width: 70px;
  height: 16px;
}

.btn__movie {
  background-color: #ffff19;
  border-radius: 2px;
  color: black;
  display: inline-block;
  font-weight: 700;
  margin: 0 1.2rem;
  padding: 0 1.2rem;
}
@media only screen and (min-width: 960px) {
  .btn__movie:hover {
    background-color: #ffff7f;
    text-decoration: none;
  }
}
.btn__movie::before {
  content: '\f04b';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.2rem;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  margin-right: .6rem; 

  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}
.btn__movie::after {
  content: 'MOVIE';
  font-size: 1rem;
}

/* schedule */
.schedule {
  background-color: #ffff19;
  padding: 2.4rem 0;
}
.schedule__content {
  color: black; 
  margin: 0 auto;
  padding: 3.6rem 1.2rem;
  width: 95%;
}
@media only screen and (min-width: 960px) {
  .schedule__content {
    padding: 0 4.8rem;
    width: 960px;
  }
}
.schedule h2 {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif; 
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .5rem;
  padding-bottom: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .schedule h2 {
    font-size: 3.2rem;
    padding-bottom: 4.8rem;
  }
}
.schedule__list {
  overflow-y: auto;
  max-height: 21em;
}
.schedule__list li {
  border-bottom: 1px solid rgba(17, 17, 17, .2);
  padding: 1.8rem 1.2rem;
}
.schedule__list li a {
  display: -webkit-box;
  overflow: hidden;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.schedule__date {
  display: block;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}
@media only screen and (min-width: 960px) {
  .schedule__list {
    max-height: 20em;
  }
}

/* tour */
.tour {
  background-color: #ffff19;
  padding: 2.4rem 0;
}
.tour__content {
  background-color: #fff;
  color: black; 
  margin: 0 auto;
  padding: 3.6rem 1.2rem;
  width: 95%;
}
@media only screen and (min-width: 960px) {
  .tour__content {
    padding: 0 4.8rem;
    width: 960px;
  }
}
.tour h2 {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif; 
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .5rem;
  padding-bottom: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .tour h2 {
    font-size: 3.2rem;
    padding-bottom: 4.8rem;
  }
}
.tour h3 {
  border-bottom: 2px solid black;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 2.4rem 0;
  text-align: center;
}
.tour__detail {
  padding: 2.4rem 0;
}
@media only screen and (min-width: 960px) {
  .tour__detail {
    padding: 4.8rem 0;
  }
}
.tour .text {
  font-size: 1.4rem;
  padding: 1.2rem 0;
}
@media only screen and (min-width: 960px) {
  .tour .text {
    padding: 2.4rem 0;
  }
}
.tour .scroll {
  overflow-x: auto;
  white-space: nowrap;
}
.tour table {
  font-size: 1.2rem;
  width: 100%;
}
.tour th {
  border: 1px solid black;
  padding: .6rem;
}
.tour td {
  border: 1px solid black;
  padding: .6rem;
}

/* release */
.release {
  background-color: black;
  padding: 2.4rem 0;
}
.release__content {
  color: black; 
  margin: 0 auto;
  padding: 3.6rem 1.2rem;
  width: 95%;
}
@media only screen and (min-width: 960px) {
  .release__content {
    padding: 0 4.8rem;
    width: 960px;
  }
}
.release h2 {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif; 
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .5rem;
  padding-bottom: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .release h2 {
    font-size: 3.2rem;
    padding-bottom: 4.8rem;
  }
}
.release__wrap {
  background-color: #fff;
}
.release__wrap dd {
  padding: 2.4rem 1.2rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .release__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-items: center;
    align-items: center; 
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .release__wrap dt {
    width: 50%;
  }
  .release__wrap dd {
    padding: 2.4rem 4.8rem;
    width: 50%;
  }
}
.release__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; 

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.release__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.6rem;
  padding-bottom: 1.2rem;
}
@media only screen and (min-width: 960px) {
  .release__title {
    padding-bottom: 2.4rem;
  }
}
.release__date {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.release__code,
.release__price {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
}
.release__more {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}

.shop {
  padding: 1.2rem 0;
}
@media only screen and (min-width: 960px) {
  .shop {
    padding: 2.4rem 0;
  }
}
.shop li {
  padding-bottom: .6rem;
}
.shop a {
  background-color: #ffff19;
  border-radius: 2.4rem;
  color: #111;
  display: block;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif; 
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 4.8rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.shop a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .shop a:hover {
    background-color: #ffff7f;
    color: #111;
    cursor: pointer;
  }
}

/* profile */
.profile {
  background-color: black;
}
.profile__content {
  color: #111; 
  margin: 0 auto;
  padding: 3.6rem 1.2rem;
  width: 95%;
}
@media only screen and (min-width: 960px) {
  .profile__content {
    padding: 0 4.8rem;
    width: 960px;
  }
}
.profile__content:last-child {
  padding-bottom: o;
}
.profile h2 {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .5rem;
  padding: 0; 
  padding-bottom: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .profile h2 {
    font-size: 3.2rem;
    padding-bottom: 4.8rem;
  }
}
.profile h2 span {
  font-size: 1.4rem;
}
@media only screen and (min-width: 960px) {
  .profile h2 {
    padding: 0;
  }
}
.profile h3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .5rem;
  padding: 2.4rem 0 2.4rem 0;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .profile h3 {
    font-size: 1.8rem;
  }
}
.profile p {
  font-weight: 700;
  padding-bottom: 4.8rem;
  text-align: center;
}
.profile p span {
  font-size: 1.4rem; 
  font-weight: 300;
}
.profile__img {
  text-align: center;
}
.profile p.cap {
  font-size: 1.4rem; 
  font-weight: 300;
  padding: 2.4rem 2.4rem 0;
  text-align: center;
}

h3 {
  color: #ffff19;
}

h3.av {
  color: #75ffaf;
  padding: 2.4rem 1.2rem;
}
h3.av span {
  font-size: 1.2rem;
  letter-spacing: .09em;
}

.member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4.8rem; 

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.member__img {
  position: relative; 
  width: 50%;
}
@media only screen and (min-width: 960px) {
  .member__img {
    width: 20%;
  }
}
.member em {
  background: #ffff19;
  color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700; 
  font-style: normal;
  padding: 1.2rem;
  text-align: center;
  width: 100%;
  height: 7.2rem;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 960px) {
  .member em {
    font-size: 1.2rem;
    padding: 2.4rem .24rem 2.4rem .24rem;
  }
}
.member a:hover {
  text-decoration: none;
}

.member2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 960px) {
  .member2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.member2__img {
  position: relative; 
  width: 50%;
}
@media only screen and (min-width: 960px) {
  .member2__img {
    width: 20%;
  }
}
.member2 em {
  background: #75ffaf;
  color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700; 
  font-style: normal;
  padding: 1.2rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 7.2rem;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 960px) {
  .member2 em {
    font-size: 1.2rem;
    padding: 2.4rem .24rem 2.4rem .24rem;
  }
}
.member2 a:hover {
  text-decoration: none;
}

.member3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4.8rem;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.member3__img {
  position: relative; 
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .member3__img {
    width: 40%;
  }
}
.member3 em {
  background: #ffff19;
  color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700; 
  font-style: normal;
  padding: 1.2rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 7.2rem;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 960px) {
  .member3 em {
    font-size: 1.2rem;
    padding: 2.4rem .24rem 2.4rem .24rem;
  }
}
.member3 a:hover {
  text-decoration: none;
}

/* map */
.map {
  background-color: black;
}
.map h2 {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .5rem;
  padding: 0; 
  padding-bottom: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .map h2 {
    font-size: 3.2rem;
    padding-bottom: 4.8rem;
  }
}
.map h2 span {
  font-size: 1.4rem;
}
.map__content {
  background-color: black;
  padding: 1.2rem;
}
@media only screen and (min-width: 960px) {
  .map__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2.4rem 1.2rem; 

    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
  }
}
.map__content h3 {
  font-size: 1.2rem;
  font-weight: 700;
}
@media only screen and (min-width: 960px) {
  .map__content h3 {
    padding-right: 1.2rem;
  }
}
.map__content p {
  font-size: 1rem;
  line-height: 1.2rem;
}

#map {
  height: 400px;
}

/* bnr */
.bnr {
  background-color: black;
  padding: .6rem 0;
}
@media only screen and (min-width: 960px) {
  .bnr__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2.4rem 0; 

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.bnr img {
  display: block;
  margin: 0 auto;
  padding: .6rem 0;
  width: 95%;
  max-width: 300px;
}

/* share */
.share {
  background-color: black;
  border-bottom: 1px solid rgba(17, 17, 17, .2);
  padding: 2.4rem 0;
}
@media only screen and (min-width: 960px) {
  .share {
    padding: 3.6rem 0;
  }
}
.share h2 {
  color: white;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .5rem;
  padding-bottom: 2.4rem;
  text-align: center;
}
.share__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.share a {
  font-size: 3.2rem;
  padding: 0 2.4rem;
}
@media only screen and (min-width: 960px) {
  .share a {
    font-size: 2.8rem;
  }
  .share a:hover {
    opacity: .8;
  }
}
.share__twitter {
  color: #55acee;
}
.share__facebook {
  color: #1678f2;
}
.share__line {
  color: #00b900;
}

.buy {
  background-color: rgba(11, 11, 11, .8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043; 

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.buy.-active {
  opacity: 1;
  visibility: visible;
}
.buy.-center {
  -webkit-align-items: center;
  align-items: center; 
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.buy__container {
  width: 100%;
  max-width: 960px;
}
.buy__content {
  width: 100%;
}
.buy-close {
  background: 0 0;
  border: 0;
  box-shadow: none;
  color: #333;
  cursor: pointer;
  display: block;
  font-family: Arial,Baskerville,monospace;
  font-size: 4.6rem;
  font-style: normal;
  line-height: 44px;
  margin: 1.2rem 1.8rem;
  opacity: .65;
  outline: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  z-index: 1046; 

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.buy__close {
  margin: 0 auto;
  padding: 4.8rem;
  width: 47.5%;
}
.buy__close a {
  background-color: #ffff19;
  border-radius: 2.4rem;
  color: #111;
  display: block;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif; 
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 4.8rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.buy__close a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .buy__close a:hover {
    background-color: #ffff7f;
    color: #111;
    cursor: pointer;
  }
}

/* about */
.goods {
  background-color: black;
}
.goods__content {
  margin: 0 auto;
  padding: 3.6rem 1.2rem;
  padding: 0 1.2rem; 
  width: 95%;
}
@media only screen and (min-width: 960px) {
  .goods__content {
    padding: 0 4.8rem;
    width: 960px;
  }
}
.goods h2 {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif; 
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .5rem;
  padding-bottom: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .goods h2 {
    font-size: 3.2rem;
    padding-bottom: 4.8rem;
  }
}
.goods h2 span {
  font-size: 1.4rem;
}
@media only screen and (min-width: 960px) {
  .goods h2 {
    padding: 0 4.8rem 2.4rem;
  }
}
.goods p {
  font-size: 1.4rem;
  text-align: center !important;
}
.goods__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 4.8rem 0; 

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.goods__photo img {
  display: block;
  margin-bottom: 2.4rem;
}
.goods h3 {
  background: #333; 
  font-size: 2rem;
  font-weight: 700;
  padding: 1.2rem 0;
  text-align: center;
  width: 100%;
}
.goods h3 img {
  height: 4.8rem;
}
.goods h3 p {
  color: white;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.44rem; 
  width: 100%;
}
.goods p {
  font-weight: 400;
  text-align: left;
  /*  text-align: center;*/
}
.goods__em {
  color: #ffff19;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: normal; 
  padding-bottom: 4.8rem;
}
.goods__btn {
  background-color: #ffff19;
  border-radius: 2.4rem;
  color: #111;
  display: block;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 4.8rem;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 95%;
}
.goods__btn:hover {
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .goods__btn:hover {
    background-color: #ffff7f;
    color: #111;
    cursor: pointer;
  }
}
@media only screen and (min-width: 960px) {
  .goods__btn {
    width: 400px;
  }
}
.goods dl {
  border-bottom: 1px solid #111;
  box-sizing: border-box;
  padding: 1.8rem;
  width: 90vw;
}
@media only screen and (min-width: 960px) {
  .goods dl {
    width: calc(100%/3);
  }
}
.goods dt {
  font-size: 1.4rem; 
  font-weight: 700;
}
.goods dt a {
  color: #ffff19;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
}
.goods dt span {
  color: white;
}
.goods dd {
  font-size: 1.2rem;
  line-height: 1.92rem;
}
.goods dd:nth-last-of-type(-n+4) {
  margin: 1.8rem 0 0 0;
}
.goods dd:nth-last-of-type(-n+4) span {
  font-size: 1.2rem;
}
.goods .-s {
  font-size: 1.2rem;
  line-height: 1.92rem; 
  padding-top: 2.4rem;
}
.goods .goodsNoticeBox {
  background: #222;
  margin-bottom: 4.8rem; 
  padding: 2.4rem 1.2rem;
  width: 100%;
}
.goods .goodsNoticeBox__title {
  font-weight: 700;
}

.detail__item img {
  width: 100%;
  max-width: 520px;
}

/* Common Parts
   ========================================================================== */
/* header */
.header {
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.2rem;
  position: fixed;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 100%;
  height: 68px;
  z-index: 3; 

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header__logo {
  display: block;
  width: 47.5%;
}

.nav-trigger {
  cursor: pointer;
  position: relative;
  right: 1.2rem;
  width: 3.6rem;
  height: 24px;
  z-index: 4;
}
.nav-trigger span {
  background-color: #ffff19;
  display: inline-block;
  position: absolute;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 3.6rem;
  height: 2px; 

  mix-blend-mode: multiply;
}
.nav-trigger span:nth-of-type(1) {
  top: 0;
}
.nav-trigger span:nth-of-type(2) {
  top: 11px;
}
.nav-trigger span:nth-of-type(3) {
  top: 22px;
}
.nav-trigger.-active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  -ms-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.nav-trigger.-active span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
.nav-trigger.-active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.nav {
  background-color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  padding: 4.8rem 2.4rem;
  position: fixed;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  top: -100vh;
  width: 100%;
  height: 100vh;
  z-index: 2; 

  -webkit-align-content: space-around;
  align-content: space-around;
  -webkit-box-pack: center;
  -ms-flex-line-pack: distribute;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.nav.-active {
  opacity: 1;
  overflow: scroll; 
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  top: 0;
}
.nav .s {
  font-size: 1.2rem;
}
.nav a {
  display: block;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  letter-spacing: .5rem;
  line-height: 3.5vh; 
  text-align: center;
  width: 100%;
  height: 1.25vh;
}

/* footer */
.footer {
  background-color: black;
  text-align: center;
}
.footer__content {
  padding: 2.4rem;
}
.footer__logo {
  display: block;
  margin: 0 auto;
  padding: 1.2rem 0;
  max-width: 200px;
}
@media only screen and (min-width: 960px) {
  .footer__logo {
    padding: 2.4rem 0;
  }
}
.footer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.2rem;
  padding: 3.6rem 0; 

  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
@media only screen and (min-width: 960px) {
  .footer__sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.footer__sns a {
  color: white;
  padding: 0 2.4rem;
}
@media only screen and (min-width: 960px) {
  .footer__sns a:hover {
    opacity: .8;
  }
}
.footer__bottom {
  background-color: black;
  padding: 4.8rem 0;
}
@media only screen and (min-width: 960px) {
  .footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    padding: 2.4rem 2.4rem; 

    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.footer__avex {
  padding: 1.2rem 0;
  max-width: 40px;
}
.footer__link {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 1rem;
}
.footer__link a,
.footer__link span {
  color: #b3b3b3;
  padding: 0 .6rem;
}

.pagetop::after {
  color: #ffff19;
  content: '\f062';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 2.4rem;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  line-height: 4.8rem;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; 

  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}

@media only screen and (min-width: 960px) {
  .pagetop:hover::after {
    color: #ffff19;
  }
}

/* modal */
.modal__title {
  color: black;
  font-weight: 700;
  padding: 4.8rem;
  text-align: center;
}

.modal__close {
  margin: 0 auto;
  padding: 4.8rem;
  width: 95%;
  max-width: 456px;
}
@media only screen and (min-width: 960px) {
  .modal__close {
    width: 47.5%;
  }
}
.modal__close a {
  background-color: #333;
  background-color: #ddd; 
  border-radius: 2.4rem;
  color: #111;
  display: block;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 4.8rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.modal__close a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .modal__close a:hover {
    background-color: #ffff7f;
    color: #111;
    cursor: pointer;
  }
}

.white-popup {
  background-color: white;
  margin: 0 auto;
  padding: 4.8rem 0;
  position: relative;
  width: 95%;
  max-width: 960px;
}
.white-popup iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shop-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4.8rem 0; 

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.shop-list__item {
  display: block;
  padding: 1.2rem;
  width: 200px;
}
.shop-list a:hover {
  opacity: .8;
}
.shop-list a:hover::after {
  width: 0;
}

.dl-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4.8rem 0; 

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.dl-list__item {
  display: block;
  padding: 1.2rem;
  width: 200px;
}
.dl-list__img {
  margin-bottom: 1.2rem;
}
.dl-list a:hover {
  opacity: .8;
}
.dl-list a:hover::after {
  width: 0;
}

.mfp-close {
  font-size: 4.6rem;
  margin: 1.2rem 1.8rem;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; 
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  opacity: 0;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; 
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: .8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-move-from-top .mfp-content {
  vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s; 
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: .8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Print
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    border-color: black !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  header {
    display: none;
  }
  footer::after {
    content: '';
  }
  .noprint {
    display: none;
  }
}
