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

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;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold-subset.woff") format("woff"), url("../fonts/NotoSansJP-Bold-subset.woff2") format("woff2");
  font-weight: bold;
}

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

::-moz-selection {
  color: #ffffff;
  background: #db67b1;
  text-shadow: none;
}

::selection {
  color: #ffffff;
  background: #db67b1;
  text-shadow: none;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: "Noto Sans JP", serif;
  color: #ffffff;
}

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

img {
  display: block;
}

.wrapper {
  margin: 0 auto;
  max-width: 1120px;
}

.inner {
  margin: 0 auto;
  padding: 0 7.14286vw;
  max-width: 1120px;
  position: relative;
}

@media screen and (min-width: 1120px) {
  .inner {
    padding: 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 5.20833vw;
  }
}

.bold {
  font-weight: bold;
}

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

h1 {
  font-size: 12rem;
  color: #ffffff;
}

h2 {
  font-size: 4.8rem;
  color: #0250a0;
}

h3 {
  margin-top: 7.8125vw;
  font-size: 3.64583vw;
  color: #0c8cc8;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  h3 {
    margin-top: 40px;
    font-size: 1.60714vw;
  }
}

@media screen and (min-width: 769px) and (min-width: 1120px) {
  h3 {
    font-size: 1.8rem;
  }
}

.bg_bottom {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/bg_bottom.png);
  background-position-y: bottom;
}

@media screen and (max-width: 768px) {
  .bg_bottom {
    height: 7.8125vw;
    background-size: cover;
  }
}

.bg_top {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/bg_top.png);
  background-position-y: top;
}

@media screen and (max-width: 768px) {
  .bg_top {
    height: 7.8125vw;
    background-size: cover;
  }
}

.under_line {
  display: inline-block;
  border-bottom: solid 1px #0c8cc8;
}

.btn_link {
  margin-left: 20px;
  width: 160px;
  height: 50px;
  display: block;
}

.btn_link:first-child {
  margin-left: 0;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .btn_link {
    margin-left: 0;
    margin-top: 5.20833vw;
    width: 100%;
    height: 10.41667vw;
  }
}

.btn_link .btn {
  width: 100%;
  height: 100%;
  background-color: #0c8cc8;
  border-radius: 8px;
  font-size: 1.4rem;
  color: #ffffff;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.btn_link .btn:hover {
  background-color: #db67b1;
}

@media screen and (max-width: 768px) {
  .btn_link .btn {
    font-size: 3.64583vw;
    border-radius: 1.04167vw;
  }
}

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

.list li .list_style {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.strikethrough {
  text-decoration: line-through;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}

@media screen and (max-width: 768px) {
  header {
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}

header ul {
  padding: 20px 40px 25px 40px;
  border-bottom-left-radius: 8px;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../images/bg_white.png);
}

@media screen and (max-width: 768px) {
  header ul {
    padding: 0 5.20833vw;
    width: 100%;
    height: 100%;
    -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;
    border-bottom-left-radius: 0;
  }
}

header ul li {
  margin-left: 30px;
  position: relative;
}

header ul li:first-child {
  margin-left: 0;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  header ul li {
    margin-top: 16.92708vw;
    margin-left: 0;
  }
}

header ul li::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #db67b1;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

header ul li:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

header ul li a {
  display: block;
}

header ul li p {
  color: #0250a0;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  header ul li p {
    font-size: 8.33333vw;
    font-weight: bold;
  }
}

header ul li p:hover {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #db67b1;
}

header.active {
  visibility: visible;
  opacity: 1;
}

#main_view {
  padding-top: 40.89286vw;
  padding-left: 0;
  width: 100%;
  position: relative;
  background-image: url(../images/mv_pc.png);
  background-size: cover;
  background-position-x: 0%;
  background-position-y: 88%;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  #main_view {
    padding-top: 46.42857vw;
  }
}

@media screen and (max-width: 768px) {
  #main_view {
    padding-top: 142.44792vw;
    padding-left: 5.20833vw;
    width: 100%;
    position: relative;
    background-image: url(../images/mv_sp.png);
    background-size: 105%;
    background-position-x: 16%;
    background-position-y: -2.73438vw;
  }
}

#main_view .top_bg_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 49.28571vw;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #main_view .top_bg_bottom {
    top: 170.44271vw;
  }
}

#main_view .top_bg_bottom .bg_bottom_img {
  width: 100%;
  height: 5.35714vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  #main_view .top_bg_bottom .bg_bottom_img {
    height: 7.8125vw;
  }
}

#main_view .top_bg_bottom .bg_white_img {
  height: 100%;
}

.title {
  width: 31.69643vw;
  height: 52.67857vw;
  position: absolute;
  top: 1.51786vw;
  left: 58.03571vw;
}

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

.title_sp {
  width: 68.88021vw;
  height: 83.33333vw;
  position: absolute;
  top: 2.34375vw;
  left: 18.09896vw;
}

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

.sub_title {
  width: 5.98214vw;
  height: 28.66071vw;
  position: absolute;
  top: 7.76786vw;
  left: 3.39286vw;
}

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

.sub_title_sp {
  width: 10.15625vw;
  height: 53.90625vw;
  position: absolute;
  top: 78.38542vw;
  left: 5.46875vw;
}

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

.delivery_title {
  width: 4.81771vw;
  height: 55.07812vw;
  position: absolute;
  top: 13.41146vw;
  left: 88.54167vw;
}

