@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * 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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  color: #323232;
  line-height: 1.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 17px;
  }
}

body {
  overflow-x: clip;
  background: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #CDA032;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: color 400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 400ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  body a:hover {
    color: #dfc27c;
    text-decoration: none;
  }
}

img {
  max-width: 100%;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.l-footer {
  position: relative;
  overflow-x: clip;
  padding: 75px 20px 70px;
  color: #fff;
}
.l-footer::before {
  content: "";
  position: absolute;
  top: -135px;
  right: 50%;
  display: block;
  width: 200%;
  height: calc(100% + 135px);
  background: url(../img/bg_footer_01.webp) repeat-x center top/1496px auto;
  translate: 65% 0;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 110px 50px 100px;
  }
  .l-footer::before {
    content: "";
    position: absolute;
    top: -280px;
    height: calc(100% + 280px);
    background-size: 3064px auto;
    translate: 55% 0;
  }
}

.p-header-sitelogo {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 70px;
  margin: 0;
  line-height: 1px;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  .p-header-sitelogo {
    top: 37px;
    left: 50px;
    width: 115px;
  }
}

.p-header-drawer-button {
  position: fixed;
  top: 11px;
  right: 18px;
  width: 40px;
  height: 40px;
  z-index: 200;
}
.p-header-drawer-button button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 768px) {
  .p-header-drawer-button {
    top: 25px;
    right: 46px;
    width: 60px;
    height: 60px;
  }
}

.p-header-drawer-button__line--03, .p-header-drawer-button__line--02, .p-header-drawer-button__line--01 {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 35px;
  height: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-size: contain;
  line-height: 1px;
  -webkit-transition-property: opacity, translate, rotate;
  transition-property: opacity, translate, rotate;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-header-drawer-button__line--03 img, .p-header-drawer-button__line--02 img, .p-header-drawer-button__line--01 img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .p-header-drawer-button__line--03, .p-header-drawer-button__line--02, .p-header-drawer-button__line--01 {
    width: 53px;
    height: 6px;
  }
}

.p-header-drawer-button__line--01 {
  background-image: url(../img/icon_menu_line_black_01.svg);
  translate: -50% calc(-50% - 7.5px);
}
.is-opened .p-header-drawer-button__line--01 {
  translate: -50% -1.5px;
  rotate: 25deg;
}
@media screen and (min-width: 768px) {
  .p-header-drawer-button__line--01 {
    translate: -50% calc(-50% - 11.5px);
  }
  .is-opened .p-header-drawer-button__line--01 {
    translate: -50% -1.5px;
  }
}

.p-header-drawer-button__line--02 {
  background-image: url(../img/icon_menu_line_black_02.svg);
  translate: -50% calc(-50% + 0.5px);
}
.is-opened .p-header-drawer-button__line--02 {
  opacity: 0;
}

.p-header-drawer-button__line--03 {
  background-image: url(../img/icon_menu_line_black_03.svg);
  translate: -50% calc(-50% + 8.5px);
}
.is-opened .p-header-drawer-button__line--03 {
  translate: -50% -2.5px;
  rotate: -25deg;
}
@media screen and (min-width: 768px) {
  .p-header-drawer-button__line--03 {
    translate: -50% calc(-50% + 12px);
  }
  .is-opened .p-header-drawer-button__line--03 {
    translate: -50% -2.5px;
  }
}

.p-header-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-header-drawer a,
.p-header-drawer button {
  pointer-events: none;
}
.p-header-drawer.is-opened {
  visibility: visible;
  opacity: 1;
}
.p-header-drawer.is-opened a,
.p-header-drawer.is-opened button {
  pointer-events: auto;
}
.p-header-drawer::before {
  content: "";
  position: absolute;
  top: -95px;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% + 95px);
  background: url(../img/bg_texture_01.webp) no-repeat center top/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-header-drawer::before {
    top: -370px;
    height: calc(100% + 370px);
  }
}

.p-header-drawer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 110px 42px 32px;
  opacity: 0;
  translate: 0 25px;
  -webkit-transition-property: opacity, translate;
  transition-property: opacity, translate;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.is-opened .p-header-drawer__inner {
  opacity: 1;
  translate: 0 0;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
@media screen and (min-width: 768px) {
  .p-header-drawer__inner {
    padding: 160px 50px 70px;
  }
}

.p-gnav {
  width: min(100%, 350px);
  margin: 0 auto 60px;
}
@media screen and (min-width: 768px) {
  .p-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: max(100%, 370px);
  }
}

.p-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 40px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-gnav__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 min(100%, 1300px);
            flex: 0 1 min(100%, 1300px);
    margin: 0 auto;
  }
}

.p-gnav__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  border-right: 1px solid #323232;
}
.p-gnav__item:nth-child(4n) {
  border-left: 1px solid #323232;
}
.p-gnav__item a {
  display: block;
  height: 100%;
  padding: 10px;
  text-align: center;
}
.p-gnav__item img {
  width: 36px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .p-gnav__item {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
  }
  .p-gnav__item:nth-child(4n) {
    border-left: none;
  }
  .p-gnav__item:last-child {
    border-left: 1px solid #323232;
  }
  .p-gnav__item a {
    display: block;
    height: 100%;
    padding: 18% 24px 56%;
    text-align: center;
  }
  .p-gnav__item img {
    width: 61px;
  }
}

.p-header-button {
  margin: auto 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-header-button {
    text-align: left;
  }
}

.p-footer-pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  translate: 0 15px;
  -webkit-transition-property: visibility, opacity, translate;
  transition-property: visibility, opacity, translate;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-footer-pagetop.is-show {
  visibility: visible;
  opacity: 1;
  translate: 0 0;
}
.p-footer-pagetop button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-footer-pagetop img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .p-footer-pagetop {
    bottom: 30px;
    right: 50px;
    width: 100px;
    height: 100px;
    translate: 0 20px;
  }
}

.p-footer-text {
  margin: 0 0 30px;
  font-size: 1.07142rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.2;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-footer-text {
    margin-bottom: 70px;
    font-size: 1rem;
  }
}

.p-footer-copyright {
  margin: 0 0 55px;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
  display: block;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-footer-copyright {
    margin-bottom: 0;
    font-size: 0.82352rem;
  }
}

