@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button, svg {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
}

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

nav, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:visited {
  color: inherti;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*# sourceMappingURL=reset.css.map */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html {
  font-size: 62.5%;
  font-family: "HiraKakuPro-W6", "MS UI Gothic", sans-serif;
}
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 5.7142857143vw;
  }
}

::-moz-selection {
  color: #F4F4F4;
  background: #E60012;
  text-shadow: none;
}

::selection {
  color: #F4F4F4;
  background: #E60012;
  text-shadow: none;
}

.main-bg {
  width: 100%;
  background-image: url(../img/bg.png);
  background-size: 50%;
  position: relative;
}

.default-wrap {
  margin: 0 auto;
  width: 94.2857142857vw;
}
@media screen and (max-width: 768px) {
  .default-wrap {
    width: 89.5833333333vw;
  }
}

.font-orange {
  color: #FFC84F;
}

.font-red {
  color: #E60012;
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .br_sp {
    display: none;
  }
}

.section__title {
  width: 100%;
  height: 11.4285714286vw;
  position: relative;
  background-color: #111111;
}
@media screen and (max-width: 768px) {
  .section__title {
    height: 26.0416666667vw;
  }
}
.section__title__text {
  height: 4.2857142857vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #FFC84F;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .section__title__text {
    height: 13.0208333333vw;
  }
}

.section__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: solid 7.8571428571vw transparent;
  border-right: solid 26vw #272727;
  border-bottom: solid 7.8571428571vw #272727;
  border-left: solid 26vw transparent;
}
@media screen and (max-width: 768px) {
  .section__title::after {
    border-top: solid 14.3229166667vw transparent;
    border-right: solid 47.3958333333vw #272727;
    border-bottom: solid 14.3229166667vw #272727;
    border-left: solid 47.3958333333vw transparent;
  }
}

.sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns-link a {
  margin-left: 1.4285714286vw;
}
@media screen and (max-width: 768px) {
  .sns-link a {
    margin-left: 5.2083333333vw;
  }
}
.sns-link a img {
  width: 3.9285714286vw;
  height: 3.9285714286vw;
}
@media screen and (max-width: 768px) {
  .sns-link a img {
    width: 14.3229166667vw;
    height: 14.3229166667vw;
  }
}
.sns-link a:first-child {
  margin-left: 0;
}

header {
  width: 100%;
  height: 5.7142857143vw;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  background-color: #FFC84F;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    height: 100vh;
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
    background-image: url(../img/bg.png);
    background-size: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
header .default-wrap {
  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 screen and (max-width: 768px) {
  header .default-wrap {
    margin-top: auto;
    margin-bottom: auto;
    height: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header .default-wrap .nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  header .default-wrap .nav {
    height: 80%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header .default-wrap .nav .nav-list {
  margin-left: 30px;
  position: relative;
  text-decoration: none;
  z-index: 40;
}
@media screen and (max-width: 768px) {
  header .default-wrap .nav .nav-list {
    margin-left: 0;
    margin-top: 0;
  }
}
header .default-wrap .nav .nav-list .nav-item {
  height: 1.4285714286vw;
  fill: #E60012;
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}
@media screen and (max-width: 768px) {
  header .default-wrap .nav .nav-list .nav-item {
    height: 9.1145833333vw;
  }
}
header .default-wrap .nav .nav-list #news_btn {
  width: 4.1428571429vw;
}
@media screen and (max-width: 768px) {
  header .default-wrap .nav .nav-list #news_btn {
    width: 26.4322916667vw;
  }
}
header .default-wrap .nav .nav-list #story_btn {
  width: 4.9285714286vw;
}
@media screen and (max-width: 768px) {
  header .default-wrap .nav .nav-list #story_btn {
    width: 31.5104166667vw;
  }
}
header .default-wrap .nav .nav-list #characters_btn {
  width: 8.9285714286vw;
}
@media screen and (max-width: 768px) {
  header .default-wrap .nav .nav-list #characters_btn {
    width: 57.03125vw;
  }
}
header .default-wrap .nav .nav-list #outline_btn {
  width: 5.4285714286vw;
}
@media screen and (max-width: 768px) {
  header .default-wrap .nav .nav-list #outline_btn {
    width: 34.6354166667vw;
  }
}
header .default-wrap .nav .nav-list #ticket_btn {
  width: 4.2142857143vw;
}
@media screen and (max-width: 768px) {
  header .default-wrap .nav .nav-list #ticket_btn {
    width: 26.953125vw;
  }
}
header .default-wrap .nav .nav-list #goods_btn {
  width: 3.6428571429vw;
}
@media screen and (max-width: 768px) {
  header .default-wrap .nav .nav-list #goods_btn {
    width: 23.3072916667vw;
  }
}
header .default-wrap .nav .nav-list #attention_btn {
  width: 8vw;
}
@media screen and (max-width: 768px) {
  header .default-wrap .nav .nav-list #attention_btn {
    width: 51.0416666667vw;
  }
}
header .default-wrap .nav .nav-list:first-child {
  margin-left: 0;
}
header .default-wrap .nav .nav-list:hover .nav-item {
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
  fill: #111111;
}
header .default-wrap .nav .nav-list::after {
  content: "";
  width: 100%;
  height: 0.5714285714vw;
  position: absolute;
  bottom: -1vw;
  left: 0;
  background: #E60012;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
header .default-wrap .nav .nav-list:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (min-width: 769px) {
  header .default-wrap .nav .nav-list.active .nav-item {
    -webkit-transition: fill 0.5s ease;
    transition: fill 0.5s ease;
    fill: #111111;
  }
}
@media screen and (min-width: 769px) {
  header .default-wrap .nav .nav-list.active::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
header .default-wrap .sns-link {
  margin-right: 11.8571428571vw;
  z-index: 40;
}
@media screen and (max-width: 768px) {
  header .default-wrap .sns-link {
    margin-right: 0;
  }
}
header .default-wrap .sns-link a {
  margin-left: 1vw;
}
@media screen and (max-width: 768px) {
  header .default-wrap .sns-link a {
    margin-left: 5.2083333333vw;
  }
}
header .default-wrap .sns-link img {
  width: 2.7142857143vw;
  height: 2.7142857143vw;
}
@media screen and (max-width: 768px) {
  header .default-wrap .sns-link img {
    width: 14.3229166667vw;
    height: 14.3229166667vw;
  }
}
header .default-wrap a:first-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  header::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: solid 50vh #FFC84F;
    border-right: solid 50vw transparent;
    border-bottom: solid 50vh transparent;
    border-left: solid 50vw #FFC84F;
    z-index: 30;
  }
}

.header.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.ticket-btn {
  width: 12.5714285714vw;
  height: 6.8571428571vw;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .ticket-btn {
    width: 45.8333333333vw;
    height: 25vw;
    top: auto;
    bottom: 2.6041666667vw;
    right: 2.6041666667vw;
    z-index: 20;
  }
}
.ticket-btn__out {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 60;
}
.ticket-btn__on {
  width: 100%;
  height: 100%;
}