@media screen and (min-width: 769px) {
  .delivery_title {
    width: 2.58929vw;
    height: 29.375vw;
    top: 7.76786vw;
    left: 92.58929vw;
  }
}

.scrap_logo {
  width: 14.32292vw;
  height: 8.46354vw;
  position: absolute;
  top: 125vw;
  left: 81.77083vw;
}

@media screen and (min-width: 769px) {
  .scrap_logo {
    width: 7.85714vw;
    height: 4.64286vw;
    top: 41.51786vw;
    left: 87.32143vw;
  }
}

.ticket_info {
  padding: 5.20833vw 0 5.20833vw 5.20833vw;
  width: 94.79167vw;
  min-height: 39.97396vw;
  position: relative;
  background-color: #014a98;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .ticket_info {
    width: 39.64286vw;
    min-height: 15.53571vw;
    padding: 1.78571vw 3.57143vw 1.78571vw 3.125vw;
    left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0.71429vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.71429vw;
  }
}

@media screen and (min-width: 1440px) {
  .ticket_info {
    width: 571px;
    min-height: 180px;
    padding: 26px 52px 26px 45px;
    left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 8px;
  }
}

.ticket_info img {
  width: 82px;
  height: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ticket_info img {
    width: 16.66667vw;
    height: 4.16667vw;
  }
}

.ticket_info .mv_under_line {
  width: 100%;
  height: 10px;
  border-bottom: solid 1px #ffffff;
}

.ticket_info__inner {
  width: 100%;
  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;
}

@media screen and (max-width: 768px) {
  .ticket_info__inner {
    padding-right: 5.20833vw;
    height: 100%;
  }
}

.ticket_info__inner .ticket_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.95312vw;
}

@media screen and (min-width: 769px) {
  .ticket_info__inner .ticket_info_item {
    margin-top: 0.89286vw;
  }
}

@media screen and (min-width: 1440px) {
  .ticket_info__inner .ticket_info_item {
    margin-top: 13px;
  }
}

.ticket_info__inner .ticket_info_item p {
  font-size: 3.38542vw;
  color: #ffffff;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .ticket_info__inner .ticket_info_item p {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1440px) {
  .ticket_info__inner .ticket_info_item p {
    font-size: 1.8rem;
  }
}

.ticket_info__inner .ticket_info_item .day {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .ticket_info__inner .ticket_info_item .day {
    margin-right: 2.60417vw;
  }
}

.ticket_info__inner .ticket_info_item .content {
  color: #b0d2f8;
}

#note {
  background-image: url(../images/bg_white.png);
  padding: 10px;
}

#note .inner {
  padding: 30px 0;
}

#note .finished {
  position: relative;
  border: 3px solid #0250a0;
  padding: 20px 10px;
  text-align: center;
  background-color: white;
}

@media screen and (max-width: 768px) {
  #note .finished {
    padding: 2.60417vw 1.30208vw;
  }
}

#note a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#note p {
  font-size: 2.67857vw;
  font-weight: 700;
  color: #0250a0;
  background: -webkit-linear-gradient(0deg, #0250a0, skyblue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 1120px) {
  #note p {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  #note p {
    font-size: 3.125vw;
  }
}

#intro {
  padding: 60px 0 60px 0;
  background-image: url(../images/bg_white.png);
}

@media screen and (max-width: 768px) {
  #intro {
    padding: 10.41667vw 0 10.41667vw 0;
  }
}

#intro .flower {
  width: 25.08929vw;
  height: 24.64286vw;
  max-width: 281px;
  max-height: 276px;
  position: absolute;
  top: -7%;
  right: 15%;
}

@media screen and (max-width: 768px) {
  #intro .flower {
    margin: 5.20833vw auto 0 auto;
    width: auto;
    height: 53.38542vw;
    display: block;
    position: static;
  }
}

#intro .intro_title {
  width: 57.85714vw;
  height: 9.46429vw;
  max-width: 648px;
  max-height: 106px;
}

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

#intro .intro_title_sp {
  width: 100%;
}

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

#intro .intro_desc {
  color: #0c8cc8;
  line-height: 1.8;
  font-size: 3.38542vw;
}

@media screen and (min-width: 769px) {
  #intro .intro_desc {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 769px) and (min-width: 1120px) {
  #intro .intro_desc {
    font-size: 1.4rem;
  }
}

#intro .about_delivery {
  margin-top: 60px;
  padding: 20px 20px;
  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;
  border-radius: 0.71429vw;
  z-index: 100;
}

@media screen and (min-width: 1120px) {
  #intro .about_delivery {
    border-radius: 8px;
  }
}

@media screen and (max-width: 768px) {
  #intro .about_delivery {
    margin-top: 7.8125vw;
    padding: 5.20833vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 1.04167vw;
  }
}

#intro .about_delivery .about_delivery_title {
  font-weight: bold;
  color: #4e4e4e;
  line-height: 1.8;
  font-size: 3.64583vw;
}

@media screen and (min-width: 769px) {
  #intro .about_delivery .about_delivery_title {
    font-size: 1.60714vw;
  }
}

@media screen and (min-width: 769px) and (min-width: 1120px) {
  #intro .about_delivery .about_delivery_title {
    font-size: 1.8rem;
  }
}

#intro .about_delivery p {
  color: #4e4e4e;
  font-size: 3.125vw;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  #intro .about_delivery p {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 769px) and (min-width: 1120px) {
  #intro .about_delivery p {
    font-size: 1.4rem;
  }
}

#intro .about_delivery .about_delivery_desc {
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  #intro .about_delivery .about_delivery_desc {
    margin-top: 2.60417vw;
  }
}

#intro .about_delivery a span {
  margin-bottom: 0.65104vw;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#intro .about_delivery a span::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #4e4e4e;
}

#intro .about_delivery a span:hover {
  color: #db67b1;
}

#intro .about_delivery a span:hover::after {
  background-color: #db67b1;
}

#intro .about_delivery .intro_note {
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  #intro .about_delivery .intro_note {
    margin-top: 2.60417vw;
  }
}

#intro .about_delivery .intro_note p {
  font-weight: bold;
  color: #db67b1;
  font-size: 3.64583vw;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  #intro .about_delivery .intro_note p {
    font-size: 1.60714vw;
  }
}

@media screen and (min-width: 769px) and (min-width: 1120px) {
  #intro .about_delivery .intro_note p {
    font-size: 1.8rem;
  }
}

#intro .about_delivery img {
  margin-top: 5.20833vw;
  width: 100%;
  height: 17.96875vw;
}

@media screen and (min-width: 769px) {
  #intro .about_delivery img {
    margin-top: 0;
    width: 31.25vw;
    max-width: 350px;
    height: 6.96429vw;
    max-height: 78px;
  }
}

#intro .slide {
  margin-top: 60px;
  width: 100%;
  height: 160px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #intro .slide {
    height: 160px;
  }
}

#intro .slide .slide_img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: infinity-loop 22s infinite linear 1s both;
          animation: infinity-loop 22s infinite linear 1s both;
}

#intro .slide .slide_img img {
  margin-left: 20px;
  height: 100%;
  border-radius: 8px;
}

#intro .slide .slide_img img:first-child {
  margin-left: 0;
}

#intro .banners {
  margin-top: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #intro .banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#intro .banners .banner {
  margin-top: 5.20833vw;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  #intro .banners .banner {
    margin-top: 0;
    width: 31.875%;
    max-width: 306px;
    height: 7.14286vw;
    max-height: 80px;
  }
}

#intro .banners .banner:first-child {
  margin-top: 0;
  margin-left: 0;
}

#intro .banners .banner:hover .banner_free {
  opacity: 0;
}

#intro .banners .banner img {
  width: 100%;
  height: auto;
}

#intro .youtube {
  margin: 7.8125vw auto 0 auto;
  width: 89.58333vw;
  height: 50.39062vw;
  max-width: 560px;
  max-height: 315px;
  display: block;
}

@media screen and (min-width: 769px) {
  #intro .youtube {
    margin: 60px auto 0 auto;
    width: 560px;
    height: 315px;
  }
}

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

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

#story {
  padding: 100px 0 100px 0;
  position: relative;
  background-image: url(../images/bg_blue.jpg);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #story {
    padding: 15.625vw 0 15.625vw 0;
  }
}

#story .inner {
  position: relative;
}

#story .inner .story_title {
  height: 11.71875vw;
}

@media screen and (min-width: 769px) {
  #story .inner .story_title {
    width: 14.55357vw;
    height: 4.01786vw;
    max-width: 163px;
    max-height: 45px;
  }
}

#story .inner .story_subtitle {
  margin-top: 13.02083vw;
  width: 100%;
}

@media screen and (min-width: 769px) {
  #story .inner .story_subtitle {
    margin-top: 60px;
    width: 35.98214vw;
    height: 2.32143vw;
    max-width: 403px;
    max-height: 26px;
  }
}

#story .inner p {
  color: #0c8cc8;
  margin-top: 10.41667vw;
  font-size: 3.38542vw;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  #story .inner p {
    margin-top: 40px;
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 769px) and (min-width: 1120px) {
  #story .inner p {
    font-size: 1.4rem;
  }
}

#story .inner .sotry_img {
  margin-top: 14.32292vw;
  width: 100%;
}

@media screen and (min-width: 769px) {
  #story .inner .sotry_img {
    margin-top: 0;
    width: 31.78571vw;
    height: 37.5vw;
    max-width: 356px;
    max-height: 420px;
    position: absolute;
    top: 15%;
    right: 6%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#story .inner .greeting {
  margin-top: 80px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #story .inner .greeting {
    display: none;
  }
}

#story .inner .greeting_sp {
  margin-top: 7.8125vw;
  width: 100%;
}

@media screen and (min-width: 769px) {
  #story .inner .greeting_sp {
    display: none;
  }
}

#event_info {
  padding: 60px 0 60px 0;
  background-image: url(../images/bg_white.png);
}

@media screen and (max-width: 768px) {
  #event_info {
    padding: 10.41667vw 0 10.41667vw 0;
  }
}

#event_info .info_title {
  height: 11.71875vw;
}

@media screen and (min-width: 769px) {
  #event_info .info_title {
    width: 19.91071vw;
    height: 3.75vw;
    max-width: 223px;
    max-height: 42px;
  }
}

#event_info .info_period {
  margin: 13.02083vw 0 2.60417vw 0;
  height: 5.46875vw;
}

