/* 
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%;
  vertical-align: middle;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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: rgba(0, 0, 0, 0);
}

/* 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;
}

img {
  vertical-align: middle;
}
@font-face {
  font-family: "Noto Sans CJK jp";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: "Noto Sans CJK jp";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: "RobotoMono";
  src: url("../fonts/RobotoMono-Bold.woff2") format("woff2"), url("../fonts/RobotoMono-Bold.woff") format("woff");
  font-weight: bold;
}

::-moz-selection {
  color: #a12c1c;
  background: #00253e;
  text-shadow: none;
}

::selection {
  color: #a12c1c;
  background: #00253e;
  text-shadow: none;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: "Noto Sans CJK jp";
  color: #ffffff;
  background-color: #00253e;
}

body {
  width: 100%;
  height: 100%;
}

main {
  position: relative;
}

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

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

.font_red {
  color: red !important;
}

.bold {
  font-weight: bold !important;
}

section {
  padding: 7.8125vw 0 10.41667vw;
  overflow: hidden;
  background-color: #00253e;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 769px) {
  section {
    padding: 70px 0 80px;
  }
}

section .anchor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  section .anchor {
    top: -8.31579vw;
  }
}

@media screen and (min-width: 950px) {
  section .anchor {
    top: -79px;
  }
}

section .content {
  position: relative;
  z-index: 2;
}

section .bg_gradation {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  section .bg_gradation {
    width: 768px;
  }
}

.inner {
  margin: 0 auto;
  width: calc(100% - 10.41667vw);
  max-width: 732px;
}

@media screen and (min-width: 769px) {
  .inner {
    width: calc(100% - 80px);
    max-width: 688px;
  }
}

.underline {
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.underline:hover {
  -webkit-text-decoration-color: rgba(28, 53, 70, 0);
          text-decoration-color: rgba(28, 53, 70, 0);
}

.section_title {
  width: 100%;
}

.section_title img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .section_title img {
    margin: 0 auto;
    width: 384px;
    display: block;
  }
}

.ss_wrap {
  width: 100%;
  overflow: hidden;
}

.ss_wrap .ss {
  position: relative;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: event_infinity-loop_sp 30s infinite linear both;
          animation: event_infinity-loop_sp 30s infinite linear both;
}

@media screen and (min-width: 450px) {
  .ss_wrap .ss {
    height: 160px;
    -webkit-animation: event_infinity-loop_tab 60s infinite linear both;
            animation: event_infinity-loop_tab 60s infinite linear both;
  }
}

@-webkit-keyframes event_infinity-loop_sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-852px);
            transform: translateX(-852px);
  }
}

@keyframes event_infinity-loop_sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-852px);
            transform: translateX(-852px);
  }
}

@-webkit-keyframes event_infinity-loop_tab {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1704px);
            transform: translateX(-1704px);
  }
}

@keyframes event_infinity-loop_tab {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1704px);
            transform: translateX(-1704px);
  }
}

.ss_img {
  height: 100%;
}

.h3_area {
  height: 11.71875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .h3_area {
    height: 45px;
  }
}

.h3_area img {
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.h3_area .h3_rep_area {
  padding-top: 2.86458vw;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 769px) {
  .h3_area .h3_rep_area {
    padding-top: 11px;
  }
}

.h3_area .h3_rep_area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.h3_area .h3_rep_area h3 {
  font-size: 5.20833vw;
  line-height: 1;
  font-weight: bold;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .h3_area .h3_rep_area h3 {
    font-size: 20px;
  }
}

.note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.undeline {
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.undeline:hover {
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
          text-decoration-color: rgba(255, 255, 255, 0);
}

.lilo-accordion {
  width: 100%;
  margin-top: 5.20833vw;
}

@media screen and (min-width: 769px) {
  .lilo-accordion {
    margin-top: 20px;
  }
}

.lilo-accordion .lilo-accordion-control {
  width: 100%;
  background-color: #1c3546;
}

.lilo-accordion .lilo-accordion-control .accordion-control-inner {
  width: 100%;
  padding: 3.90625vw 2.60417vw;
  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 (min-width: 769px) {
  .lilo-accordion .lilo-accordion-control .accordion-control-inner {
    padding: 15px 20px;
  }
}

.lilo-accordion .lilo-accordion-control .accordion-control-inner p {
  font-size: 3.64583vw !important;
  line-height: 1.5 !important;
  font-weight: bold !important;
}

@media screen and (min-width: 769px) {
  .lilo-accordion .lilo-accordion-control .accordion-control-inner p {
    font-size: 16px !important;
  }
}

.lilo-accordion .lilo-accordion-control .arrow {
  width: 2.86458vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 769px) {
  .lilo-accordion .lilo-accordion-control .arrow {
    width: 11px;
  }
}

.lilo-accordion .lilo-accordion-control.active .arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.lilo-accordion .lilo-accordion-content {
  padding: 3.90625vw 2.60417vw;
  background-color: #001727;
}

@media screen and (min-width: 769px) {
  .lilo-accordion .lilo-accordion-content {
    padding: 25px 20px;
  }
}

.lilo-accordion .lilo-accordion-content .accordion_content_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.90625vw;
  margin-bottom: 2.60417vw;
}

@media screen and (min-width: 769px) {
  .lilo-accordion .lilo-accordion-content .accordion_content_title {
    margin-top: 16px;
    margin-bottom: 10px;
  }
}

.lilo-accordion .lilo-accordion-content .accordion_content_title:first-child {
  margin-top: 0;
}

.lilo-accordion .lilo-accordion-content .accordion_content_title p {
  font-size: 4.16667vw !important;
  line-height: 1 !important;
  font-weight: bold !important;
  color: #2b92c2;
}

@media screen and (min-width: 769px) {
  .lilo-accordion .lilo-accordion-content .accordion_content_title p {
    font-size: 16px !important;
  }
}

.lilo-accordion .lilo-accordion-content .accordion_content_title .desc {
  margin-left: 1.30208vw;
}

@media screen and (min-width: 769px) {
  .lilo-accordion .lilo-accordion-content .accordion_content_title .desc {
    margin-left: 5px;
  }
}

.lilo-accordion .lilo-accordion-content .accordion_content_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lilo-accordion .lilo-accordion-content .accordion_content_list li p {
  font-size: 3.64583vw !important;
  line-height: 6.25vw !important;
  font-weight: normal !important;
}

@media screen and (min-width: 769px) {
  .lilo-accordion .lilo-accordion-content .accordion_content_list li p {
    font-size: 14px !important;
    line-height: 30px !important;
  }
}

.covid-19 {
  margin-top: 10.41667vw;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .covid-19 {
    margin-top: 60px;
  }
}

.covid-19 .covid-19_inner {
  padding: 3.90625vw 2.60417vw;
  width: 100%;
  background-color: #000000;
}

@media screen and (min-width: 769px) {
  .covid-19 .covid-19_inner {
    padding: 30px 20px;
  }
}

.covid-19 .covid-19_inner .covid-19_title {
  line-height: 1.5;
  color: #a12c1c;
  font-size: 4.16667vw;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .covid-19 .covid-19_inner .covid-19_title {
    font-size: 18px;
  }
}

.covid-19 .covid-19_inner .covid-19_top_desc {
  margin-top: 2.60417vw;
  font-size: 3.125vw;
  line-height: 1.6;
  font-weight: normal;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .covid-19 .covid-19_inner .covid-19_top_desc {
    margin-top: 20px;
    font-size: 14px;
  }
}

.covid-19 .lilo-accordion .lilo-accordion-content .accordion_content_list li p {
  font-size: 3.125vw !important;
  line-height: 1.6 !important;
  font-weight: normal;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .covid-19 .lilo-accordion .lilo-accordion-content .accordion_content_list li p {
    font-size: 14px !important;
  }
}

.covid-19 .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.coming_soon {
  margin-top: 10.41667vw;
  font-size: 4.16667vw;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .coming_soon {
    margin-top: 40px;
    font-size: 18px;
  }
}

#mv {
  padding: 0;
}

#mv .mv_area {
  width: 100%;
  position: relative;
}

#mv .mv_area div {
  width: 100%;
}

#mv .mv_area div img {
  width: 100%;
  pointer-events: none;
}

#mv .mv_area .btn {
  width: 28.64583vw;
  display: block;
  position: absolute;
  bottom: 39.0625vw;
  right: -1.43229vw;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  #mv .mv_area .btn {
    width: 17.36842vw;
    bottom: 0;
    right: -1.05263vw;
  }
}

#mv .mv_area .btn img {
  width: 100%;
}

#lead_area {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-image: url(../images/bg.png);
  background-size: 14.71354vw 16.79688vw;
}

@media screen and (min-width: 769px) {
  #lead_area {
    background-size: 56px 64px;
  }
}

#lead_area .lead_area_img {
  width: 100%;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #lead_area .lead_area_img {
    height: 550px;
    width: 1580px;
  }
}

#lead_area .bg_belt {
  width: 300%;
  height: 34.50521vw;
  position: absolute;
  top: 85.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  background-color: #a12c1c;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  #lead_area .bg_belt {
    height: 260px;
    top: 105%;
  }
}

#cm .modal_btn_area {
  margin-top: 7.8125vw;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 769px) {
  #cm .modal_btn_area {
    margin: 60px auto 0;
    width: 688px;
  }
}

#cm .modal_btn_area .cm_modal_btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
}

#cm .modal_btn_area img {
  width: 100%;
  pointer-events: none;
}

#cm .modal_btn_area .modal_btn_bg {
  position: absolute;
  bottom: -1.30208vw;
  right: -1.30208vw;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  #cm .modal_btn_area .modal_btn_bg {
    bottom: -10px;
    right: -10px;
  }
}

#features {
  width: 100%;
  background-image: url(../images/bg.png);
  background-size: 14.71354vw 16.79688vw;
}

@media screen and (min-width: 769px) {
  #features {
    background-size: 56px 64px;
  }
}

#features p {
  margin-top: 6.51042vw;
  font-size: 4.16667vw;
  line-height: 6.77083vw;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #features p {
    margin-top: 50px;
    font-size: 18px;
    line-height: 34px;
  }
}

#features .features_img {
  margin-top: 7.8125vw;
  width: 100%;
}

@media screen and (min-width: 769px) {
  #features .features_img {
    margin: 60px auto 0;
    max-width: 1260px;
    display: block;
  }
}

#news .news_list {
  margin-top: 7.8125vw;
  max-height: 52.08333vw;
  overflow: auto;
}

@media screen and (min-width: 769px) {
  #news .news_list {
    margin-top: 50px;
    max-height: 180px;
  }
}

#news .news_list .news_item {
  margin-top: 3.25521vw;
}

#news .news_list .news_item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  #news .news_list .news_item {
    margin-top: 20px;
  }
}

#news .news_list .news_item .day {
  font-size: 4.16667vw;
  line-height: 1;
  font-weight: bold;
  color: #2b92c2;
  font-family: RobotoMono;
}

@media screen and (min-width: 769px) {
  #news .news_list .news_item .day {
    font-size: 16px;
  }
}

#news .news_list .news_item .desc {
  display: inline-block;
  margin-top: 1.95312vw;
  font-size: 3.64583vw;
  line-height: 6.25vw;
}

@media screen and (min-width: 769px) {
  #news .news_list .news_item .desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }
}

#news .news_list .news_item .bar {
  margin-top: 2.60417vw;
  width: 100%;
}

@media screen and (min-width: 769px) {
  #news .news_list .news_item .bar {
    margin-top: 15px;
  }
}

#news .banner_list {
  margin-top: 10.41667vw;
}

@media screen and (min-width: 769px) {
  #news .banner_list {
    margin-top: 60px;
    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;
  }
}

#news .banner_list .banner_item {
  margin-top: 5.20833vw;
  width: 100%;
}

@media screen and (min-width: 769px) {
  #news .banner_list .banner_item {
    margin-top: 40px;
  }
}

#news .banner_list .banner_item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  #news .banner_list .banner_item {
    width: calc(50% - 20px);
  }
  #news .banner_list .banner_item:nth-child(-n + 2) {
    margin-top: 0;
  }
}

#news .banner_list .banner_item a {
  width: 100%;
}

#news .banner_list .banner_item a img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #story {
    background-image: url(../images/bg_story.png);
    background-position: center;
  }
}

@media screen and (min-width: 769px) {
  #story {
    background-image: url(../images/bg_story_pc.png);
    background-position: center;
  }
}

#story .story_desc {
  margin-top: 6.51042vw;
}

@media screen and (min-width: 769px) {
  #story .story_desc {
    margin-top: 50px;
  }
}

#story .story_desc p {
  margin-top: 4.6875vw;
  font-size: 3.64583vw;
  line-height: 7.03125vw;
  text-shadow: 0px 3px 8px #000;
}

@media screen and (min-width: 769px) {
  #story .story_desc p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 34px;
  }
}

#story .story_desc p:first-child {
  margin-top: 0;
}

#story .understand_modal_btn {
  margin-top: 6.51042vw;
  display: block;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  #story .understand_modal_btn {
    margin: 50px auto 0;
    width: 344px;
  }
}

#story .understand_modal_btn .understand_modal_btn_img {
  width: 100%;
}

#story .understand_modal_btn .plus {
  width: 9.63542vw;
  position: absolute;
  top: -4.03646vw;
  right: -2.34375vw;
}

@media screen and (min-width: 769px) {
  #story .understand_modal_btn .plus {
    width: 37px;
    position: absolute;
    top: -15px;
    right: -9px;
  }
}

#character {
  padding-bottom: 5.20833vw;
  width: 100%;
  position: relative;
  background-image: url(../images/bg.png);
  background-size: 14.71354vw 16.79688vw;
}

@media screen and (min-width: 769px) {
  #character {
    padding-bottom: 40px;
    background-size: 56px 64px;
  }
}

#character .character_slider_area {
  position: relative;
}

@media screen and (min-width: 769px) {
  #character .character_slider_area {
    margin-top: 40px;
  }
}

#character .character_slider_area .bg_belt {
  width: 300%;
  height: 33.85417vw;
  position: absolute;
  top: 41%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  background-color: #0b4268;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  #character .character_slider_area .bg_belt {
    top: 56%;
    height: 260px;
  }
}

#character .character_slider_area .inner {
  position: absolute;
  top: 7.8125vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}

@media screen and (min-width: 769px) {
  #character .character_slider_area .inner {
    top: 20px;
  }
}

#character .character_slider_area .inner .character_list {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #character .character_slider_area .inner .character_list {
    margin: 0 auto;
    width: 344px;
  }
}

#character .character_slider_area .inner .character_list .slick-track {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: none !important;
          transform: none !important;
}

#character .character_slider_area .inner .character_list .slick-track .character_icon {
  width: 14.84375vw !important;
  height: 17.1875vw;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  #character .character_slider_area .inner .character_list .slick-track .character_icon {
    width: 57px !important;
    height: 66px;
  }
}

#character .character_slider_area .inner .character_list .slick-track .character_icon::before, #character .character_slider_area .inner .character_list .slick-track .character_icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 1px);
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 2;
  background-size: cover;
}

#character .character_slider_area .inner .character_list .slick-track .character_icon::after {
  z-index: 0;
}

#character .character_slider_area .inner .character_list .slick-track .character_icon:hover::before {
  opacity: 0;
}

#character .character_slider_area .inner .character_list .slick-track .character_icon.slick-current::before {
  opacity: 0;
}

#character .character_slider_area .character_slider {
  position: relative;
  z-index: 10;
}

#character .character_slider_area .character_slider .slide-arrow {
  width: 8.46354vw;
  position: absolute;
  top: 44.5%;
  cursor: pointer;
  z-index: 150;
}

@media screen and (min-width: 769px) {
  #character .character_slider_area .character_slider .slide-arrow {
    width: 32px;
    top: 44.5%;
  }
}

#character .character_slider_area .character_slider .prev-arrow {
  left: 0;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

#character .character_slider_area .character_slider .next-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#character .character_slider_area .character_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#character .character_slider_area .character_slider .slick-track .character_set {
  height: 179.6875vw;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #character .character_slider_area .character_slider .slick-track .character_set {
    height: 690px;
  }
}

#character .character_slider_area .character_slider .slick-track .character_set img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}

#character .character_slider_area .character_slider .slick-track .character_set .character_desc {
  padding: 1.95312vw 2.60417vw;
  width: 89.58333vw;
  position: absolute;
  top: 151.04167vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #00253e;
  font-size: 3.64583vw;
  line-height: 6.51042vw;
}

@media screen and (min-width: 769px) {
  #character .character_slider_area .character_slider .slick-track .character_set .character_desc {
    padding: 15px 20px;
    width: 688px;
    top: 570px;
    font-size: 16px;
    line-height: 30px;
  }
}

.char_icon_01::before {
  background-image: url(../images/character_nav_01.png);
}

.char_icon_01::after {
  background-image: url(../images/character_nav_on_01.png);
}

.char_icon_02::before {
  background-image: url(../images/character_nav_02.png);
}

.char_icon_02::after {
  background-image: url(../images/character_nav_on_02.png);
}

.char_icon_03::before {
  background-image: url(../images/character_nav_03.png);
}

.char_icon_03::after {
  background-image: url(../images/character_nav_on_03.png);
}

.char_icon_04::before {
  background-image: url(../images/character_nav_04.png);
}

.char_icon_04::after {
  background-image: url(../images/character_nav_on_04.png);
}

.char_icon_05::before {
  background-image: url(../images/character_nav_05.png);
}

.char_icon_05::after {
  background-image: url(../images/character_nav_on_05.png);
}

.char_icon_06::before {
  background-image: url(../images/character_nav_06.png);
}

.char_icon_06::after {
  background-image: url(../images/character_nav_on_06.png);
}

#first_time {
  background-color: #001727;
}

#first_time .title_text {
  font-size: 6.25vw;
  line-height: 9.11458vw;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #first_time .title_text {
    font-size: 24px;
    line-height: 1;
  }
}

#first_time .img_area {
  width: 100%;
}

#first_time .img_area .first_time {
  margin-top: -1.95312vw;
  width: 92.1875vw;
}

@media screen and (min-width: 769px) {
  #first_time .img_area .first_time {
    margin-top: 15px;
    width: 700px;
  }
}

#ticket .sub_section {
  margin-top: 10.41667vw;
}

@media screen and (min-width: 769px) {
  #ticket .sub_section {
    margin-top: 60px;
  }
}

#ticket .sub_section:first-child {
  margin-top: 7.8125vw;
}

@media screen and (min-width: 769px) {
  #ticket .sub_section:first-child {
    margin-top: 60px;
  }
}

#ticket .sub_section h4 {
  font-size: 4.16667vw;
  line-height: 1;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #ticket .sub_section h4 {
    font-size: 18px;
  }
}

#ticket .sub_section p {
  font-size: 3.64583vw;
  line-height: 6.51042vw;
}

@media screen and (min-width: 769px) {
  #ticket .sub_section p {
    font-size: 16px;
    line-height: 30px;
  }
}

#ticket .release_date .desc_area {
  margin-top: 7.8125vw;
}

@media screen and (min-width: 769px) {
  #ticket .release_date .desc_area {
    margin-top: 30px;
  }
}

#ticket .release_date .desc_area h4 {
  margin-top: 3.90625vw;
}

@media screen and (min-width: 769px) {
  #ticket .release_date .desc_area h4 {
    margin-top: 30px;
  }
}

#ticket .release_date .desc_area h4:first-child {
  margin-top: 0;
}

#ticket .release_date .desc_area p {
  margin-top: 1.95312vw;
}

@media screen and (min-width: 769px) {
  #ticket .release_date .desc_area p {
    margin-top: 15px;
  }
}

#ticket .release_date .desc_area .greeting {
  margin-top: 1.95312vw;
  padding: 2.08333vw 3.90625vw 3.90625vw;
  display: inline-block;
  border: solid 0.26042vw #2b92c2;
}

@media screen and (min-width: 769px) {
  #ticket .release_date .desc_area .greeting {
    margin-top: 15px;
    padding: 13px 20px 20px;
    border: solid 1px #2b92c2;
  }
}

#ticket .release_date .desc_area .greeting p {
  margin-top: 0;
  color: #ffffff;
}

#ticket .release_date .desc_area .greeting a {
  margin-top: 1.95312vw;
  padding: 1.95312vw 2.60417vw 2.34375vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2b92c2;
}

@media screen and (min-width: 769px) {
  #ticket .release_date .desc_area .greeting a {
    margin-top: 10px;
    padding: 8px 10px 10px;
  }
}

#ticket .release_date .desc_area .greeting a p {
  margin-top: 0;
}

#ticket .release_date .desc_area .greeting a .arrow {
  margin-left: 2.60417vw;
  width: 2.86458vw;
  height: 2.60417vw;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media screen and (min-width: 769px) {
  #ticket .release_date .desc_area .greeting a .arrow {
    margin-left: 10px;
    width: 11px;
    height: 10px;
  }
}

#ticket .price_tab_area {
  margin-top: 7.8125vw;
  padding: 1.82292vw;
  border: solid 0.52083vw #2b92c2;
  background-color: #001727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  #ticket .price_tab_area {
    margin-top: 40px;
    padding: 6px;
    border: solid 3px #2b92c2;
  }
}

#ticket .price_tab_area .price_tab {
  width: 100%;
  height: 11.71875vw;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  #ticket .price_tab_area .price_tab {
    height: 48px;
  }
}

#ticket .price_tab_area .price_tab p {
  font-size: 3.64583vw;
  line-height: 11.71875vw;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #ticket .price_tab_area .price_tab p {
    font-size: 16px;
    line-height: 48px;
  }
}

#ticket .price_tab_area .price_tab.active {
  background-color: #2b92c2;
}

#ticket .price_list {
  margin-top: 5.20833vw;
  width: 100%;
  display: none;
  table-layout: fixed;
}

#ticket .price_list tbody {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #ticket .price_list tbody {
    margin-top: 20px;
    display: block;
  }
}

#ticket .price_list tr {
  width: 100%;
  border-top: solid 1.30208vw #00253e;
}

@media screen and (min-width: 769px) {
  #ticket .price_list tr {
    border-top: solid 10px #00253e;
  }
}

#ticket .price_list tr p {
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #ticket .price_list tr p {
    font-size: 16px;
  }
}

#ticket .price_list tr th {
  width: 29.81771vw;
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  #ticket .price_list tr th {
    width: 215px;
    font-size: 14px;
  }
}

#ticket .price_list tr td {
  width: 29.81771vw;
  height: 11.71875vw;
  font-size: 3.125vw;
  background-color: #ffffff;
  color: #0b4268;
  position: relative;
}

@media screen and (min-width: 769px) {
  #ticket .price_list tr td {
    width: 215px;
    height: 50px;
    font-size: 16px;
  }
}

#ticket .price_list tr td span {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 78%;
  background-color: #0b4268;
}

#ticket .price_list tr .ticket_type {
  font-size: 3.125vw;
  background-color: #001727;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  #ticket .price_list tr .ticket_type {
    width: 258px;
    font-size: 16px;
  }
}

#ticket .price_list .special_ticket .special_ticket_desc {
  padding: 0 2.60417vw;
}

@media screen and (min-width: 769px) {
  #ticket .price_list .special_ticket .special_ticket_desc {
    padding: 0 20px;
  }
}

#ticket .price_list .special_ticket .special_ticket_desc p {
  text-align: start;
}

#ticket .price_list .special_ticket .special_ticket_desc .note {
  margin-top: 1.30208vw;
}

@media screen and (min-width: 769px) {
  #ticket .price_list .special_ticket .special_ticket_desc .note {
    margin-top: 10px;
  }
}

#ticket .price_list .special_ticket .special_ticket_desc .note p {
  font-size: 2.60417vw;
}

@media screen and (min-width: 769px) {
  #ticket .price_list .special_ticket .special_ticket_desc .note p {
    font-size: 14px;
  }
}

#ticket .price_list.active {
  display: inline;
}

#ticket .note_list {
  margin-top: 2.60417vw;
}

@media screen and (min-width: 769px) {
  #ticket .note_list {
    margin-top: 20px;
  }
}

#ticket .note_list p {
  font-size: 2.60417vw;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  #ticket .note_list p {
    font-size: 14px;
  }
}

#ticket .special_ticket .special_ticket_img {
  margin-top: 7.8125vw;
  width: 100%;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  #ticket .special_ticket .special_ticket_img {
    margin-top: 40px;
  }
}

#ticket .special_ticket .special_ticket_desc {
  margin-top: 5.20833vw;
}

@media screen and (min-width: 769px) {
  #ticket .special_ticket .special_ticket_desc {
    margin-top: 30px;
  }
}

#ticket .special_ticket .special_ticket_desc p {
  margin-top: 1.30208vw;
  font-size: 3.125vw;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  #ticket .special_ticket .special_ticket_desc p {
    margin-top: 5px;
    font-size: 16px;
  }
}

#ticket .special_ticket .special_ticket_desc p:first-child {
  margin-top: 0;
}

#ticket .special_ticket .special_ticket_desc .price {
  font-size: 4.16667vw;
  line-height: 2;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #ticket .special_ticket .special_ticket_desc .price {
    font-size: 18px;
  }
}

#ticket .special_ticket .special_ticket_desc ul {
  margin-top: 2.60417vw;
}

@media screen and (min-width: 769px) {
  #ticket .special_ticket .special_ticket_desc ul {
    margin-top: 10px;
  }
}

#ticket .special_ticket .special_ticket_desc ul .note p {
  margin-top: 0;
  font-size: 2.60417vw;
}

@media screen and (min-width: 769px) {
  #ticket .special_ticket .special_ticket_desc ul .note p {
    font-size: 14px;
  }
}

#ticket .venue {
  position: relative;
}

#ticket .venue .anchor {
  top: -5.20833vw;
}

@media screen and (min-width: 769px) {
  #ticket .venue .anchor {
    top: -12.52632vw;
  }
}

@media screen and (min-width: 950px) {
  #ticket .venue .anchor {
    top: -119px;
  }
}

#ticket .venue .venue_item {
  margin-top: 5.20833vw;
  padding: 1.95312vw 2.60417vw;
  color: #00253e;
  background-color: #ffffff;
}

@media screen and (min-width: 769px) {
  #ticket .venue .venue_item {
    margin-top: 20px;
    padding: 15px 20px;
  }
}

#ticket .venue .venue_item:first-child {
  margin-top: 7.8125vw;
}

@media screen and (min-width: 769px) {
  #ticket .venue .venue_item:first-child {
    margin-top: 40px;
  }
}

#ticket .venue .venue_item h3 {
  font-size: 6.25vw;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #ticket .venue .venue_item h3 {
    font-size: 24px;
  }
}

#ticket .venue .venue_item p {
  font-size: 3.64583vw;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #ticket .venue .venue_item p {
    font-size: 14px;
  }
}

#ticket .venue .lilo-accordion {
  margin-top: 0;
}

#ticket .venue .lilo-accordion-control {
  background-color: #a12c1c;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#ticket .venue .lilo-accordion-control.end {
  background-color: #1c3546;
}

#ticket .venue .lilo-accordion-control.active {
  background-color: #1c3546;
}

#ticket .venue .lilo-accordion-content h3 {
  font-size: 5.20833vw;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  #ticket .venue .lilo-accordion-content h3 {
    font-size: 24px;
  }
}

#ticket .venue .lilo-accordion-content p {
  margin-top: 1.30208vw;
  font-size: 3.64583vw;
  line-height: 6.51042vw;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  #ticket .venue .lilo-accordion-content p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 34px;
  }
}

#ticket .venue .lilo-accordion-content .map_link_area {
  margin-top: 1.95312vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  #ticket .venue .lilo-accordion-content .map_link_area {
    margin-top: 7px;
  }
}

#ticket .venue .lilo-accordion-content .map_link_area .map_link {
  padding: 1.95312vw 2.60417vw 2.34375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2b92c2;
}

@media screen and (min-width: 769px) {
  #ticket .venue .lilo-accordion-content .map_link_area .map_link {
    padding: 8px 10px 10px;
  }
}

#ticket .venue .lilo-accordion-content .map_link_area .map_link p {
  margin-top: 0;
}

#ticket .venue .lilo-accordion-content .map_link_area .map_link .arrow {
  margin-left: 2.60417vw;
  width: 2.86458vw;
  height: 2.60417vw;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media screen and (min-width: 769px) {
  #ticket .venue .lilo-accordion-content .map_link_area .map_link .arrow {
    margin-left: 10px;
    width: 11px;
    height: 10px;
  }
}

#ticket .venue .lilo-accordion-content .shop {
  margin-left: 2.60417vw;
}

@media screen and (min-width: 769px) {
  #ticket .venue .lilo-accordion-content .shop {
    margin-left: 10px;
  }
}

#ticket .venue .lilo-accordion-content iframe {
  margin-top: 3.90625vw;
  width: 100%;
  height: auto;
  overflow: auto;
}

@media screen and (min-width: 769px) {
  #ticket .venue .lilo-accordion-content iframe {
    margin-top: 20px;
  }
}

#ticket .venue .lilo-accordion-content.init {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#ticket #line p {
  margin-top: 6.51042vw;
  font-size: 4.16667vw;
  line-height: 6.77083vw;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #ticket #line p {
    margin-top: 50px;
    font-size: 18px;
    line-height: 34px;
  }
}

#ticket #line .features_line_desc {
  margin-top: 10.41667vw;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #ticket #line .features_line_desc {
    margin-top: 60px;
  }
}

#ticket #line .link_btn {
  margin: 5.20833vw auto 0;
  padding: 5.20833vw 0;
  width: 89.58333vw;
  display: block;
  background-color: #06c755;
}

@media screen and (min-width: 769px) {
  #ticket #line .link_btn {
    padding: 20px 0;
    margin-top: 20px;
    width: 350px;
  }
}

#ticket #line .link_btn p {
  margin: 0;
  text-align: center;
  font-size: 4.94792vw;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  #ticket #line .link_btn p {
    font-size: 22px;
  }
}

#ticket #line .features_bosyu_btn {
  background-color: #2b92c2;
}

#play_format {
  background-color: #001727;
}

#play_format .play_format_list {
  margin-top: 10.41667vw;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  #play_format .play_format_list {
    margin-top: 50px;
  }
}

#play_format .play_format_list .play_format_list_item {
  margin-top: 5.20833vw;
  width: calc(50% - 2.60417vw);
}

@media screen and (min-width: 769px) {
  #play_format .play_format_list .play_format_list_item {
    margin-top: 0;
    width: 164px;
  }
}

#play_format .play_format_list .play_format_list_item img {
  width: 100%;
}

#play_format .play_format_list .play_format_list_item:nth-child(-n + 2) {
  margin-top: 0;
}

#how_to_play {
  background-image: url(../images/bg.png);
  background-size: 14.71354vw 16.79688vw;
}

@media screen and (min-width: 769px) {
  #how_to_play {
    background-size: 56px 64px;
  }
}

#how_to_play .setp_area {
  margin-top: 7.8125vw;
}

@media screen and (min-width: 769px) {
  #how_to_play .setp_area {
    margin-top: 50px;
    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;
  }
}

#how_to_play .setp_area .setp_item {
  width: 100%;
  margin-top: 5.20833vw;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(11, 66, 104, 0)), color-stop(25%, #0b4268));
  background: linear-gradient(rgba(11, 66, 104, 0) 25%, #0b4268 25%);
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #how_to_play .setp_area .setp_item {
    width: calc(50% - 20px);
    margin-top: 30px;
  }
}

#how_to_play .setp_area .setp_item .step_bg {
  width: 100%;
  position: absolute;
  top: 12.63021vw;
  right: -1.30208vw;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  #how_to_play .setp_area .setp_item .step_bg {
    top: 45px;
    right: -5px;
  }
}

#how_to_play .setp_area .setp_item .step_content .step_img {
  width: 100%;
}

#how_to_play .setp_area .setp_item .step_content .step_desc {
  padding: 0 2.60417vw 3.90625vw;
}

@media screen and (min-width: 769px) {
  #how_to_play .setp_area .setp_item .step_content .step_desc {
    padding: 0 20px 30px;
  }
}

#how_to_play .setp_area .setp_item .step_content .step_desc h4 {
  font-size: 4.16667vw;
}

@media screen and (min-width: 769px) {
  #how_to_play .setp_area .setp_item .step_content .step_desc h4 {
    font-size: 16px;
  }
}

#how_to_play .setp_area .setp_item .step_content .step_desc p {
  margin-top: 2.60417vw;
  font-size: 3.64583vw;
}

@media screen and (min-width: 769px) {
  #how_to_play .setp_area .setp_item .step_content .step_desc p {
    margin-top: 10px;
    font-size: 14px;
  }
}

#goods {
  background-color: #001727;
}

#goods .goods_list {
  margin-top: 7.8125vw;
  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 (min-width: 769px) {
  #goods .goods_list {
    margin-top: 50px;
  }
}

#goods .goods_list .goods_item {
  margin-top: 6.51042vw;
  width: calc(50% - 2.60417vw);
  background-color: #0b4268;
}

@media screen and (min-width: 769px) {
  #goods .goods_list .goods_item {
    margin-top: 30px;
    width: calc(33.33333% - 13px);
  }
}

#goods .goods_list .goods_item:nth-child(-n + 2) {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  #goods .goods_list .goods_item:nth-child(-n + 3) {
    margin-top: 0;
  }
}

#goods .goods_list .goods_item .goods_img_area {
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
}

#goods .goods_list .goods_item .goods_img_area .goods_img {
  width: 100%;
  pointer-events: none;
}

#goods .goods_list .goods_item .goods_img_area .plus {
  width: 9.63542vw;
  position: absolute;
  top: -4.29688vw;
  right: -2.60417vw;
}

@media screen and (min-width: 769px) {
  #goods .goods_list .goods_item .goods_img_area .plus {
    width: 37px;
    top: -15px;
    right: -10px;
  }
}

#goods .goods_list .goods_item .goods_desc {
  padding: 2.60417vw;
  background-color: #0b4268;
}

@media screen and (min-width: 769px) {
  #goods .goods_list .goods_item .goods_desc {
    padding: 10px;
  }
}

#goods .goods_list .goods_item .goods_desc h3,
#goods .goods_list .goods_item .goods_desc h4 {
  font-size: 3.64583vw;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #goods .goods_list .goods_item .goods_desc h3,
  #goods .goods_list .goods_item .goods_desc h4 {
    font-size: 18px;
  }
}

#goods .goods_list .goods_item .goods_desc h3 span,
#goods .goods_list .goods_item .goods_desc h4 span {
  font-size: 2.34375vw;
}

@media screen and (min-width: 769px) {
  #goods .goods_list .goods_item .goods_desc h3 span,
  #goods .goods_list .goods_item .goods_desc h4 span {
    font-size: 14px;
  }
}

#goods .goods_list .goods_item .goods_desc .spec {
  margin-top: 1.95312vw;
  font-size: 2.34375vw;
}

@media screen and (min-width: 769px) {
  #goods .goods_list .goods_item .goods_desc .spec {
    margin-top: 10px;
    font-size: 12px;
  }
}

#goods .goods_list .goods_item .goods_desc .desc {
  margin-top: 1.95312vw;
  font-size: 3.125vw;
}

@media screen and (min-width: 769px) {
  #goods .goods_list .goods_item .goods_desc .desc {
    margin-top: 10px;
    font-size: 14px;
  }
}

#goods .goods_bnr_desc {
  margin-top: 7.8125vw;
  font-size: 3.64583vw;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #goods .goods_bnr_desc {
    margin-top: 30px;
    font-size: 18px;
  }
}

#goods .goods_bnr_desc span {
  font-size: 2.34375vw;
}

@media screen and (min-width: 769px) {
  #goods .goods_bnr_desc span {
    font-size: 14px;
  }
}

#goods .banner_list {
  margin-top: 7.8125vw;
  height: 20%;
}

@media screen and (min-width: 769px) {
  #goods .banner_list {
    margin-top: 30px;
    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;
  }
}

#goods .banner_list .banner_item {
  margin-top: 5.20833vw;
  width: 100%;
}

@media screen and (min-width: 769px) {
  #goods .banner_list .banner_item {
    margin-top: 40px;
  }
}

#goods .banner_list .banner_item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  #goods .banner_list .banner_item {
    width: calc(50% - 20px);
  }
  #goods .banner_list .banner_item:nth-child(-n + 2) {
    margin-top: 0;
  }
}

#goods .banner_list .banner_item a {
  width: 100%;
}

#goods .banner_list .banner_item a img {
  width: 100%;
}

#twitter {
  background-image: url(../images/bg.png);
  background-size: 14.71354vw 16.79688vw;
}

@media screen and (min-width: 769px) {
  #twitter {
    background-size: 56px 64px;
  }
}

#twitter .twitter_banner {
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #twitter .twitter_banner {
    margin: 0 auto;
    width: 344px;
  }
}

#twitter .twitter_banner .twitter_banner_img {
  width: 100%;
}

#twitter .twitter_banner .twitter_banner_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1.30208vw;
  left: 1.30208vw;
  background-color: #ffffff;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  #twitter .twitter_banner .twitter_banner_bg {
    top: 5px;
    left: 5px;
  }
}

#faq .lilo-accordion .lilo-accordion-content .restriction_list {
  width: 100%;
}

#faq .lilo-accordion .lilo-accordion-content .restriction_list .restriction_item {
  margin-top: 1.30208vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  #faq .lilo-accordion .lilo-accordion-content .restriction_list .restriction_item {
    margin-top: 10px;
  }
}

#faq .lilo-accordion .lilo-accordion-content .restriction_list .restriction_item:first-child {
  margin-top: 0;
}

#faq .lilo-accordion .lilo-accordion-content .restriction_list .restriction_item .heading {
  padding: 2.60417vw;
  width: 35.67708vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00253e;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 769px) {
  #faq .lilo-accordion .lilo-accordion-content .restriction_list .restriction_item .heading {
    padding: 10px;
    width: 274px;
  }
}

#faq .lilo-accordion .lilo-accordion-content .restriction_list .restriction_item .heading p {
  font-size: 3.125vw;
  line-height: 4.94792vw;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #faq .lilo-accordion .lilo-accordion-content .restriction_list .restriction_item .heading p {
    font-size: 14px;
    line-height: 28px;
  }
}

#faq .lilo-accordion .lilo-accordion-content .restriction_list .restriction_item .desc {
  padding: 2.60417vw;
  width: 100%;
  background-color: #ffffff;
}

@media screen and (min-width: 769px) {
  #faq .lilo-accordion .lilo-accordion-content .restriction_list .restriction_item .desc {
    padding: 10px;
  }
}

#faq .lilo-accordion .lilo-accordion-content .restriction_list .restriction_item .desc p {
  font-size: 3.125vw;
  line-height: 4.94792vw;
  color: #001727;
}

@media screen and (min-width: 769px) {
  #faq .lilo-accordion .lilo-accordion-content .restriction_list .restriction_item .desc p {
    font-size: 14px;
    line-height: 28px;
  }
}

#faq .lilo-accordion .lilo-accordion-content .restriction_list .restriction_item .desc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#faq .lilo-accordion .lilo-accordion-content .faq_list .faq_item {
  margin-top: 2.60417vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  #faq .lilo-accordion .lilo-accordion-content .faq_list .faq_item {
    margin-top: 20px;
  }
}

#faq .lilo-accordion .lilo-accordion-content .faq_list .faq_item:first-child {
  margin-top: 0;
}

#faq .lilo-accordion .lilo-accordion-content .faq_list .faq_item p {
  font-size: 3.64583vw;
  line-height: 6.25vw;
}

@media screen and (min-width: 769px) {
  #faq .lilo-accordion .lilo-accordion-content .faq_list .faq_item p {
    font-size: 14px;
    line-height: 30px;
  }
}

#faq .lilo-accordion .lilo-accordion-content .faq_list .faq_item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#faq .lilo-accordion .lilo-accordion-content .faq_list .q_item .q_icon {
  margin-top: -0.78125vw;
  margin-right: 1.30208vw;
  height: 8.33333vw;
}

@media screen and (min-width: 769px) {
  #faq .lilo-accordion .lilo-accordion-content .faq_list .q_item .q_icon {
    margin-top: -1px;
    margin-right: 5px;
    height: 32px;
  }
}

#faq .lilo-accordion .lilo-accordion-content .faq_list .q_item .desc {
  font-weight: bold;
  color: #2b92c2;
}

#faq .lilo-accordion .lilo-accordion-content .faq_list .a_item .a_icon {
  margin-top: -0.13021vw;
  margin-left: 0.65104vw;
  margin-right: 1.95312vw;
  height: 7.03125vw;
}

@media screen and (min-width: 769px) {
  #faq .lilo-accordion .lilo-accordion-content .faq_list .a_item .a_icon {
    margin-left: 2px;
    margin-right: 8px;
    margin-top: 3px;
    height: 26px;
  }
}

#faq .bnr_sao_btn {
  margin-top: 6.51042vw;
  margin-bottom: 6.51042vw;
  width: 95%;
  display: block;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  #faq .bnr_sao_btn {
    margin: 30px auto;
    width: 344px;
  }
}

#faq .bnr_sao_btn .understand_modal_btn_img {
  width: 100%;
}

#banner_area {
  background-image: url(../images/bg.png);
  background-size: 14.71354vw 16.79688vw;
}

@media screen and (min-width: 769px) {
  #banner_area {
    background-size: 56px 64px;
  }
}

#banner_area .modal_btn_area {
  margin-top: 7.8125vw;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #banner_area .modal_btn_area {
    margin: 40px auto 0;
    width: 344px;
  }
}

#banner_area .modal_btn_area:first-child {
  margin-top: 0;
}

#banner_area .modal_btn_area .modal_btn {
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
}

#banner_area .modal_btn_area .modal_btn .modal_btn_img {
  width: 100%;
}

#banner_area .modal_btn_area .modal_btn .plus,
#banner_area .modal_btn_area .modal_btn .blank {
  width: 9.63542vw;
  position: absolute;
  top: -3.90625vw;
  right: -2.60417vw;
}

@media screen and (min-width: 769px) {
  #banner_area .modal_btn_area .modal_btn .plus,
  #banner_area .modal_btn_area .modal_btn .blank {
    width: 37px;
    top: -15px;
    right: -10px;
  }
}

#banner_area .modal_btn_area .frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1.30208vw;
  left: 1.30208vw;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  #banner_area .modal_btn_area .frame {
    top: 5px;
    left: 5px;
  }
}

footer {
  padding: 10.41667vw 0;
  background-color: #00253e;
}

@media screen and (min-width: 769px) {
  footer {
    padding: 80px 0;
  }
}

footer .logo_area {
  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;
}

footer .logo_area .logo_sao {
  width: 72.13542vw;
  display: block;
}

@media screen and (min-width: 769px) {
  footer .logo_area .logo_sao {
    width: 277px;
  }
}

footer .logo_area .logo_sao img {
  width: 100%;
}

footer .logo_area .logo_area_bottom {
  margin-top: 7.8125vw;
  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;
}

@media screen and (min-width: 769px) {
  footer .logo_area .logo_area_bottom {
    margin-top: 30px;
  }
}

footer .logo_area .logo_area_bottom .logo_scrap {
  margin-left: 10.41667vw;
  width: 25.39062vw;
  display: block;
}

@media screen and (min-width: 769px) {
  footer .logo_area .logo_area_bottom .logo_scrap {
    width: 98px;
    margin-left: 40px;
  }
}

footer .logo_area .logo_area_bottom .logo_scrap img {
  width: 100%;
}

footer .logo_area .logo_area_bottom .logo_bne {
  width: 18.61979vw;
  display: block;
}

@media screen and (min-width: 769px) {
  footer .logo_area .logo_area_bottom .logo_bne {
    width: 72px;
  }
}

footer .logo_area .logo_area_bottom .logo_bne img {
  width: 100%;
}

footer .footer_banner {
  margin-top: 7.8125vw;
}

@media screen and (min-width: 769px) {
  footer .footer_banner {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer .footer_banner a {
  margin-top: 3.90625vw;
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  footer .footer_banner a {
    margin-top: 0;
    width: 324px;
  }
}

footer .footer_banner a:first-child {
  margin-top: 0;
}

footer .footer_banner a img {
  width: 100%;
}

footer .copyright {
  margin-top: 7.8125vw;
  font-size: 2.60417vw;
  line-height: 5.20833vw;
  color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 769px) {
  footer .copyright {
    margin-top: 30px;
    font-size: 12px;
    line-height: 24px;
  }
}

footer .logo_yodaka {
  margin-left: 0.65104vw;
  width: 25.39062vw;
}

@media screen and (min-width: 769px) {
  footer .logo_yodaka {
    margin-left: 5px;
    width: 110px;
  }
}

#nav_list {
  width: 100%;
  height: 100%;
  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;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 800;
}

@media screen and (min-width: 769px) {
  #nav_list {
    padding: 0 4.21053vw;
    height: 8.42105vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 950px) {
  #nav_list {
    padding: 0 40px;
    height: 80px;
  }
}

#nav_list .navi_logo {
  width: 14.94737vw;
}

#nav_list .navi_logo img {
  width: 100%;
}

@media screen and (min-width: 950px) {
  #nav_list .navi_logo {
    width: 142px;
  }
}

#nav_list .nav_list_area {
  padding: 2.60417vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #nav_list .nav_list_area {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#nav_list .nav_list_area li {
  margin-top: 6.51042vw;
}

@media screen and (min-width: 769px) {
  #nav_list .nav_list_area li {
    margin-top: 0;
    margin-left: 1.57895vw;
  }
}

@media screen and (min-width: 950px) {
  #nav_list .nav_list_area li {
    margin-left: 15px;
  }
}

#nav_list .nav_list_area li:first-child {
  margin-top: 0;
}

#nav_list .nav_list_area li a {
  position: relative;
  font-size: 5.20833vw;
  line-height: 1;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 769px) {
  #nav_list .nav_list_area li a {
    font-size: 1.68421vw;
  }
  #nav_list .nav_list_area li a:hover {
    color: #a12c1c;
  }
}

@media screen and (min-width: 950px) {
  #nav_list .nav_list_area li a {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  #nav_list .nav_list_area li a::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -0.63158vw;
    left: 0;
    border-bottom: solid 0.21053vw #a12c1c;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #nav_list .nav_list_area li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (min-width: 950px) {
  #nav_list .nav_list_area li a::after {
    bottom: -6px;
    border-bottom: solid 2px #a12c1c;
  }
}

@media screen and (min-width: 769px) {
  #nav_list .nav_list_area li a.current {
    color: #a12c1c;
  }
  #nav_list .nav_list_area li a.current::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

#nav_list.active {
  opacity: 1;
  pointer-events: auto;
}

#menu_btn,
#close_btn {
  width: 15.625vw;
  position: fixed;
  top: 2.60417vw;
  right: 2.60417vw;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 900;
}

@media screen and (min-width: 769px) {
  #menu_btn,
  #close_btn {
    width: 60px;
    top: 30px;
    right: 30px;
  }
}

#menu_btn img,
#close_btn img {
  width: 100%;
}

#menu_btn .menu_img,
#close_btn .menu_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#menu_btn .menu_img.inactive,
#close_btn .menu_img.inactive {
  opacity: 0;
}

#menu_btn.active {
  pointer-events: auto;
  opacity: 1;
}

#menu_btn.faq_menu_btn {
  pointer-events: auto;
  opacity: 1;
}

#close_btn.active {
  pointer-events: auto;
  opacity: 1;
}

#side_navi {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: fixed;
  bottom: 2.60417vw;
  right: 2.60417vw;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 700;
}

@media screen and (min-width: 769px) {
  #side_navi {
    bottom: 40px;
    right: 40px;
  }
}

#side_navi .sns_link {
  margin-top: 1.30208vw;
  width: 10.41667vw;
  pointer-events: auto;
}

@media screen and (min-width: 769px) {
  #side_navi .sns_link {
    margin-top: 5px;
    width: 50px;
  }
}

#side_navi .sns_link img {
  width: 100%;
}

#side_navi #ticket_link {
  margin-top: 2.60417vw;
  width: 30.59896vw;
  pointer-events: auto;
}

@media screen and (min-width: 769px) {
  #side_navi #ticket_link {
    margin-top: 20px;
    width: 236px;
  }
}

#side_navi #ticket_link img {
  width: 100%;
}

#side_navi.active {
  opacity: 1;
}

.modal {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.modal .modal_close_btn {
  width: 15.625vw;
  position: absolute;
  top: 2.60417vw;
  right: 2.60417vw;
  cursor: pointer;
  z-index: 20;
}

@media screen and (min-width: 769px) {
  .modal .modal_close_btn {
    width: 60px;
    position: absolute;
    top: 30px;
    right: 30px;
  }
}

.modal .modal_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  pointer-events: auto;
  z-index: 1;
}

.modal .modal_content_area {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  background-color: #001727;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .modal .modal_content_area {
    width: 768px;
    height: auto;
    max-height: calc(100% - 100px);
  }
}

.modal .modal_content_area .top_view {
  width: 100%;
  position: relative;
}

.modal .modal_content_area .top_view img {
  width: 100%;
}

.modal .modal_content_area .top_view .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.modal .modal_content_area .inner {
  padding: 10.41667vw 0;
}

@media screen and (min-width: 769px) {
  .modal .modal_content_area .inner {
    padding: 40px 0;
  }
}

.modal .modal_content_area .inner p {
  margin-top: 2.60417vw;
  font-size: 3.64583vw;
  line-height: 7.29167vw;
}

@media screen and (min-width: 769px) {
  .modal .modal_content_area .inner p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
  }
}

.modal .modal_content_area .inner p:first-child {
  margin-top: 0;
}

.modal .modal_content_area .inner p span {
  color: #a12c1c;
  font-weight: bold;
  vertical-align: top;
}

.modal .modal_content_area .inner .heading {
  margin-top: 10.41667vw;
  width: 100%;
  padding: 1.5625vw 2.60417vw;
  background-color: #0b4268;
  font-size: 5.20833vw;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .modal .modal_content_area .inner .heading {
    margin-top: 40px;
    padding: 10px 15px;
    font-size: 20px;
  }
}

.modal .modal_content_area .inner .heading span {
  font-size: 3.125vw;
}

@media screen and (min-width: 769px) {
  .modal .modal_content_area .inner .heading span {
    font-size: 12px;
  }
}

.modal .modal_content_area .inner .understand_top_desc {
  margin-top: 10.41667vw;
}

@media screen and (min-width: 769px) {
  .modal .modal_content_area .inner .understand_top_desc {
    margin-top: 40px;
  }
}

.modal .modal_content_area .movie {
  margin-top: 2.60417vw;
}

@media screen and (min-width: 769px) {
  .modal .modal_content_area .movie {
    margin-top: 20px;
  }
}

.modal .modal_content_area .top_desc {
  margin-top: 10.41667vw;
}

@media screen and (min-width: 769px) {
  .modal .modal_content_area .top_desc {
    margin-top: 40px;
  }
}

.modal .modal_content_area .title {
  height: 20.83333vw;
  padding: 0 5.20833vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2b92c2;
}

@media screen and (min-width: 769px) {
  .modal .modal_content_area .title {
    height: 80px;
    padding: 0 20px;
  }
}

.modal .modal_content_area .title h2 {
  width: 65.10417vw;
  font-size: 5.20833vw;
  line-height: 6.51042vw;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .modal .modal_content_area .title h2 {
    width: 500px;
    font-size: 20px;
    line-height: 30px;
  }
}

.modal .movie {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
  z-index: 10;
}

.modal .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.modal .goods_img {
  width: 100%;
  position: relative;
  z-index: 10;
}

.modal .link {
  margin-top: 3.90625vw;
  font-size: 3.64583vw;
  line-height: 7.29167vw;
}

@media screen and (min-width: 769px) {
  .modal .link {
    margin-top: 30px;
    font-size: 16px;
    line-height: 32px;
  }
}

.modal.active {
  z-index: 990;
  opacity: 1;
}

.twitter_link {
  margin-top: 10.41667vw;
  width: 100%;
  height: 15.625vw;
  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;
  background-color: #1da1f2;
}

@media screen and (min-width: 769px) {
  .twitter_link {
    margin: 40px auto 0;
    width: 344px;
    height: 60px;
  }
}

.twitter_link p {
  font-size: 5.20833vw;
  line-height: 1;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .twitter_link p {
    font-size: 20px;
  }
}

.twitter_link.reg_link {
  background-color: #2b92c2;
}

#sao_guide {
  background-image: url(../images/bg.png);
  background-size: 14.71354vw 16.79688vw;
}

@media screen and (min-width: 769px) {
  #sao_guide {
    background-size: 56px 64px;
  }
}

#sao_guide .top_view {
  width: 100%;
  position: relative;
}

#sao_guide .top_view img {
  width: 100%;
}

#sao_guide .top_view .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#sao_guide .inner_768 {
  margin: 0 auto;
  width: 100%;
  background-color: #001727;
}

@media screen and (min-width: 769px) {
  #sao_guide .inner_768 {
    width: 768px;
  }
}

#sao_guide .inner {
  padding: 10.41667vw 0;
}

@media screen and (min-width: 769px) {
  #sao_guide .inner {
    padding: 40px 0;
  }
}

#sao_guide .inner p {
  margin-top: 2.60417vw;
  font-size: 3.64583vw;
  line-height: 7.29167vw;
}

@media screen and (min-width: 769px) {
  #sao_guide .inner p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
  }
}

#sao_guide .inner p:first-child {
  margin-top: 0;
}

#sao_guide .inner p span {
  color: #a12c1c;
  font-weight: bold;
  vertical-align: top;
}

#sao_guide .inner .heading {
  margin-top: 10.41667vw;
  width: 100%;
  padding: 1.5625vw 2.60417vw;
  background-color: #0b4268;
  font-size: 5.20833vw;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #sao_guide .inner .heading {
    margin-top: 40px;
    padding: 10px 15px;
    font-size: 20px;
  }
}

#sao_guide .inner .heading span {
  font-size: 3.125vw;
}

@media screen and (min-width: 769px) {
  #sao_guide .inner .heading span {
    font-size: 12px;
  }
}

#sao_guide .inner .understand_top_desc {
  margin-top: 10.41667vw;
}

@media screen and (min-width: 769px) {
  #sao_guide .inner .understand_top_desc {
    margin-top: 40px;
  }
}

#sao_guide .movie {
  margin-top: 2.60417vw;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #sao_guide .movie {
    margin-top: 20px;
  }
}

#sao_guide .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-container {
  position: relative;
}

.swiper-container img {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */