@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: #132580;
}

.gDef-contents {
  background-color: #fff;
  color: #132580;
  font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05rem;
  line-height: 1;
}
.gDef-contents img {
  width: 100%;
  height: auto;
  display: block;
}
.gDef-contents a {
  color: #132580;
  display: block;
}

.inner {
  width: calc(640 / 750 * 100%);
  margin: 0 auto;
}

.sec_ttl {
  margin: 0 auto 12rem;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1920 * 100vw);
  }
  .gDef-contents {
    font-size: 18px;
  }
  .gDef-contents a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .inner {
    width: 100%;
    max-width: 1920px !important;
    padding: 0 calc(340 / 1920 * 100%);
  }
  .sec_ttl {
    width: 38rem;
    min-width: 300px;
    margin: 0 auto 12rem;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
  .inner {
    padding: 0 340px;
  }
}
/* =====================================================================
*    mv
* =================================================================== */
.mv {
  position: relative;
}
.mv::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background: url(../images/img_intro_deco.png) no-repeat bottom right/contain;
  width: 47.1rem;
  height: 19.8rem;
  z-index: 1;
}
.mv .inner {
  position: relative;
  width: 100%;
  padding-top: 98.4rem;
}
.mv .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: url(../images/img_mv-sp.jpg) no-repeat center/cover;
  width: 100%;
  height: 98.4rem;
}
.mv .mv_box {
  position: relative;
}
.mv .mv_box::before {
  content: "";
  position: absolute;
  display: block;
  top: 12rem;
  left: 0;
  background: url(../images/img_grange1.png) no-repeat center/cover;
  width: 36.2rem;
  height: 37.9rem;
}
.mv .mv_box::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background: url(../images/img_grange2.png) no-repeat bottom right/contain;
  width: 36.2rem;
  height: 44.6rem;
  z-index: 1;
}
.mv h1 {
  position: absolute;
  top: -33.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 64rem;
}
@media screen and (max-width: 767px) {
  .mv h1 img {
    -webkit-filter: drop-shadow(0px 2rem 2rem rgba(19, 37, 128, 0.5));
            filter: drop-shadow(0px 2rem 2rem rgba(19, 37, 128, 0.5));
  }
}
.mv .intro {
  position: relative;
  padding: 16rem 0 27rem;
  width: 64rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mv {
    min-height: 90rem;
  }
  .mv::before {
    display: none;
  }
  .mv .inner {
    padding: 0 0 5rem;
    height: 100%;
  }
  .mv .inner::before {
    background-image: url(../images/img_mv-pc.jpg);
    width: 68rem;
    height: 100%;
  }
  .mv .mv_box {
    width: calc(1240 / 1920 * 100%);
    margin-left: auto;
    height: 100%;
  }
  .mv .mv_box::before {
    top: 0;
    width: 38.2rem;
    height: 31rem;
  }
  .mv .mv_box::after {
    width: 39.1rem;
    height: 39.1rem;
  }
  .mv h1 {
    position: relative;
    top: 0;
    left: 30rem;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    padding-top: 6rem;
    margin-bottom: 3.2rem;
  }
  .mv .mv_date {
    width: 64rem;
    min-width: 400px;
    margin: 0 auto 5rem;
  }
  .mv .intro {
    padding: 0;
    width: 42.1rem;
    min-width: 300px;
    margin: 0 auto;
  }
}
/* =====================================================================
*    header
* =================================================================== */
#header {
  position: relative;
}
#header .nav {
  position: absolute;
  background-color: #132580;
  top: 0;
  right: -120%;
  z-index: 9999;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#header .nav.fixed {
  position: fixed;
}
#header .nav.open {
  right: 0;
}
#header .nav::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: url(../images/img_nav_deco1.png) no-repeat top left/contain;
  width: 14.5rem;
  height: 3.4rem;
}
#header .nav::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background: url(../images/img_nav_deco2.jpg) no-repeat bottom right/contain;
  width: 50.5rem;
  height: 33.3rem;
  z-index: -1;
}
#header .nav ul {
  overflow-y: scroll;
  height: 100vh;
  padding: 16.8rem 0 30rem;
}
#header .nav ul li {
  text-align: center;
}
#header .nav ul li a {
  display: inline-block;
  margin-bottom: 12rem;
}
#header .nav ul li a img {
  height: 6.2rem;
  width: auto;
}
#header .btn_menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 12rem;
  height: 12rem;
  background-color: #132580;
}
#header .btn_menu.fixed {
  position: fixed;
}
#header .btn_menu .menu_padding {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 6.4rem;
  height: 4.4rem;
  margin: 3.8rem auto 0;
}
#header .btn_menu .menu_padding span {
  display: block;
  width: 100%;
  height: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header .btn_menu .menu_padding span:nth-child(2) {
  top: 50%;
}
#header .btn_menu .menu_padding span:nth-child(3) {
  top: auto;
  bottom: 0;
}
#header .btn_menu.active .menu_padding span:nth-child(1) {
  -webkit-transform: translateY(100%) rotate(-320deg);
          transform: translateY(100%) rotate(-320deg);
  top: 33%;
}
#header .btn_menu.active .menu_padding span:nth-child(2) {
  opacity: 0;
}
#header .btn_menu.active .menu_padding span:nth-child(3) {
  -webkit-transform: translateY(-100%) rotate(320deg);
          transform: translateY(-100%) rotate(320deg);
  top: 50%;
}

