@charset "UTF-8";
/*
 * Config
 */
/*
 * Color
 */
/*
 * Media Break
 */
/*
 * Fonts
 */
@import url("https://fonts.googleapis.com/css2?family=Limelight&family=Poiret+One&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@media screen and (min-width: 769px) {
  html {
    font-size: 0.685vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 10px;
  }
}
/*
 * BEM関連
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

html,
body {
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #121212;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
  font-size: 1.4rem;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  padding-top: 62px;
}
@media (min-width: 561px) {
  body {
    font-size: 1.6rem;
  }
}
body > * {
  width: 100%;
}
body > *.main {
  flex: 1;
}
body.has-members-info .header {
  box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

header,
nav,
main,
footer,
small,
button,
label {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #121212;
}

a:hover,
a:active,
button:hover,
button:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

a:hover,
a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.is-poiret {
  font-family: "Poiret One", sans-serif !important;
  line-height: 1;
}

.is-limelight {
  font-family: "Limelight", sans-serif !important;
  line-height: 1;
}

.pconly {
  display: none;
}
@media (min-width: 769px) {
  .pconly {
    display: block;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 1rem 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 62px;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo img {
  max-width: 132.8px;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    max-width: 166px;
  }
}
.header__right {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
.header__nav {
  display: none;
}
@media (min-width: 769px) {
  .header__nav {
    display: flex;
    align-items: center;
    gap: 3.2rem;
  }
}
.header__nav a {
  padding: 5px 0;
}
.header__nav a.selected {
  border-bottom: 1px solid;
}
.header__btns {
  display: none;
}
@media (min-width: 769px) {
  .header__btns {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}

.footer {
  background-color: #F5F0EB;
  padding: 4rem 0 2rem;
}
@media (min-width: 561px) {
  .footer {
    padding: 6.4rem 0 2rem;
  }
}
.footer__content {
  margin-bottom: 6rem;
}
@media (min-width: 561px) {
  .footer__content {
    margin-bottom: 8rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.footer__links {
  display: flex;
  flex: 1;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 561px) {
  .footer__links {
    margin-bottom: 0;
    gap: 6rem;
  }
}
@media (min-width: 769px) {
  .footer__links {
    gap: 14rem;
  }
}
.footer__links div {
  width: 50%;
  max-width: 182px;
}
.footer__links div p {
  font-size: 1.2rem;
  color: #8D8D8D;
  margin-bottom: 2rem;
}
.footer__links div ul li {
  margin-bottom: 2rem;
}
.footer__links div ul li:last-child {
  margin-bottom: 0;
}
.footer__nav .sns {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}
.footer__nav .sns a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 12px;
}
.footer__nav .nav {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__copy p {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
}
.footer__copy h2 {
  font-size: 16.5vw;
  white-space: nowrap;
  line-height: 1;
}
@media (min-width: 1441px) {
  .footer__copy h2 {
    font-size: 12.5vw;
  }
}

.sidebar {
  position: fixed;
  right: -100dvw;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  width: 100dvw;
  max-width: 822px;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  transition: right 0.3s;
}
@media (min-width: 561px) {
  .sidebar {
    width: 60dvw;
  }
}
.sidebar.is-open {
  right: 0;
}
.sidebar__head {
  padding: 3rem 2rem 2rem;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 769px) {
  .sidebar__head {
    padding: 3rem 4rem 2rem;
  }
}
.sidebar h2 {
  font-size: 9vw;
  white-space: nowrap;
  width: fit-content;
  margin-bottom: 3rem;
  padding-left: 2rem;
}
@media (min-width: 769px) {
  .sidebar h2 {
    padding-left: 4rem;
  }
}
@media (min-width: 1441px) {
  .sidebar h2 {
    font-size: 6.2vw;
  }
}
.sidebar__content {
  padding: 0 2rem 4rem;
  overflow-y: auto;
}
@media (min-width: 769px) {
  .sidebar__content {
    padding: 0 4rem 4rem;
  }
}
.sidebar__links {
  display: flex;
}
.sidebar__links > div {
  width: 50%;
}
.sidebar__links > div > p {
  font-weight: 600;
  font-size: 1.8rem;
  color: #e0e0e0;
  margin-bottom: 2rem;
}
@media (min-width: 561px) {
  .sidebar__links > div > p {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.sidebar__links > div ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 561px) {
  .sidebar__links > div ul {
    gap: 3rem;
  }
}
.sidebar__links > div ul li a p {
  font-size: 2.4rem;
}
.sidebar__links > div ul li a p:last-child {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 300;
}
.sidebar__foot {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  background-color: #f8f8f8;
  padding: 2rem 0;
}
.sidebar__foot .btn {
  width: 26rem;
  height: 4.8rem;
  border-radius: 2.4rem;
}

.wrapper {
  width: 100%;
  padding: 0 2rem;
}
@media (min-width: 769px) {
  .wrapper {
    padding: 0 4rem;
  }
}
.wrapper.is-med {
  max-width: 1440px;
  margin: 0 auto;
}

.list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .list {
    margin-top: 40px;
    gap: 32px;
  }
}
.list li {
  padding-bottom: 24px;
  border-bottom: 1.5px solid #e5e5e5;
}
@media screen and (min-width: 768px) {
  .list li {
    padding-bottom: 48px;
  }
}
.list li dl {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .list li dl {
    flex-direction: row;
    gap: 1.6rem;
  }
}
.list li dl dd small {
  font-size: 1.3rem;
  color: #9a9a9a;
}
@media screen and (min-width: 768px) {
  .list li dl dd small {
    font-size: 1.5rem;
  }
}
.list li dl dd small span {
  background: linear-gradient(90deg, #fd1a28 0%, #ff8a31 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; /* text-fill-color は非標準なので、念のため color も透明に */
  margin-left: 0.4rem;
}
@media screen and (min-width: 768px) {
  .list li dl dd small span {
    margin-left: 0.8rem;
  }
}
.list li dl dd h3 {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .list li dl dd h3 {
    font-size: 2.4rem;
    margin-top: 16px;
  }
}
.list li dl dd p {
  font-size: 1.2rem;
  color: #9a9a9a;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .list li dl dd p {
    font-size: 1.4rem;
  }
}

