/******************************************
reser.css
********************************************/

/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model
   ========================================================================== */

* {
  box-sizing: border-box;
}

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

/* 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;
  line-height: 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */

/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0; /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Table
   ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  font-weight: normal;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/******************************************
ここから基本設定
********************************************/

:root {
  --txt1-size: 4.5rem;
  --txt1-height: 1.75;
  --txt1-weight: 500;
  --txt1-ls: .05em;

  --txt2-size: 3rem;
  --txt2-height: 1.75;
  --txt2-weight: 500;
  --txt2-ls: .05em;

  --txt2-1-size: 2.8rem;
  --txt2-1-height: 1.75;
  --txt2-1-weight: 500;
  --txt2-1-ls: .05em;

  --txt3-size: 2.4rem;
  --txt3-height: 1.75;
  --txt3-weight: 500;
  --txt3-ls: .05em;

  --txt4-size: 2.0rem;
  --txt4-height: 1.75;
  --txt4-weight: 400;
  --txt4-ls: .05em;

  --txt4-1-size: 1.8rem;
  --txt4-1-height: 1.75;
  --txt4-1-weight: 400;
  --txt4-1-ls: .05em;

  --txt5-size: 1.6rem;
  --txt5-height: 1.75;
  --txt5-weight: 400;
  --txt5-ls: .05em;

  --txt6-size: 1.4rem;
  --txt6-height: 1.75;
  --txt6-weight: 400;
  --txt6-ls: .05em;

  --heading-size: 3.2rem;
  --heading--large-size: 7rem;
  --heading-weight: 700;
  --heading-height: 1.5;
  --heading-ls: .05em;
  --heading-en-size: 1.6rem;
  --heading-en-small-size: 1.3rem;
  --heading-en-weight: 700;
  --heading-en-height: 1;
  --heading-en-small-height: 1;
  --heading-en-ls: .03em;

  --heading-en-02-size: 10rem;
  --heading-en-02-weight: 700;
  --heading-en-02-height: 1;
  --heading-en-ls: .03em;

  --btn-size: 1.6rem;
  --btn-weight: 600;
  --btn-height: 1.5;
  --btn-ls: .05em;

  --widget-size: 1.6rem;
  --widget-height: 1.5;
  --widget-weight: 400;
  --widget-ls: .05em;

  --input-size: var(--txt5-size);
  --input-height: var(--txt5-height);

  --time-size: 1.4rem;
  --time-ls: .05em;

  --cat-size: 1.4rem;
  --cat-weight: 500;
  --cat-ls: .05em;

  --tag-size: 1.4rem;
  --tag-weight: 500;
  --tag-ls: .05em;

  --base-color: #003871;
  --accent-color: #5F002F;
  --main-color: #f2f2f2;
  --font-color: #333;
  --border-color: #707070;
  --border-color--light: #ccc;
  --gray: #888;
  --placeholder-color: #888;
  --gray-light: #f5f5f5;
  --shadow-color: rgba(0,0,0,0.2);
  --white-clear: rgba(255,255,255,0.5);
  --black-clear: rgba(0,0,0,0.5);
  --black-clear--light: rgba(0,0,0,0.2);

  --base-font: 'Noto Sans JP', sans-serif;
  --accent-font: "Noto Serif JP", serif;
  --en-font: "Lato", sans-serif;

  --section-padding: 12rem;
  --section-padding--large: 20rem;
  --section-padding--small: 6rem;

  --inner: 1200px;
  --inner-large: 1400px;
  --inner-responsive: 95%;
  --inner-responsive-p: calc( 50% - var(--inner-responsive) / 2 );

  --normal-transition: 0.3s;
  --fadein-transition: 1s;

  --header-z: 9999;
  --header-z-plus: 19999;
  --header-z-plus-two: 29999;
  --header-z-plus-three: 39999;
  --normal-z: 1;
  --zero-z: 0;
  --minus-z: -1;
  --minus-two-z: -2;

  --header-height: 9.9rem;
}

@media only screen and (max-width: 767px) {
  :root {
    --txt1-size: 30px;
    --txt2-size: 24px;
    --txt2-1-size: 24px;
    --txt3-size: 22px;
    --txt4-size: 18px;
    --txt4-1-size: 16px;
    --txt5-size: 16px;
    --txt6-size: 14px;

    --heading-size: 24px;
    --heading---large-size: 26px;
    --heading-en-size: 12px;
    --heading-en-small-size: 10px;
    --heading-en-02-size: 50px;

    --btn-size: 14px;

    --time-size: 12px;

    --cat-size: 14px;
    --tag-size: 14px;

    --widget-size: 14px;

    --input-size: 16px;

    --header-height: 60px;
  }
}


html {
  font-size: 62.5%
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 60%
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 45%
  }
}
body {
  overflow-x: hidden;
  position: relative;
  max-width: 100%;
  color: var(--font-color);
  font-family: var(--base-font);
  font-size: 1.6em;
  letter-spacing: 0;
}

.section-padding {
  padding: var(--section-padding) 0;
}
.section-padding-t {
  padding-top: var(--section-padding);
}
.section-padding-b {
  padding-bottom: var(--section-padding);
}
.section-padding--large {
  padding: var(--section-padding--large) 0;
}
.section-padding--large-t {
  padding-top: var(--section-padding--large);
}
.section-padding--large-b {
  padding-bottom: var(--section-padding--large);
}
.section-padding--small {
  padding: var(--section-padding--small) 0;
}
.section-padding--small-t {
  padding-top: var(--section-padding--small);
}
.section-padding--small-b {
  padding-bottom: var(--section-padding--small);
}
.inner {
  width: var(--inner);
  max-width: var(--inner);
  margin: 0 auto
}
@media only screen and (max-width: 1199px) {
  .inner {
    width: var(--inner-responsive)
  }
}
.inner-large {
  width: var(--inner-large);
  max-width: var(--inner-large);
  margin: 0 auto
}
@media only screen and (max-width: 1399px) {
  .inner-large {
    width: var(--inner-responsive)
  }
}
.inner-all {
  width: var(--inner-responsive);
  margin: 0 auto
}
.txt1 {
  font-size: var(--txt1-size);
  line-height: var(--txt1-height);
  font-weight: var(--txt1-weight);
  letter-spacing: var(--txt1-ls)
}
.txt2 {
  font-size: var(--txt2-size);
  line-height: var(--txt2-height);
  font-weight: var(--txt2-weight);
  letter-spacing: var(--txt2-ls)
}
.txt2-1 {
  font-size: var(--txt2-1-size);
  line-height: var(--txt2-1-height);
  font-weight: var(--txt2-1-weight);
  letter-spacing: var(--txt2-1-ls)
}
.txt3 {
  font-size: var(--txt3-size);
  line-height: var(--txt3-height);
  font-weight: var(--txt3-weight);
  letter-spacing: var(--txt3-ls)
}
.txt4 {
  font-size: var(--txt4-size);
  line-height: var(--txt4-height);
  font-weight: var(--txt4-weight);
  letter-spacing: var(--txt4-ls)
}
.txt4-1 {
  font-size: var(--txt4-1-size);
  line-height: var(--txt4-1-height);
  font-weight: var(--txt4-1-weight);
  letter-spacing: var(--txt4-1-ls)
}
.txt5 {
  font-size: var(--txt5-size);
  line-height: var(--txt5-height);
  font-weight: var(--txt5-weight);
  letter-spacing: var(--txt5-ls)
}
.txt6 {
  font-size: var(--txt6-size);
  line-height: var(--txt6-height);
  font-weight: var(--txt6-weight);
  letter-spacing: var(--txt6-ls)
}

.fw700 {
  font-weight: 700;
}
.fw500 {
  font-weight: 500;
}
.fw400 {
  font-weight: 400;
}
.lh1 {
  line-height: 1;
}
.lh1-7 {
  line-height: 1.7;
}
.lh2 {
  line-height: 2;
}
.lh3 {
  line-height: 3;
}
.ls0 {
  letter-spacing: 0;
}
.ls05 {
  letter-spacing: 0.05em;
}
.ls02 {
  letter-spacing: 0.2em;
}
.base-font {
  font-family: var(--base-font);
}
.en-font {
  font-family: var(--en-font);
}
.base-color {
  color: var(--base-color);
}
.accent-color {
  color: var(--accent-color);
}
.gray-color {
  color: var(--gray);
}
.white-color {
  color: #fff;
}
.font-color {
  color: var(--font-color);
}
.mt-d {
  margin-top: 4rem;
}
.mt5 {
  margin-top: 0.5rem;
}
.mt10 {
  margin-top: 1rem;
}
.mt15 {
  margin-top: 1.5rem;
}
.mt20 {
  margin-top: 2rem;
}
.mt30 {
  margin-top: 3rem;
}
.mt40 {
  margin-top: 4rem;
}
.mt50 {
  margin-top: 5rem;
}
.mt60 {
  margin-top: 6rem;
}
.mr5em {
  margin-right: 0.5em;
}
.mr10em {
  margin-right: 1em;
}
.bg-main {
  background-color: var(--main-color);
}
.bg-white {
  background-color: #fff;
}
.border-bottom {
  border-bottom: 1px solid CurrentColor;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.underline-txt {
  text-decoration: underline;
}
.hover-underline:hover {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-left-margin-auto {
  display: table;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1199px) {
  .text-center--tab {
    text-align: center;
  }
  .text-left--tab {
    text-align: left;
  }
  .text-left-margin-auto--tab {
    display: table;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .text-center--sp {
    text-align: center;
  }
  .text-left--sp {
    text-align: left;
  }
  .text-left-margin-auto--sp {
    display: table;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}
.none {
  display: none;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .none--tab {
    display: none;
  }
  .block--tab {
    display: block;
  }
  .inline--tab {
    display: inline;
  }
  .inline-block--tab {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .none--sp {
    display: none;
  }
  .block--sp {
    display: block;
  }
  .inline--sp {
    display: inline;
  }
  .inline-block--sp {
    display: inline-block;
  }
}
@media only screen and (max-width: 500px) {
  .none--mobile {
    display: none;
  }
  .block--mobile {
    display: block;
  }
  .inline--mobile {
    display: inline;
  }
  .inline-block--mobile {
    display: inline-block;
  }
}
@media only screen and (max-width: 374px) {
  .none--se {
    display: none;
  }
  .block--se {
    display: block;
  }
  .inline--se {
    display: inline;
  }
  .inline-block--se {
    display: inline-block;
  }
}
.textbr {
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  .textbr--pc-only {
    display: inline-block;
  }
}
.white-space-nowrap {
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) {
  .white-space-nowrap--pc-only {
    white-space: nowrap;
  }
}
.break-all {
  word-break: break-all;
}
img {
  max-width: 100%;
  height: auto;
}
.img-100 img {
  width: 100%;
  height: auto;
}
.video-100 video {
  width: 100%;
  height: auto;
}
.hover-op:hover {
  opacity: .7;
  transition: var(--normal-transition);
}
.hover-op--clear:hover {
  opacity: .5;
  transition: var(--normal-transition);
}
.mw-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.mw-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.mw-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.mw-950 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.h-100 {
  height: 100%;
}

.of-hidden {
  overflow: hidden;
}


/******************************************
ここからコンポーネント共通パーツ
********************************************/

/* logo */
.logo {
  display: inline-block;
}
.logo img {
  width: 100%;
  max-width: 20rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .logo img {
    max-width: 200px;
  }
}



/* menu */
.menu {
  display: flex;
  align-items: center;
  color: white;
}

.menu__item {
  padding-left: 1rem;
  padding-right: 1rem;
}

.menu__txt {
  display: block;
  position: relative;
  text-align: center;
  padding: 1rem;
  transition: var(--normal-transition);
}
.menu__txt::after {
  opacity: 0;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: var(--base-color);
}
.menu__txt:hover {
  transform: translateY(-.5rem);
}
.menu__txt:hover::after {
  opacity: 1;
  transition: var(--normal-transition);
}

.menu__txt-en {
  display: block;
}

.menu__txt-en-letter {
  font-family: var(--en-font);
  font-size: 1.0rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .07em;
}

.menu__txt-jp-letter {
  font-family: var(--accent-font);
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .07em;
}
@media screen and (max-width: 1239px) {
  .menu__txt-jp-letter {
    font-size: 1.4rem;
  }
}

/* 日本語メニュー */
.menu-jp {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .menu-jp {
    display: block;
  }
}

.menu-jp__item {
  margin-left: 2rem;
  margin-right: 2rem;
}
.menu-jp__item:first-child {
  margin-left: 0;
}
.menu-jp__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1199px) {
  .menu-jp__item {
    margin: 0;
    text-align: center;
  }

  .menu-jp__item + .menu-jp__item {
    margin-top: 1.5rem;
  }
}

.menu-jp__txt {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .menu-jp__txt {
    font-size: 14px;
  }
}

.menu-jp__txt:hover {
  text-decoration: underline;
}

/* spメニュー */
.menu-sp {
  text-align: center;
}

.menu-sp__item + .menu-sp__item {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .menu-sp__item + .menu-sp__item {
    margin-top: 30px;
  }
}

.menu-sp__txt {
  display: block;
}

.menu-sp__txt:hover {
  color: var(--base-color);
  transition: var(--normal-transition);
}

.menu-sp__txt-jp-letter {
  font-family: var(--accent-font);
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .menu-sp__txt-jp-letter {
    font-size: 16px;
  }
}

.menu-sp__txt-en {
  display: block;
}

.menu-sp__txt-en-letter {
  font-family: var(--en-font);
  font-size: 1.0rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .07em;
}
@media screen and (max-width: 767px) {
  .menu-sp__txt-en-letter {
    font-size: 10px;
  }
}

/*ハンバーガーメニュー*/
.menu-btn {
  display: block;
  color: white;
}

.menu-btn__main, .menu-btn__bar {
  display: inline-block;
}

.menu-btn__main {
  position: relative;
  width: 30px;
  height: 20px;
}

.menu-btn__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: CurrentColor;
  transition: var(--normal-transition);
}

/*ハンバーガーメニューの線１〜２本目*/
.menu-btn__bar:nth-of-type(1) {
  top: 0px;
}
.menu-btn__bar:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-btn__bar:nth-of-type(3) {
  bottom: 0px;
}

/*jsでactiveクラスを付与*/
/*メニューボタン・クリックアニメーション*/
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.menu-btn.active .menu-btn__bar {
  transition: var(--normal-transition);
}

/*jsでactiveクラスを付与*/
.menu-btn.active .menu-btn__bar:nth-of-type(1) {
  -webkit-transform: translateY(8.7px) rotate(-45deg);
  transform: translateY(8.7px) rotate(-45deg);
}

.menu-btn.active .menu-btn__bar:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
.menu-btn.active .menu-btn__bar:nth-of-type(3) {
  -webkit-transform: translateY(-8.7px) rotate(45deg);
  transform: translateY(-8.7px) rotate(45deg);
}

/* プラスアイコン */
.plus {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 15px;
  height: 1px;
  background: var(--base-color);
  position: relative;
}
.plus::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.plus.active::after {
  display: none;
}

/* 縦並び中央寄席見出し */
.heading-center {
  text-align: center;
}

.heading-center__en {
  margin-top: .5rem;
}

.heading-center__en.heading-center__en--mt-large {
  margin-top: 2rem;
}

.heading-center__desc {
  margin-top: 4rem;
  display: table;
  margin-inline: auto;
  text-align: left;
}

/* 縦並び左揃え見出し */
.heading-left {
  text-align: left;
}

.heading-left__en {
  margin-top: .5rem;
  padding-left: 1rem;
}

.heading-left__desc {
  margin-top: 2.5rem;
}

/* 右揃え縦並び見出し */
.heading-right-block {
  text-align: right;
}

.heading-right-block__jp {
  margin-top: 1rem;
}

/* 中央揃えで下に線画あるみだし */
.heading-center-bottom-border {
  position: relative;
  text-align: center;
  padding-bottom: 3rem;
}

.heading-center-bottom-border::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 300px;
  width: 100%;
  height: 2px;
  background: var(--base-color);
}

/* 左揃えした線 */
.heading-left-bottom-border {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-color--light);
}

.heading-left-bottom-border__row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .heading-left-bottom-border__row {
    display: block;
  }
}

.heading-left-bottom-border__heading {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .heading-left-bottom-border__heading {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .heading-left-bottom-border__title {
    margin-top: 1rem;
  }
}

/* 下線 */
.heading-bottom-border {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-color--light);
}

/* ○がついた見出し */
.heading-before-maru {
  position: relative;
  padding-left: 1.3em;
}
.heading-before-maru::before {
  content: '';
  position: absolute;
  left: 0;
  top: .4em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: var(--base-color);
}

/* ○がついた見出し */
.heading-before-border {
  position: relative;
  padding-left: 2em;
}
.heading-before-border::before {
  content: '';
  position: absolute;
  left: 0;
  top: .7em;
  width: 1.5em;
  height: 5px;
  border-radius: 1em;
  background: var(--base-color);
}


/* 見出しのテキスト */
.heading-en-letter {
  font-family: var(--en-font);
  font-size: var(--heading-en-size);
  line-height: var(--heading-en-height);
  font-weight: var(--heading-en-weight);
  letter-spacing: var(--heading-en-ls);
}

.heading-en-small-letter {
  font-family: var(--en-font);
  font-size: var(--heading-en-small-size);
  line-height: var(--heading-en-small-height);
  font-weight: var(--heading-en-weight);
  letter-spacing: var(--heading-en-ls);
}

.heading-en-letter-02 {
  font-family: var(--en-font);
  font-size: var(--heading-en-02-size);
  line-height: var(--heading-en-02-height);
  font-weight: var(--heading-en-02-weight);
  letter-spacing: var(--heading-en-02-ls);
}

.heading-letter {
  font-family: var(--accent-font);
  font-size: var(--heading-size);
  line-height: var(--heading-height);
  font-weight: var(--heading-weight);
  letter-spacing: var(--heading-ls);
}

.heading-letter--large {
  font-family: var(--accent-font);
  font-size: var(--heading--large-size);
  line-height: var(--heading-height);
  font-weight: var(--heading-weight);
  letter-spacing: var(--heading-ls);
}

/* ボタン */
.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 22rem;
  padding: 1rem 2rem;
  border: 1px solid var(--base-color);
  background: var(--base-color);
  color: white;
  font-size: var(--btn-size);
  line-height: var(--btn-height);
  font-weight: var(--btn-weight);
  letter-spacing: var(--btn-ls);
}
@media screen and (max-width: 767px) {
  .btn {
    min-width: 280px;
    padding: 10px 20px;
  }
}
.btn.btn--white {
  border-color: white;
  background: white;
  color: var(--base-color);
}
.btn.btn--gray {
  border-color: var(--gray);
  background: var(--gray);
  color: white;
}

.btn__yajirushi {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-60%);
}

.btn__with-icon {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}
.btn__with-icon::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn__with-icon.btn__with-icon--insta::after {
  background-image: url(../img/icon-instagram-white.svg);
}
.btn__with-icon.btn__with-icon--map::after {
  background-image: url(../img/icon-map-white.svg);
}

@media (hover: hover){
  .btn:hover,
  .btn-hover-trigger:hover .btn {
    background: white;
    color: var(--base-color);
    transition: var(--normal-transition);
  }
  .btn.btn--white:hover,
  .btn-hover-trigger:hover .btn.btn--white {
    color: var(--font-color);
  }
  .btn.btn--gray:hover,
  .btn-hover-trigger:hover .btn.btn--gray {
    color: var(--font-color);
  }

  .btn:hover .btn__with-icon.btn__with-icon--insta::after,
  .btn-hover-trigger:hover .btn .btn__with-icon.btn__with-icon--insta::after {
    background-image: url(../img/icon-instagram-base.svg);
    transition: var(--normal-transition);
  }

  .btn:hover .btn__with-icon.btn__with-icon--map::after,
  .btn-hover-trigger:hover .btn .btn__with-icon.btn__with-icon--map::after {
    background-image: url(../img/icon-map-base.svg);
    transition: var(--normal-transition);
  }
}


/* headerのcv btn */
.btn-cv {
  overflow: hidden;
  display: inline-block;
  text-align: center;
  min-width: 18rem;
  padding: 1rem 2rem;
  background: var(--base-color);
  color: white;
  font-family: var(--en-font);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .1em;
  transition: var(--normal-transition);
}
@media screen and (max-width: 767px) {
  .btn-cv {
    min-width: 180px;
    padding: 10px 20px;
    font-size: 16px;
  }
}
.btn-cv.btn-cv--black {
  background: var(--font-color);
  color: white;
}

.btn-cv__jp-letter {
  font-family: var(--accent-font);
}

.btn-cv__en {
  display: block;
}

.btn-cv__en-letter {
  font-family: var(--en-font);
  font-size: 1.0rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .07em;
}
@media screen and (max-width: 767px) {
  .btn-cv__en-letter {
    font-size: 10px;
  }
}

.btn-cv:hover {
  background: white;
  color: var(--base-color);
}

/* btn-anchor */
.btn-anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  height: 7rem;
  background: var(--base-color);
  border: 1px solid var(--base-color);
  color: white;
  padding: .5em .5em .75em;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn-anchor {
    height: 70px;
    font-size: 15px;
  }
}

.btn-anchor::after {
  content: '';
  position: absolute;
  bottom: 1em;
  margin-left: -.2em;
  left: 50%;
  width: .4em;
  height: .4em;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transform-origin: center bottom;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

@media (hover: hover){
  .btn-anchor:hover {
    background: white;
    color: var(--base-color);
    transition: var(--normal-transition);
  }

  .btn-anchor:hover::after {
    bottom: .5em;
    transition: var(--normal-transition);
  }
}


/* 日付のテキスト */
.time {
  font-family: var(--en-font);
  font-size: var(--time-size);
  letter-spacing: var(--time-ls);
}

/* カテゴリー */
.cat {
  display: inline-block;
  position: relative;
  padding: .5em 1em;
  border: 1px solid var(--base-color);
  background: var(--base-color);
  color: white;
  font-family: var(--en-font);
  font-size: var(--cat-size);
  font-weight: var(--cat-weight);
  letter-spacing: var(--cat-ls);
}
.cat.cat--m {
  margin-top: .5rem;
  margin-right: 1rem;
}
.cat.cat--white {
  background: white;
  color: var(--base-color);
}
.cat.cat--link:hover {
  background: white;
  color: var(--base-color);
  transition: var(--normal-transition);
}

/* タグ */
.tag {
  display: inline-block;
  border-radius: 5rem;
  padding: .5em 1em;
  border: 2px solid var(--base-color);
  background: white;
  color: var(--font-color);
  font-size: var(--tag-size);
  font-weight: var(--tag-weight);
  letter-spacing: var(--tag-ls);
}
.tag--link:hover {
  background: var(--base-color);
  color: white;
  transition: var(--normal-transition);
}

/* → */
.yajirushi {
  display: inline-block;
  width: 3rem;
  height: .8rem;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
.yajirushi.yajirushi--large {
  width: 4rem;
  height: 1.2rem;
}
.yajirushi.yajirushi--white {
  border-color: white;
}
.yajirushi.yajirushi--reverse {
  border-right: none;
  border-left: 1px solid currentColor;
  -ms-transform: skew(135deg);
  transform: skew(135deg);
}
@media screen and (max-width: 767px) {
  .yajirushi {
    width: 30px;
    height: 8px;
  }
  .yajirushi.yajirushi--large {
    width: 40px;
    height: 12px;
  }
}

.crown {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  width: 8rem;
  height: 10rem;
  color: #dbb400;
}
@media screen and (max-width: 767px) {
  .crown {
    width: 80px;
    height: 100px;
  }
}

.crown::before,
.crown::after {
  position: absolute;
  left: 0px;
  width: 0px;
  height: 0px;
  content: "";
}
.crown::before {
  top: 0;
  border: 4rem solid transparent;
  border-bottom: 6rem solid currentColor;
}
@media screen and (max-width: 767px) {
  .crown::before {
    border: 40px solid transparent;
    border-bottom: 60px solid currentColor;
  }
}
.crown::after {
  bottom: 0;
  border: 2rem solid transparent;
  border-left: 4rem solid currentColor;
  border-right: 4rem solid currentColor;
}
@media screen and (max-width: 767px) {
  .crown::after {
    border: 20px solid transparent;
    border-left: 40px solid currentColor;
    border-right: 40px solid currentColor;
  }
}

.crown__txt {
  position: relative;
  z-index: var(--normal-z);
  padding-bottom: 1rem;
  width: 100%;
  text-align: center;
  color: white;
}
@media screen and (max-width: 767px) {
  .crown__txt {
    padding-bottom: 10px;
  }
}

.crown__letter {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .crown__letter {
    font-size: 12px;
  }
}

/* 値段の丸 */
.price-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 1px solid var(--base-color);
  background: var(--base-color);
  color: white;
}
@media screen and (max-width: 767px) {
  .price-box {
    width: 80px;
    height: 80px;
  }
}

.price-box__letter {
  font-family: var(--en-font);
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .03em;
}
@media screen and (max-width: 767px) {
  .price-box__letter {
    font-size: 14px;
  }
}


/* 背景画像 */
.bg-image {
  position: relative;
}
.bg-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
  z-index: var(--minus-z);
}

.bg-image__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--minus-z);
}

.bg-image__image {
  height: 100%;
}

.bg-image__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* パララックス */
.bg-parallax {
  height: 50rem;
}
@media screen and (max-width: 767px) {
  .bg-parallax {
    height: 65vw
  }
}

.bg-parallax__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--minus-z);
  width: 100%;
  height: 100%;
  background-image: url();
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 7667px) {
  .bg-parallax__bg {
    width: 100vw;
    height: 100vh;
  }
}

.bg-parallax.bg-parallax--about .bg-parallax__bg.active {
  background-image: url(../img/page-about-intro-img.jpg);
}

/* map */
.map iframe {
  width: 100%!important;
  height: 45rem!important;
}
@media screen and (max-width: 767px) {
  .map iframe {
    height: 300px!important;
  }
}

/* 電話番号 */
.tel-number {
  display: inline-block;
}

.tel-number__row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tel-number__img {
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .tel-number__img {
    margin-right: 10px;
  }
}

.tel-number__tel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: var(--accent-color);
}
.tel-number__tel-icon img {
  width: 2.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tel-number__tel-icon {
    width: 40px;
    height: 40px;
  }
  .tel-number__tel-icon img {
    width: 20px;
  }
}
@media screen and (max-width: 374px) {
  .tel-number__tel-icon {
    width: 35px;
    height: 35px;
  }
  .tel-number__tel-icon img {
    width: 17px;
  }
}

.tel-number__letter {
  font-family: var(--en-font);
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: .1rem;
}
@media screen and (max-width: 767px) {
  .tel-number__letter {
    font-size: 36px;
  }
}
@media screen and (max-width: 374px) {
  .tel-number__letter {
    font-size: 30px;
  }
}


/* テーブル */
.table-common {
  width: 100%;
}

.table-common__child {
  text-align: left;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .table-common__child {
    display: block;
  }
}

.table-common__child.table-common__child--min-w {
  min-width: 20rem;
}
@media screen and (max-width: 767px) {
  .table-common__child.table-common__child--min-w {
    min-width: 100%;
  }
}

.table-common__child.table-common__child--th {
  position: relative;
}
.table-common__child.table-common__child--th::before,
.table-common__child.table-common__child--th::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--base-color) 0%, var(--base-color) 70%, transparent 70%, transparent 100%);
}
.table-common__child.table-common__child--th::after {
  top: 0;
}
.table-common__child.table-common__child--th::before {
  display: none;
  bottom: 0;
}

.table-common__row:last-child .table-common__child.table-common__child--th::before {
  display: block;
}

@media screen and (max-width: 767px) {
  .table-common__child.table-common__child--th::before,
  .table-common__child.table-common__child--th::after,
  .table-common__row:last-child .table-common__child.table-common__child--th::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .table-common__child.table-common__child--th {
    padding: 3rem 3rem 0;
    border-bottom: none;
  }
}

.table-common__child.table-common__child--td {
  padding-left: 3rem;
  padding-right: 3rem;
  border-bottom: 1px solid var(--border-color--light);
}
@media screen and (max-width: 767px) {
  .table-common__child.table-common__child--td {
    padding-bottom: 3rem;
  }
}
.table-common__row:first-child .table-common__child.table-common__child--td {
  border-top: 1px solid var(--border-color--light);
}
@media screen and (max-width: 767px) {
  .table-common__row:first-child .table-common__child.table-common__child--th {
    border-top: 1px solid var(--border-color--light);
  }
  .table-common__row:first-child .table-common__child.table-common__child--td {
    border-top-width: 0;
  }
}

.table-common__child.table-common__child--v-top {
  vertical-align: top;
}

/* ボックスのテーブル */
.table-box.table-box--scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll;
}
.table-box.table-box--scroll::-webkit-scrollbar {
  display: none;
}

.table-box__table {
  width: 100%;
  table-layout: fixed;
}
.table-box.table-box--scroll .table-box__table {
  border-collapse: separate;
  border-spacing: 0px;
  min-width: 700px;
}
@media screen and (max-width: 767px) {
  .table-box__table {
    font-size: 14px;
  }
}

.table-box__child {
  padding: 2rem 2rem;
  border: .5px solid var(--border-color--light);
}
.table-box.table-box--scroll .table-box__child:first-child {
  position: sticky;
  left: 0;
}
@media screen and (max-width: 767px) {
  .table-box.table-box--sp-block col {
    display: block;
    width: 100%!important;
  }
  .table-box.table-box--sp-block .table-box__child {
    display: block;
    width: 100%!important;
  }
}

.table-box__child.table-box__child--th {
  background: var(--border-color--light);
  border-color: white;
}
.table-box__child.table-box__child--td {
  background: white;
}

@media screen and (max-width: 767px) {
  .table-box.table-box--scroll .table-box__child.table-box__child--th {
    width: 100px;
  }
}

.table-box.table-box--stripe .table-box__row:nth-child(even) .table-box__child.table-box__child--td {
  background: var(--main-color);
}

/* table-works */
.table-works table {
  width: 100%;
  table-layout: fixed;
  border: none!important;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .table-works table {
    font-size: 14px;
  }
}

.table-works table td {
  padding: 2rem 2rem;
  border: .5px solid var(--border-color--light);
  background: white;
}
.table-works.table-works--02 table td:first-child {
  position: sticky;
  left: 0;
}

.table-works table tr:nth-child(odd) td {
  background: var(--main-color);
}

.table-works table tr:first-child td {
  text-align: center;
  background: var(--border-color--light);
  border-color: white;
}

.table-works table a {
  color: var(--base-color);
  text-decoration: underline;
}

@media (hover: hover){
  .table-works table a:hover {
    text-decoration: none;
  }
}

.table-works.table-works--02 {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll;
}
.table-works.table-works--02::-webkit-scrollbar {
  display: none;
}

.table-works.table-works--02 table {
  border-collapse: separate;
  border-spacing: 0px;
  min-width: 500px;
}

.table-works.table-works--02 table td:first-child span {
  font-size: 1.6rem!important;
}
@media screen and (max-width: 767px) {
  .table-works.table-works--02 table td:first-child span {
    font-size: 14px!important;
  }
}

@media screen and (max-width: 767px) {
  .table-works.table-works--02 table td:first-child {
    width: 100px;
    border-left: 1px solid var(--border-color--light);
  }
}

/* Scrollのテキスト */
.table-scroll-nav {
  display: none;
  text-align: right;
}
@media screen and (max-width: 500px) {
  .table-scroll-nav {
    display: block;
  }
}
.table-scroll-nav.table-scroll-nav--mt {
  margin-top: 1rem;
}

.table-scroll-nav__letter::after {
  content: '→';
  display: inline;
}


/* テキストのテーブル */
.table-txt__child {
  vertical-align: top;
  text-align: left;
  padding: .5rem 0;
}
.table-txt__tr:first-child .table-txt__child {
  padding-top: 0;
}
.table-txt__tr:last-child .table-txt__child {
  padding-bottom: 0;
}
.table-txt__child.table-txt__child--th {
  padding-right: 1.5em;
  color: var(--base-color);
}

.base-table {
  width: 100%;
}

.base-table__child {
  text-align: left;
  padding: 1.5rem 3rem;
  border: 1px solid var(--border-color);
}
@media screen and (max-width: 767px) {
  .base-table__child {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.base-table__child.base-table__child--th {
  width: 15rem;
  background: var(--base-color);
  color: white;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .base-table__child.base-table__child--th {
    width: 90px;
  }
}

.base-table__child.base-table__child--td {
  background: white;
}

/* YouTube */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* パンクズリスト */
.breadcrumb {
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
  overflow-x: scroll;
  padding: 1rem 0;
  background: white;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb.breadcrumb--bg-main,
.breadcrumb.breadcrumb--company {
  background: var(--main-color);
}

.breadcrumb__list {
  display: flex;
  align-items: center;
}

.breadcrumb__list-item {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb__list-item {
    font-size: 12px;
  }
}

.breadcrumb__list-item::after {
  content: '>';
  padding: 0 1.2rem;
}

.breadcrumb__list-item:last-child::after {
  content: '';
  padding: 0;
}

.breadcrumb__link {
  font-weight: 500;
}

.breadcrumb__link:hover {
  text-decoration: underline;
}

/* slick設定 */
.slick-dots li button:before {
  opacity: 1;
  color: var(--gray);
  font-size: 10px;
}
.slick-dots li button:hover:before {
  opacity: .5;
  transition: var(--normal-transition);
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--base-color);
}

/* slick ベース設定 */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* slick 前へボタン、次へボタン */
.slide-arrow {
  margin-top: -2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: var(--normal-z);
  text-align: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--base-color);
}
@media screen and (max-width: 1199px) {
  .slide-arrow {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .slide-arrow {
    width: 40px;
    height: 40px;
  }
}

.slide-arrow.slide-arrow--prev {
  padding-left: .4rem;
}
.slide-arrow.slide-arrow--next {
  padding-right: .4rem;
}
@media screen and (max-width: 767px) {
  .slide-arrow.slide-arrow--prev {
    padding-left: 4px;
  }
  .slide-arrow.slide-arrow--next {
    padding-right: 4px;
  }
}

.slide-arrow.slide-arrow--position-left {
  left: 0;
  transform: translateX(-50%);
}
.slide-arrow.slide-arrow--position-right {
  right: 0;
  transform: translateX(50%);
}


.slide-arrow.slide-arrow--position-left-single {
  left: 0;
  transform: translateX(-50%);
}
.slide-arrow.slide-arrow--position-right-single {
  right: 0;
  transform: translateX(50%);
}
@media screen and (max-width: 1019px) {
  
  .slide-arrow.slide-arrow--position-left-single {
    margin-top: -20px;
    top: 50%;
    bottom: auto;
    transform: translateX(0);
  }
  .slide-arrow.slide-arrow--position-right-single {
    margin-top: -20px;
    top: 50%;
    bottom: auto;
    transform: translateX(0);
  }
}

.slide-arrow__arrow {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .slide-arrow__arrow {
    width: 12px;
    height: 12px;
  }
}

.slide-arrow__arrow.slide-arrow__arrow--prev {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}

.slide-arrow__arrow.slide-arrow__arrow--next {
  border-top: 2px solid white;
  border-right: 2px solid white;
}

.slide-arrow:hover {
  background: white;
  transition: var(--normal-transition);
}
.slide-arrow:hover .slide-arrow__arrow {
  border-color: var(--base-color);
  transition: var(--normal-transition);
}

/* スライド */
@media screen and (max-width: 1199px) {
  .layout-slide-three {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-slide-three {
    padding-bottom: 50px;
  }
}

.layout-slide-three__content {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 1199px) {
  .layout-slide-three__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* 四角 */
.layout-box {
  padding: 4rem;
  background: var(--main-color);
}
.layout-box.layout-box--white {
  background: white;
}

.layout-box__desc {
  margin-top: 4rem;
}

.layout-box__child-box {
  padding: 4rem 2rem;
  background: white;
}

/* 線付きの四角 */
.layout-border-box {
  padding: 4rem;
  border: 1px solid var(--border-color--light);
  background: white;
}

/* クリックするともっと見るボタン */
.layout-toggle-box {
  overflow: hidden;
  position: relative;
  height: 50rem;
  transition: var(--normal-transition);
}

.layout-toggle-box::after {
  pointer-events: none;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15rem;
  background: linear-gradient(0deg, rgba(255,255,255,0.9) 70%, rgba(255,255,255,0) 100%);
  transition: var(--normal-transition);
}
.layout-toggle-box.active::after {
  opacity: 0;
}

.layout-toggle-box__btn {
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: var(--normal-z);
  width: 100%;
  text-align: center;
  padding-top: 2rem;
}
.layout-toggle-box.active .layout-toggle-box__btn {
  position: static;
}

/* 見出しつきボックス */
.layout-box-r-has-heading {
  border-radius: 2rem;
  background: white;
}

.layout-box-r-has-heading__heading {
  border-radius: 2rem 2rem 0 0;
  padding: 2rem 4rem;
  background: var(--base-color);
  color: white;
}
@media screen and (max-width: 767px) {
  .layout-box-r-has-heading__heading {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.layout-box-r-has-heading__heading-has-search-icon {
  position: relative;
  padding-left: 1.25em;
}

.layout-box-r-has-heading__heading-has-search-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../img/icon-search-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.layout-box-r-has-heading__body {
  padding: 3rem 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .layout-box-r-has-heading__body {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* 横並び */
.layout-row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 3rem;
}
.layout-row.layout-row--order2 {
  grid-template-columns: repeat(2,1fr);
}
.layout-row.layout-row--order4 {
  grid-template-columns: repeat(4,1fr);
}
@media screen and (max-width: 1199px) {
  .layout-row.layout-row--order4 {
    grid-template-columns: repeat(2,1fr);
  }
}
@media only screen and (max-width: 767px) {
  .layout-row,
  .layout-row.layout-row--order2,
  .layout-row.layout-row--order4
   {
    grid-template-columns: 1fr;
  }
}
/* ３つの丸 */
.layout-circle {
  display: flex;
  flex-wrap: wrap-reverse;
  flex-direction: row-reverse;
  justify-content: center;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media screen and (max-width: 767px) {
  .layout-circle {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.layout-circle__content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.layout-circle__content:nth-child(1) {
  order: 3;
}
.layout-circle__content:nth-child(2) {
  order: 2;
}
.layout-circle__content:nth-child(3) {
  order: 1;
}
@media screen and (max-width: 767px) {
  .layout-circle__content {
    padding-left: 0;
    padding-right: 0;
  }

  .layout-circle__content + .layout-circle__content {
    margin-top: 2rem;;
  }
}

.layout-circle__content-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  background: var(--main-color);
  box-shadow: 0 0 5px var(--shadow-color);
}
@media screen and (max-width: 1199px) {
  .layout-circle__content-txt {
    width: 35rem;
    height: 35rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-circle__content-txt {
    display: block;
    text-align: left;
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 15px 30px;
  }
}


/* 記事 */
.article-thumb {
  position: relative;
}

.article-thumb__inner {
  display: block;
  position: relative;
  height: 100%;
}

.article-thumb__img {
  overflow: hidden;
  position: relative;
}

.article-thumb__price {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.article-thumb__icon {
  position: absolute;
  top: -7.5rem;
  right: 2rem;
}

.article-thumb__tag {
  position: absolute;
  top: 0;
  left: 0;
}

.article-thumb__title {
  margin-top: .5rem;
}

.article-thumb__desc {
  margin-top: .5rem;
}

.article-thumb__inner:hover .article-thumb__img img {
  transform: scale(1.1);
  transition: var(--normal-transition);
}

.article-thumb__inner:hover .price-box {
  background: white;
  color: var(--base-color);
  transition: var(--normal-transition);
}

.article-thumb__inner:hover .article-thumb__title-letter {
  text-decoration: underline;
}

/* テキストのみの記事一覧 */
.article-txt-type {
  padding: 1.5rem 0;
  background-image: linear-gradient(to right, var(--border-color--light), var(--border-color--light) 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.article-txt-type.article-txt-type--no-border {
  padding: 0;
  background: url();
}

.article-txt-type.article-txt-type--mt + .article-txt-type.article-txt-type--mt {
  margin-top: 1.5rem;
}

.article-txt-type__link {
  display: block;
}

.article-txt-type__row {
  display: flex;
  align-items: center;
  padding: 1.5rem 3rem;
}
@media screen and (max-width: 1199px) {
  .article-txt-type__row {
    flex-wrap: wrap;
  }
}

.article-txt-type__time {
  margin-right: 1.3rem;
  min-width: 8rem;
}
@media screen and (max-width: 1199px) {
  .article-txt-type__time {
    min-width: auto;
  }
}

.article-txt-type__cat {
  flex-shrink: 0;
  margin-right: 2.5rem;
}

.article-txt-type__title {
  position: relative;
  width: 100%;
  padding-right: 1em;
}

.article-txt-type__title::after {
  content: '';
  position: absolute;
  right: .2em;
  top: 50%;
  margin-top: -.25em;
  display: inline-block;
  width: .5em;
  height: .5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor; 
}

.article-txt-type__title-letter {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.article-txt-type:hover .article-txt-type__title-letter {
  text-decoration: underline;
}

.article-img-row__main {
  margin-top: 4rem;
}

/* 画像とテキストが横並び記事 */
.article-img-row.article-img-row--mt + .article-img-row.article-img-row--mt {
  margin-top: 6rem;
}

/* 線のボックス */
.box-border {
  padding: 2rem;
  border: 1px solid var(--border-color);
}

.article-img-row__main-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.article-img-row__img {
  width: 40%;
}
@media screen and (max-width: 1199px) {
  .article-img-row__img {
    width: 100%;
  }
}

.article-img-row__txt {
  width: 55%;
}
@media screen and (max-width: 1199px) {
  .article-img-row__txt {
    margin-top: 2rem;
    width: 100%;
  }
}

/* クーポン */
.article-coupon {
  overflow: hidden;
  position: relative;
  z-index: var(--zore-z);
  border-radius: 1rem;
}

.article-coupon__link {
  display: block;
  height: 100%;
}

.article-coupon__txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .article-coupon__txt {
    width: 100%;
  }
}

.article-coupon__txt-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: var(--normal-z);
  height: 100%;
  padding: 3rem 1.5rem;
  background: rgb(219,120,0,0.6);
  color: white;
}
@media screen and (max-width: 1199px) {
  .article-coupon__txt-box {
    text-align: center;
  }
}

.article-coupon__subtitle-letter {
  font-family: var(--en-font);
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .article-coupon__subtitle-letter {
    font-size: 20px;
  }
}

.article-coupon__title {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .article-coupon__title {
    margin-top: 10px;
  }
}

.article-coupon__title-letter {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .article-coupon__title-letter {
    font-size: 30px;
  }
}

.article-coupon__desc {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .article-coupon__desc {
    margin-top: 20px;
  }
}

.article-coupon__desc {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .article-coupon__desc {
    font-size: 14px;
  }
}

.article-coupon__image {
  overflow: hidden;
}

.article-coupon__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .article-coupon__image img {
    height: 30rem;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .article-coupon__image img {
    height: 300px;
  }
}

.article-coupon__link:hover .article-coupon__image img {
  transform: scale(1.1);
  transition: var(--normal-transition);
}

/* 丸いタグボックス */
.tag-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: .75rem;
  background: var(--accent-color);
  font-family: var(--en-font);
  color: white;
}

.tag-box__title-letter {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}

.tag-box__number-letter {
  font-size: 5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .1em;
}

/* 丸いタグボックス */
.tag-label {
  padding: .75em 1em;
  background: var(--accent-color);
  color: white;
  font-family: var(--en-font);
  font-size: var(--tag-size);
  font-weight: var(--tag-weight);
  letter-spacing: var(--tag-ls);
}

/* ドットのリスト */
.list-point__item {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.list-point__item::before {
  content: '・';
}

.list-point__item + .list-point__item {
  margin-top: 1rem;
}

/* 余白つきリスト */
.list-mt__item + .list-mt__item {
  margin-top: 1rem;
}

/* タグ一覧 */
.list-tag {
  display: flex;
  flex-wrap: wrap;
}
.list-tag.list-tag--jc-end {
  justify-content: flex-end;
}
.list-tag.list-tag--jc-center {
  justify-content: center;
}

.list-tag__item {
  margin-top: 1rem;
  margin-right: 2rem;
}
.list-tag__item:last-child {
  margin-right: 0;
}


/* ページネーション */
.pagination {
	display: flex;
  align-items: center;
	justify-content: center;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .pagination {
  	font-size: 14px;
  }
}

.pagination.pagination--mt {
  margin-top: 8rem;
}

.page-numbers {
  text-align: center;
  width: 2rem;
  height: 3rem;
  padding: .6rem 0;
  background: var(--main-color);
  font-family: var(--en-font);
}
@media screen and (max-width: 767px) {
  .page-numbers {
    width: 20px;
    height: 30px;
    padding: 6px 0;
  }
}

.page-numbers {
  display: block;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    margin-right: 10px;
  }
}
.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
	pointer-events: none!important;
}

.page-numbers.prev,
.page-numbers.next {
  width: auto;
  height: auto;
  background: transparent;
}

.page-numbers.prev:hover,
.page-numbers.next:hover {
  background: transparent;
  color: var(--font-color);
  text-decoration: underline;
}

.page-numbers.dots {
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  color: var(--font-color);
}

.page-numbers.dots:hover {
  background: transparent;
  color: var(--font-color);
}

.page-numbers:hover {
  background: var(--accent-color);
  color: white;
  transition: var(--normal-transition);
}

/* アスペクト比維持したまま画像 */
.img-aspect {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
.img-aspect.img-aspect--menu {
  padding-top: 75%;
}
.img-aspect img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-no-thumb {
  width: 100%;
  height: 100%;
  background: var(--gray);
}

/***************************************************************************
form
******************************************************************************/
.snow-monkey-form {
  margin-inline: auto;
  max-width: 700px;
}

.wp-block-snow-monkey-forms-item + .wp-block-snow-monkey-forms-item {
  margin-top: 3rem;
}

/* 規約checkbox レイアウト */
.smf-form .smf-item.kiyaku-checkbox-layout {
  padding-bottom: 0;
  border-bottom: none;
}

.smf-form .smf-item.kiyaku-checkbox-layout .smf-item__col--label {
  display: none;
}

.smf-form .smf-item.kiyaku-checkbox-layout .smf-item__col--controls {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}


/* 横並び */
.form-grid .smf-item__controls {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1rem;
}

.smf-item__col.smf-item__col--controls {
  margin-top: 1rem;
}

.smf-control-description {
  font-size: var(--txt6-size);
}

.wp-block-snow-monkey-forms-item + .wp-block-snow-monkey-forms-item {
  margin-top: 3rem;
}

.smf-form .smf-item {
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--border-color--light);
}

/* control */
.smf-form .smf-item .smf-text-control__control,
.smf-form .smf-item .smf-select-control__control,
.smf-form .smf-item .smf-textarea-control__control {
  width: 100%;
  background: white;
  border: 1px solid var(--border-color--light);
  font-size: var(--input-size);
  line-height: var(--input-height);
  font-weight: var(--input-weight);
  letter-spacing: var(--input-ls);
}
.smf-form .smf-item .smf-text-control__control::placeholder,
.smf-form .smf-item .smf-textarea-control__control::placeholder {
  color: var(--placeholder-color);
}

.smf-form .smf-item .smf-text-control__control,
.smf-form .smf-item .smf-select-control__control {
  height: 5rem;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .smf-form .smf-item .smf-text-control__control,
  .smf-form .smf-item .smf-select-control__control {
    height: 50px;
  }
}

.smf-form .smf-item .smf-textarea-control__control {
  height: 30rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .smf-form .smf-item .smf-textarea-control__control {
    height: 300px;
  }
}

/* select layout */
.smf-form .smf-item .smf-select-control {
  display: block;
}

.smf-select-control {
  position: relative;
  max-width: 36.5rem;
}

.smf-select-control select {
  color: var(--placeholder-color);
}
.smf-select-control select.is-selected {
  color: var(--font-color);
}

.smf-select-control::after {
  pointer-events: none;
  content: '';
  position: absolute;
  right: 2rem;
  top: 1.25em;
  z-index: var(--normal-z);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 9px solid var(--placeholder-color);
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .smf-select-control::after {
    top: 1.85em;
  }
}

/* checkbox layout */
.smf-checkboxes-control__control {
  display: flex;
  flex-wrap: wrap;
}

.smf-form .smf-item .smf-checkboxes-control--horizontal .smf-checkboxes-control__control>.smf-label {
  margin-right: 4rem;
}

/* checkbox */
.form-checkbox-custom {
  position: relative;
}

.smf-form .smf-item .smf-checkbox-control {
  display: inline-block;
}

.smf-form .smf-item .smf-checkbox-control__label {
  text-align: left;
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
  font-size: var(--input-size);
  line-height: var(--input-height);
}

.smf-form .smf-item .smf-checkbox-control__label::before {
  content: "";
  display: block;
  position: absolute;
  top: .35em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid var(--font-color);
}

.smf-form .smf-item .smf-checkbox-control__control:checked + .smf-checkbox-control__label::after {
  content: "";
  display: block;
  position: absolute;
  top: .15em;
  left: .3em;
  width: .5em;
  height: 1em;
  transform: rotate(40deg);
  border-bottom: 3px solid var(--base-color);
  border-right: 3px solid var(--base-color);
}

.smf-form .smf-item .smf-checkbox-control__control {
  display: none;
}


/* ラベル */
@media screen and (max-width: 767px) {
  .smf-item__label__text {
    font-size: var(--input-size);
  }
}

/* 必須 */
.require .smf-item__label__text::after {
  content: '※必須';
  margin-left: 1em;
  color: #A9171F;
  font-size: 1.2rem;
}

/* ボタン */
.smf-action {
  margin-top: 6rem;
  text-align: center;
}

.smf-action .smf-button-control__control {
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 22rem;
  border-radius: 0;
  padding: 1rem 2rem;
  border: 1px solid var(--base-color);
  background: var(--base-color);
  color: white;
  font-size: var(--btn-size);
  line-height: var(--btn-height);
  font-weight: var(--btn-weight);
  letter-spacing: var(--btn-ls);
}
@media screen and (max-width: 767px) {
  .smf-action .smf-button-control__control {
    min-width: 280px;
    padding: 10px 20px;
  }
}
@media (hover: hover){
  .smf-action .smf-button-control__control:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
}

/* 前後にテキスト */
.txt-before-after::before {
  content: attr(data-before);
}

.txt-before-after::after {
  content: attr(data-after);
}

/* 背景があるテキスト */
.txt-flex {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

/* 四角いテキスト */
.txt-marker {
  display: inline-block;
  padding-left: .5em;
  padding-right: .5em;
  background:linear-gradient(transparent 90%, var(--accent-color) 90%);
}

/* ブログのスタイル */
.txt-single {
  word-break: break-all;
  overflow: hidden;
  font-size: var(--txt5-size);
  line-height: var(--txt5-height);
  letter-spacing: var(--txt5-ls);
}

.txt-single > *,
.txt-single .wp-block-table,
.txt-single .wp-block-image {
  margin-top: 4rem;
}
.txt-single > *:first-child {
  margin-top: 0rem;
}
.txt-single h1,
.txt-single h2,
.txt-single h3,
.txt-single h4,
.txt-single h5,
.txt-single h6 {
  letter-spacing: .25rem;
}
.txt-single h2 {
  padding-left: 2rem;
  border-left: 4px solid var(--base-color);
  font-size: var(--txt3-size);
}
.txt-single h3 {
  padding: 3rem;
  background: var(--gray-light);
  font-size: var(--txt4-size);
}
.txt-single h4 {
  padding-bottom: 1rem;
  border-bottom: 2px dotted var(--border-color--light);
  font-size: var(--txt4-size);
}
.txt-single h5 {
  text-indent: -1em;
  padding-left: 1em;
  font-size: var(--txt5-size);
}
.txt-single h5::before {
  content: '○';
}
.txt-single h6 {
  text-indent: -1em;
  padding-left: 1em;
  font-size: var(--txt5-size);
}
.txt-single h6::before {
  content: '■';
}

.txt-single img {
  display: block;
  max-width: 100%;
  height: auto;
}

.txt-single .wp-block-image figcaption {
  margin-top: 1rem;
  color: #888;
  font-size: 80%;
}
.txt-single ul > li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.txt-single ul > li:before {
  content: '・';
}
.txt-single ol {
  counter-reset: ol_li;
}

.txt-single ol > li {
  position: relative;
  padding-left: 1.3em;
}

.txt-single ol > li::before {
  counter-increment: ol_li;
  content: counter(ol_li)".";
  color: var(--base-color);
  position: absolute;
  left: 0;
  top: 0;
}
.txt-single a:not(.wp-block-button__link) {
  color: var(--base-color);
  text-decoration: underline;
}
.txt-single a:not(.wp-block-button__link):hover {
  text-decoration: none;
}
.txt-single table {
  width: 100%;
  background: white;
}
.txt-single table th,
.txt-single table td {
  border: 1px solid var(--border-color--light);
  padding: 1.5rem;
  text-align: left;
}
.txt-single table th {
  background-color: var(--gray-light);
  font-weight: 500;
}

.txt-single blockquote {
  display: inline-block;
  background: var(--gray-light);
  padding: 3rem;
}
.txt-single cite {
  margin-top: 2rem;
  display: block;
  text-align: right;
  font-size: 80%;
}
.txt-single cite::before {
  content: '引用元：';
}

.txt-single .wp-block-group {
  margin-top: 7rem;
}
.txt-single .wp-block-group:first-child {
  margin-top: 0;
}
.txt-single .wp-block-group .wp-block-group__inner-container > * {
  margin-top: 2rem;
}
.txt-single .wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}

/* TOC */
.txt-single #toc_container ul {
  counter-reset: num;
}

.txt-single #toc_container li {
  text-indent: 0;
  padding-left: 0;
}
.txt-single #toc_container li::before {
  display: none;
}

.txt-single #toc_container a {
  display: inline-flex;
  text-decoration: none;
  color: var(--font-color);
}

.txt-single #toc_container a::before {
  content: counters(num,"-") ". ";
  counter-increment: num;
  display: inline-block;
  white-space: nowrap;
  padding-right: .3em;
}

.txt-single #toc_container a:hover {
  color: var(--accent-color);
}

.txt-single .toc_number {
  display: none;
}

.txt-single .pdfemb-viewer {
  width: 100%!important;
  height: auto!important;
}


/* 新しいタブで開くアイコン */
.link-newtab {
  display: inline-block;
  position: relative;
  padding-right: 1em;
}
.link-newtab::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: .8em;
  height: .8em;
  background-image: url(../img/icon-newtab-accent.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.kiyaku-box {
  height: 185px;
  overflow-y: scroll;
  background: white;
  border: 1px solid var(--border-color);
  padding: 2.6rem 3.2rem;
  resize: vertical;
}
@media screen and (max-width: 1199px) {
  .kiyaku-box {
    padding: 1.5rem 1rem;
  }
}

.kiyaku-box-group + .kiyaku-box-group {
    margin-top: 2.5rem;
  }

.kiyaku-box-group__group {
  margin-top: 2.5rem;
}

.kiyaku-txt {
  font-size: var(--txt5-size);
  line-height: 1.85;
  font-weight: var(--txt5-weight);
  letter-spacing: .05rem;
}

.kiyaku-heading {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--txt5-size);
  line-height: 1.87;
  font-weight: var(--txt5-weight);
  letter-spacing: var(--txt5-ls);
}

.kiyaku-heading-gray-box {
  background: #f5f5f5;
  padding: .5rem 1rem;
}

.kiyaku-heading-gray-box-txt {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--txt5-size);
  line-height: var(--txt5-height);
  font-weight: var(--txt5-weight);
  letter-spacing: var(--txt5-ls)
}

.kiyaku-heading-gray-box-mb {
  margin-bottom: 1.2rem;
}

.kiyaku-heading::before {
  content: '【';
}
.kiyaku-heading::after {
  content: '】';
}


/* ウィジェット */
.widget {
  font-size: var(--widget-size);
  line-height: var(--widget-height);
  font-weight: var(--widget-weight);
  letter-spacing: var(--widget-ls);
}
.widget:last-child {
  position: sticky;
  top: 4rem;
  left: 0;
}
.widget + .widget {
  margin-top: 4rem;
}

.wp-widget-group__inner-blocks {
  background: white;
}

.sidebar-title {
  padding: 1.5rem 2rem;
  background-color: var(--base-color);
  color: white;
}

.wp-widget-group__inner-blocks > ul {
  padding: 2rem;
}

.wp-widget-group__inner-blocks > ul li {
  position: relative;
  padding-left: 1em;
}

.wp-widget-group__inner-blocks > ul li + li {
  margin-top: 1.5rem;
}

.wp-widget-group__inner-blocks > ul li::before {
  content: '';
  position: absolute;
  top: .6em;
  left: 0;
  width: .35em;
  height: .35em;
  background: var(--base-color);
}

.wp-widget-group__inner-blocks a:hover {
  text-decoration: underline;
}

/* ウェジェット 検索 */
.wp-block-search__inside-wrapper {
  margin-top: 1rem;
  display: flex;
}

.wp-block-search__input {
  width: 100%;
  height: 5rem;
  padding: 0 2rem;
  background: white;
}

.wp-block-search__button {
  flex-shrink: 0;
  position: relative;
  text-align: center;
  width: 5rem;
  background: var(--base-color);
  color: white;
}

.wp-block-search__button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 2rem;
  height: 2rem;
  background-image: url(../img/search-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ページの先頭に戻るボタン */
.return-top-btn-wrap {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: var(--header-z-plus);
}
.return-top-btn-wrap.active {
  opacity: 1;
  pointer-events: all;
  transition: opacity var(--normal-transition);
}
.return-top-btn-wrap.menu-click {
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--normal-transition);
}
@media screen and (max-width: 767px) {
  .return-top-btn-wrap {
    bottom: calc(var(--btn-cv-sp-h) + 2rem);
  }
}

.return-top-btn {
  display: block;
  position: relative;
  width: 5rem;
  height: 5rem;
  background: var(--border-color);
}
@media screen and (max-width: 767px) {
  .return-top-btn {
    width: 50px;
    height: 50px;
  }
}

.return-top-btn__arrow {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -.2rem;
  margin-left: -.4rem;
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}
@media screen and (max-width: 767px) {
  .return-top-btn__arrow {
    margin-top: -2px;
    margin-left: -4px;
    width: 10px;
    height: 10px;
  }
}

.return-top-btn:hover {
  opacity: .7;
  transition: var(--normal-transition);
}

/* アニメーション設定 */
.fadein-up {
	opacity: 0;
	transform: translate(0, 50px);
}
.fadein-left {
	opacity: 0;
	transform: translate(-50px, 0);
}
.fadein-right {
	opacity: 0;
	transform: translate(50px, 0);
}
.fadein-opacity {
	opacity: 0;
}

.show {/* 画面内に入った状態 */
	opacity: 1!important;
	transform: translate(0, 0)!important;
  transition: var(--fadein-transition);
}

@media screen and (max-width: 767px) {
  .sp-fadein-none {
    opacity: 1!important;
    filter: blur(0)!important;
		transform: translate(0, 0)!important;
  }
}

/******************************************
ここから特定場所使用ののcss
********************************************/

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--header-z-plus-two);
  width: 100%;
  padding: 2rem 0;
}
.header.scroll-active {
  background: rgba(0,0,0,0.5);
  padding: .5rem 0;
  transition: var(--normal-transition);
}
@media screen and (max-width: 767px) {
  .header.scroll-active {
    padding: 1rem 0;
  }
}

.header.menu-click .menu-btn {
  color: var(--font-color);
}

.header.menu-click .header__logo {
  pointer-events: none;
  opacity: 0;
}

.header__inner {
  width: var(--inner-responsive);
  margin-left: auto;
  margin-right: auto;
}

.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  .header__menu {
    display: none;
  }
}

