@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Brygada+1918:ital,wght@0,400..700;1,400..700&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-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 {
  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;
}

/**
* デザイン上のモバイル版アートボードの横幅
* (ピクセル単位　単位無しの整数)
*/
/**
* モバイル時での1remのピクセル数
* (ピクセル単位　単位無しの整数)
*/
/*
「spVw()」の逆バージョン。
PCデザインを基準に、vwの値を決定する。
第2引数で、横幅の基準値を変更できる。
*/
/*
デザインデータのフォントサイズ等の横幅を、vwに変換する。
例えば横幅375pxのアートボード上の、16pxのフォントサイズは、「4.3vw」に変換される。
デザインデータのアートボードの横幅が変わった際には、
「$designWidthPx」の値をそれに変更。
変換対象の引数は整数で入力する。
*/
/**
* ピクセルheightをremに変換
* これを行う事で、ピクセルを直接指定する場合とは異なり、
* 画面横幅を縮めても、縦幅も均一に縮小される。
*/
/*
左右にmargin autoを付与する。
「margin: 0 auto;」でもよいのだが、topやbottomに干渉させたくなく、
意外と多様する事も多いため、こちらに作成。
*/
/**
モバイル状態で左右に余白があり、かつそれを無視して
100vw表示したい場合の左右余白の相殺
*/
/*
テキストの行数制限
最後は三点リーダーになる
*/
/*
文字グラデーション
*/
/**
WordPress記事の基本的スタイル
*/
/**
 * フレキシブルボックスの子要素の横幅を算出
 * 
 * 子要素の数と、gapの長さを指定するだけで、
 * 子要素の長さを、いい具合に自動算出する。
 *
 * $elementNum:　子要素の数
 * $gapWidth: gapの長さ　remなど単位は問わない
 */
/**
 * テキストに輪郭線を付ける
 * 
 * $color  色
 * $outlineWidth  線の幅px
 * $blur  ぼかしpx
 */
/**
 * マウスオーバーすると、光が横切るエフェクト
 * 使い方：付与したい要素の中に
 * <i class="luster"></i>
 * を入れるだけ。
 * この要素だけで完結しているので、対象の疑似要素を奪う心配もなし。
 * 要素全体に展開するが、pointer-events: none;により、
 * クリックイベントは貫通して、奥の要素のものが実行される。
 */
*:has(> i.luster) {
  position: relative;
}
*:has(> i.luster) i.luster {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 10;
}
*:has(> i.luster) i.luster:before {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-150%);
  pointer-events: none;
}
*:has(> i.luster):hover i:before {
  transform: translateX(150%);
  transition: 0.75s;
}

/**
 * テキストを左側からフェードイン
 * $color テキストの色
 * $delay テキストに配色を開始するタイミング
 */
@keyframes textLeftIn__backmove {
  0% {
    background-position: center right;
  }
  100% {
    background-position: center left;
  }
}
/**
* ノートのような線を引くためのもの
* ループで行数を追加出来るようにしたかったが、それまではベタで作成。
*/
/** 
* カーニング処理
* Adobe XDにおけるカーニングの値はDTP基準なので、
* その数値をCSS向けに変換する。
* 文末となる右側にも、ネガティブマージンを付けて最後のスペースを相殺。
* 第２引数が「false」以外の場合、「letter-spacing」のみを出力。
*/
/**
* Adove XDの行送りの値から、line-heightの値を算出。
* $leading  XD上の文字送りの数値
* $fontPx   文字サイズ　XD上のピクセル数（pxなどの単位は無し）
*/
/**
* position: absolute; と、4方向座標指定が面倒なので作成。
* marginのショートハンド同様、1つの場合は全方向。
* 2つ入れれば縦・横に。
* 3つ入れれば上、左右、下の順で。
* 4つ入れれば上から時計回りに適用される。
*/
:root {
  --fixed-header-height: 81px;
  --fixed-bottoms-area-height: 100px;
  font-size: 16px;
  color: #171B0A;
  font-family: "Noto Serif JP", serif;
  --wp-adminbar-height: 0px;
  --section-vertical-padding: 100px 0;
}
:root:has(#wpadminbar) {
  --wp-adminbar-height: 32px;
}
@media screen and (max-width: 782px) {
  :root:has(#wpadminbar) {
    --wp-adminbar-height: 46px;
  }
}
@media screen and (max-width: 599px) {
  :root {
    --fixed-header-height: 17.3vw;
    --fixed-bottoms-area-height: 21.3vw;
    font-size: 4.3vw;
    --section-vertical-padding: 13.3vw 0;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  padding-bottom: var(--fixed-bottoms-area-height);
}

body:has(input#accordion:checked) {
  overflow: hidden;
}

p {
  line-height: 1.75;
}

b,
strong,
th,
dt {
  font-weight: inherit;
}

input#accordion {
  display: none;
}

@media screen and (max-width: 599px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 599px) {
  br.sp {
    display: inline;
  }
}

body > header .fixed-header {
  width: 100%;
  height: var(--fixed-header-height);
  background-color: #002D00;
  border-bottom: solid 2px #E2D283;
  position: fixed;
  top: var(--wp-adminbar-height);
  left: 0;
  z-index: 10000;
}
body > header .fixed-header .inner {
  max-width: 1366px;
  width: 89.3vw;
  height: var(--fixed-header-height);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body > header .fixed-header .inner .logo {
  display: block;
  aspect-ratio: 270/65;
  height: 80%;
}
body > header .fixed-header .inner .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1111px) {
  body > header .fixed-header .inner .header-menu nav > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-end;
    height: var(--fixed-header-height);
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
  body > header .fixed-header .inner .header-menu nav > ul li {
    display: block;
    height: 100%;
  }
  body > header .fixed-header .inner .header-menu nav > ul li > a, body > header .fixed-header .inner .header-menu nav > ul li > span {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  body > header .fixed-header .inner .header-menu nav > ul li > a span, body > header .fixed-header .inner .header-menu nav > ul li > span span {
    text-align: center;
  }
  body > header .fixed-header .inner .header-menu nav > ul li > a span:nth-child(1), body > header .fixed-header .inner .header-menu nav > ul li > span span:nth-child(1) {
    color: #fff;
  }
  body > header .fixed-header .inner .header-menu nav > ul li > a span:nth-child(2), body > header .fixed-header .inner .header-menu nav > ul li > span span:nth-child(2) {
    color: #E2D283;
    font-size: 12px;
  }
  body > header .fixed-header .inner .header-menu nav > ul li:has(ul) {
    position: relative;
  }
  body > header .fixed-header .inner .header-menu nav > ul li:has(ul) > ul {
    overflow: hidden;
    width: 10rem;
    height: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
    top: 100%;
    left: -1rem;
    background-color: #002D00;
    transition: height 0.5s, padding 0.5s;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 0.5rem;
  }
  body > header .fixed-header .inner .header-menu nav > ul li:has(ul) > ul li {
    display: block;
    width: 100%;
  }
  body > header .fixed-header .inner .header-menu nav > ul li:has(ul) > ul li a {
    display: block;
    color: #fff;
    padding: 0.25rem;
    width: 100%;
    text-align: left;
    transition: background-color 0.5s;
  }
  body > header .fixed-header .inner .header-menu nav > ul li:has(ul) > ul li a:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
  body > header .fixed-header .inner .header-menu nav > ul li:has(ul):hover > ul {
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: calc-size(auto, size);
  }
  body > header .fixed-header .inner label[for=accordion] {
    display: none;
  }
}
@media screen and (max-width: 1110px) {
  body > header .fixed-header .inner .header-menu {
    display: block;
    width: 100%;
    height: 0;
    transition: height 0.5s;
    background-color: rgba(23, 27, 10, 0.9);
    z-index: 9999;
    position: fixed;
    top: var(--fixed-header-height);
    left: 0;
    overflow-y: scroll;
  }
  body > header .fixed-header .inner .header-menu nav {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  body > header .fixed-header .inner .header-menu nav > ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 1rem;
    padding: 2rem;
  }
  body > header .fixed-header .inner .header-menu nav > ul > li > span, body > header .fixed-header .inner .header-menu nav > ul > li > a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  body > header .fixed-header .inner .header-menu nav > ul > li > span span, body > header .fixed-header .inner .header-menu nav > ul > li > a span {
    text-align: center;
  }
  body > header .fixed-header .inner .header-menu nav > ul > li > span span:nth-child(1), body > header .fixed-header .inner .header-menu nav > ul > li > a span:nth-child(1) {
    color: #fff;
    font-size: 16px;
  }
}
@media screen and (max-width: 1110px) and (max-width: 599px) {
  body > header .fixed-header .inner .header-menu nav > ul > li > span span:nth-child(1), body > header .fixed-header .inner .header-menu nav > ul > li > a span:nth-child(1) {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 1110px) {
  body > header .fixed-header .inner .header-menu nav > ul > li > span span:nth-child(2), body > header .fixed-header .inner .header-menu nav > ul > li > a span:nth-child(2) {
    color: #E2D283;
    font-size: 12px;
  }
}
@media screen and (max-width: 1110px) and (max-width: 599px) {
  body > header .fixed-header .inner .header-menu nav > ul > li > span span:nth-child(2), body > header .fixed-header .inner .header-menu nav > ul > li > a span:nth-child(2) {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 1110px) {
  body > header .fixed-header .inner .header-menu nav > ul > li:has(ul) > ul {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 1rem;
  }
  body > header .fixed-header .inner .header-menu nav > ul > li:has(ul) > ul > li > a {
    color: #fff;
    text-align: center;
  }
  body > header .fixed-header .inner label[for=accordion] {
    --color: #E2D283;
    --border-gap: 10px;
    --zero: 0px;
    max-width: 44px;
    width: 44px;
    aspect-ratio: 44/46;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1110px) and (max-width: 599px) {
  body > header .fixed-header .inner label[for=accordion] {
    --border-gap: 2.7vw;
    --zero: 0vw;
  }
}
@media screen and (max-width: 1110px) and (max-width: 599px) {
  body > header .fixed-header .inner label[for=accordion] {
    width: 11.7vw;
  }
}
@media screen and (max-width: 1110px) {
  body > header .fixed-header .inner label[for=accordion] > span:nth-child(1) {
    width: 40px;
    height: calc(var(--border-gap) * 3);
    position: relative;
    transition: 0.5s;
  }
}
@media screen and (max-width: 1110px) and (max-width: 599px) {
  body > header .fixed-header .inner label[for=accordion] > span:nth-child(1) {
    width: 10.7vw;
  }
}
@media screen and (max-width: 1110px) {
  body > header .fixed-header .inner label[for=accordion] > span:nth-child(1) > span {
    display: block;
    width: 100%;
    height: 1.5px;
    background-color: var(--color);
    border-radius: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
  }
  body > header .fixed-header .inner label[for=accordion] > span:nth-child(1) > span:nth-child(1) {
    transform: translateY(calc(var(--zero) - var(--border-gap)));
    transform: translateY(-10px);
  }
  body > header .fixed-header .inner label[for=accordion] > span:nth-child(1) > span:nth-child(3) {
    transform: translateY(var(--border-gap));
  }
  body > header .fixed-header .inner label[for=accordion] > span:nth-child(2) {
    text-align: center;
    font-size: 14px;
    color: var(--color);
    line-height: 1;
  }
}
@media screen and (max-width: 1110px) and (max-width: 599px) {
  body > header .fixed-header .inner label[for=accordion] > span:nth-child(2) {
    font-size: min(14px, 3.7vw);
    font-size: 3.7vw;
  }
}

body:has(input#accordion:checked) .fixed-header > .inner > .header-menu {
  height: calc(100vh - var(--fixed-header-height));
}
body:has(input#accordion:checked) .fixed-header > .inner > label[for=accordion] > span:nth-child(1) {
  transform: rotateY(360deg);
}
body:has(input#accordion:checked) .fixed-header > .inner > label[for=accordion] > span:nth-child(1) > span:nth-child(1) {
  transform: rotate(45deg);
}
body:has(input#accordion:checked) .fixed-header > .inner > label[for=accordion] > span:nth-child(1) > span:nth-child(2) {
  transform: scaleX(0);
}
body:has(input#accordion:checked) .fixed-header > .inner > label[for=accordion] > span:nth-child(1) > span:nth-child(3) {
  transform: rotate(-45deg);
}

body > footer {
  width: 100%;
  min-height: 293px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
}
@media screen and (max-width: 599px) {
  body > footer {
    min-height: 72.5vw;
  }
}
body > footer .logo-area {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
body > footer .logo-area .logo {
  max-width: 404px;
}
body > footer .logo-area .logo img {
  width: 100%;
}
body > footer .logo-area .logo img.black {
  display: block;
}
body > footer .logo-area .logo img.white {
  display: none;
}
@media screen and (max-width: 599px) {
  body > footer .logo-area .logo {
    width: 62.7vw;
  }
}
body > footer ul {
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  font-size: 18px;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  body > footer ul {
    flex-direction: column;
    row-gap: 1.75em;
    font-size: 3.7vw;
  }
}
body > footer ul li a {
  color: #707070;
  text-align: center;
  line-height: 1;
}
body > footer .copyright {
  flex: 0 1 30px;
  background-color: #002D00;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  body > footer .copyright {
    flex: 0 1 6.7vw;
  }
}
body > footer .copyright p {
  text-align: center;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  body > footer .copyright p {
    font-size: 2.7vw;
  }
}

.fixed-bottoms-area {
  width: 100%;
  min-height: var(--fixed-bottoms-area-height);
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9998;
}
.fixed-bottoms-area .inner {
  max-width: 1000px;
  width: 89.3vw;
  height: inherit;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 0.3rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
@media screen and (max-width: 599px) {
  .fixed-bottoms-area .inner {
    width: 100%;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.fixed-bottoms-area .inner h2 {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.fixed-bottoms-area .inner h2:before {
  content: "＼";
}
.fixed-bottoms-area .inner h2:after {
  content: "／";
}
@media screen and (max-width: 599px) {
  .fixed-bottoms-area .inner h2 {
    font-size: 3.7vw;
  }
}
.fixed-bottoms-area .inner h2 > span > span {
  background-color: #7B854A;
  padding: 0 0.2rem;
  margin: 0 0.2rem;
  color: #fff;
}
.fixed-bottoms-area .inner a {
  width: calc(50% - 0.25rem);
  height: 65px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: filter 0.5s;
}
.fixed-bottoms-area .inner a > span {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.fixed-bottoms-area .inner a:after {
  content: "";
  display: block;
  font-size: 8px;
  width: 0.8em;
  height: 1em;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  margin: auto 0;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .fixed-bottoms-area .inner a:after {
    font-size: 1.6vw;
  }
}
.fixed-bottoms-area .inner a:hover {
  filter: brightness(1.1);
}
.fixed-bottoms-area .inner a:hover:after {
  transform: translateX(0.5rem);
}
@media screen and (max-width: 599px) {
  .fixed-bottoms-area .inner a {
    width: 50%;
    height: 14.7vw;
  }
}
.fixed-bottoms-area .inner a span.pc {
  display: block;
}
.fixed-bottoms-area .inner a span.sp {
  display: none;
}
@media screen and (max-width: 760px) {
  .fixed-bottoms-area .inner a span.pc {
    display: none;
  }
  .fixed-bottoms-area .inner a span.sp {
    display: block;
  }
}
.fixed-bottoms-area .inner a > span:nth-of-type(1) {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .fixed-bottoms-area .inner a > span:nth-of-type(1) {
    font-size: 3.2vw;
  }
}
.fixed-bottoms-area .inner a > span:nth-of-type(2) {
  font-size: 25px;
}
@media screen and (max-width: 599px) {
  .fixed-bottoms-area .inner a > span:nth-of-type(2) {
    font-size: 4.8vw;
  }
}
.fixed-bottoms-area .inner a.Joining {
  border: solid 2px #E2D283;
  background: linear-gradient(to right, #B7974F, #FFDA85, #B7974F);
}
.fixed-bottoms-area .inner a.Joining > span {
  text-shadow: 0 0 5px #836C38;
}
.fixed-bottoms-area .inner a.Joining > span:nth-of-type(1) {
  color: #4D3F21;
  text-shadow: none;
  font-weight: 600;
}
.fixed-bottoms-area .inner a.line {
  border: solid 2px #37C83C;
  background: linear-gradient(to right, #28912C, #3BBC40, #28912C);
}
.fixed-bottoms-area .inner a.line > span {
  text-shadow: 0 0 5px #3C711A;
}
.fixed-bottoms-area .inner a.line > span:nth-of-type(1) {
  color: #002D00;
  text-shadow: none;
  font-weight: 600;
}

body#page404,
body#news,
body#column,
body#privacy-policy,
body#specific,
body#rules {
  padding-top: var(--fixed-header-height);
}
body#page404 .main-visual,
body#news .main-visual,
body#column .main-visual,
body#privacy-policy .main-visual,
body#specific .main-visual,
body#rules .main-visual {
  width: 100%;
  height: 223px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  body#page404 .main-visual,
  body#news .main-visual,
  body#column .main-visual,
  body#privacy-policy .main-visual,
  body#specific .main-visual,
  body#rules .main-visual {
    height: 48vw;
  }
}
body#page404 .main-visual h1,
body#news .main-visual h1,
body#column .main-visual h1,
body#privacy-policy .main-visual h1,
body#specific .main-visual h1,
body#rules .main-visual h1 {
  margin-bottom: 0;
}

body#price {
  padding-top: var(--fixed-header-height);
  background-color: #273B1A;
}
body#price .breadcrumb {
  background-color: transparent;
}
body#price .breadcrumb ul {
  color: #fff;
}
body#price .main-visual {
  height: 183px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
body#price .main-visual h1 {
  margin-bottom: 0;
}

body#voice {
  padding-top: var(--fixed-header-height);
  background-color: #273B1A;
}
body#voice .breadcrumb {
  background-color: transparent;
}
body#voice .breadcrumb ul {
  color: #fff;
}
body#voice .main-visual {
  height: 183px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
body#voice .main-visual h1 {
  margin-bottom: 0;
}

body:not(#index) > footer {
  background-color: #002D00;
}
body:not(#index) > footer .logo-area .logo img.black {
  display: none;
}
body:not(#index) > footer .logo-area .logo img.white {
  display: block;
}
body:not(#index) > footer ul li a {
  color: #fff;
}
body:not(#index) > footer .copyright p {
  color: #909090;
}

.breadcrumb {
  background-color: #fff;
  width: 100%;
  min-height: 27px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb ul {
  max-width: 1366px;
  width: 89.3vw;
  margin: 0 auto;
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  .breadcrumb ul {
    font-size: 3.2vw;
  }
}
.breadcrumb ul li {
  display: inline;
  position: relative;
}
.breadcrumb ul li:not(:last-child) {
  margin-right: 3em;
}
.breadcrumb ul li:not(:last-child):after {
  content: "＞";
  position: absolute;
  bottom: 0.15em;
  left: calc(100% + 1em);
}

.campaign-message {
  width: 100%;
  height: 755px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  .campaign-message {
    height: auto;
    aspect-ratio: 1920/755;
  }
}
@media screen and (max-width: 599px) {
  .campaign-message {
    aspect-ratio: 375/610;
  }
}
.campaign-message .background {
  display: contents;
}
.campaign-message .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.campaign-message .messages {
  display: block;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.campaign-message .messages img {
  width: 100%;
}

.top-new-plan {
  max-width: 1920px;
  margin: 0 auto;
}
.top-new-plan img {
  width: 100%;
}

.headline01 {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 0.5rem;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  .headline01 {
    margin-bottom: 2rem;
  }
}
.headline01 span:nth-of-type(1) {
  font-family: "Noto Serif JP", serif;
  max-width: 1000px;
  width: 100%;
  padding: 0.5rem;
  background: linear-gradient(to right, transparent, #3C711A, transparent);
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.headline01 span:nth-of-type(1).en {
  font-family: "Brygada 1918", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .headline01 span:nth-of-type(1) {
    font-size: 5.3vw;
  }
}
.headline01 span:nth-of-type(2) {
  font-family: "Brygada 1918", serif;
  font-size: 24px;
  text-align: center;
  color: #E2D283;
  padding-bottom: 1em;
  letter-spacing: 0.14rem;
}
.headline01 span:nth-of-type(2).jp {
  font-family: "Noto Serif JP", serif;
  letter-spacing: normal;
}
@media screen and (max-width: 599px) {
  .headline01 span:nth-of-type(2) {
    font-size: 3.7vw;
  }
}
.headline01:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background: linear-gradient(to right, transparent, #FFEB87, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: scaleX(0);
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .headline01:after {
    width: 26.7vw;
    height: 0.5vw;
  }
}
.headline01.is_inview:after {
  transform: scaleX(1);
}
.headline01.white span:nth-of-type(1) {
  color: #171B0A;
  background: linear-gradient(to right, transparent, #FFFFFF, transparent);
}
.headline01.white span:nth-of-type(2) {
  color: #909090;
}
.headline01.white:after {
  background: linear-gradient(to right, transparent, #fff, transparent);
}

.link-button01 {
  max-width: 400px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: solid 2px #E2D283;
  background: linear-gradient(to right, #B7974F, #FFDA85, #B7974F);
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  text-shadow: 0 0 5px #836C38;
  position: relative;
  transition: filter 0.5s;
}
@media screen and (max-width: 599px) {
  .link-button01 {
    max-width: 74.7vw;
    height: 13.3vw;
    font-size: 4.8vw;
  }
}
.link-button01:after {
  content: "";
  display: block;
  font-size: 8px;
  width: 0.8em;
  height: 1em;
  background-color: #fff;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto 0;
  transition: 0.5s;
  filter: drop-shadow(0 0 5px #836C38);
}
@media screen and (max-width: 599px) {
  .link-button01:after {
    font-size: 2.1vw;
  }
}
.link-button01:hover {
  filter: brightness(1.1);
}
.link-button01:hover:after {
  transform: translateX(0.5rem);
}
.link-button01.reverce:after {
  right: auto;
  left: 1.5rem;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
.link-button01.reverce:hover:after {
  transform: translateX(-0.5rem);
}

#popup-banner {
  max-width: 630px;
  width: 89.3vw;
  background-color: #3C711A;
  border: solid 1px #F3FC61;
  border-radius: 5px;
  padding: 2rem;
  position: relative;
}
#popup-banner .close {
  display: block;
  width: 40px;
  height: 40px;
  border: solid 1px #CCCCCC;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  #popup-banner .close {
    width: 8vw;
    height: 8vw;
  }
}
#popup-banner .close:before, #popup-banner .close:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  border-top: solid 1px #cccccc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#popup-banner .close:before {
  rotate: -45deg;
}
#popup-banner .close:after {
  rotate: 45deg;
}
@media screen and (max-width: 599px) {
  #popup-banner {
    padding: 2rem 0;
  }
}
#popup-banner .logo {
  display: block;
  max-width: 309px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #popup-banner .logo {
    width: 60.8vw;
  }
}
#popup-banner h2 {
  font-size: 40px;
  text-align: center;
  color: #FFE87A;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  line-height: 1.45;
  margin: 1.5rem auto;
}
@media screen and (max-width: 599px) {
  #popup-banner h2 {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 599px) {
  #popup-banner h2 {
    margin: 1rem auto;
  }
}
#popup-banner > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}
#popup-banner > div > div:nth-child(1) {
  max-width: 215px;
}
@media screen and (max-width: 599px) {
  #popup-banner > div > div:nth-child(1) {
    max-width: 100%;
  }
}
#popup-banner > div > div:nth-child(1) p:not([class]) {
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  #popup-banner > div > div:nth-child(1) p:not([class]) {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 599px) {
  #popup-banner > div > div:nth-child(1) p:not([class]) {
    text-align: center;
  }
}
#popup-banner > div > div:nth-child(1) p.arrow {
  width: 215px;
  height: 55px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #B7974F;
  position: relative;
}
@media screen and (max-width: 599px) {
  #popup-banner > div > div:nth-child(1) p.arrow {
    display: none;
  }
}
#popup-banner > div > div:nth-child(1) p.arrow:after {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  display: block;
  background-color: #3C711A;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  right: 0;
  scale: 102% 1;
}
#popup-banner > div > div:nth-child(1) a.link-button01 {
  display: none;
  background: #B7974F;
}
#popup-banner > div > div:nth-child(1) a.link-button01:after {
  display: none;
}
@media screen and (max-width: 599px) {
  #popup-banner > div > div:nth-child(1) a.link-button01 {
    display: flex;
  }
}
#popup-banner > div > div:nth-child(2) {
  max-width: 172px;
}
@media screen and (max-width: 599px) {
  #popup-banner > div > div:nth-child(2) {
    display: none;
  }
}
#popup-banner > div > div:nth-child(2) img {
  display: block;
  width: 100%;
}