.list__wrapper {
  padding: 0px 2rem 80px;
}
@media screen and (min-width: 768px) {
  .list__wrapper {
    padding: 0px 2rem 160px;
  }
}
.list__wrapper .pagination a,
.list__wrapper .pagination span {
  color: #8d333a;
}
.list__wrapper .pagination a.current,
.list__wrapper .pagination span.current {
  color: #fff !important;
  background: #8d333a;
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.is-fadeAutoin-no-transform {
  transition: opacity 0.6s ease;
  opacity: 0;
}

.is-fadeAutoin-no-transform.is-play {
  opacity: 1;
}

.is-fadein {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
}

.is-fadein.is-play {
  opacity: 1;
}

.is-fade-y {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateY(50px);
}

.is-fade-y.is-play {
  opacity: 1;
  transform: translateY(0);
}

.is-fade-x {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateX(50px);
}

.is-fade-x.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fade-x-rev {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateX(-50px);
}

.is-fade-x-rev.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fadeAutoin {
  opacity: 0;
  -webkit-animation: FadeIn 0.6s ease;
  animation: FadeIn 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-y {
  opacity: 0;
  -webkit-animation: FadeInY 0.6s ease;
  animation: FadeInY 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x {
  opacity: 0;
  -webkit-animation: FadeInX 0.6s ease;
  animation: FadeInX 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x-rev {
  opacity: 0;
  -webkit-animation: FadeInXrev 0.6s ease;
  animation: FadeInXrev 0.6s ease;
  animation-fill-mode: forwards;
}

.is-delay.delay-1 {
  transition-delay: 0.6s !important;
}

.is-delay.delay-2 {
  transition-delay: 0.6s !important;
}

.is-delay.delay-3 {
  transition-delay: 0.9s !important;
}

.is-delay.delay-4 {
  transition-delay: 1.2s !important;
}

/* anim-delay */
.is-animdelay.delay-1 {
  animation-delay: 1s !important;
}

.is-animdelay.delay-2 {
  animation-delay: 1.5s !important;
}

.is-animdelay.delay-3 {
  animation-delay: 2s !important;
}

.is-animdelay.delay-4 {
  animation-delay: 2.5s !important;
}

@keyframes pepperShake {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(15deg);
  }
}
.btn {
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center !important;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  padding-top: 0.4rem !important;
  position: relative;
}
.btn:hover {
  opacity: 0.9;
}
.btn-login {
  background-color: #fff;
  line-height: 1;
  height: 4rem;
  width: 14rem;
  letter-spacing: 0.1em;
  padding: 0 2rem;
  color: #f58a75 !important;
  border-radius: 2rem;
  border: 1px solid;
}
.btn-entry {
  color: #fff !important;
  line-height: 1;
  height: 4rem;
  width: 14rem;
  letter-spacing: 0.1em;
  padding: 0 2rem;
  background-color: #f58a75 !important;
  border-radius: 2rem;
}
.btn-form {
  width: 100%;
  height: 4.8rem;
  border: 2px solid;
  border-radius: 0.8rem;
  font-size: 1.5rem;
  background-color: #f58a75;
  border-color: #f58a75;
  color: #fff;
}
.btn-form.entry {
  border-color: #fd1a28;
  background-color: #fff;
  color: #fd1a28;
}
.btn-form.entry::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url(../../assets/images/login_ico2.png);
  background-size: contain;
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn-news-back {
  width: 16rem;
  height: 4rem;
  font-size: 1.2rem;
  border: 1px solid;
  line-height: 1;
  font-weight: 300;
  position: relative;
}
.btn-news-back::before {
  content: "←";
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn-news-more {
  width: 100%;
  max-width: 390px;
  height: 4.4rem;
  font-weight: 300;
  font-size: 1.4rem;
  border: 1px solid;
  line-height: 1;
  position: relative;
  margin: 0 auto;
}
.btn-news-more::before {
  content: "→";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn-ticket-apply {
  color: #fff !important;
  line-height: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #f58a75;
  height: 3.2rem;
  width: 10rem;
  border-radius: 3rem;
  padding-top: 0.5rem;
}
.btn-ticket-confirm {
  height: 5.6rem;
  width: 24rem;
  border: 1px solid #f58a75;
  border-radius: 3rem;
  position: relative;
  font-weight: 700;
  color: #f58a75 !important;
  margin: 0 auto;
}
.btn-ticket-confirm::before {
  content: "→";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn-news {
  background: #f58a75;
  height: 56px;
  width: 219px;
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  margin: 25px auto 0;
}
@media screen and (min-width: 768px) {
  .btn-news {
    margin: 25px auto 0;
  }
}

.overlay {
  position: fixed;
  top: 0;
  height: 100dvh;
  width: 100dvw;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  opacity: 0;
  left: -100dvw;
  transition: opacity 0.3s;
}
.overlay.is-open {
  opacity: 1;
  left: 0;
}

.js-ham {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 2.4rem;
  cursor: pointer;
}
.js-ham span {
  background-color: #000;
  height: 1px;
}
.js-ham-close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 2.88rem;
  height: 1.6rem;
  cursor: pointer;
}
.js-ham-close span {
  background-color: #000;
  height: 1px;
  transform: rotate(-30deg);
  transform-origin: center;
}
.js-ham-close span:last-child {
  margin-top: -1px;
  transform: rotate(30deg);
  transform-origin: center;
}

.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.5rem;
  gap: 1rem;
}
@media (min-width: 561px) {
  .pagination {
    width: calc(100% - 2rem);
  }
}
@media (min-width: 561px) {
  .pagination {
    width: calc(100% - 8rem);
  }
}
.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  font-family: "Limelight", sans-serif;
  line-height: 1;
  color: #f58a75;
  background-color: #fff;
  border-radius: 1.6rem;
  font-size: 1.4rem;
}
.pagination a.current,
.pagination span.current {
  background-color: #f58a75;
  color: #fff;
}

.list__wrapper .pagination a,
.list__wrapper .pagination span {
  color: #8d333a !important;
}
.list__wrapper .pagination a.current,
.list__wrapper .pagination span.current {
  color: #fff;
  background: #8d333a !important;
}

.members_info {
  position: fixed;
  top: 62px;
  left: 0;
  width: 100%;
  z-index: 998;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #f58a75;
  padding: 1rem 0;
}
@media (min-width: 769px) {
  .members_info .pconly {
    display: inline-block;
  }
}
.members_info > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 1rem;
}
@media (min-width: 769px) {
  .members_info > div {
    padding: 0 4rem;
  }
}
.members_info > div .announcement {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.2rem 0;
}
.members_info > div .announcement img {
  border-radius: 12px;
}
.members_info > div .announcement a {
  text-decoration: underline;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  width: 310px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 561px) {
  .members_info > div .announcement a {
    width: 250px;
  }
}
@media (min-width: 769px) {
  .members_info > div .announcement a {
    width: 500px;
    font-size: 1.6rem;
  }
}
.members_info > div .detail {
  display: flex;
  align-items: center;
  max-width: 100%;
  gap: 1rem;
  overflow: hidden;
  flex-wrap: wrap;
}
@media (min-width: 561px) {
  .members_info > div .detail {
    margin: 0 0 0 auto;
    justify-content: flex-end;
  }
}
@media (min-width: 769px) {
  .members_info > div .detail {
    border-left: 1px solid #fff;
    padding-left: 1.6rem;
    gap: 1rem 4rem;
  }
}
.members_info > div .detail .name {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 1rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 561px) {
  .members_info > div .detail .name {
    font-size: 1.4rem;
  }
}
@media (min-width: 769px) {
  .members_info > div .detail .name {
    font-size: 1.6rem;
  }
}
.members_info > div .detail .name img {
  border-radius: 12px;
}
.members_info > div .detail p {
  color: #fff;
  font-size: 1.4rem;
  flex-shrink: 0;
}
@media (min-width: 561px) {
  .members_info > div .detail p {
    font-size: 1.4rem;
  }
}
@media (min-width: 769px) {
  .members_info > div .detail p {
    font-size: 1.6rem;
  }
}

.top__links {
  max-width: 1512px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.top__links .links a {
  position: absolute;
}
.top__links .links a span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20vw;
  height: 8vw;
  font-size: 1rem;
  line-height: 1;
  background-color: #000;
  color: #fff;
  background-image: url(../../assets/images/top_link.png);
  background-size: 100% 100%;
  pointer-events: none;
}
@media (min-width: 561px) {
  .top__links .links a span {
    font-size: 2rem;
    width: 14.5rem;
    height: 6.4rem;
  }
}
.top__links .links a:hover span {
  opacity: 1;
  background-image: url(../../assets/images/top_link_active.png);
}
.top__links .links a[data-link=top1] {
  width: 20vw;
  height: 28vw;
  top: 38vw;
  left: 16vw;
}
@media screen and (min-width: 769px) {
  .top__links .links a[data-link=top1] {
    width: 29.5rem;
    height: 41.4rem;
    top: 38vw;
    left: 16vw;
  }
}
@media screen and (min-width: 1512px) {
  .top__links .links a[data-link=top1] {
    width: 298px;
    height: 430px;
    top: 570px;
    left: 245px;
  }
}
.top__links .links a[data-link=top1] span {
  top: -1vw;
  left: 2vw;
}
@media screen and (min-width: 769px) {
  .top__links .links a[data-link=top1] span {
    top: 4.5vw;
    left: 11.5vw;
  }
}
@media screen and (min-width: 1512px) {
  .top__links .links a[data-link=top1] span {
    top: 72px;
    left: 174px;
  }
}
.top__links .links a[data-link=top2] {
  width: 20vw;
  height: 28vw;
  top: 38vw;
  right: 16vw;
}
@media screen and (min-width: 769px) {
  .top__links .links a[data-link=top2] {
    width: 29.5rem;
    height: 41.4rem;
    top: 38vw;
    right: 16vw;
  }
}
@media screen and (min-width: 1512px) {
  .top__links .links a[data-link=top2] {
    width: 298px;
    height: 430px;
    top: 570px;
    right: 245px;
  }
}
.top__links .links a[data-link=top2] span {
  top: 2vw;
  left: -8vw;
}
@media screen and (min-width: 769px) {
  .top__links .links a[data-link=top2] span {
    top: 8vw;
    left: 3vw;
  }
}
@media screen and (min-width: 1512px) {
  .top__links .links a[data-link=top2] span {
    top: 122px;
    left: 35px;
  }
}
.top__links .links a[data-link=top3] {
  width: 20vw;
  height: 28vw;
  top: 71vw;
  left: 40vw;
}
@media screen and (min-width: 769px) {
  .top__links .links a[data-link=top3] {
    width: 29.5rem;
    height: 41.4rem;
    top: 70vw;
    left: 40vw;
  }
}
@media screen and (min-width: 1512px) {
  .top__links .links a[data-link=top3] {
    width: 298px;
    height: 430px;
    top: 1061px;
    left: 603px;
  }
}
.top__links .links a[data-link=top3] span {
  bottom: 0vw;
  left: -1.5vw;
}
@media screen and (min-width: 769px) {
  .top__links .links a[data-link=top3] span {
    bottom: 2vw;
    left: -1.5vw;
  }
}
@media screen and (min-width: 1512px) {
  .top__links .links a[data-link=top3] span {
    bottom: 34px;
    left: -19px;
  }
}
.top__links .links a[data-link=top4] {
  width: 22vw;
  height: 40vw;
  top: 109vw;
  left: 30vw;
}
@media screen and (min-width: 769px) {
  .top__links .links a[data-link=top4] {
    width: 34.5rem;
    height: 57.4rem;
    bottom: 70vw;
    left: 29vw;
  }
}
@media screen and (min-width: 1512px) {
  .top__links .links a[data-link=top4] {
    width: 354px;
    height: 583px;
    top: 1652px;
    left: 437px;
  }
}
.top__links .links a[data-link=top4] span {
  bottom: 16vw;
  left: -12.5vw;
}
@media screen and (min-width: 769px) {
  .top__links .links a[data-link=top4] span {
    bottom: 19.5vw;
    left: 1vw;
  }
}
@media screen and (min-width: 1512px) {
  .top__links .links a[data-link=top4] span {
    bottom: 286px;
    left: 19px;
  }
}
.top__news {
  background-color: #483b39;
  background-image: url(../../assets/images/top_news_bg.jpg);
  background-size: contain;
  background-repeat: repeat-y;
  position: relative;
  color: #fff;
  padding: 8rem 0 8rem;
  margin-top: -1rem;
}
@media (min-width: 561px) {
  .top__news {
    padding: 12rem 0;
    margin-top: -9.3rem;
  }
}
@media (min-width: 769px) {
  .top__news {
    background-size: auto;
  }
}
@media (min-width: 769px) {
  .top__news .wrapper {
    max-width: 1223px;
    margin: 0 auto;
    padding: 0;
  }
}
.top__news .title {
  margin-bottom: 1rem;
}
.top__news .title h2 {
  line-height: 1;
  font-size: 4rem;
}
@media (min-width: 769px) {
  .top__news .title h2 {
    font-size: 6.4rem;
  }
}
.top__news > img {
  width: 15rem;
  position: absolute;
  top: 4rem;
  right: 0;
}
@media (min-width: 561px) {
  .top__news > img {
    width: 20.8rem;
    top: 12rem;
  }
}
.top__news .content ul li {
  border-bottom: 1px solid #fff;
}
.top__news .content ul li a {
  color: #fff;
  display: block;
  padding: 3.2rem 0;
}
.top__news .content ul li a .meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.top__news .content ul li a p {
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.top__news .content ul li a p .new {
  display: inline-block;
  color: #fff;
  background-color: #f58a75;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.6rem 1rem 0.3rem;
  border-radius: 1.5rem;
}

.login {
  background-color: #f5f0eb;
  padding: 7.2rem 0 16rem;
  color: #1E1C1C;
}
.login__content {
  background-color: #fff;
  padding: 4.8rem 2rem 6.4rem;
  max-width: 71.2rem;
  margin: 0 auto;
}
.login__content > img {
  display: block;
  width: 21.2rem;
  margin: 0 auto 3.2rem;
}
.login__content h1 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.login__form {
  max-width: 480px;
  margin: 0 auto 7.2rem;
}
.login__form label {
  display: block;
  margin-bottom: 1.6rem;
}
.login__form label:last-child {
  margin-bottom: 2.4rem;
}
.login__form label span {
  display: block;
  font-size: 1.2rem;
}
.login__form label input {
  width: 100%;
  height: 4.8rem;
  border: 2px solid #bbb;
  border-radius: 0.8rem;
  font-size: 15px;
  padding: 1rem 1.6rem;
}
.login__form .btn {
  margin-bottom: 1.6rem;
}
.login__form p {
  color: #666;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}
.login__form p:last-child {
  text-align: right;
}
.login__form p a {
  text-decoration: underline;
  color: #0073CC;
}
.login__foot {
  max-width: 480px;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
  padding-top: 2.4rem;
}
.login__foot h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

.news_lock {
  background-color: #f58a75;
  padding: 7.2rem 0 16rem;
  color: #1E1C1C;
}
.news_lock__text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.news_lock__text img {
  width: 2.4rem;
  margin-right: 5px;
}
.news_lock__text h2 {
  font-size: 2rem;
  font-weight: 700;
}

.news .mv-sp {
  display: block;
}
@media screen and (min-width: 561px) {
  .news .mv-sp {
    display: none;
  }
}
.news .wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 561px) {
  .news .wrapper {
    padding: 0;
  }
}
.news__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 561px) {
  .news__content {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .news__content {
    gap: 8.9rem;
  }
}
.news__side {
  width: 100%;
}
@media (min-width: 561px) {
  .news__side {
    padding-bottom: 0;
    width: 200px;
  }
}
@media (min-width: 769px) {
  .news__side {
    width: 29.6rem;
    padding-top: 8rem;
  }
}
.news__side .menu {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  white-space: nowrap;
  padding-top: 4.4rem;
}
.news__side .menu::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 561px) {
  .news__side .menu {
    flex-direction: column;
    gap: 0;
    padding-left: 2rem;
    padding-top: 4rem;
  }
}
@media (min-width: 769px) {
  .news__side .menu {
    padding-left: 8rem;
  }
}
.news__side .menu label {
  line-height: 1;
  position: relative;
  cursor: pointer;
}
@media (min-width: 561px) {
  .news__side .menu label {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .news__side .menu label:first-child {
    margin-bottom: 3rem;
  }
}
.news__side .menu label input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.news__side .menu label input:checked + .mock {
  background-color: #111;
}
@media (max-width: 561px) {
  .news__side .menu label input:checked ~ span {
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid #111;
    display: block;
  }
}
.news__side .menu label .mock {
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #111;
  border-radius: 50%;
  display: none;
}
@media (min-width: 561px) {
  .news__side .menu label .mock {
    display: block;
  }
}
.news__side .image {
  max-width: 28.9rem;
  display: none;
}
@media screen and (min-width: 561px) {
  .news__side .image {
    display: block;
  }
}
.news__body {
  flex: 1;
  padding-bottom: 4rem;
}
@media (min-width: 769px) {
  .news__body {
    padding-bottom: 16rem;
  }
}
.news__body .mv {
  margin-bottom: 4rem;
  width: 100%;
  margin-left: -2rem;
  display: none;
}
@media (min-width: 561px) {
  .news__body .mv {
    margin-left: 0;
    width: auto;
    display: block;
  }
}
@media (min-width: 769px) {
  .news__body .mv {
    margin-bottom: 8rem;
  }
}
.news__list {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 4rem;
}
@media (min-width: 561px) {
  .news__list {
    width: calc(100% - 2rem);
  }
}
@media (min-width: 769px) {
  .news__list {
    width: calc(100% - 8rem);
  }
}
.news__list li {
  border-top: 1px solid #eee;
  padding: 2rem 0;
}
@media (min-width: 561px) {
  .news__list li {
    padding: 2rem 0 3.5rem;
  }
}
.news__list li .cat {
  background-color: #e7e7e7;
  width: max-content;
  border-radius: 0.4rem;
  padding: 0.6rem 1rem;
  line-height: 1;
  font-size: 1.5rem;
  margin-bottom: 1.3rem;
}
.news__list li .title {
  font-size: 1.6rem;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 561px) {
  .news__list li .title {
    font-size: 1.8rem;
  }
}
.news__list li .new {
  display: inline-block;
  margin-left: 1.2rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.6rem 1rem 0.3rem;
  border-radius: 1.5rem;
  background: linear-gradient(96.83deg, #fd1a28 0%, #ff8a31 100%);
}
.news_detail {
  background-color: #fafafa;
  padding: 6rem 0 10rem;
}
@media (min-width: 769px) {
  .news_detail {
    padding: 8rem 0 16rem;
  }
}
@media (min-width: 769px) {
  .news_detail .wrapper {
    padding: 0 10rem;
  }
}
.news_detail__content {
  max-width: 1312px;
  margin: 0 auto;
}
.news_detail__content h1 {
  font-size: 5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #eee;
}
@media (min-width: 769px) {
  .news_detail__content h1 {
    padding-bottom: 4.5rem;
    font-size: 6.4rem;
  }
}
.news_detail__content .content {
  padding-top: 4rem;
}
@media (min-width: 769px) {
  .news_detail__content .content {
    padding-top: 6rem;
  }
}
.news_detail__content .content__head h2 {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .news_detail__content .content__head h2 {
    margin-bottom: 4rem;
  }
}
.news_detail__content .content__head .meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .news_detail__content .content__head .meta {
    margin-bottom: 7rem;
  }
}
.news_detail__content .content__flex {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 7rem;
}
@media (min-width: 769px) {
  .news_detail__content .content__flex {
    flex-direction: row;
  }
}
.news_detail__content .content__body {
  width: 100%;
  padding-top: 4rem;
  border-top: 1px solid #eee;
}
@media (min-width: 769px) {
  .news_detail__content .content__body {
    width: 67%;
  }
}
.news_detail__content .content__body .image {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .news_detail__content .content__body .image {
    margin-bottom: 4rem;
  }
}
.news_detail__content .content__body .image img {
  width: 100%;
}
.news_detail__content .content__body .text {
  padding-bottom: 4rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .news_detail__content .content__body .text {
    padding-bottom: 7rem;
  }
}
.news_detail__content .content__body .text p {
  font-size: 1.6rem;
  line-height: 2;
}
.news_detail__content .content__body .btn {
  margin: 0 0 0 auto;
}
.news_detail__content .content__side {
  flex: 1;
}
.news_detail__content .content__side h3 {
  font-weight: 300;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.news_detail__content .content__side .list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 3.2rem;
}
.news_detail__content .content__side .list li a {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.news_detail__content .content__side .list li a img {
  width: 13.2rem;
}
.news_detail__content .content__side .list li a div p.new {
  color: #ff8a31;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.news_detail__content .content__side .list li a div h4 {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
}

.room .wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .room .wrapper {
    padding: 0;
  }
}
.room .mv {
  width: calc(100% + 4rem);
  margin-left: -2rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .room .mv {
    margin-left: 0;
    width: 100%;
  }
}
.room .mv i {
  position: absolute;
}
.room .mv i.anim1 {
  width: 7.92vw;
  top: 7.1vw;
  right: -7.92vw;
  transition: right 7.8s;
  animation: pepperShake 0.9s steps(2, start) infinite;
}
@media (min-width: 1441px) {
  .room .mv i.anim1 {
    width: 11.4rem;
    top: 10.2rem;
    right: -11.4rem;
  }
}
.room .mv i.anim1.is-play {
  right: 55.56vw;
}
@media (min-width: 1441px) {
  .room .mv i.anim1.is-play {
    right: 80rem;
  }
}
.room .mv i.anim2 {
  width: 8.2vw;
  top: 18.75vw;
  right: -8.2vw;
  transition: right 1.5s;
  animation-delay: 0.3s;
}
@media (min-width: 1441px) {
  .room .mv i.anim2 {
    width: 11.8rem;
    top: 27rem;
    right: -11.8rem;
  }
}
.room .mv i.anim2.is-play {
  right: 0;
}
.room .mv i.anim3 {
  width: 7.36vw;
  top: 30.56vw;
  left: -7.36vw;
  transition: left 2.5s;
  animation-delay: 0.6s;
}
@media (min-width: 1441px) {
  .room .mv i.anim3 {
    width: 10.6rem;
    top: 44rem;
    left: -10.6rem;
  }
}
.room .mv i.anim3.is-play {
  left: 11.11vw;
}
@media (min-width: 1441px) {
  .room .mv i.anim3.is-play {
    left: 16rem;
  }
}
.room__content {
  padding-top: 4rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 769px) {
  .room__content {
    padding-top: 7.5rem;
    flex-direction: row;
  }
}
.room__body {
  width: 100%;
  padding: 0 0 10rem;
}
@media (min-width: 769px) {
  .room__body {
    width: auto;
    flex: 1;
    padding: 0 16rem 16rem;
  }
}
.room__body .meta {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}
.room__body .meta p.date {
  color: #9a9a9a;
  font-size: 1.2rem;
  line-height: 1;
}
.room__body .meta p.new {
  color: #ff8a31;
  font-size: 1.2rem;
  line-height: 1;
}
.room__body .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .room__body .title {
    margin-bottom: 7rem;
  }
}
.room__body .text {
  font-size: 1.6rem;
  line-height: 2;
}
.room__body .pagination {
  margin-top: 6.4rem;
  width: 100%;
}
.room__body .pagination a,
.room__body .pagination span {
  color: #8d333a;
}
.room__body .pagination a.current,
.room__body .pagination span.current {
  color: #fff;
  background: #8d333a;
}
.room__side {
  width: 100%;
  padding: 0 0 10rem;
}
@media (min-width: 769px) {
  .room__side {
    border-left: 1px solid #eee;
    padding: 4rem 4rem 20rem;
    max-width: 43.2rem;
  }
}
.room__side h3 {
  font-weight: 300;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.room__side .list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 3.2rem;
}
.room__side .list li a {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}
.room__side .list li a img {
  width: 13.2rem;
}
.room__side .list li a div {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 0.5rem;
}
.room__side .list li a div p.date {
  color: #9a9a9a;
  font-size: 1.2rem;
  line-height: 1;
}
.room__side .list li a div p.new {
  color: #ff8a31;
  font-size: 1.2rem;
  line-height: 1;
}
.room__side .list li a div h4 {
  width: 100%;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
}
.room__side .image {
  max-width: 23rem;
  margin: 4rem auto 0;
  display: flex;
  justify-content: center;
}
.room.staff_blog .pagination {
  margin-top: 6.4rem;
  width: 100%;
}
.room.staff_blog .pagination a,
.room.staff_blog .pagination span {
  color: #f58a75;
}
.room.staff_blog .pagination a.current,
.room.staff_blog .pagination span.current {
  color: #fff;
  background: #f58a75;
}
.room.staff_blog .list__wrapper {
  padding: 50px 2rem 80px;
}
@media screen and (min-width: 768px) {
  .room.staff_blog .list__wrapper {
    padding: 100px 2rem 160px;
  }
}

.info {
  padding: 4rem 0 10rem;
}
@media (min-width: 769px) {
  .info {
    padding: 8rem 0 16rem;
  }
}
.info_detail .news_detail__content h1 {
  padding-bottom: 4rem;
  border-bottom: none;
}
@media (min-width: 769px) {
  .info_detail .news_detail__content h1 {
    padding-bottom: 6rem;
  }
}
.info_detail .content {
  padding-top: 0;
}
.info_detail .content__head {
  max-width: 1048px;
  margin: 0 auto;
  padding-top: 4rem;
  border-top: 1px solid #eee;
}
@media (min-width: 769px) {
  .info_detail .content__head {
    padding-top: 6rem;
  }
}
.info_detail .content__head .meta {
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .info_detail .content__head .meta {
    margin-bottom: 6rem;
  }
}
.info_detail .content__head .title {
  font-size: 2.4rem;
}
.info_detail .content__flex {
  justify-content: center;
}
.info_detail .content__body {
  width: 100%;
  max-width: 1048px;
  padding-top: 4rem;
}
@media (min-width: 769px) {
  .info_detail .content__body {
    padding-top: 6rem;
  }
}
.info_detail .content__body .text {
  font-size: 1.6rem;
}
.info .wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.info h1 {
  font-size: 5rem;
  padding-bottom: 4rem;
}
@media (min-width: 769px) {
  .info h1 {
    padding-bottom: 7rem;
    font-size: 6.4rem;
  }
}
.info__content {
  display: flex;
  gap: 4rem;
  flex-direction: column;
}
@media (min-width: 769px) {
  .info__content {
    flex-direction: row;
    gap: 10rem;
  }
}
@media screen and (min-width: 561px) {
  .info__side .news__side {
    width: fit-content;
  }
}
.info__side .news__side .menu {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  flex-direction: row;
  padding-top: 0;
  padding-left: 0;
  align-items: flex-start;
}
.info__side .news__side .menu::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .info__side .news__side .menu {
    flex-direction: column;
    gap: 0;
    padding-left: 2rem;
    padding-top: 4rem;
  }
}
@media (min-width: 769px) {
  .info__side .news__side .menu {
    padding-left: 8rem;
  }
}
.info__side .news__side .menu label {
  line-height: 1;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .info__side .news__side .menu label {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .info__side .news__side .menu label:first-child {
    margin-bottom: 3rem;
  }
}
.info__side .news__side .menu label input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.info__side .news__side .menu label input:checked + .mock {
  background-color: #111;
}
@media (max-width: 767px) {
  .info__side .news__side .menu label input:checked ~ span {
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid #111;
    display: block;
  }
}
.info__side .news__side .menu label span {
  white-space: nowrap;
}
.info__side .news__side .menu label .mock {
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #111;
  border-radius: 50%;
  display: none;
}
@media (min-width: 768px) {
  .info__side .news__side .menu label .mock {
    display: block;
  }
}
.info__side .image {
  display: flex;
  justify-content: flex-end;
  display: none;
}
@media screen and (min-width: 768px) {
  .info__side .image {
    display: block;
  }
}
.info__body {
  flex: 1;
}
.info__list li {
  border-top: 1px solid #eee;
}
.info__list li:last-child {
  border-bottom: 1px solid #eee;
}
.info__list li a {
  display: flex;
  padding: 1.6rem 0;
  gap: 2rem;
}
@media (min-width: 561px) {
  .info__list li a {
    gap: 3.2rem;
  }
}
.info__list li a img {
  width: 12rem;
}
@media (min-width: 561px) {
  .info__list li a img {
    width: 20rem;
  }
}
.info__list li a > div {
  display: flex;
  flex-direction: column;
}
.info__list li a > div .title {
  flex: 1;
  font-size: 1.8rem;
}
@media (min-width: 561px) {
  .info__list li a > div .title {
    font-size: 2rem;
  }
}
.info__list li a > div .meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
}

.gallery {
  position: relative;
}
.gallery__nav {
  position: absolute;
  z-index: 2;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
}
@media (min-width: 769px) {
  .gallery__nav {
    bottom: 4rem;
  }
}
.gallery__nav h1 {
  font-size: 6rem;
  margin-bottom: 2rem;
  line-height: 1;
  user-select: none;
}
@media (min-width: 769px) {
  .gallery__nav h1 {
    margin-bottom: 3rem;
    font-size: 16rem;
  }
}
.gallery__nav .nav {
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  gap: 3rem;
  padding: 1.5rem 4rem;
  border-radius: 4rem;
}
@media (min-width: 769px) {
  .gallery__nav .nav {
    padding: 1.7rem 4.4rem;
    gap: 6rem;
  }
}
.gallery__nav .nav li {
  font-size: 1.8rem;
  font-weight: 300;
  cursor: pointer;
}
@media (min-width: 769px) {
  .gallery__nav .nav li {
    font-size: 2.4rem;
  }
}
.gallery__nav .nav li.selected {
  font-weight: 400;
  color: #FF8383;
  border-bottom: 1px solid;
}
.gallery__content > div {
  height: calc(100vh - 5.6rem - 8.2rem);
  width: 100%;
}
@media (min-width: 561px) {
  .gallery__content > div {
    height: calc(100vh - 5.6rem - 4.8rem);
  }
}
@media (min-width: 769px) {
  .gallery__content > div {
    height: calc(100vh - 8.5rem - 5.8rem);
  }
}
@media (min-width: 1181px) {
  .gallery__content > div {
    height: calc(100vh - 7rem - 4.8rem);
  }
}
.gallery__content > div .swiper-wrapper {
  display: flex;
  width: max-content;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 769px) {
  .gallery__content > div .swiper-wrapper {
    position: static;
  }
}
.gallery__content > div .swiper-wrapper .swiper-slide {
  margin-left: -2px;
  width: max-content;
}
.gallery__content > div .swiper-wrapper .swiper-slide img {
  height: calc(100vh - 5.6rem - 8.2rem);
}
@media (min-width: 561px) {
  .gallery__content > div .swiper-wrapper .swiper-slide img {
    height: calc(100vh - 5.6rem - 4.8rem);
  }
}
@media (min-width: 769px) {
  .gallery__content > div .swiper-wrapper .swiper-slide img {
    height: calc(100vh - 8.5rem - 5.8rem);
  }
}
@media (min-width: 1181px) {
  .gallery__content > div .swiper-wrapper .swiper-slide img {
    height: calc(100vh - 7rem - 4.8rem);
  }
}

.swiper[data-content] {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
  position: absolute;
  left: -100vw;
}

.swiper[data-content].active {
  opacity: 1;
  visibility: visible;
  position: relative;
  left: 0;
}

.ticket_page {
  background-color: #ff8878;
  padding: 6rem 0 10rem;
}
@media (min-width: 769px) {
  .ticket_page {
    padding: 8rem 0 12rem;
  }
}
.ticket_page__content {
  background-color: #fff;
  border-radius: 2rem;
  padding: 4rem 2rem 2rem;
  max-width: 1155px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .ticket_page__content {
    border-radius: 4rem;
    padding: 6.4rem 13rem 8rem;
  }
}
.ticket_page__content h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #F58A75;
}
.ticket_page__content > p:not(.note) {
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}
.ticket_page__content .content {
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .ticket_page__content .content {
    margin-bottom: 5rem;
  }
}
.ticket_page__content .content:last-child {
  margin-bottom: 0;
}
.ticket_page__content .content > p {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  display: flex;
}
@media (min-width: 769px) {
  .ticket_page__content .content > p {
    font-size: 1.8rem;
  }
}
.ticket_page__content .content > p span {
  color: #F58A75;
  flex-shrink: 0;
}
.ticket_page__content .content > div:not(.confirm__foot) {
  background-color: #FBFBFB;
  padding: 2rem;
}
@media (min-width: 769px) {
  .ticket_page__content .content > div:not(.confirm__foot) {
    padding: 3.2rem 4.8rem;
  }
}
.ticket_page__content .content > div:not(.confirm__foot) .limit {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
}
.ticket_page__content .content > div:not(.confirm__foot) dl {
  margin-top: 2rem;
  background-color: #fff;
  padding: 2rem;
}
@media (min-width: 769px) {
  .ticket_page__content .content > div:not(.confirm__foot) dl {
    margin-top: 2.4rem;
    padding: 2.4rem 5.6rem;
  }
}
.ticket_page__content .content > div:not(.confirm__foot) dl dt {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  flex-direction: column-reverse;
}
@media (min-width: 769px) {
  .ticket_page__content .content > div:not(.confirm__foot) dl dt {
    margin-bottom: 3rem;
    align-items: center;
    flex-direction: row;
  }
}
.ticket_page__content .content > div:not(.confirm__foot) dl dt p {
  text-decoration: underline;
  font-weight: 700;
}
.ticket_page__content .content > div:not(.confirm__foot) dl dt a {
  flex-shrink: 0;
  margin: 0 0 0 auto;
}
.ticket_page__content .content > div:not(.confirm__foot) dl dd {
  font-size: 1.5rem;
  display: flex;
}
.ticket_page__content .content > div:not(.confirm__foot) dl dd p:first-child {
  flex-shrink: 0;
}

