@charset "UTF-8";
/* =====================================================
  1.0 - mixin
===================================================== */
/* =====================================================
  0.0 - Foundation
===================================================== */
/*
index
-----------------------------------------------------*/
/* ====================================
   Base Styles
==================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --vw: 100vw;
}

main {
  display: block;
}

html {
  margin-top: 0 !important;
  font-size: 10px;
}

body {
  line-height: 1.5;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.3rem;
  color: #231815;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
  }
}

a {
  color: #231815;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  a:hover {
    color: #231815;
  }
}

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

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

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

th,
strong,
b {
  font-weight: normal;
}

em,
i {
  font-style: normal;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*=wp-image-],
img[class*=attachment-] {
  max-width: 100%;
  height: auto;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* =====================================================
  2.0 - Layout
===================================================== */
canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9999; /* or -1 if you want it behind everything */
}

.home-kv {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto 0 auto;
  padding: 0;
  overflow-x: hidden;
  background-color: #ff89d9;
}
@media screen and (max-width: 991px) {
  .home-kv {
    min-height: auto;
    overflow: visible;
  }
}
.home-kv::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ff89d9;
  width: 100vw;
  height: 65vh;
  margin: 0;
  padding: 0;
  background-color: #ff89d9;
  background-image: url(../img/bk-mv-pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .home-kv::before {
    background-image: url(../img/bk-mv-sp.png);
    background-attachment: scroll;
    height: 50vh;
  }
}
.home-kv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 83.3333333333vw;
  margin: 0 auto;
  padding-top: 0.6944444444vw;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .home-kv__inner {
    width: 100%;
    max-width: 100%;
    padding-top: 2.6388888889vw;
    min-height: auto;
  }
}
.home-kv__img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .home-kv__img {
    padding: 0 16px;
    height: auto;
  }
}
.home-kv__img picture {
  position: relative;
  display: block;
  z-index: 3;
}
.home-kv__img picture::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 30vw;
  background-image: url("../img/nmv-pc-pk.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .home-kv__img picture::after {
    background-image: url("../img/nmv-sp-pk.png");
    height: 100svh;
  }
}
.home-kv__img picture img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 991px) {
  .home-kv {
    padding: 0 16px;
    max-width: 100%;
  }
  .home-kv picture:not(:first-child) {
    left: 16px;
    right: 16px;
    width: calc(100% - 32px);
    -webkit-transform: none;
            transform: none;
  }
}