@media screen and (min-width: 769px) {
  #event_info .info_period {
    margin: 60px 0 10px 0;
    width: 7.45536vw;
    height: 1.78571vw;
    max-width: 83.5px;
    max-height: 20px;
  }
}

#event_info .info_time {
  margin: 13.02083vw 0 2.60417vw 0;
  height: 5.46875vw;
}

@media screen and (min-width: 769px) {
  #event_info .info_time {
    margin: 40px 0 10px 0;
    width: 7.58929vw;
    height: 1.875vw;
    max-width: 85px;
    max-height: 21px;
  }
}

#event_info .day_of_week {
  margin-top: 4.94792vw;
  font-weight: bold;
  color: #4e4e4e;
  font-size: 3.64583vw;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  #event_info .day_of_week {
    margin-top: 26px;
    font-size: 1.60714vw;
  }
}

@media screen and (min-width: 769px) and (min-width: 1120px) {
  #event_info .day_of_week {
    font-size: 1.8rem;
  }
}

#event_info .day_of_week.first_data {
  margin-top: 6.38021vw;
}

@media screen and (min-width: 769px) {
  #event_info .day_of_week.first_data {
    margin-top: 33px;
  }
}

#event_info .open_time {
  margin-top: 2.34375vw;
  color: #4e4e4e;
  font-size: 3.64583vw;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  #event_info .open_time {
    margin-top: 6px;
    font-size: 1.60714vw;
  }
}

@media screen and (min-width: 769px) and (min-width: 1120px) {
  #event_info .open_time {
    font-size: 1.8rem;
  }
}

#event_info .open_time a span {
  padding-bottom: 2px;
  position: relative;
  border-bottom: solid 0.5px #4e4e4e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#event_info .open_time a span:hover {
  color: #db67b1;
}

#event_info .detail {
  margin-top: 4.94792vw;
}

@media screen and (min-width: 769px) {
  #event_info .detail {
    margin-top: 26px;
  }
}

#event_info p {
  font-size: 1.60714vw;
  color: #4e4e4e;
}

@media screen and (min-width: 1120px) {
  #event_info p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  #event_info p {
    font-size: 3.64583vw;
  }
}

#event_info .period_desc {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #event_info .period_desc {
    margin-top: 7.8125vw;
  }
}

#event_info table {
  margin-top: 40px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #event_info table {
    margin-top: 7.8125vw;
  }
}

#event_info table tr {
  width: 100%;
  color: #4e4e4e;
  text-align: center;
}

#event_info table tr th {
  padding-bottom: 15px;
  width: 33.3333333333%;
  font-size: 1.42857vw;
  border-bottom: solid 2px #4e4e4e;
  font-weight: bold;
}

@media screen and (min-width: 1120px) {
  #event_info table tr th {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  #event_info table tr th {
    padding-bottom: 2.60417vw;
    font-size: 3.64583vw;
  }
}

#event_info table tr td {
  padding: 15px 0;
  width: 25%;
  border-bottom: solid 1px #4e4e4e;
}

@media screen and (max-width: 768px) {
  #event_info table tr td {
    padding: 2.60417vw 0;
  }
}

#event_info table tr td p {
  font-size: 1.42857vw;
  border-left: solid 1px #4e4e4e;
}

@media screen and (min-width: 1120px) {
  #event_info table tr td p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  #event_info table tr td p {
    font-size: 3.125vw;
  }
}

#event_info table tr td:first-child p {
  border-left: none;
}

#event_info table .tr_end {
  border-bottom: solid 2px #4e4e4e;
}

#event_info .note_area {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #event_info .note_area {
    margin-top: 5.20833vw;
  }
}

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

#event_info .note p {
  font-size: 1.25vw;
  line-height: 1.8;
}

@media screen and (min-width: 1120px) {
  #event_info .note p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #event_info .note p {
    font-size: 3.125vw;
  }
}

#event_info .note .list_style {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#event_info .info_items {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #event_info .info_items {
    margin-top: 13.02083vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#event_info .info_items .info_item {
  margin-top: 5.20833vw;
  width: 100%;
  height: 52.08333vw;
  border-radius: 1.04167vw;
}

@media screen and (min-width: 769px) {
  #event_info .info_items .info_item {
    margin-top: 0;
    width: 23.125%;
    height: 11.51786vw;
    max-height: 129px;
    border-radius: 0.71429vw;
  }
}

@media screen and (min-width: 769px) and (min-width: 1120px) {
  #event_info .info_items .info_item {
    border-radius: 8px;
  }
}

#how_to {
  padding: 100px 0 100px 0;
  position: relative;
  background-image: url(../images/bg_blue.jpg);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #how_to {
    padding: 15.625vw 0 15.625vw 0;
  }
}

#how_to .how_to_title {
  height: 11.71875vw;
}

@media screen and (min-width: 769px) {
  #how_to .how_to_title {
    width: 15.44643vw;
    height: 3.83929vw;
    max-width: 173px;
    max-height: 43px;
  }
}

#how_to .how_to_box {
  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;
}

@media screen and (max-width: 768px) {
  #how_to .how_to_box {
    margin-top: 13.02083vw;
  }
}

#how_to .how_to_box .how_to_item {
  margin-top: 5.20833vw;
  width: 100%;
  height: 79.42708vw;
  border-radius: 1.04167vw;
}

#how_to .how_to_box .how_to_item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  #how_to .how_to_box .how_to_item {
    margin-top: 20px;
    width: 48.9583333333%;
    height: 37.14286vw;
    max-height: 416px;
    border-radius: 0.71429vw;
  }
  #how_to .how_to_box .how_to_item:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) and (min-width: 1120px) {
  #how_to .how_to_box .how_to_item {
    border-radius: 8px;
  }
}

#how_to .how_to_note {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #how_to .how_to_note {
    margin-top: 5.20833vw;
  }
}

#how_to .how_to_note p {
  font-size: 1.07143vw;
  color: #4e4e4e;
  line-height: 1.8;
}

@media screen and (min-width: 1120px) {
  #how_to .how_to_note p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  #how_to .how_to_note p {
    font-size: 3.125vw;
    margin-top: 2.60417vw;
  }
}

#how_to .system_requirements {
  margin-top: 40px;
  padding: 3.57143vw;
  background-color: #ffffff;
  border-radius: 0.71429vw;
}

@media screen and (min-width: 1120px) {
  #how_to .system_requirements {
    padding: 40px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 768px) {
  #how_to .system_requirements {
    margin-top: 10.41667vw;
    padding: 5.20833vw 5.20833vw;
  }
}

#how_to .system_requirements .environment {
  margin-bottom: 2.60417vw;
  height: 5.46875vw;
}

@media screen and (min-width: 769px) {
  #how_to .system_requirements .environment {
    margin-bottom: 10px;
    width: 7.67857vw;
    height: 1.875vw;
    max-width: 86px;
    max-height: 21px;
  }
}

#how_to .system_requirements .system_requirements_desc {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #how_to .system_requirements .system_requirements_desc {
    margin-top: 5.20833vw;
  }
}

#how_to .system_requirements .system_requirements_desc p {
  font-size: 1.25vw;
  color: #4e4e4e;
  line-height: 1.8;
}

@media screen and (min-width: 1120px) {
  #how_to .system_requirements .system_requirements_desc p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #how_to .system_requirements .system_requirements_desc p {
    font-size: 3.125vw;
    margin-top: 2.60417vw;
  }
}

#how_to .system_requirements .system_requirements_links {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #how_to .system_requirements .system_requirements_links {
    margin-top: 5.20833vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  #how_to .system_requirements .system_requirements_links .btn_link {
    margin-top: 0;
    margin-left: 0;
    width: 47.2039473684%;
    height: 10.41667vw;
  }
}

#ticket {
  padding: 60px 0 60px 0;
  background-image: url(../images/bg_white.png);
}

@media screen and (max-width: 768px) {
  #ticket {
    padding: 10.41667vw 0 10.41667vw 0;
  }
}

#ticket .ticket_title {
  height: 11.71875vw;
}

@media screen and (min-width: 769px) {
  #ticket .ticket_title {
    width: get_pv_vw(131);
    height: get_pv_vw(43);
    max-width: 131px;
    max-height: 43px;
  }
}

#ticket .ticket_content {
  margin-top: 13.02083vw;
  width: 100%;
}

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

#ticket .ticket_content .goto_top h3 {
  margin-top: 0;
  color: #4e4e4e;
}

#ticket .ticket_content .goto_top p {
  margin-top: 20px;
  font-size: 1.42857vw;
  color: #4e4e4e;
}

@media screen and (min-width: 1120px) {
  #ticket .ticket_content .goto_top p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  #ticket .ticket_content .goto_top p {
    font-size: 3.125vw;
    margin-top: 5.20833vw;
  }
}

#ticket .ticket_content .ticket_content_desc {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #ticket .ticket_content .ticket_content_desc {
    margin-top: 10.41667vw;
  }
}

@media screen and (max-width: 768px) {
  #ticket .ticket_content .ticket_content_desc div {
    margin-top: 7.8125vw;
  }
  #ticket .ticket_content .ticket_content_desc div:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  #ticket .ticket_content .ticket_content_desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#ticket .ticket_content .ticket_content_desc .general {
  font-size: 2.14286vw;
  line-height: 1;
}

@media screen and (min-width: 1120px) {
  #ticket .ticket_content .ticket_content_desc .general {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  #ticket .ticket_content .ticket_content_desc .general {
    font-size: 6.25vw;
  }
}

#ticket .ticket_content .ticket_content_desc .regular_price {
  margin-top: 16px;
  font-size: 1.42857vw;
  color: #4e4e4e;
  line-height: 1;
}

@media screen and (min-width: 1120px) {
  #ticket .ticket_content .ticket_content_desc .regular_price {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  #ticket .ticket_content .ticket_content_desc .regular_price {
    margin-top: 2.60417vw;
    font-size: 3.64583vw;
  }
}

#ticket .ticket_content .ticket_content_desc .regular_price span {
  font-size: 2.14286vw;
}

@media screen and (min-width: 1120px) {
  #ticket .ticket_content .ticket_content_desc .regular_price span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  #ticket .ticket_content .ticket_content_desc .regular_price span {
    font-size: 6.25vw;
  }
}

#ticket .ticket_content .ticket_content_desc .per_person_title {
  margin-top: 16px;
  font-size: 1.60714vw;
  color: #db67b1;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 1120px) {
  #ticket .ticket_content .ticket_content_desc .per_person_title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  #ticket .ticket_content .ticket_content_desc .per_person_title {
    margin-top: 2.60417vw;
    font-size: 5.20833vw;
  }
}

