@charset "UTF-8";
/**
 * FUNCTION
 * Function.............
 *
 * VARIABLE
 * Global...............プロジェクト全体を通して使用される変数です。
 * Color................カラー用の変数（マップ）を管理します。
 * Config...............
 *
 * MIXIN
 * Media-query..........メディアクエリ用のmixinです。
 * Clearfix.............`float`を解除する`clearfix`のmixinです。
 *
 * VENDORS
 * Normalize.css........Normalize cssのインポートします。
 *
 * VENDORS-EXTENSION
 * Normalize.css........Normalize.cssのスタイルを上書きします。
 *
 * BASE
 * Base.................要素セレクタと属性セレクタのデフォルトスタイルです。
 *
 * LAYOUT
 * Header...............ヘッダーエリアのコンテナブロックのスタイルを指定します。
 * Footer...............フッターエリアのコンテナブロックのスタイルを指定します。
 * Main.................メインコンテンツエリアのコンテナブロックのスタイルを指定します。
 * Sidebar..............サイドバーエリアのコンテナブロックのスタイルを指定します。
 *
 * COMPONENT
 * Wrapper..............コンポーネントをラップするオブジェクトです。`max-width`が指定されています。
 * Grid.................グリッドレイアウトのベーススタイルです。
 * Inline...............横並びになるリストオブジェクトです。
 * Block................縦並びになるリストオブジェクトです。
 * Rank.................横並びになるリストオブジェクトです。アンカータグのクリック範囲が大きく指定されています。
 * Pac..................子要素を折り返さず、横幅内に収めるリストオブジェクトです。
 * Stac.................縦に積み上げていくタイプのリストオブジェクトです。
 * Media................画像とテキストを横並びにするために使用するオブジェクトです。
 * Split................2つの要素をブロックから横並びにするオブジェクトです。
 * Justify..............子要素を両端揃えにするオブジェクトです。
 * Scroll...............横スクロールに対応したテーブルオブジェクトです。
 * Central..............上下左右の中央配置オブジェクトです。
 * Button...............ボタンコンポーネントのベーススタイルです。
 * Card.................カード型のコンポーネントです。
 * Embed................YouTubeなどの埋め込みコンテンツのアスペクト比を固定するオブジェクトです。
 * Images...............画像コンポーネントです。
 *
 * PROJECT
 * Breadcrumbs..........パンくずリストです。セパレーターは`>`です。
 * Pagination...........前後のページに遷移するためのナビゲーションです。アイコンは`<`, `>`です。
 * Tag-cloud............タグクラウドのコンポーネントです。
 * Alert................エラーメッセージなどを表示するコンポーネントです。
 * Badge................投稿数のような数値を表示するコンポーネントです。
 * Label................インラインでメッセージを表示するコンポーネントです。
 * Balloon..............吹き出しのコンポーネントです。
 *
 * UTILITY
 * Col..................レスポンシブに対応した`width`を指定するためのヘルパークラスです。
 * Push.................レスポンシブに対応した`left`を指定するためのヘルパークラスです。
 * Pull.................レスポンシブに対応した`right`を指定するためのヘルパークラスです。
 * Column...............レスポンシブに対応した`column-count`を指定するためのヘルパークラスです。
 * Margin...............レスポンシブに対応した`margin`を指定するためのヘルパークラスです。
 * Padding..............`padding`を指定するためのヘルパークラスです。
 * Display..............要素の表示を切り替えるヘルパークラスです。
 * Float................`float`とクリアーフィックスのヘルパークラスです。
 * Position.............`position`のヘルパークラスです。
 * Text.................テキストのスタイルを変更するヘルパークラスです。
 */
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Vendors
   ----------------------------------------------------------------- */
/**
 * #Normalize
 */
/* ==========================================================================
   Normalize.css
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/* Vendors-extension
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
/**
 * #Base
 */
/**
 * ボックスモデルを`border-box`にリセットします。
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
:root {
  --width-ratio: 1px/1;
  --width-wide-ratio: 100vw / 1366;
}

@media screen and (max-width: 1366px) {
  :root {
    --width-ratio: 100vw / 1366;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --width-ratio: 100vw / 375;
    --width-wide-ratio: 100vw / 375;
  }
}
html {
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
  line-height: my-strip-unit(my-margins());
  /* iOSとAndroidでのリンクをタップ時のハイライトをリセットする。 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  background: #39C2AB;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    background: #FFFAE9;
  }
}

/* 日本語にitalicは使用されないためリセットする */
i,
cite,
em,
address,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.4;
}

h1, .u-h1 {
  font-size: 2rem;
}

h2, .u-h2 {
  font-size: 1.6rem;
}

h3, .u-h3 {
  font-size: 1.4rem;
}

h4, .u-h4 {
  font-size: 1.2rem;
}

h5, .u-h5 {
  font-size: 1rem;
}

h6, .u-h6 {
  font-size: 1rem;
}

a {
  display: block;
  color: #292929;
  text-decoration: none;
  transition: 0.3s;
}
a:hover, a:focus {
  opacity: 0.8;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

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

/* マージンを持たないブロックとする。 */
figure {
  margin: 0;
}

/* `padding-strat: 40px;`の相対値 */
ul, ol {
  padding-left: 2.5em;
}

/* ネストされたリストのマージンをリセットする */
li {
  list-style: none;
}
li > ul,
li > ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

/**
 * <blockquote cite="#">
 *     <p><small></small></p>
 *     <footer>
 *         <cite><a href="#"></a></cite>
 *     </footer>
 * </blockquote>
 */
blockquote {
  margin: my-margins() 0 my-margins() 0;
  padding-left: my-paddings();
  border-left: 1px solid my-colors(text, light);
  color: my-colors(text, light);
}
blockquote > :first-child {
  margin-top: 0;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/* `<cite>`の先頭にemダッシュが付く */
blockquote cite:before {
  content: "— ";
}

fieldset {
  max-width: 0;
  margin: 0;
  padding: my-paddings();
  background-color: my-colors(bg);
}

legend {
  padding: 0 my-paddings(small);
  background-color: my-colors(bg);
}

label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url] {
  padding-left: my-paddings(small);
}

textarea {
  width: 100%;
  min-height: 8rem;
  padding: my-paddings(large) my-paddings(small);
  vertical-align: top;
  resize: vertical;
}

optgroup {
  font-weight: normal;
  font-style: normal;
}

/**
 * プレイスホルダーのcolorを無効化してopacityでコントラストを抑える
 * http://hail2u.net/blog/webdesign/placeholder-normalization.html
 */
:-ms-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

:placeholder-shown {
  opacity: 0.54;
}

code,
kbd,
pre,
samp {
  font-size: 1rem;
}

code,
pre {
  font-family: Menlo, Consolas, Courier, monospace;
}

kbd {
  /* ユーザーに入力を促す要素 */
  font-family: inherit;
}
kbd > kbd {
  /* キーボードのキーを示す要素に変化するためボーダーで囲われます */
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  padding: 3px 6px;
  font-size: 0.75rem;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
}

/**
 * Vertical Rhythmを指定しているクラスセレクタをまとめて指定します。
 */
h1, h2, h3, h4, h5, h6,
p,
ul, ol, dl,
table,
pre,
address {
  margin-top: 0;
  margin-bottom: my-margins();
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, p, a, img, ul, li, table, tr, th, td, tbody, footer, header, main, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/**
 * #Footer
 */
.l-footer {
  position: relative;
  margin-top: calc(50 * var(--width-ratio));
  z-index: 5;
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(460 * var(--width-ratio));
  background-image: url(../images/bg_footer.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: -1;
}

.l-footer__inner {
  max-width: calc(300 * var(--width-ratio));
  margin: 0 auto;
  padding: calc(240 * var(--width-ratio)) 0 calc(33 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer__inner {
    padding: calc(160 * var(--width-ratio)) 0 calc(18 * var(--width-ratio));
  }
}

.l-footer-logo {
  max-width: calc(165 * var(--width-ratio));
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-footer-logo {
    max-width: calc(136 * var(--width-ratio));
  }
}

.l-footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(18 * var(--width-ratio));
  margin-top: calc(30 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer-sns {
    gap: calc(15 * var(--width-ratio));
    margin-top: calc(23 * var(--width-ratio));
  }
}

.l-footer__link {
  max-width: calc(45 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer__link {
    max-width: calc(37 * var(--width-ratio));
  }
}

.l-footer__copy {
  margin-top: calc(40 * var(--width-ratio));
  color: #fff;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.4285714286;
  text-align: center;
}
@media (max-width: 768px) {
  .l-footer__copy {
    margin-top: calc(33 * var(--width-ratio));
    font-size: calc(12 * var(--width-ratio));
    line-height: 1.4166666667;
  }
}

/**
 * #Header
 */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #F6F8FA;
}
@media (max-width: 1024px) {
  .l-header {
    top: 20px;
    left: 50%;
    width: 96%;
    border-radius: 15px;
    background: rgba(243, 243, 243, 0.95);
    transform: translateX(-50%);
  }
}

.l-header__inner {
  display: flex;
  align-items: center;
  height: 72px;
  padding: 24px;
}
@media (max-width: 1024px) {
  .l-header__inner {
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .l-header-logo {
    position: absolute;
    top: 30px;
  }
}

.l-header-logo__link {
  max-width: 134px;
  width: 100%;
}
@media (max-width: 1024px) {
  .l-header-logo__link {
    max-width: 214px;
    padding-top: 5px;
  }
}
.l-header-logo__link img {
  display: block;
}

/**
 * #Main
 */
.l-main {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: calc(60 * var(--width-ratio)) 0 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .l-main {
    padding: 0;
  }
}
.l-main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-image: url(../images/bg_kv.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  .l-main::before {
    content: none;
  }
}

.l-main-left {
  position: fixed;
}
@media (max-width: 768px) {
  .l-main-left {
    display: none;
  }
}

.l-main-logo {
  max-width: calc(206 * var(--width-ratio));
  width: 100%;
  margin-left: calc(60 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-main-logo {
    max-width: calc(106 * var(--width-ratio));
    margin: calc(27 * var(--width-ratio)) auto 0;
  }
}

.l-main-center {
  max-width: calc(454 * var(--width-ratio));
  width: 100%;
  margin: 0 calc(190 * var(--width-ratio)) 0 54%;
  border-radius: calc(50 * var(--width-ratio)) calc(50 * var(--width-ratio)) 0 0;
  background: #FFFAE9;
  box-shadow: 0px 4px 12.3px 0px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}
@media (max-width: 768px) {
  .l-main-center {
    margin: 0;
    border-radius: 0;
    box-shadow: unset;
  }
}

.l-main-right {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(178 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-main-right {
    width: calc(90 * var(--width-ratio));
    z-index: 100;
  }
}

.l-main-contact {
  max-width: calc(178 * var(--width-ratio));
  width: 100%;
  transition: 0.3s;
}
.l-main-contact span {
  display: none;
}
.l-main-contact::before {
  content: "";
  display: block;
  max-width: calc(178 * var(--width-ratio));
  height: calc(196 * var(--width-ratio));
  background-image: url(../images/img_contact.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .l-main-contact::before {
    max-width: 100%;
    height: calc(85 * var(--width-ratio));
    background-position: right;
  }
}
.l-main-contact:hover {
  opacity: 1;
}
.l-main-contact:hover::before {
  background-image: url(../images/img_contact_hover.png);
}

.l-main-sns {
  max-width: calc(48 * var(--width-ratio));
  width: 100%;
  margin-top: calc(27 * var(--width-ratio));
  margin-right: calc(24 * var(--width-ratio));
  margin-left: auto;
}
@media (max-width: 768px) {
  .l-main-sns {
    display: none;
  }
}

/**
 * #Section
 */
.l-section {
  position: relative;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/**
 * #Scroll
 */
.c-scroll {
  position: fixed;
  bottom: calc(25 * var(--width-ratio));
  right: calc(40 * var(--width-ratio));
  display: block;
  max-width: calc(57 * var(--width-ratio));
  z-index: 10;
}
.c-scroll:active, .c-scroll:focus {
  opacity: 1;
}
@media (max-width: 768px) {
  .c-scroll {
    right: calc(20 * var(--width-ratio));
    max-width: calc(40 * var(--width-ratio));
    z-index: 100;
  }
}

/**
 * #Kv
 */
.c-kv {
  position: relative;
  z-index: 1;
}

.c-kv-catch img {
  border-radius: calc(50 * var(--width-ratio)) calc(50 * var(--width-ratio)) 0 0;
}
@media (max-width: 768px) {
  .c-kv-catch img {
    border-radius: 0;
  }
}

/**
 * #Link
 */
.c-link {
  position: relative;
  display: block;
  max-width: calc(365 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(22 * var(--width-ratio));
  border-radius: calc(63 * var(--width-ratio));
  border: none;
  background: #FFDD00;
  color: #171C61;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 768px) {
  .c-link {
    max-width: calc(330 * var(--width-ratio));
    padding: calc(18 * var(--width-ratio));
    font-size: calc(18 * var(--width-ratio));
  }
}
.c-link::before {
  content: "";
  position: absolute;
  top: calc(52 * var(--width-ratio));
  right: calc(10 * var(--width-ratio));
  display: block;
  width: calc(34 * var(--width-ratio));
  height: calc(55 * var(--width-ratio));
  background-image: url(../images/icon_finger.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-27deg);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .c-link::before {
    top: calc(50 * var(--width-ratio));
    right: calc(5 * var(--width-ratio));
    width: calc(31 * var(--width-ratio));
    height: calc(50 * var(--width-ratio));
  }
}
.c-link:hover {
  opacity: 1;
  background: #171C61;
  color: #FFDD00;
}
.c-link:hover::before {
  top: calc(48 * var(--width-ratio));
  right: calc(14 * var(--width-ratio));
  background-image: url(../images/icon_finger_hover.png);
}

/**
 * #Parallax
 */
.c-parallax {
  position: relative;
  overflow: hidden;
  height: calc(512 * var(--width-ratio));
  margin-top: calc(-75 * var(--width-ratio));
  z-index: 0;
}
@media (max-width: 768px) {
  .c-parallax {
    height: calc(452 * var(--width-ratio));
    margin-top: calc(-65 * var(--width-ratio));
  }
}

.c-parallax--second {
  height: calc(634 * var(--width-ratio));
  margin-top: 0;
}
@media (max-width: 768px) {
  .c-parallax--second {
    height: calc(524 * var(--width-ratio));
  }
}
.c-parallax--second .c-parallax-catch img {
  height: 100%;
}

.c-parallax__wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateX(-50%);
}

.c-parallax-catch {
  display: block;
}
.c-parallax-catch img {
  display: block;
  width: 100%;
  height: 105%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  will-change: transform;
}

.c-parallax__lead {
  position: absolute;
  bottom: 0;
}

/**
 * #Card
 */
.c-card__list {
  margin: calc(28 * var(--width-ratio)) auto 0;
}

.c-card {
  position: relative;
  max-width: calc(346 * var(--width-ratio));
  margin: calc(40 * var(--width-ratio)) auto 0;
  z-index: 10;
}
.c-card:first-child {
  margin-top: 0;
}
.c-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(346 * var(--width-ratio));
  height: calc(430 * var(--width-ratio));
  z-index: -1;
}
@media (max-width: 768px) {
  .c-card::before {
    left: 50%;
    width: calc(312 * var(--width-ratio));
    height: calc(387 * var(--width-ratio));
    transform: translateX(-50%);
  }
}

.c-card__wrap {
  position: relative;
}
.c-card__wrap::before, .c-card__wrap::after {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-card--first {
  z-index: 15;
}
.c-card--first::before {
  background: url(../images/deco_about01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.c-card--first .c-card__wrap::before {
  top: calc(-5 * var(--width-ratio));
  left: calc(-65 * var(--width-ratio));
  width: calc(92 * var(--width-ratio));
  height: calc(114 * var(--width-ratio));
  background-image: url(../images/deco_about04.png);
  z-index: -2;
}
@media (max-width: 768px) {
  .c-card--first .c-card__wrap::before {
    left: calc(-40 * var(--width-ratio));
    width: calc(85 * var(--width-ratio));
    height: calc(106 * var(--width-ratio));
    z-index: 2;
  }
}
.c-card--first .c-card__wrap::after {
  content: none;
}

.c-card--second {
  z-index: 10;
}
.c-card--second::before {
  background: url(../images/deco_about02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.c-card--second .c-card__wrap::before {
  bottom: calc(-25 * var(--width-ratio));
  left: calc(-75 * var(--width-ratio));
  width: calc(65 * var(--width-ratio));
  height: calc(87 * var(--width-ratio));
  background-image: url(../images/deco_about05.png);
  transform: rotate(152deg);
  z-index: -2;
}
@media (max-width: 768px) {
  .c-card--second .c-card__wrap::before {
    bottom: calc(-105 * var(--width-ratio));
    left: calc(-35 * var(--width-ratio));
    z-index: 2;
  }
}
.c-card--second .c-card__wrap::after {
  bottom: calc(25 * var(--width-ratio));
  right: calc(-95 * var(--width-ratio));
  width: calc(97 * var(--width-ratio));
  height: calc(133 * var(--width-ratio));
  background-image: url(../images/deco_about06.png);
  transform: rotate(26deg);
  z-index: 0;
}
@media (max-width: 768px) {
  .c-card--second .c-card__wrap::after {
    bottom: calc(-45 * var(--width-ratio));
    right: calc(-26 * var(--width-ratio));
    z-index: 2;
  }
}

.c-card--third {
  z-index: 5;
}
.c-card--third::before {
  background: url(../images/deco_about03.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.c-card--third .c-card__wrap::before {
  bottom: calc(-225 * var(--width-ratio));
  left: calc(-75 * var(--width-ratio));
  width: calc(109 * var(--width-ratio));
  height: calc(169 * var(--width-ratio));
  background-image: url(../images/deco_about07.png);
  z-index: -2;
}
@media (max-width: 768px) {
  .c-card--third .c-card__wrap::before {
    bottom: calc(-205 * var(--width-ratio));
    left: calc(-20 * var(--width-ratio));
  }
}
.c-card--third .c-card__wrap::after {
  content: none;
}

.c-card-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: calc(140 * var(--width-ratio)) calc(16 * var(--width-ratio)) calc(96 * var(--width-ratio));
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}
.c-card-front::before {
  content: "";
  position: absolute;
  top: calc(50 * var(--width-ratio));
  left: 50%;
  display: block;
  width: calc(320 * var(--width-ratio));
  height: calc(320 * var(--width-ratio));
  background-image: url(../images/icon_circle.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .c-card-front::before {
    width: calc(290 * var(--width-ratio));
    height: calc(290 * var(--width-ratio));
  }
}
.c-card-front.is-active {
  opacity: 1;
  visibility: visible;
  position: relative; /* 表示中だけレイアウトに参加 */
}

.c-card-front__title {
  color: #fff;
  font-size: calc(31 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.43;
  text-align: center;
}
@media (max-width: 768px) {
  .c-card-front__title {
    font-size: calc(28 * var(--width-ratio));
  }
}

.c-card-btn {
  position: relative;
  display: block;
  max-width: calc(215 * var(--width-ratio));
  width: 100%;
  margin: calc(35 * var(--width-ratio)) auto 0;
  padding: calc(7 * var(--width-ratio));
  border-radius: calc(36 * var(--width-ratio));
  border: none;
  background: #FFDD00;
  color: #171C61;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .c-card-btn {
    max-width: calc(194 * var(--width-ratio));
    margin: calc(32 * var(--width-ratio)) auto 0;
    font-size: calc(14 * var(--width-ratio));
  }
}
.c-card-btn::before {
  content: "";
  position: absolute;
  top: calc(12 * var(--width-ratio));
  right: calc(-5 * var(--width-ratio));
  display: block;
  width: calc(30 * var(--width-ratio));
  height: calc(48 * var(--width-ratio));
  background-image: url(../images/icon_finger.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-27deg);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .c-card-btn::before {
    width: calc(27 * var(--width-ratio));
    height: calc(43 * var(--width-ratio));
  }
}
.c-card-btn:hover {
  background: #171C61;
  color: #FFDD00;
}
.c-card-btn:hover::before {
  top: calc(10 * var(--width-ratio));
  right: calc(-2 * var(--width-ratio));
  background-image: url(../images/icon_finger_hover.png);
}

.c-card-back {
  position: absolute;
  top: 0;
  left: 0;
  padding: calc(70 * var(--width-ratio)) calc(36 * var(--width-ratio)) calc(70 * var(--width-ratio));
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
  text-align: center;
}
@media (max-width: 768px) {
  .c-card-back {
    padding: calc(65 * var(--width-ratio)) calc(36 * var(--width-ratio)) calc(70 * var(--width-ratio));
  }
}
.c-card-back::before {
  content: "";
  position: absolute;
  top: calc(50 * var(--width-ratio));
  left: 50%;
  display: block;
  width: calc(322 * var(--width-ratio));
  height: calc(322 * var(--width-ratio));
  border-radius: calc(22 * var(--width-ratio));
  background: #FFF5D3;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .c-card-back::before {
    top: calc(45 * var(--width-ratio));
    width: calc(290 * var(--width-ratio));
    height: calc(290 * var(--width-ratio));
  }
}
.c-card-back img {
  display: block;
  width: calc(96 * var(--width-ratio));
  margin: 0 auto calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-card-back img {
    width: calc(87 * var(--width-ratio));
    margin: 0 auto calc(18 * var(--width-ratio));
  }
}
.c-card-back.is-active {
  opacity: 1;
  visibility: visible;
  position: relative; /* 表示中だけレイアウトに参加 */
}

.c-card-back__lead {
  color: #000;
  font-size: calc(22 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.2727272727;
  text-align: center;
}
@media (max-width: 768px) {
  .c-card-back__lead {
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.3;
  }
}

.c-card-back__text {
  display: inline-block;
  margin-top: calc(22 * var(--width-ratio));
  padding-top: calc(12 * var(--width-ratio));
  border-top: 1px solid #999;
  font-size: calc(16 * var(--width-ratio));
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 768px) {
  .c-card-back__text {
    margin-top: calc(16 * var(--width-ratio));
    padding-top: calc(16 * var(--width-ratio));
    font-size: calc(13 * var(--width-ratio));
    line-height: 1.6923076923;
  }
}

/**
 * #Slider
 */
.c-slider {
  position: relative;
  margin-top: calc(380 * var(--width-ratio));
  z-index: 5;
}
@media (max-width: 768px) {
  .c-slider {
    margin-top: calc(300 * var(--width-ratio));
  }
}
.c-slider::before, .c-slider::after {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-slider::before {
  top: calc(-315 * var(--width-ratio));
  left: calc(68 * var(--width-ratio));
  width: calc(291 * var(--width-ratio));
  height: calc(344 * var(--width-ratio));
  background-image: url(../images/img_about.png);
  z-index: 4;
}
@media (max-width: 768px) {
  .c-slider::before {
    top: calc(-260 * var(--width-ratio));
    left: calc(70 * var(--width-ratio));
    width: calc(246 * var(--width-ratio));
    height: calc(291 * var(--width-ratio));
  }
}
.c-slider::after {
  top: calc(-80 * var(--width-ratio));
  right: calc(25 * var(--width-ratio));
  width: calc(125 * var(--width-ratio));
  height: calc(100 * var(--width-ratio));
  background-image: url(../images/deco_about08.png);
  transform: rotate(11deg);
  z-index: 0;
}
@media (max-width: 768px) {
  .c-slider::after {
    top: calc(-70 * var(--width-ratio));
    width: calc(105 * var(--width-ratio));
    height: calc(84 * var(--width-ratio));
    transform: rotate(4deg);
  }
}
.c-slider .splide {
  z-index: 2;
}

.c-slide__item {
  max-width: calc(223 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-slide__item {
    max-width: calc(185 * var(--width-ratio));
  }
}

/**
 * #Fade
 */
/* フェードイン */
.js-fade {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 0.6s;
}
.js-fade.is-fade {
  transform: translate(0, 0);
  opacity: 1;
}

/* Project
   ----------------------------------------------------------------- */
/**
 * #Nav
 */
.p-nav {
  margin: calc(104 * var(--width-ratio)) auto calc(180 * var(--width-ratio)) 10vw;
}

.p-nav__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: calc(10 * var(--width-ratio));
  margin-top: calc(35 * var(--width-ratio));
}

.p-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(13 * var(--width-ratio));
  width: 100%;
  padding-bottom: calc(10 * var(--width-ratio));
  color: #fff;
  font-size: calc(18 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: -5%;
}
@media (max-width: 768px) {
  .p-nav__link {
    font-size: calc(16 * var(--width-ratio));
    line-height: 1.3125;
  }
}
.p-nav__link::before {
  content: "";
  display: block;
  width: calc(36 * var(--width-ratio));
  height: calc(32 * var(--width-ratio));
  background-image: url(../images/icon_kettle.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: bottom center;
}
@media (max-width: 768px) {
  .p-nav__link::before {
    width: calc(24 * var(--width-ratio));
    height: calc(21 * var(--width-ratio));
  }
}
.p-nav__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  height: calc(2 * var(--width-ratio));
  border-radius: calc(25 * var(--width-ratio));
  background: #fff;
}
.p-nav__link span {
  display: block;
  width: calc(11 * var(--width-ratio));
  height: calc(11 * var(--width-ratio));
  margin-left: auto;
  background-image: url(../images/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-nav__link:hover {
  opacity: 0.6;
}
.p-nav__link:hover span {
  animation: btn_arrow 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.p-nav__link.is-active {
  opacity: 1;
}
.p-nav__link.is-active::before {
  animation: yakan 5s ease-in-out infinite;
}

.p-nav-sp {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100dvw;
  height: 100dvh;
  background: #F0A020;
  z-index: 100;
}

.p-nav-sp__wrap {
  padding: calc(115 * var(--width-ratio)) calc(25 * var(--width-ratio)) calc(76 * var(--width-ratio));
}

.p-nav-sp-area {
  display: block;
  height: 100%;
  padding: calc(115 * var(--width-ratio)) calc(25 * var(--width-ratio)) calc(76 * var(--width-ratio));
}

.p-nav-outline {
  position: fixed;
  bottom: calc(70 * var(--width-ratio));
  left: 50%;
  transform: translate(-50%);
  display: none;
  max-width: calc(104 * var(--width-ratio));
  width: 100%;
  padding: calc(20 * var(--width-ratio)) calc(40 * var(--width-ratio));
  border-radius: calc(5 * var(--width-ratio));
  background: #424242;
  color: #fff;
  font-size: calc(14 * var(--width-ratio));
  text-align: center;
  transition: opacity 0.3s ease; /* フェード時間をCSSで制御 */
  opacity: 1;
  z-index: 100;
}
@media (max-width: 768px) {
  .p-nav-outline {
    display: block;
  }
}
.p-nav-outline span {
  position: absolute;
  left: 50%;
  display: block;
  width: calc(20 * var(--width-ratio));
  height: calc(2 * var(--width-ratio));
  background: #fff;
  transition: 0.3s;
  transform: translate(-50%);
}
.p-nav-outline span:nth-child(1) {
  top: calc(50% - 6px);
}
.p-nav-outline span:nth-child(1).is-active {
  transform: translate(-50%) rotate(45deg);
  top: calc(50% - 0px);
}
.p-nav-outline span:nth-child(2) {
  top: 50%;
}
.p-nav-outline span:nth-child(2).is-active {
  width: 0;
}
.p-nav-outline span:nth-child(3) {
  top: calc(50% + 6px);
}
.p-nav-outline span:nth-child(3).is-active {
  transform: translate(-50%) rotate(-45deg);
  top: calc(50% + 0px);
}

@keyframes btn_arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
    opacity: 0;
  }
  51% {
    transform: translateX(-8px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes yakan {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  75% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0);
  }
}
/**
 * #About
 */
.p-about {
  position: relative;
  z-index: 2;
}
.p-about::before {
  content: "";
  position: absolute;
  top: calc(-100 * var(--width-ratio));
  left: 50%;
  display: block;
  width: 100%;
  height: calc(2147 * var(--width-ratio));
  background-image: url(../images/bg_swiming.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-about::before {
    height: calc(1840 * var(--width-ratio));
    background-position: center;
  }
}

.p-about-content {
  position: relative;
  z-index: 2;
}

.p-about__lead {
  max-width: calc(375 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-about__lead {
    max-width: calc(340 * var(--width-ratio));
  }
}

/**
* #Campaign
*/
.p-campaign {
  position: relative;
  z-index: 40;
}
.p-campaign::before {
  content: "";
  position: absolute;
  top: calc(-20 * var(--width-ratio));
  left: 50%;
  display: block;
  width: 100%;
  height: calc(1817 * var(--width-ratio));
  background-image: url(../images/bg_campaign.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-campaign::before {
    top: calc(-50 * var(--width-ratio));
    background-position: center;
    height: calc(1585 * var(--width-ratio));
  }
}

.p-campaign-content {
  position: relative;
  overflow-x: hidden;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-campaign-content {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    overflow: unset;
  }
}

.p-campaign__inner {
  padding-top: calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-campaign__inner {
    padding-top: calc(30 * var(--width-ratio));
  }
}

.p-campaign-catch {
  position: relative;
  margin-bottom: calc(40 * var(--width-ratio));
  padding: calc(90 * var(--width-ratio)) 0 calc(112 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-campaign-catch {
    margin-bottom: calc(50 * var(--width-ratio));
    padding: calc(50 * var(--width-ratio)) 0 calc(80 * var(--width-ratio));
    animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
}
.p-campaign-catch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: calc(706 * var(--width-ratio));
  height: calc(547 * var(--width-ratio));
  background-image: url(../images/bg_experience01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-50%) rotate(3deg);
  z-index: -1;
}
@media (max-width: 768px) {
  .p-campaign-catch::before {
    top: calc(-40 * var(--width-ratio));
    width: calc(597 * var(--width-ratio));
    height: calc(458 * var(--width-ratio));
  }
}

.p-campaign__heading {
  font-size: calc(33 * var(--width-ratio));
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .p-campaign__heading {
    font-size: calc(29 * var(--width-ratio));
  }
}

.p-campaign-price {
  position: relative;
  color: #F0A020;
  font-size: calc(276 * var(--width-ratio));
  font-weight: 700;
  text-align: center;
  line-height: 0.8;
}
@media (max-width: 768px) {
  .p-campaign-price {
    font-size: calc(240 * var(--width-ratio));
  }
}
.p-campaign-price span {
  position: absolute;
  bottom: 0;
  right: calc(120 * var(--width-ratio));
  color: #000;
  font-size: calc(47 * var(--width-ratio));
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-campaign-price span {
    right: calc(90 * var(--width-ratio));
    font-size: calc(40 * var(--width-ratio));
  }
}

.p-campaign-price__text {
  margin-top: calc(40 * var(--width-ratio));
  font-size: calc(18 * var(--width-ratio));
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .p-campaign-price__text {
    margin-top: calc(25 * var(--width-ratio));
  }
}

.p-campaign-detail {
  max-width: calc(376 * var(--width-ratio));
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-campaign-detail {
    padding: 0 calc(25 * var(--width-ratio));
  }
}

.p-campaign__text {
  font-size: calc(17 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .p-campaign__text {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-campaign__lead {
  margin: calc(30 * var(--width-ratio)) 0;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.46;
}
@media (max-width: 768px) {
  .p-campaign__lead {
    margin: calc(24 * var(--width-ratio)) 0;
    font-size: calc(20 * var(--width-ratio));
  }
}

/**
* #Target
*/
.p-target {
  position: relative;
  margin-top: calc(54 * var(--width-ratio));
  margin-bottom: calc(180 * var(--width-ratio));
  z-index: 10;
}

.p-target__caption {
  display: block;
  max-width: calc(295 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-target__caption {
    max-width: calc(210 * var(--width-ratio));
    margin: 0 0 0 calc(114 * var(--width-ratio));
  }
}

.p-target-area {
  position: absolute;
  top: calc(330 * var(--width-ratio));
  left: 50%;
  max-width: calc(333 * var(--width-ratio));
  width: 100%;
  padding: calc(40 * var(--width-ratio)) calc(54 * var(--width-ratio)) calc(48 * var(--width-ratio));
  border-radius: calc(20 * var(--width-ratio));
  background: #fff;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-target-area {
    top: calc(305 * var(--width-ratio));
  }
}

.p-target__text {
  padding: calc(5 * var(--width-ratio));
  border-radius: calc(10 * var(--width-ratio));
  background: #F0A020;
  color: #fff;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}

.p-target__title {
  margin-top: calc(22 * var(--width-ratio));
  font-size: calc(32 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
.p-target__title span {
  position: relative;
  font-size: calc(32 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
}
.p-target__title span::after {
  content: "";
  position: absolute;
  bottom: calc(2 * var(--width-ratio));
  left: 0;
  display: block;
  width: 100%;
  height: calc(11 * var(--width-ratio));
  border-radius: calc(28 * var(--width-ratio));
  background-color: #FBC93E;
  z-index: -1;
}

.p-target__lead {
  font-size: calc(14 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}

/**
* #Join
*/
.p-join {
  position: relative;
  z-index: 20;
}
.p-join::before {
  content: "";
  position: absolute;
  top: calc(-390 * var(--width-ratio));
  left: 50%;
  display: block;
  width: 100%;
  height: calc(3371 * var(--width-ratio));
  background-image: url(../images/bg_experience02.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-join::before {
    top: calc(-180 * var(--width-ratio));
    height: calc(2500 * var(--width-ratio));
    background-position: center;
  }
}

.p-join__inner {
  position: relative;
  z-index: 10;
}

.p-join__title {
  position: relative;
  max-width: calc(380 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(8 * var(--width-ratio));
  border-radius: calc(50 * var(--width-ratio));
  border: 1px solid #F0A020;
  background: #FFF2E6;
  color: #F0A020;
  font-size: calc(28 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 768px) {
  .p-join__title {
    max-width: calc(318 * var(--width-ratio));
    font-size: calc(24 * var(--width-ratio));
  }
}
.p-join__title span {
  position: absolute;
  bottom: calc(-12 * var(--width-ratio));
  left: 50%;
  padding: 0 calc(8 * var(--width-ratio));
  background: #FFF2E6;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  font-family: "Coiny", system-ui;
  line-height: 1.5714285714;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-join__title span {
    font-size: calc(15 * var(--width-ratio));
    line-height: 1.4666666667;
  }
}

.p-join-content {
  margin-top: calc(76 * var(--width-ratio));
}

.p-join-period {
  margin-top: calc(96 * var(--width-ratio));
}

.p-join-date {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(10 * var(--width-ratio));
}
.p-join-date p {
  font-size: calc(58 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
.p-join-date p span {
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
}

.p-join-line {
  display: block;
  width: calc(18 * var(--width-ratio));
  height: calc(2 * var(--width-ratio));
  margin-top: calc(22 * var(--width-ratio));
  border-radius: 50%;
  background: #000;
}

.p-join-area {
  margin-top: calc(33 * var(--width-ratio));
}

.p-join-note {
  max-width: calc(221 * var(--width-ratio));
  margin: 0 auto;
  padding: calc(6 * var(--width-ratio));
  border-radius: calc(10 * var(--width-ratio));
  background: #F0A020;
  color: #fff;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}

.p-join__lead {
  margin-top: calc(20 * var(--width-ratio));
  font-size: calc(20 * var(--width-ratio));
  font-weight: 600;
  text-align: center;
  line-height: 1.46;
}

.p-join-inline {
  max-width: calc(187 * var(--width-ratio));
  margin: calc(20 * var(--width-ratio)) auto 0;
}

.p-join__text {
  display: inline-block;
  font-size: calc(13 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.46;
}

.p-join__figure {
  max-width: calc(428 * var(--width-ratio));
  width: 100%;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .p-join__figure {
    max-width: calc(340 * var(--width-ratio));
  }
}

/**
* #Benefits
*/
.p-benefits__unit {
  position: relative;
  max-width: calc(318 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}
.p-benefits__unit::before {
  content: "";
  position: absolute;
  top: calc(-40 * var(--width-ratio));
  left: 50%;
  width: calc(122 * var(--width-ratio));
  height: calc(37 * var(--width-ratio));
  background-image: url(../images/deco_bonus.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}

.p-benefits__unit--first::after,
.p-benefits__unit--second::after {
  content: "PRESENT!!";
  position: absolute;
  bottom: calc(-20 * var(--width-ratio));
  right: calc(-20 * var(--width-ratio));
  width: calc(245 * var(--width-ratio));
  height: calc(24 * var(--width-ratio));
  color: #F0A020;
  font-size: calc(43 * var(--width-ratio));
  font-family: "Coiny", system-ui;
  font-weight: 400;
  line-height: 0.5581395349;
  transform: rotate(5deg);
  z-index: 2;
}

.p-benefits__unit--second {
  margin-top: calc(95 * var(--width-ratio));
}

.p-benefits__unit--third {
  margin-top: calc(95 * var(--width-ratio));
}

.p-benefits__heading {
  padding: calc(12 * var(--width-ratio));
  border-radius: calc(14 * var(--width-ratio)) calc(14 * var(--width-ratio)) 0 0;
  background: #F0A020;
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.46;
  text-align: center;
}

.p-benefits-area {
  padding: calc(14 * var(--width-ratio)) calc(14 * var(--width-ratio)) calc(32 * var(--width-ratio));
  background: #fff;
  border-radius: 0 0 calc(14 * var(--width-ratio)) calc(14 * var(--width-ratio));
}

.p-benefits-catch {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: calc(8 * var(--width-ratio));
}

.p-benefits__lead {
  font-size: calc(14 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.75;
}

.p-benefits__lead--second {
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
}

.p-benefits__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: calc(2 * var(--width-ratio));
  color: #F0A020;
  font-size: calc(50 * var(--width-ratio));
  font-weight: 700;
  line-height: 1;
}
.p-benefits__title p {
  color: #000;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
}
.p-benefits__title span {
  font-size: calc(28 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.01em;
}

.p-benefits__figure {
  width: 100%;
  margin: 0 auto;
}

.p-benefits__figure--first {
  max-width: calc(224 * var(--width-ratio));
  margin-top: calc(20 * var(--width-ratio));
  margin-bottom: calc(10 * var(--width-ratio));
}

.p-benefits__figure--second {
  max-width: calc(98 * var(--width-ratio));
  margin-top: calc(15 * var(--width-ratio));
  margin-bottom: calc(15 * var(--width-ratio));
}

.p-benefits__text {
  font-size: calc(20 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.46;
  text-align: center;
}

.p-benefits__text--large {
  color: #F0A020;
  font-size: calc(128 * var(--width-ratio));
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-benefits__text--large span {
  display: inline-block;
  color: #000;
  font-size: calc(44 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
}

/**
* #Chance
*/
.p-chance {
  border-radius: calc(50 * var(--width-ratio)) calc(50 * var(--width-ratio)) 0 0;
  background: #30A0D2;
  z-index: 30;
}

.p-chance-note {
  position: absolute;
  top: calc(-20 * var(--width-ratio));
  display: flex;
  align-items: center;
  width: 47vw;
  margin: 0 calc(50% - 50vw);
  animation: MoveBottom 25s infinite linear;
}
@media (max-width: 768px) {
  .p-chance-note {
    width: 158vw;
  }
}

@keyframes MoveBottom {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-chance__inner {
  padding-top: calc(104 * var(--width-ratio));
  padding-bottom: calc(340 * var(--width-ratio));
}

.p-chance-intro {
  position: absolute;
  top: calc(104 * var(--width-ratio));
  right: 0;
}

.p-chance-intro__figure {
  width: 100%;
  margin: 0 auto;
}

.p-chance-article {
  margin-top: calc(370 * var(--width-ratio));
  margin-bottom: calc(85 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-chance-article {
    margin-top: calc(300 * var(--width-ratio));
  }
}

.p-chance-catch {
  max-width: calc(311 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}
.p-chance-catch span {
  display: block;
  margin: calc(15 * var(--width-ratio)) 0;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.35;
}

.p-chance-group {
  margin-top: calc(78 * var(--width-ratio));
}

.p-chance__unit {
  position: relative;
  max-width: calc(318 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}
.p-chance__unit::before {
  content: "";
  position: absolute;
  top: calc(-40 * var(--width-ratio));
  left: 50%;
  width: calc(122 * var(--width-ratio));
  height: calc(37 * var(--width-ratio));
  background-image: url(../images/deco_bonus.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}

.p-chance__unit--first::after,
.p-chance__unit--second::after {
  content: "PRESENT!!";
  position: absolute;
  bottom: calc(-20 * var(--width-ratio));
  right: calc(-20 * var(--width-ratio));
  width: calc(245 * var(--width-ratio));
  height: calc(24 * var(--width-ratio));
  color: #F0A020;
  font-size: calc(43 * var(--width-ratio));
  font-family: "Coiny", system-ui;
  font-weight: 400;
  line-height: 0.5581395349;
  transform: rotate(5deg);
  z-index: 2;
}

.p-chance__unit--second {
  margin-top: calc(95 * var(--width-ratio));
}

.p-chance__unit--third {
  margin-top: calc(95 * var(--width-ratio));
}

.p-chance__heading {
  padding: calc(12 * var(--width-ratio));
  border-radius: calc(14 * var(--width-ratio)) calc(14 * var(--width-ratio)) 0 0;
  background: #F0A020;
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.46;
  text-align: center;
}

.p-chance-area {
  padding: calc(14 * var(--width-ratio)) calc(14 * var(--width-ratio)) calc(32 * var(--width-ratio));
  background: #fff;
  border-radius: 0 0 calc(14 * var(--width-ratio)) calc(14 * var(--width-ratio));
}

.p-chance__figure {
  width: 100%;
  margin: 0 auto;
}

.p-chance__figure--first {
  max-width: calc(245 * var(--width-ratio));
  margin-top: calc(10 * var(--width-ratio));
  margin-bottom: calc(10 * var(--width-ratio));
}

.p-chance__figure--second {
  max-width: calc(185 * var(--width-ratio));
  margin-top: calc(30 * var(--width-ratio));
  margin-bottom: calc(30 * var(--width-ratio));
}

.p-chance__lead {
  font-size: calc(18 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.46;
  text-align: center;
}
.p-chance__lead span {
  font-size: calc(15 * var(--width-ratio));
}

.p-chance__text {
  margin-top: calc(8 * var(--width-ratio));
  font-size: calc(12 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.46;
  text-align: center;
}

.p-chance-summary {
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}

.p-chance__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(15 * var(--width-ratio));
  padding: calc(40 * var(--width-ratio)) 0;
}
.p-chance__flex img {
  width: calc(20 * var(--width-ratio));
}

.p-chance-fee {
  position: relative;
  font-size: calc(25 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.46;
  text-align: center;
}
.p-chance-fee::before {
  content: "";
  position: absolute;
  bottom: calc(30 * var(--width-ratio));
  left: calc(-18 * var(--width-ratio));
  width: calc(116 * var(--width-ratio));
  height: calc(2 * var(--width-ratio));
  background: #FF0000;
  transform: rotate(-40deg);
}
.p-chance-fee span {
  display: block;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.46;
}

.p-chance-price {
  margin-top: calc(-20 * var(--width-ratio));
  font-size: calc(41 * var(--width-ratio));
  font-weight: 700;
  line-height: 1;
}
.p-chance-price span {
  color: #F0A020;
  font-size: calc(112 * var(--width-ratio));
  font-weight: 700;
  line-height: 1;
}

/**
* #Experience
*/
.p-experience {
  z-index: 40;
}
.p-experience::before {
  content: "";
  position: absolute;
  top: calc(-360 * var(--width-ratio));
  left: 50%;
  display: block;
  width: 100%;
  height: calc(3207 * var(--width-ratio));
  background-image: url(../images/bg_experience03.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-experience::before {
    height: calc(2746 * var(--width-ratio));
    background-position: center;
  }
}

.p-experience__inner {
  position: relative;
  padding: calc(46 * var(--width-ratio)) calc(43 * var(--width-ratio)) calc(64 * var(--width-ratio));
  z-index: 20;
}
@media (max-width: 768px) {
  .p-experience__inner {
    padding: calc(46 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(64 * var(--width-ratio));
  }
}

.p-experience__avatar {
  position: absolute;
  top: calc(-315 * var(--width-ratio));
  left: calc(58 * var(--width-ratio));
  max-width: calc(253 * var(--width-ratio));
  width: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-experience__avatar {
    top: calc(-312 * var(--width-ratio));
    left: calc(30 * var(--width-ratio));
    max-width: calc(290 * var(--width-ratio));
    z-index: 0;
  }
}

.p-experience__lead {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: calc(27 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.46;
}
@media (max-width: 768px) {
  .p-experience__lead {
    font-size: calc(24 * var(--width-ratio));
  }
}

.p-experience__lead--first::before {
  content: "";
  position: absolute;
  top: calc(-20 * var(--width-ratio));
  right: calc(-75 * var(--width-ratio));
  display: block;
  width: calc(68 * var(--width-ratio));
  height: calc(68 * var(--width-ratio));
  background-image: url(../images/icon_viewing.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-experience__title {
  color: #fff;
  font-size: calc(44 * var(--width-ratio));
  font-weight: 900;
  line-height: 1.46;
}
@media (max-width: 768px) {
  .p-experience__title {
    font-size: calc(40 * var(--width-ratio));
  }
}

.p-experience__text {
  margin-top: calc(30 * var(--width-ratio));
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .p-experience__text {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-experience__figure {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--width-ratio));
  margin-top: calc(40 * var(--width-ratio));
  margin-bottom: calc(75 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-experience__figure {
    gap: calc(7 * var(--width-ratio));
    margin-top: calc(25 * var(--width-ratio));
    margin-bottom: calc(70 * var(--width-ratio));
  }
}
.p-experience__figure img:first-child {
  width: calc(210 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-experience__figure img:first-child {
    width: calc(187 * var(--width-ratio));
  }
}
.p-experience__figure img:last-child {
  width: calc(142 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-experience__figure img:last-child {
    width: calc(126 * var(--width-ratio));
  }
}

/**
* #Safety
*/
.p-safety {
  margin-top: calc(96 * var(--width-ratio));
  padding: calc(50 * var(--width-ratio)) calc(23 * var(--width-ratio)) calc(84 * var(--width-ratio)) calc(24 * var(--width-ratio));
  border-radius: calc(20 * var(--width-ratio));
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .p-safety {
    margin-top: calc(77 * var(--width-ratio));
    padding: calc(57 * var(--width-ratio)) calc(22 * var(--width-ratio)) calc(84 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}

.p-safety__heading {
  margin-bottom: calc(25 * var(--width-ratio));
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .p-safety__heading {
    font-size: calc(22 * var(--width-ratio));
  }
}

.p-safety__text {
  font-size: calc(14 * var(--width-ratio));
  font-weight: 500;
  line-height: 2;
}

.p-safety__text--second {
  font-size: calc(13 * var(--width-ratio));
  font-weight: 500;
  line-height: 2;
}

.p-safety__unit {
  margin-top: calc(43 * var(--width-ratio));
}

.p-safety__lead {
  margin-bottom: calc(10 * var(--width-ratio));
  padding-left: 1em;
  text-indent: -1em;
  font-size: calc(18 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.5555555556;
}
@media (max-width: 768px) {
  .p-safety__lead {
    font-size: calc(16 * var(--width-ratio));
    line-height: 1.625;
  }
}

.p-safety__title {
  font-size: calc(14 * var(--width-ratio));
  font-weight: 500;
  line-height: 2;
}

.p-safety__list {
  margin-top: calc(36 * var(--width-ratio));
}

.p-safety__list--second {
  margin-top: calc(18 * var(--width-ratio));
}

.p-safety-summary {
  font-size: calc(14 * var(--width-ratio));
  font-weight: 700;
  line-height: 2;
}

/**
 * #Store
 */
.p-store {
  position: relative;
  border-radius: calc(50 * var(--width-ratio)) calc(50 * var(--width-ratio)) 0 0;
  background: #FFFAE9;
  z-index: 40;
}
.p-store .p-join__title {
  background: #FFFAE9;
}
.p-store .p-join__title span {
  background: #FFFAE9;
}

.p-store__inner {
  position: relative;
  padding: calc(136 * var(--width-ratio)) calc(24 * var(--width-ratio)) 0;
}
@media (max-width: 768px) {
  .p-store__inner {
    padding: calc(95 * var(--width-ratio)) calc(28 * var(--width-ratio)) 0;
  }
}

.p-store-area {
  margin-top: calc(60 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-store-area {
    margin-top: calc(60 * var(--width-ratio));
  }
}

.p-store__unit {
  max-width: calc(260 * var(--width-ratio));
  margin: calc(24 * var(--width-ratio)) auto 0;
}
@media (max-width: 768px) {
  .p-store__unit {
    max-width: calc(260 * var(--width-ratio));
    margin: calc(24 * var(--width-ratio)) auto 0;
  }
}
.p-store__unit:first-child {
  margin-top: 0;
}

.p-store__thumb {
  position: relative;
  top: 0;
  left: 0;
}
.p-store__thumb img {
  border-radius: calc(10 * var(--width-ratio));
}

.p-store__title {
  position: relative;
  margin-top: calc(14 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.46;
}
@media (max-width: 768px) {
  .p-store__title {
    margin-top: calc(14 * var(--width-ratio));
    font-size: calc(16 * var(--width-ratio));
  }
}

.p-store-sns {
  display: flex;
  align-items: center;
  gap: calc(5 * var(--width-ratio));
  margin-top: calc(15 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-store-sns {
    margin-top: calc(13 * var(--width-ratio));
  }
}

.p-store__link {
  width: calc(16 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-store__link {
    width: calc(16 * var(--width-ratio));
  }
}

/* Utitlity
   ----------------------------------------------------------------- */
/**
 * #Display
 */
.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.tab {
  display: block;
}
@media (max-width: 768px) {
  .tab {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */