html {
  scroll-behavior: smooth; }

.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s ease, transform .8s ease; }

.fadein.is-show {
  opacity: 1;
  transform: translateY(0); }

.pc-only {
  display: inline; }

.sp-only {
  display: none; }

.txt-center {
  text-align: center; }

.pc-center {
  text-align: center; }
  @media (max-width: 730px) {
    .pc-center {
      text-align: left; } }

@media (max-width: 730px) {
  .pc-only {
    display: none; }

  .sp-only {
    display: inline; } }
body {
  margin: 0;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  line-height: 1.6;
  color: #333;
  font-size: 16px; }
  body .tips {
    font-size: 14px; }
  @media (max-width: 730px) {
    body {
      font-size: 14px; }
      body .tips {
        font-size: 12px; } }
  body .txt-strong {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4; }
    @media (max-width: 480px) {
      body .txt-strong {
        font-size: 15px; } }
    body .txt-strong span {
      display: inline-block;
      margin-top: 5px;
      font-weight: normal;
      font-size: 14px; }
      @media (max-width: 480px) {
        body .txt-strong span {
          font-size: 12px; } }

img {
  width: 100%; }
  img.img-auto {
    width: auto; }

figure {
  margin-left: 0;
  margin-right: 0; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: url(../img/mv.png) top center/720px auto repeat-x; }
  header h1 {
    margin: 0;
    text-indent: -9999px;
    line-height: 0; }
  @media (max-width: 730px) {
    header {
      background: #F9F4EC; } }
  header img {
    max-width: 720px; }

main {
  position: relative;
  min-height: 100vh;
  top: -10px; }
  @media (max-width: 480px) {
    main {
      top: -1px; } }
  main .mv-blank {
    max-width: 720px; }

section {
  background: #F9F4EC;
  position: relative;
  padding: 20px 20px 40px; }
  @media (max-width: 480px) {
    section {
      padding: 15px 20px 40px; } }
  section .fig {
    text-align: center;
    margin: 30px 0; }
    section .fig img {
      max-width: 480px;
      margin: auto; }
  section .fig-auto {
    text-align: center;
    margin: 30px 0; }
    section .fig-auto img {
      width: auto;
      margin: auto; }
      @media (max-width: 730px) {
        section .fig-auto img.img-area {
          max-width: 210px; } }
  section .section-content {
    max-width: 840px;
    margin: auto;
    padding-bottom: 0px; }
  section .desc {
    display: flex;
    justify-content: center;
    margin-top: 20px; }
    @media (max-width: 730px) {
      section .desc {
        display: block; } }
    section .desc .info-list {
      list-style: none;
      padding: 0;
      margin: 0;
      font-weight: bold; }
      section .desc .info-list li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        line-height: 1.1; }
        @media (max-width: 730px) {
          section .desc .info-list li {
            margin-bottom: 6px; } }
      section .desc .info-list .label {
        width: 120px;
        color: #fff;
        border: 1px solid #fff;
        text-align: center;
        margin-right: 10px;
        padding: 8px 3px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 730px) {
          section .desc .info-list .label {
            width: 80px; } }
      section .desc .info-list .content span {
        font-size: 0.7rem;
        font-weight: normal; }
  section .tit-border {
    position: relative;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    color: #0e2a5e;
    font-size: 20px;
    line-height: 3.5; }
    @media (max-width: 730px) {
      section .tit-border {
        margin-top: 20px;
        list-height: 1;
        padding: 0; } }
    section .tit-border::before, section .tit-border::after {
      content: "";
      display: block;
      height: 2px;
      background-color: #0e2a5e;
      position: absolute;
      left: 50%;
      width: 100vw;
      margin-left: -50vw; }
      @media (min-width: 768px) {
        section .tit-border::before, section .tit-border::after {
          position: static;
          left: auto;
          width: 100%;
          margin-left: 0; } }
    section .tit-border::before {
      top: 0; }
    section .tit-border::after {
      bottom: 0; }
  section h3 {
    background: #001D66;
    color: #fff;
    padding: 7px;
    text-align: center;
    margin-top: 40px; }
    @media (max-width: 730px) {
      section h3 {
        margin-top: 30px; } }

#intro {
  text-align: center; }
  #intro h2 {
    color: #001D66;
    margin-top: 30px; }
  #intro .link-menu {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    background-color: #f5f0e8; }
    @media (min-width: 400px) {
      #intro .link-menu {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
    #intro .link-menu li {
      margin-bottom: 10px; }
      #intro .link-menu li:last-child {
        margin-bottom: 0; }
    #intro .link-menu a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      height: 60px;
      background-color: #001D66;
      color: #ffffff;
      max-width: 400px;
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 0.05em;
      text-decoration: none;
      transition: opacity 0.2s ease; }
      #intro .link-menu a:hover {
        opacity: 0.85; }
      #intro .link-menu a::after {
        content: "";
        position: absolute;
        right: 24px;
        top: 50%;
        width: 10px;
        height: 10px;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        transform: translateY(-65%) rotate(45deg); }

#event {
  background: #001D66;
  color: #fff; }
  #event h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.1em; }
    #event h2::before, #event h2::after {
      content: "";
      display: block;
      width: 20px;
      height: 1px;
      background-color: #ffffff; }
    #event h2::before {
      margin-right: 16px; }
    #event h2::after {
      margin-left: 16px; }
  #event .ticket-list {
    display: flex;
    justify-content: center; }
    #event .ticket-list img {
      width: 260px; }
      @media (max-width: 730px) {
        #event .ticket-list img {
          width: 160px; } }
    #event .ticket-list > div {
      padding: 0 10px; }
      @media (max-width: 730px) {
        #event .ticket-list > div {
          padding: 0 0 0 5px; }
          #event .ticket-list > div:first-child {
            padding: 0 5px 0 0; } }
      #event .ticket-list > div:first-child img {
        width: 214px; }
        @media (max-width: 730px) {
          #event .ticket-list > div:first-child img {
            width: 132px; } }
    #event .ticket-list p {
      margin: 0;
      text-align: center; }

