@charset "UTF-8";
html {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #333;
  font-size: 18px;
  font-family: meiryo, sans-serif;
  text-align: left;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
  position: relative;
}

.red {
  color: #D70000;
}

.strong {
  font-weight: 700;
}

#countdown_txt {
  color: #D70000;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  border: 1px solid #D70000;
  margin: 10px auto;
  padding: 5px 10px 0px;
  width: 250px;
}

#countdown {
  text-align: center;
  font-size: 16px;
  color: #000;
  margin: 20px auto;
}
#countdown .num {
  color: #D70000;
  font-size: 25px;
  font-weight: bold;
}
#countdown .colon {
  color: #D70000;
  font-size: 25px;
  font-weight: bold;
  animation: blink 1s step-start infinite;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}

@media screen and (min-width: 600px) {
  header {
    margin: 0 auto -10px;
    padding: 0 0;
    text-align: center;
    position: relative;
  }
  header img {
    width: 100%;
  }
  main {
    margin: 0 auto;
    padding: 1em 0;
    width: 100%;
    background: url(../img/e04/bg.jpg) 0 0 no-repeat;
    background-size: contain;
    z-index: 2;
    position: relative;
  }
  main h1 {
    color: #3D60BD;
    font-size: 1.6em;
    font-weight: 700;
    text-align: center;
  }
  main p.info {
    font-size: 0.9em;
    margin: 20px 0;
  }
  main p {
    text-align: center;
  }
  main #info {
    margin: 0 auto 3em;
    text-align: center;
  }
  main .caution {
    background: #fff;
    position: relative;
    margin: 20px auto;
    padding: 1.3em 1em;
    border: 2px solid #D70000;
    width: 70%;
    text-align: center;
  }
  main .caution:before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 9px);
    height: calc(100% - 9px);
    content: "";
    border: 1px solid #D70000;
  }
  main .caution span {
    color: #D70000;
    font-weight: 700;
    display: block;
    margin: 10px 0 0;
  }
  section {
    background: #fff;
    box-shadow: 0 0 10px #3D60BD;
    border-radius: 0px;
    margin: 40px auto;
    padding: 40px 40px 20px;
    width: 920px;
    position: relative;
    /* slick */
  }
  section h2 {
    color: #3D60BD;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2em;
    position: relative;
    margin: 0 0 1.2em;
    padding: 0 0 10px;
  }
  section h2::before {
    content: "■";
    margin-right: 8px;
  }
  section h3 {
    color: #3D60BD;
    font-weight: 600;
    border-radius: 0px;
    margin: 20px auto 20px;
    padding: 0 0 0 10px;
    height: 25px;
    border-left: 5px solid #3D60BD;
  }
  section .import {
    font-weight: 700;
    font-style: normal;
    color: #D70000;
    font-size: 16px;
    margin: 5px 0;
    display: block;
  }
  section article {
    margin: 0 0px 20px;
  }
  section article h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 0px;
  }
  section article p {
    font-size: 0.85em;
    line-height: 1.6em;
    text-align: left;
    margin: 0 0 20px;
  }
  section article p span {
    color: #f00;
    display: block;
  }
  section article .box {
    border: 2px solid #12DCEA;
    font-size: 0.76em;
    line-height: 1.6em;
    text-align: center;
    padding: 10px 5px;
  }
  section .join {
    border-bottom: 1px solid #ccc;
  }
  section .join li {
    border-radius: 10px;
    display: block;
    line-height: 1.6em;
    margin: 10px 0 20px;
    padding: 0;
    width: 100%;
    font-size: 0.85em;
  }
  section .join li img {
    width: 100%;
  }
  section .join p {
    font-size: 0.9em;
    text-align: left;
    margin: 20px 0;
  }
  section .join p.price {
    font-size: 1.5em;
    text-align: center;
    margin: 10px 0 5px;
    padding: 10px 0 5px;
    font-weight: bold;
    color: #13bcc8;
    background: #e9fcfd;
    border: 3px double #12DCEA;
  }
  section .event {
    width: 100%;
  }
  section .event img {
    width: 100%;
  }
  section .timetable dl {
    font-size: 0.9em;
    padding: 10px 20px;
  }
  section .timetable dt {
    width: 18%;
    font-weight: 700;
    float: left;
    padding: 5px 0;
  }
  section .timetable dd {
    padding-left: 12%;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
  }
  section .timetable dd small {
    display: block;
    margin: -8px 0 0;
  }
  section .timetable dd a {
    text-decoration: underline;
  }
  section .timetable p.right {
    text-align: right;
  }
  section .past {
    width: 800px;
    position: relative;
    display: flex;
  }
  section .past .dl_btn {
    width: 1000px;
    padding: 0 0px;
    margin: 0px 25px 10px 0;
  }
  section .past .dl_btn img {
    width: 260px;
  }
  section .limited_movie {
    font-style: normal;
    border: 1px solid #333;
    margin: 20px auto;
    padding: 0px;
    width: 65%;
  }
  section .limited_movie dt {
    float: left;
    font-size: 1em;
    text-align: center;
    padding: 30px 0 0;
    width: 50%;
  }
  section .limited_movie dd {
    margin: 0 10px -8px;
  }
  section .btn {
    color: #3D60BD;
    font-weight: 600;
    background: linear-gradient(-40deg, #C3E9FF, #C8D1FF);
    border: 1px solid #AFBCFF;
    border-radius: 0px;
    margin: 0px auto 20px;
    padding: 20px 0;
    text-align: center;
    width: 45%;
  }
  section .movie {
    position: relative;
    text-align: center;
  }
  section .offshot {
    position: relative;
  }
  section .offshot img {
    width: 150px;
  }
  section .wrapper {
    box-sizing: border-box;
    display: flex;
    overflow-x: hidden;
  }
  section .inner {
    max-width: 800px;
  }
  section .slick-list {
    overflow: visible;
  }
  section .comingsoon {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    width: 100%;
    height: 150px;
    padding: 0;
    z-index: 999;
  }
  section .comingsoon span {
    display: block;
    text-align: center;
    color: #000;
    font-size: 2em;
    margin: 60px 0;
  }
  section .pc_img {
    list-style: none;
    margin: 20px auto;
    text-align: center;
  }
  section .pc_img li {
    display: inline-block;
    margin: 10px 10px 20px;
    padding: 0;
    width: 45%;
  }
  section .pc_img li img {
    width: 100%;
  }
  section .pc_img .btn-gradient {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    margin: 10px 0 0;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0;
  }
  section .pc_img a.btn-gradient {
    font-weight: normal;
    color: #fff;
    border-radius: 0;
    background-image: linear-gradient(45deg, #12DCEA 40%, #562B7C 100%);
  }
  section .pc_img a.btn-gradient:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.5s;
    background-image: linear-gradient(45deg, #12DCEA, #562B7C, #2b86c5);
  }
  section .pc_img a.btn-gradient span {
    position: relative;
    z-index: 1;
  }
  section .pc_img a.btn-gradient span::before {
    content: url(../img/e04/arrow.png);
    padding: 5px;
    vertical-align: -2px;
  }
  section .pc_img a.btn-gradient:hover {
    color: #fff;
  }
  section .pc_img a.btn-gradient:hover:after {
    opacity: 0;
  }
  section .sp_img {
    list-style: none;
    margin: 20px 0;
    text-align: center;
  }
  section .sp_img li {
    display: inline-block;
    margin: 0px 15px;
    width: 45%;
  }
  section .sp_img img {
    text-align: center;
  }
  section .sp_img .btn-gradient {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    margin: 10px 0 0;
    padding: 0.8rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0;
    width: 250px;
  }
  section .sp_img a.btn-gradient {
    font-weight: normal;
    color: #fff;
    border-radius: 0;
    background-image: linear-gradient(45deg, #12DCEA 40%, #562B7C 100%);
  }
  section .sp_img a.btn-gradient:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.5s;
    background-image: linear-gradient(45deg, #12DCEA, #562B7C, #2b86c5);
  }
  section .sp_img a.btn-gradient span {
    position: relative;
    z-index: 1;
  }
  section .sp_img a.btn-gradient span::before {
    content: url(../img/e04/arrow.png);
    padding: 5px;
    vertical-align: -2px;
  }
  section .sp_img a.btn-gradient:hover {
    color: #fff;
  }
  section .sp_img a.btn-gradient:hover:after {
    opacity: 0;
  }
  section .production {
    list-style: none;
    margin: -30px 0;
    padding: 0px 0 10px;
    width: 880px;
    position: relative;
  }
  section .production small {
    color: #D70000;
    text-align: center;
    line-height: 1.4em;
  }
  section .production li {
    display: inline-grid;
    margin: 20px 10px;
    width: 45%;
  }
  section .production img {
    text-align: center;
    margin: 0 0 10px;
    width: 100%;
  }
  section .production .dl_btn {
    width: 100%;
    max-width: 400px;
    height: 70px;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: grid;
    align-items: center;
    border-radius: 0;
    color: #fff;
    background: #3D60BD;
    transition: all 0.3s ease;
    margin: 10px auto;
    font-size: 0.8em;
    line-height: 1.2em;
  }
  section .production .dl_btn::before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    display: block;
    border: 1px solid #fff;
    border-radius: 0;
  }
  section .production .dl_btn::after {
    content: url(../img/e04/polygon.png);
    position: absolute;
    right: 13px;
  }
  section .production .dl_btn:hover {
    color: #fff;
    background: #617fd3;
    box-shadow: 0 0 0 #fff;
  }
  #page_top {
    font-size: 80%;
    font-weight: bold;
    position: fixed;
    border-radius: 30px;
    bottom: 30px;
    right: 10px;
  }
  #page_top::before {
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  #page_top a {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 8px 12px 10px;
    transition: all 0.3s;
  }
  #page_top a:hover {
    text-decoration: none;
    animation: bound 1s ease-in;
  }
  @keyframes bound {
    /** 開始時は１倍の大きさ */
    from {
      transform: scale(1);
    }
    /** 0%～25%にかけて1.15倍する */
    25% {
      transform: scale(1.15);
    }
    /** 25%～50%にかけて0.95倍する */
    50% {
      transform: scale(0.95);
    }
    /** 50%～75%にかけて1.05倍する */
    75% {
      transform: scale(1.05);
    }
    /** 終了時は元の大きさに戻す */
    to {
      transform: scale(1);
    }
  }
  footer {
    background: #012235;
    color: #BBFBFF;
    margin: 5em auto 0;
    padding: 10px;
    text-align: center;
  }
  footer:hover {
    color: #fff;
  }
}
@media screen and (max-width: 460px) {
  body {
    background: url(../img/e04/bg.jpg) 60% 100px no-repeat;
  }
  header {
    margin: 0 auto;
    padding: 0 0;
    text-align: center;
    position: relative;
    height: 130px;
  }
  header img {
    width: 100%;
  }
  main {
    margin: 2em auto;
    padding: 0;
    width: 100%;
    z-index: 2;
    position: relative;
  }
  main h1 {
    color: #3D60BD;
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
    margin: 0 20px;
  }
  main p.info {
    font-size: 0.9em;
    margin: 20px;
  }
  main p {
    text-align: left;
  }
  main #info {
    margin: 0 20px 3em;
    text-align: center;
  }
  main .caution {
    background: #fff;
    position: relative;
    margin: 20px auto;
    padding: 1.3em 1em;
    border: 2px solid #D70000;
    width: 100%;
    text-align: left;
  }
  main .caution:before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 9px);
    height: calc(100% - 9px);
    content: "";
    border: 1px solid #D70000;
  }
  main .caution span {
    color: #D70000;
    font-weight: 700;
    display: block;
    margin: 10px 0 0;
  }
  section {
    background: #fff;
    box-shadow: 0 0 10px #3D60BD;
    border-radius: 0px;
    margin: 40px auto;
    padding: 20px 20px 20px;
    width: 90%;
    position: relative;
    /* slick */
  }
  section h2 {
    color: #3D60BD;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2em;
    position: relative;
    margin: 0;
    padding: 0 0 10px;
  }
  section h2::before {
    content: "■";
    margin-right: 8px;
  }
  section h3 {
    color: #3D60BD;
    font-weight: 600;
    border-radius: 0px;
    margin: 20px auto 20px;
    padding: 0 0 0 10px;
    height: 25px;
    border-left: 5px solid #3D60BD;
  }
  section .import {
    font-weight: 700;
    font-style: normal;
    color: #D70000;
    font-size: 16px;
    margin: 5px 0;
    display: block;
  }
  section article {
    margin: 0 0px 0px;
  }
  section article h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 0px;
  }
  section article p {
    font-size: 0.85em;
    line-height: 1.6em;
    text-align: left;
    margin: 0 0 20px;
  }
  section article p span {
    color: #f00;
    display: block;
  }
  section article .box {
    border: 2px solid #12DCEA;
    font-size: 0.76em;
    line-height: 1.6em;
    text-align: left;
    padding: 10px 5px;
  }
  section .join {
    border-bottom: 1px solid #ccc;
  }
  section .join li {
    border-radius: 10px;
    display: block;
    line-height: 1.6em;
    margin: 10px 0 20px;
    padding: 0;
    width: 100%;
    font-size: 0.85em;
  }
  section .join li img {
    width: 100%;
  }
  section .join p {
    font-size: 0.9em;
    text-align: left;
    margin: 20px 0;
  }
  section .join p.price {
    font-size: 1.2em;
    text-align: center;
    margin: 5px 0 20px 0;
    padding: 5px 0 0;
    font-weight: bold;
    color: #13bcc8;
    background: #e9fcfd;
    border: 3px double #12DCEA;
  }
  section .event {
    width: 100%;
  }
  section .event img {
    width: 100%;
  }
  section .timetable dl {
    font-size: 0.9em;
    padding: 10px 0px;
    margin: 0;
  }
  section .timetable dt {
    width: 100%;
    font-size: 0.9em;
    font-weight: 700;
    float: none;
    padding: 5px 0 0;
  }
  section .timetable dd {
    padding-left: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px;
  }
  section .timetable dd small {
    display: block;
    margin: -8px 0 0;
  }
  section .timetable dd a {
    text-decoration: underline;
  }
  section .timetable p.right {
    text-align: left;
  }
  section .past {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
  }
  section .past .dl_btn {
    width: 100%;
    padding: 0 0px;
    margin: 0px 0 20px 0;
  }
  section .past .dl_btn img {
    width: 75%;
  }
  section .limited_movie {
    font-style: normal;
    border: 1px solid #333;
    margin: 20px auto;
    padding: 0px;
    width: 65%;
  }
  section .limited_movie dt {
    float: left;
    font-size: 1em;
    text-align: center;
    padding: 30px 0 0;
    width: 50%;
  }
  section .limited_movie dd {
    margin: 0 10px -8px;
  }
  section .btn {
    color: #3D60BD;
    font-weight: 600;
    background: linear-gradient(-40deg, #C3E9FF, #C8D1FF);
    border: 1px solid #AFBCFF;
    border-radius: 0px;
    margin: 0px auto 0;
    padding: 20px 0;
    text-align: center;
    width: 100%;
  }
  section .movie {
    position: relative;
    text-align: center;
  }
  section .offshot {
    position: relative;
  }
  section .offshot img {
    width: 150px;
  }
  section .wrapper {
    box-sizing: border-box;
    display: flex;
    overflow-x: hidden;
  }
  section .inner {
    max-width: 800px;
  }
  section .slick-list {
    overflow: visible;
  }
  section .comingsoon {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    width: 100%;
    height: 150px;
    padding: 0;
    z-index: 999;
  }
  section .comingsoon span {
    display: block;
    text-align: center;
    color: #000;
    font-size: 2em;
    margin: 60px 0;
  }
  section .pc_img {
    list-style: none;
    margin: 20px auto -20px;
    text-align: center;
  }
  section .pc_img li {
    display: block;
    margin: 10px auto 20px;
    padding: 0;
    width: 100%;
  }
  section .pc_img li img {
    width: 100%;
  }
  section .pc_img .btn-gradient {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    margin: 0px 0 0;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0;
    width: 100%;
  }
  section .pc_img a.btn-gradient {
    font-weight: normal;
    color: #fff;
    border-radius: 0;
    background-image: linear-gradient(45deg, #12DCEA 40%, #562B7C 100%);
  }
  section .pc_img a.btn-gradient:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.5s;
    background-image: linear-gradient(45deg, #12DCEA, #562B7C, #2b86c5);
  }
  section .pc_img a.btn-gradient span {
    position: relative;
    z-index: 1;
  }
  section .pc_img a.btn-gradient span::before {
    content: url(../img/e04/arrow.png);
    padding: 5px;
    vertical-align: -2px;
  }
  section .pc_img a.btn-gradient:hover {
    color: #fff;
  }
  section .pc_img a.btn-gradient:hover:after {
    opacity: 0;
  }
  section .sp_img {
    list-style: none;
    margin: 20px 0 -30px;
    text-align: center;
  }
  section .sp_img li {
    display: inline-block;
    margin: 0px auto 20px;
    width: 100%;
  }
  section .sp_img img {
    text-align: center;
    width: 100%;
  }
  section .sp_img .btn-gradient {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    margin: 5px 0 10px;
    padding: 0.8rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0;
    width: 100%;
  }
  section .sp_img a.btn-gradient {
    font-weight: normal;
    color: #fff;
    border-radius: 0;
    background-image: linear-gradient(45deg, #12DCEA 40%, #562B7C 100%);
  }
  section .sp_img a.btn-gradient:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.5s;
    background-image: linear-gradient(45deg, #12DCEA, #562B7C, #2b86c5);
  }
  section .sp_img a.btn-gradient span {
    position: relative;
    z-index: 1;
  }
  section .sp_img a.btn-gradient span::before {
    content: url(../img/e04/arrow.png);
    padding: 5px;
    vertical-align: -2px;
  }
  section .sp_img a.btn-gradient:hover {
    color: #fff;
  }
  section .sp_img a.btn-gradient:hover:after {
    opacity: 0;
  }
  section .production {
    list-style: none;
    margin: -10px 0;
    padding: 0px;
    width: 100%;
    position: relative;
  }
  section .production small {
    color: #D70000;
    text-align: left;
    line-height: 1.4em;
  }
  section .production li {
    display: block;
    margin: 20px 0px;
    width: 100%;
  }
  section .production img {
    text-align: center;
    margin: 0 0 0px;
    width: 100%;
  }
  section .production .dl_btn {
    width: 100%;
    max-width: 400px;
    height: 70px;
    padding: 0 40px 0 20px;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: grid;
    align-items: center;
    border-radius: 0;
    color: #fff;
    background: #3D60BD;
    transition: all 0.3s ease;
    margin: 0px auto;
    font-size: 0.8em;
    line-height: 1.2em;
  }
  section .production .dl_btn::before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    display: block;
    border: 1px solid #fff;
    border-radius: 0;
  }
  section .production .dl_btn::after {
    content: url(../img/e04/polygon.png);
    position: absolute;
    right: 13px;
  }
  section .production .dl_btn:hover {
    color: #fff;
    background: #617fd3;
    box-shadow: 0 0 0 #fff;
  }
  #page_top {
    font-size: 80%;
    font-weight: bold;
    position: fixed;
    border-radius: 30px;
    bottom: 30px;
    right: 10px;
    z-index: 9999;
  }
  #page_top::before {
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  #page_top a {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 8px 12px 10px;
    transition: all 0.3s;
  }
  #page_top a:hover {
    text-decoration: none;
    animation: bound 1s ease-in;
  }
  @keyframes bound {
    /** 開始時は１倍の大きさ */
    from {
      transform: scale(1);
    }
    /** 0%～25%にかけて1.15倍する */
    25% {
      transform: scale(1.15);
    }
    /** 25%～50%にかけて0.95倍する */
    50% {
      transform: scale(0.95);
    }
    /** 50%～75%にかけて1.05倍する */
    75% {
      transform: scale(1.05);
    }
    /** 終了時は元の大きさに戻す */
    to {
      transform: scale(1);
    }
  }
  footer {
    background: #012235;
    color: #BBFBFF;
    margin: 5em auto 0;
    padding: 10px;
    text-align: center;
  }
  footer:hover {
    color: #fff;
  }
}/*# sourceMappingURL=common_e04.css.map */