.confirm .ticket_page__content h1 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .confirm .ticket_page__content h1 {
    font-size: 2.4rem;
    margin-bottom: 4.8rem;
  }
}
.confirm .ticket_page__content > p:not(.note) {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .confirm .ticket_page__content > p:not(.note) {
    font-size: 2rem;
    margin-bottom: 4.8rem;
  }
}
.confirm .ticket_page__content .note {
  text-align: center;
}
.confirm__content {
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .confirm__content {
    margin-bottom: 5.6rem;
    padding: 4.8rem !important;
  }
}
.confirm__content .date {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (min-width: 561px) {
  .confirm__content .date {
    margin-bottom: 2rem;
  }
}
.confirm__content .table {
  background-color: #fff;
  padding: 2rem 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 561px) {
  .confirm__content .table {
    margin-bottom: 4rem;
    padding: 3.2rem;
  }
}
.confirm__content .table:last-child {
  margin-bottom: 0;
}
.confirm__content .table table {
  width: 100%;
}
.confirm__content .table table tr th {
  text-align: left;
  width: 9rem;
  font-size: 1.4rem;
  padding: 0 0 1rem;
}
@media (min-width: 561px) {
  .confirm__content .table table tr th {
    letter-spacing: 0.1em;
    width: 11.6rem;
    font-size: 1.6rem;
  }
}
.confirm__content .table table tr td {
  font-weight: 500;
  font-size: 1.4rem;
  color: #F58A75;
  text-indent: -1em;
  padding: 0 0 1rem 1em;
}
@media (min-width: 561px) {
  .confirm__content .table table tr td {
    font-size: 1.6rem;
  }
}
.confirm__content .table table tr td span {
  color: #121212;
}
@media (min-width: 561px) {
  .confirm__content .table table tr td span {
    margin-right: 1em;
  }
}
.confirm__content .table table tr:last-child {
  border-top: 1px solid;
}
.confirm__content .table table tr:last-child th {
  padding-top: 1.5rem;
}
.confirm__foot .grandtotal {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.confirm__foot .attr {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .confirm__foot .attr {
    font-size: 1.4rem;
    margin-bottom: 5rem;
  }
}
.confirm__foot .attr a {
  color: #4f27d9;
  text-decoration: underline;
}

@media (min-width: 769px) {
  .complete .ticket_page__content > p:not(.note) {
    margin-bottom: 4rem;
  }
}
.complete .ticket_page__content .note {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .complete .ticket_page__content .note {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
}
.complete .ticket_page__content .table {
  position: relative;
}
.complete .ticket_page__content .table .btn {
  margin: 0 0 1rem auto;
}
@media (min-width: 769px) {
  .complete .ticket_page__content .table .btn {
    position: absolute;
    right: 3.2rem;
    top: 7rem;
  }
}

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