@charset "UTF-8";
/*! ========================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSCSSから生成されていますので、
  直接編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
========================================= */
/*----------------------------------------------------
	setting
----------------------------------------------------*/
/**font**/
@font-face {
  font-family: "font-honoka";
  src: url("../fonts/Honoka_Shin_Mincho_L.woff") format("woff");
}
.font-honoka {
  font-family: "font-honoka", sans-serif;
}

@font-face {
  font-family: "font-cinzel";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/CinzelDecorative-Regular.woff") format("woff");
}
@font-face {
  font-family: "font-cinzel";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/CinzelDecorative-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifJP-Bold.woff") format("woff");
}
/**color**/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: 0 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

li,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a,
em,
i,
small,
span,
strong {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

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

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

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
  overflow-x: hidden !important;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Serif JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #000;
  font-size: 1.9rem;
  line-height: 1.75;
  font-weight: 400;
  font-feature-settings: "halt";
  -webkit-font-feature-settings: "halt";
  -moz-font-feature-settings: "halt";
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
@media screen and (any-hover: hover) and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
}

strong {
  font-weight: 700;
}

input {
  padding: 0;
  border: none;
  background: 0 0;
}

* {
  box-sizing: border-box;
  transition: font-size 0.1s linear;
  backface-visibility: hidden;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

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

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

.mt15 {
  margin-top: 15px;
}

.mark_yellow {
  display: inline;
  padding: 0 2px;
  background: linear-gradient(transparent 50%, #F9E092 50%);
}

.ltsp-o {
  letter-spacing: 0.01em;
}

.txt-center-pc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .txt-center-pc {
    text-align: left;
  }
}

/*--------------------------------------------------------------------------------------------------------
	animation
--------------------------------------------------------------------------------------------------------*/
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    ransform: translateY(0px);
  }
}
@media screen and (min-width: 769px) {
  .fade-in-pc {
    opacity: 0;
  }
  .fade-in-pc.inview {
    animation-name: fade-in;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  .fade-in-pc.inview.delay-01 {
    animation-delay: 0.4s;
  }
  .fade-in-pc.inview.delay-02 {
    animation-delay: 1s;
  }
}
@media screen and (max-width: 768px) {
  .fade-in-sp {
    opacity: 0;
    animation-name: fade-in;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  .fade-in-sp.delay-01 {
    animation-delay: 0.8s;
  }
  .fade-in-sp.delay-02 {
    animation-delay: 1.5s;
  }
}
/*--------------------------------------------------------------------------------------------------------
    gHeader
--------------------------------------------------------------------------------------------------------*/
html.is-open,
body.is-open {
  overflow: hidden;
}

.header {
  position: fixed;
  z-index: 999;
}
.header .bg-line {
  width: 100%;
  position: fixed;
  z-index: 99;
  background: url(../img/common/gnav-line.svg) no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding-top: 8.375%;
}
@media screen and (max-width: 768px) {
  .header .bg-line {
    background: url(../img/common/gnav-line-sp.png) no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding-top: 18.375%;
  }
}
.header .header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/common/bg-gnav.jpg) no-repeat center center/cover;
  padding: 12% 0 70px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 0.5s;
}
@media screen and (max-width: 768px) {
  .header .header__nav {
    padding-top: 120px;
  }
}
.header .header__nav.is-open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  overflow-y: scroll;
}
.header .header__nav-list {
  list-style: none;
}
.header .header__nav-item {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .header .header__nav-item {
    margin-bottom: 30px;
  }
}
.header .header__nav-item:last-child {
  margin-bottom: 0;
}
.header .header__nav-item a {
  display: inline-block;
  position: relative;
}
@media (any-hover: hover) {
  .header .header__nav-item a:hover::before {
    position: absolute;
    content: "";
    width: 130%;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  }
}
.header .header__nav-item a img {
  height: 85px;
  width: auto;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .header .header__nav-item a img {
    height: 75px;
  }
}
.header .header__nav-item.no-link a {
  pointer-events: none;
}
.header .header__nav-item.no-link img {
  opacity: 0.3;
}
.header .hamburger {
  position: fixed;
  top: calc(30px + 5 * (100vw - 1280px) / 320);
  left: 50%;
  transform: translateX(-50%);
  width: 3.9375vw;
  height: 4.375vw;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .header .hamburger {
    width: 36px;
    height: 36px;
    top: 20px;
  }
}
.header .hamburger__trigger {
  display: inline-block;
  transition: all 0.8s;
  box-sizing: border-box;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  width: 100%;
  height: 100%;
}
.header .hamburger__trigger span {
  display: inline-block;
  transition: all 0.8s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFEE9D;
}
@media screen and (max-width: 768px) {
  .header .hamburger__trigger span {
    height: 2px;
  }
}
.header .hamburger__trigger span:nth-of-type(1) {
  top: 0;
}
.header .hamburger__trigger span:nth-of-type(2) {
  top: 11px;
  transition: all 0.4s 0.4s;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .header .hamburger__trigger span:nth-of-type(2) {
    top: 7px;
  }
}
.header .hamburger__trigger span:nth-of-type(3) {
  top: 22px;
}
@media screen and (max-width: 768px) {
  .header .hamburger__trigger span:nth-of-type(3) {
    top: 15px;
  }
}
.header .hamburger__trigger.is-active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-35deg);
}
.header .hamburger__trigger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.header .hamburger__trigger.is-active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(35deg);
}
@media screen and (max-width: 768px) {
  .header .hamburger__trigger.is-active span:nth-of-type(3) {
    top: 22px;
  }
}
.header .hamburger__trigger .txt-menu,
.header .hamburger__trigger .txt-close {
  color: #FFEE9D;
  position: absolute;
  left: 50%;
  top: calc(35px + 5 * (100vw - 1280px) / 320);
  transform: translateX(-50%);
  font-size: clamp(1.2rem, 1.56vw, 1.6rem);
  font-family: "font-cinzel", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-weight: 700;
  line-height: 1;
  opacity: 1;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .header .hamburger__trigger .txt-menu,
  .header .hamburger__trigger .txt-close {
    top: 24px;
  }
}
.header .hamburger__trigger .txt-close {
  opacity: 0;
}
.header .hamburger__trigger.is-active .txt-menu {
  opacity: 0;
}
.header .hamburger__trigger.is-active .txt-close {
  opacity: 1;
}

