@charset "UTF-8";
/*! ---------------------------------
Theme Name: Main
Version: 3.4.3
Tested up to: 6.8.1
---------------------------------- */
/* -----------------------------------------------
  Variables
--------------------------------------------------*/
:root {
  --color-text: #000;
  --color-bg: #f7f3ec;
  --color-base: #0056d3;
  --color-link: #0056d3;
  --color-hover: #0056d3;
  --color-visited: #8b8b8b;
  --color-error: #dd0000;
  --swiper-theme-color: #0056d3;
}

/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**************************************************
  base
***************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}

:root {
  text-spacing-trim: trim-start;
  text-autospace: normal;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
  background: var(--color-bg);
  background: url("images/common/bg_body.webp") top left/min(65rem, 50vw) repeat;
}
@media all and (max-width: 480px) {
  html {
    background-size: 157.0048309179vw;
  }
}

body,
button,
input,
textarea,
select {
  color: var(--color-text);
  line-height: 1.8;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-autospace: no-autospace;
}

::selection {
  background: rgb(0, 65.2132701422, 160);
  color: #fff;
}

:where(button, a, input, textarea, select, [tabindex]) {
  outline: none;
}
:where(button, a, input, textarea, select, [tabindex]):focus {
  outline: none;
}
:where(button, a, input, textarea, select, [tabindex]):focus-visible {
  outline: 2px solid var(--color-base);
}

/* -----------------------------------------------
  Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 2.6em !important;
}

ol,
ul,
menu {
  list-style-type: "";
  margin: 0;
  padding: 0;
}

li {
  position: relative;
  line-height: 1.5;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* ---------- text ---------- */
p {
  margin: 2.6em 0;
  line-height: 3rem;
}

strong {
  font-weight: bold;
}

u {
  border-bottom: 1px solid var(--color-text);
}

address {
  font-style: normal;
}

pre {
  text-spacing-trim: space-all;
  text-autospace: no-autospace;
}

time {
  text-autospace: no-autospace;
}

a {
  transition: 0.3s;
  color: #0056d3;
}
a:visited {
  color: var(--color-visited);
}
@media all and (min-width: 481px) {
  a:hover {
    color: var(--color-hover);
    text-decoration: none;
  }
}
@media all and (min-width: 481px) {
  a[href^="tel:"] {
    color: var(--color-text);
    pointer-events: none;
    text-decoration: none;
  }
}

/* ---------- image ---------- */
img,
svg,
video {
  border: 0;
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.caption,
figcaption {
  display: block;
  margin-top: 1rem;
  font-size: 0.88em;
}

._nocss {
  margin: 0;
  position: relative;
  background: transparent;
}
._nocss::before, ._nocss::after {
  display: none;
}

/* ---------- form ---------- */
input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=text],
textarea {
  background: none;
  border: none;
  border-radius: 0;
  appearance: none;
  padding: 0.5rem 1rem;
  width: 100%;
  border: 1px solid #cbcbcb;
}

input[type=submit],
label,
button {
  background: none;
  border: none;
  border-radius: 0;
  appearance: none;
  cursor: pointer;
}

fieldset {
  padding: 0;
  border: none;
}

/* ---------- Element ---------- */
iframe {
  border: 0;
}

#wrapper {
  overflow-x: clip;
}

/**************************************************
  content
***************************************************/
@media all and (max-width: 480px) {
  .l-content {
    padding-inline: 2.4154589372vw;
  }
}

.l-content__has-column {
  display: flex;
}
@media all and (max-width: 480px) {
  .l-content__has-column {
    flex-direction: column;
  }
}

.l-content__main {
  flex: 1;
  min-width: 0;
}

.l-content__sidebar {
  padding-top: min(8rem, 6.1538461538vw);
  border-top: 1px solid #bbb9b2;
  display: flex;
  flex-wrap: nowrap;
  gap: min(5rem, 3.8461538462vw);
}
@media all and (max-width: 480px) {
  .l-content__sidebar {
    padding-top: 14.4927536232vw;
    flex-wrap: wrap;
    gap: 12.077294686vw;
  }
}
@media all and (min-width: 481px) {
  .l-content__sidebar--sticky {
    position: sticky;
    top: 0;
    max-height: 100vh;
    overflow-y: auto;
  }
}
.l-content__sidebar--sticky::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
.l-content__sidebar--sticky::-webkit-scrollbar-thumb {
  background: rgba(var(--color-text), 0.05);
  width: 6px;
  border-radius: 9999px;
}

/**************************************************
  grid
***************************************************/
.l-grid .row {
  display: flex;
  flex-wrap: wrap;
}

.col-1 {
  flex: 0 0 calc(100% / 12 * 1);
  max-width: calc(100% / 12 * 1);
}

.col-2 {
  flex: 0 0 calc(100% / 12 * 2);
  max-width: calc(100% / 12 * 2);
}

.col-3 {
  flex: 0 0 calc(100% / 12 * 3);
  max-width: calc(100% / 12 * 3);
}

.col-4 {
  flex: 0 0 calc(100% / 12 * 4);
  max-width: calc(100% / 12 * 4);
}

.col-5 {
  flex: 0 0 calc(100% / 12 * 5);
  max-width: calc(100% / 12 * 5);
}

.col-6 {
  flex: 0 0 calc(100% / 12 * 6);
  max-width: calc(100% / 12 * 6);
}

.col-7 {
  flex: 0 0 calc(100% / 12 * 7);
  max-width: calc(100% / 12 * 7);
}

.col-8 {
  flex: 0 0 calc(100% / 12 * 8);
  max-width: calc(100% / 12 * 8);
}

.col-9 {
  flex: 0 0 calc(100% / 12 * 9);
  max-width: calc(100% / 12 * 9);
}

.col-10 {
  flex: 0 0 calc(100% / 12 * 10);
  max-width: calc(100% / 12 * 10);
}

.col-11 {
  flex: 0 0 calc(100% / 12 * 11);
  max-width: calc(100% / 12 * 11);
}

.col-12 {
  flex: 0 0 calc(100% / 12 * 12);
  max-width: calc(100% / 12 * 12);
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .col-sm-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .col-sm-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .col-sm-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .col-sm-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .col-sm-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .col-sm-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .col-sm-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .col-sm-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .col-sm-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .col-sm-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .col-sm-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .col-md-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .col-md-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .col-md-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .col-md-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .col-md-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .col-md-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .col-md-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .col-md-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .col-md-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .col-md-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .col-md-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .col-lg-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .col-lg-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .col-lg-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .col-lg-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .col-lg-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .col-lg-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .col-lg-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .col-lg-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .col-lg-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .col-lg-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .col-lg-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .col-xl-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .col-xl-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .col-xl-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .col-xl-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .col-xl-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .col-xl-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .col-xl-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .col-xl-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .col-xl-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .col-xl-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .col-xl-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}
.l-grid__gap .row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.g-col-1 {
  flex: 0 0 calc(100% / 12 * 1 - 1rem);
  max-width: calc(100% / 12 * 1 - 1rem);
}

.g-col-2 {
  flex: 0 0 calc(100% / 12 * 2 - 1rem);
  max-width: calc(100% / 12 * 2 - 1rem);
}

.g-col-3 {
  flex: 0 0 calc(100% / 12 * 3 - 1rem);
  max-width: calc(100% / 12 * 3 - 1rem);
}

.g-col-4 {
  flex: 0 0 calc(100% / 12 * 4 - 1rem);
  max-width: calc(100% / 12 * 4 - 1rem);
}

.g-col-5 {
  flex: 0 0 calc(100% / 12 * 5 - 1rem);
  max-width: calc(100% / 12 * 5 - 1rem);
}

.g-col-6 {
  flex: 0 0 calc(100% / 12 * 6 - 1rem);
  max-width: calc(100% / 12 * 6 - 1rem);
}

.g-col-7 {
  flex: 0 0 calc(100% / 12 * 7 - 1rem);
  max-width: calc(100% / 12 * 7 - 1rem);
}

.g-col-8 {
  flex: 0 0 calc(100% / 12 * 8 - 1rem);
  max-width: calc(100% / 12 * 8 - 1rem);
}

.g-col-9 {
  flex: 0 0 calc(100% / 12 * 9 - 1rem);
  max-width: calc(100% / 12 * 9 - 1rem);
}

.g-col-10 {
  flex: 0 0 calc(100% / 12 * 10 - 1rem);
  max-width: calc(100% / 12 * 10 - 1rem);
}

.g-col-11 {
  flex: 0 0 calc(100% / 12 * 11 - 1rem);
  max-width: calc(100% / 12 * 11 - 1rem);
}

.g-col-12 {
  flex: 0 0 calc(100% / 12 * 12 - 1rem);
  max-width: calc(100% / 12 * 12 - 1rem);
}

/**************************************************
  l-layer
***************************************************/
.l-layer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media all and (max-width: 480px) {
  .l-layer {
    display: block;
  }
}
.l-layer__text {
  width: 100%;
  position: relative;
  margin-right: -5vw;
  background: var(--color-bg);
  padding: 5rem 5rem 0;
}
@media all and (max-width: 480px) {
  .l-layer__text {
    margin-left: 0;
    padding: 0;
  }
}
.l-layer__img {
  width: 100%;
}
.l-layer__img img {
  width: 100%;
}

/**************************************************
  Typography
***************************************************/
/* -----------------------------------------------
  Heading
-------------------------------------------------- */
.c-heading {
  margin-top: 5em;
  clear: both;
  position: relative;
}
.c-heading--lv2 {
  font-size: min(2.7rem, 2.0769230769vw);
  line-height: min(4.6rem, 3.5384615385vw);
  padding-bottom: min(3.3rem, 2.5384615385vw);
  background: url("images/common/dec_wavy.png") bottom left/min(2.9rem, 2.2307692308vw) repeat-x;
  margin-bottom: min(4rem, 3.0769230769vw);
}
@media all and (max-width: 480px) {
  .c-heading--lv2 {
    font-size: 6.5217391304vw;
    line-height: 11.1111111111vw;
    padding-bottom: 5.5555555556vw;
    background-size: 7.0048309179vw;
  }
}
.c-heading--lv3 {
  font-size: min(2.1rem, 1.6153846154vw);
  line-height: min(3.5rem, 2.6923076923vw);
  padding-bottom: min(2.2rem, 1.6923076923vw);
  border-bottom: 1px solid #ede0ba;
}
@media all and (max-width: 480px) {
  .c-heading--lv3 {
    font-size: 5.0724637681vw;
    line-height: 8.4541062802vw;
    padding-bottom: 1.6923076923vw;
  }
}
.c-heading--lv3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(1.9rem, 1.4615384615vw);
  height: min(0.6rem, 0.4615384615vw);
  background: #40c867;
}
@media all and (max-width: 480px) {
  .c-heading--lv3::after {
    width: 4.5893719807vw;
    height: 1.4492753623vw;
  }
}
.c-heading--lv4 {
  font-size: min(1.8rem, 1.3846153846vw);
  line-height: min(3.1rem, 2.3846153846vw);
  padding-left: min(3rem, 2.3076923077vw);
}
@media all and (max-width: 480px) {
  .c-heading--lv4 {
    font-size: 4.347826087vw;
    line-height: 7.4879227053vw;
    padding-left: 7.2463768116vw;
  }
}
.c-heading--lv4::before, .c-heading--lv4::after {
  content: "";
  position: absolute;
  top: min(1rem, 0.7692307692vw);
  left: 0;
  width: min(1.2rem, 0.9230769231vw);
  height: min(1.2rem, 0.9230769231vw);
  border-radius: min(2.4rem, 1.8461538462vw);
  background: var(--color-base);
}
@media all and (max-width: 480px) {
  .c-heading--lv4::before, .c-heading--lv4::after {
    top: 2.4154589372vw;
    left: 0;
    width: 2.8985507246vw;
    height: 2.8985507246vw;
    border-radius: 5.7971014493vw;
  }
}
.c-heading--lv4::after {
  left: min(1.1rem, 0.8461538462vw);
  background: #40c867;
}
@media all and (max-width: 480px) {
  .c-heading--lv4::after {
    left: 2.6570048309vw;
  }
}
.c-heading--lv5 {
  font-size: min(1.8rem, 1.3846153846vw);
  line-height: min(3.1rem, 2.3846153846vw);
  padding-left: min(2rem, 1.5384615385vw);
}
@media all and (max-width: 480px) {
  .c-heading--lv5 {
    font-size: 4.347826087vw;
    line-height: 7.4879227053vw;
    padding-left: 4.8309178744vw;
  }
}
.c-heading--lv5::before, .c-heading--lv5::after {
  content: "";
  position: absolute;
  top: min(1rem, 0.7692307692vw);
  left: 0;
  width: min(0.6rem, 0.4615384615vw);
  height: min(1.3rem, 1vw);
  border-radius: min(0.2rem, 0.1538461538vw);
  background: #40c867;
}
@media all and (max-width: 480px) {
  .c-heading--lv5::before, .c-heading--lv5::after {
    top: 2.4154589372vw;
    width: 1.4492753623vw;
    height: 3.1400966184vw;
    border-radius: 0.4830917874vw;
  }
}
.c-heading--lv5::after {
  height: min(0.7rem, 0.5384615385vw);
  background: var(--color-base);
}
@media all and (max-width: 480px) {
  .c-heading--lv5::after {
    height: 1.690821256vw;
  }
}

/* -----------------------------------------------
  Variation
-------------------------------------------------- */
.c-en {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: normal;
}

.c-attention {
  color: var(--color-error);
}

.c-lead {
  font-size: min(2rem, 1.5384615385vw);
}
@media all and (max-width: 480px) {
  .c-lead {
    font-size: 4.8309178744vw;
  }
}

/**************************************************
  Button
***************************************************/
.wp-block-buttons {
  margin-block: 0.5em;
}
@media all and (max-width: 480px) {
  .wp-block-buttons > .wp-block-button {
    margin-inline: auto;
  }
}

.wp-block-button__link {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  min-width: 24.5rem;
  height: 5.5rem;
  border: 1px solid var(--color-link);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-link);
  border-radius: 0;
}
.wp-block-button__link .c-icon {
  position: absolute;
  inset-block: 0;
  right: 2rem;
  margin-block: auto;
  width: 1.3rem;
  height: 0.9rem;
  fill: #fff;
}
.wp-block-button__link:any-link {
  color: #fff;
}
.wp-block-button__link:hover {
  color: var(--color-link);
  background: #fff;
}
.wp-block-button__link:hover .c-icon {
  fill: var(--color-link);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--color-base);
  color: var(--color-base);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background: var(--color-base);
  color: var(--color-bg);
}

/**************************************************
  Icon
***************************************************/
.c-icon {
  width: 1em;
  height: 1em;
  margin-right: 0.3rem;
  margin-left: 0.3rem;
  transition: 0.3s;
}
.c-icon-blank {
  max-height: 1.2rem;
  max-width: 1.2rem;
  fill: currentColor;
}
.c-icon-file {
  height: 1em;
}

/**************************************************
  img
***************************************************/
/* -----------------------------------------------
  luminous
-------------------------------------------------- */
a.c-img-zoom {
  cursor: zoom-in;
  position: relative;
  display: inline-block;
}
a.c-img-zoom::after {
  position: absolute;
  content: "";
  inset: 0;
  background: center/50% 50% no-repeat rgba(0, 0, 0, 0.3) url("images/common/icon_zoom.svg");
  width: 2.5rem;
  height: 2.5rem;
}

.lum-lightbox.lum-open {
  backdrop-filter: blur(10px);
  z-index: 10001;
}
.lum-lightbox.lum-open:hover {
  cursor: zoom-out;
}

.lum-gallery-button::after {
  width: 2rem;
  height: 2rem;
  border-width: 2px;
}

.lum-close-button {
  opacity: 0.5;
}

/**************************************************
  List
***************************************************/
.c-list {
  margin-block: 2.6em;
}

/* 非順序リスト */
.c-list--bullet li {
  margin-left: min(2rem, 1.5384615385vw);
  line-height: min(3rem, 2.3076923077vw);
}
@media all and (max-width: 480px) {
  .c-list--bullet li {
    margin-left: 4.8309178744vw;
    line-height: 7.2463768116vw;
  }
}
.c-list--bullet li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: -2rem;
  width: min(1rem, 0.7692307692vw);
  height: min(1rem, 0.7692307692vw);
  background: var(--color-base);
  border-radius: min(0.3rem, 0.2307692308vw);
}
@media all and (max-width: 480px) {
  .c-list--bullet li::before {
    width: 2.4154589372vw;
    height: 2.4154589372vw;
    border-radius: 0.7246376812vw;
  }
}
.c-list--bullet li:has(a)::before {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 60 44"><path fill="%2326b84f" d="M60.000,22.000 L38.000,43.1000 L38.000,28.167 L0.949,28.167 L0.949,16.087 L38.000,16.087 L38.000,0.000 L60.000,22.000 Z"/></svg>') no-repeat center center;
  top: 0.7em;
  width: min(1.2rem, 0.9230769231vw);
  height: min(0.8rem, 0.6153846154vw);
}
@media all and (max-width: 480px) {
  .c-list--bullet li:has(a)::before {
    width: 2.8985507246vw;
    height: 1.9323671498vw;
  }
}
.c-list--bullet ol,
.c-list--bullet ul {
  margin-top: 0;
  margin-bottom: 0;
}

.c-list--dotted li {
  line-height: min(3rem, 2.3076923077vw);
}
@media all and (max-width: 480px) {
  .c-list--dotted li {
    line-height: 7.2463768116vw;
  }
}
.c-list--dotted > li {
  margin-left: 1.5em;
}
.c-list--dotted > li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: -1.5em;
  width: min(1.7rem, 1.3076923077vw);
  height: min(1.7rem, 1.3076923077vw);
  border: min(0.6rem, 0.4615384615vw) solid #0cc449;
  border-radius: min(1.7rem, 1.3076923077vw);
}
@media all and (max-width: 480px) {
  .c-list--dotted > li::before {
    width: 4.1062801932vw;
    height: 4.1062801932vw;
    border-width: 1.4492753623vw;
    border-radius: 4.1062801932vw;
  }
}
.c-list--dotted ol > li {
  margin-left: 1em;
}
.c-list--dotted ol > li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: -1em;
  width: min(0.7rem, 0.5384615385vw);
  height: min(0.7rem, 0.5384615385vw);
  background: #0cc449;
  border-radius: min(0.7rem, 0.5384615385vw);
}
@media all and (max-width: 480px) {
  .c-list--dotted ol > li::before {
    width: 1.690821256vw;
    height: 1.690821256vw;
    border-radius: 1.690821256vw;
  }
}

/* 順序リスト */
.c-list--number {
  counter-reset: num;
}
.c-list--number li {
  padding-left: min(2rem, 1.5384615385vw);
  line-height: min(3.6rem, 2.7692307692vw);
}
@media all and (max-width: 480px) {
  .c-list--number li {
    padding-left: 4.8309178744vw;
    line-height: 8.6956521739vw;
  }
}
.c-list--number li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  top: 0;
  left: 0;
  font-size: min(1.6rem, 1.2307692308vw);
  font-weight: 500;
  color: var(--color-base);
}
@media all and (max-width: 480px) {
  .c-list--number li::before {
    font-size: 3.8647342995vw;
  }
}
.c-list--number ol,
.c-list--number ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* ※付きリスト */
.c-list--rice li {
  margin: 0 0 0 1em;
  text-indent: -1em;
}
.c-list--rice li::before {
  display: none;
}

/* テーブルの中のリスト */
table ul,
table ol {
  margin: 0;
}