#ticket .ticket_content .ticket_content_desc .per_person_title span {
  font-size: 4.28571vw;
  font-weight: bold;
}

@media screen and (min-width: 1120px) {
  #ticket .ticket_content .ticket_content_desc .per_person_title span {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 768px) {
  #ticket .ticket_content .ticket_content_desc .per_person_title span {
    font-size: 10.41667vw;
  }
}

#ticket .ticket_content .ticket_content_desc .price {
  margin-top: 4px;
  font-size: 1.60714vw;
  font-weight: bold;
  color: #db67b1;
  line-height: 1;
}

@media screen and (min-width: 1120px) {
  #ticket .ticket_content .ticket_content_desc .price {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  #ticket .ticket_content .ticket_content_desc .price {
    margin-top: 0.65104vw;
    font-size: 5.20833vw;
  }
}

#ticket .ticket_content .ticket_content_desc .price span {
  font-size: 4.28571vw;
  font-weight: bold;
}

@media screen and (min-width: 1120px) {
  #ticket .ticket_content .ticket_content_desc .price span {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 768px) {
  #ticket .ticket_content .ticket_content_desc .price span {
    font-size: 10.41667vw;
  }
}

#ticket .ticket_content .goto_note {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #ticket .ticket_content .goto_note {
    margin-top: 10.41667vw;
  }
}

#ticket .ticket_content .goto_note h3 {
  margin-top: 0;
  color: #4e4e4e;
}

#ticket .ticket_content .goto_note h3 span {
  padding-bottom: 2px;
  position: relative;
  border-bottom: solid 0.5px #4e4e4e;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#ticket .ticket_content .goto_note h3 span:hover {
  color: #db67b1;
}

#ticket .ticket_content .goto_note ul {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #ticket .ticket_content .goto_note ul {
    margin-top: 5.20833vw;
  }
}

#ticket .ticket_content .goto_note ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#ticket .ticket_content .goto_note ul li p {
  font-size: 1.25vw;
  color: #4e4e4e;
}

@media screen and (min-width: 1120px) {
  #ticket .ticket_content .goto_note ul li p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #ticket .ticket_content .goto_note ul li p {
    font-size: 3.125vw;
  }
}

#ticket .ticket_content .schedule {
  margin-top: 10.41667vw;
  width: 100%;
}

@media screen and (min-width: 769px) {
  #ticket .ticket_content .schedule {
    margin: 60px auto 0 auto;
  }
}

#ticket .ticket_content .schedule h2 {
  margin-top: 0;
  font-size: 2.14286vw;
  color: #0c8cc8;
}

@media screen and (min-width: 1120px) {
  #ticket .ticket_content .schedule h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  #ticket .ticket_content .schedule h2 {
    font-size: 6.25vw;
  }
}

#ticket .ticket_content .schedule h3 {
  margin-top: 5.20833vw;
  font-size: 3.125vw;
  font-weight: normal;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  #ticket .ticket_content .schedule h3 {
    margin-top: 30px;
    font-size: 1.42857vw;
  }
}

@media screen and (min-width: 769px) and (min-width: 1120px) {
  #ticket .ticket_content .schedule h3 {
    font-size: 1.6rem;
  }
}

#ticket .ticket_content .schedule .schedule_content {
  margin-top: 2.60417vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  #ticket .ticket_content .schedule .schedule_content {
    margin-top: 10px;
  }
}

#ticket .ticket_content .schedule .schedule_content div {
  margin-left: 1%;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  #ticket .ticket_content .schedule .schedule_content div {
    margin-top: 5.20833vw;
    width: 100%;
  }
}

#ticket .ticket_content .schedule .schedule_content div:first-child {
  margin-top: 0;
  margin-left: 0;
}

#ticket .ticket_content .schedule .schedule_content div p {
  color: #4e4e4e;
}

@media screen and (min-width: 769px) {
  #ticket .ticket_content .schedule .schedule_content div p {
    font-size: 1.42857vw;
  }
}

@media screen and (min-width: 769px) and (min-width: 1120px) {
  #ticket .ticket_content .schedule .schedule_content div p {
    font-size: 1.6rem;
  }
}

#ticket .ticket_content .schedule .schedule_content div p:first-child {
  margin-top: 0;
}

#ticket .ticket_content .schedule .schedule_content div p span {
  padding-bottom: 2px;
  position: relative;
  border-bottom: solid 0.5px #4e4e4e;
  color: #4e4e4e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#ticket .ticket_content .schedule .schedule_content div p span:hover {
  color: #db67b1;
}

#ticket .ticket_content .ticket_btn_set {
  position: relative;
}

@media screen and (min-width: 769px) {
  #ticket .ticket_content .ticket_btn_set {
    margin: 60px auto 0 auto;
    width: 48.21429vw;
    height: 8.92857vw;
    max-width: 540px;
    max-height: 100px;
  }
}

@media screen and (max-width: 768px) {
  #ticket .ticket_content .ticket_btn_set {
    margin-top: 10.41667vw;
  }
}

#ticket .ticket_content .ticket_btn_set .ticket_btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#ticket .ticket_content .ticket_btn_set .ticket_btn:hover {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #ticket .ticket_content .ticket_btn_set .ticket_btn {
    display: none;
  }
}