body#index > header .main-visual {
  width: 100%;
  min-height: 700px;
  flex-direction: column;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding-top: var(--fixed-header-height);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual {
    min-height: 0;
    aspect-ratio: 375/625;
  }
}
body#index > header .main-visual picture {
  display: contents;
}
body#index > header .main-visual picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body#index > header .main-visual .inner {
  --Realizable-height: 184px;
  width: 100%;
  flex: 1 1 auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body#index > header .main-visual .inner h1 {
  max-width: 1000px;
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner h1 {
    justify-content: flex-end;
  }
}
body#index > header .main-visual .inner h1 img {
  display: block;
  max-width: 156px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner h1 img {
    width: 25.7vw;
  }
}
body#index > header .main-visual .inner h1 span:nth-child(2) {
  width: 100%;
  min-height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, transparent, #001A00, transparent);
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: 900;
  margin-top: -0.25rem;
  font-size: 30px;
}
body#index > header .main-visual .inner h1 span:nth-child(2) b {
  font-size: 40px;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner h1 span:nth-child(2) {
    min-height: 10.7vw;
    font-size: 4.5vw;
  }
  body#index > header .main-visual .inner h1 span:nth-child(2) b {
    font-size: 5.3vw;
  }
}
body#index > header .main-visual .inner h1 span:nth-child(3) {
  text-align: center;
  color: #FFEB87;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  font-weight: 900;
  font-size: 48px;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner h1 span:nth-child(3) {
    font-size: 5.9vw;
    line-height: 1.3;
  }
}
body#index > header .main-visual .inner h1 span:nth-child(4) {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  font-weight: 700;
  font-size: 30px;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner h1 span:nth-child(4) {
    font-size: 4.8vw;
  }
}
body#index > header .main-visual .inner > .Realizable {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
body#index > header .main-visual .inner > .Realizable h2 {
  width: 100%;
  min-height: 41px;
  padding: 0.2rem 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, transparent, rgba(255, 218, 133, 0.7), transparent);
  text-align: center;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-size: 25px;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner > .Realizable h2 {
    background: linear-gradient(to right, rgba(207, 146, 55, 0.4), rgba(255, 218, 133, 0.7), rgba(207, 146, 55, 0.4));
  }
}
body#index > header .main-visual .inner > .Realizable h2 b {
  display: inline-block;
  font-size: 30px;
  position: relative;
}
body#index > header .main-visual .inner > .Realizable h2 b:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, transparent, #FFEB87, transparent);
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner > .Realizable h2 {
    min-height: 13.3vw;
    font-size: 4.3vw;
  }
  body#index > header .main-visual .inner > .Realizable h2 b {
    font-size: 4.8vw;
  }
}
body#index > header .main-visual .inner > .Realizable > div {
  width: 100%;
  background-color: rgba(0, 45, 0, 0.8);
}
body#index > header .main-visual .inner > .Realizable > div ul {
  max-width: calc(1000px + 4rem);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: 138px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  body#index > header .main-visual .inner > .Realizable > div ul {
    flex-direction: column;
  }
}
body#index > header .main-visual .inner > .Realizable > div ul li {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  position: relative;
}
@media screen and (max-width: 760px) {
  body#index > header .main-visual .inner > .Realizable > div ul li {
    width: 100%;
    height: auto;
    flex: 1 1 auto;
    padding: 1rem;
  }
}
body#index > header .main-visual .inner > .Realizable > div ul li:not(:last-child):after {
  content: "";
  display: block;
  width: 2px;
  height: 110px;
  background-image: url("../images/common/dotted-line_vertical_yellow.svg");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
@media screen and (max-width: 760px) {
  body#index > header .main-visual .inner > .Realizable > div ul li:not(:last-child):after {
    width: 26.7vw;
    height: 2px;
    background-image: url("../images/common/dotted-line_horizontal_yellow.svg");
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: center;
    top: auto;
    left: 0;
    margin: 0 auto;
  }
}
body#index > header .main-visual .inner > .Realizable > div ul li p {
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.25;
}
body#index > header .main-visual .inner > .Realizable > div ul li p b {
  color: #FFEB87;
  font-size: 30px;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner > .Realizable > div ul li p {
    font-size: 4.3vw;
  }
  body#index > header .main-visual .inner > .Realizable > div ul li p b {
    font-size: 5.3vw;
  }
}
@media screen and (max-width: 760px) {
  body#index > header .main-visual .inner > .Realizable > div ul li p br {
    display: none;
  }
}
body#index > header .main-visual .inner > .Realizable > div ul li:nth-child(4) p b {
  font-size: 25px;
}
@media screen and (max-width: 599px) {
  body#index > header .main-visual .inner > .Realizable > div ul li:nth-child(4) p b {
    font-size: 5.3vw;
  }
}
body#index > header .main-visual .inner > .Realizable > div ul li:nth-child(4) {
  /*
  「プロによる」を「インストラクターによる」に変更し、
  文章が長くなったための調整
  */
}
body#index > header .main-visual .inner > .Realizable > div ul li:nth-child(4) p span {
  letter-spacing: -0.1em;
}
body#index > header .main-visual .inner > .Realizable > div ul li:nth-child(4) p br:nth-of-type(1) {
  display: inline !important;
}
body#index #worries {
  padding: var(--section-vertical-padding);
  background-image: url("../images/index/worries_back.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 599px) {
  body#index #worries {
    background-image: url("../images/index/worries_back_sp.webp");
  }
}
body#index #worries ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  max-width: 1130px;
  width: 89.3vw;
  height: 195px;
  margin: 0 auto 6rem;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
}
@media screen and (max-width: 599px) {
  body#index #worries ul {
    row-gap: 1em;
    height: auto;
    font-size: 3.7vw;
    padding: 0 2rem;
    margin-bottom: 4rem;
  }
}
body#index #worries ul:after {
  content: "";
  display: block;
  width: 100px;
  height: 15px;
  background-color: #E2D283;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  body#index #worries ul:after {
    width: 13.3vw;
    height: 2.7vw;
    top: calc(100% + 1.5rem);
  }
}
body#index #worries ul li {
  width: 50%;
  flex: 0 1 25%;
  padding-left: 2rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  body#index #worries ul li {
    width: 100%;
    flex: auto;
    padding-left: 1.5rem;
  }
}
body#index #worries ul li:before {
  content: "";
  display: block;
  font-size: 24px;
  width: 1em;
  height: 1em;
  background-image: url("../images/common/icon_check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  body#index #worries ul li:before {
    font-size: 1rem;
  }
}
body#index #worries .last-message {
  padding: 2rem 0;
  background: linear-gradient(to right, transparent, #3C711A, transparent);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 599px) {
  body#index #worries .last-message {
    padding: 1rem 0;
    background: linear-gradient(to right, rgba(60, 113, 26, 0.5), #3C711A, rgba(60, 113, 26, 0.5));
  }
}
body#index #worries .last-message p {
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  body#index #worries .last-message p {
    font-size: 4.3vw;
  }
}
body#index #worries .last-message p b {
  display: inline-block;
  color: #FFEB87;
  position: relative;
}
body#index #worries .last-message p b:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, transparent, #E2D283, transparent);
  position: absolute;
  bottom: -2px;
  left: 0;
}
body#index #score-up {
  padding: var(--section-vertical-padding);
  background-color: #7B854A;
}
body#index #score-up .headline01 span:nth-child(1) {
  background: linear-gradient(to right, transparent, #6E754B, transparent);
}
body#index #score-up ul {
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
}
body#index #score-up ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  body#index #score-up ul li {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
body#index #score-up ul li:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  body#index #score-up ul li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
body#index #score-up ul li > picture {
  width: calc(50% + 1.5rem);
  display: block;
  aspect-ratio: 530/300;
}
@media screen and (max-width: 599px) {
  body#index #score-up ul li > picture {
    width: 100%;
    aspect-ratio: 335/150;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
body#index #score-up ul li > picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 1px #E2D283;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
body#index #score-up ul li > div {
  width: calc(50% + 1.5rem);
  min-height: 250px;
  background-color: rgba(39, 59, 26, 0.7);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  body#index #score-up ul li > div {
    width: 100%;
    min-height: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
body#index #score-up ul li > div .number {
  display: block;
  font-size: 50px;
  width: 1em;
  line-height: 1;
  font-family: "Brygada 1918", serif;
  font-style: italic;
  color: #A2AC71;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  body#index #score-up ul li > div .number {
    font-size: 8vw;
  }
}
body#index #score-up ul li > div h3 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 1 0 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #FFEB87;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  body#index #score-up ul li > div h3 {
    font-size: 4.3vw;
    flex: auto;
    padding-bottom: 1em;
  }
}
body#index #score-up ul li > div h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, #E2D283, transparent);
  position: absolute;
  left: 0;
  bottom: 0;
}
body#index #score-up ul li > div > div {
  flex: 1 0 50%;
}
body#index #score-up ul li > div > div p {
  color: #fff;
}
@media screen and (max-width: 599px) {
  body#index #score-up ul li > div > div p {
    font-size: 3.7vw;
  }
}
body#index #score-up ul li:nth-child(odd) > picture {
  margin-right: -1.5rem;
}
body#index #score-up ul li:nth-child(odd) > div {
  margin-left: -1.5rem;
}
body#index #score-up ul li:nth-child(even) > picture {
  order: 2;
  margin-left: -1.5rem;
}
body#index #score-up ul li:nth-child(even) > div {
  order: 1;
  margin-right: -1.5rem;
}
@media screen and (max-width: 599px) {
  body#index #score-up ul li:nth-child(even) > picture, body#index #score-up ul li:nth-child(even) > div {
    order: 0;
  }
}
body#index #score-up .youtube_wrapper {
  width: 800px;
  margin: 50px auto 0;
}
@media screen and (max-width: 599px) {
  body#index #score-up .youtube_wrapper {
    width: 90%;
    height: 90%;
    margin: 30px auto 0;
  }
}
body#index #score-up .youtube_wrapper .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
body#index #score-up .youtube_wrapper .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
body#index #score-up .youtube_wrapper .yamadai {
  margin-bottom: 30px;
}
body#index #you-choose {
  padding: var(--section-vertical-padding);
  padding-bottom: 0;
  background-image: url("../images/common/back_marble.webp");
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: top center;
}
body#index #you-choose .headline01 {
  margin-bottom: 1rem;
}
body#index #you-choose .ideal_and_reality {
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  body#index #you-choose .ideal_and_reality {
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
  }
}
body#index #you-choose .ideal_and_reality > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 599px) {
  body#index #you-choose .ideal_and_reality > div {
    width: 100%;
  }
}
body#index #you-choose .ideal_and_reality > div .image {
  max-width: 400px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  body#index #you-choose .ideal_and_reality > div .image {
    margin-bottom: 1rem;
  }
}
body#index #you-choose .ideal_and_reality > div .image h3 {
  width: 100%;
  padding: 0.5rem 0;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  background: linear-gradient(to right, transparent, #E2D283, transparent);
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  body#index #you-choose .ideal_and_reality > div .image h3 {
    font-size: 4.8vw;
  }
}
body#index #you-choose .ideal_and_reality > div .image img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: solid 2px #D4C282;
}
body#index #you-choose .ideal_and_reality > div ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  body#index #you-choose .ideal_and_reality > div ul {
    width: 100%;
    font-size: 3.7vw;
  }
}
body#index #you-choose .ideal_and_reality > div ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1 0 3rem;
  padding: 0.5rem 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  body#index #you-choose .ideal_and_reality > div ul li {
    padding: 0.5rem 1rem;
  }
}
body#index #you-choose .ideal_and_reality > div ul li:after {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, transparent, #FFFFFF, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}
body#index #you-choose .ideal_and_reality > div ul li p {
  position: relative;
  padding-left: 2rem;
}
body#index #you-choose .ideal_and_reality > div ul li p:before {
  content: "";
  display: block;
  font-size: 24px;
  width: 1em;
  height: 1em;
  background-image: url("../images/common/icon_check_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  body#index #you-choose .ideal_and_reality > div ul li p:before {
    font-size: 4.3vw;
  }
}
body#index #you-choose .ideal_and_reality > div.reality .image h3 {
  background: linear-gradient(to right, transparent, #909090, transparent);
}
body#index #you-choose .ideal_and_reality > div.reality .image img {
  border-color: #707070;
}
body#index #you-choose .ideal_and_reality > div.reality ul li:after {
  background: linear-gradient(to right, transparent, #CCCCCC, transparent);
}
body#index #you-choose .ideal_and_reality > div.reality ul li p:before {
  background-image: url("../images/common/icon_check_gray.svg");
}
body#index #you-choose .last-message {
  margin-top: 6rem;
  padding: 2rem 0;
  background-color: #002D00;
}
@media screen and (max-width: 599px) {
  body#index #you-choose .last-message {
    margin-top: 3rem;
  }
}
body#index #you-choose .last-message p {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 599px) {
  body#index #you-choose .last-message p {
    font-size: 4.3vw;
    line-height: 2;
  }
}
body#index #you-choose .last-message p b {
  display: inline-block;
  color: #FFEB87;
  padding: 0 1em;
  position: relative;
}
body#index #you-choose .last-message p b:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, transparent, #E2D283, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}
body#index #service {
  padding: var(--section-vertical-padding);
  background-color: #273B1A;
}
body#index #service > ul {
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  body#index #service > ul {
    flex-direction: column;
    margin-bottom: 3rem;
  }
}
body#index #service > ul li {
  width: calc(50% - 0.5rem);
}
@media screen and (max-width: 599px) {
  body#index #service > ul li {
    width: 100%;
  }
}
body#index #service > ul li picture {
  display: block;
  aspect-ratio: 490/250;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
body#index #service > ul li picture:after {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, transparent, #E2D283, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
body#index #service > ul li picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#index #service > ul li h3 {
  padding: 0.75rem;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #FFEB87;
}
@media screen and (max-width: 599px) {
  body#index #service > ul li h3 {
    font-size: 4.3vw;
  }
}
body#index #service > ul li h3 span {
  padding: 0.1rem 0.8em;
  color: #273B1A;
  font-size: 14px;
  background-color: #FFEB87;
  padding: 0.1rem 0.8em;
  border-radius: 100px;
  font-weight: bold;
  margin-right: 0.5em;
}
@media screen and (max-width: 599px) {
  body#index #service > ul li h3 span {
    font-size: 3.2vw;
  }
}
body#index #service > ul li p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 599px) {
  body#index #service > ul li p {
    font-size: 3.7vw;
  }
}
body#index #service > ul li p small {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  body#index #service > ul li p small {
    font-size: 3.7vw;
  }
}
body#index #service .free_and_paid {
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
body#index #service .free_and_paid > div {
  width: calc(50% - 2rem);
  background-color: rgba(23, 27, 10, 0.5);
  padding: 2rem 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  body#index #service .free_and_paid > div {
    padding: 1.5rem 0 1rem;
  }
}
@media screen and (max-width: 599px) {
  body#index #service .free_and_paid > div.free {
    width: 67.2%;
  }
}
@media screen and (max-width: 599px) {
  body#index #service .free_and_paid > div.paid {
    width: 29.9%;
  }
}
body#index #service .free_and_paid > div:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, transparent, #E2D283, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}
body#index #service .free_and_paid > div h3 {
  max-width: 250px;
  width: 90%;
  height: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 25px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  background-color: #7B854A;
  border-radius: 100px;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  body#index #service .free_and_paid > div h3 {
    font-size: 3.7vw;
    height: 5.3vw;
    top: -2.7vw;
  }
}
@media screen and (max-width: 599px) {
  body#index #service .free_and_paid > div.free h3 {
    width: 40vw;
  }
}
@media screen and (max-width: 599px) {
  body#index #service .free_and_paid > div.paid h3 {
    width: 18.7vw;
  }
}
body#index #service .free_and_paid > div ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 599px) {
  body#index #service .free_and_paid > div ul {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
body#index #service .free_and_paid > div ul li {
  width: 85px;
}
@media screen and (max-width: 599px) {
  body#index #service .free_and_paid > div ul li {
    width: 13.5vw;
  }
}
body#index #service .free_and_paid > div ul li img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
body#index #service .free_and_paid > div ul li p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  body#index #service .free_and_paid > div ul li p {
    font-size: 3.2vw;
  }
}
body#index #service .free_and_paid > p {
  width: 100%;
  text-align: right;
  color: #fff;
  margin-top: 0.5rem;
}
@media screen and (max-width: 599px) {
  body#index #service .free_and_paid > p {
    font-size: 3.2vw;
    font-weight: 600;
  }
}
body#index #machine-lineup {
  padding: var(--section-vertical-padding);
  background-image: url("../images/common/back_marble.webp");
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: top center;
}
body#index #machine-lineup ul {
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
}
body#index #machine-lineup ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  body#index #machine-lineup ul li {
    flex-direction: column;
  }
}
body#index #machine-lineup ul li:not(:last-child) {
  margin-bottom: 2rem;
}
body#index #machine-lineup ul li h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background: linear-gradient(to right, transparent, #002D00, transparent);
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  position: relative;
  padding-bottom: 3px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  body#index #machine-lineup ul li h3 {
    font-size: 5.3vw;
    height: 8vw;
  }
}
body#index #machine-lineup ul li h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, transparent, #FFFFFF, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}
body#index #machine-lineup ul li > picture {
  display: block;
  width: 50%;
  padding: 1.5rem 0;
}
@media screen and (max-width: 599px) {
  body#index #machine-lineup ul li > picture {
    width: 100%;
    padding: 1rem 0;
  }
}
body#index #machine-lineup ul li > picture img {
  display: block;
  width: 69.2%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  body#index #machine-lineup ul li > picture img {
    width: 49.9%;
  }
}
body#index #machine-lineup ul li > div {
  width: 50%;
}
@media screen and (max-width: 820px) {
  body#index #machine-lineup ul li > div {
    width: 100%;
  }
}
body#index #machine-lineup ul li > div h4 {
  font-size: 24px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 820px) {
  body#index #machine-lineup ul li > div h4 {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  body#index #machine-lineup ul li > div h4 {
    font-size: 4.3vw;
    font-weight: 600;
    margin-bottom: 1rem;
  }
}
body#index #machine-lineup ul li > div p {
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  body#index #machine-lineup ul li > div p {
    font-size: 3.7vw;
  }
}
body#index #price {
  padding: var(--section-vertical-padding);
  background-image: url("../images/index/price_back.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body#index #flow {
  background-image: url("../images/common/back_marble.webp");
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: top center;
  padding: var(--section-vertical-padding);
}
body#index #flow ul {
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
}
body#index #flow ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  body#index #flow ul li {
    flex-direction: column;
    align-items: flex-start;
  }
}
body#index #flow ul li:not(:last-child) {
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  body#index #flow ul li:not(:last-child) {
    margin-bottom: 4rem;
  }
}
body#index #flow ul li:not(:last-child):after {
  content: "";
  display: block;
  width: 60px;
  height: 15px;
  background-color: #A2AC71;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  body#index #flow ul li:not(:last-child):after {
    width: 13.3vw;
    height: 3.2vw;
  }
}
body#index #flow ul li > div:nth-child(1) {
  width: calc(50% - 20px);
}
@media screen and (max-width: 599px) {
  body#index #flow ul li > div:nth-child(1) {
    width: 100%;
  }
}
body#index #flow ul li > div:nth-child(1) .number {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #002D00;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  width: 100%;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 599px) {
  body#index #flow ul li > div:nth-child(1) .number {
    font-size: 5.3vw;
  }
}
body#index #flow ul li > div:nth-child(1) .number:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF, rgba(255, 255, 255, 0));
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  body#index #flow ul li > div:nth-child(1) .number {
    height: 8vw;
  }
}
body#index #flow ul li > div:nth-child(1) img {
  display: block;
  width: 100%;
  aspect-ratio: 480/230;
}
@media screen and (max-width: 599px) {
  body#index #flow ul li > div:nth-child(1) img {
    aspect-ratio: 335/150;
  }
}
body#index #flow ul li > div:nth-child(2) {
  width: 50%;
}
@media screen and (max-width: 599px) {
  body#index #flow ul li > div:nth-child(2) {
    width: 100%;
  }
}
body#index #flow ul li > div:nth-child(2) h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  body#index #flow ul li > div:nth-child(2) h3 {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 599px) {
  body#index #flow ul li > div:nth-child(2) h3 {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    text-align: center;
  }
}
body#index #flow ul li > div:nth-child(2) p {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body#index #flow ul li > div:nth-child(2) p {
    font-size: 3.7vw;
  }
}
body#index #instagram_feed {
  background-image: url("../images/common/back_marble.webp");
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: top center;
  padding: var(--section-vertical-padding);
}
body#index #instagram_feed #sb_instagram {
  width: 1000px;
}
body#index #faq {
  padding: var(--section-vertical-padding);
  background-color: #273B1A;
}
body#index #faq dl {
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
}
body#index #faq dl > div {
  border: solid 1px #E2D283;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  background-color: rgba(23, 27, 10, 0.5);
}
body#index #faq dl > div:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  body#index #faq dl > div:not(:last-child) {
    margin-bottom: 1rem;
  }
}
body#index #faq dl > div input[type=checkbox] {
  display: none;
}
body#index #faq dl > div dt > label,
body#index #faq dl > div dd > div {
  display: block;
  padding: 1rem 3.5rem;
  position: relative;
}
body#index #faq dl > div dt > label:before,
body#index #faq dl > div dd > div:before {
  font-size: 18px;
  color: #fff;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 1.2rem;
  left: 1.75rem;
}
@media screen and (max-width: 599px) {
  body#index #faq dl > div dt > label:before,
  body#index #faq dl > div dd > div:before {
    font-size: 3.7vw;
  }
}
body#index #faq dl > div dt > label p,
body#index #faq dl > div dd > div p {
  color: #fff;
  font-size: 18px;
  transition: color 0.5s;
}
@media screen and (max-width: 599px) {
  body#index #faq dl > div dt > label p,
  body#index #faq dl > div dd > div p {
    font-size: 3.7vw;
  }
}
body#index #faq dl > div dt {
  display: block;
}
body#index #faq dl > div dt label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
body#index #faq dl > div dt label:before {
  content: "Q.";
}
body#index #faq dl > div dt label:after {
  content: "";
  display: block;
  font-size: 16px;
  width: 1em;
  height: 1em;
  background-image: url("../images/common/icon_plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
}
@media screen and (max-width: 599px) {
  body#index #faq dl > div dt label:after {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
body#index #faq dl > div dd {
  overflow: hidden;
  height: 0;
  position: relative;
}
body#index #faq dl > div dd > div {
  opacity: 0;
  transition: 0.5s;
}
body#index #faq dl > div dd > div:before {
  content: "A.";
}
body#index #faq dl > div dd:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #E2D283, transparent);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body#index #faq dl > div input[type=checkbox]:checked ~ dt label p {
  color: #E2D283;
}
body#index #faq dl > div input[type=checkbox]:checked ~ dt label:after {
  background-image: url("../images/common/icon_minus.svg");
}
body#index #faq dl > div input[type=checkbox]:checked ~ dd {
  height: auto;
}
body#index #faq dl > div input[type=checkbox]:checked ~ dd > div {
  opacity: 1;
}
body#index #news {
  padding: var(--section-vertical-padding);
  background-image: url("../images/common/back_marble.webp");
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: top center;
}
body#index #news > ul {
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
body#index #news > ul li:not(:last-child) {
  margin-bottom: 2rem;
}
body#index #news > ul li a {
  display: block;
}
body#index #news > ul li a .time {
  width: 100%;
  border-bottom: solid 1px #7B854A;
  padding: 1rem 0;
  margin-bottom: 1rem;
  position: relative;
}
body#index #news > ul li a .time:after {
  content: "";
  display: block;
  font-size: 8px;
  width: 0.8em;
  height: 1em;
  background-color: #7B854A;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  body#index #news > ul li a .time:after {
    font-size: 1.6vw;
    right: 1rem;
  }
}
body#index #news > ul li a .time time {
  font-size: 18px;
  color: #7B854A;
  font-family: "Brygada 1918", serif;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  body#index #news > ul li a .time time {
    font-size: 3.7vw;
  }
}
body#index #news > ul li a hr {
  color: #7B854A;
  margin: 1rem 0;
}
body#index #news > ul li a h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 599px) {
  body#index #news > ul li a h3 {
    font-size: 3.7vw;
  }
}
body#index #news > ul li a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 599px) {
  body#index #news > ul li a p {
    font-size: 3.7vw;
  }
}
body#index #news > ul li a:hover .time:after {
  transform: translateX(0.5rem);
}
body#index #column {
  padding: var(--section-vertical-padding);
  background-color: #273B1A;
}
body#index #column > ul {
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem 2.6666666%;
  margin-bottom: 3rem;
}
body#index #column > ul li {
  display: block;
  width: 23.00000005%;
}
@media screen and (max-width: 820px) {
  body#index #column > ul li {
    width: 31.5555556%;
  }
}
@media screen and (max-width: 599px) {
  body#index #column > ul li {
    width: 48.6666667%;
  }
}
body#index #column > ul li a picture {
  display: block;
  border: solid 1px #E2D283;
  aspect-ratio: 230/130;
}
@media screen and (max-width: 599px) {
  body#index #column > ul li a picture {
    aspect-ratio: 160/90;
  }
}
body#index #column > ul li a picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#index #column > ul li a .time {
  position: relative;
  padding: 0.5rem 0 0.25rem;
  margin-bottom: 0.75rem;
}
body#index #column > ul li a .time:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #E2D283, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}
body#index #column > ul li a .time time {
  font-size: 16px;
  color: #E2D283;
}
@media screen and (max-width: 599px) {
  body#index #column > ul li a .time time {
    font-size: 3.2vw;
  }
}
body#index #column > ul li a h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0.25em;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 599px) {
  body#index #column > ul li a h3 {
    font-size: 3.7vw;
  }
}
body#index #column > ul li a p {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 599px) {
  body#index #column > ul li a p {
    font-size: 3.7vw;
  }
}
body#index #access {
  padding: var(--section-vertical-padding);
  background-image: url("../images/index/access_back.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body#index #access > div {
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
body#index #access > div dl {
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  body#index #access > div dl {
    font-size: 3.7vw;
  }
}
body#index #access > div dl > div {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 3em;
       column-gap: 3em;
  font-size: inherit;
}
body#index #access > div dl > div:not(:last-child) {
  margin-bottom: 0.8rem;
}
body#index #access > div dl > div dt,
body#index #access > div dl > div dd {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
body#index #access > div dl > div dt {
  flex: 0 0 7.5em;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  position: relative;
}
body#index #access > div dl > div dt:after {
  content: "：";
  position: absolute;
  top: 0;
  left: calc(100% + 1em);
}
@media screen and (min-width: 700px) {
  body#index #access > div dl > div dd.pref {
    white-space: nowrap;
  }
}
body#index #access > div dl > div.emphasis dt,
body#index #access > div dl > div.emphasis dd {
  color: #FFEB87;
}

ul.members-detail {
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 2rem;
  padding-top: 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  ul.members-detail {
    flex-direction: column;
    justify-content: flex-start;
  }
}
ul.members-detail li {
  width: 32%;
  border: solid 2px;
  padding: 0.5rem 0 1rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  ul.members-detail li {
    width: 100%;
  }
}
ul.members-detail li .recommendation {
  color: #FFEB87;
  text-align: center;
  position: absolute;
  bottom: calc(100% + 0.25rem);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  ul.members-detail li .recommendation {
    font-size: 3.7vw;
    font-weight: 500;
  }
}
ul.members-detail li h3 {
  width: 100%;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 599px) {
  ul.members-detail li h3 {
    font-size: 4.3vw;
  }
}
ul.members-detail li h4 {
  width: 100%;
  min-height: 88px;
  padding: 0.5rem 0.25em;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 599px) {
  ul.members-detail li h4 {
    min-height: auto;
    font-size: 3.7vw;
    padding: 0.5rem 0.25em;
  }
}
ul.members-detail li h4:after {
  content: "";
  width: 89.1%;
  height: 2px;
  background: linear-gradient(to right, transparent, #E2D283, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
ul.members-detail li p {
  color: #fff;
  padding: 0 0.5rem;
}
@media screen and (max-width: 599px) {
  ul.members-detail li p {
    font-size: 3.7vw;
    padding: 0 1rem;
  }
}
ul.members-detail li.weekday-membership {
  border-color: #3C711A;
}
ul.members-detail li.weekday-membership h3 {
  background: linear-gradient(to right, transparent, #3C711A, transparent);
}
ul.members-detail li.weekday-membership h4 {
  color: #58A427;
}
ul.members-detail li.Full-time-member {
  border-color: #707070;
}
ul.members-detail li.Full-time-member h3 {
  background: linear-gradient(to right, transparent, #707070, transparent);
}
ul.members-detail li.Full-time-member h4 {
  color: #CCCCCC;
}
ul.members-detail li.VIP-member {
  border-color: #E2D283;
}
ul.members-detail li.VIP-member h3 {
  background: linear-gradient(to right, transparent, #E2D283, transparent);
}
ul.members-detail li.VIP-member h4 {
  color: #FFEB87;
}

#comparison {
  padding: var(--section-vertical-padding);
  background-image: url("../images/index/comparison_back.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#comparison h2 + p {
  text-align: center;
  color: #fff;
  font-size: 25px;
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  #comparison h2 + p {
    font-size: 4.3vw;
  }
}
#comparison .scrolled-table {
  max-width: 1000px;
  width: 89.3vw;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #comparison .scrolled-table {
    overflow-x: scroll;
  }
  #comparison .scrolled-table .scroll-hint-icon {
    z-index: 1100;
  }
}
#comparison .scrolled-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
#comparison .scrolled-table table tr th,
#comparison .scrolled-table table tr td {
  padding: 1rem 0.25rem;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
@media screen and (max-width: 599px) {
  #comparison .scrolled-table table {
    width: 152vw;
  }
  #comparison .scrolled-table table tr {
    position: relative;
  }
  #comparison .scrolled-table table tr th,
  #comparison .scrolled-table table tr td {
    font-size: 3.7vw !important;
    padding: 0.5rem 0.25rem;
  }
  #comparison .scrolled-table table tr th p,
  #comparison .scrolled-table table tr td p {
    line-height: 1.3;
  }
  #comparison .scrolled-table table tr th:first-child,
  #comparison .scrolled-table table tr td:first-child {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
  }
}
#comparison .scrolled-table table thead tr {
  height: 50px;
}
@media screen and (max-width: 599px) {
  #comparison .scrolled-table table thead tr {
    height: 6.7vw;
    padding: 0;
  }
}
#comparison .scrolled-table table thead tr th {
  font-size: 17px;
}
@media screen and (max-width: 599px) {
  #comparison .scrolled-table table thead tr th:nth-child(1) {
    width: 21.1%;
  }
}
#comparison .scrolled-table table thead tr th:nth-child(2) {
  background: linear-gradient(to right, transparent, #E2D283, transparent);
}
@media screen and (max-width: 599px) {
  #comparison .scrolled-table table thead tr th:nth-child(2) {
    width: 37.4%;
  }
}
#comparison .scrolled-table table thead tr th:nth-child(3) {
  background: linear-gradient(to right, transparent, #707070, transparent);
}
@media screen and (max-width: 599px) {
  #comparison .scrolled-table table thead tr th:nth-child(3) {
    width: 37.4%;
  }
}
#comparison .scrolled-table table tbody tr {
  height: 60px;
}
@media screen and (max-width: 599px) {
  #comparison .scrolled-table table tbody tr {
    height: 13.3vw;
  }
}
#comparison .scrolled-table table tbody tr th {
  font-size: 18px;
  background-color: #273B1A;
}
#comparison .scrolled-table table tbody tr td {
  font-size: 18px;
  position: relative;
}
#comparison .scrolled-table table tbody tr td:nth-child(2) {
  background-color: #7C7647;
}
#comparison .scrolled-table table tbody tr td:nth-child(3) {
  background-color: #707070;
}
#comparison .scrolled-table table tbody tr td p {
  position: relative;
  z-index: 2;
}
#comparison .scrolled-table table tbody tr td .evaluation-mark {
  display: block;
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.Get-great-benefits {
  padding: var(--section-vertical-padding);
  background-color: #101010;
}
.Get-great-benefits .buttons {
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 1.5rem;
}
@media screen and (max-width: 599px) {
  .Get-great-benefits .buttons {
    flex-direction: column;
  }
}
.Get-great-benefits .buttons > div {
  width: 48%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .Get-great-benefits .buttons > div {
    width: 100%;
  }
}
.Get-great-benefits .buttons > div p {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .Get-great-benefits .buttons > div p {
    font-size: 4.3vw;
  }
}
.Get-great-benefits .buttons > div a {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: filter 0.5s;
}
.Get-great-benefits .buttons > div a > span {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.Get-great-benefits .buttons > div a:after {
  content: "";
  display: block;
  font-size: 8px;
  width: 0.8em;
  height: 1em;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  margin: auto 0;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .Get-great-benefits .buttons > div a:after {
    font-size: 1.6vw;
  }
}
.Get-great-benefits .buttons > div a:hover {
  filter: brightness(1.1);
}
.Get-great-benefits .buttons > div a:hover:after {
  transform: translateX(0.5rem);
}
@media screen and (max-width: 599px) {
  .Get-great-benefits .buttons > div a {
    height: 16vw;
  }
}
.Get-great-benefits .buttons > div a span {
  font-size: 25px;
}
@media screen and (max-width: 599px) {
  .Get-great-benefits .buttons > div a span {
    font-size: 5.3vw;
  }
}
.Get-great-benefits .buttons > div.Joining p {
  color: #FFEB87;
}
.Get-great-benefits .buttons > div.Joining a {
  border: solid 2px #E2D283;
  background: linear-gradient(to right, #B7974F, #FFDA85, #B7974F);
}
.Get-great-benefits .buttons > div.Joining a > span {
  text-shadow: 0 0 5px #836C38;
}
.Get-great-benefits .buttons > div.line p {
  color: #62EF67;
}
.Get-great-benefits .buttons > div.line a {
  border: solid 2px #37C83C;
  background: linear-gradient(to right, #28912C, #3BBC40, #28912C);
}
.Get-great-benefits .buttons > div.line a > span {
  text-shadow: 0 0 5px #3C711A;
}

body#news {
  background-image: url("../images/common/back_marble_pages.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body#news #news_list_contents {
  padding-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  body#news #news_list_contents {
    padding-bottom: 3rem;
  }
}
body#news #news_list_contents > ul {
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
body#news #news_list_contents > ul li:not(:last-child) {
  margin-bottom: 4rem;
}
body#news #news_list_contents > ul li a {
  display: block;
}
body#news #news_list_contents > ul li a .time {
  width: 100%;
  border-bottom: solid 1px #7B854A;
  padding: 1rem 0;
  margin-bottom: 1rem;
  position: relative;
}
body#news #news_list_contents > ul li a .time:after {
  content: "";
  display: block;
  font-size: 8px;
  width: 0.8em;
  height: 1em;
  background-color: #7B854A;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  body#news #news_list_contents > ul li a .time:after {
    font-size: 1.6vw;
    right: 1rem;
  }
}
body#news #news_list_contents > ul li a .time time {
  font-size: 18px;
  color: #7B854A;
  font-family: "Brygada 1918", serif;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  body#news #news_list_contents > ul li a .time time {
    font-size: 3.7vw;
  }
}
body#news #news_list_contents > ul li a hr {
  color: #7B854A;
  margin: 1rem 0;
}
body#news #news_list_contents > ul li a h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 599px) {
  body#news #news_list_contents > ul li a h3 {
    font-size: 3.7vw;
  }
}
body#news #news_list_contents > ul li a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 599px) {
  body#news #news_list_contents > ul li a p {
    font-size: 3.7vw;
  }
}
body#news #news_list_contents > ul li a:hover .time:after {
  transform: translateX(0.5rem);
}
body#news #news_detail {
  padding-bottom: 6rem;
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  body#news #news_detail {
    padding-bottom: 3rem;
  }
}
body#news #news_detail h2 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #7B854A;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 599px) {
  body#news #news_detail h2 {
    font-size: 4.3vw;
  }
}
body#news #news_detail time {
  font-size: 18px;
  color: #7B854A;
}
@media screen and (max-width: 599px) {
  body#news #news_detail time {
    font-size: 3.7vw;
  }
}
body#news #news_detail #post-content {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
body#news #news_detail #post-content p {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body#news #news_detail #post-content p {
    font-size: 3.7vw;
  }
}
body#news #news_detail #post-content h2 {
  font-size: 26px;
  font-weight: bold;
  border-bottom: solid 3px #787878;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 599px) {
  body#news #news_detail #post-content h2 {
    font-size: 6vw;
  }
}
body#news #news_detail #post-content h2:not(:first-of-type) {
  margin-top: 4rem;
}
body#news #news_detail #post-content h3 {
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #F5F7F8;
  padding: 1em;
  margin-bottom: 2rem;
}
body#news #news_detail #post-content > p:not(:last-child) {
  margin-bottom: 1em;
}
body#news #news_detail #post-content > ul {
  margin-bottom: 2rem;
  padding-left: 3rem;
}
body#news #news_detail #post-content > ul li {
  position: relative;
}
body#news #news_detail #post-content > ul li:before {
  content: "";
  display: block;
  width: 0.5rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #666;
  position: absolute;
  top: 50%;
  left: -2em;
  transform: translateY(-50%);
}
body#news #news_detail #post-content > table {
  width: 100%;
  margin-bottom: 2rem;
}
body#news #news_detail #post-content > table tr th,
body#news #news_detail #post-content > table tr td {
  border: solid 1px #A1A1A1;
  padding: 0.5rem 1rem;
}
body#news #news_detail #post-content > table tr th {
  background-color: #e0e0e0;
}
body#news #news_detail #post-content > table tr td {
  background-color: #fff;
}

body#column {
  background-image: url("../images/common/back_marble_pages.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body#column #column_list_contents {
  padding-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  body#column #column_list_contents {
    padding-bottom: 3rem;
  }
}
body#column #column_list_contents > ul {
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 2.6666666%;
  margin-bottom: 3rem;
}
body#column #column_list_contents > ul li {
  display: block;
  width: 23.00000005%;
}
body#column #column_list_contents > ul li a picture {
  display: block;
  border: solid 1px #A2AC71;
}
body#column #column_list_contents > ul li a picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#column #column_list_contents > ul li a .time {
  position: relative;
  padding: 0.5rem 0 0.25rem;
  margin-bottom: 0.75rem;
}
body#column #column_list_contents > ul li a .time:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #E2D283, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}
body#column #column_list_contents > ul li a .time time {
  font-size: 16px;
  color: #E2D283;
}
@media screen and (max-width: 599px) {
  body#column #column_list_contents > ul li a .time time {
    font-size: 3.2vw;
  }
}
body#column #column_list_contents > ul li a h3 {
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0.25em;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 599px) {
  body#column #column_list_contents > ul li a h3 {
    font-size: 3.7vw;
  }
}
body#column #column_list_contents > ul li a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 599px) {
  body#column #column_list_contents > ul li a p {
    font-size: 3.7vw;
  }
}
body#column #column_detail {
  padding-bottom: 6rem;
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  body#column #column_detail {
    padding-bottom: 3rem;
  }
}
body#column #column_detail picture {
  display: block;
  margin-bottom: 3rem;
}
body#column #column_detail picture img {
  display: block;
  width: 100%;
}
body#column #column_detail h2 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #7B854A;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 599px) {
  body#column #column_detail h2 {
    font-size: 4.3vw;
  }
}
body#column #column_detail time {
  font-size: 18px;
  color: #7B854A;
}
@media screen and (max-width: 599px) {
  body#column #column_detail time {
    font-size: 3.7vw;
  }
}
body#column #column_detail #post-content {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
body#column #column_detail #post-content p {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body#column #column_detail #post-content p {
    font-size: 3.7vw;
  }
}
body#column #column_detail #post-content h2 {
  font-size: 26px;
  font-weight: bold;
  border-bottom: solid 3px #787878;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 599px) {
  body#column #column_detail #post-content h2 {
    font-size: 6vw;
  }
}
body#column #column_detail #post-content h2:not(:first-of-type) {
  margin-top: 4rem;
}
body#column #column_detail #post-content h3 {
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #F5F7F8;
  padding: 1em;
  margin-bottom: 2rem;
}
body#column #column_detail #post-content > p:not(:last-child) {
  margin-bottom: 1em;
}
body#column #column_detail #post-content > ul {
  margin-bottom: 2rem;
  padding-left: 3rem;
}
body#column #column_detail #post-content > ul li {
  position: relative;
}
body#column #column_detail #post-content > ul li:before {
  content: "";
  display: block;
  width: 0.5rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #666;
  position: absolute;
  top: 50%;
  left: -2em;
  transform: translateY(-50%);
}
body#column #column_detail #post-content > table {
  width: 100%;
  margin-bottom: 2rem;
}
body#column #column_detail #post-content > table tr th,
body#column #column_detail #post-content > table tr td {
  border: solid 1px #A1A1A1;
  padding: 0.5rem 1rem;
}
body#column #column_detail #post-content > table tr th {
  background-color: #e0e0e0;
}
body#column #column_detail #post-content > table tr td {
  background-color: #fff;
}

body#page404 {
  background-image: url("../images/common/back_marble_pages.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body#page404 #error404 {
  padding-bottom: 6rem;
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  body#page404 #error404 {
    padding-bottom: 3rem;
  }
}

body#price #price-list {
  padding: var(--section-vertical-padding);
}
body#price #price-list .members-detail {
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  body#price #price-list .members-detail {
    margin-bottom: 3rem;
  }
}
body#price #price-list .price-table {
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
}
body#price #price-list .price-table table.visitor {
  margin-top: 20px;
}
body#price #price-list .price-table table.visitor thead tr th:nth-child(1) {
  width: 12%;
  background-color: #002D00;
}
body#price #price-list .price-table table.visitor thead tr th:nth-child(2) {
  background-color: #002D00;
}
body#price #price-list .price-table table.visitor thead tr th:nth-child(3) {
  background-color: #002D00;
}
@media screen and (max-width: 599px) {
  body#price #price-list .price-table table.visitor thead tr th:nth-child(1) {
    width: 12.5%;
  }
}
body#price #price-list .price-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
@media screen and (max-width: 599px) {
  body#price #price-list .price-table table {
    width: 190vw;
  }
}
body#price #price-list .price-table table tr th,
body#price #price-list .price-table table tr td {
  padding: 0.75rem 0.25rem;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  body#price #price-list .price-table table tr th,
  body#price #price-list .price-table table tr td {
    font-size: 4.3vw;
  }
}
body#price #price-list .price-table table tr th .price,
body#price #price-list .price-table table tr td .price {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.25;
}
@media screen and (max-width: 599px) {
  body#price #price-list .price-table table tr th .price,
  body#price #price-list .price-table table tr td .price {
    font-size: 3.7vw;
  }
}
body#price #price-list .price-table table tr th .price b,
body#price #price-list .price-table table tr td .price b {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  body#price #price-list .price-table table tr th .price b,
  body#price #price-list .price-table table tr td .price b {
    font-size: 6.7vw;
  }
}
@media screen and (max-width: 599px) {
  body#price #price-list .price-table table tr {
    position: relative;
  }
  body#price #price-list .price-table table tr th:nth-child(1) {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
  }
}
body#price #price-list .price-table table thead tr {
  height: 65px;
}
@media screen and (max-width: 599px) {
  body#price #price-list .price-table table thead tr {
    height: 13.3vw;
  }
}
body#price #price-list .price-table table thead tr th {
  color: #fff;
  font-weight: 600;
}
body#price #price-list .price-table table thead tr th:nth-child(1) {
  width: 12%;
  background-color: #002D00;
}
@media screen and (max-width: 599px) {
  body#price #price-list .price-table table thead tr th:nth-child(1) {
    width: 15%;
  }
}
body#price #price-list .price-table table thead tr th:nth-child(2) {
  width: 22%;
  background: linear-gradient(to right, transparent, #3C711A, transparent);
}
@media screen and (max-width: 599px) {
  body#price #price-list .price-table table thead tr th:nth-child(2) {
    width: 21.25%;
  }
}
body#price #price-list .price-table table thead tr th:nth-child(3) {
  width: 22%;
  background: linear-gradient(to right, transparent, #707070, transparent);
}
@media screen and (max-width: 599px) {
  body#price #price-list .price-table table thead tr th:nth-child(3) {
    width: 21.25%;
  }
}
body#price #price-list .price-table table thead tr th:nth-child(4) {
  width: 22%;
  background: linear-gradient(to right, transparent, #E2D283, transparent);
}
@media screen and (max-width: 599px) {
  body#price #price-list .price-table table thead tr th:nth-child(4) {
    width: 21.25%;
  }
}
body#price #price-list .price-table table thead tr th:nth-child(5) {
  width: 22%;
  background: linear-gradient(to right, transparent, #84723f, transparent);
}
@media screen and (max-width: 599px) {
  body#price #price-list .price-table table thead tr th:nth-child(5) {
    width: 21.25%;
  }
}
body#price #price-list .price-table table thead tr th:has(.recommendation) {
  position: relative;
}
body#price #price-list .price-table table thead tr th:has(.recommendation) .recommendation {
  text-align: center;
  font-size: 16px;
  color: #FFEB87;
  position: absolute;
  bottom: calc(100% + 2px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  body#price #price-list .price-table table thead tr th:has(.recommendation) .recommendation {
    font-size: 3.2vw;
  }
}
body#price #price-list .price-table table tbody tr {
  height: 90px;
}
@media screen and (max-width: 599px) {
  body#price #price-list .price-table table tbody tr {
    height: 18.7vw;
  }
}
body#price #price-list .price-table table tbody tr th {
  background-color: #002D00;
  font-weight: 600;
  color: #fff;
}
body#price #price-list .price-table table tbody tr td {
  background-color: #fff;
}
body#price #price-list .price-table table tbody tr td:has(.campaign) {
  padding: 0;
  position: relative;
}
body#price #price-list .price-table table tbody tr td:has(.campaign) .campaign {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: solid 2px #E2D283;
  background-color: #273B1A;
  position: absolute;
  top: 0;
  left: 0;
}
body#price #price-list .price-table table tbody tr td:has(.campaign) .campaign p:nth-of-type(1) {
  text-align: center;
  color: #fff;
  line-height: 1.25;
  font-weight: 600;
  margin-right: 0.5rem;
}
body#price #price-list .price-table table tbody tr td:has(.campaign) .campaign p:nth-of-type(2) {
  width: 150px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  margin-right: 1.5rem;
  position: relative;
  /*&:after {
    content: '';
    display: block;
    font-size: 12px;
    width: 0.8em;
    height: 1em;
    background-color: #FFEB87;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 0.25rem);
    margin: auto 0;
  }*/
}
body#price #price-list .price-table table tbody tr td:has(.campaign) .campaign p:nth-of-type(2) b {
  color: #FFEB87;
  font-weight: bold;
}
body#price #price-list .price-table table tbody tr td:has(.campaign) .campaign p:nth-of-type(3) {
  font-size: 16px;
  background-color: #FFEB87;
  border-radius: 5px;
  padding: 0.2rem 0.25rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  body#price #price-list .price-table table tbody tr td:has(.campaign) .campaign p:nth-of-type(3) {
    font-size: 4.3vw;
  }
}
body#price #price-list .price-table table tbody tr td:has(.campaign) .campaign p:nth-of-type(3) b {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  body#price #price-list .price-table table tbody tr td:has(.campaign) .campaign p:nth-of-type(3) b {
    font-size: 5.3vw;
  }
}

body#m_up > header,
body#score100 > header {
  padding-top: var(--fixed-header-height);
}
body#m_up > header .main-visual,
body#score100 > header .main-visual {
  width: 100%;
  height: 270px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  body#m_up > header .main-visual,
  body#score100 > header .main-visual {
    height: auto;
    aspect-ratio: 375/150;
  }
}
body#m_up > header .main-visual picture,
body#score100 > header .main-visual picture {
  display: contents;
}
body#m_up > header .main-visual picture img,
body#score100 > header .main-visual picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body#m_up > header .main-visual h1,
body#score100 > header .main-visual h1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
  max-width: 1366px;
  width: 100%;
  height: 125px;
  background: linear-gradient(to right, rgba(207, 146, 55, 0), rgba(255, 218, 133, 0.7), rgba(207, 146, 55, 0));
}
body#m_up > header .main-visual h1 > span,
body#score100 > header .main-visual h1 > span {
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
body#m_up > header .main-visual h1 > span:nth-child(1),
body#score100 > header .main-visual h1 > span:nth-child(1) {
  font-size: 40px;
  color: #FFEB87;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 599px) {
  body#m_up > header .main-visual h1 > span:nth-child(1),
  body#score100 > header .main-visual h1 > span:nth-child(1) {
    font-size: 6.4vw;
  }
}
body#m_up > header .main-visual h1 > span:nth-child(1):before,
body#score100 > header .main-visual h1 > span:nth-child(1):before {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, rgba(226, 210, 131, 0), #ffeb87, rgba(226, 210, 131, 0));
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.5rem);
  margin: 0 auto;
}
body#m_up > header .main-visual h1 > span:nth-child(2),
body#score100 > header .main-visual h1 > span:nth-child(2) {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  body#m_up > header .main-visual h1 > span:nth-child(2),
  body#score100 > header .main-visual h1 > span:nth-child(2) {
    font-size: 4.3vw;
  }
}
body#m_up main #fastest-speed,
body#score100 main #fastest-speed {
  padding: var(--section-vertical-padding);
  background-color: #273B1A;
}
body#m_up main #fastest-speed ul,
body#score100 main #fastest-speed ul {
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  body#m_up main #fastest-speed ul,
  body#score100 main #fastest-speed ul {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
  }
}
body#m_up main #fastest-speed ul li,
body#score100 main #fastest-speed ul li {
  display: block;
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 599px) {
  body#m_up main #fastest-speed ul li,
  body#score100 main #fastest-speed ul li {
    width: 100%;
  }
}
body#m_up main #fastest-speed ul li picture,
body#score100 main #fastest-speed ul li picture {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
body#m_up main #fastest-speed ul li picture img,
body#score100 main #fastest-speed ul li picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#m_up main #fastest-speed ul li picture:after,
body#score100 main #fastest-speed ul li picture:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, rgba(226, 210, 131, 0), #FFEB87, rgba(226, 210, 131, 0));
}
body#m_up main #fastest-speed ul li h3,
body#score100 main #fastest-speed ul li h3 {
  text-align: center;
  font-size: 20px;
  text-align: center;
  color: #FFEB87;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  body#m_up main #fastest-speed ul li h3,
  body#score100 main #fastest-speed ul li h3 {
    font-size: 4.3vw;
  }
}
body#m_up main #worries,
body#score100 main #worries {
  padding: var(--section-vertical-padding);
  background-image: url("../images/index/worries_back.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 599px) {
  body#m_up main #worries,
  body#score100 main #worries {
    background-image: url("../images/index/worries_back_sp.webp");
  }
}
body#m_up main #worries ul,
body#score100 main #worries ul {
  display: table;
  height: 195px;
  margin: 0 auto 6rem;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
}
@media screen and (max-width: 599px) {
  body#m_up main #worries ul,
  body#score100 main #worries ul {
    row-gap: 1em;
    height: auto;
    font-size: 3.7vw;
    padding: 0 2rem;
    margin-bottom: 4rem;
  }
}
body#m_up main #worries ul:after,
body#score100 main #worries ul:after {
  content: "";
  display: block;
  width: 100px;
  height: 15px;
  background-color: #E2D283;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  body#m_up main #worries ul:after,
  body#score100 main #worries ul:after {
    width: 13.3vw;
    height: 2.7vw;
    top: calc(100% + 1.5rem);
  }
}
body#m_up main #worries ul li,
body#score100 main #worries ul li {
  padding-left: 2rem;
  position: relative;
}
body#m_up main #worries ul li:not(:last-child),
body#score100 main #worries ul li:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  body#m_up main #worries ul li,
  body#score100 main #worries ul li {
    width: 100%;
    flex: auto;
    padding-left: 1.5rem;
  }
}
body#m_up main #worries ul li:before,
body#score100 main #worries ul li:before {
  content: "";
  display: block;
  font-size: 24px;
  width: 1em;
  height: 1em;
  background-image: url("../images/common/icon_check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  body#m_up main #worries ul li:before,
  body#score100 main #worries ul li:before {
    font-size: 1rem;
  }
}
body#m_up main #worries .last-message,
body#score100 main #worries .last-message {
  padding: 2rem 0;
  background: linear-gradient(to right, transparent, #3C711A, transparent);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 599px) {
  body#m_up main #worries .last-message,
  body#score100 main #worries .last-message {
    padding: 1rem 0;
    background: linear-gradient(to right, rgba(60, 113, 26, 0.5), #3C711A, rgba(60, 113, 26, 0.5));
  }
}
body#m_up main #worries .last-message p,
body#score100 main #worries .last-message p {
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  body#m_up main #worries .last-message p,
  body#score100 main #worries .last-message p {
    font-size: 4.3vw;
  }
}
body#m_up main #worries .last-message p b,
body#score100 main #worries .last-message p b {
  display: inline-block;
  color: #FFEB87;
  position: relative;
}
body#m_up main #worries .last-message p b:after,
body#score100 main #worries .last-message p b:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, transparent, #E2D283, transparent);
  position: absolute;
  bottom: -2px;
  left: 0;
}
body#m_up main #Reason,
body#score100 main #Reason {
  padding: var(--section-vertical-padding);
  background-image: url("../images/common/back_marble.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body#m_up main #Reason .inner,
body#score100 main #Reason .inner {
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
}
body#m_up main #Reason .inner p,
body#score100 main #Reason .inner p {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  body#m_up main #Reason .inner p,
  body#score100 main #Reason .inner p {
    font-size: 4.3vw;
  }
}
body#m_up main #Reason .inner p:not(:last-child),
body#score100 main #Reason .inner p:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  body#m_up main #Reason .inner p,
  body#score100 main #Reason .inner p {
    font-weight: 500;
  }
}
body#m_up main #three-elements,
body#score100 main #three-elements {
  padding: var(--section-vertical-padding);
  background-image: url("../images/index/worries_back.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body#m_up main #three-elements h2 + p,
body#score100 main #three-elements h2 + p {
  text-align: center;
  color: #fff;
  font-size: 25px;
  margin-bottom: 2em;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  body#m_up main #three-elements h2 + p,
  body#score100 main #three-elements h2 + p {
    font-size: 4.3vw;
  }
}
body#m_up main #three-elements ul,
body#score100 main #three-elements ul {
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  body#m_up main #three-elements ul,
  body#score100 main #three-elements ul {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.5rem;
  }
}
body#m_up main #three-elements ul li,
body#score100 main #three-elements ul li {
  width: calc(33.3333333333% - 13.3333333333px);
  background-color: rgba(23, 27, 10, 0.5);
  padding-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  body#m_up main #three-elements ul li,
  body#score100 main #three-elements ul li {
    width: 100%;
  }
}
body#m_up main #three-elements ul li:after,
body#score100 main #three-elements ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, rgba(226, 210, 131, 0), #FFEB87, rgba(226, 210, 131, 0));
  position: absolute;
  bottom: 0;
  left: 0;
}
body#m_up main #three-elements ul li h3,
body#score100 main #three-elements ul li h3 {
  width: 100%;
  height: 36px;
  line-height: 1;
  background-color: #7B854A;
  border-radius: 1000px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 599px) {
  body#m_up main #three-elements ul li h3,
  body#score100 main #three-elements ul li h3 {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 640px) {
  body#m_up main #three-elements ul li h3,
  body#score100 main #three-elements ul li h3 {
    width: 53.3vw;
    height: 6.7vw;
  }
}
body#m_up main #three-elements ul li p,
body#score100 main #three-elements ul li p {
  color: #fff;
  margin-inline: 1.5rem;
}
@media screen and (max-width: 599px) {
  body#m_up main #three-elements ul li p,
  body#score100 main #three-elements ul li p {
    font-weight: 500;
  }
}
body#m_up main #Efficiently-realized,
body#score100 main #Efficiently-realized {
  padding: var(--section-vertical-padding);
  background-color: #7B854A;
}
body#m_up main #Efficiently-realized h2.headline01 span:nth-child(1),
body#score100 main #Efficiently-realized h2.headline01 span:nth-child(1) {
  background: linear-gradient(to right, rgba(110, 117, 75, 0), #6E754B, rgba(110, 117, 75, 0));
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.3));
}
body#m_up main #Efficiently-realized h2 + p,
body#score100 main #Efficiently-realized h2 + p {
  text-align: center;
  color: #fff;
  font-size: 25px;
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  body#m_up main #Efficiently-realized h2 + p,
  body#score100 main #Efficiently-realized h2 + p {
    font-size: 4.3vw;
  }
}
body#m_up main #Efficiently-realized ul,
body#score100 main #Efficiently-realized ul {
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
}
body#m_up main #Efficiently-realized ul li,
body#score100 main #Efficiently-realized ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 720px) {
  body#m_up main #Efficiently-realized ul li,
  body#score100 main #Efficiently-realized ul li {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
body#m_up main #Efficiently-realized ul li:not(:last-child),
body#score100 main #Efficiently-realized ul li:not(:last-child) {
  margin-bottom: 2rem;
}
body#m_up main #Efficiently-realized ul li > picture,
body#score100 main #Efficiently-realized ul li > picture {
  display: block;
  width: calc(50% + 30px);
  aspect-ratio: 530/300;
  border: solid 1px #E2D283;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 720px) {
  body#m_up main #Efficiently-realized ul li > picture,
  body#score100 main #Efficiently-realized ul li > picture {
    width: 100%;
    aspect-ratio: 335/150;
  }
}
body#m_up main #Efficiently-realized ul li > picture img,
body#score100 main #Efficiently-realized ul li > picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#m_up main #Efficiently-realized ul li > div,
body#score100 main #Efficiently-realized ul li > div {
  width: calc(50% + 30px);
  min-height: 250px;
  background-color: rgba(39, 59, 26, 0.7);
  position: relative;
  z-index: 2;
  padding: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 720px) {
  body#m_up main #Efficiently-realized ul li > div,
  body#score100 main #Efficiently-realized ul li > div {
    width: 100%;
    min-height: auto;
    padding: 1rem;
  }
}
body#m_up main #Efficiently-realized ul li > div .number,
body#score100 main #Efficiently-realized ul li > div .number {
  color: #A2AC71;
  font-size: 50px;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "Brygada 1918", serif;
  font-style: italic;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  translate: 0 -40%;
}
@media screen and (max-width: 599px) {
  body#m_up main #Efficiently-realized ul li > div .number,
  body#score100 main #Efficiently-realized ul li > div .number {
    font-size: 8vw;
  }
}
@media screen and (max-width: 720px) {
  body#m_up main #Efficiently-realized ul li > div .number,
  body#score100 main #Efficiently-realized ul li > div .number {
    translate: 0 -50%;
  }
}
body#m_up main #Efficiently-realized ul li > div h3,
body#score100 main #Efficiently-realized ul li > div h3 {
  font-size: 20px;
  color: #FFEB87;
  text-align: center;
  padding: 0.8em 0;
  position: relative;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  body#m_up main #Efficiently-realized ul li > div h3,
  body#score100 main #Efficiently-realized ul li > div h3 {
    font-size: 4.3vw;
  }
}
body#m_up main #Efficiently-realized ul li > div h3:after,
body#score100 main #Efficiently-realized ul li > div h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(226, 210, 131, 0), #FFEB87, rgba(226, 210, 131, 0));
  position: absolute;
  bottom: 0;
  left: 0;
}
body#m_up main #Efficiently-realized ul li > div p,
body#score100 main #Efficiently-realized ul li > div p {
  color: #fff;
}
@media screen and (min-width: 600px) {
  body#m_up main #Efficiently-realized ul li:nth-child(odd) > picture,
  body#score100 main #Efficiently-realized ul li:nth-child(odd) > picture {
    margin-right: -30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 720px) {
  body#m_up main #Efficiently-realized ul li:nth-child(odd) > picture,
  body#score100 main #Efficiently-realized ul li:nth-child(odd) > picture {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) {
  body#m_up main #Efficiently-realized ul li:nth-child(odd) > div,
  body#score100 main #Efficiently-realized ul li:nth-child(odd) > div {
    margin-left: -30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 720px) {
  body#m_up main #Efficiently-realized ul li:nth-child(odd) > div,
  body#score100 main #Efficiently-realized ul li:nth-child(odd) > div {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) {
  body#m_up main #Efficiently-realized ul li:nth-child(even) > picture,
  body#score100 main #Efficiently-realized ul li:nth-child(even) > picture {
    order: 2;
    margin-left: -30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 720px) {
  body#m_up main #Efficiently-realized ul li:nth-child(even) > picture,
  body#score100 main #Efficiently-realized ul li:nth-child(even) > picture {
    order: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) {
  body#m_up main #Efficiently-realized ul li:nth-child(even) > div,
  body#score100 main #Efficiently-realized ul li:nth-child(even) > div {
    order: 1;
    margin-right: -30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 720px) {
  body#m_up main #Efficiently-realized ul li:nth-child(even) > div,
  body#score100 main #Efficiently-realized ul li:nth-child(even) > div {
    order: 0;
    margin-right: 0;
  }
}

body#privacy-policy,
body#specific,
body#rules {
  background-image: url("../images/common/back_marble_pages.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body#privacy-policy h1 span.en,
body#specific h1 span.en,
body#rules h1 span.en {
  text-transform: uppercase;
}
body#privacy-policy .contents,
body#specific .contents,
body#rules .contents {
  padding-bottom: 6rem;
  max-width: 1000px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  body#privacy-policy .contents,
  body#specific .contents,
  body#rules .contents {
    padding-bottom: 3rem;
  }
}
body#privacy-policy .contents h2,
body#privacy-policy .contents h3,
body#privacy-policy .contents h4,
body#privacy-policy .contents p,
body#privacy-policy .contents ul,
body#specific .contents h2,
body#specific .contents h3,
body#specific .contents h4,
body#specific .contents p,
body#specific .contents ul,
body#rules .contents h2,
body#rules .contents h3,
body#rules .contents h4,
body#rules .contents p,
body#rules .contents ul {
  line-height: 1.75;
}
@media screen and (max-width: 599px) {
  body#privacy-policy .contents h2,
  body#privacy-policy .contents h3,
  body#privacy-policy .contents h4,
  body#privacy-policy .contents p,
  body#privacy-policy .contents ul,
  body#specific .contents h2,
  body#specific .contents h3,
  body#specific .contents h4,
  body#specific .contents p,
  body#specific .contents ul,
  body#rules .contents h2,
  body#rules .contents h3,
  body#rules .contents h4,
  body#rules .contents p,
  body#rules .contents ul {
    font-size: 3.7vw;
  }
}
body#privacy-policy .contents h2,
body#specific .contents h2,
body#rules .contents h2 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  body#privacy-policy .contents h2,
  body#specific .contents h2,
  body#rules .contents h2 {
    font-size: 4.3vw;
  }
}
body#privacy-policy .contents h2:not(:first-child),
body#specific .contents h2:not(:first-child),
body#rules .contents h2:not(:first-child) {
  margin-top: 2em;
}
body#privacy-policy .contents p,
body#specific .contents p,
body#rules .contents p {
  margin-bottom: 1em;
}
body#privacy-policy .contents ul,
body#specific .contents ul,
body#rules .contents ul {
  margin-bottom: 1em;
}
body#privacy-policy .contents ul > li > ul,
body#specific .contents ul > li > ul,
body#rules .contents ul > li > ul {
  padding-left: 2em;
}

body#privacy-policy .contents h3 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1em;
}
body#privacy-policy .contents h3:before {
  content: "■";
  display: inline-block;
  scale: 0.5;
}
@media screen and (max-width: 599px) {
  body#privacy-policy .contents h3 {
    font-size: 4.3vw;
  }
}
body#privacy-policy .contents h3:not(:first-child) {
  margin-top: 2em;
}
body#privacy-policy .contents > ul > li {
  padding-left: 1.75em;
  position: relative;
}
body#privacy-policy .contents > ul > li:before {
  content: "●";
  display: inline-block;
  scale: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
body#privacy-policy .contents > ul > li > ul {
  padding-left: 0;
}
body#privacy-policy .contents > ul > li > ul li {
  padding-left: 1.25em;
  position: relative;
}
body#privacy-policy .contents > ul > li > ul li:before {
  content: "●";
  display: inline-block;
  scale: 0.25;
  position: absolute;
  top: 0;
  left: 0;
}

body#specific .contents h3 {
  margin-bottom: 0.5em;
}
body#specific .contents h3:before {
  content: "●";
  display: inline-block;
  scale: 0.5;
}
body#specific .contents h4 {
  font-weight: bold;
  margin-bottom: 0.5em;
}
body#specific .contents h4:before {
  content: "＜";
}
body#specific .contents h4:after {
  content: "＞";
}
body#specific .contents > ul {
  padding-left: 0;
}
body#specific .contents > ul li {
  padding-left: 1.25em;
  position: relative;
}
body#specific .contents > ul li:before {
  content: "●";
  display: inline-block;
  scale: 0.25;
  position: absolute;
  top: 0;
  left: 0;
}

body#rules .contents .Supplementary-provisions {
  margin-top: 4rem;
}

body#voice {
  color: #ffffff;
}
body#voice #voice-page {
  padding: var(--section-vertical-padding);
}
body#voice .coustomer-voice {
  width: 1000px;
  margin: auto;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  body#voice .coustomer-voice {
    width: 100%;
    padding: 0 5%;
    font-size: 14px;
  }
}
body#voice .coustomer-voice .introduction {
  display: flex;
}
@media screen and (max-width: 750px) {
  body#voice .coustomer-voice .introduction {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  body#voice .coustomer-voice .introduction .photo {
    text-align: center;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 750px) {
  body#voice .coustomer-voice .introduction .photo img {
    width: 100px;
  }
}
body#voice .coustomer-voice .introduction .text {
  padding-left: 25px;
}
@media screen and (max-width: 750px) {
  body#voice .coustomer-voice .introduction .text {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  body#voice .coustomer-voice .introduction .text {
    padding-left: 0;
  }
}
body#voice .coustomer-voice .introduction .text .name {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  body#voice .coustomer-voice .introduction .text .name {
    margin-bottom: 5px;
  }
}
body#voice .coustomer-voice .introduction .text table {
  border: 1px solid #ffffff;
}
@media screen and (max-width: 750px) {
  body#voice .coustomer-voice .introduction .text table {
    width: 100%;
  }
}
body#voice .coustomer-voice .introduction .text table th {
  background: #195819;
  color: #ffffff;
  border: 1px solid #002D00;
  padding: 5px;
  width: 160px;
  text-align: center;
}
body#voice .coustomer-voice .introduction .text table td {
  border: 1px solid #002D00;
  padding: 5px;
  width: 160px;
  text-align: center;
  background: #ffffff;
  color: #002D00;
}
@media screen and (max-width: 750px) {
  body#voice .coustomer-voice .introduction .text table td {
    width: 33%;
    font-size: 13px;
  }
}
body#voice .coustomer-voice dl.qa dt {
  font-size: 18px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  color: #E2D283;
}
body#voice .coustomer-voice dl.qa dd {
  padding: 5px;
  margin-bottom: 30px;
}/*# sourceMappingURL=style.css.map */