.home-sec {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 0;
  padding: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff89d9), color-stop(#ffacf7), to(#ff89d9));
  background: linear-gradient(to top, #ff89d9, #ffacf7, #ff89d9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-sec__inner {
  margin: 0;
  padding: 0;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 8vw;
}
@media (max-width: 992px) {
  .home-sec__inner {
    padding: 0 4vw;
  }
}
@media screen and (max-width: 991px) {
  .home-sec__inner {
    width: 100%;
    padding: 0 16px;
  }
}
.home-sec__ttl {
  margin: 3vw 0 0 0;
  padding: 0;
  text-align: center;
  background-image: url("../img/h-pc.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .home-sec__ttl {
    background-image: url(../img/h-sp.png);
  }
}
.home-sec__ttl img {
  width: 50.9722222222vw;
  margin: 0 auto 4.1666666667vw auto;
}
@media screen and (max-width: 991px) {
  .home-sec__ttl img {
    width: 70%;
    margin: 5.5555555556vw auto 8.3333333333vw auto;
  }
}
.home-sec__card .home-sec__inner {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .home-sec__card .home-sec__inner {
    padding: 0 16px;
  }
}
.home-sec__card img {
  -webkit-box-shadow: 0 4px 20px rgba(182, 60, 172, 0.1);
          box-shadow: 0 4px 20px rgba(182, 60, 172, 0.1);
  border-radius: 1vw;
}
.home-sec .large-card {
  position: relative;
  width: 83.3333333333vw;
  max-width: 100%;
  margin: 0 auto 4.1666666667vw auto;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .home-sec .large-card {
    width: 100%;
    margin-bottom: 5.5555555556vw;
    padding: 0;
  }
}
.home-sec .large-card li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-sec .large-card li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.home-sec .large-card li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}
.home-sec .large-card li::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}
@media screen and (max-width: 991px) {
  .home-sec .large-card li::after {
    width: 80px;
    height: 80px;
  }
}
.home-sec .row-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 83.3333333333vw;
  max-width: 100%;
  margin: 0 auto 3vw auto;
  padding: 0;
  gap: 3vw;
}
@media screen and (max-width: 991px) {
  .home-sec .row-card {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 4vw;
    padding: 0;
  }
}
.home-sec .row-card li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-sec .row-card li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.home-sec .row-card li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}
.home-sec .row-card li::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}
@media screen and (max-width: 991px) {
  .home-sec .row-card li::after {
    width: 80px;
    height: 80px;
  }
}
.home-sec .home-notes__inner {
  margin: 0 auto;
  max-width: 100%;
  padding: 1vw 10vw 0;
}
@media screen and (max-width: 991px) {
  .home-sec .home-notes__inner {
    margin-left: 0;
    padding: 2vw 4vw 0;
    width: 100%;
  }
}
.home-sec .home-notes__inner p {
  display: block;
  font-size: clamp(0.75rem, 8.3495145631px + 0.9708737864vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 991px) {
  .home-sec .home-notes__inner p {
    line-height: 1.8;
    letter-spacing: 0.01em;
    display: inline;
  }
}

.home-notes__inner {
  margin: 0 auto;
  max-width: 100%;
  padding: 1vw 10vw 0;
}
@media screen and (max-width: 991px) {
  .home-notes__inner {
    margin-left: 0;
    padding: 2vw 4vw 0;
    width: 100%;
  }
}
.home-notes__inner p {
  display: block;
  font-size: clamp(0.75rem, 8.3495145631px + 0.9708737864vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 991px) {
  .home-notes__inner p {
    line-height: 1.8;
    letter-spacing: 0.01em;
    display: inline;
  }
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
  50% {
    -webkit-transform: translateY(-10px) scale(1.05);
            transform: translateY(-10px) scale(1.05);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
  50% {
    -webkit-transform: translateY(-10px) scale(1.05);
            transform: translateY(-10px) scale(1.05);
  }
}
.animation-stopped::after {
  -webkit-animation: none !important;
          animation: none !important;
}

.l-footer {
  margin: 0;
  padding: 6vw 0 4vw;
}
.l-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2vw;
}
.l-footer__contact {
  margin: 0;
  padding: 0;
  text-align: center;
}
.l-footer__contact .contact-info .phone-number {
  margin: 0 0 2vw 0;
  padding: 0;
}
.l-footer__contact .contact-info .phone-number picture {
  display: block;
  margin-bottom: 6vw;
  padding: 0;
}
.l-footer__contact .contact-info .phone-number picture img {
  width: 41.6666666667vw;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .l-footer__contact .contact-info .phone-number picture img {
    width: 90.2777777778vw;
  }
}
.l-footer__contact .contact-info .phone-number h3 {
  margin: 0;
  padding: 0;
}
.l-footer__contact .contact-info .phone-number h3 a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.l-footer__contact .contact-info .phone-number h3 a img {
  width: 18.6111111111vw;
  max-width: 268px;
  height: auto;
  margin-bottom: 3vw;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .l-footer__contact .contact-info .phone-number h3 a img {
    width: 35.2777777778vw;
    margin-bottom: 5vw;
  }
}
.l-footer__info {
  position: relative;
  margin-bottom: 2vw;
  padding: 1.5vw 0;
  text-align: center;
}
.l-footer__info::before, .l-footer__info::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 65vw;
  height: 1px;
  margin: 0;
  padding: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 4px dotted #231815;
}
@media screen and (max-width: 991px) {
  .l-footer__info::before, .l-footer__info::after {
    width: 80vw;
    border-top: 2px dotted #231815;
  }
}
.l-footer__info::before {
  top: 0;
}
.l-footer__info::after {
  bottom: 0;
}
.l-footer__info p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: clamp(0.75rem, -64.3076923077px + 7.6923076923vw, 1.75rem);
}
@media screen and (max-width: 991px) {
  .l-footer__info p {
    padding: 1vw 0;
    font-size: clamp(0.5625rem, -11.1428571429px + 5.3571428571vw, 1.875rem);
  }
}
.l-footer__info .flink {
  font-weight: 600;
  color: rgb(0, 195, 255);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-footer__info .flink:hover {
  opacity: 0.5;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.l-footer__info .flink:focus {
  outline: none;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.l-footer__info .flink:active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.l-footer__social {
  margin: 0;
  padding: 0;
}
.l-footer__social p {
  margin: 3vw 0 1vw 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .l-footer__social p {
    margin: 5vw 0 2vw 0;
  }
}
.l-footer__social p > img {
  width: 15vw;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .l-footer__social p > img {
    width: 27vw;
  }
}

.c-sns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin: 0;
  padding: 0;
  gap: 3vw;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .c-sns {
    gap: 6vw;
  }
}
.c-sns__item {
  margin: 0;
  padding: 0;
}
.c-sns__link {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-sns__link:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-sns__icon {
  width: 4.0277777778vw;
  max-width: 58px;
  height: auto;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .c-sns__icon {
    width: 8vw;
  }
}

/* =====================================================
  3.0 - Object
===================================================== */
/*
  3.1 - Component
-----------------------------------------------------*/
.c-pagetop {
  position: fixed;
  z-index: 1000;
  bottom: 1.3888888889vw;
  right: calc(50% - 50vw);
  width: 12.5vw;
  height: 13.8888888889vw;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}
@media screen and (max-width: 991px) {
  .c-pagetop {
    bottom: 0.8333333333vw;
    right: calc(50% - 50vw);
    width: 20.8333333333vw;
    height: 34.7222222222vw;
  }
}
.c-pagetop__button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}
.c-pagetop__button img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/*
  3.2 - Project
-----------------------------------------------------*/
.p-hd__logo {
  padding: 12px 0 12px 61px;
}
@media screen and (max-width: 991px) {
  .p-hd__logo {
    padding: 13px 0 13px 0;
    text-align: center;
  }
}
.p-hd__logo img {
  width: 140px;
}
@media screen and (max-width: 991px) {
  .p-hd__logo img {
    width: 120px;
  }
}

/* 風船アニメーションコンテナ */
.balloon {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  overflow: hidden;
  -webkit-animation: containerFadeIn 1s 1 forwards;
          animation: containerFadeIn 1s 1 forwards;
}

/* 風船の基本スタイル */
.balloon img {
  position: absolute;
  width: 45px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  opacity: 0.9;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
  will-change: transform, opacity;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

/* 各風船の初期位置設定とアニメーション */
.balloon img:nth-child(1) {
  left: 8%;
  bottom: -10px;
  width: 38px;
  -webkit-animation: gentleSwayUp 14s ease-out 1 forwards;
          animation: gentleSwayUp 14s ease-out 1 forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.balloon img:nth-child(2) {
  left: 23%;
  bottom: -30px;
  width: 52px;
  -webkit-animation: wideSwayUp 11s ease-out 1 forwards;
          animation: wideSwayUp 11s ease-out 1 forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.balloon img:nth-child(3) {
  left: 35%;
  bottom: -25px;
  width: 33px;
  -webkit-animation: erraticSwayUp 16s ease-out 1 forwards;
          animation: erraticSwayUp 16s ease-out 1 forwards;
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.balloon img:nth-child(4) {
  left: 30%;
  bottom: -25px;
  width: 46px;
  -webkit-animation: wideSwayUp 11s ease-out 1 forwards;
          animation: wideSwayUp 11s ease-out 1 forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.balloon img:nth-child(5) {
  left: 62%;
  bottom: -15px;
  width: 41px;
  -webkit-animation: lazySwayUp 18s ease-out 1 forwards;
          animation: lazySwayUp 18s ease-out 1 forwards;
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.balloon img:nth-child(6) {
  left: 74%;
  bottom: -3px;
  width: 49px;
  -webkit-animation: wideSwayUp 11s ease-out 1 forwards;
          animation: wideSwayUp 11s ease-out 1 forwards;
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}

.balloon img:nth-child(7) {
  left: 86%;
  bottom: -5px;
  width: 36px;
  -webkit-animation: erraticSwayUp 16s ease-out 1 forwards;
          animation: erraticSwayUp 16s ease-out 1 forwards;
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.balloon img:nth-child(8) {
  left: 91%;
  bottom: -1px;
  width: 54px;
  -webkit-animation: quickSwayUp 9s ease-out 1 forwards;
          animation: quickSwayUp 9s ease-out 1 forwards;
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}

/* アニメーション1: 優しいスウェイで上昇 */
@-webkit-keyframes gentleSwayUp {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0;
  }
  8% {
    opacity: 0.2;
  }
  20% {
    -webkit-transform: translateY(-20vh) translateX(15px) rotate(3deg);
            transform: translateY(-20vh) translateX(15px) rotate(3deg);
    opacity: 1;
  }
  45% {
    -webkit-transform: translateY(-45vh) translateX(-12px) rotate(-2deg);
            transform: translateY(-45vh) translateX(-12px) rotate(-2deg);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: translateY(-70vh) translateX(18px) rotate(5deg);
            transform: translateY(-70vh) translateX(18px) rotate(5deg);
    opacity: 0.4;
  }
  92% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translateY(-105vh) translateX(-5px) rotate(8deg);
            transform: translateY(-105vh) translateX(-5px) rotate(8deg);
    opacity: 0;
  }
}
@keyframes gentleSwayUp {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0;
  }
  8% {
    opacity: 0.2;
  }
  20% {
    -webkit-transform: translateY(-20vh) translateX(15px) rotate(3deg);
            transform: translateY(-20vh) translateX(15px) rotate(3deg);
    opacity: 1;
  }
  45% {
    -webkit-transform: translateY(-45vh) translateX(-12px) rotate(-2deg);
            transform: translateY(-45vh) translateX(-12px) rotate(-2deg);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: translateY(-70vh) translateX(18px) rotate(5deg);
            transform: translateY(-70vh) translateX(18px) rotate(5deg);
    opacity: 0.4;
  }
  92% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translateY(-105vh) translateX(-5px) rotate(8deg);
            transform: translateY(-105vh) translateX(-5px) rotate(8deg);
    opacity: 0;
  }
}
/* アニメーション2: より大きなスウェイで上昇 */
@-webkit-keyframes wideSwayUp {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0;
  }
  6% {
    opacity: 0.2;
  }
  18% {
    -webkit-transform: translateY(-18vh) translateX(35px) rotate(8deg);
            transform: translateY(-18vh) translateX(35px) rotate(8deg);
    opacity: 0.7;
  }
  38% {
    -webkit-transform: translateY(-38vh) translateX(-28px) rotate(-6deg);
            transform: translateY(-38vh) translateX(-28px) rotate(-6deg);
    opacity: 0.6;
  }
  58% {
    -webkit-transform: translateY(-58vh) translateX(42px) rotate(10deg);
            transform: translateY(-58vh) translateX(42px) rotate(10deg);
    opacity: 0.5;
  }
  78% {
    -webkit-transform: translateY(-78vh) translateX(-15px) rotate(-4deg);
            transform: translateY(-78vh) translateX(-15px) rotate(-4deg);
    opacity: 0.3;
  }
  94% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateY(-110vh) translateX(8px) rotate(12deg);
            transform: translateY(-110vh) translateX(8px) rotate(12deg);
    opacity: 0;
  }
}
@keyframes wideSwayUp {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0;
  }
  6% {
    opacity: 0.2;
  }
  18% {
    -webkit-transform: translateY(-18vh) translateX(35px) rotate(8deg);
            transform: translateY(-18vh) translateX(35px) rotate(8deg);
    opacity: 0.7;
  }
  38% {
    -webkit-transform: translateY(-38vh) translateX(-28px) rotate(-6deg);
            transform: translateY(-38vh) translateX(-28px) rotate(-6deg);
    opacity: 0.6;
  }
  58% {
    -webkit-transform: translateY(-58vh) translateX(42px) rotate(10deg);
            transform: translateY(-58vh) translateX(42px) rotate(10deg);
    opacity: 0.5;
  }
  78% {
    -webkit-transform: translateY(-78vh) translateX(-15px) rotate(-4deg);
            transform: translateY(-78vh) translateX(-15px) rotate(-4deg);
    opacity: 0.3;
  }
  94% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateY(-110vh) translateX(8px) rotate(12deg);
            transform: translateY(-110vh) translateX(8px) rotate(12deg);
    opacity: 0;
  }
}
/* アニメーション3: 不規則なスウェイ */
@-webkit-keyframes erraticSwayUp {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0;
  }
  5% {
    opacity: 0.2;
  }
  15% {
    -webkit-transform: translateY(-15vh) translateX(25px) rotate(12deg);
            transform: translateY(-15vh) translateX(25px) rotate(12deg);
    opacity: 0.3;
  }
  30% {
    -webkit-transform: translateY(-30vh) translateX(-35px) rotate(-8deg);
            transform: translateY(-30vh) translateX(-35px) rotate(-8deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-50vh) translateX(45px) rotate(15deg);
            transform: translateY(-50vh) translateX(45px) rotate(15deg);
    opacity: 1;
  }
  65% {
    -webkit-transform: translateY(-65vh) translateX(-20px) rotate(-5deg);
            transform: translateY(-65vh) translateX(-20px) rotate(-5deg);
    opacity: 1;
  }
  85% {
    -webkit-transform: translateY(-85vh) translateX(30px) rotate(18deg);
            transform: translateY(-85vh) translateX(30px) rotate(18deg);
    opacity: 0.8;
  }
  96% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translateY(-115vh) translateX(-10px) rotate(20deg);
            transform: translateY(-115vh) translateX(-10px) rotate(20deg);
    opacity: 0;
  }
}
@keyframes erraticSwayUp {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0;
  }
  5% {
    opacity: 0.2;
  }
  15% {
    -webkit-transform: translateY(-15vh) translateX(25px) rotate(12deg);
            transform: translateY(-15vh) translateX(25px) rotate(12deg);
    opacity: 0.3;
  }
  30% {
    -webkit-transform: translateY(-30vh) translateX(-35px) rotate(-8deg);
            transform: translateY(-30vh) translateX(-35px) rotate(-8deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-50vh) translateX(45px) rotate(15deg);
            transform: translateY(-50vh) translateX(45px) rotate(15deg);
    opacity: 1;
  }
  65% {
    -webkit-transform: translateY(-65vh) translateX(-20px) rotate(-5deg);
            transform: translateY(-65vh) translateX(-20px) rotate(-5deg);
    opacity: 1;
  }
  85% {
    -webkit-transform: translateY(-85vh) translateX(30px) rotate(18deg);
            transform: translateY(-85vh) translateX(30px) rotate(18deg);
    opacity: 0.8;
  }
  96% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translateY(-115vh) translateX(-10px) rotate(20deg);
            transform: translateY(-115vh) translateX(-10px) rotate(20deg);
    opacity: 0;
  }
}
/* アニメーション5: 速いスウェイ */
@-webkit-keyframes quickSwayUp {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.2;
  }
  25% {
    -webkit-transform: translateY(-25vh) translateX(20px) rotate(6deg);
            transform: translateY(-25vh) translateX(20px) rotate(6deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: translateY(-50vh) translateX(-18px) rotate(-4deg);
            transform: translateY(-50vh) translateX(-18px) rotate(-4deg);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-75vh) translateX(22px) rotate(7deg);
            transform: translateY(-75vh) translateX(22px) rotate(7deg);
    opacity: 0.7;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(-100vh) translateX(-8px) rotate(9deg);
            transform: translateY(-100vh) translateX(-8px) rotate(9deg);
    opacity: 0;
  }
}
@keyframes quickSwayUp {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.2;
  }
  25% {
    -webkit-transform: translateY(-25vh) translateX(20px) rotate(6deg);
            transform: translateY(-25vh) translateX(20px) rotate(6deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: translateY(-50vh) translateX(-18px) rotate(-4deg);
            transform: translateY(-50vh) translateX(-18px) rotate(-4deg);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-75vh) translateX(22px) rotate(7deg);
            transform: translateY(-75vh) translateX(22px) rotate(7deg);
    opacity: 0.7;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(-100vh) translateX(-8px) rotate(9deg);
            transform: translateY(-100vh) translateX(-8px) rotate(9deg);
    opacity: 0;
  }
}
/* アニメーション6: ゆっくりなスウェイ */
@-webkit-keyframes lazySwayUp {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0;
  }
  4% {
    opacity: 0.2;
  }
  20% {
    -webkit-transform: translateY(-20vh) translateX(10px) rotate(2deg);
            transform: translateY(-20vh) translateX(10px) rotate(2deg);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: translateY(-40vh) translateX(-8px) rotate(-1deg);
            transform: translateY(-40vh) translateX(-8px) rotate(-1deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(-60vh) translateX(12px) rotate(3deg);
            transform: translateY(-60vh) translateX(12px) rotate(3deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(-80vh) translateX(-6px) rotate(-2deg);
            transform: translateY(-80vh) translateX(-6px) rotate(-2deg);
    opacity: 0.8;
  }
  96% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(-120vh) translateX(4px) rotate(4deg);
            transform: translateY(-120vh) translateX(4px) rotate(4deg);
    opacity: 0;
  }
}
@keyframes lazySwayUp {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0;
  }
  4% {
    opacity: 0.2;
  }
  20% {
    -webkit-transform: translateY(-20vh) translateX(10px) rotate(2deg);
            transform: translateY(-20vh) translateX(10px) rotate(2deg);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: translateY(-40vh) translateX(-8px) rotate(-1deg);
            transform: translateY(-40vh) translateX(-8px) rotate(-1deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(-60vh) translateX(12px) rotate(3deg);
            transform: translateY(-60vh) translateX(12px) rotate(3deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(-80vh) translateX(-6px) rotate(-2deg);
            transform: translateY(-80vh) translateX(-6px) rotate(-2deg);
    opacity: 0.8;
  }
  96% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(-120vh) translateX(4px) rotate(4deg);
            transform: translateY(-120vh) translateX(4px) rotate(4deg);
    opacity: 0;
  }
}
/* ページ読み込み時のフェードイン */
@-webkit-keyframes containerFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes containerFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* レスポンシブ対応 - スマートフォン向け */
@media screen and (max-width: 991px) {
  .balloon img {
    width: 30px;
    opacity: 0.6;
  }
  .balloon img:nth-child(1) {
    width: 36px;
  }
  .balloon img:nth-child(2) {
    width: 26px;
  }
  .balloon img:nth-child(3) {
    width: 28px;
  }
  .balloon img:nth-child(4) {
    width: 34px;
  }
  .balloon img:nth-child(5) {
    width: 32px;
  }
  .balloon img:nth-child(6) {
    width: 22px;
  }
  .balloon img:nth-child(7) {
    width: 24px;
  }
  .balloon img:nth-child(8) {
    width: 30px;
  }
  /* スマホ向けのアニメーション調整 */
  .balloon img:nth-child(1) {
    -webkit-animation: gentleSwayUpMobile 14s ease-out 1 forwards;
            animation: gentleSwayUpMobile 14s ease-out 1 forwards;
  }
  .balloon img:nth-child(2),
  .balloon img:nth-child(6) {
    -webkit-animation: wideSwayUpMobile 11s ease-out 1 forwards;
            animation: wideSwayUpMobile 11s ease-out 1 forwards;
  }
}
/* スマートフォン向けアニメーション（移動距離を調整） */
@-webkit-keyframes gentleSwayUpMobile {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0;
  }
  8% {
    opacity: 0.6;
  }
  25% {
    -webkit-transform: translateY(-25vh) translateX(12px) rotate(3deg);
            transform: translateY(-25vh) translateX(12px) rotate(3deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: translateY(-50vh) translateX(-8px) rotate(-2deg);
            transform: translateY(-50vh) translateX(-8px) rotate(-2deg);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: translateY(-75vh) translateX(14px) rotate(5deg);
            transform: translateY(-75vh) translateX(14px) rotate(5deg);
    opacity: 0.3;
  }
  95% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateY(-105vh) translateX(-3px) rotate(6deg);
            transform: translateY(-105vh) translateX(-3px) rotate(6deg);
    opacity: 0;
  }
}
@keyframes gentleSwayUpMobile {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0;
  }
  8% {
    opacity: 0.6;
  }
  25% {
    -webkit-transform: translateY(-25vh) translateX(12px) rotate(3deg);
            transform: translateY(-25vh) translateX(12px) rotate(3deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: translateY(-50vh) translateX(-8px) rotate(-2deg);
            transform: translateY(-50vh) translateX(-8px) rotate(-2deg);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: translateY(-75vh) translateX(14px) rotate(5deg);
            transform: translateY(-75vh) translateX(14px) rotate(5deg);
    opacity: 0.3;
  }
  95% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateY(-105vh) translateX(-3px) rotate(6deg);
            transform: translateY(-105vh) translateX(-3px) rotate(6deg);
    opacity: 0;
  }
}
@-webkit-keyframes wideSwayUpMobile {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0;
  }
  6% {
    opacity: 0.6;
  }
  20% {
    -webkit-transform: translateY(-20vh) translateX(20px) rotate(6deg);
            transform: translateY(-20vh) translateX(20px) rotate(6deg);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: translateY(-40vh) translateX(-15px) rotate(-4deg);
            transform: translateY(-40vh) translateX(-15px) rotate(-4deg);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: translateY(-60vh) translateX(25px) rotate(8deg);
            transform: translateY(-60vh) translateX(25px) rotate(8deg);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: translateY(-80vh) translateX(-10px) rotate(-3deg);
            transform: translateY(-80vh) translateX(-10px) rotate(-3deg);
    opacity: 0.2;
  }
  95% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateY(-110vh) translateX(5px) rotate(10deg);
            transform: translateY(-110vh) translateX(5px) rotate(10deg);
    opacity: 0;
  }
}
@keyframes wideSwayUpMobile {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0;
  }
  6% {
    opacity: 0.6;
  }
  20% {
    -webkit-transform: translateY(-20vh) translateX(20px) rotate(6deg);
            transform: translateY(-20vh) translateX(20px) rotate(6deg);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: translateY(-40vh) translateX(-15px) rotate(-4deg);
            transform: translateY(-40vh) translateX(-15px) rotate(-4deg);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: translateY(-60vh) translateX(25px) rotate(8deg);
            transform: translateY(-60vh) translateX(25px) rotate(8deg);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: translateY(-80vh) translateX(-10px) rotate(-3deg);
            transform: translateY(-80vh) translateX(-10px) rotate(-3deg);
    opacity: 0.2;
  }
  95% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateY(-110vh) translateX(5px) rotate(10deg);
            transform: translateY(-110vh) translateX(5px) rotate(10deg);
    opacity: 0;
  }
}
/* 高解像度ディスプレイでのパフォーマンス最適化 */
@media (-webkit-min-device-pixel-ratio: 2) {
  .balloon {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}
@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
  50% {
    -webkit-transform: translateY(-10px) scale(1.05);
            transform: translateY(-10px) scale(1.05);
  }
}
@media screen and (min-width: 992px) {
  .large-card:first-child li::after {
    display: block !important;
    bottom: -3vw;
    right: -3vw;
    background-image: url(../img/simorun-3.png);
  }
  .row-card:nth-child(3) li:first-child::after {
    display: block !important;
    bottom: 0;
    left: -5vw;
    background-image: url(../img/simorun-1.png);
  }
  .row-card:nth-child(3) li:last-child::after {
    display: block !important;
    top: -1vw;
    right: -2vw;
    background-image: url(../img/simorun-2.png);
  }
  .row-card:nth-child(4) li:first-child::after {
    display: block !important;
    bottom: -1vw;
    left: -3vw;
    background-image: url(../img/simorun-6.png);
  }
  .row-card:nth-child(4) li:last-child::after {
    display: block !important;
    top: -1vw;
    right: -2vw;
    background-image: url(../img/simorun-4.png);
  }
  .row-card:nth-child(5) li:first-child::after {
    display: block !important;
    bottom: -2vw;
    left: -4vw;
    background-image: url(../img/simorun-7.png);
  }
  .row-card:nth-child(5) li:last-child::after {
    display: block !important;
    top: -2vw;
    right: -3vw;
    background-image: url(../img/simorun-8.png);
  }
  .large-card:last-child li::after {
    display: block !important;
    top: -1vw;
    left: -3vw;
    background-image: url(../img/simorun-5.png);
  }
}
@media screen and (max-width: 991px) {
  .row-card:nth-child(2) li:first-child::after {
    display: block !important;
    bottom: 0;
    right: -1vw;
    background-image: url(../img/simorun-SP-1.png);
  }
  .row-card:nth-child(2) li:last-child::after {
    display: block !important;
    bottom: 0;
    left: -1vw;
    background-image: url(../img/simorun-SP-5.png);
  }
  .row-card:nth-child(3) li:first-child::after {
    display: block !important;
    bottom: -5vw;
    right: -5vw;
    background-image: url(../img/simorun-SP-3.png);
  }
  .row-card:nth-child(4) li:first-child::after {
    display: block !important;
    bottom: -20vw;
    right: -1vw;
    background-image: url(../img/simorun-SP-4.png);
  }
  .row-card:nth-child(3) li:last-child::after {
    display: block !important;
    top: 16vw;
    left: -1vw;
    background-image: url(../img/simorun-SP-2.png);
  }
  .large-card:last-child li::after {
    display: block !important;
    top: 0;
    left: -1vw;
    background-image: url(../img/simorun-SP-6.png);
  }
}
/*
  3.3 - Utility
-----------------------------------------------------*/
.u-over {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.u-over:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.u-over:focus {
  outline: none;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.u-over:active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

@media (hover: none) and (pointer: coarse) {
  .u-over:hover {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.u-fade {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.u-fade.is-fade {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-fadeNext {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.u-fadeNext.is-fadeNext {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-imgCover {
  display: block;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.u-txtLeft {
  text-align: left;
}

.u-txtCenter {
  text-align: center;
}

.u-txtRight {
  text-align: right;
}

.u-inline {
  display: inline;
}

.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

.u-table {
  display: table;
}

.u-tableCell {
  display: table-cell;
}

.sp-only {
  display: none;
}

@media (max-width: 1000px) {
  .sp-only {
    display: inline;
  }
}
.sp-only2 {
  display: none;
}

@media (max-width: 425px) {
  .sp-only2 {
    display: inline;
  }
}
@media screen and (max-width: 991px) {
  .u-pc {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .u-pcSm {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pcMd {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .u-pcLg {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .u-pcXl {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (min-width: 576px) {
  .u-spSm {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-spMd {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .u-spLg {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-spXl {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */