@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
:root {
  --bc01: #8c7461;
  --bc02: #ea5d87;
  --bc03: #05b5dd;
  --bc04: #3fb574;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1.8;
  -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+ */
}

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 */

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

body {
  color: var(--bc01);
  font-family: "Kiwi Maru", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.75;
  padding-top: 100vh;
}
img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

@media print, screen and (min-width: 981px) {
  .l-wrapper.-v2 .p-mv-news {
    bottom: 10.4861111111vw;
  }
}
@media print, screen and (min-width: 981px) {
  .l-wrapper.-v3 .p-mv-news {
    bottom: 8.0555555556vw;
  }
}
@media print, screen and (min-width: 981px) {
  .l-wrapper.-v3 .p-about::before {
    aspect-ratio: 1440/80;
    background: url("../img/pict-crowd_about2.png") no-repeat left bottom/100% auto;
    height: 5.5555555556vw;
    top: -5.4861111111vw;
  }
}

.l-contents {
  position: relative;
  z-index: 2;
}

.l-footer {
  background: #fffef7;
  position: relative;
}
.l-footer::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .l-footer::before {
    aspect-ratio: 750/59;
    background: url("../img/pict-crowd_footer_sp.png") no-repeat left bottom/100% auto;
    height: 7.8666666667vw;
    top: -7.7333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer::before {
    aspect-ratio: 1440/65;
    background: url("../img/pict-crowd_footer.svg") no-repeat left bottom/100% auto;
    height: 4.5138888889vw;
    top: -4.4444444444vw;
  }
}

.l-footer-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 980px) {
  .l-footer-inner {
    padding-block: 18.4vw 49.6vw;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer-inner {
    padding-block: 6.0416666667vw 8.125vw;
  }
}

.l-footer-image_l {
  position: absolute;
}
@media only screen and (max-width: 980px) {
  .l-footer-image_l {
    left: 0;
    top: 0;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer-image_l {
    left: 3.75vw;
    top: 3.8194444444vw;
  }
}
.l-footer-image_l img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .l-footer-image_l img {
    width: 31.0666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer-image_l img {
    width: 16.1805555556vw;
  }
}

.l-footer-image_r {
  bottom: 0;
  right: 0;
  position: absolute;
}
@media only screen and (max-width: 980px) {
  .l-footer-image_r {
    width: 100%;
  }
}
.l-footer-image_r img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .l-footer-image_r img {
    width: 100%;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer-image_r img {
    width: 83.3611111111vw;
  }
}

@media only screen and (max-width: 980px) {
  .l-footer-catch {
    margin-bottom: 7.2vw;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer-catch {
    margin-bottom: 2.7777777778vw;
  }
}
.l-footer-catch img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .l-footer-catch img {
    width: 77.6vw;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer-catch img {
    width: 59.8611111111vw;
  }
}

@media only screen and (max-width: 980px) {
  .l-footer-banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.3333333333vw;
    margin-bottom: 5.0666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer-banners {
    display: -ms-grid;
    display: grid;
    gap: 1.8055555556vw;
    -ms-grid-columns: 1fr 1.8055555556vw 1fr 1.8055555556vw 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 2.5694444444vw;
  }
}
.l-footer-banners a {
  display: inline-block;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 981px) {
  .l-footer-banners a:hover {
    scale: 1.05;
  }
}
.l-footer-banners img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .l-footer-banners img {
    width: 42.1333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer-banners img {
    width: 17.7777777778vw;
  }
}

.l-footer-link a {
  display: inline-block;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 981px) {
  .l-footer-link a:hover {
    scale: 1.05;
  }
}
.l-footer-link img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .l-footer-link img {
    width: 67.2vw;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer-link img {
    width: 25vw;
  }
}

:where(html) img {
  height: auto;
}

.p-mv {
  background: url("../img/bg-mv.png") no-repeat center center/cover;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .p-mv {
    padding-top: 18.1333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv {
    padding-left: 6.4583333333vw;
    padding-top: 6.25vw;
  }
}

.p-mv-pict01 {
  left: 0;
  position: absolute;
  top: 0;
}
.p-mv-pict01 img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .p-mv-pict01 img {
    width: 85.3333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv-pict01 img {
    width: 53.125vw;
  }
}

.p-mv-pict02 {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 980px) {
  .p-mv-pict02 {
    top: 1.4666666667vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv-pict02 {
    bottom: 0;
  }
}
.p-mv-pict02 img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .p-mv-pict02 img {
    width: 100%;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv-pict02 img {
    width: 77.2222222222vw;
  }
}

.p-mv-title {
  position: relative;
  z-index: 10;
}
.p-mv-title img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .p-mv-title img {
    width: 96.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv-title img {
    width: 60.7638888889vw;
  }
}

.p-mv-news {
  position: absolute;
  transition: 0.3s ease-in-out;
  z-index: 100;
}
@media only screen and (max-width: 980px) {
  .p-mv-news {
    bottom: 26.6666666667vw;
    left: 4.6666666667vw;
    right: 4.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv-news {
    bottom: 8.0555555556vw;
    right: 5.5555555556vw;
  }
}
.p-mv-news.is-hide {
  opacity: 0;
  transform: translateY(-30px);
}

.p-mv-news-item a {
  align-items: center;
  background: #fff;
  color: var(--bc01);
  display: flex;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 980px) {
  .p-mv-news-item a {
    border-radius: 8.6666666667vw;
    height: 9.6vw;
    gap: 4.2666666667vw;
    padding-inline: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv-news-item a {
    border-radius: 1.9444444444vw;
    height: 3.8888888889vw;
    gap: 1.8055555556vw;
    padding-inline: 3.125vw;
    width: 33.3333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv-news-item a:hover .p-mv-news-title {
    text-decoration-color: var(--bc01);
  }
}

@media only screen and (max-width: 980px) {
  .p-mv-news-date {
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv-news-date {
    font-size: 1.1111111111vw;
  }
}

.p-mv-news-title {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 980px) {
  .p-mv-news-title {
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv-news-title {
    font-size: 1.1111111111vw;
  }
}

.p-about {
  position: relative;
}
.p-about::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .p-about::before {
    aspect-ratio: 750/59;
    background: url("../img/pict-crowd_about_sp.png") no-repeat left bottom/100% auto;
    height: 7.8666666667vw;
    top: -7.7333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-about::before {
    aspect-ratio: 1440/80;
    background: url("../img/pict-crowd_about2.png") no-repeat left bottom/100% auto;
    height: 5.5555555556vw;
    top: -5.4861111111vw;
  }
}
.p-about::after {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 20;
}
@media only screen and (max-width: 980px) {
  .p-about::after {
    aspect-ratio: 750/260;
    background: url("../img/pict-about_sp.png") no-repeat left top/100% auto;
    bottom: -16.8vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-about::after {
    aspect-ratio: 1440/260;
    background: url("../img/pict-about.png") no-repeat left top/100% auto;
    bottom: -11.25vw;
  }
}

.p-about-inner {
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .p-about-inner {
    mask: radial-gradient(circle at 50% 139.4666666667vw, transparent 53.3333333333vw, black 53.3333333333vw);
    overflow-x: hidden;
    padding-top: 14.2666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-about-inner {
    mask: radial-gradient(circle at calc(100% - 14.0277777778vw) 29.5833333333vw, transparent 25.3472222222vw, black 25.3472222222vw);
    padding-left: 11.8055555556vw;
    padding-top: 5.8333333333vw;
  }
}

.p-about-title {
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 980px) {
  .p-about-title {
    margin-bottom: 4vw;
    padding-left: 4.6666666667vw;
  }
}
.p-about-title img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .p-about-title img {
    width: 92.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-about-title img {
    width: 48.2638888889vw;
  }
}

.p-about-text {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 980px) {
  .p-about-text {
    font-size: 3.7333333333vw;
    margin-bottom: 122.6666666667vw;
    padding-inline: 4.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-about-text {
    font-size: 1.1111111111vw;
    margin-block: 2.2222222222vw 2.7083333333vw;
  }
}

.p-about-buttons-heading {
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .p-about-buttons-heading {
    margin-bottom: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-about-buttons-heading {
    display: none;
  }
}
.p-about-buttons-heading img {
  height: auto;
  width: 77.6vw;
}

.p-about-buttons {
  display: flex;
}
@media only screen and (max-width: 980px) {
  .p-about-buttons {
    justify-content: space-between;
    padding-inline: 5.0666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-about-buttons li:first-child {
    margin-right: 0.2777777778vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-about-buttons li:nth-child(2) {
    padding-top: 0.0694444444vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-about-buttons li:last-child {
    margin-left: 0.9027777778vw;
  }
}
.p-about-buttons a {
  display: block;
  transform-origin: center bottom;
  transition: scale 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media print, screen and (min-width: 981px) {
  .p-about-buttons a {
    animation: zoom_out 0.3s ease-in-out forwards;
    scale: 0.86;
  }
}
@media print, screen and (min-width: 981px) {
  .p-about-buttons a:hover {
    animation: zoom_in 0.3s ease-in-out forwards;
  }
}
.p-about-buttons a img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .p-about-buttons li:first-child a img {
    width: 27.8666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-about-buttons li:first-child a img {
    width: 14.5138888889vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-about-buttons li:nth-child(2) a img {
    width: 27.4666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-about-buttons li:nth-child(2) a img {
    width: 14.3055555556vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-about-buttons li:last-child a img {
    width: 30.8vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-about-buttons li:last-child a img {
    width: 16.0416666667vw;
  }
}

@keyframes zoom_in {
  0% {
    scale: 0.86;
  }
  100% {
    scale: 1;
  }
}
@keyframes zoom_out {
  0% {
    scale: 1;
  }
  100% {
    scale: 0.86;
  }
}
.p-about-pict01 {
  position: absolute;
}
@media only screen and (max-width: 980px) {
  .p-about-pict01 {
    left: -19.2vw;
    top: 77.8666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-about-pict01 {
    left: -5.0694444444vw;
    top: 13.0555555556vw;
  }
}
.p-about-pict01 img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .p-about-pict01 img {
    width: 39.0666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-about-pict01 img {
    width: 20.3472222222vw;
  }
}

.p-about-pict02 {
  position: absolute;
}
@media only screen and (max-width: 980px) {
  .p-about-pict02 {
    right: -6.2666666667vw;
    top: 39.0666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-about-pict02 {
    left: 46.5277777778vw;
    top: 24.8611111111vw;
  }
}
.p-about-pict02 img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .p-about-pict02 img {
    width: 34vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-about-pict02 img {
    width: 17.7083333333vw;
  }
}

.p-about-pict03 {
  position: absolute;
}
@media only screen and (max-width: 980px) {
  .p-about-pict03 {
    left: 1.6vw;
    top: 88.5333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-about-pict03 {
    left: 5.0694444444vw;
    top: 28.9583333333vw;
  }
}
.p-about-pict03 img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .p-about-pict03 img {
    width: 8.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-about-pict03 img {
    width: 4.5138888889vw;
  }
}

.p-shop {
  background: url("../img/bg-shop.png") no-repeat center center/cover;
  overflow-x: hidden;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .p-shop {
    padding-block: 31.7333333333vw 25.7333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop {
    padding-block: 16.1111111111vw 13.6805555556vw;
  }
}

.p-shop-title {
  position: relative;
  text-align: center;
  width: fit-content;
}
@media only screen and (max-width: 980px) {
  .p-shop-title {
    margin-bottom: 5.0666666667vw;
    padding-left: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-title {
    margin: 0 auto 1.7361111111vw;
  }
}
.p-shop-title img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .p-shop-title img {
    width: 91.8666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-title img {
    width: 44.3055555556vw;
  }
}
.p-shop-title::before, .p-shop-title::after {
  content: "";
  display: block;
  position: absolute;
}
.p-shop-title::before {
  background: url("../img/pict-shop01.png") no-repeat left top/100% auto;
}
@media only screen and (max-width: 980px) {
  .p-shop-title::before {
    height: 21.7333333333vw;
    left: 1.8666666667vw;
    top: -18.6666666667vw;
    width: 21.2vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-title::before {
    height: 9.4444444444vw;
    left: -19.4444444444vw;
    top: -2.5694444444vw;
    width: 11.0416666667vw;
  }
}
.p-shop-title::after {
  background: url("../img/pict-shop02.png") no-repeat left top/100% auto;
}
@media only screen and (max-width: 980px) {
  .p-shop-title::after {
    height: 18.1333333333vw;
    right: -15.8666666667vw;
    top: 43.0666666667vw;
    width: 34vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-title::after {
    height: 9.7222222222vw;
    right: -23.125vw;
    top: 3.8888888889vw;
    width: 17.7083333333vw;
  }
}

.p-shop-lead {
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .p-shop-lead {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-lead {
    font-size: 1.1111111111vw;
  }
}

.p-shop-slider-wrap {
  overflow-x: hidden;
}
@media only screen and (max-width: 980px) {
  .p-shop-slider-wrap {
    margin-top: 10.1333333333vw;
    padding-top: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-slider-wrap {
    margin-top: 4.1666666667vw;
    padding-top: 6.7361111111vw;
  }
}

@media print, screen and (min-width: 981px) {
  .p-shop-slider-body {
    translate: -2.0833333333vw;
  }
}

.p-shop-slider {
  overflow: visible;
}
.p-shop-slider .swiper-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(1);
  transform-origin: center bottom;
}
@media only screen and (max-width: 980px) {
  .p-shop-slider .swiper-slide.swiper-slide-active {
    transform: scale(1.25);
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-slider .swiper-slide.swiper-slide-active {
    transform: scale(1.24);
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-slider .swiper-slide-prev {
    translate: -7.6388888889vw !important;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-slider .swiper-slide-next {
    translate: 7.6388888889vw !important;
  }
}

.p-shop-slider-item img {
  height: auto;
  border-radius: 0.8333333333vw;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .p-shop-slider-item img {
    width: 66.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-slider-item img {
    width: 46.6666666667vw;
  }
}

.p-shop-thumb {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 980px) {
  .p-shop-thumb {
    gap: 0.5333333333vw;
    margin-block: 2.2666666667vw 6.4vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-thumb {
    gap: 0.2777777778vw;
    margin-block: 1.6666666667vw 3.3333333333vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-shop-thumb li {
    width: 18.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-thumb li {
    width: 9.7222222222vw;
  }
}
.p-shop-thumb li a {
  display: block;
}
@media only screen and (max-width: 980px) {
  .p-shop-thumb li a {
    border: 0.8vw solid transparent;
    border-radius: 1.8666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-thumb li a {
    border: 0.4166666667vw solid transparent;
    border-radius: 0.9722222222vw;
  }
}
.p-shop-thumb li a.is-active {
  border-color: #ffe362;
}
.p-shop-thumb li img {
  height: auto;
  width: 100%;
}

.p-shop-button01 {
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .p-shop-button01 {
    margin-bottom: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-button01 {
    margin-bottom: 6.9444444444vw;
  }
}
.p-shop-button01 img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .p-shop-button01 img {
    width: 50.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-button01 img {
    width: 17.0833333333vw;
  }
}
.p-shop-button01 a {
  display: inline-block;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 981px) {
  .p-shop-button01 a:hover {
    scale: 1.05;
  }
}

.p-shop-button02 {
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .p-shop-button02 {
    margin-top: 6.4vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-button02 {
    margin-top: 2.0833333333vw;
  }
}
.p-shop-button02 img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .p-shop-button02 img {
    width: 50.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-button02 img {
    width: 17.0833333333vw;
  }
}
.p-shop-button02 a {
  display: inline-block;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 981px) {
  .p-shop-button02 a:hover {
    scale: 1.05;
  }
}

.p-shop-banner-title {
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .p-shop-banner-title {
    margin-bottom: 2vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-banner-title {
    margin-bottom: 1.1111111111vw;
  }
}
.p-shop-banner-title img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .p-shop-banner-title img {
    display: block;
    margin-inline: auto;
    width: 72.8vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-banner-title img {
    width: 37.9166666667vw;
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.p-shop-banners {
  display: flex;
}

.p-shop-banner {
  flex-shrink: 0;
}
@media only screen and (max-width: 980px) {
  .p-shop-banner {
    padding-right: 1.6vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-banner {
    padding-right: 0.8333333333vw;
  }
}
.p-shop-banner img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .p-shop-banner img {
    width: 191.6vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-banner img {
    width: 99.7916666667vw;
  }
}
.p-shop-banner:first-child {
  animation: loop 70s -35s linear infinite;
}
.p-shop-banner:last-child {
  animation: loop2 70s linear infinite;
}

.p-shop-pict {
  position: absolute;
}
.p-shop-pict img {
  height: auto;
}

@media only screen and (max-width: 980px) {
  .p-shop-pict01 {
    right: 2.2666666667vw;
    top: 53.7333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-pict01 {
    right: 2.7083333333vw;
    top: 11.5972222222vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-shop-pict01 img {
    width: 20.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-pict01 img {
    width: 10.7638888889vw;
  }
}

@media only screen and (max-width: 980px) {
  .p-shop-pict02 {
    display: none;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-pict02 {
    right: 1.5972222222vw;
    top: 70.5555555556vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-pict02 img {
    width: 10.7638888889vw;
  }
}

@media only screen and (max-width: 980px) {
  .p-shop-pict03 {
    bottom: 70.1333333333vw;
    left: 3.2vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-pict03 {
    left: 2.6388888889vw;
    top: 83.8194444444vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-shop-pict03 img {
    width: 14.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-pict03 img {
    width: 7.6388888889vw;
  }
}

@media only screen and (max-width: 980px) {
  .p-shop-pict04 {
    bottom: 22.9333333333vw;
    right: -17.3333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-pict04 {
    bottom: 10vw;
    right: -0.2777777778vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-shop-pict04 img {
    width: 40.5333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-pict04 img {
    width: 21.1111111111vw;
  }
}

@media only screen and (max-width: 980px) {
  .p-shop-pict05 {
    bottom: 17.4666666667vw;
    left: -10.1333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-pict05 {
    bottom: 7.2222222222vw;
    left: -5.0694444444vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-shop-pict05 img {
    width: 30.9333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-shop-pict05 img {
    width: 16.1111111111vw;
  }
}

.p-event {
  --event-color: #40a8de;
  background: #fff9f0;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .p-event {
    padding-block: 18.1333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event {
    padding-block: 8.3333333333vw 6.9444444444vw;
  }
}
.p-event::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .p-event::before {
    aspect-ratio: 750/59;
    background: url("../img/pict-crowd_t_sp.png") no-repeat left bottom/100% auto;
    height: 7.8666666667vw;
    top: -7.7333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event::before {
    aspect-ratio: 1440/66;
    background: url("../img/pict-crowd_t.svg") no-repeat left bottom/100% auto;
    height: 4.5833333333vw;
    top: -4.5138888889vw;
  }
}
.p-event::after {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 980px) {
  .p-event::after {
    aspect-ratio: 750/59;
    background: url("../img/pict-crowd_b_sp.png") no-repeat left bottom/100% auto;
    height: 7.8666666667vw;
    bottom: -7.7333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event::after {
    aspect-ratio: 1440/66;
    background: url("../img/pict-crowd_b.svg") no-repeat left bottom/100% auto;
    height: 4.5833333333vw;
    bottom: -4.4444444444vw;
  }
}

@media print, screen and (min-width: 981px) {
  .p-event-inner {
    margin-inline: auto;
    width: 76.3888888889vw;
  }
}

.p-event-title {
  position: relative;
  text-align: center;
  width: fit-content;
}
@media only screen and (max-width: 980px) {
  .p-event-title {
    margin-bottom: 4vw;
    padding-left: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-title {
    margin: 0 auto 1.7361111111vw;
  }
}
.p-event-title img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .p-event-title img {
    width: 92.1333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-title img {
    width: 44.3055555556vw;
  }
}
.p-event-title::before, .p-event-title::after {
  content: "";
  display: block;
  position: absolute;
}
.p-event-title::before {
  background: url("../img/pict-event01.png") no-repeat left top/100% auto;
}
@media print, screen and (min-width: 981px) {
  .p-event-title::before {
    height: 9.6527777778vw;
    left: -20.1388888889vw;
    top: -2.9861111111vw;
    width: 9.8611111111vw;
  }
}
.p-event-title::after {
  background: url("../img/pict-event02.png") no-repeat left top/100% auto;
}
@media print, screen and (min-width: 981px) {
  .p-event-title::after {
    height: 9.6527777778vw;
    right: -20.625vw;
    top: 5.9722222222vw;
    width: 9.8611111111vw;
  }
}

.p-event-lead {
  color: var(--event-color);
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .p-event-lead {
    font-size: 3.7333333333vw;
    margin-bottom: 10vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-lead {
    font-size: 1.1111111111vw;
    margin-bottom: 3.3333333333vw;
  }
}

@media only screen and (max-width: 980px) {
  .p-event-items {
    padding-inline: 7.3333333333vw;
  }
}

@media print, screen and (min-width: 981px) {
  .p-event-item--l {
    align-items: center;
    display: flex;
  }
}
.p-event-item--l .p-event-image {
  position: relative;
}
@media only screen and (max-width: 980px) {
  .p-event-item--l .p-event-image {
    margin-bottom: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item--l .p-event-image {
    width: 44.4444444444vw;
  }
}
.p-event-item--l .p-event-image img {
  height: auto;
  width: 100%;
}
.p-event-item--l .p-event-image figcaption {
  position: absolute;
}
@media only screen and (max-width: 980px) {
  .p-event-item--l .p-event-image figcaption {
    left: -2.6666666667vw;
    top: -4vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item--l .p-event-image figcaption {
    left: -1.7361111111vw;
    top: -1.5277777778vw;
  }
}
.p-event-item--l .p-event-image figcaption img {
  width: auto;
}
@media only screen and (max-width: 980px) {
  .p-event-item--l .p-event-image figcaption img {
    height: 18.9333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item--l .p-event-image figcaption img {
    height: 7.0138888889vw;
  }
}
.p-event-item--l .p-event-copyright {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 980px) {
  .p-event-item--l .p-event-copyright {
    margin-top: 1.0666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item--l .p-event-copyright {
    margin-top: 0.3472222222vw;
  }
}
.p-event-item--l .p-event-copyright img {
  display: block;
  height: auto;
}
@media only screen and (max-width: 980px) {
  .p-event-item--l .p-event-copyright img {
    width: 23.6vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item--l .p-event-copyright img {
    width: 12.2916666667vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-event-item--l .p-event-heading {
    margin-bottom: 2.4vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item--l .p-event-heading {
    margin-bottom: 1.25vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-event-item--l .p-event-text {
    font-size: 3.7333333333vw;
    line-height: 1.428;
    margin-bottom: 4.8vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item--l .p-event-text {
    font-size: 1.1111111111vw;
    margin-bottom: 0.9722222222vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item--l:first-child {
    gap: 1.9444444444vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item--l:first-child figcaption {
    width: 10.4861111111vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-event-item--l:first-child .p-event-heading img {
    width: 55.6vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item--l:first-child .p-event-heading img {
    width: 20.8333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item--l:nth-child(2) {
    flex-direction: row-reverse;
    gap: 4.8611111111vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item--l:nth-child(2) figcaption {
    width: 7.0138888889vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-event-item--l:nth-child(2) .p-event-heading img {
    width: 85.3333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item--l:nth-child(2) .p-event-heading img {
    width: 23.6111111111vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-event-item--l:not(:first-child) {
    margin-top: 14.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item--l:not(:first-child) {
    margin-top: 4.1666666667vw;
  }
}

.p-event-image a {
  display: block;
  overflow: hidden;
  display: inline-block;
}
@media print, screen and (min-width: 981px) {
  .p-event-image a {
    border-radius: 0.5555555556vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-image a:hover img {
    scale: 1.05;
  }
}
.p-event-image img {
  transition: scale 0.3s ease-in-out;
}

.p-event-heading img {
  height: auto;
}

.p-event-info-item {
  display: flex;
}
@media only screen and (max-width: 980px) {
  .p-event-info-item {
    gap: 1.8666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-info-item {
    gap: 0.4861111111vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-event-info-item:not(:last-child) {
    margin-bottom: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-info-item:not(:last-child) {
    margin-bottom: 0.4861111111vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-event-info-item dt {
    padding-top: 0.5333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-info-item dt {
    padding-top: 0.2083333333vw;
  }
}
.p-event-info-item dt img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .p-event-info-item dt img {
    width: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-info-item dt img {
    width: 3.3333333333vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-event-info-item dd {
    font-size: 4.2666666667vw;
    line-height: 1.25;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-info-item dd {
    font-size: 1.3888888889vw;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 980px) {
  .p-event-info-item dd small {
    font-size: 3.7333333333vw;
  }
}

.is-hidden {
  display: none;
}

@media only screen and (max-width: 980px) {
  .p-event-item-list {
    padding: 16vw 2.6666666667vw 0;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item-list {
    display: -ms-grid;
    display: grid;
    gap: 3.6805555556vw 1.5277777778vw;
    -ms-grid-columns: 1fr 1.5277777778vw 1fr 1.5277777778vw 1fr;
    grid-template-columns: repeat(3, 1fr);
    padding-block: 6.6666666667vw 3.6111111111vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-event-item-list .p-event-item:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
}
.p-event-item-list .p-event-image {
  position: relative;
}
@media only screen and (max-width: 980px) {
  .p-event-item-list .p-event-image {
    margin-bottom: 2.4vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item-list .p-event-image {
    margin-bottom: 0.5555555556vw;
  }
}
.p-event-item-list .p-event-image img {
  height: auto;
  width: 100%;
}
.p-event-item-list .p-event-image figcaption {
  position: absolute;
}
@media only screen and (max-width: 980px) {
  .p-event-item-list .p-event-image figcaption {
    left: -2.2666666667vw;
    top: -4.5333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item-list .p-event-image figcaption {
    left: -0.8333333333vw;
    top: -1.3888888889vw;
  }
}
.p-event-item-list .p-event-image figcaption img {
  width: auto;
}
@media only screen and (max-width: 980px) {
  .p-event-item-list .p-event-image figcaption img {
    height: 18.4vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item-list .p-event-image figcaption img {
    height: 5.625vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-event-item-list .p-event-heading {
    margin-bottom: 2.2666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item-list .p-event-heading {
    margin-bottom: 0.7638888889vw;
    min-height: 2.5694444444vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-event-item-list .p-event-info-item {
    gap: 1.0666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item-list .p-event-info-item {
    align-items: center;
  }
}
@media only screen and (max-width: 980px) {
  .p-event-item-list dt img {
    width: 9.0666666667vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-event-item-list dd {
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item-list dd {
    font-size: 1.1111111111vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-event-item-list dd small {
    font-size: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item-list dd small {
    font-size: 0.8333333333vw;
  }
}

@media only screen and (max-width: 980px) {
  .p-event-item:first-child .p-event-heading img {
    width: 70.1333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item:first-child .p-event-heading img {
    width: 20.625vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-event-item:nth-child(2) .p-event-heading img {
    width: 76.2666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item:nth-child(2) .p-event-heading img {
    width: 23.2638888889vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-event-item:nth-child(3) .p-event-heading img {
    width: 65.7333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item:nth-child(3) .p-event-heading img {
    width: 19.3055555556vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-event-item:nth-child(4) .p-event-heading img {
    width: 51.0666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item:nth-child(4) .p-event-heading img {
    width: 14.6527777778vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-event-item:nth-child(5) .p-event-heading img {
    width: 76.1333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-item:nth-child(5) .p-event-heading img {
    width: 22.2916666667vw;
  }
}

.p-event-buttons {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 980px) {
  .p-event-buttons {
    gap: 5.3333333333vw;
    margin: 16vw -2.6666666667vw 0;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-buttons {
    gap: 1.1805555556vw;
    padding-top: 1.9444444444vw;
  }
}
.p-event-buttons a {
  display: inline-block;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 981px) {
  .p-event-buttons a:hover {
    scale: 1.05;
  }
}
.p-event-buttons a.p-acc-open {
  display: block;
}
@media only screen and (max-width: 980px) {
  .p-event-buttons a.p-acc-open {
    background: url("../img/btn-event07_sp.png") no-repeat left top/cover;
    height: 13.8666666667vw;
    width: 90.5333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-buttons a.p-acc-open {
    background: url("../img/btn-event07.png") no-repeat left top/cover;
    height: 3.9583333333vw;
    width: 26.1111111111vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-event-buttons a.p-acc-open.is-open {
    background-image: url("../img/btn-close07_sp.png");
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-buttons a.p-acc-open.is-open {
    background-image: url("../img/btn-close07.png");
  }
}
.p-event-buttons img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .p-event-buttons img {
    width: 90.5333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-event-buttons img {
    width: 26.1111111111vw;
  }
}

.p-enjoy {
  position: relative;
}
@media only screen and (max-width: 980px) {
  .p-enjoy {
    background: url("../img/bg-enjoy_sp.png") no-repeat left bottom/100% auto;
    padding: 26.1333333333vw 4.6666666667vw 25.6vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy {
    background: url("../img/bg-enjoy.png") no-repeat left bottom/100% auto;
    padding-block: 13.1944444444vw 13.8888888889vw;
  }
}

@media print, screen and (min-width: 981px) {
  .p-enjoy-inner {
    margin-inline: auto;
    width: 76.3888888889vw;
  }
}

.p-enjoy-title {
  position: relative;
  text-align: center;
  width: fit-content;
}
@media only screen and (max-width: 980px) {
  .p-enjoy-title {
    margin-bottom: 4.2666666667vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-title {
    margin: 0 auto 1.7361111111vw;
  }
}
.p-enjoy-title img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .p-enjoy-title img {
    width: 100%;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-title img {
    width: 50.9722222222vw;
  }
}
.p-enjoy-title::before, .p-enjoy-title::after {
  content: "";
  display: block;
  position: absolute;
}
.p-enjoy-title::before {
  background: url("../img/pict-enjoy01.png") no-repeat left top/100% auto;
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-title::before {
    height: 10.9027777778vw;
    left: -19.4444444444vw;
    top: 3.6805555556vw;
    width: 13.125vw;
  }
}
.p-enjoy-title::after {
  background: url("../img/pict-enjoy02.png") no-repeat left top/100% auto;
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-title::after {
    height: 12.3611111111vw;
    right: -19.6527777778vw;
    top: 1.3888888889vw;
    width: 13.9583333333vw;
  }
}

.p-enjoy-lead {
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .p-enjoy-lead {
    font-size: 3.7333333333vw;
    margin-bottom: 9.8666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-lead {
    font-size: 1.1111111111vw;
    margin-bottom: 1.875vw;
  }
}

.p-enjoy-main {
  background: #fff9f0;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .p-enjoy-main {
    border-radius: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-main {
    border-radius: 1.1111111111vw;
  }
}
.p-enjoy-main::before, .p-enjoy-main::after {
  background: var(--bc01);
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
}
@media only screen and (max-width: 980px) {
  .p-enjoy-main::before, .p-enjoy-main::after {
    height: 2.1333333333vw;
    top: 2.6666666667vw;
    width: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-main::before, .p-enjoy-main::after {
    height: 0.6944444444vw;
    top: 1.25vw;
    width: 0.6944444444vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-enjoy-main::before {
    left: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-main::before {
    left: 1.25vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-enjoy-main::after {
    right: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-main::after {
    right: 1.25vw;
  }
}

@media only screen and (max-width: 980px) {
  .p-enjoy-main-inner {
    padding: 10.6666666667vw 5.3333333333vw 13.3333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-main-inner {
    padding: 4.0277777778vw 4.8611111111vw 3.8888888889vw 5.2083333333vw;
  }
}
.p-enjoy-main-inner::before, .p-enjoy-main-inner::after {
  background: var(--bc01);
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
}
@media only screen and (max-width: 980px) {
  .p-enjoy-main-inner::before, .p-enjoy-main-inner::after {
    bottom: 2.6666666667vw;
    height: 2.1333333333vw;
    width: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-main-inner::before, .p-enjoy-main-inner::after {
    bottom: 1.25vw;
    height: 0.6944444444vw;
    width: 0.6944444444vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-enjoy-main-inner::before {
    left: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-main-inner::before {
    left: 1.25vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-enjoy-main-inner::after {
    right: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-main-inner::after {
    right: 1.25vw;
  }
}

@media print, screen and (min-width: 981px) {
  .p-enjoy-item {
    align-items: center;
    display: flex;
    gap: 2.0833333333vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-enjoy-item:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-item:not(:last-child) {
    margin-bottom: 2.2916666667vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-enjoy-item .p-event-info {
    margin-top: 4.8vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-item .p-event-info {
    margin-top: 1.5277777778vw;
  }
}

.p-enjoy-image {
  flex-shrink: 0;
}
@media only screen and (max-width: 980px) {
  .p-enjoy-image {
    margin-bottom: 3.2vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-image {
    width: 34.8611111111vw;
  }
}
.p-enjoy-image a {
  display: inline-block;
  overflow: hidden;
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-image a:hover img {
    scale: 1.05;
  }
}
.p-enjoy-image img {
  height: auto;
  transition: scale 0.3s ease-in-out;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .p-enjoy-heading {
    margin-bottom: 2.4vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-heading {
    margin-bottom: 0.6944444444vw;
  }
}
.p-enjoy-heading img {
  width: auto;
}
@media only screen and (max-width: 980px) {
  .p-enjoy-heading img {
    height: 9.6vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-heading img {
    height: 3.4722222222vw;
  }
}

@media only screen and (max-width: 980px) {
  .p-enjoy-text {
    font-size: 3.7333333333vw;
    line-height: 1.785;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-text {
    font-size: 1.1111111111vw;
  }
}

.p-enjoy-button {
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .p-enjoy-button {
    margin-top: 6.4vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-button {
    margin-top: 3.4722222222vw;
  }
}
.p-enjoy-button img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .p-enjoy-button img {
    width: 50.6666666667vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-button img {
    width: 17.0833333333vw;
  }
}
.p-enjoy-button a {
  display: inline-block;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-button a:hover {
    scale: 1.05;
  }
}

.p-enjoy-pict {
  position: absolute;
}
@media only screen and (max-width: 980px) {
  .p-enjoy-pict {
    left: 0;
    top: 11.2vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-pict {
    bottom: 8.3333333333vw;
    right: 4.0277777778vw;
  }
}
.p-enjoy-pict img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .p-enjoy-pict img {
    width: 100%;
  }
}
@media print, screen and (min-width: 981px) {
  .p-enjoy-pict img {
    width: 17.1527777778vw;
  }
}

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

@media print, screen and (min-width: 981px) {
  .u-sp {
    display: none !important;
  }
}

.u-pink {
  color: var(--bc02);
}

.u-blue {
  color: var(--bc03);
}

.u-green {
  color: var(--bc04);
}