.header__menu-row {
  display: flex;
  align-items: center;
}

.header__menu-main {
  margin-right: 1.5rem;
}

.header__menu-btn {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header__menu-btn {
    display: block;
  }
}

/* SP ナビゲーション */
.header-nav {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  z-index: var(--header-z);
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
  background: white;
}

.header-nav.active {
  pointer-events: auto;
  transform: translateY(0);
  transition: transform var(--normal-transition);
}

.header-nav__inner {
  padding: 5rem;
}

.header-nav__logo {
  text-align: center;
}

.header-nav__menu {
  margin-top: 4rem;
}

.header-nav__btn {
  margin-top: 8rem;
  text-align: center;
}

/* footer */
.footer__main {
  padding: 6rem 0;
  background: var(--base-color);
  color: white;
}

.footer__logo {
  text-align: center;
}

.footer__menu {
  margin-top: 6rem;
}
@media screen and (max-width: 1199px) {
  .footer__menu {
    display: none;
  }
}

.footer__copyright {
  text-align: center;
  padding: 3rem 0 2.5rem;
  background: var(--gray);
  color: white;
}


.footer__copyright-letter {
  font-family: var(--en-font);
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: .1rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright-letter {
    font-size: 12px;
  }
}

/* TOP CONCEPT */
.top-concept__main-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-concept__main-txt {
  width: 46.5%;
}