/*--------------------------------------------------------------------------------------------------------
    main
--------------------------------------------------------------------------------------------------------*/
.main {
  padding-top: calc(0.05 * (100vw - 1200px) + 58px);
  /*------------------
  goodsページ
  ------------------*/
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: calc(0.05 * (100vw - 1200px) + 78px);
  }
}
.main .mv {
  background: rgb(27, 20, 100);
  background: linear-gradient(90deg, rgb(68, 134, 251) 0%, rgb(27, 20, 100) 100%);
}
.main .mv .slick-slide img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.main .section.section-01 {
  position: relative;
  background: url(../img/bg-01.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .main .section.section-01 {
    background: url(../img/bg-01-sp.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .main .section.section-01 {
    padding-bottom: 50px;
    margin-top: -5px;
  }
}
.main .section.section-01 .img-logo-wrap {
  width: 100%;
  padding-top: 5%;
}
.main .section.section-01 .img-logo-wrap .img-logo {
  display: block;
  width: min(1070px, 90vw);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .main .section.section-01 .img-logo-wrap .img-logo {
    width: 94vw;
  }
}
.main .section.section-01 .main-copy {
  font-family: "font-honoka", Meiryo, serif;
  color: #FFFFFF;
  font-size: clamp(2.4rem, 3.12vw, 3.6rem);
  line-height: 2;
  text-align: center;
  padding-top: calc(20vh + (100vw - 1728px) * 0.1);
}
@media screen and (max-width: 1000px) {
  .main .section.section-01 .main-copy {
    padding-top: calc(13vh + (100vw - 780px) * 0.1);
  }
}
@media screen and (max-width: 768px) {
  .main .section.section-01 .main-copy {
    font-size: 1.8rem;
  }
}
.main .section.section-01 .news-wrap {
  margin: 100px 0 80px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .main .section.section-01 .news-wrap {
    margin: 25px 0 35px;
  }
}
.main .section.section-01 .news-wrap::after {
  content: "";
  background-color: #FBCF00;
  height: 1px;
  display: block;
  width: min(800px, 72.7vw);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .main .section.section-01 .news-wrap::after {
    width: 90vw;
    bottom: -5px;
  }
}
.main .section.section-01 .news-wrap .news-ttl {
  width: min(261px, 23.72vw);
  margin-inline: auto;
  margin-bottom: -24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .main .section.section-01 .news-wrap .news-ttl {
    width: 44vw;
    margin-bottom: -33px;
  }
}
@media screen and (max-width: 768px) {
  .main .section.section-01 .news-wrap .news-ttl {
    margin-bottom: -15px;
  }
}
.main .section.section-01 .news-wrap .news-inner::before, .main .section.section-01 .news-wrap .news-inner::after {
  content: "";
  background-color: #FBCF00;
  height: 1px;
  display: block;
  width: min(800px, 72.7vw);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .main .section.section-01 .news-wrap .news-inner::before, .main .section.section-01 .news-wrap .news-inner::after {
    width: 90vw;
  }
}
.main .section.section-01 .news-wrap .news-inner::before {
  margin-bottom: 10px;
}
.main .section.section-01 .news-wrap .news-inner::after {
  margin-top: 10px;
}
.main .section.section-01 .news-wrap .news-scroll-box {
  background-color: rgba(255, 255, 255, 0.5);
  width: min(800px, 72.7vw);
  margin-inline: auto;
  padding: 35px 45px;
  height: 318px;
  position: relative;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .main .section.section-01 .news-wrap .news-scroll-box {
    width: 90vw;
    padding: 5%;
    height: 210px;
  }
}
.main .section.section-01 .news-wrap .news-item {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .main .section.section-01 .news-wrap .news-item {
    margin-bottom: 10px;
  }
}
.main .section.section-01 .news-wrap .news-item:last-child {
  margin-bottom: 0;
}
.main .section.section-01 .news-wrap .news-item .news-item-inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .main .section.section-01 .news-wrap .news-item .news-item-inner {
    font-size: 1.4rem;
  }
}
.main .section.section-01 .news-wrap .news-item .news-item-inner .news-date {
  width: 15%;
  flex-shrink: 0;
  margin-right: 5%;
  color: #2E3192;
}
@media screen and (max-width: 768px) {
  .main .section.section-01 .news-wrap .news-item .news-item-inner .news-date {
    width: 29%;
    margin-right: 0;
  }
}
.main .section.section-01 .news-wrap .news-item .news-item-inner .news-txt {
  color: #2E3192;
}
.main .section.section-01 .sns-wrap {
  text-align: center;
  color: #29299F;
}
.main .section.section-01 .sns-wrap .icon a {
  display: block;
  width: 88px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .main .section.section-01 .sns-wrap .icon a {
    width: 44px;
  }
}
@media screen and (max-width: 768px) {
  .main .section.section-01 .sns-wrap .id {
    font-size: 1.2rem;
  }
}
.main .section .cont {
  position: relative;
  width: min(1120px, 90vw);
  margin-inline: auto;
}
.main .section .cont hgroup {
  color: #29299F;
  text-align: center;
  position: relative;
  top: -50px;
}
@media screen and (max-width: 768px) {
  .main .section .cont hgroup {
    top: -10px;
  }
}
.main .section .cont hgroup .ttl-h2-top {
  font-family: "font-cinzel", Meiryo, serif;
  font-weight: 400;
  font-size: clamp(6.1rem, 7.94vw, 9.1rem);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .main .section .cont hgroup .ttl-h2-top {
    font-size: 4.2rem;
  }
}
.main .section .cont hgroup .ttl-h2 {
  font-family: "font-honoka", Meiryo, serif;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main .section .cont hgroup .ttl-h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.main .section .cont hgroup::after {
  content: "";
  display: block;
  background: url(../img/common/illu-ttl-line.svg) no-repeat top center;
  background-size: contain;
  width: min(900px, 80vw);
  height: 21px;
  aspect-ratio: 300/7;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .main .section .cont hgroup::after {
    bottom: -40px;
  }
}
.main .section .cont .cont-inner {
  width: min(800px, 80vw);
  margin-inline: auto;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .main .section .cont .cont-inner {
    margin-bottom: 35px;
  }
}
.main .section .cont .cont-inner:last-child {
  margin-bottom: 0;
}
.main .section .cont .cont-inner .ttl-h3 {
  color: #29299F;
  text-align: center;
  font-size: 2.8rem;
  font-weight: normal;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .main .section .cont .cont-inner .ttl-h3 {
    font-size: 2rem;
  }
}
.main .section .cont .cont-inner .ttl-h3 + p {
  margin-bottom: 20px;
}
.main .section .cont .cont-inner .ttl-h4 {
  color: #29299F;
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .main .section .cont .cont-inner .ttl-h4 {
    font-size: 1.6rem;
  }
}
.main .section .cont .cont-inner .notes {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .main .section .cont .cont-inner .notes {
    font-size: 1.2rem;
  }
}
.main .section .cont .cont-inner .cont-about-list:last-child {
  margin-bottom: 0;
}
.main .section .cont .cont-inner .cont-about-list div {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .main .section .cont .cont-inner .cont-about-list div {
    flex-direction: column;
  }
}
.main .section .cont .cont-inner .cont-about-list div:last-child {
  margin-bottom: 0;
}
.main .section .cont .cont-inner .cont-about-list dt {
  flex-shrink: 0;
}
.main .section .cont .cont-inner .cont-about-list dt::before {
  content: "◆";
  color: #FBCF00;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .main .section .cont .cont-inner .cont-about-list dt::before {
    font-size: 1.4rem;
  }
}
.main .section .cont .cont-inner .cont-about-list dt::after {
  content: "：";
}
.main .section .cont .cont-inner .cont-about-list dt.icon-none::before {
  content: "";
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .main .section .cont .cont-inner .cont-about-list dd {
    padding-left: 1em;
  }
}
.main .section .cont .cont-inner .about-tell {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .main .section .cont .cont-inner .about-tell a[href*="tel:"] {
    text-decoration: underline;
    pointer-events: auto;
  }
}
.main .section .cont .cont-inner .ticket-list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
}
.main .section .cont .cont-inner .ticket-list li::before {
  content: "・";
  letter-spacing: 0.5em;
}
@media screen and (max-width: 768px) {
  .main .section .cont .cont-inner .ticket-list li {
    font-size: 1.2rem;
  }
}
.main .section .cont .cont-inner .cont-ticket-txt.txt-mark {
  text-indent: -1em;
  padding-left: 1em;
}
.main .section .cont .cont-inner .cont-ticket-txt.txt-mark::before {
  content: "◆";
  color: #FBCF00;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .main .section .cont .cont-inner .cont-ticket-txt.txt-mark::before {
    font-size: 1.6rem;
  }
}
.main .section .cont .cont-inner .img-entry-tokuten {
  margin: 10px auto;
  width: min(750px, 75vw);
  background-color: #fff;
  border: 3px solid #D6AE3C;
  border-radius: 50px;
  text-align: center;
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  .main .section .cont .cont-inner .img-entry-tokuten {
    border-radius: 25px;
    border: 2px solid #D6AE3C;
    padding: 20px 0;
  }
}
.main .section .cont .cont-inner .img-entry-tokuten img {
  max-width: 550px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .main .section .cont .cont-inner .img-entry-tokuten img {
    max-width: 250px;
  }
}
.main .section .cont .cont-inner .img-entry-tokuten.goods-tokuten {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .main .section .cont .cont-inner .img-entry-tokuten.goods-tokuten {
    padding: 35px 0;
  }
}
.main .section .cont .cont-inner .img-entry-tokuten.goods-tokuten img {
  max-width: 700px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .main .section .cont .cont-inner .img-entry-tokuten.goods-tokuten img {
    max-width: 94%;
  }
}
.main .section .cont .cont-inner .img-entry-tokuten .slider {
  max-width: 450px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .main .section .cont .cont-inner .img-entry-tokuten .slider {
    width: 75%;
  }
}
.main .section .cont .cont-inner .img-entry-tokuten .slider img {
  max-width: 100%;
  height: auto;
}
.main .section .cont .cont-inner .img-entry-tokuten.empty {
  padding: 182px 0;
}
@media screen and (max-width: 768px) {
  .main .section .cont .cont-inner .img-entry-tokuten.empty {
    padding: 70px 0;
  }
}
.main .section .cont .cont-inner .img-entry-tokuten.empty img {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .main .section .cont .cont-inner .img-entry-tokuten.empty img {
    max-width: 150px;
  }
}
.main .section .cont .cont-inner .cont-ticket-img-wrap {
  width: min(750px, 75vw);
  margin: 15px auto;
  padding: 30px 0;
  background-color: #fff;
  border: 3px solid #D6AE3C;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .main .section .cont .cont-inner .cont-ticket-img-wrap {
    margin: 5px auto;
    padding: 20px 0;
    border-radius: 25px;
    border: 2px solid #D6AE3C;
  }
}
.main .section .cont .cont-inner .cont-ticket-img-wrap .slider {
  max-width: 450px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .main .section .cont .cont-inner .cont-ticket-img-wrap .slider {
    width: 75%;
  }
}
.main .section .cont .cont-inner .cont-area-inner {
  margin-bottom: 45px;
}
.main .section .cont .cont-inner .cont-area-inner:last-child {
  margin-bottom: 0;
}
.main .section .cont .cont-inner .notice-list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .main .section .cont .cont-inner .notice-list li {
    font-size: 1.2rem;
  }
}
.main .section .cont .cont-inner .notice-list li::before {
  content: "・";
  letter-spacing: 0.5em;
}
.main .section .cont .cont-inner .notice-list.kome li::before {
  content: "※";
  letter-spacing: 0;
}
.main .section .cont .cont-line {
  width: 174px;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .main .section .cont .cont-line {
    width: 87px;
    margin-bottom: 30px;
  }
}
.main .parallax-wrap {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .main .parallax-wrap {
    padding-top: 35px;
  }
}
.main .parallax-wrap.lower {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .main .parallax-wrap.lower {
    padding-top: 30px;
  }
}
.main .parallax-wrap .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.main .parallax-wrap .parallax-bg .bg {
  background: url("../img/bg-02.jpg") no-repeat center center/cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .main .parallax-wrap .parallax-bg .bg {
    background: url("../img/bg-02-sp.jpg") no-repeat center center/cover;
  }
}
.main .parallax-wrap .section:nth-child(n+2) {
  margin-top: 20vh;
}
.main .flame-head,
.main .flame-bottom {
  width: min(1120px, 90vw);
  margin-inline: auto;
}
.main .flame-head img,
.main .flame-bottom img {
  display: block;
  width: 100%;
}
.main .flame-repeat {
  background: url(../img/common/flame-repeat.png) center top repeat-y;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .main .flame-repeat {
    background: url(../img/common/flame-repeat-sp.png) center top repeat-y;
    background-size: 100% auto;
  }
}
.main .section-04 .cont-inner.goods-wrap {
  width: min(960px, 80vw);
}
.main .section-04 .goods-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .section-04 .goods-flex + .goods-flex {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .main .section-04 .goods-flex + .goods-flex {
    margin-top: 25px;
  }
}
.main .section-04 .goods-flex + .ttl-h3 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .main .section-04 .goods-flex + .ttl-h3 {
    margin-top: 35px;
  }
}
.main .section-04 .goods-list-item {
  width: calc(50% - 10px);
  flex-shrink: 0;
  border: 3px solid #D6AE3C;
  background-color: #fff;
  padding: 30px 25px;
  border-radius: 50px;
}
.main .section-04 .goods-list-item:nth-child(n+3) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .main .section-04 .goods-list-item:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .main .section-04 .goods-list-item {
    width: 75vw;
    margin: 25px auto 0 !important;
    border: 2px solid #D6AE3C;
    border-radius: 25px;
  }
  .main .section-04 .goods-list-item:first-child {
    margin-top: 0 !important;
  }
}
.main .section-04 .goods-list-item .goods-img-box {
  margin-inline: auto;
  width: 78%;
}
@media screen and (max-width: 768px) {
  .main .section-04 .goods-list-item .goods-img-box {
    width: 100%;
  }
}
.main .section-04 .goods-list-item .goods-name {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #29299F;
  margin-top: 10px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .main .section-04 .goods-list-item .goods-name {
    font-size: 1.4rem;
  }
}
.main .section-04 .goods-list-item .goods-price-etc {
  font-size: 1.6rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .main .section-04 .goods-list-item .goods-price-etc {
    font-size: 1.4rem;
  }
}
.main .section-04 .goods-list-item .goods-price-etc.col-2 {
  height: 58px;
}
@media screen and (max-width: 768px) {
  .main .section-04 .goods-list-item .goods-price-etc.col-2 {
    height: inherit;
  }
}
.main .section-04 .goods-list-item .goods-price-etc small {
  font-size: 80%;
  line-height: 1.3;
  display: inline-block;
}
.main .section-04 .goods-list-item .goods-item-notice {
  font-size: 1.3rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .main .section-04 .goods-list-item .goods-item-notice {
    font-size: 1rem;
    margin-top: 5px;
  }
}
.main .section-04 .goods-list-item .goods-bottom-info {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .main .section-04 .goods-list-item .goods-bottom-info {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.main .section-04 .goods-list-item:not(:has(.goods-img-box)) {
  padding: 15px 25px;
  border-radius: 35px;
}
@media screen and (max-width: 768px) {
  .main .section-04 .goods-list-item:not(:has(.goods-img-box)) {
    border-radius: 25px;
  }
}
.main .section-04 .goods-list-item:not(:has(.goods-img-box)) .goods-name {
  margin-top: 0;
}
.main .section-04 .goods-notice-txt {
  text-align: center;
  font-size: 1.6rem;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .main .section-04 .goods-notice-txt {
    font-size: 1.2rem;
    margin: 10px;
  }
}
.main .section-04 .goods-notice-txt + p {
  text-align: center;
}
.main .section-04 .goods-notice {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .main .section-04 .goods-notice {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .main .section-04 .slider .slick-arrow:before {
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .main .section-04 .slider .slick-next::before {
    left: inherit;
    right: -20px;
  }
}
.main .section-04 .slider .slick-dots {
  bottom: -10px;
}
.main .section-04 .btn-goods a {
  display: block;
  max-width: 500px;
  margin: 0 auto 20px;
}
.main .section-04 .ttl-osaka {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .main .section-04 .ttl-osaka {
    margin-top: 35px;
  }
}
.main .section-04 .anchor-div {
  padding-top: 50px;
  margin-top: -50px;
}
.main .section-04 .txt-back {
  text-align: center;
  margin-top: 40px;
  text-decoration: underline;
  color: #2E3192;
}
.main .section-04 .txt-back a {
  color: #2E3192;
}

/*------------------
    GOODSページ背景
------------------*/
.webp .lower .parallax-bg .bg {
  background: url("../img/bg-02.webp") no-repeat center center/cover;
}
@media screen and (max-width: 1000px) {
  .webp .lower .parallax-bg .bg {
    background: url("../img/bg-02-sp.webp") no-repeat center center/cover;
  }
}

.no-webp .lower .parallax-bg .bg {
  background: url("../img/bg-02.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 1000px) {
  .no-webp .lower .parallax-bg .bg {
    background: url("../img/bg-02-sp.jpg") no-repeat center center/cover;
  }
}

.back-to-top {
  position: relative;
}
.back-to-top .pagetop {
  display: block;
  width: 80px;
  height: 80px;
  position: fixed;
  right: 3%;
  bottom: 4%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .back-to-top .pagetop {
    width: 12%;
    height: auto;
    right: 3%;
    bottom: 3%;
  }
}
.back-to-top .pagetop.stop {
  bottom: 80px;
}
@media screen and (max-width: 768px) {
  .back-to-top .pagetop.stop {
    bottom: 35px;
  }
}

.gFooter .bnr-wrap {
  display: block;
  width: min(400px, 36.36vw);
  padding: 60px 0;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .gFooter .bnr-wrap {
    width: 66.92vw;
    padding: 30px 0;
  }
}
.gFooter .copyright {
  background: rgb(27, 20, 100);
  background: linear-gradient(90deg, rgb(27, 20, 100) 0%, rgb(68, 134, 251) 100%);
  height: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .gFooter .copyright {
    height: 60px;
  }
}
.gFooter .copyright span {
  font-size: 2.3rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .gFooter .copyright span {
    font-size: 1.1rem;
  }
}

/*------------------
    背景 星の動き
------------------*/
#particles-js {
  position: absolute;
  /*描画固定*/
  z-index: 999;
  /*描画を一番下に*/
  width: 100%;
  height: 70vh;
  top: 0;
}

/*------------------
    slider
------------------*/
.slider .slick-prev,
.slider .slick-next {
  width: 15px !important;
  height: 25px !important;
}
@media screen and (max-width: 768px) {
  .slider .slick-prev,
  .slider .slick-next {
    width: 10px !important;
    height: 20px !important;
  }
}
.slider .slick-prev {
  left: 5px !important;
}
.slider .slick-next {
  right: 5px !important;
}
.slider .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: -30px;
  background: url(../img/slider-arrow.svg) no-repeat;
  background-size: contain;
}
.slider .slick-next::before {
  background: url(../img/slider-arrow.svg) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  right: -30px;
  left: inherit;
}/*# sourceMappingURL=style.css.map */