#ticket h4 {
  color: #001D66;
  margin-bottom: 0; }
  #ticket h4.tit {
    font-size: 18px; }
#ticket .txt {
  margin-top: 10px; }
#ticket .desc img {
  max-width: 320px; }
  @media (max-width: 730px) {
    #ticket .desc img {
      max-width: 200px; } }
#ticket .event-accordion h4 {
  margin: 0;
  font-size: 20px; }
#ticket .event-accordion__header {
  position: relative;
  font: inherit;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: inherit; }
  #ticket .event-accordion__header p {
    margin-top: 10px;
    margin-bottom: 0; }
#ticket .event-accordion__heading {
  flex: 1; }
#ticket .event-accordion__icon {
  flex-shrink: 0;
  position: absolute;
  top: 15px;
  right: 0;
  width: 28px;
  height: 28px;
  margin-left: 12px;
  border: 1px solid #0e2a5e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  #ticket .event-accordion__icon svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease; }
#ticket .event-accordion__header[aria-expanded="true"] .event-accordion__icon svg {
  transform: rotate(180deg); }
#ticket .event-accordion__body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease; }
#ticket .day-block {
  padding: 0 0 20px; }
  #ticket .day-block__date {
    margin: 15px 0 0;
    padding: 8px 12px;
    background-color: #0e2a5e;
    color: #ffffff;
    text-align: center;
    border-radius: 20px; }
  #ticket .day-block__title {
    margin: 12px 0 8px;
    font-weight: bold;
    line-height: 1.5;
    background: #F9F4EC;
    padding: 0;
    color: #0e2a5e;
    text-align: center;
    font-size: 18px; }
    @media (max-width: 730px) {
      #ticket .day-block__title {
        text-align: left; } }
  #ticket .day-block__text {
    margin: 0;
    line-height: 1.7; }
#ticket .block-corp {
  border: 1px solid #0e2a5e;
  border-radius: 20px;
  padding: 20px 30px;
  margin: 30px 0 40px; }
  #ticket .block-corp h4 {
    text-align: center;
    color: #000;
    margin-top: 10px;
    font-weight: normal; }
  #ticket .block-corp p {
    font-size: 14px; }
#ticket .ticketcount-list {
  margin: 0;
  font-weight: bold; }
  #ticket .ticketcount-list h4 {
    margin-bottom: 10px; }
  #ticket .ticketcount-list .ticket-list__row {
    display: flex; }
  #ticket .ticketcount-list .ticket-list__label {
    width: 8em;
    margin: 0; }
  #ticket .ticketcount-list .ticket-list__value {
    margin: 0; }
#ticket .usage-example {
  position: relative;
  margin-top: 24px;
  padding: 24px;
  border-radius: 16px;
  background-color: #ffffff; }
  @media (max-width: 730px) {
    #ticket .usage-example {
      padding: 24px 20px; } }
  #ticket .usage-example h4 {
    margin-top: 0;
    margin-bottom: 20px; }
    @media (max-width: 730px) {
      #ticket .usage-example h4 {
        font-size: 15px; } }
  #ticket .usage-example h5 {
    color: #0e2a5e;
    margin-bottom: 0;
    font-size: 16px; }
    @media (max-width: 730px) {
      #ticket .usage-example h5 {
        font-size: 14px; } }
  #ticket .usage-example .ticket-list {
    margin-top: 5px; }
  #ticket .usage-example::after {
    content: "";
    position: absolute;
    top: -16px;
    left: 32px;
    border-style: solid;
    border-width: 0 12px 16px 12px;
    border-color: transparent transparent #ffffff transparent; }
  #ticket .usage-example__title {
    margin: 0 0 20px;
    font-weight: bold; }
  #ticket .usage-example__group {
    font-weight: normal; }
    #ticket .usage-example__group + #ticket .usage-example__group {
      margin-top: 20px; }
  #ticket .usage-example__heading {
    margin: 0 0 8px;
    font-weight: bold; }

#gourmet {
  background-color: #fff; }
  #gourmet h2 {
    padding-bottom: 0; }
  #gourmet h5 {
    text-align: center;
    color: #fff;
    background: #0e2a5e;
    border-radius: 20px;
    padding: 3px 0;
    font-size: 18px;
    margin-bottom: 10px; }
  #gourmet .shop-list {
    display: flex;
    justify-content: center;
    padding-left: 5px; }
    #gourmet .shop-list ul {
      width: 380px;
      max-width: 100%; }
    @media (max-width: 730px) {
      #gourmet .shop-list ul {
        padding: 0; } }

#caution {
  font-size: 90%;
  border-top: 2px solid #0e2a5e;
  background: #fff; }
  #caution h4 {
    text-align: center;
    margin-top: 0; }

footer {
  font-family: sans-serif;
  background: #fff;
  padding: 60px 0 35px;
  text-align: center;
  position: relative;
  top: -10px; }
  @media (max-width: 480px) {
    footer {
      padding: 40px 0 25px; } }
  footer > a {
    width: 18vw;
    min-width: 120px;
    max-width: 160px;
    display: block;
    margin: 0 auto 18px; }
  footer address {
    line-height: 1.6;
    font-style: normal; }
  footer .copyright {
    font-size: 0.9rem;
    line-height: 1.4em;
    margin-top: 5px; }
