@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
}

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

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

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

/* # =================================================================
   # 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 {
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

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) {
    clip: rect(0 0 0 0) !important;
    position: absolute !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;
}

:root {
  --color-00_black: #000000;
  --color-00_white: #ffffff;
  --color-01_black: #0b0b0b;
  --color-01-blue: #1c7cb7;
}

@media print, screen and (max-width: 768px) {
  .l-burger {
    padding-top: 0.8vw;
  }
  body.scrolled .l-burger {
    background-color: #80c4e6;
    border-radius: 0 0 0 2.6666666667vw;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  body.scrolled .l-burger.-open {
    background-color: #fff;
    padding-top: 0;
  }
  .l-burger .l-burger__menuBtn {
    gap: 1.3333333333vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 14.6666666667vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    pointer-events: auto;
    width: 14.6666666667vw;
    z-index: 100;
  }
  .l-burger .l-burger__menuLine {
    height: 3.7333333333vw;
    position: relative;
    width: 6.6666666667vw;
    z-index: 1000;
  }
  .l-burger .l-burger__menuLine span {
    border-top: 0.4vw solid #000;
    display: block;
    height: 0.5333333333vw;
    left: 0;
    position: absolute;
    -webkit-transition: 150ms;
    transition: 150ms;
    width: 6.6666666667vw;
  }
  .l-burger .l-burger__menuLine span:nth-child(1) {
    top: 0;
  }
  .l-burger .l-burger__menuLine span:nth-child(2) {
    top: 1.8666666667vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .l-burger .l-burger__menuLine span:nth-child(3) {
    bottom: 0;
  }
  .l-burger .l-burger__menuText {
    font-size: 2.6666666667vw;
  }
  .l-burger.-open {
    width: 100%;
  }
  .l-burger.-open .l-burger__menuLine span:nth-child(1) {
    top: 1.8666666667vw;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  .l-burger.-open .l-burger__menuLine span:nth-child(2) {
    top: 1.6vw;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  .l-burger.-open .l-burger__menuLine span:nth-child(3) {
    bottom: 1.8666666667vw;
    -webkit-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg);
  }
  .l-burger.-open .l-burger__content {
    display: block;
  }
  .l-burger .l-burger__logoWrap {
    gap: 2.6666666667vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8vw;
  }
  .l-burger .l-burger__logo {
    width: 18.6666666667vw;
  }
  .l-burger .l-burger__logoTitle {
    font-size: 5.3333333333vw;
  }
  .l-burger .l-burger__content {
    background-color: #fff;
    display: none;
    height: 100vh;
    position: relative;
    z-index: 999;
  }
  .l-burger .l-burger__list {
    margin: 0 auto 10.6666666667vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .l-burger .l-burger__item {
    margin-bottom: 5.3333333333vw;
  }
  .l-burger .l-burger__link {
    display: block;
    font-size: 4.2666666667vw;
    text-align: center;
  }
}

.l-footer .l-footer__inner {
  background-color: #1C7CB7;
  position: relative;
}
.l-footer .l-footer__goTop {
  height: clamp(47.4352941176px, 6.1764705882vw, 93.8823529412px);
  position: absolute;
  right: clamp(16.9411764706px, 2.2058823529vw, 33.5294117647px);
  top: clamp(-149.7647058824px, -9.8529411765vw, -75.6705882353px);
  width: clamp(47.4352941176px, 6.1764705882vw, 93.8823529412px);
}
.l-footer .l-footer__goTop__link {
  display: block;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.l-footer .l-footer__goTop__link:hover {
  opacity: 0.7;
}
.l-footer .l-footer__wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: clamp(56.4705882353px, 7.3529411765vw, 111.7647058824px) 0;
  width: clamp(564.7058823529px, 73.5294117647vw, 1117.6470588235px);
}
.l-footer .l-footer__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 clamp(56.4705882353px, 7.3529411765vw, 111.7647058824px);
  flex: 0 0 clamp(56.4705882353px, 7.3529411765vw, 111.7647058824px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: clamp(8.4705882353px, 1.1029411765vw, 16.7647058824px);
  margin-right: clamp(56.4705882353px, 7.3529411765vw, 111.7647058824px);
  width: clamp(56.4705882353px, 7.3529411765vw, 111.7647058824px);
}
.l-footer .l-footer__logo a {
  display: block;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.l-footer .l-footer__logo a:hover {
  opacity: 0.7;
}
.l-footer .l-footer__logo img {
  width: clamp(56.4705882353px, 7.3529411765vw, 111.7647058824px);
}
.l-footer .l-footer__list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 clamp(112.9411764706px, 14.7058823529vw, 223.5294117647px);
  flex: 0 0 clamp(112.9411764706px, 14.7058823529vw, 223.5294117647px);
}
.l-footer .l-footer__item {
  margin-bottom: clamp(10.1647058824px, 1.3235294118vw, 20.1176470588px);
}
.l-footer .l-footer__link {
  color: #fff;
  display: block;
  font-size: clamp(7.9058823529px, 1.0294117647vw, 15.6470588235px);
  font-weight: 700;
  line-height: 2.1;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.l-footer .l-footer__link:hover {
  opacity: 0.7;
}
.l-footer .l-footer__sns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 clamp(225.8823529412px, 29.4117647059vw, 447.0588235294px);
  flex: 0 0 clamp(225.8823529412px, 29.4117647059vw, 447.0588235294px);
}
.l-footer .l-footer__snsHeading {
  color: #fff;
  font-size: clamp(8.4705882353px, 1.1029411765vw, 16.7647058824px);
  font-weight: 700;
  line-height: 2.1;
}
.l-footer .l-footer__snsList {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: clamp(15.8117647059px, 2.0588235294vw, 31.2941176471px) 0;
}
.l-footer .l-footer__snsItem {
  margin-bottom: clamp(15.8117647059px, 2.0588235294vw, 31.2941176471px);
  padding-left: clamp(24.8470588235px, 3.2352941176vw, 49.1764705882px);
}
.l-footer .l-footer__snsItem:last-child {
  margin-bottom: 0;
}
.l-footer .l-footer__snsLink {
  gap: clamp(23.7176470588px, 3.0882352941vw, 46.9411764706px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.l-footer .l-footer__snsLink:hover {
  opacity: 0.7;
}
.l-footer .l-footer__snsImage {
  width: clamp(14.6823529412px, 1.9117647059vw, 29.0588235294px);
}
.l-footer .l-footer__snsText {
  color: #fff;
  font-size: clamp(7.9058823529px, 1.0294117647vw, 15.6470588235px);
}
.l-footer .l-footer__copy {
  border-top: 1px solid #fff;
  padding: clamp(11.2941176471px, 1.4705882353vw, 22.3529411765px) 0;
  text-align: center;
}
.l-footer .l-footer__copy small {
  color: #fff;
  font-size: clamp(6.7764705882px, 0.8823529412vw, 13.4117647059px);
}
.l-footer .l-footer__telText {
  color: #fff;
  font-size: clamp(8.4705882353px, 1.1029411765vw, 16.7647058824px);
  margin-bottom: clamp(4.5176470588px, 0.5882352941vw, 8.9411764706px);
}
.l-footer .l-footer__tel {
  color: #fff;
  font-size: clamp(7.9058823529px, 1.0294117647vw, 15.6470588235px);
  letter-spacing: 0.05em;
  margin-bottom: clamp(2.2588235294px, 0.2941176471vw, 4.4705882353px);
}
.l-footer .l-footer__tel a {
  display: block;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.l-footer .l-footer__tel a:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 768px) {
  .l-footer .l-footer__goTop {
    height: 16vw;
    position: absolute;
    right: 2.6666666667vw;
    top: -18.6666666667vw;
    width: 16vw;
  }
  .l-footer .l-footer__wrapper {
    display: block;
    padding: 13.3333333333vw 5.3333333333vw;
    width: auto;
  }
  .l-footer .l-footer__logoWrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10.6666666667vw;
  }
  .l-footer .l-footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 auto;
    width: 29.3333333333vw;
  }
  .l-footer .l-footer__logo img {
    width: 100%;
  }
  .l-footer .l-footer__list {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 0 auto 8vw;
  }
  .l-footer .l-footer__item {
    margin-bottom: 4vw;
    text-align: center;
  }
  .l-footer .l-footer__item:last-child {
    margin-bottom: 0;
  }
  .l-footer .l-footer__link {
    font-size: 4vw;
    line-height: 1.6;
  }
  .l-footer .l-footer__sns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 106.6666666667vw;
    flex: 0 0 106.6666666667vw;
  }
  .l-footer .l-footer__snsHeading {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  .l-footer .l-footer__snsList {
    padding: 5.3333333333vw 0;
  }
  .l-footer .l-footer__snsItem {
    margin-bottom: 5.3333333333vw;
    padding-left: 11.7333333333vw;
  }
  .l-footer .l-footer__snsItem:last-child {
    margin-bottom: 0;
  }
  .l-footer .l-footer__snsLink {
    gap: 5.3333333333vw;
  }
  .l-footer .l-footer__snsImage {
    width: 5.3333333333vw;
  }
  .l-footer .l-footer__snsText {
    font-size: 3.7333333333vw;
  }
  .l-footer .l-footer__copy {
    border-top: 1px solid #fff;
    padding: 3.7333333333vw 0;
    text-align: center;
  }
  .l-footer .l-footer__copy small {
    color: #fff;
    font-size: 2.9333333333vw;
  }
  .l-footer .l-footer__telWrap {
    margin-bottom: 8vw;
  }
  .l-footer .l-footer__telText {
    font-size: 4vw;
    margin-bottom: 1.3333333333vw;
    text-align: center;
  }
  .l-footer .l-footer__tel {
    font-size: 3.7333333333vw;
    margin-bottom: 0.2666666667vw;
    text-align: center;
  }
}

.l-header {
  background-color: #fff;
  height: clamp(56.4705882353px, 7.3529411765vw, 111.7647058824px);
  position: relative;
  width: 100%;
  z-index: 999;
}
.l-header .l-header__inner {
  background-color: #fff;
  width: 100%;
}
.l-header .l-header__wrap {
  margin: 0 auto;
  padding: 0 clamp(5.6470588235px, 0.7352941176vw, 11.1764705882px);
  width: clamp(734.1176470588px, 95.5882352941vw, 1452.9411764706px);
}
.l-header .l-header__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: clamp(56.4705882353px, 7.3529411765vw, 111.7647058824px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-header .l-header__contentScroll {
  background-color: #fff;
  -webkit-box-shadow: 0px clamp(2.8235294118px, 0.3676470588vw, 5.5882352941px) clamp(2.8235294118px, 0.3676470588vw, 5.5882352941px) clamp(-5.5882352941px, -0.3676470588vw, -2.8235294118px) rgba(0, 0, 0, 0.5);
  box-shadow: 0px clamp(2.8235294118px, 0.3676470588vw, 5.5882352941px) clamp(2.8235294118px, 0.3676470588vw, 5.5882352941px) clamp(-5.5882352941px, -0.3676470588vw, -2.8235294118px) rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  opacity: 0;
  padding: 0 clamp(5.6470588235px, 0.7352941176vw, 11.1764705882px);
  position: fixed;
  top: 0;
  -webkit-transform: translateY(clamp(-111.7647058824px, -7.3529411765vw, -56.4705882353px));
  transform: translateY(clamp(-111.7647058824px, -7.3529411765vw, -56.4705882353px));
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  width: 100%;
}
body.scrolled .l-header .l-header__contentScroll {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.l-header .l-header__contentScrollInner {
  margin: 0 auto;
  padding: 0 clamp(5.6470588235px, 0.7352941176vw, 11.1764705882px);
  width: clamp(734.1176470588px, 95.5882352941vw, 1452.9411764706px);
}
.l-header .l-header__contentScrollWrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: clamp(45.1764705882px, 5.8823529412vw, 89.4117647059px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-header .l-header__contentRight {
  gap: clamp(33.8823529412px, 4.4117647059vw, 67.0588235294px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.l-header .l-header__logoWrap {
  gap: clamp(6.7764705882px, 0.8823529412vw, 13.4117647059px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.l-header .l-header__logo {
  display: block;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  width: clamp(112.9411764706px, 14.7058823529vw, 223.5294117647px);
}
.l-header .l-header__logo:hover {
  opacity: 0.7;
}
.l-header .l-header__logoTitle {
  font-family: "RocknRoll One", sans-serif;
  font-size: clamp(16.9411764706px, 2.2058823529vw, 33.5294117647px);
  font-style: normal;
  font-weight: 400;
}
.l-header .l-header__logoTitle::first-letter {
  color: #1C7CB7;
}
.l-header .l-header__list {
  gap: clamp(28.2352941176px, 3.6764705882vw, 55.8823529412px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.l-header .l-header__link {
  display: block;
  font-size: clamp(8.4705882353px, 1.1029411765vw, 16.7647058824px);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.l-header .l-header__link:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 768px) {
  .l-header {
    background-color: #fff;
    height: 13.3333333333vw;
    position: relative;
    width: auto;
    z-index: 100;
  }
  .l-header.-open .l-header__inner {
    padding: 0;
  }
  .l-header.-open .l-header__content {
    display: block;
  }
  .l-header.-open .l-header__logoWrap {
    display: none;
  }
  .l-header .l-header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 0 4vw;
  }
  .l-header .l-header__wrap {
    margin: 0 auto;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .l-header .l-header__content {
    height: 13.3333333333vw;
  }
  .l-header .l-header__logo {
    width: 33.3333333333vw;
  }
  .l-header .l-header__logoTitle {
    font-size: 4.8vw;
  }
}

.l-kv {
  background-image: url(/assets/images/kv_bg.webp);
  background-position: bottom center;
  background-repeat: repeat;
  background-size: cover;
  overflow: hidden;
}
.l-kv .l-kv__inner {
  margin: 0 auto;
  padding-bottom: clamp(28.8px, 3.75vw, 57px);
  position: relative;
  width: clamp(768px, 100vw, 1520px);
}
.l-kv .l-kv__wrap {
  position: relative;
}
.l-kv .l-kv__sliderWrap {
  height: clamp(439.3411764706px, 57.2058823529vw, 869.5294117647px);
  overflow: visible;
  position: absolute;
  right: clamp(-122.9411764706px, -8.0882352941vw, -62.1176470588px);
  top: clamp(-290.5882352941px, -19.1176470588vw, -146.8235294118px);
  width: clamp(439.3411764706px, 57.2058823529vw, 869.5294117647px);
}
.l-kv .l-kv__slider {
  height: clamp(439.3411764706px, 57.2058823529vw, 869.5294117647px);
  overflow: visible;
  pointer-events: none;
  width: clamp(439.3411764706px, 57.2058823529vw, 869.5294117647px);
  z-index: 200;
}
.l-kv .l-kv__sliderItem {
  border: clamp(5.6470588235px, 0.7352941176vw, 11.1764705882px) solid #1C7CB7;
  border-radius: 50%;
  height: clamp(439.3411764706px, 57.2058823529vw, 869.5294117647px);
  overflow: hidden;
  width: clamp(439.3411764706px, 57.2058823529vw, 869.5294117647px);
}
.l-kv .l-kv__sliderItem img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% clamp(138.3529411765px, 18.0147058824vw, 273.8235294118px);
  object-position: 50% clamp(138.3529411765px, 18.0147058824vw, 273.8235294118px);
  width: 100%;
}
.l-kv .l-kv__content {
  padding-left: clamp(41.2235294118px, 5.3676470588vw, 81.5882352941px);
  position: relative;
  z-index: 2;
}
.l-kv .l-kv__titleWrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: clamp(5.6470588235px, 0.7352941176vw, 11.1764705882px);
  padding-top: clamp(18.6352941176px, 2.4264705882vw, 36.8823529412px);
}
.l-kv .l-kv__titleImage {
  display: block;
  position: relative;
  width: clamp(304.9411764706px, 39.7058823529vw, 603.5294117647px);
}
.l-kv .l-kv__titleImage::after {
  background-image: url(/assets/images/deco_01.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  content: "";
  height: clamp(33.8823529412px, 4.4117647059vw, 67.0588235294px);
  position: absolute;
  right: clamp(-22.3529411765px, -1.4705882353vw, -11.2941176471px);
  top: clamp(-11.1764705882px, -0.7352941176vw, -5.6470588235px);
  width: clamp(33.8823529412px, 4.4117647059vw, 67.0588235294px);
}
.l-kv .l-kv__titleText {
  font-family: "RocknRoll One", sans-serif;
  font-size: clamp(30.4941176471px, 3.9705882353vw, 60.3529411765px);
  font-style: normal;
  font-weight: 400;
}
.l-kv .l-kv__text {
  display: inline-block;
  font-family: "RocknRoll One", sans-serif;
  font-size: clamp(30.4941176471px, 3.9705882353vw, 60.3529411765px);
  font-style: normal;
  font-weight: 400;
  text-shadow: clamp(1.1294117647px, 0.1470588235vw, 2.2352941176px) clamp(1.1294117647px, 0.1470588235vw, 2.2352941176px) #fff;
}
.l-kv .l-kv__textLarge {
  color: #1C7CB7;
  font-family: "RocknRoll One", sans-serif;
  font-size: clamp(47.4352941176px, 6.1764705882vw, 93.8823529412px);
  font-style: normal;
  font-weight: 400;
}
.l-kv .l-kv__textLarge span {
  position: relative;
}
.l-kv .l-kv__textLarge span::before {
  background-image: url(/assets/images/circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: clamp(11.2941176471px, 1.4705882353vw, 22.3529411765px);
  left: 50%;
  position: absolute;
  top: -0.2666666667vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: clamp(11.2941176471px, 1.4705882353vw, 22.3529411765px);
}
.l-kv .l-kv__date {
  border-bottom: clamp(3.3882352941px, 0.4411764706vw, 6.7058823529px) dotted #80C4E6;
  color: #1C7CB7;
  display: inline-block;
  font-family: "RocknRoll One", sans-serif;
  font-size: clamp(28.2352941176px, 3.6764705882vw, 55.8823529412px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-top: clamp(-11.1764705882px, -0.7352941176vw, -5.6470588235px);
  position: relative;
  text-shadow: clamp(1.1294117647px, 0.1470588235vw, 2.2352941176px) clamp(1.1294117647px, 0.1470588235vw, 2.2352941176px) #fff;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: clamp(372.1411764706px, 48.4558823529vw, 736.5294117647px);
}
.l-kv .l-kv__date span {
  font-size: clamp(19.7647058824px, 2.5735294118vw, 39.1176470588px);
}
@media print, screen and (max-width: 768px) {
  .l-kv {
    overflow: hidden;
  }
  .l-kv .l-kv__inner {
    padding-bottom: 13.6vw;
    position: relative;
    width: 100%;
  }
  .l-kv .l-kv__wrap {
    position: relative;
  }
  .l-kv .l-kv__sliderWrap {
    height: 81.3333333333vw;
    position: absolute;
    right: -13.3333333333vw;
    top: -13.3333333333vw;
    width: 81.3333333333vw;
  }
  .l-kv .l-kv__slider {
    height: 81.3333333333vw;
    overflow: visible;
    pointer-events: none;
    width: 81.3333333333vw;
    z-index: 10;
  }
  .l-kv .l-kv__sliderItem {
    border: 2.1333333333vw solid #1C7CB7;
    border-radius: 50%;
    height: 81.3333333333vw;
    overflow: hidden;
    width: 81.3333333333vw;
  }
  .l-kv .l-kv__sliderItem img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 10.6666666667vw;
    object-position: 50% 10.6666666667vw;
    width: 100%;
  }
  .l-kv .l-kv__content {
    padding-left: 0;
    position: relative;
    z-index: 2;
  }
  .l-kv .l-kv__titleWrap {
    margin-bottom: 2.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-top: 80vw;
  }
  .l-kv .l-kv__titleImage {
    display: block;
    width: 66.6666666667vw;
  }
  .l-kv .l-kv__titleText {
    font-family: "RocknRoll One", sans-serif;
    font-size: 9.0666666667vw;
    font-style: normal;
    font-weight: 400;
  }
  .l-kv .l-kv__text {
    font-size: 8vw;
    padding-left: 5.3333333333vw;
    text-shadow: 0.5333333333vw 0.5333333333vw #fff;
  }
  .l-kv .l-kv__textLarge {
    color: #1C7CB7;
    font-family: "RocknRoll One", sans-serif;
    font-size: 10.1333333333vw;
    font-style: normal;
    font-weight: 400;
  }
  .l-kv .l-kv__textLarge span::before {
    height: 2.6666666667vw;
    top: -0.5333333333vw;
    width: 2.6666666667vw;
  }
  .l-kv .l-kv__date {
    color: #1C7CB7;
    font-family: "RocknRoll One", sans-serif;
    font-size: 6.1333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin-left: 5.3333333333vw;
    margin-top: -2.6666666667vw;
    text-shadow: 0.5333333333vw 0.5333333333vw #fff;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .l-kv .l-kv__date span {
    font-size: 5.3333333333vw;
  }
}

.l-kvPage .l-kvPage__inner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(/assets/images/kv_notice_pc.webp);
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/assets/images/kv_notice_pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: clamp(169.4117647059px, 22.0588235294vw, 335.2941176471px);
  position: relative;
}
.l-kvPage .l-kvPage__title {
  color: #fff;
  font-family: "RocknRoll One", sans-serif;
  font-size: clamp(31.0588235294px, 4.0441176471vw, 61.4705882353px);
  font-style: normal;
  font-weight: 400;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 768px) {
  .l-kvPage .l-kvPage__inner {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(/assets/images/kv_notice_sp.webp);
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/assets/images/kv_notice_sp.webp);
    background-size: cover;
    height: 80vw;
  }
  .l-kvPage .l-kvPage__title {
    font-size: 8.5333333333vw;
    text-align: center;
    white-space: nowrap;
  }
}

.l-section-about .l-section-about__inner {
  margin: 0 auto;
  padding: clamp(45.1764705882px, 5.8823529412vw, 89.4117647059px) 0;
  width: clamp(564.7058823529px, 73.5294117647vw, 1117.6470588235px);
}
.l-section-about .l-section-about__image {
  margin: 0 auto;
  position: relative;
  width: clamp(354.6352941176px, 46.1764705882vw, 701.8823529412px);
}
.l-section-about .l-section-about__image::before, .l-section-about .l-section-about__image::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: clamp(58.1647058824px, 7.5735294118vw, 115.1176470588px);
  position: absolute;
  width: clamp(54.7764705882px, 7.1323529412vw, 108.4117647059px);
}
.l-section-about .l-section-about__image::before {
  background-image: url(/assets/images/deco_02.svg);
  left: clamp(-78.2352941176px, -5.1470588235vw, -39.5294117647px);
  top: clamp(-55.8823529412px, -3.6764705882vw, -28.2352941176px);
}
.l-section-about .l-section-about__image::after {
  background-image: url(/assets/images/deco_03.svg);
  bottom: clamp(-55.8823529412px, -3.6764705882vw, -28.2352941176px);
  right: clamp(-78.2352941176px, -5.1470588235vw, -39.5294117647px);
}
@media print, screen and (max-width: 768px) {
  .l-section-about .l-section-about__inner {
    margin: 0 auto;
    padding: 21.3333333333vw 4vw;
    width: auto;
  }
  .l-section-about .l-section-about__image {
    margin: 0 auto;
    position: relative;
    width: 85.3333333333vw;
  }
  .l-section-about .l-section-about__image::before, .l-section-about .l-section-about__image::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 16.8vw;
    position: absolute;
    width: 10.6666666667vw;
  }
  .l-section-about .l-section-about__image::before {
    background-image: url(/assets/images/deco_02.svg);
    left: -8vw;
    top: -5.3333333333vw;
  }
  .l-section-about .l-section-about__image::after {
    background-image: url(/assets/images/deco_03.svg);
    bottom: -5.3333333333vw;
    right: -8vw;
  }
}

.l-section-access .l-section-access__inner {
  margin: 0 auto;
  padding: clamp(48px, 6.25vw, 95px) 0;
  width: clamp(564.7058823529px, 73.5294117647vw, 1117.6470588235px);
}
.l-section-access .l-section-access__map {
  height: clamp(293.6470588235px, 38.2352941176vw, 581.1764705882px);
  margin-top: clamp(56.4705882353px, 7.3529411765vw, 111.7647058824px);
  position: relative;
  width: clamp(564.7058823529px, 73.5294117647vw, 1117.6470588235px);
}
.l-section-access .l-section-access__map::before, .l-section-access .l-section-access__map::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: clamp(31.0588235294px, 4.0441176471vw, 61.4705882353px);
  position: absolute;
  width: clamp(46.8705882353px, 6.1029411765vw, 92.7647058824px);
}
.l-section-access .l-section-access__map::before {
  background-image: url(/assets/images/deco_04.svg);
  right: clamp(-33.5294117647px, -2.2058823529vw, -16.9411764706px);
  top: clamp(-78.2352941176px, -5.1470588235vw, -39.5294117647px);
}
.l-section-access .l-section-access__map::after {
  background-image: url(/assets/images/deco_07.svg);
  bottom: clamp(-67.0588235294px, -4.4117647059vw, -33.8823529412px);
  left: clamp(-78.2352941176px, -5.1470588235vw, -39.5294117647px);
}
.l-section-access .l-section-access__map iframe {
  border-radius: clamp(16.9411764706px, 2.2058823529vw, 33.5294117647px);
  display: block;
  height: 100%;
  width: 100%;
}
.l-section-access .l-section-access__list {
  margin: clamp(50.8235294118px, 6.6176470588vw, 100.5882352941px) auto clamp(29.9294117647px, 3.8970588235vw, 59.2352941176px);
}
.l-section-access .l-section-access__list.-overview .l-section-access__item {
  border-bottom: 1px solid #1c7cb7;
}
.l-section-access .l-section-access__list.-overview .l-section-access__item:first-child {
  border-top: 1px solid #1c7cb7;
}
.l-section-access .l-section-access__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px dotted #1c7cb7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
  width: clamp(451.7647058824px, 58.8235294118vw, 894.1176470588px);
}
.l-section-access .l-section-access__item:first-child {
  border-top: 2px dotted #1c7cb7;
}
.l-section-access .l-section-access__item dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 clamp(112.9411764706px, 14.7058823529vw, 223.5294117647px);
  flex: 0 0 clamp(112.9411764706px, 14.7058823529vw, 223.5294117647px);
  font-size: clamp(9.6px, 1.25vw, 19px);
  line-height: 2.1;
}
.l-section-access .l-section-access__item dd {
  font-size: clamp(9.6px, 1.25vw, 19px);
  line-height: 2.1;
  padding: clamp(11.2941176471px, 1.4705882353vw, 22.3529411765px) 0;
}
.l-section-access .l-section-access__image {
  -webkit-animation: 1s steps(2, end) infinite zigzag;
  animation: 1s steps(2, end) infinite zigzag;
  margin: clamp(53.0823529412px, 6.9117647059vw, 105.0588235294px) auto 0;
  width: clamp(145.1294117647px, 18.8970588235vw, 287.2352941176px);
}
.l-section-access .l-section-access__program {
  margin: clamp(33.8823529412px, 4.4117647059vw, 67.0588235294px) auto;
  max-width: clamp(338.8235294118px, 44.1176470588vw, 670.5882352941px);
}
@media print, screen and (max-width: 768px) {
  .l-section-access .l-section-access__inner {
    padding: 22.6666666667vw 0;
    width: auto;
  }
  .l-section-access .l-section-access__inner.-access {
    padding: 22.6666666667vw 0 0vw;
  }
  .l-section-access .l-section-access__map {
    margin-inline: auto;
    height: 53.3333333333vw;
    margin-top: 13.3333333333vw;
    width: 90.6666666667vw;
  }
  .l-section-access .l-section-access__map::before, .l-section-access .l-section-access__map::after {
    height: 8vw;
    width: 13.3333333333vw;
  }
  .l-section-access .l-section-access__map::before {
    background-image: url(/assets/images/deco_04.svg);
    right: -5.3333333333vw;
    top: -13.3333333333vw;
  }
  .l-section-access .l-section-access__map::after {
    background-image: url(/assets/images/deco_07.svg);
    bottom: -10.6666666667vw;
    left: -5.3333333333vw;
  }
  .l-section-access .l-section-access__map iframe {
    border-radius: 4vw;
  }
  .l-section-access .l-section-access__list {
    margin: 16vw auto 14.1333333333vw;
    padding: 0 5.3333333333vw;
  }
  .l-section-access .l-section-access__item {
    width: auto;
  }
  .l-section-access .l-section-access__item dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26.6666666667vw;
    flex: 0 0 26.6666666667vw;
    font-size: 4vw;
    padding-left: 4vw;
  }
  .l-section-access .l-section-access__item dd {
    font-size: 4vw;
    line-height: 1.6;
    padding: 5.3333333333vw 4vw 5.3333333333vw 0;
  }
  .l-section-access .l-section-access__image {
    margin: 18.6666666667vw auto 0;
    width: 58.6666666667vw;
  }
  .l-section-access .l-section-access__program {
    margin: 10.6666666667vw auto;
    max-width: none;
    padding: 0 5.3333333333vw;
  }
}

.l-section-event .l-section-event__inner {
  background-color: #80C4E6;
  padding: clamp(48px, 6.25vw, 95px) 0;
  position: relative;
}
.l-section-event .l-section-event__inner::after {
  background-image: url(/assets/images/horse.webp);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  content: "";
  height: clamp(441.6px, 57.5vw, 874px);
  pointer-events: none;
  position: absolute;
  right: clamp(-413.5294117647px, -27.2058823529vw, -208.9411764706px);
  top: clamp(-11.1764705882px, -0.7352941176vw, -5.6470588235px);
  width: clamp(441.6px, 57.5vw, 874px);
  z-index: 1;
}
.l-section-event .l-section-event__list {
  gap: clamp(16.9411764706px, 2.2058823529vw, 33.5294117647px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: clamp(28.2352941176px, 3.6764705882vw, 55.8823529412px) auto;
  width: clamp(508.2352941176px, 66.1764705882vw, 1005.8823529412px);
}
.l-section-event .l-section-event__list li {
  color: #fff;
  font-size: clamp(12.4235294118px, 1.6176470588vw, 24.5882352941px);
}
.l-section-event .l-section-event__list ul {
  margin-top: clamp(2.2588235294px, 0.2941176471vw, 4.4705882353px);
  padding-left: clamp(7.9058823529px, 1.0294117647vw, 15.6470588235px);
}
.l-section-event .l-section-event__list ul li {
  gap: clamp(8.4705882353px, 1.1029411765vw, 16.7647058824px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #290000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(10.1647058824px, 1.3235294118vw, 20.1176470588px);
  margin-bottom: clamp(8.4705882353px, 1.1029411765vw, 16.7647058824px);
}
.l-section-event .l-section-event__list ul li a {
  display: block;
  position: relative;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  width: clamp(9.6px, 1.25vw, 19px);
  z-index: 2;
}
.l-section-event .l-section-event__list ul li a:hover {
  opacity: 0.7;
}
.l-section-event .l-section-event__list ul li a:nth-of-type(2) {
  margin-left: clamp(-5.5882352941px, -0.3676470588vw, -2.8235294118px);
}
.l-section-event .l-section-event__list ul li.-margin {
  margin: 0 0 clamp(3.9529411765px, 0.5147058824vw, 7.8235294118px);
}
@media print, screen and (max-width: 768px) {
  .l-section-event {
    z-index: 0;
  }
  .l-section-event .l-section-event__inner {
    overflow: hidden;
    padding: 22.6666666667vw 0;
  }
  .l-section-event .l-section-event__inner::after {
    height: 26.6666666667vw;
    position: absolute;
    right: -2.6666666667vw;
    top: 8vw;
    width: 26.6666666667vw;
    z-index: 1;
  }
  .l-section-event .l-section-event__list {
    gap: 5.3333333333vw 2.6666666667vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 10.6666666667vw auto;
    padding: 0 5.3333333333vw;
    width: 93.3333333333vw;
  }
  .l-section-event .l-section-event__list li {
    color: #fff;
    font-size: 4vw;
  }
  .l-section-event .l-section-event__list ul {
    margin-top: 1.3333333333vw;
    padding-left: 1.6vw;
  }
  .l-section-event .l-section-event__list ul li {
    gap: 1.3333333333vw 3.7333333333vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 3.7333333333vw;
  }
  .l-section-event .l-section-event__list ul li p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .l-section-event .l-section-event__list ul li a {
    width: 4vw;
  }
  .l-section-event .l-section-event__list ul li a:first-of-type {
    margin-left: 4vw;
  }
  .l-section-event .l-section-event__list ul li a:nth-of-type(2) {
    margin-left: 0;
  }
  .l-section-event .l-section-event__list ul li.-margin {
    margin: 0 0 1.3333333333vw;
  }
}

.l-section-shop .l-section-shop__inner {
  padding: clamp(48px, 6.25vw, 95px) 0;
}
.l-section-shop .l-section-shop__list {
  gap: clamp(39.5294117647px, 5.1470588235vw, 78.2352941176px) clamp(53.0823529412px, 6.9117647059vw, 105.0588235294px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: clamp(56.4705882353px, 7.3529411765vw, 111.7647058824px) auto clamp(33.8823529412px, 4.4117647059vw, 67.0588235294px);
  max-width: clamp(564.7058823529px, 73.5294117647vw, 1117.6470588235px);
  position: relative;
}
.l-section-shop .l-section-shop__list::before, .l-section-shop .l-section-shop__list::after {
  background-image: url(/assets/images/deco_04.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: clamp(31.0588235294px, 4.0441176471vw, 61.4705882353px);
  position: absolute;
  width: clamp(46.8705882353px, 6.1029411765vw, 92.7647058824px);
}
.l-section-shop .l-section-shop__list::before {
  right: clamp(-33.5294117647px, -2.2058823529vw, -16.9411764706px);
  top: clamp(-67.0588235294px, -4.4117647059vw, -33.8823529412px);
}
.l-section-shop .l-section-shop__list::after {
  bottom: clamp(-33.5294117647px, -2.2058823529vw, -16.9411764706px);
  left: clamp(-78.2352941176px, -5.1470588235vw, -39.5294117647px);
}
.l-section-shop .l-section-shop__image {
  margin-bottom: clamp(9.0352941176px, 1.1764705882vw, 17.8823529412px);
}
.l-section-shop .l-section-shop__text {
  font-size: clamp(11.2941176471px, 1.4705882353vw, 22.3529411765px);
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .l-section-shop .l-section-shop__inner {
    padding: 21.3333333333vw 0;
  }
  .l-section-shop .l-section-shop__list {
    gap: 10.6666666667vw 10.6666666667vw;
    grid-template-columns: 1fr 1fr;
    margin: 26.6666666667vw auto 16vw;
    max-width: none;
    padding: 0 8vw;
    position: relative;
  }
  .l-section-shop .l-section-shop__list::before, .l-section-shop .l-section-shop__list::after {
    height: 8vw;
    width: 13.3333333333vw;
  }
  .l-section-shop .l-section-shop__list::before {
    right: 2.6666666667vw;
    top: -10.6666666667vw;
  }
  .l-section-shop .l-section-shop__list::after {
    bottom: -8vw;
    left: 2.6666666667vw;
  }
  .l-section-shop .l-section-shop__image {
    margin-bottom: 4.2666666667vw;
  }
  .l-section-shop .l-section-shop__text {
    font-size: 3.7333333333vw;
  }
}

.l-section-sponsor {
  background-color: #80c4e6;
}
.l-section-sponsor .l-section-sponsor__inner {
  margin: 0 auto;
  padding: clamp(48px, 6.25vw, 95px) 0;
  position: relative;
  text-align: center;
  width: clamp(564.7058823529px, 73.5294117647vw, 1117.6470588235px);
}
.l-section-sponsor .l-section-sponsor__inner::before, .l-section-sponsor .l-section-sponsor__inner::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: clamp(58.1647058824px, 7.5735294118vw, 115.1176470588px);
  position: absolute;
  width: clamp(56.4705882353px, 7.3529411765vw, 111.7647058824px);
}
.l-section-sponsor .l-section-sponsor__inner::before {
  background-image: url(/assets/images/deco_05.svg);
  left: clamp(-78.2352941176px, -5.1470588235vw, -39.5294117647px);
  top: clamp(90.3529411765px, 11.7647058824vw, 178.8235294118px);
}
.l-section-sponsor .l-section-sponsor__inner::after {
  background-image: url(/assets/images/deco_06.svg);
  bottom: clamp(90.3529411765px, 11.7647058824vw, 178.8235294118px);
  right: clamp(-167.6470588235px, -11.0294117647vw, -84.7058823529px);
}
.l-section-sponsor .l-section-sponsor__list1 {
  gap: clamp(56.4705882353px, 7.3529411765vw, 111.7647058824px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: clamp(56.4705882353px, 7.3529411765vw, 111.7647058824px) auto clamp(45.1764705882px, 5.8823529412vw, 89.4117647059px);
  padding: 0 clamp(38.4px, 5vw, 76px);
}
.l-section-sponsor .l-section-sponsor__list1 .l-section-sponsor__item a {
  display: block;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.l-section-sponsor .l-section-sponsor__list1 .l-section-sponsor__item a:hover {
  opacity: 0.7;
}
.l-section-sponsor .l-section-sponsor__list2 {
  gap: clamp(22.5882352941px, 2.9411764706vw, 44.7058823529px) clamp(22.5882352941px, 2.9411764706vw, 44.7058823529px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.l-section-sponsor .l-section-sponsor__list2 .l-section-sponsor__item .l-section-sponsor__image img {
  border-radius: clamp(10.1647058824px, 1.3235294118vw, 20.1176470588px);
}
.l-section-sponsor .l-section-sponsor__list2 .l-section-sponsor__item a {
  display: block;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.l-section-sponsor .l-section-sponsor__list2 .l-section-sponsor__item a:hover {
  opacity: 0.7;
}
.l-section-sponsor .l-section-sponsor__list3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 0 auto clamp(33.8823529412px, 4.4117647059vw, 67.0588235294px);
}
.l-section-sponsor .l-section-sponsor__list3 .l-section-sponsor__item {
  margin-left: auto;
  width: clamp(197.6470588235px, 25.7352941176vw, 391.1764705882px);
}
.l-section-sponsor .l-section-sponsor__list3 .l-section-sponsor__item a {
  display: block;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.l-section-sponsor .l-section-sponsor__list3 .l-section-sponsor__item a:hover {
  opacity: 0.7;
}
.l-section-sponsor .l-section-sponsor__list4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 0 auto clamp(33.8823529412px, 4.4117647059vw, 67.0588235294px);
}
.l-section-sponsor .l-section-sponsor__list4 .l-section-sponsor__item {
  width: clamp(180.7058823529px, 23.5294117647vw, 357.6470588235px);
}
.l-section-sponsor .l-section-sponsor__list4 .l-section-sponsor__item a {
  display: block;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.l-section-sponsor .l-section-sponsor__list4 .l-section-sponsor__item a:hover {
  opacity: 0.7;
}
.l-section-sponsor .l-section-sponsor__listWrapper {
  gap: clamp(56.4705882353px, 7.3529411765vw, 111.7647058824px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-section-sponsor .l-section-sponsor__image img {
  aspect-ratio: 360/160;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: clamp(14.1176470588px, 1.8382352941vw, 27.9411764706px);
  -o-object-fit: cover;
  object-fit: cover;
}
.l-section-sponsor .l-section-sponsor__image.-hilton img {
  aspect-ratio: auto;
}
.l-section-sponsor .l-section-sponsor__image--yellow img {
  background-color: #fbdf0d;
  border: 1px solid #fbdf0d;
}
.l-section-sponsor .l-section-sponsor__title {
  display: inline-block;
  font-family: "RocknRoll One", sans-serif;
  font-size: clamp(28.2352941176px, 3.6764705882vw, 55.8823529412px);
  font-style: normal;
  font-weight: 400;
  margin: clamp(33.8823529412px, 4.4117647059vw, 67.0588235294px) auto clamp(14.1176470588px, 1.8382352941vw, 27.9411764706px);
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-section-sponsor .l-section-sponsor__text {
  color: #fff;
  display: inline-block;
  font-size: clamp(22.5882352941px, 2.9411764706vw, 44.7058823529px);
  font-weight: 700;
  margin: clamp(33.8823529412px, 4.4117647059vw, 67.0588235294px) auto clamp(22.5882352941px, 2.9411764706vw, 44.7058823529px);
  position: relative;
  text-align: center;
}
.l-section-sponsor .l-section-sponsor__text::before, .l-section-sponsor .l-section-sponsor__text::after {
  background-color: #fff;
  border-radius: 10px;
  content: "";
  height: clamp(27.1058823529px, 3.5294117647vw, 53.6470588235px);
  position: absolute;
  width: clamp(1.1294117647px, 0.1470588235vw, 2.2352941176px);
}
.l-section-sponsor .l-section-sponsor__text::before {
  left: clamp(-33.5294117647px, -2.2058823529vw, -16.9411764706px);
  top: clamp(7.3411764706px, 0.9558823529vw, 14.5294117647px);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.l-section-sponsor .l-section-sponsor__text::after {
  right: clamp(-20.1176470588px, -1.3235294118vw, -10.1647058824px);
  top: clamp(7.3411764706px, 0.9558823529vw, 14.5294117647px);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.l-section-sponsor .l-section-sponsor__btnArea {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: clamp(395.2941176471px, 51.4705882353vw, 782.3529411765px);
}
@media print, screen and (max-width: 768px) {
  .l-section-sponsor .l-section-sponsor__inner {
    margin: 0 auto;
    padding: 22.6666666667vw 0;
    width: auto;
  }
  .l-section-sponsor .l-section-sponsor__inner::before, .l-section-sponsor .l-section-sponsor__inner::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 13.3333333333vw;
    position: absolute;
    width: 13.3333333333vw;
  }
  .l-section-sponsor .l-section-sponsor__inner::before {
    background-image: url(/assets/images/deco_05.svg);
    left: -2.6666666667vw;
    top: 42.6666666667vw;
  }
  .l-section-sponsor .l-section-sponsor__inner::after {
    background-image: url(/assets/images/deco_06.svg);
    bottom: 42.6666666667vw;
    right: -2.6666666667vw;
  }
  .l-section-sponsor .l-section-sponsor__list1 {
    gap: 5.3333333333vw;
    display: grid;
    grid-template-columns: 1fr;
    margin: 13.3333333333vw auto 10.6666666667vw;
    padding: 0 13.3333333333vw;
  }
  .l-section-sponsor .l-section-sponsor__list2 {
    gap: 5.3333333333vw 5.3333333333vw;
    grid-template-columns: 1fr 1fr;
    padding: 0 5.3333333333vw;
  }
  .l-section-sponsor .l-section-sponsor__list2 .l-section-sponsor__item .l-section-sponsor__image img {
    border-radius: 4.8vw;
  }
  .l-section-sponsor .l-section-sponsor__list3 {
    gap: 5.3333333333vw 5.3333333333vw;
    grid-template-columns: 1fr;
    margin: 10.6666666667vw auto;
    padding: 0 21.3333333333vw;
  }
  .l-section-sponsor .l-section-sponsor__list3 .l-section-sponsor__item {
    width: auto;
  }
  .l-section-sponsor .l-section-sponsor__list4 {
    gap: 5.3333333333vw 5.3333333333vw;
    grid-template-columns: 1fr;
    margin: 10.6666666667vw auto;
    padding: 0 26.6666666667vw;
  }
  .l-section-sponsor .l-section-sponsor__list4 .l-section-sponsor__item {
    width: auto;
  }
  .l-section-sponsor .l-section-sponsor__listWrapper {
    display: block;
  }
  .l-section-sponsor .l-section-sponsor__title {
    font-family: "RocknRoll One", sans-serif;
    font-size: 7.2vw;
    font-style: normal;
    font-weight: 400;
    margin: 9.3333333333vw auto 6.6666666667vw;
    text-align: center;
  }
  .l-section-sponsor .l-section-sponsor__image img {
    border-radius: 4.8vw;
  }
  .l-section-sponsor .l-section-sponsor__text {
    font-size: 8vw;
    margin: 16vw auto 10.6666666667vw;
    text-align: center;
  }
  .l-section-sponsor .l-section-sponsor__text::before, .l-section-sponsor .l-section-sponsor__text::after {
    border-radius: 10px;
    content: "";
    height: 10.1333333333vw;
    position: absolute;
    width: 0.5333333333vw;
  }
  .l-section-sponsor .l-section-sponsor__text::before {
    left: -8vw;
    top: 2.1333333333vw;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  .l-section-sponsor .l-section-sponsor__text::after {
    right: -4.8vw;
    top: 2.1333333333vw;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .l-section-sponsor .l-section-sponsor__btnArea {
    gap: 10.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
  }
}

.c-btn {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn .c-btn__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1C7CB7;
  border: 1px solid #1C7CB7;
  border-radius: clamp(28.2352941176px, 3.6764705882vw, 55.8823529412px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: clamp(25.9764705882px, 3.3823529412vw, 51.4117647059px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  width: clamp(152.4705882353px, 19.8529411765vw, 301.7647058824px);
}
.c-btn .c-btn__link:hover {
  background-color: #fff;
}
.c-btn .c-btn__link:hover .c-btn__text {
  color: #1C7CB7;
}
.c-btn .c-btn__link:hover .c-btn__arrow {
  background-color: #1C7CB7;
}
.c-btn .c-btn__link:hover .c-btn__arrow:before {
  background-image: url(/assets/images/icon_arrow_white.svg);
}
.c-btn .c-btn__text {
  color: #fff;
  font-size: clamp(9.0352941176px, 1.1764705882vw, 17.8823529412px);
  line-height: 1;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.c-btn .c-btn__arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: clamp(16.9411764706px, 2.2058823529vw, 33.5294117647px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: clamp(5.6470588235px, 0.7352941176vw, 11.1764705882px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms;
  transition: all 300ms;
  width: clamp(16.9411764706px, 2.2058823529vw, 33.5294117647px);
}
.c-btn .c-btn__arrow::before {
  background-image: url(/assets/images/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: clamp(4.5176470588px, 0.5882352941vw, 8.9411764706px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms;
  transition: all 300ms;
  width: clamp(9.6px, 1.25vw, 19px);
}
.c-btn .c-btn--header .c-btn__link {
  width: clamp(129.8823529412px, 16.9117647059vw, 257.0588235294px);
}
@media print, screen and (max-width: 768px) {
  .c-btn .c-btn__link {
    border-radius: 8vw;
    height: 12.2666666667vw;
    position: relative;
    width: 66.6666666667vw;
  }
  .c-btn .c-btn__text {
    font-size: 3.7333333333vw;
  }
  .c-btn .c-btn__arrow {
    height: 8vw;
    right: 2.6666666667vw;
    width: 8vw;
  }
  .c-btn .c-btn__arrow::before {
    height: 2.1333333333vw;
    width: 4.5333333333vw;
  }
  .c-btn .c-btn--header .c-btn__link {
    width: 61.3333333333vw;
  }
}

.c-horse-slider {
  margin-top: clamp(28.2352941176px, 3.6764705882vw, 55.8823529412px);
}
.c-horse-slider .c-horse-slider__list {
  -webkit-animation: 17s linear infinite sliderAnimation;
  animation: 17s linear infinite sliderAnimation;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}
.c-horse-slider .c-horse-slider__item {
  -webkit-animation: 1s steps(2, end) infinite zigzag;
  animation: 1s steps(2, end) infinite zigzag;
  margin: 0 clamp(22.5882352941px, 2.9411764706vw, 44.7058823529px);
  min-width: clamp(115.2px, 15vw, 228px);
}
@media print, screen and (max-width: 768px) {
  .c-horse-slider {
    margin-top: 13.3333333333vw;
    overflow: hidden;
  }
  .c-horse-slider .c-horse-slider__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-horse-slider .c-horse-slider__item {
    margin: 0 clamp(16.9411764706px, 2.2058823529vw, 33.5294117647px);
    min-width: clamp(84.7058823529px, 11.0294117647vw, 167.6470588235px);
  }
}

/* Loading背景画面設定　*/
#splash {
  background: #fff;
  color: #fff;
  height: 100%;
  /*fixedで全面に固定*/
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 1999;
}

