@charset "UTF-8";
/*---mixin---*/
/*---共通---*/
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  scroll-behavior: smooth;
}

html, body, div, span, object, iframe,
h1, h2, p, blockquote, pre, address,
em, img, q, samp, small, strong, sub, sup, var,
b, i, dd, ul, li, form, label, audio, video,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary {
  background: transparent;
  border: 0;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  line-height: 33px;
}
@media (max-width: 1100px) {
  body {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 1.3rem;
    line-height: 24px;
  }
}

ul {
  list-style: none;
}
ul li {
  letter-spacing: -0.2px;
}

img {
  border: 0px;
  width: 100%;
  vertical-align: top;
}

a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

h1 {
  font-size: 30px;
}
h1 img {
  width: 100%;
  height: auto;
}

.br768 {
  display: none;
}
@media (max-width: 768px) {
  .br768 {
    display: block;
  }
}

.br520 {
  display: none;
}
@media (max-width: 520px) {
  .br520 {
    display: block;
  }
}

.dis768 {
  display: none;
}
@media (max-width: 768px) {
  .dis768 {
    display: block;
  }
}

.hidd768 {
  display: block;
}
@media (max-width: 768px) {
  .hidd768 {
    display: none;
  }
}

/*---コンテンツ---*/
#gd-sec01 .gd-sec01-inner {
  max-width: 910px;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 30px;
  text-align: center;
}
@media (max-width: 768px) {
  #gd-sec01 .gd-sec01-inner {
    padding: 6.7% 0;
  }
}
#gd-sec01 .gd-sec01-inner .gd-sec01-text {
  font-size: 1.39em;
  line-height: 1.7em;
}
@media (max-width: 768px) {
  #gd-sec01 .gd-sec01-inner .gd-sec01-text {
    font-size: 1.6rem;
  }
}
#gd-sec01 .gd-sec01-inner img {
  width: 100%;
  height: auto;
  margin: 30px auto 2px;
}
@media (max-width: 768px) {
  #gd-sec01 .gd-sec01-inner img {
    max-width: 400px;
    width: 100%;
    margin: 20px auto 8px;
  }
}

#teaser-contents #gd-sec02 {
  background: #fddb5d url("../img/t-bk-img.svg") no-repeat center top;
}
@media (max-width: 768px) {
  #teaser-contents #gd-sec02 {
    background: #fddb5d url("../img/t-bk-img-sp.svg") no-repeat center top;
  }
}

#official-contents #gd-sec02 {
  background: #fddb5d url("../img/bk-img.svg") no-repeat center top;
}
@media (max-width: 768px) {
  #official-contents #gd-sec02 {
    background: #fddb5d url("../img/bk-img-sp.svg") no-repeat center top;
  }
}

#gd-sec02 {
  position: relative;
  padding: 63px 0 200px;
  background: #fddb5d url("../img/bk-img.svg") no-repeat center top;
}
@media (max-width: 768px) {
  #gd-sec02 {
    padding: 0 0 26.7%;
    background: #fddb5d url("../img/bk-img-sp.svg") no-repeat center top;
    background-size: contain;
  }
}
#gd-sec02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: #fff;
}
#gd-sec02 .gd-sec02-inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #gd-sec02 .gd-sec02-inner {
    max-width: 500px;
    margin-top: -15px;
  }
}
#gd-sec02 .gd-sec02-inner .gd-event-box {
  position: relative;
  margin-bottom: 30px;
}
#gd-sec02 .gd-sec02-inner .gd-event-box:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #gd-sec02 .gd-sec02-inner .gd-event-box {
    margin-bottom: 3.2%;
  }
}
#gd-sec02 .gd-sec02-inner .gd-event-box .event-btn {
  position: absolute;
  width: 33.34%;
  left: 17.5%;
  cursor: pointer;
}
@media (max-width: 768px) {
  #gd-sec02 .gd-sec02-inner .gd-event-box .event-btn {
    width: 46.6%;
    left: 9%;
  }
}
#gd-sec02 .gd-sec02-inner .gd-event-box .event-btn:hover {
  opacity: 0.8;
}
#gd-sec02 .gd-sec02-inner .gd-event-box .event-btn.off {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}
#gd-sec02 .gd-sec02-inner .gd-event-box .event-btn01 {
  top: 50%;
}
@media (max-width: 768px) {
  #gd-sec02 .gd-sec02-inner .gd-event-box .event-btn01 {
    top: 53%;
  }
}
#gd-sec02 .gd-sec02-inner .gd-event-box .event-btn02 {
  top: 90%;
}
#gd-sec02 .sec02-bottom-item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #gd-sec02 .sec02-bottom-item {
    height: 56px;
  }
}