.top-concept__main-desc {
  margin-top: 2rem;
}

@media screen and (max-width: 1039px) {
  .top-concept__main-txt {
    display: contents;
    text-align: center;
  }

  .top-concept__main-desc {
    order: 1;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .top-concept__main-desc {
    text-align: left;
  }
}

.top-concept__main-btn {
  margin-top: 4rem;
}
@media screen and (max-width: 1039px) {
  .top-concept__main-btn {
    order: 3;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .top-concept__main-btn {
    margin-top: 6rem;
  }
}

.top-concept__main-img {
  width: 52%;
}
@media screen and (max-width: 1039px) {
  .top-concept__main-img {
    margin-top: 4rem;
    order: 2;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .top-concept__main-img {
    width: 100%;
  }
}

.top-concept__main-image {
  position: relative;
}
.top-concept__main-image::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%,40%);
  z-index: var(--zero-z);
  width: 100%;
  height: 100%;
  background: var(--base-color);
}
@media screen and (max-width: 767px) {
  .top-concept__main-image::after {
    transform: translate(5%,5%);
  }
}

.top-concept__main-image img {
  position: relative;
  z-index: var(--normal-z);
}

/* TOP Menu */
.top-concept__row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2rem;
}
@media screen and (max-width: 1039px) {
  .top-concept__row {
    grid-template-columns: 1fr;
  }
}

.top-concept__content-txt {
  margin-top: 2rem;
  text-align: center;
}

.top-estate {
  margin-top: 6rem;
}

.top-estate__main {
  margin-top: 4rem;
}

