@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap");
/* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
	# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
	* Correct `block` display not defined for any HTML5 element in IE 8/9
	* Correct `block` display not defined for `details` or `summary` in IE 10/11
	* and Firefox
	* Correct `block` display not defined for `main` in IE 11
	*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
	# Forms
# ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
	# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
	# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
	# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* @include _animation.scss */
@keyframes menu-bar01 {
  0% {
    transform: translateY(16px) rotate(45deg);
  }
  50% {
    transform: translateY(16px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    transform: translateY(-16px) rotate(-45deg);
  }
  50% {
    transform: translateY(-16px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(16px) rotate(0);
  }
  100% {
    transform: translateY(16px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-16px) rotate(0);
  }
  100% {
    transform: translateY(-16px) rotate(-45deg);
  }
}
@keyframes menu-bar01-sp {
  0% {
    transform: translateY(calcSp(16)) rotate(45deg);
  }
  50% {
    transform: translateY(calcSp(16)) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03-sp {
  0% {
    transform: translateY(calcSp(-16)) rotate(-45deg);
  }
  50% {
    transform: translateY(calcSp(-16)) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01-sp {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(calcSp(16)) rotate(0);
  }
  100% {
    transform: translateY(calcSp(16)) rotate(45deg);
  }
}
@keyframes active-menu-bar03-sp {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(calcSp(-16)) rotate(0);
  }
  100% {
    transform: translateY(calcSp(-16)) rotate(-45deg);
  }
}
*, ::before, ::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body, p, div, section {
  line-height: 1.4;
}

img, svg, video {
  display: block;
  vertical-align: bottom;
}

html {
  scroll-behavior: auto;
}
@media screen and (min-width: 769px) {
  html {
    font-size: min(0.715vw, 10px);
    scroll-padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.303vw;
  }
}

body {
  position: relative;
  margin: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  body {
    background: #38070a;
    overflow-y: hidden;
  }
}

main {
  display: block;
}

p, table, figure, dl, dt, dd, h1, h2, h3, h4, h5, h6, ul, ol {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

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

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

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

/* @include _common.scss */
/*common*/
html, body {
  height: auto;
  min-height: 100%;
  overflow-x: hidden; /* 横スクロールだけ防ぐ */
  overflow-y: auto;
}

html.js-modalOpen {
  overflow: hidden;
}

body {
  font-size: 14px;
  letter-spacing: 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Noto Sans JP", "メイリオ", Meiryo, "ＭＳＰゴシック", sans-serif;
  /*20231106*/
  line-height: 1.7;
  letter-spacing: 0.01em;
  font-weight: 400;
  font-feature-settings: "palt" 1;
}
body.js-noScroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

a:hover {
  opacity: 0.7;
  transition: opacity 0.4s;
}

img {
  display: block;
  max-width: 100%;
  margin: 0;
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0); /* GPUレンダリング */
  will-change: transform;
}
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

.u-text {
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .u-text p {
    font-feature-settings: "palt";
  }
}

.u-gothic {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.u-gothic--medium {
  font-weight: 500;
}
.u-gothic--semiBold {
  font-weight: 600;
}
.u-gothic--bold {
  font-weight: 700;
}

.u-serif {
  font-family: "YuMincho Medium", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 400;
}
.u-serif--medium {
  font-weight: 500;
}
.u-serif--semiBold {
  font-weight: 600;
}
.u-serif--bold {
  font-weight: 700;
}

.u-noto-sans-serif {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.u-noto-sans-serif--medium {
  font-weight: 500;
}
.u-noto-sans-serif--semiBold {
  font-weight: 600;
}
.u-noto-sans-serif--bold {
  font-weight: 700;
}

.u-noto-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.u-noto-serif--medium {
  font-weight: 500;
}
.u-noto-serif--semiBold {
  font-weight: 600;
}
.u-noto-serif--bold {
  font-weight: 700;
}

.u-serif__en {
  font-family: "STIX Two Text", serif;
  font-weight: 400;
}
.u-serif__en--medium {
  font-weight: 500;
}
.u-serif__en--semiBold {
  font-weight: 600;
}
.u-serif__en--bold {
  font-weight: 700;
}

.c-flex {
  display: flex;
}

.c-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-modal-box {
  padding: 28px;
  width: 888px;
  height: 554px;
  overflow-y: auto;
  overflow-x: hidden;
  background: url("../img/bg_frame.png") top center/auto repeat-y;
}
.c-modal-box__inner {
  padding: 0 20px;
  position: relative;
  height: 100%;
  background: rgb(76, 0, 1);
  background: linear-gradient(180deg, rgb(76, 0, 1) 0%, rgb(128, 28, 33) 100%);
}
.c-modal-box-flex {
  margin-top: 30px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-modal-box-flex {
    margin-top: 0;
    display: block;
  }
}
.c-modal-box-imgList {
  width: 610px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 43px;
}
@media screen and (max-width: 768px) {
  .c-modal-box-imgList {
    width: calcSp(610);
    gap: calcSp(43);
  }
}
.c-modal-box-imgList__thum {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .c-modal-box-imgList__thum {
    margin: auto;
    width: calcSp(494);
  }
}
.c-modal-box-imgList__flyer {
  width: 207px;
}
@media screen and (max-width: 768px) {
  .c-modal-box-imgList__flyer {
    width: calcSp(207);
  }
}
.c-modal-box-info {
  width: 393px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-modal-box-info {
    padding-bottom: calcSp(30);
    margin: calcSp(30) auto 0;
    width: calcSp(507);
  }
}
.c-modal-box-info-placeTxt {
  position: relative;
  padding-top: 12px;
  width: 257px;
  height: 55px;
  margin: 0 auto;
  line-height: 1.1;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  -webkit-text-stroke: 3px #000;
  box-sizing: border-box;
  background: url(../img/holiday/placeTxt_bg@2x.png) center top/100% no-repeat;
}
@media screen and (max-width: 768px) {
  .c-modal-box-info-placeTxt {
    padding-top: calcSp(18);
    width: calcSp(424);
    height: calcSp(90);
    font-size: calcSp(27);
  }
}
.c-modal-box-info-placeTxt span {
  position: absolute;
  padding-top: 12px;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.1;
  color: #fccf00;
  -webkit-text-stroke-width: 0px;
  z-index: 1;
  filter: drop-shadow(0px 0px 1px black) drop-shadow(0px 0px 1px black) drop-shadow(0px 0px 1px black);
}
@media screen and (max-width: 768px) {
  .c-modal-box-info-placeTxt span {
    padding-top: calcSp(18);
    font-size: calcSp(27);
    filter: drop-shadow(0px 0px 1px black);
    text-shadow: 0px 0px 1px black;
  }
}
.c-modal-box-info-placeTxt--ruby {
  align-items: end;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .c-modal-box-info-placeTxt--ruby {
    padding-bottom: calcSp(16);
  }
}
.c-modal-box-info-placeTxt.adjust {
  padding-top: 5px;
}
.c-modal-box-info-placeTxt.adjust span {
  padding-top: 5px;
}
.c-modal-box-info-ttlTxt {
  margin: 20px 0 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-modal-box-info-ttlTxt {
    margin: calcSp(15) 0 0;
    font-size: calcSp(37);
  }
}
.c-modal-box-info-ttlTxt--small {
  font-size: 33px;
}
@media screen and (max-width: 768px) {
  .c-modal-box-info-ttlTxt--small {
    font-size: calcSp(33);
  }
}
.c-modal-box-info-detailTxt {
  margin: 20px 0 0;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-modal-box-info-detailTxt {
    margin: calcSp(15) 0 0;
    font-size: calcSp(23);
  }
}
.c-modal-box-info-hour {
  margin: 10px 0 0;
  padding: 10px 0 0;
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-modal-box-info-hour {
    margin: calcSp(25) 0 0;
    padding: calcSp(20) 0 0;
    gap: calcSp(10);
  }
}
.c-modal-box-info-hour__badge {
  width: 83px;
}
@media screen and (max-width: 768px) {
  .c-modal-box-info-hour__badge {
    width: calcSp(125);
  }
}
.c-modal-box-info-hour__text {
  font-size: 18px;
  color: #fff000;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-modal-box-info-hour__text {
    font-size: calcSp(26);
  }
}
.c-modal-box-info-hour__text--small {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-modal-box-info-hour__text--small {
    font-size: calcSp(21);
  }
}
.c-modal-box__copyright {
  width: 100%;
  margin: 28px 0 0;
  display: inline-block;
  font-size: 18px;
  text-align: right;
}
.c-modal__close-wrap {
  width: 100%;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .c-modal__close-wrap {
    position: absolute;
    top: calcSp(35);
    right: calcSp(30);
  }
}
.c-modal__close {
  width: 33px;
  height: 33px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-modal__close {
    width: calcSp(42);
    height: calcSp(42);
  }
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 42px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-modal__close::before, .c-modal__close::after {
    top: calcSp(20);
    width: calcSp(42);
    height: calcSp(2);
  }
}
.c-modal__close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-modal__close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-modal__close:focus-visible {
  border: none;
  outline: none;
}
.c-modal-map-box, .c-modal-event-box {
  position: absolute;
  top: 50%;
  margin-top: 0;
  padding: 28px;
  max-width: 1800px;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  background: url(../img/bg_frame.png) top center/cover repeat-y;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .c-modal-map-box, .c-modal-event-box {
    width: calc(100% - 4px);
    background-color: #000;
    padding: calcSp(17);
  }
}
.c-modal-map-box__inner, .c-modal-event-box__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #7f1d20;
}
.c-modal-map__img, .c-modal-event__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-modal-map__list, .c-modal-event__list {
  padding-top: 55.5555555556%;
  margin: 0 90px;
  position: relative;
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1800px) {
  .c-modal-map__list, .c-modal-event__list {
    margin: 0 5vw;
    max-width: 88.8888888889vw;
  }
}
.c-modal-map__list > li, .c-modal-event__list > li {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1800px) {
  .c-modal-map__list > li, .c-modal-event__list > li {
    margin-bottom: 1.6666666667vw;
  }
}
.c-modal-map__list > li picture img, .c-modal-event__list > li picture img {
  width: 236px;
}
@media (max-width: 1800px) {
  .c-modal-map__list > li picture img, .c-modal-event__list > li picture img {
    width: 13.1111111111vw;
  }
}
.c-modal-map-info, .c-modal-event-info {
  margin-left: 12px;
}
@media (max-width: 1800px) {
  .c-modal-map-info, .c-modal-event-info {
    margin-left: 0.6666666667vw;
  }
}
.c-modal-map-info-placeTxt, .c-modal-event-info-placeTxt {
  position: relative;
  padding-top: 9px;
  height: 42px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.1;
  color: #000;
  -webkit-text-stroke: 3px #000;
  margin: 0 auto;
  width: 198px;
  box-sizing: border-box;
  background: url(../img/holiday/placeTxt_bg@2x.png) center top/100% no-repeat;
}
@media (max-width: 1800px) {
  .c-modal-map-info-placeTxt, .c-modal-event-info-placeTxt {
    padding-top: 0.5vw;
    height: 2.3333333333vw;
    font-size: 0.6666666667vw;
    width: 11vw;
  }
}
@media screen and (max-width: 768px) {
  .c-modal-map-info-placeTxt, .c-modal-event-info-placeTxt {
    -webkit-text-stroke: calcSp(1) #000;
  }
}
.c-modal-map-info-placeTxt span, .c-modal-event-info-placeTxt span {
  position: absolute;
  padding-top: 9px;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.1;
  color: #fccf00;
  -webkit-text-stroke-width: 0;
  z-index: 1;
  filter: drop-shadow(0px 0px 1px black) drop-shadow(0px 0px 1px black) drop-shadow(0px 0px 1px black);
}
@media (max-width: 1800px) {
  .c-modal-map-info-placeTxt span, .c-modal-event-info-placeTxt span {
    padding-top: 0.5vw;
    font-size: 0.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-modal-map-info-placeTxt span, .c-modal-event-info-placeTxt span {
    filter: drop-shadow(0px 0px 1px black);
    text-shadow: 0px 0px 1px black;
  }
}
.c-modal-map-info-placeTxt--ruby, .c-modal-event-info-placeTxt--ruby {
  padding-bottom: 9px;
  align-items: end;
}
@media (max-width: 1800px) {
  .c-modal-map-info-placeTxt--ruby, .c-modal-event-info-placeTxt--ruby {
    padding-top: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  .c-modal-map-info-placeTxt--ruby, .c-modal-event-info-placeTxt--ruby {
    padding-bottom: calcSp(12);
  }
}
.c-modal-map-info-placeTxt.adjust, .c-modal-event-info-placeTxt.adjust {
  padding-top: 4px;
}
@media (max-width: 1800px) {
  .c-modal-map-info-placeTxt.adjust, .c-modal-event-info-placeTxt.adjust {
    padding-top: 0.2222222222vw;
  }
}
.c-modal-map-info-placeTxt.adjust span, .c-modal-event-info-placeTxt.adjust span {
  padding-top: 4px;
}
@media (max-width: 1800px) {
  .c-modal-map-info-placeTxt.adjust span, .c-modal-event-info-placeTxt.adjust span {
    padding-top: 0.2222222222vw;
  }
}
.c-modal-map-info-ttlTxt, .c-modal-event-info-ttlTxt {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff000;
  text-align: center;
  margin: 0 auto;
  padding: 6px 0;
}
@media (max-width: 1800px) {
  .c-modal-map-info-ttlTxt, .c-modal-event-info-ttlTxt {
    font-size: 0.9444444444vw;
    padding: 0.3333333333vw 0;
  }
}
.c-modal-map-info-hour, .c-modal-event-info-hour {
  max-width: 237px;
  display: flex;
  gap: 8px;
  margin: 0 auto;
  padding: 8px 0 0 0;
  justify-content: center;
  border-top: 1px solid #fff000;
}
@media (max-width: 1800px) {
  .c-modal-map-info-hour, .c-modal-event-info-hour {
    max-width: 13.1666666667vw;
    gap: 0.4444444444vw;
    padding: 0.4444444444vw 0 0 0;
  }
}
.c-modal-map-info-hour__badge, .c-modal-event-info-hour__badge {
  width: 58px;
}
@media (max-width: 1800px) {
  .c-modal-map-info-hour__badge, .c-modal-event-info-hour__badge {
    width: 3.2222222222vw;
  }
}
.c-modal-map-info-hour__text, .c-modal-event-info-hour__text {
  font-size: 12px;
  line-height: 1.3;
  color: #fff000;
  margin: 3px 0 0 0;
}
@media (max-width: 1800px) {
  .c-modal-map-info-hour__text, .c-modal-event-info-hour__text {
    margin: 0.1666666667vw 0 0 0;
    font-size: 0.6666666667vw;
  }
}
.c-modal-map__close, .c-modal-event__close {
  width: 33px;
  height: 33px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-modal-map__close, .c-modal-event__close {
    width: calcSp(42);
    height: calcSp(42);
  }
}
.c-modal-map__close-wrap, .c-modal-event__close-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100%;
  display: flex;
  justify-content: end;
  z-index: 1;
}
.c-modal-map__close::before, .c-modal-map__close::after, .c-modal-event__close::before, .c-modal-event__close::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 42px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .c-modal-map__close::before, .c-modal-map__close::after, .c-modal-event__close::before, .c-modal-event__close::after {
    top: calcSp(20);
    width: calcSp(42);
    height: calcSp(2);
  }
}
.c-modal-map__close::before, .c-modal-event__close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-modal-map__close::after, .c-modal-event__close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-modal-map__close:focus-visible, .c-modal-event__close:focus-visible {
  border: none;
  outline: none;
}
.c-modal-event-box {
  width: auto;
}

/**************************\
	Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .c-modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .c-modal-box {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .c-modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .c-modal-box {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .c-modal-box,
.micromodal-slide .c-modal__overlay {
  will-change: transform;
}

.l-wrapper {
  max-width: 2000px;
  margin: auto;
  background: linear-gradient(90deg, rgb(56, 7, 10) 0%, rgb(76, 10, 13) 4.17%, rgb(106, 14, 18) 11.94%, rgb(130, 17, 22) 20.11%, rgb(147, 19, 25) 28.76%, rgb(157, 21, 26) 38.22%, rgb(160, 21, 27) 50%, rgb(157, 21, 26) 61.78%, rgb(147, 19, 25) 71.24%, rgb(130, 17, 22) 79.89%, rgb(106, 14, 18) 88.06%, rgb(76, 10, 13) 95.83%, rgb(56, 7, 10) 100%);
  backface-visibility: hidden;
}

/* header */
.p-header {
  position: fixed;
  z-index: 99;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-header {
    position: relative;
    backface-visibility: hidden;
  }
}
.p-header__inner {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 50px;
  background: rgba(56, 7, 10, 0.9);
}
@media screen and (min-width: 769px) {
  .p-header__inner {
    position: relative;
    background: none;
  }
}
.p-header__inner.active {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    transition: all 0.3s ease;
  }
}

/* nav */
.p-menuBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-menuBtn {
    display: block;
    position: fixed;
    cursor: pointer;
    z-index: 11;
    top: 1.7rem;
    right: 1.9rem;
    width: 14.6rem;
    height: 7rem;
    border-radius: 35px;
    background: #f1bb7f;
  }
}
.p-menuBtn span {
  position: absolute;
  display: block;
  width: 5rem;
  height: 1px;
  background-color: #4b3223;
  border-radius: 3px;
}
.p-menuBtn span:first-child {
  top: 10px;
  left: 25px;
  animation: menu-bar01 0.75s forwards;
}
@media screen and (max-width: 768px) {
  .p-menuBtn span:first-child {
    animation: menu-bar01-sp 0.75s forwards;
  }
}
.p-menuBtn span:nth-child(2) {
  top: 50%;
  left: 25px;
  transform: translate(0, -50%);
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.p-menuBtn span:last-child {
  bottom: 4px;
  left: 25px;
  animation: menu-bar03 0.75s forwards;
}
@media screen and (max-width: 768px) {
  .p-menuBtn span:last-child {
    animation: menu-bar03-sp 0.75s forwards;
  }
}
.p-menuBtn.active {
  mix-blend-mode: normal;
}
.p-menuBtn.active span {
  background-color: #4b3223;
  transition: 0.5s;
}
.p-menuBtn.active span:first-child {
  animation: active-menu-bar01 0.75s forwards;
  transform: rotate(45deg) translate(5px, 5px);
}
@media screen and (max-width: 768px) {
  .p-menuBtn.active span:first-child {
    animation: active-menu-bar01-sp 0.75s forwards;
  }
}
.p-menuBtn.active span:nth-child(2) {
  opacity: 0;
}
.p-menuBtn.active span:nth-child(3) {
  animation: active-menu-bar03 0.75s forwards;
  transform: rotate(-45deg) translate(5px, -5px);
}
@media screen and (max-width: 768px) {
  .p-menuBtn.active span:nth-child(3) {
    animation: active-menu-bar03-sp 0.75s forwards;
  }
}

@media screen and (min-width: 769px) {
  .p-globalNav {
    width: 120rem;
    margin: 0 auto;
    padding: 13px 0;
    background: rgba(56, 7, 10, 0.9);
  }
}
.p-globalNav__list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 82.67%;
  padding: 9.8rem 0 12.4rem;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-globalNav__list {
    flex-direction: row;
    width: 115.4rem;
    padding: 0;
    margin: 0 auto;
  }
}
.p-globalNav__item > * {
  font-family: "STIX Two Text", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
  color: #4b3223;
}
@media screen and (min-width: 769px) {
  .p-globalNav__item > * {
    font-size: 1.8rem;
    letter-spacing: 0.075em;
  }
}
.p-globalNav__item {
  position: relative;
  padding: 4rem 0 4rem 1.2rem;
  border-bottom: solid 2px rgba(75, 50, 35, 0.1);
}
@media screen and (min-width: 769px) {
  .p-globalNav__item {
    display: flex;
    align-self: center;
    padding: 15px 0;
    line-height: 1;
    border: none;
  }
}
@media screen and (min-width: 769px) {
  .p-globalNav__item::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    width: 1px;
    height: 64px;
    border-right: dotted 1px #fff;
  }
}
.p-globalNav__item .p-globalNav__itemDropdown {
  display: none;
  flex-direction: column;
  gap: 16px 0;
  margin-top: 2.4rem;
}
@media screen and (min-width: 769px) {
  .p-globalNav__item .p-globalNav__itemDropdown {
    display: flex;
    gap: 16px 0;
    width: 110%;
    padding: 2.9rem 0 2.9rem 2.5rem;
    margin-top: 0;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 25;
    pointer-events: none;
  }
}
.p-globalNav__item .p-globalNav__itemDropdown li {
  font-size: 2.8rem;
}
@media screen and (min-width: 769px) {
  .p-globalNav__item .p-globalNav__itemDropdown li {
    font-size: 1.4rem;
    font-weight: 500;
    color: #4b3223;
  }
}
@media screen and (min-width: 769px) {
  .p-globalNav__item .p-globalNav__itemDropdown.u-globalNav__itemDropdown {
    width: 120%;
    background-color: #f1bb7f;
  }
}
@media screen and (min-width: 769px) {
  .p-globalNav__item.p-hasDropdown::before {
    right: -40px;
  }
}
@media screen and (min-width: 769px) {
  .p-globalNav__item.p-hasDropdown + .p-globalNav__item {
    padding-left: 18px;
  }
}
@media screen and (min-width: 769px) {
  .p-globalNav__item:last-child::before {
    border: none;
  }
}
@media screen and (min-width: 769px) {
  .p-globalNav__link {
    text-align: center;
    color: #fff;
    line-height: 1;
  }
}
.p-globalNav__link.u-globalNav__link {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-globalNav__link.u-globalNav__link {
    display: inline-block;
  }
}
.p-globalNav__link.u-globalNav__link::before, .p-globalNav__link.u-globalNav__link::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  width: 1px;
  height: 5.5px;
  border-radius: 9999px;
  background-color: #4b3223;
  transform-origin: 50% calc(100% - 0.5px);
}
@media screen and (min-width: 769px) {
  .p-globalNav__link.u-globalNav__link::before, .p-globalNav__link.u-globalNav__link::after {
    background-color: #fff;
    top: 7px;
    right: -12px;
  }
}
.p-globalNav__link.u-globalNav__link::before {
  transform: rotate(45deg);
}
.p-globalNav__link.u-globalNav__link::after {
  transform: rotate(-45deg);
}
.p-globalNav__link.u-globalNav__link.p-globalNav__linkColor::before, .p-globalNav__link.u-globalNav__link.p-globalNav__linkColor::after {
  top: 5px;
  background-color: #f1bb7f;
}
.p-globalNav__link.u-globalNav__linkSpecial {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-globalNav__link.u-globalNav__linkSpecial {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .p-globalNav__link.u-globalNav__linkSpecial::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 4px solid #fff;
    border-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-globalNav__link:hover + .p-globalNav__itemDropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.p-globalNav__linkColor {
  color: #f1bb7f;
}

@media screen and (min-width: 769px) {
  .p-globalNav__item .p-globalNav__itemDropdown.u-globalNav__itemDropdown {
    position: absolute;
    width: 140%;
  }
}

/* ホバー時に表示 */
.p-globalNav__item:hover > .p-globalNav__itemDropdown,
.p-globalNav__item:focus-within > .p-globalNav__itemDropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.p-showDropdown {
  display: none;
}

.p-overlap {
  display: grid;
  place-items: center;
}

.p-comingsoon {
  margin: 5.2rem auto 5.2rem;
}
@media screen and (min-width: 769px) {
  .p-comingsoon {
    margin: 3.5rem auto 4rem;
  }
}
.p-comingsoon__body {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 4.8rem 4rem 4.8rem;
  margin: auto;
  background: transparent;
  border-top: 1px solid #f1bb7f;
  border-bottom: 1px solid #f1bb7f;
}
@media screen and (min-width: 769px) {
  .p-comingsoon__body {
    max-width: 80%;
    min-width: 390px;
    width: fit-content;
    padding: 2rem 4rem 1.6rem;
  }
}
.p-comingsoon__body::before, .p-comingsoon__body::after {
  position: absolute;
  content: "";
  top: 0;
  width: 4.2rem;
  height: 100%;
  background-image: url(../img/top/ribbon_gold.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .p-comingsoon__body::before, .p-comingsoon__body::after {
    width: 2.1rem;
    height: 100%;
    background-image: url(../img/top/ribbon_gold.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.p-comingsoon__body::before {
  left: 0;
}
.p-comingsoon__body::after {
  right: 0;
  transform: scaleX(-1);
}
.p-comingsoon__body span {
  text-align: center;
  color: #f1bb7f;
}
.p-comingsoonEn, .p-comingsoonJp {
  display: block;
  text-align: center;
}
.p-comingsoonEn {
  text-align: center;
  font-size: 2.4rem;
  text-transform: lowercase;
}
@media screen and (min-width: 769px) {
  .p-comingsoonEn {
    font-size: 1.4rem;
  }
}
.p-comingsoonJp {
  font-size: 4rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .p-comingsoonJp {
    font-size: 3rem;
  }
}

/* kv */
.p-kv {
  position: relative;
}
.p-kv__container {
  position: relative;
}
.p-kv__body {
  position: relative;
  z-index: 1;
  padding-bottom: 2.3rem;
  background-image: url(../img/top/kv-bg_sp.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  .p-kv__body {
    background-image: url(../img/top/kv-bg_pc.png);
    background-size: cover;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-kv__body img {
    width: 100%;
    max-width: 1400px;
    margin: auto;
  }
}
.p-kv__img {
  position: relative;
  z-index: 1;
}
.p-kv__img .pc-only {
  display: flex;
  justify-content: center;
  background: url(../img/top/schedule-bg_pc.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  .p-kv__img .pc-only {
    padding: 2.2rem 0 2rem;
  }
  .p-kv__img .pc-only img {
    width: 35.9%;
    max-width: 572px;
    height: auto;
    margin: auto;
  }
}
@media screen and (min-width: 1400px) {
  .p-kv__img .pc-only {
    padding: 2.2rem 0 2rem;
  }
  .p-kv__img .pc-only img {
    width: 100%;
    height: auto;
    max-width: 572px;
  }
}

/* container */
.l-container__inner {
  position: relative;
}

/* イントロ */
.js-animation {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.js-animation.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.p-intro {
  position: relative;
}
.p-intro::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 76.8rem;
  height: 20rem;
  background-image: url(../img/top/intro-bg-top_sp.webp);
  background-size: 76.8rem auto;
  background-position: center top;
  background-repeat: no-repeat;
  backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  .p-intro::before {
    top: -7rem;
    width: 200rem;
    height: 43.1rem;
    background-image: url(../img/top/intro-bg-top_pc.webp);
    background-size: 200rem auto;
    background-position: center top;
  }
}
.p-intro__inner {
  position: relative;
  padding-top: 20.9rem;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-intro__inner {
    width: 121rem;
    padding-top: 22rem;
  }
}
.p-intro__inner::before {
  position: absolute;
  content: "";
  top: 8.5rem;
  left: -2.4%;
  width: 73.65rem;
  height: 197.8rem;
  background-image: url(../img/top/intro-bg_sp.webp);
  background-size: 73.65rem auto;
  background-position: center top;
  background-repeat: no-repeat;
  backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  .p-intro__inner::before {
    top: 14rem;
    left: -20.5%;
    width: 171.75rem;
    height: 141.8rem;
    background-image: url(../img/top/intro-bg_pc.webp);
    background-size: 171.75rem auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
.p-intro__heading {
  display: flex;
  width: 59.54rem;
  margin: auto;
  font-size: 7.6rem;
  color: #fff;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-intro__heading {
    width: auto;
    margin-left: 13.5%;
    font-size: 5.1rem;
  }
}
.p-intro__outer {
  width: 101.8rem;
  margin: -8.5rem auto 0 20%;
}
@media screen and (min-width: 769px) {
  .p-intro__outer {
    width: 83.3rem;
    margin: 4rem auto 0;
  }
}

.p-introBlock__container {
  flex-direction: column;
  margin-top: 7.2rem;
}
@media screen and (min-width: 769px) {
  .p-introBlock__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 106.3rem;
    margin-top: 6.5rem;
    margin-left: 13.5%;
  }
}
.p-introBlock__body {
  display: flex;
  flex-direction: column;
  gap: 39px 0;
  width: 59.54rem;
  margin: auto;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-introBlock__body {
    gap: 55px 0;
    width: 43.3rem;
    margin: 0;
  }
}
.p-introBlock__txt {
  font-size: 3rem;
  line-height: 2.35;
  letter-spacing: 0.051em;
}
@media screen and (min-width: 769px) {
  .p-introBlock__txt {
    font-size: 1.82rem;
  }
}
.p-introBlock__img {
  width: 73.65rem;
  margin: 5.7rem auto 0;
}
@media screen and (min-width: 769px) {
  .p-introBlock__img {
    width: 62.6rem;
    margin-top: -2.5rem;
  }
}

/* object */
.p-object {
  position: relative;
  margin-top: 13.4rem;
}
.p-object__headingWrap {
  position: relative;
  text-align: center;
  color: #fff;
}
.p-object__headingWrap::before {
  position: absolute;
  content: "";
  top: -11rem;
  left: 50%;
  transform: translate(-55%, 0);
  width: 69.77rem;
  height: 24.67rem;
  background-image: url(../img/top/section01-bg_sp.webp);
  background-size: 69.77rem auto;
  background-position: center top;
  background-repeat: no-repeat;
  backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  .p-object__headingWrap::before {
    top: -9rem;
    left: 50%;
    transform: translate(-52%, 0);
    width: 110.3rem;
    height: 24.05rem;
    background-image: url(../img/top/section01-bg_pc.webp);
    background-size: 110.3rem auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
.p-object__heading {
  font-size: 8.6rem;
  letter-spacing: 0.065em;
  line-height: 1.1;
}
@media screen and (min-width: 769px) {
  .p-object__heading {
    font-size: 6.8rem;
  }
}
.p-object__lead {
  width: 82.3%;
  max-width: 730px;
  margin: 5rem auto 0;
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-object__lead {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.p-object__wrap {
  position: relative;
}
.p-object__body {
  position: relative;
  top: -4rem;
}
@media screen and (min-width: 769px) {
  .p-object__body {
    top: -5rem;
  }
}
.p-object__headingH3 {
  position: relative;
  font-size: 5.6rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-object__headingH3 {
    font-size: 4rem;
  }
}
.p-object__headingH3 span {
  position: relative;
}
.p-object__headingH3 span::before, .p-object__headingH3 span::after {
  position: absolute;
  content: "";
  top: 45%;
  transform: translateY(-50%);
  width: 2.24rem;
  height: 3.136rem;
  background-image: url(../img/top/section01-h3_bg.webp);
  background-size: 2.24rem auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .p-object__headingH3 span::before, .p-object__headingH3 span::after {
    width: 1.6rem;
    height: 2.24rem;
    background-image: url(../img/top/section01-h3_bg.webp);
    background-size: 1.6rem auto;
  }
}
.p-object__headingH3 span::before {
  left: -6.72rem;
}
@media screen and (min-width: 769px) {
  .p-object__headingH3 span::before {
    left: -4.48rem;
  }
}
.p-object__headingH3 span::after {
  right: -6.72rem;
}
@media screen and (min-width: 769px) {
  .p-object__headingH3 span::after {
    right: -4.48rem;
  }
}
.p-object__overview {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  overflow: visible;
  width: 62%;
  padding: 10px 0 10px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-object__overview {
    gap: 18px 0;
    max-width: 860px;
  }
}
.p-object__overview::before, .p-object__overview::after {
  position: absolute;
  content: "";
  top: 25px;
  width: 4.25rem;
  height: 38.45rem;
  background-image: url(../img/top/section01_parentheses_sp.webp);
  background-size: 4.25rem auto;
  background-position: left top;
  background-repeat: no-repeat;
  backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  .p-object__overview::before, .p-object__overview::after {
    top: 35px;
    width: 3.1rem;
    height: 14.25rem;
    background-image: url(../img/top/section01_parentheses_pc.webp);
    background-size: 3.1rem auto;
  }
}
.p-object__overview::before {
  left: -16%;
}
@media screen and (min-width: 769px) {
  .p-object__overview::before {
    left: -4rem;
  }
}
.p-object__overview::after {
  right: -14%;
  transform: scaleX(-1);
}
@media screen and (min-width: 769px) {
  .p-object__overview::after {
    right: -4rem;
  }
}
.p-object__overviewSchedule {
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 769px) {
  .p-object__overviewSchedule {
    font-size: 2.9rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
}
.p-object__overviewSchedule span {
  display: block;
  margin-top: 1rem;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-object__overviewSchedule span {
    margin-top: 0.5rem;
    font-size: 1.4rem;
    text-align: center;
  }
}
.p-object__overviewUnit {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-object__overviewUnit {
    margin-top: 0;
  }
}
.p-object__overviewAccess {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 769px) {
  .p-object__overviewAccess {
    gap: 3px 0;
    font-size: 1.7rem;
    line-height: 1.62;
    text-align: center;
    letter-spacing: 0.05em;
  }
}
.p-object__overviewAccess span {
  display: block;
  font-size: 3rem;
}
@media screen and (min-width: 769px) {
  .p-object__overviewAccess span {
    font-size: 2.4rem;
  }
}
.p-object__overviewAccess span:last-child {
  line-height: 1.4;
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) {
  .p-object__overviewAccess span:last-child {
    font-size: 1.8rem;
  }
}
.p-object__overviewIrregular {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 769px) {
  .p-object__overviewIrregular {
    font-size: 1.4rem;
    text-align: center;
  }
}

.p-ticker {
  display: grid;
  place-items: center;
  margin-top: 7rem;
}
@media screen and (min-width: 769px) {
  .p-ticker {
    margin-top: 25.8rem;
  }
}
.p-ticker__container {
  position: relative;
  width: 100%;
  overflow: hidden; /* コンテナからはみ出た部分を非表示 */
  white-space: nowrap; /* 子要素を折り返さない */
}
.p-ticker__track {
  display: inline-block;
  animation: ticker 50s linear infinite 0.5s both;
}
@media screen and (min-width: 769px) {
  .p-ticker__track {
    animation: ticker 50s linear infinite 0.5s both;
  }
}
.p-ticker__item {
  display: inline-block;
  width: 1477.5px;
  height: 27px;
  margin: 0 18px;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .p-ticker__item {
    width: 5024px;
    height: 61px;
    margin: 0 36px;
  }
}

/* 横に流すアニメーション */
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.holidaymonument {
  position: relative;
}
.holidaymonument::before {
  position: absolute;
  content: "";
  bottom: -14.5rem;
  left: 80%;
  width: 16.5rem;
  height: 16.6rem;
  background-image: url(../img/top/section01-bg2_sp.webp);
  background-size: 16.5rem auto;
  background-repeat: no-repeat;
  backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  .holidaymonument::before {
    bottom: -10rem;
    left: 50%;
    transform: translateX(-48%);
    width: 147rem;
    height: 40rem;
    background-image: url(../img/top/section01-bg2_pc.webp);
    background-size: 147rem auto;
    background-position: right top;
  }
}

.p-announce {
  margin-top: 17rem;
}
@media screen and (min-width: 769px) {
  .p-announce {
    margin-top: 11rem;
  }
}
.p-announceStampRally__inner {
  width: 90.7%;
  margin: auto;
  background-color: rgb(249, 246, 235);
  border-radius: 25px;
}
@media screen and (min-width: 769px) {
  .p-announceStampRally__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 87.7%;
    max-width: 960px;
    padding: 66px 52px 15px 64px;
  }
}
.p-announceStampRally__body {
  padding: 16rem 0 35px;
}
@media screen and (min-width: 769px) {
  .p-announceStampRally__body {
    width: 55%;
    padding: 0;
  }
}
.p-announceStampRally__heading {
  position: relative;
  padding: 0 12%;
  font-size: 7.2rem;
  color: #c30d23;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-announceStampRally__heading {
    padding-right: 0;
    padding-left: 6rem;
    font-size: 5rem;
    line-height: 1;
    text-align: left;
    letter-spacing: 0.035em;
  }
}
.p-announceStampRally__heading::before {
  position: absolute;
  content: "";
  top: -10.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 8.53rem;
  height: 9.07rem;
  background-image: url(../img/top/section01-ic-stamp.svg);
  background-size: 8.53rem auto;
  background-repeat: no-repeat;
  backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  .p-announceStampRally__heading::before {
    top: -7px;
    left: 0;
    transform: translateX(0);
    width: 4.47rem;
    height: 4.75rem;
    background-size: 4.47rem auto;
  }
}
.p-announceStampRally__heading span {
  display: block;
  font-size: 5.6rem;
}
@media screen and (min-width: 769px) {
  .p-announceStampRally__heading span {
    display: inline;
    font-size: 4rem;
  }
}
.p-announceStampRally__lead {
  display: flex;
  padding: 0 9% 0 12%;
  margin-top: 3rem;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #c30d23;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .p-announceStampRally__lead {
    padding: 0;
    margin-top: 2.5rem;
    font-size: 1.8rem;
    line-height: 1.56;
    letter-spacing: 0.035em;
  }
}
.p-announceStampRally__unit {
  display: flex;
  justify-content: space-between;
  padding-left: 12%;
  margin-top: 2.3rem;
}
@media screen and (min-width: 769px) {
  .p-announceStampRally__unit {
    padding: 0;
  }
}
.p-announceStampRally__shcheduleTxt {
  display: flex;
  font-size: 3rem;
  line-height: 1.6;
  color: #4b3223;
}
@media screen and (min-width: 769px) {
  .p-announceStampRally__shcheduleTxt {
    font-size: 1.8rem;
  }
}
.p-announceStampRally__holidayTxt {
  font-size: 2.1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .p-announceStampRally__holidayTxt {
    margin-top: 0.3rem;
    font-size: 1.3rem;
  }
}
.p-announceStampRally__img {
  width: 61.4rem;
  margin: 22px auto;
}
@media screen and (min-width: 769px) {
  .p-announceStampRally__img {
    width: 35.9rem;
    height: auto;
    margin-top: -20px;
    margin-right: 0;
  }
}
.p-announceStampRally__comingsoon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76%;
  padding: 2rem 0;
  margin: auto;
  background: #c30d23;
  font-size: 3.2rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-announceStampRally__comingsoon {
    width: 100%;
    max-width: 340px;
    margin: 20px 0 0;
    padding: 1.2rem 0;
    font-size: 2.2rem;
  }
}

.p-specialgoods__inner {
  width: 87.7%;
  margin: 15.9rem auto 0;
}
.p-specialgoods__heading {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 7.2rem;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #f1bb7f;
}
@media screen and (min-width: 769px) {
  .p-specialgoods__heading::before {
    position: absolute;
    content: "";
    top: -3.6rem;
    left: 78%;
    width: 15.65rem;
    height: 16.55rem;
    background-image: url(../img/top/section02-titlebg_pc.webp);
    background-size: 15.65rem auto;
    background-repeat: no-repeat;
    backface-visibility: hidden;
  }
}
.p-specialgoods__comingsoonWrap {
  display: flex;
  justify-content: center;
}
.p-specialgoods__comingsoon {
  width: 100%;
  height: 70px;
  padding-top: 14px;
  margin: 5.2rem auto 5.2rem;
  font-size: 19px;
  text-align: center;
  color: #f1bb7f;
  background: url(../img/top/ribbon.svg) no-repeat center;
  background-size: 100% 70px; /* 横は100%、縦は固定 */
  backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  .p-specialgoods__comingsoon {
    width: 420px;
    height: 110px;
    padding-top: 25px;
    margin: 3.5rem auto 4rem;
    font-size: 30px;
    background-size: 420px 110px;
  }
}
.p-specialgoods__comingsoon span {
  display: block;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .p-specialgoods__comingsoon span {
    font-size: 14px;
  }
}
.p-specialgoodsBlock {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  margin-top: 5rem;
}
@media screen and (min-width: 769px) {
  .p-specialgoodsBlock {
    flex-direction: row;
    gap: 0 20px;
    max-width: 960px;
    margin: auto;
  }
}
.p-specialgoodsBlock .p-specialgoodsBlock__link span .c-icon {
  position: relative;
}
.p-specialgoodsBlock .p-specialgoodsBlock__link span::before, .p-specialgoodsBlock .p-specialgoodsBlock__link span::after {
  position: absolute;
  content: "";
}
.p-specialgoodsBlock .p-specialgoodsBlock__link span::before {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background-color: #f1bb7f;
}
.p-specialgoodsBlock__list:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
@media screen and (min-width: 769px) {
  .p-specialgoodsBlock__list:nth-child(2) {
    gap: 20px 0;
  }
}
.p-specialgoodsBlock__item {
  position: relative;
}
.p-specialgoodsBlock__item span {
  position: absolute;
  right: 4.6rem;
  bottom: 4.6rem;
  display: inline-block;
  font-size: 3.1rem;
  letter-spacing: 0.025em;
  color: #4b3223;
}
@media screen and (min-width: 769px) {
  .p-specialgoodsBlock__item span {
    right: 2.7rem;
    bottom: 1.7rem;
    font-size: 1.6rem;
  }
}
.p-specialgoods .p-right {
  text-align: right;
}

.p-giftfoods {
  background-color: rgb(248, 221, 191);
  position: relative;
}
.p-giftfoods::before, .p-giftfoods::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  border-bottom: 2px dotted #c30d23;
}
.p-giftfoods::before {
  top: 4rem;
}
@media screen and (min-width: 769px) {
  .p-giftfoods::before {
    top: 2rem;
  }
}
.p-giftfoods::after {
  bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .p-giftfoods::after {
    bottom: 2rem;
  }
}
.p-giftfoods__inner {
  width: 87.7%;
  margin: 13.5rem auto 0;
}
@media screen and (min-width: 769px) {
  .p-giftfoods__inner {
    width: 100%;
    max-width: 960px;
    margin-top: 10.6rem;
  }
}
.p-giftfoods__heading {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 15rem;
  font-size: 7.2rem;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.025em;
  color: #c30d23;
}
@media screen and (min-width: 769px) {
  .p-giftfoods__heading {
    padding-top: 9.4rem;
  }
}
.p-giftfoods__comingsoonWrap {
  display: flex;
  justify-content: center;
}
.p-giftfoods__comingsoon {
  width: 100%;
  height: 70px;
  padding-top: 14px;
  margin: 5.2rem auto 5.2rem;
  font-size: 19px;
  text-align: center;
  color: #c30d23;
  background: url(../img/top/ribbon-red.svg) no-repeat center;
  background-size: 100% 70px; /* 横は100%、縦は固定 */
  backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  .p-giftfoods__comingsoon {
    width: 420px;
    height: 110px;
    padding-top: 25px;
    margin: 3.5rem auto 4rem;
    font-size: 30px;
    background-size: 420px 110px;
  }
}
.p-giftfoods__comingsoon span {
  display: block;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .p-giftfoods__comingsoon span {
    font-size: 14px;
  }
}
.p-giftfoodsBlock {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  padding-bottom: 16rem;
}
@media screen and (min-width: 769px) {
  .p-giftfoodsBlock {
    gap: 20px;
    max-width: 960px;
    margin: auto;
    padding-bottom: 10.8rem;
  }
}
.p-giftfoodsBlock__list {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
@media screen and (min-width: 769px) {
  .p-giftfoodsBlock__list {
    flex-direction: row;
    gap: 0 20px;
  }
}
.p-giftfoodsBlock__item {
  position: relative;
}
.p-giftfoodsBlock__item span {
  position: absolute;
  right: 4.6rem;
  bottom: 4.6rem;
  display: inline-block;
  font-size: 3.1rem;
  letter-spacing: 0.025em;
  color: #4b3223;
}
@media screen and (min-width: 769px) {
  .p-giftfoodsBlock__item span {
    right: 2.7rem;
    bottom: 1.7rem;
    font-size: 1.6rem;
  }
}
.p-giftfoods .p-right {
  text-align: right;
}
.p-giftfoods .p-comingsoon {
  margin: 5.2rem auto 5.2rem;
}
@media screen and (min-width: 769px) {
  .p-giftfoods .p-comingsoon {
    margin: 3.5rem auto 4rem;
  }
}
.p-giftfoods .p-comingsoon__body {
  padding: 4.8rem 4rem 4.8rem;
  border-top: 1px solid #c30d23;
  border-bottom: 1px solid #c30d23;
}
@media screen and (min-width: 769px) {
  .p-giftfoods .p-comingsoon__body {
    max-width: 80%;
    min-width: 390px;
    width: fit-content;
    padding: 2rem 4rem 1.6rem;
  }
}
.p-giftfoods .p-comingsoon__body::before, .p-giftfoods .p-comingsoon__body::after {
  position: absolute;
  content: "";
  top: 0;
  width: 4.2rem;
  height: 100%;
  background-image: url(../img/top/ribbon_red.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .p-giftfoods .p-comingsoon__body::before, .p-giftfoods .p-comingsoon__body::after {
    width: 2.1rem;
    height: 100%;
    background-image: url(../img/top/ribbon_red.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.p-giftfoods .p-comingsoon__body span {
  color: #c30d23;
}

.p-campaign__heading {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 15rem;
  font-size: 8.4rem;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.025em;
  color: #f1bb7f;
}
@media screen and (min-width: 769px) {
  .p-campaign__heading {
    padding-top: 12rem;
    line-height: 1;
  }
}
.p-campaign__heading::before {
  position: absolute;
  content: "";
  top: 12%;
  left: -3%;
  width: 13.3rem;
  height: 12rem;
  background-image: url(../img/top/section04-bg_pc.webp);
  background-size: 13.3rem auto;
  background-repeat: no-repeat;
  backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  .p-campaign__heading::before {
    top: 160px;
    left: 18%;
    transform: translateX(-50%);
    width: 9.77rem;
    height: 9.77rem;
    background-size: 9.77rem auto;
  }
}
.p-campaign .u-comingsoonCampaign__wrap {
  width: 87.7%;
}
.p-campaignBlock {
  z-index: 2;
  margin-top: -76rem;
}
@media screen and (min-width: 769px) {
  .p-campaignBlock {
    margin-top: -19rem;
  }
}
.p-campaignBlock__list {
  display: flex;
  flex-direction: column;
  gap: 33px 0;
}
@media screen and (min-width: 769px) {
  .p-campaignBlock__list {
    flex-direction: row;
    justify-content: space-between;
    gap: 0 38px;
    width: 100%;
    max-width: 682px;
  }
}
.p-campaignBlock__item {
  width: 69.3%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-campaignBlock__item {
    width: 100%;
    max-width: 322px;
    margin: 0;
  }
}
.p-campaignBlock__itemTxt {
  margin-top: 3rem;
  font-size: 3.5rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-campaignBlock__itemTxt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-campaign .p-ticker__container {
  margin-top: 64rem;
}
@media screen and (min-width: 769px) {
  .p-campaign .p-ticker__container {
    margin-top: -14rem;
  }
}

.p-footer__inner {
  position: relative;
  padding: 36px 20px 20px;
}
@media screen and (max-width: 768px) {
  .p-footer__inner::before {
    position: absolute;
    content: "";
    top: 25px;
    left: 28px;
    width: 12.37rem;
    height: 10.77rem;
    background-image: url(../img/common/footer_bg.webp);
    background-size: 12.37rem auto;
    background-repeat: no-repeat;
    backface-visibility: hidden;
  }
}
@media screen and (min-width: 769px) {
  .p-footer__inner {
    max-width: 1340px;
    padding: 30px 0 20px;
    margin: auto;
  }
}
.p-footer__totop {
  display: block;
  width: 45px;
  height: 45px;
  margin-left: auto;
  position: fixed;
  z-index: 999;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .p-footer__totop {
    inset: auto 2rem 5rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__totop {
    inset: auto 4rem 5rem auto;
  }
}
@media screen and (min-width: 769px) {
  .p-footer__totop {
    width: 54px;
    height: 54px;
  }
}
.p-footer__totop.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.p-footer__body {
  margin-top: 7rem;
}
@media screen and (min-width: 769px) {
  .p-footer__body {
    margin-top: 4rem;
  }
}
.p-footer__linkMarunouchi {
  display: block;
  width: 190px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-footer__linkMarunouchi {
    width: 242px;
  }
}
.p-footer__linkMarunouchi + .c-copyright {
  margin-top: 3.6rem;
  margin-bottom: 0;
}

.c-copyright {
  margin-bottom: 3.6rem;
  font-size: 9px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #fff;
}

#to_top {
  position: fixed;
  z-index: 999;
  transition: all 0.15s ease-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 769px) {
  #to_top {
    inset: auto 5rem 5rem auto;
  }
}
@media screen and (max-width: 768px) {
  #to_top {
    inset: auto 4rem 5rem auto;
  }
}

/* 共通 */
.p-globalNav {
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease;
}

/* スマホ */
@media (max-width: 768px) {
  #menuBtn {
    display: block;
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 110;
    cursor: pointer;
  }
  #menuBtn span {
    display: block;
    height: 1px;
    background: #000;
    margin-bottom: 5px;
    border-radius: 2px;
    transition: 0.3s;
  }
  #menuBtn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  #menuBtn.active span:nth-child(2) {
    opacity: 0;
  }
  #menuBtn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .p-globalNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-globalNav__list {
    position: relative;
    top: 0;
    left: -100%;
    width: 82.7%;
    height: 100%;
    margin: auto;
    flex-direction: column;
    background: #fff;
    padding-top: 60px;
    transition: all 0.3s ease;
    opacity: 0;
    overflow-y: auto;
  }
  .p-globalNav__list.active {
    left: 0;
    opacity: 1;
  }
  /* アコーディオンサブメニュー */
  .p-globalNav__itemDropdown {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .p-globalNav__item.open > .p-globalNav__itemDropdown {
    max-height: 500px;
    opacity: 1;
  }
  /* オーバーレイ */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 3;
    display: none;
  }
  .overlay.active {
    display: block;
  }
}
.gallery {
  width: 80.7%;
  height: 45vh;
  margin: 3rem auto 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .gallery {
    width: 100%;
    max-width: 594px;
    height: 65vh;
    margin-top: -30rem;
  }
}

.image-stack {
  position: relative;
  width: 100%;
  height: 37vh;
}
@media screen and (min-width: 769px) {
  .image-stack {
    height: 56vh;
  }
}

.image-stack img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain; /* ← ポイント */
  object-position: center;
  opacity: 0;
  transform: translateY(120px);
  top: 1%;
  left: 2%;
  z-index: 1;
}
.image-stack img:nth-child(1) {
  aspect-ratio: 544/446;
}
@media screen and (min-width: 769px) {
  .image-stack img:nth-child(1) {
    left: 0;
    aspect-ratio: 594/494;
  }
}
.image-stack img:nth-child(1) {
  aspect-ratio: 564.8/471.7;
}
@media screen and (min-width: 769px) {
  .image-stack img:nth-child(1) {
    left: 0;
    aspect-ratio: 553.5/462.2;
  }
}
.image-stack img:nth-child(2) {
  top: -1%;
  left: 3.5%;
  aspect-ratio: 555.7/460;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .image-stack img:nth-child(2) {
    left: 3.5%;
    aspect-ratio: 544.7/450.7;
  }
}
.image-stack img:nth-child(3) {
  top: 1.5%;
  left: 0;
  aspect-ratio: 561.4/467.2;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .image-stack img:nth-child(3) {
    aspect-ratio: 550/457.8;
  }
}
.image-stack img:nth-child(4) {
  top: 3%;
  left: 0;
  aspect-ratio: 530.7/428.6;
  z-index: 4;
}
@media screen and (min-width: 769px) {
  .image-stack img:nth-child(4) {
    aspect-ratio: 520/420;
  }
}
.image-stack img:nth-child(5) {
  top: 3%;
  left: 0;
  aspect-ratio: 551.5/454.7;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .image-stack img:nth-child(5) {
    top: 2%;
    aspect-ratio: 540.4/445.5;
  }
}
.image-stack img:nth-child(6) {
  aspect-ratio: 545.9/447.6;
  z-index: 6;
}
@media screen and (min-width: 769px) {
  .image-stack img:nth-child(6) {
    top: 3%;
    left: 3%;
    aspect-ratio: 534.9/438.6;
  }
}

.c-viewMoreBtn {
  border-radius: 50px;
  background: #f1bb7f;
}
.c-viewMoreBtn__txt {
  position: relative;
  padding: 20px 35px 20px 5px;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  color: #4b3223;
}
@media screen and (min-width: 769px) {
  .c-viewMoreBtn__txt {
    padding: 20px 35px 20px 15px;
    font-size: 1.8rem;
  }
}
.c-viewMoreBtn__txt::before {
  position: absolute;
  content: "";
  top: 45%;
  right: 5px;
  width: 3.515rem;
  height: 100%;
  background-image: url(../img/common/icon_viewmore.svg);
  background-size: 3.515rem auto;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .c-viewMoreBtn__txt::before {
    top: 40%;
    right: 5px;
    width: 2.25rem;
    height: 100%;
    background-image: url(../img/common/icon_viewmore.svg);
    background-size: 2.25rem auto;
    background-repeat: no-repeat;
  }
}
.c-viewMoreBtn__body {
  display: flex;
  justify-content: center;
}
.c-viewMoreBtn__body:hover .c-viewMoreBtn__txt::before {
  right: 3px;
}
@media screen and (min-width: 769px) {
  .c-viewMoreBtn__body:hover .c-viewMoreBtn__txt::before {
    right: 3px;
  }
}

.p-object__btn, .p-announce__btn {
  width: 58.7%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-object__btn, .p-announce__btn {
    width: 100%;
    max-width: 240px;
  }
}

.p-announce__btn {
  width: 64.7%;
}
@media screen and (min-width: 769px) {
  .p-announce__btn {
    width: 30px;
    max-width: 30px;
    height: 30px;
  }
}
.p-announce__btn .c-viewMoreBtn__txt {
  color: #fff;
}
.p-announce__btn .c-viewMoreBtn__txt::before {
  background-image: url(../img/common/icon_viewmorewhite.svg);
}
@media screen and (min-width: 769px) {
  .p-announce__btn .c-viewMoreBtn__txt::before {
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.107rem;
    height: 0.5rem;
    background-image: url(../img/common/icon_arrowwhite.svg);
    background-size: 1.107rem auto;
    background-repeat: no-repeat;
  }
}
.p-announce__btn.c-viewMoreBtn {
  background: #c30d23;
}
@media screen and (min-width: 769px) {
  .p-announce__btn.c-viewMoreBtn {
    position: absolute;
    right: 25px;
    bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  .p-announce__btn.c-viewMoreBtn:hover .c-viewMoreBtn__txt::before {
    left: 51%;
  }
}