#gd-sec03 {
  padding: 68px 0 90px;
}
@media (max-width: 768px) {
  #gd-sec03 {
    padding: 6.7% 0 8%;
  }
}
#gd-sec03 .gd-sec03-inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  padding: 23px 30px;
  border: 1px solid #000;
  border-radius: 20px;
}
@media (max-width: 768px) {
  #gd-sec03 .gd-sec03-inner {
    padding: 20px 1em;
  }
}
#gd-sec03 .gd-sec03-inner .gd-sec03-title {
  text-align: center;
  margin-bottom: 20px;
}
#gd-sec03 .gd-sec03-inner .gd-sec03-title div {
  display: inline-block;
  color: #fff;
  background-color: #ea6000;
  border-radius: 30px;
  padding: 0 1.2em;
}
@media (max-width: 768px) {
  #gd-sec03 .gd-sec03-inner .gd-sec03-title div {
    font-size: 1.5rem !important;
    width: 305px;
    padding: 6px 1.2em;
  }
}
#gd-sec03 .gd-sec03-inner li {
  padding-left: 1em;
  text-indent: -1em;
}

.modal-sec {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7215686275);
}
.modal-sec .modal-outer {
  position: relative;
  max-width: 620px;
  width: 90%;
  max-height: 95vh;
  height: 760px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1600px) {
  .modal-sec .modal-outer {
    max-width: 485px;
    height: 605px;
  }
}
@media (max-width: 1300px) {
  .modal-sec .modal-outer {
    max-width: 465px;
    height: 580px;
  }
}
@media (max-width: 1200px) {
  .modal-sec .modal-outer {
    max-width: 450px;
    height: 565px;
  }
}
@media (max-width: 1100px) {
  .modal-sec .modal-outer {
    height: 560px;
  }
}
@media (max-width: 768px) {
  .modal-sec .modal-outer {
    max-width: 400px;
    height: 100%;
  }
}
.modal-sec .modal-outer .modal-close-btn {
  position: absolute;
  top: 0;
  right: -1em;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .modal-sec .modal-outer .modal-close-btn {
    font-size: 25px;
  }
}
.modal-sec .modal-outer .modal-inner {
  position: relative;
  padding: 25px;
  background: #fff;
  border: 15px solid #f4d460;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}
@media (max-width: 1600px) {
  .modal-sec .modal-outer .modal-inner {
    padding: 15px;
    border: 10px solid #f4d460;
  }
}
@media (max-width: 768px) {
  .modal-sec .modal-outer .modal-inner {
    padding: 20px 15px;
    border: 5px solid #f4d460;
  }
}
.modal-sec .modal-outer .modal-inner .madal-title-img {
  margin-bottom: 15px;
}
.modal-sec .modal-outer .modal-inner .modal-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .modal-sec .modal-outer .modal-inner .modal-flexbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }
}
.modal-sec .modal-outer .modal-inner .modal-flexbox div {
  width: 31.73%;
}
@media (max-width: 768px) {
  .modal-sec .modal-outer .modal-inner .modal-flexbox div {
    max-width: 48%;
    width: 100%;
  }
}
.modal-sec .modal-outer .modal-inner .modal-flexbox div img:nth-child(2) {
  margin-top: 10px;
}
@media (max-width: 1100px) {
  .modal-sec .modal-outer .modal-inner .modal-flexbox div img:nth-child(2) {
    margin-top: 5px;
  }
}
.modal-sec .modal-outer .modal-inner .modal-flexbox div .popup-movie {
  cursor: pointer;
}
.modal-sec .modal-outer .modal-inner .madal-info-img {
  margin: 20px auto 15px;
}
@media (max-width: 1100px) {
  .modal-sec .modal-outer .modal-inner .madal-info-img {
    margin: 19px auto 16px;
  }
}
@media (max-width: 768px) {
  .modal-sec .modal-outer .modal-inner .madal-info-img {
    margin: 15px auto;
  }
}
.modal-sec .modal-outer .modal-inner .modal-sec-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -6%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.modal-sec .modal-outer .modal-inner .modal-sec-bottom .popup-orange-btn {
  max-width: 635px;
  width: 59%;
}
.modal-sec .modal-outer .modal-inner .modal-sec-bottom .popup-capa-img {
  max-width: 223px;
  width: 20%;
  margin-right: 3%;
}

.movie-pop-sec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7215686275);
}
.movie-pop-sec .movie-pop-inner {
  position: relative;
  max-width: 800px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 90%;
  margin: 0 auto;
}
.movie-pop-sec .movie-pop-inner iframe {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.movie-pop-sec .movie-pop-inner .movie-close-btn {
  position: absolute;
  top: -1em;
  right: 0;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .movie-pop-sec .movie-pop-inner .movie-close-btn {
    font-size: 30px;
  }
}