@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

img {
  font-size: 0;
  line-height: 0;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

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

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

fieldset, img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

html {
  *zoom: 1;
  /* firefox */
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

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

ul, li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

p {
  margin: 0;
}

/* ==========================================================================
  base
========================================================================== */
body.monhan {
  position: relative;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body.monhan {
    font-size: 16px;
  }
}

* {
  box-sizing: border-box;
}

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

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

img, video {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  font-size: 0;
}

a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover img {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/* ==========================================================================
  anime
========================================================================== */
.hide-l {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  transform: translate(-40px, 0);
}

.hide-r {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  transform: translate(40px, 0);
}

.moves {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 1;
  transform: translate(0, 0);
}

/* ==========================================================================
  movie
========================================================================== */
.movie-outer {
  width: 100%;
  max-width: 1100px;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  z-index: 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* ==========================================================================
  menu
========================================================================== */
.menu {
  position: absolute;
  cursor: pointer;
  top: 9px;
  left: 10px;
  width: 30px;
  height: 22px;
}
@media screen and (min-width: 768px) {
  .menu {
    display: none;
  }
}

.menu span {
  transition: all 0.2s;
  background: #d0974a;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}
.menu span:nth-child(1) {
  top: 0;
}
.menu span:nth-child(2) {
  top: 10px;
}
.menu span:nth-child(3) {
  bottom: 0;
}

.active span {
  transition: all 0.2s;
}
.active span:nth-child(1), .active span:nth-child(3) {
  transform-origin: center center;
  -webkit-transform-origin: center center;
}
.active span:nth-child(1) {
  transform: rotate(-45deg);
  top: 10px;
}
.active span:nth-child(2) {
  display: none;
}
.active span:nth-child(3) {
  transform: rotate(45deg);
  top: 10px;
}

.monhan-main {
  background: #fff;
  background-size: 100% auto;
  overflow-x: hidden;
}

.monsters {
  position: absolute;
  z-index: 2;
}

.of {
  position: relative;
}

/* ==========================================================================
  header
========================================================================== */
.mh-header {
  position: fixed;
  top: -180px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  background: #000000;
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  .mh-header {
    height: 40px;
    top: -100px;
  }
}

.header-fix {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.6s;
}

.header-logo {
  position: absolute;
  top: 0;
  left: 20px;
  width: 12.5vw;
  max-width: 114px;
}
.header-logo p {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  height: 80px;
}

.gnav {
  width: 100%;
  max-width: 900px;
  width: 64vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .gnav {
    transform: translate(-3vw, 0);
    padding-left: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .gnav {
    display: none;
    width: 100%;
    position: fixed;
    top: 40px;
    left: 0;
    background: #000000;
  }
}

.nav-list {
  width: 100%;
  height: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .nav-list {
    height: auto;
    padding: 30px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .nav-list li {
    width: 50%;
    text-align: center;
    margin-top: 20px;
  }
  .nav-list li:nth-child(1), .nav-list li:nth-child(2), .nav-list li:nth-child(3), .nav-list li:nth-child(4) {
    margin-bottom: 20px;
  }
}
.nav-list li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .nav-list li a {
    font-size: 0.9em;
  }
}
.nav-list li a p.jp {
  margin-bottom: 10px;
}
.nav-list li a img {
  height: 12px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .nav-list li a img {
    height: 12px;
  }
}
.nav-list li a img.en {
  height: 18px;
}
@media screen and (max-width: 767px) {
  .nav-list li a img.en {
    height: 15px;
  }
}
@media screen and (min-width: 768px) {
  .nav-list li a:hover {
    text-shadow: 0 0 12px #5865f2, 0 0 12px #5865f2, 0 0 12px #5865f2, 0 0 12px #5865f2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.nav-list li a:hover img {
  opacity: 1;
}

.header-ban {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15vw;
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .header-ban {
    top: 10px;
    width: 50vw;
  }
}
.header-ban img {
  filter: drop-shadow(0 0 10px #000);
}
@media screen and (max-width: 767px) {
  .header-ban img {
    filter: drop-shadow(0 0 5px #000);
  }
}

.cont-h3 {
  text-align: center;
}
.cont-h3 p {
  color: #fff;
  font-weight: bold;
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .cont-h3 p {
    font-size: 1.2em;
  }
}
.cont-h3 p:first-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cont-h3 p:first-child {
    margin-bottom: 15px;
  }
}
.cont-h3 img {
  height: 70px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .cont-h3 img {
    height: 35px;
  }
}

.mv-en {
  position: absolute;
  bottom: -50px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .mv-en {
    bottom: -30px;
    left: 10px;
  }
}
.mv-en a {
  display: block;
  width: 160px;
  height: 28px;
  color: #fff;
  background: #000000;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  background: linear-gradient(135deg, transparent 14px, #000000 0) top left, linear-gradient(-135deg, transparent 14px, #000000 0) top right, linear-gradient(-45deg, transparent 14px, #000000 0) bottom right, linear-gradient(45deg, transparent 14px, #000000 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .mv-en a {
    width: 24vw;
    height: 16px;
    max-width: 100px;
    font-size: 12px;
    line-height: 16px;
    background: linear-gradient(135deg, transparent 8px, #000000 0) top left, linear-gradient(-135deg, transparent 8px, #000000 0) top right, linear-gradient(-45deg, transparent 8px, #000000 0) bottom right, linear-gradient(45deg, transparent 8px, #000000 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .mv-en a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/* ==========================================================================
  mv
========================================================================== */
.mv-area {
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .mv-area {
    min-height: 100svh;
  }
}

.mv-bg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/mv_n_01.webp) center -100px no-repeat #fff;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .mv-bg {
    background: url(../img/mv_n_01.webp) center top no-repeat #fff;
    background-size: 140% auto;
    bottom: auto;
    top: 0;
  }
}

.mv-grade {
  position: absolute;
  width: 100%;
  height: 150%;
  bottom: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
  animation: 3.5s ease-in grades forwards;
  animation-delay: 1s;
}

.mv-hero {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  background: url(../img/mv_0514.webp) center -80px no-repeat;
  background-size: 100% auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mv-hero {
    background: url(../img/mv_0514.webp) center top no-repeat;
    background-size: 140% auto;
    padding: 0 0 20px;
  }
}

.mv-hero-top {
  top: 100px;
}

.mv-white {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: #fff;
  transition: all 1s;
}
.mv-white.white-out {
  opacity: 0.7;
  transition: all 1s;
}

.mv-hero-1 {
  animation: 2.5s ease-in hero forwards;
  animation-delay: 2.5s;
}
@media screen and (max-width: 767px) {
  .mv-hero-1 {
    animation: 2.5s ease-in herosp forwards;
    animation-delay: 2.5s;
  }
}

.mv-hero-2 {
  animation: 0.7s linear hero-2 forwards;
  animation-delay: 5.2s;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background: url(../img/loading.png) center center no-repeat;
  background-size: 500px auto;
  animation: 2s linear loader forwards;
  animation-delay: 0s;
}
@media screen and (max-width: 767px) {
  .loading {
    background: url(../img/loading.png) center center no-repeat;
    background-size: 70% auto;
  }
}

.mv-inner {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  opacity: 0;
  animation: 0.5s ease-in ttl forwards;
  animation-delay: 5.5s;
}
@media screen and (max-width: 767px) {
  .mv-inner {
    padding: 0 5%;
  }
}

@keyframes loader {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes grades {
  0% {
    height: 150%;
  }
  100% {
    height: 0;
  }
}
@keyframes hero {
  0% {
    opacity: 0;
    transform: scale(2);
    transform-origin: center 400px;
  }
  30% {
    opacity: 0.7;
    transform: scale(2);
    transform-origin: center 400px;
  }
  40% {
    opacity: 0.7;
    transform: scale(2);
    transform-origin: center 400px;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    transform-origin: center 400px;
  }
}
@keyframes herosp {
  0% {
    opacity: 0;
    transform: scale(2);
    transform-origin: center top;
  }
  30% {
    opacity: 0.7;
    transform: scale(2);
    transform-origin: center top;
  }
  40% {
    opacity: 0.7;
    transform: scale(2);
    transform-origin: center top;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    transform-origin: center top;
  }
}
@keyframes hero-2 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  20% {
    opacity: 0.2;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes ttl {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv-logo {
  position: absolute;
  top: 1.5vw;
  left: 1.5vw;
  width: 11vw;
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  .mv-logo {
    top: 10px;
    left: 10px;
    max-width: 60px;
    width: 60px;
  }
}

.mv-main {
  display: block;
  width: 70%;
  max-width: 760px;
  margin: 0 auto;
  padding-top: 48vw;
}
@media screen and (max-width: 767px) {
  .mv-main {
    padding-top: 40vh;
    width: 80%;
  }
}

.mv-main-credit {
  padding: 60px 0;
  font-size: 0.8em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .mv-main-credit {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mv-main-credit span:first-child {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv-main-credit {
    padding: 30px 0;
    font-size: 0.6em;
  }
  .mv-main-credit span {
    display: block;
    text-align: center;
  }
  .mv-main-credit span:first-child {
    margin-bottom: 6px;
  }
}

.mv-main-credit-en {
  display: block;
  line-height: 1.5;
}
.mv-main-credit-en span {
  display: block;
  text-align: center;
}
.mv-main-credit-en span:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .mv-main-credit-en span:first-child {
    margin-bottom: 6px;
  }
}

.mv-sub {
  display: block;
  position: absolute;
  top: 60px;
  right: 60px;
  width: 7vw;
  max-width: 110px;
}
@media screen and (max-width: 767px) {
  .mv-sub {
    width: 9vw;
    top: 30px;
    right: 10px;
  }
}
.mv-sub img {
  opacity: 0;
  animation: 0.5s ease-in ttl forwards;
  animation-delay: 3.5s;
}

.mv-ptn {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mv-ptn {
    margin-bottom: 20px;
  }
}
.mv-ptn:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .mv-ptn:last-of-type {
    margin-bottom: 40px;
  }
}

.mv-ptn-name {
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mv-ptn-name {
    font-size: 0.6em;
  }
}

.mv-ptn-ttl {
  text-align: center;
  margin-bottom: 30px;
  font-size: 0.8em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mv-ptn-ttl {
    font-size: 0.6em;
    margin-bottom: 15px;
  }
}

.mv-ptn-ttl-en {
  font-size: 0.6em;
}

.mv-ptn-logo {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.mv-ptn-logo p {
  margin: 0 20px;
  width: 84px;
}
@media screen and (max-width: 767px) {
  .mv-ptn-logo p {
    width: 60px;
  }
}
.mv-ptn-logo p:last-child {
  width: 72px;
}
@media screen and (max-width: 767px) {
  .mv-ptn-logo p:last-child {
    width: 48px;
  }
}

.mv-main-end {
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .mv-main-end {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .mv-main-end {
    font-size: 1.2em;
  }
}

.mv-main-osaka {
  width: 100%;
  max-width: 680px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .mv-main-osaka {
    margin: 20px auto 0;
    width: 80%;
  }
}

/* ==========================================================================
 movie
========================================================================== */
.mh-movie {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
  width: 100vw;
  height: 100svh;
  background: rgba(0, 0, 0, 0.6);
}

.mh-movie-outer {
  width: 100%;
  height: 100svh;
  max-width: 1200px;
  height: auto;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .mh-movie-outer {
    margin: 20px auto 0;
  }
}

.mh-movie-inner {
  position: relative;
  width: 80vw;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mh-movie-inner {
    width: 100vw;
  }
}

.movie-close {
  position: absolute;
  display: block;
  top: -70px;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .movie-close:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .movie-close {
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
.movie-close span {
  position: absolute;
  top: 30px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #000000;
  display: block;
}
@media screen and (max-width: 767px) {
  .movie-close span {
    width: 40px;
  }
}
.movie-close span:nth-child(1) {
  transform: rotate(45deg);
}
.movie-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.movie-body {
  width: 100%;
}
.movie-body video {
  width: 100%;
  height: auto;
}

/* ==========================================================================
 news
========================================================================== */
.news-area {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .news-area {
    padding: 30px 6%;
  }
}

.news-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-box {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .news-box {
    width: 100%;
    margin-bottom: 50px;
  }
}
.news-box dl {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #000000;
  font-size: 0.8em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .news-box dl {
    padding: 15px 0;
  }
}
.news-box dl a {
  color: #000000;
}
.news-box dl dt {
  height: 28px;
  width: 14%;
}
@media screen and (max-width: 767px) {
  .news-box dl dt {
    height: auto;
  }
}
.news-box dl dt img {
  height: 28px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .news-box dl dt img {
    height: 20px;
  }
}
.news-box dl dd.date {
  width: 20%;
}
.news-box dl dd.title {
  width: 60%;
}

.news-ttl {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
.news-ttl img {
  height: 32px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .news-ttl img {
    height: 24px;
  }
}

.sns-ttl {
  margin-bottom: 20px;
}

.sns-box {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .sns-box {
    width: 100%;
  }
}

/* ==========================================================================
  イントロダクション
========================================================================== */
.main-bg {
  position: relative;
  z-index: 10;
  background: url(../img/bg.webp) center top repeat-y;
  background-size: 100% auto;
}

.intro-area {
  position: relative;
  padding: 100px 0 130px 0;
  background: url(../img/footer_bg.jpg) center top;
  background-size: cover;
  margin-bottom: 35vw;
}
@media screen and (max-width: 767px) {
  .intro-area {
    padding: 40px 0;
    margin-bottom: 40vw;
    background: url(../img/footer_bg.jpg) center top;
    background-size: cover;
  }
}
@media screen and (min-width: 1430px) {
  .intro-area {
    padding: 100px 0 30vw 0;
    background: url(../img/footer_bg.jpg) center top repeat-x;
    background-size: auto 100%;
  }
}

.intro-inner {
  position: relative;
  z-index: 10;
  width: 100%;
}

.intro-text {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
  text-shadow: 0 0 10px #000, 0 0 10px #000, 5px 5px 10px #000;
  position: relative;
  z-index: 10;
}
.intro-text h2 {
  font-size: 2em;
  color: #d0974a;
  line-height: 1.6;
  margin-bottom: 80px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .intro-text h2 {
    font-size: 1.4em;
    margin-bottom: 40px;
  }
}
.intro-text p {
  color: #fff;
  font-size: 1em;
  line-height: 2.4em;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .intro-text p {
    line-height: 2;
    margin-bottom: 40px;
  }
}
.intro-text p:last-of-type {
  margin-bottom: 0;
}
.intro-text p span {
  font-size: 1.4em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .intro-text p span {
    font-size: 1.2em;
  }
}

.intro-text-en {
  padding: 0 8vw;
  position: relative;
  z-index: 10;
}

.intro-inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 70%;
  z-index: 0;
  height: 1000px;
  width: 100%;
  max-width: 1430px;
  background: url(../img/intro_bg.webp) center top no-repeat;
  background-size: 120% auto;
}
@media screen and (max-width: 767px) {
  .intro-inner:after {
    top: 80%;
  }
}
@media screen and (min-width: 1430px) {
  .intro-inner:after {
    max-width: 100%;
    top: 100%;
    width: 100%;
    height: 64vw;
    background: url(../img/intro_bg.webp) center top no-repeat;
    background-size: 105% auto;
  }
}

@media screen and (max-width: 767px) {
  .intro-inner-en:after {
    top: 84%;
  }
}

.pro-area:before {
  content: "画像はイメージです";
  position: absolute;
  top: 0;
  right: 10%;
  font-size: 12px;
  color: #fff;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .pro-area:before {
    top: -30px;
    right: 4%;
    font-size: 10px;
  }
}

.pro-area-en:before {
  content: "This photo is for illustrative purposes.";
}

.pro-btn-kaku {
  display: block;
  margin: o auto;
  width: 100%;
  max-width: 400px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  position: relative;
  background: #d0974a;
  color: #fff;
  text-decoration: none;
  margin: 30px auto 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .pro-btn-kaku {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 768px) {
  .pro-btn-kaku:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
  }
}
.pro-btn-kaku:before {
  content: "";
  background: #d0974a;
  height: 36px;
  width: 7px;
  position: absolute;
  top: 7px;
  left: -7px;
}
.pro-btn-kaku:after {
  content: "";
  background: #d0974a;
  height: 36px;
  width: 7px;
  position: absolute;
  right: -7px;
  top: 7px;
}

.pro-btn-kaku-en {
  line-height: 1.4;
  height: 70px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .pro-btn-kaku-en {
    padding-top: 15px;
  }
}
.pro-btn-kaku-en:before {
  height: 56px;
}
.pro-btn-kaku-en:after {
  height: 56px;
}

/* ==========================================================================
  プログラム
========================================================================== */
.pro-area {
  position: relative;
  padding: 10vw 30px 100px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .pro-area {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1430px) {
  .pro-area {
    padding: 60px 30px 100px;
  }
}

.pro-h3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .pro-h3 {
    margin-bottom: 20px;
  }
}

.pro-h3-en {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .pro-h3-en {
    margin-bottom: 50px;
  }
}

.pro-map-pc {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .pro-map-pc {
    margin: 0 auto 30px;
  }
}

.map-base {
  position: relative;
  z-index: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .map-base {
    max-width: 75%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .map-base {
    padding: 0 6vw;
    margin-bottom: 20px;
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 767px) {
  .map-list-body {
    padding: 0 8vw;
  }
}
.map-list-body a {
  display: block;
  width: 76vw;
  margin-top: -10px;
}
.map-list-body a:nth-child(even) {
  margin-left: 8vw;
}

.map-fuki {
  position: absolute;
}
.map-fuki:hover img {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .map-fuki:hover img {
    transform: scale(1.05);
  }
}

.fuki-01 {
  left: 73.8%;
  top: 68.5%;
  width: 26.3%;
}
.fuki-01ーen {
  left: 71%;
  top: 70.3%;
  width: 26%;
}
.fuki-02 {
  left: 21.8%;
  top: 85.7%;
  width: 27.5%;
}
.fuki-02-en {
  left: 19.3%;
  top: 85.8%;
  width: 27.6%;
}
.fuki-03 {
  left: 0;
  top: 63.2%;
  width: 25.8%;
}
.fuki-03-en {
  left: 1.7%;
  top: 62.9%;
  width: 21.7%;
}
.fuki-04 {
  left: 54.6%;
  top: 64%;
  width: 30.6%;
}
.fuki-04-en {
  left: 51.9%;
  top: 64.1%;
  width: 27.4%;
}
.fuki-05 {
  left: 2.7%;
  top: 31.2%;
  width: 27.3%;
}
.fuki-05-en {
  left: 0%;
  top: 31.2%;
  width: 27.5%;
}
.fuki-06 {
  left: 34.5%;
  top: 15.9%;
  width: 17.3%;
}
.fuki-06-en {
  left: 31.9%;
  top: 13.6%;
  width: 17.4%;
}
.fuki-07 {
  left: 62.7%;
  top: 16.3%;
  width: 17.1%;
}
.fuki-07-en {
  left: 59.5%;
  top: 16%;
  width: 17.9%;
}
.fuki-08 {
  left: 82.3%;
  top: 24.6%;
  width: 17.6%;
}
.fuki-08-en {
  left: 80.2%;
  top: 24.6%;
  width: 19.7%;
}

.pro-cont {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pro-cont {
    padding: 0 8vw;
  }
}
.pro-cont li {
  padding: 50px;
  background: url(../img/bg_pro_2.webp) center top repeat-y;
  background-size: 100% auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .pro-cont li {
    padding: 6.4vw;
    margin-bottom: 15px;
  }
}
.pro-cont li:last-child {
  margin-bottom: 0;
}

.pro-ttl {
  color: #d0974a;
  font-weight: 800;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .pro-ttl {
    margin-bottom: 20px;
  }
}
.pro-ttl .pro-num {
  width: 17vw;
  margin: 0 auto 20px;
}
.pro-ttl p {
  font-size: 1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pro-ttl p {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 0.9em;
  }
}
.pro-ttl h4 {
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .pro-ttl h4 {
    font-size: 1.2em;
    line-height: 1.6;
  }
}

.pro-text p {
  margin-bottom: 30px;
  font-size: 0.9em;
  color: #fff;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .pro-text p {
    margin-bottom: 20px;
    text-align: left;
  }
}
.pro-text p:last-child {
  margin-bottom: 0;
}
.pro-text p.caption {
  font-size: 0.7em;
}

.pro-img {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pro-img {
    margin-bottom: 15px;
  }
}
.pro-img p {
  position: relative;
  margin-bottom: 30px;
  text-align: right;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .pro-img p {
    margin-bottom: 20px;
    font-size: 10px;
  }
}
.pro-img p:last-child {
  margin-bottom: 0;
}
.pro-img p img {
  margin-bottom: 10px;
}

.swiper-slide {
  position: relative;
}

.pro-slide-outer {
  overflow: hidden;
  position: relative;
}

.pro-caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  font-size: 12px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pro-caption {
    right: 5px;
    bottom: 5px;
    font-size: 10px;
  }
}

.pro-caption-map {
  right: 10;
  bottom: -50;
  line-height: 1.4;
}

.pro-caption-l {
  right: auto;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .pro-caption-l {
    left: 5px;
  }
}

.pro-caption-2 {
  bottom: -10px;
  right: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 20px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 12px;
  opacity: 1;
  background: none;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.swiper-wrapper {
  height: auto;
}

a.map-off {
  cursor: default;
  pointer-events: none;
}

.mon-01 {
  top: 160px;
  top: 60px;
  left: 50vw;
  margin-left: 250px;
  width: 34.75vw;
  max-width: 556px;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .mon-01 {
    top: 15vw;
    top: 0;
    width: 44vw;
    right: -15vw;
    right: -20vw;
    left: auto;
    margin-left: 100px;
    max-width: 200px;
  }
}
@media screen and (min-width: 1430px) {
  .mon-01 {
    top: 60px;
    top: -10px;
  }
}

.mon-02 {
  top: -60px;
  left: -10%;
  width: 28vw;
  max-width: 460px;
}
@media screen and (max-width: 767px) {
  .mon-02 {
    top: -8vw;
    left: -12vw;
    width: 44vw;
  }
}

.mon-03 {
  top: -100px;
  right: -15%;
  width: 26.25vw;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .mon-03 {
    width: 44vw;
    top: -60px;
  }
}

.mon-04 {
  top: -12vw;
  left: -20%;
  width: 29vw;
  max-width: 466px;
}
@media screen and (max-width: 767px) {
  .mon-04 {
    width: 44vw;
    top: -8vw;
  }
}

.mon-05 {
  top: -12.5vw;
  right: -24%;
  width: 35vw;
  max-width: 570px;
}
@media screen and (max-width: 767px) {
  .mon-05 {
    width: 44vw;
    right: -10vw;
    top: -8vw;
  }
}

.mon-06 {
  top: -8.75vw;
  left: -20%;
  width: 33vw;
  max-width: 530px;
}
@media screen and (max-width: 767px) {
  .mon-06 {
    width: 50vw;
    left: -10vw;
    top: -6vw;
  }
}

.mon-07 {
  top: -7vw;
  right: -15%;
  width: 28vw;
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .mon-07 {
    width: 36vw;
    top: -6vw;
    right: -7vw;
  }
}

.pro-mon {
  background: url(../img/bg_ticket.webp) center top repeat-y;
  background-size: 100% auto;
  padding: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .pro-mon {
    padding: 15px;
    margin-top: 20px;
  }
}

.pro-mon-ttl {
  color: #d0974a;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .pro-mon-ttl {
    margin-bottom: 15px;
  }
}

.pro-mon-box {
  background: url(../img/pro_mon_line_1.svg) center top no-repeat, url(../img/pro_mon_line_2.svg) center bottom no-repeat;
  background-size: 100% auto, 100% auto;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .pro-mon-box {
    padding: 15px;
  }
}

.pro-mon-img {
  margin: 0 auto;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .pro-mon-img {
    max-width: 100%;
  }
}

.pro-mon-text {
  font-size: 0.8em;
  color: #d0974a;
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sw-caption {
    text-align: right;
  }
}

/* ==========================================================================
  スペシャル
========================================================================== */
.special-area {
  position: relative;
  padding: 130px 0 180px;
  background: url(../img/special_grade.webp) center top no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .special-area {
    padding: 45px 0 40px;
  }
}
.special-area:before, .special-area:after {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/underline_01.png) center bottom repeat-x;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .special-area:before, .special-area:after {
    height: 15px;
  }
}
.special-area:before {
  bottom: auto;
  top: 0;
  transform: rotate(180deg);
}

.special-h3 {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .special-h3 {
    margin-bottom: 60px;
  }
  .special-h3 img {
    height: 30px;
  }
}

.mon-08 {
  top: 30%;
  right: 60vw;
  width: 43.125vw;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .mon-08 {
    top: auto;
    bottom: 40px;
    width: 50vw;
  }
}

.mon-09 {
  top: 20%;
  left: 60vw;
  width: 43.125vw;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .mon-09 {
    top: 100px;
    width: 40vw;
    left: 66vw;
  }
}

.mon-09-en {
  top: 17%;
}
@media screen and (max-width: 767px) {
  .mon-09-en {
    top: 90px;
    left: 72vw;
  }
}

.special-goods {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  background: #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .special-goods {
    width: 200px;
    height: 200px;
  }
}

.special-goods-inner {
  transform: rotate(45deg);
  width: 300px;
  height: 300px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .special-goods-inner {
    width: 200px;
    height: 200px;
  }
}

.goods-en {
  max-width: 140px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .goods-en {
    max-width: 80px;
  }
}

.goods-jp {
  color: #000000;
  font-size: 0.9em;
  text-align: center;
  color: #d0974a;
  font-weight: 600;
  margin-bottom: 20px;
  width: 100%;
}

.goods-text {
  text-align: center;
  line-height: 1.7;
  font-size: 0.9em;
  font-weight: 600;
}

.special-cs {
  position: absolute;
  width: 13.75vw;
  bottom: 100px;
  right: 30vw;
}
@media screen and (max-width: 767px) {
  .special-cs {
    bottom: 50px;
    right: 50px;
    width: 20vw;
  }
}

/* ==========================================================================
  スペシャル　240612
========================================================================== */
.special-outer {
  max-width: 1200px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .special-outer {
    max-width: 90%;
    margin: 0 auto 30px;
  }
}
.special-outer:last-of-type {
  margin: 0 auto;
}
.special-outer-l {
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .special-outer-l {
    margin: 0 auto 60px;
  }
}

.spe-b-top {
  position: relative;
  width: calc(100% - 40px);
  height: 24px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
  border-top: 4px solid #b29e87;
  border-left: 4px solid #b29e87;
  border-right: 4px solid #b29e87;
}
@media screen and (max-width: 767px) {
  .spe-b-top {
    width: calc(100% - 20px);
    height: 12px;
    border-top: 2px solid #b29e87;
    border-left: 2px solid #b29e87;
    border-right: 2px solid #b29e87;
  }
}
.spe-b-top:before, .spe-b-top:after {
  content: "";
  width: 22px;
  height: 4px;
  background: #b29e87;
  position: absolute;
  left: -24px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .spe-b-top:before, .spe-b-top:after {
    width: 11px;
    height: 2px;
    left: -12px;
  }
}
.spe-b-top:after {
  left: auto;
  right: -24px;
}
@media screen and (max-width: 767px) {
  .spe-b-top:after {
    right: -12px;
  }
}

.spe-b-bottom {
  position: relative;
  width: calc(100% - 40px);
  height: 24px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 4px solid #b29e87;
  border-left: 4px solid #b29e87;
  border-right: 4px solid #b29e87;
}
@media screen and (max-width: 767px) {
  .spe-b-bottom {
    width: calc(100% - 20px);
    height: 12px;
    border-bottom: 2px solid #b29e87;
    border-left: 2px solid #b29e87;
    border-right: 2px solid #b29e87;
  }
}
.spe-b-bottom:before, .spe-b-bottom:after {
  content: "";
  width: 22px;
  height: 4px;
  background: #b29e87;
  position: absolute;
  left: -24px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .spe-b-bottom:before, .spe-b-bottom:after {
    width: 11px;
    height: 2px;
    left: -12px;
  }
}
.spe-b-bottom:after {
  left: auto;
  right: -24px;
}
@media screen and (max-width: 767px) {
  .spe-b-bottom:after {
    right: -12px;
  }
}

.special-box {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  border-left: 4px solid #b29e87;
  border-right: 4px solid #b29e87;
}
@media screen and (max-width: 767px) {
  .special-box {
    border-left: 2px solid #b29e87;
    border-right: 2px solid #b29e87;
  }
}

.special-box-01 {
  padding: 150px 0;
  background-image: url(../img/special_line.png), url(../img/special_line.png);
  background-position: center 60px, center 99%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
}
@media screen and (max-width: 767px) {
  .special-box-01 {
    padding: 75px 0;
    background-image: url(../img/special_line.png), url(../img/special_line.png);
    background-position: center 30px, center 99.8%;
    background-repeat: no-repeat, no-repeat;
    background-size: 200% auto, 200% auto;
  }
}

.special-h4 {
  position: absolute;
  display: block;
  max-width: 240px;
  top: -120px;
  left: 50%;
  margin-left: -120px;
}
@media screen and (max-width: 767px) {
  .special-h4 {
    max-width: 120px;
    margin-left: -60px;
    top: -60px;
  }
}

.spe-lead {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.7;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .spe-lead {
    margin-bottom: 20px;
  }
}
.spe-lead a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .spe-lead a:hover {
    opacity: 0.6;
  }
}

.goods-slide {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .goods-slide {
    display: block;
    padding: 0 30px;
    margin-bottom: 30px;
  }
}

.goods-item {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .goods-item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.goods-name {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .goods-name {
    width: 100%;
  }
}

.goods-name-inner {
  display: inline-block;
  padding: 20px 0;
  color: #d0974a;
  border-top: 1px solid #d0974a;
  border-bottom: 1px solid #d0974a;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .goods-name-inner {
    padding: 10px 0;
    display: block;
    width: 100%;
    text-align: center;
  }
}

.goods-name-en {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 10px;
}

.goods-name-jp {
  font-weight: bold;
  font-size: 1.1em;
}

.good-rev {
  flex-direction: row-reverse;
}
.good-rev .goods-name {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.goods-list-01 {
  width: 100%;
  padding: 0 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .goods-list-01 {
    padding: 0 30px;
    margin-bottom: 30px;
  }
}

.goods-det {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .goods-det {
    display: block;
  }
}
.goods-det p.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .goods-det p.mb30 {
    margin-bottom: 15px;
  }
}

.goods-ttl {
  color: #d0974a;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #d0974a;
  border-bottom: 1px solid #d0974a;
  line-height: 1.7;
}
.goods-ttl.block {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.goods-01 {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .goods-01 {
    width: 100%;
  }
}

.goods-02 {
  width: 54%;
}
@media screen and (max-width: 767px) {
  .goods-02 {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .goods-02-img {
    transform: translate(0, 30px);
  }
}

.goods-list-02 {
  width: 100%;
  padding: 0 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .goods-list-02 {
    padding: 0 30px;
    margin-bottom: 30px;
  }
}

.goods-03 {
  width: 100%;
}

.goods-list-03 {
  width: 100%;
  padding: 0 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .goods-list-03 {
    padding: 0 30px;
    margin-bottom: 30px;
    display: block;
  }
}

.goods-04 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .goods-04 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.goods-04 img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .goods-04 img {
    border-radius: 5px;
  }
}

.goods-05 {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .goods-05 {
    width: 100%;
  }
}

.goods-list-04 {
  width: 100%;
  padding: 0 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .goods-list-04 {
    padding: 0 30px;
    margin-bottom: 30px;
    display: block;
  }
}

.goods-06 {
  width: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .goods-06 {
    width: 100%;
  }
}

.goods-07 {
  width: 42%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .goods-07 {
    width: 100%;
  }
}

.acc-ttl {
  color: #d0974a;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.goods-list-05 {
  padding: 0 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .goods-list-05 {
    padding: 0 30px;
    margin-bottom: 30px;
  }
}

.good-t {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .good-t {
    display: block;
  }
}
.good-t li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .good-t li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.good-t li:last-child {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .good-t li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
.good-t li p {
  color: #d0974a;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.good-t li p:first-child {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .good-t li p:first-child {
    margin: 0 0 5px;
  }
}

.spe-01-fuki {
  position: absolute;
  z-index: 10;
  right: -60px;
  bottom: -60px;
  width: 200px;
  height: 200px;
  background: #efe3d1;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .spe-01-fuki {
    width: 100px;
    height: 100px;
    font-size: 0.7em;
    right: -10px;
    bottom: -30px;
  }
}

@media screen and (max-width: 767px) {
  .spe-01-fuki-en {
    font-size: 0.6em;
    line-height: 1.3;
  }
}

.special-box-02 {
  padding: 150px 60px 100px;
  background-image: url(../img/special_line.png), url(../img/special_line.png);
  background-position: center 60px, center 99%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
}
@media screen and (max-width: 767px) {
  .special-box-02 {
    padding: 75px 30px 15px;
    background-image: url(../img/special_line.png), url(../img/special_line.png);
    background-position: center 30px, center 99%;
    background-repeat: no-repeat, no-repeat;
    background-size: 200% auto, 200% auto;
  }
}

.cafe-inner {
  background: url(../img/cafe_bg.png) center top no-repeat;
  background-size: 80% auto;
  padding-bottom: 30px;
  background: none;
}
@media screen and (max-width: 767px) {
  .cafe-inner {
    background: url(../img/cafe_bg.png) center 10% no-repeat;
    background-size: 120% auto;
    padding-bottom: 30px;
  }
}

.spe-02-ttl {
  width: 100%;
  margin: 0 auto 30px;
}

.spe-02-img {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .spe-02-img {
    margin-bottom: 30px;
  }
}

.cafe-caution {
  color: #000000;
}

.cafe-list {
  text-align: center;
  color: #d0974a;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cafe-list {
    margin-bottom: 30px;
  }
}
.cafe-list dl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cafe-list dl {
    margin-bottom: 20px;
  }
}
.cafe-list dl:last-child {
  margin-bottom: 0;
}
.cafe-list dl dt {
  margin-bottom: 20px;
}
.cafe-list dl dt img {
  height: 24px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .cafe-list dl dt img {
    height: 16px;
  }
}
.cafe-list dl dd {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.7;
}

.cafe-last {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.7;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cafe-last {
    margin-bottom: 20px;
  }
}

.cafe-neko {
  position: absolute;
  left: 3%;
  bottom: -70px;
  width: 200px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .cafe-neko {
    width: 70px;
    bottom: -50px;
    left: -20px;
  }
}

.cafe-mat {
  width: 100%;
  margin: 0 auto 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cafe-mat {
    display: block;
    margin: 0 auto 30px;
  }
}
.cafe-mat .mat-cont {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .cafe-mat .mat-cont {
    width: 100%;
  }
  .cafe-mat .mat-cont:first-child {
    margin-bottom: 20px;
  }
}
.cafe-mat .mat-cont p {
  color: #d0974a;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
}
.cafe-mat .mat-cont p:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cafe-mat .mat-cont p:first-child {
    margin-bottom: 10px;
  }
}

.special-box-03 {
  padding: 150px 40px 40px 0;
}
@media screen and (max-width: 767px) {
  .special-box-03 {
    padding: 75px 30px 30px;
  }
}

.kotou-ttl {
  font-size: 1.8em;
  font-weight: bold;
  color: #d0974a;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .kotou-ttl {
    line-height: 1.5;
    font-size: 1.3em;
    margin-bottom: 30px;
  }
}

.kotou-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .kotou-box {
    margin-bottom: 20px;
    display: block;
  }
}

.kotou-l {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .kotou-l {
    width: 100%;
    margin-bottom: 20px;
  }
}

.kotou-r {
  color: #fff;
  line-height: 1.7;
  width: 56%;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .kotou-r {
    width: 100%;
  }
}

.kotou-cap {
  font-size: 0.8em;
  text-align: center;
  color: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .kotou-cap {
    text-align: left;
  }
}

.special-box-04 {
  padding: 40px 60px;
}
@media screen and (max-width: 767px) {
  .special-box-04 {
    padding: 20px 30px;
  }
}

.cast-top {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cast-top {
    display: block;
    overflow: hidden;
  }
}

.cast-l {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .cast-l {
    width: 34%;
  }
}

.cast-r {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .cast-r {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.cast-ttl {
  font-size: 1.8em;
  font-weight: bold;
  color: #d0974a;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .cast-ttl {
    font-size: 1.2em;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
}

.cast-lead {
  color: #fff;
  line-height: 1.8;
  font-size: 0.9em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cast-lead {
    width: 60%;
    margin-bottom: 15px;
  }
}

.cast-prof {
  color: #fff;
  line-height: 1.8;
  padding-top: 30px;
  border-top: 1px solid #efe3d1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cast-prof {
    padding-top: 15px;
  }
}

.prof-ttl {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 10px;
}

.prof-text {
  font-size: 0.8em;
}

.special-box-05 {
  padding: 40px 60px;
}
@media screen and (max-width: 767px) {
  .special-box-05 {
    padding: 20px 30px;
  }
}

.tokuten-inner {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .tokuten-inner {
    display: block;
  }
}

.tokuten-left {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .tokuten-left {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .tokuten-left {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .tokuten-left-2 {
    width: 46%;
  }
}

.tokuten-right {
  position: relative;
  width: 46%;
}
@media screen and (min-width: 768px) {
  .tokuten-right {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .tokuten-right {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .tokuten-right-2 {
    width: 50%;
    margin-top: -90px;
  }
}

.tokuten-caution {
  left: 0;
  bottom: 0;
  right: auto;
}

.tokuten-ttl {
  font-size: 1.8em;
  font-weight: bold;
  color: #d0974a;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .tokuten-ttl {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .tokuten-ttl {
    font-size: 1.4em;
    margin-bottom: 20px;
    text-align: center;
  }
}

.tokuten-lead,
.tokuten-naiyo {
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.8;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .tokuten-lead,
  .tokuten-naiyo {
    margin-bottom: 10px;
  }
}
.tokuten-lead b,
.tokuten-naiyo b {
  font-weight: bold;
  color: #d0974a;
}

.tokuten-cap {
  font-size: 0.8em;
  color: #fff;
  line-height: 1.5;
}
.tokuten-cap a {
  color: #fff;
  text-decoration: underline;
}

.special-box-06 {
  padding: 40px 60px;
}
@media screen and (max-width: 767px) {
  .special-box-06 {
    padding: 20px 30px;
  }
}

.ent-ttl {
  font-size: 1.8em;
  font-weight: bold;
  color: #d0974a;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ent-ttl {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
}

.ent-img {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ent-img {
    margin-bottom: 15px;
  }
}

.ent-text {
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 20px;
}
.ent-text:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ent-text {
    text-align: left;
    margin-bottom: 10px;
  }
}
.ent-text a {
  color: #fff;
}

.spe-caution {
  width: 60%;
  margin: 0 auto;
  font-size: 0.7em;
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .spe-caution {
    width: 80%;
    margin: 0 auto;
    font-size: 0.8em;
  }
}
.spe-caution b {
  font-weight: bold;
}
.spe-caution a {
  color: #fff;
  text-decoration: underline;
}

.spe-caution-cafe {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .spe-caution-cafe {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .spe-caution-cafe {
    margin-bottom: 15px;
  }
}

.cafe-det {
  width: 60%;
  margin: 0 auto;
  padding: 20px;
  border: 1px dotted #aaa;
  font-size: 0.8em;
  color: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .cafe-det {
    padding: 10px;
    width: 100%;
  }
}
.cafe-det p {
  margin-bottom: 15px;
}
.cafe-det p.cafe-det-name {
  color: #d0974a;
  font-weight: bold;
}
.cafe-det p a {
  color: #fff;
}
.cafe-det p:last-child {
  margin-bottom: 0;
}

.cafe-owb {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cafe-owb {
    margin-bottom: 20px;
  }
}

.mon-20 {
  top: -26vw;
  right: -24%;
  width: 35vw;
  max-width: 570px;
}
@media screen and (max-width: 767px) {
  .mon-20 {
    width: 44vw;
    right: -20vw;
    top: -30vw;
  }
}

.mon-21 {
  top: -12vw;
  left: -15%;
  width: 36vw;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .mon-21 {
    width: 44vw;
    top: -18vw;
  }
}

.mon-22 {
  top: -17.5vw;
  right: -12%;
  width: 35vw;
  max-width: 510px;
}
@media screen and (max-width: 767px) {
  .mon-22 {
    width: 44vw;
    right: -15vw;
    top: -28vw;
  }
}

.cafe-det-end,
.mat-end {
  font-size: 1.1em;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
}
.cafe-det-end span,
.mat-end span {
  padding: 4px;
  background: #fff;
}

.mat-end {
  padding-top: 30px;
  color: #ff0000 !important;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .mat-end {
    padding-top: 20px;
  }
}

.tsuhan-box {
  border: 5px double #aaa;
}
.tsuhan-box p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tsuhan-box p {
    margin-bottom: 15px;
  }
}

.tsuhan-ttl {
  font-size: 1.2em;
  color: #d0974a;
  text-align: center;
}

/* ==========================================================================
  チケット
========================================================================== */
.under-area {
  position: relative;
  z-index: 10;
  background: url(../img/bg_pro_2.webp) center top repeat-y;
  background-size: 100% auto;
}

.ticket-area {
  padding: 100px 30px;
}
@media screen and (max-width: 767px) {
  .ticket-area {
    padding: 30px 8vw;
  }
}

.ticket-h3 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ticket-h3 {
    margin-bottom: 30px;
  }
}

.ticket-sub-outer {
  width: 100%;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .ticket-sub-outer {
    margin-bottom: 30px;
  }
}

.ticket-sub {
  font-size: 1.4em;
  color: #d0974a;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  padding: 20px;
  border-top: 2px solid #d0974a;
  border-bottom: 2px solid #d0974a;
}
@media screen and (max-width: 767px) {
  .ticket-sub {
    font-size: 1.2em;
    padding: 15px;
  }
}

.ticket-inner {
  background: url(../img/bg_ticket.webp) center top repeat-y;
  background-size: 100% auto;
  padding: 60px 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ticket-inner {
    padding: 30px 15px;
  }
}

.ticket-body {
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .ticket-body {
    padding-bottom: 30px;
  }
}

.ticket-cs {
  font-size: 1.2em;
  text-align: center;
  font-weight: 800;
}

.ticket-info li {
  border-bottom: 1px solid #421d03;
  color: #421d03;
}
.ticket-info li:last-child {
  border: none;
}
.ticket-info li.line {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ticket-info li.line {
    padding-bottom: 36px;
  }
}
.ticket-info li h4 {
  font-size: 1.2em;
  font-weight: 600;
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ticket-info li h4 {
    padding: 30px 0;
  }
}
.ticket-info-en {
  border-bottom: 1px solid #421d03;
}
.ticket-info-en li {
  padding: 30px;
  border-top: 1px solid #421d03;
  color: #421d03;
}
.ticket-info-en li h4 {
  font-size: 1em;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ticket-info-en li h4 {
    margin-bottom: 20px;
  }
}
.ticket-info-detail {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
}

.ticket-box {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ticket-box {
    margin-bottom: 30px;
  }
}

.ticket-h5 {
  text-align: center;
  font-size: 1.4em;
  color: #fff;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ticket-h5 {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
}

.ticket-h5-01 {
  height: 50px;
  line-height: 50px;
  background: #c9914d;
  background: linear-gradient(135deg, transparent 25px, #c9914d 0) top left, linear-gradient(-135deg, transparent 25px, #c9914d 0) top right, linear-gradient(-45deg, transparent 25px, #c9914d 0) bottom right, linear-gradient(45deg, transparent 25px, #c9914d 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .ticket-h5-01 {
    height: 36px;
    line-height: 36px;
    background: linear-gradient(135deg, transparent 18px, #c9914d 0) top left, linear-gradient(-135deg, transparent 18px, #c9914d 0) top right, linear-gradient(-45deg, transparent 18px, #c9914d 0) bottom right, linear-gradient(45deg, transparent 18px, #c9914d 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
}

.ticket-h5-02 {
  height: 50px;
  line-height: 50px;
  background: #c9914d;
  background: linear-gradient(135deg, transparent 25px, #5a86a8 0) top left, linear-gradient(-135deg, transparent 25px, #5a86a8 0) top right, linear-gradient(-45deg, transparent 25px, #5a86a8 0) bottom right, linear-gradient(45deg, transparent 25px, #5a86a8 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .ticket-h5-02 {
    height: 36px;
    line-height: 36px;
    background: linear-gradient(135deg, transparent 18px, #5a86a8 0) top left, linear-gradient(-135deg, transparent 18px, #5a86a8 0) top right, linear-gradient(-45deg, transparent 18px, #5a86a8 0) bottom right, linear-gradient(45deg, transparent 18px, #5a86a8 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
}

.ticket-h5-03 {
  height: 80px;
  padding-top: 5px;
  line-height: 1.2;
  background: #bf8076;
  background: linear-gradient(135deg, transparent 40px, #bf8076 0) top left, linear-gradient(-135deg, transparent 40px, #bf8076 0) top right, linear-gradient(-45deg, transparent 40px, #bf8076 0) bottom right, linear-gradient(45deg, transparent 40px, #bf8076 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .ticket-h5-03 {
    height: 54px;
    font-size: 1.1em;
    background: #bf8076;
    background: linear-gradient(135deg, transparent 27px, #bf8076 0) top left, linear-gradient(-135deg, transparent 27px, #bf8076 0) top right, linear-gradient(-45deg, transparent 27px, #bf8076 0) bottom right, linear-gradient(45deg, transparent 27px, #bf8076 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
  .ticket-h5-03 small {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .ticket-h5-en {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .ticket-h5-03-en {
    padding-top: 10px;
  }
}

.ticket-table {
  width: 100%;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  background: #fff;
}
.ticket-table th, .ticket-table td {
  width: 20%;
  font-size: 1em;
  padding: 15px 0;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  vertical-align: middle;
  font-weight: 600;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ticket-table th, .ticket-table td {
    padding: 8px 2px;
    width: 17.5%;
    font-size: 0.6em;
  }
}
.ticket-table th small, .ticket-table td small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .ticket-table th small, .ticket-table td small {
    font-size: 8px;
  }
}
.ticket-table th.td-half {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .ticket-table th.td-half {
    width: 35%;
  }
}
.ticket-table td.td-all {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .ticket-table td.td-all {
    width: 70%;
  }
}
.ticket-table th.bg-02 {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ticket-table th.bg-02 {
    font-size: 10px;
    width: 30%;
  }
}
.ticket-table th.bg-02 small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .ticket-table th.bg-02 small {
    font-size: 8px;
  }
}

.ticket-table-01 .bg-01 {
  background: #efe3d1;
}
.ticket-table-01 .bg-02 {
  background: #c9914d;
}

.ticket-table-02 .bg-01 {
  background: #dde5ed;
}
.ticket-table-02 .bg-02 {
  background: #5a86a8;
}

.ticket-table-03 .bg-01 {
  background: #e6dad2;
}
.ticket-table-03 .bg-02 {
  background: #bf8076;
}

.ticket-img {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ticket-img {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.ticket-img-cap {
  font-size: 0.6em;
  position: absolute;
  right: 0;
  bottom: 0;
  bottom: -15px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ticket-img-cap {
    font-size: 8px;
  }
}

.ticket-text {
  position: relative;
  font-size: 0.9em;
  text-align: center;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ticket-text {
    font-size: 0.8em;
    margin-bottom: 20px;
    text-align: left;
  }
}
.ticket-text small {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .ticket-text small {
    font-size: 11px;
  }
}

.ticket-text-end {
  color: #ff0000;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}

.hanbai-box {
  width: 70%;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hanbai-box {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .hanbai-box p {
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: 600;
  }
}
.hanbai-box a {
  color: #000000;
  word-break: break-all;
}

.hanbai-ttl {
  display: block;
  background: #42210b;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 15px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .hanbai-ttl {
    font-size: 0.8em;
    line-height: 1.5;
    margin: 0 0 10px;
  }
}

.hanbai-body {
  background: #fff;
  padding: 40px;
  border: 1px solid #d0974a;
  box-shadow: 5px 5px 0 #d0974a;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hanbai-body {
    padding: 20px;
    margin-top: 30px;
  }
}
.hanbai-body .red {
  color: #ff0000;
}

.hanbai-body-ttl {
  margin-bottom: 30px;
  font-weight: 600;
  color: #d0974a;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .hanbai-body-ttl {
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.7;
  }
}

.hanbai-body-text {
  font-size: 0.9em;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .hanbai-body-text {
    margin-bottom: 20px;
    text-align: left;
  }
}

.hanbai-body-detail {
  font-size: 0.7em;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .hanbai-body-detail {
    margin-bottom: 20px;
    font-size: 12px;
    text-align: left;
  }
}

.hanbai-body-sub {
  font-weight: 600;
  font-size: 1em;
  padding: 30px 0;
  border-top: 1px solid #000000;
  line-height: 1.6;
}

.hanbai-chui {
  color: #ff0000;
  font-size: 0.7em;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .hanbai-chui {
    margin-bottom: 20px;
    text-align: left;
    font-size: 12px;
  }
}

.hanbai-juyo {
  margin-bottom: 30px;
}

.hanbai-juyo-ttl {
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 15px;
  color: #ff0000;
}

.hanbai-juyo-text {
  font-weight: 600;
  line-height: 1.8;
  font-size: 0.9em;
  width: 70%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .hanbai-juyo-text {
    width: 100%;
    margin: 0 auto 20px;
    text-align: left;
  }
}

.hanbai-btn {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 1.3em;
  font-weight: 600;
  text-align: center;
  width: 70%;
  min-width: 500px;
  margin: 0 auto;
  color: #fff;
  background: #d0974a;
  text-decoration: none;
  position: relative;
  border-radius: 50px;
  padding-right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .hanbai-btn {
    min-width: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 0.8em;
  }
}
.hanbai-btn:after {
  content: "▲";
  color: #fff;
  transform: rotate(90deg);
  font-size: 20px;
  position: absolute;
  line-height: 1;
  right: 5%;
  top: 50%;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .hanbai-btn:after {
    font-size: 16px;
    margin-top: -8px;
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .hanbai-btn:hover {
    background: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.hanbai-howto {
  text-align: left;
  line-height: 1.6;
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  .hanbai-howto {
    font-size: 12px;
  }
}

.hanbai-howto-det {
  margin-bottom: 20px;
}
.hanbai-howto-det:last-of-type {
  margin-bottom: 0;
}
.hanbai-howto-det a {
  font-weight: 600;
  color: #2980b2;
}

.chui-box {
  border: 1px solid #000000;
  box-shadow: 3px 3px 0 #000000;
  border-radius: 20px;
  background: #fff;
  padding: 0 15px 0 0;
}
@media screen and (max-width: 767px) {
  .chui-box {
    border-radius: 8px;
    padding: 0 5px 0 0;
  }
}

.chui-box-inner {
  overflow-y: scroll;
  height: 400px;
  padding: 30px 30px 0 30px;
}
@media screen and (max-width: 767px) {
  .chui-box-inner {
    height: 240px;
    padding: 15px 15px 0 15px;
  }
}
.chui-box-inner p {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 0.7em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .chui-box-inner p {
    font-size: 12px;
  }
}
.chui-box-inner p a {
  color: #2980b2;
}

.chui-btns {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.chui-btns a {
  width: 200px;
  height: 50px;
  display: block;
  text-align: center;
  padding-right: 20px;
  text-decoration: none;
  color: #fff;
  background: #d0974a;
  border-radius: 30px;
  line-height: 50px;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .chui-btns a {
    width: 48%;
    height: 40px;
    line-height: 40px;
    font-size: 0.9em;
  }
}
.chui-btns a:after {
  content: "▲";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -0.4em;
  line-height: 1;
  color: #fff;
  font-size: 0.8em;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .chui-btns a:after {
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .chui-btns a:hover {
    background: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.chui-btns a:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .chui-btns a:first-child {
    margin-right: 4%;
  }
}

.chui-btns-en a {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .chui-btns-en a {
    width: 100%;
  }
  .chui-btns-en a:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.mon-10 {
  top: -15vw;
  left: -10%;
  width: 28vw;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .mon-10 {
    width: 40vw;
    left: -20%;
    max-width: 200px;
  }
}

.mon-11 {
  top: -10vw;
  right: -18%;
  width: 33.12vw;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .mon-11 {
    width: 40vw;
    left: 60vw;
  }
}
@media screen and (min-width: 1430px) {
  .mon-11 {
    top: -100px;
  }
}

.mon-12 {
  bottom: -7vw;
  left: -20%;
  width: 24.2vw;
  max-width: 390px;
  bottom: -12vw;
}
@media screen and (max-width: 767px) {
  .mon-12 {
    width: 40vw;
    left: -38%;
    bottom: -13vw;
    bottom: -20vw;
  }
}

.mon-13 {
  top: -12vw;
  right: -24%;
  width: 29.3vw;
  max-width: 470px;
  top: 12vw;
}
@media screen and (max-width: 767px) {
  .mon-13 {
    top: -18vw;
    width: 38vw;
    max-width: 260px;
    right: -20%;
  }
}

.mon-14 {
  bottom: -18vw;
  left: -32%;
  width: 30vw;
  max-width: 470px;
}
@media screen and (max-width: 767px) {
  .mon-14 {
    width: 40vw;
    left: -38%;
    bottom: -24vw;
  }
}

.mado-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mado-box {
    display: block;
  }
}

.mado-ttl {
  margin-bottom: 30px;
  font-weight: bold;
  color: #d0974a;
  font-size: 1.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mado-ttl {
    margin: 0 0 15px 0;
    font-size: 1.3em;
  }
}

.mado-right dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.mado-right dl:first-child {
  margin-bottom: 20px;
}
.mado-right dl dt {
  background: #000000;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  margin-right: 20px;
  padding: 5px 0;
  width: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mado-right dl dt {
    width: 50px;
  }
}
.mado-right dl dd {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .mado-right dl dd {
    width: calc(100% - 70px);
    line-height: 1.4;
  }
}
.mado-right dl dd a {
  color: #000000;
  word-break: break-all;
}

.mv-ptn-logo-ol {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .mv-ptn-logo-ol {
    display: block;
  }
}
.mv-ptn-logo-ol p {
  margin: 0 40px 0 0 !important;
}
.mv-ptn-logo-ol p:last-child {
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .mv-ptn-logo-ol p {
    margin: 0 0 15px 0 !important;
  }
}

.ticket-so {
  position: absolute;
  top: -200px;
  right: 5%;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .ticket-so {
    width: 90px;
    right: -5px;
    top: -115px;
  }
}

/* ==========================================================================
  開催概要
========================================================================== */
.ol-area {
  padding: 100px 30px 150px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .ol-area {
    padding: 30px 0 45px;
  }
}

.ol-h3 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .ol-h3 {
    margin-bottom: 30px;
  }
}
.ol-h3 p {
  color: #000000;
}

.ol-list {
  max-width: 900px;
  margin: 0 auto;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.8;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .ol-list {
    padding: 0 8vw;
  }
}
.ol-list dl {
  padding: 30px 0;
  width: 100%;
  border-top: 1px solid #000000;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ol-list dl {
    padding: 15px 0;
  }
}
.ol-list dl:last-of-type {
  border-bottom: 1px solid #000000;
}
.ol-list dl dt {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .ol-list dl dt {
    width: 30%;
  }
}
.ol-list dl dd {
  width: 76%;
}
@media screen and (max-width: 767px) {
  .ol-list dl dd {
    width: 70%;
  }
}
.ol-list dl dd p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ol-list dl dd p {
    margin-bottom: 10px;
  }
}
.ol-list dl dd p:last-child {
  margin-bottom: 0;
}
.ol-list dl dd p a {
  text-decoration: underline;
  color: #000000;
}
.ol-list dl dd p a:hover {
  text-decoration: none;
}
.ol-list dl.long dt, .ol-list dl.long dd {
  width: 100%;
}

.mon-15 {
  top: -20vw;
  left: 80vw;
  width: 27vw;
  max-width: 430px;
  z-index: 22;
}
@media screen and (max-width: 767px) {
  .mon-15 {
    width: 40vw;
    left: 65vw;
  }
}
@media screen and (min-width: 1430px) {
  .mon-15 {
    top: 6vw;
    top: -20vw;
    left: 70vw;
  }
}

/* ==========================================================================
  footer
========================================================================== */
.mh-footer {
  position: relative;
  z-index: 20;
  padding: 80px 30px 50px;
  background: url(../img/footer_bg.jpg) center center repeat-x;
  background-size: auto 100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mh-footer {
    padding: 40px 0 15px;
  }
}

.mon-16 {
  top: -10vw;
  right: 75vw;
  width: 31.25vw;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .mon-16 {
    width: 40vw;
    top: -60px;
    max-width: 180px;
  }
}

.footer-logo {
  max-width: 460px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    width: 60%;
    margin: 0 auto 30px;
  }
}

.footer-x {
  max-width: 320px;
  margin: 0 auto 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-x {
    font-size: 0.8em;
    max-width: 220px;
  }
}
.footer-x img {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .footer-x img {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-x {
    width: 60%;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer-x-en {
    max-width: 160px;
  }
}

.footer-ban {
  margin: 0 auto 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer-ban a {
    width: calc(50% - 20px);
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .footer-ban a:first-child {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-ban a:first-child {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer-ban {
    width: 84%;
    margin: 0 auto 30px;
  }
}

.footer-privacy {
  max-width: 900px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #000000;
  font-size: 0.8em;
  line-height: 1.6;
  margin: 0 auto 100px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .footer-privacy {
    width: 84%;
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto 30px;
  }
}
.footer-privacy p {
  font-size: 0.9em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer-privacy p {
    margin-bottom: 15px;
  }
}
.footer-privacy ul li {
  font-size: 0.9em;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footer-privacy ul li {
    margin-bottom: 5px;
  }
}

.scr-box {
  height: 300px;
  overflow-y: scroll;
  padding: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .scr-box {
    height: 200px;
  }
}

.footer-link {
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 800;
}
.footer-link a {
  color: #fff;
  text-decoration: none;
}
.footer-link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer-link {
    margin-bottom: 30px;
  }
}

.footer-monhan {
  max-width: 180px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .footer-monhan {
    max-width: 100px;
  }
}

.footer-copy {
  font-size: 0.75em;
  text-align: center;
}

.btn-top {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 44px;
  z-index: 300;
  transform: translate(0, 250px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.btn-top.appear {
  transform: translate(0, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (min-width: 768px) {
  .btn-top:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transform: rotate(-8deg);
  }
  .btn-top:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .btn-top {
    bottom: 10px;
    right: 10px;
    width: 30px;
  }
}

/* ==========================================================================
  goods new
========================================================================== */
.spe-goods-top {
  padding: 0 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .spe-goods-top {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

.goods-new {
  width: 100%;
  padding: 0 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .goods-new {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.goods-new li {
  width: 23%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .goods-new li {
    width: 48%;
    margin-bottom: 20px;
  }
}

.goods-new-img {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .goods-new-img {
    margin-bottom: 10px;
  }
}
.goods-new-img.urikire:after {
  content: "";
  width: 40%;
  height: 40%;
  background: url(../img/icon_so.png);
  background-size: cover;
  position: absolute;
  bottom: -10%;
  right: -5%;
}

.goods-new-text {
  color: #d0974a;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.goods-new-text p {
  margin-bottom: 10px;
  font-size: 0.9em;
}
.goods-new-text p:last-child {
  margin: 0;
}
.goods-new-text p small {
  display: block;
  font-size: 0.8em;
  text-align: left;
}

.remodal {
  max-width: 700px;
  padding: 0;
}

.remodal-close {
  position: absolute;
  display: block;
  top: -70px;
  right: 0;
  left: auto;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.remodal-close:before {
  content: none;
}
@media screen and (min-width: 768px) {
  .remodal-close:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .remodal-close {
    width: 40px;
    height: 40px;
  }
}
.remodal-close span {
  position: absolute;
  top: 30px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .remodal-close span {
    width: 40px;
  }
}
.remodal-close span:nth-child(1) {
  transform: rotate(45deg);
}
.remodal-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.goods-jigo-01,
.goods-jigo-02 {
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  .goods-jigo-01,
  .goods-jigo-02 {
    max-width: calc(100% - 40px);
  }
}

.goods-jigo-01 {
  text-align: center;
}

/* ==========================================================================
 大阪対応　24.09.30
========================================================================== */
.mv-btn-tokyo {
  display: block;
  background: #d0974a;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  width: 100%;
  max-width: 480px;
  text-align: center;
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mv-btn-tokyo:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 14px solid #fff;
}
@media screen and (max-width: 767px) {
  .mv-btn-tokyo:after {
    border: 5px solid transparent;
    border-left: 8px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .mv-btn-tokyo:hover {
    background: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.spe-goods-cap {
  text-align: right;
  font-size: 0.7em;
  color: #fff;
}
.spe-goods-cap img {
  margin-bottom: 10px;
}

/* 1730行目に同クラス有り */
.special-box-01 {
  padding: 150px 0 100px;
}
@media screen and (max-width: 767px) {
  .special-box-01 {
    padding: 75px 0 40px;
  }
}

.spe-goods-cs {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.7;
}

/* 2268行目に同クラス有り */
.special-box-04 {
  padding: 150px 0 50px 0;
}
@media screen and (max-width: 767px) {
  .special-box-04 {
    padding: 75px 25px 0;
  }
}

.cast-cs {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .cast-cs {
    padding: 0 5px 20px;
  }
}

/* ==========================================================================
 大阪対応　25.02.26
========================================================================== */
/* 1189行目に同クラス有り */
.pro-ttl p span {
  background-color: #fff;
}

.goods-new-add {
  background: url(../img/bg_ticket.webp) center top repeat-y;
  background-size: 100% auto;
  padding: 40px 0px 20px;
  margin: 40px;
}
@media screen and (max-width: 767px) {
  .goods-new-add {
    padding: 20px 0px 10px;
    margin: 20px;
  }
}

/* 1759行目に関連クラス有り */
.spe-lead-add {
  text-align: center;
  color: #d0974a;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.7;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .spe-lead-add {
    margin-bottom: 20px;
  }
}
.spe-lead-add a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .spe-lead-add a:hover {
    opacity: 0.6;
  }
}

/* 3775行目に関連クラス有り */
.goods-new-add-box {
  width: 100%;
  padding: 0 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .goods-new-add-box {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.goods-new-add-box li {
  width: 23%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .goods-new-add-box li {
    width: 48%;
    margin-bottom: 20px;
  }
}
.goods-new-add-box li .blank {
  width: 23%;
}

/* 3795行目に関連クラス有り */
.goods-new-add-img {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .goods-new-add-img {
    margin-bottom: 10px;
  }
}
.goods-new-add-img.urikire:after {
  content: "";
  width: 40%;
  height: 40%;
  background: url(../img/icon_so.png);
  background-size: cover;
  position: absolute;
  bottom: -10%;
  right: -5%;
}

/* 3815行目に関連クラス有り */
.goods-new-add-text {
  color: #421d03;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.goods-new-add-text p {
  margin-bottom: 10px;
  font-size: 0.9em;
}
.goods-new-add-text p:last-child {
  margin: 0;
}
.goods-new-add-text p small {
  display: block;
  font-size: 0.8em;
  text-align: left;
}

/* 3795行目に関連クラス有り */
.goods-new-add-img .caution {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  font-size: 0.8em;
  font-weight: bold;
  color: #d0974a;
  line-height: 1.5;
  background-color: #fff;
  width: 70%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .goods-new-add-img .caution {
    font-size: 0.6em;
  }
}

/* 2495行目に関連クラス有り */
.spe-caution-2 {
  padding: 50px 0 80px;
}
@media screen and (max-width: 767px) {
  .spe-caution-2 {
    padding: 25px 0 40px;
  }
}

/* 2162行目に関連クラス有り */
.cafe-neko-2 {
  left: auto;
  right: 5%;
  bottom: 60px;
}

/* 3775行目に関連クラス有り */
.goods-new-cafe {
  padding: 0;
}

.cafe-menu-caution {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 20;
  font-size: 12px;
  color: #421d03;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cafe-menu-caution {
    right: 3px;
    bottom: 3px;
    font-size: 9px;
  }
}

/* 3775行目に同クラス有り */
.goods-new li .blank {
  width: 23%;
}

.cafe-menu-caption {
  position: absolute;
  right: 20px;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 20;
  font-size: 0.7em;
  font-weight: bold;
  color: #421d03;
  line-height: 1.5;
  text-align: center;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .cafe-menu-caption {
    bottom: 10px;
    font-size: 0.6em;
    text-align: left;
  }
}
.cafe-menu-caption span {
  display: block;
  text-align: left;
}

.tokuten-caption {
  margin-bottom: 10px;
  font-size: 0.7em;
  color: #fff;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .tokuten-caption {
    margin-bottom: 5px;
    text-align: center;
  }
}

.tokuten-img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tokuten-img {
    margin-bottom: 15px;
  }
}

/* 1274, 1301行目に関連クラス有り */
.pro-caption-3 {
  bottom: -20px;
  right: 0;
}

/* 2379行目に関連クラス有り */
@media screen and (max-width: 767px) {
  .tokuten-right-3 {
    width: 100%;
    margin-bottom: 40px;
  }
}

.ticket-caution {
  font-size: 0.7em;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-weight: normal;
  line-height: 1.7;
  text-align: left;
  padding: 20px;
  border: 1px dotted #fff;
}
@media screen and (max-width: 767px) {
  .ticket-caution {
    font-size: 0.8em;
    padding: 10px;
  }
}

/* 3485行目に同クラス有り */
.ol-list dl dd.single {
  display: flex;
  align-items: center;
}

/* ==========================================================================
 FAQ
========================================================================== */
.faq-bg {
  background: url(../img/bg_pro_2.webp) center top repeat-y;
  background-size: 100% auto;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .faq-bg {
    padding: 40px 4vw;
  }
}

.faq-h3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .faq-h3 {
    margin-bottom: 30px;
  }
}

.faq-inner {
  background: url(../img/bg_ticket.webp) center top repeat-y;
  background-size: 100% auto;
  padding: 60px 40px;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .faq-inner {
    padding: 30px 15px;
  }
}
.faq-inner a {
  color: #000000;
}

.faq-nav {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .faq-nav {
    font-size: 1em;
    margin: 0 auto 30px;
  }
}
.faq-nav li {
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .faq-nav li {
    width: 100%;
  }
}
.faq-nav li:last-child {
  margin-bottom: 0;
}

.faq-cont {
  margin-bottom: 60px;
}
.faq-cont:last-of-type {
  margin-bottom: 0;
}

.faq-cont-ttl {
  font-size: 1.8em;
  font-weight: bold;
  color: #d0974a;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .faq-cont-ttl {
    font-size: 1.4em;
    margin-bottom: 20px;
    text-align: center;
  }
}

.faq-box {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .faq-box {
    padding: 20px 15px;
  }
}

.faq-detail {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .faq-detail {
    margin-bottom: 30px;
  }
}
.faq-detail:last-child {
  margin-bottom: 0;
}

.faq-detail-ttl {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq-detail-ttl {
    margin-bottom: 15px;
  }
}

.faq-list li {
  list-style-type: disc;
  margin-left: 1em;
  margin-bottom: 10px;
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  .faq-list li {
    font-size: 0.8em;
  }
}
.faq-list li:last-child {
  margin-bottom: 0;
}

.faq-qa dl {
  margin-bottom: 30px;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .faq-qa dl {
    margin-bottom: 20px;
  }
}
.faq-qa dl:last-child {
  margin-bottom: 0;
}
.faq-qa dl dt {
  position: relative;
  padding-left: 2em;
  font-weight: bold;
  margin-bottom: 10px;
}
.faq-qa dl dt:before {
  content: "Q.";
  color: #ff3300;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
.faq-qa dl dd {
  position: relative;
  padding-left: 2em;
}
.faq-qa dl dd:before {
  content: "A.";
  color: #0033ff;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

/* ==========================================================================
 SNS-CP 25.02.26
========================================================================== */
.snscp-area {
  padding: 100px 30px;
}
@media screen and (max-width: 767px) {
  .snscp-area {
    padding: 30px 8vw;
  }
}

.snscp-inner {
  background: url(../img/bg_ticket.webp) center top repeat-y;
  background-size: 100% auto;
  padding: 60px 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .snscp-inner {
    padding: 30px 15px;
  }
}

.snscp-info li {
  color: #421d03;
}
.snscp-info li.line {
  padding-bottom: 0;
}
.snscp-info li h4 {
  font-size: 1.2em;
  font-weight: 600;
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .snscp-info li h4 {
    padding: 30px 0;
  }
}

.snscp-box {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .snscp-box {
    margin-bottom: 30px;
  }
}

.snscp-img {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .snscp-img {
    margin-bottom: 20px;
  }
}

.snscp-img-cap {
  font-size: 0.6em;
  position: absolute;
  right: 0;
  bottom: -10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .snscp-img-cap {
    font-size: 8px;
  }
}

.snscp-text {
  position: relative;
  font-size: 0.9em;
  text-align: center;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .snscp-text {
    font-size: 0.8em;
    margin-bottom: 20px;
    text-align: left;
  }
}
.snscp-text small {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .snscp-text small {
    font-size: 11px;
  }
}

.snscp-text-end {
  color: #ff0000;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}

.snscp-detail {
  width: 70%;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .snscp-detail {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.snscp-detail p {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .snscp-detail p {
    font-size: 1.1em;
    font-weight: 600;
  }
}
.snscp-detail p.outline {
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .snscp-detail p.outline {
    font-size: 1.1em;
    font-weight: normal;
  }
}
.snscp-detail p.outline span {
  font-size: 0.7em;
  line-height: 1.5;
}
.snscp-detail a {
  color: #000000;
  word-break: break-all;
}

.snscp-detail-ttl {
  display: block;
  background: #42210b;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 15px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .snscp-detail-ttl {
    font-size: 0.8em;
    line-height: 1.5;
    margin: 0 0 10px;
  }
}

.snscp-detail-caution {
  font-size: 0.7em;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .snscp-detail-caution {
    margin-bottom: 20px;
    font-size: 12px;
    text-align: left;
  }
}

.snscp-detail-box {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
}
@media screen and (max-width: 767px) {
  .snscp-detail-box {
    flex-direction: column;
  }
}

.snscp-detail-text {
  flex: 1.3;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .snscp-detail-text {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 20px;
  }
}

.snscp-detail-img {
  flex: 0.7;
  max-width: 100%;
  position: relative;
}

.snscp-kiyaku {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .snscp-kiyaku {
    margin-bottom: 30px;
  }
}
.snscp-kiyaku:last-child {
  margin-bottom: 0;
}

.snscp-kiyaku-list li {
  list-style-type: decimal;
  margin-left: 1em;
  margin-bottom: 15px;
  font-size: 0.7em;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .snscp-kiyaku-list li {
    font-size: 0.8em;
  }
}
.snscp-kiyaku-list li:last-child {
  margin-bottom: 0;
}
.snscp-kiyaku-list li.disc {
  list-style-type: disc;
  margin-left: 1.3em;
}
.snscp-kiyaku-list p {
  margin: 0 auto 15px;
  text-align: left;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .snscp-kiyaku-list p {
    font-size: 1.1em;
    font-weight: 600;
  }
}
.snscp-kiyaku-list p.second {
  margin: 15px auto;
  text-align: left;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .snscp-kiyaku-list p.second {
    font-size: 1.1em;
    font-weight: 600;
  }
}

/*# sourceMappingURL=style.css.map */