/* Loading画像中央配置　*/
#splash_logo {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: clamp(84.7058823529px, 11.0294117647vw, 167.6470588235px);
}

@media print, screen and (max-width: 768px) {
  #splash_logo img {
    width: 40vw;
  }
}
/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.c-text {
  font-size: clamp(9.6px, 1.25vw, 19px);
  font-weight: 400;
  line-height: 2.1;
  margin: clamp(28.2352941176px, 3.6764705882vw, 55.8823529412px) auto clamp(25.4117647059px, 3.3088235294vw, 50.2941176471px);
  text-align: center;
}
.c-text .-red {
  color: #ff2727;
}
.c-text.c-text--white {
  color: #fff;
}
.c-text .c-text__link {
  border-bottom: clamp(0.8470588235px, 0.1102941176vw, 1.6764705882px) solid;
  color: #1c7cb7;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.c-text .c-text__link:hover {
  border-bottom: none;
  opacity: 0.7;
}
.c-text strong {
  background-color: #1c7cb7;
  color: #fff;
  font-weight: bold;
}
.c-text.c-text--smallMarginBottom {
  margin-bottom: clamp(16.9411764706px, 2.2058823529vw, 33.5294117647px);
}
.c-text.c-text--marginTop0 {
  margin-top: clamp(0px, 0vw, 0px);
}
@media print, screen and (max-width: 768px) {
  .c-text {
    font-size: 4vw;
    margin: 6.6666666667vw auto 8vw;
    position: relative;
    z-index: 10;
  }
  .c-text .c-text__link {
    border-bottom: 0.4vw solid;
    color: #1c7cb7;
  }
  .c-text.c-text--smallMarginBottom {
    margin-bottom: 8vw;
  }
  .c-text.c-text--largeMarginBottom {
    margin-bottom: 13.3333333333vw;
  }
}