.top-estate__main-row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .top-estate__main-row {
    grid-template-columns: 1fr;
    gap: 6rem;
  }
}

.top-estate__btn {
  margin-top: 4rem;
}

/* TOP NEWS */
.top-news {
  padding: 2rem 0;
  background: var(--base-color);
  color: white;
}
@media screen and (max-width: 1199px) {
  .top-news {
    padding: 4rem 0;
  }
}

.top-news__row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .top-news__row {
    display: block;
  }
}

.top-news__heading {
  margin-right: 2rem;
}
@media screen and (max-width: 1199px) {
  .top-news__heading {
    margin-right: 0;
    text-align: center;
  }
}

.top-news__heading-letter {
  font-family: var(--en-font);
  font-size: var(--heading-size);
  line-height: var(--heading-height);
  font-weight: var(--heading-weight);
  letter-spacing: var(--heading-ls);
}

.top-news__slide {
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .top-news__slide {
    margin-top: 1.5rem;
    margin-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .top-news__btn {
    margin-top: 1.5rem;
    text-align: center;
  }
}

/* page education-concept */
.page-education-concept__desc {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-education-concept__desc {
    text-align: left;
  }
}

.page-education-concept__main {
  margin-top: 6rem;
}

.page-education-concept__content + .page-education-concept__content {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .page-education-concept__content {
    padding-top: 5rem;
    border-top: 1px solid var(--border-color--light);
  }
}

.page-education-concept__content-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-education-concept__content:nth-child(odd) .page-education-concept__content-row {
  flex-direction: row-reverse;
}

.page-education-concept__content-img {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .page-education-concept__content-img {
    margin-top: 4rem;
    width: 100%;
  }
}

.page-education-concept__content-txt {
  width: 47%;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .page-education-concept__content-txt {
    width: 100%;
    padding-top: 0;
  }
}

.page-education-concept__content-desc {
  margin-top: 2rem;
}

/* page education-three */
.page-education-three__main {
  margin-top: 6rem;
}

.page-education-three__detail {
  margin-top: 10rem;
}

.page-education-three__detail-content + .page-education-three__detail-content {
  margin-top: 4rem;
}

.page-education-three__detail-content-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-education-three__detail-content-txt {
  width: 51%;
  padding-top: 3rem;
}
.page-education-three__detail-content-txt.page-education-three__detail-content-txt--pt-none {
  padding-top: 0;
}
@media screen and (max-width: 1199px) {
  .page-education-three__detail-content-txt {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-education-three__detail-content-txt {
    width: 100%;
  }
}

.page-education-three__detail-content-img {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .page-education-three__detail-content-img {
    margin-top: 2rem;
    width: 100%;
  }
}

/* page abour-photo */
.page-about-photo__main {
  margin-top: 6rem;
}

/* page-menu */
.page-menu__main {
  margin-top: 6rem;
}

.page-menu__main-row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 4rem;
}
@media screen and (max-width: 1199px) {
  .page-menu__main-row {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 767px) {
  .page-menu__main-row {
    grid-template-columns: 1fr;
  }
}

/* page-company */
.page-company__map {
  margin-top: 8rem;
}

/* ブログ2カラムレイアウト */
.page-news-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-news-layout__main {
  width: 72%;
}
@media screen and (max-width: 767px) {
  .page-news-layout__main {
    width: 100%;
  }
}

.page-news-layout__side {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .page-news-layout__side {
    margin-top: 6rem;
    width: 100%;
  }
}

/* page single */
.page-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page-single__time {
  margin-right: 2rem;
}

.page-single__cat {
  margin-top: -.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.page-single__title {
  margin-top: 2rem;
}
.page-single__title.page-single__title--mt-none {
  margin-top: 0;
}

.page-single__title-txt {
  word-break: break-all;
  margin-top: 1rem;
}

.page-single__border {
  padding: 3rem 0;
  border-top: 1px solid var(--border-color--light);
  border-bottom: 1px solid var(--border-color--light);
}

.page-single__thumb {
  margin-top: 6rem;
}

.page-single__content {
  margin-top: 6rem;
}

.page-single__menu-icon {
  text-align: center;
  padding-bottom: 1rem;
}

.page-single__menu-price {
  margin-top: 2rem;
  text-align: center;
}

.page-single__menu-allergy {
  margin-top: 6rem;
}

.page-single__menu-allergy-main {
  margin-top: 2rem;
}

.page-single__btn-list {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page-single__btn {
  width: 33.333333333333%;
}
.page-single__btn.page-single__btn--back {
  text-align: center;
}
.page-single__btn.page-single__btn--prev {
  text-align: left;
}
.page-single__btn.page-single__btn--next {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-single__btn.page-single__btn--back {
    order: 1;
    width: 100%;
  }
  .page-single__btn.page-single__btn--prev {
    margin-top: 2rem;
    order: 2;
    width: 50%;
  }
  .page-single__btn.page-single__btn--next {
    margin-top: 2rem;
    order: 3;
    width: 50%;
  }
}

.page-single__p-n-txt {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-single__p-n-txt {
    font-size: 14px;
  }
}

.page-single__p-n-txt > a {
  display: inline-block;
  position: relative;
}
.page-single__p-n-txt.page-single__p-n-txt--prev > a {
  padding-left: 2em;
}
.page-single__p-n-txt.page-single__p-n-txt--next > a {
  padding-right: 2em;
}

.page-single__p-n-txt > a::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -.25em;
  display: inline-block;
  width: .5em;
  height: .5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-single__p-n-txt.page-single__p-n-txt--prev > a::after {
  left: .2em;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
}
.page-single__p-n-txt.page-single__p-n-txt--next > a::after {
  right: .2em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.page-single__p-n-txt > a:hover {
  text-decoration: underline;
}

.page-single__cat-bottom {
  margin-top: 4rem;
  text-align: right;
}

.page-single__table {
  margin-top: 2rem;
}

/* page-contact-tel */
.page-contact-tel {
  padding: 9rem 0 var(--section-padding);
}

.page-contact-tel__box {
  text-align: center;
  padding: 1rem;
  border: 1px solid var(--border-color--light);
}

.page-contact-tel__tel-number {
  margin-top: 2rem;
}


/* page-contact-form */
.page-contact-form__heading {
  text-align: center;
}

.page-contact-form__desc {
  margin-top: 6rem;
  text-align: center;
}
.page-contact-form__desc.page-contact-form__desc--mt-none {
  margin-top: 0;
}

.page-contact-form__main {
  margin-top: 6rem;
}

/* page-works-point */
.page-works-point__anchor-row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .page-works-point__anchor-row {
    grid-template-columns: repeat(1,1fr);
  }
}

/* page-single-works */
.page-single-works__main {
  margin-inline: auto;
  max-width: 800px;
}

.page-single-works__slide-sub {
  margin-top: 1rem;
}

.page-single-works__slide-sub-content {
  cursor: pointer;
  padding-left: .5rem;
  padding-right: .5rem;
  opacity: .3;
}
.slick-current .page-single-works__slide-sub-content {
  opacity: 1;
}

.page-single-works__info {
  margin-top: 6rem;
}

.page-single-works__info-content + .page-single-works__info-content {
  margin-top: 4rem;
}

.page-single-works__info-content-main {
  margin-top: 2rem;
}

.page-single-works__info-content-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .page-single-works__info-content-list {
    grid-template-columns: 1fr;
  }
}

.page-single-works__btn-back {
  margin-top: 6rem;
}

/* パスワード */
.post_password_msg {
  display: table;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.post_password {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.post_password .login {
  margin-top: 2rem;
}

.post_password input[name="post_password"] {
  text-align: left;
  width: 100%;
  height: 6rem;
  padding: 0 2rem;
  background: white;
  border: 1px solid var(--border-color--light);
  font-size: var(--input-size);
  line-height: var(--input-height);
  font-weight: var(--input-weight);
  letter-spacing: var(--input-ls);
}
@media screen and (max-width: 767px) {
  .post_password input[name="post_password"] {
    height: 50px;
  }
}

.post_password input[type="submit"] {
  margin-top: 3rem;
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 18rem;
  border-radius: 5em;
  padding: .5em 2em;
  border: 1px solid var(--base-color);
  background: var(--base-color);
  color: white;
  font-size: var(--btn-01-1-size);
  line-height: var(--btn-01-1-height);
  font-weight: var(--btn-01-1-weight);
  letter-spacing: var(--btn-01-1-ls);
}
@media screen and (max-width: 767px) {
  .post_password input[type="submit"] {
    min-width: 180px;
  }
}
@media (hover: hover){
  .post_password input[type="submit"]:hover {
    background: white;
    color: var(--base-color);
    transition: var(--normal-transition);
  }
}

/* page-message */
.page-message__main {
  margin-top: 4rem;
}

.page-message__row {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
}

.page-message__txt {
  width: 67%;
  padding-top: 2rem;
}
@media screen and (max-width: 1199px) {
  .page-message__txt {
    width: 100%;
    padding-top: 3rem;
  }
}

.page-message__img {
  width: 30%;
}
@media screen and (max-width: 1199px) {
  .page-message__img {
    width: 100%;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
 .grecaptcha-badge {
    bottom: 7rem!important;
  } 
}