@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  font-size: calc(10 / 750 * 100vw);
  overflow-x: hidden;
}

.gDef-top-banner {
  background-color: #fff;
}

.gDef-contents {
  background-color: #fff7cc;
  color: #000000;
  font-family: 'RocknRoll One', "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  line-height: 1;
}

.gDef-contents img {
  width: 100%;
  height: auto;
  display: block;
}

.gDef-contents a {
  color: #000000;
  display: block;
}

section,
main {
  position: relative;
}

.inner {
  position: relative;
  width: calc(670 / 750 * 100%);
  margin: 0 auto;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1200 * 100vw);
  }
  .gDef-contents {
    font-size: 1.6rem;
  }
  .gDef-contents a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .inner {
    width: 100%;
    max-width: 1200px !important;
    padding: 0 calc(100 / 1200 * 100%);
  }
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 10px;
  }
  .inner {
    padding: 0 100px;
  }
}

/* =====================================================================
*    共通
* =================================================================== */
.sec_ttl {
  position: relative;
  margin-bottom: 3rem;
  padding-top: 18rem;
  font-size: 4.4rem;
  color: #cc1329;
  text-align: center;
}

.sec_ttl::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8.8rem;
  height: 16rem;
  background: url(../images/common/img_ttl_fire.png) no-repeat center/contain;
}

.story_list {
  counter-reset: story_num;
}

.story_list li:not(:last-child) {
  margin-bottom: 10rem;
}

.story_list li h3 {
  position: relative;
  padding-bottom: 3rem;
  font-size: 3rem;
  line-height: 1.4;
  color: #cc1329;
  text-align: center;
}

.story_list li h3 span {
  display: block;
  font-size: 4.8rem;
}

.story_list li h3::before {
  counter-increment: story_num;
  content: counter(story_num, decimal-leading-zero);
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 26rem;
  line-height: 0.7;
  color: #ffef86;
  z-index: -1;
}

.story_box {
  position: relative;
  width: calc(610 / 670 * 100%);
  margin: 0 auto;
  background: #cc1329;
  border-radius: 2.6rem;
}

.story_box::before, .story_box::after {
  content: '';
  position: absolute;
  display: block;
  top: -8.9rem;
  width: 19.5rem;
  height: 18.3rem;
  background: url(../images/common/img_subttl_fire.png) no-repeat center left/contain;
}

.story_box::before {
  left: -6.7rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.story_box::after {
  right: -6.7rem;
}

.story_box dt {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 1.4rem 0;
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
  color: #fff7cc;
  z-index: 1;
}

.story_box dd {
  padding: 3.4rem;
  background: #fff;
  border-radius: 2.6rem;
  border: 0.2rem solid #cc1329;
}

.story_box dd p {
  line-height: 2;
}

.story_box dd .story_box_img {
  margin-top: 3rem;
}

.story_box dd .story_box_img li {
  margin-bottom: 1.3rem;
}

.story_box dd .story_box_img li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .sec_ttl {
    font-size: 3.6rem;
  }
  .story_list li h3 {
    font-size: 2.6rem;
  }
  .story_list li h3 span {
    font-size: 4.2rem;
  }
  .story_list li h3::before {
    font-size: 22rem;
  }
  .story_box {
    width: calc(800 / 1000 * 100%);
  }
  .story_box::before, .story_box::after {
    top: -7.6rem;
    width: 16.6rem;
    height: 15.6rem;
  }
  .story_box::before {
    left: -5.7rem;
  }
  .story_box::after {
    right: -5.7rem;
  }
  .story_box dt {
    font-size: 2.2rem;
  }
  .story_box dd p {
    line-height: 2.5;
    text-align: center;
  }
  .story_box dd .story_box_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .story_box dd .story_box_img li {
    width: calc(360 / 734 * 100%);
    margin-right: calc(11 / 734 * 100%);
  }
  .story_box dd .story_box_img li:nth-child(2n), .story_box dd .story_box_img li:last-child {
    margin-right: 0;
  }
  .story_box dd .story_box_img li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

/* =====================================================================
*    header
* =================================================================== */
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
}

.nav ul li {
  position: relative;
  width: calc(240 / 750 * 100%);
  border-right: 0.4rem dotted #cc1329;
}

@media screen and (max-width: 767px) {
  .nav ul li:nth-child(-n+3) {
    margin-bottom: 2rem;
  }
  .nav ul li:nth-child(-n+3)::before {
    content: '';
    position: absolute;
    display: block;
    bottom: -1rem;
    left: 50%;
    width: 80%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-bottom: 0.4rem dotted #cc1329;
  }
  .nav ul li:nth-child(3n), .nav ul li:last-child {
    border-right: 0;
  }
}

.nav ul li.nolink {
  opacity: 0.3;
}

.nav ul li.nolink a {
  pointer-events: none;
}

.nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0.5rem 0;
  font-size: 2.8rem;
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .nav ul {
    max-width: 1200px;
    margin: 0 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 5rem 0;
  }
  .nav ul li {
    width: calc(200 / 1200 * 100%);
  }
  .nav ul li:last-child {
    border-right: 0;
  }
  .nav ul li a {
    padding: 0.2rem 0;
    font-size: 2rem;
  }
  .nav ul li a::before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 5.6rem;
    height: 10.2rem;
    background: url(../images/common/img_fire_y.png) no-repeat center/contain;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
  }
  .nav ul li a:hover {
    color: #cc1329;
  }
  .nav ul li a:hover::before {
    opacity: 1;
  }
  .nav ul li a span {
    position: relative;
  }
}

/* =====================================================================
*    banner
* =================================================================== */
.banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.5rem;
}

.banner_list li {
  position: relative;
  width: calc(500 / 670 * 100%);
  margin-bottom: 2rem;
}

.banner_list li:last-child {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .banner_list li {
    width: calc(500 / 1000 * 100%);
    margin: 0 2rem 2rem 0;
  }
  .banner_list li a:hover {
    opacity: 0.7;
  }
}

/* =====================================================================
*    anime
* =================================================================== */
.anime {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.anime > * {
  position: absolute;
  opacity: 0;
}

.anime > * img {
  -webkit-animation: 1.5s ease-in infinite scale;
          animation: 1.5s ease-in infinite scale;
}

.anime .fire1 {
  top: 10vh;
  right: 0;
  width: 6em;
  -webkit-animation: 3s ease-in-out infinite rotation, 10s linear infinite fadeIn;
          animation: 3s ease-in-out infinite rotation, 10s linear infinite fadeIn;
}

.anime .fire2 {
  top: 50vh;
  left: 0;
  width: 6em;
  -webkit-animation: 3s ease-in-out 1s infinite rotation, 10s linear 5s infinite fadeIn;
          animation: 3s ease-in-out 1s infinite rotation, 10s linear 5s infinite fadeIn;
}

.anime .fire3 {
  top: 85vh;
  left: 3em;
  width: 4em;
  -webkit-animation: 4s ease-in-out 2s infinite rotation, 10s linear 2.5s infinite fadeIn;
          animation: 4s ease-in-out 2s infinite rotation, 10s linear 2.5s infinite fadeIn;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8, 1.6);
            transform: scale(0.8, 1.6);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8, 1.6);
            transform: scale(0.8, 1.6);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60%,
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60%,
  100% {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .anime .fire1 {
    right: 2vw;
    width: 8em;
  }
  .anime .fire2 {
    width: 8em;
  }
  .anime .fire3 {
    width: 6em;
  }
}

/* =====================================================================
*    movie_popup
* =================================================================== */
.popup_wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  display: none;
  cursor: pointer;
}

.popup_wrapper .return_box {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.popup_wrapper .popup_movie_wrap {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.popup_wrapper .popup_movie_wrap .popup_movie {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.popup_wrapper .popup_movie_wrap .popup_movie video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.popup_wrapper .popup_movie_wrap .popup_movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.popup_wrapper .vjs-icon-placeholder {
  display: block;
  margin: -1em 0 0;
  position: static;
}

.popup_wrapper .btn2 {
  width: 30rem;
  margin: 5rem auto 0;
}

.popup_wrapper .btn2 a {
  display: block;
  background-color: #fff;
  font-size: 3.2rem;
  text-align: center;
  text-decoration: none;
  padding: .5em;
  color: #cc1329;
  border: 1px solid #cc1329;
}

@media screen and (min-width: 768px) {
  .popup_wrapper .popup_movie_wrap {
    width: 80rem;
  }
  .popup_wrapper .btn2 {
    margin-top: 3rem;
  }
  .popup_wrapper .btn2 a {
    font-size: 1.6rem;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .popup_wrapper .btn2 a:hover {
    background-color: #cc1329;
    color: #fff;
  }
}

/* =====================================================================
    print
======================================================================*/
@media print {
  .nextstory_movie_photo img,
  .story_box_img img {
    display: none;
  }
}
/*# sourceMappingURL=base.css.map */