.p-footer-button {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer-button {
    text-align: left;
    translate: 0 calc(-100% + 0.82352rem * 1.8 / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .p-footer-button {
    margin-top: 75px;
    text-align: center;
    translate: 0 0;
  }
}

[data-intersection] {
  opacity: 0;
  translate: 0 20px;
  -webkit-transition-property: opacity, translate;
  transition-property: opacity, translate;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
[data-intersection].is-show {
  opacity: 1;
  translate: none;
}

[data-intersection-parent] > * {
  opacity: 0;
  translate: 0 20px;
  -webkit-transition-property: opacity, translate;
  transition-property: opacity, translate;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
[data-intersection-parent].is-show > * {
  opacity: 1;
  translate: none;
}
[data-intersection-parent].is-show > *:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
[data-intersection-parent].is-show > *:nth-child(2) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
[data-intersection-parent].is-show > *:nth-child(3) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
[data-intersection-parent].is-show > *:nth-child(4) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
[data-intersection-parent].is-show > *:nth-child(5) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
[data-intersection-parent].is-show > *:nth-child(6) {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
[data-intersection-parent].is-show > *:nth-child(7) {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
[data-intersection-parent].is-show > *:nth-child(8) {
  -webkit-transition-delay: 2100ms;
          transition-delay: 2100ms;
}
[data-intersection-parent].is-show > *:nth-child(9) {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}
[data-intersection-parent].is-show > *:nth-child(10) {
  -webkit-transition-delay: 2700ms;
          transition-delay: 2700ms;
}
[data-intersection-parent].is-show > *:nth-child(11) {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}
[data-intersection-parent].is-show > *:nth-child(12) {
  -webkit-transition-delay: 3300ms;
          transition-delay: 3300ms;
}
[data-intersection-parent].is-show > *:nth-child(13) {
  -webkit-transition-delay: 3600ms;
          transition-delay: 3600ms;
}
[data-intersection-parent].is-show > *:nth-child(14) {
  -webkit-transition-delay: 3900ms;
          transition-delay: 3900ms;
}
[data-intersection-parent].is-show > *:nth-child(15) {
  -webkit-transition-delay: 4200ms;
          transition-delay: 4200ms;
}
[data-intersection-parent].is-show > *:nth-child(16) {
  -webkit-transition-delay: 4500ms;
          transition-delay: 4500ms;
}
[data-intersection-parent].is-show > *:nth-child(17) {
  -webkit-transition-delay: 4800ms;
          transition-delay: 4800ms;
}
[data-intersection-parent].is-show > *:nth-child(18) {
  -webkit-transition-delay: 5100ms;
          transition-delay: 5100ms;
}
[data-intersection-parent].is-show > *:nth-child(19) {
  -webkit-transition-delay: 5400ms;
          transition-delay: 5400ms;
}
[data-intersection-parent].is-show > *:nth-child(20) {
  -webkit-transition-delay: 5700ms;
          transition-delay: 5700ms;
}
[data-intersection-parent].is-show > *:nth-child(21) {
  -webkit-transition-delay: 6000ms;
          transition-delay: 6000ms;
}
[data-intersection-parent].is-show > *:nth-child(22) {
  -webkit-transition-delay: 6300ms;
          transition-delay: 6300ms;
}
[data-intersection-parent].is-show > *:nth-child(23) {
  -webkit-transition-delay: 6600ms;
          transition-delay: 6600ms;
}
[data-intersection-parent].is-show > *:nth-child(24) {
  -webkit-transition-delay: 6900ms;
          transition-delay: 6900ms;
}
[data-intersection-parent].is-show > *:nth-child(25) {
  -webkit-transition-delay: 7200ms;
          transition-delay: 7200ms;
}
[data-intersection-parent].is-show > *:nth-child(26) {
  -webkit-transition-delay: 7500ms;
          transition-delay: 7500ms;
}
[data-intersection-parent].is-show > *:nth-child(27) {
  -webkit-transition-delay: 7800ms;
          transition-delay: 7800ms;
}
[data-intersection-parent].is-show > *:nth-child(28) {
  -webkit-transition-delay: 8100ms;
          transition-delay: 8100ms;
}
[data-intersection-parent].is-show > *:nth-child(29) {
  -webkit-transition-delay: 8400ms;
          transition-delay: 8400ms;
}
[data-intersection-parent].is-show > *:nth-child(30) {
  -webkit-transition-delay: 8700ms;
          transition-delay: 8700ms;
}

@-webkit-keyframes fuwafuwa-horizontal-01 {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: -15px 0;
  }
}

@keyframes fuwafuwa-horizontal-01 {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: -15px 0;
  }
}
.p-deco-cloud-01 {
  -webkit-animation: fuwafuwa-horizontal-01 3000ms ease-in-out infinite alternate;
          animation: fuwafuwa-horizontal-01 3000ms ease-in-out infinite alternate;
}

.p-deco-cloud-02 {
  -webkit-animation: fuwafuwa-horizontal-01 3100ms ease-in-out infinite alternate;
          animation: fuwafuwa-horizontal-01 3100ms ease-in-out infinite alternate;
}

.p-deco-cloud-03 {
  -webkit-animation: fuwafuwa-horizontal-01 3200ms ease-in-out infinite alternate;
          animation: fuwafuwa-horizontal-01 3200ms ease-in-out infinite alternate;
}

.p-deco-cloud-04 {
  -webkit-animation: fuwafuwa-horizontal-01 3300ms ease-in-out infinite alternate;
          animation: fuwafuwa-horizontal-01 3300ms ease-in-out infinite alternate;
}

.p-deco-cloud-05 {
  -webkit-animation: fuwafuwa-horizontal-01 3400ms ease-in-out infinite alternate;
          animation: fuwafuwa-horizontal-01 3400ms ease-in-out infinite alternate;
}

.p-deco-cloud-06 {
  -webkit-animation: fuwafuwa-horizontal-01 3500ms ease-in-out infinite alternate;
          animation: fuwafuwa-horizontal-01 3500ms ease-in-out infinite alternate;
}

.p-deco-cloud-07 {
  -webkit-animation: fuwafuwa-horizontal-01 3600ms ease-in-out infinite alternate;
          animation: fuwafuwa-horizontal-01 3600ms ease-in-out infinite alternate;
}

.p-deco-cloud-08 {
  -webkit-animation: fuwafuwa-horizontal-01 3700ms ease-in-out infinite alternate;
          animation: fuwafuwa-horizontal-01 3700ms ease-in-out infinite alternate;
}

.p-deco-cloud-position, .p-lineup-cloud-03, .p-lineup-cloud-02, .p-lineup-cloud-01, .p-map-cloud-03, .p-map-cloud-02, .p-map-cloud-01, .p-campaign-news-cloud-04, .p-campaign-news-cloud-03, .p-campaign-news-cloud-02, .p-campaign-news-cloud-01, .p-history-cloud-03, .p-history-cloud-02, .p-history-cloud-01, .p-voice-cloud-02, .p-voice-cloud-01, .p-secret-cloud-03, .p-secret-cloud-02, .p-secret-cloud-01, .p-about-cloud-03, .p-about-cloud-02, .p-about-cloud-01 {
  position: absolute;
  z-index: 10;
}

.p-button {
  position: relative;
  display: inline-block;
  padding: 9px 40px 9px 20px;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 11px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  translate: 0 -50%;
}
.p-button.is-transparent {
  border-color: inherit;
  background-color: transparent;
}
.p-button.is-white {
  border-color: #fff;
  background-color: #fff;
}
.p-button.is-gold {
  border-color: #CDA032;
  background-color: #CDA032;
}
.p-button.is-text-black {
  color: #323232;
}
.p-button.is-text-black::before {
  background-image: url(../img/icon_arrow_right_black_01.svg);
}
.p-button.is-text-white {
  color: #fff;
}
.p-button.is-text-white::before {
  background-image: url(../img/icon_arrow_right_white_01.svg);
}
.p-button.is-text-gold {
  color: #CDA032;
}
.p-button.is-text-gold::before {
  background-image: url(../img/icon_arrow_right_gold_01.svg);
}
@media screen and (min-width: 768px) {
  .p-button {
    padding: 12px 50px 12px 25px;
  }
  .p-button::before {
    right: 25px;
    width: 13px;
    height: 14px;
  }
}

.p-section {
  position: relative;
  overflow-x: clip;
  padding: 0 0 135px;
}
.p-section::before {
  content: "";
  position: absolute;
  top: 0;
  width: 200%;
  height: 135px;
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
  z-index: 10;
  translate: 0 -100%;
}
.p-section:nth-of-type(odd) {
  background: #FFFAD2;
}
.p-section:nth-of-type(odd)::before {
  left: 50%;
  background-image: url(../img/bg_section_wave_lightyellow_01.svg);
  translate: -65% -99%;
}
.p-section:nth-of-type(even) {
  background: #FFECAB;
}
.p-section:nth-of-type(even)::before {
  right: 50%;
  background-image: url(../img/bg_section_wave_yellow_01.svg);
  translate: 65% -99%;
}
@media screen and (min-width: 768px) {
  .p-section {
    padding-bottom: 280px;
  }
  .p-section::before {
    height: 280px;
  }
  .p-section:nth-of-type(odd)::before {
    translate: -55% -99%;
  }
  .p-section:nth-of-type(even)::before {
    translate: 55% -99%;
  }
}

.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  z-index: 300;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-modal a,
.p-modal button {
  pointer-events: none;
}
.p-modal.is-opened {
  visibility: visible;
  opacity: 1;
}
.p-modal.is-opened a,
.p-modal.is-opened button {
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .p-modal {
    padding-left: max(30px, 50% - 600px);
    padding-right: max(30px, 50% - 600px);
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-modal__content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 100%;
  overflow: auto;
  border-radius: 25px;
  padding: 10px 25px 50px;
  background: #fff;
  scrollbar-width: none;
}
.p-modal__content::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-modal__content {
    padding: 20px 5% 120px;
    border-radius: 50px;
  }
}

.p-modal__close {
  position: sticky;
  top: 0;
  float: right;
  margin: 0 -10px -10px 0;
}
.p-modal__close button {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-modal__close + * {
  clear: both;
}
@media screen and (min-width: 768px) {
  .p-modal__close {
    margin: 0 -10px 20px 0;
  }
  .p-modal__close button {
    width: 60px;
    height: 60px;
  }
}

.p-modal__close-line--02, .p-modal__close-line--01 {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 35px;
  height: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-size: contain;
  line-height: 1px;
}
@media screen and (min-width: 768px) {
  .p-modal__close-line--02, .p-modal__close-line--01 {
    width: 53px;
    height: 6px;
  }
}

.p-modal__close-line--01 {
  background-image: url(../img/icon_menu_line_gold_01.svg);
  translate: -50% -1.5px;
  rotate: 25deg;
}
@media screen and (min-width: 768px) {
  .p-modal__close-line--01 {
    translate: -50% -1.5px;
  }
}

.p-modal__close-line--02 {
  background-image: url(../img/icon_menu_line_gold_03.svg);
  translate: -50% -2.5px;
  rotate: -25deg;
}
@media screen and (min-width: 768px) {
  .p-modal__close-line--02 {
    translate: -50% -2.5px;
  }
}

.p-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-mainvisual {
  position: relative;
  height: clamp(615px, 100svh, 750px);
  overflow: clip;
}
.p-mainvisual::before {
  content: "";
  position: absolute;
  top: -95px;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% + 95px);
  background: url(../img/bg_texture_01.webp) no-repeat center top/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-mainvisual {
    height: clamp(800px, 100svh + 160px, 1140px);
  }
  .p-mainvisual::before {
    top: -370px;
    height: calc(100% + 370px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .p-mainvisual {
    height: max(80vw, 800px);
  }
}

.p-mainvisual__copy {
  position: absolute;
  top: 65px;
  left: 50%;
  width: 315px;
  aspect-ratio: 315/90;
  translate: -50% 0;
  z-index: 10;
}
@media screen and (min-height: 750px) {
  .p-mainvisual__copy {
    width: clamp(283.5px, 76%, 346.5px);
  }
}
@media screen and (max-height: 700px) {
  .p-mainvisual__copy {
    width: 283.5px;
  }
}
@media screen and (max-height: 630px) {
  .p-mainvisual__copy {
    top: 51px;
  }
}
.p-mainvisual__copy img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__copy {
    position: absolute;
    top: 60px;
    left: 50%;
    width: auto;
    height: clamp(560px - 1% - 280px, 100svh - 80px - 3% - 280px, 900px - 6% - 280px);
    aspect-ratio: 215/520;
    translate: clamp(183.456px + 25%, 28.665svh + 25%, 280.917px + 25%) 0;
  }
}
@media screen and (min-width: 768px) and (min-height: 750px) {
  .p-mainvisual__copy {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-height: 700px) {
  .p-mainvisual__copy {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-height: 630px) {
  .p-mainvisual__copy {
    top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .p-mainvisual__copy {
    height: auto;
    width: 13vw;
    translate: 21vw 0;
  }
}

.p-mainvisual__boat {
  position: absolute;
  bottom: 105px;
  left: 50%;
  width: 285px;
  aspect-ratio: 1126/1787;
  translate: -55% 0;
  z-index: 5;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: yurayura-1 3500ms ease-in-out infinite alternate;
          animation: yurayura-1 3500ms ease-in-out infinite alternate;
}
@media screen and (min-height: 750px) {
  .p-mainvisual__boat {
    width: clamp(256.5px, 76%, 313.5px);
  }
}
@media screen and (max-height: 700px) {
  .p-mainvisual__boat {
    bottom: 85px;
    width: 256.5px;
  }
}
.p-mainvisual__boat img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__boat {
    bottom: 195px;
    width: auto;
    height: clamp(582.4px, 91svh, 891.8px);
  }
}
@media screen and (min-width: 768px) and (min-height: 750px) {
  .p-mainvisual__boat {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-height: 700px) {
  .p-mainvisual__boat {
    bottom: 195px;
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .p-mainvisual__boat {
    height: auto;
    width: 37vw;
  }
}

.p-mainvisual__boat-animation-inner--02, .p-mainvisual__boat-animation-inner--01 {
  display: block;
}

.p-mainvisual__boat-animation-inner--01 {
  -webkit-animation: yurayura-2 2500ms ease-in-out infinite alternate;
          animation: yurayura-2 2500ms ease-in-out infinite alternate;
}

.p-mainvisual__boat-animation-inner--02 {
  -webkit-animation: yurayura-3 2000ms ease-in-out infinite alternate;
          animation: yurayura-3 2000ms ease-in-out infinite alternate;
}

@-webkit-keyframes yurayura-1 {
  0%, 100% {
    rotate: 1.5deg;
  }
  50% {
    rotate: -1.5deg;
  }
}

@keyframes yurayura-1 {
  0%, 100% {
    rotate: 1.5deg;
  }
  50% {
    rotate: -1.5deg;
  }
}
@-webkit-keyframes yurayura-2 {
  0% {
    translate: -2px 0;
  }
  100% {
    translate: 3px 0;
  }
}
@keyframes yurayura-2 {
  0% {
    translate: -2px 0;
  }
  100% {
    translate: 3px 0;
  }
}
@-webkit-keyframes yurayura-3 {
  0% {
    translate: 0 -4px;
  }
  100% {
    translate: 0 3px;
  }
}
@keyframes yurayura-3 {
  0% {
    translate: 0 -4px;
  }
  100% {
    translate: 0 3px;
  }
}
.p-mainvisual__confetti {
  position: absolute;
  bottom: 98px;
  left: 50%;
  width: 434px;
  aspect-ratio: 858/497;
  translate: -51% 0;
  z-index: 10;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: yurayura-1 4500ms ease-in-out infinite alternate;
          animation: yurayura-1 4500ms ease-in-out infinite alternate;
}
@media screen and (min-height: 750px) {
  .p-mainvisual__confetti {
    width: clamp(390.6px, 116%, 477.4px);
  }
}
@media screen and (max-height: 700px) {
  .p-mainvisual__confetti {
    bottom: 85px;
    width: 390.6px;
  }
}
.p-mainvisual__confetti img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__confetti {
    bottom: 194px;
    width: auto;
    height: clamp(320px, 50svh, 490px);
  }
}
@media screen and (min-width: 768px) and (min-height: 750px) {
  .p-mainvisual__confetti {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-height: 700px) {
  .p-mainvisual__confetti {
    bottom: 194px;
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .p-mainvisual__confetti {
    height: auto;
    width: 56vw;
  }
}

.p-mainvisual__wave-back {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1333px;
  z-index: 1;
  translate: -50.3% 0;
  -webkit-animation: wave-back 4.5s ease-in-out infinite;
          animation: wave-back 4.5s ease-in-out infinite;
}
@media screen and (max-height: 700px) {
  .p-mainvisual__wave-back {
    width: 1199.7px;
  }
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1.4) {
  .p-mainvisual__wave-back {
    width: 1199.7px;
  }
}
.p-mainvisual__wave-back img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__wave-back {
    bottom: -15px;
    width: 2630px;
  }
}
@media screen and (min-width: 768px) and (max-height: 700px) {
  .p-mainvisual__wave-back {
    width: 2630px;
  }
}
@media screen and (min-width: 768px) and (max-height: 700px) and (min-aspect-ratio: 1/1.4) {
  .p-mainvisual__wave-back {
    width: 2630px;
  }
}

@-webkit-keyframes wave-back {
  0%, 100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes wave-back {
  0%, 100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-mainvisual__wave-front {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1333px;
  translate: -50.3% 0;
  z-index: 8;
  -webkit-animation: wave-front 4s ease-in-out infinite;
          animation: wave-front 4s ease-in-out infinite;
}
@media screen and (max-height: 700px) {
  .p-mainvisual__wave-front {
    width: 1199.7px;
  }
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1.4) {
  .p-mainvisual__wave-front {
    width: 1199.7px;
  }
}
.p-mainvisual__wave-front img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__wave-front {
    bottom: -15px;
    width: 2630px;
  }
}
@media screen and (min-width: 768px) and (max-height: 700px) {
  .p-mainvisual__wave-front {
    width: 2630px;
  }
}
@media screen and (min-width: 768px) and (max-height: 700px) and (min-aspect-ratio: 1/1.4) {
  .p-mainvisual__wave-front {
    width: 2630px;
  }
}

@-webkit-keyframes wave-front {
  0%, 100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes wave-front {
  0%, 100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-mainvisual__cloud--07, .p-mainvisual__cloud--06, .p-mainvisual__cloud--05, .p-mainvisual__cloud--04, .p-mainvisual__cloud--03, .p-mainvisual__cloud--02, .p-mainvisual__cloud--01 {
  position: absolute;
}
.p-mainvisual__cloud--07 img, .p-mainvisual__cloud--06 img, .p-mainvisual__cloud--05 img, .p-mainvisual__cloud--04 img, .p-mainvisual__cloud--03 img, .p-mainvisual__cloud--02 img, .p-mainvisual__cloud--01 img {
  width: 100%;
  vertical-align: top;
}

.p-mainvisual__wave-cover {
  width: 796px;
  position: absolute;
  bottom: 0;
  right: calc(50% - 124px);
  z-index: 10;
  -webkit-animation: wave-front 4s ease-in-out infinite;
          animation: wave-front 4s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__wave-cover {
    display: none;
  }
}

/* 絵馬 */
.p-mainvisual__ema {
  width: 111px;
  position: absolute;
  right: calc(50% + 66px);
  bottom: 55px;
  z-index: 10;
  -webkit-animation: wave-back 3s ease-in-out infinite;
          animation: wave-back 3s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__ema {
    width: 274px;
    bottom: 430px;
    right: calc(50% + 400px);
    z-index: inherit;
  }
}
@media screen and (min-width: 768px) and (max-width: 1430px) {
  .p-mainvisual__ema {
    width: 200px;
    right: calc(50% + 400px);
    bottom: 435px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-mainvisual__ema {
    right: calc(50% + 230px);
    bottom: 425px;
  }
}

.p-mainvisual__cloud--01 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__cloud--01 {
    top: 350px;
    right: calc(50% + 1025px);
    display: inherit;
    width: 257px;
  }
}
@media screen and (min-width: 768px) and (max-height: 979px) {
  .p-mainvisual__cloud--01 {
    top: 30.7%;
    right: 103.3%;
    width: 12.7%;
  }
}

.p-mainvisual__cloud--02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__cloud--02 {
    top: 453px;
    right: calc(50% + 808px);
    display: inherit;
    width: 170px;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) and (max-height: 979px) {
  .p-mainvisual__cloud--02 {
    top: 39.7%;
    right: 92%;
    width: 8.8%;
  }
}

.p-mainvisual__cloud--03 {
  top: 110px;
  right: calc(50% + 82px);
  width: 172px;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__cloud--03 {
    top: 104px;
    right: calc(50% + 686px);
    width: 380px;
  }
}
@media screen and (min-width: 768px) and (max-height: 979px) {
  .p-mainvisual__cloud--03 {
    top: 9.6%;
    right: 85.7%;
    width: 19.7%;
  }
}

.p-mainvisual__cloud--04 {
  top: 192px;
  right: calc(50% + 137px);
  width: 112px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__cloud--04 {
    top: 256px;
    right: calc(50% + 360px);
    width: 245px;
  }
}
@media screen and (min-width: 768px) and (max-height: 979px) {
  .p-mainvisual__cloud--04 {
    top: 22.6%;
    right: 68.7%;
    width: 12.7%;
  }
}

.p-mainvisual__cloud--05 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__cloud--05 {
    display: inherit;
    top: 570px;
    left: calc(50% + 596px);
    width: 190px;
  }
}
@media screen and (min-width: 768px) and (max-height: 979px) {
  .p-mainvisual__cloud--05 {
    top: 50%;
    left: 81%;
    width: 9.8%;
  }
}

.p-mainvisual__cloud--06 {
  top: 25px;
  left: calc(50% + 63px);
  width: 152px;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__cloud--06 {
    top: 226px;
    left: calc(50% + 595px);
    width: 330px;
  }
}
@media screen and (min-width: 768px) and (max-height: 979px) {
  .p-mainvisual__cloud--06 {
    top: 23%;
    left: 80.9%;
    width: 17.1%;
  }
}

.p-mainvisual__cloud--07 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__cloud--07 {
    top: 448px;
    left: calc(50% + 868px);
    display: inherit;
    width: 292px;
  }
}
@media screen and (min-width: 768px) and (max-height: 979px) {
  .p-mainvisual__cloud--07 {
    top: 39.2%;
    left: 95.2%;
    width: 15.2%;
  }
}

.p-mainvisual__banner {
  width: 160px;
  position: absolute;
  right: 15px;
  bottom: 40px;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__banner {
    aspect-ratio: 320/246;
    width: auto;
    height: 22%;
    right: 4.6%;
    bottom: 200px;
  }
}

.p-mainvisual-40th {
  width: 20vw;
  position: absolute;
  left: 20px;
  bottom: 20vh;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .p-mainvisual-40th {
    width: 116px;
    position: fixed;
    left: 50px;
    top: 80px;
    bottom: auto;
  }
}

main img {
  width: 100%;
}

.p-about {
  padding: 113px 30px 270px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about {
    margin-left: max(30px, 50% - 550px);
    margin-right: max(30px, 50% - 550px);
    padding: 200px 0 215px;
  }
}

.p-about-product {
  margin: 0 -30px 33px -10px;
}
@media screen and (min-width: 768px) {
  .p-about-product {
    width: 95.5%;
    padding-top: 100px;
    margin: 0 auto 25px;
  }
}

.p-about-lead {
  margin: 0 atuo;
}
.p-about-lead img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about-lead {
    width: 89%;
    margin: 0 auto;
  }
}

/* 雲 */
.p-about-cloud-01 {
  width: 169px;
  top: -50px;
  left: calc(50% + 20vw);
}
@media screen and (min-width: 768px) {
  .p-about-cloud-01 {
    width: 337px;
    left: calc(50% + 490px);
  }
}

.p-about-cloud-02 {
  width: 161px;
  top: 50px;
  right: calc(50% + 25vw);
}
@media screen and (min-width: 768px) {
  .p-about-cloud-02 {
    width: 285px;
    top: 330px;
    right: calc(50% + 650px);
  }
}

.p-about-cloud-03 {
  width: 195px;
  bottom: 100px;
  left: calc(50% - 10vw);
}
@media screen and (min-width: 768px) {
  .p-about-cloud-03 {
    width: 310px;
    bottom: auto;
    top: 980px;
    left: calc(50% + 745px);
  }
}

/* 神 */
.p-about-god {
  width: 28%;
  position: absolute;
  bottom: 122px;
  left: 40px;
}
@media screen and (min-width: 768px) {
  .p-about-god {
    width: 13%;
    bottom: 16%;
    left: -8%;
  }
}

/* 波 */
.p-about-wave {
  width: 243px;
  position: absolute;
  right: 0;
  bottom: -140px;
}
@media screen and (min-width: 768px) {
  .p-about-wave {
    width: 80%;
    right: -9%;
    bottom: -300px;
  }
}

.p-secret {
  padding: 117px 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-secret {
    margin-left: max(30px, 50% - 550px);
    margin-right: max(30px, 50% - 550px);
    padding: 200px 0 220px;
  }
}

.p-secret-section-heading {
  margin: 0 -10px 15px;
}
@media screen and (min-width: 768px) {
  .p-secret-section-heading {
    width: 15%;
    margin: 0 0 0 auto;
  }
}

/* splide */
.splide {
  min-height: 530px;
  position: relative;
  margin: 0 -20px 195px;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .splide {
    width: 80%;
    min-height: auto;
    margin: -45% auto 190px 0;
  }
}

.splide__arrow {
  border: none;
}

.splide__arrow--next {
  width: 118px;
  height: 28px;
  background: url(../img/arrow_secret_next-sp.svg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  right: 20px;
  -webkit-animation: bounce-back 4s ease-in-out infinite;
          animation: bounce-back 4s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .splide__arrow--next {
    width: 47px;
    height: 138px;
    background: url(../img/arrow_secret_next-pc.svg) no-repeat center/cover;
    right: -5px;
    top: 26%;
    bottom: auto;
  }
}

@-webkit-keyframes bounce-back {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  3% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  6% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  9% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  12% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes bounce-back {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  3% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  6% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  9% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  12% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.splide__arrow--prev {
  width: 110px;
  height: 28px;
  background: url(../img/arrow_secret_prev-sp.svg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 20px;
  -webkit-animation: bounce-prev 4s ease-in-out infinite;
          animation: bounce-prev 4s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .splide__arrow--prev {
    width: 47px;
    height: 155px;
    background: url(../img/arrow_secret_prev-pc.svg) no-repeat center/cover;
    left: -5px;
    top: 24%;
    bottom: auto;
  }
}

@-webkit-keyframes bounce-prev {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  3% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  6% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  9% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  12% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes bounce-prev {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  3% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  6% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  9% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  12% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-secret-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-secret-list-image {
  margin: 0 20px 30px;
}
@media screen and (min-width: 768px) {
  .p-secret-list-image {
    margin: 0 7% 45px;
  }
}

.p-secret-list-text {
  padding: 0 20px 45px;
}
@media screen and (min-width: 768px) {
  .p-secret-list-text {
    margin: 0 8% 0;
  }
}

.p-secret-list-heading {
  font-size: 1.71428rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #323232;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .p-secret-list-heading {
    font-size: 1.58823rem;
    text-align: left;
    margin: 0 0 40px;
  }
}

.p-secret-list-description {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #323232;
  text-align: justify;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .p-secret-list-description {
    font-size: 1rem;
  }
}

.p-secret-list-note {
  display: block;
  font-size: 0.85714rem;
  font-weight: 400;
  line-height: 1.2;
  color: #323232;
  margin: 0;
}

.p-secret-list-last {
  width: 100%;
  height: 100%;
  padding: 0;
  background: url(../img/bg_secret_list-sp.webp) no-repeat;
  background-size: 100%;
  background-position: center -15%;
}
@media screen and (min-width: 768px) {
  .p-secret-list-last {
    padding: 0;
    background: url(../img/bg_secret_list-pc.webp) no-repeat;
    background-size: 100%;
    background-position: center 20%;
  }
  .p-secret-list-last img {
    margin: 17% auto 0;
  }
}

/* 受賞 */
.p-secret-prize {
  background: #FAFAFA;
  border-radius: 25px;
  padding: 50px 22px 60px;
  position: relative;
}
.p-secret-prize::before {
  display: block;
  content: "";
  width: 27%;
  height: 105%;
  position: absolute;
  top: -6%;
  left: -30px;
  background: url(../img/image_secret_prize-01-sp.svg) no-repeat top/100%;
  z-index: 2;
}
.p-secret-prize::after {
  display: block;
  content: "";
  width: 22%;
  height: 111%;
  position: absolute;
  top: -6%;
  right: -30px;
  background: url(../img/image_secret_prize-02-sp.svg) no-repeat top/100%;
}
@media screen and (min-width: 768px) {
  .p-secret-prize {
    border-radius: 50px;
    padding: 100px 100px 90px;
  }
  .p-secret-prize::before {
    width: auto;
    height: 110%;
    aspect-ratio: 309/894;
    top: -3.6%;
    left: -160px;
    background: url(../img/image_secret_prize-01-pc.svg) no-repeat top/100%;
  }
  .p-secret-prize::after {
    width: auto;
    height: 107%;
    aspect-ratio: 388/889;
    top: -6%;
    right: -180px;
    background: url(../img/image_secret_prize-02-pc.svg) no-repeat top/100%;
  }
}

.p-secret-prize-heading-cong {
  width: 86%;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-secret-prize-heading-cong {
    width: 52%;
    top: -62px;
  }
}

.p-secret-prize-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-secret-prize-list__item {
  text-align: center;
}
.p-secret-prize-list__item:nth-child(1) {
  padding: 0 0 60px;
}
.p-secret-prize-list__item:nth-child(2) {
  padding: 60px 0 0;
  border-top: solid 1px #CDA032;
}
@media screen and (min-width: 768px) {
  .p-secret-prize-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-secret-prize-list__item:nth-child(1) {
    padding: 0 75px 60px 80px;
  }
  .p-secret-prize-list__item:nth-child(2) {
    padding: 60px 75px 0 80px;
  }
}

.p-secret-prize-image {
  width: 54%;
  margin: 0 auto 40px;
}
.p-secret-prize-image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-secret-prize-image {
    width: 26%;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-secret-prize-text {
    width: 65%;
  }
}

.p-secret-prize-heading {
  font-size: 1.71428rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #CDA032;
  margin: 0 0 40px;
}
.p-secret-prize-heading small {
  font-size: 1.03571rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-secret-prize-heading {
    font-size: 1.58823rem;
    text-align: left;
    margin: 0 0 20px;
  }
}

.p-secret-prize-description {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #000;
  text-align: justify;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-secret-prize-description {
    font-size: 1rem;
  }
}

.p-secret-prize-note {
  display: block;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  text-align: left;
  margin: 30px 0 0;
}

/* 雲 */
.p-secret-cloud-01 {
  width: 197px;
  top: -50px;
  right: calc(50% + 3vw);
}
@media screen and (min-width: 768px) {
  .p-secret-cloud-01 {
    width: 313px;
    top: 214px;
    right: calc(50% + 612px);
  }
}

.p-secret-cloud-02 {
  width: 195px;
  top: 223vw;
  right: 50%;
}
@media screen and (min-width: 768px) {
  .p-secret-cloud-02 {
    width: 310px;
    top: 876px;
    right: auto;
    left: calc(50% + 600px);
  }
}

.p-secret-cloud-03 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-secret-cloud-03 {
    display: block;
    width: 337px;
    top: -115px;
    right: calc(50% + 460px);
  }
}

/* 波 */
.p-secret-wave {
  width: 189px;
  position: absolute;
  left: 0;
  bottom: -150px;
}
@media screen and (min-width: 768px) {
  .p-secret-wave {
    width: 839px;
    left: -20%;
    bottom: -310px;
  }
}

.p-voice {
  padding: 120px 30px 112px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-voice {
    margin-left: max(30px, 50% - 550px);
    margin-right: max(30px, 50% - 550px);
    padding: 200px 0 155px;
  }
}

.p-voice-section-heading {
  margin: 0 0 35px;
}
@media screen and (min-width: 768px) {
  .p-voice-section-heading {
    width: 18%;
  }
}

.p-voice-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -20px;
}
@media screen and (min-width: 768px) {
  .p-voice-list {
    margin: -48% 0 0;
  }
}

.p-voice-list__item {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  position: relative;
}
.p-voice-list__item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-voice-list__item:nth-child(1) {
  width: 91%;
  margin: 0 -6% 23px auto;
}
.p-voice-list__item:nth-child(2) {
  width: 93%;
  margin: 0 auto 28px -8%;
}
.p-voice-list__item:nth-child(3) {
  width: 91%;
  margin: 0 -7% 40px auto;
}
.p-voice-list__item:nth-child(3)::after {
  display: block;
  content: "";
  width: 102px;
  height: 118px;
  background: url(../img/image_voice_god.webp) no-repeat center/cover;
  position: absolute;
  bottom: -60px;
  right: 45px;
}
.p-voice-list__item:nth-child(4) {
  width: 94%;
  margin: 0 auto 0 -12%;
}
@media screen and (min-width: 768px) {
  .p-voice-list__item:nth-child(1) {
    width: 36%;
    margin: 0 -3.6% 0 auto;
  }
  .p-voice-list__item:nth-child(2) {
    width: 38%;
    margin: -130px auto 45px 23.6%;
  }
  .p-voice-list__item:nth-child(3) {
    width: 37%;
    margin: 0 8% 0 auto;
  }
  .p-voice-list__item:nth-child(3)::after {
    width: 145px;
    height: 169px;
    bottom: -70px;
    right: -120px;
  }
  .p-voice-list__item:nth-child(4) {
    width: 38%;
    margin: -130px auto 0 12%;
  }
}

/* 雲 */
.p-voice-cloud-01 {
  width: 224px;
  top: -172px;
  left: calc(50% + 8vw);
}
@media screen and (min-width: 768px) {
  .p-voice-cloud-01 {
    width: 357px;
    top: -342px;
    left: calc(50% + 709px);
  }
}

.p-voice-cloud-02 {
  width: 204px;
  top: 0;
  left: calc(50% - 18vw);
}
@media screen and (min-width: 768px) {
  .p-voice-cloud-02 {
    width: 324px;
    top: -138px;
    left: calc(50% + 376px);
  }
}

/* 波 */
.p-voice-wave {
  width: 350px;
  position: absolute;
  right: 0;
  bottom: -140px;
}
@media screen and (min-width: 768px) {
  .p-voice-wave {
    width: 1208px;
    right: -22%;
    bottom: -500px;
  }
}

.p-history {
  padding: 117px 30px 125px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-history {
    margin-left: max(30px, 50% - 550px);
    margin-right: max(30px, 50% - 550px);
    padding-top: 200px 0;
  }
}

.p-history-section-heading {
  width: 56%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .p-history-section-heading {
    width: 15.4%;
    margin: 0 0 0 auto;
  }
}

.p-history-lead {
  width: 81%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 768px) {
  .p-history-lead {
    width: 29%;
    position: absolute;
    top: 240px;
    right: 23%;
  }
}

.p-history-product {
  margin: 0 -10px 25px;
}
@media screen and (min-width: 768px) {
  .p-history-product {
    width: 66.8%;
    margin: -110px auto 0 -12%;
  }
}

.p-history-text {
  margin: 0 0 80px;
}
@media screen and (min-width: 768px) {
  .p-history-text {
    width: 44.5%;
    margin: -50% 8% 21.8% auto;
  }
}

.p-history-description-lead {
  font-size: 1.14285rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0 0 1em;
}
@media screen and (min-width: 768px) {
  .p-history-description-lead {
    font-size: 1.17647rem;
  }
}

.p-history-description {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin: 0 0 1em;
}
@media screen and (min-width: 768px) {
  .p-history-description {
    font-size: 1rem;
  }
}

.p-history-note {
  display: block;
  font-size: 0.85714rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-history-note {
    font-size: 0.88235rem;
  }
}

.p-history-package {
  margin: 0 -10px;
  background: #fff;
  border-radius: 25px;
  padding: 30px 20px 60px;
}
@media screen and (min-width: 768px) {
  .p-history-package {
    padding: 40px 25px 80px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.p-history-package-lead {
  margin: 0 0 45px;
}
@media screen and (min-width: 768px) {
  .p-history-package-lead {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 30%;
    margin: 0;
  }
}

.p-history-package-heading {
  margin: 0 0 30px;
}

.p-history-package-description {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-history-package-description {
    margin: 0 18.5% 0 0;
  }
}

@media screen and (min-width: 768px) {
  .p-history-package-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 65%;
  }
}

/* 雲 */
.p-history-cloud-01 {
  width: 206px;
  top: -46px;
  right: calc(50% - 13vw);
}
@media screen and (min-width: 768px) {
  .p-history-cloud-01 {
    width: 328px;
    top: 0;
    right: calc(50% + 150px);
  }
}

.p-history-cloud-02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-history-cloud-02 {
    display: block;
    width: 462px;
    top: 246px;
    right: calc(50% + 440px);
  }
}

.p-history-cloud-03 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-history-cloud-03 {
    display: block;
    width: 316px;
    top: 540px;
    left: calc(50% + 322px);
  }
}

/* 波 */
.p-history-wave {
  width: 239px;
  position: absolute;
  left: 0;
  bottom: -160px;
}
@media screen and (min-width: 768px) {
  .p-history-wave {
    width: 968px;
    left: -15%;
    bottom: -323px;
  }
}

.p-campaign-news {
  padding: 120px 30px 230px;
}
@media screen and (min-width: 768px) {
  .p-campaign-news {
    margin-left: max(30px, 50% - 550px);
    margin-right: max(30px, 50% - 550px);
    padding: 200px 0 190px;
  }
}

/* キャンペーン */
.p-campaign-news__campaign {
  margin: 0 0 110px;
}
@media screen and (min-width: 768px) {
  .p-campaign-news__campaign {
    margin: 0 0 140px;
  }
}

.p-campaign-news__campaign-heading {
  width: 76.8%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .p-campaign-news__campaign-heading {
    width: 6.6%;
    margin: 0 auto 0 5.4%;
  }
}

.p-campaign-news__campaign-content {
  margin: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .p-campaign-news__campaign-content {
    width: 76%;
    margin: -31% 0 0 auto;
  }
}

.p-campaign-news-god {
  width: 61%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-campaign-news-god {
    width: 19%;
    margin: -10% auto 0 -20px;
  }
}

/* お知らせ */
.p-campaign-news__news-heading {
  width: 64%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .p-campaign-news__news-heading {
    width: 15.7%;
    margin: 0 0 0 auto;
  }
}

.p-campaign-news__news-list {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-campaign-news__news-list {
    width: 80%;
    margin: -34% 0 0;
  }
}

.p-campaign-news__news-list__item {
  width: 47%;
  margin: 0 0 27px;
}
.p-campaign-news__news-list__item:nth-last-child(-n+2) {
  margin: 0;
}
.p-campaign-news__news-list__item a {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .p-campaign-news__news-list__item {
    margin: 0 0 75px;
  }
}

.p-campaign-news__news__image {
  margin: 0 0 5px;
  -webkit-mask-image: url("../img/image_news_mask.svg");
          mask-image: url("../img/image_news_mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}

.p-campaign-news__news__date {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .p-campaign-news__news__date {
    font-size: 1.05882rem;
    margin: 0 0 20px;
    padding: 0 25px;
  }
}

.p-campaign-news__news__description {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}
@media screen and (min-width: 768px) {
  .p-campaign-news__news__description {
    font-size: 1.05882rem;
    padding: 0 25px;
  }
}

.p-map-recipe {
  padding: 115px 30px 90px;
}
@media screen and (min-width: 768px) {
  .p-map-recipe {
    margin-left: max(30px, 50% - 550px);
    margin-right: max(30px, 50% - 550px);
    padding: 196px 0 200px;
  }
}

/* 味わいマップ */
.p-map-recipe__map {
  margin: 0 0 120px;
}
@media screen and (min-width: 768px) {
  .p-map-recipe__map {
    margin: 0 0 200px;
  }
}

.p-map-recipe__map-heading {
  width: 86%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .p-map-recipe__map-heading {
    width: 12.8%;
    margin: 0;
  }
}

.p-map-recipe__map-content {
  margin: 0 -10px;
  padding: 30px 25px 45px;
  background: #fff;
  border-radius: 25px;
}
@media screen and (min-width: 768px) {
  .p-map-recipe__map-content {
    width: 78%;
    border-radius: 50px;
    margin: -40% 0 0 auto;
    padding: 70px 70px 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-map-recipe__map-matrix {
  margin: 0 0 60px;
}
.p-map-recipe__map-matrix img {
  margin: 0 0 15px;
}
.p-map-recipe__map-matrix p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .p-map-recipe__map-matrix {
    width: 60%;
    margin: 0;
  }
  .p-map-recipe__map-matrix p {
    font-size: 1rem;
    letter-spacing: 0.03em;
    margin: 0 0 33px;
  }
}

.p-map-recipe__map-detail {
  display: inline-block;
  background: #CDA032;
  padding: 10px 40px 10px 20px;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #FAFAFA;
  text-decoration: none;
  position: relative;
}
.p-map-recipe__map-detail::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/arrow_triangle.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-map-recipe__map-detail {
    padding: 15px 45px 15px 25px;
    border-radius: 25px;
    font-size: 1rem;
  }
  .p-map-recipe__map-detail::after {
    width: 15px;
    height: 15px;
    right: 20px;
  }
  .p-map-recipe__map-detail:hover:after {
    opacity: 0.4;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
}

@media screen and (min-width: 768px) {
  .p-map-recipe__map-content__features {
    width: 33%;
  }
}

.p-map-recipe__features-heading {
  font-size: 1.28571rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .p-map-recipe__features-heading {
    font-size: 1.17647rem;
    margin: 0 0 20px;
  }
}

.p-map-recipe__features-ftr {
  width: 58%;
  margin: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .p-map-recipe__features-ftr {
    width: 100%;
    margin: 0 0 56px;
  }
}

/* 雲 */
.p-campaign-news-cloud-01 {
  width: 248px;
  top: -30px;
  left: calc(50% + 14vw);
}
@media screen and (min-width: 768px) {
  .p-campaign-news-cloud-01 {
    width: 394px;
    top: -74px;
    left: calc(50% + 346px);
  }
}

.p-campaign-news-cloud-02 {
  width: 220px;
  top: 537px;
  right: calc(50% + 16vw);
}
@media screen and (min-width: 768px) {
  .p-campaign-news-cloud-02 {
    width: 388px;
    top: 724px;
    right: calc(50% + 644px);
  }
}

.p-campaign-news-cloud-03 {
  width: 202px;
  bottom: 233px;
  left: calc(50% + 18vw);
}
@media screen and (min-width: 768px) {
  .p-campaign-news-cloud-03 {
    width: 322px;
    bottom: 668px;
    left: calc(50% + 675px);
  }
}

.p-campaign-news-cloud-04 {
  width: 227px;
  bottom: 133px;
  left: calc(50% - 16vw);
}
@media screen and (min-width: 768px) {
  .p-campaign-news-cloud-04 {
    width: 361px;
    bottom: 447px;
    left: calc(50% + 475px);
  }
}

/* 波 */
.p-campaign-news-wave {
  width: 281px;
  position: absolute;
  right: 0;
  bottom: -5px;
}
@media screen and (min-width: 768px) {
  .p-campaign-news-wave {
    width: 1094px;
    right: auto;
    left: calc(50% - 178px);
    bottom: -50px;
  }
}

/* レシピ */
.p-map-recipe__recipe {
  position: relative;
}

.p-map-recipe__recipe-heading {
  width: 93%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .p-map-recipe__recipe-heading {
    width: 13%;
    margin: 0 0 0 auto;
  }
}

.p-map-recipe__recipe-list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-map-recipe__recipe-list {
    width: 79%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -45% auto 0 0;
  }
}

.p-map-recipe__recipe-list__item {
  margin: 0 0 60px;
  padding: 0 0 65px;
  position: relative;
}
.p-map-recipe__recipe-list__item .p-button {
  -webkit-transition: 300ms;
  transition: 300ms;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-map-recipe__recipe-list__item .p-button:hover {
  opacity: 0.5;
}
.p-map-recipe__recipe-list__item:last-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-map-recipe__recipe-list__item {
    width: 46%;
    margin: 0 0 130px;
    padding: 0 0 73px;
  }
  .p-map-recipe__recipe-list__item:nth-last-child(-n+2) {
    margin: 0;
  }
}

.p-map-recipe__recipe-image {
  margin: 0 0 25px;
}
.p-map-recipe__recipe-image img {
  margin: 0 0 20px;
}
.p-map-recipe__recipe-image figcaption {
  font-size: 1.71428rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-map-recipe__recipe-image {
    margin: 0 0 35px;
  }
  .p-map-recipe__recipe-image img {
    margin: 0 0 35px;
  }
  .p-map-recipe__recipe-image figcaption {
    font-size: 1.58823rem;
    text-align: left;
  }
}

.p-map-recipe__recipe-descripton {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-map-recipe__recipe-descripton {
    font-size: 1rem;
  }
}

.p-map-recipe__recipe-god {
  width: 73%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-map-recipe__recipe-god {
    width: 19%;
    position: absolute;
    top: 39.5%;
    right: -2%;
  }
}

/* モーダル内容 */
@media screen and (min-width: 768px) {
  .p-recipe-box {
    padding: 0 5%;
  }
}

.p-recipie-modal-lead {
  margin: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .p-recipie-modal-lead {
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-recipie-modal-lead-image {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .p-recipie-modal-lead-image {
    margin: 0;
    width: 47%;
  }
}

@media screen and (min-width: 768px) {
  .p-recipe-modal-lead-text {
    width: 46%;
  }
}

.p-recipie-modal-heading {
  font-size: 1.71428rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 25px;
}
@media screen and (min-width: 768px) {
  .p-recipie-modal-heading {
    font-size: 1.7647rem;
    text-align: left;
    margin: 0 0 35px;
  }
}

.p-recipe-modal-lead-lead {
  font-size: 1.14285rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-recipe-modal-lead-lead {
    font-size: 1rem;
    margin: 0 0 25px;
  }
}

.p-recipe-modal-lead-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 0 30px;
}
.p-recipe-modal-lead-info dt, .p-recipe-modal-lead-info dd {
  margin: 0;
}
.p-recipe-modal-lead-info dt {
  width: 36%;
}
.p-recipe-modal-lead-info dt span {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1, 2;
  padding: 0 0 0 33px;
  position: relative;
}
.p-recipe-modal-lead-info dt span:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-recipe-modal-lead-info dt span.tm::before {
  width: 26px;
  height: 33px;
  background: url(../img/icon_recipe_clock.svg) no-repeat center/100%;
  left: 0;
}
.p-recipe-modal-lead-info dt span.cal::before, .p-recipe-modal-lead-info dt span.sal::before {
  width: 12px;
  height: 12px;
  background: #CDA032;
  border-radius: 6px;
  left: 6px;
}
.p-recipe-modal-lead-info dd {
  width: 64%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1, 2;
}
.p-recipe-modal-lead-info dd span {
  font-size: 1.71428rem;
}
@media screen and (min-width: 768px) {
  .p-recipe-modal-lead-info dt span {
    font-size: 0.94117rem;
  }
  .p-recipe-modal-lead-info dd {
    font-size: 0.94117rem;
  }
  .p-recipe-modal-lead-info dd span {
    font-size: 1.92857rem;
  }
}

.p-recipe-modal-lead-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-recipe-modal-lead-description {
    font-size: 0.88235rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recipie-modal-material-cook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-recipie-modal-material {
    width: 47%;
  }
}

.p-recipie-modal-material-heading {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 20px;
  background: #DDC78B;
  border-radius: 20px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-recipie-modal-material-heading {
    font-size: 0.82352rem;
  }
}

.p-recipie-modal-material-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 60px;
}
.p-recipie-modal-material-list dt, .p-recipie-modal-material-list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 15px 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: solid 1px #CDA032;
}
.p-recipie-modal-material-list dt {
  width: 60%;
}
.p-recipie-modal-material-list dt span {
  display: block;
  padding: 0 0 0 32px;
  position: relative;
}
.p-recipie-modal-material-list dt span::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #CDA032;
  border-radius: 6px;
  left: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 6px;
}
.p-recipie-modal-material-list dt small {
  display: block;
  font-size: 0.85714rem;
  font-weight: 400;
  line-height: 1.2;
}
.p-recipie-modal-material-list dd {
  width: 40%;
}
@media screen and (min-width: 768px) {
  .p-recipie-modal-material-list dt, .p-recipie-modal-material-list dd {
    font-size: 0.82352rem;
  }
  .p-recipie-modal-material-list dt.w100, .p-recipie-modal-material-list dd.w100 {
    width: 50%;
  }
  .p-recipie-modal-material-list dt {
    width: 34%;
  }
  .p-recipie-modal-material-list dt small {
    font-size: 0.70588rem;
  }
  .p-recipie-modal-material-list dd {
    width: 16%;
  }
}

@media screen and (min-width: 768px) {
  .p-recipie-modal-cook {
    width: 46%;
  }
}

.p-recipie-modal-cook-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: listnum;
}

.p-recipie-modal-cook-list__item {
  margin: 0 0 35px;
  padding: 0 0 0 45px;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.p-recipie-modal-cook-list__item::before {
  display: block;
  counter-increment: listnum;
  content: counter(listnum);
  width: 36px;
  height: 36px;
  border: solid 1.8px #CDA032;
  border-radius: 18px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 1.42857rem;
  font-weight: 900;
  line-height: 0;
  color: #CDA032;
  padding-top: 0.75em;
}
.p-recipie-modal-cook-list__item:last-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-recipie-modal-cook-list__item {
    margin: 0 0 40px;
    padding: 0 0 0 55px;
    font-size: 0.94117rem;
  }
  .p-recipie-modal-cook-list__item::before {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    font-size: 1.47058rem;
  }
}

/* 雲 */
.p-map-cloud-01 {
  width: 185px;
  top: -15px;
  right: calc(50% + 9vw);
}
@media screen and (min-width: 768px) {
  .p-map-cloud-01 {
    width: 295px;
    top: 157px;
    right: calc(50% + 724px);
  }
}

.p-map-cloud-02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-map-cloud-02 {
    display: block;
    width: 341px;
    top: -86px;
    right: calc(50% + 390px);
  }
}

.p-map-cloud-03 {
  width: 260px;
  bottom: 156px;
  left: calc(50% + 16vw);
}
@media screen and (min-width: 768px) {
  .p-map-cloud-03 {
    width: 412px;
    bottom: 700px;
    left: calc(50% + 637px);
  }
}

/* 波 */
.p-recipe-wave {
  width: 345px;
  position: absolute;
  left: 0;
  bottom: -30px;
}
@media screen and (min-width: 768px) {
  .p-recipe-wave {
    width: 1032px;
    left: auto;
    right: calc(50% - 244px);
    bottom: -80px;
  }
}

.p-lineup {
  padding: 115px 30px 160px;
}
@media screen and (min-width: 768px) {
  .p-lineup {
    margin-left: max(30px, 50% - 550px);
    margin-right: max(30px, 50% - 550px);
    padding: 195px 0 200px;
  }
}

.p-map-lineup-heading {
  width: 73%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .p-map-lineup-heading {
    width: 13.6%;
    margin: 0 auto 0 -15px;
  }
}

/* SP版商品リスト */
.p-lineup-list-sp {
  margin: 0 0 30px;
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-lineup-list-sp {
    display: none;
  }
}

.p-lineup-list-sp__item {
  padding: 0 15px 40px;
  margin: 0 0 40px;
  border-bottom: solid 1px #DDC78B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.p-lineup-list-sp__item:last-child {
  margin: 0;
}

.p-lineup-pacage {
  width: 25%;
}

.p-lineup-spec {
  width: 67%;
  margin: 0 0 10px;
}
.p-lineup-spec .spec-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 20px;
}
.p-lineup-spec .spec-item:first-of-type {
  margin-top: 0;
}
.p-lineup-spec dt, .p-lineup-spec dd {
  margin: 0;
}
.p-lineup-spec dt {
  width: 45%;
}
.p-lineup-spec dt span {
  display: block;
  font-size: 0.85714rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 10px 0;
  background: #DDC78B;
  border-radius: 25px;
}
.p-lineup-spec dd {
  width: 50%;
  font-size: 1rem;
  font-weight: 700 !important;
  line-height: 1.2;
}

/* PC版商品リスト */
.p-lineup-package-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-lineup-package-pc {
    display: block;
    width: 84%;
    margin: -37% 1% 50px auto;
  }
}

.p-lineup-spec-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-lineup-spec-pc {
    display: block;
    margin: 0 0 30px;
  }
  .p-lineup-spec-pc .spec-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 15px 0;
    position: relative;
  }
  .p-lineup-spec-pc .spec-item::before {
    display: block;
    content: "";
    width: 86%;
    height: 1px;
    background: #DDC78B;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-lineup-spec-pc .spec-item:last-of-type::after {
    display: block;
    content: "";
    width: 86%;
    height: 1px;
    background: #DDC78B;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .p-lineup-spec-pc dt, .p-lineup-spec-pc dd {
    margin: 0;
  }
  .p-lineup-spec-pc dt {
    width: 16%;
  }
  .p-lineup-spec-pc dt span {
    display: block;
    width: 76%;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding: 10px 0;
    background: #DDC78B;
    border-radius: 30px;
    margin: 0 0 0 20px;
  }
  .p-lineup-spec-pc dd {
    width: 12.8%;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }
  .p-lineup-spec-pc .jancode dd {
    font-size: 0.8rem;
  }
}

.p-lineup-spec-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-lineup-spec-common {
    margin: 0 0 0 17%;
  }
}

.p-lineup-spec-common__item {
  font-size: 0.96428rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 20px;
  border: solid 1px #CDA032;
  border-radius: 2em;
  margin: 0 10px 10px 0;
}
.p-lineup-spec-common__item:first-child {
  margin-right: calc(100% - (10em + 40px));
}
@media screen and (min-width: 768px) {
  .p-lineup-spec-common__item {
    font-size: 1rem;
    margin: 0 15px 0 0;
  }
  .p-lineup-spec-common__item:first-child {
    margin: 0 15px 0 0;
  }
}

.p-lineup-note {
  display: block;
  font-size: 0.85714rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .p-lineup-note {
    font-size: 0.88235rem;
    margin: 25px 0 0 17%;
  }
}

/* 雲 */
.p-lineup-cloud-01 {
  width: 212px;
  top: 0;
  left: calc(50% + 12vw);
}
@media screen and (min-width: 768px) {
  .p-lineup-cloud-01 {
    width: 338px;
    top: -43px;
    left: calc(50% + 333px);
  }
}

.p-lineup-cloud-02 {
  width: 227px;
  bottom: 132px;
  right: calc(50% + 9vw);
}
@media screen and (min-width: 768px) {
  .p-lineup-cloud-02 {
    width: 361px;
    bottom: 294px;
    right: calc(50% + 658px);
  }
}

.p-lineup-cloud-03 {
  width: 204px;
  top: -50px;
  right: calc(50% - 8vw);
}
@media screen and (min-width: 768px) {
  .p-lineup-cloud-03 {
    width: 324px;
    top: -230px;
    right: calc(50% + 470px);
  }
}

/* 波 */
.p-lineup-wave {
  width: 268px;
  position: absolute;
  right: 0;
  bottom: -20px;
}
@media screen and (min-width: 768px) {
  .p-lineup-wave {
    width: 994px;
    right: auto;
    left: calc(50% - 150px);
    bottom: -50px;
  }
}

@media screen and (max-width: 399px) {
  .u-mq-up-sm-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mq-up-md-only {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mq-up-lg-only {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .u-mq-up-xl-only {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .u-mq-up-xxl-only {
    display: none !important;
  }
}

@media screen and (min-width: 400px) {
  .u-mq-down-sm-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mq-down-md-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mq-down-lg-only {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-mq-down-xl-only {
    display: none !important;
  }
}

@media screen and (min-width: 1600px) {
  .u-mq-down-xxl-only {
    display: none !important;
  }
}

.u-text-large-1 {
  font-size: 120% !important;
}

.u-text-large-2 {
  font-size: 140% !important;
}

.u-text-large-3 {
  font-size: 160% !important;
}

.u-text-large-4 {
  font-size: 180% !important;
}

.u-text-large-5 {
  font-size: 200% !important;
}

.u-text-small-1 {
  font-size: 90% !important;
}

.u-text-small-2 {
  font-size: 80% !important;
}

.u-text-small-3 {
  font-size: 70% !important;
}

.u-text-small-4 {
  font-size: 60% !important;
}

.u-text-small-5 {
  font-size: 50% !important;
}

.u-text-red {
  color: #f00 !important;
}

.u-text-gray {
  color: #999 !important;
}

.u-text-color-inherit {
  color: inherit !important;
}

.u-text-normal-color {
  color: #323232 !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-0 {
    margin-top: 0px !important;
  }
  .u-pc-mr-0 {
    margin-right: 0px !important;
  }
  .u-pc-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-pc-ml-0 {
    margin-left: 0px !important;
  }
  .u-pc-pt-0 {
    padding-top: 0px !important;
  }
  .u-pc-pr-0 {
    padding-right: 0px !important;
  }
  .u-pc-pb-0 {
    padding-bottom: 0px !important;
  }
  .u-pc-pl-0 {
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-pt-0 {
    padding-top: 0px !important;
  }
  .u-sp-pr-0 {
    padding-right: 0px !important;
  }
  .u-sp-pb-0 {
    padding-bottom: 0px !important;
  }
  .u-sp-pl-0 {
    padding-left: 0px !important;
  }
}
.u-mt-5 {
  margin-top: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-5 {
    margin-top: 5px !important;
  }
  .u-pc-mr-5 {
    margin-right: 5px !important;
  }
  .u-pc-mb-5 {
    margin-bottom: 5px !important;
  }
  .u-pc-ml-5 {
    margin-left: 5px !important;
  }
  .u-pc-pt-5 {
    padding-top: 5px !important;
  }
  .u-pc-pr-5 {
    padding-right: 5px !important;
  }
  .u-pc-pb-5 {
    padding-bottom: 5px !important;
  }
  .u-pc-pl-5 {
    padding-left: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-5 {
    margin-top: 5px !important;
  }
  .u-sp-mr-5 {
    margin-right: 5px !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .u-sp-ml-5 {
    margin-left: 5px !important;
  }
  .u-sp-pt-5 {
    padding-top: 5px !important;
  }
  .u-sp-pr-5 {
    padding-right: 5px !important;
  }
  .u-sp-pb-5 {
    padding-bottom: 5px !important;
  }
  .u-sp-pl-5 {
    padding-left: 5px !important;
  }
}
.u-mt-10 {
  margin-top: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-10 {
    margin-top: 10px !important;
  }
  .u-pc-mr-10 {
    margin-right: 10px !important;
  }
  .u-pc-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-pc-ml-10 {
    margin-left: 10px !important;
  }
  .u-pc-pt-10 {
    padding-top: 10px !important;
  }
  .u-pc-pr-10 {
    padding-right: 10px !important;
  }
  .u-pc-pb-10 {
    padding-bottom: 10px !important;
  }
  .u-pc-pl-10 {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-10 {
    margin-top: 10px !important;
  }
  .u-sp-mr-10 {
    margin-right: 10px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-sp-ml-10 {
    margin-left: 10px !important;
  }
  .u-sp-pt-10 {
    padding-top: 10px !important;
  }
  .u-sp-pr-10 {
    padding-right: 10px !important;
  }
  .u-sp-pb-10 {
    padding-bottom: 10px !important;
  }
  .u-sp-pl-10 {
    padding-left: 10px !important;
  }
}
.u-mt-15 {
  margin-top: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-15 {
    margin-top: 15px !important;
  }
  .u-pc-mr-15 {
    margin-right: 15px !important;
  }
  .u-pc-mb-15 {
    margin-bottom: 15px !important;
  }
  .u-pc-ml-15 {
    margin-left: 15px !important;
  }
  .u-pc-pt-15 {
    padding-top: 15px !important;
  }
  .u-pc-pr-15 {
    padding-right: 15px !important;
  }
  .u-pc-pb-15 {
    padding-bottom: 15px !important;
  }
  .u-pc-pl-15 {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-15 {
    margin-top: 15px !important;
  }
  .u-sp-mr-15 {
    margin-right: 15px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .u-sp-ml-15 {
    margin-left: 15px !important;
  }
  .u-sp-pt-15 {
    padding-top: 15px !important;
  }
  .u-sp-pr-15 {
    padding-right: 15px !important;
  }
  .u-sp-pb-15 {
    padding-bottom: 15px !important;
  }
  .u-sp-pl-15 {
    padding-left: 15px !important;
  }
}
.u-mt-20 {
  margin-top: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-20 {
    margin-top: 20px !important;
  }
  .u-pc-mr-20 {
    margin-right: 20px !important;
  }
  .u-pc-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-pc-ml-20 {
    margin-left: 20px !important;
  }
  .u-pc-pt-20 {
    padding-top: 20px !important;
  }
  .u-pc-pr-20 {
    padding-right: 20px !important;
  }
  .u-pc-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-pc-pl-20 {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-20 {
    margin-top: 20px !important;
  }
  .u-sp-mr-20 {
    margin-right: 20px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-sp-ml-20 {
    margin-left: 20px !important;
  }
  .u-sp-pt-20 {
    padding-top: 20px !important;
  }
  .u-sp-pr-20 {
    padding-right: 20px !important;
  }
  .u-sp-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-sp-pl-20 {
    padding-left: 20px !important;
  }
}
.u-mt-25 {
  margin-top: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-25 {
    margin-top: 25px !important;
  }
  .u-pc-mr-25 {
    margin-right: 25px !important;
  }
  .u-pc-mb-25 {
    margin-bottom: 25px !important;
  }
  .u-pc-ml-25 {
    margin-left: 25px !important;
  }
  .u-pc-pt-25 {
    padding-top: 25px !important;
  }
  .u-pc-pr-25 {
    padding-right: 25px !important;
  }
  .u-pc-pb-25 {
    padding-bottom: 25px !important;
  }
  .u-pc-pl-25 {
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-25 {
    margin-top: 25px !important;
  }
  .u-sp-mr-25 {
    margin-right: 25px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .u-sp-ml-25 {
    margin-left: 25px !important;
  }
  .u-sp-pt-25 {
    padding-top: 25px !important;
  }
  .u-sp-pr-25 {
    padding-right: 25px !important;
  }
  .u-sp-pb-25 {
    padding-bottom: 25px !important;
  }
  .u-sp-pl-25 {
    padding-left: 25px !important;
  }
}
.u-mt-30 {
  margin-top: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-30 {
    margin-top: 30px !important;
  }
  .u-pc-mr-30 {
    margin-right: 30px !important;
  }
  .u-pc-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-pc-ml-30 {
    margin-left: 30px !important;
  }
  .u-pc-pt-30 {
    padding-top: 30px !important;
  }
  .u-pc-pr-30 {
    padding-right: 30px !important;
  }
  .u-pc-pb-30 {
    padding-bottom: 30px !important;
  }
  .u-pc-pl-30 {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-30 {
    margin-top: 30px !important;
  }
  .u-sp-mr-30 {
    margin-right: 30px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-sp-ml-30 {
    margin-left: 30px !important;
  }
  .u-sp-pt-30 {
    padding-top: 30px !important;
  }
  .u-sp-pr-30 {
    padding-right: 30px !important;
  }
  .u-sp-pb-30 {
    padding-bottom: 30px !important;
  }
  .u-sp-pl-30 {
    padding-left: 30px !important;
  }
}
.u-mt-35 {
  margin-top: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-35 {
    margin-top: 35px !important;
  }
  .u-pc-mr-35 {
    margin-right: 35px !important;
  }
  .u-pc-mb-35 {
    margin-bottom: 35px !important;
  }
  .u-pc-ml-35 {
    margin-left: 35px !important;
  }
  .u-pc-pt-35 {
    padding-top: 35px !important;
  }
  .u-pc-pr-35 {
    padding-right: 35px !important;
  }
  .u-pc-pb-35 {
    padding-bottom: 35px !important;
  }
  .u-pc-pl-35 {
    padding-left: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-35 {
    margin-top: 35px !important;
  }
  .u-sp-mr-35 {
    margin-right: 35px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .u-sp-ml-35 {
    margin-left: 35px !important;
  }
  .u-sp-pt-35 {
    padding-top: 35px !important;
  }
  .u-sp-pr-35 {
    padding-right: 35px !important;
  }
  .u-sp-pb-35 {
    padding-bottom: 35px !important;
  }
  .u-sp-pl-35 {
    padding-left: 35px !important;
  }
}
.u-mt-40 {
  margin-top: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-40 {
    margin-top: 40px !important;
  }
  .u-pc-mr-40 {
    margin-right: 40px !important;
  }
  .u-pc-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-pc-ml-40 {
    margin-left: 40px !important;
  }
  .u-pc-pt-40 {
    padding-top: 40px !important;
  }
  .u-pc-pr-40 {
    padding-right: 40px !important;
  }
  .u-pc-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-pc-pl-40 {
    padding-left: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-40 {
    margin-top: 40px !important;
  }
  .u-sp-mr-40 {
    margin-right: 40px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-sp-ml-40 {
    margin-left: 40px !important;
  }
  .u-sp-pt-40 {
    padding-top: 40px !important;
  }
  .u-sp-pr-40 {
    padding-right: 40px !important;
  }
  .u-sp-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-sp-pl-40 {
    padding-left: 40px !important;
  }
}
.u-mt-45 {
  margin-top: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-45 {
    margin-top: 45px !important;
  }
  .u-pc-mr-45 {
    margin-right: 45px !important;
  }
  .u-pc-mb-45 {
    margin-bottom: 45px !important;
  }
  .u-pc-ml-45 {
    margin-left: 45px !important;
  }
  .u-pc-pt-45 {
    padding-top: 45px !important;
  }
  .u-pc-pr-45 {
    padding-right: 45px !important;
  }
  .u-pc-pb-45 {
    padding-bottom: 45px !important;
  }
  .u-pc-pl-45 {
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-45 {
    margin-top: 45px !important;
  }
  .u-sp-mr-45 {
    margin-right: 45px !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .u-sp-ml-45 {
    margin-left: 45px !important;
  }
  .u-sp-pt-45 {
    padding-top: 45px !important;
  }
  .u-sp-pr-45 {
    padding-right: 45px !important;
  }
  .u-sp-pb-45 {
    padding-bottom: 45px !important;
  }
  .u-sp-pl-45 {
    padding-left: 45px !important;
  }
}
.u-mt-50 {
  margin-top: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-50 {
    margin-top: 50px !important;
  }
  .u-pc-mr-50 {
    margin-right: 50px !important;
  }
  .u-pc-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-pc-ml-50 {
    margin-left: 50px !important;
  }
  .u-pc-pt-50 {
    padding-top: 50px !important;
  }
  .u-pc-pr-50 {
    padding-right: 50px !important;
  }
  .u-pc-pb-50 {
    padding-bottom: 50px !important;
  }
  .u-pc-pl-50 {
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-50 {
    margin-top: 50px !important;
  }
  .u-sp-mr-50 {
    margin-right: 50px !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-sp-ml-50 {
    margin-left: 50px !important;
  }
  .u-sp-pt-50 {
    padding-top: 50px !important;
  }
  .u-sp-pr-50 {
    padding-right: 50px !important;
  }
  .u-sp-pb-50 {
    padding-bottom: 50px !important;
  }
  .u-sp-pl-50 {
    padding-left: 50px !important;
  }
}
.u-mt-55 {
  margin-top: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-55 {
    margin-top: 55px !important;
  }
  .u-pc-mr-55 {
    margin-right: 55px !important;
  }
  .u-pc-mb-55 {
    margin-bottom: 55px !important;
  }
  .u-pc-ml-55 {
    margin-left: 55px !important;
  }
  .u-pc-pt-55 {
    padding-top: 55px !important;
  }
  .u-pc-pr-55 {
    padding-right: 55px !important;
  }
  .u-pc-pb-55 {
    padding-bottom: 55px !important;
  }
  .u-pc-pl-55 {
    padding-left: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-55 {
    margin-top: 55px !important;
  }
  .u-sp-mr-55 {
    margin-right: 55px !important;
  }
  .u-sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .u-sp-ml-55 {
    margin-left: 55px !important;
  }
  .u-sp-pt-55 {
    padding-top: 55px !important;
  }
  .u-sp-pr-55 {
    padding-right: 55px !important;
  }
  .u-sp-pb-55 {
    padding-bottom: 55px !important;
  }
  .u-sp-pl-55 {
    padding-left: 55px !important;
  }
}
.u-mt-60 {
  margin-top: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-60 {
    margin-top: 60px !important;
  }
  .u-pc-mr-60 {
    margin-right: 60px !important;
  }
  .u-pc-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-pc-ml-60 {
    margin-left: 60px !important;
  }
  .u-pc-pt-60 {
    padding-top: 60px !important;
  }
  .u-pc-pr-60 {
    padding-right: 60px !important;
  }
  .u-pc-pb-60 {
    padding-bottom: 60px !important;
  }
  .u-pc-pl-60 {
    padding-left: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-60 {
    margin-top: 60px !important;
  }
  .u-sp-mr-60 {
    margin-right: 60px !important;
  }
  .u-sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-sp-ml-60 {
    margin-left: 60px !important;
  }
  .u-sp-pt-60 {
    padding-top: 60px !important;
  }
  .u-sp-pr-60 {
    padding-right: 60px !important;
  }
  .u-sp-pb-60 {
    padding-bottom: 60px !important;
  }
  .u-sp-pl-60 {
    padding-left: 60px !important;
  }
}
.u-mt-65 {
  margin-top: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-65 {
    margin-top: 65px !important;
  }
  .u-pc-mr-65 {
    margin-right: 65px !important;
  }
  .u-pc-mb-65 {
    margin-bottom: 65px !important;
  }
  .u-pc-ml-65 {
    margin-left: 65px !important;
  }
  .u-pc-pt-65 {
    padding-top: 65px !important;
  }
  .u-pc-pr-65 {
    padding-right: 65px !important;
  }
  .u-pc-pb-65 {
    padding-bottom: 65px !important;
  }
  .u-pc-pl-65 {
    padding-left: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-65 {
    margin-top: 65px !important;
  }
  .u-sp-mr-65 {
    margin-right: 65px !important;
  }
  .u-sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .u-sp-ml-65 {
    margin-left: 65px !important;
  }
  .u-sp-pt-65 {
    padding-top: 65px !important;
  }
  .u-sp-pr-65 {
    padding-right: 65px !important;
  }
  .u-sp-pb-65 {
    padding-bottom: 65px !important;
  }
  .u-sp-pl-65 {
    padding-left: 65px !important;
  }
}
.u-mt-70 {
  margin-top: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-70 {
    margin-top: 70px !important;
  }
  .u-pc-mr-70 {
    margin-right: 70px !important;
  }
  .u-pc-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-pc-ml-70 {
    margin-left: 70px !important;
  }
  .u-pc-pt-70 {
    padding-top: 70px !important;
  }
  .u-pc-pr-70 {
    padding-right: 70px !important;
  }
  .u-pc-pb-70 {
    padding-bottom: 70px !important;
  }
  .u-pc-pl-70 {
    padding-left: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-70 {
    margin-top: 70px !important;
  }
  .u-sp-mr-70 {
    margin-right: 70px !important;
  }
  .u-sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-sp-ml-70 {
    margin-left: 70px !important;
  }
  .u-sp-pt-70 {
    padding-top: 70px !important;
  }
  .u-sp-pr-70 {
    padding-right: 70px !important;
  }
  .u-sp-pb-70 {
    padding-bottom: 70px !important;
  }
  .u-sp-pl-70 {
    padding-left: 70px !important;
  }
}
.u-mt-75 {
  margin-top: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-75 {
    margin-top: 75px !important;
  }
  .u-pc-mr-75 {
    margin-right: 75px !important;
  }
  .u-pc-mb-75 {
    margin-bottom: 75px !important;
  }
  .u-pc-ml-75 {
    margin-left: 75px !important;
  }
  .u-pc-pt-75 {
    padding-top: 75px !important;
  }
  .u-pc-pr-75 {
    padding-right: 75px !important;
  }
  .u-pc-pb-75 {
    padding-bottom: 75px !important;
  }
  .u-pc-pl-75 {
    padding-left: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-75 {
    margin-top: 75px !important;
  }
  .u-sp-mr-75 {
    margin-right: 75px !important;
  }
  .u-sp-mb-75 {
    margin-bottom: 75px !important;
  }
  .u-sp-ml-75 {
    margin-left: 75px !important;
  }
  .u-sp-pt-75 {
    padding-top: 75px !important;
  }
  .u-sp-pr-75 {
    padding-right: 75px !important;
  }
  .u-sp-pb-75 {
    padding-bottom: 75px !important;
  }
  .u-sp-pl-75 {
    padding-left: 75px !important;
  }
}
.u-mt-80 {
  margin-top: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-80 {
    margin-top: 80px !important;
  }
  .u-pc-mr-80 {
    margin-right: 80px !important;
  }
  .u-pc-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-pc-ml-80 {
    margin-left: 80px !important;
  }
  .u-pc-pt-80 {
    padding-top: 80px !important;
  }
  .u-pc-pr-80 {
    padding-right: 80px !important;
  }
  .u-pc-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-pc-pl-80 {
    padding-left: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-80 {
    margin-top: 80px !important;
  }
  .u-sp-mr-80 {
    margin-right: 80px !important;
  }
  .u-sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-sp-ml-80 {
    margin-left: 80px !important;
  }
  .u-sp-pt-80 {
    padding-top: 80px !important;
  }
  .u-sp-pr-80 {
    padding-right: 80px !important;
  }
  .u-sp-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-sp-pl-80 {
    padding-left: 80px !important;
  }
}
.u-mt-85 {
  margin-top: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-85 {
    margin-top: 85px !important;
  }
  .u-pc-mr-85 {
    margin-right: 85px !important;
  }
  .u-pc-mb-85 {
    margin-bottom: 85px !important;
  }
  .u-pc-ml-85 {
    margin-left: 85px !important;
  }
  .u-pc-pt-85 {
    padding-top: 85px !important;
  }
  .u-pc-pr-85 {
    padding-right: 85px !important;
  }
  .u-pc-pb-85 {
    padding-bottom: 85px !important;
  }
  .u-pc-pl-85 {
    padding-left: 85px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-85 {
    margin-top: 85px !important;
  }
  .u-sp-mr-85 {
    margin-right: 85px !important;
  }
  .u-sp-mb-85 {
    margin-bottom: 85px !important;
  }
  .u-sp-ml-85 {
    margin-left: 85px !important;
  }
  .u-sp-pt-85 {
    padding-top: 85px !important;
  }
  .u-sp-pr-85 {
    padding-right: 85px !important;
  }
  .u-sp-pb-85 {
    padding-bottom: 85px !important;
  }
  .u-sp-pl-85 {
    padding-left: 85px !important;
  }
}
.u-mt-90 {
  margin-top: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-90 {
    margin-top: 90px !important;
  }
  .u-pc-mr-90 {
    margin-right: 90px !important;
  }
  .u-pc-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-pc-ml-90 {
    margin-left: 90px !important;
  }
  .u-pc-pt-90 {
    padding-top: 90px !important;
  }
  .u-pc-pr-90 {
    padding-right: 90px !important;
  }
  .u-pc-pb-90 {
    padding-bottom: 90px !important;
  }
  .u-pc-pl-90 {
    padding-left: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-90 {
    margin-top: 90px !important;
  }
  .u-sp-mr-90 {
    margin-right: 90px !important;
  }
  .u-sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-sp-ml-90 {
    margin-left: 90px !important;
  }
  .u-sp-pt-90 {
    padding-top: 90px !important;
  }
  .u-sp-pr-90 {
    padding-right: 90px !important;
  }
  .u-sp-pb-90 {
    padding-bottom: 90px !important;
  }
  .u-sp-pl-90 {
    padding-left: 90px !important;
  }
}
.u-mt-95 {
  margin-top: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-95 {
    margin-top: 95px !important;
  }
  .u-pc-mr-95 {
    margin-right: 95px !important;
  }
  .u-pc-mb-95 {
    margin-bottom: 95px !important;
  }
  .u-pc-ml-95 {
    margin-left: 95px !important;
  }
  .u-pc-pt-95 {
    padding-top: 95px !important;
  }
  .u-pc-pr-95 {
    padding-right: 95px !important;
  }
  .u-pc-pb-95 {
    padding-bottom: 95px !important;
  }
  .u-pc-pl-95 {
    padding-left: 95px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-95 {
    margin-top: 95px !important;
  }
  .u-sp-mr-95 {
    margin-right: 95px !important;
  }
  .u-sp-mb-95 {
    margin-bottom: 95px !important;
  }
  .u-sp-ml-95 {
    margin-left: 95px !important;
  }
  .u-sp-pt-95 {
    padding-top: 95px !important;
  }
  .u-sp-pr-95 {
    padding-right: 95px !important;
  }
  .u-sp-pb-95 {
    padding-bottom: 95px !important;
  }
  .u-sp-pl-95 {
    padding-left: 95px !important;
  }
}
.u-mt-100 {
  margin-top: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-100 {
    margin-top: 100px !important;
  }
  .u-pc-mr-100 {
    margin-right: 100px !important;
  }
  .u-pc-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-pc-ml-100 {
    margin-left: 100px !important;
  }
  .u-pc-pt-100 {
    padding-top: 100px !important;
  }
  .u-pc-pr-100 {
    padding-right: 100px !important;
  }
  .u-pc-pb-100 {
    padding-bottom: 100px !important;
  }
  .u-pc-pl-100 {
    padding-left: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-100 {
    margin-top: 100px !important;
  }
  .u-sp-mr-100 {
    margin-right: 100px !important;
  }
  .u-sp-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-sp-ml-100 {
    margin-left: 100px !important;
  }
  .u-sp-pt-100 {
    padding-top: 100px !important;
  }
  .u-sp-pr-100 {
    padding-right: 100px !important;
  }
  .u-sp-pb-100 {
    padding-bottom: 100px !important;
  }
  .u-sp-pl-100 {
    padding-left: 100px !important;
  }
}
.u-mt-110 {
  margin-top: 110px !important;
}

.u-mr-110 {
  margin-right: 110px !important;
}

.u-mb-110 {
  margin-bottom: 110px !important;
}

.u-ml-110 {
  margin-left: 110px !important;
}

.u-pt-110 {
  padding-top: 110px !important;
}

.u-pr-110 {
  padding-right: 110px !important;
}

.u-pb-110 {
  padding-bottom: 110px !important;
}

.u-pl-110 {
  padding-left: 110px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-110 {
    margin-top: 110px !important;
  }
  .u-pc-mr-110 {
    margin-right: 110px !important;
  }
  .u-pc-mb-110 {
    margin-bottom: 110px !important;
  }
  .u-pc-ml-110 {
    margin-left: 110px !important;
  }
  .u-pc-pt-110 {
    padding-top: 110px !important;
  }
  .u-pc-pr-110 {
    padding-right: 110px !important;
  }
  .u-pc-pb-110 {
    padding-bottom: 110px !important;
  }
  .u-pc-pl-110 {
    padding-left: 110px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-110 {
    margin-top: 110px !important;
  }
  .u-sp-mr-110 {
    margin-right: 110px !important;
  }
  .u-sp-mb-110 {
    margin-bottom: 110px !important;
  }
  .u-sp-ml-110 {
    margin-left: 110px !important;
  }
  .u-sp-pt-110 {
    padding-top: 110px !important;
  }
  .u-sp-pr-110 {
    padding-right: 110px !important;
  }
  .u-sp-pb-110 {
    padding-bottom: 110px !important;
  }
  .u-sp-pl-110 {
    padding-left: 110px !important;
  }
}
.u-mt-120 {
  margin-top: 120px !important;
}

.u-mr-120 {
  margin-right: 120px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

.u-ml-120 {
  margin-left: 120px !important;
}

.u-pt-120 {
  padding-top: 120px !important;
}

.u-pr-120 {
  padding-right: 120px !important;
}

.u-pb-120 {
  padding-bottom: 120px !important;
}

.u-pl-120 {
  padding-left: 120px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-120 {
    margin-top: 120px !important;
  }
  .u-pc-mr-120 {
    margin-right: 120px !important;
  }
  .u-pc-mb-120 {
    margin-bottom: 120px !important;
  }
  .u-pc-ml-120 {
    margin-left: 120px !important;
  }
  .u-pc-pt-120 {
    padding-top: 120px !important;
  }
  .u-pc-pr-120 {
    padding-right: 120px !important;
  }
  .u-pc-pb-120 {
    padding-bottom: 120px !important;
  }
  .u-pc-pl-120 {
    padding-left: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-120 {
    margin-top: 120px !important;
  }
  .u-sp-mr-120 {
    margin-right: 120px !important;
  }
  .u-sp-mb-120 {
    margin-bottom: 120px !important;
  }
  .u-sp-ml-120 {
    margin-left: 120px !important;
  }
  .u-sp-pt-120 {
    padding-top: 120px !important;
  }
  .u-sp-pr-120 {
    padding-right: 120px !important;
  }
  .u-sp-pb-120 {
    padding-bottom: 120px !important;
  }
  .u-sp-pl-120 {
    padding-left: 120px !important;
  }
}
.u-mt-130 {
  margin-top: 130px !important;
}

.u-mr-130 {
  margin-right: 130px !important;
}

.u-mb-130 {
  margin-bottom: 130px !important;
}

.u-ml-130 {
  margin-left: 130px !important;
}

.u-pt-130 {
  padding-top: 130px !important;
}

.u-pr-130 {
  padding-right: 130px !important;
}

.u-pb-130 {
  padding-bottom: 130px !important;
}

.u-pl-130 {
  padding-left: 130px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-130 {
    margin-top: 130px !important;
  }
  .u-pc-mr-130 {
    margin-right: 130px !important;
  }
  .u-pc-mb-130 {
    margin-bottom: 130px !important;
  }
  .u-pc-ml-130 {
    margin-left: 130px !important;
  }
  .u-pc-pt-130 {
    padding-top: 130px !important;
  }
  .u-pc-pr-130 {
    padding-right: 130px !important;
  }
  .u-pc-pb-130 {
    padding-bottom: 130px !important;
  }
  .u-pc-pl-130 {
    padding-left: 130px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-130 {
    margin-top: 130px !important;
  }
  .u-sp-mr-130 {
    margin-right: 130px !important;
  }
  .u-sp-mb-130 {
    margin-bottom: 130px !important;
  }
  .u-sp-ml-130 {
    margin-left: 130px !important;
  }
  .u-sp-pt-130 {
    padding-top: 130px !important;
  }
  .u-sp-pr-130 {
    padding-right: 130px !important;
  }
  .u-sp-pb-130 {
    padding-bottom: 130px !important;
  }
  .u-sp-pl-130 {
    padding-left: 130px !important;
  }
}
.u-mt-140 {
  margin-top: 140px !important;
}

.u-mr-140 {
  margin-right: 140px !important;
}

.u-mb-140 {
  margin-bottom: 140px !important;
}

.u-ml-140 {
  margin-left: 140px !important;
}

.u-pt-140 {
  padding-top: 140px !important;
}

.u-pr-140 {
  padding-right: 140px !important;
}

.u-pb-140 {
  padding-bottom: 140px !important;
}

.u-pl-140 {
  padding-left: 140px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-140 {
    margin-top: 140px !important;
  }
  .u-pc-mr-140 {
    margin-right: 140px !important;
  }
  .u-pc-mb-140 {
    margin-bottom: 140px !important;
  }
  .u-pc-ml-140 {
    margin-left: 140px !important;
  }
  .u-pc-pt-140 {
    padding-top: 140px !important;
  }
  .u-pc-pr-140 {
    padding-right: 140px !important;
  }
  .u-pc-pb-140 {
    padding-bottom: 140px !important;
  }
  .u-pc-pl-140 {
    padding-left: 140px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-140 {
    margin-top: 140px !important;
  }
  .u-sp-mr-140 {
    margin-right: 140px !important;
  }
  .u-sp-mb-140 {
    margin-bottom: 140px !important;
  }
  .u-sp-ml-140 {
    margin-left: 140px !important;
  }
  .u-sp-pt-140 {
    padding-top: 140px !important;
  }
  .u-sp-pr-140 {
    padding-right: 140px !important;
  }
  .u-sp-pb-140 {
    padding-bottom: 140px !important;
  }
  .u-sp-pl-140 {
    padding-left: 140px !important;
  }
}
.u-mt-150 {
  margin-top: 150px !important;
}

.u-mr-150 {
  margin-right: 150px !important;
}

.u-mb-150 {
  margin-bottom: 150px !important;
}

.u-ml-150 {
  margin-left: 150px !important;
}

.u-pt-150 {
  padding-top: 150px !important;
}

.u-pr-150 {
  padding-right: 150px !important;
}

.u-pb-150 {
  padding-bottom: 150px !important;
}

.u-pl-150 {
  padding-left: 150px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-150 {
    margin-top: 150px !important;
  }
  .u-pc-mr-150 {
    margin-right: 150px !important;
  }
  .u-pc-mb-150 {
    margin-bottom: 150px !important;
  }
  .u-pc-ml-150 {
    margin-left: 150px !important;
  }
  .u-pc-pt-150 {
    padding-top: 150px !important;
  }
  .u-pc-pr-150 {
    padding-right: 150px !important;
  }
  .u-pc-pb-150 {
    padding-bottom: 150px !important;
  }
  .u-pc-pl-150 {
    padding-left: 150px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-150 {
    margin-top: 150px !important;
  }
  .u-sp-mr-150 {
    margin-right: 150px !important;
  }
  .u-sp-mb-150 {
    margin-bottom: 150px !important;
  }
  .u-sp-ml-150 {
    margin-left: 150px !important;
  }
  .u-sp-pt-150 {
    padding-top: 150px !important;
  }
  .u-sp-pr-150 {
    padding-right: 150px !important;
  }
  .u-sp-pb-150 {
    padding-bottom: 150px !important;
  }
  .u-sp-pl-150 {
    padding-left: 150px !important;
  }
}
.u-mt-160 {
  margin-top: 160px !important;
}

.u-mr-160 {
  margin-right: 160px !important;
}

.u-mb-160 {
  margin-bottom: 160px !important;
}

.u-ml-160 {
  margin-left: 160px !important;
}

.u-pt-160 {
  padding-top: 160px !important;
}

.u-pr-160 {
  padding-right: 160px !important;
}

.u-pb-160 {
  padding-bottom: 160px !important;
}

.u-pl-160 {
  padding-left: 160px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-160 {
    margin-top: 160px !important;
  }
  .u-pc-mr-160 {
    margin-right: 160px !important;
  }
  .u-pc-mb-160 {
    margin-bottom: 160px !important;
  }
  .u-pc-ml-160 {
    margin-left: 160px !important;
  }
  .u-pc-pt-160 {
    padding-top: 160px !important;
  }
  .u-pc-pr-160 {
    padding-right: 160px !important;
  }
  .u-pc-pb-160 {
    padding-bottom: 160px !important;
  }
  .u-pc-pl-160 {
    padding-left: 160px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-160 {
    margin-top: 160px !important;
  }
  .u-sp-mr-160 {
    margin-right: 160px !important;
  }
  .u-sp-mb-160 {
    margin-bottom: 160px !important;
  }
  .u-sp-ml-160 {
    margin-left: 160px !important;
  }
  .u-sp-pt-160 {
    padding-top: 160px !important;
  }
  .u-sp-pr-160 {
    padding-right: 160px !important;
  }
  .u-sp-pb-160 {
    padding-bottom: 160px !important;
  }
  .u-sp-pl-160 {
    padding-left: 160px !important;
  }
}
.u-mt-180 {
  margin-top: 180px !important;
}

.u-mr-180 {
  margin-right: 180px !important;
}

.u-mb-180 {
  margin-bottom: 180px !important;
}

.u-ml-180 {
  margin-left: 180px !important;
}

.u-pt-180 {
  padding-top: 180px !important;
}

.u-pr-180 {
  padding-right: 180px !important;
}

.u-pb-180 {
  padding-bottom: 180px !important;
}

.u-pl-180 {
  padding-left: 180px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-180 {
    margin-top: 180px !important;
  }
  .u-pc-mr-180 {
    margin-right: 180px !important;
  }
  .u-pc-mb-180 {
    margin-bottom: 180px !important;
  }
  .u-pc-ml-180 {
    margin-left: 180px !important;
  }
  .u-pc-pt-180 {
    padding-top: 180px !important;
  }
  .u-pc-pr-180 {
    padding-right: 180px !important;
  }
  .u-pc-pb-180 {
    padding-bottom: 180px !important;
  }
  .u-pc-pl-180 {
    padding-left: 180px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-180 {
    margin-top: 180px !important;
  }
  .u-sp-mr-180 {
    margin-right: 180px !important;
  }
  .u-sp-mb-180 {
    margin-bottom: 180px !important;
  }
  .u-sp-ml-180 {
    margin-left: 180px !important;
  }
  .u-sp-pt-180 {
    padding-top: 180px !important;
  }
  .u-sp-pr-180 {
    padding-right: 180px !important;
  }
  .u-sp-pb-180 {
    padding-bottom: 180px !important;
  }
  .u-sp-pl-180 {
    padding-left: 180px !important;
  }
}
.u-mt-200 {
  margin-top: 200px !important;
}

.u-mr-200 {
  margin-right: 200px !important;
}

.u-mb-200 {
  margin-bottom: 200px !important;
}

.u-ml-200 {
  margin-left: 200px !important;
}

.u-pt-200 {
  padding-top: 200px !important;
}

.u-pr-200 {
  padding-right: 200px !important;
}

.u-pb-200 {
  padding-bottom: 200px !important;
}

.u-pl-200 {
  padding-left: 200px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-200 {
    margin-top: 200px !important;
  }
  .u-pc-mr-200 {
    margin-right: 200px !important;
  }
  .u-pc-mb-200 {
    margin-bottom: 200px !important;
  }
  .u-pc-ml-200 {
    margin-left: 200px !important;
  }
  .u-pc-pt-200 {
    padding-top: 200px !important;
  }
  .u-pc-pr-200 {
    padding-right: 200px !important;
  }
  .u-pc-pb-200 {
    padding-bottom: 200px !important;
  }
  .u-pc-pl-200 {
    padding-left: 200px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-200 {
    margin-top: 200px !important;
  }
  .u-sp-mr-200 {
    margin-right: 200px !important;
  }
  .u-sp-mb-200 {
    margin-bottom: 200px !important;
  }
  .u-sp-ml-200 {
    margin-left: 200px !important;
  }
  .u-sp-pt-200 {
    padding-top: 200px !important;
  }
  .u-sp-pr-200 {
    padding-right: 200px !important;
  }
  .u-sp-pb-200 {
    padding-bottom: 200px !important;
  }
  .u-sp-pl-200 {
    padding-left: 200px !important;
  }
}
/* ======================================== */
/* フロート */
/* ======================================== */
.u-float-left {
  float: left !important;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
}

.u-float-right {
  float: right !important;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.u-clear {
  clear: both !important;
}

.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  .u-sp-width-50 {
    max-width: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-100 {
    max-width: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-150 {
    max-width: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-200 {
    max-width: 200px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-250 {
    max-width: 250px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-300 {
    max-width: 300px !important;
  }
}

.u-align-left {
  text-align: left !important;
}

.u-align-center {
  text-align: center !important;
}

.u-align-right {
  text-align: right !important;
}

.u-valign-top {
  vertical-align: top !important;
}

.u-valign-middle {
  vertical-align: middle !important;
}

.u-valign-bottom {
  vertical-align: bottom !important;
}

.u-fluid-image {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.u-nowrap {
  white-space: nowrap !important;
}

.u-inline-block, .u-inline-block--30pct, .u-inline-block--2column {
  display: inline-block !important;
}

.u-inline-block--2column {
  width: 48%;
}

.u-inline-block--30pct {
  width: 30%;
}

.u-pointer-events-none {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}