.c-title {
  position: relative;
  text-align: center;
  z-index: 0;
}
.c-title .c-title__sub {
  color: rgba(28, 124, 183, 0.5);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(62.1176470588px, 8.0882352941vw, 122.9411764706px);
  font-style: normal;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: clamp(-111.7647058824px, -7.3529411765vw, -56.4705882353px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-title .c-title__sub--white {
  color: rgba(255, 255, 255, 0.7);
}
.c-title .c-title__main {
  font-family: "RocknRoll One", sans-serif;
  font-size: clamp(33.8823529412px, 4.4117647059vw, 67.0588235294px);
  font-style: normal;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.c-title .c-title__main--blue {
  color: #1C7CB7;
}
@media print, screen and (max-width: 768px) {
  .c-title {
    position: relative;
    z-index: 10;
  }
  .c-title .c-title__sub {
    font-size: 16vw;
    top: -13.3333333333vw;
  }
  .c-title .c-title__main {
    font-size: 8vw;
  }
}

.c-wave--01 {
  margin-top: clamp(45.1764705882px, 5.8823529412vw, 89.4117647059px);
}
.c-wave--01 svg {
  -webkit-transform: scaleY(-2);
  transform: scaleY(-2);
}
.c-wave--02 {
  margin-bottom: clamp(-12.8529411765px, -0.8455882353vw, -6.4941176471px);
}
.c-wave--02 svg {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.c-wave--03 {
  margin-top: clamp(-6.7058823529px, -0.4411764706vw, -3.3882352941px);
}
.c-wave--03 svg {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.c-wave--04 {
  margin-top: clamp(-6.7058823529px, -0.4411764706vw, -3.3882352941px);
}
.c-wave--04 svg {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
@media print, screen and (max-width: 768px) {
  .c-wave--01 {
    margin-top: 2.6666666667vw;
  }
  .c-wave--01 svg {
    -webkit-transform: scaleY(-2);
    transform: scaleY(-2);
  }
  .c-wave--02 {
    margin-bottom: -2.6666666667vw;
  }
  .c-wave--02 svg {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .c-wave--03 {
    margin-top: -1.6vw;
  }
  .c-wave--03 svg {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .c-wave--04 {
    margin-top: -1.6vw;
  }
  .c-wave--04 svg {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    width: 186.6666666667vw;
  }
}

.p-notice .p-notice__title1 {
  font-family: "RocknRoll One", sans-serif;
  font-size: clamp(25.4117647059px, 3.3088235294vw, 50.2941176471px);
  font-style: normal;
  font-weight: 400;
  margin-bottom: clamp(25.4117647059px, 3.3088235294vw, 50.2941176471px);
  text-align: center;
}
.p-notice .p-notice__title2 {
  border-bottom: clamp(1.1294117647px, 0.1470588235vw, 2.2352941176px) solid #1C7CB7;
  font-size: clamp(13.5529411765px, 1.7647058824vw, 26.8235294118px);
  font-weight: 700;
  margin-bottom: clamp(8.4705882353px, 1.1029411765vw, 16.7647058824px);
  padding-left: clamp(2.8235294118px, 0.3676470588vw, 5.5882352941px);
}
.p-notice .p-notice-section__inner {
  margin: 0 auto;
  margin-bottom: clamp(16.9411764706px, 2.2058823529vw, 33.5294117647px);
  padding: clamp(45.1764705882px, 5.8823529412vw, 89.4117647059px) clamp(11.2941176471px, 1.4705882353vw, 22.3529411765px) 0;
  width: clamp(451.7647058824px, 58.8235294118vw, 894.1176470588px);
}
.p-notice .p-notice-section__inner--margin {
  margin-bottom: clamp(45.1764705882px, 5.8823529412vw, 89.4117647059px);
}
.p-notice ol {
  margin-bottom: clamp(18.0705882353px, 2.3529411765vw, 35.7647058824px);
  padding-left: clamp(11.2941176471px, 1.4705882353vw, 22.3529411765px);
}
.p-notice ol li {
  font-size: clamp(10.1647058824px, 1.3235294118vw, 20.1176470588px);
  padding-left: clamp(11.2941176471px, 1.4705882353vw, 22.3529411765px);
  text-indent: clamp(-22.3529411765px, -1.4705882353vw, -11.2941176471px);
}
.p-notice ul {
  margin-bottom: clamp(18.0705882353px, 2.3529411765vw, 35.7647058824px);
  padding-left: clamp(11.2941176471px, 1.4705882353vw, 22.3529411765px);
}
.p-notice ul:last-of-type {
  margin-bottom: 0;
}
.p-notice ul li {
  font-size: clamp(10.1647058824px, 1.3235294118vw, 20.1176470588px);
}
@media print, screen and (max-width: 768px) {
  .p-notice .p-notice__title1 {
    font-family: "RocknRoll One", sans-serif;
    font-size: 9.3333333333vw;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 12vw;
    text-align: center;
  }
  .p-notice .p-notice__title2 {
    border-bottom: 0.5333333333vw solid #1C7CB7;
    font-size: 5.3333333333vw;
    font-weight: 700;
    margin-bottom: 4vw;
    padding-left: 1.3333333333vw;
  }
  .p-notice .p-notice-section__inner {
    margin: 0 auto;
    margin-bottom: 8vw;
    padding: 13.3333333333vw 5.3333333333vw 0;
    width: auto;
  }
  .p-notice .p-notice-section__inner--margin {
    margin-bottom: 26.6666666667vw;
  }
  .p-notice ol {
    margin-bottom: 8vw;
    padding-left: 5.3333333333vw;
  }
  .p-notice ol:last-of-type {
    margin-bottom: 0;
  }
  .p-notice ol li {
    font-size: 4.2666666667vw;
    padding-left: 5.3333333333vw;
    text-indent: -5.3333333333vw;
  }
  .p-notice ul {
    margin-bottom: 8vw;
    padding-left: 5.3333333333vw;
  }
  .p-notice ul:last-of-type {
    margin-bottom: 0;
  }
  .p-notice ul li {
    font-size: 4.2666666667vw;
  }
}

/* default setting */
html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #290000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  z-index: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
}

ol,
ul,
dl {
  list-style-type: none;
}

em,
i {
  font-style: normal;
}

b,
strong {
  font-weight: inherit;
}

/* iOS Form */
input[type=submit],
input[type=button],
button {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}
input[type=input],
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=search] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: input;
  -moz-appearance: input;
  appearance: input;
  background-color: #fff !important;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 20px;
  padding: 15px 30px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}
input[type=input]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}
input[type=input]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus {
  background-color: #000;
  outline: none;
}
textarea {
  background-color: #fff;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 5px;
  font-size: 1.4rem;
  height: 21em;
  line-height: 1.5;
  margin-top: 20px;
  padding: 15px 30px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}
textarea:focus {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
/* placeholder */
input::-webkit-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input::-moz-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input:-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input::-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input::placeholder {
  color: rgba(32, 32, 32, 0.5);
}

/* placeholder fot IE */
input:-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}

/* placeholder for Edge */
input::-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}

select {
  background-color: #f4f4f4;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 5px;
  color: rgba(32, 32, 32, 0.5);
  font-size: 1.4rem;
  line-height: 2.14;
  margin-top: 20px;
  padding: 15px 30px;
  width: 100%;
}
select:focus {
  outline: none;
}

/* SP style */
@media print, screen and (max-width: 768px) {
  img {
    height: auto;
    width: 100%;
  }
  .pc {
    display: none !important;
  }
  body {
    overflow: hidden;
  }
}
/* PC style */
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  body {
    overflow-x: hidden;
  }
}
/* inview */
.js-inview {
  opacity: 0;
}
.js-inview.-show {
  -webkit-animation: inview 500ms ease-out 1 200ms both;
  animation: inview 500ms ease-out 1 200ms both;
}

@-webkit-keyframes inview {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  15% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes inview {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  15% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes sliderAnimation {
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes sliderAnimation {
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes zigzag {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}
@keyframes zigzag {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}
/* blocks */