/**************************************************
  Table（Flexible Table プラグイン）
***************************************************/
/* -----------------------------------------------
  Default
-------------------------------------------------- */
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table {
  margin-block: 2.6em;
  line-height: min(3rem, 2.3076923077vw);
}
@media all and (max-width: 480px) {
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table {
    line-height: 7.2463768116vw;
  }
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table {
  background: #fff;
  border-radius: min(3rem, 2.3076923077vw);
  overflow: hidden;
}
@media all and (max-width: 480px) {
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table {
    border-radius: 7.2463768116vw;
  }
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead tr th {
  color: #fff;
  background: var(--color-base);
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead tr th:not(:last-child) {
  border-right: 1px solid #d0d0d0;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
  background: #e6f0ff;
  text-align: center;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:not(:last-child) th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:not(:last-child) td {
  border-bottom: 1px solid #d0d0d0;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table td {
  padding: min(1.2rem, 0.9230769231vw) min(2rem, 1.5384615385vw);
}
@media all and (max-width: 480px) {
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table td {
    padding: 2.8985507246vw 4.8309178744vw;
  }
}

/* -----------------------------------------------
  SPのみスクロール
-------------------------------------------------- */
@media all and (max-width: 480px) {
  .wp-block-flexible-table-block-table.is-scroll-on-mobile {
    cursor: grab;
    padding-bottom: 2.4154589372vw;
  }
}
@media all and (max-width: 480px) {
  .wp-block-flexible-table-block-table.is-scroll-on-mobile:active {
    cursor: grabbing;
  }
}
.wp-block-flexible-table-block-table.is-scroll-on-mobile::before {
  content: "※この表は横にスクロールできます";
  position: sticky;
  top: 0;
  left: 0;
  font-size: 90%;
}
@media all and (min-width: 481px) {
  .wp-block-flexible-table-block-table.is-scroll-on-mobile::before {
    content: none;
  }
}
.wp-block-flexible-table-block-table.is-scroll-on-mobile table {
  min-width: 800px;
}

/**************************************************
  box
***************************************************/
.c-box--fill {
  background: rgba(var(--color-base), 0.1);
  padding: 2rem;
  margin: 2.6em 0;
}
.c-box--fill *:first-child {
  margin-top: 0;
}
.c-box--fill *:last-child {
  margin-bottom: 0;
}

.c-box--border {
  border: 2px solid var(--color-base);
  padding: 2rem;
  margin: 2.6em 0;
}
.c-box--border *:first-child {
  margin-top: 0;
}
.c-box--border *:last-child {
  margin-bottom: 0;
}

/**************************************************
  Header
***************************************************/
/* -----------------------------------------------
  PC
-------------------------------------------------- */
@media all and (min-width: 481px) {
  .container {
    margin-top: calc(-1 * min(105rem, 80.7692307692vw));
  }
}
@media (max-width: 769px) {
  .container {
    margin-top: -83.3vw;
  }
}
@media all and (max-width: 480px) {
  .container {
    margin-top: 0;
  }
}

.m-header {
  background: #fff;
  z-index: 100;
  transition: 0.6s ease-in-out;
}
@media all and (min-width: 481px) {
  .m-header {
    position: sticky;
    top: min(3rem, 2.3076923077vw);
    left: calc(50% - min(60rem, 46.1538461538vw));
    width: min(24.8rem, 19.0769230769vw);
    min-height: min(65rem, 50vw);
    padding: min(4.8rem, 3.6923076923vw) min(3rem, 2.3076923077vw);
    margin-bottom: min(40rem, 30.7692307692vw);
    border-radius: min(6rem, 4.6153846154vw);
  }
}
@media all and (max-width: 480px) {
  .m-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 36.9565217391vw;
    height: 38.6473429952vw;
    padding-top: 5.7971014493vw;
    border-radius: 0 0 4rem 0;
    background: #f5f5f5;
  }
}
@media all and (max-width: 480px) {
  .m-header.is-scrolled {
    top: -100%;
  }
}
.m-header__nav, .m-header__sns {
  position: relative;
}
@media all and (min-width: 481px) {
  .m-header__nav, .m-header__sns {
    margin-top: min(2.9rem, 2.2307692308vw);
    padding-top: min(2.9rem, 2.2307692308vw);
  }
  .m-header__nav::before, .m-header__sns::before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline: 0;
    margin: auto;
    width: min(17.8rem, 13.6923076923vw);
    height: 1px;
    background: #e5e5e5;
  }
}
.m-header__nav-wrap {
  display: flex;
  flex-flow: wrap column;
  gap: min(2rem, 1.5384615385vw);
}
@media all and (max-width: 480px) {
  .m-header__nav-wrap {
    gap: 12.077294686vw;
    margin-top: 48.309178744vw;
    margin-left: 14.4927536232vw;
  }
}
.m-header__nav-item {
  position: relative;
  font-size: min(1.3rem, 1vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media all and (min-width: 481px) {
  .m-header__nav-item {
    padding-left: min(2rem, 1.5384615385vw);
  }
}
@media all and (max-width: 480px) {
  .m-header__nav-item {
    font-size: 5.0724637681vw;
  }
}
.m-header__nav-item .nav-text--sm {
  font-weight: 500;
}
.m-header__nav-item .nav-text--lg {
  font-size: min(1.5rem, 1.1538461538vw);
  margin-left: min(1rem, 0.7692307692vw);
}
@media all and (max-width: 480px) {
  .m-header__nav-item .nav-text--lg {
    font-size: 5.7971014493vw;
  }
}
.m-header__nav-item .c-icon {
  fill: #288e00;
}
.m-header__nav-link {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.m-header__nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  border: 0.3rem solid #ff9000;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.3s;
}
.m-header__nav-link:any-link {
  color: var(--color-text);
  text-decoration: none;
}
@media all and (min-width: 481px) {
  .m-header__nav-link:hover {
    color: var(--color-link);
  }
  .m-header__nav-link:hover::before {
    opacity: 1;
  }
  .m-header__nav-link:hover .c-icon {
    fill: var(--color-link);
  }
}
@media all and (max-width: 480px) {
  .m-header__sns {
    margin-top: 12.077294686vw;
    padding-top: 12.077294686vw;
    border-top: 1px solid #e5e5e5;
  }
}
.m-header__sns .sns-title {
  font-size: min(1.2rem, 0.9230769231vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: min(1.2rem, 0.9230769231vw);
}
@media all and (max-width: 480px) {
  .m-header__sns .sns-title {
    font-size: 4.8309178744vw;
    margin-bottom: 4.8309178744vw;
  }
}
.m-header__sns-wrap {
  display: flex;
  justify-content: center;
  gap: min(1.5rem, 1.1538461538vw);
}
@media all and (max-width: 480px) {
  .m-header__sns-wrap {
    gap: 6.7632850242vw;
  }
}
.m-header__sns-item {
  width: min(2.5rem, 1.9230769231vw);
  height: min(2.5rem, 1.9230769231vw);
  border-radius: 50%;
  display: flex;
}
@media all and (max-width: 480px) {
  .m-header__sns-item {
    width: 10.1449275362vw;
    height: 10.1449275362vw;
  }
}
.m-header__sns-item.--youtube {
  background: #eb0000;
}
.m-header__sns-item.--youtube .c-icon {
  fill: #fff;
}
.m-header__sns-item.--instagram .c-icon {
  width: 100%;
  height: 100%;
}
.m-header__sns-item.--facebook .c-icon {
  width: 100%;
  height: 100%;
  fill: #1877f2;
}
.m-header__sns-item.--line {
  background: #00c300;
}
.m-header__sns-item.--line .c-icon {
  fill: #fff;
}
.m-header__sns-item .c-icon {
  margin-inline: 0;
}
@media all and (min-width: 481px) {
  .m-header__sns-item .c-icon {
    width: min(1.6rem, 1.2307692308vw);
    height: min(1.6rem, 1.2307692308vw);
  }
}
@media all and (max-width: 480px) {
  .m-header__sns-item .c-icon {
    width: 5.7971014493vw;
    height: 5.7971014493vw;
  }
}
.m-header__sns-link {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.m-header__translation {
  background: url("images/common/icon_tryangle-down.svg") center right min(1.2rem, 0.9230769231vw) no-repeat;
  width: 100%;
  height: min(3rem, 2.3076923077vw);
  font-size: min(1.2rem, 0.9230769231vw);
  border: 1px solid #000;
  border-radius: 2em;
  padding-inline: 1em;
  margin-top: min(1.5rem, 1.1538461538vw);
  position: relative;
  z-index: 1;
  appearance: none;
}
@media all and (max-width: 480px) {
  .m-header__translation {
    background-position: center right 3.8647342995vw;
    height: 13.5265700483vw;
    font-size: 4.8309178744vw;
    margin-top: 7.2463768116vw;
  }
}
.m-header__logo {
  line-height: 1;
  margin-block: 0;
  margin-inline: auto;
  width: min(16.6rem, 12.7692307692vw);
}
@media all and (max-width: 480px) {
  .m-header__logo {
    width: 20.5314009662vw;
  }
}

/* -----------------------------------------------
  SP
-------------------------------------------------- */
.m-hamburger__toggle {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  background: #000;
  cursor: pointer;
  z-index: 1001;
  outline: none;
  border: none;
  appearance: none;
}
@media all and (min-width: 481px) {
  .m-hamburger__toggle {
    display: none;
  }
}
.m-hamburger__toggle-bars {
  display: inline-block;
  width: 3rem;
  height: 2px;
  background: var(--color-bg);
  position: relative;
  transition: all 0.3s ease-in-out;
}
.m-hamburger__toggle-bars::before, .m-hamburger__toggle-bars::after {
  content: "";
  display: block;
  width: 3rem;
  height: 2px;
  background: var(--color-bg);
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.m-hamburger__toggle-bars::before {
  top: -8px;
}
.m-hamburger__toggle-bars::after {
  top: 8px;
}
.is-drawer-open .m-hamburger__toggle-bars {
  background: transparent;
}
.is-drawer-open .m-hamburger__toggle-bars::before {
  translate: 0 8px;
  rotate: 45deg;
}
.is-drawer-open .m-hamburger__toggle-bars::after {
  translate: 0 -8px;
  rotate: -45deg;
}
@media all and (min-width: 481px) {
  .m-hamburger__drawer {
    display: none;
  }
}
.m-hamburger__drawer[aria-hidden=true] {
  pointer-events: none;
}
.m-hamburger__drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: right 0.3s ease-in-out;
  z-index: 1000;
  overflow-y: auto;
  padding: 7.2463768116vw;
}
.m-hamburger__drawer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/common/bg_drawer.webp") top center/100% no-repeat;
}
.m-hamburger__drawer[aria-hidden=false] {
  right: 0;
}

body.is-drawer-open {
  overflow: hidden;
}

.m-header__skip-link {
  display: block;
  margin-top: 50px;
}

/**************************************************
  Footer
***************************************************/
.m-footer {
  position: relative;
}
@media all and (min-width: 481px) {
  .m-footer {
    width: min(86rem, 66.1538461538vw);
    margin-inline: auto;
    left: min(15rem, 11.5384615385vw);
  }
}
@media all and (max-width: 480px) {
  .m-footer {
    margin-inline: 4.8309178744vw;
  }
}
.m-footer__copyright {
  display: block;
  margin-top: min(8rem, 6.1538461538vw);
  padding-block: min(4rem, 3.0769230769vw);
  border-top: 1px solid #bbb9b2;
  font-size: min(1.2rem, 0.9230769231vw);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media all and (max-width: 480px) {
  .m-footer__copyright {
    margin-top: 14.4927536232vw;
    padding-block: 9.6618357488vw;
    font-size: 2.6570048309vw;
    letter-spacing: 0.05em;
  }
}

.m-related {
  border-top: 1px solid #bbb9b2;
  margin-top: min(10rem, 7.6923076923vw);
  padding-top: min(10rem, 7.6923076923vw);
}
@media all and (max-width: 480px) {
  .m-related {
    margin-top: 14.4927536232vw;
    padding-top: 14.4927536232vw;
  }
}
.m-related__title {
  font-size: min(6rem, 4.6153846154vw);
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-block: 0 min(4rem, 3.0769230769vw);
}
@media all and (max-width: 480px) {
  .m-related__title {
    font-size: 9.4202898551vw;
    margin-block: 0 7.2463768116vw;
  }
}
.m-related__list {
  display: grid;
}
@media all and (min-width: 481px) {
  .m-related__list {
    grid-template-columns: repeat(3, 1fr);
    gap: min(3rem, 2.3076923077vw);
  }
}
@media all and (max-width: 480px) {
  .m-related__list {
    gap: 7.2463768116vw;
  }
}
.m-related__item {
  padding-bottom: min(2.5rem, 1.9230769231vw);
}
@media all and (max-width: 480px) {
  .m-related__item {
    padding-bottom: 7.729468599vw;
  }
}
.m-related__link {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
}
.m-related__link:any-link {
  color: var(--color-text);
}
.m-related__link:hover .m-related__banner {
  background: #ece9e1;
}
.m-related__link:hover img {
  opacity: 0.5;
}
.m-related__link .c-icon-blank {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  margin: 0;
  width: min(1.2rem, 0.9230769231vw);
  height: min(1.2rem, 0.9230769231vw);
  fill: #777;
}
@media all and (max-width: 480px) {
  .m-related__link .c-icon-blank {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
.m-related__banner {
  background: #fff;
  border-radius: 2rem;
  transition: 0.3s;
}
.m-related__banner img {
  transition: 0.3s;
}
.m-related__banner figcaption {
  position: absolute;
  bottom: calc(-1 * min(2.6rem, 2vw));
  inset-inline: 0;
  margin: auto;
  font-size: min(1.4rem, 1.0769230769vw);
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media all and (max-width: 480px) {
  .m-related__banner figcaption {
    bottom: calc(-1 * 7.729468599vw);
    font-size: 4.1062801932vw;
  }
}

/* -----------------------------------------------
  js-pageTop
-------------------------------------------------- */
.js-pageTop {
  position: absolute;
  right: 0;
  bottom: min(6rem, 4.6153846154vw);
  transition: 0.3s;
}
@media all and (max-width: 480px) {
  .js-pageTop {
    bottom: 17.3913043478vw;
  }
}
@media all and (min-width: 481px) {
  .js-pageTop:hover {
    transform: translateY(-10px);
  }
}
.js-pageTop a {
  width: min(7.7rem, 5.9230769231vw);
  height: min(8.4rem, 6.4615384615vw);
  border-radius: min(2rem, 1.5384615385vw);
  background: var(--color-base);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
@media all and (max-width: 480px) {
  .js-pageTop a {
    width: 12.3188405797vw;
    height: 13.5265700483vw;
    border-radius: 3.3816425121vw;
  }
}
.js-pageTop a .pt-text {
  font-size: min(1.2rem, 0.9230769231vw);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media all and (max-width: 480px) {
  .js-pageTop a .pt-text {
    font-size: 1.9323671498vw;
  }
}
.js-pageTop a .c-icon {
  width: min(2.2rem, 1.6923076923vw);
  height: min(2.2rem, 1.6923076923vw);
  rotate: -90deg;
  margin-bottom: 2px;
}
@media all and (max-width: 480px) {
  .js-pageTop a .c-icon {
    width: 3.6231884058vw;
    height: 3.6231884058vw;
  }
}
.js-pageTop a .c-en {
  display: block;
  font-size: min(1.7rem, 1.3076923077vw);
  font-weight: normal;
}
@media all and (max-width: 480px) {
  .js-pageTop a .c-en {
    font-size: 2.6570048309vw;
  }
}

/**************************************************
  entry-list
***************************************************/
.m-entry-list .m-article__link {
  display: block;
}

/**************************************************
  entry-card
***************************************************/
.m-entry-card {
  display: grid;
}
@media all and (min-width: 481px) {
  .m-entry-card {
    grid-template-columns: repeat(3, 1fr);
    column-gap: min(2rem, 1.5384615385vw);
    row-gap: min(5rem, 3.8461538462vw);
  }
}
@media all and (max-width: 480px) {
  .m-entry-card {
    row-gap: 9.6618357488vw;
  }
}
.m-entry-card .m-article__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.m-entry-card .m-article__link:any-link {
  color: var(--color-text);
  text-decoration: none;
}
.m-entry-card .m-article__link:hover .m-article__thumb::after {
  opacity: 1;
}
.m-entry-card .m-article__content {
  order: 2;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.3em;
  margin-inline: min(1rem, 0.7692307692vw);
}
@media all and (max-width: 480px) {
  .m-entry-card .m-article__content {
    margin-inline: 2.4154589372vw;
  }
}
.m-entry-card .m-article__thumb {
  order: 1;
  overflow: hidden;
  position: relative;
  border-radius: min(2rem, 1.5384615385vw);
}
@media all and (min-width: 481px) {
  .m-entry-card .m-article__thumb {
    width: min(27.4rem, 21.0769230769vw);
    height: min(18.2rem, 14vw);
  }
  .m-entry-card .m-article__thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: 0.3s;
    opacity: 0;
  }
}
@media all and (max-width: 480px) {
  .m-entry-card .m-article__thumb {
    aspect-ratio: 3/2;
    border-radius: 4.8309178744vw;
  }
}
.m-entry-card .m-article__thumb .wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-entry-card .m-article__title {
  flex: 100%;
  font-size: min(1.6rem, 1.2307692308vw);
  line-height: min(2.4rem, 1.8461538462vw);
  margin-block: min(1.6rem, 1.2307692308vw);
}
@media all and (max-width: 480px) {
  .m-entry-card .m-article__title {
    font-size: 3.8647342995vw;
    line-height: inherit;
    margin-block: 3.6231884058vw;
  }
}
.m-entry-card .m-article__category {
  font-size: min(1.3rem, 1vw);
  padding: 0 1em;
  border: 1px solid;
  border-radius: 1em;
}
@media all and (max-width: 480px) {
  .m-entry-card .m-article__category {
    font-size: 3.1400966184vw;
  }
}
.m-entry-card .m-article__date {
  font-size: min(1.4rem, 1.0769230769vw);
  margin-left: auto;
}
@media all and (max-width: 480px) {
  .m-entry-card .m-article__date {
    font-size: 3.3816425121vw;
  }
}

.top-life .m-article__thumb::after,
.single-life .m-article__thumb::after,
.tax-life_category .m-article__thumb::after,
.post-type-archive-life .m-article__thumb::after {
  background-image: url("images/top/dec_article-life.png");
}

.top-work .m-article__thumb::after,
.single-work .m-article__thumb::after,
.tax-work_category .m-article__thumb::after,
.post-type-archive-work .m-article__thumb::after {
  background-image: url("images/top/dec_article-work.png");
}

.top-enjoy .m-article__thumb::after,
.single-enjoy .m-article__thumb::after,
.tax-enjoy_category .m-article__thumb::after,
.post-type-archive-enjoy .m-article__thumb::after {
  background-image: url("images/top/dec_article-enjoy.png");
}

/**************************************************
  page title
***************************************************/
.m-page-title {
  position: relative;
  background-image: url("images/common/bg_mountain.webp"), url("images/common/bg_page-title.png");
  background-position: bottom -2px center, center;
  background-size: min(130rem, 100vw), min(130rem, 100vw);
  background-repeat: no-repeat, repeat;
  height: min(38.6rem, 29.6923076923vw);
}
@media all and (max-width: 480px) {
  .m-page-title {
    background-size: 157.0048309179vw, 277.7777777778vw;
    height: fit-content;
  }
}
.m-page-title.--kame {
  background-image: url("images/common/bg_mountain.webp"), url("images/common/bg_kame.png"), url("images/common/bg_page-title.png");
  background-position: bottom center, center, center;
  background-size: min(130rem, 100vw), min(133.7rem, 102.8461538462vw), min(130rem, 100vw);
  background-repeat: no-repeat, repeat, repeat;
}
@media all and (max-width: 480px) {
  .m-page-title.--kame {
    background-size: 157.0048309179vw, 307.2463768116vw, 277.7777777778vw;
  }
}
.m-page-title.--kame .inner {
  justify-content: center;
}
.m-page-title .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 480px) {
  .m-page-title .inner {
    align-items: flex-end;
    padding-block: 38.6473429952vw 9.6618357488vw;
  }
}
.m-page-title__heading {
  font-family: "Dela Gothic One", sans-serif;
  font-size: min(5.2rem, 4vw);
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-block: 0;
  z-index: 1;
}
@media all and (max-width: 480px) {
  .m-page-title__heading {
    font-size: 8.6956521739vw;
  }
}
.m-page-title__heading .txt-bag {
  color: #fff;
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
  paint-order: stroke;
}
.m-page-title__heading .txt-lg {
  font-size: min(6.5rem, 5vw);
}
@media all and (min-width: 481px) {
  .m-page-title__heading .txt-lg {
    margin-left: min(0.5rem, 0.3846153846vw);
  }
}
@media all and (max-width: 480px) {
  .m-page-title__heading .txt-lg {
    font-size: 13.2850241546vw;
  }
}

.m-page-title .inner::after {
  position: absolute;
  top: min(10rem, 7.6923076923vw);
  margin: auto;
  width: fit-content;
  height: fit-content;
  font-family: "Dela Gothic One", sans-serif;
  font-size: min(9.5rem, 7.3076923077vw);
  line-height: 1;
  text-align: center;
  color: #fff;
  opacity: 0.23;
}
@media all and (min-width: 481px) {
  .m-page-title .inner::after {
    white-space: nowrap;
  }
}
@media all and (max-width: 480px) {
  .m-page-title .inner::after {
    width: 100vw;
    font-size: 19.3236714976vw;
    top: 0;
    bottom: 0;
    left: calc(-1 * 4.8309178744vw);
    right: calc(-1 * 4.8309178744vw);
  }
}

.post-type-archive-life .m-page-title,
.single-life .m-page-title {
  background-image: url("images/common/bg_mountain.webp"), url("images/common/bg_kame-life.png"), url("images/top/bg_life.webp");
}
.post-type-archive-life .m-page-title .inner::after,
.single-life .m-page-title .inner::after {
  content: "LIFE IS GOOD";
}

.post-type-archive-work .m-page-title,
.single-work .m-page-title {
  background-image: url("images/common/bg_mountain.webp"), url("images/common/bg_kame-work.png"), url("images/top/bg_work.webp");
}
.post-type-archive-work .m-page-title .inner::after,
.single-work .m-page-title .inner::after {
  content: "WORK IS GOOD";
}

.post-type-archive-enjoy .m-page-title,
.single-enjoy .m-page-title {
  background-image: url("images/common/bg_mountain.webp"), url("images/common/bg_kame-enjoy.png"), url("images/top/bg_enjoy.webp");
}
.post-type-archive-enjoy .m-page-title .inner::after,
.single-enjoy .m-page-title .inner::after {
  content: "ENJOY OF ALL";
}

.single-life .m-page-title .inner::after,
.single-work .m-page-title .inner::after,
.single-enjoy .m-page-title .inner::after {
  content: none;
}

/**************************************************
  breadcrumb
***************************************************/
.m-breadcrumb {
  white-space: nowrap;
  overflow-x: auto;
  display: flex;
  align-items: flex-end;
  margin-block: min(0.8rem, 0.6153846154vw) min(5rem, 3.8461538462vw);
}
@media all and (max-width: 480px) {
  .m-breadcrumb {
    margin-block: 2.4154589372vw 12.077294686vw;
  }
}
.m-breadcrumb ol {
  display: flex;
  margin-left: auto;
}
.m-breadcrumb li {
  font-size: min(1.2rem, 0.9230769231vw);
}
@media all and (max-width: 480px) {
  .m-breadcrumb li {
    font-size: 2.8985507246vw;
  }
}
.m-breadcrumb li:not(:last-child) {
  padding-right: 1.8em;
}
.m-breadcrumb li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0.5em;
  right: 0.7em;
  margin: auto;
  background: #0056d3;
  width: 1px;
  height: 8px;
  rotate: 40deg;
}
.m-breadcrumb a:any-link {
  color: var(--color-text);
}
.m-breadcrumb::-webkit-scrollbar {
  height: 8px;
}
.m-breadcrumb::-webkit-scrollbar-track {
  background-color: transparent;
}
.m-breadcrumb::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-text), 0.05);
  border-radius: 8px;
}

/**************************************************
  slider
***************************************************/
.m-slider {
  --swiper-theme-color: var(--color-base);
  overflow: hidden;
  position: relative;
  margin-block: 2.6em;
}
.m-slider .swiper-slide img {
  width: 100%;
}
.m-slider .swiper-button-prev,
.m-slider .swiper-button-next {
  color: var(--swiper-theme-color);
  top: 50%;
  transform: translateY(-50%);
}
.m-slider .swiper-pagination-bullet-active {
  background-color: var(--swiper-theme-color);
}
/**************************************************
  faq
***************************************************/
.m-faq__item {
  background: rgba(var(--color-base), 0.1);
  margin-bottom: 1rem;
  overflow: hidden;
}
.m-faq__item[open] .m-faq__question::before {
  rotate: 90deg;
}

.m-faq__question {
  position: relative;
  display: block;
  cursor: pointer;
  font-weight: bold;
  /* デフォルトアイコン: + */
}
.m-faq__question::before, .m-faq__question::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  width: 14px;
  height: 2px;
  background: var(--color-text);
  transition: 0.3s;
}
.m-faq__question {
  /* マーカーを非表示に */
}
.m-faq__question::-webkit-details-marker {
  display: none;
}

.m-faq__answer {
  overflow: hidden;
}

/**************************************************
  pagination
***************************************************/
.pagination__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: fit-content;
  margin-inline: auto;
  margin-top: min(9rem, 6.9230769231vw);
  font-family: "Dela Gothic One", sans-serif;
  font-size: min(1.9rem, 1.4615384615vw);
  background: #fff;
  border-radius: min(2rem, 1.5384615385vw);
  overflow: hidden;
}
@media all and (max-width: 480px) {
  .pagination__nav {
    flex-wrap: wrap;
    margin-top: 21.7391304348vw;
    font-size: 3.6231884058vw;
    line-height: 1;
    border-radius: 3.1400966184vw;
  }
}
.pagination__nav > * {
  flex: 0 0 min(5.1rem, 3.9230769231vw);
  width: min(5.1rem, 3.9230769231vw);
  height: min(5.6rem, 4.3076923077vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 480px) {
  .pagination__nav > * {
    flex: 0 0 9.6618357488vw;
    width: 9.6618357488vw;
    height: 9.6618357488vw;
  }
}
.pagination__nav__link {
  background: #fff;
}
.pagination__nav__link:any-link {
  color: var(--color-text);
  text-decoration: none;
}
@media all and (min-width: 481px) {
  .pagination__nav__link:hover {
    color: #fff;
    background: var(--color-link);
  }
  .pagination__nav__link:hover .c-icon {
    fill: #fff;
  }
}
.pagination__nav [aria-current=page] {
  color: #fff;
  background: var(--color-link);
}
.pagination__nav .c-icon {
  fill: #40c867;
  width: 0.8rem;
  height: 1.3rem;
}
@media all and (max-width: 480px) {
  .pagination__nav .c-icon {
    scale: 0.8;
  }
}
.pagination__nav__link:first-child .c-icon, .pagination__nav__link:last-child .c-icon {
  width: 1.5rem;
}

/**************************************************
  share
***************************************************/
.m-share {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-block: min(12rem, 9.2307692308vw) min(6rem, 4.6153846154vw);
  padding-block: 1.5rem;
  border-top: 2px solid #bbb9b2;
  border-bottom: 2px solid #bbb9b2;
}
@media all and (max-width: 480px) {
  .m-share {
    margin-block: 14.4927536232vw 7.2463768116vw;
  }
}
.m-share .title {
  display: flex;
  align-items: center;
  width: min(18.2rem, 14vw);
  height: min(16.2rem, 12.4615384615vw);
  background: url("images/common/dec_share-kame.png") center/min(18.2rem, 14vw) no-repeat;
  margin-block: 0;
  margin-right: min(3rem, 2.3076923077vw);
  padding-left: min(2.7rem, 2.0769230769vw);
  padding-bottom: min(1rem, 0.7692307692vw);
  font-size: min(1.6rem, 1.2307692308vw);
  font-weight: 800;
  text-align: center;
  color: var(--color-text);
}
@media all and (max-width: 480px) {
  .m-share .title {
    width: 35.5072463768vw;
    height: 31.884057971vw;
    background-size: 35.5072463768vw;
    margin-right: 7.2463768116vw;
    padding-left: 5.0724637681vw;
    padding-bottom: 1.2077294686vw;
    font-size: 3.1400966184vw;
  }
}
.m-share .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: min(2rem, 1.5384615385vw);
}
@media all and (max-width: 480px) {
  .m-share .nav {
    gap: 3.1400966184vw;
  }
}
.m-share .nav li {
  width: min(6rem, 4.6153846154vw);
  height: min(6rem, 4.6153846154vw);
}
@media all and (max-width: 480px) {
  .m-share .nav li {
    width: 12.077294686vw;
    height: 12.077294686vw;
  }
}
.m-share .nav .link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.m-share .nav .link .c-icon {
  fill: currentColor;
  width: min(3rem, 2.3076923077vw);
  height: min(3rem, 2.3076923077vw);
}
@media all and (max-width: 480px) {
  .m-share .nav .link .c-icon {
    width: 7.2463768116vw;
    height: 7.2463768116vw;
  }
}
.m-share .nav .link:hover {
  opacity: 0.6;
}
.m-share .nav .facebook a {
  color: #1877f2;
  width: auto;
}
.m-share .nav .facebook a .c-icon {
  width: min(6rem, 4.6153846154vw);
  height: min(6rem, 4.6153846154vw);
  margin: 0;
  fill: currentColor;
}
@media all and (max-width: 480px) {
  .m-share .nav .facebook a .c-icon {
    width: 12.077294686vw;
    height: 12.077294686vw;
  }
}
.m-share .nav .twitter {
  order: 1;
}
.m-share .nav .twitter a {
  background: #000;
}
.m-share .nav .twitter a .c-icon {
  fill: var(--color-bg);
}
.m-share .nav .line a {
  background: #00c300;
}
.m-share .nav .line a .c-icon {
  fill: var(--color-bg);
}

/**************************************************
  Sidebar
***************************************************/
.l-content__side__archive {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.l-content__side__archive li {
  width: 50%;
}

/* -----------------------------------------------
  MARK: ウィジェット
-------------------------------------------------- */
.m-widget {
  flex: 0 0 min(27.4rem, 21.0769230769vw);
}
@media all and (max-width: 480px) {
  .m-widget {
    flex: 100%;
  }
}
.m-widget__title {
  font-size: min(2.4rem, 1.8461538462vw);
  letter-spacing: 0.1em;
  margin-block: 0 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid var(--color-base);
}
@media all and (max-width: 480px) {
  .m-widget__title {
    font-size: 5.7971014493vw;
  }
}
.m-widget ul {
  margin-block: 0;
}
.m-widget li {
  font-size: min(1.6rem, 1.2307692308vw);
  line-height: 1.3;
  margin-block: 1em;
}
@media all and (max-width: 480px) {
  .m-widget li {
    font-size: 3.6231884058vw;
  }
}
.m-widget li:last-child {
  margin-bottom: 0;
}
.m-widget li a:any-link {
  color: var(--color-text);
  text-decoration: none;
}
.m-widget li a:hover, .m-widget li a.is-current {
  color: #b1b1b1;
}
.m-widget .c-list--bullet li:has(a)::before {
  top: 0.4em;
}
.m-widget__archive {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 2rem;
}
.m-widget__archive li {
  flex: 1;
}
.m-widget .c-list--bullet {
  margin-top: 0;
}

/**************************************************
  toc
***************************************************/
.m-toc {
  background: #fff;
  padding: min(4rem, 3.0769230769vw);
  border: 2px solid #3ab483;
  border-radius: min(4rem, 3.0769230769vw);
  margin-bottom: min(7rem, 5.3846153846vw);
}
@media all and (max-width: 480px) {
  .m-toc {
    padding: 9.6618357488vw 4.8309178744vw;
    border-radius: 7.2463768116vw;
    margin-bottom: 16.9082125604vw;
  }
}
.m-toc:not(:has(.m-toc-list)) {
  display: none;
}

.m-toc-title {
  font-size: min(2.4rem, 1.8461538462vw);
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 1.2em;
}
@media all and (max-width: 480px) {
  .m-toc-title {
    font-size: 5.3140096618vw;
  }
}

.m-toc-list a {
  display: block;
}
.m-toc-list a:any-link {
  color: var(--color-text);
  text-decoration: none;
}
.m-toc-list a:hover {
  color: var(--color-link);
  text-decoration: underline;
}
.m-toc-list .is-current {
  font-weight: bold;
  background: rgba(var(--color-base), 0.2);
}

.toc-item.toc-h2 {
  font-weight: bold;
}
.toc-item.toc-h2:not(:last-child) {
  margin-bottom: 1.5em;
}

.toc-item.toc-h3 {
  font-weight: normal;
}

/**************************************************
  entry
***************************************************/
/* -----------------------------------------------
  header
-------------------------------------------------- */
.m-entry-header.inner {
  align-items: flex-start;
  gap: min(5rem, 3.8461538462vw);
  color: #fff;
}
@media all and (max-width: 480px) {
  .m-entry-header.inner {
    flex-direction: column;
    gap: 4.8309178744vw;
  }
}
@media all and (min-width: 481px) {
  .m-entry-header__div {
    margin-top: min(8.5rem, 6.5384615385vw);
  }
}
@media all and (max-width: 480px) {
  .m-entry-header__div {
    width: 100%;
  }
}
.m-entry-header__meta {
  margin-top: min(2rem, 1.5384615385vw);
  font-size: min(1.3rem, 1vw);
  font-weight: 500;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5em;
}
@media all and (max-width: 480px) {
  .m-entry-header__meta {
    margin-top: 0;
    font-size: 3.1400966184vw;
    justify-content: flex-end;
  }
}
.m-entry-header__date {
  letter-spacing: 0.1em;
}
@media all and (min-width: 481px) {
  .m-entry-header__date {
    margin-right: 0.5em;
  }
}
@media all and (max-width: 480px) {
  .m-entry-header__date {
    margin-left: 0.5em;
    order: 1;
  }
}
.m-entry-header__category {
  display: inline-block;
  padding-inline: 1.5em;
  height: min(2.2rem, 1.6923076923vw);
  line-height: min(2.2rem, 1.6923076923vw);
  border: 1px solid;
  border-radius: min(1.1rem, 0.8461538462vw);
}
@media all and (max-width: 480px) {
  .m-entry-header__category {
    height: 5.3140096618vw;
    line-height: 5.3140096618vw;
    border-radius: 2.6570048309vw;
  }
}
.m-entry-header__title {
  font-family: "Dela Gothic One", sans-serif;
  font-size: min(3.4rem, 2.6153846154vw);
  font-weight: normal;
  line-height: min(3.8rem, 2.9230769231vw);
  letter-spacing: 0.1em;
  margin-block: min(1.5rem, 1.1538461538vw) 0;
}
@media all and (max-width: 480px) {
  .m-entry-header__title {
    font-size: 7.729468599vw;
    line-height: 1.2;
    margin-block: 2.4154589372vw 0;
  }
}
.m-entry-header__eyecatch {
  flex: 0 0 min(37.6rem, 28.9230769231vw);
  border-radius: min(2rem, 1.5384615385vw);
  overflow: hidden;
}
@media all and (min-width: 481px) {
  .m-entry-header__eyecatch {
    margin-top: min(8.5rem, 6.5384615385vw);
  }
}
@media all and (max-width: 480px) {
  .m-entry-header__eyecatch {
    flex: 100%;
    border-radius: 4.8309178744vw;
  }
}
.m-entry-header__eyecatch img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

/* -----------------------------------------------
  body
-------------------------------------------------- */
@media all and (min-width: 481px) {
  .m-entry-body {
    font-size: min(1.6rem, 1.2307692308vw);
  }
  .m-entry-body p {
    line-height: min(3rem, 2.3076923077vw);
  }
}

/* -----------------------------------------------
  nav
-------------------------------------------------- */
.m-entry-nav {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media all and (min-width: 481px) {
  .m-entry-nav {
    font-size: min(1.6rem, 1.2307692308vw);
    width: min(52rem, 40vw);
    max-width: 100%;
    margin-inline: auto;
    margin-block: min(6rem, 4.6153846154vw) min(8rem, 6.1538461538vw);
  }
}
@media all and (max-width: 480px) {
  .m-entry-nav {
    font-size: 3.3816425121vw;
    margin-block: 7.2463768116vw;
  }
}
.m-entry-nav__item {
  flex: 0 0 min(10.3rem, 7.9230769231vw);
  max-width: 30%;
  text-align: center;
}
@media all and (max-width: 480px) {
  .m-entry-nav__item {
    flex: 1;
  }
}
@media all and (min-width: 481px) {
  .m-entry-nav__item--index {
    flex: 0 0 min(13rem, 10vw);
  }
}
.m-entry-nav__item a {
  display: block;
  padding-bottom: min(2rem, 1.5384615385vw);
  border-bottom: 2px solid var(--color-link);
}
@media all and (max-width: 480px) {
  .m-entry-nav__item a {
    padding-bottom: 4.8309178744vw;
  }
}
.m-entry-nav__item a:any-link {
  color: var(--color-text);
  text-decoration: none;
}
.m-entry-nav__item a:hover {
  border-color: transparent;
}
.m-entry-nav__item--prev a::before, .m-entry-nav__item--next a::after {
  content: "";
  position: absolute;
  top: 0.5em;
  width: min(1.2rem, 0.9230769231vw);
  height: min(0.8rem, 0.6153846154vw);
}
@media all and (max-width: 480px) {
  .m-entry-nav__item--prev a::before, .m-entry-nav__item--next a::after {
    width: 2.8985507246vw;
    height: 1.9323671498vw;
  }
}
.m-entry-nav__item--prev a {
  padding-left: 0.75em;
}
.m-entry-nav__item--prev a::before {
  left: 0;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 60 44"><path fill="%2326b84f" d="M58.989,27.913 L21.977,27.913 L21.977,43.1000 L-0.000,21.1000 L21.977,0.000 L21.977,15.833 L58.989,15.833 L58.989,27.913 Z"/></svg>') no-repeat center center;
}
.m-entry-nav__item--next a {
  padding-right: 0.75em;
}
.m-entry-nav__item--next a::after {
  right: 0;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 60 44"><path fill="%2326b84f" d="M60.000,22.000 L38.000,43.1000 L38.000,28.167 L0.949,28.167 L0.949,16.087 L38.000,16.087 L38.000,0.000 L60.000,22.000 Z"/></svg>') no-repeat center center;
}
.m-entry-nav:not(:has(.m-entry-nav__item--prev))::before, .m-entry-nav:not(:has(.m-entry-nav__item--next))::after {
  content: "";
  flex: 0 0 min(10.3rem, 7.9230769231vw);
  max-width: 30%;
}
@media all and (max-width: 480px) {
  .m-entry-nav:not(:has(.m-entry-nav__item--prev))::before, .m-entry-nav:not(:has(.m-entry-nav__item--next))::after {
    flex: 0 0 24.8792270531vw;
  }
}

/* -----------------------------------------------
  関連記事
-------------------------------------------------- */
.m-entry-related {
  padding-block: min(9rem, 6.9230769231vw) min(8rem, 6.1538461538vw);
  border-top: 1px solid #bbb9b2;
}
@media all and (max-width: 480px) {
  .m-entry-related {
    padding-block: 14.4927536232vw;
  }
}
.m-entry-related .related-title {
  font-size: min(6rem, 4.6153846154vw);
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-block: 0 min(4rem, 3.0769230769vw);
}
@media all and (max-width: 480px) {
  .m-entry-related .related-title {
    font-size: 9.4202898551vw;
    margin-block: 0 7.2463768116vw;
  }
}
.m-entry-related .c-link {
  margin-top: min(4rem, 3.0769230769vw);
  margin-inline: auto;
}
@media all and (max-width: 480px) {
  .m-entry-related .c-link {
    margin-top: 9.6618357488vw;
  }
}

/**************************************************
  search-form
***************************************************/
.m-search-form__field {
  outline-offset: 0;
}
.m-search-form__btn {
  background-color: var(--color-base);
  color: #fff;
}

/**************************************************
  gutenberg
***************************************************/
.wp-block-image {
  margin-block: 2.6em;
}

.wp-block-gallery {
  margin-block: 2.6em;
}

.wp-block-file {
  margin-block: 2.6em;
}
.wp-block-file .wp-block-file__button {
  display: none;
}

.wp-block-media-text {
  margin-block: 2.6em;
}
.wp-block-media-text__content {
  padding-right: 0 !important;
}
@media all and (max-width: 480px) {
  .wp-block-media-text__content {
    padding-inline: 0 !important;
  }
}

.wp-block-separator {
  border-top: 1px solid rgba(var(--color-text), 0.1);
  margin-block: 5em;
}

.wp-block-embed {
  margin-block: 2.6em;
}

@media all and (max-width: 480px) {
  .wp-block-column *:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 480px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 0;
  }
}

.wp-block-quote {
  margin: 2.6em 0;
  background: #fff;
  padding: min(3rem, 2.3076923077vw) min(4rem, 3.0769230769vw);
  border-radius: min(4rem, 3.0769230769vw);
}
@media all and (max-width: 480px) {
  .wp-block-quote {
    padding: 3rem 4rem;
    border-radius: 4rem;
  }
}
.wp-block-quote p {
  font-size: min(1.5rem, 1.1538461538vw);
}
@media all and (max-width: 480px) {
  .wp-block-quote p {
    font-size: 1.5rem;
  }
}
.wp-block-quote p:first-child {
  margin-top: 0;
}
.wp-block-quote p:last-child {
  margin-bottom: 0;
}

.page-styleguide .toc {
  height: calc(100vh - 32px);
  overflow-y: auto;
  top: 32px;
}
.page-styleguide .toc__inner {
  margin: 0 2rem;
}
.page-styleguide .toc__inner ol ol {
  padding-left: 1rem;
}
.page-styleguide .row > [class^=col],
.page-styleguide .row > [class^=g-col] {
  background: #00afcc;
}
.page-styleguide .row > [class^=col]:nth-child(even),
.page-styleguide .row > [class^=g-col]:nth-child(even) {
  background: #a688bd;
}
.page-styleguide .docs {
  background-color: #272822;
  clear: both;
  margin: 1rem 0 2rem;
  position: relative;
}
.page-styleguide .docs .control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0.6rem;
  position: absolute;
  right: 0;
}
.page-styleguide .docs .control p {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  font-weight: bold;
  color: #212529;
}
@media all and (max-width: 480px) {
  .page-styleguide .docs .control div:last-child {
    text-align: right;
  }
}
.page-styleguide .docs pre {
  margin: 0;
}
.page-styleguide .code-type {
  background: #888;
  color: #fff;
  display: inline-block;
  padding: 8px 16px;
  margin-left: 10px;
  margin-right: 8px;
  font-size: 0.7rem;
}
.page-styleguide .copy-button {
  color: #888;
  font-size: 0.6em;
  padding: 0.4rem 0.8rem;
  background-color: #333;
  font-weight: bold;
  border-radius: 3px;
}
.page-styleguide .copy-button:hover {
  color: #000;
  background-color: #fff;
}
.page-styleguide .copy-button.success {
  background-color: #c8e6c9;
  color: #007E33;
}
.page-styleguide .copy-button.failed {
  background-color: #ffcdd2;
  color: #CC0000;
}
.page-styleguide .hljs {
  line-height: 1.3;
}
.page-styleguide .hljs * {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.page-styleguide .hljs-ln-numbers {
  min-width: 2rem;
}

/**************************************************
  Top
***************************************************/
/* -----------------------------------------------
  mainvisual
-------------------------------------------------- */
.hero-area {
  position: relative;
  width: 100%;
  height: min(69rem, 53.0769230769vw);
  padding-top: min(2.3rem, 1.7692307692vw);
  background: url("images/top/bg_kame_pc.webp") center/min(171.8rem, 132.1538461538vw) repeat;
}
@media all and (max-width: 480px) {
  .hero-area {
    height: 100%;
    padding-top: 24.154589372vw;
    background: url("images/top/bg_kame_sp.webp") center/307.2463768116vw repeat;
  }
}
.hero-text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  margin-top: calc(-1 * min(6rem, 4.6153846154vw));
}
@media all and (max-width: 480px) {
  .hero-text {
    flex-direction: column;
    gap: 4.8309178744vw;
    margin-top: 13.2850241546vw;
  }
}
.hero-text .--lg {
  color: var(--color-base);
  font-size: min(8rem, 6.1538461538vw);
}
@media all and (max-width: 480px) {
  .hero-text .--lg {
    font-size: 11.8357487923vw;
    line-height: 8.4541062802vw;
  }
}
.hero-text .--sm {
  font-size: min(4rem, 3.0769230769vw);
  letter-spacing: 0.1em;
}
@media all and (max-width: 480px) {
  .hero-text .--sm {
    font-size: 7.2463768116vw;
    line-height: 7.4879227053vw;
  }
}
.hero-bottom {
  position: absolute;
  z-index: 1;
  bottom: 0;
  inset-inline: 0;
  margin: auto;
  width: min(130rem, 100vw);
}
@media all and (max-width: 480px) {
  .hero-bottom {
    width: 100%;
  }
}

.top-visual {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(56.6rem, 43.5384615385vw);
  height: min(56.6rem, 43.5384615385vw);
  margin-inline: auto;
  border: 3px solid #14db56;
  border-radius: 50%;
}
@media all and (max-width: 480px) {
  .top-visual {
    width: 82.1256038647vw;
    height: 82.1256038647vw;
  }
}
.top-visual__wrap {
  overflow: hidden;
  width: min(54.6rem, 42vw);
  height: min(54.6rem, 42vw);
  border-radius: 50%;
}
@media all and (max-width: 480px) {
  .top-visual__wrap {
    width: 79.2270531401vw;
    height: 79.2270531401vw;
  }
}
.top-visual__image {
  object-fit: cover;
  aspect-ratio: 1/1;
  position: absolute;
  max-width: none;
  width: 104%;
  height: 104%;
  top: -2%;
  left: -2%;
}

.top-gallery {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.top-gallery.--upper {
  top: min(2.5rem, 1.9230769231vw);
  left: 0;
}
@media all and (max-width: 480px) {
  .top-gallery.--upper {
    top: 2.4154589372vw;
    z-index: 2;
  }
}
.top-gallery.--under {
  bottom: min(15rem, 11.5384615385vw);
  left: 0;
}
@media all and (max-width: 480px) {
  .top-gallery.--under {
    bottom: 48.309178744vw;
    z-index: 2;
  }
}
.top-gallery.--under .top-gallery__image {
  animation-direction: reverse;
}
.top-gallery__image {
  width: min(130rem, 100vw);
  max-width: none;
  animation: gallery 30s infinite linear 1s both;
  backface-visibility: hidden;
  transform: translateZ(0);
}
@media all and (max-width: 480px) {
  .top-gallery__image {
    width: 100vw;
  }
}

@keyframes gallery {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.btn-line {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: min(2rem, 1.5384615385vw);
  right: calc(50% - min(58.2rem, 44.7692307692vw));
  z-index: 2;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(0.5rem, 0.3846153846vw);
  width: min(8.5rem, 6.5384615385vw);
  height: min(8.5rem, 6.5384615385vw);
  background: #40c765;
  border: min(0.5rem, 0.3846153846vw) solid #fff;
  border-radius: min(2rem, 1.5384615385vw);
}
.btn-line.is-show {
  opacity: 1;
  visibility: visible;
}
@media all and (min-width: 481px) {
  .btn-line:hover {
    scale: 1.2;
  }
}
@media all and (max-width: 480px) {
  .btn-line {
    gap: 1.2077294686vw;
    width: 20.5314009662vw;
    height: 20.5314009662vw;
    bottom: 4.8309178744vw;
    border-width: 1.2077294686vw;
    border-radius: 4.8309178744vw;
  }
}
.btn-line .text {
  font-size: min(1.45rem, 1.1153846154vw);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media all and (max-width: 480px) {
  .btn-line .text {
    font-size: 3.5024154589vw;
  }
}
.btn-line .c-icon {
  width: min(1.85rem, 1.4230769231vw);
  height: min(1.85rem, 1.4230769231vw);
}
@media all and (max-width: 480px) {
  .btn-line .c-icon {
    width: 4.4685990338vw;
    height: 4.4685990338vw;
  }
}

/* -----------------------------------------------
  introduction
-------------------------------------------------- */
.intro-area {
  background: url("images/top/bg_intro-area.webp") top left/min(130rem, 100vw) repeat;
}
@media all and (max-width: 480px) {
  .intro-area {
    position: relative;
    z-index: 2;
    margin-top: -2px;
  }
}
@media all and (min-width: 481px) {
  .intro-area .inner {
    padding-block: min(7rem, 5.3846153846vw) min(23rem, 17.6923076923vw);
  }
}
@media all and (max-width: 480px) {
  .intro-area .inner {
    padding-left: 14.4927536232vw;
    padding-block: 12.077294686vw 48.309178744vw;
  }
}
.intro-area p {
  font-size: min(1.8rem, 1.3846153846vw);
  font-weight: bold;
  line-height: min(3.6rem, 2.7692307692vw);
  margin-block: 0 min(3rem, 2.3076923077vw);
  position: relative;
  z-index: 1;
}
.intro-area p:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width: 480px) {
  .intro-area p {
    font-size: 3.8647342995vw;
    line-height: 7.2463768116vw;
    margin-block: 0 4.8309178744vw;
  }
}
.intro-area .intro-image {
  position: absolute;
  bottom: calc(-1 * min(9rem, 6.9230769231vw));
  right: calc(-1 * min(18rem, 13.8461538462vw));
  width: min(64.6rem, 49.6923076923vw);
}
@media all and (max-width: 480px) {
  .intro-area .intro-image {
    bottom: calc(-1 * 22.9468599034vw);
    right: calc(-1 * 14.4927536232vw);
    width: 80.4347826087vw;
  }
}
.intro-area .intro-text {
  position: absolute;
  bottom: calc(-1 * min(0.4rem, 0.3076923077vw));
  left: calc(-1 * min(8rem, 6.1538461538vw));
  color: #fff;
  text-transform: uppercase;
  line-height: min(7.2rem, 5.5384615385vw);
  opacity: 0.33;
}
.intro-area .intro-text span {
  display: block;
}
.intro-area .intro-text .--lg {
  font-size: min(8.4rem, 6.4615384615vw);
}
.intro-area .intro-text .--sm {
  font-size: min(7.3rem, 5.6153846154vw);
}
@media all and (max-width: 480px) {
  .intro-area .intro-text {
    writing-mode: vertical-rl;
    bottom: 14.4927536232vw;
    left: calc(-1 * 4.8309178744vw);
    line-height: 11.8357487923vw;
  }
  .intro-area .intro-text .--lg {
    font-size: 14.0096618357vw;
  }
  .intro-area .intro-text .--sm {
    font-size: 12.077294686vw;
  }
}

/* -----------------------------------------------
  section
-------------------------------------------------- */
.section {
  position: relative;
  padding-block: min(10rem, 7.6923076923vw) min(20rem, 15.3846153846vw);
  overflow: hidden;
}
@media all and (max-width: 480px) {
  .section {
    padding-block: 19.3236714976vw 36.231884058vw;
  }
}
.section .inner {
  z-index: 1;
}
.section-title {
  position: relative;
  font-family: "Dela Gothic One", sans-serif;
  font-size: min(4.8rem, 3.6923076923vw);
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: 0.1em;
  margin-block: 0 min(2.5rem, 1.9230769231vw);
}
@media all and (max-width: 480px) {
  .section-title {
    font-size: 8.6956521739vw;
    text-align: left;
    margin-block: 4.8309178744vw;
  }
}
.section-title .ttl-label {
  display: block;
  font-size: min(2.3rem, 1.7692307692vw);
  letter-spacing: 0.1em;
}
@media all and (max-width: 480px) {
  .section-title .ttl-label {
    font-size: 4.347826087vw;
    margin-bottom: 2.4154589372vw;
  }
}
@media all and (max-width: 480px) {
  .section-title .u-text-left,
  .section-title .u-text-right {
    display: block;
  }
}
.section-title .txt-base {
  color: var(--color-base);
}
.section-title .txt-green {
  color: #0cc449;
}
.section-title .txt-yellow {
  color: #e59c00;
}
.section-title .txt-blue {
  color: #008f8e;
}
.section-title .txt-red {
  color: #f44fa5;
}
.section-title .txt-sm {
  font-size: min(2.3rem, 1.7692307692vw);
}
@media all and (max-width: 480px) {
  .section-title .txt-sm {
    font-size: 4.347826087vw;
  }
}
.section-title .txt-md {
  font-size: min(4.8rem, 3.6923076923vw);
}
@media all and (max-width: 480px) {
  .section-title .txt-md {
    font-size: 10.6280193237vw;
  }
}
.section-title .txt-lg {
  font-size: min(6rem, 4.6153846154vw);
}
@media all and (min-width: 481px) {
  .section-title .txt-lg {
    margin-left: min(1.3rem, 1vw);
  }
}
@media all and (max-width: 480px) {
  .section-title .txt-lg {
    font-size: 13.2850241546vw;
  }
}
.section-title .txt-bag {
  color: #fff;
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
  paint-order: stroke;
}
.section-text {
  font-size: min(1.6rem, 1.2307692308vw);
  font-weight: 500;
  line-height: min(3rem, 2.3076923077vw);
  margin-block: min(3.5rem, 2.6923076923vw);
}
@media all and (max-width: 480px) {
  .section-text {
    font-size: 3.6231884058vw;
    line-height: 7.2463768116vw;
    margin-block: 6.038647343vw 7.2463768116vw;
  }
}
.section-image {
  position: absolute;
  top: 0;
  right: calc(50% + min(3.3rem, 2.5384615385vw) * -1);
  width: min(43.6rem, 33.5384615385vw);
}
@media all and (max-width: 480px) {
  .section-image {
    top: calc(-1 * 2.4154589372vw);
    right: auto;
    left: calc(-1 * 6.7632850242vw);
    width: 75.845410628vw;
  }
}
.section-banner {
  position: absolute;
  font-size: min(10rem, 7.6923076923vw);
  line-height: min(9rem, 6.9230769231vw);
  text-align: center;
  color: #fff;
  opacity: 0.33;
  pointer-events: none;
}
@media all and (min-width: 481px) {
  .section-banner {
    width: min(94rem, 72.3076923077vw);
    margin-inline: auto;
    bottom: min(10rem, 7.6923076923vw);
    left: min(32.5rem, 25vw);
  }
}
@media all and (max-width: 480px) {
  .section-banner {
    bottom: 12.077294686vw;
    left: calc(-1 * 1.2077294686vw);
    right: calc(-1 * 1.2077294686vw);
    font-size: 20.5314009662vw;
    line-height: 21.2560386473vw;
    white-space: nowrap;
  }
  .section-banner span {
    display: block;
  }
  .section-banner .--lg {
    font-size: 27.2946859903vw;
  }
}
@media all and (min-width: 481px) {
  .section .c-link.-to-archive {
    position: absolute;
    top: min(3.3rem, 2.5384615385vw);
    right: 0;
    z-index: 1;
  }
}
@media all and (max-width: 480px) {
  .section .c-link.-to-archive {
    margin-top: 9.6618357488vw;
    margin-inline: auto;
  }
}
@media all and (min-width: 481px) {
  .section .m-entry-card .m-article:first-child {
    margin-top: min(2rem, 1.5384615385vw);
  }
  .section .m-entry-card .m-article:nth-child(2) {
    margin-top: min(4rem, 3.0769230769vw);
  }
}

/* -----------------------------------------------
  #01 ABOUT
-------------------------------------------------- */
@media all and (min-width: 481px) {
  .top-about {
    padding-bottom: min(10rem, 7.6923076923vw);
  }
}
@media all and (max-width: 480px) {
  .top-about {
    padding-block: 28.9855072464vw 12.077294686vw;
  }
}
.top-about .section-title {
  z-index: 1;
  line-height: 1.5;
}
@media all and (min-width: 481px) {
  .top-about .section-title {
    max-width: min(58.1rem, 44.6923076923vw);
    margin-inline: auto;
    text-align: center;
    white-space: nowrap;
  }
}
.top-about .wavy-arrow {
  position: relative;
  display: block;
}
@media all and (min-width: 481px) {
  .top-about .wavy-arrow {
    margin-top: calc(-1 * min(0.6rem, 0.4615384615vw));
    width: min(20.3rem, 15.6153846154vw);
  }
}
@media all and (max-width: 480px) {
  .top-about .wavy-arrow {
    margin-top: calc(-1 * 17.6328502415vw);
    width: 44.6859903382vw;
  }
}
.top-about__div {
  position: relative;
}
@media all and (min-width: 481px) {
  .top-about__div {
    width: min(55.5rem, 42.6923076923vw);
    margin-left: min(21rem, 16.1538461538vw);
    margin-top: calc(-1 * min(22.7rem, 17.4615384615vw));
  }
}
@media all and (max-width: 480px) {
  .top-about__div {
    margin-top: calc(-1 * 25.3623188406vw);
  }
}
@media all and (max-width: 480px) {
  .top-about .marugame-map {
    width: 122.2222222222vw;
    max-width: none;
    margin-left: calc(-1 * 5.5555555556vw);
  }
}
.top-about .serif-text {
  display: none;
  position: absolute;
  font-weight: bold;
  text-align: center;
  rotate: -10deg;
}
@media all and (min-width: 481px) {
  .top-about .serif-text {
    font-size: min(1.5rem, 1.1538461538vw);
    line-height: min(2.4rem, 1.8461538462vw);
    top: min(14.8rem, 11.3846153846vw);
    right: min(4rem, 3.0769230769vw);
  }
}
@media all and (max-width: 480px) {
  .top-about .serif-text {
    font-size: 3.3816425121vw;
    line-height: 5.3140096618vw;
    top: 37.4396135266vw;
    right: calc(-1 * 1.9323671498vw);
  }
}
.top-about .serif-line {
  position: absolute;
}
@media all and (min-width: 481px) {
  .top-about .serif-line {
    top: min(12.4rem, 9.5384615385vw);
    right: min(5.1rem, 3.9230769231vw);
    width: min(24.6rem, 18.9230769231vw);
  }
}
@media all and (max-width: 480px) {
  .top-about .serif-line {
    top: 24.6376811594vw;
    right: 0.7246376812vw;
    width: 45.4106280193vw;
  }
}
.top-about .c-link-blank.--in-about {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: fit-content;
  display: flex;
}
@media all and (min-width: 481px) {
  .top-about .c-link-blank.--in-about {
    font-size: min(1.7rem, 1.3076923077vw);
    top: calc(-1 * min(13.8rem, 10.6153846154vw));
    left: min(26rem, 20vw);
    padding-bottom: min(1.2rem, 0.9230769231vw);
  }
}
@media all and (max-width: 480px) {
  .top-about .c-link-blank.--in-about {
    font-size: 4.1062801932vw;
    top: calc(-1 * 21.7391304348vw);
    margin-inline: auto;
    padding-bottom: 2.8985507246vw;
  }
}
.top-about .c-link-blank.--in-about:any-link {
  color: var(--color-link);
}
.top-about .c-link-blank.--in-about::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-link);
  transition: 0.3s;
}
.top-about .c-link-blank.--in-about:hover {
  text-decoration: none;
}
.top-about .c-link-blank.--in-about:hover::after {
  background: transparent;
}
.top-about .c-link-blank.--in-about .circle-blank {
  order: unset;
}

.tabs {
  margin-top: calc(-1 * min(7rem, 5.3846153846vw));
}
@media all and (max-width: 480px) {
  .tabs {
    margin-top: calc(-1 * 14.4927536232vw);
  }
}
.tabs input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.tabs .tablist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media all and (min-width: 481px) {
  .tabs .tablist {
    gap: min(1rem, 0.7692307692vw);
    width: min(77rem, 59.2307692308vw);
    margin-inline: auto;
    margin-bottom: min(3rem, 2.3076923077vw);
    border-radius: min(2.3rem, 1.7692307692vw);
    overflow: hidden;
  }
}
@media all and (max-width: 480px) {
  .tabs .tablist {
    gap: 1.690821256vw;
    margin-bottom: 7.2463768116vw;
  }
}
.tabs .tablist__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  width: 100%;
  height: min(4.5rem, 3.4615384615vw);
  font-size: min(1.7rem, 1.3076923077vw);
  font-weight: bold;
  color: var(--color-base);
  background: #fff;
  border-radius: min(1rem, 0.7692307692vw);
  transition: 0.3s;
  cursor: pointer;
}
@media all and (max-width: 480px) {
  .tabs .tablist__label {
    justify-content: flex-start;
    gap: 0.3em;
    padding-left: 3.3816425121vw;
    font-size: 3.3816425121vw;
    height: 13.2850241546vw;
    border-radius: 3.6231884058vw;
  }
  .tabs .tablist__label:first-child {
    padding-left: 5.3140096618vw;
  }
}
.tabs .tablist__label .label-icon {
  width: min(2.5rem, 1.9230769231vw);
  height: min(2.5rem, 1.9230769231vw);
  fill: #0cc449;
}
@media all and (max-width: 480px) {
  .tabs .tablist__label .label-icon {
    width: 4.5893719807vw;
    height: 4.5893719807vw;
  }
}
.tabs .tablist__label .c-icon {
  position: absolute;
  right: min(2rem, 1.5384615385vw);
  width: min(1rem, 0.7692307692vw);
  height: min(0.7rem, 0.5384615385vw);
  fill: var(--color-base);
}
@media all and (max-width: 480px) {
  .tabs .tablist__label .c-icon {
    right: 2.4154589372vw;
    width: 2.1739130435vw;
    height: 1.4492753623vw;
  }
}
@media all and (min-width: 481px) {
  .tabs .tablist__label:hover {
    background: #bee2ff;
  }
}
.tabs .panels .panel {
  display: none;
}
.tabs #tab-life:checked ~ .panels .panel--life,
.tabs #tab-work:checked ~ .panels .panel--work,
.tabs #tab-enjoy:checked ~ .panels .panel--enjoy {
  display: block;
  display: grid;
}
.tabs #tab-life:checked ~ .tablist--top .tablist__label[for=tab-life],
.tabs #tab-work:checked ~ .tablist--top .tablist__label[for=tab-work],
.tabs #tab-enjoy:checked ~ .tablist--top .tablist__label[for=tab-enjoy] {
  color: #fff;
  background: var(--color-base);
}
.tabs #tab-life:checked ~ .tablist--top .tablist__label[for=tab-life] .label-icon,
.tabs #tab-life:checked ~ .tablist--top .tablist__label[for=tab-life] .c-icon,
.tabs #tab-work:checked ~ .tablist--top .tablist__label[for=tab-work] .label-icon,
.tabs #tab-work:checked ~ .tablist--top .tablist__label[for=tab-work] .c-icon,
.tabs #tab-enjoy:checked ~ .tablist--top .tablist__label[for=tab-enjoy] .label-icon,
.tabs #tab-enjoy:checked ~ .tablist--top .tablist__label[for=tab-enjoy] .c-icon {
  fill: #fff;
}
.tabs .panel {
  grid-column-gap: min(3.5rem, 2.6923076923vw);
  grid-row-gap: min(3rem, 2.3076923077vw);
}
@media all and (max-width: 480px) {
  .tabs .panel {
    grid-row-gap: 4.8309178744vw;
  }
}
@media all and (min-width: 481px) {
  .tabs .panel.panel--life {
    grid-template-columns: repeat(2, 1fr);
  }
  .tabs .panel.panel--life .panel__div.-all {
    grid-area: 1/1/2/3;
  }
  .tabs .panel.panel--life .panel__div.-kosodate {
    grid-area: 2/1/3/2;
  }
  .tabs .panel.panel--life .panel__div.-iryou {
    grid-area: 2/2/3/3;
  }
  .tabs .panel.panel--life .panel__div.-sizen {
    grid-area: 3/1/4/3;
  }
}
@media all and (max-width: 480px) {
  .tabs .panel.panel--life .panel__div.-all .item-label {
    margin-block: 0 0.3em;
  }
}
@media all and (min-width: 481px) {
  .tabs .panel.panel--life .panel__div.-all img {
    width: min(20.3rem, 15.6153846154vw);
  }
}
@media all and (max-width: 480px) {
  .tabs .panel.panel--life .panel__div.-all img {
    height: 17.6328502415vw;
  }
}
@media all and (max-width: 480px) {
  .tabs .panel.panel--life .panel__div.-all .panel__div-item.--mitsudo img {
    height: 31.884057971vw;
  }
}
@media all and (min-width: 481px) {
  .tabs .panel.panel--life .panel__div.-kosodate img,
  .tabs .panel.panel--life .panel__div.-iryou img {
    width: min(8.9rem, 6.8461538462vw);
  }
}
@media all and (max-width: 480px) {
  .tabs .panel.panel--life .panel__div.-kosodate img,
  .tabs .panel.panel--life .panel__div.-iryou img {
    width: 20.5314009662vw;
  }
}
@media all and (min-width: 481px) {
  .tabs .panel.panel--life .panel__div.-sizen {
    padding-inline: min(8rem, 6.1538461538vw);
  }
}
@media all and (min-width: 481px) {
  .tabs .panel.panel--life .panel__div.-sizen img {
    width: min(5.8rem, 4.4615384615vw);
  }
}
@media all and (max-width: 480px) {
  .tabs .panel.panel--life .panel__div.-sizen img {
    width: 15.2173913043vw;
  }
}
@media all and (max-width: 480px) {
  .tabs .panel.panel--life .panel__div-item.--kousuiryou .item-number .val {
    font-size: 6.7632850242vw;
    margin-top: 2.8985507246vw;
  }
}
@media all and (min-width: 481px) {
  .tabs .panel.panel--work .panel__text + .panel__text {
    margin-top: -1.3em;
  }
}
@media all and (min-width: 481px) {
  .tabs .panel.panel--work .panel__div-list {
    width: min(64rem, 49.2307692308vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 480px) {
  .tabs .panel.panel--work .panel__div-list {
    flex-wrap: nowrap;
    gap: 0;
  }
}
@media all and (min-width: 481px) {
  .tabs .panel.panel--work .work-sangyou {
    width: min(64rem, 49.2307692308vw);
  }
}
@media all and (max-width: 480px) {
  .tabs .panel.panel--work .work-sangyou {
    width: 154.5893719807vw;
  }
}
.tabs .panel.panel--work .item-number {
  margin-top: -1em;
}
.tabs .panel.panel--enjoy .item-label {
  margin-top: 1.5em;
}
@media all and (min-width: 481px) {
  .tabs .panel.panel--enjoy .panel__div {
    padding-inline: min(5rem, 3.8461538462vw);
  }
  .tabs .panel.panel--enjoy .panel__div-list {
    padding-inline: min(6rem, 4.6153846154vw);
  }
}
.tabs .panel.panel--enjoy .panel__div-item.--shiro-a img {
  width: min(12.5rem, 9.6153846154vw);
}
@media all and (max-width: 480px) {
  .tabs .panel.panel--enjoy .panel__div-item.--shiro-a img {
    width: 30.193236715vw;
  }
}
.tabs .panel.panel--enjoy .panel__div-item.--shiro-b img {
  width: min(7.9rem, 6.0769230769vw);
}
@media all and (max-width: 480px) {
  .tabs .panel.panel--enjoy .panel__div-item.--shiro-b img {
    width: 19.0821256039vw;
  }
}
.tabs .panel.panel--enjoy .panel__div-item.--shiro-c img {
  width: min(10.6rem, 8.1538461538vw);
}
@media all and (max-width: 480px) {
  .tabs .panel.panel--enjoy .panel__div-item.--shiro-c img {
    width: 25.6038647343vw;
  }
}
@media all and (min-width: 481px) {
  .tabs .panel.panel--enjoy .enjoy-yujintou {
    width: min(72rem, 55.3846153846vw);
    margin-top: -2em;
  }
}
@media all and (max-width: 480px) {
  .tabs .panel.panel--enjoy .enjoy-yujintou {
    width: 173.9130434783vw;
  }
}
.tabs .panel__div {
  background: #fff;
  padding: min(3rem, 2.3076923077vw);
  border: 1px solid #efe7d8;
  border-radius: min(2rem, 1.5384615385vw);
}
@media all and (max-width: 480px) {
  .tabs .panel__div {
    padding: 7.2463768116vw;
    border-radius: 4.8309178744vw;
  }
}
.tabs .panel__div-list {
  display: flex;
  flex-wrap: nowrap;
  column-gap: min(4rem, 3.0769230769vw);
}
@media all and (max-width: 480px) {
  .tabs .panel__div-list {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 7.2463768116vw;
    row-gap: 4.8309178744vw;
  }
}
.tabs .panel__div-item {
  flex: auto;
  text-align: center;
}
@media all and (max-width: 480px) {
  .tabs .panel__div-item.--nowrap-sp {
    max-width: 50%;
  }
}
.tabs .panel__title {
  position: relative;
  font-size: min(2rem, 1.5384615385vw);
  line-height: 1;
  text-align: center;
  width: fit-content;
  padding-left: 1.2em;
  margin-block: min(1.5rem, 1.1538461538vw);
  margin-inline: auto;
}
@media all and (max-width: 480px) {
  .tabs .panel__title {
    font-size: 4.8309178744vw;
    margin-block: 4.8309178744vw;
  }
}
.tabs .panel__title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: min(1.9rem, 1.4615384615vw);
  height: min(1.9rem, 1.4615384615vw);
  border: min(0.6rem, 0.4615384615vw) solid #0cc449;
  border-radius: min(1.2rem, 0.9230769231vw);
}
@media all and (max-width: 480px) {
  .tabs .panel__title::before {
    width: 4.5893719807vw;
    height: 4.5893719807vw;
    border-width: 1.4492753623vw;
    border-radius: 2.8985507246vw;
  }
}
.tabs .panel__text {
  font-size: min(1.6rem, 1.2307692308vw);
  font-weight: 500;
  text-align: center;
  margin-block: min(1.5rem, 1.1538461538vw) min(3rem, 2.3076923077vw);
}
@media all and (max-width: 480px) {
  .tabs .panel__text {
    font-size: 3.6231884058vw;
    line-height: 1.3;
    margin-block: 4.8309178744vw 7.2463768116vw;
  }
}
.tabs .panel__text.--sm {
  font-size: min(1.4rem, 1.0769230769vw);
  letter-spacing: 0.1em;
}
@media all and (max-width: 480px) {
  .tabs .panel__text.--sm {
    font-size: 3.1400966184vw;
  }
}
@media all and (min-width: 481px) {
  .tabs .panel__bottom {
    text-align: center;
    margin-bottom: min(2rem, 1.5384615385vw);
  }
}
@media all and (max-width: 480px) {
  .tabs .panel__bottom {
    margin-bottom: 2.4154589372vw;
  }
}
.tabs .panel__bottom .info-label {
  font-size: min(1.5rem, 1.1538461538vw);
  line-height: 1;
  text-align: center;
  background: #f8f5ef;
  padding-block: 0.7em;
  margin-block: min(4rem, 3.0769230769vw) min(2rem, 1.5384615385vw);
  border-radius: 2em;
}
@media all and (min-width: 481px) {
  .tabs .panel__bottom .info-label {
    width: min(35.2rem, 27.0769230769vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 480px) {
  .tabs .panel__bottom .info-label {
    font-size: 3.6231884058vw;
    margin-block: 7.2463768116vw 4.8309178744vw;
  }
}
@media all and (min-width: 481px) {
  .tabs .panel__bottom .c-link-blank {
    margin-inline: 0.8em;
  }
}
@media all and (max-width: 480px) {
  .tabs .panel__bottom .c-link-blank {
    margin-bottom: 0.8em;
  }
}
.tabs .panel .item-label {
  font-size: min(1.7rem, 1.3076923077vw);
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin-block: 0 min(1rem, 0.7692307692vw);
}
@media all and (max-width: 480px) {
  .tabs .panel .item-label {
    font-size: 4.1062801932vw;
    margin-block: 0 4.8309178744vw;
  }
}
.tabs .panel .item-label.--ls-none {
  letter-spacing: 0;
}
.tabs .panel .item-label .--sm {
  display: block;
  font-size: 80%;
  letter-spacing: 0;
}
.tabs .panel .item-number {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.3em;
  line-height: 1.5;
}
.tabs .panel .item-number .val {
  font-family: "Dela Gothic One", sans-serif;
  font-size: min(4.8rem, 3.6923076923vw);
  white-space: nowrap;
  color: #0cc449;
}
@media all and (max-width: 480px) {
  .tabs .panel .item-number .val {
    font-size: 8.6956521739vw;
  }
}
.tabs .panel .item-number .val .--sm {
  font-size: 0.5em;
}
.tabs .panel .item-number .sub {
  font-size: min(1.8rem, 1.3846153846vw);
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media all and (max-width: 480px) {
  .tabs .panel .item-number .sub {
    font-size: 4.347826087vw;
  }
}
.tabs .panel .item-text {
  font-size: min(1.6rem, 1.2307692308vw);
  font-weight: 500;
  line-height: min(2.7rem, 2.0769230769vw);
}
@media all and (max-width: 480px) {
  .tabs .panel .item-text {
    font-size: 3.6231884058vw;
    line-height: 1.5;
  }
}
.tabs .panel .item-aside {
  font-size: min(1.2rem, 0.9230769231vw);
  font-weight: 500;
  white-space: nowrap;
}
@media all and (max-width: 480px) {
  .tabs .panel .item-aside {
    font-size: 2.8985507246vw;
  }
}
.tabs .panel .--separator {
  border-bottom: 1px solid #bbb9b2;
  padding-bottom: min(4.5rem, 3.4615384615vw);
  margin-bottom: min(4.5rem, 3.4615384615vw);
}
@media all and (max-width: 480px) {
  .tabs .panel .--separator {
    padding-bottom: 7.2463768116vw;
    margin-bottom: 7.2463768116vw;
  }
}
@media all and (max-width: 480px) {
  .tabs .panel .--scroll-sp {
    position: relative;
    width: 75.3623188406vw;
    overflow: auto;
  }
  .tabs .panel .--scroll-sp img {
    max-width: none;
  }
  .tabs .panel .scroll-text {
    font-size: 2.8985507246vw;
    margin-bottom: 1em;
    text-align: center;
    display: block;
  }
}

/* -----------------------------------------------
  #02 LIFE
-------------------------------------------------- */
.top-life {
  background-color: #fff47b;
  background: url("images/top/bg_life.webp") center/1300px repeat;
  border-radius: 0 min(10rem, 7.6923076923vw) 0 0;
}
@media all and (max-width: 480px) {
  .top-life {
    padding-inline: 2.4154589372vw;
    border-radius: 0 12.077294686vw 0 0;
  }
}

/* -----------------------------------------------
  #03 WORK
-------------------------------------------------- */
.top-work {
  background-color: #70eaf5;
  background: url("images/top/bg_work.webp") center/1300px repeat;
  border-radius: min(10rem, 7.6923076923vw) 0 0 0;
  margin-top: calc(-1 * min(10rem, 7.6923076923vw));
}
@media all and (max-width: 480px) {
  .top-work {
    padding-inline: 2.4154589372vw;
    border-radius: 12.077294686vw 0 0 0;
    margin-top: calc(-1 * 12.077294686vw);
  }
}
@media all and (max-width: 480px) {
  .top-work .section-banner {
    font-size: 18.115942029vw;
  }
  .top-work .section-banner .--lg {
    font-size: 27.2946859903vw;
  }
}

/* -----------------------------------------------
  #04 ENJOY
-------------------------------------------------- */
.top-enjoy {
  background-color: #fecae5;
  background: url("images/top/bg_enjoy.webp") center/1300px repeat;
  border-radius: 0 min(10rem, 7.6923076923vw) 0 0;
  margin-top: calc(-1 * min(10rem, 7.6923076923vw));
  padding-bottom: min(10rem, 7.6923076923vw);
}
@media all and (max-width: 480px) {
  .top-enjoy {
    padding-inline: 2.4154589372vw;
    padding-bottom: 24.154589372vw;
    border-radius: 0 12.077294686vw 0 0;
    margin-top: calc(-1 * 12.077294686vw);
  }
}
.top-enjoy .section-banner {
  bottom: 0;
}
@media all and (max-width: 480px) {
  .top-enjoy .section-banner {
    bottom: 5.7971014493vw;
    font-size: 15.7004830918vw;
    line-height: 24.154589372vw;
  }
  .top-enjoy .section-banner .--lg {
    font-size: 41.0628019324vw;
  }
}

/* -----------------------------------------------
  MOVIE
-------------------------------------------------- */
.top-movie {
  padding-block: min(29rem, 22.3076923077vw) min(7rem, 5.3846153846vw);
  background: url("images/top/bg_movie.webp") left calc(50% - min(13rem, 10vw)) top min(4rem, 3.0769230769vw)/min(250rem, 192.3076923077vw) no-repeat;
}
@media all and (max-width: 480px) {
  .top-movie {
    padding-block: 43.4782608696vw 14.4927536232vw;
    background-position: left calc(50% - 25.3623188406vw) top 6.038647343vw;
    background-size: 301.9323671498vw;
  }
}
.top-movie .section-title .txt-lg {
  margin: 0;
}
@media all and (max-width: 480px) {
  .top-movie .section-title {
    font-size: 9.6618357488vw;
  }
  .top-movie .section-title .txt-lg {
    font-size: 12.077294686vw;
  }
  .top-movie .section-title .txt-lg.txt-base {
    font-size: 11.1111111111vw;
  }
}
.top-movie .section-title .ttl-label {
  margin-bottom: 0.6em;
}
.top-movie__slider {
  position: relative;
  margin-top: min(5rem, 3.8461538462vw);
}
@media all and (max-width: 480px) {
  .top-movie__slider {
    margin-top: 12.077294686vw;
  }
}
@media all and (min-width: 481px) {
  .top-movie__wrap {
    width: min(78rem, 60vw);
    padding-top: min(3rem, 2.3076923077vw);
    padding-right: min(4.5rem, 3.4615384615vw);
    margin-inline: auto;
    overflow: hidden;
  }
}
@media all and (max-width: 480px) {
  .top-movie__wrap {
    margin-left: calc(-1 * 1.8115942029vw);
  }
}
.top-movie__slide .slide-inner {
  position: relative;
  width: 100%;
  height: min(40.9rem, 31.4615384615vw);
  background: #00c300;
  border: 1px solid #000;
  border-radius: min(1rem, 0.7692307692vw);
  overflow: hidden;
}
@media all and (max-width: 480px) {
  .top-movie__slide .slide-inner {
    height: 98.7922705314vw;
    border-radius: 2.4154589372vw;
  }
}
.top-movie__slide .slide-inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.top-movie__slide .slide-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  margin-top: min(3.5rem, 2.6923076923vw);
  background: url("images/top/img_movie-kame.png") center/min(8.3rem, 6.3846153846vw) no-repeat;
}
@media all and (max-width: 480px) {
  .top-movie__slide .slide-inner::after {
    background-size: 20.7729468599vw;
    margin-top: 7.2463768116vw;
  }
}
.top-movie__slide .slide-title {
  position: absolute;
  bottom: min(2.5rem, 1.9230769231vw);
  left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1rem, 0.7692307692vw);
  font-weight: bold;
  font-feature-settings: "palt";
  width: 100%;
}
@media all and (max-width: 480px) {
  .top-movie__slide .slide-title {
    bottom: 4.347826087vw;
    gap: 1.9323671498vw;
  }
}
.top-movie__slide .slide-title .ttl-main {
  font-size: min(1.6rem, 1.2307692308vw);
  line-height: 1.2;
  color: #00c300;
  background: #fff;
  padding: 0.3em 1em 0.3em 0.5em;
  border: 1px solid #00c300;
  border-radius: 0 min(1.5rem, 1.1538461538vw) min(1.5rem, 1.1538461538vw) 0;
  margin-right: auto;
}
@media all and (max-width: 480px) {
  .top-movie__slide .slide-title .ttl-main {
    font-size: 3.8647342995vw;
    border-radius: 0 3.6231884058vw 3.6231884058vw 0;
  }
}
.top-movie__slide .slide-title .ttl-sub {
  font-size: min(1.4rem, 1.0769230769vw);
  font-feature-settings: "palt";
  line-height: 1;
  color: #fff;
  background: #00c300;
  padding: 0.3em 0.6em;
  margin-left: auto;
}
@media all and (max-width: 480px) {
  .top-movie__slide .slide-title .ttl-sub {
    font-size: 3.3816425121vw;
  }
}
.top-movie__slide .hashtag {
  font-size: min(1.3rem, 1vw);
  margin-top: 0.5em;
}
@media all and (max-width: 480px) {
  .top-movie__slide .hashtag {
    font-size: 3.3816425121vw;
  }
}
@media all and (min-width: 481px) {
  .top-movie__slide.swiper-slide-active {
    width: min(25rem, 19.2307692308vw) !important;
    top: calc(-1 * min(3rem, 2.3076923077vw));
  }
}
@media all and (max-width: 480px) {
  .top-movie__slide.swiper-slide-active {
    width: 57.3671497585vw !important;
    top: calc(-1 * 3.1400966184vw);
  }
}
@media all and (min-width: 481px) {
  .top-movie__slide.swiper-slide-active .slide-inner {
    height: min(46.5rem, 35.7692307692vw);
  }
}
@media all and (max-width: 480px) {
  .top-movie__slide.swiper-slide-active .slide-inner {
    height: 105.5555555556vw;
  }
}
.top-movie__slide.swiper-slide-active .ttl-main {
  font-size: min(1.7rem, 1.3076923077vw);
  padding-inline: 0.5em;
}
@media all and (max-width: 480px) {
  .top-movie__slide.swiper-slide-active .ttl-main {
    font-size: 4.1062801932vw;
  }
}
.top-movie__slide.swiper-slide-active .ttl-sub {
  font-size: min(1.5rem, 1.1538461538vw);
}
@media all and (max-width: 480px) {
  .top-movie__slide.swiper-slide-active .ttl-sub {
    font-size: 3.6231884058vw;
  }
}
.top-movie__link {
  display: block;
  margin-inline: auto;
}
.top-movie__link:any-link {
  color: var(--color-text);
  text-decoration: none;
}
@media all and (min-width: 481px) {
  .top-movie__link:hover .slide-inner img {
    opacity: 0.7;
  }
}
.top-movie__btns {
  position: absolute;
  margin: auto;
  height: fit-content;
  display: flex;
  justify-content: space-between;
}
@media all and (min-width: 481px) {
  .top-movie__btns {
    width: min(92rem, 70.7692307692vw);
    top: min(20.5rem, 15.7692307692vw);
    left: calc(-1 * min(4rem, 3.0769230769vw));
  }
}
@media all and (max-width: 480px) {
  .top-movie__btns {
    width: 100%;
    top: 43.4782608696vw;
  }
}
.top-movie__btn--prev, .top-movie__btn--next {
  width: min(5.8rem, 4.4615384615vw);
  height: min(5.8rem, 4.4615384615vw);
  background: #000;
  border-radius: min(5.8rem, 4.4615384615vw);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  z-index: 1;
}
@media all and (max-width: 480px) {
  .top-movie__btn--prev, .top-movie__btn--next {
    width: 12.5603864734vw;
    height: 12.5603864734vw;
    border-radius: 12.5603864734vw;
  }
}
.top-movie__btn--prev .c-icon, .top-movie__btn--next .c-icon {
  width: min(1.2rem, 0.9230769231vw);
  height: min(0.8rem, 0.6153846154vw);
  fill: #fff;
}
@media all and (max-width: 480px) {
  .top-movie__btn--prev .c-icon, .top-movie__btn--next .c-icon {
    width: 2.8985507246vw;
    height: 1.9323671498vw;
  }
}
@media all and (min-width: 481px) {
  .top-movie__btn--prev:hover, .top-movie__btn--next:hover {
    background: #0cc449;
  }
  .top-movie__btn--prev:hover .c-icon, .top-movie__btn--next:hover .c-icon {
    fill: #000;
  }
}

.js-movie-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.js-movie-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.js-modal-inner {
  position: relative;
  height: 80vh;
  max-width: 500px;
  aspect-ratio: 9/16;
}
.js-modal-inner iframe {
  max-width: 100%;
  max-height: 100%;
}
@media all and (max-width: 480px) {
  .js-modal-inner {
    height: 65.5vh;
    max-width: 80vw;
  }
}

.js-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  cursor: pointer;
}

body.is-locked {
  overflow: hidden;
}

/* -----------------------------------------------
  みんなで丸亀市を盛り上げよう
-------------------------------------------------- */
.share-area {
  background: url("images/top/bg_kame_pc.webp") center/min(171.8rem, 132.1538461538vw) repeat;
}
@media all and (max-width: 480px) {
  .share-area {
    background-size: 414.9758454106vw;
  }
}
.share-area__div {
  position: relative;
  margin-bottom: min(5rem, 3.8461538462vw);
  padding: min(6rem, 4.6153846154vw) min(8.5rem, 6.5384615385vw);
  background: #fff;
  border-radius: min(15.8rem, 12.1538461538vw);
  overflow: hidden;
}
@media all and (max-width: 480px) {
  .share-area__div {
    margin-bottom: 9.6618357488vw;
    padding: 12.077294686vw 4.8309178744vw 0;
    border-radius: 21.7391304348vw;
  }
}
.share-area__text {
  font-size: min(1.7rem, 1.3076923077vw);
  font-weight: bold;
  line-height: min(2.5rem, 1.9230769231vw);
  letter-spacing: 0.1em;
  text-align: center;
  margin-block: min(2.5rem, 1.9230769231vw);
}
@media all and (max-width: 480px) {
  .share-area__text {
    font-size: 3.8647342995vw;
    line-height: 6.038647343vw;
    margin-block: 4.8309178744vw 6.038647343vw;
  }
}
.share-area__image {
  position: absolute;
  top: min(2.2rem, 1.6923076923vw);
  right: min(0.5rem, 0.3846153846vw);
  width: min(15rem, 11.5384615385vw);
}
@media all and (max-width: 480px) {
  .share-area__image {
    top: 9.6618357488vw;
    right: 0;
    width: 13.0434782609vw;
  }
}
.share-area .section-title {
  margin-block: 0 min(2.5rem, 1.9230769231vw);
  line-height: 1;
  text-align: center;
}
@media all and (max-width: 480px) {
  .share-area .section-title {
    margin-block: 0 3.6231884058vw;
    font-size: 6.5217391304vw;
  }
  .share-area .section-title .txt-lg {
    font-size: 7.9710144928vw;
  }
}
.share-area .section-title .ml {
  margin-left: -0.3em;
}
.share-area .btn-download {
  position: relative;
  width: 100%;
  height: min(11rem, 8.4615384615vw);
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  background: var(--color-link);
  border-radius: 100em;
}
@media all and (max-width: 480px) {
  .share-area .btn-download {
    height: 37.4396135266vw;
  }
}
.share-area .btn-download:any-link {
  color: #fff;
  text-decoration: none;
}
@media all and (min-width: 481px) {
  .share-area .btn-download:hover {
    opacity: 0.5;
  }
}
.share-area .btn-download .txt-sm {
  font-size: min(1.6rem, 1.2307692308vw);
  text-align: center;
}
@media all and (min-width: 481px) {
  .share-area .btn-download .txt-sm {
    margin-left: calc(-1 * min(4.5rem, 3.4615384615vw));
  }
}
@media all and (max-width: 480px) {
  .share-area .btn-download .txt-sm {
    font-size: 3.8647342995vw;
    line-height: 6.038647343vw;
    margin-bottom: 1.2077294686vw;
  }
}
.share-area .btn-download .txt-lg {
  font-size: min(2.4rem, 1.8461538462vw);
  text-align: center;
}
@media all and (min-width: 481px) {
  .share-area .btn-download .txt-lg {
    margin-left: calc(-1 * min(4.5rem, 3.4615384615vw));
  }
}
@media all and (max-width: 480px) {
  .share-area .btn-download .txt-lg {
    font-size: 5.7971014493vw;
  }
}
@media all and (min-width: 481px) {
  .share-area .btn-download .dl-icon {
    position: absolute;
    inset-block: 0;
    right: min(5rem, 3.8461538462vw);
    margin: auto;
    width: min(5.3rem, 4.0769230769vw);
  }
}
@media all and (max-width: 480px) {
  .share-area .btn-download .dl-icon {
    position: relative;
    top: calc(-1 * 1.2077294686vw);
    left: 0.7246376812vw;
    width: 5.5555555556vw;
  }
}
.share-area .btn-download::after {
  content: "";
  position: absolute;
  bottom: calc(-1 * min(3rem, 2.3076923077vw));
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: min(2.1rem, 1.6153846154vw) solid transparent;
  border-right: min(2.1rem, 1.6153846154vw) solid transparent;
  border-top: min(1.7rem, 1.3076923077vw) solid #ee9044;
}
@media all and (max-width: 480px) {
  .share-area .btn-download::after {
    bottom: calc(-1 * 9.6618357488vw);
    border-left-width: 7.2463768116vw;
    border-right-width: 7.2463768116vw;
    border-top-width: 6.038647343vw;
  }
}
.share-area .img-hashtag {
  margin-top: min(4rem, 3.0769230769vw);
  margin-left: min(12rem, 9.2307692308vw);
  width: min(24.3rem, 18.6923076923vw);
}
@media all and (max-width: 480px) {
  .share-area .img-hashtag {
    margin-top: 12.077294686vw;
    width: 58.6956521739vw;
  }
}
.share-area .txt-hashtag {
  color: var(--color-base);
  font-size: min(5rem, 3.8461538462vw);
  line-height: 1.1;
  letter-spacing: 0.1em;
}
@media all and (min-width: 481px) {
  .share-area .txt-hashtag {
    margin-left: min(6rem, 4.6153846154vw);
  }
}
@media all and (max-width: 480px) {
  .share-area .txt-hashtag {
    font-size: 9.6618357488vw;
    text-align: center;
  }
}
.share-area .instagram-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 481px) {
  .share-area .instagram-link {
    position: absolute;
    right: min(4rem, 3.0769230769vw);
    bottom: calc(-1 * min(7rem, 5.3846153846vw));
    width: min(23.5rem, 18.0769230769vw);
    height: min(28.7rem, 22.0769230769vw);
  }
}
@media all and (max-width: 480px) {
  .share-area .instagram-link {
    position: relative;
    width: 56.7632850242vw;
    height: 69.3236714976vw;
    margin-block: 4.8309178744vw calc(-1 * 16.9082125604vw);
    margin-inline: auto;
  }
}
.share-area .instagram-link:any-link {
  color: #005eac;
  text-decoration: none;
}
@media all and (min-width: 481px) {
  .share-area .instagram-link:hover {
    transform: translateY(-10px);
    scale: 1.05;
  }
}
.share-area .instagram-link .txt-instagram {
  display: none;
  position: absolute;
  top: min(9.2rem, 7.0769230769vw);
  margin: auto;
  width: fit-content;
  height: fit-content;
  font-size: min(1.5rem, 1.1538461538vw);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media all and (max-width: 480px) {
  .share-area .instagram-link .txt-instagram {
    top: 22.2222222222vw;
    font-size: 3.6231884058vw;
  }
}
.share-area .m-share {
  border: none;
  padding-block: 0;
  margin-block: min(5rem, 3.8461538462vw) 0;
}
@media all and (max-width: 480px) {
  .share-area .m-share {
    margin-block: 9.6618357488vw 0;
  }
}
.share-area .m-share .title {
  margin-right: min(4rem, 3.0769230769vw);
}
@media all and (max-width: 480px) {
  .share-area .m-share .title {
    margin-right: 7.2463768116vw;
  }
}
.share-area .m-share .nav {
  gap: min(2rem, 1.5384615385vw);
}
@media all and (max-width: 480px) {
  .share-area .m-share .nav {
    gap: 3.1400966184vw;
  }
}
.share-area .m-share .nav li,
.share-area .m-share .nav .facebook a .c-icon {
  width: min(7rem, 5.3846153846vw);
  height: min(7rem, 5.3846153846vw);
}
@media all and (max-width: 480px) {
  .share-area .m-share .nav li,
  .share-area .m-share .nav .facebook a .c-icon {
    width: 12.077294686vw;
    height: 12.077294686vw;
  }
}
.share-area .m-share .nav .link .c-icon {
  width: min(4.2rem, 3.2307692308vw);
  height: min(4.2rem, 3.2307692308vw);
}
@media all and (max-width: 480px) {
  .share-area .m-share .nav .link .c-icon {
    width: 7.2463768116vw;
    height: 7.2463768116vw;
  }
}
.share-area .share-ticker {
  width: 100%;
  height: min(4.6rem, 3.5384615385vw);
  background: #ee9044;
  white-space: nowrap;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: min(6rem, 4.6153846154vw);
}
@media all and (max-width: 480px) {
  .share-area .share-ticker {
    height: 8.4541062802vw;
    margin-bottom: 12.077294686vw;
  }
}
.share-area .share-ticker__div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.share-area .share-ticker__text {
  width: min(71.4rem, 54.9230769231vw);
  font-size: min(1.8rem, 1.3846153846vw);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  gap: min(2.3rem, 1.7692307692vw);
  animation: ticker 30s linear infinite 1s both;
}
@media all and (max-width: 480px) {
  .share-area .share-ticker__text {
    width: 143.4782608696vw;
    font-size: 3.6231884058vw;
    gap: 4.5893719807vw;
  }
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* -----------------------------------------------
  関連サイト
-------------------------------------------------- */
.home .m-related {
  border-top: none;
  padding-top: 0;
}

/**************************************************
  Contact
***************************************************/
/* -----------------------------------------------
  flow
-------------------------------------------------- */
.m-flow {
  position: relative;
  margin: 0 auto 2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 32rem;
}
.m-flow li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.3333333333%;
  color: #999999;
  font-weight: bold;
  counter-increment: steps;
  font-size: 1.4rem;
  padding-left: 0;
}
.m-flow li:before {
  position: static;
  display: block;
  width: 26px;
  height: 26px;
  margin: 7px auto 10px auto;
  content: "";
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  background-color: rgb(237.15, 237.15, 237.15);
  content: counter(steps);
}
.m-flow li:after {
  position: absolute;
  z-index: -1;
  top: 18px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: rgb(237.15, 237.15, 237.15);
}
.m-flow li:first-child:after {
  content: none;
}
.m-flow li[aria-current=page], .m-flow li.complete {
  color: var(--color-base);
}
.m-flow li[aria-current=page]:before, .m-flow li.complete:before {
  background-color: var(--color-base);
  color: var(--color-bg);
}
.m-flow li[aria-current=page]:after, .m-flow li.complete:after {
  background-color: var(--color-base);
}

/* -----------------------------------------------
  content
-------------------------------------------------- */
.l-form,
.wpcf7 {
  max-width: 790px;
  margin-inline: auto;
}
.l-form .title,
.wpcf7 .title {
  text-align: center;
  font-size: 2rem;
}

.contact-telbox {
  display: flex;
  gap: 2rem;
  margin: 2rem 0 6rem;
}
@media all and (max-width: 480px) {
  .contact-telbox {
    flex-direction: column;
  }
}
.contact-telbox__item {
  flex: 1;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3rem 1rem;
}
.contact-telbox__name {
  font-weight: bold;
}
.contact-telbox__num {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Dela Gothic One", sans-serif;
}
.contact-telbox__note {
  font-size: 1.2rem;
}

.contactform {
  width: 100%;
}
.contactform th,
.contactform td {
  display: block;
  width: 100%;
}
.contactform th {
  text-align: left;
  line-height: 1;
}
.contactform th label {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5rem;
}
.contactform th label span {
  background-color: rgb(229.5, 229.5, 229.5);
  font-size: 1rem;
  line-height: 1;
  padding: 0.5rem;
  margin-left: 1rem;
}
.contactform th label .required {
  background-color: var(--color-error);
  color: #fff;
}
.contactform td {
  padding-bottom: 3rem;
}

.wpcf7-form .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
.wpcf7-form .acceptance p {
  text-align: center;
}
@media all and (max-width: 480px) {
  .wpcf7-form .acceptance p {
    text-align: left;
  }
}
.wpcf7-form .acceptance .text {
  border: 1px solid rgb(229.5, 229.5, 229.5);
  max-height: 20rem;
  overflow-y: auto;
  padding: 2rem;
  margin-bottom: 2rem;
}
.wpcf7-form .acceptance .text p {
  text-align: left;
}
.wpcf7-form .acceptance .text h2:first-of-type {
  margin-top: 0;
}
.wpcf7-form .acceptance [data-name=your-privacy] {
  display: block;
  text-align: center;
}
.wpcf7-form .acceptance [data-name=your-privacy] .wpcf7-list-item {
  margin-inline: auto;
}
.wpcf7-form .acceptance [data-name=your-privacy] label {
  padding: 0.5rem 1rem;
  background-color: rgb(239.7, 239.7, 239.7);
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .m-btngroup {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 6rem 0 0;
}
@media all and (max-width: 480px) {
  .wpcf7-form .m-btngroup {
    flex-direction: column;
  }
}
.wpcf7-form .m-btngroup [type=button],
.wpcf7-form .m-btngroup [type=submit] {
  cursor: pointer;
}
.wpcf7-form .m-btngroup [type=button]:disabled,
.wpcf7-form .m-btngroup [type=submit]:disabled {
  cursor: not-allowed;
}
.wpcf7-form .m-btngroup .wpcf7-form-control {
  width: 30rem;
  padding: 1.5rem;
}
.wpcf7-form .m-btngroup .wpcf7-submit {
  background-color: var(--color-base);
  color: #fff;
}
.wpcf7-form .m-btngroup .wpcf7-submit:hover, .wpcf7-form .m-btngroup .wpcf7-submit:focus {
  background-color: rgb(0, 75.6066350711, 185.5);
}
.wpcf7-form .m-btngroup .wpcf7-submit:disabled {
  background-color: rgb(234.6, 234.6, 234.6);
  color: rgb(127.5, 127.5, 127.5);
}
.wpcf7-form .m-btngroup .wpcf7-previous {
  background-color: rgb(234.6, 234.6, 234.6);
}
.wpcf7-form .m-btngroup .wpcf7-previous:hover, .wpcf7-form .m-btngroup .wpcf7-previous:focus {
  background-color: rgb(224.4, 224.4, 224.4);
}
.wpcf7-form .m-btngroup .wpcf7-spinner {
  margin: 0;
  position: absolute;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-weight: bold;
  position: relative;
  font-size: 1.5rem;
  padding-left: 1.2em;
}
.wpcf7-form .wpcf7-not-valid-tip::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 5px;
  left: 0;
  width: 1.1em;
  height: 1.1em;
  background-image: url("images/common/icon_attention.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

/* -----------------------------------------------
  zipadrr-jp
-------------------------------------------------- */
#autozip {
  display: none !important;
}

/* -----------------------------------------------
  reCAPTCHA
  ※フォームのページのみバッジを表示
-------------------------------------------------- */
.grecaptcha-badge {
  visibility: hidden;
}

body:has(.wpcf7) .grecaptcha-badge {
  visibility: visible;
}

.inner {
  position: relative;
}
@media all and (min-width: 481px) {
  .inner {
    width: min(86rem, 66.1538461538vw);
    margin-inline: auto;
    left: min(15rem, 11.5384615385vw);
  }
}
@media all and (max-width: 480px) {
  .inner {
    margin-inline: 4.8309178744vw;
  }
}

.c-link {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.6em;
  width: fit-content;
  font-size: min(1.5rem, 1.1538461538vw);
  font-weight: bold;
  padding-bottom: 0.8em;
}
@media all and (max-width: 480px) {
  .c-link {
    font-size: 3.6231884058vw;
  }
}
.c-link:any-link {
  color: var(--color-text);
  text-decoration: none;
}
.c-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-text);
  transition: 0.3s;
}
.c-link .circle-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(2.7rem, 2.0769230769vw);
  height: min(2.7rem, 2.0769230769vw);
  border-radius: 50%;
  background: var(--color-text);
  transition: 0.3s;
}
@media all and (max-width: 480px) {
  .c-link .circle-arrow {
    width: 6.5217391304vw;
    height: 6.5217391304vw;
  }
}
.c-link .circle-arrow .c-icon {
  fill: #fff;
  width: min(1.2rem, 0.9230769231vw);
  height: min(0.8rem, 0.6153846154vw);
  margin: 0;
}
@media all and (max-width: 480px) {
  .c-link .circle-arrow .c-icon {
    width: 2.8985507246vw;
    height: 1.9323671498vw;
  }
}
.c-link:hover {
  color: var(--color-link);
}
.c-link:hover::after {
  background: var(--color-link);
}
.c-link:hover .circle-arrow {
  background: var(--color-link);
}

.c-link-blank {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.6em;
  font-size: min(1.5rem, 1.1538461538vw);
}
@media all and (max-width: 480px) {
  .c-link-blank {
    font-size: 3.6231884058vw;
  }
}
.c-link-blank:any-link {
  color: var(--color-text);
  text-decoration: none;
}
.c-link-blank:hover {
  text-decoration: underline;
}
.c-link-blank .circle-blank {
  order: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(2.7rem, 2.0769230769vw);
  height: min(2.7rem, 2.0769230769vw);
  border-radius: 50%;
  background: var(--color-base);
}
@media all and (max-width: 480px) {
  .c-link-blank .circle-blank {
    width: 6.5217391304vw;
    height: 6.5217391304vw;
  }
}
.c-link-blank .circle-blank .c-icon {
  fill: #fff;
  width: min(1.2rem, 0.9230769231vw);
  height: min(1.2rem, 0.9230769231vw);
  margin: 0;
}
@media all and (max-width: 480px) {
  .c-link-blank .circle-blank .c-icon {
    width: 2.8985507246vw;
    height: 2.8985507246vw;
  }
}

/**************************************************
  utilities
***************************************************/
/* ---------- clear ---------- */
.u-clearfix {
  zoom: 1;
}
.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media all and (min-width: 481px) {
  .u-float-left {
    float: left;
  }
  .u-float-right {
    float: right;
  }
}
.u-clear {
  clear: both;
}

.u-hidden {
  display: none;
}

/* ---------- text ---------- */
.u-text-bold {
  font-weight: bold;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-sm {
  font-size: 88%;
}

.u-text-xs {
  font-size: 75%;
}

.u-text-lg {
  font-size: 113%;
}

.u-text-x-lg {
  font-size: 140%;
}

.u-valign-top {
  vertical-align: top;
}

.u-valign-middle {
  vertical-align: middle;
}

.u-valign-bottom {
  vertical-align: bottom;
}

.u-text-center,
.u-text-center th,
.u-text-center td {
  text-align: center;
}

.u-text-right,
.u-text-right th,
.u-text-right td {
  text-align: right;
}

.u-text-left,
.u-text-left th,
.u-text-left td {
  text-align: left;
}

.u-image-text {
  overflow: hidden;
}

.u-text-top {
  vertical-align: top;
}

.u-text-middle {
  vertical-align: middle;
}

.u-text-bottom {
  vertical-align: bottom;
}

.u-word-break {
  word-break: break-all;
}

.u-nowrap {
  white-space: nowrap;
}

/* ---------- margin ---------- */
.u-margin-first {
  margin-top: 0;
}

.u-margin-zero {
  margin-bottom: 0;
}

.u-margin-half {
  margin-bottom: calc(2.6em / 2);
}

.u-margin-default {
  margin-bottom: 2.6em;
}

.u-margin-double {
  margin-bottom: calc(2.6em * 2);
}

/* ---------- devices ---------- */
@media all and (min-width: 481px) {
  .u-sp {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .u-pc {
    display: none;
  }
}
/* ---------- spacing ---------- */
.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

/* -----------------------------------------------
  Accessibility
-------------------------------------------------- */
.screen-reader-text {
  position: absolute;
  top: -1000em;
  transition: 0.3s;
}
.screen-reader-text:focus {
  left: 6px;
  top: 6px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f0f0f1;
  color: #2271b1;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.is-current {
  pointer-events: none;
  text-decoration: none;
}

/* -----------------------------------------------
  admin bar
-------------------------------------------------- */
html {
  margin-top: 0 !important;
}

#wpadminbar {
  transition: 0.3s;
  opacity: 0.2;
}
#wpadminbar:hover {
  opacity: 1;
}
@media all and (max-width: 480px) {
  #wpadminbar {
    display: none;
  }
}