.ticket-btn:hover .ticket-btn__out {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media screen and (max-width: 768px) {
  .ticket-btn.hidden {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
}

.main-view {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #FFC84F;
}
.main-view .default-wrap {
  padding-top: 5.7142857143vw;
}
@media screen and (max-width: 768px) {
  .main-view .default-wrap {
    padding-top: 4.0364583333vw;
  }
}
.main-view .default-wrap .main-view__img__pc {
  width: 100%;
  height: 50.4285714286vw;
  background-image: url("../img/mv__pc.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .main-view .default-wrap .main-view__img__pc {
    display: none;
  }
}
.main-view .default-wrap .main-view__img__sp {
  width: 100%;
  height: 153.6458333333vw;
  background-image: url("../img/mv__sp.png");
  background-size: 136%;
  background-position: 23% 0%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .main-view .default-wrap .main-view__img__sp {
    display: none;
  }
}
.main-view .collaboration_pc {
  width: 24.6428571429vw;
  height: 4.6428571429vw;
  position: absolute;
  top: 17vw;
  left: 58.4285714286vw;
}
@media screen and (max-width: 768px) {
  .main-view .collaboration_pc {
    display: none;
  }
}
.main-view .collaboration_sp {
  margin: 5.2083333333vw auto 0 auto;
  width: 71.7447916667vw;
  height: 13.5416666667vw;
  display: block;
  vertical-align: bottom;
}
@media screen and (min-width: 769px) {
  .main-view .collaboration_sp {
    display: none;
  }
}
.main-view .main-view__copy {
  height: 18.5714285714vw;
  position: absolute;
  top: 8.5714285714vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .main-view .main-view__copy {
    height: 33.8541666667vw;
    top: 7.8125vw;
  }
}
.main-view .main-view__title {
  width: 45.2857142857vw;
  position: absolute;
  top: 23vw;
  left: 48vw;
}
@media screen and (max-width: 768px) {
  .main-view .main-view__title {
    width: 101.5625vw;
    top: 108.0729166667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.venues {
  width: 100%;
  background-color: #FFC84F;
}
.venues .default-wrap {
  padding-top: 2.8571428571vw;
}
@media screen and (max-width: 768px) {
  .venues .default-wrap {
    padding-top: 5.2083333333vw;
  }
}
.venues .default-wrap .venues__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .venues .default-wrap .venues__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.venues .default-wrap .venues__items .venues__item {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .venues .default-wrap .venues__items .venues__item {
    margin-top: 5.2083333333vw;
    width: 100%;
  }
}
.venues .default-wrap .venues__items .venues__item__caption {
  width: 100%;
  height: 2.8571428571vw;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E60012;
}
@media screen and (max-width: 768px) {
  .venues .default-wrap .venues__items .venues__item__caption {
    height: 8.8541666667vw;
  }
}
.venues .default-wrap .venues__items .venues__item__caption p {
  text-align: center;
  font-size: 1.2857142857vw;
  line-height: 2.8571428571vw;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .venues .default-wrap .venues__items .venues__item__caption p {
    font-size: 4.1666666667vw;
    line-height: 8.8541666667vw;
  }
}
.venues .default-wrap .venues__items .venues__item__desc {
  padding: 5.7142857143vw 2.8571428571vw 2.8571428571vw 2.8571428571vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #111111;
}
@media screen and (max-width: 768px) {
  .venues .default-wrap .venues__items .venues__item__desc {
    padding: 14.0625vw 5.2083333333vw 5.2083333333vw 5.2083333333vw;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.venues .default-wrap .venues__items .venues__item__desc__inner {
  margin-top: 1.3714285714vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .venues .default-wrap .venues__items .venues__item__desc__inner {
    margin-top: 3.3333333333vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.venues .default-wrap .venues__items .venues__item__desc__inner:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .venues .default-wrap .venues__items .venues__item:first-child {
    margin-top: 0;
  }
}
.venues .default-wrap .venues__item__desc__font {
  font-size: 1.7142857143vw;
  line-height: 1.4;
  color: #FFC84F;
}
@media screen and (max-width: 768px) {
  .venues .default-wrap .venues__item__desc__font {
    text-align: left;
    font-size: 3.90625vw;
  }
}
.venues .default-wrap .venues__item__desc__font:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.venues .default-wrap .venues__item__desc__font:nth-child(2) {
  color: #FFFFFF;
}
.venues .default-wrap .white {
  color: #FFFFFF;
}
.venues .default-wrap .venues__item__desc__font_white {
  text-align: center;
  font-size: 1.1428571429vw;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .venues .default-wrap .venues__item__desc__font_white {
    margin-top: 1.953125vw;
    text-align: left;
    font-size: 3.6458333333vw;
    line-height: 6.9010416667vw;
  }
}
.venues .default-wrap .venues__item__desc__font_white:nth-child(2) {
  margin-top: 1.7142857143vw;
}
@media screen and (max-width: 768px) {
  .venues .default-wrap .venues__item__desc__font_white:nth-child(2) {
    margin-top: 2.9296875vw;
  }
}
.venues .default-wrap .venues__item__desc__font_white ._icon {
  background-color: #E60012;
  color: #FFFFFF;
  padding: 0.2142857143vw 0.8571428571vw;
  margin-right: 0.8571428571vw;
}
@media screen and (max-width: 768px) {
  .venues .default-wrap .venues__item__desc__font_white ._icon {
    padding: 0.390625vw 1.5625vw;
    margin-right: 1.5625vw;
  }
}
.venues .default-wrap .venues__item__desc__font_white._gray {
  color: #C6C6C6;
}
.venues .default-wrap .venues__item__desc__font_white._gray ._icon {
  background-color: #C6C6C6;
  color: #000;
}
.venues .lead_area {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .venues #lead_area_pc {
    display: none;
  }
}
.venues #lead_area_sp {
  padding-bottom: 12.7604166667vw;
}
@media screen and (min-width: 769px) {
  .venues #lead_area_sp {
    display: none;
  }
}

.slide {
  padding-bottom: 19.7857142857vw;
  width: 100%;
  overflow: hidden;
  background-color: #FFC84F;
}
@media screen and (max-width: 768px) {
  .slide {
    padding-bottom: 50.1302083333vw;
  }
}
.slide__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-animation: infinity-loop 30s infinite linear 1s both;
          animation: infinity-loop 30s infinite linear 1s both;
}
.slide__wrap__img {
  height: 160px;
}
@media screen and (max-width: 768px) {
  .slide__wrap__img {
    height: 20.8333333333vw;
  }
}

@-webkit-keyframes infinity-loop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-1704px);
            transform: translateX(-1704px);
  }
}

@keyframes infinity-loop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-1704px);
            transform: translateX(-1704px);
  }
}
.news {
  width: 100%;
  position: relative;
}
.news #news__title {
  width: 12.4285714286vw;
}
@media screen and (max-width: 768px) {
  .news #news__title {
    width: 37.6302083333vw;
  }
}
.news__img {
  height: 37.0714285714vw;
  position: absolute;
  top: -35.1428571429vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .news__img {
    height: 82.6822916667vw;
    top: -78.2552083333vw;
  }
}
.news__content .default-wrap {
  padding: 1.7857142857vw 0;
}
@media screen and (max-width: 768px) {
  .news__content .default-wrap {
    padding: 4.5572916667vw 0;
  }
}
.news__content .default-wrap .date {
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  .news__content .default-wrap .date {
    font-size: 3.125vw;
    font-weight: bold;
  }
}
.news__content .default-wrap .desc {
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 768px) {
  .news__content .default-wrap .desc {
    font-size: 3.6458333333vw;
  }
}
.news__content .default-wrap a {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  text-decoration: underline;
}
.news__content .default-wrap a:hover {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #FFC84F;
}
.news__content:nth-child(even) {
  background-color: #F4F4F4;
}
.news__content:nth-child(odd) {
  background-color: #FFFFFF;
}
.news .covid-19 {
  padding-top: 5.7142857143vw;
  margin: 0 auto;
  max-width: 880px;
}
@media screen and (max-width: 768px) {
  .news .covid-19 {
    padding-top: 15.625vw;
  }
}
.news .covid-19 .covid-19_inner {
  padding: 2.1428571429vw;
  width: 100%;
  background-color: #111111;
}
@media screen and (max-width: 768px) {
  .news .covid-19 .covid-19_inner {
    padding: 5.2083333333vw;
  }
}
.news .covid-19 .covid-19_inner .covid-19_title {
  font-size: 1.2857142857vw;
  line-height: 1.4;
  color: #FFC84F;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news .covid-19 .covid-19_inner .covid-19_title {
    font-size: 3.90625vw;
  }
}
.news .covid-19 .covid-19_inner .covid-19_top_desc {
  margin-top: 1.4285714286vw;
  font-size: 1.1428571429vw;
  line-height: 1.4;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .news .covid-19 .covid-19_inner .covid-19_top_desc {
    margin-top: 2.8571428571vw;
    text-align: left;
    font-size: 3.125vw;
  }
}
.news .covid-19 .covid-19_inner #covid-19_list {
  margin-top: 1.7857142857vw;
}
@media screen and (max-width: 768px) {
  .news .covid-19 .covid-19_inner #covid-19_list {
    margin-top: 5.2083333333vw;
  }
}
.news .covid-19 .covid-19_inner #covid-19_list .accordion {
  padding: 0.7142857143vw 4.2857142857vw 0.7142857143vw 2.8571428571vw;
  position: relative;
  background-color: #E60012;
}
@media screen and (max-width: 768px) {
  .news .covid-19 .covid-19_inner #covid-19_list .accordion {
    padding: 1.953125vw 5.859375vw 1.953125vw 2.6041666667vw;
  }
}
.news .covid-19 .covid-19_inner #covid-19_list .accordion .covid-19_arrow-area {
  width: 1vw;
  height: 1vw;
  position: absolute;
  top: 50%;
  right: 2.1428571429vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .news .covid-19 .covid-19_inner #covid-19_list .accordion .covid-19_arrow-area {
    right: 3.90625vw;
    width: 1.8229166667vw;
    height: 1.8229166667vw;
  }
}
.news .covid-19 .covid-19_inner #covid-19_list .accordion.active .covid-19_arrow-area {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.news .covid-19 .covid-19_inner #covid-19_list .covid-19_list_title {
  font-size: 1.1428571429vw;
  color: #FFFFFF;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news .covid-19 .covid-19_inner #covid-19_list .covid-19_list_title {
    text-align: start;
    font-size: 3.125vw;
  }
}
.news .covid-19 .covid-19_inner #covid-19_list .accordion_item {
  padding: 1.4285714286vw 2.1428571429vw;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .news .covid-19 .covid-19_inner #covid-19_list .accordion_item {
    padding: 2.6041666667vw 2.1428571429vw;
  }
}
.news .covid-19 .covid-19_inner #covid-19_list .accordion_item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news .covid-19 .covid-19_inner #covid-19_list .accordion_item li p {
  font-size: 1.1428571429vw;
  line-height: 1.4;
  color: #111111;
}
@media screen and (max-width: 768px) {
  .news .covid-19 .covid-19_inner #covid-19_list .accordion_item li p {
    text-align: left;
    font-size: 3.125vw;
  }
}
.news .covid-19 .covid-19_inner #covid-19_list .accordion_item li .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news .banner {
  background: -webkit-gradient(linear, left top, right top, color-stop(41.428%, #FFC84F), color-stop(41.428%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, #FFC84F 41.428%, rgba(0, 0, 0, 0) 41.428%);
}
@media screen and (max-width: 768px) {
  .news .banner {
    background: -webkit-gradient(linear, left top, right top, color-stop(37.239%, #FFC84F), color-stop(37.239%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, #FFC84F 37.239%, rgba(0, 0, 0, 0) 37.239%);
  }
}
.news .banner__wrap {
  padding: 2.8571428571vw 0 5.7142857143vw 0;
  margin: 0 auto;
  width: 31.4285714286vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .news .banner__wrap {
    padding: 7.6822916667vw 0 15.625vw 0;
    width: 89.5833333333vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news .banner__wrap .banner__released {
  width: 14.2857142857vw;
  height: 4.2857142857vw;
}
@media screen and (max-width: 768px) {
  .news .banner__wrap .banner__released {
    margin-top: 5.2083333333vw;
    width: 100%;
    height: 27.2135416667vw;
  }
}
.news .banner__wrap .banner__released img {
  width: 100%;
  height: 100%;
}
.news .banner__wrap img {
  width: 14.2857142857vw;
  height: 4.2857142857vw;
}
@media screen and (max-width: 768px) {
  .news .banner__wrap img {
    margin-top: 5.2083333333vw;
    width: 100%;
    height: 27.2135416667vw;
  }
}
.news .banner__wrap img:first-child {
  margin-top: 0;
}

.story {
  width: 100%;
}
.story #story__title {
  width: 14.7857142857vw;
}
@media screen and (max-width: 768px) {
  .story #story__title {
    width: 44.7916666667vw;
  }
}
.story .story__content {
  padding-top: 5.7142857143vw;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .story .story__content {
    padding-top: 10.4166666667vw;
  }
}
.story .story__content #story_title_img {
  margin: 0 auto;
  display: block;
  fill: #e60012;
  height: 4.4285714286vw;
}
@media screen and (max-width: 768px) {
  .story .story__content #story_title_img {
    height: 11.71875vw;
  }
}
.story .story__content p {
  margin: 2.7142857143vw auto 0 auto;
  width: 94.2857142857vw;
  text-align: center;
  font-size: 1.2857142857vw;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .story .story__content p {
    margin: 6.1197916667vw auto 0 auto;
    width: 89.5833333333vw;
    text-align: start;
    font-size: 4.1666666667vw;
  }
}
.story .story__content #city {
  margin-top: 2.3571428571vw;
  height: 24.5714285714vw;
  width: 100%;
  fill: #ffffff;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .story .story__content #city {
    margin-top: 8.7239583333vw;
    width: 260%;
    height: 62.109375vw;
    -webkit-transform: translateX(-30.8%);
            transform: translateX(-30.8%);
  }
}
.story .story__content #city .distant {
  fill: #f0a399;
}
.story .story__content #city .middle {
  fill: #e56655;
}
.story .story__content #city .foreground {
  fill: #c3240f;
}

