/*-------------------- reset.css --------------------*/
html,
body,
main,
header,
section,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
  color: #1c1c1c;
  scroll-behavior: smooth;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: #1c1c1c;
  display: block;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

p {
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  pointer-events: none;
}

img,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
span,
em,
strong {
  user-select: none;
  -webkit-user-drag: none;
}

main {
  display: block;
}

/*-------------------- //reset.css --------------------*/

/*-------------------- common --------------------*/
html .content-area {
  visibility: hidden;
}

html.wf-active .content-area {
  visibility: visible;
}

main {
  background-image: url(../images/bg_sp.jpg);
  background-position: top left;
  background-size: 100% auto;
  background-repeat: repeat-y;
}

body {
  background: transparent;
  text-align: left;
  font-family: "kaisei-tokumin", sans-serif;
  font-weight: bold;
  font-style: normal;
  overflow-x: hidden;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
p {
  font-weight: bold;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

main {
  position: relative;
  z-index: 1;

}

.sec,
.sec_inner {
  padding: 3rem 1.5rem;
}

.mt3 {
  margin-top: 3rem !important;
}

.h2box {
  display: flex;
  justify-content: center;
  margin: 0 auto 1.9rem;
}

.h2tit {
  color: #bb9f72;
  text-align: center;
  padding: 0 0.8em;
  font-size: 2.2em;
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

#video .h2tit {
  color: #fff;
}

#video .h2tit span.h2line {
  background-image: url(../images/h2_line_w.svg);
}

.h2tit span.h2line {
  display: block;
  background-image: url(../images/h2_line.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: auto;
  height: 100%;
  aspect-ratio: 15/65;
  position: absolute;
  top: 0;
  left: 0;
}

.h2tit span.h2line:nth-child(2) {
  left: auto;
  right: 0;
}

.h3tit {
  font-size: 1.1em;
  text-align: center;
  letter-spacing: 0.1em;
}

.btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem auto 0;
}

.btn_area a {
  display: block;
  color: #fff;
  background-color: #ec6a01;
  border: #ec6a01 1px solid;
  transition: all .3s;
  padding: 1em 2em;
  width: 80%;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
  border-radius: 3em;
  font-size: 1.07em;
}

.comingsoontxt {
  color: #b2b1b0;
  font-size: 2em;
  text-align: center;
  margin: 3rem auto 0;
}

/*-------------------- top --------------------*/
.top_sec {
  position: relative;
}

.top_sec .logo_img {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 57%;
  display: block;
}

.top_sec h1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.top_sec h1 span.h1tit {
  display: block;
}

.h1tit1 {
  width: 48%;
  margin: 0 auto;
  transition-delay: .5s !important;
}

.h1tit2 {
  width: 75%;
  margin: 4% auto 0;
  transition-delay: 1s !important;
}

.h1tit3 {
  transition-delay: 1.5s !important;
}

.h1tit3 img {
  width: 68%;
  margin: 4% auto 0;
}


/*-------------------- lead --------------------*/
.lead_sec,
.video_sec {
  background-image: url(../images/lead_bg.jpg);
  background-position: top left;
  background-repeat: repeat;
  background-size: contain;
}

.lead_txt {
  text-align: center;
  color: #fff;
  font-weight: 300;
  line-height: 2;
  font-size: 0.9em;
  letter-spacing: -0.05em;
}

/*-------------------- release --------------------*/
.jkt {
  margin-bottom: 2em;
}

.rel_date {
  width: 52%;
  margin: 0 auto .7rem;
}

.rel_pri {
  width: 85%;
  margin: 0 auto 1rem;
}

.rel_tit {
  width: 50%;
  margin: 0 auto 2.5rem;
}

.sec_container {
  margin: 1rem auto 0;
}

.comment_tit {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #1c1c1c;
}

.comment_tit::after,
.comment_tit::before {
  content: '';
  display: block;
  width: 0.8em;
  height: 1px;
  background-color: #1c1c1c;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

.comment_tit::after {
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}

.comment_tit.active::after {
  transform: translateY(-50%) rotate(360deg);
}

.comment_tit::before {
  right: 0;
}

.comment_tit h4 {
  padding: .2em 0;
  font-size: .9em;
}

.comment_accordion {
  font-size: .87em;
  letter-spacing: -0.05em;
  display: none;
  overflow: hidden;
  padding: .5rem 0 3rem;
}

/*-------------------- bonus --------------------*/

.bonus_cont {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.bonus_box {
  width: 48%;
  margin-bottom: 2rem;
}

.bonus_box:nth-child(even) {
  margin-left: 4%;
}

.bonus_box:last-child {
  margin-bottom: 0;
}

.bonus_box p {
  font-size: .9em;
  letter-spacing: -0.05em;
  text-align: center;
  margin: 1rem auto;
}

.bonus_box .btn_area {
  margin-top: 0;
}

.bonus_box .btn_area a {
  width: 100%;
  padding: .8em 0;
}

/*-------------------- comment --------------------*/
.commh3 {
  text-align: center;
  font-size: 1.25em;
  margin: 0 auto 1rem;
}

#comment .bonus_box p {
  margin-bottom: 0;
}

.remodal .inner .close_btn {
  color: #1c1c1c;
  background: none;
  border: none;
  padding: 5px;
  margin: 0 auto;
  cursor: pointer;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 40px;
  line-height: 0.6;
}

.remodal .inner h3 {
  font-size: 2em;
  text-align: left;
  margin: 1rem auto;
}

.remodal .inner p {
  text-align: left;
}

.remodal .inner p a {
  display: inline;
  color: #a6885c;
  text-decoration: underline;
}

/*-------------------- video --------------------*/
#video {
  overflow-x: hidden;
}

.videotxt {
  color: #fff;
  font-size: 1.25em;
  text-align: center;
}

.video_cont {
  margin: 2rem auto 1rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: visible;
}

.videolist .slick-list {
  overflow: visible;
}

.videolist li {
  padding: 0 10px;
}

.videotxt span {
  font-size: 1.25em;
}

.video_wrap {
  aspect-ratio: 16/9;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.video_wrap iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.slick-dots {
  bottom: -45px;
}

.slick-dots li button:before {
  opacity: 1;
  border: #fff 1px solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  line-height: 10px;
  color: transparent;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
  background-color: #fff;
}

/*-------------------- event --------------------*/
.event_cont {
  background-color: #fff;
  padding: 2rem 1rem;
}

.event_cont p {
  text-align: center;
  font-size: 1.1em;
  border-bottom: #ceb09d 1px solid;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.event_cont p:last-child {
  border: none;
  margin-bottom: 0;
}

/*-------------------- live --------------------*/

.livecont {
  border: #bb9f72 1px solid;
  margin: 2rem auto;
}

.livecont_box p {
  font-size: 1.1em;
  text-align: center;
  padding: .3rem 0;
}

.live_tit {
  background-color: #bb9f72;
  color: #fff;
}

.live_deta {
  background-color: #fff;
}

.commh3.onemantit {
  margin-top: 3rem;
}

.oneman .live_tit {
  background-color: #ae7b5c;
}

.livecont.oneman {
  border: #ae7b5c 1px solid;
}

.btntxt {
  text-align: center;
}

/*-------------------- footer --------------------*/
footer .copyright small {
  font-size: .6875rem;
  display: block;
  text-align: center;
  padding: 1rem;
  background-color: #fff;
}




@media (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  main {
    background-image: url(../images/bg_pc.jpg);
  }

  body {
    font-size: 16px;
  }

  .sec,
  .sec_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 1.5rem;
  }

  .btn_area {
    margin: 4rem auto 0;
  }

  .btn_area a {
    font-size: 1.25em;
  }

  .h2box {
    margin-bottom: 5rem;
  }

  .h2tit {
    font-size: 2.8em;
  }

  .h3tit {
    font-size: 1.25em;
  }

  .top_sec .logo_img {
    max-width: 420px;
    transform: translateX(0);
    top: 2rem;
    left: 2rem;
  }

  .top_sec h1 {
    transform: translate(0, -50%);
    max-width: 580px;
    left: auto;
    right: 4vw;
    top: 50%;
  }

  .h1tit1 {
    font-size: 2rem;
  }

  .h1tit2 {
    font-size: 4rem;
  }


  .lead_txt {
    font-size: 1.2em;
  }

  .relcont {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .jkt {
    width: 50%;
    padding: 0 2rem 0 0;
    position: sticky;
    top: 0;
    left: 0;
  }

  .reldeta {
    padding: 0 0 0 2rem;
    width: 50%;
  }
  .bonus_box p{
    font-size: 1em;
  }

  .comment_tit h4 {
    font-size: 1.25em;
  }

  .comment_accordion p {
    font-size: 1.125em;
  }

  .bonus_box {
    width: calc(100% / 3 - 1rem);
    margin-bottom: 5rem;
  }

  .bonus_box:nth-child(even) {
    margin-left: 0;
  }

  .bonus_box:nth-child(n+2) {
    margin-left: 1.5rem;
  }

  .bonus_box:nth-child(3n+1) {
    margin-left: 0;
  }

  .commh3 {
    font-size: 1.625em;
    margin: 0 auto 1rem;
  }

  .comingsoontxt {
    font-size: 2.8125em;
    margin: 15rem auto 12rem;
  }

  .mt3 {
    margin-top: 8rem !important;
  }

  .videotxt {
    font-size: 1.4em;
  }

  .videotxt span {
    font-size: 1.35em;
  }

  .video_cont {
    margin-top: 2.875rem;
  }

  .event_cont {
    padding: 3rem 5rem;

  }

  .event_cont p {
    font-size: 1.2em;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .livecont_box p {
    font-size: 1em;
    padding: .35em 0;
  }

  .livecont_box {
    display: flex;
    align-items: center;
  }

  .live_tit {
    width: 10em;
    border-bottom: #fff 1px solid;
  }

  .live_deta {
    width: calc(100% - 10em);
    border-bottom: #bb9f72 1px solid;
  }

  .livecont_box:last-child p {
    border: none;
  }

  .btntxt {
    font-size: 1em;
  }

  .commh3.onemantit {
    margin-top: 6rem;
  }

}


/*-------------------- js-inview --------------------*/

.js-fadeIn,
.h2box {
  opacity: 0;
  transition: all 2s;
}

.js-fadeUp {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 1.5s;
}

.js-fadeIn.is-inview,
.h2box.is-inview {
  opacity: 1;
  transition: all 2s;
}

.js-fadeUp.is-inview {
  opacity: 1;
  transition: all 2s;
  visibility: visible;
  transform: translateY(0);
}

/*-------------------- //js-inview --------------------*/