/* =====================================================
  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;
}
@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;
  width: 100vw;
  height: 65vh;
  margin: 0;
  padding: 0;
  background-image: url(./img/bk-mv-pc.jpg);
  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.jpg);
    background-attachment: scroll;
    height: 65vh;
  }
}
.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 .home-kv__fg {
  position: relative;
  display: block;
  z-index: 3;
}
.home-kv__img .home-kv__fg img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 991px) {
  .home-kv__img .home-kv__fg img {
    opacity: 0;
    -webkit-animation: fadeInUp 1.2s ease-out 0.2s forwards;
    animation: fadeInUp 1.2s ease-out 0.2s forwards;
  }
}
.home-kv__img .home-kv__bg {
  position: absolute;
  display: block;
  z-index: 1;
  top: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .home-kv__img .home-kv__bg {
    top: 350px;
  }
}
.home-kv__img .home-kv__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 991px) {
  .home-kv__img .home-kv__bg img {
    opacity: 0;
    -webkit-animation: fadeInUp 1.2s ease-out 0.2s forwards;
    animation: fadeInUp 1.2s ease-out 0.2s forwards;
  }
}

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

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.home-sec {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 0;
  padding: 0;
  background-color: #ff2200;
  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;
}
.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;
    opacity: 0;
    -webkit-animation: fadeInUp 1.2s ease-out 0.3s forwards;
    animation: fadeInUp 1.2s ease-out 0.3s forwards;
  }
}
.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__card img[src*="event01-sp.png"] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media screen and (max-width: 991px) {
  .home-sec__card img {
    opacity: 0;
    -webkit-animation: fadeInUp 1.2s ease-out forwards;
    animation: fadeInUp 1.2s ease-out forwards;
  }
}
.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;
  }
}
@media screen and (max-width: 991px) {
  .home-sec .large-card:nth-of-type(1) li:nth-child(1) img {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  .home-sec .large-card:nth-of-type(1) li:nth-child(2) img {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .home-sec .large-card:nth-of-type(2) li:nth-child(1) img {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
}
.home-sec .large-card li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-sec .large-card li:not(:last-child) {
  margin-bottom: 30px;
}
.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 img[src*="event01-sp.png"] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media screen and (max-width: 991px) {
  .home-sec .large-card li img {
    opacity: 0;
    -webkit-animation: fadeInUp 1.2s ease-out forwards;
    animation: fadeInUp 1.2s ease-out forwards;
  }
}
.home-sec .large-card li::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
}
@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;
  }
}
@media screen and (max-width: 991px) {
  .home-sec .row-card:nth-of-type(1) li:nth-child(1) img {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  .home-sec .row-card:nth-of-type(1) li:nth-child(2) img {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .home-sec .row-card:nth-of-type(2) li:nth-child(1) img {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .home-sec .row-card:nth-of-type(2) li:nth-child(2) img {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }
  .home-sec .row-card:nth-of-type(3) li:nth-child(1) img {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  .home-sec .row-card:nth-of-type(3) li:nth-child(2) img {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
}
.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 img[src*="event01-sp.png"] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media screen and (max-width: 991px) {
  .home-sec .row-card li img {
    opacity: 0;
    -webkit-animation: fadeInUp 1.2s ease-out forwards;
    animation: fadeInUp 1.2s ease-out forwards;
  }
}
.home-sec .row-card li::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
}
@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;
  }
}

.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;
  }
}

.snow-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}

.snowflake {
  position: absolute;
  top: -10px;
  color: #fff;
  font-size: 1em;
  opacity: 0.8;
  -webkit-animation: fall linear infinite;
  animation: fall linear infinite;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 991px) {
  .snowflake {
    font-size: 0.8em;
  }
}

@-webkit-keyframes fall {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100vh) rotate(360deg);
    transform: translateY(100vh) rotate(360deg);
    opacity: 0.3;
  }
}

@keyframes fall {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100vh) rotate(360deg);
    transform: translateY(100vh) rotate(360deg);
    opacity: 0.3;
  }
}
.snowflake:nth-child(1) {
  left: 5%;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  font-size: 1.2em;
}

.snowflake:nth-child(2) {
  left: 10%;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  font-size: 0.8em;
}

.snowflake:nth-child(3) {
  left: 15%;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  font-size: 1em;
}

.snowflake:nth-child(4) {
  left: 20%;
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  font-size: 1.5em;
}

.snowflake:nth-child(5) {
  left: 25%;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  font-size: 0.9em;
}

.snowflake:nth-child(6) {
  left: 30%;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  font-size: 1.1em;
}

.snowflake:nth-child(7) {
  left: 35%;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  font-size: 1.3em;
}

.snowflake:nth-child(8) {
  left: 40%;
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  font-size: 0.7em;
}

.snowflake:nth-child(9) {
  left: 45%;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  font-size: 1.4em;
}

.snowflake:nth-child(10) {
  left: 50%;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  font-size: 1em;
}

.snowflake:nth-child(11) {
  left: 55%;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  font-size: 1.2em;
}

.snowflake:nth-child(12) {
  left: 60%;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  font-size: 0.8em;
}

.snowflake:nth-child(13) {
  left: 65%;
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  font-size: 1.1em;
}

.snowflake:nth-child(14) {
  left: 70%;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  font-size: 1.3em;
}

.snowflake:nth-child(15) {
  left: 75%;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  font-size: 0.9em;
}

.snowflake:nth-child(16) {
  left: 80%;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  font-size: 1.5em;
}

.snowflake:nth-child(17) {
  left: 85%;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  font-size: 1em;
}

.snowflake:nth-child(18) {
  left: 90%;
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  font-size: 1.2em;
}

.snowflake:nth-child(19) {
  left: 95%;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  font-size: 0.8em;
}

.snowflake:nth-child(20) {
  left: 3%;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  font-size: 1.4em;
}

@-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);
  }
}
@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 */