.characters {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(41.428%, #FFC84F), color-stop(41.428%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, #FFC84F 41.428%, rgba(0, 0, 0, 0) 41.428%);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .characters {
    background: -webkit-gradient(linear, left top, right top, color-stop(37.239%, #FFC84F), color-stop(37.239%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, #FFC84F 37.239%, rgba(0, 0, 0, 0) 37.239%);
  }
}
.characters #characters__title {
  width: 26.7142857143vw;
}
@media screen and (max-width: 768px) {
  .characters #characters__title {
    width: 81.25vw;
  }
}
.characters .section__title {
  position: absolute;
}
.characters .characters__area {
  overflow: hidden;
  padding-top: 11.4285714286vw;
}
@media screen and (max-width: 768px) {
  .characters .characters__area {
    padding-top: 26.0416666667vw;
  }
}
.characters .characters__area .characters__wrap {
  margin: 0 auto 0 18.5714285714vw;
  width: 62.8571428571vw;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .characters__wrap {
    margin: 0 0 0 auto;
    display: inline;
  }
}
.characters .characters__area .characters__wrap .character {
  width: 45.7142857143vw;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .characters__wrap .character {
    width: 66.796875vw;
  }
}
.characters .characters__area .characters__wrap .character__name {
  padding: 1.4285714286vw 1.7857142857vw;
  width: 24.4285714286vw;
  position: relative;
  background-color: #111111;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .characters__wrap .character__name {
    padding: 3.3854166667vw 3.0598958333vw 3.90625vw 3.0598958333vw;
    width: 100%;
  }
}
.characters .characters__area .characters__wrap .character__name h3 {
  font-size: 2.2857142857vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .characters__wrap .character__name h3 {
    font-size: 10.4166666667vw;
    line-height: 11.4583333333vw;
  }
}
.characters .characters__area .characters__wrap .character__name .ranking {
  margin-top: 1.25vw;
  font-size: 1.1428571429vw;
  line-height: 1;
  color: #FFC84F;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .characters__wrap .character__name .ranking {
    margin-top: 2.1484375vw;
    font-size: 5.2083333333vw;
  }
}
.characters .characters__area .characters__wrap .character__name .character__bg {
  width: 18.2857142857vw;
  height: 9.6428571429vw;
  position: absolute;
  right: -19.7142857143vw;
  bottom: 1.4285714286vw;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .characters__wrap .character__name .character__bg {
    width: 53.3854166667vw;
    height: 27.9947916667vw;
    top: -27.9947916667vw;
    right: 0;
    bottom: auto;
  }
}
.characters .characters__area .characters__wrap .character__desc {
  margin-left: auto;
  margin-right: 0;
  padding: 1.4285714286vw 1.7857142857vw;
  width: 37.1428571429vw;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  font-size: 1.2857142857vw;
  color: #111111;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .characters__wrap .character__desc {
    padding: 3.90625vw 5.2083333333vw;
    width: 58.984375vw;
    background-color: #FFFFFF;
    font-size: 3.125vw;
  }
}
.characters .characters__area .characters__wrap .character__img {
  position: absolute;
  z-index: -5;
}
.characters .characters__area .characters__wrap .saitama {
  margin-top: 9.8571428571vw;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .characters__wrap .saitama {
    margin-top: 43.359375vw;
  }
}
.characters .characters__area .characters__wrap .saitama__img {
  height: 42.5714285714vw;
  top: -16.2857142857vw;
  left: -22.7857142857vw;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .characters__wrap .saitama__img {
    height: 116.2760416667vw;
    top: -40.3645833333vw;
    left: -44.2708333333vw;
  }
}
.characters .characters__area .characters__wrap .genos {
  margin-top: 15.7142857143vw;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .characters__wrap .genos {
    margin-left: auto;
    margin-right: 0;
    margin-top: 65.1041666667vw;
  }
}
.characters .characters__area .characters__wrap .genos__img {
  height: 48.5714285714vw;
  top: -17.1428571429vw;
  right: -24.6428571429vw;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .characters__wrap .genos__img {
    height: 143.0989583333vw;
    top: -52.0833333333vw;
    left: -58.59375vw;
  }
}
.characters .characters__area .characters__wrap .tatsumaki {
  margin-left: auto;
  margin-right: 0;
  margin-top: 18.5714285714vw;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .characters__wrap .tatsumaki {
    margin-top: 78.125vw;
  }
}
.characters .characters__area .characters__wrap .tatsumaki__img {
  height: 41.2857142857vw;
  top: -12.7142857143vw;
  left: -19.5714285714vw;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .characters__wrap .tatsumaki__img {
    height: 110.15625vw;
    top: -39.7135416667vw;
    left: -37.109375vw;
  }
}
.characters .characters__area .characters__wrap .bang {
  margin-top: 16.4285714286vw;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .characters__wrap .bang {
    margin-left: auto;
    margin-right: 0;
    margin-top: 66.6666666667vw;
  }
}
.characters .characters__area .characters__wrap .bang__img {
  height: 41.2857142857vw;
  top: -10.5vw;
  right: -15.0714285714vw;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .characters__wrap .bang__img {
    height: 121.6145833333vw;
    top: -45.5729166667vw;
    left: -27.34375vw;
  }
}
.characters .characters__area .mumen {
  margin-top: 23.5714285714vw;
  padding-bottom: 5.7142857143vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .mumen {
    margin-top: 34.1145833333vw;
    padding-bottom: 10.4166666667vw;
  }
}
.characters .characters__area .mumen__wrap {
  margin-left: 33.8571428571vw;
  width: 27.1428571429vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .mumen__wrap {
    margin-left: 0;
    width: 57.9427083333vw;
  }
}
.characters .characters__area .mumen__wrap .mumen_name {
  padding: 1.4285714286vw 1.7857142857vw;
  width: 24.4285714286vw;
  position: relative;
  background-color: #111111;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .mumen__wrap .mumen_name {
    padding: 3.90625vw 3.0598958333vw;
    width: 100%;
  }
}
.characters .characters__area .mumen__wrap .mumen_name h3 {
  font-size: 2.2857142857vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .mumen__wrap .mumen_name h3 {
    font-size: 8.4635416667vw;
  }
}
.characters .characters__area .mumen__wrap .mumen_name .ranking {
  margin-top: 1.25vw;
  font-size: 1.1428571429vw;
  line-height: 1;
  color: #FFC84F;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .mumen__wrap .mumen_name .ranking {
    margin-top: 2.2786458333vw;
    font-size: 5.2083333333vw;
  }
}
.characters .characters__area .mumen__wrap .mumen_name .mumen_img {
  position: absolute;
  height: 28.8571428571vw;
  top: -11.4285714286vw;
  left: -12.1428571429vw;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .mumen__wrap .mumen_name .mumen_img {
    height: 78.3854166667vw;
    top: -15.625vw;
    left: 65.1041666667vw;
  }
}
.characters .characters__area .mumen__wrap .mumen_desc {
  margin: 0 0 0 auto;
  padding: 1.4285714286vw 1.7857142857vw;
  width: 25.8571428571vw;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  font-size: 1.2857142857vw;
  color: #111111;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .mumen__wrap .mumen_desc {
    margin: 0;
    padding: 3.90625vw 3.0598958333vw;
    width: 52.6041666667vw;
    background-color: #FFFFFF;
    font-size: 3.125vw;
  }
}
.characters .characters__area .mumen__wrap .mumen__bg {
  width: 18.2857142857vw;
  height: 9.6428571429vw;
  position: absolute;
  right: -19.7142857143vw;
  bottom: 0vw;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .mumen__wrap .mumen__bg {
    width: 40.1041666667vw;
    height: 20.9635416667vw;
    position: static;
  }
}
.characters .characters__area .mumen .mumen_bg__orange {
  position: absolute;
  top: -11.0714285714vw;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFC84F;
  z-index: -30;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .mumen .mumen_bg__orange {
    top: 6.1197916667vw;
  }
}
.characters .characters__area .mumen .mumen_bg__dark-orange {
  position: absolute;
  top: -5.7142857143vw;
  right: 0;
  bottom: 0;
  left: 0;
  background: #D2A43F;
  z-index: -20;
}
@media screen and (max-width: 768px) {
  .characters .characters__area .mumen .mumen_bg__dark-orange {
    top: 16.5364583333vw;
  }
}
.characters .about-one_punch {
  padding: 5.7142857143vw 0 5.7142857143vw 0;
  background-color: #E60012;
}
@media screen and (max-width: 768px) {
  .characters .about-one_punch {
    padding: 10.4166666667vw 0 10.4166666667vw 0;
  }
}
.characters .about-one_punch__title {
  margin: 0 auto;
  height: 4.2857142857vw;
  display: block;
  fill: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .characters .about-one_punch__title {
    height: 10.4166666667vw;
  }
}
.characters .about-one_punch__content {
  margin-top: 3.5714285714vw;
  padding: 3.2857142857vw 2.8571428571vw 2.8571428571vw 2.8571428571vw;
  background-color: #111111;
}
@media screen and (max-width: 768px) {
  .characters .about-one_punch__content {
    margin-top: 6.5104166667vw;
    padding: 5.9895833333vw 5.2083333333vw 5.2083333333vw 5.2083333333vw;
  }
}
.characters .about-one_punch__content__logo {
  margin: 0 auto;
  width: 28.2142857143vw;
  height: 5.2142857143vw;
}
@media screen and (max-width: 768px) {
  .characters .about-one_punch__content__logo {
    width: 71.875vw;
    height: 13.1510416667vw;
  }
}
.characters .about-one_punch__content__logo img {
  width: 100%;
  height: 100%;
}
.characters .about-one_punch__content__desc {
  margin-top: 2.8571428571vw;
  text-align: center;
  font-size: 1.2857142857vw;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .characters .about-one_punch__content__desc {
    margin-top: 5.2083333333vw;
    font-size: 3.125vw;
    text-align: start;
  }
}
.characters .about-one_punch__content__link {
  margin: 2.8571428571vw auto 0 auto;
  width: 27.8571428571vw;
  height: 3.5714285714vw;
  display: block;
  border-radius: 1.7857142857vw;
  background-color: #FFFFFF;
  font-size: 1.2857142857vw;
  line-height: 3.5714285714vw;
  text-align: center;
  color: #111111;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .characters .about-one_punch__content__link {
    margin: 5.2083333333vw auto 0 auto;
    width: 79.1666666667vw;
    height: 13.0208333333vw;
    display: block;
    border-radius: 6.5104166667vw;
    font-size: 3.3854166667vw;
    line-height: 13.0208333333vw;
  }
}
.characters .about-one_punch__content__link:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #FFC84F;
  color: #FFFFFF;
}

.outline {
  width: 100%;
}
.outline #outline_title {
  width: 16.2857142857vw;
}
@media screen and (max-width: 768px) {
  .outline #outline_title {
    width: 49.4791666667vw;
  }
}
.outline .outline__top {
  padding: 5.7142857143vw 0;
  background-color: #F4F4F4;
}
@media screen and (max-width: 768px) {
  .outline .outline__top {
    padding: 10.4166666667vw 0;
  }
}
.outline .outline__top .outline__desc {
  font-size: 1.2857142857vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .outline .outline__top .outline__desc {
    font-size: 3.125vw;
    text-align: left;
  }
}
.outline .outline__top .line__entry {
  margin-top: 7.1428571429vw;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .outline .outline__top .line__entry {
    margin-top: 15.625vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.outline .outline__top .line__entry__img {
  width: 37.5714285714vw;
  position: absolute;
  top: -1.4285714286vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .outline .outline__top .line__entry__img {
    width: 94.0104166667vw;
    top: -5.2083333333vw;
    left: -5.2083333333vw;
  }
}
.outline .outline__top .line__entry .line__hand {
  width: 40%;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .outline .outline__top .line__entry .line__hand {
    width: 100%;
    height: 42.96875vw;
  }
}
.outline .outline__top .line__entry .line__hand__img {
  margin: 0 auto;
  width: 32vw;
  height: 13.5714285714vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .outline .outline__top .line__entry .line__hand__img {
    width: 70.5729166667vw;
    height: 29.9479166667vw;
  }
}
.outline .outline__top .line__entry .how__to__entry {
  padding: 6.1428571429vw;
}
@media screen and (max-width: 768px) {
  .outline .outline__top .line__entry .how__to__entry {
    padding: 5.078125vw;
  }
}
.outline .outline__top .line__entry .how__to__entry__required {
  width: 4.2142857143vw;
  height: 2vw;
  font-size: 1.2857142857vw;
  line-height: 2vw;
  text-align: center;
  background-color: #E60012;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .outline .outline__top .line__entry .how__to__entry__required {
    width: 8.984375vw;
    height: 4.1666666667vw;
    font-size: 2.9947916667vw;
    line-height: 4.1666666667vw;
  }
}
.outline .outline__top .line__entry .how__to__entry .default-font {
  margin-top: 1.1571428571vw;
  padding-left: 0.7142857143vw;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 768px) {
  .outline .outline__top .line__entry .how__to__entry .default-font {
    margin-top: 1.6927083333vw;
    font-size: 3.125vw;
    padding-left: 0;
  }
}
.outline .outline__top .line__entry .how__to__entry__button {
  margin-top: 2.1428571429vw;
  width: 22.7857142857vw;
  height: 3.5714285714vw;
  display: block;
  border-radius: 1.7857142857vw;
  background-color: #00B900;
  font-size: 1.2857142857vw;
  line-height: 3.5714285714vw;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media screen and (max-width: 768px) {
  .outline .outline__top .line__entry .how__to__entry__button {
    margin-top: 3.90625vw;
    width: 100%;
    height: 13.0208333333vw;
    border-radius: 6.5104166667vw;
    font-size: 4.1666666667vw;
    line-height: 13.0208333333vw;
  }
}
@media screen and (min-width: 769px) {
  .outline .outline__top .line__entry .how__to__entry__button:hover {
    background-color: #FFC84F;
  }
}
.outline__content {
  padding: 5.7142857143vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .outline__content {
    padding: 10.4166666667vw 0;
  }
}
.outline__content__item {
  width: 22.727%;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .outline__content__item {
    margin-top: 5.2083333333vw;
    width: 47.093%;
  }
}
.outline__content__item__caption {
  width: 100%;
  height: 5vw;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #111111;
}
@media screen and (max-width: 768px) {
  .outline__content__item__caption {
    height: 11.71875vw;
  }
}
.outline__content__item__caption p {
  text-align: center;
  font-size: 1.2857142857vw;
  line-height: 5vw;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .outline__content__item__caption p {
    font-size: 4.1666666667vw;
    line-height: 11.71875vw;
  }
}
.outline__content__item__detail {
  padding-top: 5vw;
  height: 13.5714285714vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .outline__content__item__detail {
    padding-top: 11.71875vw;
    height: 32.5520833333vw;
  }
}
.outline__content__item__detail p {
  text-align: center;
  font-size: 2vw;
  color: #E60012;
}
@media screen and (max-width: 768px) {
  .outline__content__item__detail p {
    font-size: 5.2083333333vw;
  }
}
.outline__content__item__detail .font_small {
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 768px) {
  .outline__content__item__detail .font_small {
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .outline__content__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.outline .how_to {
  padding: 4.5vw 0 5.7142857143vw 0;
  background-color: #F4F4F4;
}
@media screen and (max-width: 768px) {
  .outline .how_to {
    padding: 10.4166666667vw 0 10.4166666667vw 0;
  }
}
.outline .how_to__title {
  margin: 0 auto;
  width: 12.1428571429vw;
  height: 4.2857142857vw;
  display: block;
  fill: #111111;
}
@media screen and (max-width: 768px) {
  .outline .how_to__title {
    width: 36.8489583333vw;
    height: 13.0208333333vw;
  }
}
.outline .how_to__content {
  margin-top: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .outline .how_to__content {
    margin-top: 9.1145833333vw;
  }
}
.outline .how_to__content__item {
  margin-top: 3.7142857143vw;
  width: 45.7142857143vw;
  position: relative;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .outline .how_to__content__item {
    margin-top: 10.4166666667vw;
    width: 89.5833333333vw;
  }
}
.outline .how_to__content__item__caption {
  width: 12.1428571429vw;
  height: 4.2857142857vw;
  position: absolute;
  top: -1.4285714286vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .outline .how_to__content__item__caption {
    width: 34.1145833333vw;
    height: 13.0208333333vw;
    position: absolute;
    top: -5.2083333333vw;
    left: -5.2083333333vw;
  }
}
.outline .how_to__content__item__img {
  width: 100%;
  vertical-align: bottom;
}
.outline .how_to__content__item__desc {
  padding: 2.0714285714vw 2.5714285714vw;
  background-color: #F4F4F4;
}
@media screen and (max-width: 768px) {
  .outline .how_to__content__item__desc {
    padding: 4.0364583333vw 5.2083333333vw;
  }
}
.outline .how_to__content__item__desc p {
  display: block;
  text-align: center;
  font-size: 1.2857142857vw;
  color: #111111;
}
@media screen and (max-width: 768px) {
  .outline .how_to__content__item__desc p {
    font-size: 3.125vw;
    text-align: start;
  }
}
.outline .how_to__content__item:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .outline .how_to__content__item:nth-child(2) {
    margin-top: 10.4166666667vw;
  }
}
.outline .how_to .how_to__note {
  margin-top: 2.1428571429vw;
}
@media screen and (max-width: 768px) {
  .outline .how_to .how_to__note {
    margin-top: 5.2083333333vw;
  }
}
.outline .how_to .how_to__note__desc {
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 768px) {
  .outline .how_to .how_to__note__desc {
    font-size: 3.125vw;
  }
}
.outline .how_to .how_to__note__desc li {
  padding-left: 1em;
}
.outline .how_to .how_to__note__desc li:before {
  display: inline;
  content: "※";
  margin-left: -1em;
}

.ticket {
  width: 100%;
  background-color: #F4F4F4;
}
.ticket #ticket__title {
  width: 12.5714285714vw;
}
@media screen and (max-width: 768px) {
  .ticket #ticket__title {
    width: 38.1510416667vw;
  }
}
.ticket .default-wrap {
  padding: 5vw 0 5.7142857143vw 0;
}
@media screen and (max-width: 768px) {
  .ticket .default-wrap {
    padding: 9.375vw 0 10.4166666667vw 0;
  }
}
.ticket .default-wrap .ticket__price {
  padding-left: 32.1428571429vw;
}
@media screen and (max-width: 768px) {
  .ticket .default-wrap .ticket__price {
    padding-left: 0;
  }
}
.ticket .default-wrap .ticket__price__large__font {
  font-size: 2vw;
  line-height: 1.4;
}
.ticket .default-wrap .ticket__price__large__font span {
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 768px) {
  .ticket .default-wrap .ticket__price__large__font {
    font-size: 5.2083333333vw;
  }
  .ticket .default-wrap .ticket__price__large__font span {
    font-size: 3.125vw;
  }
}
.ticket .default-wrap .ticket__price__note {
  margin-top: 1.1428571429vw;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 768px) {
  .ticket .default-wrap .ticket__price__note {
    margin-top: 3.125vw;
    font-size: 3.125vw;
  }
}
.ticket .default-wrap .ticket__price__note li {
  padding-left: 1em;
}
.ticket .default-wrap .ticket__price__note li:before {
  display: inline;
  content: "※";
  margin-left: -1em;
}
.ticket .default-wrap .ticket__links {
  padding-top: 2.1428571429vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .ticket .default-wrap .ticket__links {
    padding-top: 7.8125vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ticket .default-wrap .ticket__links .ticket__links__item {
  padding: 1.3571428571vw 2.1428571429vw 2.1428571429vw 2.1428571429vw;
  margin-top: 1.4285714286vw;
  margin-left: 1.4285714286vw;
  width: 23.864%;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .ticket .default-wrap .ticket__links .ticket__links__item {
    padding: 5.3385416667vw 7.8125vw 7.8125vw 7.8125vw;
    margin-top: 2.6041666667vw;
    margin-left: 0;
    width: 100%;
  }
}
.ticket .default-wrap .ticket__links .ticket__links__item .ticket__links__item__desc {
  text-align: center;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 768px) {
  .ticket .default-wrap .ticket__links .ticket__links__item .ticket__links__item__desc {
    font-size: 4.1666666667vw;
  }
}
.ticket .default-wrap .ticket__links .ticket__links__item .ticket__links__item__desc .event_venue {
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  .ticket .default-wrap .ticket__links .ticket__links__item .ticket__links__item__desc .event_venue {
    font-size: 6.25vw;
  }
}
.ticket .default-wrap .ticket__links .ticket__links__item .ticket__links__item__desc .ticket__release__date {
  color: #e60012;
}
.ticket .default-wrap .ticket__links .ticket__links__item .store__link {
  margin: 0.9285714286vw auto 0 auto;
  height: 2.5714285714vw;
  display: block;
  background-color: #111111;
  border-radius: 1.2857142857vw;
  text-align: center;
  font-size: 1.1428571429vw;
  line-height: 2.5714285714vw;
  color: #ffffff;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media screen and (max-width: 768px) {
  .ticket .default-wrap .ticket__links .ticket__links__item .store__link {
    margin: 3.515625vw auto 0 auto;
    width: 100%;
    height: 13.0208333333vw;
    border-radius: 6.5104166667vw;
    font-size: 4.1666666667vw;
    line-height: 13.0208333333vw;
  }
}
.ticket .default-wrap .ticket__links .ticket__links__item .store__link:hover {
  background-color: #ffc84f;
}
.ticket .default-wrap .ticket__links .ticket__links__item .ticket__link {
  margin: 0.7142857143vw auto 0 auto;
  height: 3.5714285714vw;
  display: block;
  background-color: #e60012;
  border-radius: 1.7857142857vw;
  text-align: center;
  font-size: 1.2857142857vw;
  line-height: 3.5714285714vw;
  color: #ffffff;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media screen and (max-width: 768px) {
  .ticket .default-wrap .ticket__links .ticket__links__item .ticket__link {
    margin: 2.6041666667vw auto 0 auto;
    width: 100%;
    height: 15.625vw;
    border-radius: 7.8125vw;
    font-size: 5.2083333333vw;
    line-height: 15.625vw;
  }
}
.ticket .default-wrap .ticket__links .ticket__links__item .ticket__link:hover {
  background-color: #ffc84f;
}
.ticket .default-wrap .ticket__links .ticket__links__item .campaign__link {
  margin: 0.7142857143vw auto 0 auto;
  height: 5.7142857143vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFC84F;
  border: solid 0.1428571429vw #FFC84F;
  border-radius: 2.8571428571vw;
  text-align: center;
  font-size: 1.2857142857vw;
  font-weight: bold;
  line-height: 3.5714285714vw;
  color: #111111;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media screen and (max-width: 768px) {
  .ticket .default-wrap .ticket__links .ticket__links__item .campaign__link {
    margin: 2.6041666667vw auto 0 auto;
    width: 100%;
    height: 20.8333333333vw;
    border-radius: 10.4166666667vw;
    font-size: 5.2083333333vw;
    line-height: 15.625vw;
  }
}
.ticket .default-wrap .ticket__links .ticket__links__item .campaign__link:hover {
  background-color: #FFFFFF;
  color: #FFC84F;
}
.ticket .default-wrap .ticket__links .ticket__links__item .campaign__link .day {
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  .ticket .default-wrap .ticket__links .ticket__links__item .campaign__link .day {
    font-size: 3.6458333333vw;
  }
}
.ticket .default-wrap .ticket__links .ticket__links__item .campaign__link p {
  font-weight: bold;
  line-height: 1.5;
}
.ticket .default-wrap .ticket__links .ticket__links__item .ticket__link__unreleased {
  margin: 0.7142857143vw auto 0 auto;
  height: 3.5714285714vw;
  display: block;
  background-color: #9b9b9b;
  border-radius: 1.7857142857vw;
  text-align: center;
  font-size: 1.2857142857vw;
  line-height: 3.5714285714vw;
  color: #c6c6c6;
}
@media screen and (max-width: 768px) {
  .ticket .default-wrap .ticket__links .ticket__links__item .ticket__link__unreleased {
    margin: 2.6041666667vw auto 0 auto;
    width: 100%;
    height: 15.625vw;
    border-radius: 7.8125vw;
    font-size: 5.2083333333vw;
    line-height: 15.625vw;
  }
}
.ticket .default-wrap .ticket__links .ticket__links__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .ticket .default-wrap .ticket__links .ticket__links__item:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .ticket .default-wrap .ticket__links .ticket__links__item:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .ticket .default-wrap .ticket__links .ticket__links__item:nth-child(4n+1) {
    margin-left: 0;
  }
}
.ticket .default-wrap .ticket__links .ticket__links__item._gray {
  background-color: #9B9B9B;
}
.ticket .default-wrap .ticket__links .ticket__links__item._gray .ticket__link {
  background-color: #727272;
  color: #C6C6C6;
}

.u22 {
  margin-top: 3.1428571429vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u22_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5vw 3.7142857143vw 2.5vw 1.8571428571vw;
  width: 55.7142857143vw;
  border: solid 2px #249290;
}
@media screen and (max-width: 768px) {
  .u22_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5.7291666667vw 5.2083333333vw;
    width: 100%;
  }
}
.u22_img {
  width: 14.2857142857vw;
  margin-right: 1.8571428571vw;
}
@media screen and (max-width: 768px) {
  .u22_img {
    width: 46.3541666667vw;
    margin-right: 0;
    margin-bottom: 0.78125vw;
  }
}
.u22_text {
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 768px) {
  .u22_text {
    margin-top: 3.125vw;
    font-size: 3.125vw;
  }
}
.u22_text a {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  text-decoration: underline;
}
.u22_text a:hover {
  color: #FFC84F;
}
@media screen and (max-width: 768px) {
  .u22 {
    margin-top: 5.7291666667vw;
  }
}

.attention {
  width: 100%;
  background-color: #F4F4F4;
}
.attention #attention__title {
  width: 23.8571428571vw;
}
@media screen and (max-width: 768px) {
  .attention #attention__title {
    width: 72.5260416667vw;
  }
}
.attention__content {
  padding: 5.7142857143vw 0;
}
@media screen and (max-width: 768px) {
  .attention__content {
    padding: 10.4166666667vw 0 10.4166666667vw 0;
  }
}
.attention__content #attention__content__title {
  width: 13.5714285714vw;
}
@media screen and (max-width: 768px) {
  .attention__content #attention__content__title {
    width: 49.4791666667vw;
  }
}
.attention__content #qa__content__title {
  width: 6.8571428571vw;
}
@media screen and (max-width: 768px) {
  .attention__content #qa__content__title {
    width: 66.2760416667vw;
  }
}
.attention__content__title {
  margin: 5vw auto 0 auto;
  height: 3.5714285714vw;
  display: block;
  fill: #111111;
}
@media screen and (max-width: 768px) {
  .attention__content__title {
    margin: 9.1145833333vw auto 0 auto;
    height: 13.0208333333vw;
  }
}
.attention__content__title:first-child {
  margin: 0 auto;
}
.attention__content__list {
  margin-top: 3.5714285714vw;
}
@media screen and (max-width: 768px) {
  .attention__content__list {
    margin-top: 6.5104166667vw;
  }
}
.attention__content__list li {
  margin-top: 1.4285714286vw;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .attention__content__list li {
    margin-top: 3.90625vw;
  }
}
.attention__content__list li:first-child {
  margin-top: 0;
}

.slide_down {
  padding: 1.7857142857vw 2.8571428571vw;
  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;
  position: relative;
  background-color: #FFFFFF;
  color: #111111;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: 1.2857142857vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .slide_down {
    padding: 3.2552083333vw 5.2083333333vw;
    font-size: 3.6458333333vw;
  }
}
.slide_down .arrow-area {
  margin-left: 1.4285714286vw;
  width: 1vw;
  height: 1vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .slide_down .arrow-area {
    margin-left: 3.90625vw;
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
}
.slide_down .arrow-area .arrow_bk {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  z-index: 5;
}
.slide_down .arrow-area .arrow_or {
  width: 100%;
  height: 100%;
  position: absolute;
}
.slide_down .arrow-area.up {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slide_down .question-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .slide_down .question-wrap {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.slide_down .question {
  margin-right: 1.4285714286vw;
  width: 2vw;
  height: 2vw;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .slide_down .question {
    margin-top: 1.171875vw;
    margin-right: 3.90625vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
.slide_down .question__bk {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  z-index: 5;
}
.slide_down .question__or {
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide_down:hover {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media screen and (min-width: 769px) {
  .slide_down:hover {
    color: #FFC84F;
  }
}
.slide_down:hover .arrow_bk {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 769px) {
  .slide_down:hover .arrow_bk {
    opacity: 0;
  }
}
.slide_down:hover .question__bk {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 769px) {
  .slide_down:hover .question__bk {
    opacity: 0;
  }
}

.slide_down_desc {
  padding-right: 2.8571428571vw;
  padding-left: 2.8571428571vw;
  height: 0;
  display: none;
  overflow: hidden;
  font-size: 1.1428571429vw;
  color: #111111;
}
@media screen and (max-width: 768px) {
  .slide_down_desc {
    padding-right: 5.2083333333vw;
    padding-left: 5.2083333333vw;
    font-size: 3.6458333333vw;
  }
}
.slide_down_desc__warp {
  margin-top: 1.4285714286vw;
  margin-bottom: 1.4285714286vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .slide_down_desc__warp {
    margin-top: 3.90625vw;
    margin-bottom: 3.90625vw;
  }
}
.slide_down_desc__warp .answer {
  margin-right: 1.4285714286vw;
  width: 2vw;
  height: 2vw;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .slide_down_desc__warp .answer {
    margin-top: 1.0416666667vw;
    margin-right: 3.90625vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
.slide_down_desc__warp .answer_text {
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 768px) {
  .slide_down_desc__warp .answer_text {
    font-size: 3.6458333333vw;
  }
}
.slide_down_desc__warp .answer_text a {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  text-decoration: underline;
}
.slide_down_desc__warp .answer_text a:hover {
  color: #FFC84F;
}

footer {
  padding: 5.75vw 0;
  background-color: #111111;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 15.625vw 0;
  }
}
footer .e-mail_magazine {
  margin-top: 4.1071428571vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  footer .e-mail_magazine {
    margin-top: 9.8958333333vw;
  }
}
footer .e-mail_magazine img {
  width: 24.5714285714vw;
  height: 5.2857142857vw;
}
@media screen and (max-width: 768px) {
  footer .e-mail_magazine img {
    width: 89.5833333333vw;
    height: 19.2708333333vw;
  }
}
footer .footer-logo {
  margin-top: 4.1071428571vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .footer-logo {
    margin-top: 9.8958333333vw;
  }
}
footer .footer-logo .one_pun_logo_red {
  width: 16.2857142857vw;
}
@media screen and (max-width: 768px) {
  footer .footer-logo .one_pun_logo_red {
    width: 42.3177083333vw;
  }
}
footer .footer-logo .scrap_logo {
  margin-left: 3.2857142857vw;
  width: 10.6428571429vw;
}
@media screen and (max-width: 768px) {
  footer .footer-logo .scrap_logo {
    margin-left: 8.8541666667vw;
    width: 27.4739583333vw;
  }
}
footer .footer-logo .yodaka_logo {
  margin-left: 3vw;
  width: 22.2857142857vw;
}
@media screen and (max-width: 768px) {
  footer .footer-logo .yodaka_logo {
    margin-top: 6.640625vw;
    width: 56.9010416667vw;
  }
}
footer .copyright {
  margin: 4.7857142857vw auto 0 auto;
  text-align: center;
  font-size: 1vw;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    margin: 9.375vw auto 0 auto;
    text-align: center;
    font-size: 2.6041666667vw;
  }
}

.menu_btn {
  padding: 5.2083333333vw 0;
  width: 19.53125vw;
  height: 19.53125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 3.90625vw;
  right: 3.90625vw;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .menu_btn {
    display: none;
  }
}
.menu_btn__close {
  height: 4.1666666667vw;
  fill: #E60012;
  display: none;
}
.menu_btn__menu {
  height: 4.1666666667vw;
  fill: #E60012;
  display: inline;
}
.menu_btn__hum {
  width: 7.8125vw;
  height: 2.6041666667vw;
  position: relative;
}
.menu_btn__hum__top {
  width: 100%;
  height: 0.78125vw;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  background-color: #E60012;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu_btn__hum__bottom {
  width: 100%;
  height: 0.78125vw;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  background-color: #E60012;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.menu_btn.active .menu_btn__close {
  display: inline;
}
.menu_btn.active .menu_btn__menu {
  display: none;
}
.menu_btn.active .menu_btn__hum__top {
  -webkit-transform: translate(1.8880208333vw, -1.171875vw) rotate(45deg) scaleX(0.8);
          transform: translate(1.8880208333vw, -1.171875vw) rotate(45deg) scaleX(0.8);
}
.menu_btn.active .menu_btn__hum__bottom {
  -webkit-transform: translate(1.3020833333vw, 1.3020833333vw) rotate(-45deg) scaleX(0.8);
          transform: translate(1.3020833333vw, 1.3020833333vw) rotate(-45deg) scaleX(0.8);
}/*# sourceMappingURL=main.css.map */