@charset "UTF-8";
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/*!
Theme Name: v_1-0-2026
Theme URI: http://underscores.me/
Author: Astle
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: v_1-0-2026
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wd_01 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  user-select: none !important;
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* Safari */
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
}

:root {
  color-scheme: light;
}

a {
  cursor: pointer;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  a:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 1025px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .sp {
    display: block;
  }
}

.center {
  text-align: center;
}

.scrollSet {
  opacity: 0;
  filter: blur(20px);
  will-change: filter;
  transform: translateY(80px);
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s;
}
.scrollSet.blurIn {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

body.home .js-scroll-element {
  opacity: 0; /* 初期状態では非表示 */
  transform: translateY(20px); /* 初期状態では少し下に */
  transition: opacity 0.5s ease, transform 0.5s ease; /* アニメーションの設定 */
}
body.home .js-scroll-element.active {
  opacity: 1; /* inviewクラスが付与されたら表示 */
  transform: translateY(0); /* inviewクラスが付与されたら元の位置に */
}
body.home .js-scroll-element-fv {
  opacity: 0; /* 初期状態では非表示 */
  transform: translateY(20px); /* 初期状態では少し下に */
  transition: opacity 0.5s ease, transform 0.5s ease; /* アニメーションの設定 */
}
body.home .js-scroll-element-fv.active {
  opacity: 1; /* inviewクラスが付与されたら表示 */
  transform: translateY(0); /* inviewクラスが付与されたら元の位置に */
}

img {
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .l-benefit-inn .benefit-box .benefit-list-txt li {
    width: 90% !important;
  }
}

@media screen and (max-width: 1024px) {
  .sl-logo-title {
    padding: 0 0 20px;
  }
  .sl-logo-title a {
    width: 230px;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .sl-logo-title {
    padding: 40px 0 60px;
  }
  .sl-logo-title a {
    width: 260px;
    display: block;
    margin: 0 auto;
  }
}

html {
  margin-top: 0 !important;
  margin-bottom: 32px !important;
}

#wpadminbar {
  top: auto !important;
  bottom: 0;
  position: fixed;
}

.l-nav__insta {
  display: block;
  width: 28px;
}

.guidlines-list {
  max-width: 675px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .guidlines-list {
    width: 100%;
    padding: 0 5%;
  }
}
.guidlines-list li {
  position: relative;
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 10px;
  margin-bottom: 35px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .guidlines-list li {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.guidlines-list li::after {
  content: "・";
  position: absolute;
  left: -4px;
  top: 0;
}

.kozuka {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-style: normal;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.white {
  color: #FFFFFF;
}

.yellow {
  color: #D3BD88;
}

.red {
  color: #fa02ab;
}

.blue {
  color: #027cfa;
}

.u-text__qa {
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .u-text__qa {
    font-size: 4.44vw;
  }
}
@media screen and (min-width: 1025px) {
  .u-text__qa {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.u-text__common {
  font-weight: 400;
  line-height: 2.22;
}
@media screen and (max-width: 1024px) {
  .u-text__common {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .u-text__common {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.u-text__subttl {
  font-weight: 400;
  line-height: 2.22;
}
@media screen and (max-width: 1024px) {
  .u-text__subttl {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  .u-text__subttl {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.u-text__guide {
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .u-text__guide {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  .u-text__guide {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.u-text__subttl02 {
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .u-text__subttl02 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  .u-text__subttl02 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.u-text__feature {
  font-weight: 600;
  line-height: 1.34;
}
@media screen and (max-width: 1024px) {
  .u-text__feature {
    font-size: 5.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .u-text__feature {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.u-text__schedul-ttl {
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .u-text__schedul-ttl {
    font-size: 6.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .u-text__schedul-ttl {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.u-text__note {
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .u-text__note {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .u-text__note {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.white {
  color: #FFFFFF;
}

/*# sourceMappingURL=style.css.map */