.skiptranslate {
  display: none;
}

body {
  top: 0 !important;
}

@media all and (min-width: 481px) {
  html[lang=en] .container {
    margin-top: calc(-1 * min(109.2rem, 84vw));
  }
}
@media all and (max-width: 480px) {
  html[lang=en] .hero-text {
    white-space: inherit;
  }
}
@media all and (max-width: 480px) {
  html[lang=en] .hero-text .--lg {
    font-size: 11.5942028986vw;
  }
}
html[lang=en] .hero-text .--sm {
  font-size: min(3rem, 2.3076923077vw);
}
@media all and (max-width: 480px) {
  html[lang=en] .hero-text .--sm {
    font-size: 3.6231884058vw;
    line-height: 1.3;
  }
}
html[lang=en] .section-title {
  letter-spacing: 0;
}
html[lang=en] .top-about .section-title {
  max-width: none;
  font-size: 1em;
}
html[lang=en] .tabs .panel__bottom .info-label {
  padding-inline: 1em;
}
@media all and (min-width: 481px) {
  html[lang=en] .tabs .panel__bottom .info-label {
    width: fit-content;
  }
}
html[lang=en] .tabs .item-label {
  letter-spacing: 0;
}
@media all and (min-width: 481px) {
  html[lang=en] .tabs .item-label {
    font-size: min(1.5rem, 1.1538461538vw);
  }
}
@media all and (max-width: 480px) {
  html[lang=en] .tabs .item-number {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
@media all and (min-width: 481px) {
  html[lang=en] .tabs .item-number .val {
    font-size: min(3.8rem, 2.9230769231vw);
  }
}
html[lang=en] .tabs .item-number .sub {
  letter-spacing: 0;
}
@media all and (min-width: 481px) {
  html[lang=en] .top-life .section-title .txt-bag, html[lang=en] .top-work .section-title .txt-bag, html[lang=en] .top-enjoy .section-title .txt-bag {
    display: block;
  }
}
html[lang=en] .m-related__banner figcaption {
  font-size: min(1rem, 0.7692307692vw);
  white-space: wrap;
  letter-spacing: 0;
}
@media all and (max-width: 480px) {
  html[lang=en] .m-related__banner figcaption {
    font-size: 3.1400966184vw;
  }
}

@media all and (max-width: 480px) {
  html[lang=zh-CN] .hero-text .--sm {
    font-size: 6.2801932367vw;
    line-height: 1.3;
  }
}

html[lang=en] .share-area .m-share .title,
html[lang=zh-CN] .share-area .m-share .title,
html[lang=ko] .share-area .m-share .title {
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
}
@media all and (min-width: 481px) {
  html[lang=en] .share-area .m-share .title,
  html[lang=zh-CN] .share-area .m-share .title,
  html[lang=ko] .share-area .m-share .title {
    padding-right: min(3.6rem, 2.7692307692vw);
  }
}
@media all and (max-width: 480px) {
  html[lang=en] .share-area .m-share .title,
  html[lang=zh-CN] .share-area .m-share .title,
  html[lang=ko] .share-area .m-share .title {
    padding-right: 6.5217391304vw;
  }
}
html[lang=en] .share-area .m-share .title br,
html[lang=zh-CN] .share-area .m-share .title br,
html[lang=ko] .share-area .m-share .title br {
  display: none;
}

.u-pc-en:not(:lang(en)),
.u-pc-cn:not(:lang(zh-CN)) {
  display: none;
}

.u-sp-en:not(:lang(en)),
.u-sp-cn:not(:lang(zh-CN)) {
  display: none;
}

@media all and (min-width: 481px) {
  .u-sp-en,
  .u-sp-cn {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .u-pc-en,
  .u-pc-cn {
    display: none;
  }
}