@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;
  max-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: 70vh;
  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: 70vh;
  }
}
.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;
  width: 100%;
  position: relative;
  width: 100.6944444444vw;
  margin: 0 auto;
  top: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .home-kv__inner {
    width: 100%;
    max-width: 100%;
    padding-top: 0.3472222222vw;
    min-height: auto;
  }
}
.home-kv__img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .home-kv__img {
    padding: 0;
    height: auto;
  }
}
.home-kv__img .home-kv__fg {
  position: relative;
  max-width: 100%;
  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 {
    width: 100%;
    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;
  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;
  }
}

.travet-inner {
  position: relative;
  width: 100%;
  padding: -20%;
}
.travet-inner .travet-btn-link {
  display: block;
  position: absolute;
  bottom: 9.375vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  cursor: pointer;
  z-index: 10;
  -webkit-animation: fadeIn 0.8s ease-in-out;
          animation: fadeIn 0.8s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
@media screen and (max-width: 991px) {
  .travet-inner .travet-btn-link {
    bottom: 21.5277777778vw;
  }
}
.travet-inner .travet-btn-link:hover {
  -webkit-transform: translateX(-50%) scale(1.05);
          transform: translateX(-50%) scale(1.05);
}
.travet-inner .travet-btn-link img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.akacyan-inner {
  position: relative;
}
.akacyan-inner .akacyan-btn-link {
  display: block;
  position: absolute;
  bottom: 88px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35%;
  cursor: pointer;
  z-index: 10;
  -webkit-animation: fadeIn 0.8s ease-in-out;
          animation: fadeIn 0.8s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .akacyan-inner .akacyan-btn-link {
    bottom: 75px;
    width: 80%;
  }
}
.akacyan-inner .akacyan-btn-link:hover {
  -webkit-transform: translateX(-50%) scale(1.05);
          transform: translateX(-50%) scale(1.05);
}
.akacyan-inner .akacyan-btn-link picture {
  display: block;
  width: 100%;
}
.akacyan-inner .akacyan-btn-link img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* フェードインアニメーション - 両方に適用 */
.travet-inner a {
  display: inline-block;
  -webkit-animation: fadeIn 0.8s ease-in-out;
          animation: fadeIn 0.8s ease-in-out;
}

.travet-inner a picture {
  display: block;
}

.travet-inner a img {
  display: block;
  width: 100%;
  height: auto;
}

/* ホバー効果（オプション） */
.travet-inner a:hover {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.9;
}

/* Instagram ボタン用（スタイル指定あれば） */
.travet-btn-link {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.travet-btn-link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.travet-container {
  overflow: visible;
}

@-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: #fff100;
  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 8px;
  }
}
.home-sec__ttl {
  margin: 3vw 0 0 0;
  padding: 0;
  text-align: center;
}
.home-sec__ttl img {
  width: 50.9722222222vw;
  margin: 0 auto 48px 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 8px;
  }
}
.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__card img[src*="event01-sp.png"] {
    width: calc(100% + 12px);
    margin: 0 -6px;
  }
}
.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 40px auto;
  padding: 0;
  gap: 3vw;
}
@media screen and (max-width: 991px) {
  .home-sec .row-card {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 20px;
    gap: 4vw;
    padding: 0;
  }
}
.home-sec .row-card .row-card:nth-of-type(1) {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .home-sec .row-card .row-card:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
@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;
  }
}

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