@media screen and (min-width: 768px) {
  #header .nav {
    position: relative;
    right: 0;
    display: block !important;
    background-color: #132580;
    padding: 5.6rem 0;
  }
  #header .nav::before, #header .nav::after {
    display: none;
  }
  #header .nav ul {
    overflow: visible;
    height: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .nav ul li {
    margin-right: 14rem;
  }
  #header .nav ul li:last-child {
    margin-right: 0;
  }
  #header .nav ul li a {
    position: relative;
    margin: 0;
  }
  #header .nav ul li a::before {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  #header .nav ul li a:hover::before {
    width: 100%;
  }
  #header .nav ul li a img {
    height: 4.6rem;
    min-height: 30px;
  }
  #header .btn_menu {
    display: none;
  }
}
/* =====================================================================
    story
======================================================================*/
#story {
  position: relative;
  padding: 21rem 0 9rem;
}
#story::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: url(../images/img_story_deco.png) no-repeat top right/cover;
  width: 27.9rem;
  height: 5.1rem;
}
#story .story_list li.cs {
  text-align: center;
  font-size: 130%;
  font-weight: 700;
}
#story .story_list li:not(:last-child) {
  margin-bottom: 10rem;
}
#story .story_list li .story_subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6rem;
}
#story .story_list li .story_subttl .story_subttl_num {
  font-weight: normal;
  font-family: "Anton", sans-serif;
  color: #ed2428;
  font-size: 10rem;
  height: 100%;
  letter-spacing: 0.1em;
  margin-right: 0.3em;
}
#story .story_list li .story_subttl h3 {
  position: relative;
  border-left: 1px solid #132580;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.578;
  padding-left: 1em;
}
#story .story_list li .story_subttl h3 span {
  display: block;
  font-size: 80%;
  padding: 0 0 0.5em;
}
#story .story_list li .story_subttl h3 small {
  font-size: 80%;
  margin-right: 0.3em;
}
#story .story_list li > p {
  line-height: 2.25;
  margin-top: 5rem;
}
#story .story_list li .movie_wrap .movie_photo {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#story .story_list li .movie_wrap .movie_photo iframe,
#story .story_list li .movie_wrap .movie_photo video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  #story {
    padding: 17.6rem 0 16rem;
  }
  #story::before {
    width: 34rem;
    height: 3.8rem;
  }
  #story .story_list li {
    position: relative;
    min-height: 25rem;
  }
  #story .story_list li.cs {
    min-height: auto;
  }
  #story .story_list li:not(:last-child) {
    margin-bottom: 8rem;
  }
  #story .story_list li .story_subttl {
    width: 72rem;
    margin-left: auto;
    margin-bottom: 4.5rem;
  }
  #story .story_list li .story_subttl .story_subttl_num {
    font-size: 7.5rem;
  }
  #story .story_list li .story_subttl h3 {
    font-size: 1.3em;
  }
  #story .story_list li .story_subttl h3 span {
    padding: 0 0 0.2em;
  }
  #story .story_list li figure,
  #story .story_list li .movie_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 44rem;
  }
  #story .story_list li > p {
    width: 72rem;
    margin-left: auto;
    line-height: 2;
    margin-top: 0;
  }
}
/* =====================================================================
    character
======================================================================*/
#chara {
  background-color: #e6e6e6;
  padding: 16rem 0;
}
#chara .chara_list li {
  position: relative;
}
#chara .chara_list li::before {
  content: "";
  position: absolute;
  display: block;
  top: -12.8rem;
  right: -5.5rem;
  width: 50.5rem;
  height: 52.8rem;
  background: url(../images/img_chara_deco1-sp.png) no-repeat center/contain;
}
#chara .chara_list li:not(:last-child) {
  margin-bottom: 15rem;
}
#chara .chara_list li .chara_name_box {
  position: relative;
  height: 40rem;
}
#chara .chara_list li .chara_name_box::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 12.8rem;
  margin: 0 calc(50% - 50vw);
  background-color: #132580;
  z-index: 1;
}
#chara .chara_list li .chara_name_box h3 {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 25rem;
}
#chara .chara_list li .chara_name_box h3 span {
  display: block;
  color: #ed2428;
  font-family: "Roboto", sans-serif;
  font-size: 60%;
  margin-top: 0.7em;
}
#chara .chara_list li .chara_name_box a {
  position: relative;
  display: inline-block;
  padding-right: 3rem;
  font-size: 2rem;
  color: #ebc433;
  z-index: 2;
}
#chara .chara_list li .chara_name_box a::after {
  content: "";
  position: absolute;
  display: block;
  top: 42%;
  right: 0;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#chara .chara_list li figure {
  width: 44.3rem;
  position: absolute;
  top: 0;
  right: -2rem;
  z-index: 2;
}
#chara .chara_list li > p {
  position: relative;
  line-height: 2.25;
  margin-top: 6rem;
  padding-bottom: 6.5rem;
}
#chara .chara_list li > p::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 14.5rem;
  height: 3.4rem;
  background: url(../images/img_chara_deco2.png) no-repeat center/contain;
}
#chara .chara_list li:nth-child(even)::before {
  right: auto;
  left: -5.5rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#chara .chara_list li:nth-child(even) .chara_name_box {
  text-align: right;
}
#chara .chara_list li:nth-child(even) figure {
  right: auto;
  left: -2rem;
}
#chara .chara_list li:nth-child(even) > p::before {
  right: auto;
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media screen and (min-width: 768px) {
  #chara {
    padding: 17.8rem 0 16rem;
  }
  #chara .sec_ttl {
    margin-bottom: calc(82 / 1240 * 100%);
  }
  #chara .chara_list li {
    padding-top: 22.5rem;
  }
  #chara .chara_list li::before {
    top: 0;
    right: -34rem;
    width: 75rem;
    height: 52.8rem;
    background-image: url(../images/img_chara_deco1-pc.png);
  }
  #chara .chara_list li:not(:last-child) {
    margin-bottom: 0;
  }
  #chara .chara_list li .chara_name_box {
    width: 72rem;
    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;
    height: auto;
  }
  #chara .chara_list li .chara_name_box::before {
    display: none;
  }
  #chara .chara_list li .chara_name_box h3 {
    margin-bottom: 0;
    text-align: left;
  }
  #chara .chara_list li .chara_name_box a {
    background-color: #132580;
    padding: 1.7rem 1rem 1.7rem 0;
    text-align: center;
    border-radius: 2.4rem;
    width: 20.2rem;
    display: block;
    font-size: 1.6rem;
  }
  #chara .chara_list li .chara_name_box a::after {
    width: 0.8rem;
    height: 0.8rem;
    right: 3rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #chara .chara_list li .chara_name_box a:hover::after {
    right: 2rem;
  }
  #chara .chara_list li figure {
    width: 39.8rem;
    margin-top: 13rem;
  }
  #chara .chara_list li > p {
    width: 72rem;
    line-height: 2;
    margin-top: 7rem;
    padding-bottom: 9rem;
  }
  #chara .chara_list li > p::before {
    right: auto;
    left: 0;
    width: 10.8rem;
    height: 2.6rem;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #chara .chara_list li:nth-child(even)::before {
    left: -34rem;
  }
  #chara .chara_list li:nth-child(even) .chara_name_box {
    margin-left: auto;
  }
  #chara .chara_list li:nth-child(even) > p {
    margin-left: auto;
  }
  #chara .chara_list li:nth-child(even) > p::before {
    right: 0;
    left: auto;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  #chara .chara_list li:nth-child(1) {
    padding-top: 14rem;
  }
  #chara .chara_list li:nth-child(1) figure {
    margin-top: 4.2rem;
  }
}
/* =====================================================================
    cast
======================================================================*/
#cast {
  padding: 16rem 0 0;
}
#cast .cast_list li:not(:last-child) {
  margin-bottom: 12rem;
}
#cast .cast_list li .cast_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2em;
  font-weight: 700;
}
#cast .cast_list li .cast_name dt::after {
  content: "／";
  display: inline-block;
  color: #ed2428;
  margin: 0 0.2em;
}
#cast .cast_list li .comment {
  margin-top: 6rem;
}
#cast .cast_list li .comment dt {
  position: relative;
  background-color: #132580;
  color: #ebc433;
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  text-align: center;
  padding: 4rem 0;
}
#cast .cast_list li .comment dt::after {
  content: "";
  position: absolute;
  display: block;
  top: 42%;
  right: 0;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 4rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#cast .cast_list li .comment dt.active::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
#cast .cast_list li .comment dd {
  display: none;
  line-height: 2.25;
  padding: 6rem 4rem;
  border: 1px solid #ed2428;
}
@media screen and (max-width: 767px) {
  #cast .cast_list li .comment dd {
    border-top: 0;
  }
}

@media screen and (min-width: 768px) {
  #cast {
    padding: 16rem 0 18rem;
  }
  #cast .cast_list li:not(:last-child) {
    margin-bottom: 8rem;
  }
  #cast .cast_list li .cast_name {
    font-size: 1.1em;
  }
  #cast .cast_list li .comment {
    position: relative;
    margin-top: 4rem;
  }
  #cast .cast_list li .comment::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ed2428;
  }
  #cast .cast_list li .comment dt {
    top: 2.5rem;
    width: 32rem;
    min-width: 180px;
    margin: 0 auto;
    font-size: 0.9em;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
    padding: 2rem 0;
  }
  #cast .cast_list li .comment dt:hover {
    background-color: #ed2428;
  }
  #cast .cast_list li .comment dt::after {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 2rem;
  }
  #cast .cast_list li .comment dd {
    line-height: 2;
    padding: 8rem;
  }
}
/* =====================================================================
    original
======================================================================*/
#original {
  padding-top: 16rem;
}
#original .original_box {
  position: relative;
}
#original .original_box::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -5.5rem;
  width: 64rem;
  height: 64rem;
  background: url(../images/img_original_deco-sp.jpg) no-repeat center/contain;
}
#original .original_box figure {
  position: relative;
  width: 40.1rem;
  margin: 0 auto 8rem;
  padding-top: 12rem;
}
#original .original_box dl {
  text-align: center;
}
#original .original_box dl dt {
  font-weight: 700;
  color: #ed2428;
  margin-bottom: 4rem;
}
#original .original_box dl dd {
  font-size: 0.9em;
}
#original .original_box dl dd strong {
  font-weight: 700;
  font-size: 140%;
  line-height: 1.277;
  display: block;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  #original {
    position: relative;
    padding: 0 0 16rem;
  }
  #original::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    height: 52rem;
    background: #132580 url(../images/img_original_deco-pc.jpg) no-repeat bottom right/96rem auto;
  }
  #original::after {
    content: "";
    position: absolute;
    display: block;
    top: 52rem;
    left: 0;
    width: 34rem;
    height: 19.8rem;
    background: url(../images/img_deco1.png) no-repeat center/contain;
  }
  #original .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #original .ttl_box {
    position: relative;
    width: 50%;
    background-color: #fff;
  }
  #original .ttl_box .sec_ttl {
    margin-top: 17.7rem;
  }
  #original .original_box {
    width: 50%;
    margin-top: 12rem;
    background-color: #fff;
  }
  #original .original_box::before {
    display: none;
  }
  #original .original_box figure {
    width: 30.1rem;
    margin: 0 auto 4rem;
    padding-top: 8rem;
  }
  #original .original_box dl dt {
    margin-bottom: 3rem;
  }
  #original .original_box dl dd strong {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1920px) {
  #original::before {
    background-position: bottom right calc(50vw - 960px);
  }
}
/* =====================================================================
    twitter
======================================================================*/
#twitter {
  padding: 16rem 0;
}
#twitter .twitter_box_wrap {
  padding-top: 12rem;
  position: relative;
}
#twitter .twitter_box_wrap::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -5.5rem;
  width: 64rem;
  height: 64rem;
  background: url(../images/img_twitter_deco-sp.jpg) no-repeat center/contain;
}
#twitter .twitter_box_wrap .twitter_box {
  position: relative;
  background-color: #fff;
}
#twitter .twitter_box_wrap .twitter_box iframe {
  display: block !important;
  width: 59rem !important;
  height: 53.8rem !important;
  min-height: auto !important;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #twitter {
    position: relative;
    padding: 0 0 10rem;
  }
  #twitter::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    height: 52rem;
    background: #132580 url(../images/img_twitter_deco-pc.jpg) no-repeat bottom left/96rem auto;
  }
  #twitter::after {
    content: "";
    position: absolute;
    display: block;
    top: 52rem;
    right: 0;
    width: 34rem;
    height: 19.8rem;
    background: url(../images/img_deco1.png) no-repeat center/contain;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #twitter .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #twitter .ttl_box {
    position: relative;
    width: 50%;
    background-color: #fff;
  }
  #twitter .ttl_box .sec_ttl {
    margin-top: 17.7rem;
  }
  #twitter .twitter_box_wrap {
    width: 50%;
    margin-top: 12rem;
    padding: 0;
  }
  #twitter .twitter_box_wrap::before {
    display: none;
  }
  #twitter .twitter_box_wrap .twitter_box {
    height: 61rem;
  }
}
@media screen and (min-width: 1920px) {
  #twitter::before {
    background-position: bottom left calc(50vw - 960px);
  }
}
/* =====================================================================
*    footer
* =================================================================== */
#footer {
  position: relative;
}
#footer .pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99999;
  width: 12rem;
  margin: 0 0 8rem 0;
}
#footer .pagetop.fixed {
  position: fixed;
}
#footer .copyright {
  text-align: center;
  color: #ebc433;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  line-height: 1.4;
  background-color: #132580;
  padding: 5.2rem 0;
}

@media screen and (min-width: 768px) {
  #footer .pagetop {
    margin-right: 4rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #footer .pagetop:hover {
    bottom: 2rem;
  }
}
/* =====================================================================
*    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: calc(300 / 750 * 100%);
  margin: calc(50 / 750 * 100%) auto 0;
}
.popup_wrapper .btn2 a {
  display: block;
  background-color: #fff;
  font-size: 3.2rem;
  text-align: center;
  text-decoration: none;
  padding: 0.5em;
  color: #ed2428;
  border: 1px solid #ed2428;
}

@media screen and (min-width: 768px) {
  .popup_wrapper .popup_movie_wrap {
    width: calc(800 / 1920 * 100%);
  }
  .popup_wrapper .btn2 {
    width: 37.5%;
    margin: 3.75% auto 0;
  }
  .popup_wrapper .btn2 a {
    font-size: 2rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .popup_wrapper .btn2 a:hover {
    background-color: #ed2428;
    color: #fff;
  }
}
@media screen and (min-width: 1920px) {
  .popup_wrapper .popup_movie_wrap {
    width: 800px;
  }
}/*# sourceMappingURL=base.css.map */