#ticket .ticket_content .ticket_btn_set .ticket_btn_hover {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #ticket .ticket_content .ticket_btn_set .ticket_btn_hover {
    display: none;
  }
}

#ticket .ticket_content .ticket_btn_set .ticket_btn_sp {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #ticket .ticket_content .ticket_btn_set .ticket_btn_sp {
    display: none;
  }
}

#ticket .ticket_content .ticket_btn_set .ticket_btn_left {
  position: absolute;
  width: 24.47917vw;
  bottom: -4.81771vw;
  left: -4.55729vw;
}

@media screen and (min-width: 769px) {
  #ticket .ticket_content .ticket_btn_set .ticket_btn_left {
    width: 8.125vw;
    height: 8.21429vw;
    max-width: 91px;
    max-height: 92px;
    bottom: -1.42857vw;
    left: -0.98214vw;
  }
}

@media screen and (min-width: 1120px) {
  #ticket .ticket_content .ticket_btn_set .ticket_btn_left {
    bottom: -16px;
    left: -11px;
  }
}

#ticket .ticket_content .ticket_btn_set .ticket_btn_right {
  position: absolute;
  width: 23.4375vw;
  bottom: -5.85938vw;
  right: -5.20833vw;
}

@media screen and (min-width: 769px) {
  #ticket .ticket_content .ticket_btn_set .ticket_btn_right {
    width: 8.125vw;
    height: 8.21429vw;
    max-width: 91px;
    max-height: 92px;
    bottom: -1.96429vw;
    right: -1.78571vw;
  }
}

@media screen and (min-width: 1120px) {
  #ticket .ticket_content .ticket_btn_set .ticket_btn_right {
    bottom: -22px;
    right: -20px;
  }
}

#ticket p {
  font-size: 1.25vw;
  color: #0c8cc8;
  line-height: 1.8;
}

@media screen and (min-width: 1120px) {
  #ticket p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #ticket p {
    font-size: 3.125vw;
  }
}

#faq {
  padding: 100px 0 100px 0;
  position: relative;
  background-image: url(../images/bg_gray.png);
}

@media screen and (max-width: 768px) {
  #faq {
    padding: 15.625vw 0 15.625vw 0;
  }
}

#faq .faq_title {
  height: 13.67188vw;
}

@media screen and (min-width: 769px) {
  #faq .faq_title {
    width: 29.55357vw;
    height: 4.64286vw;
    max-width: 331px;
    max-height: 52px;
  }
}

#faq .note_sub_title {
  margin: 10.41667vw 0 2.60417vw 0;
  height: 5.46875vw;
}

@media screen and (min-width: 769px) {
  #faq .note_sub_title {
    margin: 60px 0 10px 0;
    width: 7.67857vw;
    height: 1.875vw;
    max-width: 86px;
    max-height: 21px;
  }
}

#faq .faq_sub_title {
  margin: 10.41667vw 0 2.60417vw 0;
  height: 5.46875vw;
}

@media screen and (min-width: 769px) {
  #faq .faq_sub_title {
    margin: 60px 0 10px 0;
    width: 4.91071vw;
    height: 2.05357vw;
    max-width: 55px;
    max-height: 23px;
  }
}

#faq ul {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  #faq ul {
    margin-top: 7.8125vw;
  }
}

#faq ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#faq ul li p {
  font-size: 3.125vw;
  color: #4e4e4e;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  #faq ul li p {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 769px) and (min-width: 1120px) {
  #faq ul li p {
    font-size: 1.4rem;
  }
}

#faq ul li desc {
  width: 100%;
}

#faq ul li .q {
  font-weight: bold;
}

#faq #faq_content .q_item {
  margin-top: 20px;
}

#faq #faq_content .q_item:first-child {
  margin-top: 0;
}

#faq #faq_content .list_style {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#faq #faq_content p {
  margin-left: 5px;
}

#faq #faq_content p:first-child {
  margin-left: 0;
}

#faq .faq_links {
  margin-top: 10.41667vw;
}

@media screen and (min-width: 769px) {
  #faq .faq_links {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#faq .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #faq .note {
    margin-top: 2.60417vw;
  }
}

#faq .note p {
  font-size: 1.25vw;
  color: #4e4e4e;
  line-height: 1.8;
}

@media screen and (min-width: 1120px) {
  #faq .note p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #faq .note p {
    font-size: 3.125vw;
  }
}

#faq .note .list_style {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

footer {
  padding: 60px 0 80px 0;
  background-image: url(../images/bg_white.png);
}

@media screen and (max-width: 768px) {
  footer {
    padding: 10.41667vw 0 10.41667vw 0;
  }
}

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

footer .footer_title {
  height: 7.8125vw;
}

@media screen and (min-width: 769px) {
  footer .footer_title {
    width: 10.1563vw;
    height: 2.42188vw;
    max-width: 130px;
    max-height: 31px;
  }
}

footer .links {
  margin-top: 40px;
  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) {
  footer .links {
    margin-top: 10.41667vw;
  }
}

footer .links a {
  margin-left: 5.20833vw;
}

@media screen and (min-width: 769px) {
  footer .links a {
    margin-left: 1.78571vw;
  }
}

@media screen and (min-width: 769px) and (min-width: 1120px) {
  footer .links a {
    margin-left: 20px;
  }
}

footer .links a:first-child {
  margin-left: 0;
}

footer .links .sns {
  border-radius: 50%;
}

footer .links .sns .sns_image {
  height: 14.32292vw;
}

@media screen and (min-width: 769px) {
  footer .links .sns .sns_image {
    width: 5vw;
    height: 5vw;
    max-width: 56px;
    max-height: 56px;
  }
}

footer .links .link {
  overflow: hidden;
  border-radius: 1.04167vw;
  margin-left: 0;
}

@media screen and (min-width: 769px) {
  footer .links .link {
    margin-left: 1.78571vw;
    border-radius: 0.71429vw;
  }
}

@media screen and (min-width: 769px) and (min-width: 1120px) {
  footer .links .link {
    border-radius: 8px;
  }
}

@media screen and (min-width: 769px) {
  footer .links .link:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  footer .links .link:nth-child(3) {
    margin-top: 5.20833vw;
  }
}

footer .links .link .link_image {
  width: 42.1875vw;
}

@media screen and (min-width: 769px) {
  footer .links .link .link_image {
    width: 25vw;
    height: 5.35714vw;
    max-width: 280px;
    max-height: 60px;
  }
}

@media screen and (max-width: 768px) {
  footer .links .link .mail_maga {
    width: 100%;
  }
}

footer .links .gray_btn {
  width: 42.1875vw;
  height: 9.11458vw;
  background-color: #4e4e4e;
  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 .links .gray_btn {
    width: 25vw;
    height: 5.35714vw;
    max-width: 280px;
    max-height: 60px;
  }
}

footer .links .gray_btn p {
  margin-top: 0;
  font-size: 1.25vw;
  font-weight: bold;
  color: #ffffff;
}

@media screen and (min-width: 1120px) {
  footer .links .gray_btn p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  footer .links .gray_btn p {
    font-size: 2.60417vw;
  }
}

@media screen and (max-width: 768px) {
  footer .links .mail_maga {
    width: 100%;
  }
}

footer p {
  margin-top: 10.41667vw;
  font-size: 3.125vw;
  color: #4e4e4e;
  text-align: center;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  footer p {
    margin-top: 40px;
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 769px) and (min-width: 1120px) {
  footer p {
    font-size: 1.4rem;
  }
}

footer .small {
  font-size: 3.125vw;
}

@media screen and (min-width: 769px) {
  footer .small {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 769px) and (min-width: 1120px) {
  footer .small {
    font-size: 1.4rem;
  }
}

#side_btns {
  position: fixed;
  bottom: 20%;
  right: -150px;
  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;
  -webkit-transition: right 0.8s ease;
  transition: right 0.8s ease;
  z-index: 200;
}

#side_btns .side_btn {
  height: 100%;
  width: 100%;
}

#side_btns .ticket_btn {
  margin-top: 20px;
  width: 70px;
  height: 199px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #side_btns .ticket_btn {
    margin-top: 5.20833vw;
    width: 12.36979vw;
    height: 35.15625vw;
  }
}

#side_btns .ticket_btn .side_ticket_btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

@media screen and (min-width: 769px) {
  #side_btns .ticket_btn .side_ticket_btn:hover {
    opacity: 0;
  }
}

#side_btns .ticket_btn .side_ticket_btn_hover {
  width: 100%;
  height: 100%;
}

#side_btns .ticket_btn .deco {
  width: 75px;
  position: absolute;
  left: -15px;
  bottom: -14px;
}

@media screen and (max-width: 768px) {
  #side_btns .ticket_btn .deco {
    width: 17.05729vw;
    left: -3.38542vw;
    bottom: -3.125vw;
  }
}

#side_btns a {
  margin-top: 10px;
  width: 40px;
  height: 40px;
}

#side_btns a:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #side_btns a {
    margin-top: 2.60417vw;
    width: 7.8125vw;
    height: 7.8125vw;
  }
}

#side_btns.active {
  right: 0;
}

#menu_btn {
  padding: 3.90625vw 3.64583vw;
  width: 11.71875vw;
  height: 11.71875vw;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  border-bottom-left-radius: 1.04167vw;
  background-image: url(../images/base.png);
  z-index: 900;
}

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

#menu_btn div {
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 100%;
  height: 0.39062vw;
  border-radius: 0.19531vw;
  background-color: #014a98;
}

#menu_btn.active div:nth-of-type(1) {
  -webkit-transform: translateY(1.82292vw) rotate(-45deg);
          transform: translateY(1.82292vw) rotate(-45deg);
}

#menu_btn.active div:nth-of-type(2) {
  opacity: 0;
}

#menu_btn.active div:nth-of-type(3) {
  -webkit-transform: translateY(-1.82292vw) rotate(45deg);
          transform: translateY(-1.82292vw) rotate(45deg);
}

.nodisplay a {
  color: #fff;
  padding: 0;
  margin: 0;
  text-align: center;
}

/*-----------------------------------------------------------
	#cm setting
-----------------------------------------------------------*/
#cm {
  padding: 0 0 0 0;
}

#cm .contentBox {
  width: 90%;
  max-width: 580px;
  margin: 50px auto 0 auto;
  padding: 0 0 0 0;
}

@media screen and (max-width: 768px) {
  #cm .contentBox {
    width: 100%;
    max-width: none;
    margin: 7vw auto 0 auto;
  }
}

#cm .contentBox .video {
  max-width: 100%;
  margin-top: 0;
}

.video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=main.css.map */