/* 画像版の花びら */
.cherry-container img {
  position: absolute;
  top: -30px;
  width: 5px;
  height: 5px;
  opacity: 0.5;
  -webkit-animation: sakura-fall linear infinite;
          animation: sakura-fall linear infinite;
  -webkit-filter: drop-shadow(0 0 2px rgba(255, 182, 193, 0.6));
          filter: drop-shadow(0 0 2px rgba(255, 182, 193, 0.6));
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/* ← アニメーション名を sakura-fall に変更 */
@-webkit-keyframes sakura-fall {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(25vh) translateX(30px) rotate(90deg);
            transform: translateY(25vh) translateX(30px) rotate(90deg);
    opacity: 0.9;
  }
  50% {
    -webkit-transform: translateY(50vh) translateX(-20px) rotate(180deg);
            transform: translateY(50vh) translateX(-20px) rotate(180deg);
    opacity: 0.7;
  }
  75% {
    -webkit-transform: translateY(75vh) translateX(40px) rotate(270deg);
            transform: translateY(75vh) translateX(40px) rotate(270deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(110vh) translateX(0) rotate(360deg);
            transform: translateY(110vh) translateX(0) rotate(360deg);
    opacity: 0;
  }
}
@keyframes sakura-fall {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(25vh) translateX(30px) rotate(90deg);
            transform: translateY(25vh) translateX(30px) rotate(90deg);
    opacity: 0.9;
  }
  50% {
    -webkit-transform: translateY(50vh) translateX(-20px) rotate(180deg);
            transform: translateY(50vh) translateX(-20px) rotate(180deg);
    opacity: 0.7;
  }
  75% {
    -webkit-transform: translateY(75vh) translateX(40px) rotate(270deg);
            transform: translateY(75vh) translateX(40px) rotate(270deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(110vh) translateX(0) rotate(360deg);
            transform: translateY(110vh) translateX(0) rotate(360deg);
    opacity: 0;
  }
}
/* 画面全体に50個の花びらをランダム配置 */
.cherry-container img:nth-child(1) {
  left: 64%; /* ← % を単位として明示 */
  -webkit-animation-duration: 21s;
          animation-duration: 21s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s; /* 0～6秒（遅延大） */
  width: 33px;
  height: 26px;
}

.cherry-container img:nth-child(2) {
  left: 29%; /* ← % を単位として明示 */
  -webkit-animation-duration: 15s;
          animation-duration: 15s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 1s;
          animation-delay: 1s; /* 0～6秒（遅延大） */
  width: 33px;
  height: 30px;
}

.cherry-container img:nth-child(3) {
  left: 31%; /* ← % を単位として明示 */
  -webkit-animation-duration: 12s;
          animation-duration: 12s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s; /* 0～6秒（遅延大） */
  width: 30px;
  height: 36px;
}

.cherry-container img:nth-child(4) {
  left: 14%; /* ← % を単位として明示 */
  -webkit-animation-duration: 12s;
          animation-duration: 12s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s; /* 0～6秒（遅延大） */
  width: 27px;
  height: 31px;
}

.cherry-container img:nth-child(5) {
  left: 48%; /* ← % を単位として明示 */
  -webkit-animation-duration: 22s;
          animation-duration: 22s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s; /* 0～6秒（遅延大） */
  width: 36px;
  height: 36px;
}

.cherry-container img:nth-child(6) {
  left: 93%; /* ← % を単位として明示 */
  -webkit-animation-duration: 15s;
          animation-duration: 15s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 3s;
          animation-delay: 3s; /* 0～6秒（遅延大） */
  width: 26px;
  height: 32px;
}

.cherry-container img:nth-child(7) {
  left: 93%; /* ← % を単位として明示 */
  -webkit-animation-duration: 19s;
          animation-duration: 19s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s; /* 0～6秒（遅延大） */
  width: 32px;
  height: 30px;
}

.cherry-container img:nth-child(8) {
  left: 43%; /* ← % を単位として明示 */
  -webkit-animation-duration: 19s;
          animation-duration: 19s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 5.7s;
          animation-delay: 5.7s; /* 0～6秒（遅延大） */
  width: 32px;
  height: 29px;
}

.cherry-container img:nth-child(9) {
  left: 13%; /* ← % を単位として明示 */
  -webkit-animation-duration: 22s;
          animation-duration: 22s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 5s;
          animation-delay: 5s; /* 0～6秒（遅延大） */
  width: 34px;
  height: 27px;
}

.cherry-container img:nth-child(10) {
  left: 57%; /* ← % を単位として明示 */
  -webkit-animation-duration: 12s;
          animation-duration: 12s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s; /* 0～6秒（遅延大） */
  width: 31px;
  height: 33px;
}

.cherry-container img:nth-child(11) {
  left: 10%; /* ← % を単位として明示 */
  -webkit-animation-duration: 13s;
          animation-duration: 13s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s; /* 0～6秒（遅延大） */
  width: 31px;
  height: 26px;
}

.cherry-container img:nth-child(12) {
  left: 27%; /* ← % を単位として明示 */
  -webkit-animation-duration: 17s;
          animation-duration: 17s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s; /* 0～6秒（遅延大） */
  width: 31px;
  height: 34px;
}

.cherry-container img:nth-child(13) {
  left: 23%; /* ← % を単位として明示 */
  -webkit-animation-duration: 12s;
          animation-duration: 12s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s; /* 0～6秒（遅延大） */
  width: 25px;
  height: 35px;
}

.cherry-container img:nth-child(14) {
  left: 53%; /* ← % を単位として明示 */
  -webkit-animation-duration: 15s;
          animation-duration: 15s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s; /* 0～6秒（遅延大） */
  width: 33px;
  height: 31px;
}

.cherry-container img:nth-child(15) {
  left: 10%; /* ← % を単位として明示 */
  -webkit-animation-duration: 20s;
          animation-duration: 20s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 5.3s;
          animation-delay: 5.3s; /* 0～6秒（遅延大） */
  width: 25px;
  height: 27px;
}

.cherry-container img:nth-child(16) {
  left: 60%; /* ← % を単位として明示 */
  -webkit-animation-duration: 12s;
          animation-duration: 12s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s; /* 0～6秒（遅延大） */
  width: 34px;
  height: 31px;
}

.cherry-container img:nth-child(17) {
  left: 36%; /* ← % を単位として明示 */
  -webkit-animation-duration: 17s;
          animation-duration: 17s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s; /* 0～6秒（遅延大） */
  width: 27px;
  height: 36px;
}

.cherry-container img:nth-child(18) {
  left: 65%; /* ← % を単位として明示 */
  -webkit-animation-duration: 13s;
          animation-duration: 13s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s; /* 0～6秒（遅延大） */
  width: 26px;
  height: 32px;
}

.cherry-container img:nth-child(19) {
  left: 50%; /* ← % を単位として明示 */
  -webkit-animation-duration: 21s;
          animation-duration: 21s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s; /* 0～6秒（遅延大） */
  width: 33px;
  height: 26px;
}

.cherry-container img:nth-child(20) {
  left: 56%; /* ← % を単位として明示 */
  -webkit-animation-duration: 12s;
          animation-duration: 12s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; /* 0～6秒（遅延大） */
  width: 30px;
  height: 26px;
}

.cherry-container img:nth-child(21) {
  left: 88%; /* ← % を単位として明示 */
  -webkit-animation-duration: 17s;
          animation-duration: 17s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s; /* 0～6秒（遅延大） */
  width: 25px;
  height: 33px;
}

.cherry-container img:nth-child(22) {
  left: 48%; /* ← % を単位として明示 */
  -webkit-animation-duration: 20s;
          animation-duration: 20s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 5.8s;
          animation-delay: 5.8s; /* 0～6秒（遅延大） */
  width: 30px;
  height: 26px;
}

.cherry-container img:nth-child(23) {
  left: 61%; /* ← % を単位として明示 */
  -webkit-animation-duration: 16s;
          animation-duration: 16s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s; /* 0～6秒（遅延大） */
  width: 28px;
  height: 27px;
}

.cherry-container img:nth-child(24) {
  left: 28%; /* ← % を単位として明示 */
  -webkit-animation-duration: 20s;
          animation-duration: 20s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s; /* 0～6秒（遅延大） */
  width: 36px;
  height: 31px;
}

.cherry-container img:nth-child(25) {
  left: 70%; /* ← % を単位として明示 */
  -webkit-animation-duration: 15s;
          animation-duration: 15s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 2s;
          animation-delay: 2s; /* 0～6秒（遅延大） */
  width: 29px;
  height: 25px;
}

.cherry-container img:nth-child(26) {
  left: 41%; /* ← % を単位として明示 */
  -webkit-animation-duration: 19s;
          animation-duration: 19s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s; /* 0～6秒（遅延大） */
  width: 33px;
  height: 30px;
}

.cherry-container img:nth-child(27) {
  left: 17%; /* ← % を単位として明示 */
  -webkit-animation-duration: 14s;
          animation-duration: 14s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; /* 0～6秒（遅延大） */
  width: 34px;
  height: 30px;
}

.cherry-container img:nth-child(28) {
  left: 69%; /* ← % を単位として明示 */
  -webkit-animation-duration: 16s;
          animation-duration: 16s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s; /* 0～6秒（遅延大） */
  width: 35px;
  height: 34px;
}

.cherry-container img:nth-child(29) {
  left: 85%; /* ← % を単位として明示 */
  -webkit-animation-duration: 17s;
          animation-duration: 17s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s; /* 0～6秒（遅延大） */
  width: 32px;
  height: 25px;
}

.cherry-container img:nth-child(30) {
  left: 9%; /* ← % を単位として明示 */
  -webkit-animation-duration: 22s;
          animation-duration: 22s; /* 15～27秒（遅く） */
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s; /* 0～6秒（遅延大） */
  width: 31px;
  height: 34px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 991px) {
  .cherry-container img {
    width: 0.2px;
    height: 0.2px;
  }
}
@-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 */