/*

	viewport settings

**************************************************/
/*

	font setting

**************************************************/
/*

	clearfix settings

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	hover transition

**************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Noto+Sans+JP:wght@700&family=Oswald:wght@700&family=Shippori+Mincho+B1:wght@500&family=Work+Sans:wght@400;500;600&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%; }

body {
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,"Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding-top: 60px;
  color: #3c1900;
  font-family: 'Noto Sans JP', sans-serif;
  /*400;500;700;900*/ }
  body.is--gapless {
    padding-top: 0; }
  @media (max-width: 767px) {
    body {
      padding-top: 11.8466898955vw;
      margin-bottom: -11.8466898955vw; } }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box; }

body, html {
  padding: 0;
  margin: 0;
  height: 100vh;
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  vertical-align: middle;
  position: relative;
  scroll-behavior: smooth; }
  @media screen and (min-width: 769px) {
    body, html {
      height: auto; } }

div {
  box-sizing: border-box; }

section a:hover {
  opacity: .75;
  transition: .4s; }

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

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

.wrap {
  padding: 0 0 12.8205128205vw;
  background-color: #000;
  background-image: url("../img/bg-black.png");
  background-size: 32vw auto; }
  @media screen and (min-width: 769px) {
    .wrap {
      background-size: 12vw auto;
      padding-bottom: 0; } }
  .wrap-blue {
    background-image: none;
    background-color: #00214d; }
  .wrap-white {
    background-image: none;
    background-color: #fff; }

.gototop {
  display: block;
  width: 6.9791666667vw;
  height: 6.9791666667vw;
  background-image: url("../img/gototop.png");
  background-repeat: no-repeat;
  background-size: contain;
  outline: none;
  text-align: right;
  position: absolute;
  right: 0;
  top: -1.8vw; }
  @media screen and (max-width: 768px) {
    .gototop {
      width: 16vw;
      height: 16vw; } }

.c-modal {
  background-color: #eeeeee;
  border-radius: 4px; }

.l-modal {
  width: 100vw;
  height: 100vh;
  left: 0;
  margin: auto;
  position: fixed;
  text-align: center;
  top: 0;
  background-color: #000;
  pointer-events: none;
  z-index: 1000; }
  .l-modal-inner {
    margin: 0 auto 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .l-modal-inner-02 {
      width: 100%;
      height: 100%;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #000;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      animation: fadein02 7.6s linear forwards; }
  .l-modal-img01 {
    opacity: 0;
    animation: fadein01 2.4s linear forwards;
    max-width: 50vw;
    height: auto; }
    @media screen and (max-width: 768px) {
      .l-modal-img01 {
        max-width: 80vw;
        height: auto;
        margin-top: -12vh; } }
  .l-modal-img02 {
    max-width: 50vw;
    height: auto;
    margin: 0 auto;
    /*animation: fadein03 5s linear forwards;
    animation-delay: 2.6s;*/ }
    @media screen and (max-width: 768px) {
      .l-modal-img02 {
        max-width: 80vw;
        height: auto;
        margin-top: -6vh; } }

@keyframes fadein01 {
  0% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadein02 {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  70% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes fadein03 {
  to {
    transform: translate(-50%, -50%);
    transform: scale(10); } }
.menu {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all .4s ease;
  transition-property: opacity, pointer-events, visibility;
  z-index: 11; }
  .menu.is-show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .menu__content {
    width: 100%;
    height: 100vh;
    margin-right: 0;
    padding: 8px 8px 16px;
    text-align: center;
    position: relative;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 8.2051282051vw; }
    .menu__content__title {
      margin: 0 0 8px;
      font-size: 20px;
      font-weight: bold; }
    @media screen and (min-width: 769px) {
      .menu__content {
        justify-content: center;
        align-items: center;
        padding-left: 0; } }

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left; }
  .nav-list__item {
    color: #fff; }
    .nav-list__item a {
      display: block;
      padding: 4px 0;
      color: inherit;
      text-decoration: none;
      padding-left: 33px;
      font-size: 5.3846153846vw;
      position: relative; }
      .nav-list__item a:hover {
        opacity: .65; }
      .nav-list__item a:before {
        display: block;
        content: '';
        width: 1em;
        height: 1em;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -0.5em;
        background-image: url("../img/arrow-right.svg");
        background-repeat: no-repeat;
        background-position: left top;
        background-size: contain; }
      @media screen and (min-width: 769px) {
        .nav-list__item a {
          font-size: 1.6666666667vw; } }
  .nav-list__item + .nav-list__item {
    margin-top: 1em; }
    @media screen and (min-width: 769px) {
      .nav-list__item + .nav-list__item {
        font-size: 1.9791666667vw; } }

.backtohome {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 19vw;
  height: 7vw;
  z-index: 10; }
  @media screen and (max-width: 768px) {
    .backtohome {
      width: 25vw; } }

.header {
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  color: #fff;
  z-index: 11; }
  .header__menu {
    margin: 0 0 0 auto;
    width: 6.9791666667vw;
    height: 6.9791666667vw;
    cursor: pointer;
    background-image: url("../img/menu-btn-open@2x.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain; }
  @media screen and (max-width: 768px) {
    .header__menu {
      width: 15.8974358974vw;
      height: 15.8974358974vw; } }

.button-close {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  width: 6.9791666667vw;
  height: 6.9791666667vw;
  cursor: pointer;
  background-image: url("../img/menu-btn-close@2x.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain; }
  @media screen and (max-width: 768px) {
    .button-close {
      width: 15.8974358974vw;
      height: 15.8974358974vw; } }

.fixedsns {
  position: fixed;
  right: 0;
  top: 30vh;
  width: 3.90625vw;
  height: 12.34375vw;
  background-image: url("../img/share-bg@2x.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  padding: 3.2291666667vw 0.5729166667vw 0.5208333333vw 0.9375vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #666;
  z-index: 10; }
  .fixedsns a {
    display: block;
    width: 2.1354166667vw;
    height: 2.1354166667vw;
    margin-bottom: 0.5729166667vw; }
    .fixedsns a img {
      width: 100%;
      height: auto; }
    .fixedsns a:hover {
      opacity: .65;
      transition: .4s; }
    .fixedsns a:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .fixedsns {
      top: auto;
      bottom: 37.9487179487vw;
      width: 11.5384615385vw;
      height: 35.8974358974vw;
      padding: 7.6923076923vw 2.5641025641vw 1.2820512821vw; }
      .fixedsns a {
        width: 7.1794871795vw;
        height: 7.1794871795vw;
        margin-bottom: 1.7948717949vw; } }

.fixedticket {
  display: inline-block;
  position: fixed;
  right: 0;
  bottom: 20vh;
  width: 5vw;
  height: auto;
  padding: 0;
  color: transparent;
  width: 29vw;
  height: 22vw;
  background-image: url("../img/ticket-btn@2x.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  z-index: 10; }
  @media screen and (min-width: 769px) {
    .fixedticket {
      bottom: 0;
      width: 15.3125vw;
      height: 11.6666666667vw;
      background-image: url("../img/ticket-btn@2x.png");
      background-repeat: no-repeat;
      background-position: left top;
      background-size: contain; }
      .fixedticket:hover {
        opacity: .65;
        transition: .6s; } }
  @media screen and (max-width: 768px) {
    .fixedticket {
      bottom: 12.8205128205vw;
      right: 2.8205128205vw;
      width: 24.6153846154vw;
      height: 21.0256410256vw;
      padding: 0;
      background-size: 110% auto;
      background-position: center top; } }

.fixedmenu {
  width: 100vw;
  height: 12.8205128205vw;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  list-style-type: none;
  z-index: 10; }
  .fixedmenu li {
    width: 25%; }
    .fixedmenu li a {
      padding: 0; }
      .fixedmenu li a img {
        width: 100%;
        height: auto; }
  @media screen and (min-width: 769px) {
    .fixedmenu {
      display: none; } }

#delaycontent1 {
  left: 0;
  bottom: 0; }
  @media screen and (min-width: 769px) {
    #delaycontent1 {
      opacity: 0;
      pointer-events: none;
      height: 0; } }

#delaycontent2 {
  right: 0;
  top: 0; }

#delaycontent3 {
  display: none; }

#delaycontent4 {
  display: none; }

.inner {
  margin: 0 auto;
  width: 1186px;
  max-width: 90vw;
  padding: 54px 0 61px;
  text-align: center;
  color: #fff; }
  @media screen and (min-width: 668px) {
    .inner {
      max-width: 82vw; } }
  @media screen and (max-width: 667px) {
    .inner {
      padding-top: 14vw;
      padding-bottom: 11vw;
      max-width: 96vw; } }

.top-kv {
  background-image: url("../img/kv-sp@2x.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  height: 174.358974359vw;
  position: relative;
  animation-delay: 4s; }
  .top-kv h1 {
    display: none; }
  .top-kv-date {
    position: absolute;
    top: 140vw;
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
    height: auto;
    z-index: 0; }
  .top-kv-logo {
    position: absolute;
    top: 2.0512820513vw;
    left: 1.5384615385vw;
    width: 10.2564102564vw;
    height: auto; }
  @media screen and (min-width: 769px) {
    .top-kv {
      background-image: url("../img/kv-pc@2x.jpg");
      height: 56.25vw; }
      .top-kv-logo {
        position: absolute;
        top: 1.1458333333vw;
        left: 1.0416666667vw;
        width: 6.7708333333vw;
        height: auto; } }

@keyframes glitch_effect {
  0% {
    opacity: 1;
    transform: none; }
  33% {
    transform: none;
    filter: invert(0%); }
  33.3% {
    opacity: 1;
    transform: skewY(20deg) translate(8px, 6px);
    filter: invert(100%); }
  33.6% {
    opacity: 0;
    transform: skewY(-10deg) translate(-10px, -10px); }
  33.9% {
    opacity: 1;
    transform: none;
    filter: invert(0%); }
  41% {
    opacity: 1; }
  41.4% {
    opacity: 0; }
  41.8% {
    opacity: 1; }
  42.2% {
    opacity: 0; }
  42.6% {
    opacity: 1; }
  66% {
    transform: none;
    filter: invert(0%); }
  66.3% {
    opacity: 1;
    transform: skewX(5deg) translate(-4px, 10px);
    filter: invert(100%); }
  66.6% {
    opacity: 0;
    transform: skewX(-7deg) translate(4px, -6px); }
  66.9% {
    opacity: 1;
    transform: none; }
  77% {
    transform: none; }
  77.3% {
    transform: skewY(10deg) translate(10px, -6px); }
  77.6% {
    transform: skewY(-22deg) translate(-5px, 8px);
    filter: invert(100%); }
  77.9% {
    transform: none;
    filter: invert(0%); }
  100% {
    opacity: 1;
    transform: none;
    filter: invert(0%); } }
.page-kv img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.ttlimg {
  width: 100%;
  height: auto; }

.sec1 {
  padding: 4.1666666667vw 0 14.0625vw;
  text-align: center; }
  .sec1 img {
    display: block; }
  .sec1-img1 {
    width: 90%;
    max-width: 58.3333333333vw;
    height: auto;
    margin: 0 auto 4.2708333333vw; }
  .sec1-img2 {
    width: 21.9791666667vw;
    height: auto;
    margin: 65px auto 15px;
    max-width: 422px; }
  @media screen and (max-width: 768px) {
    .sec1 {
      padding-bottom: 28vw; }
      .sec1 img {
        max-width: 80vw; }
      .sec1-img1 {
        width: 80%; }
      .sec1-img2 {
        width: 30%;
        margin: 50px auto 10px;
        max-width: 422px; } }
  .sec1-inner {
    max-width: 58.3333333333vw;
    padding: 0; }
    .sec1-inner iframe {
      border: 1px solid #fff; }
    @media screen and (max-width: 768px) {
      .sec1-inner {
        max-width: 90%; } }

.sec2 {
  position: relative;
  background-color: #fff;
  background-image: url("../img/sec2-bg@2x.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
  color: #000;
  padding: 12.34375vw 0 0; }
  .sec2 .ttlimg {
    position: absolute;
    width: 100%;
    height: auto;
    top: -7.4vw;
    left: 0; }
  .sec2 p {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 2.2395833333vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.27;
    letter-spacing: 2.2px;
    text-align: center;
    color: #000;
    margin-bottom: 3em; }
  .sec2 a {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 6.4em; }
    .sec2 a img {
      width: 15.625vw;
      height: auto; }
  .sec2-btn {
    cursor: pointer;
    width: 15.625vw;
    height: auto;
    margin-bottom: 6.4em; }
  .sec2-inner {
    width: 100%;
    background: rgba(0, 0, 128, 0.76);
    mix-blend-mode: luminosity;
    padding: 4em 0 11.875vw; }
    .sec2-inner p {
      color: #fff;
      font-family: 'Zen Kaku Gothic New', sans-serif;
      font-size: 1.9270833333vw;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 4.1145833333vw;
      letter-spacing: 2px;
      mix-blend-mode: normal; }
  @media screen and (max-width: 768px) {
    .sec2 {
      font-size: 5.1282051282vw;
      letter-spacing: 1px;
      line-height: 1.8;
      padding-top: 12vw; }
      .sec2 .ttlimg {
        margin-top: -9vw; }
      .sec2 p {
        font-size: 4.1025641026vw;
        letter-spacing: 1px;
        line-height: 1.8;
        margin-bottom: 6vw; }
      .sec2 a {
        margin-bottom: 8vw; }
        .sec2 a img {
          width: 28vw; }
      .sec2-btn {
        width: 28vw;
        margin-bottom: 8vw; }
      .sec2-inner {
        padding-top: 8vw; }
        .sec2-inner p {
          font-size: 4.1025641026vw; } }

.sec3 {
  background-color: #00214d;
  padding: 11.9791666667vw 0 6.7708333333vw;
  position: relative; }
  .sec3 .ttlimg {
    position: absolute;
    width: 100%;
    height: auto;
    top: -7.4vw;
    left: 0; }
  .sec3-inner {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    .sec3-inner img {
      max-width: 27.6041666667vw;
      height: auto; }
    .sec3-inner p {
      max-width: 31.71875vw;
      margin-left: 5.5208333333vw;
      font-size: 1.40625vw;
      font-family: 'Zen Kaku Gothic New', sans-serif;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 2.26;
      letter-spacing: 0.05px;
      text-align: left;
      color: #fff; }
  @media screen and (max-width: 768px) {
    .sec3 {
      padding-top: 29vw; }
      .sec3-inner {
        flex-direction: column;
        align-items: center;
        padding: 2vw 6vw; }
        .sec3-inner img {
          max-width: 40%;
          margin-bottom: 6vw; }
        .sec3-inner p {
          max-width: 100%;
          margin-left: 0;
          font-size: 3.3333333333vw;
          line-height: 2; } }

.sec4 {
  padding: 6.7708333333vw 0 0;
  background: #fff;
  text-align: center;
  margin-top: -2px;
  padding-bottom: 40px; }
  .sec4 img {
    display: block;
    width: 80%;
    max-width: 73.6979166667vw;
    margin: 0 auto 6.7708333333vw; }
  .sec4-group {
    padding-left: 6%; }
  .sec4-btn {
    cursor: pointer;
    width: 15.625vw !important;
    height: auto;
    margin-bottom: 6.4em; }
  .sec4-hide .txtsp {
    visibility: hidden; }
  .sec4-add {
    font-size: 1.5625vw;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    line-height: 2.17;
    letter-spacing: 0.9px;
    text-align: center;
    color: #000; }
  .sec4-link {
    position: relative; }
    .sec4-link a {
      border: none !important;
      outline: none; }
    .sec4-link .link1 {
      position: absolute;
      display: block;
      top: 0;
      left: 10%;
      width: 21%;
      height: 100%;
      outline: none;
      border: none; }
    .sec4-link .link2 {
      position: absolute;
      display: block;
      top: 0;
      left: 33%;
      width: 30%;
      height: 100%;
      outline: none;
      border: none; }
    .sec4-link .link3 {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      width: 36%;
      height: 100%;
      outline: none;
      border: none; }
  .sec4 a {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 3.6458333333vw; }
    .sec4 a img {
      width: 15.625vw;
      height: auto;
      margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .sec4 {
      padding-top: 14vw;
      padding-bottom: 4vw; }
      .sec4 img {
        max-width: 80%; }
      .sec4-hide .txtsp {
        visibility: visible; }
      .sec4-hide .imgpc {
        visibility: hidden; }
      .sec4-btn {
        width: 34vw !important;
        margin-bottom: 8vw; }
      .sec4-add {
        font-size: 3.0769230769vw;
        margin: 0 1em;
        text-align: left; }
      .sec4-link a {
        border: none;
        outline: none; }
      .sec4-link .link1 {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 30%;
        outline: none; }
      .sec4-link .link2 {
        position: absolute;
        display: block;
        top: 36%;
        left: 0;
        width: 100%;
        height: 30%;
        outline: none; }
      .sec4-link .link3 {
        position: absolute;
        display: block;
        top: 68%;
        right: 0;
        width: 100%;
        height: 30%;
        outline: none; }
      .sec4-group {
        padding-left: 0; }
      .sec4 a img {
        width: 28vw;
        max-width: 28vw; }
      .sec4 a img.ticketpage-linkbtn {
        width: 76% !important;
        min-width: 76% !important;
        max-width: 76% !important;
        height: auto !important;
        margin: 30px auto 20px !important; } }

.sec5 {
  background-color: #00214d;
  padding: 0 0; }
  .sec5-lead {
    font-size: 1.9270833333vw;
    line-height: 2.14;
    letter-spacing: 1.85px;
    text-align: center;
    color: #fff;
    font-family: 'Zen Kaku Gothic New', sans-serif; }
  .sec5-items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 3.6458333333vw; }
  .sec5-item {
    width: 18.5416666667vw;
    padding-bottom: 1.8229166667vw; }
    .sec5-item img {
      width: 100%;
      height: auto; }
    .sec5-item p {
      font-size: 1.5625vw;
      margin-top: 0.8em;
      line-height: 1.5;
      letter-spacing: 1.5px;
      text-align: center;
      color: #fff;
      font-family: 'Zen Kaku Gothic New', sans-serif; }
  .sec5-item + .sec5-item {
    margin-left: 3.3854166667vw; }
  @media screen and (max-width: 768px) {
    .sec5 {
      padding: 0; }
      .sec5 .ttlimg {
        margin-top: -2px; }
      .sec5-lead {
        font-size: 3.5897435897vw;
        line-height: 2;
        letter-spacing: 1px;
        padding-top: 6vw;
        margin-bottom: 4vw; }
      .sec5-items {
        padding: 2vw 8vw;
        flex-wrap: wrap;
        justify-content: space-between; }
      .sec5-item {
        width: 46%;
        padding-bottom: 6vw; }
        .sec5-item p {
          font-size: 3.5897435897vw; }
      .sec5-item + .sec5-item {
        margin-left: 0; } }

.sec6 {
  margin-top: -2px;
  padding: 1.8229166667vw 0 0.5208333333vw;
  background: #fff; }
  .sec6-inner {
    max-width: 60.2083333333vw;
    margin: 0 auto 0; }
    .sec6-inner dl {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      color: #000; }
      .sec6-inner dl dt {
        width: 10.9375vw;
        border: solid 1px #000;
        height: 3.4375vw;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5625vw;
        line-height: 1;
        font-family: 'Zen Kaku Gothic New', sans-serif;
        font-weight: bold;
        letter-spacing: 0.46875vw; }
      .sec6-inner dl dd {
        margin-left: 1.6666666667vw; }
        .sec6-inner dl dd p {
          font-family: 'Zen Kaku Gothic New', sans-serif; }
          .sec6-inner dl dd p.txt1 {
            font-size: 2.96875vw;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: 0.15625vw; }
          .sec6-inner dl dd p.txt2 {
            font-size: 2.03125vw;
            font-weight: 400;
            line-height: 3.1770833333vw;
            letter-spacing: 0.1041666667vw; }
          .sec6-inner dl dd p.txt3 {
            font-size: 2.96875vw;
            font-weight: 400;
            line-height: 1.2;
            letter-spacing: 0.15625vw; }
          .sec6-inner dl dd p.txt4 {
            font-size: 1.5625vw;
            font-weight: 400;
            line-height: 2;
            letter-spacing: 0.1041666667vw; }
          .sec6-inner dl dd p.txt5 {
            margin-bottom: 2.34375vw;
            font-size: 2.03125vw;
            font-weight: 400;
            line-height: 3.1770833333vw;
            letter-spacing: 0.1041666667vw; }
            .sec6-inner dl dd p.txt5 span {
              font-size: 1.40625vw; }
          .sec6-inner dl dd p.txt6 {
            font-size: 1.3020833333vw;
            font-weight: 400;
            line-height: 2.4479166667vw;
            letter-spacing: 0.1041666667vw; }
    .sec6-inner dl + dl {
      margin-top: 2.8645833333vw; }
  .sec6-notice {
    border: solid 1px #000;
    padding: 1.875vw;
    text-align: center;
    line-height: 4.1145833333vw;
    font-size: 1.5625vw;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
    letter-spacing: 0.5208333333vw;
    margin: 5.2083333333vw 0 0;
    color: #000; }
  .sec6-link {
    padding: 5.46875vw 0 4.4270833333vw;
    display: flex;
    justify-content: space-between; }
    .sec6-link a {
      display: inline-block;
      width: 28.4375vw; }
      .sec6-link a img {
        width: 100%;
        height: auto; }
  @media screen and (max-width: 768px) {
    .sec6-inner {
      max-width: 90%;
      padding-top: 6vw; }
      .sec6-inner dl {
        flex-direction: column; }
        .sec6-inner dl dt {
          width: 100%;
          border: solid 0.3vw #000;
          height: 8.6vw;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 3.5897435897vw;
          line-height: 1;
          font-family: 'Zen Kaku Gothic New', sans-serif;
          font-weight: bold;
          letter-spacing: 0.46875vw; }
        .sec6-inner dl dd {
          margin-left: 0;
          padding-top: 2.4vw;
          padding-bottom: 4vw; }
          .sec6-inner dl dd p {
            font-family: 'Zen Kaku Gothic New', sans-serif; }
            .sec6-inner dl dd p.txt1 {
              font-size: 5.1282051282vw;
              font-weight: bold;
              font-stretch: normal;
              font-style: normal;
              line-height: 1; }
            .sec6-inner dl dd p.txt2 {
              font-size: 4.1025641026vw;
              font-weight: 400;
              line-height: 1.6; }
            .sec6-inner dl dd p.txt3 {
              font-size: 5.1282051282vw;
              font-weight: 400;
              line-height: 1.2; }
            .sec6-inner dl dd p.txt4 {
              font-size: 3.5897435897vw;
              font-weight: 400;
              line-height: 1.8; }
            .sec6-inner dl dd p.txt5 {
              font-size: 4.1025641026vw;
              font-weight: 400;
              line-height: 1.6; }
              .sec6-inner dl dd p.txt5 span {
                font-size: 3.0769230769vw; }
            .sec6-inner dl dd p.txt6 {
              font-size: 3.5897435897vw;
              font-weight: 400;
              line-height: 1.6; }
      .sec6-inner dl + dl {
        margin-top: 2.8645833333vw; }
    .sec6-notice {
      border: solid 0.3vw #000;
      padding: 4vw 2vw;
      text-align: center;
      line-height: 1.7;
      font-size: 4.1025641026vw;
      font-family: 'Zen Kaku Gothic New', sans-serif;
      font-weight: bold;
      letter-spacing: 0.5208333333vw;
      margin: 2vw 0 0;
      color: #000; }
    .sec6-link {
      padding: 8vw 0 4vw;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .sec6-link a {
        display: inline-block;
        width: 78%;
        margin-bottom: 1em; }
        .sec6-link a img {
          width: 100%;
          height: auto; } }

.sec7 {
  background-color: #00214d;
  padding: 0 0 3.59375vw; }
  .sec7-inner {
    width: 56.1458333333vw;
    margin: 5.8854166667vw auto 5.3645833333vw; }
    .sec7-inner-news {
      height: 16.3020833333vw;
      background-image: url("../img/top_newsbg.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: contain;
      padding: 3.125vw 7.8125vw; }
      .sec7-inner-news p {
        font-size: 1.6145833333vw;
        font-family: 'Zen Kaku Gothic New', sans-serif;
        line-height: 1.52;
        letter-spacing: 1.55px;
        text-align: left;
        color: #fff;
        font-weight: 400; }
        .sec7-inner-news p a {
          color: #fff;
          text-decoration: none; }
    .sec7-inner-tl {
      width: 56.1458333333vw;
      max-height: 36.9791666667vw;
      overflow-y: scroll;
      margin-bottom: 5.3645833333vw; }
    .sec7-inner-sns {
      text-align: center; }
      .sec7-inner-sns p {
        font-size: 2.0833333333vw;
        font-family: 'Zen Kaku Gothic New', sans-serif;
        font-weight: 400;
        color: #fff; }
      .sec7-inner-sns div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2.5520833333vw; }
        .sec7-inner-sns div a {
          width: 6.3541666667vw;
          height: 6.3541666667vw; }
          .sec7-inner-sns div a img {
            width: 100%;
            height: auto; }
        .sec7-inner-sns div a + a {
          margin-left: 1.3020833333vw; }
  @media screen and (max-width: 768px) {
    .sec7-inner {
      width: 90%; }
      .sec7-inner-news {
        height: 26vw;
        padding-top: 4vw;
        padding-left: 6.6vw; }
        .sec7-inner-news p {
          font-size: 3.5897435897vw; }
      .sec7-inner-tl {
        display: none; }
      .sec7-inner-sns {
        text-align: center; }
        .sec7-inner-sns p {
          font-size: 4.1025641026vw;
          letter-spacing: 1px; }
        .sec7-inner-sns div {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 6vw;
          padding-bottom: 8vw; }
          .sec7-inner-sns div a {
            width: 12vw;
            height: 12vw; }
            .sec7-inner-sns div a img {
              width: 100%;
              height: auto; }
          .sec7-inner-sns div a + a {
            margin-left: 3vw; } }

.sec8 {
  position: relative;
  padding-bottom: 3.6458333333vw; }
  .sec8 .ttlimg {
    margin-top: -4vw; }
  .sec8-inner {
    text-align: center;
    margin: 0 auto; }
    .sec8-inner h2 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      font-size: 1.0416666667vw;
      letter-spacing: 1em;
      margin-bottom: 1.7708333333vw; }
  .sec8-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 82vw;
    margin: 0 auto; }
    .sec8-flex a {
      width: 13.6458333333vw; }
      .sec8-flex a img {
        width: 100%;
        height: auto; }
    .sec8-flex a + a {
      margin-left: 1.0416666667vw; }
  @media screen and (max-width: 768px) {
    .sec8 {
      padding-bottom: 8vw; }
      .sec8-inner {
        padding-top: 2vw; }
        .sec8-inner h2 {
          font-size: 3.5897435897vw;
          margin-bottom: 4vw; }
      .sec8-flex {
        flex-direction: column; }
        .sec8-flex a {
          width: 70%; }
          .sec8-flex a img {
            width: 100%;
            height: auto; }
        .sec8-flex a + a {
          margin-left: 0;
          margin-top: 2vw; } }
  .sec8-bg {
    background-color: #000;
    background-image: url("../img/bg-black.png");
    background-size: 11vw auto; }
    @media screen and (min-width: 769px) {
      .sec8-bg {
        background-size: 10.8vw auto;
        background-position: center top; } }

.newspage-inner {
  width: 92%;
  max-width: 73.5416666667vw;
  margin: 6.25vw auto 18.75vw;
  position: relative;
  background-image: url("../img/newspage_bg2.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
  color: #fff; }
  .newspage-inner-02 {
    width: 90%;
    max-width: 61.5104166667vw;
    margin: 0 auto; }
    .newspage-inner-02 strong {
      display: block;
      font-size: 1.1em;
      margin-bottom: -0.9em;
      font-weight: bold; }
    .newspage-inner-02 h2 {
      font-size: 1.0416666667vw;
      padding-bottom: 1.3020833333vw;
      border-bottom: 1px solid #fff;
      margin-bottom: 3.125vw;
      font-family: 'Zen Kaku Gothic New', sans-serif;
      line-height: 1.55;
      letter-spacing: 1px;
      text-align: left;
      color: #fff;
      font-weight: 500; }
      .newspage-inner-02 h2 span {
        font-weight: bold;
        font-size: 1.4em; }
      .newspage-inner-02 h2.second {
        padding-top: 6em; }
    .newspage-inner-02 img {
      width: 100%;
      height: auto;
      max-width: 43.8020833333vw;
      margin: 0 auto 2.1354166667vw;
      text-align: center; }
    .newspage-inner-02 .center {
      text-align: center; }
    .newspage-inner-02 p {
      font-size: 1.3020833333vw;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.44;
      letter-spacing: normal;
      text-align: left;
      color: #fff;
      font-family: 'Zen Kaku Gothic New', sans-serif; }
      .newspage-inner-02 p a {
        color: #fff;
        text-decoration: none; }
        .newspage-inner-02 p a:hover {
          text-decoration: underline; }
  .newspage-inner:before {
    content: '';
    width: 100%;
    height: 4.1666666667vw;
    position: absolute;
    top: -4.1666666667vw;
    left: 0;
    background-image: url("../img/newspage_bg1.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top; }
  .newspage-inner:after {
    content: '';
    width: 100%;
    height: 9.5833333333vw;
    position: absolute;
    bottom: -9.5833333333vw;
    left: 0;
    background-image: url("../img/newspage_bg3.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top; }
  @media screen and (max-width: 768px) {
    .newspage-inner {
      max-width: 92%; }
      .newspage-inner-02 {
        max-width: 90%; }
        .newspage-inner-02 h2 {
          font-size: 3.5897435897vw;
          padding-bottom: 4.1025641026vw;
          border-bottom: 1px solid #fff;
          margin-bottom: 5.641025641vw; }
          .newspage-inner-02 h2 span {
            font-size: 1.3em; }
        .newspage-inner-02 img {
          max-width: 100%;
          margin: 0 auto 5.641025641vw;
          text-align: center; }
        .newspage-inner-02 p {
          font-size: 3.5897435897vw;
          font-weight: 400;
          line-height: 1.8; }
          .newspage-inner-02 p a {
            color: #fff;
            text-decoration: none; }
            .newspage-inner-02 p a:hover {
              text-decoration: underline; } }

.ticketpage {
  padding-top: 0;
  margin-top: 10px;
  padding-bottom: 7.34375vw; }
  .ticketpage .center {
    text-align: center;
    margin-top: 42px; }
  .ticketpage strong {
    font-weight: bold; }
  .ticketpage-ttlimg {
    width: 100vw !important;
    height: auto;
    max-width: 100vw !important; }
  .ticketpage-linkbtn {
    width: 28.4375vw !important;
    min-width: 280px !important;
    height: auto !important;
    margin: 30px auto 20px !important; }
  .ticketpage-inner {
    width: 92%;
    max-width: 73.5416666667vw;
    margin: 0 auto 0;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #000;
    text-align: left; }
    .ticketpage-inner a {
      margin-bottom: 0; }
    .ticketpage-inner h2 {
      height: 3.4375vw;
      border: solid 1px #000;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin-bottom: 1.9791666667vw;
      letter-spacing: 9px;
      font-size: 1.5625vw;
      font-weight: bold; }
    .ticketpage-inner .txts {
      font-size: 1.3020833333vw;
      line-height: 1.88;
      letter-spacing: 1.25px; }
      .ticketpage-inner .txts span {
        font-size: 1.5625vw;
        font-weight: bold; }
    .ticketpage-inner .txtm {
      font-size: 1.5625vw;
      line-height: 2;
      letter-spacing: 1.5px; }
    .ticketpage-inner .txtl {
      font-size: 2.0833333333vw;
      font-weight: bold; }
    .ticketpage-inner .txtxl {
      font-size: 2.96875vw;
      letter-spacing: 3px; }
      .ticketpage-inner .txtxl span {
        font-weight: bold; }
    .ticketpage-inner p + h2 {
      margin-top: 3.6458333333vw; }
    .ticketpage-inner dl {
      width: 57.65625vw;
      max-width: 100%;
      font-size: 1.5625vw;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      letter-spacing: 2.5px;
      margin-top: 1em; }
      .ticketpage-inner dl dt {
        width: 5.5em; }
      .ticketpage-inner dl dd {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        line-height: 1.7; }
        .ticketpage-inner dl dd img {
          width: 7.0833333333vw;
          height: auto;
          margin-left: 2em; }
      .ticketpage-inner dl.last-child {
        margin-bottom: 42px; }
    .ticketpage-inner table {
      border-collapse: collapse;
      border: 1px solid #251e1c;
      table-layout: fixed;
      width: 100%;
      margin-bottom: 38px; }
      .ticketpage-inner table td, .ticketpage-inner table th {
        letter-spacing: 4px;
        font-size: 1.3020833333vw;
        text-align: center;
        height: 3.28125vw;
        border: 1px solid #251e1c;
        vertical-align: middle;
        padding: 0 3px;
        white-space: nowrap; }
      .ticketpage-inner table th {
        font-weight: bold;
        background-color: #dcdcdc;
        font-size: 1.4583333333vw; }
        .ticketpage-inner table th span {
          font-size: 0.8em; }
  @media screen and (max-width: 768px) {
    .ticketpage-ttlimg {
      margin-top: 6vw;
      padding-top: 6vw; }
    .ticketpage-linkbtn {
      width: 76% !important;
      min-width: 76% !important;
      height: auto !important;
      margin: 30px auto 20px !important; }
    .ticketpage .center {
      margin-top: 4vw; }
    .ticketpage strong {
      font-size: 1.2em; }
    .ticketpage-inner {
      width: 92%;
      max-width: 92%;
      /*&-scroll{
      	overflow-x: scroll;
      }*/ }
      .ticketpage-inner h2 {
        height: 9.2307692308vw;
        border: solid 1px #000;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 1.9791666667vw;
        letter-spacing: 9px;
        font-size: 4.1025641026vw;
        font-weight: bold; }
      .ticketpage-inner .txts {
        font-size: 3.0769230769vw;
        line-height: 1.88;
        letter-spacing: 1.25px; }
        .ticketpage-inner .txts span {
          font-size: 3.5897435897vw;
          font-weight: bold; }
      .ticketpage-inner .txtm {
        font-size: 3.5897435897vw;
        line-height: 2;
        letter-spacing: 1.5px; }
      .ticketpage-inner .txtl {
        font-size: 4.1025641026vw;
        font-weight: bold; }
      .ticketpage-inner .txtxl {
        font-size: 4.6153846154vw;
        letter-spacing: 3px; }
        .ticketpage-inner .txtxl span {
          font-weight: bold; }
      .ticketpage-inner p + h2 {
        margin-top: 9.2307692308vw; }
      .ticketpage-inner dl {
        width: 100%;
        max-width: 100%;
        font-size: 2.8205128205vw;
        display: flex;
        letter-spacing: 2.5px;
        margin-top: 1em; }
        .ticketpage-inner dl dt {
          width: 5.2em; }
        .ticketpage-inner dl dd {
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .ticketpage-inner dl dd img {
            width: 11.7948717949vw;
            height: auto;
            margin-left: 1em; }
        .ticketpage-inner dl.last-child {
          margin-bottom: 42px; }
      .ticketpage-inner table {
        border-collapse: collapse;
        border: 1px solid #251e1c;
        table-layout: fixed;
        width: 100%;
        margin-bottom: 32px; }
        .ticketpage-inner table td, .ticketpage-inner table th {
          letter-spacing: 4px;
          font-size: 3.5897435897vw;
          text-align: center;
          height: 8.7179487179vw;
          border: 1px solid #251e1c;
          vertical-align: middle;
          padding: 0 6px;
          white-space: nowrap; }
        .ticketpage-inner table th {
          font-weight: bold;
          background-color: #dcdcdc;
          font-size: 3.5897435897vw; }
          .ticketpage-inner table th span {
            font-size: 0.8em; } }

.contactpage {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 1px; }
  .contactpage .txt1 {
    font-size: 4.1025641026vw;
    font-weight: bold;
    margin-bottom: 1.2em; }
  .contactpage img {
    width: 70%;
    height: auto;
    margin-bottom: 1em; }
  .contactpage .txt2 {
    font-size: 3.5897435897vw;
    font-weight: bold;
    margin-top: 1.2em;
    margin-bottom: 1em;
    color: #000;
    text-decoration: none; }
  .contactpage a {
    text-decoration: none; }
  @media screen and (min-width: 769px) {
    .contactpage .txt1 {
      font-size: 2.2916666667vw;
      font-weight: bold;
      margin-bottom: 1.2em; }
    .contactpage img {
      width: 18.4895833333vw;
      height: auto;
      margin-bottom: 1em; }
    .contactpage .txt2 {
      font-size: 1.8229166667vw;
      font-weight: bold;
      margin-top: 1.2em;
      margin-bottom: 1em;
      color: #000;
      text-decoration: none; } }

.faqcontent p {
  font-size: 1.3020833333vw;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 1.25px; }
  .faqcontent p img {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1em !important; }
  .faqcontent p a {
    color: #292929; }
.faqcontent dl {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start; }
  .faqcontent dl dt {
    min-width: 24.1666666667vw;
    margin-right: 1.9em; }
    .faqcontent dl dt img {
      width: 100%;
      margin: 0 !important; }
.faqcontent-indent p {
  display: block;
  position: relative;
  padding-left: 1em; }
  .faqcontent-indent p span.dot {
    margin-left: -1em; }
.faqcontent-bottom p + p {
  margin-top: 2em; }
@media screen and (max-width: 667px) {
  .faqcontent p {
    font-size: 3.5897435897vw; }
    .faqcontent p img {
      width: 100%;
      max-width: 100%;
      margin: 0 0 1em !important; }
  .faqcontent dl {
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .faqcontent dl dt {
      width: 50%;
      min-width: 50%;
      margin-right: 0;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 1em; }
      .faqcontent dl dt img {
        width: 100%;
        margin: 0 !important; }
  .faqcontent-box {
    max-width: 80%;
    font-size: 3.0769230769vw;
    letter-spacing: 3px;
    padding: 1em; } }

.storypage {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: center;
  background-image: url("../img/story_bg.png");
  padding-bottom: 0; }
  .storypage p {
    font-size: 2.2916666667vw;
    font-weight: bold;
    line-height: 2.27;
    letter-spacing: 2.2px;
    padding-top: 1em; }
  .storypage-box {
    border: 1px solid #fff;
    padding: 2.0833333333vw;
    margin: 3em auto 5vh;
    max-width: 59.9479166667vw;
    font-weight: bold;
    line-height: 2.19;
    letter-spacing: 10.8px;
    font-size: 1.875vw; }
  .storypage-addarea {
    max-width: 100%;
    padding: 1vw 0 17vw; }
    .storypage-addarea img {
      width: 100%;
      height: auto; }
    .storypage-addarea-inner {
      margin: 0 auto; }
      .storypage-addarea-inner p {
        color: #000;
        font-size: 1.3020833333vw;
        line-height: 1.88;
        letter-spacing: 1.25px;
        text-align: left; }
        .storypage-addarea-inner p.lead {
          text-align: center;
          font-weight: bold;
          font-size: 2.2916666667vw;
          margin: 1em auto;
          letter-spacing: 2.2px; }
      .storypage-addarea-inner p + p {
        margin-bottom: 1em; }
    .storypage-addarea div + div {
      margin-top: 14.84375vw; }
  @media screen and (max-width: 667px) {
    .storypage p {
      font-size: 3.5897435897vw; }
    .storypage-box {
      max-width: 80%;
      font-size: 3.0769230769vw;
      letter-spacing: 3px;
      padding: 1em; }
    .storypage-addarea-inner p {
      color: #000;
      font-size: 3.5897435897vw !important;
      line-height: 1.88;
      letter-spacing: 1.25px;
      text-align: left; }
      .storypage-addarea-inner p.lead {
        text-align: center;
        font-weight: bold;
        font-size: 4.1025641026vw !important;
        margin: 0 auto 2em;
        letter-spacing: 2.2px; }
    .storypage-addarea-inner p + p {
      margin-bottom: 2em; }
    .storypage-addarea div + div {
      margin-top: 22vw; } }

.howtopage {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: center;
  background-image: url("../img/story_bg.png"); }
  .howtopage p {
    font-size: 1.9270833333vw;
    font-weight: bold;
    line-height: 1.85;
    letter-spacing: 1.8px;
    padding-top: 1em; }
  .howtopage-box {
    display: inline-block;
    border: 1px solid #fff;
    padding: 12px 20px;
    margin: 1.4em auto 7vh;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 10.8px;
    font-size: 1.7708333333vw;
    letter-spacing: normal; }
  .howtopage-inner {
    width: 92%;
    max-width: 73.5416666667vw;
    margin: 0 auto 0;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #fff;
    text-align: left; }
    .howtopage-inner a {
      margin-bottom: 0; }
    .howtopage-inner h2 {
      height: 3.4375vw;
      border: solid 1px #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin-bottom: 1.875vw;
      letter-spacing: 9px;
      font-size: 1.5625vw;
      font-weight: bold; }
    .howtopage-inner p {
      font-size: 1.3020833333vw;
      line-height: 1.88;
      letter-spacing: 1.25px; }
    .howtopage-inner-02 dl {
      width: 100%;
      max-width: 100%;
      font-size: 1.3020833333vw !important;
      display: flex;
      letter-spacing: 2.5px;
      margin-top: 1em; }
      .howtopage-inner-02 dl dt {
        width: 5.5em; }
      .howtopage-inner-02 dl dd {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        line-height: 1.7;
        width: 100%; }
        .howtopage-inner-02 dl dd p {
          font-size: 1.1458333333vw !important; }
        .howtopage-inner-02 dl dd img {
          width: 7.0833333333vw;
          height: auto;
          margin-left: 2em; }
      .howtopage-inner-02 dl.last-child {
        margin-bottom: 42px; }
    .howtopage-inner img {
      max-width: 100%;
      height: auto;
      margin: 20px auto 60px; }
    .howtopage-inner .txts {
      font-size: 1.3020833333vw;
      line-height: 1.88;
      letter-spacing: 1.25px; }
      .howtopage-inner .txts span {
        font-size: 1.5625vw;
        font-weight: bold; }
    .howtopage-inner .txtm {
      font-size: 1.5625vw;
      line-height: 2;
      letter-spacing: 1.5px; }
    .howtopage-inner .txtl {
      font-size: 2.0833333333vw;
      font-weight: bold; }
    .howtopage-inner .txtxl {
      font-size: 2.96875vw;
      letter-spacing: 3px; }
      .howtopage-inner .txtxl span {
        font-weight: bold; }
    .howtopage-inner p + h2 {
      margin-top: 3.6458333333vw; }
    .howtopage-inner table {
      border-collapse: collapse;
      border: 1px solid #251e1c;
      table-layout: fixed;
      width: 100%;
      margin-bottom: 38px; }
      .howtopage-inner table td, .howtopage-inner table th {
        letter-spacing: 4px;
        font-size: 1.3020833333vw;
        text-align: center;
        height: 3.28125vw;
        border: 1px solid #251e1c;
        vertical-align: middle;
        padding: 0 3px;
        white-space: nowrap; }
      .howtopage-inner table th {
        font-weight: bold;
        background-color: #dcdcdc;
        font-size: 1.4583333333vw; }
        .howtopage-inner table th span {
          font-size: 0.8em; }
  @media screen and (max-width: 667px) {
    .howtopage p {
      font-size: 3.5897435897vw; }
    .howtopage-box {
      font-size: 3.0769230769vw;
      letter-spacing: 3px;
      padding: 1em; }
    .howtopage-ttlimg {
      margin-top: -1px;
      padding-top: 0;
      margin-bottom: 8vw; }
    .howtopage-inner {
      width: 92%;
      max-width: 92%;
      /*&-scroll{
      	overflow-x: scroll;
      }*/ }
      .howtopage-inner h2 {
        height: 9.2307692308vw;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 1.9791666667vw;
        letter-spacing: 0.2em;
        font-size: 3.5897435897vw;
        font-weight: bold; }
      .howtopage-inner .txtsmall {
        font-size: 3.0769230769vw; }
      .howtopage-inner .txts {
        font-size: 3.0769230769vw;
        line-height: 1.88;
        letter-spacing: 1.25px; }
        .howtopage-inner .txts span {
          font-size: 3.5897435897vw;
          font-weight: bold; }
      .howtopage-inner .txtm {
        font-size: 3.5897435897vw;
        line-height: 2;
        letter-spacing: 1.5px; }
      .howtopage-inner .txtl {
        font-size: 4.1025641026vw;
        font-weight: bold; }
      .howtopage-inner .txtxl {
        font-size: 4.6153846154vw;
        letter-spacing: 3px; }
        .howtopage-inner .txtxl span {
          font-weight: bold; }
      .howtopage-inner p + h2 {
        margin-top: 9.2307692308vw; }
      .howtopage-inner-02 dl {
        width: 100%;
        max-width: 100%;
        font-size: 2.8205128205vw !important;
        display: flex;
        letter-spacing: 2.5px;
        margin-top: 1em; }
        .howtopage-inner-02 dl dt {
          width: 5.2em; }
        .howtopage-inner-02 dl dd {
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .howtopage-inner-02 dl dd img {
            width: 11.7948717949vw;
            height: auto;
            margin-left: 1em; }
          .howtopage-inner-02 dl dd p {
            font-size: 2.8205128205vw !important; }
        .howtopage-inner-02 dl.last-child {
          margin-bottom: 42px; }
      .howtopage-inner table {
        border-collapse: collapse;
        border: 1px solid #251e1c;
        table-layout: fixed;
        width: 100%;
        margin-bottom: 32px; }
        .howtopage-inner table td, .howtopage-inner table th {
          letter-spacing: 4px;
          font-size: 3.5897435897vw;
          text-align: center;
          height: 7.6923076923vw;
          border: 1px solid #251e1c;
          vertical-align: middle;
          padding: 0 6px;
          white-space: nowrap; }
        .howtopage-inner table th {
          font-weight: bold;
          background-color: #dcdcdc;
          font-size: 3.5897435897vw; }
          .howtopage-inner table th span {
            font-size: 0.8em; } }

.teaser-title {
  margin: 39px auto 9px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.3;
  font-size: min(5.3vw, 52px);
  letter-spacing: 0.36px; }
  @media screen and (max-width: 667px) {
    .teaser-title {
      margin-top: 6.2vw;
      margin-bottom: 3vw;
      font-size: 3.2vw; } }
.teaser-date {
  font-size: min(4.6vw, 40px);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.28px; }
  @media screen and (max-width: 667px) {
    .teaser-date {
      font-size: 2.2vw; } }
.teaser-place {
  margin: 9px auto 61px;
  font-size: min(4.3vw, 38px);
  font-weight: bold;
  letter-spacing: 0.27px;
  line-height: 1.3; }
  .teaser-place span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; }
  @media screen and (max-width: 667px) {
    .teaser-place {
      font-size: 2.6vw;
      margin-bottom: 6vw; } }
.teaser-soon {
  font-size: min(5.6vw, 58px);
  font-weight: bold;
  letter-spacing: 0.41px; }
  .teaser-soon span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; }
  @media screen and (max-width: 667px) {
    .teaser-soon {
      font-size: 3.4vw;
      line-height: 1.3; } }

.footer {
  padding-top: 2.0833333333vw;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .footer {
      padding-top: 8vw; } }
  .footer-inner {
    text-align: center;
    margin: 0 auto; }
    .footer-inner h2 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: min(3.4vw, 28px);
      text-align: center;
      margin-bottom: 32px; }
  .footer-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 82vw;
    padding-left: 5.2%;
    margin: 2.7083333333vw auto 2.7083333333vw; }
    .footer-flex-img {
      max-width: 500px;
      padding-left: 0;
      margin: 20px auto;
      position: relative; }
      .footer-flex-img .link1 {
        position: absolute;
        display: block;
        top: 0;
        left: 6%;
        width: 26%;
        height: 100%;
        outline: none;
        border: none; }
      .footer-flex-img .link2 {
        position: absolute;
        display: block;
        top: 0;
        left: 24%;
        width: 30%;
        height: 100%;
        outline: none;
        border: none; }
      .footer-flex-img .link3 {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        width: 36%;
        height: 100%;
        outline: none;
        border: none; }
      .footer-flex-img img {
        width: 90%;
        margin: 0 auto;
        max-width: 500px;
        height: auto; }
    .footer-flex a {
      height: 3.6458333333vw; }
      .footer-flex a img, .footer-flex a svg {
        width: 100%;
        height: auto; }
    .footer-flex a + a {
      margin-left: 2.8125vw; }
    @media screen and (max-width: 768px) {
      .footer-flex {
        margin-bottom: 12vw;
        padding-left: 13%; }
        .footer-flex a img, .footer-flex svg {
          height: 12vw; }
        .footer-flex a + a {
          margin-left: 5vw; }
        .footer-flex-img {
          max-width: 80vw;
          padding-left: 0; }
          .footer-flex-img img {
            width: 90%;
            margin: 0 auto;
            max-width: 100%;
            height: auto; } }
  .footer-logo {
    width: 12.5vw;
    height: auto;
    max-width: 120px;
    margin-bottom: 10px;
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      .footer-logo {
        width: 18vw;
        max-width: 30%;
        margin-top: 0;
        margin-bottom: 2vw; } }
  .footer-copy {
    padding-top: 2.0833333333vw;
    font-size: 0.8854166667vw;
    line-height: 1.5625vw;
    color: #000;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 300; }
    @media screen and (max-width: 768px) {
      .footer-copy {
        font-size: 3.0769230769vw;
        padding-top: 0.5em;
        line-height: 1.6; } }
  .footer-bottom {
    margin-top: 2em;
    padding: 1.1979166667vw 0 3.4375vw;
    background: #000;
    text-align: center; }
    .footer-bottom img, .footer-bottom svg {
      width: 15.625vw;
      margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .footer-bottom {
        padding: 2vw 2vw 6vw;
        margin-top: 8vw; }
        .footer-bottom img {
          width: 40%; } }

iframe.youtube-16-9 {
  width: 100%;
  height: auto;
  aspect-ratio: 560 / 315; }

.slash {
  position: relative;
  overflow: hidden; }
  .slash:after {
    content: '';
    display: block;
    background: #000;
    width: 114%;
    height: 1px;
    transform: rotate(-22deg);
    overflow: hidden;
    margin-left: -7%; }
  @media screen and (max-width: 768px) {
    .slash:after {
      transform: rotate(-27deg);
      width: 127%;
      margin-top: -20%;
      margin-left: -12%; } }

.specialpage p {
  padding-top: 0; }
.specialpage .sec6-inner {
  max-width: 67.7604166667vw; }
.specialpage dl {
  margin-top: 6em;
  color: #fff; }
  .specialpage dl dt {
    border-color: #fff; }
  .specialpage dl dd {
    text-align: left; }
.specialpage-box {
  max-width: 59.9479166667vw;
  margin-top: 2.5em; }
.specialpage-white {
  text-align: center; }
  .specialpage-white-last {
    padding-bottom: 14vw; }
  .specialpage-white p.lead {
    font-size: 2.2916666667vw !important;
    font-weight: bold;
    line-height: 2.27;
    letter-spacing: 2.2px;
    padding-top: 1em;
    text-align: center;
    margin-bottom: 1.4em; }
  .specialpage-white img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1.9em; }
  .specialpage-white-logo {
    margin: 3.5em auto 3.5em;
    max-width: 54.8958333333vw; }
  .specialpage-white-univ {
    max-width: 30.0520833333vw !important; }
.specialpage-univ {
  max-width: 62.5vw;
  margin: 0 auto; }
  .specialpage-univ-02 {
    max-width: 74.7395833333vw; }
  .specialpage-univ-ttl {
    width: 110%;
    padding: 0.4em;
    font-weight: bold;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    text-align: center;
    font-size: 3.3854166667vw;
    letter-spacing: 3px;
    line-height: 1.2;
    margin: 2.6041666667vw -5% 2.0833333333vw; }
    .specialpage-univ-ttl-02 {
      margin-top: 8.59375vw;
      font-size: 2.8645833333vw;
      line-height: 1.4; }
  .specialpage-univ-notice {
    font-size: 1.1458333333vw;
    text-align: center;
    margin: 2em auto 1.2em; }
  .specialpage-univ-inner {
    width: 86%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    .specialpage-univ-inner img {
      width: 21.3541666667vw;
      height: auto;
      margin-right: 2.6041666667vw; }
    .specialpage-univ-inner-02 img {
      width: 39.5833333333vw; }
    .specialpage-univ-inner div {
      text-align: left; }
      .specialpage-univ-inner div p {
        font-size: 2.1875vw;
        margin-bottom: 1.5625vw;
        font-weight: bold;
        white-space: nowrap; }
        .specialpage-univ-inner div p span {
          font-size: 1.8229166667vw; }
      .specialpage-univ-inner div dl {
        display: flex;
        justify-content: flex-start;
        align-items: stretch; }
        .specialpage-univ-inner div dl dt {
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 11px;
          border: 3px solid #000;
          font-size: 1.1458333333vw;
          font-weight: 500;
          margin-right: 14px;
          min-width: 19%;
          width: 6.5104166667vw !important;
          max-width: 125px;
          padding: 0.6em 0;
          text-align: center; }
        .specialpage-univ-inner div dl dd {
          text-align: left;
          font-weight: bold;
          width: 70%;
          min-width: 23.1770833333vw;
          font-size: 1.5625vw;
          line-height: 2.2395833333vw; }
  .specialpage-univ-bottom dl {
    widows: 120%;
    margin-right: -20%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 42px; }
    .specialpage-univ-bottom dl dt {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 3px solid #000;
      font-size: 1.1458333333vw;
      font-weight: 500;
      margin-right: 22px;
      min-width: 12%;
      width: 8.0729166667vw !important;
      max-width: 155px;
      padding: 0.6em 0;
      text-align: center;
      height: 100%;
      min-height: 4.9479166667vw; }
    .specialpage-univ-bottom dl dd {
      text-align: left;
      font-weight: bold;
      width: auto;
      min-width: 80%;
      max-width: 96%;
      font-size: 1.1458333333vw;
      line-height: 2.2395833333vw; }
.specialpage-02_img {
  width: 100%;
  height: auto;
  margin: 2em auto 0;
  max-width: 58.6458333333vw; }
.specialpage-02_inner {
  max-width: 76.1458333333vw; }
  .specialpage-02_inner img + img {
    margin-top: 8.75vw; }
.specialpage-02_text {
  max-width: 58.6458333333vw;
  padding: 8.75vw 1em 0;
  text-align: left; }
  .specialpage-02_text p {
    font-size: 2.03125vw;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 1.95px;
    text-align: left;
    color: #000; }
    .specialpage-02_text p.big {
      font-size: 2.34375vw;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.76;
      letter-spacing: 2.25px;
      text-align: left;
      color: #000; }
  .specialpage-02_text .box {
    margin: 55px auto 33px 0;
    padding: 11px 24px;
    display: inline-block;
    border: solid 1px #000;
    font-weight: bold;
    font-size: 1.5625vw;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 9px;
    text-align: left;
    color: #000;
    box-sizing: border-box; }
.specialpage-02_kikaku {
  max-width: 73.5416666667vw;
  margin: 0 auto; }
  .specialpage-02_kikaku img {
    width: 100%;
    height: auto; }
  .specialpage-02_kikaku p {
    font-size: 1.8229166667vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.74;
    letter-spacing: 1.75px;
    text-align: left;
    color: #000; }
    .specialpage-02_kikaku p.notice {
      font-size: 1.3020833333vw;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.88;
      letter-spacing: 1.25px;
      text-align: left;
      color: #000;
      padding-bottom: 14vw; }
  .specialpage-02_kikaku .box {
    margin: 0 auto 4.1666666667vw;
    padding: 11px 24px;
    display: block;
    border: solid 1px #000;
    font-weight: bold;
    font-size: 1.5625vw;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 9px;
    text-align: center;
    color: #000;
    box-sizing: border-box; }
  .specialpage-02_kikaku .center {
    text-align: center; }
    .specialpage-02_kikaku .center p {
      font-size: 2.2916666667vw;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.93;
      letter-spacing: 2.2px;
      text-align: center;
      color: #000;
      margin-bottom: 30px; }
    .specialpage-02_kikaku .center img {
      width: 80%;
      height: auto;
      max-width: 59.0625vw; }
  .specialpage-02_kikaku p + .box {
    margin-top: 9.375vw; }
  .specialpage-02_kikaku p + .center {
    margin-top: 4.1666666667vw; }
@media screen and (max-width: 667px) {
  .specialpage .sec6-inner {
    max-width: 90%; }
    .specialpage .sec6-inner dl {
      margin-top: 0.6em; }
  .specialpage-02_img {
    width: 100%;
    height: auto;
    margin: 0 auto 2em;
    max-width: 80%; }
  .specialpage-02_inner {
    max-width: 92%; }
    .specialpage-02_inner img + img {
      margin-top: 2em; }
  .specialpage-02_text {
    max-width: 92%;
    padding: 1em 0;
    text-align: left; }
    .specialpage-02_text p {
      font-size: 3.3333333333vw;
      font-weight: bold;
      line-height: 1.56;
      letter-spacing: 1.95px;
      text-align: left;
      color: #000; }
      .specialpage-02_text p.big {
        font-size: 4.1025641026vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.76;
        letter-spacing: 2.25px;
        text-align: left;
        color: #000; }
    .specialpage-02_text .box {
      margin: 55px auto 33px 0;
      padding: 11px 24px;
      display: inline-block;
      border: solid 1px #000;
      font-weight: bold;
      font-size: 3.5897435897vw;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: 9px;
      text-align: left;
      color: #000;
      box-sizing: border-box; }
  .specialpage-02_kikaku {
    max-width: 92%;
    margin: 0 auto; }
    .specialpage-02_kikaku img {
      width: 100%;
      height: auto; }
    .specialpage-02_kikaku p {
      font-size: 3.5897435897vw;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.74;
      letter-spacing: 1.75px;
      text-align: left;
      color: #000; }
      .specialpage-02_kikaku p.notice {
        font-size: 3.0769230769vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.88;
        letter-spacing: 1.25px;
        text-align: left;
        color: #000;
        padding-bottom: 14vw; }
    .specialpage-02_kikaku .box {
      margin: 0 auto 2em;
      padding: 11px 24px;
      display: block;
      border: solid 1px #000;
      font-weight: bold;
      font-size: 3.5897435897vw;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.4;
      letter-spacing: 3px;
      text-align: center;
      color: #000;
      box-sizing: border-box; }
    .specialpage-02_kikaku .center {
      text-align: center; }
      .specialpage-02_kikaku .center p {
        font-size: 3.5897435897vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.93;
        letter-spacing: 2.2px;
        text-align: center;
        color: #000;
        margin-bottom: 30px; }
      .specialpage-02_kikaku .center img {
        width: 80%;
        height: auto;
        max-width: 80%; }
    .specialpage-02_kikaku p + .box {
      margin-top: 2em; }
    .specialpage-02_kikaku p + .center {
      margin-top: 3em; }
  .specialpage-white p.lead {
    font-size: 3.5897435897vw !important;
    padding-top: 0;
    margin-bottom: 0.8em; }
  .specialpage-white-logo {
    margin-top: 0;
    width: 80% !important; }
  .specialpage-white-univ {
    width: 70% !important; }
  .specialpage-box {
    margin-top: 1em;
    max-width: 80%;
    font-size: 3.0769230769vw;
    letter-spacing: 3px;
    padding: 1em; }
  .specialpage-univ {
    width: 92%;
    max-width: 92%;
    margin: 0 auto; }
    .specialpage-univ-02 {
      max-width: 92%; }
    .specialpage-univ-ttl {
      width: 100%;
      padding: 0.4em;
      font-weight: bold;
      border-top: 3px solid #000;
      border-bottom: 3px solid #000;
      text-align: center;
      font-size: 3.5897435897vw;
      letter-spacing: 3px;
      line-height: 1.2;
      margin: 2.6041666667vw 0 1em; }
      .specialpage-univ-ttl-02 {
        margin-top: 8.59375vw;
        font-size: 3.5897435897vw;
        line-height: 1.4; }
    .specialpage-univ-notice {
      text-align: center;
      margin: 2em auto 1.2em;
      font-size: 3.0769230769vw; }
    .specialpage-univ-inner {
      width: 100%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; }
      .specialpage-univ-inner img {
        width: 100%;
        height: auto;
        margin-right: 0; }
      .specialpage-univ-inner-02 img {
        width: 100%; }
      .specialpage-univ-inner div {
        text-align: left;
        width: 100%; }
        .specialpage-univ-inner div p {
          font-size: 4.1025641026vw;
          margin-bottom: 1.5625vw;
          font-weight: bold;
          white-space: nowrap; }
          .specialpage-univ-inner div p span {
            font-size: 3.5897435897vw; }
        .specialpage-univ-inner div dl {
          flex-direction: row; }
          .specialpage-univ-inner div dl dt {
            border-radius: 4px;
            border: 2px solid #000;
            font-size: 2.8205128205vw;
            letter-spacing: 1px;
            font-weight: 500;
            margin-right: 4%;
            min-width: 18%;
            width: 18% !important;
            max-width: 18%;
            padding: 0.6em 0;
            text-align: center; }
          .specialpage-univ-inner div dl dd {
            text-align: left;
            font-weight: bold;
            width: 74%;
            max-width: 76%;
            min-width: 76%;
            font-size: 3.5897435897vw;
            line-height: 1.4; }
    .specialpage-univ-bottom dl {
      widows: 120%;
      margin-right: -20%;
      display: flex;
      justify-content: flex-start;
      align-items: stretch;
      flex-direction: column;
      margin-top: 42px; }
      .specialpage-univ-bottom dl dt {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 3px solid #000;
        font-size: 3.5897435897vw;
        font-weight: 500;
        margin-right: 22px;
        min-width: 100%;
        width: 100% !important;
        max-width: 100%;
        padding: 0.6em 0;
        text-align: center;
        height: 2em;
        margin-bottom: 0.6em;
        min-height: 4.9479166667vw; }
      .specialpage-univ-bottom dl dd {
        text-align: left;
        width: auto;
        min-width: 80%;
        max-width: 96%;
        font-size: 3.0769230769vw;
        line-height: 1.5; } }

.staffpage-inner {
  max-width: 68.8020833333vw;
  margin: 4vw auto 8vw; }
  .staffpage-inner p {
    font-weight: 500;
    text-align: left;
    color: #fff;
    font-size: 2.03125vw;
    line-height: 1.56;
    letter-spacing: 1.95px; }
  .staffpage-inner img {
    width: 100%;
    height: auto;
    margin: 1em 0 3em; }
  .staffpage-inner img + p {
    margin-bottom: 4em; }
@media screen and (max-width: 667px) {
  .staffpage-inner {
    max-width: 90%; }
    .staffpage-inner p {
      font-size: 3.5897435897vw; }
    .staffpage-inner img {
      margin-bottom: 2em; }
    .staffpage-inner img + p {
      margin-bottom: 2em; } }

.addtxt {
  font-size: 1.3em !important; }
  @media screen and (max-width: 667px) {
    .addtxt {
      font-size: 0.75em !important; } }

.img-addadd {
  display: inline-block;
  width: 7.0833333333vw !important;
  height: auto;
  margin: 0 0 0 2em; }
  @media screen and (max-width: 667px) {
    .img-addadd {
      width: 11.7948717949vw !important;
      height: auto;
      margin-left: 1em; } }

.cafe-kv {
  width: 75.625vw;
  max-width: 90%;
  height: auto;
  margin: 2em auto 5em; }
.cafe-events {
  border: 10px solid #000;
  border-radius: 40px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-height: 39.84375vw;
  margin-bottom: 3.125vw; }
  .cafe-events:nth-child(even) .text {
    background: #e5e5e5; }
  .cafe-events .img {
    background: #00214d;
    padding: 3.125vw;
    border-radius: 30px 0 0 30px;
    width: 29.8958333333vw; }
    .cafe-events .img img {
      width: 100%;
      margin-bottom: 0; }
  .cafe-events .text {
    width: calc(100% - 29.8958333333vw);
    border-radius: 0 30px 30px 0;
    text-align: left;
    padding: 2.34375vw 2.0833333333vw 2.0833333333vw 3.125vw;
    position: relative; }
    .cafe-events .text p {
      font-size: 2.1875vw;
      margin-bottom: 1.5625vw;
      font-weight: bold;
      white-space: nowrap; }
      .cafe-events .text p span {
        font-size: 1.8229166667vw; }
    .cafe-events .text .abs {
      position: absolute;
      bottom: 1em;
      right: 1em;
      text-align: right;
      font-size: 1.0416666667vw !important;
      font-weight: normal !important; }
    .cafe-events .text dl {
      display: flex;
      justify-content: flex-start;
      align-items: stretch; }
      .cafe-events .text dl dt {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 11px;
        background: #fff;
        border: 3px solid #000;
        font-size: 1.1458333333vw;
        font-weight: 500;
        margin-right: 14px;
        min-width: 19%;
        width: 6.5104166667vw !important;
        max-width: 125px;
        padding: 0.6em 0;
        text-align: center; }
      .cafe-events .text dl dd {
        text-align: left;
        font-weight: bold;
        width: 70%;
        min-width: 23.1770833333vw;
        font-size: 1.3541666667vw;
        line-height: 2.2395833333vw; }
@media screen and (max-width: 667px) {
  .cafe-kv {
    width: 92%;
    max-width: 92%;
    margin-bottom: 2em; }
  .cafe-events {
    width: 100%;
    border: 4px solid #000;
    margin: 0 auto 4vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 5vw; }
    .cafe-events .img {
      width: 100%;
      border-radius: 4vw 4vw 0 0; }
      .cafe-events .img img {
        width: 60%;
        margin: 0 auto; }
    .cafe-events .text {
      text-align: left;
      width: 100%;
      border-radius: 0 0 4vw 4vw;
      padding: 1.6em 1em; }
      .cafe-events .text p {
        font-size: 4.1025641026vw;
        margin-bottom: 1.5625vw;
        font-weight: bold;
        white-space: nowrap; }
        .cafe-events .text p span {
          font-size: 3.5897435897vw; }
      .cafe-events .text .abs {
        font-size: 2.3076923077vw !important; }
      .cafe-events .text dl {
        flex-direction: row; }
        .cafe-events .text dl dt {
          border-radius: 4px;
          border: 2px solid #000;
          font-size: 2.8205128205vw;
          letter-spacing: 1px;
          font-weight: 500;
          margin-right: 4%;
          min-width: 18%;
          width: 18% !important;
          max-width: 18%;
          padding: 0.6em 0;
          text-align: center; }
        .cafe-events .text dl dd {
          text-align: left;
          font-weight: bold;
          width: 74%;
          max-width: 76%;
          min-width: 76%;
          font-size: 3.5897435897vw;
          line-height: 1.4; } }

.addarea-group-outer {
  background: #fff; }

.addarea-group {
  width: 90vw;
  box-sizing: border-box;
  overflow-x: hidden;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 0;
  position: relative; }
  .addarea-group .slide-arrow {
    position: absolute;
    top: 56%;
    margin-top: 0;
    z-index: 1;
    pointer-events: auto; }
  .addarea-group .prev-arrow {
    left: -13vw;
    width: 9vw;
    max-width: 90px;
    height: auto; }
  .addarea-group .next-arrow {
    right: -13vw;
    width: 9vw;
    max-width: 90px; }
  .addarea-group .slider {
    width: 70%;
    max-width: 1120px;
    margin: 0 auto; }
    .addarea-group .slider p {
      color: #000;
      font-size: 1.3020833333vw;
      line-height: 1.88;
      letter-spacing: 1.25px;
      text-align: left; }
      .addarea-group .slider p.lead {
        text-align: center;
        font-weight: bold;
        font-size: 2.2916666667vw;
        margin: 1em auto;
        letter-spacing: 2.2px; }
    .addarea-group .slider p + p {
      margin-bottom: 1em; }
    .addarea-group .slider img {
      max-width: 100%;
      height: auto; }
    .addarea-group .slider .slick-dots li button:before {
      width: 40px;
      height: 40px; }
  @media screen and (max-width: 667px) {
    .addarea-group {
      width: 100%;
      box-sizing: border-box;
      overflow-x: hidden;
      margin: 0 auto;
      background-color: #fff;
      padding: 30px 0 5vw;
      background: #fff;
      position: relative; }
      .addarea-group .slick-slide > div {
        width: 74%;
        margin: 0 auto; }
      .addarea-group .slide-arrow {
        position: absolute;
        top: 62%;
        margin-top: -2vw;
        z-index: 1;
        pointer-events: auto;
        z-index: 5; }
      .addarea-group .prev-arrow {
        left: 2vw;
        width: 6.5vw;
        max-width: 80px;
        height: auto; }
      .addarea-group .next-arrow {
        right: 2vw;
        width: 6.5vw;
        max-width: 80px; }
      .addarea-group .slick-dots li {
        display: inline-block;
        margin: 0 5px;
        padding: 0 6px; }
      .addarea-group .slick-dots button {
        padding: 0;
        color: transparent;
        outline: none;
        width: 8vw;
        border: unset;
        height: 5px;
        display: block;
        background: #ccc;
        cursor: pointer; }
        .addarea-group .slick-dots button:before {
          display: none; }
      .addarea-group .slick-dots .slick-active button {
        background: #000; }
      .addarea-group .slider {
        width: 100%;
        max-width: 1120px;
        margin: 0 auto; }
        .addarea-group .slider img {
          height: auto; }
        .addarea-group .slider p {
          color: #000;
          font-size: 3.5897435897vw;
          line-height: 1.88;
          letter-spacing: 1.25px;
          text-align: left; }
          .addarea-group .slider p.lead {
            text-align: center;
            font-weight: bold;
            font-size: 4.1025641026vw;
            margin: 2em auto;
            letter-spacing: 2.2px; }
        .addarea-group .slider p + p {
          margin-bottom: 2em; } }

.goods a img:hover {
  opacity: .65; }
.goods .howtopage-inner-02 dl {
  align-items: center; }
  .goods .howtopage-inner-02 dl dt {
    width: 290px;
    font-size: 0.9em;
    letter-spacing: 0.2em; }
.goods-table dt {
  width: 290px;
  font-size: 0.9em;
  letter-spacing: 0.2em; }
@media screen and (max-width: 667px) {
  .goods .howtopage-inner-02 dl {
    flex-direction: row;
    margin-top: -10vw; }
    .goods .howtopage-inner-02 dl dt {
      width: 40%; }
    .goods .howtopage-inner-02 dl dd {
      display: inline-block;
      width: 50%; }
  .goods-table dt {
    width: 40%; }
  .goods-table dd {
    display: inline-block;
    width: 50%;
    padding-left: 2em; } }

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
