/* Built: 2026/09/15 15:07:43 */
@charset "UTF-8";
:root {
  --fz: 16;
}
@media screen and (max-width: 47.9375em) {
  :root {
    --fz: 14;
  }
}
:root {
  --rem: calc(1 / var(--fz) * 1rem);
  --inner-xs: 720;
  --inner-sm: 960;
  --inner-md: 1440;
  --inner-lg: 1600;
  --inner-xl: 1760;
  --header-hgt: 110;
  --header-hgt-fx: 100;
  --header-hgt-offset: 40;
  --header-hgt-scroll-padding: calc(var(--header-hgt-fx) + var(--header-hgt-offset));
}
@media screen and (max-width: 67.5em) {
  :root {
    --header-hgt: 72;
    --header-hgt-fx: var(--header-hgt);
    --header-hgt-offset: 20;
  }
}
:root {
  --section_pdg-sm: 80;
  --section_pdg-md: 120;
  --section_pdg-lg: 160;
}
@media screen and (max-width: 47.9375em) {
  :root {
    --section_pdg-sm: 40;
    --section_pdg-md: 60;
    --section_pdg-lg: 80;
  }
}
:root {
  --ltr-space-default: 0.08em;
  --line-height-default: 1.8;
  --line-height-hdr: 1.4;
  --line-height-none: 1;
  --dots-size: 3;
  --dots-img-size: 10;
}
@media screen and (max-width: 47.9375em) {
  :root {
    --dots-size: 2;
    --dots-img-size: 7;
  }
}
:root {
  --font-default: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --font-jp-heading: "Shuei NijimiMGo B", sans-serif;
  --font-jp-text: "Shuei NijimiMGo B", sans-serif;
  --font-en-heading: "Lexend Deca", sans-serif;
  --font-en-text: "Lexend Deca", sans-serif;
  --font-en-display: "Lexend Deca", sans-serif;
  --font-weight-default: 400;
  --font-weight-heading: 500;
  --font-weight-bold: 600;
  /* heading */
  --heading1: 64;
  --heading2: 48;
  --heading3: 40;
  --heading4: 32;
  --heading5: 24;
  --heading6: 20;
  --font-size-heading1: calc(var(--heading1) * var(--rem));
  --font-size-heading2: calc(var(--heading2) * var(--rem));
  --font-size-heading3: calc(var(--heading3) * var(--rem));
  --font-size-heading4: calc(var(--heading4) * var(--rem));
  --font-size-heading5: calc(var(--heading5) * var(--rem));
  --font-size-heading6: calc(var(--heading6) * var(--rem));
}
@media screen and (max-width: 47.9375em) {
  :root {
    --heading1: 28;
    --heading2: 24;
    --heading3: 22;
    --heading4: 18;
    --heading5: 17;
    --heading6: 16;
  }
}
:root {
  /* txt */
  --txt-lg: 18;
  --txt-md: 16;
  --txt-sm: 14;
  --txt-xs: 12;
  --font-size-txt-lg: max(calc(var(--txt-lg) * 1px - 2px), calc(var(--txt-lg) * var(--rem)));
  --font-size-txt-md: max(calc(var(--txt-md) * 1px - 2px), calc(var(--txt-md) * var(--rem)));
  --font-size-txt-sm: max(calc(var(--txt-sm) * 1px - 2px), calc(var(--txt-sm) * var(--rem)));
  --font-size-txt-xs: max(calc(var(--txt-xs) * 1px - 2px), calc(var(--txt-xs) * var(--rem)));
}
@media screen and (max-width: 47.9375em) {
  :root {
    --txt-lg: 16;
    --txt-md: 14;
    --txt-sm: 12;
  }
}
:root {
  /* display */
  --display-lg: 160;
  --display-md: 120;
  --display-sm: 80;
  --font-size-display-lg: calc(var(--display-lg) * var(--rem));
  --font-size-display-md: calc(var(--display-md) * var(--rem));
  --font-size-display-sm: calc(var(--display-sm) * var(--rem));
}
@media screen and (max-width: 47.9375em) {
  :root {
    --display-lg: 80;
    --display-md: 60;
    --display-sm: 40;
  }
}
:root {
  --clr-primary-default: #f18614;
  --clr-primary-dark: #c54f00;
  --clr-primary-light: #f9c344;
  --clr-secondary-default: #2c6d10;
  --clr-secondary-dark: #124b02;
  --clr-secondary-light: #90b274;
  --clr-bg-01: #f7f7f4;
  --clr-bg-02: #f0efec;
  --clr-bg-03: #e1dccd;
  --clr-bg-04: #fcdfb5;
  --clr-bg-05: #fff5dd;
  --clr-bg-local_activity: #cbe3c0;
  --clr-bg-local_activity-mce: #e4f1de;
  --clr-bg-local_activity-related_posts: #355933;
  --clr-sub-01: #e1dccd;
  --clr-sub-02: #c1b796;
  --clr-sub-03: #fff5dd;
  --clr-sub-04: #cf727c;
  --clr-sub-05: #a2689b;
  --clr-sub-06: #6790b7;
  --clr-mono-01: #eeeeee;
  --clr-mono-02: #cccccc;
  --clr-mono-03: #aaaaaa;
  --clr-mono-04: #888888;
  --clr-mono-05: #666666;
  --clr-mono-06: #444444;
  --clr-text-primary: #231815;
  --clr-text-secondary: #7a7a81;
  --clr-text-placeholder: #cccccc;
  --clr-text-light: #f7f7f7;
  --clr-text-light-2: #dadada;
  --clr-wht: #ffffff;
  --clr-blk: #000000;
  --radius-xl: 30;
  --radius-primary: 16;
  --radius-secondary: 8;
  --radius-tertiary: 4;
  --radius-max: 9999;
  --border-radius-xl: calc(var(--radius-xl) * var(--rem));
  --border-radius-primary: calc(var(--radius-primary) * var(--rem));
  --border-radius-secondary: calc(var(--radius-secondary) * var(--rem));
  --border-radius-tertiary: calc(var(--radius-tertiary) * var(--rem));
  --border-radius-max: calc(var(--radius-max) * var(--rem));
}
@media screen and (max-width: 47.9375em) {
  :root {
    --radius-xl: 16;
    --radius-primary: 8;
    --radius-secondary: 4;
    --radius-tertiary: 2;
  }
}
:root {
  --box-shadow-default: 0px 0px 24px 0px color-mix(in srgb, var(--clr-blk) 10%, transparent);
  --backdrop-filter-default: blur(4px);
  --easing-default: ease-out;
  --duration-default: 0.4s;
  --transit-default: all var(--duration-default) var(--easing-default);
}

/* ##############################################################################

    style info : リセット及びフォントサイズ

############################################################################## */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  background: #fff;
  color: #333;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #333;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*隙間消し*/
li img {
  vertical-align: bottom;
}

/* iOS reset */
input[type=submit] {
  -webkit-appearance: none;
}

@media print, screen and (min-width: 768px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  @-moz-document url-prefix() {
    * {
      font-feature-settings: "palt";
    }
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
  * {
    font-feature-settings: "palt";
  }
}
/* ##############################################################################

    COMMON

############################################################################## */
html {
  font-size: clamp(9px, 0.8333333333vw, 1rem);
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-padding-top: calc(var(--header-hgt-scroll-padding) * var(--rem));
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  html {
    font-size: 0.875rem;
    overflow-y: auto;
    overflow-x: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  html {
    font-size: min(3.5897435897vw, 0.875rem);
  }
}

body {
  color: var(--clr-text-primary);
  font-family: var(--font-jp-text);
  line-height: var(--line-height-default);
  font-weight: var(--font-weight-default);
  font-feature-settings: "palt";
  letter-spacing: var(--ltr-space-default);
  height: 100%;
  word-break: break-word;
  background-color: var(--clr-bg-02);
  background-image: url(../images/common/bg-02.png);
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
}
@media print, screen and (min-width: 48em) {
  body {
    font-size: clamp(14.1666666667px, 0.8333333333vw, 1rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  body:not(.mce-content-body) {
    min-width: 1080px;
  }
}
@media screen and (max-width: 47.9375em) {
  body {
    -webkit-text-size-adjust: none;
    background-size: 7.1428571429rem;
  }
}

.subpage {
  padding-top: calc(var(--header-hgt-scroll-padding) * var(--rem));
  background-color: var(--clr-bg-02);
  background-image: url(../images/common/body-bg.png), url(../images/common/bg-02.png);
  background-size: 100%, auto;
  background-position: top center, center;
  background-repeat: no-repeat, repeat;
}

ul,
ol {
  list-style: none;
}

small {
  font-size: max(12px, 0.875rem);
}
@media screen and (max-width: 47.9375em) {
  small {
    font-size: 0.9285714286rem;
  }
}

a,
a:where([href="javascript:void(0);"]):hover {
  color: var(--clr-text-primary);
  text-decoration: none;
  transition: var(--transit-default);
  outline: none;
}

a:where([href="javascript:void(0);"]),
a:where([href="javascript:void(0);"])::before {
  color: inherit;
  cursor: default;
  opacity: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
  text-decoration: none !important;
}

@media print, screen and (min-width: 48em) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  vertical-align: middle;
}
@media screen and (max-width: 47.9375em) {
  img {
    max-width: 100%;
    height: auto;
  }
}

address,
em,
i {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: var(--line-height-hdr);
}

svg {
  transition: var(--transit-default);
}
svg[preserveAspectRatio=none] {
  height: auto;
}

.contents {
  position: relative;
  z-index: 1;
}

/* view-transitions（MPA）
********************************************** */
@view-transition {
  navigation: auto;
}
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: var(--duration-default);
  animation-timing-function: var(--easing-default);
}

/* ヘッダーは遷移中も固定 */
.header {
  view-transition-name: header;
}

::view-transition-old(header),
::view-transition-new(header) {
  animation: none;
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none;
  }
}
.contents_wrapper {
  position: relative;
  overflow: clip;
}

/* form elements base
********************************************** */
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=url],
textarea {
  font-family: var(--font-default) !important;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--clr-text-primary);
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  color: var(--clr-text-secondary);
}
@media screen and (max-width: 47.9375em) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=date],
  input[type=url],
  textarea {
    font-size: 1.1428571429rem;
  }
}

select {
  font-family: var(--font-default) !important;
}

textarea {
  resize: vertical;
}

/* ##############################################################################

    ブロックエディタ・クラシックエディタ共通

############################################################################## */
.bold {
  font-weight: bold;
}
.bold:not([class*=clr-]) {
  color: var(--mce-clr-accent-dark, var(--clr-primary-dark));
}

.mce-content-body {
  --mce-clr-accent: var(--clr-primary-default);
  --mce-clr-accent-dark: var(--clr-primary-dark);
  --mce-clr-accent-bg: var(--clr-bg-05);
}
.mce-content-body::before, .mce-content-body::after {
  content: "";
  display: table;
}
.mce-content-body::after {
  clear: both;
}
.mce-content-body ul:where(:not([class*=ez-toc-])):not(:first-child),
.mce-content-body ol:not(:first-child) {
  margin-top: 1em;
}
.mce-content-body ul:where(:not([class*=ez-toc-])):not(:last-child),
.mce-content-body ol:not(:last-child) {
  margin-bottom: 1em;
}
.mce-content-body ul:where(:not([class*=ez-toc-])) ul,
.mce-content-body ul:where(:not([class*=ez-toc-])) ol,
.mce-content-body ol ul,
.mce-content-body ol ol {
  margin-top: 1em;
}
.mce-content-body li {
  position: relative;
  padding-block-end: 0.5em;
}
.mce-content-body ul:where(:not([class*=ez-toc-])) li {
  --list-gap: 8;
  --list-dot: 18;
  --list-padding: calc(var(--list-gap) + var(--list-dot));
  list-style: none;
  text-indent: 0;
  padding-left: calc(var(--list-padding) * var(--rem));
}
.mce-content-body ul:where(:not([class*=ez-toc-])) li::before {
  content: "";
  position: absolute;
  left: 0;
  flex-shrink: 0;
  inline-size: calc(var(--list-dot) * var(--rem));
  aspect-ratio: 92/80;
  margin-block: calc((1lh - var(--list-dot) * var(--rem)) / 2);
  mask-image: url("../images/common/ttl-deco-footprints.png");
  mask-size: cover;
  background-color: var(--mce-clr-accent);
}
.mce-content-body ol {
  margin-inline-start: 1.5em;
}
.mce-content-body ol::marker {
  letter-spacing: 0.2em;
}
.mce-content-body ol:not([style]) {
  counter-reset: cnt;
}
.mce-content-body ol:not([style]) > li {
  counter-increment: cnt;
  text-indent: -1.5em;
}
.mce-content-body ol:not([style]) > li::before {
  content: counter(cnt, decimal-leading-zero) ".";
  margin-right: 0.3em;
  color: var(--mce-clr-accent);
  font-family: var(--font-en-heading);
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-bold);
  line-height: 1.7;
  letter-spacing: 0;
}
.mce-content-body ol:not([style]) > li ul li {
  text-indent: 0;
}
.mce-content-body .wp-block-image img {
  margin: 1em 0;
  max-width: 100%;
  height: auto;
}
.mce-content-body .wp-caption {
  width: fit-content;
  max-width: 100%;
}
.mce-content-body hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: none;
  --dots-color: currentColor;
  height: calc(var(--dots-size) * var(--rem));
  background-color: var(--dots-color, currentColor);
  mask-image: url(../images/common/dot-line.svg);
  mask-size: calc(var(--dots-img-size) * var(--rem));
  mask-position: left top;
  mask-repeat: repeat-x;
}
.mce-content-body a .wp-block-image img {
  transition: var(--transit-default);
}
.mce-content-body a:hover .wp-block-image img {
  opacity: 0.8;
}
.mce-content-body img {
  display: block;
  border-radius: var(--border-radius-primary);
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body .alignright,
  .mce-content-body .alignleft {
    width: 100% !important;
    float: none;
    margin: 1em auto;
    display: block;
  }
}
.mce-content-body .alignleft {
  float: left;
  clear: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.mce-content-body .alignright {
  float: right;
  clear: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
.mce-content-body .aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.mce-content-body .wp-block-image img.aligncenter {
  display: block;
}
.mce-content-body .alignleft:last-child,
.mce-content-body .alignright:last-child,
.mce-content-body .aligncenter:last-child {
  margin-bottom: 0;
}
.mce-content-body p:not(:last-child) {
  margin-bottom: 1em;
}
.mce-content-body b,
.mce-content-body strong {
  font-weight: bold;
}
.mce-content-body .wp-block-quote > p,
.mce-content-body blockquote:not(.wp-block-quote) {
  padding: 1rem 2.5rem;
  border-radius: var(--border-radius-primary);
  position: relative;
  display: block;
  width: fit-content;
  font-style: oblique;
  margin-left: 0 !important;
  border-left: 0 !important;
  box-shadow: 0 !important;
  color: #666;
  background-color: var(--clr-bg-02);
  text-align: left;
}
.mce-content-body .wp-block-quote > p:not(:first-child),
.mce-content-body blockquote:not(.wp-block-quote):not(:first-child) {
  margin-top: 1em;
}
.mce-content-body .wp-block-quote > p:not(:last-child),
.mce-content-body blockquote:not(.wp-block-quote):not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body .wp-block-quote > p,
  .mce-content-body blockquote:not(.wp-block-quote) {
    padding: 1rem;
  }
}
.mce-content-body .wp-block-quote > p::before, .mce-content-body .wp-block-quote > p::after,
.mce-content-body blockquote:not(.wp-block-quote)::before,
.mce-content-body blockquote:not(.wp-block-quote)::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  opacity: 0.25;
}
.mce-content-body .wp-block-quote > p::before,
.mce-content-body blockquote:not(.wp-block-quote)::before {
  background-image: url("../images/common/icon-quote_left.svg");
  top: 0.875rem;
  left: 0.75rem;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body .wp-block-quote > p::before,
  .mce-content-body blockquote:not(.wp-block-quote)::before {
    top: 0;
    left: 0;
  }
}
.mce-content-body .wp-block-quote > p::after,
.mce-content-body blockquote:not(.wp-block-quote)::after {
  background-image: url("../images/common/icon-quote_right.svg");
  bottom: 0.875rem;
  right: 0.75rem;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body .wp-block-quote > p::after,
  .mce-content-body blockquote:not(.wp-block-quote)::after {
    bottom: 0;
    right: 0;
  }
}
.mce-content-body a {
  text-decoration: underline;
}
@media (hover: hover) {
  .mce-content-body a:hover {
    text-decoration: none;
  }
}
.mce-content-body sup {
  font-size: max(10px, 0.75rem);
  color: #555;
}
.mce-content-body iframe {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: var(--border-radius-primary);
  vertical-align: bottom;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body iframe[src*="google.com/maps"] {
    aspect-ratio: 4/3;
  }
}
.mce-content-body iframe:not(:first-child) {
  margin-top: 2em;
}
.mce-content-body iframe:not(:last-child) {
  margin-bottom: 2em;
}
.mce-content-body .scroll {
  overflow-x: scroll;
  margin-bottom: 1em;
  -webkit-overflow-scrolling: touch;
}
.mce-content-body .scroll table {
  margin: 0;
}
.mce-content-body .scroll--cap {
  text-align: right;
  margin: 1em 0 0 !important;
  opacity: 0.25;
  font-size: max(12px, 0.875rem);
}
.mce-content-body {
  /* 吹き出し
  ********************************************** */
}
.mce-content-body .mce-balloon {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body .mce-balloon {
    gap: 1.1428571429rem;
  }
}
.mce-content-body .mce-balloon:not(:first-child) {
  margin-top: 2em;
}
.mce-content-body .mce-balloon:not(:last-child) {
  margin-bottom: 2em;
}
.mce-content-body .mce-balloon-rgt {
  flex-direction: row-reverse;
}
.mce-content-body .mce-balloon--person {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 7.5rem;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body .mce-balloon--person {
    width: 4.5714285714rem;
    flex-basis: 4.5714285714rem;
  }
}
.mce-content-body .mce-balloon--person img {
  width: 100% !important;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}
.mce-content-body .mce-balloon--name {
  margin: 0 !important;
  font-size: var(--font-size-txt-sm);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  text-align: center;
  width: 100%;
}
.mce-content-body .mce-balloon--txt {
  position: relative;
  min-width: 0;
  padding: 1.5rem 2rem;
  flex: 1;
  background-color: var(--clr-mono-01);
  border-radius: var(--border-radius-primary);
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body .mce-balloon--txt {
    padding: 1.1428571429rem;
  }
}
.mce-content-body .mce-balloon--txt::before {
  content: "";
  position: absolute;
  top: 1lh;
  left: -0.75rem;
  width: 1.5rem;
  aspect-ratio: 1;
  background-color: inherit;
  transform: rotate(45deg);
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body .mce-balloon--txt::before {
    left: -0.5714285714rem;
    width: 1.1428571429rem;
  }
}
.mce-content-body .mce-balloon--txt p:last-child {
  margin-bottom: 0;
}
.mce-content-body .mce-balloon-rgt .mce-balloon--txt::before {
  right: -0.75rem;
  left: auto;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body .mce-balloon-rgt .mce-balloon--txt::before {
    right: -0.5714285714rem;
  }
}
.mce-content-body {
  /* プロフィール遷移リンク
  ********************************************** */
}
.mce-content-body .mce-profile_link {
  display: flex;
  width: min(100%, 35rem);
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  align-items: center;
  gap: 1rem;
  color: var(--clr-text-primary);
  background-color: var(--clr-wht);
  border: 2px solid currentColor;
  border-radius: var(--border-radius-max);
  text-decoration: none;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body .mce-profile_link {
    padding: 0.4285714286rem 1.1428571429rem 0.4285714286rem 0.4285714286rem;
    gap: 0.8571428571rem;
  }
}
.mce-content-body .mce-profile_link:not(:first-child) {
  margin-top: 2em;
}
.mce-content-body .mce-profile_link:not(:last-child) {
  margin-bottom: 2em;
}
.mce-content-body .mce-profile_link:focus-visible {
  outline: 3px solid var(--mce-clr-accent);
  outline-offset: 3px;
}
@media (hover: hover) {
  .mce-content-body .mce-profile_link:hover {
    background-color: var(--clr-bg-01);
  }
}
.mce-content-body .mce-profile_link img {
  width: 6.25rem !important;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body .mce-profile_link img {
    width: 4rem !important;
    height: 4rem;
    flex-basis: 4rem;
  }
}
.mce-content-body .mce-profile_link--body {
  display: grid;
  min-width: 0;
  gap: 0.125rem;
}
.mce-content-body .mce-profile_link--ttl {
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body .mce-profile_link--ttl {
    font-size: 1rem;
  }
}
.mce-content-body .mce-profile_link--note {
  color: var(--clr-text-secondary);
  font-size: var(--font-size-txt-sm);
  line-height: 1.5;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body .mce-profile_link--note {
    font-size: 0.6428571429rem;
  }
}

.acf-field ul li::before {
  display: none;
}

.acf-button {
  text-decoration: none !important;
}

/* テーブル
********************************************** */
[class*=mce-table] th {
  font-weight: var(--font-weight-bold);
}

.mce-table01 table,
.mce-table02 table {
  border: none;
  height: auto !important;
}
@media screen and (max-width: 47.9375em) {
  .mce-table01 table,
  .mce-table02 table {
    max-width: none !important;
  }
}
.mce-table01 table:not(:first-child),
.mce-table02 table:not(:first-child) {
  margin-top: 1em;
}
.mce-table01 table:not(:last-child),
.mce-table02 table:not(:last-child) {
  margin-bottom: 1em;
}
.mce-table01 tr,
.mce-table01 th,
.mce-table01 td,
.mce-table02 tr,
.mce-table02 th,
.mce-table02 td {
  height: auto !important;
}
.mce-table01 th,
.mce-table01 td,
.mce-table02 th,
.mce-table02 td {
  padding: 1em;
  border: 1px solid var(--clr-mono-02);
  vertical-align: top;
}
@media screen and (max-width: 47.9375em) {
  .mce-table01 th,
  .mce-table01 td,
  .mce-table02 th,
  .mce-table02 td {
    padding: 0.75em;
    line-height: var(--line-height-hdr);
  }
}
.mce-table01 th,
.mce-table02 th {
  min-width: 7.5rem;
  text-align: left;
}
@media screen and (max-width: 47.9375em) {
  .mce-table01 th,
  .mce-table02 th {
    font-weight: bold;
  }
}

.mce-table01 {
  table-layout: fixed;
}
.mce-table01 th,
.mce-table01 td {
  position: relative;
  border: 0;
  padding: 1em 1.5em;
}
@media screen and (max-width: 47.9375em) {
  .mce-table01 th,
  .mce-table01 td {
    padding: 1em 0.25em;
  }
}
.mce-table01 th {
  color: var(--mce-clr-accent);
  text-align: left;
  border-bottom: 3px solid;
  width: 18rem;
}
@media screen and (max-width: 47.9375em) {
  .mce-table01 th {
    width: 9.2857142857rem;
  }
}
.mce-table01 td::after {
  --dots-color: var(--mce-clr-accent);
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(var(--dots-size) / 2 * var(--rem) * -1);
  display: block;
  width: 100%;
  height: calc(var(--dots-size) * var(--rem));
  pointer-events: none;
  background-color: var(--dots-color, currentColor);
  mask-image: url(../images/common/dot-line.svg);
  mask-size: calc(var(--dots-img-size) * var(--rem));
  mask-position: left top;
  mask-repeat: repeat-x;
}

.mce-table02 {
  border-radius: var(--border-radius-primary);
  border: 2px solid var(--mce-clr-accent);
  overflow: clip;
  border-spacing: 0;
  border-collapse: initial;
}
@media print, screen and (min-width: 48em) {
  .mce-table02 th:not(:last-child) {
    border-right: 0;
  }
  .mce-table02 td:not(:first-child) {
    border-left: 0;
  }
}
.mce-table02 tr:not(:last-child) :is(th, td) {
  border-bottom: 1px solid var(--mce-clr-accent);
}
.mce-table02 th,
.mce-table02 td {
  border: none;
  padding: 1em;
}
.mce-table02 th {
  min-width: 7.5rem;
  text-align: left;
  background-color: var(--mce-clr-accent-bg);
}
.mce-table02 td {
  background-color: var(--clr-wht);
}

@media screen and (max-width: 47.9375em) {
  /* テーブル */
  .table-sp-full {
    width: 100% !important;
  }
  .table-sp-full th,
  .table-sp-full td {
    flex: 1;
  }
  .table-sp-block,
  .table-sp-block th,
  .table-sp-block td {
    width: 100% !important;
  }
  .table-sp-block th,
  .table-sp-block td {
    display: block;
  }
  .mce-table01.table-sp-block th {
    padding-bottom: 0;
  }
  .mce-table01.table-sp-block th::before {
    display: none;
  }
  .mce-table02.table-sp-block th,
  .mce-table02.table-sp-block td {
    border-bottom: 0;
  }
}
@media screen and (max-width: 47.9375em) and (max-width: 47.9375em) {
  .mce-table02.table-sp-block th,
  .mce-table02.table-sp-block td {
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 47.9375em) {
  .mce-table02.table-sp-block th {
    border-bottom: 1px solid var(--mce-clr-accent) !important;
  }
}
@media screen and (max-width: 47.9375em) and (min-width: 48em) {
  .mce-table02.table-sp-block tr:last-child > *:last-child {
    border-bottom: 1px solid var(--clr-mono-02);
  }
}
@media screen and (max-width: 47.9375em) {
  /* table scroll */
  .table-sp-scroll {
    min-width: 38.5714285714rem;
  }
}
/* ボックス
********************************************** */
.mce-box {
  padding: 2.5rem;
  border-radius: var(--border-radius-primary);
  background-color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .mce-box {
    padding: 1rem;
  }
}
.mce-box:not(:first-child) {
  margin-top: 2em;
}
.mce-box:not(:last-child) {
  margin-bottom: 2em;
}
.mce-box :where(*:not([class*=clr-]):not([class*=bold]):not([class*=mce-ttl])) {
  color: var(--clr-text-primary);
}
.mce-box:has(.mce-deco-en) {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .mce-box:has(.mce-deco-en) {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.1428571429rem;
  }
}
.mce-box .ttl-deco-dots_line::after {
  --dots-color: var(--mce-clr-accent);
}

:is(.bg-wht, .article_box) .mce-box {
  background-color: var(--clr-bg-01);
  background-image: url(../images/common/bg-01.png);
}
@media screen and (max-width: 47.9375em) {
  :is(.bg-wht, .article_box) .mce-box {
    background-size: 7.1428571429rem;
  }
}

.mce-box-dots {
  background: none !important;
}
.mce-box-dots .line-dotted {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

/* 英字装飾など
********************************************** */
.mce-deco-en {
  flex-shrink: 0;
  color: var(--clr-secondary-default) !important;
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-lg);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .mce-deco-en {
    padding-right: 2.75rem;
    border-right: 2px solid;
  }
}
@media screen and (max-width: 47.9375em) {
  .mce-deco-en {
    margin-inline: auto;
    padding-bottom: 1.1428571429rem;
    border-bottom: 2px solid;
  }
}
.mce-deco-en p {
  margin-bottom: 0 !important;
  color: var(--clr-secondary-default) !important;
}
.mce-deco-en .num {
  color: var(--clr-secondary-default) !important;
  font-family: var(--font-en-heading);
  font-size: var(--font-size-heading2);
  font-weight: var(--font-weight-heading);
  line-height: 1;
  letter-spacing: 0;
}

/* リスト
********************************************** */
.mce-list-circle::before {
  background-color: transparent;
}

.mce-list-square::before {
  border-radius: 0;
}

ul.mce-check--list li,
.mce-list-check {
  --check: 10;
  --check-dot: 24;
  --check-em: calc((var(--check) / var(--fz)) * 1em);
  --check-dot-em: calc((var(--check-dot) / var(--fz)) * 1em);
  --check-padding: calc(var(--check-em) + var(--check-dot-em));
  padding-left: var(--check-padding);
}
ul.mce-check--list li::before, ul.mce-check--list li::after,
.mce-list-check::before,
.mce-list-check::after {
  content: "";
}
ul.mce-check--list li::before,
.mce-list-check::before {
  position: absolute;
  left: 0;
  flex-shrink: 0;
  inline-size: calc(var(--list-dot) * var(--rem));
  aspect-ratio: 1;
  color: var(--mce-clr-accent);
  border: 1px solid;
  width: var(--check-dot-em);
  margin-block: calc((1lh - var(--check-dot-em)) / 2);
  background-color: var(--mce-clr-accent);
  border-radius: 50%;
  mask: none;
}
ul.mce-check--list li::after,
.mce-list-check::after {
  position: absolute;
  top: 0;
  left: calc((var(--check-dot-em) - var(--check-em)) / 2);
  float: inline-start;
  width: var(--check-em);
  margin-block: calc((1lh - var(--check-em)) / 2);
  aspect-ratio: 10/7;
  border-left: 0.15em solid var(--clr-wht);
  border-bottom: 0.15em solid var(--clr-wht);
  rotate: -45deg;
}

/* ##############################################################################

    クラシックエディタ

############################################################################## */
/* AddQuicktag 
*************************************************** */
.mce-ttl-01,
.mce-ttl-01-2,
.mce-ttl-02,
.mce-ttl-02-2,
.mce-ttl-03 {
  font-family: var(--font-jp-heading);
  font-weight: var(--font-weight-heading);
}
.mce-ttl-01:not(:first-child),
.mce-ttl-01-2:not(:first-child),
.mce-ttl-02:not(:first-child),
.mce-ttl-02-2:not(:first-child),
.mce-ttl-03:not(:first-child) {
  margin-top: 2em;
}
@media screen and (max-width: 47.9375em) {
  .mce-ttl-01:not(:first-child),
  .mce-ttl-01-2:not(:first-child),
  .mce-ttl-02:not(:first-child),
  .mce-ttl-02-2:not(:first-child),
  .mce-ttl-03:not(:first-child) {
    margin-top: 1.5em;
  }
}
.mce-ttl-01:not(:last-child),
.mce-ttl-01-2:not(:last-child),
.mce-ttl-02:not(:last-child),
.mce-ttl-02-2:not(:last-child),
.mce-ttl-03:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 47.9375em) {
  .mce-ttl-01:not(:last-child),
  .mce-ttl-01-2:not(:last-child),
  .mce-ttl-02:not(:last-child),
  .mce-ttl-02-2:not(:last-child),
  .mce-ttl-03:not(:last-child) {
    margin-bottom: 0.75em;
  }
}

.mce-ttl-01 {
  color: var(--clr-text-primary);
  font-size: var(--font-size-heading4);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (max-width: 47.9375em) {
  .mce-ttl-01 {
    font-size: 1.4285714286rem;
  }
}

.mce-ttl-02 {
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.mce-ttl-03 {
  color: var(--mce-clr-accent);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (max-width: 47.9375em) {
  .mce-ttl-03 {
    font-size: 1.1428571429rem;
  }
}

/* 注意書き */
.mce-txt-attention {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  color: var(--clr-text-secondary);
  font-weight: var(--font-weight-default);
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.mce-txt-attention::before {
  content: "※";
}

/* 2カラムリスト */
.mce-column--list {
  column-count: 2;
}
@media screen and (max-width: 47.9375em) {
  .mce-column--list {
    column-count: 1;
  }
}
.mce-column--list li {
  break-inside: avoid;
}

/* 管理画面
*************************************************** */
/* --- スクロールバグ対策用の記述 --- */
html:has(> body#tinymce) {
  height: auto !important;
}

.wp-editor.mce-content-body {
  margin: 1rem;
  padding: 1rem;
}
.wp-editor.mce-content-body picture {
  position: relative;
  display: inline-block;
}
.wp-editor.mce-content-body picture::before {
  content: "スマホ画像あり";
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background-color: red;
}
.wp-editor.mce-content-body .mce-box-wht {
  border: 2px dotted var(--mce-clr-accent);
}

/* txt
**************************************** */
.txt-md {
  font-size: var(--font-size-txt-md);
  font-weight: var(--font-weight-default);
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.txt-lg {
  font-size: var(--font-size-txt-lg);
  font-weight: var(--font-weight-default);
  letter-spacing: 0.03em;
  line-height: 2;
}

.txt-sm {
  font-size: var(--font-size-txt-sm);
  font-weight: var(--font-weight-default);
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.clr-primary-default,
.clr-primary-default * {
  color: var(--clr-primary-default);
}

.clr-primary-dark,
.clr-primary-dark * {
  color: var(--clr-primary-dark);
}

.clr-primary-light,
.clr-primary-light * {
  color: var(--clr-primary-light);
}

.clr-secondary-default,
.clr-secondary-default * {
  color: var(--clr-secondary-default);
}

.clr-secondary-dark,
.clr-secondary-dark * {
  color: var(--clr-secondary-dark);
}

.clr-secondary-light,
.clr-secondary-light * {
  color: var(--clr-secondary-light);
}

.clr-bg-01,
.clr-bg-01 * {
  color: var(--clr-bg-01);
}

.clr-bg-02,
.clr-bg-02 * {
  color: var(--clr-bg-02);
}

.clr-bg-03,
.clr-bg-03 * {
  color: var(--clr-bg-03);
}

.clr-bg-04,
.clr-bg-04 * {
  color: var(--clr-bg-04);
}

.clr-bg-05,
.clr-bg-05 * {
  color: var(--clr-bg-05);
}

.clr-bg-local_activity,
.clr-bg-local_activity * {
  color: var(--clr-bg-local_activity);
}

.clr-bg-local_activity-mce,
.clr-bg-local_activity-mce * {
  color: var(--clr-bg-local_activity-mce);
}

.clr-bg-local_activity-related_posts,
.clr-bg-local_activity-related_posts * {
  color: var(--clr-bg-local_activity-related_posts);
}

.clr-sub-01,
.clr-sub-01 * {
  color: var(--clr-sub-01);
}

.clr-sub-02,
.clr-sub-02 * {
  color: var(--clr-sub-02);
}

.clr-sub-03,
.clr-sub-03 * {
  color: var(--clr-sub-03);
}

.clr-sub-04,
.clr-sub-04 * {
  color: var(--clr-sub-04);
}

.clr-sub-05,
.clr-sub-05 * {
  color: var(--clr-sub-05);
}

.clr-sub-06,
.clr-sub-06 * {
  color: var(--clr-sub-06);
}

.clr-mono-01,
.clr-mono-01 * {
  color: var(--clr-mono-01);
}

.clr-mono-02,
.clr-mono-02 * {
  color: var(--clr-mono-02);
}

.clr-mono-03,
.clr-mono-03 * {
  color: var(--clr-mono-03);
}

.clr-mono-04,
.clr-mono-04 * {
  color: var(--clr-mono-04);
}

.clr-mono-05,
.clr-mono-05 * {
  color: var(--clr-mono-05);
}

.clr-mono-06,
.clr-mono-06 * {
  color: var(--clr-mono-06);
}

.clr-text-primary,
.clr-text-primary * {
  color: var(--clr-text-primary);
}

.clr-text-secondary,
.clr-text-secondary * {
  color: var(--clr-text-secondary);
}

.clr-text-placeholder,
.clr-text-placeholder * {
  color: var(--clr-text-placeholder);
}

.clr-text-light,
.clr-text-light * {
  color: var(--clr-text-light);
}

.clr-text-light-2,
.clr-text-light-2 * {
  color: var(--clr-text-light-2);
}

.clr-wht,
.clr-wht * {
  color: var(--clr-wht);
}

.clr-blk,
.clr-blk * {
  color: var(--clr-blk);
}

.has-clr-primary-default-color,
.has-clr-primary-default-color * {
  color: var(--clr-primary-default);
}

.has-clr-primary-dark-color,
.has-clr-primary-dark-color * {
  color: var(--clr-primary-dark);
}

.has-clr-primary-light-color,
.has-clr-primary-light-color * {
  color: var(--clr-primary-light);
}

.has-clr-secondary-default-color,
.has-clr-secondary-default-color * {
  color: var(--clr-secondary-default);
}

.has-clr-secondary-dark-color,
.has-clr-secondary-dark-color * {
  color: var(--clr-secondary-dark);
}

.has-clr-secondary-light-color,
.has-clr-secondary-light-color * {
  color: var(--clr-secondary-light);
}

.has-clr-bg-01-color,
.has-clr-bg-01-color * {
  color: var(--clr-bg-01);
}

.has-clr-bg-02-color,
.has-clr-bg-02-color * {
  color: var(--clr-bg-02);
}

.has-clr-bg-03-color,
.has-clr-bg-03-color * {
  color: var(--clr-bg-03);
}

.has-clr-bg-04-color,
.has-clr-bg-04-color * {
  color: var(--clr-bg-04);
}

.has-clr-bg-05-color,
.has-clr-bg-05-color * {
  color: var(--clr-bg-05);
}

.has-clr-bg-local_activity-color,
.has-clr-bg-local_activity-color * {
  color: var(--clr-bg-local_activity);
}

.has-clr-bg-local_activity-mce-color,
.has-clr-bg-local_activity-mce-color * {
  color: var(--clr-bg-local_activity-mce);
}

.has-clr-bg-local_activity-related_posts-color,
.has-clr-bg-local_activity-related_posts-color * {
  color: var(--clr-bg-local_activity-related_posts);
}

.has-clr-sub-01-color,
.has-clr-sub-01-color * {
  color: var(--clr-sub-01);
}

.has-clr-sub-02-color,
.has-clr-sub-02-color * {
  color: var(--clr-sub-02);
}

.has-clr-sub-03-color,
.has-clr-sub-03-color * {
  color: var(--clr-sub-03);
}

.has-clr-sub-04-color,
.has-clr-sub-04-color * {
  color: var(--clr-sub-04);
}

.has-clr-sub-05-color,
.has-clr-sub-05-color * {
  color: var(--clr-sub-05);
}

.has-clr-sub-06-color,
.has-clr-sub-06-color * {
  color: var(--clr-sub-06);
}

.has-clr-mono-01-color,
.has-clr-mono-01-color * {
  color: var(--clr-mono-01);
}

.has-clr-mono-02-color,
.has-clr-mono-02-color * {
  color: var(--clr-mono-02);
}

.has-clr-mono-03-color,
.has-clr-mono-03-color * {
  color: var(--clr-mono-03);
}

.has-clr-mono-04-color,
.has-clr-mono-04-color * {
  color: var(--clr-mono-04);
}

.has-clr-mono-05-color,
.has-clr-mono-05-color * {
  color: var(--clr-mono-05);
}

.has-clr-mono-06-color,
.has-clr-mono-06-color * {
  color: var(--clr-mono-06);
}

.has-clr-text-primary-color,
.has-clr-text-primary-color * {
  color: var(--clr-text-primary);
}

.has-clr-text-secondary-color,
.has-clr-text-secondary-color * {
  color: var(--clr-text-secondary);
}

.has-clr-text-placeholder-color,
.has-clr-text-placeholder-color * {
  color: var(--clr-text-placeholder);
}

.has-clr-text-light-color,
.has-clr-text-light-color * {
  color: var(--clr-text-light);
}

.has-clr-text-light-2-color,
.has-clr-text-light-2-color * {
  color: var(--clr-text-light-2);
}

.has-clr-wht-color,
.has-clr-wht-color * {
  color: var(--clr-wht);
}

.has-clr-blk-color,
.has-clr-blk-color * {
  color: var(--clr-blk);
}

/* --- font-size --- */
.fz8 {
  font-size: max(6px, 0.5rem);
}
@media screen and (max-width: 47.9375em) {
  .fz8 {
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp8 {
    font-size: 0.5714285714rem !important;
  }
}

.fz9 {
  font-size: max(7px, 0.5625rem);
}
@media screen and (max-width: 47.9375em) {
  .fz9 {
    font-size: 0.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp9 {
    font-size: 0.6428571429rem !important;
  }
}

.fz10 {
  font-size: max(8px, 0.625rem);
}
@media screen and (max-width: 47.9375em) {
  .fz10 {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp10 {
    font-size: 0.7142857143rem !important;
  }
}

.fz11 {
  font-size: max(9px, 0.6875rem);
}
@media screen and (max-width: 47.9375em) {
  .fz11 {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp11 {
    font-size: 0.7857142857rem !important;
  }
}

.fz12 {
  font-size: max(10px, 0.75rem);
}
@media screen and (max-width: 47.9375em) {
  .fz12 {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp12 {
    font-size: 0.8571428571rem !important;
  }
}

.fz13 {
  font-size: max(11px, 0.8125rem);
}
@media screen and (max-width: 47.9375em) {
  .fz13 {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp13 {
    font-size: 0.9285714286rem !important;
  }
}

.fz14 {
  font-size: max(12px, 0.875rem);
}
@media screen and (max-width: 47.9375em) {
  .fz14 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp14 {
    font-size: 1rem !important;
  }
}

.fz15 {
  font-size: max(13px, 0.9375rem);
}
@media screen and (max-width: 47.9375em) {
  .fz15 {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp15 {
    font-size: 1.0714285714rem !important;
  }
}

.fz16 {
  font-size: max(14px, 1rem);
}
@media screen and (max-width: 47.9375em) {
  .fz16 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp16 {
    font-size: 1.1428571429rem !important;
  }
}

.fz17 {
  font-size: max(15px, 1.0625rem);
}
@media screen and (max-width: 47.9375em) {
  .fz17 {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp17 {
    font-size: 1.2142857143rem !important;
  }
}

.fz18 {
  font-size: max(16px, 1.125rem);
}
@media screen and (max-width: 47.9375em) {
  .fz18 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp18 {
    font-size: 1.2857142857rem !important;
  }
}

.fz19 {
  font-size: max(17px, 1.1875rem);
}
@media screen and (max-width: 47.9375em) {
  .fz19 {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp19 {
    font-size: 1.3571428571rem !important;
  }
}

.fz20 {
  font-size: max(18px, 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .fz20 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp20 {
    font-size: 1.4285714286rem !important;
  }
}

.fz21 {
  font-size: max(19px, 1.3125rem);
}
@media screen and (max-width: 47.9375em) {
  .fz21 {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp21 {
    font-size: 1.5rem !important;
  }
}

.fz22 {
  font-size: max(20px, 1.375rem);
}
@media screen and (max-width: 47.9375em) {
  .fz22 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp22 {
    font-size: 1.5714285714rem !important;
  }
}

.fz23 {
  font-size: max(21px, 1.4375rem);
}
@media screen and (max-width: 47.9375em) {
  .fz23 {
    font-size: 1.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp23 {
    font-size: 1.6428571429rem !important;
  }
}

.fz24 {
  font-size: max(22px, 1.5rem);
}
@media screen and (max-width: 47.9375em) {
  .fz24 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp24 {
    font-size: 1.7142857143rem !important;
  }
}

.fz25 {
  font-size: 1.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz25 {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp25 {
    font-size: 1.7857142857rem !important;
  }
}

.fz26 {
  font-size: 1.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz26 {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp26 {
    font-size: 1.8571428571rem !important;
  }
}

.fz27 {
  font-size: 1.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz27 {
    font-size: 1.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp27 {
    font-size: 1.9285714286rem !important;
  }
}

.fz28 {
  font-size: 1.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz28 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp28 {
    font-size: 2rem !important;
  }
}

.fz29 {
  font-size: 1.8125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz29 {
    font-size: 1.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp29 {
    font-size: 2.0714285714rem !important;
  }
}

.fz30 {
  font-size: 1.875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz30 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp30 {
    font-size: 2.1428571429rem !important;
  }
}

.fz31 {
  font-size: 1.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz31 {
    font-size: 1.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp31 {
    font-size: 2.2142857143rem !important;
  }
}

.fz32 {
  font-size: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .fz32 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp32 {
    font-size: 2.2857142857rem !important;
  }
}

.fz33 {
  font-size: 2.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz33 {
    font-size: 2.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp33 {
    font-size: 2.3571428571rem !important;
  }
}

.fz34 {
  font-size: 2.125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz34 {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp34 {
    font-size: 2.4285714286rem !important;
  }
}

.fz35 {
  font-size: 2.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz35 {
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp35 {
    font-size: 2.5rem !important;
  }
}

.fz36 {
  font-size: 2.25rem;
}
@media screen and (max-width: 47.9375em) {
  .fz36 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp36 {
    font-size: 2.5714285714rem !important;
  }
}

.fz37 {
  font-size: 2.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz37 {
    font-size: 2.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp37 {
    font-size: 2.6428571429rem !important;
  }
}

.fz38 {
  font-size: 2.375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz38 {
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp38 {
    font-size: 2.7142857143rem !important;
  }
}

.fz39 {
  font-size: 2.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz39 {
    font-size: 2.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp39 {
    font-size: 2.7857142857rem !important;
  }
}

.fz40 {
  font-size: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz40 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp40 {
    font-size: 2.8571428571rem !important;
  }
}

.fz41 {
  font-size: 2.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz41 {
    font-size: 2.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp41 {
    font-size: 2.9285714286rem !important;
  }
}

.fz42 {
  font-size: 2.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz42 {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp42 {
    font-size: 3rem !important;
  }
}

.fz43 {
  font-size: 2.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz43 {
    font-size: 2.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp43 {
    font-size: 3.0714285714rem !important;
  }
}

.fz44 {
  font-size: 2.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz44 {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp44 {
    font-size: 3.1428571429rem !important;
  }
}

.fz45 {
  font-size: 2.8125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz45 {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp45 {
    font-size: 3.2142857143rem !important;
  }
}

.fz46 {
  font-size: 2.875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz46 {
    font-size: 2.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp46 {
    font-size: 3.2857142857rem !important;
  }
}

.fz47 {
  font-size: 2.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz47 {
    font-size: 2.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp47 {
    font-size: 3.3571428571rem !important;
  }
}

.fz48 {
  font-size: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .fz48 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp48 {
    font-size: 3.4285714286rem !important;
  }
}

.fz49 {
  font-size: 3.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz49 {
    font-size: 3.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp49 {
    font-size: 3.5rem !important;
  }
}

.fz50 {
  font-size: 3.125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz50 {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp50 {
    font-size: 3.5714285714rem !important;
  }
}

.fz51 {
  font-size: 3.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz51 {
    font-size: 3.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp51 {
    font-size: 3.6428571429rem !important;
  }
}

.fz52 {
  font-size: 3.25rem;
}
@media screen and (max-width: 47.9375em) {
  .fz52 {
    font-size: 3.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp52 {
    font-size: 3.7142857143rem !important;
  }
}

.fz53 {
  font-size: 3.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz53 {
    font-size: 3.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp53 {
    font-size: 3.7857142857rem !important;
  }
}

.fz54 {
  font-size: 3.375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz54 {
    font-size: 3.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp54 {
    font-size: 3.8571428571rem !important;
  }
}

.fz55 {
  font-size: 3.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz55 {
    font-size: 3.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp55 {
    font-size: 3.9285714286rem !important;
  }
}

.fz56 {
  font-size: 3.5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz56 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp56 {
    font-size: 4rem !important;
  }
}

.fz57 {
  font-size: 3.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz57 {
    font-size: 3.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp57 {
    font-size: 4.0714285714rem !important;
  }
}

.fz58 {
  font-size: 3.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz58 {
    font-size: 3.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp58 {
    font-size: 4.1428571429rem !important;
  }
}

.fz59 {
  font-size: 3.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz59 {
    font-size: 3.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp59 {
    font-size: 4.2142857143rem !important;
  }
}

.fz60 {
  font-size: 3.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz60 {
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp60 {
    font-size: 4.2857142857rem !important;
  }
}

.fz61 {
  font-size: 3.8125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz61 {
    font-size: 3.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp61 {
    font-size: 4.3571428571rem !important;
  }
}

.fz62 {
  font-size: 3.875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz62 {
    font-size: 3.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp62 {
    font-size: 4.4285714286rem !important;
  }
}

.fz63 {
  font-size: 3.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz63 {
    font-size: 3.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp63 {
    font-size: 4.5rem !important;
  }
}

.fz64 {
  font-size: 4rem;
}
@media screen and (max-width: 47.9375em) {
  .fz64 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp64 {
    font-size: 4.5714285714rem !important;
  }
}

.fz65 {
  font-size: 4.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz65 {
    font-size: 4.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp65 {
    font-size: 4.6428571429rem !important;
  }
}

.fz66 {
  font-size: 4.125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz66 {
    font-size: 4.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp66 {
    font-size: 4.7142857143rem !important;
  }
}

.fz67 {
  font-size: 4.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz67 {
    font-size: 4.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp67 {
    font-size: 4.7857142857rem !important;
  }
}

.fz68 {
  font-size: 4.25rem;
}
@media screen and (max-width: 47.9375em) {
  .fz68 {
    font-size: 4.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp68 {
    font-size: 4.8571428571rem !important;
  }
}

.fz69 {
  font-size: 4.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz69 {
    font-size: 4.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp69 {
    font-size: 4.9285714286rem !important;
  }
}

.fz70 {
  font-size: 4.375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz70 {
    font-size: 4.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp70 {
    font-size: 5rem !important;
  }
}

.fz71 {
  font-size: 4.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz71 {
    font-size: 4.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp71 {
    font-size: 5.0714285714rem !important;
  }
}

.fz72 {
  font-size: 4.5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz72 {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp72 {
    font-size: 5.1428571429rem !important;
  }
}

.fz73 {
  font-size: 4.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz73 {
    font-size: 4.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp73 {
    font-size: 5.2142857143rem !important;
  }
}

.fz74 {
  font-size: 4.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz74 {
    font-size: 4.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp74 {
    font-size: 5.2857142857rem !important;
  }
}

.fz75 {
  font-size: 4.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz75 {
    font-size: 4.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp75 {
    font-size: 5.3571428571rem !important;
  }
}

.fz76 {
  font-size: 4.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz76 {
    font-size: 4.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp76 {
    font-size: 5.4285714286rem !important;
  }
}

.fz77 {
  font-size: 4.8125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz77 {
    font-size: 4.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp77 {
    font-size: 5.5rem !important;
  }
}

.fz78 {
  font-size: 4.875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz78 {
    font-size: 4.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp78 {
    font-size: 5.5714285714rem !important;
  }
}

.fz79 {
  font-size: 4.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz79 {
    font-size: 4.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp79 {
    font-size: 5.6428571429rem !important;
  }
}

.fz80 {
  font-size: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz80 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp80 {
    font-size: 5.7142857143rem !important;
  }
}

.fz81 {
  font-size: 5.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz81 {
    font-size: 5.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp81 {
    font-size: 5.7857142857rem !important;
  }
}

.fz82 {
  font-size: 5.125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz82 {
    font-size: 5.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp82 {
    font-size: 5.8571428571rem !important;
  }
}

.fz83 {
  font-size: 5.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz83 {
    font-size: 5.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp83 {
    font-size: 5.9285714286rem !important;
  }
}

.fz84 {
  font-size: 5.25rem;
}
@media screen and (max-width: 47.9375em) {
  .fz84 {
    font-size: 5.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp84 {
    font-size: 6rem !important;
  }
}

.fz85 {
  font-size: 5.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz85 {
    font-size: 5.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp85 {
    font-size: 6.0714285714rem !important;
  }
}

.fz86 {
  font-size: 5.375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz86 {
    font-size: 5.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp86 {
    font-size: 6.1428571429rem !important;
  }
}

.fz87 {
  font-size: 5.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz87 {
    font-size: 5.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp87 {
    font-size: 6.2142857143rem !important;
  }
}

.fz88 {
  font-size: 5.5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz88 {
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp88 {
    font-size: 6.2857142857rem !important;
  }
}

.fz89 {
  font-size: 5.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz89 {
    font-size: 5.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp89 {
    font-size: 6.3571428571rem !important;
  }
}

.fz90 {
  font-size: 5.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz90 {
    font-size: 5.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp90 {
    font-size: 6.4285714286rem !important;
  }
}

.fz91 {
  font-size: 5.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz91 {
    font-size: 5.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp91 {
    font-size: 6.5rem !important;
  }
}

.fz92 {
  font-size: 5.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz92 {
    font-size: 5.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp92 {
    font-size: 6.5714285714rem !important;
  }
}

.fz93 {
  font-size: 5.8125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz93 {
    font-size: 5.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp93 {
    font-size: 6.6428571429rem !important;
  }
}

.fz94 {
  font-size: 5.875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz94 {
    font-size: 5.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp94 {
    font-size: 6.7142857143rem !important;
  }
}

.fz95 {
  font-size: 5.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz95 {
    font-size: 5.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp95 {
    font-size: 6.7857142857rem !important;
  }
}

.fz96 {
  font-size: 6rem;
}
@media screen and (max-width: 47.9375em) {
  .fz96 {
    font-size: 6rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp96 {
    font-size: 6.8571428571rem !important;
  }
}

.fz97 {
  font-size: 6.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz97 {
    font-size: 6.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp97 {
    font-size: 6.9285714286rem !important;
  }
}

.fz98 {
  font-size: 6.125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz98 {
    font-size: 6.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp98 {
    font-size: 7rem !important;
  }
}

.fz99 {
  font-size: 6.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz99 {
    font-size: 6.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp99 {
    font-size: 7.0714285714rem !important;
  }
}

.fz100 {
  font-size: 6.25rem;
}
@media screen and (max-width: 47.9375em) {
  .fz100 {
    font-size: 6.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp100 {
    font-size: 7.1428571429rem !important;
  }
}

.fz101 {
  font-size: 6.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz101 {
    font-size: 6.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp101 {
    font-size: 7.2142857143rem !important;
  }
}

.fz102 {
  font-size: 6.375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz102 {
    font-size: 6.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp102 {
    font-size: 7.2857142857rem !important;
  }
}

.fz103 {
  font-size: 6.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz103 {
    font-size: 6.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp103 {
    font-size: 7.3571428571rem !important;
  }
}

.fz104 {
  font-size: 6.5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz104 {
    font-size: 6.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp104 {
    font-size: 7.4285714286rem !important;
  }
}

.fz105 {
  font-size: 6.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz105 {
    font-size: 6.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp105 {
    font-size: 7.5rem !important;
  }
}

.fz106 {
  font-size: 6.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz106 {
    font-size: 6.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp106 {
    font-size: 7.5714285714rem !important;
  }
}

.fz107 {
  font-size: 6.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz107 {
    font-size: 6.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp107 {
    font-size: 7.6428571429rem !important;
  }
}

.fz108 {
  font-size: 6.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz108 {
    font-size: 6.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp108 {
    font-size: 7.7142857143rem !important;
  }
}

.fz109 {
  font-size: 6.8125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz109 {
    font-size: 6.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp109 {
    font-size: 7.7857142857rem !important;
  }
}

.fz110 {
  font-size: 6.875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz110 {
    font-size: 6.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp110 {
    font-size: 7.8571428571rem !important;
  }
}

.fz111 {
  font-size: 6.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz111 {
    font-size: 6.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp111 {
    font-size: 7.9285714286rem !important;
  }
}

.fz112 {
  font-size: 7rem;
}
@media screen and (max-width: 47.9375em) {
  .fz112 {
    font-size: 7rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp112 {
    font-size: 8rem !important;
  }
}

.fz113 {
  font-size: 7.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz113 {
    font-size: 7.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp113 {
    font-size: 8.0714285714rem !important;
  }
}

.fz114 {
  font-size: 7.125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz114 {
    font-size: 7.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp114 {
    font-size: 8.1428571429rem !important;
  }
}

.fz115 {
  font-size: 7.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz115 {
    font-size: 7.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp115 {
    font-size: 8.2142857143rem !important;
  }
}

.fz116 {
  font-size: 7.25rem;
}
@media screen and (max-width: 47.9375em) {
  .fz116 {
    font-size: 7.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp116 {
    font-size: 8.2857142857rem !important;
  }
}

.fz117 {
  font-size: 7.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz117 {
    font-size: 7.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp117 {
    font-size: 8.3571428571rem !important;
  }
}

.fz118 {
  font-size: 7.375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz118 {
    font-size: 7.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp118 {
    font-size: 8.4285714286rem !important;
  }
}

.fz119 {
  font-size: 7.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz119 {
    font-size: 7.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp119 {
    font-size: 8.5rem !important;
  }
}

.fz120 {
  font-size: 7.5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz120 {
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp120 {
    font-size: 8.5714285714rem !important;
  }
}

.fz121 {
  font-size: 7.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz121 {
    font-size: 7.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp121 {
    font-size: 8.6428571429rem !important;
  }
}

.fz122 {
  font-size: 7.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz122 {
    font-size: 7.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp122 {
    font-size: 8.7142857143rem !important;
  }
}

.fz123 {
  font-size: 7.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz123 {
    font-size: 7.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp123 {
    font-size: 8.7857142857rem !important;
  }
}

.fz124 {
  font-size: 7.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz124 {
    font-size: 7.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp124 {
    font-size: 8.8571428571rem !important;
  }
}

.fz125 {
  font-size: 7.8125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz125 {
    font-size: 7.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp125 {
    font-size: 8.9285714286rem !important;
  }
}

.fz126 {
  font-size: 7.875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz126 {
    font-size: 7.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp126 {
    font-size: 9rem !important;
  }
}

.fz127 {
  font-size: 7.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz127 {
    font-size: 7.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp127 {
    font-size: 9.0714285714rem !important;
  }
}

.fz128 {
  font-size: 8rem;
}
@media screen and (max-width: 47.9375em) {
  .fz128 {
    font-size: 8rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp128 {
    font-size: 9.1428571429rem !important;
  }
}

.fz129 {
  font-size: 8.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz129 {
    font-size: 8.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp129 {
    font-size: 9.2142857143rem !important;
  }
}

.fz130 {
  font-size: 8.125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz130 {
    font-size: 8.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp130 {
    font-size: 9.2857142857rem !important;
  }
}

.fz131 {
  font-size: 8.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz131 {
    font-size: 8.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp131 {
    font-size: 9.3571428571rem !important;
  }
}

.fz132 {
  font-size: 8.25rem;
}
@media screen and (max-width: 47.9375em) {
  .fz132 {
    font-size: 8.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp132 {
    font-size: 9.4285714286rem !important;
  }
}

.fz133 {
  font-size: 8.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz133 {
    font-size: 8.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp133 {
    font-size: 9.5rem !important;
  }
}

.fz134 {
  font-size: 8.375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz134 {
    font-size: 8.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp134 {
    font-size: 9.5714285714rem !important;
  }
}

.fz135 {
  font-size: 8.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz135 {
    font-size: 8.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp135 {
    font-size: 9.6428571429rem !important;
  }
}

.fz136 {
  font-size: 8.5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz136 {
    font-size: 8.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp136 {
    font-size: 9.7142857143rem !important;
  }
}

.fz137 {
  font-size: 8.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz137 {
    font-size: 8.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp137 {
    font-size: 9.7857142857rem !important;
  }
}

.fz138 {
  font-size: 8.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz138 {
    font-size: 8.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp138 {
    font-size: 9.8571428571rem !important;
  }
}

.fz139 {
  font-size: 8.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz139 {
    font-size: 8.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp139 {
    font-size: 9.9285714286rem !important;
  }
}

.fz140 {
  font-size: 8.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz140 {
    font-size: 8.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp140 {
    font-size: 10rem !important;
  }
}

/* --- font-family --- */
.font-jp {
  font-family: var(--font-jp-heading);
}

.font-en {
  font-family: var(--font-en-heading);
}

/* --- clip-txt --- */
.clip-txt1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clip-txt2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clip-txt3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.clip-txt4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/* txt-ctr
**************************************** */
.txt-ctr,
.txt-ctr-pc {
  text-align: center;
}

.txt-rgt,
.txt-rgt-pc {
  text-align: right;
}

@media screen and (max-width: 47.9375em) {
  .txt-ctr-pc,
  .txt-rgt-pc {
    text-align: left;
  }
  .txt-ctr-sp {
    text-align: center;
  }
}
/* txtarea
**************************************** */
.txtarea:not([class*=txt-ctr]) {
  text-align: justify;
}

.txtarea p:not([class*=mgn-btm]):not(:last-child) {
  margin-bottom: 1em;
}

/* bg
********************************************** */
.bg-primary-default {
  background-color: var(--clr-primary-default);
}

.bg-primary-dark {
  background-color: var(--clr-primary-dark);
}

.bg-primary-light {
  background-color: var(--clr-primary-light);
}

.bg-secondary-default {
  background-color: var(--clr-secondary-default);
}

.bg-secondary-dark {
  background-color: var(--clr-secondary-dark);
}

.bg-secondary-light {
  background-color: var(--clr-secondary-light);
}

.bg-bg-01 {
  background-color: var(--clr-bg-01);
}

.bg-bg-02 {
  background-color: var(--clr-bg-02);
}

.bg-bg-03 {
  background-color: var(--clr-bg-03);
}

.bg-bg-04 {
  background-color: var(--clr-bg-04);
}

.bg-bg-05 {
  background-color: var(--clr-bg-05);
}

.bg-bg-local_activity {
  background-color: var(--clr-bg-local_activity);
}

.bg-bg-local_activity-mce {
  background-color: var(--clr-bg-local_activity-mce);
}

.bg-bg-local_activity-related_posts {
  background-color: var(--clr-bg-local_activity-related_posts);
}

.bg-sub-01 {
  background-color: var(--clr-sub-01);
}

.bg-sub-02 {
  background-color: var(--clr-sub-02);
}

.bg-sub-03 {
  background-color: var(--clr-sub-03);
}

.bg-sub-04 {
  background-color: var(--clr-sub-04);
}

.bg-sub-05 {
  background-color: var(--clr-sub-05);
}

.bg-sub-06 {
  background-color: var(--clr-sub-06);
}

.bg-mono-01 {
  background-color: var(--clr-mono-01);
}

.bg-mono-02 {
  background-color: var(--clr-mono-02);
}

.bg-mono-03 {
  background-color: var(--clr-mono-03);
}

.bg-mono-04 {
  background-color: var(--clr-mono-04);
}

.bg-mono-05 {
  background-color: var(--clr-mono-05);
}

.bg-mono-06 {
  background-color: var(--clr-mono-06);
}

.bg-text-primary {
  background-color: var(--clr-text-primary);
}

.bg-text-secondary {
  background-color: var(--clr-text-secondary);
}

.bg-text-placeholder {
  background-color: var(--clr-text-placeholder);
}

.bg-text-light {
  background-color: var(--clr-text-light);
}

.bg-text-light-2 {
  background-color: var(--clr-text-light-2);
}

.bg-wht {
  background-color: var(--clr-wht);
}

.bg-blk {
  background-color: var(--clr-blk);
}

.bg-01 {
  background-color: var(--clr-bg-01);
  background-image: url(../images/common/bg-01.png);
}
@media screen and (max-width: 47.9375em) {
  .bg-01 {
    background-size: 7.1428571429rem;
  }
}

.bg-02 {
  background-color: var(--clr-bg-02);
  background-image: url(../images/common/bg-02.png);
}
@media screen and (max-width: 47.9375em) {
  .bg-02 {
    background-size: 7.1428571429rem;
  }
}

.bg-03 {
  background-color: var(--clr-bg-03);
}

.bg-04 {
  background-color: var(--clr-bg-04);
}

@media print, screen and (min-width: 48em) {
  .sec-bg {
    background-image: url(../images/common/sec-bg.png);
    background-size: 100%;
    background-repeat: repeat-y;
  }
}
@media print, screen and (min-width: 48em) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .sp-none {
    display: none !important;
  }
}
/* img
********************************************** */
.img-ctr {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-trim {
  display: flex;
  justify-content: center;
  align-items: center;
}

.trim-widescreen {
  aspect-ratio: 3/2;
}

.trim-square {
  aspect-ratio: 1/1;
}

.trim-portrait {
  aspect-ratio: 2/3;
}

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

.img-contain {
  object-fit: contain;
}

.mgn-btm0 {
  margin-bottom: 0rem;
}

.mgn-btm2 {
  margin-bottom: 0.125rem;
}

.mgn-btm4 {
  margin-bottom: 0.25rem;
}

.mgn-btm6 {
  margin-bottom: 0.375rem;
}

.mgn-btm8 {
  margin-bottom: 0.5rem;
}

.mgn-btm10 {
  margin-bottom: 0.625rem;
}

.mgn-btm12 {
  margin-bottom: 0.75rem;
}

.mgn-btm14 {
  margin-bottom: 0.875rem;
}

.mgn-btm16 {
  margin-bottom: 1rem;
}

.mgn-btm18 {
  margin-bottom: 1.125rem;
}

.mgn-btm20 {
  margin-bottom: 1.25rem;
}

.mgn-btm22 {
  margin-bottom: 1.375rem;
}

.mgn-btm24 {
  margin-bottom: 1.5rem;
}

.mgn-btm26 {
  margin-bottom: 1.625rem;
}

.mgn-btm28 {
  margin-bottom: 1.75rem;
}

.mgn-btm30 {
  margin-bottom: 1.875rem;
}

.mgn-btm32 {
  margin-bottom: 2rem;
}

.mgn-btm34 {
  margin-bottom: 2.125rem;
}

.mgn-btm36 {
  margin-bottom: 2.25rem;
}

.mgn-btm38 {
  margin-bottom: 2.375rem;
}

.mgn-btm40 {
  margin-bottom: 2.5rem;
}

.mgn-btm42 {
  margin-bottom: 2.625rem;
}

.mgn-btm44 {
  margin-bottom: 2.75rem;
}

.mgn-btm46 {
  margin-bottom: 2.875rem;
}

.mgn-btm48 {
  margin-bottom: 3rem;
}

.mgn-btm50 {
  margin-bottom: 3.125rem;
}

.mgn-btm52 {
  margin-bottom: 3.25rem;
}

.mgn-btm54 {
  margin-bottom: 3.375rem;
}

.mgn-btm56 {
  margin-bottom: 3.5rem;
}

.mgn-btm58 {
  margin-bottom: 3.625rem;
}

.mgn-btm60 {
  margin-bottom: 3.75rem;
}

.mgn-btm62 {
  margin-bottom: 3.875rem;
}

.mgn-btm64 {
  margin-bottom: 4rem;
}

.mgn-btm66 {
  margin-bottom: 4.125rem;
}

.mgn-btm68 {
  margin-bottom: 4.25rem;
}

.mgn-btm70 {
  margin-bottom: 4.375rem;
}

.mgn-btm72 {
  margin-bottom: 4.5rem;
}

.mgn-btm74 {
  margin-bottom: 4.625rem;
}

.mgn-btm76 {
  margin-bottom: 4.75rem;
}

.mgn-btm78 {
  margin-bottom: 4.875rem;
}

.mgn-btm80 {
  margin-bottom: 5rem;
}

.mgn-btm82 {
  margin-bottom: 5.125rem;
}

.mgn-btm84 {
  margin-bottom: 5.25rem;
}

.mgn-btm86 {
  margin-bottom: 5.375rem;
}

.mgn-btm88 {
  margin-bottom: 5.5rem;
}

.mgn-btm90 {
  margin-bottom: 5.625rem;
}

.mgn-btm92 {
  margin-bottom: 5.75rem;
}

.mgn-btm94 {
  margin-bottom: 5.875rem;
}

.mgn-btm96 {
  margin-bottom: 6rem;
}

.mgn-btm98 {
  margin-bottom: 6.125rem;
}

.mgn-btm100 {
  margin-bottom: 6.25rem;
}

.mgn-btm102 {
  margin-bottom: 6.375rem;
}

.mgn-btm104 {
  margin-bottom: 6.5rem;
}

.mgn-btm106 {
  margin-bottom: 6.625rem;
}

.mgn-btm108 {
  margin-bottom: 6.75rem;
}

.mgn-btm110 {
  margin-bottom: 6.875rem;
}

.mgn-btm112 {
  margin-bottom: 7rem;
}

.mgn-btm114 {
  margin-bottom: 7.125rem;
}

.mgn-btm116 {
  margin-bottom: 7.25rem;
}

.mgn-btm118 {
  margin-bottom: 7.375rem;
}

.mgn-btm120 {
  margin-bottom: 7.5rem;
}

.mgn-btm122 {
  margin-bottom: 7.625rem;
}

.mgn-btm124 {
  margin-bottom: 7.75rem;
}

.mgn-btm126 {
  margin-bottom: 7.875rem;
}

.mgn-btm128 {
  margin-bottom: 8rem;
}

.mgn-btm130 {
  margin-bottom: 8.125rem;
}

.mgn-btm132 {
  margin-bottom: 8.25rem;
}

.mgn-btm134 {
  margin-bottom: 8.375rem;
}

.mgn-btm136 {
  margin-bottom: 8.5rem;
}

.mgn-btm138 {
  margin-bottom: 8.625rem;
}

.mgn-btm140 {
  margin-bottom: 8.75rem;
}

.mgn-btm142 {
  margin-bottom: 8.875rem;
}

.mgn-btm144 {
  margin-bottom: 9rem;
}

.mgn-btm146 {
  margin-bottom: 9.125rem;
}

.mgn-btm148 {
  margin-bottom: 9.25rem;
}

.mgn-btm150 {
  margin-bottom: 9.375rem;
}

@media screen and (max-width: 47.9375em) {
  .mgn-btm0 {
    margin-bottom: 0rem;
  }
  .mgn-btm-sp0 {
    margin-bottom: 0rem !important;
  }
  .mgn-btm2 {
    margin-bottom: 0.0714285714rem;
  }
  .mgn-btm-sp2 {
    margin-bottom: 0.1428571429rem !important;
  }
  .mgn-btm4 {
    margin-bottom: 0.1428571429rem;
  }
  .mgn-btm-sp4 {
    margin-bottom: 0.2857142857rem !important;
  }
  .mgn-btm6 {
    margin-bottom: 0.2142857143rem;
  }
  .mgn-btm-sp6 {
    margin-bottom: 0.4285714286rem !important;
  }
  .mgn-btm8 {
    margin-bottom: 0.2857142857rem;
  }
  .mgn-btm-sp8 {
    margin-bottom: 0.5714285714rem !important;
  }
  .mgn-btm10 {
    margin-bottom: 0.3571428571rem;
  }
  .mgn-btm-sp10 {
    margin-bottom: 0.7142857143rem !important;
  }
  .mgn-btm12 {
    margin-bottom: 0.4285714286rem;
  }
  .mgn-btm-sp12 {
    margin-bottom: 0.8571428571rem !important;
  }
  .mgn-btm14 {
    margin-bottom: 0.5rem;
  }
  .mgn-btm-sp14 {
    margin-bottom: 1rem !important;
  }
  .mgn-btm16 {
    margin-bottom: 0.5714285714rem;
  }
  .mgn-btm-sp16 {
    margin-bottom: 1.1428571429rem !important;
  }
  .mgn-btm18 {
    margin-bottom: 0.6428571429rem;
  }
  .mgn-btm-sp18 {
    margin-bottom: 1.2857142857rem !important;
  }
  .mgn-btm20 {
    margin-bottom: 0.7142857143rem;
  }
  .mgn-btm-sp20 {
    margin-bottom: 1.4285714286rem !important;
  }
  .mgn-btm22 {
    margin-bottom: 0.7857142857rem;
  }
  .mgn-btm-sp22 {
    margin-bottom: 1.5714285714rem !important;
  }
  .mgn-btm24 {
    margin-bottom: 0.8571428571rem;
  }
  .mgn-btm-sp24 {
    margin-bottom: 1.7142857143rem !important;
  }
  .mgn-btm26 {
    margin-bottom: 0.9285714286rem;
  }
  .mgn-btm-sp26 {
    margin-bottom: 1.8571428571rem !important;
  }
  .mgn-btm28 {
    margin-bottom: 1rem;
  }
  .mgn-btm-sp28 {
    margin-bottom: 2rem !important;
  }
  .mgn-btm30 {
    margin-bottom: 1.0714285714rem;
  }
  .mgn-btm-sp30 {
    margin-bottom: 2.1428571429rem !important;
  }
  .mgn-btm32 {
    margin-bottom: 1.1428571429rem;
  }
  .mgn-btm-sp32 {
    margin-bottom: 2.2857142857rem !important;
  }
  .mgn-btm34 {
    margin-bottom: 1.2142857143rem;
  }
  .mgn-btm-sp34 {
    margin-bottom: 2.4285714286rem !important;
  }
  .mgn-btm36 {
    margin-bottom: 1.2857142857rem;
  }
  .mgn-btm-sp36 {
    margin-bottom: 2.5714285714rem !important;
  }
  .mgn-btm38 {
    margin-bottom: 1.3571428571rem;
  }
  .mgn-btm-sp38 {
    margin-bottom: 2.7142857143rem !important;
  }
  .mgn-btm40 {
    margin-bottom: 1.4285714286rem;
  }
  .mgn-btm-sp40 {
    margin-bottom: 2.8571428571rem !important;
  }
  .mgn-btm42 {
    margin-bottom: 1.5rem;
  }
  .mgn-btm-sp42 {
    margin-bottom: 3rem !important;
  }
  .mgn-btm44 {
    margin-bottom: 1.5714285714rem;
  }
  .mgn-btm-sp44 {
    margin-bottom: 3.1428571429rem !important;
  }
  .mgn-btm46 {
    margin-bottom: 1.6428571429rem;
  }
  .mgn-btm-sp46 {
    margin-bottom: 3.2857142857rem !important;
  }
  .mgn-btm48 {
    margin-bottom: 1.7142857143rem;
  }
  .mgn-btm-sp48 {
    margin-bottom: 3.4285714286rem !important;
  }
  .mgn-btm50 {
    margin-bottom: 1.7857142857rem;
  }
  .mgn-btm-sp50 {
    margin-bottom: 3.5714285714rem !important;
  }
  .mgn-btm52 {
    margin-bottom: 1.8571428571rem;
  }
  .mgn-btm-sp52 {
    margin-bottom: 3.7142857143rem !important;
  }
  .mgn-btm54 {
    margin-bottom: 1.9285714286rem;
  }
  .mgn-btm-sp54 {
    margin-bottom: 3.8571428571rem !important;
  }
  .mgn-btm56 {
    margin-bottom: 2rem;
  }
  .mgn-btm-sp56 {
    margin-bottom: 4rem !important;
  }
  .mgn-btm58 {
    margin-bottom: 2.0714285714rem;
  }
  .mgn-btm-sp58 {
    margin-bottom: 4.1428571429rem !important;
  }
  .mgn-btm60 {
    margin-bottom: 2.1428571429rem;
  }
  .mgn-btm-sp60 {
    margin-bottom: 4.2857142857rem !important;
  }
  .mgn-btm62 {
    margin-bottom: 2.2142857143rem;
  }
  .mgn-btm-sp62 {
    margin-bottom: 4.4285714286rem !important;
  }
  .mgn-btm64 {
    margin-bottom: 2.2857142857rem;
  }
  .mgn-btm-sp64 {
    margin-bottom: 4.5714285714rem !important;
  }
  .mgn-btm66 {
    margin-bottom: 2.3571428571rem;
  }
  .mgn-btm-sp66 {
    margin-bottom: 4.7142857143rem !important;
  }
  .mgn-btm68 {
    margin-bottom: 2.4285714286rem;
  }
  .mgn-btm-sp68 {
    margin-bottom: 4.8571428571rem !important;
  }
  .mgn-btm70 {
    margin-bottom: 2.5rem;
  }
  .mgn-btm-sp70 {
    margin-bottom: 5rem !important;
  }
  .mgn-btm72 {
    margin-bottom: 2.5714285714rem;
  }
  .mgn-btm-sp72 {
    margin-bottom: 5.1428571429rem !important;
  }
  .mgn-btm74 {
    margin-bottom: 2.6428571429rem;
  }
  .mgn-btm-sp74 {
    margin-bottom: 5.2857142857rem !important;
  }
  .mgn-btm76 {
    margin-bottom: 2.7142857143rem;
  }
  .mgn-btm-sp76 {
    margin-bottom: 5.4285714286rem !important;
  }
  .mgn-btm78 {
    margin-bottom: 2.7857142857rem;
  }
  .mgn-btm-sp78 {
    margin-bottom: 5.5714285714rem !important;
  }
  .mgn-btm80 {
    margin-bottom: 2.8571428571rem;
  }
  .mgn-btm-sp80 {
    margin-bottom: 5.7142857143rem !important;
  }
  .mgn-btm82 {
    margin-bottom: 2.9285714286rem;
  }
  .mgn-btm-sp82 {
    margin-bottom: 5.8571428571rem !important;
  }
  .mgn-btm84 {
    margin-bottom: 3rem;
  }
  .mgn-btm-sp84 {
    margin-bottom: 6rem !important;
  }
  .mgn-btm86 {
    margin-bottom: 3.0714285714rem;
  }
  .mgn-btm-sp86 {
    margin-bottom: 6.1428571429rem !important;
  }
  .mgn-btm88 {
    margin-bottom: 3.1428571429rem;
  }
  .mgn-btm-sp88 {
    margin-bottom: 6.2857142857rem !important;
  }
  .mgn-btm90 {
    margin-bottom: 3.2142857143rem;
  }
  .mgn-btm-sp90 {
    margin-bottom: 6.4285714286rem !important;
  }
  .mgn-btm92 {
    margin-bottom: 3.2857142857rem;
  }
  .mgn-btm-sp92 {
    margin-bottom: 6.5714285714rem !important;
  }
  .mgn-btm94 {
    margin-bottom: 3.3571428571rem;
  }
  .mgn-btm-sp94 {
    margin-bottom: 6.7142857143rem !important;
  }
  .mgn-btm96 {
    margin-bottom: 3.4285714286rem;
  }
  .mgn-btm-sp96 {
    margin-bottom: 6.8571428571rem !important;
  }
  .mgn-btm98 {
    margin-bottom: 3.5rem;
  }
  .mgn-btm-sp98 {
    margin-bottom: 7rem !important;
  }
  .mgn-btm100 {
    margin-bottom: 3.5714285714rem;
  }
  .mgn-btm-sp100 {
    margin-bottom: 7.1428571429rem !important;
  }
  .mgn-btm102 {
    margin-bottom: 3.6428571429rem;
  }
  .mgn-btm-sp102 {
    margin-bottom: 7.2857142857rem !important;
  }
  .mgn-btm104 {
    margin-bottom: 3.7142857143rem;
  }
  .mgn-btm-sp104 {
    margin-bottom: 7.4285714286rem !important;
  }
  .mgn-btm106 {
    margin-bottom: 3.7857142857rem;
  }
  .mgn-btm-sp106 {
    margin-bottom: 7.5714285714rem !important;
  }
  .mgn-btm108 {
    margin-bottom: 3.8571428571rem;
  }
  .mgn-btm-sp108 {
    margin-bottom: 7.7142857143rem !important;
  }
  .mgn-btm110 {
    margin-bottom: 3.9285714286rem;
  }
  .mgn-btm-sp110 {
    margin-bottom: 7.8571428571rem !important;
  }
  .mgn-btm112 {
    margin-bottom: 4rem;
  }
  .mgn-btm-sp112 {
    margin-bottom: 8rem !important;
  }
  .mgn-btm114 {
    margin-bottom: 4.0714285714rem;
  }
  .mgn-btm-sp114 {
    margin-bottom: 8.1428571429rem !important;
  }
  .mgn-btm116 {
    margin-bottom: 4.1428571429rem;
  }
  .mgn-btm-sp116 {
    margin-bottom: 8.2857142857rem !important;
  }
  .mgn-btm118 {
    margin-bottom: 4.2142857143rem;
  }
  .mgn-btm-sp118 {
    margin-bottom: 8.4285714286rem !important;
  }
  .mgn-btm120 {
    margin-bottom: 4.2857142857rem;
  }
  .mgn-btm-sp120 {
    margin-bottom: 8.5714285714rem !important;
  }
  .mgn-btm122 {
    margin-bottom: 4.3571428571rem;
  }
  .mgn-btm-sp122 {
    margin-bottom: 8.7142857143rem !important;
  }
  .mgn-btm124 {
    margin-bottom: 4.4285714286rem;
  }
  .mgn-btm-sp124 {
    margin-bottom: 8.8571428571rem !important;
  }
  .mgn-btm126 {
    margin-bottom: 4.5rem;
  }
  .mgn-btm-sp126 {
    margin-bottom: 9rem !important;
  }
  .mgn-btm128 {
    margin-bottom: 4.5714285714rem;
  }
  .mgn-btm-sp128 {
    margin-bottom: 9.1428571429rem !important;
  }
  .mgn-btm130 {
    margin-bottom: 4.6428571429rem;
  }
  .mgn-btm-sp130 {
    margin-bottom: 9.2857142857rem !important;
  }
  .mgn-btm132 {
    margin-bottom: 4.7142857143rem;
  }
  .mgn-btm-sp132 {
    margin-bottom: 9.4285714286rem !important;
  }
  .mgn-btm134 {
    margin-bottom: 4.7857142857rem;
  }
  .mgn-btm-sp134 {
    margin-bottom: 9.5714285714rem !important;
  }
  .mgn-btm136 {
    margin-bottom: 4.8571428571rem;
  }
  .mgn-btm-sp136 {
    margin-bottom: 9.7142857143rem !important;
  }
  .mgn-btm138 {
    margin-bottom: 4.9285714286rem;
  }
  .mgn-btm-sp138 {
    margin-bottom: 9.8571428571rem !important;
  }
  .mgn-btm140 {
    margin-bottom: 5rem;
  }
  .mgn-btm-sp140 {
    margin-bottom: 10rem !important;
  }
  .mgn-btm142 {
    margin-bottom: 5.0714285714rem;
  }
  .mgn-btm-sp142 {
    margin-bottom: 10.1428571429rem !important;
  }
  .mgn-btm144 {
    margin-bottom: 5.1428571429rem;
  }
  .mgn-btm-sp144 {
    margin-bottom: 10.2857142857rem !important;
  }
  .mgn-btm146 {
    margin-bottom: 5.2142857143rem;
  }
  .mgn-btm-sp146 {
    margin-bottom: 10.4285714286rem !important;
  }
  .mgn-btm148 {
    margin-bottom: 5.2857142857rem;
  }
  .mgn-btm-sp148 {
    margin-bottom: 10.5714285714rem !important;
  }
  .mgn-btm150 {
    margin-bottom: 5.3571428571rem;
  }
  .mgn-btm-sp150 {
    margin-bottom: 10.7142857143rem !important;
  }
}
.mgn0em {
  margin: 0em;
}

.mgn-btm0em {
  margin-bottom: 0em;
}

.mgn1em {
  margin: 1em;
}

.mgn-btm1em {
  margin-bottom: 1em;
}

.mgn2em {
  margin: 2em;
}

.mgn-btm2em {
  margin-bottom: 2em;
}

.mgn3em {
  margin: 3em;
}

.mgn-btm3em {
  margin-bottom: 3em;
}

.mgn4em {
  margin: 4em;
}

.mgn-btm4em {
  margin-bottom: 4em;
}

.mgn5em {
  margin: 5em;
}

.mgn-btm5em {
  margin-bottom: 5em;
}

.mgn6em {
  margin: 6em;
}

.mgn-btm6em {
  margin-bottom: 6em;
}

.mgn7em {
  margin: 7em;
}

.mgn-btm7em {
  margin-bottom: 7em;
}

.mgn8em {
  margin: 8em;
}

.mgn-btm8em {
  margin-bottom: 8em;
}

.mgn9em {
  margin: 9em;
}

.mgn-btm9em {
  margin-bottom: 9em;
}

.mgn10em {
  margin: 10em;
}

.mgn-btm10em {
  margin-bottom: 10em;
}

.mgn11em {
  margin: 11em;
}

.mgn-btm11em {
  margin-bottom: 11em;
}

.mgn12em {
  margin: 12em;
}

.mgn-btm12em {
  margin-bottom: 12em;
}

.mgn13em {
  margin: 13em;
}

.mgn-btm13em {
  margin-bottom: 13em;
}

.mgn14em {
  margin: 14em;
}

.mgn-btm14em {
  margin-bottom: 14em;
}

.mgn15em {
  margin: 15em;
}

.mgn-btm15em {
  margin-bottom: 15em;
}

/* --- position --- */
.pos-rel {
  position: relative;
}

.pos-ab {
  position: absolute;
}

.pos-fx {
  position: fixed;
}

/* accordion
**************************************** */
.accordion--cont {
  display: grid;
  grid-template-rows: 0fr;
  transition: var(--transit-default);
}

.accordion--cont > * {
  overflow: hidden;
}

.accordion.is-open .accordion--cont {
  grid-template-rows: 1fr;
}

@media screen and (max-width: 67.5em) {
  .med-accordion--cont {
    display: grid;
    grid-template-rows: 0fr;
    transition: var(--transit-default);
  }
  .med-accordion--cont > * {
    overflow: hidden;
  }
  .med-accordion.is-open .med-accordion--cont {
    grid-template-rows: 1fr;
  }
}
@media screen and (max-width: 47.9375em) {
  .sp-accordion--cont {
    display: grid;
    grid-template-rows: 0fr;
    transition: var(--transit-default);
  }
  .sp-accordion--cont > * {
    overflow: hidden;
  }
  .sp-accordion.is-open .sp-accordion--cont {
    grid-template-rows: 1fr;
  }
}
/* breadcrumbs
**************************************** */
.breadcrumbs + article {
  margin-top: 1.5rem;
}

body:not(.single) .breadcrumbs {
  --margin-top: 24;
  margin-top: calc(var(--margin-top) * var(--rem));
  margin-bottom: calc(var(--section_pdg-sm) * var(--rem));
  text-align: center;
}
@media screen and (max-width: 47.9375em) {
  body:not(.single) .breadcrumbs {
    --margin-top: 16;
  }
}

.breadcrumbs .inner {
  padding: 1.5rem 0;
  white-space: nowrap;
}
@media print, screen and (min-width: 48em) {
  .breadcrumbs .inner {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 47.9375em) {
  .breadcrumbs .inner {
    overflow: auto;
  }
}

.breadcrumbs a {
  font-weight: var(--font-weight-bold);
  color: var(--clr-text-secondary);
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    color: var(--clr-primary-default);
  }
}

.breadcrumbs span span {
  font-weight: var(--font-weight-bold);
  color: var(--clr-primary-default);
}

.breadcrumbs span span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 1px solid var(--clr-text-secondary);
  border-right: 1px solid var(--clr-text-secondary);
  rotate: 45deg;
  margin: 0.15em 0.5em 0.15em 1em;
}

/* btn
********************************************** */
.txt-link {
  text-decoration: underline;
  transition: var(--transit-default);
}
.txt-link:hover {
  color: var(--clr-primary-default);
}

@keyframes btn-hover {
  0% {
    translate: 0 1px;
  }
  35% {
    translate: 0 5px;
  }
  70% {
    translate: 0 1px;
  }
}
:where(:not(.flex):not([class*=grid-col])) > .btn:not(:last-child) {
  margin-bottom: 0.5rem;
}

.btn a {
  --eye-h: 16;
  --btn-color: var(--clr-primary-default);
  --btn-color-hover: var(--clr-primary-dark);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: calc((var(--eye-h) + 20) * var(--rem));
  padding: 1.25rem 1.5rem;
  border-radius: var(--border-radius-max);
  width: fit-content;
  min-width: min(13.375rem, 100%);
  color: var(--clr-text-light);
  font-size: var(--font-size-txt-lg);
  font-weight: var(--font-weight-bold);
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.3;
  background-color: var(--btn-color);
  text-decoration: none;
}
@media screen and (max-width: 47.9375em) {
  .btn a {
    --eye-h: 16;
    justify-content: center;
    min-width: 100%;
    min-height: 4.4285714286rem;
    padding-block: 0.7142857143rem;
    padding-inline: 2.1428571429rem 3.5714285714rem;
  }
}
.btn a::before {
  content: "";
  position: absolute;
  top: calc(var(--eye-h) * var(--rem) * -1);
  left: 2rem;
  width: 4rem;
  background-color: var(--btn-color);
  transition: var(--transit-default);
  aspect-ratio: 64/16;
  mask-image: url(../images/common/cat-ears.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  animation: btn-hover 5s ease-in-out infinite;
}
@media screen and (max-width: 47.9375em) {
  .btn a::before {
    inset-inline: 0;
    margin-inline: auto;
    width: 9rem;
    aspect-ratio: 126/22;
    mask-image: url(../images/common/cat-ears_sp.svg);
  }
}
.btn a:hover::before {
  animation-duration: 1s;
}
.btn a:not(:has(.icon))::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.125rem;
  aspect-ratio: 1;
  background-color: var(--clr-wht);
  transition: var(--transit-default);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../images/common/icon-arrow.svg);
}
@media screen and (max-width: 47.9375em) {
  .btn a:not(:has(.icon))::after {
    position: absolute;
    right: 1.4285714286rem;
    top: 50%;
    width: 1.7142857143rem;
    translate: 0 -50%;
  }
}
.btn a:not(:has(.icon)):where([target=_blank]:not([href*="/contact/"]):not([href*="/entry/"]))::after {
  mask-image: url(../images/common/icon-new_tab.svg);
}
.btn a:not(:has(.icon))[href$=".pdf"]::after {
  mask-image: url(../images/common/icon-download.svg);
}

@media print, screen and (min-width: 48em) {
  .btn span {
    display: flex;
    align-items: center;
    gap: 1.75rem;
  }
  .btn span::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 2.875rem;
    aspect-ratio: 46/8;
    background-image: url(../images/common/cat-eyes.svg);
    background-size: 100%;
  }
  .btn a:hover {
    background-color: var(--btn-color-hover);
  }
  .btn a:hover::before {
    background-color: var(--btn-color-hover);
  }
  .btn a:hover span::before {
    background-position: 0 100%;
  }
}
.btn-ctr a {
  margin-left: auto;
  margin-right: auto;
}

.btn-rgt a {
  margin-left: auto;
}

/* --- btn-green --- */
.btn-green a {
  --btn-color: var(--clr-secondary-default);
  --btn-color-hover: var(--clr-secondary-dark);
}

/* --- btn-wht --- */
.btn-wht a {
  color: var(--clr-primary-default);
  background-color: var(--clr-wht);
}
.btn-wht a::after {
  background-color: var(--clr-primary-default);
}
@media (hover: hover) {
  .btn-wht a:hover {
    color: var(--clr-wht);
    background-color: var(--clr-primary-default);
  }
  .btn-wht a:hover::after {
    background-color: var(--clr-wht);
  }
}

/* --- btn-cta --- */
.btn-cta a {
  background-color: var(--clr-secondary-default);
}
@media (hover: hover) {
  .btn-cta a:hover {
    background-color: var(--clr-secondary-dark);
  }
}

/* --- btn-txt（テキスト＋丸矢印リンク） --- */
.btn-txt a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  padding-block: 1em;
  font-size: var(--font-size-txt-lg);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media screen and (max-width: 47.9375em) {
  .btn-txt a {
    font-size: var(--font-size-txt-md);
  }
}
@media (hover: hover) {
  .btn-txt a:hover {
    color: var(--btn-txt-hover-color, var(--clr-primary-default));
  }
}

.btn-txt.clr-text-light .icon_wrap-circle {
  --circle-bg: var(--clr-wht);
  --icon-color: var(--clr-primary-dark);
}

/* --- 横並び --- */
@media print, screen and (min-width: 48em) {
  .flex:not(.flex-column) > .btn:first-child {
    margin-left: auto;
  }
  .flex:not(.flex-column) > .btn:last-child {
    margin-right: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .flex:not(.flex-column) > .btn:only-child {
    width: fit-content;
    min-width: min(17.5rem, 100%);
  }
}
.btn-simple a,
.btn-simple button {
  --btn-color: var(--clr-wht);
  --btn-bg: var(--clr-primary-default);
  --btn-bg-hover: var(--clr-primary-dark);
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1.25rem 1.5rem;
  border: 0;
  color: var(--btn-color);
  font-size: var(--font-size-txt-md);
  font-family: var(--font-jp-text);
  text-align: center;
  line-height: 1;
  border-radius: var(--border-radius-secondary);
  background-color: var(--btn-bg);
  cursor: pointer;
  text-decoration: none;
}
.btn-simple a:hover,
.btn-simple button:hover {
  background-color: var(--btn-bg-hover);
}

.btn-simple-sub a,
.btn-simple-sub button {
  --btn-color: var(--clr-text-primary);
  --btn-bg: var(--clr-mono-02);
  --btn-bg-hover: var(--clr-mono-03);
}

/* cta_line
**************************************** */
.cta_line a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2.75rem;
  color: var(--clr-wht);
  font-size: var(--font-size-heading3);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.03em;
  line-height: 1.6;
  background-color: var(--clr-secondary-default);
  border-radius: var(--border-radius-max);
}
@media screen and (max-width: 47.9375em) {
  .cta_line a {
    padding: 1.7142857143rem;
    font-size: var(--font-size-txt-lg);
    line-height: 1.3;
  }
}
.cta_line a .icon_wrap-circle {
  position: absolute;
  right: 2.75rem;
}
.cta_line a:hover {
  background-color: var(--clr-secondary-dark);
}

.btn-catch_copy {
  position: absolute;
  top: 0;
  inset-inline: 0;
  translate: 0 calc(-1lh - 1.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--clr-secondary-default);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.btn-catch_copy::before, .btn-catch_copy::after {
  content: "";
  width: 2.1875rem;
  aspect-ratio: 35/39;
  background-image: url(../images/line-sub-deco.svg);
  background-size: cover;
}
.btn-catch_copy::after {
  scale: -1 1;
}

/* cta_contact
**************************************** */
.cta_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1em;
  color: var(--clr-text-light);
  font-size: var(--font-size-txt-lg);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1;
  background-color: var(--clr-secondary-default);
}

.cta_contact .micro_copy {
  position: absolute;
  top: calc(-1em - 0.625rem);
  inset-inline: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.8125rem;
  color: var(--clr-secondary-default);
  text-align: center;
  line-height: 1;
}
.cta_contact .micro_copy::before, .cta_contact .micro_copy::after {
  content: "";
  width: 0.125rem;
  height: 1rem;
  background-color: var(--clr-secondary-default);
}
.cta_contact .micro_copy::before {
  transform: rotate(-45deg);
}
.cta_contact .micro_copy::after {
  transform: rotate(45deg);
}

/* deco
**************************************** */
/* ##############################################################################

    FEATURE

############################################################################## */
.pickup--list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .pickup--list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5714285714rem;
  }
}
.pickup--list img {
  aspect-ratio: 16/9;
  border-radius: var(--border-radius-primary);
}

.slide-pickup {
  --slide-w: var(--inner-xs);
}
@media screen and (max-width: 47.9375em) {
  .slide-pickup {
    --slide-w: 80vw;
  }
}
.slide-pickup .card {
  width: calc(var(--slide-w) * var(--rem));
  margin-inline: auto;
}
@media screen and (max-width: 47.9375em) {
  .slide-pickup .card {
    width: var(--slide-w);
  }
}
.slide-pickup .card a {
  display: block;
  width: 100%;
  height: 100%;
}
.slide-pickup .card img {
  border-radius: var(--border-radius-primary);
}
.slide-pickup.splide {
  margin-inline: calc(50% - 50vw);
}
.slide-pickup.splide .card {
  margin-inline: 0;
  margin-right: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .slide-pickup.splide .card {
    margin-right: 1.7142857143rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .slide-pickup .splide__arrows {
    --arrow-edge: 10;
  }
}

/* ##############################################################################

  FORM

############################################################################## */
:is(.template-contact, .template-contact-simple) form * {
  font-family: var(--font-default) !important;
  font-weight: normal;
}

nf-field {
  display: block;
}
nf-field:not(:first-child) {
  padding-top: 1.5em;
  border-top: 1px solid var(--clr-mono-02);
}
nf-field:not(:last-child) {
  padding-bottom: 1.5em;
}
nf-field:has(input[type=submit]) {
  padding-top: 0;
  border-top: 0;
}

.nf-form-cont .nf-form-content label,
.nf-form-cont .nf-field-label .nf-label-span {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5em;
  font-size: max(16px, 1.125rem);
}
@media screen and (max-width: 47.9375em) {
  .nf-form-cont .nf-form-content label,
  .nf-form-cont .nf-field-label .nf-label-span {
    font-size: 1.0714285714rem;
    margin-bottom: 6px !important;
  }
}

.nf-form-cont .nf-form-fields-required {
  display: none !important;
}

#ninja_forms_required_items,
.nf-form-cont .nf-field-container {
  margin-bottom: 0;
}

.nf-form-cont .nf-form-content .time-wrap select,
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-cont .nf-form-content input:not([type=button]),
.nf-form-cont .nf-form-content textarea {
  background: var(--clr-wht);
  color: var(--clr-text-primary);
  border-radius: 0.1875rem;
  vertical-align: bottom;
  transition: var(--transit-default);
}
.nf-form-cont .nf-form-content .time-wrap select::placeholder,
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div::placeholder,
.nf-form-cont .nf-form-content input:not([type=button])::placeholder,
.nf-form-cont .nf-form-content textarea::placeholder {
  color: var(--clr-text-placeholder);
}

.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div:focus,
.nf-form-cont .nf-form-content input:not([type=button]):focus,
.nf-form-cont .nf-form-content textarea:focus {
  color: var(--clr-text-primary);
}

.nf-form-content .list-checkbox-wrap .nf-field-element li label,
.nf-form-content .list-image-wrap .nf-field-element li label,
.nf-form-content .list-radio-wrap .nf-field-element li label {
  cursor: pointer;
}

.nf-form-content input[type=checkbox]:focus + label::after,
.nf-form-content input[type=radio]:focus + label::after {
  box-shadow: none;
}

.checkbox-wrap .nf-field-element label.nf-checked-label::before,
.checkbox-wrap .nf-field-label label.nf-checked-label::before,
.listcheckbox-wrap .nf-field-element label.nf-checked-label::before,
.listcheckbox-wrap .nf-field-label label.nf-checked-label::before {
  color: var(--clr-primary-default);
}

.nf-form-cont .ninja-forms-req-symbol {
  font-size: 0 !important;
}
.nf-form-cont .ninja-forms-req-symbol::before {
  content: "必須"; /* 必須 */
  background-color: #f55;
  color: var(--clr-wht);
  font-size: max(10px, 0.75rem);
  padding: 0.125rem 0.3125rem;
  border-radius: 0.1875rem;
}

.nf-form-cont .nf-form-content .submit-wrap {
  text-align: center;
}

.nf-form-cont .nf-form-content .submit-wrap input:not([type=button]) {
  min-width: min(19.375rem, 100%);
  height: auto;
  padding: 1.25em;
  font-size: max(16px, 1.125rem);
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--clr-wht);
  background-color: var(--clr-primary-default);
  border-radius: 3.125rem;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: var(--font-default) !important;
  transition: var(--transit-default);
}
@media screen and (min-width: 48em) {
  .nf-form-cont .nf-form-content .submit-wrap input:not([type=button]) {
    margin-top: 1.7142857143rem;
  }
}
@media (hover: hover) {
  .nf-form-cont .nf-form-content .submit-wrap input:not([type=button]):hover {
    opacity: 0.7;
  }
}

.nf-form-cont .nf-form-errors {
  margin-top: -1em;
  text-align: center;
}

.label-above .nf-field-label,
.nf-field-description {
  margin-bottom: 0.5em !important;
}

.nf-field-description,
.nf-after-form-content {
  line-height: var(--line-height-hdr);
}

.nf-after-form-content {
  margin-top: 2em;
}

.nf-field-container.html-container .nf-field-element {
  overflow-y: scroll;
  height: 8.75rem;
  border: solid 1px var(--clr-text-placeholder);
  font-size: max(12px, 0.875rem);
  padding: 0.5rem 1rem;
}
.nf-field-container.html-container .nf-field-element ul {
  list-style: disc;
  margin-left: 1em;
}
.nf-field-container.html-container .nf-field-element ul li {
  margin-left: 1em;
}
.nf-field-container.html-container .nf-field-element ol {
  list-style: decimal;
  margin-left: 1em;
}
.nf-field-container.html-container .nf-field-element ol li {
  margin-left: 1em;
}
.nf-field-container.html-container .nf-field-element ol li::marker {
  letter-spacing: -0.02em;
}

.nf-field-element:has(.pikaday__container) {
  display: flex;
  align-items: center;
}

.nf-form-cont input.date-and-time,
.nf-form-cont .nf-form-content .pikaday__container {
  margin-bottom: 0;
}

.nf-form-cont input.date-and-time {
  width: 140px;
}

.nf-form-cont .nf-form-content .pikaday__container {
  width: fit-content;
  margin-right: 0.25rem;
}

.nf-form-cont .nf-form-content .pikaday__container,
.nf-form-cont .nf-form-content .time-wrap {
  position: relative;
}
.nf-form-cont .nf-form-content .pikaday__container::after,
.nf-form-cont .nf-form-content .time-wrap::after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  pointer-events: none;
}
.nf-form-cont .nf-form-content .pikaday__container select,
.nf-form-cont .nf-form-content .time-wrap select {
  appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  margin: 0;
  padding: 12px 30px 12px 12px;
  border: 1px solid #c4c4c4;
  height: 50px;
}

.nf-form-cont .field-wrap {
  flex-direction: column !important;
}

.nf-field-description a {
  text-decoration: underline;
}

.nf-form-cont .checkbox-container.label-right .nf-field-element {
  height: 0;
}

/* リキャプチャ・キャプション
**************************************** */
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha_policy {
  padding: 0;
  margin-top: 3rem;
  color: var(--clr-text-primary);
  font-size: max(8px, 0.625rem);
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .recaptcha_policy {
    text-align: left;
  }
}

.recaptcha_policy a {
  color: var(--clr-primary-light) !important;
  font-size: max(10px, 0.75rem);
  text-decoration: underline;
  transition: var(--transit-default);
}
@media (any-hover: hover) {
  .recaptcha_policy a:hover {
    color: color-mix(in srgb, var(--clr-primary-light) 60%, transparent) !important;
  }
}

/* gallery-slider
********************************************** */
.gallery-eyecatch {
  position: relative;
}

.gallery-slider {
  --arrow_w: 60;
  margin-bottom: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .gallery-slider {
    --arrow_w: 32;
    margin-bottom: 0.5714285714rem;
  }
}
.gallery-slider .splide__slide {
  border: 1px solid var(--clr-mono-02);
  border-radius: var(--border-radius-tertiary);
  overflow: hidden;
}
.gallery-slider .splide__list {
  height: auto;
}
.gallery-slider .splide__arrows {
  width: 100%;
  height: 100%;
}
.gallery-slider img {
  width: 100%;
}

.gallery-slider-thumb .splide__slide {
  opacity: 0.6;
  cursor: pointer;
  border: 1px solid var(--clr-mono-02);
  border-radius: var(--border-radius-tertiary);
  overflow: hidden;
  transition: var(--transit-default);
}
.gallery-slider-thumb .splide__slide.is-active {
  opacity: 1;
}
.gallery-slider-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-image {
  border: 1px solid var(--clr-mono-02);
  border-radius: var(--border-radius-tertiary);
  overflow: hidden;
}
.gallery-image img {
  width: 100%;
}

/* icon
**************************************** */
.icon {
  --w: 18;
  --rotate: 0;
  --mask-color: currentColor;
  display: inline-block;
  width: calc(var(--w) * var(--rem));
  aspect-ratio: 1;
  transition: var(--transit-default);
  rotate: var(--rotate);
}
.icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mask-image: var(--mask-image);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--mask-color);
  transition: var(--transit-default);
  rotate: var(--rotate);
}
@media screen and (max-width: 47.9375em) {
  .icon {
    --w-sp: var(--w);
    width: calc(var(--w-sp, var(--w)) * var(--rem));
  }
}

.icon-arrow {
  --mask-image: url(../images/common/icon-arrow.svg);
}

.icon-arrow-chevron {
  --mask-image: url(../images/common/icon-arrow-chevron.svg);
}

.icon-search {
  --mask-image: url(../images/common/icon-search.svg);
}

.icon-mail {
  --mask-image: url(../images/common/icon-mail.svg);
}

.icon-list {
  --mask-image: url(../images/common/icon-list.svg);
}

.icon-new_tab {
  --mask-image: url(../images/common/icon-new_tab.svg);
}

.icon-pdf {
  --mask-image: url(../images/common/icon-pdf.svg);
}

.icon-x {
  --mask-image: url(../images/common/icon-x.svg);
}

.icon-facebook {
  --mask-image: url(../images/common/icon-facebook.svg);
}

.icon-instagram {
  --mask-image: url(../images/common/icon-instagram.svg);
}

.icon-youtube {
  --mask-image: url(../images/common/icon-youtube.svg);
}

.icon-cat {
  --mask-image: url(../images/common/icon-cat.svg);
}

.icon-balloon {
  --mask-image: url(../images/common/icon-balloon.svg);
}

.icon-search {
  --mask-image: url(../images/common/icon-search.svg);
}

.icon-paw {
  --mask-image: url(../images/common/icon-paw.svg);
}

.icon-filter {
  --mask-image: url(../images/common/icon-filter.svg);
}

.icon_wrap-circle {
  padding-left: 0.125rem;
  --circle-bg: var(--clr-wht);
  --w: 40;
  --circle-size: var(--w);
  --icon-size: 18;
  --icon-color: currentColor;
  flex-shrink: 0;
  display: grid;
  place-content: center;
  width: calc(var(--circle-size) * var(--rem));
  aspect-ratio: 1;
  background-color: var(--circle-bg);
  border-radius: 50%;
  transition: var(--transit-default);
}
.icon_wrap-circle > .icon {
  --w: var(--icon-size);
  --mask-color: var(--icon-color);
}

.icon_wrap-circle-sm {
  --circle-size: 24;
  --icon-size: 16;
}
@media screen and (max-width: 47.9375em) {
  .icon_wrap-circle-sm {
    --circle-size: 20;
    --icon-size: 14;
  }
}

.icon_wrap-circle-md {
  --circle-size: 40;
  --icon-size: 28.8;
}
@media screen and (max-width: 47.9375em) {
  .icon_wrap-circle-md {
    --circle-size: 28;
    --icon-size: 20;
  }
}

.icon_wrap-circle-lg {
  --circle-size: 40;
  --icon-size: 36;
}
@media screen and (max-width: 47.9375em) {
  .icon_wrap-circle-lg {
    --circle-size: 28;
    --icon-size: 20;
  }
}

.icon_wrap-circle-primary {
  --circle-bg: var(--clr-primary-default);
  --icon-color: var(--clr-text-light);
}
@media screen and (max-width: 47.9375em) {
  .icon_wrap-circle-primary {
    --circle-size: 20;
    --icon-size: 14;
  }
}

/* ##############################################################################

    KEYFRAMES

############################################################################## */
/* link
********************************************** */
.link-arrow a {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin-inline: -1em;
  padding: 1em;
}
.link-arrow a::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  color: var(--clr-primary-default);
  transform: rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
}
@media (hover: hover) {
  .link-arrow a:hover {
    color: var(--clr-primary-default);
  }
}

/* link panel（アイコン付きの汎用パネルリンク）
********************************************** */
.link_panel {
  --main-color: var(--clr-primary-default);
  --bg-color: var(--clr-bg-05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  height: 100%;
  padding: 0.625rem 1rem;
  color: var(--clr-text-primary);
  background-color: var(--bg-color);
  border: 0.125rem solid var(--main-color);
  border-radius: var(--border-radius-secondary);
  transition: var(--transit-default);
}
@media print, screen and (min-width: 48em) {
  .link_panel {
    min-height: 5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .link_panel {
    gap: 0.2857142857rem;
    padding: 0.5714285714rem 0.5714285714rem 0.5714285714rem 0.2857142857rem;
    font-size: 0.9285714286rem !important;
  }
}
@media (hover: hover) {
  .link_panel:hover {
    color: var(--clr-text-light);
    background-color: var(--main-color);
  }
}

.link_panel-local_activity {
  --main-color: var(--clr-secondary-default);
  --bg-color: var(--clr-bg-local_activity);
}

.link_panel--visual {
  display: grid;
  flex-shrink: 0;
  place-content: center;
  width: 3.5rem;
  aspect-ratio: 1;
  border-radius: var(--border-radius-max);
}
@media screen and (max-width: 47.9375em) {
  .link_panel--visual {
    width: 2.5714285714rem;
  }
}

.link_panel--arrow {
  --circle-bg: var(--clr-wht);
  --w: 40;
  --circle-size: var(--w);
  --icon-size: 18;
  --icon-color: currentColor;
  flex-shrink: 0;
  display: grid;
  place-content: center;
  width: calc(var(--circle-size) * var(--rem));
  aspect-ratio: 1;
  background-color: var(--circle-bg);
  border-radius: 50%;
  transition: var(--transit-default);
}
.link_panel--arrow > .icon {
  --w: var(--icon-size);
  --mask-color: var(--icon-color);
}
.link_panel--arrow {
  --circle-size: 24;
  --icon-size: 16;
  --circle-bg: var(--clr-primary-default);
  --icon-color: var(--clr-text-light);
  margin-left: auto;
}
@media screen and (max-width: 47.9375em) {
  .link_panel--arrow {
    --circle-size: 16;
    --icon-size: 10;
  }
}

/* form
**************************************** */
.wp-members-form--inner {
  max-width: 31.25rem;
  margin-inline: auto;
}
.wp-members-form--inner form {
  padding: 1.5rem 2.5rem 2.5rem;
  background-color: var(--clr-wht);
  border-radius: var(--border-radius-primary);
}

.wp-members-form {
  --color-red: #fc7a72;
  position: relative;
  z-index: 0;
}
.wp-members-form .req {
  color: var(--color-red);
}
.wp-members-form .button {
  clear: both;
  margin-top: 1.5rem;
}
.wp-members-form .div_text small,
.wp-members-form .div_textarea small {
  display: inline-block;
  margin-top: 6px;
  color: #999;
  font-size: 0.813rem;
  line-height: 1.5;
}
.wp-members-form .div_select select {
  height: 38px;
  margin: 0;
  padding: 6px 10px;
  color: inherit;
  font-size: inherit;
  box-sizing: content-box;
  vertical-align: middle;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  outline: none;
  background: none transparent;
}
.wp-members-form .req-text {
  display: none;
}
.wp-members-form .section_ttl--sub + .assist > small,
.wp-members-form label .req-text {
  display: inline-block;
  margin-left: 8px;
  color: var(--color-red);
  font-weight: bold;
  font-size: 90%;
}
.wp-members-form input[type=text],
.wp-members-form input[type=email],
.wp-members-form textarea,
.wp-members-form input[type=password],
.wp-members-form input[type=date] {
  padding: 8px 14px;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #555;
  width: 100%;
}
.wp-members-form .wpmem_msg,
.wp-members-form #wpmem_msg {
  width: 100%;
  padding: 1rem;
  margin: 0;
  font-size: 0.875rem;
  background-color: #fff9c6;
  border: none;
  border-radius: var(--border-radius-secondary);
  font-family: var(--font-default);
}
.wp-members-form .wpmem_msg:not(:last-child) {
  margin-bottom: 2rem;
}
.wp-members-form #wpmem_msg {
  padding: 0;
}
.wp-members-form .div_multicheckbox br {
  display: none;
}
.wp-members-form .bottom-link {
  display: flex;
  justify-content: center;
  margin-block: 1rem;
  gap: 1rem;
  font-size: 0.875rem;
}
.wp-members-form .bottom-link p {
  text-align: center;
}
.wp-members-form input[type=checkbox] {
  margin: 0;
}
.wp-members-form label[for=rememberme] {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.3;
  vertical-align: middle;
  cursor: pointer;
}
.wp-members-form label:not([for=rememberme]),
.wp-members-form .div_checkbox label,
.wp-members-form .div_multicheckbox label {
  position: relative;
  display: block;
  margin-top: 16px;
  margin-bottom: 4px;
  font-size: max(13px, 0.9375rem);
  vertical-align: top;
  cursor: pointer;
  clear: both;
}
.wp-members-form input[type=submit] {
  display: block;
  min-width: 230px;
  margin-top: 2rem;
  margin-inline: auto;
  padding: 1em 2em;
  color: var(--clr-wht);
  font-size: 1.125rem;
  font-family: var(--font-jp);
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: var(--ltr-space-default);
  border-radius: 6.25rem;
  border: none;
  background-color: var(--clr-primary-default);
  transition: var(--transit-default);
  cursor: pointer;
}
.wp-members-form input[type=submit]:hover {
  background-color: var(--clr-primary-dark);
}
.wp-members-form .name_box--wrap,
.wp-members-form .birthday_box--wrap {
  display: flex;
}
.wp-members-form .name_box {
  width: calc(50% - 8px);
}
.wp-members-form .name_box + .name_box {
  margin-left: 16px;
}
.wp-members-form .cloud {
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 130%;
  translate: -50% -50%;
}

.page-register .wp-members-form input[type=submit] {
  margin-top: 0.5rem;
}

#wpmem_register_form .regsubmitister-link,
#wpmem_register_form .forgot_username-link,
#wpmem_login_form .login-link,
#wpmem_pwdchange_form .login-link,
#wpmem_pwdchange_form .password_reset-link,
#wpmem_getusername_form .forgot_username-link,
#wpmem_getusername_form .forgot_username-link,
#wpmem_pwdreset_form .password_reset-link {
  display: none;
}

#wpmem_getusername_form .button,
#wpmem_pwdreset_form .button,
#wpmem_reconfirm_form .button {
  margin-top: 16px;
}

.reconfirm-inline-button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.reconfirm-inline-button:disabled {
  cursor: wait;
  opacity: 0.6;
}

.reconfirm-inline-status {
  display: block;
}

.reconfirm-inline-status.is-success {
  color: #1a6e2e;
}

.reconfirm-inline-status.is-error {
  color: var(--color-red);
}

.account-email-readonly {
  overflow-wrap: anywhere;
}

/* pwd-validation
**************************************** */
.pwd-validation {
  margin-top: 0.5rem;
  padding: 0;
  list-style: none;
  font-size: max(11px, 0.8125rem);
  font-family: var(--font-default);
  line-height: 1.8;
}

.pwd-validation li::before {
  display: inline-block;
  width: 1.2em;
  font-weight: bold;
}

.pwd-validation li.is-invalid {
  color: #999;
}
.pwd-validation li.is-invalid::before {
  content: "✗";
  color: var(--color-red);
}

.pwd-validation li.is-valid {
  color: #1a6e2e;
}
.pwd-validation li.is-valid::before {
  content: "✓";
}

.pwd-match-msg {
  margin-top: 0.375rem;
  font-size: max(11px, 0.8125rem);
  font-family: var(--font-default);
  line-height: 1.5;
}
.pwd-match-msg.is-valid {
  color: #1a6e2e;
}
.pwd-match-msg.is-invalid {
  color: var(--color-red);
}

.pwd-validation--shake {
  animation: shake 0.4s;
}

@keyframes shake {
  0%, 100% {
    translate: 0;
  }
  20%, 60% {
    translate: -4px 0;
  }
  40%, 80% {
    translate: 4px 0;
  }
}
/* register-form
**************************************** */
.register-form label,
.register-form input:not([type=submit]),
.register-form .div_image,
.register-form .div_textarea,
.register-form .div_select,
.register-form .div_checkbox,
.register-form .div_multicheckbox,
.register-form textarea {
  /* 一度全部を非表示 */
  display: none !important;
}
.register-form label[for=user_email],
.register-form input[name=user_email],
.register-form input[class=buttons] {
  display: block !important;
}
.register-form .register_info {
  padding: 16px;
  color: #6c6c6c;
  font-size: 0.75rem;
  line-height: 1.5;
  word-break: break-word;
  background-color: var(--bg-off_wht);
}
.register-form .register_info li {
  margin-left: 1em;
  list-style: disc;
}

/* mypage
**************************************** */
.member_data {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: flex-start;
  gap: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  word-break: break-word;
}

.member_data--img {
  background-color: var(--bg-wht);
  aspect-ratio: 3/4;
}
.member_data--img img {
  width: 100%;
  height: 100%;
}

.member_data--item {
  display: flex;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #eee;
}
.member_data--item:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.member_data--item dt {
  width: 11.25rem;
  font-weight: bold;
}
.member_data--item dd {
  flex: 1;
}

/* review_form--msg
**************************************** */
.review_form--msg {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.review_form--msg-pending {
  color: #7a6200;
  background-color: #fff9c6;
}

.review_form--msg-publish {
  color: #1a6e2e;
  background-color: #d4f5dc;
}
.review_form--msg-publish .icon-publish::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #1a6e2e;
  border-radius: 50%;
  position: relative;
}
.review_form--msg-publish .icon-publish::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.375rem;
  height: 0.625rem;
  border-right: 2px solid #1a6e2e;
  border-bottom: 2px solid #1a6e2e;
  transform: translate(-50%, -60%) rotate(45deg);
}

.icon-publish {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-pending {
  flex-shrink: 0;
}

.review_form--msg-error {
  color: #9e2020;
  background-color: #fde8e8;
}

/* account_edit
**************************************** */
.account_edit-form .register_info {
  display: none;
}
.account_edit-form .div_multicheckbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.account_edit-form .assist {
  color: #999;
  line-height: 1.5;
  clear: both;
}
.account_edit-form .div_multicheckbox label {
  padding: 0 28px 0 34px !important;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.account_edit-form .div_checkbox label,
.account_edit-form .div_multicheckbox label {
  margin-top: 8px;
}

/* nav list（汎用リストナビ）
********************************************** */
.nav_list {
  list-style: none;
}
.nav_list li:first-child {
  border-top: 1px solid var(--clr-sub-02);
}

.nav_list--link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1rem;
  line-height: 1.6;
  font-weight: var(--font-weight-bold);
  border-bottom: 1px solid var(--clr-sub-02);
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .nav_list--link {
    font-size: 1rem;
  }
}
.nav_list--link:hover {
  color: var(--clr-primary-default);
}

/* ##############################################################################

    SINGLE - AREA

############################################################################## */
@media print, screen and (min-width: 48em) {
  .posts-area {
    margin-inline: -1.5rem;
  }
  .posts-area .post {
    padding: 1.5rem;
  }
}
.posts-area .post--img {
  aspect-ratio: 1220/187;
  border-radius: 0;
}
.posts-area .post--txtarea {
  margin-top: 0.75rem;
}

.post--city-kana {
  display: block;
  font-size: var(--font-size-txt-xs);
  font-weight: var(--font-weight-bold);
  line-height: 1;
}

/* ランキング共通
********************************************** */
:root {
  --medal_size: 70;
  --medal_pos_left: calc(var(--medal_size) * 0.2);
  --medal_pos_top: calc(var(--medal_size) * 0.514);
}
@media screen and (max-width: 47.9375em) {
  :root {
    --medal_size: 35;
  }
}

.ranking--item {
  position: relative;
}

.ranking--medal {
  position: absolute;
  left: calc(var(--medal_pos_left) * var(--rem) * -1);
  top: calc(var(--medal_pos_top) * var(--rem) * -1);
  z-index: 1;
  width: calc(var(--medal_size) * var(--rem)) !important;
  height: auto;
}

/* ##############################################################################

    SLIDE-REVIEWS

############################################################################## */
@media screen and (max-width: 47.9375em) {
  .slide-reviews {
    margin-inline: calc(50% - 50vw);
  }
}
.slide-reviews .splide__list {
  margin-bottom: 1.5rem !important;
}
@media screen and (max-width: 47.9375em) {
  .slide-reviews .splide__list {
    margin-bottom: 1.1428571429rem !important;
  }
}
.slide-reviews .splide__slide {
  max-width: calc(464 * var(--rem));
  margin-right: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .slide-reviews .splide__slide {
    max-width: 80vw;
    margin-right: 1.1428571429rem;
  }
}
.slide-reviews .splide__slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.slide-reviews .review_item--txt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.slide-reviews .splide__arrow {
  all: unset;
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--arrow_w) * var(--rem));
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}
.slide-reviews .splide__arrow::after {
  content: "";
  display: block;
  width: calc(var(--arrow_w) / 2 * var(--rem));
  aspect-ratio: 1;
  rotate: 45deg;
}
.slide-reviews .splide__arrow--prev {
  left: -3.75rem;
}
@media screen and (max-width: 47.9375em) {
  .slide-reviews .splide__arrow--prev {
    left: 0;
  }
}
.slide-reviews .splide__arrow--prev::after {
  margin-right: -20%;
  border-bottom: 2px solid var(--clr-primary-default);
  border-left: 2px solid var(--clr-primary-default);
}
.slide-reviews .splide__arrow--next {
  right: -3.75rem;
}
@media screen and (max-width: 47.9375em) {
  .slide-reviews .splide__arrow--next {
    right: 0;
  }
}
.slide-reviews .splide__arrow--next::after {
  margin-left: -20%;
  border-top: 2px solid var(--clr-primary-default);
  border-right: 2px solid var(--clr-primary-default);
}
.slide-reviews .slide-reviews--progress {
  flex-grow: 1;
  height: 0.625rem;
  overflow: clip;
  border-radius: var(--border-radius-max);
  background: #dad2c0;
  cursor: pointer;
  touch-action: none;
}
.slide-reviews .slide-reviews--progress:focus-visible {
  outline: 2px solid var(--clr-primary-default);
  outline-offset: 0.25rem;
}
.slide-reviews .slide-reviews--progress.is-dragging {
  cursor: grabbing;
}
.slide-reviews .slide-reviews--progress-bar {
  height: 100%;
  border-radius: var(--border-radius-max);
  background: var(--clr-primary-default);
  cursor: grab;
  transition: var(--transit-default);
}

/* ##############################################################################

    tab_lists

############################################################################## */
tab-item:not(:defined) {
  display: none;
}

tab-item[hidden] {
  display: none;
}

tab-item:not([hidden]) {
  display: block;
}

.tab_lists [role=tablist] {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .tab_lists [role=tablist] {
    gap: 0.5714285714rem;
  }
}
.tab_lists [role=tab] {
  width: 32.5rem;
  height: 4.625rem;
  cursor: pointer;
  color: var(--clr-wht);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  border: none;
  border-radius: var(--border-radius-primary) var(--border-radius-primary) 0 0;
  color: var(--clr-text-secondary);
  background-color: var(--clr-text-light-2);
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .tab_lists [role=tab] {
    height: 2.8571428571rem;
    font-size: var(--font-size-txt-md);
  }
}
.tab_lists [role=tab] span {
  color: var(--clr-text-light);
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .tab_lists [role=tab] span {
    display: none;
  }
}
.tab_lists [role=tab]:hover, .tab_lists [role=tab][aria-selected=true] {
  color: var(--clr-wht);
  background-color: var(--bg-color, var(--clr-secondary-default));
}
.tab_lists [role=tab]:hover span, .tab_lists [role=tab][aria-selected=true] span {
  color: var(--span-color, var(--clr-secondary-light));
}

.tab_config {
  --border-hgt: 20;
  border-top: calc(var(--border-hgt) * var(--rem)) solid var(--border-color, var(--clr-secondary-default));
}
@media screen and (max-width: 47.9375em) {
  .tab_config {
    --border-hgt: 10;
  }
}
.tab_config[data-post_type=cat_activity] {
  --border-color: var(--clr-primary-default);
  --bg-color: var(--clr-primary-default);
  --posts-clr: var(--clr-primary-default);
  --span-color: var(--clr-primary-light);
}
.tab_config[data-post_type=local_activity] {
  --btn-txt-hover-color: var(--clr-secondary-default);
}

.tab_content {
  position: relative;
  padding: 5rem;
  min-height: 46.25rem;
  border-radius: 0 0 var(--border-radius-primary) var(--border-radius-primary);
  background-color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .tab_content {
    padding: 1.1428571429rem;
  }
}

/* --- anchor --- */
/* ##############################################################################

    anchor_link

############################################################################## */
@media screen and (max-width: 47.9375em) {
  .anchor_link--list_wrap {
    overflow: auto;
  }
}

@media screen and (max-width: 47.9375em) {
  .anchor_link--list {
    flex-wrap: inherit !important;
    white-space: nowrap;
    margin-inline: calc(50% - 50vw);
    padding-inline: 7%;
    padding-bottom: 0.5714285714rem;
    gap: 0.5rem !important;
    overflow: auto;
  }
}
.anchor_link--list li {
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .anchor_link--list li {
    width: auto !important;
    min-height: 4rem;
  }
}
.anchor_link--list a {
  --main-color: var(--clr-primary-default);
  --sub-color: var(--clr-wht);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  height: 100%;
  padding: 1rem;
  color: var(--main-color);
  font-size: var(--font-size-txt-lg);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: var(--line-height-hdr);
  border-radius: var(--border-radius-secondary);
  border: 2px solid var(--main-color);
  background-color: var(--clr-bg-05);
}
@media screen and (max-width: 47.9375em) {
  .anchor_link--list a {
    padding: 0.5714285714rem 1.1428571429rem;
    font-size: 1rem;
  }
}
.anchor_link--list a .icon_wrap-circle {
  --w: 24;
  --circle-bg: var(--main-color);
}
@media screen and (max-width: 47.9375em) {
  .anchor_link--list a .icon_wrap-circle {
    --circle-size: 22 !important;
    --icon-size: 16 !important;
  }
}
.anchor_link--list a .icon-arrow {
  --rotate: 45deg;
  --mask-color: var(--sub-color);
  margin-left: -0.125rem;
  margin-top: 0.0625rem;
}
@media (hover: hover) {
  .anchor_link--list a:hover {
    color: var(--sub-color);
    background-color: var(--main-color);
  }
  .anchor_link--list a:hover .icon_wrap-circle {
    --circle-bg: var(--sub-color);
  }
  .anchor_link--list a:hover .icon-arrow {
    --mask-color: var(--main-color);
  }
}

/* --- blc:not(:last-child) --- */
.blc:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .blc:not(:last-child) {
    margin-bottom: 2.8571428571rem;
  }
}

.blc-sm:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .blc-sm:not(:last-child) {
    margin-bottom: 1.7142857143rem;
  }
}

.blc-xs:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .blc-xs:not(:last-child) {
    margin-bottom: 1.1428571429rem;
  }
}

/* section-contact
********************************************** */
.section-contact .cta_tel a {
  padding: 1.5rem 2.5rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 47.9375em) {
  .section-contact .cta_tel a {
    display: block;
    padding: 1.1428571429rem;
  }
}

/* ##############################################################################

    flex

############################################################################## */
/* --- ブロック要素 --- */
.flex {
  display: flex;
}

/* --- インライン要素 --- */
.flex-inline {
  display: inline-flex;
}

/* --- 逆向き --- */
.flex-reverse {
  flex-direction: row-reverse;
}

/* --- 縦並び --- */
.flex-column {
  flex-direction: column;
}

/* --- 水平方向揃え --- */
.flex-j-start {
  justify-content: flex-start;
}

.flex-j-end {
  justify-content: flex-end;
}

.flex-j-ctr {
  justify-content: center;
}

.flex-j-between {
  justify-content: space-between;
}

.flex-j-around {
  justify-content: space-around;
}

/* --- 垂直方向揃え --- */
.flex-a-start {
  align-items: flex-start;
}

.flex-a-end {
  align-items: flex-end;
}

.flex-a-ctr {
  align-items: center;
}

.flex-a-baseline {
  align-items: baseline;
}

.flex-a-stretch {
  align-items: stretch;
}

/* --- 子要素の折り返し設定 --- */
.flex-c-nowrap {
  flex-wrap: nowrap;
}

.flex-c-wrap {
  flex-wrap: wrap;
}

/* --- 子要素の複数行設定 --- */
.flex-c-reverse {
  flex-wrap: wrap-reverse;
}

.flex-c-start {
  align-content: flex-start;
}

.flex-c-end {
  align-content: flex-end;
}

.flex-c-ctr {
  align-content: center;
}

.flex-c-baseline {
  align-content: baseline;
}

.flex-c-stretch {
  align-content: stretch;
}

@media screen and (max-width: 47.9375em) {
  /* --- 縦並び - sp --- */
  .flex-sp-block {
    flex-direction: column;
  }
}
.flex-col1 {
  flex-wrap: wrap;
}
.flex-col1 > * {
  width: 100%;
}
.flex-col1.gap8 > * {
  width: calc(100% - 0.5rem / 1 * 0);
}
.flex-col1.gap10 > * {
  width: calc(100% - 0.625rem / 1 * 0);
}
.flex-col1.gap12 > * {
  width: calc(100% - 0.75rem / 1 * 0);
}
.flex-col1.gap14 > * {
  width: calc(100% - 0.875rem / 1 * 0);
}
.flex-col1.gap16 > * {
  width: calc(100% - 1rem / 1 * 0);
}
.flex-col1.gap18 > * {
  width: calc(100% - 1.125rem / 1 * 0);
}
.flex-col1.gap20 > * {
  width: calc(100% - 1.25rem / 1 * 0);
}
.flex-col1.gap22 > * {
  width: calc(100% - 1.375rem / 1 * 0);
}
.flex-col1.gap24 > * {
  width: calc(100% - 1.5rem / 1 * 0);
}
.flex-col1.gap26 > * {
  width: calc(100% - 1.625rem / 1 * 0);
}
.flex-col1.gap28 > * {
  width: calc(100% - 1.75rem / 1 * 0);
}
.flex-col1.gap30 > * {
  width: calc(100% - 1.875rem / 1 * 0);
}
.flex-col1.gap32 > * {
  width: calc(100% - 2rem / 1 * 0);
}
.flex-col1.gap34 > * {
  width: calc(100% - 2.125rem / 1 * 0);
}
.flex-col1.gap36 > * {
  width: calc(100% - 2.25rem / 1 * 0);
}
.flex-col1.gap38 > * {
  width: calc(100% - 2.375rem / 1 * 0);
}
.flex-col1.gap40 > * {
  width: calc(100% - 2.5rem / 1 * 0);
}
.flex-col1.gap42 > * {
  width: calc(100% - 2.625rem / 1 * 0);
}
.flex-col1.gap44 > * {
  width: calc(100% - 2.75rem / 1 * 0);
}
.flex-col1.gap46 > * {
  width: calc(100% - 2.875rem / 1 * 0);
}
.flex-col1.gap48 > * {
  width: calc(100% - 3rem / 1 * 0);
}
.flex-col1.gap50 > * {
  width: calc(100% - 3.125rem / 1 * 0);
}
.flex-col1.gap52 > * {
  width: calc(100% - 3.25rem / 1 * 0);
}
.flex-col1.gap54 > * {
  width: calc(100% - 3.375rem / 1 * 0);
}
.flex-col1.gap56 > * {
  width: calc(100% - 3.5rem / 1 * 0);
}
.flex-col1.gap58 > * {
  width: calc(100% - 3.625rem / 1 * 0);
}
.flex-col1.gap60 > * {
  width: calc(100% - 3.75rem / 1 * 0);
}
.flex-col1.gap62 > * {
  width: calc(100% - 3.875rem / 1 * 0);
}
.flex-col1.gap64 > * {
  width: calc(100% - 4rem / 1 * 0);
}
.flex-col1.gap66 > * {
  width: calc(100% - 4.125rem / 1 * 0);
}
.flex-col1.gap68 > * {
  width: calc(100% - 4.25rem / 1 * 0);
}
.flex-col1.gap70 > * {
  width: calc(100% - 4.375rem / 1 * 0);
}
.flex-col1.gap72 > * {
  width: calc(100% - 4.5rem / 1 * 0);
}
.flex-col1.gap74 > * {
  width: calc(100% - 4.625rem / 1 * 0);
}
.flex-col1.gap76 > * {
  width: calc(100% - 4.75rem / 1 * 0);
}
.flex-col1.gap78 > * {
  width: calc(100% - 4.875rem / 1 * 0);
}
.flex-col1.gap80 > * {
  width: calc(100% - 5rem / 1 * 0);
}
.flex-col1.gap82 > * {
  width: calc(100% - 5.125rem / 1 * 0);
}
.flex-col1.gap84 > * {
  width: calc(100% - 5.25rem / 1 * 0);
}
.flex-col1.gap86 > * {
  width: calc(100% - 5.375rem / 1 * 0);
}
.flex-col1.gap88 > * {
  width: calc(100% - 5.5rem / 1 * 0);
}
.flex-col1.gap90 > * {
  width: calc(100% - 5.625rem / 1 * 0);
}
.flex-col1.gap92 > * {
  width: calc(100% - 5.75rem / 1 * 0);
}
.flex-col1.gap94 > * {
  width: calc(100% - 5.875rem / 1 * 0);
}
.flex-col1.gap96 > * {
  width: calc(100% - 6rem / 1 * 0);
}
.flex-col1.gap98 > * {
  width: calc(100% - 6.125rem / 1 * 0);
}
.flex-col1.gap100 > * {
  width: calc(100% - 6.25rem / 1 * 0);
}
.flex-col1.gap102 > * {
  width: calc(100% - 6.375rem / 1 * 0);
}
.flex-col1.gap104 > * {
  width: calc(100% - 6.5rem / 1 * 0);
}
.flex-col1.gap106 > * {
  width: calc(100% - 6.625rem / 1 * 0);
}
.flex-col1.gap108 > * {
  width: calc(100% - 6.75rem / 1 * 0);
}
.flex-col1.gap110 > * {
  width: calc(100% - 6.875rem / 1 * 0);
}
.flex-col1.gap112 > * {
  width: calc(100% - 7rem / 1 * 0);
}
.flex-col1.gap114 > * {
  width: calc(100% - 7.125rem / 1 * 0);
}
.flex-col1.gap116 > * {
  width: calc(100% - 7.25rem / 1 * 0);
}
.flex-col1.gap118 > * {
  width: calc(100% - 7.375rem / 1 * 0);
}
.flex-col1.gap120 > * {
  width: calc(100% - 7.5rem / 1 * 0);
}
.flex-col1.gap122 > * {
  width: calc(100% - 7.625rem / 1 * 0);
}
.flex-col1.gap124 > * {
  width: calc(100% - 7.75rem / 1 * 0);
}
.flex-col1.gap126 > * {
  width: calc(100% - 7.875rem / 1 * 0);
}
.flex-col1.gap128 > * {
  width: calc(100% - 8rem / 1 * 0);
}
.flex-col1.gap130 > * {
  width: calc(100% - 8.125rem / 1 * 0);
}
.flex-col1.gap132 > * {
  width: calc(100% - 8.25rem / 1 * 0);
}
.flex-col1.gap134 > * {
  width: calc(100% - 8.375rem / 1 * 0);
}
.flex-col1.gap136 > * {
  width: calc(100% - 8.5rem / 1 * 0);
}
.flex-col1.gap138 > * {
  width: calc(100% - 8.625rem / 1 * 0);
}
.flex-col1.gap140 > * {
  width: calc(100% - 8.75rem / 1 * 0);
}
.flex-col1.gap142 > * {
  width: calc(100% - 8.875rem / 1 * 0);
}
.flex-col1.gap144 > * {
  width: calc(100% - 9rem / 1 * 0);
}
.flex-col1.gap146 > * {
  width: calc(100% - 9.125rem / 1 * 0);
}
.flex-col1.gap148 > * {
  width: calc(100% - 9.25rem / 1 * 0);
}
.flex-col1.gap150 > * {
  width: calc(100% - 9.375rem / 1 * 0);
}

.flex-col2 {
  flex-wrap: wrap;
}
.flex-col2 > * {
  width: 50%;
}
.flex-col2.gap8 > * {
  width: calc(50% - 0.5rem / 2 * 1);
}
.flex-col2.gap10 > * {
  width: calc(50% - 0.625rem / 2 * 1);
}
.flex-col2.gap12 > * {
  width: calc(50% - 0.75rem / 2 * 1);
}
.flex-col2.gap14 > * {
  width: calc(50% - 0.875rem / 2 * 1);
}
.flex-col2.gap16 > * {
  width: calc(50% - 1rem / 2 * 1);
}
.flex-col2.gap18 > * {
  width: calc(50% - 1.125rem / 2 * 1);
}
.flex-col2.gap20 > * {
  width: calc(50% - 1.25rem / 2 * 1);
}
.flex-col2.gap22 > * {
  width: calc(50% - 1.375rem / 2 * 1);
}
.flex-col2.gap24 > * {
  width: calc(50% - 1.5rem / 2 * 1);
}
.flex-col2.gap26 > * {
  width: calc(50% - 1.625rem / 2 * 1);
}
.flex-col2.gap28 > * {
  width: calc(50% - 1.75rem / 2 * 1);
}
.flex-col2.gap30 > * {
  width: calc(50% - 1.875rem / 2 * 1);
}
.flex-col2.gap32 > * {
  width: calc(50% - 2rem / 2 * 1);
}
.flex-col2.gap34 > * {
  width: calc(50% - 2.125rem / 2 * 1);
}
.flex-col2.gap36 > * {
  width: calc(50% - 2.25rem / 2 * 1);
}
.flex-col2.gap38 > * {
  width: calc(50% - 2.375rem / 2 * 1);
}
.flex-col2.gap40 > * {
  width: calc(50% - 2.5rem / 2 * 1);
}
.flex-col2.gap42 > * {
  width: calc(50% - 2.625rem / 2 * 1);
}
.flex-col2.gap44 > * {
  width: calc(50% - 2.75rem / 2 * 1);
}
.flex-col2.gap46 > * {
  width: calc(50% - 2.875rem / 2 * 1);
}
.flex-col2.gap48 > * {
  width: calc(50% - 3rem / 2 * 1);
}
.flex-col2.gap50 > * {
  width: calc(50% - 3.125rem / 2 * 1);
}
.flex-col2.gap52 > * {
  width: calc(50% - 3.25rem / 2 * 1);
}
.flex-col2.gap54 > * {
  width: calc(50% - 3.375rem / 2 * 1);
}
.flex-col2.gap56 > * {
  width: calc(50% - 3.5rem / 2 * 1);
}
.flex-col2.gap58 > * {
  width: calc(50% - 3.625rem / 2 * 1);
}
.flex-col2.gap60 > * {
  width: calc(50% - 3.75rem / 2 * 1);
}
.flex-col2.gap62 > * {
  width: calc(50% - 3.875rem / 2 * 1);
}
.flex-col2.gap64 > * {
  width: calc(50% - 4rem / 2 * 1);
}
.flex-col2.gap66 > * {
  width: calc(50% - 4.125rem / 2 * 1);
}
.flex-col2.gap68 > * {
  width: calc(50% - 4.25rem / 2 * 1);
}
.flex-col2.gap70 > * {
  width: calc(50% - 4.375rem / 2 * 1);
}
.flex-col2.gap72 > * {
  width: calc(50% - 4.5rem / 2 * 1);
}
.flex-col2.gap74 > * {
  width: calc(50% - 4.625rem / 2 * 1);
}
.flex-col2.gap76 > * {
  width: calc(50% - 4.75rem / 2 * 1);
}
.flex-col2.gap78 > * {
  width: calc(50% - 4.875rem / 2 * 1);
}
.flex-col2.gap80 > * {
  width: calc(50% - 5rem / 2 * 1);
}
.flex-col2.gap82 > * {
  width: calc(50% - 5.125rem / 2 * 1);
}
.flex-col2.gap84 > * {
  width: calc(50% - 5.25rem / 2 * 1);
}
.flex-col2.gap86 > * {
  width: calc(50% - 5.375rem / 2 * 1);
}
.flex-col2.gap88 > * {
  width: calc(50% - 5.5rem / 2 * 1);
}
.flex-col2.gap90 > * {
  width: calc(50% - 5.625rem / 2 * 1);
}
.flex-col2.gap92 > * {
  width: calc(50% - 5.75rem / 2 * 1);
}
.flex-col2.gap94 > * {
  width: calc(50% - 5.875rem / 2 * 1);
}
.flex-col2.gap96 > * {
  width: calc(50% - 6rem / 2 * 1);
}
.flex-col2.gap98 > * {
  width: calc(50% - 6.125rem / 2 * 1);
}
.flex-col2.gap100 > * {
  width: calc(50% - 6.25rem / 2 * 1);
}
.flex-col2.gap102 > * {
  width: calc(50% - 6.375rem / 2 * 1);
}
.flex-col2.gap104 > * {
  width: calc(50% - 6.5rem / 2 * 1);
}
.flex-col2.gap106 > * {
  width: calc(50% - 6.625rem / 2 * 1);
}
.flex-col2.gap108 > * {
  width: calc(50% - 6.75rem / 2 * 1);
}
.flex-col2.gap110 > * {
  width: calc(50% - 6.875rem / 2 * 1);
}
.flex-col2.gap112 > * {
  width: calc(50% - 7rem / 2 * 1);
}
.flex-col2.gap114 > * {
  width: calc(50% - 7.125rem / 2 * 1);
}
.flex-col2.gap116 > * {
  width: calc(50% - 7.25rem / 2 * 1);
}
.flex-col2.gap118 > * {
  width: calc(50% - 7.375rem / 2 * 1);
}
.flex-col2.gap120 > * {
  width: calc(50% - 7.5rem / 2 * 1);
}
.flex-col2.gap122 > * {
  width: calc(50% - 7.625rem / 2 * 1);
}
.flex-col2.gap124 > * {
  width: calc(50% - 7.75rem / 2 * 1);
}
.flex-col2.gap126 > * {
  width: calc(50% - 7.875rem / 2 * 1);
}
.flex-col2.gap128 > * {
  width: calc(50% - 8rem / 2 * 1);
}
.flex-col2.gap130 > * {
  width: calc(50% - 8.125rem / 2 * 1);
}
.flex-col2.gap132 > * {
  width: calc(50% - 8.25rem / 2 * 1);
}
.flex-col2.gap134 > * {
  width: calc(50% - 8.375rem / 2 * 1);
}
.flex-col2.gap136 > * {
  width: calc(50% - 8.5rem / 2 * 1);
}
.flex-col2.gap138 > * {
  width: calc(50% - 8.625rem / 2 * 1);
}
.flex-col2.gap140 > * {
  width: calc(50% - 8.75rem / 2 * 1);
}
.flex-col2.gap142 > * {
  width: calc(50% - 8.875rem / 2 * 1);
}
.flex-col2.gap144 > * {
  width: calc(50% - 9rem / 2 * 1);
}
.flex-col2.gap146 > * {
  width: calc(50% - 9.125rem / 2 * 1);
}
.flex-col2.gap148 > * {
  width: calc(50% - 9.25rem / 2 * 1);
}
.flex-col2.gap150 > * {
  width: calc(50% - 9.375rem / 2 * 1);
}

.flex-col3 {
  flex-wrap: wrap;
}
.flex-col3 > * {
  width: 33.3333333333%;
}
.flex-col3.gap8 > * {
  width: calc(33.3333333333% - 0.5rem / 3 * 2);
}
.flex-col3.gap10 > * {
  width: calc(33.3333333333% - 0.625rem / 3 * 2);
}
.flex-col3.gap12 > * {
  width: calc(33.3333333333% - 0.75rem / 3 * 2);
}
.flex-col3.gap14 > * {
  width: calc(33.3333333333% - 0.875rem / 3 * 2);
}
.flex-col3.gap16 > * {
  width: calc(33.3333333333% - 1rem / 3 * 2);
}
.flex-col3.gap18 > * {
  width: calc(33.3333333333% - 1.125rem / 3 * 2);
}
.flex-col3.gap20 > * {
  width: calc(33.3333333333% - 1.25rem / 3 * 2);
}
.flex-col3.gap22 > * {
  width: calc(33.3333333333% - 1.375rem / 3 * 2);
}
.flex-col3.gap24 > * {
  width: calc(33.3333333333% - 1.5rem / 3 * 2);
}
.flex-col3.gap26 > * {
  width: calc(33.3333333333% - 1.625rem / 3 * 2);
}
.flex-col3.gap28 > * {
  width: calc(33.3333333333% - 1.75rem / 3 * 2);
}
.flex-col3.gap30 > * {
  width: calc(33.3333333333% - 1.875rem / 3 * 2);
}
.flex-col3.gap32 > * {
  width: calc(33.3333333333% - 2rem / 3 * 2);
}
.flex-col3.gap34 > * {
  width: calc(33.3333333333% - 2.125rem / 3 * 2);
}
.flex-col3.gap36 > * {
  width: calc(33.3333333333% - 2.25rem / 3 * 2);
}
.flex-col3.gap38 > * {
  width: calc(33.3333333333% - 2.375rem / 3 * 2);
}
.flex-col3.gap40 > * {
  width: calc(33.3333333333% - 2.5rem / 3 * 2);
}
.flex-col3.gap42 > * {
  width: calc(33.3333333333% - 2.625rem / 3 * 2);
}
.flex-col3.gap44 > * {
  width: calc(33.3333333333% - 2.75rem / 3 * 2);
}
.flex-col3.gap46 > * {
  width: calc(33.3333333333% - 2.875rem / 3 * 2);
}
.flex-col3.gap48 > * {
  width: calc(33.3333333333% - 3rem / 3 * 2);
}
.flex-col3.gap50 > * {
  width: calc(33.3333333333% - 3.125rem / 3 * 2);
}
.flex-col3.gap52 > * {
  width: calc(33.3333333333% - 3.25rem / 3 * 2);
}
.flex-col3.gap54 > * {
  width: calc(33.3333333333% - 3.375rem / 3 * 2);
}
.flex-col3.gap56 > * {
  width: calc(33.3333333333% - 3.5rem / 3 * 2);
}
.flex-col3.gap58 > * {
  width: calc(33.3333333333% - 3.625rem / 3 * 2);
}
.flex-col3.gap60 > * {
  width: calc(33.3333333333% - 3.75rem / 3 * 2);
}
.flex-col3.gap62 > * {
  width: calc(33.3333333333% - 3.875rem / 3 * 2);
}
.flex-col3.gap64 > * {
  width: calc(33.3333333333% - 4rem / 3 * 2);
}
.flex-col3.gap66 > * {
  width: calc(33.3333333333% - 4.125rem / 3 * 2);
}
.flex-col3.gap68 > * {
  width: calc(33.3333333333% - 4.25rem / 3 * 2);
}
.flex-col3.gap70 > * {
  width: calc(33.3333333333% - 4.375rem / 3 * 2);
}
.flex-col3.gap72 > * {
  width: calc(33.3333333333% - 4.5rem / 3 * 2);
}
.flex-col3.gap74 > * {
  width: calc(33.3333333333% - 4.625rem / 3 * 2);
}
.flex-col3.gap76 > * {
  width: calc(33.3333333333% - 4.75rem / 3 * 2);
}
.flex-col3.gap78 > * {
  width: calc(33.3333333333% - 4.875rem / 3 * 2);
}
.flex-col3.gap80 > * {
  width: calc(33.3333333333% - 5rem / 3 * 2);
}
.flex-col3.gap82 > * {
  width: calc(33.3333333333% - 5.125rem / 3 * 2);
}
.flex-col3.gap84 > * {
  width: calc(33.3333333333% - 5.25rem / 3 * 2);
}
.flex-col3.gap86 > * {
  width: calc(33.3333333333% - 5.375rem / 3 * 2);
}
.flex-col3.gap88 > * {
  width: calc(33.3333333333% - 5.5rem / 3 * 2);
}
.flex-col3.gap90 > * {
  width: calc(33.3333333333% - 5.625rem / 3 * 2);
}
.flex-col3.gap92 > * {
  width: calc(33.3333333333% - 5.75rem / 3 * 2);
}
.flex-col3.gap94 > * {
  width: calc(33.3333333333% - 5.875rem / 3 * 2);
}
.flex-col3.gap96 > * {
  width: calc(33.3333333333% - 6rem / 3 * 2);
}
.flex-col3.gap98 > * {
  width: calc(33.3333333333% - 6.125rem / 3 * 2);
}
.flex-col3.gap100 > * {
  width: calc(33.3333333333% - 6.25rem / 3 * 2);
}
.flex-col3.gap102 > * {
  width: calc(33.3333333333% - 6.375rem / 3 * 2);
}
.flex-col3.gap104 > * {
  width: calc(33.3333333333% - 6.5rem / 3 * 2);
}
.flex-col3.gap106 > * {
  width: calc(33.3333333333% - 6.625rem / 3 * 2);
}
.flex-col3.gap108 > * {
  width: calc(33.3333333333% - 6.75rem / 3 * 2);
}
.flex-col3.gap110 > * {
  width: calc(33.3333333333% - 6.875rem / 3 * 2);
}
.flex-col3.gap112 > * {
  width: calc(33.3333333333% - 7rem / 3 * 2);
}
.flex-col3.gap114 > * {
  width: calc(33.3333333333% - 7.125rem / 3 * 2);
}
.flex-col3.gap116 > * {
  width: calc(33.3333333333% - 7.25rem / 3 * 2);
}
.flex-col3.gap118 > * {
  width: calc(33.3333333333% - 7.375rem / 3 * 2);
}
.flex-col3.gap120 > * {
  width: calc(33.3333333333% - 7.5rem / 3 * 2);
}
.flex-col3.gap122 > * {
  width: calc(33.3333333333% - 7.625rem / 3 * 2);
}
.flex-col3.gap124 > * {
  width: calc(33.3333333333% - 7.75rem / 3 * 2);
}
.flex-col3.gap126 > * {
  width: calc(33.3333333333% - 7.875rem / 3 * 2);
}
.flex-col3.gap128 > * {
  width: calc(33.3333333333% - 8rem / 3 * 2);
}
.flex-col3.gap130 > * {
  width: calc(33.3333333333% - 8.125rem / 3 * 2);
}
.flex-col3.gap132 > * {
  width: calc(33.3333333333% - 8.25rem / 3 * 2);
}
.flex-col3.gap134 > * {
  width: calc(33.3333333333% - 8.375rem / 3 * 2);
}
.flex-col3.gap136 > * {
  width: calc(33.3333333333% - 8.5rem / 3 * 2);
}
.flex-col3.gap138 > * {
  width: calc(33.3333333333% - 8.625rem / 3 * 2);
}
.flex-col3.gap140 > * {
  width: calc(33.3333333333% - 8.75rem / 3 * 2);
}
.flex-col3.gap142 > * {
  width: calc(33.3333333333% - 8.875rem / 3 * 2);
}
.flex-col3.gap144 > * {
  width: calc(33.3333333333% - 9rem / 3 * 2);
}
.flex-col3.gap146 > * {
  width: calc(33.3333333333% - 9.125rem / 3 * 2);
}
.flex-col3.gap148 > * {
  width: calc(33.3333333333% - 9.25rem / 3 * 2);
}
.flex-col3.gap150 > * {
  width: calc(33.3333333333% - 9.375rem / 3 * 2);
}

.flex-col4 {
  flex-wrap: wrap;
}
.flex-col4 > * {
  width: 25%;
}
.flex-col4.gap8 > * {
  width: calc(25% - 0.5rem / 4 * 3);
}
.flex-col4.gap10 > * {
  width: calc(25% - 0.625rem / 4 * 3);
}
.flex-col4.gap12 > * {
  width: calc(25% - 0.75rem / 4 * 3);
}
.flex-col4.gap14 > * {
  width: calc(25% - 0.875rem / 4 * 3);
}
.flex-col4.gap16 > * {
  width: calc(25% - 1rem / 4 * 3);
}
.flex-col4.gap18 > * {
  width: calc(25% - 1.125rem / 4 * 3);
}
.flex-col4.gap20 > * {
  width: calc(25% - 1.25rem / 4 * 3);
}
.flex-col4.gap22 > * {
  width: calc(25% - 1.375rem / 4 * 3);
}
.flex-col4.gap24 > * {
  width: calc(25% - 1.5rem / 4 * 3);
}
.flex-col4.gap26 > * {
  width: calc(25% - 1.625rem / 4 * 3);
}
.flex-col4.gap28 > * {
  width: calc(25% - 1.75rem / 4 * 3);
}
.flex-col4.gap30 > * {
  width: calc(25% - 1.875rem / 4 * 3);
}
.flex-col4.gap32 > * {
  width: calc(25% - 2rem / 4 * 3);
}
.flex-col4.gap34 > * {
  width: calc(25% - 2.125rem / 4 * 3);
}
.flex-col4.gap36 > * {
  width: calc(25% - 2.25rem / 4 * 3);
}
.flex-col4.gap38 > * {
  width: calc(25% - 2.375rem / 4 * 3);
}
.flex-col4.gap40 > * {
  width: calc(25% - 2.5rem / 4 * 3);
}
.flex-col4.gap42 > * {
  width: calc(25% - 2.625rem / 4 * 3);
}
.flex-col4.gap44 > * {
  width: calc(25% - 2.75rem / 4 * 3);
}
.flex-col4.gap46 > * {
  width: calc(25% - 2.875rem / 4 * 3);
}
.flex-col4.gap48 > * {
  width: calc(25% - 3rem / 4 * 3);
}
.flex-col4.gap50 > * {
  width: calc(25% - 3.125rem / 4 * 3);
}
.flex-col4.gap52 > * {
  width: calc(25% - 3.25rem / 4 * 3);
}
.flex-col4.gap54 > * {
  width: calc(25% - 3.375rem / 4 * 3);
}
.flex-col4.gap56 > * {
  width: calc(25% - 3.5rem / 4 * 3);
}
.flex-col4.gap58 > * {
  width: calc(25% - 3.625rem / 4 * 3);
}
.flex-col4.gap60 > * {
  width: calc(25% - 3.75rem / 4 * 3);
}
.flex-col4.gap62 > * {
  width: calc(25% - 3.875rem / 4 * 3);
}
.flex-col4.gap64 > * {
  width: calc(25% - 4rem / 4 * 3);
}
.flex-col4.gap66 > * {
  width: calc(25% - 4.125rem / 4 * 3);
}
.flex-col4.gap68 > * {
  width: calc(25% - 4.25rem / 4 * 3);
}
.flex-col4.gap70 > * {
  width: calc(25% - 4.375rem / 4 * 3);
}
.flex-col4.gap72 > * {
  width: calc(25% - 4.5rem / 4 * 3);
}
.flex-col4.gap74 > * {
  width: calc(25% - 4.625rem / 4 * 3);
}
.flex-col4.gap76 > * {
  width: calc(25% - 4.75rem / 4 * 3);
}
.flex-col4.gap78 > * {
  width: calc(25% - 4.875rem / 4 * 3);
}
.flex-col4.gap80 > * {
  width: calc(25% - 5rem / 4 * 3);
}
.flex-col4.gap82 > * {
  width: calc(25% - 5.125rem / 4 * 3);
}
.flex-col4.gap84 > * {
  width: calc(25% - 5.25rem / 4 * 3);
}
.flex-col4.gap86 > * {
  width: calc(25% - 5.375rem / 4 * 3);
}
.flex-col4.gap88 > * {
  width: calc(25% - 5.5rem / 4 * 3);
}
.flex-col4.gap90 > * {
  width: calc(25% - 5.625rem / 4 * 3);
}
.flex-col4.gap92 > * {
  width: calc(25% - 5.75rem / 4 * 3);
}
.flex-col4.gap94 > * {
  width: calc(25% - 5.875rem / 4 * 3);
}
.flex-col4.gap96 > * {
  width: calc(25% - 6rem / 4 * 3);
}
.flex-col4.gap98 > * {
  width: calc(25% - 6.125rem / 4 * 3);
}
.flex-col4.gap100 > * {
  width: calc(25% - 6.25rem / 4 * 3);
}
.flex-col4.gap102 > * {
  width: calc(25% - 6.375rem / 4 * 3);
}
.flex-col4.gap104 > * {
  width: calc(25% - 6.5rem / 4 * 3);
}
.flex-col4.gap106 > * {
  width: calc(25% - 6.625rem / 4 * 3);
}
.flex-col4.gap108 > * {
  width: calc(25% - 6.75rem / 4 * 3);
}
.flex-col4.gap110 > * {
  width: calc(25% - 6.875rem / 4 * 3);
}
.flex-col4.gap112 > * {
  width: calc(25% - 7rem / 4 * 3);
}
.flex-col4.gap114 > * {
  width: calc(25% - 7.125rem / 4 * 3);
}
.flex-col4.gap116 > * {
  width: calc(25% - 7.25rem / 4 * 3);
}
.flex-col4.gap118 > * {
  width: calc(25% - 7.375rem / 4 * 3);
}
.flex-col4.gap120 > * {
  width: calc(25% - 7.5rem / 4 * 3);
}
.flex-col4.gap122 > * {
  width: calc(25% - 7.625rem / 4 * 3);
}
.flex-col4.gap124 > * {
  width: calc(25% - 7.75rem / 4 * 3);
}
.flex-col4.gap126 > * {
  width: calc(25% - 7.875rem / 4 * 3);
}
.flex-col4.gap128 > * {
  width: calc(25% - 8rem / 4 * 3);
}
.flex-col4.gap130 > * {
  width: calc(25% - 8.125rem / 4 * 3);
}
.flex-col4.gap132 > * {
  width: calc(25% - 8.25rem / 4 * 3);
}
.flex-col4.gap134 > * {
  width: calc(25% - 8.375rem / 4 * 3);
}
.flex-col4.gap136 > * {
  width: calc(25% - 8.5rem / 4 * 3);
}
.flex-col4.gap138 > * {
  width: calc(25% - 8.625rem / 4 * 3);
}
.flex-col4.gap140 > * {
  width: calc(25% - 8.75rem / 4 * 3);
}
.flex-col4.gap142 > * {
  width: calc(25% - 8.875rem / 4 * 3);
}
.flex-col4.gap144 > * {
  width: calc(25% - 9rem / 4 * 3);
}
.flex-col4.gap146 > * {
  width: calc(25% - 9.125rem / 4 * 3);
}
.flex-col4.gap148 > * {
  width: calc(25% - 9.25rem / 4 * 3);
}
.flex-col4.gap150 > * {
  width: calc(25% - 9.375rem / 4 * 3);
}

.flex-col5 {
  flex-wrap: wrap;
}
.flex-col5 > * {
  width: 20%;
}
.flex-col5.gap8 > * {
  width: calc(20% - 0.5rem / 5 * 4);
}
.flex-col5.gap10 > * {
  width: calc(20% - 0.625rem / 5 * 4);
}
.flex-col5.gap12 > * {
  width: calc(20% - 0.75rem / 5 * 4);
}
.flex-col5.gap14 > * {
  width: calc(20% - 0.875rem / 5 * 4);
}
.flex-col5.gap16 > * {
  width: calc(20% - 1rem / 5 * 4);
}
.flex-col5.gap18 > * {
  width: calc(20% - 1.125rem / 5 * 4);
}
.flex-col5.gap20 > * {
  width: calc(20% - 1.25rem / 5 * 4);
}
.flex-col5.gap22 > * {
  width: calc(20% - 1.375rem / 5 * 4);
}
.flex-col5.gap24 > * {
  width: calc(20% - 1.5rem / 5 * 4);
}
.flex-col5.gap26 > * {
  width: calc(20% - 1.625rem / 5 * 4);
}
.flex-col5.gap28 > * {
  width: calc(20% - 1.75rem / 5 * 4);
}
.flex-col5.gap30 > * {
  width: calc(20% - 1.875rem / 5 * 4);
}
.flex-col5.gap32 > * {
  width: calc(20% - 2rem / 5 * 4);
}
.flex-col5.gap34 > * {
  width: calc(20% - 2.125rem / 5 * 4);
}
.flex-col5.gap36 > * {
  width: calc(20% - 2.25rem / 5 * 4);
}
.flex-col5.gap38 > * {
  width: calc(20% - 2.375rem / 5 * 4);
}
.flex-col5.gap40 > * {
  width: calc(20% - 2.5rem / 5 * 4);
}
.flex-col5.gap42 > * {
  width: calc(20% - 2.625rem / 5 * 4);
}
.flex-col5.gap44 > * {
  width: calc(20% - 2.75rem / 5 * 4);
}
.flex-col5.gap46 > * {
  width: calc(20% - 2.875rem / 5 * 4);
}
.flex-col5.gap48 > * {
  width: calc(20% - 3rem / 5 * 4);
}
.flex-col5.gap50 > * {
  width: calc(20% - 3.125rem / 5 * 4);
}
.flex-col5.gap52 > * {
  width: calc(20% - 3.25rem / 5 * 4);
}
.flex-col5.gap54 > * {
  width: calc(20% - 3.375rem / 5 * 4);
}
.flex-col5.gap56 > * {
  width: calc(20% - 3.5rem / 5 * 4);
}
.flex-col5.gap58 > * {
  width: calc(20% - 3.625rem / 5 * 4);
}
.flex-col5.gap60 > * {
  width: calc(20% - 3.75rem / 5 * 4);
}
.flex-col5.gap62 > * {
  width: calc(20% - 3.875rem / 5 * 4);
}
.flex-col5.gap64 > * {
  width: calc(20% - 4rem / 5 * 4);
}
.flex-col5.gap66 > * {
  width: calc(20% - 4.125rem / 5 * 4);
}
.flex-col5.gap68 > * {
  width: calc(20% - 4.25rem / 5 * 4);
}
.flex-col5.gap70 > * {
  width: calc(20% - 4.375rem / 5 * 4);
}
.flex-col5.gap72 > * {
  width: calc(20% - 4.5rem / 5 * 4);
}
.flex-col5.gap74 > * {
  width: calc(20% - 4.625rem / 5 * 4);
}
.flex-col5.gap76 > * {
  width: calc(20% - 4.75rem / 5 * 4);
}
.flex-col5.gap78 > * {
  width: calc(20% - 4.875rem / 5 * 4);
}
.flex-col5.gap80 > * {
  width: calc(20% - 5rem / 5 * 4);
}
.flex-col5.gap82 > * {
  width: calc(20% - 5.125rem / 5 * 4);
}
.flex-col5.gap84 > * {
  width: calc(20% - 5.25rem / 5 * 4);
}
.flex-col5.gap86 > * {
  width: calc(20% - 5.375rem / 5 * 4);
}
.flex-col5.gap88 > * {
  width: calc(20% - 5.5rem / 5 * 4);
}
.flex-col5.gap90 > * {
  width: calc(20% - 5.625rem / 5 * 4);
}
.flex-col5.gap92 > * {
  width: calc(20% - 5.75rem / 5 * 4);
}
.flex-col5.gap94 > * {
  width: calc(20% - 5.875rem / 5 * 4);
}
.flex-col5.gap96 > * {
  width: calc(20% - 6rem / 5 * 4);
}
.flex-col5.gap98 > * {
  width: calc(20% - 6.125rem / 5 * 4);
}
.flex-col5.gap100 > * {
  width: calc(20% - 6.25rem / 5 * 4);
}
.flex-col5.gap102 > * {
  width: calc(20% - 6.375rem / 5 * 4);
}
.flex-col5.gap104 > * {
  width: calc(20% - 6.5rem / 5 * 4);
}
.flex-col5.gap106 > * {
  width: calc(20% - 6.625rem / 5 * 4);
}
.flex-col5.gap108 > * {
  width: calc(20% - 6.75rem / 5 * 4);
}
.flex-col5.gap110 > * {
  width: calc(20% - 6.875rem / 5 * 4);
}
.flex-col5.gap112 > * {
  width: calc(20% - 7rem / 5 * 4);
}
.flex-col5.gap114 > * {
  width: calc(20% - 7.125rem / 5 * 4);
}
.flex-col5.gap116 > * {
  width: calc(20% - 7.25rem / 5 * 4);
}
.flex-col5.gap118 > * {
  width: calc(20% - 7.375rem / 5 * 4);
}
.flex-col5.gap120 > * {
  width: calc(20% - 7.5rem / 5 * 4);
}
.flex-col5.gap122 > * {
  width: calc(20% - 7.625rem / 5 * 4);
}
.flex-col5.gap124 > * {
  width: calc(20% - 7.75rem / 5 * 4);
}
.flex-col5.gap126 > * {
  width: calc(20% - 7.875rem / 5 * 4);
}
.flex-col5.gap128 > * {
  width: calc(20% - 8rem / 5 * 4);
}
.flex-col5.gap130 > * {
  width: calc(20% - 8.125rem / 5 * 4);
}
.flex-col5.gap132 > * {
  width: calc(20% - 8.25rem / 5 * 4);
}
.flex-col5.gap134 > * {
  width: calc(20% - 8.375rem / 5 * 4);
}
.flex-col5.gap136 > * {
  width: calc(20% - 8.5rem / 5 * 4);
}
.flex-col5.gap138 > * {
  width: calc(20% - 8.625rem / 5 * 4);
}
.flex-col5.gap140 > * {
  width: calc(20% - 8.75rem / 5 * 4);
}
.flex-col5.gap142 > * {
  width: calc(20% - 8.875rem / 5 * 4);
}
.flex-col5.gap144 > * {
  width: calc(20% - 9rem / 5 * 4);
}
.flex-col5.gap146 > * {
  width: calc(20% - 9.125rem / 5 * 4);
}
.flex-col5.gap148 > * {
  width: calc(20% - 9.25rem / 5 * 4);
}
.flex-col5.gap150 > * {
  width: calc(20% - 9.375rem / 5 * 4);
}

.flex-col6 {
  flex-wrap: wrap;
}
.flex-col6 > * {
  width: 16.6666666667%;
}
.flex-col6.gap8 > * {
  width: calc(16.6666666667% - 0.5rem / 6 * 5);
}
.flex-col6.gap10 > * {
  width: calc(16.6666666667% - 0.625rem / 6 * 5);
}
.flex-col6.gap12 > * {
  width: calc(16.6666666667% - 0.75rem / 6 * 5);
}
.flex-col6.gap14 > * {
  width: calc(16.6666666667% - 0.875rem / 6 * 5);
}
.flex-col6.gap16 > * {
  width: calc(16.6666666667% - 1rem / 6 * 5);
}
.flex-col6.gap18 > * {
  width: calc(16.6666666667% - 1.125rem / 6 * 5);
}
.flex-col6.gap20 > * {
  width: calc(16.6666666667% - 1.25rem / 6 * 5);
}
.flex-col6.gap22 > * {
  width: calc(16.6666666667% - 1.375rem / 6 * 5);
}
.flex-col6.gap24 > * {
  width: calc(16.6666666667% - 1.5rem / 6 * 5);
}
.flex-col6.gap26 > * {
  width: calc(16.6666666667% - 1.625rem / 6 * 5);
}
.flex-col6.gap28 > * {
  width: calc(16.6666666667% - 1.75rem / 6 * 5);
}
.flex-col6.gap30 > * {
  width: calc(16.6666666667% - 1.875rem / 6 * 5);
}
.flex-col6.gap32 > * {
  width: calc(16.6666666667% - 2rem / 6 * 5);
}
.flex-col6.gap34 > * {
  width: calc(16.6666666667% - 2.125rem / 6 * 5);
}
.flex-col6.gap36 > * {
  width: calc(16.6666666667% - 2.25rem / 6 * 5);
}
.flex-col6.gap38 > * {
  width: calc(16.6666666667% - 2.375rem / 6 * 5);
}
.flex-col6.gap40 > * {
  width: calc(16.6666666667% - 2.5rem / 6 * 5);
}
.flex-col6.gap42 > * {
  width: calc(16.6666666667% - 2.625rem / 6 * 5);
}
.flex-col6.gap44 > * {
  width: calc(16.6666666667% - 2.75rem / 6 * 5);
}
.flex-col6.gap46 > * {
  width: calc(16.6666666667% - 2.875rem / 6 * 5);
}
.flex-col6.gap48 > * {
  width: calc(16.6666666667% - 3rem / 6 * 5);
}
.flex-col6.gap50 > * {
  width: calc(16.6666666667% - 3.125rem / 6 * 5);
}
.flex-col6.gap52 > * {
  width: calc(16.6666666667% - 3.25rem / 6 * 5);
}
.flex-col6.gap54 > * {
  width: calc(16.6666666667% - 3.375rem / 6 * 5);
}
.flex-col6.gap56 > * {
  width: calc(16.6666666667% - 3.5rem / 6 * 5);
}
.flex-col6.gap58 > * {
  width: calc(16.6666666667% - 3.625rem / 6 * 5);
}
.flex-col6.gap60 > * {
  width: calc(16.6666666667% - 3.75rem / 6 * 5);
}
.flex-col6.gap62 > * {
  width: calc(16.6666666667% - 3.875rem / 6 * 5);
}
.flex-col6.gap64 > * {
  width: calc(16.6666666667% - 4rem / 6 * 5);
}
.flex-col6.gap66 > * {
  width: calc(16.6666666667% - 4.125rem / 6 * 5);
}
.flex-col6.gap68 > * {
  width: calc(16.6666666667% - 4.25rem / 6 * 5);
}
.flex-col6.gap70 > * {
  width: calc(16.6666666667% - 4.375rem / 6 * 5);
}
.flex-col6.gap72 > * {
  width: calc(16.6666666667% - 4.5rem / 6 * 5);
}
.flex-col6.gap74 > * {
  width: calc(16.6666666667% - 4.625rem / 6 * 5);
}
.flex-col6.gap76 > * {
  width: calc(16.6666666667% - 4.75rem / 6 * 5);
}
.flex-col6.gap78 > * {
  width: calc(16.6666666667% - 4.875rem / 6 * 5);
}
.flex-col6.gap80 > * {
  width: calc(16.6666666667% - 5rem / 6 * 5);
}
.flex-col6.gap82 > * {
  width: calc(16.6666666667% - 5.125rem / 6 * 5);
}
.flex-col6.gap84 > * {
  width: calc(16.6666666667% - 5.25rem / 6 * 5);
}
.flex-col6.gap86 > * {
  width: calc(16.6666666667% - 5.375rem / 6 * 5);
}
.flex-col6.gap88 > * {
  width: calc(16.6666666667% - 5.5rem / 6 * 5);
}
.flex-col6.gap90 > * {
  width: calc(16.6666666667% - 5.625rem / 6 * 5);
}
.flex-col6.gap92 > * {
  width: calc(16.6666666667% - 5.75rem / 6 * 5);
}
.flex-col6.gap94 > * {
  width: calc(16.6666666667% - 5.875rem / 6 * 5);
}
.flex-col6.gap96 > * {
  width: calc(16.6666666667% - 6rem / 6 * 5);
}
.flex-col6.gap98 > * {
  width: calc(16.6666666667% - 6.125rem / 6 * 5);
}
.flex-col6.gap100 > * {
  width: calc(16.6666666667% - 6.25rem / 6 * 5);
}
.flex-col6.gap102 > * {
  width: calc(16.6666666667% - 6.375rem / 6 * 5);
}
.flex-col6.gap104 > * {
  width: calc(16.6666666667% - 6.5rem / 6 * 5);
}
.flex-col6.gap106 > * {
  width: calc(16.6666666667% - 6.625rem / 6 * 5);
}
.flex-col6.gap108 > * {
  width: calc(16.6666666667% - 6.75rem / 6 * 5);
}
.flex-col6.gap110 > * {
  width: calc(16.6666666667% - 6.875rem / 6 * 5);
}
.flex-col6.gap112 > * {
  width: calc(16.6666666667% - 7rem / 6 * 5);
}
.flex-col6.gap114 > * {
  width: calc(16.6666666667% - 7.125rem / 6 * 5);
}
.flex-col6.gap116 > * {
  width: calc(16.6666666667% - 7.25rem / 6 * 5);
}
.flex-col6.gap118 > * {
  width: calc(16.6666666667% - 7.375rem / 6 * 5);
}
.flex-col6.gap120 > * {
  width: calc(16.6666666667% - 7.5rem / 6 * 5);
}
.flex-col6.gap122 > * {
  width: calc(16.6666666667% - 7.625rem / 6 * 5);
}
.flex-col6.gap124 > * {
  width: calc(16.6666666667% - 7.75rem / 6 * 5);
}
.flex-col6.gap126 > * {
  width: calc(16.6666666667% - 7.875rem / 6 * 5);
}
.flex-col6.gap128 > * {
  width: calc(16.6666666667% - 8rem / 6 * 5);
}
.flex-col6.gap130 > * {
  width: calc(16.6666666667% - 8.125rem / 6 * 5);
}
.flex-col6.gap132 > * {
  width: calc(16.6666666667% - 8.25rem / 6 * 5);
}
.flex-col6.gap134 > * {
  width: calc(16.6666666667% - 8.375rem / 6 * 5);
}
.flex-col6.gap136 > * {
  width: calc(16.6666666667% - 8.5rem / 6 * 5);
}
.flex-col6.gap138 > * {
  width: calc(16.6666666667% - 8.625rem / 6 * 5);
}
.flex-col6.gap140 > * {
  width: calc(16.6666666667% - 8.75rem / 6 * 5);
}
.flex-col6.gap142 > * {
  width: calc(16.6666666667% - 8.875rem / 6 * 5);
}
.flex-col6.gap144 > * {
  width: calc(16.6666666667% - 9rem / 6 * 5);
}
.flex-col6.gap146 > * {
  width: calc(16.6666666667% - 9.125rem / 6 * 5);
}
.flex-col6.gap148 > * {
  width: calc(16.6666666667% - 9.25rem / 6 * 5);
}
.flex-col6.gap150 > * {
  width: calc(16.6666666667% - 9.375rem / 6 * 5);
}

.flex-col7 {
  flex-wrap: wrap;
}
.flex-col7 > * {
  width: 14.2857142857%;
}
.flex-col7.gap8 > * {
  width: calc(14.2857142857% - 0.5rem / 7 * 6);
}
.flex-col7.gap10 > * {
  width: calc(14.2857142857% - 0.625rem / 7 * 6);
}
.flex-col7.gap12 > * {
  width: calc(14.2857142857% - 0.75rem / 7 * 6);
}
.flex-col7.gap14 > * {
  width: calc(14.2857142857% - 0.875rem / 7 * 6);
}
.flex-col7.gap16 > * {
  width: calc(14.2857142857% - 1rem / 7 * 6);
}
.flex-col7.gap18 > * {
  width: calc(14.2857142857% - 1.125rem / 7 * 6);
}
.flex-col7.gap20 > * {
  width: calc(14.2857142857% - 1.25rem / 7 * 6);
}
.flex-col7.gap22 > * {
  width: calc(14.2857142857% - 1.375rem / 7 * 6);
}
.flex-col7.gap24 > * {
  width: calc(14.2857142857% - 1.5rem / 7 * 6);
}
.flex-col7.gap26 > * {
  width: calc(14.2857142857% - 1.625rem / 7 * 6);
}
.flex-col7.gap28 > * {
  width: calc(14.2857142857% - 1.75rem / 7 * 6);
}
.flex-col7.gap30 > * {
  width: calc(14.2857142857% - 1.875rem / 7 * 6);
}
.flex-col7.gap32 > * {
  width: calc(14.2857142857% - 2rem / 7 * 6);
}
.flex-col7.gap34 > * {
  width: calc(14.2857142857% - 2.125rem / 7 * 6);
}
.flex-col7.gap36 > * {
  width: calc(14.2857142857% - 2.25rem / 7 * 6);
}
.flex-col7.gap38 > * {
  width: calc(14.2857142857% - 2.375rem / 7 * 6);
}
.flex-col7.gap40 > * {
  width: calc(14.2857142857% - 2.5rem / 7 * 6);
}
.flex-col7.gap42 > * {
  width: calc(14.2857142857% - 2.625rem / 7 * 6);
}
.flex-col7.gap44 > * {
  width: calc(14.2857142857% - 2.75rem / 7 * 6);
}
.flex-col7.gap46 > * {
  width: calc(14.2857142857% - 2.875rem / 7 * 6);
}
.flex-col7.gap48 > * {
  width: calc(14.2857142857% - 3rem / 7 * 6);
}
.flex-col7.gap50 > * {
  width: calc(14.2857142857% - 3.125rem / 7 * 6);
}
.flex-col7.gap52 > * {
  width: calc(14.2857142857% - 3.25rem / 7 * 6);
}
.flex-col7.gap54 > * {
  width: calc(14.2857142857% - 3.375rem / 7 * 6);
}
.flex-col7.gap56 > * {
  width: calc(14.2857142857% - 3.5rem / 7 * 6);
}
.flex-col7.gap58 > * {
  width: calc(14.2857142857% - 3.625rem / 7 * 6);
}
.flex-col7.gap60 > * {
  width: calc(14.2857142857% - 3.75rem / 7 * 6);
}
.flex-col7.gap62 > * {
  width: calc(14.2857142857% - 3.875rem / 7 * 6);
}
.flex-col7.gap64 > * {
  width: calc(14.2857142857% - 4rem / 7 * 6);
}
.flex-col7.gap66 > * {
  width: calc(14.2857142857% - 4.125rem / 7 * 6);
}
.flex-col7.gap68 > * {
  width: calc(14.2857142857% - 4.25rem / 7 * 6);
}
.flex-col7.gap70 > * {
  width: calc(14.2857142857% - 4.375rem / 7 * 6);
}
.flex-col7.gap72 > * {
  width: calc(14.2857142857% - 4.5rem / 7 * 6);
}
.flex-col7.gap74 > * {
  width: calc(14.2857142857% - 4.625rem / 7 * 6);
}
.flex-col7.gap76 > * {
  width: calc(14.2857142857% - 4.75rem / 7 * 6);
}
.flex-col7.gap78 > * {
  width: calc(14.2857142857% - 4.875rem / 7 * 6);
}
.flex-col7.gap80 > * {
  width: calc(14.2857142857% - 5rem / 7 * 6);
}
.flex-col7.gap82 > * {
  width: calc(14.2857142857% - 5.125rem / 7 * 6);
}
.flex-col7.gap84 > * {
  width: calc(14.2857142857% - 5.25rem / 7 * 6);
}
.flex-col7.gap86 > * {
  width: calc(14.2857142857% - 5.375rem / 7 * 6);
}
.flex-col7.gap88 > * {
  width: calc(14.2857142857% - 5.5rem / 7 * 6);
}
.flex-col7.gap90 > * {
  width: calc(14.2857142857% - 5.625rem / 7 * 6);
}
.flex-col7.gap92 > * {
  width: calc(14.2857142857% - 5.75rem / 7 * 6);
}
.flex-col7.gap94 > * {
  width: calc(14.2857142857% - 5.875rem / 7 * 6);
}
.flex-col7.gap96 > * {
  width: calc(14.2857142857% - 6rem / 7 * 6);
}
.flex-col7.gap98 > * {
  width: calc(14.2857142857% - 6.125rem / 7 * 6);
}
.flex-col7.gap100 > * {
  width: calc(14.2857142857% - 6.25rem / 7 * 6);
}
.flex-col7.gap102 > * {
  width: calc(14.2857142857% - 6.375rem / 7 * 6);
}
.flex-col7.gap104 > * {
  width: calc(14.2857142857% - 6.5rem / 7 * 6);
}
.flex-col7.gap106 > * {
  width: calc(14.2857142857% - 6.625rem / 7 * 6);
}
.flex-col7.gap108 > * {
  width: calc(14.2857142857% - 6.75rem / 7 * 6);
}
.flex-col7.gap110 > * {
  width: calc(14.2857142857% - 6.875rem / 7 * 6);
}
.flex-col7.gap112 > * {
  width: calc(14.2857142857% - 7rem / 7 * 6);
}
.flex-col7.gap114 > * {
  width: calc(14.2857142857% - 7.125rem / 7 * 6);
}
.flex-col7.gap116 > * {
  width: calc(14.2857142857% - 7.25rem / 7 * 6);
}
.flex-col7.gap118 > * {
  width: calc(14.2857142857% - 7.375rem / 7 * 6);
}
.flex-col7.gap120 > * {
  width: calc(14.2857142857% - 7.5rem / 7 * 6);
}
.flex-col7.gap122 > * {
  width: calc(14.2857142857% - 7.625rem / 7 * 6);
}
.flex-col7.gap124 > * {
  width: calc(14.2857142857% - 7.75rem / 7 * 6);
}
.flex-col7.gap126 > * {
  width: calc(14.2857142857% - 7.875rem / 7 * 6);
}
.flex-col7.gap128 > * {
  width: calc(14.2857142857% - 8rem / 7 * 6);
}
.flex-col7.gap130 > * {
  width: calc(14.2857142857% - 8.125rem / 7 * 6);
}
.flex-col7.gap132 > * {
  width: calc(14.2857142857% - 8.25rem / 7 * 6);
}
.flex-col7.gap134 > * {
  width: calc(14.2857142857% - 8.375rem / 7 * 6);
}
.flex-col7.gap136 > * {
  width: calc(14.2857142857% - 8.5rem / 7 * 6);
}
.flex-col7.gap138 > * {
  width: calc(14.2857142857% - 8.625rem / 7 * 6);
}
.flex-col7.gap140 > * {
  width: calc(14.2857142857% - 8.75rem / 7 * 6);
}
.flex-col7.gap142 > * {
  width: calc(14.2857142857% - 8.875rem / 7 * 6);
}
.flex-col7.gap144 > * {
  width: calc(14.2857142857% - 9rem / 7 * 6);
}
.flex-col7.gap146 > * {
  width: calc(14.2857142857% - 9.125rem / 7 * 6);
}
.flex-col7.gap148 > * {
  width: calc(14.2857142857% - 9.25rem / 7 * 6);
}
.flex-col7.gap150 > * {
  width: calc(14.2857142857% - 9.375rem / 7 * 6);
}

.flex-col8 {
  flex-wrap: wrap;
}
.flex-col8 > * {
  width: 12.5%;
}
.flex-col8.gap8 > * {
  width: calc(12.5% - 0.5rem / 8 * 7);
}
.flex-col8.gap10 > * {
  width: calc(12.5% - 0.625rem / 8 * 7);
}
.flex-col8.gap12 > * {
  width: calc(12.5% - 0.75rem / 8 * 7);
}
.flex-col8.gap14 > * {
  width: calc(12.5% - 0.875rem / 8 * 7);
}
.flex-col8.gap16 > * {
  width: calc(12.5% - 1rem / 8 * 7);
}
.flex-col8.gap18 > * {
  width: calc(12.5% - 1.125rem / 8 * 7);
}
.flex-col8.gap20 > * {
  width: calc(12.5% - 1.25rem / 8 * 7);
}
.flex-col8.gap22 > * {
  width: calc(12.5% - 1.375rem / 8 * 7);
}
.flex-col8.gap24 > * {
  width: calc(12.5% - 1.5rem / 8 * 7);
}
.flex-col8.gap26 > * {
  width: calc(12.5% - 1.625rem / 8 * 7);
}
.flex-col8.gap28 > * {
  width: calc(12.5% - 1.75rem / 8 * 7);
}
.flex-col8.gap30 > * {
  width: calc(12.5% - 1.875rem / 8 * 7);
}
.flex-col8.gap32 > * {
  width: calc(12.5% - 2rem / 8 * 7);
}
.flex-col8.gap34 > * {
  width: calc(12.5% - 2.125rem / 8 * 7);
}
.flex-col8.gap36 > * {
  width: calc(12.5% - 2.25rem / 8 * 7);
}
.flex-col8.gap38 > * {
  width: calc(12.5% - 2.375rem / 8 * 7);
}
.flex-col8.gap40 > * {
  width: calc(12.5% - 2.5rem / 8 * 7);
}
.flex-col8.gap42 > * {
  width: calc(12.5% - 2.625rem / 8 * 7);
}
.flex-col8.gap44 > * {
  width: calc(12.5% - 2.75rem / 8 * 7);
}
.flex-col8.gap46 > * {
  width: calc(12.5% - 2.875rem / 8 * 7);
}
.flex-col8.gap48 > * {
  width: calc(12.5% - 3rem / 8 * 7);
}
.flex-col8.gap50 > * {
  width: calc(12.5% - 3.125rem / 8 * 7);
}
.flex-col8.gap52 > * {
  width: calc(12.5% - 3.25rem / 8 * 7);
}
.flex-col8.gap54 > * {
  width: calc(12.5% - 3.375rem / 8 * 7);
}
.flex-col8.gap56 > * {
  width: calc(12.5% - 3.5rem / 8 * 7);
}
.flex-col8.gap58 > * {
  width: calc(12.5% - 3.625rem / 8 * 7);
}
.flex-col8.gap60 > * {
  width: calc(12.5% - 3.75rem / 8 * 7);
}
.flex-col8.gap62 > * {
  width: calc(12.5% - 3.875rem / 8 * 7);
}
.flex-col8.gap64 > * {
  width: calc(12.5% - 4rem / 8 * 7);
}
.flex-col8.gap66 > * {
  width: calc(12.5% - 4.125rem / 8 * 7);
}
.flex-col8.gap68 > * {
  width: calc(12.5% - 4.25rem / 8 * 7);
}
.flex-col8.gap70 > * {
  width: calc(12.5% - 4.375rem / 8 * 7);
}
.flex-col8.gap72 > * {
  width: calc(12.5% - 4.5rem / 8 * 7);
}
.flex-col8.gap74 > * {
  width: calc(12.5% - 4.625rem / 8 * 7);
}
.flex-col8.gap76 > * {
  width: calc(12.5% - 4.75rem / 8 * 7);
}
.flex-col8.gap78 > * {
  width: calc(12.5% - 4.875rem / 8 * 7);
}
.flex-col8.gap80 > * {
  width: calc(12.5% - 5rem / 8 * 7);
}
.flex-col8.gap82 > * {
  width: calc(12.5% - 5.125rem / 8 * 7);
}
.flex-col8.gap84 > * {
  width: calc(12.5% - 5.25rem / 8 * 7);
}
.flex-col8.gap86 > * {
  width: calc(12.5% - 5.375rem / 8 * 7);
}
.flex-col8.gap88 > * {
  width: calc(12.5% - 5.5rem / 8 * 7);
}
.flex-col8.gap90 > * {
  width: calc(12.5% - 5.625rem / 8 * 7);
}
.flex-col8.gap92 > * {
  width: calc(12.5% - 5.75rem / 8 * 7);
}
.flex-col8.gap94 > * {
  width: calc(12.5% - 5.875rem / 8 * 7);
}
.flex-col8.gap96 > * {
  width: calc(12.5% - 6rem / 8 * 7);
}
.flex-col8.gap98 > * {
  width: calc(12.5% - 6.125rem / 8 * 7);
}
.flex-col8.gap100 > * {
  width: calc(12.5% - 6.25rem / 8 * 7);
}
.flex-col8.gap102 > * {
  width: calc(12.5% - 6.375rem / 8 * 7);
}
.flex-col8.gap104 > * {
  width: calc(12.5% - 6.5rem / 8 * 7);
}
.flex-col8.gap106 > * {
  width: calc(12.5% - 6.625rem / 8 * 7);
}
.flex-col8.gap108 > * {
  width: calc(12.5% - 6.75rem / 8 * 7);
}
.flex-col8.gap110 > * {
  width: calc(12.5% - 6.875rem / 8 * 7);
}
.flex-col8.gap112 > * {
  width: calc(12.5% - 7rem / 8 * 7);
}
.flex-col8.gap114 > * {
  width: calc(12.5% - 7.125rem / 8 * 7);
}
.flex-col8.gap116 > * {
  width: calc(12.5% - 7.25rem / 8 * 7);
}
.flex-col8.gap118 > * {
  width: calc(12.5% - 7.375rem / 8 * 7);
}
.flex-col8.gap120 > * {
  width: calc(12.5% - 7.5rem / 8 * 7);
}
.flex-col8.gap122 > * {
  width: calc(12.5% - 7.625rem / 8 * 7);
}
.flex-col8.gap124 > * {
  width: calc(12.5% - 7.75rem / 8 * 7);
}
.flex-col8.gap126 > * {
  width: calc(12.5% - 7.875rem / 8 * 7);
}
.flex-col8.gap128 > * {
  width: calc(12.5% - 8rem / 8 * 7);
}
.flex-col8.gap130 > * {
  width: calc(12.5% - 8.125rem / 8 * 7);
}
.flex-col8.gap132 > * {
  width: calc(12.5% - 8.25rem / 8 * 7);
}
.flex-col8.gap134 > * {
  width: calc(12.5% - 8.375rem / 8 * 7);
}
.flex-col8.gap136 > * {
  width: calc(12.5% - 8.5rem / 8 * 7);
}
.flex-col8.gap138 > * {
  width: calc(12.5% - 8.625rem / 8 * 7);
}
.flex-col8.gap140 > * {
  width: calc(12.5% - 8.75rem / 8 * 7);
}
.flex-col8.gap142 > * {
  width: calc(12.5% - 8.875rem / 8 * 7);
}
.flex-col8.gap144 > * {
  width: calc(12.5% - 9rem / 8 * 7);
}
.flex-col8.gap146 > * {
  width: calc(12.5% - 9.125rem / 8 * 7);
}
.flex-col8.gap148 > * {
  width: calc(12.5% - 9.25rem / 8 * 7);
}
.flex-col8.gap150 > * {
  width: calc(12.5% - 9.375rem / 8 * 7);
}

@media screen and (max-width: 47.9375em) {
  .flex-sp-col1 {
    flex-wrap: wrap;
  }
  .flex-sp-col1 > * {
    width: 100%;
  }
  .flex-sp-col1.gap8 > * {
    width: calc(100% - 0.5rem / 1 * 0);
  }
  .flex-sp-col1.gap10 > * {
    width: calc(100% - 0.625rem / 1 * 0);
  }
  .flex-sp-col1.gap12 > * {
    width: calc(100% - 0.75rem / 1 * 0);
  }
  .flex-sp-col1.gap14 > * {
    width: calc(100% - 0.875rem / 1 * 0);
  }
  .flex-sp-col1.gap16 > * {
    width: calc(100% - 1rem / 1 * 0);
  }
  .flex-sp-col1.gap18 > * {
    width: calc(100% - 1.125rem / 1 * 0);
  }
  .flex-sp-col1.gap20 > * {
    width: calc(100% - 1.25rem / 1 * 0);
  }
  .flex-sp-col1.gap22 > * {
    width: calc(100% - 1.375rem / 1 * 0);
  }
  .flex-sp-col1.gap24 > * {
    width: calc(100% - 1.5rem / 1 * 0);
  }
  .flex-sp-col1.gap26 > * {
    width: calc(100% - 1.625rem / 1 * 0);
  }
  .flex-sp-col1.gap28 > * {
    width: calc(100% - 1.75rem / 1 * 0);
  }
  .flex-sp-col1.gap30 > * {
    width: calc(100% - 1.875rem / 1 * 0);
  }
  .flex-sp-col1.gap32 > * {
    width: calc(100% - 2rem / 1 * 0);
  }
  .flex-sp-col1.gap34 > * {
    width: calc(100% - 2.125rem / 1 * 0);
  }
  .flex-sp-col1.gap36 > * {
    width: calc(100% - 2.25rem / 1 * 0);
  }
  .flex-sp-col1.gap38 > * {
    width: calc(100% - 2.375rem / 1 * 0);
  }
  .flex-sp-col1.gap40 > * {
    width: calc(100% - 2.5rem / 1 * 0);
  }
  .flex-sp-col1.gap42 > * {
    width: calc(100% - 2.625rem / 1 * 0);
  }
  .flex-sp-col1.gap44 > * {
    width: calc(100% - 2.75rem / 1 * 0);
  }
  .flex-sp-col1.gap46 > * {
    width: calc(100% - 2.875rem / 1 * 0);
  }
  .flex-sp-col1.gap48 > * {
    width: calc(100% - 3rem / 1 * 0);
  }
  .flex-sp-col1.gap50 > * {
    width: calc(100% - 3.125rem / 1 * 0);
  }
  .flex-sp-col1.gap52 > * {
    width: calc(100% - 3.25rem / 1 * 0);
  }
  .flex-sp-col1.gap54 > * {
    width: calc(100% - 3.375rem / 1 * 0);
  }
  .flex-sp-col1.gap56 > * {
    width: calc(100% - 3.5rem / 1 * 0);
  }
  .flex-sp-col1.gap58 > * {
    width: calc(100% - 3.625rem / 1 * 0);
  }
  .flex-sp-col1.gap60 > * {
    width: calc(100% - 3.75rem / 1 * 0);
  }
  .flex-sp-col1.gap62 > * {
    width: calc(100% - 3.875rem / 1 * 0);
  }
  .flex-sp-col1.gap64 > * {
    width: calc(100% - 4rem / 1 * 0);
  }
  .flex-sp-col1.gap66 > * {
    width: calc(100% - 4.125rem / 1 * 0);
  }
  .flex-sp-col1.gap68 > * {
    width: calc(100% - 4.25rem / 1 * 0);
  }
  .flex-sp-col1.gap70 > * {
    width: calc(100% - 4.375rem / 1 * 0);
  }
  .flex-sp-col1.gap72 > * {
    width: calc(100% - 4.5rem / 1 * 0);
  }
  .flex-sp-col1.gap74 > * {
    width: calc(100% - 4.625rem / 1 * 0);
  }
  .flex-sp-col1.gap76 > * {
    width: calc(100% - 4.75rem / 1 * 0);
  }
  .flex-sp-col1.gap78 > * {
    width: calc(100% - 4.875rem / 1 * 0);
  }
  .flex-sp-col1.gap80 > * {
    width: calc(100% - 5rem / 1 * 0);
  }
  .flex-sp-col1.gap82 > * {
    width: calc(100% - 5.125rem / 1 * 0);
  }
  .flex-sp-col1.gap84 > * {
    width: calc(100% - 5.25rem / 1 * 0);
  }
  .flex-sp-col1.gap86 > * {
    width: calc(100% - 5.375rem / 1 * 0);
  }
  .flex-sp-col1.gap88 > * {
    width: calc(100% - 5.5rem / 1 * 0);
  }
  .flex-sp-col1.gap90 > * {
    width: calc(100% - 5.625rem / 1 * 0);
  }
  .flex-sp-col1.gap92 > * {
    width: calc(100% - 5.75rem / 1 * 0);
  }
  .flex-sp-col1.gap94 > * {
    width: calc(100% - 5.875rem / 1 * 0);
  }
  .flex-sp-col1.gap96 > * {
    width: calc(100% - 6rem / 1 * 0);
  }
  .flex-sp-col1.gap98 > * {
    width: calc(100% - 6.125rem / 1 * 0);
  }
  .flex-sp-col1.gap100 > * {
    width: calc(100% - 6.25rem / 1 * 0);
  }
  .flex-sp-col1.gap102 > * {
    width: calc(100% - 6.375rem / 1 * 0);
  }
  .flex-sp-col1.gap104 > * {
    width: calc(100% - 6.5rem / 1 * 0);
  }
  .flex-sp-col1.gap106 > * {
    width: calc(100% - 6.625rem / 1 * 0);
  }
  .flex-sp-col1.gap108 > * {
    width: calc(100% - 6.75rem / 1 * 0);
  }
  .flex-sp-col1.gap110 > * {
    width: calc(100% - 6.875rem / 1 * 0);
  }
  .flex-sp-col1.gap112 > * {
    width: calc(100% - 7rem / 1 * 0);
  }
  .flex-sp-col1.gap114 > * {
    width: calc(100% - 7.125rem / 1 * 0);
  }
  .flex-sp-col1.gap116 > * {
    width: calc(100% - 7.25rem / 1 * 0);
  }
  .flex-sp-col1.gap118 > * {
    width: calc(100% - 7.375rem / 1 * 0);
  }
  .flex-sp-col1.gap120 > * {
    width: calc(100% - 7.5rem / 1 * 0);
  }
  .flex-sp-col1.gap122 > * {
    width: calc(100% - 7.625rem / 1 * 0);
  }
  .flex-sp-col1.gap124 > * {
    width: calc(100% - 7.75rem / 1 * 0);
  }
  .flex-sp-col1.gap126 > * {
    width: calc(100% - 7.875rem / 1 * 0);
  }
  .flex-sp-col1.gap128 > * {
    width: calc(100% - 8rem / 1 * 0);
  }
  .flex-sp-col1.gap130 > * {
    width: calc(100% - 8.125rem / 1 * 0);
  }
  .flex-sp-col1.gap132 > * {
    width: calc(100% - 8.25rem / 1 * 0);
  }
  .flex-sp-col1.gap134 > * {
    width: calc(100% - 8.375rem / 1 * 0);
  }
  .flex-sp-col1.gap136 > * {
    width: calc(100% - 8.5rem / 1 * 0);
  }
  .flex-sp-col1.gap138 > * {
    width: calc(100% - 8.625rem / 1 * 0);
  }
  .flex-sp-col1.gap140 > * {
    width: calc(100% - 8.75rem / 1 * 0);
  }
  .flex-sp-col1.gap142 > * {
    width: calc(100% - 8.875rem / 1 * 0);
  }
  .flex-sp-col1.gap144 > * {
    width: calc(100% - 9rem / 1 * 0);
  }
  .flex-sp-col1.gap146 > * {
    width: calc(100% - 9.125rem / 1 * 0);
  }
  .flex-sp-col1.gap148 > * {
    width: calc(100% - 9.25rem / 1 * 0);
  }
  .flex-sp-col1.gap150 > * {
    width: calc(100% - 9.375rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp8 > * {
    width: calc(100% - 0.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp10 > * {
    width: calc(100% - 0.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp12 > * {
    width: calc(100% - 0.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp14 > * {
    width: calc(100% - 1rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp16 > * {
    width: calc(100% - 1.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp18 > * {
    width: calc(100% - 1.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp20 > * {
    width: calc(100% - 1.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp22 > * {
    width: calc(100% - 1.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp24 > * {
    width: calc(100% - 1.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp26 > * {
    width: calc(100% - 1.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp28 > * {
    width: calc(100% - 2rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp30 > * {
    width: calc(100% - 2.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp32 > * {
    width: calc(100% - 2.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp34 > * {
    width: calc(100% - 2.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp36 > * {
    width: calc(100% - 2.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp38 > * {
    width: calc(100% - 2.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp40 > * {
    width: calc(100% - 2.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp42 > * {
    width: calc(100% - 3rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp44 > * {
    width: calc(100% - 3.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp46 > * {
    width: calc(100% - 3.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp48 > * {
    width: calc(100% - 3.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp50 > * {
    width: calc(100% - 3.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp52 > * {
    width: calc(100% - 3.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp54 > * {
    width: calc(100% - 3.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp56 > * {
    width: calc(100% - 4rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp58 > * {
    width: calc(100% - 4.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp60 > * {
    width: calc(100% - 4.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp62 > * {
    width: calc(100% - 4.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp64 > * {
    width: calc(100% - 4.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp66 > * {
    width: calc(100% - 4.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp68 > * {
    width: calc(100% - 4.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp70 > * {
    width: calc(100% - 5rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp72 > * {
    width: calc(100% - 5.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp74 > * {
    width: calc(100% - 5.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp76 > * {
    width: calc(100% - 5.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp78 > * {
    width: calc(100% - 5.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp80 > * {
    width: calc(100% - 5.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp82 > * {
    width: calc(100% - 5.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp84 > * {
    width: calc(100% - 6rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp86 > * {
    width: calc(100% - 6.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp88 > * {
    width: calc(100% - 6.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp90 > * {
    width: calc(100% - 6.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp92 > * {
    width: calc(100% - 6.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp94 > * {
    width: calc(100% - 6.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp96 > * {
    width: calc(100% - 6.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp98 > * {
    width: calc(100% - 7rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp100 > * {
    width: calc(100% - 7.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp102 > * {
    width: calc(100% - 7.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp104 > * {
    width: calc(100% - 7.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp106 > * {
    width: calc(100% - 7.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp108 > * {
    width: calc(100% - 7.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp110 > * {
    width: calc(100% - 7.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp112 > * {
    width: calc(100% - 8rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp114 > * {
    width: calc(100% - 8.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp116 > * {
    width: calc(100% - 8.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp118 > * {
    width: calc(100% - 8.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp120 > * {
    width: calc(100% - 8.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp122 > * {
    width: calc(100% - 8.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp124 > * {
    width: calc(100% - 8.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp126 > * {
    width: calc(100% - 9rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp128 > * {
    width: calc(100% - 9.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp130 > * {
    width: calc(100% - 9.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp132 > * {
    width: calc(100% - 9.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp134 > * {
    width: calc(100% - 9.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp136 > * {
    width: calc(100% - 9.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp138 > * {
    width: calc(100% - 9.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp140 > * {
    width: calc(100% - 10rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp142 > * {
    width: calc(100% - 10.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp144 > * {
    width: calc(100% - 10.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp146 > * {
    width: calc(100% - 10.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp148 > * {
    width: calc(100% - 10.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp150 > * {
    width: calc(100% - 10.7142857143rem / 1 * 0);
  }
  .flex-sp-col2 {
    flex-wrap: wrap;
  }
  .flex-sp-col2 > * {
    width: 50%;
  }
  .flex-sp-col2.gap8 > * {
    width: calc(50% - 0.5rem / 2 * 1);
  }
  .flex-sp-col2.gap10 > * {
    width: calc(50% - 0.625rem / 2 * 1);
  }
  .flex-sp-col2.gap12 > * {
    width: calc(50% - 0.75rem / 2 * 1);
  }
  .flex-sp-col2.gap14 > * {
    width: calc(50% - 0.875rem / 2 * 1);
  }
  .flex-sp-col2.gap16 > * {
    width: calc(50% - 1rem / 2 * 1);
  }
  .flex-sp-col2.gap18 > * {
    width: calc(50% - 1.125rem / 2 * 1);
  }
  .flex-sp-col2.gap20 > * {
    width: calc(50% - 1.25rem / 2 * 1);
  }
  .flex-sp-col2.gap22 > * {
    width: calc(50% - 1.375rem / 2 * 1);
  }
  .flex-sp-col2.gap24 > * {
    width: calc(50% - 1.5rem / 2 * 1);
  }
  .flex-sp-col2.gap26 > * {
    width: calc(50% - 1.625rem / 2 * 1);
  }
  .flex-sp-col2.gap28 > * {
    width: calc(50% - 1.75rem / 2 * 1);
  }
  .flex-sp-col2.gap30 > * {
    width: calc(50% - 1.875rem / 2 * 1);
  }
  .flex-sp-col2.gap32 > * {
    width: calc(50% - 2rem / 2 * 1);
  }
  .flex-sp-col2.gap34 > * {
    width: calc(50% - 2.125rem / 2 * 1);
  }
  .flex-sp-col2.gap36 > * {
    width: calc(50% - 2.25rem / 2 * 1);
  }
  .flex-sp-col2.gap38 > * {
    width: calc(50% - 2.375rem / 2 * 1);
  }
  .flex-sp-col2.gap40 > * {
    width: calc(50% - 2.5rem / 2 * 1);
  }
  .flex-sp-col2.gap42 > * {
    width: calc(50% - 2.625rem / 2 * 1);
  }
  .flex-sp-col2.gap44 > * {
    width: calc(50% - 2.75rem / 2 * 1);
  }
  .flex-sp-col2.gap46 > * {
    width: calc(50% - 2.875rem / 2 * 1);
  }
  .flex-sp-col2.gap48 > * {
    width: calc(50% - 3rem / 2 * 1);
  }
  .flex-sp-col2.gap50 > * {
    width: calc(50% - 3.125rem / 2 * 1);
  }
  .flex-sp-col2.gap52 > * {
    width: calc(50% - 3.25rem / 2 * 1);
  }
  .flex-sp-col2.gap54 > * {
    width: calc(50% - 3.375rem / 2 * 1);
  }
  .flex-sp-col2.gap56 > * {
    width: calc(50% - 3.5rem / 2 * 1);
  }
  .flex-sp-col2.gap58 > * {
    width: calc(50% - 3.625rem / 2 * 1);
  }
  .flex-sp-col2.gap60 > * {
    width: calc(50% - 3.75rem / 2 * 1);
  }
  .flex-sp-col2.gap62 > * {
    width: calc(50% - 3.875rem / 2 * 1);
  }
  .flex-sp-col2.gap64 > * {
    width: calc(50% - 4rem / 2 * 1);
  }
  .flex-sp-col2.gap66 > * {
    width: calc(50% - 4.125rem / 2 * 1);
  }
  .flex-sp-col2.gap68 > * {
    width: calc(50% - 4.25rem / 2 * 1);
  }
  .flex-sp-col2.gap70 > * {
    width: calc(50% - 4.375rem / 2 * 1);
  }
  .flex-sp-col2.gap72 > * {
    width: calc(50% - 4.5rem / 2 * 1);
  }
  .flex-sp-col2.gap74 > * {
    width: calc(50% - 4.625rem / 2 * 1);
  }
  .flex-sp-col2.gap76 > * {
    width: calc(50% - 4.75rem / 2 * 1);
  }
  .flex-sp-col2.gap78 > * {
    width: calc(50% - 4.875rem / 2 * 1);
  }
  .flex-sp-col2.gap80 > * {
    width: calc(50% - 5rem / 2 * 1);
  }
  .flex-sp-col2.gap82 > * {
    width: calc(50% - 5.125rem / 2 * 1);
  }
  .flex-sp-col2.gap84 > * {
    width: calc(50% - 5.25rem / 2 * 1);
  }
  .flex-sp-col2.gap86 > * {
    width: calc(50% - 5.375rem / 2 * 1);
  }
  .flex-sp-col2.gap88 > * {
    width: calc(50% - 5.5rem / 2 * 1);
  }
  .flex-sp-col2.gap90 > * {
    width: calc(50% - 5.625rem / 2 * 1);
  }
  .flex-sp-col2.gap92 > * {
    width: calc(50% - 5.75rem / 2 * 1);
  }
  .flex-sp-col2.gap94 > * {
    width: calc(50% - 5.875rem / 2 * 1);
  }
  .flex-sp-col2.gap96 > * {
    width: calc(50% - 6rem / 2 * 1);
  }
  .flex-sp-col2.gap98 > * {
    width: calc(50% - 6.125rem / 2 * 1);
  }
  .flex-sp-col2.gap100 > * {
    width: calc(50% - 6.25rem / 2 * 1);
  }
  .flex-sp-col2.gap102 > * {
    width: calc(50% - 6.375rem / 2 * 1);
  }
  .flex-sp-col2.gap104 > * {
    width: calc(50% - 6.5rem / 2 * 1);
  }
  .flex-sp-col2.gap106 > * {
    width: calc(50% - 6.625rem / 2 * 1);
  }
  .flex-sp-col2.gap108 > * {
    width: calc(50% - 6.75rem / 2 * 1);
  }
  .flex-sp-col2.gap110 > * {
    width: calc(50% - 6.875rem / 2 * 1);
  }
  .flex-sp-col2.gap112 > * {
    width: calc(50% - 7rem / 2 * 1);
  }
  .flex-sp-col2.gap114 > * {
    width: calc(50% - 7.125rem / 2 * 1);
  }
  .flex-sp-col2.gap116 > * {
    width: calc(50% - 7.25rem / 2 * 1);
  }
  .flex-sp-col2.gap118 > * {
    width: calc(50% - 7.375rem / 2 * 1);
  }
  .flex-sp-col2.gap120 > * {
    width: calc(50% - 7.5rem / 2 * 1);
  }
  .flex-sp-col2.gap122 > * {
    width: calc(50% - 7.625rem / 2 * 1);
  }
  .flex-sp-col2.gap124 > * {
    width: calc(50% - 7.75rem / 2 * 1);
  }
  .flex-sp-col2.gap126 > * {
    width: calc(50% - 7.875rem / 2 * 1);
  }
  .flex-sp-col2.gap128 > * {
    width: calc(50% - 8rem / 2 * 1);
  }
  .flex-sp-col2.gap130 > * {
    width: calc(50% - 8.125rem / 2 * 1);
  }
  .flex-sp-col2.gap132 > * {
    width: calc(50% - 8.25rem / 2 * 1);
  }
  .flex-sp-col2.gap134 > * {
    width: calc(50% - 8.375rem / 2 * 1);
  }
  .flex-sp-col2.gap136 > * {
    width: calc(50% - 8.5rem / 2 * 1);
  }
  .flex-sp-col2.gap138 > * {
    width: calc(50% - 8.625rem / 2 * 1);
  }
  .flex-sp-col2.gap140 > * {
    width: calc(50% - 8.75rem / 2 * 1);
  }
  .flex-sp-col2.gap142 > * {
    width: calc(50% - 8.875rem / 2 * 1);
  }
  .flex-sp-col2.gap144 > * {
    width: calc(50% - 9rem / 2 * 1);
  }
  .flex-sp-col2.gap146 > * {
    width: calc(50% - 9.125rem / 2 * 1);
  }
  .flex-sp-col2.gap148 > * {
    width: calc(50% - 9.25rem / 2 * 1);
  }
  .flex-sp-col2.gap150 > * {
    width: calc(50% - 9.375rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp8 > * {
    width: calc(50% - 0.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp10 > * {
    width: calc(50% - 0.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp12 > * {
    width: calc(50% - 0.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp14 > * {
    width: calc(50% - 1rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp16 > * {
    width: calc(50% - 1.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp18 > * {
    width: calc(50% - 1.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp20 > * {
    width: calc(50% - 1.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp22 > * {
    width: calc(50% - 1.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp24 > * {
    width: calc(50% - 1.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp26 > * {
    width: calc(50% - 1.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp28 > * {
    width: calc(50% - 2rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp30 > * {
    width: calc(50% - 2.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp32 > * {
    width: calc(50% - 2.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp34 > * {
    width: calc(50% - 2.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp36 > * {
    width: calc(50% - 2.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp38 > * {
    width: calc(50% - 2.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp40 > * {
    width: calc(50% - 2.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp42 > * {
    width: calc(50% - 3rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp44 > * {
    width: calc(50% - 3.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp46 > * {
    width: calc(50% - 3.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp48 > * {
    width: calc(50% - 3.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp50 > * {
    width: calc(50% - 3.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp52 > * {
    width: calc(50% - 3.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp54 > * {
    width: calc(50% - 3.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp56 > * {
    width: calc(50% - 4rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp58 > * {
    width: calc(50% - 4.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp60 > * {
    width: calc(50% - 4.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp62 > * {
    width: calc(50% - 4.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp64 > * {
    width: calc(50% - 4.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp66 > * {
    width: calc(50% - 4.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp68 > * {
    width: calc(50% - 4.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp70 > * {
    width: calc(50% - 5rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp72 > * {
    width: calc(50% - 5.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp74 > * {
    width: calc(50% - 5.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp76 > * {
    width: calc(50% - 5.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp78 > * {
    width: calc(50% - 5.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp80 > * {
    width: calc(50% - 5.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp82 > * {
    width: calc(50% - 5.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp84 > * {
    width: calc(50% - 6rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp86 > * {
    width: calc(50% - 6.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp88 > * {
    width: calc(50% - 6.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp90 > * {
    width: calc(50% - 6.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp92 > * {
    width: calc(50% - 6.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp94 > * {
    width: calc(50% - 6.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp96 > * {
    width: calc(50% - 6.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp98 > * {
    width: calc(50% - 7rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp100 > * {
    width: calc(50% - 7.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp102 > * {
    width: calc(50% - 7.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp104 > * {
    width: calc(50% - 7.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp106 > * {
    width: calc(50% - 7.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp108 > * {
    width: calc(50% - 7.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp110 > * {
    width: calc(50% - 7.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp112 > * {
    width: calc(50% - 8rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp114 > * {
    width: calc(50% - 8.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp116 > * {
    width: calc(50% - 8.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp118 > * {
    width: calc(50% - 8.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp120 > * {
    width: calc(50% - 8.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp122 > * {
    width: calc(50% - 8.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp124 > * {
    width: calc(50% - 8.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp126 > * {
    width: calc(50% - 9rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp128 > * {
    width: calc(50% - 9.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp130 > * {
    width: calc(50% - 9.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp132 > * {
    width: calc(50% - 9.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp134 > * {
    width: calc(50% - 9.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp136 > * {
    width: calc(50% - 9.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp138 > * {
    width: calc(50% - 9.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp140 > * {
    width: calc(50% - 10rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp142 > * {
    width: calc(50% - 10.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp144 > * {
    width: calc(50% - 10.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp146 > * {
    width: calc(50% - 10.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp148 > * {
    width: calc(50% - 10.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp150 > * {
    width: calc(50% - 10.7142857143rem / 2 * 1);
  }
  .flex-sp-col3 {
    flex-wrap: wrap;
  }
  .flex-sp-col3 > * {
    width: 33.3333333333%;
  }
  .flex-sp-col3.gap8 > * {
    width: calc(33.3333333333% - 0.5rem / 3 * 2);
  }
  .flex-sp-col3.gap10 > * {
    width: calc(33.3333333333% - 0.625rem / 3 * 2);
  }
  .flex-sp-col3.gap12 > * {
    width: calc(33.3333333333% - 0.75rem / 3 * 2);
  }
  .flex-sp-col3.gap14 > * {
    width: calc(33.3333333333% - 0.875rem / 3 * 2);
  }
  .flex-sp-col3.gap16 > * {
    width: calc(33.3333333333% - 1rem / 3 * 2);
  }
  .flex-sp-col3.gap18 > * {
    width: calc(33.3333333333% - 1.125rem / 3 * 2);
  }
  .flex-sp-col3.gap20 > * {
    width: calc(33.3333333333% - 1.25rem / 3 * 2);
  }
  .flex-sp-col3.gap22 > * {
    width: calc(33.3333333333% - 1.375rem / 3 * 2);
  }
  .flex-sp-col3.gap24 > * {
    width: calc(33.3333333333% - 1.5rem / 3 * 2);
  }
  .flex-sp-col3.gap26 > * {
    width: calc(33.3333333333% - 1.625rem / 3 * 2);
  }
  .flex-sp-col3.gap28 > * {
    width: calc(33.3333333333% - 1.75rem / 3 * 2);
  }
  .flex-sp-col3.gap30 > * {
    width: calc(33.3333333333% - 1.875rem / 3 * 2);
  }
  .flex-sp-col3.gap32 > * {
    width: calc(33.3333333333% - 2rem / 3 * 2);
  }
  .flex-sp-col3.gap34 > * {
    width: calc(33.3333333333% - 2.125rem / 3 * 2);
  }
  .flex-sp-col3.gap36 > * {
    width: calc(33.3333333333% - 2.25rem / 3 * 2);
  }
  .flex-sp-col3.gap38 > * {
    width: calc(33.3333333333% - 2.375rem / 3 * 2);
  }
  .flex-sp-col3.gap40 > * {
    width: calc(33.3333333333% - 2.5rem / 3 * 2);
  }
  .flex-sp-col3.gap42 > * {
    width: calc(33.3333333333% - 2.625rem / 3 * 2);
  }
  .flex-sp-col3.gap44 > * {
    width: calc(33.3333333333% - 2.75rem / 3 * 2);
  }
  .flex-sp-col3.gap46 > * {
    width: calc(33.3333333333% - 2.875rem / 3 * 2);
  }
  .flex-sp-col3.gap48 > * {
    width: calc(33.3333333333% - 3rem / 3 * 2);
  }
  .flex-sp-col3.gap50 > * {
    width: calc(33.3333333333% - 3.125rem / 3 * 2);
  }
  .flex-sp-col3.gap52 > * {
    width: calc(33.3333333333% - 3.25rem / 3 * 2);
  }
  .flex-sp-col3.gap54 > * {
    width: calc(33.3333333333% - 3.375rem / 3 * 2);
  }
  .flex-sp-col3.gap56 > * {
    width: calc(33.3333333333% - 3.5rem / 3 * 2);
  }
  .flex-sp-col3.gap58 > * {
    width: calc(33.3333333333% - 3.625rem / 3 * 2);
  }
  .flex-sp-col3.gap60 > * {
    width: calc(33.3333333333% - 3.75rem / 3 * 2);
  }
  .flex-sp-col3.gap62 > * {
    width: calc(33.3333333333% - 3.875rem / 3 * 2);
  }
  .flex-sp-col3.gap64 > * {
    width: calc(33.3333333333% - 4rem / 3 * 2);
  }
  .flex-sp-col3.gap66 > * {
    width: calc(33.3333333333% - 4.125rem / 3 * 2);
  }
  .flex-sp-col3.gap68 > * {
    width: calc(33.3333333333% - 4.25rem / 3 * 2);
  }
  .flex-sp-col3.gap70 > * {
    width: calc(33.3333333333% - 4.375rem / 3 * 2);
  }
  .flex-sp-col3.gap72 > * {
    width: calc(33.3333333333% - 4.5rem / 3 * 2);
  }
  .flex-sp-col3.gap74 > * {
    width: calc(33.3333333333% - 4.625rem / 3 * 2);
  }
  .flex-sp-col3.gap76 > * {
    width: calc(33.3333333333% - 4.75rem / 3 * 2);
  }
  .flex-sp-col3.gap78 > * {
    width: calc(33.3333333333% - 4.875rem / 3 * 2);
  }
  .flex-sp-col3.gap80 > * {
    width: calc(33.3333333333% - 5rem / 3 * 2);
  }
  .flex-sp-col3.gap82 > * {
    width: calc(33.3333333333% - 5.125rem / 3 * 2);
  }
  .flex-sp-col3.gap84 > * {
    width: calc(33.3333333333% - 5.25rem / 3 * 2);
  }
  .flex-sp-col3.gap86 > * {
    width: calc(33.3333333333% - 5.375rem / 3 * 2);
  }
  .flex-sp-col3.gap88 > * {
    width: calc(33.3333333333% - 5.5rem / 3 * 2);
  }
  .flex-sp-col3.gap90 > * {
    width: calc(33.3333333333% - 5.625rem / 3 * 2);
  }
  .flex-sp-col3.gap92 > * {
    width: calc(33.3333333333% - 5.75rem / 3 * 2);
  }
  .flex-sp-col3.gap94 > * {
    width: calc(33.3333333333% - 5.875rem / 3 * 2);
  }
  .flex-sp-col3.gap96 > * {
    width: calc(33.3333333333% - 6rem / 3 * 2);
  }
  .flex-sp-col3.gap98 > * {
    width: calc(33.3333333333% - 6.125rem / 3 * 2);
  }
  .flex-sp-col3.gap100 > * {
    width: calc(33.3333333333% - 6.25rem / 3 * 2);
  }
  .flex-sp-col3.gap102 > * {
    width: calc(33.3333333333% - 6.375rem / 3 * 2);
  }
  .flex-sp-col3.gap104 > * {
    width: calc(33.3333333333% - 6.5rem / 3 * 2);
  }
  .flex-sp-col3.gap106 > * {
    width: calc(33.3333333333% - 6.625rem / 3 * 2);
  }
  .flex-sp-col3.gap108 > * {
    width: calc(33.3333333333% - 6.75rem / 3 * 2);
  }
  .flex-sp-col3.gap110 > * {
    width: calc(33.3333333333% - 6.875rem / 3 * 2);
  }
  .flex-sp-col3.gap112 > * {
    width: calc(33.3333333333% - 7rem / 3 * 2);
  }
  .flex-sp-col3.gap114 > * {
    width: calc(33.3333333333% - 7.125rem / 3 * 2);
  }
  .flex-sp-col3.gap116 > * {
    width: calc(33.3333333333% - 7.25rem / 3 * 2);
  }
  .flex-sp-col3.gap118 > * {
    width: calc(33.3333333333% - 7.375rem / 3 * 2);
  }
  .flex-sp-col3.gap120 > * {
    width: calc(33.3333333333% - 7.5rem / 3 * 2);
  }
  .flex-sp-col3.gap122 > * {
    width: calc(33.3333333333% - 7.625rem / 3 * 2);
  }
  .flex-sp-col3.gap124 > * {
    width: calc(33.3333333333% - 7.75rem / 3 * 2);
  }
  .flex-sp-col3.gap126 > * {
    width: calc(33.3333333333% - 7.875rem / 3 * 2);
  }
  .flex-sp-col3.gap128 > * {
    width: calc(33.3333333333% - 8rem / 3 * 2);
  }
  .flex-sp-col3.gap130 > * {
    width: calc(33.3333333333% - 8.125rem / 3 * 2);
  }
  .flex-sp-col3.gap132 > * {
    width: calc(33.3333333333% - 8.25rem / 3 * 2);
  }
  .flex-sp-col3.gap134 > * {
    width: calc(33.3333333333% - 8.375rem / 3 * 2);
  }
  .flex-sp-col3.gap136 > * {
    width: calc(33.3333333333% - 8.5rem / 3 * 2);
  }
  .flex-sp-col3.gap138 > * {
    width: calc(33.3333333333% - 8.625rem / 3 * 2);
  }
  .flex-sp-col3.gap140 > * {
    width: calc(33.3333333333% - 8.75rem / 3 * 2);
  }
  .flex-sp-col3.gap142 > * {
    width: calc(33.3333333333% - 8.875rem / 3 * 2);
  }
  .flex-sp-col3.gap144 > * {
    width: calc(33.3333333333% - 9rem / 3 * 2);
  }
  .flex-sp-col3.gap146 > * {
    width: calc(33.3333333333% - 9.125rem / 3 * 2);
  }
  .flex-sp-col3.gap148 > * {
    width: calc(33.3333333333% - 9.25rem / 3 * 2);
  }
  .flex-sp-col3.gap150 > * {
    width: calc(33.3333333333% - 9.375rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp8 > * {
    width: calc(33.3333333333% - 0.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp10 > * {
    width: calc(33.3333333333% - 0.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp12 > * {
    width: calc(33.3333333333% - 0.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp14 > * {
    width: calc(33.3333333333% - 1rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp16 > * {
    width: calc(33.3333333333% - 1.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp18 > * {
    width: calc(33.3333333333% - 1.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp20 > * {
    width: calc(33.3333333333% - 1.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp22 > * {
    width: calc(33.3333333333% - 1.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp24 > * {
    width: calc(33.3333333333% - 1.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp26 > * {
    width: calc(33.3333333333% - 1.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp28 > * {
    width: calc(33.3333333333% - 2rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp30 > * {
    width: calc(33.3333333333% - 2.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp32 > * {
    width: calc(33.3333333333% - 2.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp34 > * {
    width: calc(33.3333333333% - 2.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp36 > * {
    width: calc(33.3333333333% - 2.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp38 > * {
    width: calc(33.3333333333% - 2.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp40 > * {
    width: calc(33.3333333333% - 2.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp42 > * {
    width: calc(33.3333333333% - 3rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp44 > * {
    width: calc(33.3333333333% - 3.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp46 > * {
    width: calc(33.3333333333% - 3.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp48 > * {
    width: calc(33.3333333333% - 3.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp50 > * {
    width: calc(33.3333333333% - 3.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp52 > * {
    width: calc(33.3333333333% - 3.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp54 > * {
    width: calc(33.3333333333% - 3.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp56 > * {
    width: calc(33.3333333333% - 4rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp58 > * {
    width: calc(33.3333333333% - 4.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp60 > * {
    width: calc(33.3333333333% - 4.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp62 > * {
    width: calc(33.3333333333% - 4.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp64 > * {
    width: calc(33.3333333333% - 4.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp66 > * {
    width: calc(33.3333333333% - 4.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp68 > * {
    width: calc(33.3333333333% - 4.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp70 > * {
    width: calc(33.3333333333% - 5rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp72 > * {
    width: calc(33.3333333333% - 5.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp74 > * {
    width: calc(33.3333333333% - 5.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp76 > * {
    width: calc(33.3333333333% - 5.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp78 > * {
    width: calc(33.3333333333% - 5.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp80 > * {
    width: calc(33.3333333333% - 5.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp82 > * {
    width: calc(33.3333333333% - 5.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp84 > * {
    width: calc(33.3333333333% - 6rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp86 > * {
    width: calc(33.3333333333% - 6.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp88 > * {
    width: calc(33.3333333333% - 6.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp90 > * {
    width: calc(33.3333333333% - 6.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp92 > * {
    width: calc(33.3333333333% - 6.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp94 > * {
    width: calc(33.3333333333% - 6.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp96 > * {
    width: calc(33.3333333333% - 6.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp98 > * {
    width: calc(33.3333333333% - 7rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp100 > * {
    width: calc(33.3333333333% - 7.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp102 > * {
    width: calc(33.3333333333% - 7.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp104 > * {
    width: calc(33.3333333333% - 7.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp106 > * {
    width: calc(33.3333333333% - 7.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp108 > * {
    width: calc(33.3333333333% - 7.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp110 > * {
    width: calc(33.3333333333% - 7.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp112 > * {
    width: calc(33.3333333333% - 8rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp114 > * {
    width: calc(33.3333333333% - 8.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp116 > * {
    width: calc(33.3333333333% - 8.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp118 > * {
    width: calc(33.3333333333% - 8.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp120 > * {
    width: calc(33.3333333333% - 8.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp122 > * {
    width: calc(33.3333333333% - 8.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp124 > * {
    width: calc(33.3333333333% - 8.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp126 > * {
    width: calc(33.3333333333% - 9rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp128 > * {
    width: calc(33.3333333333% - 9.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp130 > * {
    width: calc(33.3333333333% - 9.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp132 > * {
    width: calc(33.3333333333% - 9.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp134 > * {
    width: calc(33.3333333333% - 9.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp136 > * {
    width: calc(33.3333333333% - 9.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp138 > * {
    width: calc(33.3333333333% - 9.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp140 > * {
    width: calc(33.3333333333% - 10rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp142 > * {
    width: calc(33.3333333333% - 10.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp144 > * {
    width: calc(33.3333333333% - 10.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp146 > * {
    width: calc(33.3333333333% - 10.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp148 > * {
    width: calc(33.3333333333% - 10.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp150 > * {
    width: calc(33.3333333333% - 10.7142857143rem / 3 * 2);
  }
  .flex-sp-col4 {
    flex-wrap: wrap;
  }
  .flex-sp-col4 > * {
    width: 25%;
  }
  .flex-sp-col4.gap8 > * {
    width: calc(25% - 0.5rem / 4 * 3);
  }
  .flex-sp-col4.gap10 > * {
    width: calc(25% - 0.625rem / 4 * 3);
  }
  .flex-sp-col4.gap12 > * {
    width: calc(25% - 0.75rem / 4 * 3);
  }
  .flex-sp-col4.gap14 > * {
    width: calc(25% - 0.875rem / 4 * 3);
  }
  .flex-sp-col4.gap16 > * {
    width: calc(25% - 1rem / 4 * 3);
  }
  .flex-sp-col4.gap18 > * {
    width: calc(25% - 1.125rem / 4 * 3);
  }
  .flex-sp-col4.gap20 > * {
    width: calc(25% - 1.25rem / 4 * 3);
  }
  .flex-sp-col4.gap22 > * {
    width: calc(25% - 1.375rem / 4 * 3);
  }
  .flex-sp-col4.gap24 > * {
    width: calc(25% - 1.5rem / 4 * 3);
  }
  .flex-sp-col4.gap26 > * {
    width: calc(25% - 1.625rem / 4 * 3);
  }
  .flex-sp-col4.gap28 > * {
    width: calc(25% - 1.75rem / 4 * 3);
  }
  .flex-sp-col4.gap30 > * {
    width: calc(25% - 1.875rem / 4 * 3);
  }
  .flex-sp-col4.gap32 > * {
    width: calc(25% - 2rem / 4 * 3);
  }
  .flex-sp-col4.gap34 > * {
    width: calc(25% - 2.125rem / 4 * 3);
  }
  .flex-sp-col4.gap36 > * {
    width: calc(25% - 2.25rem / 4 * 3);
  }
  .flex-sp-col4.gap38 > * {
    width: calc(25% - 2.375rem / 4 * 3);
  }
  .flex-sp-col4.gap40 > * {
    width: calc(25% - 2.5rem / 4 * 3);
  }
  .flex-sp-col4.gap42 > * {
    width: calc(25% - 2.625rem / 4 * 3);
  }
  .flex-sp-col4.gap44 > * {
    width: calc(25% - 2.75rem / 4 * 3);
  }
  .flex-sp-col4.gap46 > * {
    width: calc(25% - 2.875rem / 4 * 3);
  }
  .flex-sp-col4.gap48 > * {
    width: calc(25% - 3rem / 4 * 3);
  }
  .flex-sp-col4.gap50 > * {
    width: calc(25% - 3.125rem / 4 * 3);
  }
  .flex-sp-col4.gap52 > * {
    width: calc(25% - 3.25rem / 4 * 3);
  }
  .flex-sp-col4.gap54 > * {
    width: calc(25% - 3.375rem / 4 * 3);
  }
  .flex-sp-col4.gap56 > * {
    width: calc(25% - 3.5rem / 4 * 3);
  }
  .flex-sp-col4.gap58 > * {
    width: calc(25% - 3.625rem / 4 * 3);
  }
  .flex-sp-col4.gap60 > * {
    width: calc(25% - 3.75rem / 4 * 3);
  }
  .flex-sp-col4.gap62 > * {
    width: calc(25% - 3.875rem / 4 * 3);
  }
  .flex-sp-col4.gap64 > * {
    width: calc(25% - 4rem / 4 * 3);
  }
  .flex-sp-col4.gap66 > * {
    width: calc(25% - 4.125rem / 4 * 3);
  }
  .flex-sp-col4.gap68 > * {
    width: calc(25% - 4.25rem / 4 * 3);
  }
  .flex-sp-col4.gap70 > * {
    width: calc(25% - 4.375rem / 4 * 3);
  }
  .flex-sp-col4.gap72 > * {
    width: calc(25% - 4.5rem / 4 * 3);
  }
  .flex-sp-col4.gap74 > * {
    width: calc(25% - 4.625rem / 4 * 3);
  }
  .flex-sp-col4.gap76 > * {
    width: calc(25% - 4.75rem / 4 * 3);
  }
  .flex-sp-col4.gap78 > * {
    width: calc(25% - 4.875rem / 4 * 3);
  }
  .flex-sp-col4.gap80 > * {
    width: calc(25% - 5rem / 4 * 3);
  }
  .flex-sp-col4.gap82 > * {
    width: calc(25% - 5.125rem / 4 * 3);
  }
  .flex-sp-col4.gap84 > * {
    width: calc(25% - 5.25rem / 4 * 3);
  }
  .flex-sp-col4.gap86 > * {
    width: calc(25% - 5.375rem / 4 * 3);
  }
  .flex-sp-col4.gap88 > * {
    width: calc(25% - 5.5rem / 4 * 3);
  }
  .flex-sp-col4.gap90 > * {
    width: calc(25% - 5.625rem / 4 * 3);
  }
  .flex-sp-col4.gap92 > * {
    width: calc(25% - 5.75rem / 4 * 3);
  }
  .flex-sp-col4.gap94 > * {
    width: calc(25% - 5.875rem / 4 * 3);
  }
  .flex-sp-col4.gap96 > * {
    width: calc(25% - 6rem / 4 * 3);
  }
  .flex-sp-col4.gap98 > * {
    width: calc(25% - 6.125rem / 4 * 3);
  }
  .flex-sp-col4.gap100 > * {
    width: calc(25% - 6.25rem / 4 * 3);
  }
  .flex-sp-col4.gap102 > * {
    width: calc(25% - 6.375rem / 4 * 3);
  }
  .flex-sp-col4.gap104 > * {
    width: calc(25% - 6.5rem / 4 * 3);
  }
  .flex-sp-col4.gap106 > * {
    width: calc(25% - 6.625rem / 4 * 3);
  }
  .flex-sp-col4.gap108 > * {
    width: calc(25% - 6.75rem / 4 * 3);
  }
  .flex-sp-col4.gap110 > * {
    width: calc(25% - 6.875rem / 4 * 3);
  }
  .flex-sp-col4.gap112 > * {
    width: calc(25% - 7rem / 4 * 3);
  }
  .flex-sp-col4.gap114 > * {
    width: calc(25% - 7.125rem / 4 * 3);
  }
  .flex-sp-col4.gap116 > * {
    width: calc(25% - 7.25rem / 4 * 3);
  }
  .flex-sp-col4.gap118 > * {
    width: calc(25% - 7.375rem / 4 * 3);
  }
  .flex-sp-col4.gap120 > * {
    width: calc(25% - 7.5rem / 4 * 3);
  }
  .flex-sp-col4.gap122 > * {
    width: calc(25% - 7.625rem / 4 * 3);
  }
  .flex-sp-col4.gap124 > * {
    width: calc(25% - 7.75rem / 4 * 3);
  }
  .flex-sp-col4.gap126 > * {
    width: calc(25% - 7.875rem / 4 * 3);
  }
  .flex-sp-col4.gap128 > * {
    width: calc(25% - 8rem / 4 * 3);
  }
  .flex-sp-col4.gap130 > * {
    width: calc(25% - 8.125rem / 4 * 3);
  }
  .flex-sp-col4.gap132 > * {
    width: calc(25% - 8.25rem / 4 * 3);
  }
  .flex-sp-col4.gap134 > * {
    width: calc(25% - 8.375rem / 4 * 3);
  }
  .flex-sp-col4.gap136 > * {
    width: calc(25% - 8.5rem / 4 * 3);
  }
  .flex-sp-col4.gap138 > * {
    width: calc(25% - 8.625rem / 4 * 3);
  }
  .flex-sp-col4.gap140 > * {
    width: calc(25% - 8.75rem / 4 * 3);
  }
  .flex-sp-col4.gap142 > * {
    width: calc(25% - 8.875rem / 4 * 3);
  }
  .flex-sp-col4.gap144 > * {
    width: calc(25% - 9rem / 4 * 3);
  }
  .flex-sp-col4.gap146 > * {
    width: calc(25% - 9.125rem / 4 * 3);
  }
  .flex-sp-col4.gap148 > * {
    width: calc(25% - 9.25rem / 4 * 3);
  }
  .flex-sp-col4.gap150 > * {
    width: calc(25% - 9.375rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp8 > * {
    width: calc(25% - 0.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp10 > * {
    width: calc(25% - 0.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp12 > * {
    width: calc(25% - 0.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp14 > * {
    width: calc(25% - 1rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp16 > * {
    width: calc(25% - 1.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp18 > * {
    width: calc(25% - 1.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp20 > * {
    width: calc(25% - 1.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp22 > * {
    width: calc(25% - 1.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp24 > * {
    width: calc(25% - 1.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp26 > * {
    width: calc(25% - 1.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp28 > * {
    width: calc(25% - 2rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp30 > * {
    width: calc(25% - 2.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp32 > * {
    width: calc(25% - 2.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp34 > * {
    width: calc(25% - 2.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp36 > * {
    width: calc(25% - 2.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp38 > * {
    width: calc(25% - 2.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp40 > * {
    width: calc(25% - 2.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp42 > * {
    width: calc(25% - 3rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp44 > * {
    width: calc(25% - 3.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp46 > * {
    width: calc(25% - 3.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp48 > * {
    width: calc(25% - 3.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp50 > * {
    width: calc(25% - 3.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp52 > * {
    width: calc(25% - 3.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp54 > * {
    width: calc(25% - 3.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp56 > * {
    width: calc(25% - 4rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp58 > * {
    width: calc(25% - 4.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp60 > * {
    width: calc(25% - 4.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp62 > * {
    width: calc(25% - 4.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp64 > * {
    width: calc(25% - 4.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp66 > * {
    width: calc(25% - 4.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp68 > * {
    width: calc(25% - 4.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp70 > * {
    width: calc(25% - 5rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp72 > * {
    width: calc(25% - 5.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp74 > * {
    width: calc(25% - 5.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp76 > * {
    width: calc(25% - 5.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp78 > * {
    width: calc(25% - 5.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp80 > * {
    width: calc(25% - 5.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp82 > * {
    width: calc(25% - 5.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp84 > * {
    width: calc(25% - 6rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp86 > * {
    width: calc(25% - 6.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp88 > * {
    width: calc(25% - 6.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp90 > * {
    width: calc(25% - 6.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp92 > * {
    width: calc(25% - 6.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp94 > * {
    width: calc(25% - 6.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp96 > * {
    width: calc(25% - 6.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp98 > * {
    width: calc(25% - 7rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp100 > * {
    width: calc(25% - 7.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp102 > * {
    width: calc(25% - 7.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp104 > * {
    width: calc(25% - 7.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp106 > * {
    width: calc(25% - 7.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp108 > * {
    width: calc(25% - 7.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp110 > * {
    width: calc(25% - 7.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp112 > * {
    width: calc(25% - 8rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp114 > * {
    width: calc(25% - 8.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp116 > * {
    width: calc(25% - 8.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp118 > * {
    width: calc(25% - 8.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp120 > * {
    width: calc(25% - 8.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp122 > * {
    width: calc(25% - 8.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp124 > * {
    width: calc(25% - 8.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp126 > * {
    width: calc(25% - 9rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp128 > * {
    width: calc(25% - 9.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp130 > * {
    width: calc(25% - 9.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp132 > * {
    width: calc(25% - 9.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp134 > * {
    width: calc(25% - 9.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp136 > * {
    width: calc(25% - 9.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp138 > * {
    width: calc(25% - 9.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp140 > * {
    width: calc(25% - 10rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp142 > * {
    width: calc(25% - 10.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp144 > * {
    width: calc(25% - 10.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp146 > * {
    width: calc(25% - 10.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp148 > * {
    width: calc(25% - 10.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp150 > * {
    width: calc(25% - 10.7142857143rem / 4 * 3);
  }
  .flex-sp-col5 {
    flex-wrap: wrap;
  }
  .flex-sp-col5 > * {
    width: 20%;
  }
  .flex-sp-col5.gap8 > * {
    width: calc(20% - 0.5rem / 5 * 4);
  }
  .flex-sp-col5.gap10 > * {
    width: calc(20% - 0.625rem / 5 * 4);
  }
  .flex-sp-col5.gap12 > * {
    width: calc(20% - 0.75rem / 5 * 4);
  }
  .flex-sp-col5.gap14 > * {
    width: calc(20% - 0.875rem / 5 * 4);
  }
  .flex-sp-col5.gap16 > * {
    width: calc(20% - 1rem / 5 * 4);
  }
  .flex-sp-col5.gap18 > * {
    width: calc(20% - 1.125rem / 5 * 4);
  }
  .flex-sp-col5.gap20 > * {
    width: calc(20% - 1.25rem / 5 * 4);
  }
  .flex-sp-col5.gap22 > * {
    width: calc(20% - 1.375rem / 5 * 4);
  }
  .flex-sp-col5.gap24 > * {
    width: calc(20% - 1.5rem / 5 * 4);
  }
  .flex-sp-col5.gap26 > * {
    width: calc(20% - 1.625rem / 5 * 4);
  }
  .flex-sp-col5.gap28 > * {
    width: calc(20% - 1.75rem / 5 * 4);
  }
  .flex-sp-col5.gap30 > * {
    width: calc(20% - 1.875rem / 5 * 4);
  }
  .flex-sp-col5.gap32 > * {
    width: calc(20% - 2rem / 5 * 4);
  }
  .flex-sp-col5.gap34 > * {
    width: calc(20% - 2.125rem / 5 * 4);
  }
  .flex-sp-col5.gap36 > * {
    width: calc(20% - 2.25rem / 5 * 4);
  }
  .flex-sp-col5.gap38 > * {
    width: calc(20% - 2.375rem / 5 * 4);
  }
  .flex-sp-col5.gap40 > * {
    width: calc(20% - 2.5rem / 5 * 4);
  }
  .flex-sp-col5.gap42 > * {
    width: calc(20% - 2.625rem / 5 * 4);
  }
  .flex-sp-col5.gap44 > * {
    width: calc(20% - 2.75rem / 5 * 4);
  }
  .flex-sp-col5.gap46 > * {
    width: calc(20% - 2.875rem / 5 * 4);
  }
  .flex-sp-col5.gap48 > * {
    width: calc(20% - 3rem / 5 * 4);
  }
  .flex-sp-col5.gap50 > * {
    width: calc(20% - 3.125rem / 5 * 4);
  }
  .flex-sp-col5.gap52 > * {
    width: calc(20% - 3.25rem / 5 * 4);
  }
  .flex-sp-col5.gap54 > * {
    width: calc(20% - 3.375rem / 5 * 4);
  }
  .flex-sp-col5.gap56 > * {
    width: calc(20% - 3.5rem / 5 * 4);
  }
  .flex-sp-col5.gap58 > * {
    width: calc(20% - 3.625rem / 5 * 4);
  }
  .flex-sp-col5.gap60 > * {
    width: calc(20% - 3.75rem / 5 * 4);
  }
  .flex-sp-col5.gap62 > * {
    width: calc(20% - 3.875rem / 5 * 4);
  }
  .flex-sp-col5.gap64 > * {
    width: calc(20% - 4rem / 5 * 4);
  }
  .flex-sp-col5.gap66 > * {
    width: calc(20% - 4.125rem / 5 * 4);
  }
  .flex-sp-col5.gap68 > * {
    width: calc(20% - 4.25rem / 5 * 4);
  }
  .flex-sp-col5.gap70 > * {
    width: calc(20% - 4.375rem / 5 * 4);
  }
  .flex-sp-col5.gap72 > * {
    width: calc(20% - 4.5rem / 5 * 4);
  }
  .flex-sp-col5.gap74 > * {
    width: calc(20% - 4.625rem / 5 * 4);
  }
  .flex-sp-col5.gap76 > * {
    width: calc(20% - 4.75rem / 5 * 4);
  }
  .flex-sp-col5.gap78 > * {
    width: calc(20% - 4.875rem / 5 * 4);
  }
  .flex-sp-col5.gap80 > * {
    width: calc(20% - 5rem / 5 * 4);
  }
  .flex-sp-col5.gap82 > * {
    width: calc(20% - 5.125rem / 5 * 4);
  }
  .flex-sp-col5.gap84 > * {
    width: calc(20% - 5.25rem / 5 * 4);
  }
  .flex-sp-col5.gap86 > * {
    width: calc(20% - 5.375rem / 5 * 4);
  }
  .flex-sp-col5.gap88 > * {
    width: calc(20% - 5.5rem / 5 * 4);
  }
  .flex-sp-col5.gap90 > * {
    width: calc(20% - 5.625rem / 5 * 4);
  }
  .flex-sp-col5.gap92 > * {
    width: calc(20% - 5.75rem / 5 * 4);
  }
  .flex-sp-col5.gap94 > * {
    width: calc(20% - 5.875rem / 5 * 4);
  }
  .flex-sp-col5.gap96 > * {
    width: calc(20% - 6rem / 5 * 4);
  }
  .flex-sp-col5.gap98 > * {
    width: calc(20% - 6.125rem / 5 * 4);
  }
  .flex-sp-col5.gap100 > * {
    width: calc(20% - 6.25rem / 5 * 4);
  }
  .flex-sp-col5.gap102 > * {
    width: calc(20% - 6.375rem / 5 * 4);
  }
  .flex-sp-col5.gap104 > * {
    width: calc(20% - 6.5rem / 5 * 4);
  }
  .flex-sp-col5.gap106 > * {
    width: calc(20% - 6.625rem / 5 * 4);
  }
  .flex-sp-col5.gap108 > * {
    width: calc(20% - 6.75rem / 5 * 4);
  }
  .flex-sp-col5.gap110 > * {
    width: calc(20% - 6.875rem / 5 * 4);
  }
  .flex-sp-col5.gap112 > * {
    width: calc(20% - 7rem / 5 * 4);
  }
  .flex-sp-col5.gap114 > * {
    width: calc(20% - 7.125rem / 5 * 4);
  }
  .flex-sp-col5.gap116 > * {
    width: calc(20% - 7.25rem / 5 * 4);
  }
  .flex-sp-col5.gap118 > * {
    width: calc(20% - 7.375rem / 5 * 4);
  }
  .flex-sp-col5.gap120 > * {
    width: calc(20% - 7.5rem / 5 * 4);
  }
  .flex-sp-col5.gap122 > * {
    width: calc(20% - 7.625rem / 5 * 4);
  }
  .flex-sp-col5.gap124 > * {
    width: calc(20% - 7.75rem / 5 * 4);
  }
  .flex-sp-col5.gap126 > * {
    width: calc(20% - 7.875rem / 5 * 4);
  }
  .flex-sp-col5.gap128 > * {
    width: calc(20% - 8rem / 5 * 4);
  }
  .flex-sp-col5.gap130 > * {
    width: calc(20% - 8.125rem / 5 * 4);
  }
  .flex-sp-col5.gap132 > * {
    width: calc(20% - 8.25rem / 5 * 4);
  }
  .flex-sp-col5.gap134 > * {
    width: calc(20% - 8.375rem / 5 * 4);
  }
  .flex-sp-col5.gap136 > * {
    width: calc(20% - 8.5rem / 5 * 4);
  }
  .flex-sp-col5.gap138 > * {
    width: calc(20% - 8.625rem / 5 * 4);
  }
  .flex-sp-col5.gap140 > * {
    width: calc(20% - 8.75rem / 5 * 4);
  }
  .flex-sp-col5.gap142 > * {
    width: calc(20% - 8.875rem / 5 * 4);
  }
  .flex-sp-col5.gap144 > * {
    width: calc(20% - 9rem / 5 * 4);
  }
  .flex-sp-col5.gap146 > * {
    width: calc(20% - 9.125rem / 5 * 4);
  }
  .flex-sp-col5.gap148 > * {
    width: calc(20% - 9.25rem / 5 * 4);
  }
  .flex-sp-col5.gap150 > * {
    width: calc(20% - 9.375rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp8 > * {
    width: calc(20% - 0.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp10 > * {
    width: calc(20% - 0.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp12 > * {
    width: calc(20% - 0.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp14 > * {
    width: calc(20% - 1rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp16 > * {
    width: calc(20% - 1.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp18 > * {
    width: calc(20% - 1.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp20 > * {
    width: calc(20% - 1.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp22 > * {
    width: calc(20% - 1.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp24 > * {
    width: calc(20% - 1.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp26 > * {
    width: calc(20% - 1.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp28 > * {
    width: calc(20% - 2rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp30 > * {
    width: calc(20% - 2.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp32 > * {
    width: calc(20% - 2.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp34 > * {
    width: calc(20% - 2.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp36 > * {
    width: calc(20% - 2.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp38 > * {
    width: calc(20% - 2.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp40 > * {
    width: calc(20% - 2.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp42 > * {
    width: calc(20% - 3rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp44 > * {
    width: calc(20% - 3.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp46 > * {
    width: calc(20% - 3.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp48 > * {
    width: calc(20% - 3.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp50 > * {
    width: calc(20% - 3.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp52 > * {
    width: calc(20% - 3.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp54 > * {
    width: calc(20% - 3.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp56 > * {
    width: calc(20% - 4rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp58 > * {
    width: calc(20% - 4.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp60 > * {
    width: calc(20% - 4.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp62 > * {
    width: calc(20% - 4.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp64 > * {
    width: calc(20% - 4.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp66 > * {
    width: calc(20% - 4.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp68 > * {
    width: calc(20% - 4.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp70 > * {
    width: calc(20% - 5rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp72 > * {
    width: calc(20% - 5.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp74 > * {
    width: calc(20% - 5.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp76 > * {
    width: calc(20% - 5.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp78 > * {
    width: calc(20% - 5.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp80 > * {
    width: calc(20% - 5.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp82 > * {
    width: calc(20% - 5.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp84 > * {
    width: calc(20% - 6rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp86 > * {
    width: calc(20% - 6.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp88 > * {
    width: calc(20% - 6.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp90 > * {
    width: calc(20% - 6.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp92 > * {
    width: calc(20% - 6.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp94 > * {
    width: calc(20% - 6.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp96 > * {
    width: calc(20% - 6.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp98 > * {
    width: calc(20% - 7rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp100 > * {
    width: calc(20% - 7.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp102 > * {
    width: calc(20% - 7.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp104 > * {
    width: calc(20% - 7.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp106 > * {
    width: calc(20% - 7.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp108 > * {
    width: calc(20% - 7.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp110 > * {
    width: calc(20% - 7.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp112 > * {
    width: calc(20% - 8rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp114 > * {
    width: calc(20% - 8.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp116 > * {
    width: calc(20% - 8.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp118 > * {
    width: calc(20% - 8.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp120 > * {
    width: calc(20% - 8.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp122 > * {
    width: calc(20% - 8.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp124 > * {
    width: calc(20% - 8.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp126 > * {
    width: calc(20% - 9rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp128 > * {
    width: calc(20% - 9.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp130 > * {
    width: calc(20% - 9.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp132 > * {
    width: calc(20% - 9.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp134 > * {
    width: calc(20% - 9.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp136 > * {
    width: calc(20% - 9.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp138 > * {
    width: calc(20% - 9.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp140 > * {
    width: calc(20% - 10rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp142 > * {
    width: calc(20% - 10.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp144 > * {
    width: calc(20% - 10.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp146 > * {
    width: calc(20% - 10.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp148 > * {
    width: calc(20% - 10.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp150 > * {
    width: calc(20% - 10.7142857143rem / 5 * 4);
  }
  .flex-sp-col6 {
    flex-wrap: wrap;
  }
  .flex-sp-col6 > * {
    width: 16.6666666667%;
  }
  .flex-sp-col6.gap8 > * {
    width: calc(16.6666666667% - 0.5rem / 6 * 5);
  }
  .flex-sp-col6.gap10 > * {
    width: calc(16.6666666667% - 0.625rem / 6 * 5);
  }
  .flex-sp-col6.gap12 > * {
    width: calc(16.6666666667% - 0.75rem / 6 * 5);
  }
  .flex-sp-col6.gap14 > * {
    width: calc(16.6666666667% - 0.875rem / 6 * 5);
  }
  .flex-sp-col6.gap16 > * {
    width: calc(16.6666666667% - 1rem / 6 * 5);
  }
  .flex-sp-col6.gap18 > * {
    width: calc(16.6666666667% - 1.125rem / 6 * 5);
  }
  .flex-sp-col6.gap20 > * {
    width: calc(16.6666666667% - 1.25rem / 6 * 5);
  }
  .flex-sp-col6.gap22 > * {
    width: calc(16.6666666667% - 1.375rem / 6 * 5);
  }
  .flex-sp-col6.gap24 > * {
    width: calc(16.6666666667% - 1.5rem / 6 * 5);
  }
  .flex-sp-col6.gap26 > * {
    width: calc(16.6666666667% - 1.625rem / 6 * 5);
  }
  .flex-sp-col6.gap28 > * {
    width: calc(16.6666666667% - 1.75rem / 6 * 5);
  }
  .flex-sp-col6.gap30 > * {
    width: calc(16.6666666667% - 1.875rem / 6 * 5);
  }
  .flex-sp-col6.gap32 > * {
    width: calc(16.6666666667% - 2rem / 6 * 5);
  }
  .flex-sp-col6.gap34 > * {
    width: calc(16.6666666667% - 2.125rem / 6 * 5);
  }
  .flex-sp-col6.gap36 > * {
    width: calc(16.6666666667% - 2.25rem / 6 * 5);
  }
  .flex-sp-col6.gap38 > * {
    width: calc(16.6666666667% - 2.375rem / 6 * 5);
  }
  .flex-sp-col6.gap40 > * {
    width: calc(16.6666666667% - 2.5rem / 6 * 5);
  }
  .flex-sp-col6.gap42 > * {
    width: calc(16.6666666667% - 2.625rem / 6 * 5);
  }
  .flex-sp-col6.gap44 > * {
    width: calc(16.6666666667% - 2.75rem / 6 * 5);
  }
  .flex-sp-col6.gap46 > * {
    width: calc(16.6666666667% - 2.875rem / 6 * 5);
  }
  .flex-sp-col6.gap48 > * {
    width: calc(16.6666666667% - 3rem / 6 * 5);
  }
  .flex-sp-col6.gap50 > * {
    width: calc(16.6666666667% - 3.125rem / 6 * 5);
  }
  .flex-sp-col6.gap52 > * {
    width: calc(16.6666666667% - 3.25rem / 6 * 5);
  }
  .flex-sp-col6.gap54 > * {
    width: calc(16.6666666667% - 3.375rem / 6 * 5);
  }
  .flex-sp-col6.gap56 > * {
    width: calc(16.6666666667% - 3.5rem / 6 * 5);
  }
  .flex-sp-col6.gap58 > * {
    width: calc(16.6666666667% - 3.625rem / 6 * 5);
  }
  .flex-sp-col6.gap60 > * {
    width: calc(16.6666666667% - 3.75rem / 6 * 5);
  }
  .flex-sp-col6.gap62 > * {
    width: calc(16.6666666667% - 3.875rem / 6 * 5);
  }
  .flex-sp-col6.gap64 > * {
    width: calc(16.6666666667% - 4rem / 6 * 5);
  }
  .flex-sp-col6.gap66 > * {
    width: calc(16.6666666667% - 4.125rem / 6 * 5);
  }
  .flex-sp-col6.gap68 > * {
    width: calc(16.6666666667% - 4.25rem / 6 * 5);
  }
  .flex-sp-col6.gap70 > * {
    width: calc(16.6666666667% - 4.375rem / 6 * 5);
  }
  .flex-sp-col6.gap72 > * {
    width: calc(16.6666666667% - 4.5rem / 6 * 5);
  }
  .flex-sp-col6.gap74 > * {
    width: calc(16.6666666667% - 4.625rem / 6 * 5);
  }
  .flex-sp-col6.gap76 > * {
    width: calc(16.6666666667% - 4.75rem / 6 * 5);
  }
  .flex-sp-col6.gap78 > * {
    width: calc(16.6666666667% - 4.875rem / 6 * 5);
  }
  .flex-sp-col6.gap80 > * {
    width: calc(16.6666666667% - 5rem / 6 * 5);
  }
  .flex-sp-col6.gap82 > * {
    width: calc(16.6666666667% - 5.125rem / 6 * 5);
  }
  .flex-sp-col6.gap84 > * {
    width: calc(16.6666666667% - 5.25rem / 6 * 5);
  }
  .flex-sp-col6.gap86 > * {
    width: calc(16.6666666667% - 5.375rem / 6 * 5);
  }
  .flex-sp-col6.gap88 > * {
    width: calc(16.6666666667% - 5.5rem / 6 * 5);
  }
  .flex-sp-col6.gap90 > * {
    width: calc(16.6666666667% - 5.625rem / 6 * 5);
  }
  .flex-sp-col6.gap92 > * {
    width: calc(16.6666666667% - 5.75rem / 6 * 5);
  }
  .flex-sp-col6.gap94 > * {
    width: calc(16.6666666667% - 5.875rem / 6 * 5);
  }
  .flex-sp-col6.gap96 > * {
    width: calc(16.6666666667% - 6rem / 6 * 5);
  }
  .flex-sp-col6.gap98 > * {
    width: calc(16.6666666667% - 6.125rem / 6 * 5);
  }
  .flex-sp-col6.gap100 > * {
    width: calc(16.6666666667% - 6.25rem / 6 * 5);
  }
  .flex-sp-col6.gap102 > * {
    width: calc(16.6666666667% - 6.375rem / 6 * 5);
  }
  .flex-sp-col6.gap104 > * {
    width: calc(16.6666666667% - 6.5rem / 6 * 5);
  }
  .flex-sp-col6.gap106 > * {
    width: calc(16.6666666667% - 6.625rem / 6 * 5);
  }
  .flex-sp-col6.gap108 > * {
    width: calc(16.6666666667% - 6.75rem / 6 * 5);
  }
  .flex-sp-col6.gap110 > * {
    width: calc(16.6666666667% - 6.875rem / 6 * 5);
  }
  .flex-sp-col6.gap112 > * {
    width: calc(16.6666666667% - 7rem / 6 * 5);
  }
  .flex-sp-col6.gap114 > * {
    width: calc(16.6666666667% - 7.125rem / 6 * 5);
  }
  .flex-sp-col6.gap116 > * {
    width: calc(16.6666666667% - 7.25rem / 6 * 5);
  }
  .flex-sp-col6.gap118 > * {
    width: calc(16.6666666667% - 7.375rem / 6 * 5);
  }
  .flex-sp-col6.gap120 > * {
    width: calc(16.6666666667% - 7.5rem / 6 * 5);
  }
  .flex-sp-col6.gap122 > * {
    width: calc(16.6666666667% - 7.625rem / 6 * 5);
  }
  .flex-sp-col6.gap124 > * {
    width: calc(16.6666666667% - 7.75rem / 6 * 5);
  }
  .flex-sp-col6.gap126 > * {
    width: calc(16.6666666667% - 7.875rem / 6 * 5);
  }
  .flex-sp-col6.gap128 > * {
    width: calc(16.6666666667% - 8rem / 6 * 5);
  }
  .flex-sp-col6.gap130 > * {
    width: calc(16.6666666667% - 8.125rem / 6 * 5);
  }
  .flex-sp-col6.gap132 > * {
    width: calc(16.6666666667% - 8.25rem / 6 * 5);
  }
  .flex-sp-col6.gap134 > * {
    width: calc(16.6666666667% - 8.375rem / 6 * 5);
  }
  .flex-sp-col6.gap136 > * {
    width: calc(16.6666666667% - 8.5rem / 6 * 5);
  }
  .flex-sp-col6.gap138 > * {
    width: calc(16.6666666667% - 8.625rem / 6 * 5);
  }
  .flex-sp-col6.gap140 > * {
    width: calc(16.6666666667% - 8.75rem / 6 * 5);
  }
  .flex-sp-col6.gap142 > * {
    width: calc(16.6666666667% - 8.875rem / 6 * 5);
  }
  .flex-sp-col6.gap144 > * {
    width: calc(16.6666666667% - 9rem / 6 * 5);
  }
  .flex-sp-col6.gap146 > * {
    width: calc(16.6666666667% - 9.125rem / 6 * 5);
  }
  .flex-sp-col6.gap148 > * {
    width: calc(16.6666666667% - 9.25rem / 6 * 5);
  }
  .flex-sp-col6.gap150 > * {
    width: calc(16.6666666667% - 9.375rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp8 > * {
    width: calc(16.6666666667% - 0.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp10 > * {
    width: calc(16.6666666667% - 0.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp12 > * {
    width: calc(16.6666666667% - 0.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp14 > * {
    width: calc(16.6666666667% - 1rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp16 > * {
    width: calc(16.6666666667% - 1.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp18 > * {
    width: calc(16.6666666667% - 1.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp20 > * {
    width: calc(16.6666666667% - 1.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp22 > * {
    width: calc(16.6666666667% - 1.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp24 > * {
    width: calc(16.6666666667% - 1.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp26 > * {
    width: calc(16.6666666667% - 1.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp28 > * {
    width: calc(16.6666666667% - 2rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp30 > * {
    width: calc(16.6666666667% - 2.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp32 > * {
    width: calc(16.6666666667% - 2.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp34 > * {
    width: calc(16.6666666667% - 2.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp36 > * {
    width: calc(16.6666666667% - 2.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp38 > * {
    width: calc(16.6666666667% - 2.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp40 > * {
    width: calc(16.6666666667% - 2.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp42 > * {
    width: calc(16.6666666667% - 3rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp44 > * {
    width: calc(16.6666666667% - 3.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp46 > * {
    width: calc(16.6666666667% - 3.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp48 > * {
    width: calc(16.6666666667% - 3.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp50 > * {
    width: calc(16.6666666667% - 3.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp52 > * {
    width: calc(16.6666666667% - 3.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp54 > * {
    width: calc(16.6666666667% - 3.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp56 > * {
    width: calc(16.6666666667% - 4rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp58 > * {
    width: calc(16.6666666667% - 4.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp60 > * {
    width: calc(16.6666666667% - 4.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp62 > * {
    width: calc(16.6666666667% - 4.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp64 > * {
    width: calc(16.6666666667% - 4.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp66 > * {
    width: calc(16.6666666667% - 4.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp68 > * {
    width: calc(16.6666666667% - 4.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp70 > * {
    width: calc(16.6666666667% - 5rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp72 > * {
    width: calc(16.6666666667% - 5.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp74 > * {
    width: calc(16.6666666667% - 5.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp76 > * {
    width: calc(16.6666666667% - 5.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp78 > * {
    width: calc(16.6666666667% - 5.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp80 > * {
    width: calc(16.6666666667% - 5.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp82 > * {
    width: calc(16.6666666667% - 5.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp84 > * {
    width: calc(16.6666666667% - 6rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp86 > * {
    width: calc(16.6666666667% - 6.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp88 > * {
    width: calc(16.6666666667% - 6.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp90 > * {
    width: calc(16.6666666667% - 6.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp92 > * {
    width: calc(16.6666666667% - 6.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp94 > * {
    width: calc(16.6666666667% - 6.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp96 > * {
    width: calc(16.6666666667% - 6.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp98 > * {
    width: calc(16.6666666667% - 7rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp100 > * {
    width: calc(16.6666666667% - 7.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp102 > * {
    width: calc(16.6666666667% - 7.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp104 > * {
    width: calc(16.6666666667% - 7.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp106 > * {
    width: calc(16.6666666667% - 7.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp108 > * {
    width: calc(16.6666666667% - 7.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp110 > * {
    width: calc(16.6666666667% - 7.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp112 > * {
    width: calc(16.6666666667% - 8rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp114 > * {
    width: calc(16.6666666667% - 8.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp116 > * {
    width: calc(16.6666666667% - 8.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp118 > * {
    width: calc(16.6666666667% - 8.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp120 > * {
    width: calc(16.6666666667% - 8.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp122 > * {
    width: calc(16.6666666667% - 8.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp124 > * {
    width: calc(16.6666666667% - 8.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp126 > * {
    width: calc(16.6666666667% - 9rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp128 > * {
    width: calc(16.6666666667% - 9.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp130 > * {
    width: calc(16.6666666667% - 9.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp132 > * {
    width: calc(16.6666666667% - 9.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp134 > * {
    width: calc(16.6666666667% - 9.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp136 > * {
    width: calc(16.6666666667% - 9.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp138 > * {
    width: calc(16.6666666667% - 9.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp140 > * {
    width: calc(16.6666666667% - 10rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp142 > * {
    width: calc(16.6666666667% - 10.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp144 > * {
    width: calc(16.6666666667% - 10.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp146 > * {
    width: calc(16.6666666667% - 10.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp148 > * {
    width: calc(16.6666666667% - 10.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp150 > * {
    width: calc(16.6666666667% - 10.7142857143rem / 6 * 5);
  }
  .flex-sp-col7 {
    flex-wrap: wrap;
  }
  .flex-sp-col7 > * {
    width: 14.2857142857%;
  }
  .flex-sp-col7.gap8 > * {
    width: calc(14.2857142857% - 0.5rem / 7 * 6);
  }
  .flex-sp-col7.gap10 > * {
    width: calc(14.2857142857% - 0.625rem / 7 * 6);
  }
  .flex-sp-col7.gap12 > * {
    width: calc(14.2857142857% - 0.75rem / 7 * 6);
  }
  .flex-sp-col7.gap14 > * {
    width: calc(14.2857142857% - 0.875rem / 7 * 6);
  }
  .flex-sp-col7.gap16 > * {
    width: calc(14.2857142857% - 1rem / 7 * 6);
  }
  .flex-sp-col7.gap18 > * {
    width: calc(14.2857142857% - 1.125rem / 7 * 6);
  }
  .flex-sp-col7.gap20 > * {
    width: calc(14.2857142857% - 1.25rem / 7 * 6);
  }
  .flex-sp-col7.gap22 > * {
    width: calc(14.2857142857% - 1.375rem / 7 * 6);
  }
  .flex-sp-col7.gap24 > * {
    width: calc(14.2857142857% - 1.5rem / 7 * 6);
  }
  .flex-sp-col7.gap26 > * {
    width: calc(14.2857142857% - 1.625rem / 7 * 6);
  }
  .flex-sp-col7.gap28 > * {
    width: calc(14.2857142857% - 1.75rem / 7 * 6);
  }
  .flex-sp-col7.gap30 > * {
    width: calc(14.2857142857% - 1.875rem / 7 * 6);
  }
  .flex-sp-col7.gap32 > * {
    width: calc(14.2857142857% - 2rem / 7 * 6);
  }
  .flex-sp-col7.gap34 > * {
    width: calc(14.2857142857% - 2.125rem / 7 * 6);
  }
  .flex-sp-col7.gap36 > * {
    width: calc(14.2857142857% - 2.25rem / 7 * 6);
  }
  .flex-sp-col7.gap38 > * {
    width: calc(14.2857142857% - 2.375rem / 7 * 6);
  }
  .flex-sp-col7.gap40 > * {
    width: calc(14.2857142857% - 2.5rem / 7 * 6);
  }
  .flex-sp-col7.gap42 > * {
    width: calc(14.2857142857% - 2.625rem / 7 * 6);
  }
  .flex-sp-col7.gap44 > * {
    width: calc(14.2857142857% - 2.75rem / 7 * 6);
  }
  .flex-sp-col7.gap46 > * {
    width: calc(14.2857142857% - 2.875rem / 7 * 6);
  }
  .flex-sp-col7.gap48 > * {
    width: calc(14.2857142857% - 3rem / 7 * 6);
  }
  .flex-sp-col7.gap50 > * {
    width: calc(14.2857142857% - 3.125rem / 7 * 6);
  }
  .flex-sp-col7.gap52 > * {
    width: calc(14.2857142857% - 3.25rem / 7 * 6);
  }
  .flex-sp-col7.gap54 > * {
    width: calc(14.2857142857% - 3.375rem / 7 * 6);
  }
  .flex-sp-col7.gap56 > * {
    width: calc(14.2857142857% - 3.5rem / 7 * 6);
  }
  .flex-sp-col7.gap58 > * {
    width: calc(14.2857142857% - 3.625rem / 7 * 6);
  }
  .flex-sp-col7.gap60 > * {
    width: calc(14.2857142857% - 3.75rem / 7 * 6);
  }
  .flex-sp-col7.gap62 > * {
    width: calc(14.2857142857% - 3.875rem / 7 * 6);
  }
  .flex-sp-col7.gap64 > * {
    width: calc(14.2857142857% - 4rem / 7 * 6);
  }
  .flex-sp-col7.gap66 > * {
    width: calc(14.2857142857% - 4.125rem / 7 * 6);
  }
  .flex-sp-col7.gap68 > * {
    width: calc(14.2857142857% - 4.25rem / 7 * 6);
  }
  .flex-sp-col7.gap70 > * {
    width: calc(14.2857142857% - 4.375rem / 7 * 6);
  }
  .flex-sp-col7.gap72 > * {
    width: calc(14.2857142857% - 4.5rem / 7 * 6);
  }
  .flex-sp-col7.gap74 > * {
    width: calc(14.2857142857% - 4.625rem / 7 * 6);
  }
  .flex-sp-col7.gap76 > * {
    width: calc(14.2857142857% - 4.75rem / 7 * 6);
  }
  .flex-sp-col7.gap78 > * {
    width: calc(14.2857142857% - 4.875rem / 7 * 6);
  }
  .flex-sp-col7.gap80 > * {
    width: calc(14.2857142857% - 5rem / 7 * 6);
  }
  .flex-sp-col7.gap82 > * {
    width: calc(14.2857142857% - 5.125rem / 7 * 6);
  }
  .flex-sp-col7.gap84 > * {
    width: calc(14.2857142857% - 5.25rem / 7 * 6);
  }
  .flex-sp-col7.gap86 > * {
    width: calc(14.2857142857% - 5.375rem / 7 * 6);
  }
  .flex-sp-col7.gap88 > * {
    width: calc(14.2857142857% - 5.5rem / 7 * 6);
  }
  .flex-sp-col7.gap90 > * {
    width: calc(14.2857142857% - 5.625rem / 7 * 6);
  }
  .flex-sp-col7.gap92 > * {
    width: calc(14.2857142857% - 5.75rem / 7 * 6);
  }
  .flex-sp-col7.gap94 > * {
    width: calc(14.2857142857% - 5.875rem / 7 * 6);
  }
  .flex-sp-col7.gap96 > * {
    width: calc(14.2857142857% - 6rem / 7 * 6);
  }
  .flex-sp-col7.gap98 > * {
    width: calc(14.2857142857% - 6.125rem / 7 * 6);
  }
  .flex-sp-col7.gap100 > * {
    width: calc(14.2857142857% - 6.25rem / 7 * 6);
  }
  .flex-sp-col7.gap102 > * {
    width: calc(14.2857142857% - 6.375rem / 7 * 6);
  }
  .flex-sp-col7.gap104 > * {
    width: calc(14.2857142857% - 6.5rem / 7 * 6);
  }
  .flex-sp-col7.gap106 > * {
    width: calc(14.2857142857% - 6.625rem / 7 * 6);
  }
  .flex-sp-col7.gap108 > * {
    width: calc(14.2857142857% - 6.75rem / 7 * 6);
  }
  .flex-sp-col7.gap110 > * {
    width: calc(14.2857142857% - 6.875rem / 7 * 6);
  }
  .flex-sp-col7.gap112 > * {
    width: calc(14.2857142857% - 7rem / 7 * 6);
  }
  .flex-sp-col7.gap114 > * {
    width: calc(14.2857142857% - 7.125rem / 7 * 6);
  }
  .flex-sp-col7.gap116 > * {
    width: calc(14.2857142857% - 7.25rem / 7 * 6);
  }
  .flex-sp-col7.gap118 > * {
    width: calc(14.2857142857% - 7.375rem / 7 * 6);
  }
  .flex-sp-col7.gap120 > * {
    width: calc(14.2857142857% - 7.5rem / 7 * 6);
  }
  .flex-sp-col7.gap122 > * {
    width: calc(14.2857142857% - 7.625rem / 7 * 6);
  }
  .flex-sp-col7.gap124 > * {
    width: calc(14.2857142857% - 7.75rem / 7 * 6);
  }
  .flex-sp-col7.gap126 > * {
    width: calc(14.2857142857% - 7.875rem / 7 * 6);
  }
  .flex-sp-col7.gap128 > * {
    width: calc(14.2857142857% - 8rem / 7 * 6);
  }
  .flex-sp-col7.gap130 > * {
    width: calc(14.2857142857% - 8.125rem / 7 * 6);
  }
  .flex-sp-col7.gap132 > * {
    width: calc(14.2857142857% - 8.25rem / 7 * 6);
  }
  .flex-sp-col7.gap134 > * {
    width: calc(14.2857142857% - 8.375rem / 7 * 6);
  }
  .flex-sp-col7.gap136 > * {
    width: calc(14.2857142857% - 8.5rem / 7 * 6);
  }
  .flex-sp-col7.gap138 > * {
    width: calc(14.2857142857% - 8.625rem / 7 * 6);
  }
  .flex-sp-col7.gap140 > * {
    width: calc(14.2857142857% - 8.75rem / 7 * 6);
  }
  .flex-sp-col7.gap142 > * {
    width: calc(14.2857142857% - 8.875rem / 7 * 6);
  }
  .flex-sp-col7.gap144 > * {
    width: calc(14.2857142857% - 9rem / 7 * 6);
  }
  .flex-sp-col7.gap146 > * {
    width: calc(14.2857142857% - 9.125rem / 7 * 6);
  }
  .flex-sp-col7.gap148 > * {
    width: calc(14.2857142857% - 9.25rem / 7 * 6);
  }
  .flex-sp-col7.gap150 > * {
    width: calc(14.2857142857% - 9.375rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp8 > * {
    width: calc(14.2857142857% - 0.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp10 > * {
    width: calc(14.2857142857% - 0.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp12 > * {
    width: calc(14.2857142857% - 0.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp14 > * {
    width: calc(14.2857142857% - 1rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp16 > * {
    width: calc(14.2857142857% - 1.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp18 > * {
    width: calc(14.2857142857% - 1.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp20 > * {
    width: calc(14.2857142857% - 1.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp22 > * {
    width: calc(14.2857142857% - 1.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp24 > * {
    width: calc(14.2857142857% - 1.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp26 > * {
    width: calc(14.2857142857% - 1.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp28 > * {
    width: calc(14.2857142857% - 2rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp30 > * {
    width: calc(14.2857142857% - 2.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp32 > * {
    width: calc(14.2857142857% - 2.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp34 > * {
    width: calc(14.2857142857% - 2.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp36 > * {
    width: calc(14.2857142857% - 2.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp38 > * {
    width: calc(14.2857142857% - 2.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp40 > * {
    width: calc(14.2857142857% - 2.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp42 > * {
    width: calc(14.2857142857% - 3rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp44 > * {
    width: calc(14.2857142857% - 3.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp46 > * {
    width: calc(14.2857142857% - 3.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp48 > * {
    width: calc(14.2857142857% - 3.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp50 > * {
    width: calc(14.2857142857% - 3.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp52 > * {
    width: calc(14.2857142857% - 3.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp54 > * {
    width: calc(14.2857142857% - 3.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp56 > * {
    width: calc(14.2857142857% - 4rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp58 > * {
    width: calc(14.2857142857% - 4.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp60 > * {
    width: calc(14.2857142857% - 4.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp62 > * {
    width: calc(14.2857142857% - 4.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp64 > * {
    width: calc(14.2857142857% - 4.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp66 > * {
    width: calc(14.2857142857% - 4.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp68 > * {
    width: calc(14.2857142857% - 4.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp70 > * {
    width: calc(14.2857142857% - 5rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp72 > * {
    width: calc(14.2857142857% - 5.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp74 > * {
    width: calc(14.2857142857% - 5.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp76 > * {
    width: calc(14.2857142857% - 5.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp78 > * {
    width: calc(14.2857142857% - 5.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp80 > * {
    width: calc(14.2857142857% - 5.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp82 > * {
    width: calc(14.2857142857% - 5.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp84 > * {
    width: calc(14.2857142857% - 6rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp86 > * {
    width: calc(14.2857142857% - 6.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp88 > * {
    width: calc(14.2857142857% - 6.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp90 > * {
    width: calc(14.2857142857% - 6.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp92 > * {
    width: calc(14.2857142857% - 6.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp94 > * {
    width: calc(14.2857142857% - 6.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp96 > * {
    width: calc(14.2857142857% - 6.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp98 > * {
    width: calc(14.2857142857% - 7rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp100 > * {
    width: calc(14.2857142857% - 7.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp102 > * {
    width: calc(14.2857142857% - 7.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp104 > * {
    width: calc(14.2857142857% - 7.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp106 > * {
    width: calc(14.2857142857% - 7.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp108 > * {
    width: calc(14.2857142857% - 7.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp110 > * {
    width: calc(14.2857142857% - 7.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp112 > * {
    width: calc(14.2857142857% - 8rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp114 > * {
    width: calc(14.2857142857% - 8.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp116 > * {
    width: calc(14.2857142857% - 8.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp118 > * {
    width: calc(14.2857142857% - 8.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp120 > * {
    width: calc(14.2857142857% - 8.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp122 > * {
    width: calc(14.2857142857% - 8.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp124 > * {
    width: calc(14.2857142857% - 8.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp126 > * {
    width: calc(14.2857142857% - 9rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp128 > * {
    width: calc(14.2857142857% - 9.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp130 > * {
    width: calc(14.2857142857% - 9.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp132 > * {
    width: calc(14.2857142857% - 9.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp134 > * {
    width: calc(14.2857142857% - 9.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp136 > * {
    width: calc(14.2857142857% - 9.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp138 > * {
    width: calc(14.2857142857% - 9.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp140 > * {
    width: calc(14.2857142857% - 10rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp142 > * {
    width: calc(14.2857142857% - 10.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp144 > * {
    width: calc(14.2857142857% - 10.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp146 > * {
    width: calc(14.2857142857% - 10.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp148 > * {
    width: calc(14.2857142857% - 10.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp150 > * {
    width: calc(14.2857142857% - 10.7142857143rem / 7 * 6);
  }
  .flex-sp-col8 {
    flex-wrap: wrap;
  }
  .flex-sp-col8 > * {
    width: 12.5%;
  }
  .flex-sp-col8.gap8 > * {
    width: calc(12.5% - 0.5rem / 8 * 7);
  }
  .flex-sp-col8.gap10 > * {
    width: calc(12.5% - 0.625rem / 8 * 7);
  }
  .flex-sp-col8.gap12 > * {
    width: calc(12.5% - 0.75rem / 8 * 7);
  }
  .flex-sp-col8.gap14 > * {
    width: calc(12.5% - 0.875rem / 8 * 7);
  }
  .flex-sp-col8.gap16 > * {
    width: calc(12.5% - 1rem / 8 * 7);
  }
  .flex-sp-col8.gap18 > * {
    width: calc(12.5% - 1.125rem / 8 * 7);
  }
  .flex-sp-col8.gap20 > * {
    width: calc(12.5% - 1.25rem / 8 * 7);
  }
  .flex-sp-col8.gap22 > * {
    width: calc(12.5% - 1.375rem / 8 * 7);
  }
  .flex-sp-col8.gap24 > * {
    width: calc(12.5% - 1.5rem / 8 * 7);
  }
  .flex-sp-col8.gap26 > * {
    width: calc(12.5% - 1.625rem / 8 * 7);
  }
  .flex-sp-col8.gap28 > * {
    width: calc(12.5% - 1.75rem / 8 * 7);
  }
  .flex-sp-col8.gap30 > * {
    width: calc(12.5% - 1.875rem / 8 * 7);
  }
  .flex-sp-col8.gap32 > * {
    width: calc(12.5% - 2rem / 8 * 7);
  }
  .flex-sp-col8.gap34 > * {
    width: calc(12.5% - 2.125rem / 8 * 7);
  }
  .flex-sp-col8.gap36 > * {
    width: calc(12.5% - 2.25rem / 8 * 7);
  }
  .flex-sp-col8.gap38 > * {
    width: calc(12.5% - 2.375rem / 8 * 7);
  }
  .flex-sp-col8.gap40 > * {
    width: calc(12.5% - 2.5rem / 8 * 7);
  }
  .flex-sp-col8.gap42 > * {
    width: calc(12.5% - 2.625rem / 8 * 7);
  }
  .flex-sp-col8.gap44 > * {
    width: calc(12.5% - 2.75rem / 8 * 7);
  }
  .flex-sp-col8.gap46 > * {
    width: calc(12.5% - 2.875rem / 8 * 7);
  }
  .flex-sp-col8.gap48 > * {
    width: calc(12.5% - 3rem / 8 * 7);
  }
  .flex-sp-col8.gap50 > * {
    width: calc(12.5% - 3.125rem / 8 * 7);
  }
  .flex-sp-col8.gap52 > * {
    width: calc(12.5% - 3.25rem / 8 * 7);
  }
  .flex-sp-col8.gap54 > * {
    width: calc(12.5% - 3.375rem / 8 * 7);
  }
  .flex-sp-col8.gap56 > * {
    width: calc(12.5% - 3.5rem / 8 * 7);
  }
  .flex-sp-col8.gap58 > * {
    width: calc(12.5% - 3.625rem / 8 * 7);
  }
  .flex-sp-col8.gap60 > * {
    width: calc(12.5% - 3.75rem / 8 * 7);
  }
  .flex-sp-col8.gap62 > * {
    width: calc(12.5% - 3.875rem / 8 * 7);
  }
  .flex-sp-col8.gap64 > * {
    width: calc(12.5% - 4rem / 8 * 7);
  }
  .flex-sp-col8.gap66 > * {
    width: calc(12.5% - 4.125rem / 8 * 7);
  }
  .flex-sp-col8.gap68 > * {
    width: calc(12.5% - 4.25rem / 8 * 7);
  }
  .flex-sp-col8.gap70 > * {
    width: calc(12.5% - 4.375rem / 8 * 7);
  }
  .flex-sp-col8.gap72 > * {
    width: calc(12.5% - 4.5rem / 8 * 7);
  }
  .flex-sp-col8.gap74 > * {
    width: calc(12.5% - 4.625rem / 8 * 7);
  }
  .flex-sp-col8.gap76 > * {
    width: calc(12.5% - 4.75rem / 8 * 7);
  }
  .flex-sp-col8.gap78 > * {
    width: calc(12.5% - 4.875rem / 8 * 7);
  }
  .flex-sp-col8.gap80 > * {
    width: calc(12.5% - 5rem / 8 * 7);
  }
  .flex-sp-col8.gap82 > * {
    width: calc(12.5% - 5.125rem / 8 * 7);
  }
  .flex-sp-col8.gap84 > * {
    width: calc(12.5% - 5.25rem / 8 * 7);
  }
  .flex-sp-col8.gap86 > * {
    width: calc(12.5% - 5.375rem / 8 * 7);
  }
  .flex-sp-col8.gap88 > * {
    width: calc(12.5% - 5.5rem / 8 * 7);
  }
  .flex-sp-col8.gap90 > * {
    width: calc(12.5% - 5.625rem / 8 * 7);
  }
  .flex-sp-col8.gap92 > * {
    width: calc(12.5% - 5.75rem / 8 * 7);
  }
  .flex-sp-col8.gap94 > * {
    width: calc(12.5% - 5.875rem / 8 * 7);
  }
  .flex-sp-col8.gap96 > * {
    width: calc(12.5% - 6rem / 8 * 7);
  }
  .flex-sp-col8.gap98 > * {
    width: calc(12.5% - 6.125rem / 8 * 7);
  }
  .flex-sp-col8.gap100 > * {
    width: calc(12.5% - 6.25rem / 8 * 7);
  }
  .flex-sp-col8.gap102 > * {
    width: calc(12.5% - 6.375rem / 8 * 7);
  }
  .flex-sp-col8.gap104 > * {
    width: calc(12.5% - 6.5rem / 8 * 7);
  }
  .flex-sp-col8.gap106 > * {
    width: calc(12.5% - 6.625rem / 8 * 7);
  }
  .flex-sp-col8.gap108 > * {
    width: calc(12.5% - 6.75rem / 8 * 7);
  }
  .flex-sp-col8.gap110 > * {
    width: calc(12.5% - 6.875rem / 8 * 7);
  }
  .flex-sp-col8.gap112 > * {
    width: calc(12.5% - 7rem / 8 * 7);
  }
  .flex-sp-col8.gap114 > * {
    width: calc(12.5% - 7.125rem / 8 * 7);
  }
  .flex-sp-col8.gap116 > * {
    width: calc(12.5% - 7.25rem / 8 * 7);
  }
  .flex-sp-col8.gap118 > * {
    width: calc(12.5% - 7.375rem / 8 * 7);
  }
  .flex-sp-col8.gap120 > * {
    width: calc(12.5% - 7.5rem / 8 * 7);
  }
  .flex-sp-col8.gap122 > * {
    width: calc(12.5% - 7.625rem / 8 * 7);
  }
  .flex-sp-col8.gap124 > * {
    width: calc(12.5% - 7.75rem / 8 * 7);
  }
  .flex-sp-col8.gap126 > * {
    width: calc(12.5% - 7.875rem / 8 * 7);
  }
  .flex-sp-col8.gap128 > * {
    width: calc(12.5% - 8rem / 8 * 7);
  }
  .flex-sp-col8.gap130 > * {
    width: calc(12.5% - 8.125rem / 8 * 7);
  }
  .flex-sp-col8.gap132 > * {
    width: calc(12.5% - 8.25rem / 8 * 7);
  }
  .flex-sp-col8.gap134 > * {
    width: calc(12.5% - 8.375rem / 8 * 7);
  }
  .flex-sp-col8.gap136 > * {
    width: calc(12.5% - 8.5rem / 8 * 7);
  }
  .flex-sp-col8.gap138 > * {
    width: calc(12.5% - 8.625rem / 8 * 7);
  }
  .flex-sp-col8.gap140 > * {
    width: calc(12.5% - 8.75rem / 8 * 7);
  }
  .flex-sp-col8.gap142 > * {
    width: calc(12.5% - 8.875rem / 8 * 7);
  }
  .flex-sp-col8.gap144 > * {
    width: calc(12.5% - 9rem / 8 * 7);
  }
  .flex-sp-col8.gap146 > * {
    width: calc(12.5% - 9.125rem / 8 * 7);
  }
  .flex-sp-col8.gap148 > * {
    width: calc(12.5% - 9.25rem / 8 * 7);
  }
  .flex-sp-col8.gap150 > * {
    width: calc(12.5% - 9.375rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp8 > * {
    width: calc(12.5% - 0.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp10 > * {
    width: calc(12.5% - 0.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp12 > * {
    width: calc(12.5% - 0.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp14 > * {
    width: calc(12.5% - 1rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp16 > * {
    width: calc(12.5% - 1.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp18 > * {
    width: calc(12.5% - 1.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp20 > * {
    width: calc(12.5% - 1.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp22 > * {
    width: calc(12.5% - 1.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp24 > * {
    width: calc(12.5% - 1.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp26 > * {
    width: calc(12.5% - 1.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp28 > * {
    width: calc(12.5% - 2rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp30 > * {
    width: calc(12.5% - 2.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp32 > * {
    width: calc(12.5% - 2.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp34 > * {
    width: calc(12.5% - 2.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp36 > * {
    width: calc(12.5% - 2.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp38 > * {
    width: calc(12.5% - 2.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp40 > * {
    width: calc(12.5% - 2.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp42 > * {
    width: calc(12.5% - 3rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp44 > * {
    width: calc(12.5% - 3.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp46 > * {
    width: calc(12.5% - 3.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp48 > * {
    width: calc(12.5% - 3.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp50 > * {
    width: calc(12.5% - 3.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp52 > * {
    width: calc(12.5% - 3.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp54 > * {
    width: calc(12.5% - 3.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp56 > * {
    width: calc(12.5% - 4rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp58 > * {
    width: calc(12.5% - 4.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp60 > * {
    width: calc(12.5% - 4.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp62 > * {
    width: calc(12.5% - 4.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp64 > * {
    width: calc(12.5% - 4.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp66 > * {
    width: calc(12.5% - 4.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp68 > * {
    width: calc(12.5% - 4.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp70 > * {
    width: calc(12.5% - 5rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp72 > * {
    width: calc(12.5% - 5.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp74 > * {
    width: calc(12.5% - 5.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp76 > * {
    width: calc(12.5% - 5.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp78 > * {
    width: calc(12.5% - 5.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp80 > * {
    width: calc(12.5% - 5.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp82 > * {
    width: calc(12.5% - 5.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp84 > * {
    width: calc(12.5% - 6rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp86 > * {
    width: calc(12.5% - 6.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp88 > * {
    width: calc(12.5% - 6.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp90 > * {
    width: calc(12.5% - 6.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp92 > * {
    width: calc(12.5% - 6.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp94 > * {
    width: calc(12.5% - 6.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp96 > * {
    width: calc(12.5% - 6.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp98 > * {
    width: calc(12.5% - 7rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp100 > * {
    width: calc(12.5% - 7.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp102 > * {
    width: calc(12.5% - 7.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp104 > * {
    width: calc(12.5% - 7.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp106 > * {
    width: calc(12.5% - 7.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp108 > * {
    width: calc(12.5% - 7.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp110 > * {
    width: calc(12.5% - 7.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp112 > * {
    width: calc(12.5% - 8rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp114 > * {
    width: calc(12.5% - 8.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp116 > * {
    width: calc(12.5% - 8.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp118 > * {
    width: calc(12.5% - 8.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp120 > * {
    width: calc(12.5% - 8.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp122 > * {
    width: calc(12.5% - 8.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp124 > * {
    width: calc(12.5% - 8.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp126 > * {
    width: calc(12.5% - 9rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp128 > * {
    width: calc(12.5% - 9.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp130 > * {
    width: calc(12.5% - 9.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp132 > * {
    width: calc(12.5% - 9.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp134 > * {
    width: calc(12.5% - 9.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp136 > * {
    width: calc(12.5% - 9.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp138 > * {
    width: calc(12.5% - 9.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp140 > * {
    width: calc(12.5% - 10rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp142 > * {
    width: calc(12.5% - 10.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp144 > * {
    width: calc(12.5% - 10.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp146 > * {
    width: calc(12.5% - 10.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp148 > * {
    width: calc(12.5% - 10.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp150 > * {
    width: calc(12.5% - 10.7142857143rem / 8 * 7);
  }
  .flex-sp-block[class*=gap] {
    gap: 1.7142857143rem;
  }
  .flex-sp-block > * {
    width: 100% !important;
  }
}
/* ##############################################################################

    FOOTER

############################################################################## */
.footer {
  position: relative;
}

/* footer_top
********************************************** */
.footer--content {
  display: flex;
}
@media screen and (max-width: 47.9375em) {
  .footer--content {
    flex-direction: column;
    gap: 2.8571428571rem;
  }
}

.footer--nav {
  position: relative;
  flex: 1;
}
@media print, screen and (min-width: 48em) {
  .footer--nav {
    padding-inline: 3.5rem;
  }
  .footer--nav::before, .footer--nav::after {
    --dots-color: currentColor;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    inset-block: 0;
    flex-grow: 1;
    width: calc(var(--dots-size) * var(--rem));
    background-color: var(--dots-color, currentColor);
    mask-image: url(../images/common/dot-line.svg);
    mask-size: calc(var(--dots-img-size) * var(--rem));
    mask-position: left top;
    mask-repeat: repeat-y;
  }
  .footer--nav::before {
    left: 0;
  }
}
@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .footer--nav::before {
    right: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .footer--nav:not(:first-child)::before {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer--nav.footer--nav-products::after {
    --dots-color: currentColor;
    content: "";
    display: block;
    margin-top: 1.5rem;
    height: calc(var(--dots-size) * var(--rem));
    background-color: var(--dots-color, currentColor);
    mask-image: url(../images/common/dot-line.svg);
    mask-size: calc(var(--dots-img-size) * var(--rem));
    mask-position: left top;
    mask-repeat: repeat-x;
  }
}

.footer--nav_main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer--nav_section:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .footer--nav_section:not(:first-child) {
    margin-top: 2.2857142857rem;
  }
}

/* footer nav sub title
********************************************** */
.footer--nav_sub_ttl {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-weight: var(--font-weight-bold);
  color: var(--clr-wht);
  border-radius: var(--border-radius-secondary) var(--border-radius-secondary) 0 0;
  background-color: var(--clr-secondary-default);
}
@media print, screen and (min-width: 48em) {
  .footer--nav_sub_ttl {
    font-size: var(--font-size-txt-lg);
  }
}

/* footer nav tag
********************************************** */
.footer--nav_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1.5rem;
  background-color: var(--clr-wht);
  border-radius: 0 var(--border-radius-secondary) var(--border-radius-secondary) var(--border-radius-secondary);
}
@media screen and (max-width: 47.9375em) {
  .footer--nav_tag {
    gap: 0.5714285714rem;
    padding: 1.1428571429rem;
  }
}
.footer--nav_tag a {
  display: block;
  color: var(--clr-mono-05);
  font-family: var(--font-jp-text);
  font-size: max(12px, 0.875rem);
  font-weight: var(--font-weight-default);
  letter-spacing: 0.03em;
  line-height: 1.6;
  border-bottom: 1px solid var(--clr-mono-05);
  transition: var(--transit-default);
}
.footer--nav_tag a:hover {
  opacity: 0.7;
}

/* footer nav btn
********************************************** */
.footer--nav_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
@media print, screen and (min-width: 48em) {
  .footer--nav_btn {
    margin-inline: -0.5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer--nav_btn {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.footer--nav_btn li {
  flex-grow: 1;
  height: 100%;
  align-content: center;
}
@media screen and (max-width: 47.9375em) {
  .footer--nav_btn li .icon_wrap-circle {
    margin-left: auto;
  }
}

.footer--btn_link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 100%;
  padding: 0.5rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
  transition: var(--transit-default);
}
@media print, screen and (min-width: 48em) {
  .footer--btn_link {
    font-size: var(--font-size-txt-lg);
  }
}
.footer--btn_link:hover {
  opacity: 0.7;
}

/* footer logo area
********************************************** */
.footer--logo_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  background-color: var(--clr-wht);
  border-radius: var(--border-radius-primary);
}
@media screen and (max-width: 47.9375em) {
  .footer--logo_area {
    padding: 1.7142857143rem;
    gap: 1.1428571429rem;
    margin-block: 1.7142857143rem;
  }
}
.footer--logo_area img {
  width: 18.125rem !important;
  height: auto;
}
.footer--logo_area .sns_area li:not(:only-child) a {
  width: 3rem !important;
}
.footer--logo_area .sns_area .icon {
  --w: 40;
}

/* footer bnr
********************************************** */
.footer--bnr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 1.5rem;
  background-color: var(--clr-bg-05);
  border: 2px solid var(--clr-primary-default);
  border-radius: var(--border-radius-secondary);
  transition: var(--transit-default);
}
.footer--bnr:hover {
  opacity: 0.7;
}
@media screen and (max-width: 47.9375em) {
  .footer--bnr {
    padding: 0.5714285714rem 1.1428571429rem;
  }
}

.footer--bnr_text {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-bold);
}
@media screen and (max-width: 47.9375em) {
  .footer--bnr_text {
    gap: 0.8571428571rem;
  }
}

.footer--bnr_icon {
  display: grid;
  place-content: center;
  width: 3.5rem;
  aspect-ratio: 1;
  background-color: var(--clr-wht);
  border-radius: var(--border-radius-max);
}
@media screen and (max-width: 47.9375em) {
  .footer--bnr_icon {
    width: 2.8571428571rem;
  }
}

/* footer_btm
*************************************************** */
.footer--menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .footer--menu {
    flex-direction: column;
    gap: 0.5714285714rem;
  }
}

.footer--menu_links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  font-size: max(12px, 0.875rem);
  font-weight: var(--font-weight-bold);
}
@media screen and (max-width: 47.9375em) {
  .footer--menu_links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.1428571429rem;
  }
}
.footer--menu_links a {
  transition: var(--transit-default);
}
.footer--menu_links a:hover {
  opacity: 0.7;
}

.footer--menu_copy {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: max(12px, 0.875rem);
  color: var(--clr-text-secondary);
}
@media screen and (max-width: 47.9375em) {
  .footer--menu_copy {
    flex-direction: column;
    gap: 0.5714285714rem;
  }
}

.copyright {
  gap: 1em;
  justify-content: center;
  color: var(--clr-text-secondary);
  font-family: var(--font-en-text);
  font-size: max(12px, 0.875rem);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 47.9375em) {
  .copyright {
    gap: 0.5em;
  }
}

[class*=grid-] {
  display: grid;
}

.grid-col1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-col2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-col3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-col4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-rgt100 {
  grid-template-columns: minmax(0, 1fr) 6.25rem;
}

.grid-rgt102 {
  grid-template-columns: minmax(0, 1fr) 6.375rem;
}

.grid-rgt104 {
  grid-template-columns: minmax(0, 1fr) 6.5rem;
}

.grid-rgt106 {
  grid-template-columns: minmax(0, 1fr) 6.625rem;
}

.grid-rgt108 {
  grid-template-columns: minmax(0, 1fr) 6.75rem;
}

.grid-rgt110 {
  grid-template-columns: minmax(0, 1fr) 6.875rem;
}

.grid-rgt112 {
  grid-template-columns: minmax(0, 1fr) 7rem;
}

.grid-rgt114 {
  grid-template-columns: minmax(0, 1fr) 7.125rem;
}

.grid-rgt116 {
  grid-template-columns: minmax(0, 1fr) 7.25rem;
}

.grid-rgt118 {
  grid-template-columns: minmax(0, 1fr) 7.375rem;
}

.grid-rgt120 {
  grid-template-columns: minmax(0, 1fr) 7.5rem;
}

.grid-rgt122 {
  grid-template-columns: minmax(0, 1fr) 7.625rem;
}

.grid-rgt124 {
  grid-template-columns: minmax(0, 1fr) 7.75rem;
}

.grid-rgt126 {
  grid-template-columns: minmax(0, 1fr) 7.875rem;
}

.grid-rgt128 {
  grid-template-columns: minmax(0, 1fr) 8rem;
}

.grid-rgt130 {
  grid-template-columns: minmax(0, 1fr) 8.125rem;
}

.grid-rgt132 {
  grid-template-columns: minmax(0, 1fr) 8.25rem;
}

.grid-rgt134 {
  grid-template-columns: minmax(0, 1fr) 8.375rem;
}

.grid-rgt136 {
  grid-template-columns: minmax(0, 1fr) 8.5rem;
}

.grid-rgt138 {
  grid-template-columns: minmax(0, 1fr) 8.625rem;
}

.grid-rgt140 {
  grid-template-columns: minmax(0, 1fr) 8.75rem;
}

.grid-rgt142 {
  grid-template-columns: minmax(0, 1fr) 8.875rem;
}

.grid-rgt144 {
  grid-template-columns: minmax(0, 1fr) 9rem;
}

.grid-rgt146 {
  grid-template-columns: minmax(0, 1fr) 9.125rem;
}

.grid-rgt148 {
  grid-template-columns: minmax(0, 1fr) 9.25rem;
}

.grid-rgt150 {
  grid-template-columns: minmax(0, 1fr) 9.375rem;
}

.grid-rgt152 {
  grid-template-columns: minmax(0, 1fr) 9.5rem;
}

.grid-rgt154 {
  grid-template-columns: minmax(0, 1fr) 9.625rem;
}

.grid-rgt156 {
  grid-template-columns: minmax(0, 1fr) 9.75rem;
}

.grid-rgt158 {
  grid-template-columns: minmax(0, 1fr) 9.875rem;
}

.grid-rgt160 {
  grid-template-columns: minmax(0, 1fr) 10rem;
}

.grid-rgt162 {
  grid-template-columns: minmax(0, 1fr) 10.125rem;
}

.grid-rgt164 {
  grid-template-columns: minmax(0, 1fr) 10.25rem;
}

.grid-rgt166 {
  grid-template-columns: minmax(0, 1fr) 10.375rem;
}

.grid-rgt168 {
  grid-template-columns: minmax(0, 1fr) 10.5rem;
}

.grid-rgt170 {
  grid-template-columns: minmax(0, 1fr) 10.625rem;
}

.grid-rgt172 {
  grid-template-columns: minmax(0, 1fr) 10.75rem;
}

.grid-rgt174 {
  grid-template-columns: minmax(0, 1fr) 10.875rem;
}

.grid-rgt176 {
  grid-template-columns: minmax(0, 1fr) 11rem;
}

.grid-rgt178 {
  grid-template-columns: minmax(0, 1fr) 11.125rem;
}

.grid-rgt180 {
  grid-template-columns: minmax(0, 1fr) 11.25rem;
}

.grid-rgt182 {
  grid-template-columns: minmax(0, 1fr) 11.375rem;
}

.grid-rgt184 {
  grid-template-columns: minmax(0, 1fr) 11.5rem;
}

.grid-rgt186 {
  grid-template-columns: minmax(0, 1fr) 11.625rem;
}

.grid-rgt188 {
  grid-template-columns: minmax(0, 1fr) 11.75rem;
}

.grid-rgt190 {
  grid-template-columns: minmax(0, 1fr) 11.875rem;
}

.grid-rgt192 {
  grid-template-columns: minmax(0, 1fr) 12rem;
}

.grid-rgt194 {
  grid-template-columns: minmax(0, 1fr) 12.125rem;
}

.grid-rgt196 {
  grid-template-columns: minmax(0, 1fr) 12.25rem;
}

.grid-rgt198 {
  grid-template-columns: minmax(0, 1fr) 12.375rem;
}

.grid-rgt200 {
  grid-template-columns: minmax(0, 1fr) 12.5rem;
}

.grid-lft100 {
  grid-template-columns: 6.25rem minmax(0, 1fr);
}

.grid-lft102 {
  grid-template-columns: 6.375rem minmax(0, 1fr);
}

.grid-lft104 {
  grid-template-columns: 6.5rem minmax(0, 1fr);
}

.grid-lft106 {
  grid-template-columns: 6.625rem minmax(0, 1fr);
}

.grid-lft108 {
  grid-template-columns: 6.75rem minmax(0, 1fr);
}

.grid-lft110 {
  grid-template-columns: 6.875rem minmax(0, 1fr);
}

.grid-lft112 {
  grid-template-columns: 7rem minmax(0, 1fr);
}

.grid-lft114 {
  grid-template-columns: 7.125rem minmax(0, 1fr);
}

.grid-lft116 {
  grid-template-columns: 7.25rem minmax(0, 1fr);
}

.grid-lft118 {
  grid-template-columns: 7.375rem minmax(0, 1fr);
}

.grid-lft120 {
  grid-template-columns: 7.5rem minmax(0, 1fr);
}

.grid-lft122 {
  grid-template-columns: 7.625rem minmax(0, 1fr);
}

.grid-lft124 {
  grid-template-columns: 7.75rem minmax(0, 1fr);
}

.grid-lft126 {
  grid-template-columns: 7.875rem minmax(0, 1fr);
}

.grid-lft128 {
  grid-template-columns: 8rem minmax(0, 1fr);
}

.grid-lft130 {
  grid-template-columns: 8.125rem minmax(0, 1fr);
}

.grid-lft132 {
  grid-template-columns: 8.25rem minmax(0, 1fr);
}

.grid-lft134 {
  grid-template-columns: 8.375rem minmax(0, 1fr);
}

.grid-lft136 {
  grid-template-columns: 8.5rem minmax(0, 1fr);
}

.grid-lft138 {
  grid-template-columns: 8.625rem minmax(0, 1fr);
}

.grid-lft140 {
  grid-template-columns: 8.75rem minmax(0, 1fr);
}

.grid-lft142 {
  grid-template-columns: 8.875rem minmax(0, 1fr);
}

.grid-lft144 {
  grid-template-columns: 9rem minmax(0, 1fr);
}

.grid-lft146 {
  grid-template-columns: 9.125rem minmax(0, 1fr);
}

.grid-lft148 {
  grid-template-columns: 9.25rem minmax(0, 1fr);
}

.grid-lft150 {
  grid-template-columns: 9.375rem minmax(0, 1fr);
}

.grid-lft152 {
  grid-template-columns: 9.5rem minmax(0, 1fr);
}

.grid-lft154 {
  grid-template-columns: 9.625rem minmax(0, 1fr);
}

.grid-lft156 {
  grid-template-columns: 9.75rem minmax(0, 1fr);
}

.grid-lft158 {
  grid-template-columns: 9.875rem minmax(0, 1fr);
}

.grid-lft160 {
  grid-template-columns: 10rem minmax(0, 1fr);
}

.grid-lft162 {
  grid-template-columns: 10.125rem minmax(0, 1fr);
}

.grid-lft164 {
  grid-template-columns: 10.25rem minmax(0, 1fr);
}

.grid-lft166 {
  grid-template-columns: 10.375rem minmax(0, 1fr);
}

.grid-lft168 {
  grid-template-columns: 10.5rem minmax(0, 1fr);
}

.grid-lft170 {
  grid-template-columns: 10.625rem minmax(0, 1fr);
}

.grid-lft172 {
  grid-template-columns: 10.75rem minmax(0, 1fr);
}

.grid-lft174 {
  grid-template-columns: 10.875rem minmax(0, 1fr);
}

.grid-lft176 {
  grid-template-columns: 11rem minmax(0, 1fr);
}

.grid-lft178 {
  grid-template-columns: 11.125rem minmax(0, 1fr);
}

.grid-lft180 {
  grid-template-columns: 11.25rem minmax(0, 1fr);
}

.grid-lft182 {
  grid-template-columns: 11.375rem minmax(0, 1fr);
}

.grid-lft184 {
  grid-template-columns: 11.5rem minmax(0, 1fr);
}

.grid-lft186 {
  grid-template-columns: 11.625rem minmax(0, 1fr);
}

.grid-lft188 {
  grid-template-columns: 11.75rem minmax(0, 1fr);
}

.grid-lft190 {
  grid-template-columns: 11.875rem minmax(0, 1fr);
}

.grid-lft192 {
  grid-template-columns: 12rem minmax(0, 1fr);
}

.grid-lft194 {
  grid-template-columns: 12.125rem minmax(0, 1fr);
}

.grid-lft196 {
  grid-template-columns: 12.25rem minmax(0, 1fr);
}

.grid-lft198 {
  grid-template-columns: 12.375rem minmax(0, 1fr);
}

.grid-lft200 {
  grid-template-columns: 12.5rem minmax(0, 1fr);
}

.gap4 {
  gap: 0.25rem;
}

.gap-blc4 {
  row-gap: 0.25rem;
}

.gap6 {
  gap: 0.375rem;
}

.gap-blc6 {
  row-gap: 0.375rem;
}

.gap8 {
  gap: 0.5rem;
}

.gap-blc8 {
  row-gap: 0.5rem;
}

.gap10 {
  gap: 0.625rem;
}

.gap-blc10 {
  row-gap: 0.625rem;
}

.gap12 {
  gap: 0.75rem;
}

.gap-blc12 {
  row-gap: 0.75rem;
}

.gap14 {
  gap: 0.875rem;
}

.gap-blc14 {
  row-gap: 0.875rem;
}

.gap16 {
  gap: 1rem;
}

.gap-blc16 {
  row-gap: 1rem;
}

.gap18 {
  gap: 1.125rem;
}

.gap-blc18 {
  row-gap: 1.125rem;
}

.gap20 {
  gap: 1.25rem;
}

.gap-blc20 {
  row-gap: 1.25rem;
}

.gap22 {
  gap: 1.375rem;
}

.gap-blc22 {
  row-gap: 1.375rem;
}

.gap24 {
  gap: 1.5rem;
}

.gap-blc24 {
  row-gap: 1.5rem;
}

.gap26 {
  gap: 1.625rem;
}

.gap-blc26 {
  row-gap: 1.625rem;
}

.gap28 {
  gap: 1.75rem;
}

.gap-blc28 {
  row-gap: 1.75rem;
}

.gap30 {
  gap: 1.875rem;
}

.gap-blc30 {
  row-gap: 1.875rem;
}

.gap32 {
  gap: 2rem;
}

.gap-blc32 {
  row-gap: 2rem;
}

.gap34 {
  gap: 2.125rem;
}

.gap-blc34 {
  row-gap: 2.125rem;
}

.gap36 {
  gap: 2.25rem;
}

.gap-blc36 {
  row-gap: 2.25rem;
}

.gap38 {
  gap: 2.375rem;
}

.gap-blc38 {
  row-gap: 2.375rem;
}

.gap40 {
  gap: 2.5rem;
}

.gap-blc40 {
  row-gap: 2.5rem;
}

.gap42 {
  gap: 2.625rem;
}

.gap-blc42 {
  row-gap: 2.625rem;
}

.gap44 {
  gap: 2.75rem;
}

.gap-blc44 {
  row-gap: 2.75rem;
}

.gap46 {
  gap: 2.875rem;
}

.gap-blc46 {
  row-gap: 2.875rem;
}

.gap48 {
  gap: 3rem;
}

.gap-blc48 {
  row-gap: 3rem;
}

.gap50 {
  gap: 3.125rem;
}

.gap-blc50 {
  row-gap: 3.125rem;
}

.gap52 {
  gap: 3.25rem;
}

.gap-blc52 {
  row-gap: 3.25rem;
}

.gap54 {
  gap: 3.375rem;
}

.gap-blc54 {
  row-gap: 3.375rem;
}

.gap56 {
  gap: 3.5rem;
}

.gap-blc56 {
  row-gap: 3.5rem;
}

.gap58 {
  gap: 3.625rem;
}

.gap-blc58 {
  row-gap: 3.625rem;
}

.gap60 {
  gap: 3.75rem;
}

.gap-blc60 {
  row-gap: 3.75rem;
}

.gap62 {
  gap: 3.875rem;
}

.gap-blc62 {
  row-gap: 3.875rem;
}

.gap64 {
  gap: 4rem;
}

.gap-blc64 {
  row-gap: 4rem;
}

.gap66 {
  gap: 4.125rem;
}

.gap-blc66 {
  row-gap: 4.125rem;
}

.gap68 {
  gap: 4.25rem;
}

.gap-blc68 {
  row-gap: 4.25rem;
}

.gap70 {
  gap: 4.375rem;
}

.gap-blc70 {
  row-gap: 4.375rem;
}

.gap72 {
  gap: 4.5rem;
}

.gap-blc72 {
  row-gap: 4.5rem;
}

.gap74 {
  gap: 4.625rem;
}

.gap-blc74 {
  row-gap: 4.625rem;
}

.gap76 {
  gap: 4.75rem;
}

.gap-blc76 {
  row-gap: 4.75rem;
}

.gap78 {
  gap: 4.875rem;
}

.gap-blc78 {
  row-gap: 4.875rem;
}

.gap80 {
  gap: 5rem;
}

.gap-blc80 {
  row-gap: 5rem;
}

.gap82 {
  gap: 5.125rem;
}

.gap-blc82 {
  row-gap: 5.125rem;
}

.gap84 {
  gap: 5.25rem;
}

.gap-blc84 {
  row-gap: 5.25rem;
}

.gap86 {
  gap: 5.375rem;
}

.gap-blc86 {
  row-gap: 5.375rem;
}

.gap88 {
  gap: 5.5rem;
}

.gap-blc88 {
  row-gap: 5.5rem;
}

.gap90 {
  gap: 5.625rem;
}

.gap-blc90 {
  row-gap: 5.625rem;
}

.gap92 {
  gap: 5.75rem;
}

.gap-blc92 {
  row-gap: 5.75rem;
}

.gap94 {
  gap: 5.875rem;
}

.gap-blc94 {
  row-gap: 5.875rem;
}

.gap96 {
  gap: 6rem;
}

.gap-blc96 {
  row-gap: 6rem;
}

.gap98 {
  gap: 6.125rem;
}

.gap-blc98 {
  row-gap: 6.125rem;
}

.gap100 {
  gap: 6.25rem;
}

.gap-blc100 {
  row-gap: 6.25rem;
}

.gap102 {
  gap: 6.375rem;
}

.gap-blc102 {
  row-gap: 6.375rem;
}

.gap104 {
  gap: 6.5rem;
}

.gap-blc104 {
  row-gap: 6.5rem;
}

.gap106 {
  gap: 6.625rem;
}

.gap-blc106 {
  row-gap: 6.625rem;
}

.gap108 {
  gap: 6.75rem;
}

.gap-blc108 {
  row-gap: 6.75rem;
}

.gap110 {
  gap: 6.875rem;
}

.gap-blc110 {
  row-gap: 6.875rem;
}

.gap112 {
  gap: 7rem;
}

.gap-blc112 {
  row-gap: 7rem;
}

.gap114 {
  gap: 7.125rem;
}

.gap-blc114 {
  row-gap: 7.125rem;
}

.gap116 {
  gap: 7.25rem;
}

.gap-blc116 {
  row-gap: 7.25rem;
}

.gap118 {
  gap: 7.375rem;
}

.gap-blc118 {
  row-gap: 7.375rem;
}

.gap120 {
  gap: 7.5rem;
}

.gap-blc120 {
  row-gap: 7.5rem;
}

@media screen and (max-width: 47.9375em) {
  .grid-sp-block {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-sp-block[class*=gap] {
    gap: 1.7142857143rem;
  }
  .grid-sp-col1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-sp-col2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-sp-col3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-sp-col4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .gap-sp4 {
    gap: 0.2857142857rem !important;
  }
  .gap-sp6 {
    gap: 0.4285714286rem !important;
  }
  .gap-sp8 {
    gap: 0.5714285714rem !important;
  }
  .gap-sp10 {
    gap: 0.7142857143rem !important;
  }
  .gap-sp12 {
    gap: 0.8571428571rem !important;
  }
  .gap-sp14 {
    gap: 1rem !important;
  }
  .gap-sp16 {
    gap: 1.1428571429rem !important;
  }
  .gap-sp18 {
    gap: 1.2857142857rem !important;
  }
  .gap-sp20 {
    gap: 1.4285714286rem !important;
  }
  .gap-sp22 {
    gap: 1.5714285714rem !important;
  }
  .gap-sp24 {
    gap: 1.7142857143rem !important;
  }
  .gap-sp26 {
    gap: 1.8571428571rem !important;
  }
  .gap-sp28 {
    gap: 2rem !important;
  }
  .gap-sp30 {
    gap: 2.1428571429rem !important;
  }
  .gap-sp32 {
    gap: 2.2857142857rem !important;
  }
  .gap-sp34 {
    gap: 2.4285714286rem !important;
  }
  .gap-sp36 {
    gap: 2.5714285714rem !important;
  }
  .gap-sp38 {
    gap: 2.7142857143rem !important;
  }
  .gap-sp40 {
    gap: 2.8571428571rem !important;
  }
  .gap-sp42 {
    gap: 3rem !important;
  }
  .gap-sp44 {
    gap: 3.1428571429rem !important;
  }
  .gap-sp46 {
    gap: 3.2857142857rem !important;
  }
  .gap-sp48 {
    gap: 3.4285714286rem !important;
  }
  .gap-sp50 {
    gap: 3.5714285714rem !important;
  }
  .gap-sp52 {
    gap: 3.7142857143rem !important;
  }
  .gap-sp54 {
    gap: 3.8571428571rem !important;
  }
  .gap-sp56 {
    gap: 4rem !important;
  }
  .gap-sp58 {
    gap: 4.1428571429rem !important;
  }
  .gap-sp60 {
    gap: 4.2857142857rem !important;
  }
  .gap-sp62 {
    gap: 4.4285714286rem !important;
  }
  .gap-sp64 {
    gap: 4.5714285714rem !important;
  }
  .gap-sp66 {
    gap: 4.7142857143rem !important;
  }
  .gap-sp68 {
    gap: 4.8571428571rem !important;
  }
  .gap-sp70 {
    gap: 5rem !important;
  }
  .gap-sp72 {
    gap: 5.1428571429rem !important;
  }
  .gap-sp74 {
    gap: 5.2857142857rem !important;
  }
  .gap-sp76 {
    gap: 5.4285714286rem !important;
  }
  .gap-sp78 {
    gap: 5.5714285714rem !important;
  }
  .gap-sp80 {
    gap: 5.7142857143rem !important;
  }
  .gap-sp82 {
    gap: 5.8571428571rem !important;
  }
  .gap-sp84 {
    gap: 6rem !important;
  }
  .gap-sp86 {
    gap: 6.1428571429rem !important;
  }
  .gap-sp88 {
    gap: 6.2857142857rem !important;
  }
  .gap-sp90 {
    gap: 6.4285714286rem !important;
  }
  .gap-sp92 {
    gap: 6.5714285714rem !important;
  }
  .gap-sp94 {
    gap: 6.7142857143rem !important;
  }
  .gap-sp96 {
    gap: 6.8571428571rem !important;
  }
  .gap-sp98 {
    gap: 7rem !important;
  }
  .gap-sp100 {
    gap: 7.1428571429rem !important;
  }
  .gap-sp102 {
    gap: 7.2857142857rem !important;
  }
  .gap-sp104 {
    gap: 7.4285714286rem !important;
  }
  .gap-sp106 {
    gap: 7.5714285714rem !important;
  }
  .gap-sp108 {
    gap: 7.7142857143rem !important;
  }
  .gap-sp110 {
    gap: 7.8571428571rem !important;
  }
  .gap-sp112 {
    gap: 8rem !important;
  }
  .gap-sp114 {
    gap: 8.1428571429rem !important;
  }
  .gap-sp116 {
    gap: 8.2857142857rem !important;
  }
  .gap-sp118 {
    gap: 8.4285714286rem !important;
  }
  .gap-sp120 {
    gap: 8.5714285714rem !important;
  }
}
/* ##############################################################################

    HEADER default

############################################################################## */
/* header
**************************************** */
.header {
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: 9999;
  height: calc(var(--header-hgt) * var(--rem));
  padding-inline: 2.5rem;
  padding-top: 1.25rem;
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .header {
    padding-inline: 1.7142857143rem;
    padding-top: 0;
    background-color: var(--clr-bg-02);
    background-image: url(../images/common/bg-02.png);
    background-size: 7.1428571429rem;
  }
}

.header--inner {
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .header--inner {
    padding-left: 3.5rem;
    background-color: var(--clr-wht);
    border-radius: var(--border-radius-primary);
    box-shadow: 0 0 2.5rem color-mix(in srgb, var(--clr-blk) 5%, transparent);
  }
}

.template-contact-simple .header {
  position: absolute;
}

/* logo
**************************************** */
.header--logo {
  position: relative;
  z-index: 9999;
  place-content: center;
}

.header--logo a,
.footer--logo a {
  display: inline-block;
}
@media (hover: hover) {
  .header--logo a:hover,
  .footer--logo a:hover {
    opacity: 0.7;
  }
}

.header--logo img {
  width: 15.375rem !important;
  height: auto;
}
@media screen and (max-width: 67.5em) {
  .header--logo img {
    width: auto !important;
    max-height: 2.8571428571rem;
  }
}

/* gnav
**************************************** */
@media print, screen and (min-width: 67.5625em) {
  .gnav,
  .gnav--menu,
  .gnav--menu > li,
  .gnav--menu > li > .gnav--link {
    height: 100%;
  }
}
.gnav .home_product--category-list,
.gnav--menu .home_product--category-list,
.gnav--menu > li .home_product--category-list,
.gnav--menu > li > .gnav--link .home_product--category-list {
  gap: 0.5rem;
}
.gnav .home_product--category-item .link_panel,
.gnav--menu .home_product--category-item .link_panel,
.gnav--menu > li .home_product--category-item .link_panel,
.gnav--menu > li > .gnav--link .home_product--category-item .link_panel {
  padding-block: 0.5rem;
  min-height: auto;
}
.gnav .home_product--category-item .link_panel--visual,
.gnav--menu .home_product--category-item .link_panel--visual,
.gnav--menu > li .home_product--category-item .link_panel--visual,
.gnav--menu > li > .gnav--link .home_product--category-item .link_panel--visual {
  width: 2.5rem;
}

.gnav--menu > li {
  position: relative;
}
.gnav--menu > li:not(:last-child)::after {
  content: "";
  --dots-color: var(--clr-primary-default);
  position: absolute;
  right: 0;
  width: calc(var(--dots-size) * var(--rem));
  inset-block: 1.25rem;
  background-color: var(--dots-color, currentColor);
  mask-image: url(../images/common/dot-line.svg);
  mask-size: calc(var(--dots-img-size) * var(--rem));
  mask-position: left top;
  mask-repeat: repeat-y;
}
@media screen and (max-width: 47.9375em) {
  .gnav--menu > li:not(:last-child)::after {
    right: auto;
    bottom: 0;
    inset-block: auto;
    inset-inline: 0.5714285714rem;
    width: auto;
    height: calc(var(--dots-size) * var(--rem));
    background-color: var(--dots-color, currentColor);
    mask-image: url(../images/common/dot-line.svg);
    mask-size: calc(var(--dots-img-size) * var(--rem));
    mask-position: left top;
    mask-repeat: repeat-x;
  }
}

@media print, screen and (min-width: 67.5625em) {
  .gnav--inner {
    display: flex;
    height: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .gnav--inner {
    padding: 0 0.5714285714rem 1.1428571429rem;
    border-radius: var(--border-radius-primary);
    background-color: var(--clr-wht);
  }
}

@media screen and (max-width: 67.5em) {
  .gnav {
    position: fixed;
    inset: 0;
    z-index: 300;
    height: 100%;
    padding: calc(var(--header-hgt-scroll-padding) * var(--rem)) 5vw 2.8571428571rem;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
    overscroll-behavior-y: contain;
    background-color: var(--clr-bg-02);
    background-image: url(../images/common/bg-02.png);
    background-size: 7.1428571429rem;
    -webkit-overflow-scrolling: touch;
    transition: var(--transit-default);
  }
  .gnav.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}

@media print, screen and (min-width: 67.5625em) {
  .gnav--link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    min-width: 7.5rem;
  }
}

.gnav--link-jp {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.gnav--link-jp::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  z-index: -1;
  display: block;
  width: 2.5rem;
  margin-inline: auto;
  aspect-ratio: 40/35;
  background-color: var(--clr-primary-light);
  mask-image: url(../images/common/ttl-deco-footprints.png);
  mask-size: cover;
  transition: var(--transit-default);
  opacity: 0.3;
  scale: 0;
}
@media screen and (max-width: 47.9375em) {
  .gnav--link-jp::before {
    width: 6.8571428571rem;
  }
}

/* menu
********************************************** */
@media screen and (max-width: 67.5em) {
  .gnav--menu {
    display: block;
  }
}

@media screen and (max-width: 67.5em) {
  .gnav--menu li {
    position: relative;
    display: block;
    width: 100%;
  }
}

.gnav--link {
  padding: 0 1.5rem;
}
@media screen and (max-width: 67.5em) {
  .gnav--link {
    display: block;
    padding: 1.0714285714rem;
  }
}
@media print, screen and (min-width: 67.5625em) {
  .gnav--link {
    text-align: center;
  }
}

@media print, screen and (min-width: 67.5625em) {
  .gnav--menu li.menu-item-has-children > .gnav--link span {
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }
  .gnav--menu li.menu-item-has-children > .gnav--link span::after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--clr-primary-default);
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cline x1='12' y1='5' x2='12' y2='19' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='5' y1='12' x2='19' y2='12' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    transition: var(--transit-default);
  }
}

@media screen and (max-width: 67.5em) {
  .gnav--menu > li:not(.menu-item-has-children) > a::before {
    content: "";
    float: inline-end;
    display: block;
    width: 1.1428571429rem;
    margin-block: calc((1lh - 1.1428571429rem) / 2);
    aspect-ratio: 1;
    background-color: var(--clr-primary-default);
    mask-image: url(../images/common/icon-arrow-chevron.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }
}

@media print, screen and (min-width: 67.5625em) {
  .gnav--menu > li:hover > .gnav--link,
  .gnav--menu > li.current-menu-item > .gnav--link {
    color: var(--clr-primary-default);
  }
  .gnav--menu > li:hover > .gnav--link .gnav--link-jp::before,
  .gnav--menu > li.current-menu-item > .gnav--link .gnav--link-jp::before {
    scale: 1;
  }
}

/* sub_nav
********************************************** */
.menu-item-has-children {
  position: relative;
}

.head_sub_nav--wrap {
  z-index: 100;
}
@media print, screen and (min-width: 67.5625em) {
  .head_sub_nav--wrap {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    transition: var(--transit-default);
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 67.5em) {
  .head_sub_nav--wrap {
    background-color: var(--clr-wht);
  }
}

@media print, screen and (min-width: 67.5625em) {
  .gnav--menu .menu-item-has-children:hover .head_sub_nav--wrap {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 67.5em) {
  .menu-item-has-children.is-open .head_sub_nav--wrap {
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (max-width: 67.5em) {
  .head_sub_nav {
    position: relative;
  }
}

.head_sub_nav a {
  display: block;
  padding: 1rem 1.5rem;
}
@media print, screen and (min-width: 67.5625em) {
  .head_sub_nav a {
    background-color: var(--clr-wht);
  }
}
@media screen and (max-width: 67.5em) {
  .head_sub_nav a {
    padding: 1.0714285714rem;
    padding-left: 2.1428571429rem;
  }
}
@media (hover: hover) {
  .head_sub_nav a:hover {
    color: var(--clr-primary-default);
  }
}

/* mega-menu
********************************************** */
@media print, screen and (min-width: 67.5625em) {
  .mega-menu {
    position: fixed;
    top: calc(var(--header-hgt) * var(--rem));
    inset-inline: 2.5rem;
    z-index: 100;
    max-height: 70vh;
    padding-top: 0.5rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-0.5rem);
    transition: opacity var(--duration-default) var(--easing-default), visibility var(--duration-default) var(--easing-default), transform var(--duration-default) var(--easing-default);
  }
}

@media print, screen and (min-width: 67.5625em) {
  .mega-menu-item:focus-within > .mega-menu,
  .mega-menu-item.is-mega-open > .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}
@media print, screen and (min-width: 67.5625em) {
  .mega-menu--clip {
    max-height: inherit;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: var(--border-radius-primary);
    box-shadow: var(--box-shadow-default);
  }
}

.mega-menu--inner {
  background-color: var(--clr-bg-01);
  backdrop-filter: var(--backdrop-filter-default);
  border-radius: var(--border-radius-primary);
}
@media screen and (max-width: 67.5em) {
  .mega-menu--inner {
    margin-bottom: 1.1428571429rem;
    padding: 1.1428571429rem;
  }
}

.mega-menu--heading {
  margin-bottom: 1.25rem;
  color: var(--clr-text-primary);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media print, screen and (min-width: 48em) {
  .mega-menu--heading {
    font-size: var(--font-size-heading5);
  }
}
@media screen and (max-width: 67.5em) {
  .mega-menu--heading {
    margin-bottom: 0.5714285714rem;
  }
}

/* ねこふるとは */
.mega-menu--about-layout {
  overflow: hidden;
}
@media print, screen and (min-width: 48em) {
  .mega-menu--about-layout {
    display: grid;
    grid-template-columns: 31rem 1fr;
    gap: 4rem;
    min-height: 19.6875rem;
  }
}

.mega-menu--about-image {
  position: relative;
  overflow: hidden;
}
.mega-menu--about-image img {
  display: block;
  width: 100% !important;
  height: 100%;
}
@media screen and (max-width: 67.5em) {
  .mega-menu--about-image {
    display: none;
  }
}

.mega-menu--about-nav {
  display: grid;
  grid-template-columns: 18.3125rem 0.0625rem 18.3125rem 0.0625rem 1fr;
  gap: 4rem;
  align-items: start;
}
@media print, screen and (min-width: 48em) {
  .mega-menu--about-nav {
    padding-block: 3rem;
  }
}
@media screen and (max-width: 67.5em) {
  .mega-menu--about-nav {
    grid-template-columns: 1fr;
    gap: 1.1428571429rem;
  }
}

.mega-menu--about .mega-menu--heading {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .mega-menu--about .mega-menu--heading {
    font-size: var(--font-size-heading4);
  }
}
@media screen and (max-width: 67.5em) {
  .mega-menu--about .mega-menu--heading {
    margin-bottom: 0.5714285714rem;
  }
}

@media print, screen and (min-width: 48em) {
  .mega-menu--divider {
    height: 100%;
    border-right: 1px solid var(--clr-mono-02);
  }
}
@media screen and (max-width: 67.5em) {
  .mega-menu--divider {
    width: 100%;
    border-top: 1px solid var(--clr-mono-02);
  }
}

.mega-menu--button {
  width: 18.3125rem;
  height: 4rem;
  min-height: 4rem;
  padding: 1rem 1rem 1rem 1.5rem;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 67.5em) {
  .mega-menu--button {
    width: 100%;
    height: auto;
    padding: 0.5714285714rem 1.1428571429rem;
  }
}
@media (hover: hover) {
  .mega-menu--button:hover .mega-menu--button-icon {
    --circle-bg: var(--clr-wht);
    --icon-color: var(--main-color);
  }
}

.mega-menu--button-icon {
  --circle-bg: var(--main-color);
}
@media print, screen and (min-width: 48em) {
  .mega-menu--button-icon {
    --circle-size: 32;
    --icon-size: 28.8;
  }
}

.mega-menu--activity-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (max-width: 67.5em) {
  .mega-menu--activity-list {
    gap: 0.5714285714rem;
  }
}

.mega-menu--utility {
  min-width: 0;
}

.mega-menu--utility-list {
  display: grid;
}
@media print, screen and (min-width: 48em) {
  .mega-menu--utility-list {
    width: fit-content;
    margin-inline: -1.5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .mega-menu--utility-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mega-menu--utility-list a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  font-size: var(--font-size-txt-lg);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media screen and (max-width: 47.9375em) {
  .mega-menu--utility-list a {
    padding: 0.5714285714rem 0;
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .mega-menu--utility-list a:hover {
    color: var(--clr-primary-default);
  }
}

/* 返礼品を探す */
@media print, screen and (min-width: 67.5625em) {
  .mega-menu--products .mega-menu--inner {
    padding: 3rem;
    background-color: var(--clr-bg-01);
    background-image: none;
  }
}

@media screen and (max-width: 67.5em) {
  .mega-menu {
    position: static;
    max-height: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .mega-menu--clip {
    min-height: 0;
  }
  .mega-menu-item.is-open .gnav_sub_toggle {
    transform: rotate(180deg);
  }
  .mega-menu-item.is-open .gnav_sub_toggle::after {
    opacity: 0;
  }
}
@media print, screen and (min-width: 67.5625em) {
  .gnav_sub_toggle {
    display: none;
  }
}
.gnav_sub_toggle .screen-reader-text {
  display: none;
}
@media screen and (max-width: 67.5em) {
  .gnav_sub_toggle {
    position: absolute;
    top: 0;
    right: -0.3571428571rem;
    width: 4rem;
    height: 4rem;
    appearance: none;
    border: none;
    background: transparent;
    transition: var(--transit-default);
    color: var(--clr-primary-default);
    cursor: pointer;
  }
  .gnav_sub_toggle::before, .gnav_sub_toggle::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 0.7857142857rem;
    height: 1px;
    border-bottom: 1px solid;
  }
  .gnav_sub_toggle::after {
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 47.9375em) {
  .menu-item-has-children.is-open .gnav_sub_toggle {
    transform: rotate(180deg);
  }
  .menu-item-has-children.is-open .gnav_sub_toggle::after {
    opacity: 0;
  }
}
/* gnav--other
********************************************** */
@media print, screen and (min-width: 67.5625em) {
  .gnav--other {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 67.5em) {
  .gnav--other {
    margin-top: 1.1428571429rem;
  }
}

/* gnav--search
********************************************** */
.gnav--search fieldset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 17.5rem;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  background-color: var(--clr-bg-02);
  border-radius: 9999px;
}
@media screen and (max-width: 67.5em) {
  .gnav--search fieldset {
    width: 100%;
    padding: 0.5714285714rem 0.5714285714rem 0.5714285714rem 1.7142857143rem;
  }
}
.gnav--search .searchtext {
  flex: 1;
  font-size: 0.875rem;
}
@media screen and (max-width: 67.5em) {
  .gnav--search .searchtext {
    font-size: 1rem;
  }
}
.gnav--search button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  background-color: var(--clr-primary-default);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: var(--transit-default);
}
@media screen and (max-width: 67.5em) {
  .gnav--search button {
    width: 2rem;
    height: 2rem;
  }
}
@media (hover: hover) {
  .gnav--search button:hover {
    opacity: 0.7;
  }
}
.gnav--search button .icon {
  color: var(--clr-wht);
}

/* gnav--sub-nav
********************************************** */
.gnav--sub-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .gnav--sub-nav {
    justify-content: center;
  }
}
.gnav--sub-nav a {
  display: inline-block;
  color: var(--clr-text-secondary);
  font-size: 0.875rem;
  font-weight: var(--font-weight-default);
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding: 0.5em;
}
.gnav--sub-nav a:hover {
  color: var(--clr-primary-default);
}

/* btn
********************************************** */
@media print, screen and (min-width: 67.5625em) {
  .gnav_btn {
    display: none;
  }
}
@media screen and (max-width: 67.5em) {
  .gnav_btn {
    position: fixed;
    top: 0;
    right: 0;
    aspect-ratio: 1;
    height: calc(var(--header-hgt) * var(--rem));
    cursor: pointer;
    z-index: 9999;
    transition: var(--transit-default);
  }
}

.gnav_btn--lines {
  position: relative;
  width: 1.7142857143rem;
  height: 1.1428571429rem;
}

.gnav_btn--lines span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--clr-primary-default);
  transition: var(--transit-default);
}
.gnav_btn--lines span:nth-of-type(1) {
  top: 0;
}
.gnav_btn--lines span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.gnav_btn--lines span:nth-of-type(3) {
  bottom: 0;
}

.gnav_btn.is-active .gnav_btn--lines span:nth-of-type(1) {
  transform: translateY(0.5rem) rotate(-45deg);
}
.gnav_btn.is-active .gnav_btn--lines span:nth-of-type(2) {
  opacity: 0;
}
.gnav_btn.is-active .gnav_btn--lines span:nth-of-type(3) {
  transform: translateY(-0.5rem) rotate(45deg);
}

/* home_about
********************************************** */
.bg {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media print, screen and (min-width: 48em) {
  .home_about {
    min-height: 101.8125rem;
  }
  .home_about .bg01 {
    left: 0;
    top: -8rem;
    width: 29.21875vw;
    aspect-ratio: 561/962;
    background-image: url(../images/about-bg01.png);
  }
  .home_about .bg02 {
    left: 0;
    bottom: 0;
    width: 33.4375vw;
    aspect-ratio: 642/619;
    background-image: url(../images/about-bg02.png);
  }
  .home_about .bg03 {
    right: 0;
    top: 3.125rem;
    width: 34.21875vw;
    aspect-ratio: 657/1350;
    background-image: url(../images/about-bg03.png);
  }
}
@media screen and (max-width: 47.9375em) {
  .home_about {
    background-image: url(../images/about-bg-sp.png), url(../images/bg-02.png);
    background-size: 100%, auto;
    background-repeat: no-repeat, repeat;
    background-position: center 18.3571428571rem, center bottom;
  }
}

.home_about--deco-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: clip;
  pointer-events: none;
}
@media screen and (max-width: 47.9375em) {
  .home_about--deco-wrap {
    display: none;
  }
}

.home_about--deco {
  position: absolute;
  max-width: none;
}

.home_about--deco01 {
  top: 13.6875rem;
  left: calc(50% - 65rem);
}

.home_about--deco02 {
  top: 75.5625rem;
  left: calc(50% - 69.3125rem);
}

.home_about--deco03 {
  top: 39.625rem;
  left: calc(50% + 27rem);
}

.home_about--intro {
  display: flex;
  margin-top: 5rem;
  padding-bottom: calc(140 * var(--rem));
}
@media screen and (max-width: 47.9375em) {
  .home_about--intro {
    flex-direction: column;
    gap: 2.2857142857rem;
    margin-top: 3.4285714286rem;
    padding-bottom: calc(40 * var(--rem));
  }
}

@media screen and (max-width: 47.9375em) {
  .home_about--intro-btn {
    margin-inline: auto;
  }
}
.home_about--intro-text {
  flex-grow: 1;
}
@media print, screen and (min-width: 48em) {
  .home_about--intro-text {
    padding-top: 2.5rem;
    padding-left: 8.75rem;
  }
}

.home_about--intro-description {
  font-family: var(--font-jp-text);
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-default);
  letter-spacing: 0.03em;
  line-height: 2;
}

.home_about--intro-images {
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .home_about--intro-images {
    width: 53.75rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .home_about--intro-images {
    aspect-ratio: 1;
  }
}
.home_about--intro-images::before {
  content: "";
  position: absolute;
  left: 0;
  top: 36.125rem;
  z-index: 1;
  width: 12.5625rem;
  aspect-ratio: 201/133;
  background-image: url(../images/home/home-about-deco-cat.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 47.9375em) {
  .home_about--intro-images::before {
    top: 15rem;
    width: 7.8571428571rem;
  }
}

.home_about--intro-img {
  position: absolute;
  overflow: hidden;
  border-radius: var(--border-radius-xl);
}

.home_about--intro-img-main {
  top: 0;
}
@media print, screen and (min-width: 48em) {
  .home_about--intro-img-main {
    right: 6.875rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .home_about--intro-img-main {
    left: 0;
  }
}

.home_about--intro-img-sub {
  right: 1.25rem;
  top: 30.625rem;
}
@media screen and (max-width: 47.9375em) {
  .home_about--intro-img-sub {
    right: 0;
    top: 13.5714285714rem;
  }
}

.home_about--intro + .tab_lists {
  margin-top: calc(var(--section_pdg-sm) * var(--rem));
}

/* home_about--activity
********************************************** */
.home_about--activity-layout {
  display: grid;
  grid-template-columns: minmax(0, 684fr) minmax(0, 700fr);
  gap: 3.5rem;
  align-items: start;
}
@media screen and (max-width: 47.9375em) {
  .home_about--activity-layout {
    grid-template-columns: 1fr;
    gap: 2.2857142857rem;
  }
}

.home_about--activity-featured .post--img {
  aspect-ratio: 3/2;
  background-color: var(--clr-primary-default);
}
.home_about--activity-featured .post--txtarea {
  margin-top: 2rem;
}
.home_about--activity-featured .subtitle-lg {
  margin-bottom: 0;
}
.home_about--activity-featured .activity_data {
  margin-top: 1.5rem;
}
.home_about--activity-featured .activity_data dd {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 47.9375em) {
  .home_about--activity-featured .post--txtarea {
    margin-top: 1.7142857143rem;
  }
  .home_about--activity-featured .activity_data {
    display: grid;
    grid-template-columns: 5.625rem minmax(0, 1fr);
    gap: 0.2857142857rem 0.5714285714rem;
    margin-top: 1.1428571429rem;
  }
}

.home_about--activity-side {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.home_about--activity-side > .btn-txt {
  margin-top: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .home_about--activity-side > .btn-txt {
    margin-top: 1.7142857143rem;
  }
}

.home_about--activity-list {
  border-top: 1px solid var(--clr-mono-02);
}
.home_about--activity-list .post {
  display: grid;
  grid-template-columns: 13.5rem minmax(0, 1fr);
  gap: 2.5rem;
  align-items: flex-start;
  min-height: 11rem;
  padding-block: 1rem;
  border-bottom: 1px solid var(--clr-mono-02);
}
.home_about--activity-list .post--img {
  aspect-ratio: 3/2;
  background-color: var(--clr-primary-default);
  border-radius: var(--border-radius-secondary);
}
.home_about--activity-list .post--img img {
  border-radius: var(--border-radius-secondary);
}
.home_about--activity-list .post--txtarea {
  margin-top: 0;
}
.home_about--activity-list .subtitle-lg {
  margin-bottom: 0.5rem;
  font-size: var(--font-size-txt-md);
}
.home_about--activity-list .activity_data {
  display: grid;
  grid-template-columns: 5.625rem minmax(0, 1fr);
  gap: 0.25rem 1rem;
}
.home_about--activity-list .activity_data dd {
  line-height: 1.6;
}
.home_about--activity-list .activity_data dd:nth-of-type(2) {
  font-size: var(--font-size-txt-md);
}
@media screen and (max-width: 47.9375em) {
  .home_about--activity-list .post {
    grid-template-columns: 8rem minmax(0, 1fr);
    gap: 1.1428571429rem;
    min-height: 0;
    padding-block: 1.1428571429rem;
  }
  .home_about--activity-list .subtitle-lg {
    font-size: var(--font-size-txt-md);
  }
  .home_about--activity-list .activity_data {
    grid-template-columns: 5.1428571429rem minmax(0, 1fr);
    gap: 0.2857142857rem 0.5714285714rem;
  }
  .home_about--activity-list .activity_data dt {
    padding: 0.4285714286rem 0.5714285714rem;
  }
  .home_about--activity-list .activity_data dd {
    font-size: var(--font-size-txt-md);
  }
}

@media screen and (max-width: 47.9375em) {
  .home_about .tab_lists [role=tablist] {
    gap: 0.5714285714rem;
  }
  .home_about .tab_lists [role=tab] {
    flex: 1;
    width: auto;
    height: auto;
    min-height: 4rem;
    font-size: 0.8571428571rem;
    line-height: 1.4;
  }
  .home_about .tab_content {
    padding: 1.7142857143rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .faq_item .ttl {
    font-size: var(--font-size-heading5);
    letter-spacing: 0.03em;
    line-height: 1.6;
  }
  .faq_item .text {
    font-size: var(--font-size-txt-md);
    font-weight: var(--font-weight-default);
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .faq_item .font-en {
    font-size: var(--font-size-heading3);
    font-weight: var(--font-weight-heading);
  }
  .faq_item .mce-txt-attention {
    text-indent: initial;
    padding-left: initial;
  }
  .faq_item .mce-txt-attention::before {
    display: none;
  }
}
/* hero
********************************************** */
.hero {
  padding-top: calc(var(--header-hgt-scroll-padding) * var(--rem));
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 47.9375em) {
  .hero {
    padding-top: calc(var(--header-hgt) * var(--rem));
    padding-bottom: 1.7142857143rem;
  }
}

.home-hero-bg {
  position: relative;
}
.home-hero-bg::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background-image: url(../images/home/fv-bg.png);
  background-size: 100%;
  aspect-ratio: 1920/842;
}
@media screen and (max-width: 47.9375em) {
  .home-hero-bg::before {
    top: 9.1428571429rem;
    background-image: url(../images/home/fv-bg-sp.png);
    aspect-ratio: 780/732;
  }
}

.home-hero-product-count {
  z-index: 2;
}
@media print, screen and (min-width: 48em) {
  .home-hero-product-count {
    position: absolute;
    bottom: -1rem;
    left: calc(50% + 32.75rem);
  }
}
@media screen and (max-width: 47.9375em) {
  .home-hero-product-count {
    position: relative;
    margin-bottom: -30px;
    margin-left: 60px;
  }
}

.home-hero-product-count--bubble {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
  width: 15.625rem;
  aspect-ratio: 250/202;
  padding-top: 1.25rem;
  padding-left: 1.875rem;
  margin-left: 8.125rem;
  margin-bottom: -3.8125rem;
  color: var(--clr-text-primary);
  font-size: 1rem;
  line-height: 1.5;
  background-image: url(../images/home/fv-bubble.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 47.9375em) {
  .home-hero-product-count--bubble {
    width: 14.2857142857rem;
    margin-left: 7.1428571429rem;
    margin-bottom: -2.1428571429rem;
    padding-top: 1.4285714286rem;
    padding-left: 1.4285714286rem;
    aspect-ratio: 155/73;
    background-image: url(../images/home/fv-bubble-sp.svg);
    font-size: 0.7142857143rem;
    letter-spacing: 0;
    line-height: 1.3;
  }
}

.home-hero-product-count--value {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 47.9375em) {
  .home-hero-product-count--value .fz40 {
    font-size: 1.1428571429rem;
  }
  .home-hero-product-count--value > span:last-child {
    font-size: 0.7142857143rem;
  }
}

.home-hero-product-count--cat {
  position: relative;
  display: block;
  width: 13.75rem;
  aspect-ratio: 220/145;
  object-fit: contain;
}

.hero_slide {
  --hero-slide-gap: 64;
  --slide-w: 920;
  --slide-h: 640;
  --arrow-edge: -50;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .hero_slide {
    --arrow-edge: 20;
  }
}
.hero_slide .splide__slide {
  width: calc(var(--slide-w) * var(--rem));
  margin-right: calc(var(--hero-slide-gap) * var(--rem));
  aspect-ratio: var(--slide-w)/var(--slide-h);
  overflow: hidden;
  border-radius: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .hero_slide .splide__slide {
    --hero-slide-gap: 24;
    width: 82vw;
    border-radius: 2.1428571429rem;
  }
}
.hero_slide .hero_slide--img,
.hero_slide .hero_slide--img img {
  display: block;
  width: 100%;
  height: 100%;
}
.hero_slide .hero_slide--img img {
  object-fit: cover;
}
.hero_slide .hero_slide--link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.hero_slide .hero_slide--link::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background-color: color-mix(in srgb, var(--clr-primary-default) 30%, transparent);
  opacity: 0;
  transition: opacity var(--duration-default) var(--easing-default);
}
.hero_slide .hero_slide--link:focus-visible::before {
  opacity: 1;
}
@media (hover: hover) {
  .hero_slide .hero_slide--link:hover::before {
    opacity: 1;
  }
}
.hero_slide .splide__arrows {
  z-index: 3;
}
.hero_slide .splide__pagination {
  position: static;
  display: flex !important;
}

/* home_news
********************************************** */
.home_news--deco-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: clip;
  pointer-events: none;
}
@media screen and (max-width: 47.9375em) {
  .home_news--deco-wrap {
    display: none;
  }
}

.home_news--deco {
  position: absolute;
  max-width: none;
}

.home_news--deco01 {
  top: 39.625rem;
  left: calc(50% + 27rem);
}

.home_news--deco02 {
  top: 13.125rem;
  left: calc(50% - 76.5625rem);
}

.home_news--cat {
  top: 33.125rem;
  left: calc(50% + 46.3125rem);
}

.home_news--links {
  margin-top: 4rem;
}
@media screen and (max-width: 47.9375em) {
  .home_news--links {
    margin-top: 2.2857142857rem;
  }
}

.home_news--link {
  padding: 2rem;
  color: var(--clr-text-primary);
  text-decoration: none;
  background-color: var(--clr-bg-05);
  border: 0.125rem solid var(--clr-primary-default);
  border-radius: var(--border-radius-secondary);
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .home_news--link {
    flex-direction: row;
    padding: 0.5714285714rem;
  }
}
.home_news--link:focus-visible {
  outline: 0.125rem solid var(--clr-primary-dark);
  outline-offset: 0.25rem;
}
@media (hover: hover) {
  .home_news--link:hover {
    background-color: var(--clr-wht);
  }
}

.home_news--link-icon {
  flex-shrink: 0;
  width: 6.25rem;
  aspect-ratio: 1;
  background-color: var(--clr-wht);
  border-radius: var(--border-radius-max);
}
@media screen and (max-width: 47.9375em) {
  .home_news--link-icon {
    width: 4.2857142857rem;
  }
}

.home_news--link-icon-simulation {
  position: relative;
}

.home_news--link-icon-simulation img {
  position: absolute;
  inset: 0;
  margin: auto;
}

.home_news--link-icon-simulation img:first-child {
  width: 2.5rem;
  height: 3.375rem;
}

.home_news--link-icon-simulation img:last-child {
  width: 2.375rem;
  height: 3.25rem;
}

.home_news--link-label {
  justify-content: center;
}

/* home_notice
********************************************** */
.home_notice {
  width: min(100% - 4rem, 50rem);
  padding-bottom: 3.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 47.9375em) {
  .home_notice {
    padding-bottom: 1.1428571429rem;
  }
}

.home_notice--post {
  min-width: 0;
  padding: calc(12 * var(--rem)) calc(32 * var(--rem));
  background-color: var(--clr-wht);
  border-radius: var(--border-radius-max);
}
@media screen and (max-width: 47.9375em) {
  .home_notice--post {
    padding-inline: 1.1428571429rem;
  }
}
.home_notice--post:hover {
  background-color: var(--clr-bg-02);
}

.home_notice--post time {
  flex-shrink: 0;
}

.home_notice--post-title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* home_overview
********************************************** */
.home_overview {
  padding-top: 6.25rem;
}
@media print, screen and (min-width: 48em) {
  .home_overview {
    min-height: 68.3125rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .home_overview {
    padding-block: 10.5714285714rem 67.6923076923vw;
    background-image: url(../images/overview-bg-sp.png), url(../images/bg-02.png);
    background-size: 100%, auto;
    background-repeat: no-repeat, repeat;
    background-position: center bottom, center bottom;
  }
}
.home_overview .cta_line {
  position: relative;
}
.home_overview .cta_line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15vw;
  aspect-ratio: 288/266;
  background-image: url(../images/line-deco01.png);
  background-size: contain;
  pointer-events: none;
}
@media print, screen and (min-width: 48em) {
  .home_overview .cta_line::before {
    translate: calc(-100% - 0.625rem) 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .home_overview .cta_line::before {
    inset-inline: 0;
    top: -7.8571428571rem;
    width: 18.6428571429rem;
    margin-inline: auto;
    aspect-ratio: 522/288;
    background-image: url(../images/line-deco01_sp.png);
  }
}
@media print, screen and (min-width: 48em) {
  .home_overview .bg01 {
    left: 0;
    top: 15.625rem;
    width: 27.4479166667vw;
    aspect-ratio: 527/788;
    background-image: url(../images/overview-bg01.png);
  }
  .home_overview .bg02 {
    right: 0;
    top: 2rem;
    width: 29.0104166667vw;
    aspect-ratio: 557/968;
    background-image: url(../images/overview-bg02.png);
  }
  .home_overview .bg03 {
    right: 0;
    bottom: 0;
    width: 7.7083333333vw;
    aspect-ratio: 148/187;
    background-image: url(../images/overview-bg03.png);
  }
}
.home_overview .txtarea {
  padding-top: calc(var(--section_pdg-lg) * var(--rem));
  font-size: 1.375rem;
  font-weight: var(--font-weight-default);
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 47.9375em) {
  .home_overview .txtarea {
    padding-top: calc(var(--section_pdg-sm) * var(--rem));
    font-size: 1.1428571429rem;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }
}

/* ##############################################################################

    home_product

############################################################################## */
.home_product {
  position: relative;
  overflow: clip;
}

.home_product--deco {
  position: absolute;
  z-index: 0;
  max-width: none;
  pointer-events: none;
}
@media screen and (max-width: 47.9375em) {
  .home_product--deco {
    display: none;
  }
}

.home_product--deco01 {
  top: -7.625rem;
  left: -7.625rem;
  aspect-ratio: 606/784;
}

.home_product--deco02 {
  top: -6.25rem;
  right: -3rem;
  aspect-ratio: 430/377;
}

.home_product--deco03 {
  top: 27.25rem;
  right: -13.875rem;
  aspect-ratio: 1059/686;
}

@media screen and (max-width: 47.9375em) {
  .home_product--content {
    padding: 1.1428571429rem;
    padding-bottom: 1.7142857143rem;
  }
}

.home_product--cat-message {
  position: absolute;
  bottom: -2.8125rem;
  left: 2rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 47.9375em) {
  .home_product--cat-message {
    bottom: -4.2857142857rem;
    left: 1.4285714286rem;
  }
}

.home_product--cat-message-img {
  transform: scaleX(-1);
}

.home_product--cat-message-bubble {
  position: absolute;
  top: 0;
  left: 13.125rem;
  width: 9.1875rem;
  height: 6.375rem;
}
@media screen and (max-width: 47.9375em) {
  .home_product--cat-message-bubble {
    left: 9.2857142857rem;
    top: -0.7142857143rem;
  }
}
.home_product--cat-message-bubble > img {
  width: 100%;
  height: 100%;
}
.home_product--cat-message-bubble > p {
  position: absolute;
  top: 30.39%;
  left: 23.13%;
  width: 68.03%;
  font-family: var(--font-jp-text);
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
}

.home_product--layout {
  display: grid;
  grid-template-columns: 18.75rem minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}
@media screen and (max-width: 67.5em) {
  .home_product--layout {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 47.9375em) {
  .home_product--layout {
    gap: 2.2857142857rem;
  }
}

@media print, screen and (min-width: 48em) {
  .home_product--amount {
    --bg-ears-w: 192;
    --bg-ears-h: 37;
    --bg-ears-offset: calc(var(--bg-ears-h) / var(--bg-ears-w) * var(--bg-ears-w));
    position: relative;
    margin-top: calc(var(--bg-ears-h) * var(--rem));
    padding: 2.5rem 2.5rem 3.5rem;
    background-color: var(--clr-wht);
    background-image: url("../images/common/bg-01.png");
    background-repeat: repeat;
    border-radius: var(--border-radius-primary);
  }
  .home_product--amount::before {
    content: "";
    position: absolute;
    top: calc(var(--bg-ears-offset) * var(--rem) * -1);
    inset-inline: 0;
    width: calc(var(--bg-ears-w) * var(--rem));
    margin-inline: auto;
    aspect-ratio: var(--bg-ears-w)/var(--bg-ears-h);
    background-image: url(../images/common/bg-01.png);
    mask-image: url(../images/common/cat-ears.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    animation: btn-hover 5s ease-in-out infinite;
  }
}
@media screen and (min-width: 48em) and (max-width: 47.9375em) {
  .home_product--amount::before {
    background-size: 7.1428571429rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .home_product--amount-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5714285714rem;
  }
}

.home_product--amount-item {
  --dots-color: var(--clr-primary-default);
  position: relative;
  margin-top: calc(var(--dots-size) * var(--rem) * -1);
  padding-top: calc(var(--dots-size) * 2 * var(--rem));
  padding-bottom: calc(var(--dots-size) * var(--rem));
}
.home_product--amount-item::after, .home_product--amount-item:first-child::before {
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: calc(var(--dots-size) * var(--rem));
  pointer-events: none;
  content: "";
  background-color: var(--dots-color, currentColor);
  mask-image: url(../images/common/dot-line.svg);
  mask-size: calc(var(--dots-img-size) * var(--rem));
  mask-position: left top;
  mask-repeat: repeat-x;
}
.home_product--amount-item::after {
  bottom: calc(var(--dots-size) / 2 * var(--rem) * -1);
}
.home_product--amount-item:first-child::before {
  top: 0;
}
@media screen and (max-width: 47.9375em) {
  .home_product--amount-item {
    margin-top: 0;
    padding: 0;
  }
  .home_product--amount-item::after, .home_product--amount-item:first-child::before {
    display: none;
  }
}

.home_product--amount-link {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-block: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: var(--border-radius-secondary);
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .home_product--amount-link {
    justify-content: center;
    margin: 0;
    padding: 0.5714285714rem;
    border: 2px solid var(--clr-primary-default);
    border-radius: var(--border-radius-max);
    font-size: 1rem !important;
  }
}
@media (hover: hover) {
  .home_product--amount-link:hover {
    color: var(--clr-text-light);
    background-color: var(--clr-primary-default);
  }
  .home_product--amount-link:hover .home_product--link-icon {
    --circle-bg: var(--clr-text-light);
    --icon-color: var(--clr-primary-default);
  }
}

.home_product--link-icon {
  margin-left: auto;
}
@media screen and (max-width: 47.9375em) {
  .home_product--link-icon {
    display: none;
  }
}

.home_product--category {
  min-width: 0;
}

.home_product--category-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .home_product--category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5714285714rem;
  }
}

.home_product--category-item[data-category-id="176"] .link_panel, .home_product--category-item[data-category-id="10"] .link_panel, .home_product--category-item[data-category-id="166"] .link_panel, .home_product--category-item[data-category-id="135"] .link_panel, .home_product--category-item[data-category-id="1223"] .link_panel {
  font-size: 1.125rem;
  font-weight: var(--font-weight-heading);
  line-height: 1.2;
}

@media screen and (max-width: 47.9375em) {
  .home_product--category > .btn-txt {
    margin-top: 1.1428571429rem;
  }
}

.home_product--empty {
  padding: 1.5rem 0;
  text-align: center;
  color: var(--clr-text-secondary);
}

/* home_recommend 
********************************************** */
.home_recommend--deco-wrap {
  position: absolute;
  overflow: clip;
  inset: 0;
}

.home_recommend--deco {
  position: absolute;
  z-index: 0;
  max-width: none;
  pointer-events: none;
}
@media screen and (max-width: 47.9375em) {
  .home_recommend--deco {
    display: none;
  }
}

.home_recommend--deco01 {
  top: 28.6875rem;
  left: calc(50% - 70.875rem);
}

.home_recommend--deco02 {
  top: 146.125rem;
  left: calc(50% - 66rem);
  z-index: 1;
}

.home_recommend--deco03 {
  top: 13.0625rem;
  left: calc(50% + 40rem);
}

.home_recommend--deco04 {
  top: 24.75rem;
  left: calc(50% + 47.625rem);
  z-index: 1;
}

.home_recommend--deco05 {
  top: 75.625rem;
  left: calc(50% + 19.125rem);
}

.home_recommend--cat01 {
  top: 34.6875rem;
  left: calc(50% + 45.0625rem);
  transform-origin: top left;
  rotate: -27.754deg;
}

.home_recommend--cat02 {
  top: 137.5rem;
  left: calc(50% - 62.75rem);
}

.home_recommend--inner::before {
  --dots-color: currentColor;
  content: "";
  display: block;
  height: calc(var(--dots-size) * var(--rem));
  margin-bottom: calc(var(--section_pdg-sm) * var(--rem));
  background-color: var(--dots-color, currentColor);
  mask-image: url(../images/common/dot-line.svg);
  mask-size: calc(var(--dots-img-size) * var(--rem));
  mask-position: left top;
  mask-repeat: repeat-x;
}

.home_recommend--returns-slider {
  position: relative;
  overflow: clip;
}

/* ##############################################################################

    home_search

############################################################################## */
.home_search {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  min-height: 21rem;
  padding-block: 7.5rem;
  background-color: var(--clr-primary-dark);
  background-image: url(../images/common/bg-orange-ptn.png);
  background-position: center;
  background-repeat: repeat;
}
@media screen and (max-width: 47.9375em) {
  .home_search {
    gap: 1.7142857143rem;
    padding-block: 2.8571428571rem;
    background-size: 3.5714285714rem;
  }
}
.home_search::before, .home_search::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/bg-orange-ptn-edge.png);
  height: 2px;
  inset-inline: 0;
}
.home_search::before {
  top: -2px;
}
.home_search::after {
  bottom: -2px;
  scale: 1 -1;
}

.home_search--form {
  position: relative;
  z-index: 1;
}
.home_search--form fieldset {
  width: 39.375rem;
  height: 4.5rem;
  padding: 0 0.75rem 0 2.5rem;
  background-color: var(--clr-wht);
}
.home_search--form .searchtext {
  min-width: 0;
  font-size: var(--font-size-txt-md);
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.home_search--form .searchtext::placeholder {
  color: var(--clr-text-primary);
  opacity: 1;
}
.home_search--form button {
  width: 3.5rem;
  height: 3.5rem;
}
@media screen and (max-width: 47.9375em) {
  .home_search--form {
    width: 24.4285714286rem;
  }
  .home_search--form fieldset {
    width: 100%;
    height: 4.2857142857rem;
    padding: 0.4285714286rem 0.4285714286rem 0.4285714286rem 1.4285714286rem;
  }
  .home_search--form button {
    width: 3.4285714286rem;
    height: 3.4285714286rem;
  }
}

.home_search--search-icon {
  --w: 28;
}
@media screen and (max-width: 47.9375em) {
  .home_search--search-icon {
    --w: 24;
  }
}

.home_search--keywords {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
  width: 39.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .home_search--keywords {
    flex-direction: column;
    align-items: center;
    gap: 0.5714285714rem;
    width: 24.4285714286rem;
  }
}

.home_search--keywords-label {
  flex-shrink: 0;
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-md);
  font-weight: var(--font-weight-default);
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: var(--clr-text-light);
}

.home_search--keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media print, screen and (min-width: 48em) {
  .home_search--keyword-list {
    width: 34.375rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .home_search--keyword-list {
    justify-content: center;
    gap: 0.4285714286rem;
  }
}
.home_search--keyword-list li {
  display: flex;
}
.home_search--keyword-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4.75rem;
  padding: 0.25rem 0.75rem;
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-sm);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: var(--clr-text-secondary);
  background-color: var(--clr-bg-02);
  border-radius: var(--border-radius-tertiary);
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .home_search--keyword-list a {
    min-width: 5.4285714286rem;
    padding: 0.1428571429rem 0.4285714286rem;
  }
}
@media (hover: hover) {
  .home_search--keyword-list a:hover {
    opacity: 0.7;
  }
}

.home_search--cat-words {
  width: 22.4375rem;
  aspect-ratio: 359/250;
  background-image: url("../images/home/home-search-deco-bubble.svg");
  background-size: 100%;
}
@media print, screen and (min-width: 48em) {
  .home_search--cat-words {
    position: absolute;
    top: 5rem;
    left: calc(50% + 21.5rem);
    z-index: 1;
  }
}
@media screen and (max-width: 47.9375em) {
  .home_search--cat-words {
    width: 16.5714285714rem;
    margin-inline: auto 2.1428571429rem;
    background-image: url("../images/home/home-search-deco-bubble-sp.svg");
  }
}

.home_search--cat-words-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  padding-top: 2.125rem;
  padding-left: 5.125rem;
}
@media screen and (max-width: 47.9375em) {
  .home_search--cat-words-content {
    gap: 0.4285714286rem;
    padding-top: 1.1428571429rem;
    padding-left: 2.1428571429rem;
  }
}

.home_search--cat-word-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  width: 14.6875rem;
}
.home_search--cat-word-list li {
  display: flex;
}
.home_search--cat-word-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4.5625rem;
  padding: 0.25rem 0.75rem;
  font-family: var(--font-jp-text);
  font-size: 0.75rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: var(--clr-primary-default);
  background-color: color-mix(in srgb, var(--clr-primary-default) 20%, transparent);
  border-radius: var(--border-radius-tertiary);
  transition: var(--transit-default);
}
@media (hover: hover) {
  .home_search--cat-word-list a:hover {
    opacity: 0.7;
  }
}
.home_search--cat-word-list li:nth-child(4) a {
  background-color: var(--clr-bg-04);
}
@media screen and (max-width: 47.9375em) {
  .home_search--cat-word-list {
    gap: 0.2857142857rem 0.5714285714rem;
    width: 12.1428571429rem;
  }
  .home_search--cat-word-list a {
    min-width: 0;
    padding: 0.1428571429rem 0.4285714286rem;
  }
}

.home_search--deco {
  position: absolute;
  pointer-events: none;
}

.home_search--deco-fishbone {
  top: 3.25rem;
  left: calc(50% - 53.6875rem);
  width: 31rem;
  aspect-ratio: 496/250;
}
@media screen and (max-width: 47.9375em) {
  .home_search--deco-fishbone {
    top: 6.4285714286rem;
    left: 50%;
    translate: -50% 0;
  }
}

.home_search--deco-cat {
  top: 4.5625rem;
  left: calc(50% - 34.75rem);
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .home_search--deco-cat {
    top: auto;
    bottom: 2.8571428571rem;
    left: 2.1428571429rem;
  }
}

.home_search--deco-fish {
  right: calc(50% - 62rem);
  bottom: 3.1875rem;
  width: 18.3125rem;
  aspect-ratio: 293/248;
}
@media screen and (max-width: 47.9375em) {
  .home_search--deco-fish {
    display: none;
  }
}

/* ##############################################################################

    inner

############################################################################## */
.inner {
  width: 90%;
  max-width: calc(var(--inner-md) * var(--rem));
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 47.9375em) {
  .inner {
    width: 90%;
  }
  .inner .inner {
    width: 100%;
  }
}

.inner-xs {
  max-width: calc(var(--inner-xs) * var(--rem));
}

.inner-sm {
  max-width: calc(var(--inner-sm) * var(--rem));
}

.inner-md {
  max-width: calc(var(--inner-md) * var(--rem));
}

.inner-lg {
  max-width: calc(var(--inner-lg) * var(--rem));
}

.inner-xl {
  max-width: calc(var(--inner-xl) * var(--rem));
}

.section_pdg-sm {
  padding-block: calc(var(--section_pdg-sm) * var(--rem));
}

.section_pdg-sm-top {
  padding-top: calc(var(--section_pdg-sm) * var(--rem));
}

.section_pdg-sm-btm {
  padding-bottom: calc(var(--section_pdg-sm) * var(--rem));
}

.section_pdg-md {
  padding-block: calc(var(--section_pdg-md) * var(--rem));
}

.section_pdg-md-top {
  padding-top: calc(var(--section_pdg-md) * var(--rem));
}

.section_pdg-md-btm {
  padding-bottom: calc(var(--section_pdg-md) * var(--rem));
}

.section_pdg-lg {
  padding-block: calc(var(--section_pdg-lg) * var(--rem));
}

.section_pdg-lg-top {
  padding-top: calc(var(--section_pdg-lg) * var(--rem));
}

.section_pdg-lg-btm {
  padding-bottom: calc(var(--section_pdg-lg) * var(--rem));
}

/* ##############################################################################

    page_ttl

############################################################################## */
.page_ttl {
  position: relative;
}
.page_ttl .breadcrumbs {
  text-align: center;
  background-color: transparent;
}

.page_ttl-jp {
  font-size: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl-jp {
    font-size: 1.7142857143rem;
  }
}
.page_ttl-jp:has(+ .page_ttl-en) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl-jp:has(+ .page_ttl-en) {
    margin-bottom: 0.8571428571rem;
  }
}

/* side_column
**************************************** */
.side_column {
  flex-shrink: 0;
}
@media print, screen and (min-width: 48em) {
  .side_column {
    width: 16.5rem;
  }
}

@media print, screen and (min-width: 48em) {
  .side_section {
    position: sticky;
    top: calc(var(--header-hgt-scroll-padding) * var(--rem));
    padding-right: 1rem;
  }
}

.side_section:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 47.9375em) {
  .side_section:not(:last-child) {
    margin-bottom: 2.2857142857rem;
  }
}

.side--ttl {
  font-family: var(--font-jp-heading);
  letter-spacing: 0.2em;
  line-height: 1;
}

.side--ttl span {
  display: block;
  margin-top: 0.5rem;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: var(--font-en-heading);
  opacity: 0.5;
}

/* --- list --- */
.side--list a {
  display: block;
  padding-block: 0.125rem;
}
@media (hover: hover) {
  .side--list a:hover {
    color: var(--clr-primary-default);
  }
}

.side--list .children a {
  --border-line: 1px;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
.side--list .children a::before {
  content: "";
  display: block;
  inline-size: 1em;
  margin-top: calc((1lh - var(--border-line)) / 2);
  border-bottom: var(--border-line) solid currentColor;
  flex-shrink: 0;
}

/* side_filters
**************************************** */
.side--section {
  border-bottom: 1px solid var(--clr-mono-02);
}

.side--body {
  padding-bottom: 0.5rem;
  font-family: var(--font-default);
}

.side_filters input[type=checkbox] {
  appearance: none;
  flex: 0 0 auto;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0;
  border: 1px solid var(--clr-mono-04);
  border-radius: 0.125rem;
  background-color: var(--clr-wht);
  cursor: pointer;
}
.side_filters input[type=checkbox]:checked {
  border-color: var(--clr-primary-default);
  background-color: var(--clr-primary-default);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3 8 3 3 7-7' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}
.side_filters input[type=checkbox]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.side_filters input[type=radio] {
  appearance: none;
  flex: 0 0 auto;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0;
  border: 1px solid var(--clr-mono-04);
  border-radius: 50%;
  background-color: var(--clr-wht);
  cursor: pointer;
}
.side_filters input[type=radio]:checked {
  border-color: var(--clr-primary-default);
  border-width: 0.25rem;
  background-color: var(--clr-wht);
}

.side--toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.5rem;
  cursor: pointer;
}
.side--toggle::after {
  content: "+";
  font-size: var(--font-size-txt-md);
  color: var(--clr-text-secondary);
}
.side--toggle[aria-expanded=true]::after {
  content: "−";
}

.side--cat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.side--cat-toggle {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  font-size: var(--font-size-txt-md);
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--clr-text-secondary);
}

.side--cat-children {
  padding-left: 1.25rem;
}

.side--checkbox {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding-block: 0.125rem;
  flex-grow: 1;
  cursor: pointer;
  border-radius: var(--border-radius-max);
  padding-inline: 0.5rem;
}
.side--checkbox:has(:checked) {
  background-color: color-mix(in srgb, var(--clr-primary-default) 30%, transparent);
}

.side--filter-rows {
  display: grid;
  gap: 0.375rem;
}

.side--filter-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1.375rem;
  align-items: start;
  gap: 0.25rem;
}
.side--filter-row + .side--filter-row {
  margin-top: 0.75rem;
}

.side--filter-row-fields {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.side--filter-select {
  min-width: 0;
  height: 2.125rem;
  padding: 0 1.75rem 0 0.5rem;
  border: none;
  border-radius: var(--border-radius-max);
  color: var(--clr-text-primary);
  font: inherit;
  font-size: 1rem;
  background-color: var(--clr-bg-02);
  cursor: pointer;
}
.side--filter-select:focus-visible {
  outline: 2px solid var(--clr-primary-default);
  outline-offset: 1px;
}
.side--filter-select:disabled {
  color: var(--clr-text-secondary);
  cursor: wait;
}
.side--filter-select:nth-child(2) {
  margin-left: 1em;
}
.side--filter-select:nth-child(3) {
  margin-left: 2em;
}

.side--filter-row-remove {
  display: grid;
  flex: 0 0 auto;
  width: 1.375rem;
  height: 1.375rem;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: inherit;
  font: inherit;
  line-height: 1;
  background: transparent;
  cursor: pointer;
}
.side--filter-row-remove:hover, .side--filter-row-remove:focus-visible {
  color: var(--clr-primary-dark);
  background-color: color-mix(in srgb, var(--clr-primary-default) 20%, transparent);
}

.side--filter-add {
  margin-top: 0.375rem;
  padding: 0;
  border: 0;
  color: var(--clr-primary-dark);
  font: inherit;
  text-decoration: underline;
  background: transparent;
  cursor: pointer;
}
.side--filter-add:hover, .side--filter-add:focus-visible {
  text-decoration: none;
}

.side--delivery-months {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0.5rem;
}
.side--delivery-months .side--checkbox:nth-child(n+5) {
  display: none;
}
.side--delivery-months.is-expanded .side--checkbox:nth-child(n+5) {
  display: flex;
}

.side--more-btn {
  margin-top: 0.25rem;
  padding: 0;
  font-size: var(--font-size-txt-sm);
  color: var(--clr-mono-06);
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
}

.side--amount-range {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
  background-color: var(--clr-bg-02);
  border-radius: 9999px;
  gap: 0.25rem;
}

.side--input {
  flex: 1;
  min-width: 0;
  padding: 0.375rem;
}
.side--input::-webkit-inner-spin-button, .side--input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.side--amount-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  background-color: var(--clr-primary-default);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: var(--transit-default);
}
.side--amount-btn .icon {
  color: var(--clr-wht);
}
@media (hover: hover) {
  .side--amount-btn:hover {
    opacity: 0.7;
  }
}

.side--actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.side--clear-btn {
  flex: 1;
  padding: 0.625rem;
  font-size: var(--font-size-txt-sm);
  background-color: var(--clr-wht);
  color: var(--clr-mono-06);
  border: 1px solid var(--clr-mono-04);
  border-radius: 9999px;
  cursor: pointer;
}

.side--apply-btn {
  flex: 1;
  padding: 0.625rem;
  font-size: var(--font-size-txt-sm);
  background-color: var(--clr-mono-06);
  color: var(--clr-wht);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
}
.side--apply-btn:hover {
  opacity: 0.8;
}

.side--loading {
  font-size: var(--font-size-txt-sm);
  color: var(--clr-mono-04);
}

/* サイドバー内の検索バー */
.side_filters .gnav--search fieldset {
  width: 100%;
}

/* PC: 検索条件欄を画面内でスクロール */
@media print, screen and (min-width: 48em) {
  .side_section:has(#nekofuru-filters) {
    max-height: calc(100dvh - var(--header-hgt-scroll-padding) * var(--rem) - 1.5rem);
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scrollbar-gutter: stable;
  }
}
/* SP: 絞り込み全面パネル
**************************************** */
@media screen and (max-width: 47.9375em) {
  html.is-nekofuru-filters-open {
    overflow: hidden;
  }
  .main_side:has(#nekofuru-filters) {
    gap: 0;
  }
  .side_column:has(#nekofuru-filters) {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    flex: none;
  }
  .side_column:has(#nekofuru-filters) .side_section {
    margin: 0;
  }
  #nekofuru-filters.side_filters {
    position: fixed;
    inset: 0;
    z-index: calc(9999 + 1);
    display: flex;
    flex-direction: column;
    visibility: hidden;
    pointer-events: none;
    background-color: var(--clr-bg-02);
    background-image: url(../images/common/bg-02.png);
    background-size: auto;
    background-position: center;
    background-repeat: repeat;
    transform: translateY(100%);
    transition: transform 0.28s ease, visibility 0.28s;
  }
}
@media screen and (max-width: 47.9375em) and (max-width: 47.9375em) {
  #nekofuru-filters.side_filters {
    background-size: 7.1428571429rem;
  }
}
@media screen and (max-width: 47.9375em) {
  #nekofuru-filters.side_filters.is-open {
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .side_filters--header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    gap: 0.8571428571rem;
    padding: 1.1428571429rem;
    border-bottom: 1px solid var(--clr-mono-02);
  }
  .side_filters--title {
    margin: 0;
  }
  .side_filters--close {
    flex-shrink: 0;
    width: 2.8571428571rem;
    height: 2.8571428571rem;
    padding: 0;
    font-size: 1.7142857143rem;
    line-height: 1;
    color: var(--clr-text-primary);
    background: none;
    border: none;
    cursor: pointer;
  }
  .side_filters--scroll {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.5714285714rem 1.1428571429rem 1.1428571429rem;
  }
  #nekofuru-filters .side--actions {
    flex-shrink: 0;
    margin-top: 0;
    padding: 0.8571428571rem 1.1428571429rem calc(1.1428571429rem + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--clr-mono-02);
    background-color: var(--clr-wht);
  }
}
/* ##############################################################################

    sns_area

############################################################################## */
/* 共通設定
********************************************** */
@media (hover: hover) {
  .sns_area a:hover {
    opacity: 0.7;
  }
}

.sns_area .icon {
  --w: 28;
}

/* 複数ある場合
********************************************** */
.sns_area li:not(:only-child) .txt {
  display: none;
}
.sns_area li:not(:only-child) a {
  display: grid;
  place-items: center;
  width: 2.5rem;
  aspect-ratio: 1;
}

/* 1つの場合、テキストを表示する
********************************************** */
.sns_area li:only-child a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  font-family: var(--font-en-text);
}

/* ##############################################################################

    title

############################################################################## */
.ttl-01,
.ttl-02,
.ttl-03,
.ttl-04,
.ttl-05,
.ttl-06 {
  position: relative;
  font-weight: var(--font-weight-heading);
}
.ttl-01:where(:not([class*=mgn-btm]):not(:last-child)),
.ttl-02:where(:not([class*=mgn-btm]):not(:last-child)),
.ttl-03:where(:not([class*=mgn-btm]):not(:last-child)),
.ttl-04:where(:not([class*=mgn-btm]):not(:last-child)),
.ttl-05:where(:not([class*=mgn-btm]):not(:last-child)),
.ttl-06:where(:not([class*=mgn-btm]):not(:last-child)) {
  margin-bottom: 1em;
}
.ttl-01 span:not([class]),
.ttl-02 span:not([class]),
.ttl-03 span:not([class]),
.ttl-04 span:not([class]),
.ttl-05 span:not([class]),
.ttl-06 span:not([class]) {
  line-height: inherit;
  letter-spacing: inherit;
}

/* ttl-01
********************************************** */
.ttl-01 {
  font-size: var(--font-size-heading1);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.ttl-01.font-en {
  font-weight: var(--font-weight-bold);
  line-height: 1;
}
.ttl-01 .subtitle-md {
  margin-top: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .ttl-01 .subtitle-md {
    margin-top: 0.5714285714rem;
  }
}
.ttl-01.clr-wht .subtitle-md {
  color: var(--clr-wht);
}
.ttl-01.clr-wht .subtitle-md::after {
  background-color: var(--clr-wht);
}

/* ttl-02
********************************************** */
.ttl-02 {
  font-size: var(--font-size-heading2);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.03em;
  line-height: 1.4;
}

/* ttl-03
********************************************** */
.ttl-03 {
  font-size: var(--font-size-heading3);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.03em;
  line-height: 1.6;
}

/* ttl-04
********************************************** */
.ttl-04 {
  font-size: var(--font-size-heading4);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.ttl-04.font-en {
  line-height: 1.7;
}

/* ttl-05
********************************************** */
.ttl-05 {
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.ttl-05.font-en {
  line-height: 1.7;
}

/* ttl-06
********************************************** */
.ttl-06 {
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.ttl-06.font-en {
  font-weight: var(--font-weight-bold);
  line-height: 1.7;
}

/* ##############################################################################

    subtitle

############################################################################## */
/* subtitle-lg
********************************************** */
.subtitle-lg {
  display: block;
  font-size: var(--font-size-txt-lg);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.6;
}

/* subtitle-md
********************************************** */
.subtitle-md {
  display: block;
  font-size: var(--font-size-txt-md);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.subtitle-md.txt-ctr::after {
  margin-left: auto;
  margin-right: auto;
}
.subtitle-md:where(:not([class*=mgn-btm]):not(:last-child)) {
  margin-bottom: 3em;
}

/* subtitle-sm
********************************************** */
.subtitle-sm {
  display: block;
  font-size: var(--font-size-txt-sm);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.6;
}

/* ##############################################################################

    display

############################################################################## */
.display-lg-en {
  font-size: var(--font-size-display-lg);
}

.display-md-en {
  font-size: var(--font-size-display-md);
}

.display-sm-en {
  font-size: var(--font-size-display-sm);
}

/* ##############################################################################

    deco

############################################################################## */
.ttl-deco-belt {
  padding: 0.5em 1em;
  border-left: 0.25em solid var(--clr-primary-default);
  border-radius: var(--border-radius-secondary);
  background-color: var(--clr-bg-04);
}

.ttl-deco-underline {
  padding-bottom: 0.5em;
  border-bottom: 2px solid currentColor;
}

.ttl-deco-dots_line::after {
  --dots-color: currentColor;
  content: "";
  display: block;
  flex-grow: 1;
  align-self: center;
  margin-top: 0.5em;
  height: calc(var(--dots-size) * var(--rem));
  background-color: var(--dots-color, currentColor);
  mask-image: url(../images/common/dot-line.svg);
  mask-size: calc(var(--dots-img-size) * var(--rem));
  mask-position: left top;
  mask-repeat: repeat-x;
}

.ttl-deco-fish::before {
  content: "";
  display: block;
  width: 5.9375rem;
  margin-inline: auto;
  margin-bottom: 2rem;
  aspect-ratio: 95/24;
  background-image: url(../images/common/ttl-deco-fish.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation: yurayura 3s infinite;
}
@media screen and (max-width: 47.9375em) {
  .ttl-deco-fish::before {
    width: 4.2857142857rem;
  }
}

.ttl-deco-footprints::before {
  content: "";
  display: block;
  width: 0.9583333333em;
  flex-shrink: 0;
  margin-block: calc(0.5lh - 0.9583333333em / 2);
  aspect-ratio: 92/80;
  background-color: var(--clr-secondary-default);
  mask-image: url(../images/common/ttl-deco-footprints.png);
  mask-size: cover;
}
.ttl-deco-footprints[class*=clr-]::before {
  background-color: currentColor;
}
.ttl-deco-footprints.clr-wht::before {
  background-color: var(--clr-wht);
}
.ttl-deco-footprints:not(.txt-ctr) {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
.ttl-deco-footprints.txt-ctr::before {
  margin-inline: auto;
  margin-bottom: 0.6666666667em;
}

@keyframes yurayura {
  0% {
    rotate: 0deg;
  }
  5%, 15% {
    rotate: 5deg;
  }
  10%, 20% {
    rotate: -5deg;
  }
  40% {
    rotate: 0deg;
  }
}
/* ##############################################################################

    ARCHIVE

############################################################################## */
.main_side {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 67.5em) {
  .main_side {
    flex-direction: column;
    gap: 2.8571428571rem;
  }
  .main_side:first-child {
    padding-top: 0;
  }
}

/* main_column
**************************************** */
.main_column {
  flex-grow: 1;
}

/* --- post --- */
.post {
  position: relative;
}
.post .img-contain {
  max-width: 80%;
}
.post:hover .post--img::before {
  opacity: 0.5;
}

.post--img {
  position: relative;
  border-radius: var(--border-radius-primary);
  overflow: clip;
  background-color: var(--clr-wht);
}
.post--img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--posts-clr);
  opacity: 0;
  transition: var(--transit-default);
}
.post--img img {
  transition: var(--transit-default);
}

.post--txtarea {
  margin-top: 1.5rem;
}

.post_style-fill .post {
  display: flex;
  flex-direction: column;
}
.post_style-fill .post--img {
  min-height: 0;
  background-color: var(--clr-bg-01);
  border-radius: var(--border-radius-primary) var(--border-radius-primary) 0 0;
}
.post_style-fill .post--img img {
  border-radius: var(--border-radius-primary) var(--border-radius-primary) 0 0;
}
.post_style-fill .post--txtarea {
  flex-grow: 1;
  padding: 2rem;
  margin-top: 0;
  border-radius: 0 0 var(--border-radius-primary) var(--border-radius-primary);
  background-color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .post_style-fill .post--txtarea {
    padding: 1.1428571429rem;
  }
}

.post--link:not([href="javascript:void(0);"])::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (hover: hover) {
  .post--link:not([href="javascript:void(0);"]):hover {
    color: var(--posts-clr);
  }
  .post--link:hover svg {
    fill: var(--posts-clr);
  }
}

.post--date {
  font-family: var(--font-en-text);
}

.post--info.flex .post--date + .cat_list {
  margin-left: auto;
}

.cat_list {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 0.125rem;
}

.cat_list a {
  display: inline-block;
  vertical-align: middle;
  color: var(--clr-text-secondary);
  font-size: var(--font-size-txt-sm);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.6;
  background: var(--clr-bg-02);
  padding-inline: 1em;
  border-radius: 0.25rem;
}

@media (hover: hover) {
  .cat_list a:hover {
    opacity: 0.7;
  }
}
/* --- post --- */
.posts-side .post {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}
.posts-side .post:not(:last-child) {
  margin-bottom: 1rem;
}
.posts-side .post--date {
  margin-bottom: 0;
}
.posts-side .post--ttl {
  line-height: var(--line-height-hdr);
}

/* --- archive --- */
.archive_list--ttl {
  position: relative;
  cursor: pointer;
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-default);
  padding-right: 1rem;
  transition: var(--transit-default);
}
.archive_list--ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(135deg);
  transition: var(--transit-default);
}
@media (hover: hover) {
  .archive_list--ttl:hover {
    opacity: 0.7;
  }
}

.is-open .archive_list--ttl::after {
  transform: rotate(315deg);
}

.archive_list {
  position: relative;
}

.archive_list a {
  display: block;
  padding: 0.5em 1em;
  line-height: 1;
  text-align: left;
}
@media (hover: hover) {
  .archive_list a:hover {
    background-color: var(--clr-bg-02);
  }
}

.archive_list--label {
  margin-right: 0.5rem;
}

.archive_list--btn {
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  padding: 0.25em 4em 0.25em 2em;
  background-color: var(--clr-wht);
  border: 1px solid var(--clr-mono-02);
  color: inherit;
  font-family: var(--font-jp-text);
  font-size: max(14px, 1rem);
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-default);
  transition: var(--transit-default);
}
.archive_list--btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.4em;
  right: 0.8em;
  margin: auto;
  width: 0.6em;
  height: 0.6em;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  transition: var(--transit-default);
}
@media (hover: hover) {
  .archive_list--btn:hover {
    background-color: var(--clr-bg-02);
  }
}

.archive_list--menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-height: 20rem;
  overflow: auto;
  background-color: var(--clr-wht);
  border: 1px solid var(--clr-mono-02);
  visibility: hidden;
  margin-top: -1px;
  opacity: 0;
  transition: var(--transit-default);
}

/* --- archive-pulldown --- */
.archive-pulldown {
  position: relative;
  margin-left: auto;
  z-index: 100;
}
.archive-pulldown .archive_list a:not(:last-child) {
  border-bottom: 1px solid var(--clr-bg-02);
}
.archive-pulldown .is-open .archive_list--btn::after {
  bottom: -0.2em;
  transform: rotate(225deg);
}
.archive-pulldown .is-open .archive_list--menu {
  visibility: visible;
  opacity: 1;
}

/* ##############################################################################

    area

############################################################################## */
/* tax_nav
**************************************** */
.tax_nav--group {
  display: grid;
  grid-template-columns: 9.375rem 1fr;
  gap: 1rem;
}

.tax_nav--region {
  display: flex;
  flex-wrap: wrap;
}
.tax_nav--region li {
  display: block;
  padding: 0.5em;
  cursor: pointer;
}

/* ##############################################################################

    activity

############################################################################## */
/* activity
**************************************** */
:root {
  --posts-clr: var(--clr-primary-default);
  --posts-clr-bg: var(--clr-bg-04);
}

.activity_info--box {
  width: fit-content;
  margin-inline: auto;
  margin-top: 2.5rem;
  padding: 1.5rem 2.5rem;
  background-color: var(--clr-wht);
  border-radius: var(--border-radius-primary);
}
.activity_info--box li {
  line-height: 1;
}

.activity_data {
  display: flex;
  align-items: center;
  gap: 0.5rem 1rem;
  color: var(--posts-clr);
}
.activity_data dt {
  padding: 0.5rem 1rem;
  font-size: var(--font-size-txt-sm);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1;
  background-color: var(--posts-clr-bg);
  border-radius: var(--border-radius-tertiary);
}
.activity_data dd {
  font-size: var(--font-size-txt-lg);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 47.9375em) {
  .activity_data {
    display: grid;
    grid-template-columns: 5.1428571429rem minmax(0, 1fr);
    gap: 0.2857142857rem 0.5714285714rem;
    align-items: center;
  }
  .activity_data dt {
    width: auto;
    padding: 0.4285714286rem 0.5714285714rem;
  }
  .activity_data dd {
    font-size: var(--font-size-txt-md);
    line-height: 1.6;
  }
}

.related_posts {
  background-color: var(--clr-primary-dark);
}

.post-type-local_activity,
.posts-local_activity {
  --posts-clr: var(--clr-secondary-default);
  --posts-clr-bg: var(--clr-bg-local_activity);
}
.post-type-local_activity .related_posts,
.posts-local_activity .related_posts {
  background-color: var(--posts-clr);
}

.posts-activity .activity_data {
  display: grid;
  grid-template-columns: auto 1fr;
}

/* ##############################################################################

    news

############################################################################## */
/* news
**************************************** */
/* --- news--archive --- */
.news--archive {
  padding-block: 1.25rem;
  background-color: #111;
}

.news--archive li {
  margin-left: 8px;
  margin-right: 8px;
}

.news--archive a {
  color: var(--clr-wht);
}

/* --- posts-news --- */
.posts-news .post {
  position: relative;
  display: flex;
  gap: 2.5rem;
  align-items: center;
  padding-block: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-news .post {
    gap: 1.1428571429rem;
    padding-block: 1.1428571429rem;
  }
}
.posts-news .post::after,
.posts-news .post:first-child::before {
  --dots-color: var(--posts-clr);
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: calc(var(--dots-size) * var(--rem));
  pointer-events: none;
  content: "";
  background-color: var(--dots-color, currentColor);
  mask-image: url(../images/common/dot-line.svg);
  mask-size: calc(var(--dots-img-size) * var(--rem));
  mask-position: left top;
  mask-repeat: repeat-x;
}
.posts-news .post::after {
  bottom: 0;
}
.posts-news .post:first-child::before {
  top: 0;
}
.posts-news .post--txtarea {
  display: flex;
  flex: 1;
  gap: 1.5rem;
  align-items: center;
  min-width: 0;
  margin-top: 0;
}
@media screen and (max-width: 47.9375em) {
  .posts-news .post--txtarea {
    flex-wrap: wrap;
    gap: 0.1428571429rem 0.5714285714rem;
    align-items: flex-start;
  }
}
.posts-news .post--date {
  flex-shrink: 0;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: var(--posts-clr);
}
.posts-news .post--ttl {
  min-width: 0;
  margin-bottom: 0;
  font-weight: var(--font-weight-default);
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 47.9375em) {
  .posts-news .post--ttl {
    width: 100%;
  }
}
.posts-news .posts-news--icon {
  pointer-events: none;
}

/* ##############################################################################

    archive - AREA

############################################################################## */
/* 地方カラー変数 */
.area-nav {
  --clr-area-hokkaido: #4d57b2;
  --clr-area-hokkaido-bg: #e9ecff;
  --clr-area-tohoku: #689be2;
  --clr-area-tohoku-bg: #e3efff;
  --clr-area-kanto: #5cbcc5;
  --clr-area-kanto-bg: #e2fdff;
  --clr-area-chubu: #32b56d;
  --clr-area-chubu-bg: #ecfff5;
  --clr-area-kinki: #94cb4c;
  --clr-area-kinki-bg: #f6ffe9;
  --clr-area-chugoku: #f7ca00;
  --clr-area-chugoku-bg: #fffbe8;
  --clr-area-shikoku: #f38c05;
  --clr-area-shikoku-bg: #fff2e1;
  --clr-area-kyushu: #f55a5c;
  --clr-area-kyushu-bg: #ffeaeb;
  display: grid;
  grid-template-columns: 1fr 36.875rem;
  gap: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .area-nav {
    grid-template-columns: 1fr;
  }
}

.area-nav--table {
  border: 1px solid var(--clr-text-placeholder);
  border-radius: var(--border-radius-primary);
  overflow: hidden;
  flex-shrink: 0;
}

.area-nav--row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--clr-text-placeholder);
}
.area-nav--row:last-child {
  border-bottom: none;
}
.area-nav--row[data-region=hokkaido] {
  background-color: var(--clr-area-hokkaido-bg);
}
.area-nav--row[data-region=tohoku] {
  background-color: var(--clr-area-tohoku-bg);
}
.area-nav--row[data-region=kanto] {
  background-color: var(--clr-area-kanto-bg);
}
.area-nav--row[data-region=chubu] {
  background-color: var(--clr-area-chubu-bg);
}
.area-nav--row[data-region=kinki] {
  background-color: var(--clr-area-kinki-bg);
}
.area-nav--row[data-region=chugoku] {
  background-color: var(--clr-area-chugoku-bg);
}
.area-nav--row[data-region=shikoku] {
  background-color: var(--clr-area-shikoku-bg);
}
.area-nav--row[data-region=kyushu] {
  background-color: var(--clr-area-kyushu-bg);
}

[data-region=hokkaido] .region-name {
  background-color: var(--clr-area-hokkaido);
}

[data-region=tohoku] .region-name {
  background-color: var(--clr-area-tohoku);
}

[data-region=kanto] .region-name {
  background-color: var(--clr-area-kanto);
}

[data-region=chubu] .region-name {
  background-color: var(--clr-area-chubu);
}

[data-region=kinki] .region-name {
  background-color: var(--clr-area-kinki);
}

[data-region=chugoku] .region-name {
  background-color: var(--clr-area-chugoku);
}

[data-region=shikoku] .region-name {
  background-color: var(--clr-area-shikoku);
}

[data-region=kyushu] .region-name {
  background-color: var(--clr-area-kyushu);
}

.area-nav--region {
  display: flex;
  align-items: center;
  width: 10.625rem;
  min-width: 8.75rem;
  padding: 1rem 1.5rem;
  line-height: var(--line-height-default);
  letter-spacing: var(--ltr-space-default);
  color: var(--clr-text-light);
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (max-width: 47.9375em) {
  .area-nav--region {
    width: 6.25rem;
    min-width: 5rem;
    padding: 0.5rem 0.75rem;
    font-size: var(--font-size-txt-sm);
    justify-content: center;
  }
}

.area-nav--prefs {
  --offset: 10;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(var(--offset) * var(--rem) * 2);
  padding: 1rem 1.5rem;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 47.9375em) {
  .area-nav--prefs {
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
  }
}

.area-nav--pref {
  padding: calc(var(--offset) * var(--rem));
  margin-inline: calc(var(--offset) * var(--rem) * -1);
  text-decoration: underline;
  line-height: var(--line-height-default);
  letter-spacing: var(--ltr-space-default);
  color: var(--clr-text-primary);
  cursor: pointer;
  white-space: nowrap;
  transition: var(--transit-default);
}
.area-nav--pref:hover {
  opacity: 0.7;
}
.area-nav--pref.is-current {
  opacity: 0.7;
}
@media screen and (max-width: 47.9375em) {
  .area-nav--pref {
    font-size: var(--font-size-txt-sm);
  }
}

.area-list {
  margin-top: 2.5rem;
}
.area-list:has(#js-area-heading:empty) {
  display: none;
}

.area-nav--map {
  position: relative;
  flex-shrink: 0;
  border-radius: var(--border-radius-primary);
  background-color: #b9d9e9;
  background-image: url(../images/area/map-sea.png);
  background-size: 100%;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .area-nav--map {
    order: -1;
    aspect-ratio: 302/248;
    background-image: url(../images/area/map-sea-sp.png);
  }
}
.area-nav--map img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 47.9375em) {
  .area-nav--map img {
    width: 85.2664576803% !important;
  }
}

.area-nav--map--region .region-name {
  position: absolute;
  padding: 0.5rem 0.625rem;
  color: var(--clr-wht);
  font-size: var(--font-size-txt-sm);
  font-weight: var(--font-weight-default);
  letter-spacing: 0.03em;
  line-height: 1;
  border-radius: var(--border-radius-max);
}
@media screen and (max-width: 47.9375em) {
  .area-nav--map--region .region-name {
    padding: 0.2857142857rem 0.4285714286rem;
    font-size: 0.7142857143rem;
  }
}
.area-nav--map--region[data-region=hokkaido] .region-name {
  top: 6.875rem;
  left: 14.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .area-nav--map--region[data-region=hokkaido] .region-name {
    top: 21.4559386973%;
    left: 33.2288401254%;
  }
}
.area-nav--map--region[data-region=tohoku] .region-name {
  top: 15.5rem;
  left: 26.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .area-nav--map--region[data-region=tohoku] .region-name {
    top: 48.6590038314%;
    left: 66.7711598746%;
  }
}
.area-nav--map--region[data-region=kanto] .region-name {
  top: 22.5rem;
  left: 22.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .area-nav--map--region[data-region=kanto] .region-name {
    top: 70.4980842912%;
    left: 58.6206896552%;
  }
}
.area-nav--map--region[data-region=chubu] .region-name {
  top: 15.125rem;
  left: 13rem;
}
@media screen and (max-width: 47.9375em) {
  .area-nav--map--region[data-region=chubu] .region-name {
    top: 44.4444444444%;
    left: 30.0940438871%;
  }
}
.area-nav--map--region[data-region=kinki] .region-name {
  top: 25.0625rem;
  left: 15.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .area-nav--map--region[data-region=kinki] .region-name {
    top: 77.0114942529%;
    left: 40.7523510972%;
  }
}
.area-nav--map--region[data-region=chugoku] .region-name {
  top: 18.5625rem;
  left: 6.125rem;
}
@media screen and (max-width: 47.9375em) {
  .area-nav--map--region[data-region=chugoku] .region-name {
    top: 55.1724137931%;
    left: 15.3605015674%;
  }
}
.area-nav--map--region[data-region=shikoku] .region-name {
  top: 27.0625rem;
  left: 10.25rem;
}
@media screen and (max-width: 47.9375em) {
  .area-nav--map--region[data-region=shikoku] .region-name {
    top: 84.2911877395%;
    left: 23.5109717868%;
  }
}
.area-nav--map--region[data-region=kyushu] .region-name {
  top: 9.9375rem;
  left: 2.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .area-nav--map--region[data-region=kyushu] .region-name {
    top: 31.0344827586%;
    left: 5.329153605%;
  }
  .area-nav--map--region[data-region=kyushu] .region-name br {
    display: none;
  }
}

/* ##############################################################################

    HOME RANKING

############################################################################## */
.home_ranking--head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .home_ranking--head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8571428571rem;
  }
}

.home_ranking--head-ttl {
  flex-grow: 1;
}

.home_ranking--bottom-btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .home_ranking--bottom-btn {
    margin-top: 1.7142857143rem;
  }
}

/* HTMLはタイトル→スライド→ボタン、PCのみGridで見た目を従来どおり */
.home_ranking--layout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "title btn" "slide slide";
  gap: 1.5rem 1rem;
}
@media screen and (max-width: 47.9375em) {
  .home_ranking--layout-grid {
    display: flex;
    flex-direction: column;
    gap: 1.1428571429rem;
  }
}
.home_ranking--layout-grid .home_ranking--head-ttl {
  grid-area: title;
  margin-bottom: 0;
}
.home_ranking--layout-grid .home_ranking--head-btn {
  grid-area: btn;
  align-self: center;
}
.home_ranking--layout-grid .home_ranking--slide {
  grid-area: slide;
}

.home_ranking--slide {
  --arrow_offset: 24;
  --arrow_w: 40;
  --arrow-edge: -50;
}
@media screen and (max-width: 47.9375em) {
  .home_ranking--slide {
    --arrow_w: 32;
    --arrow_offset: 8;
  }
}
.home_ranking--slide .splide__track {
  overflow: visible;
}
.home_ranking--slide .splide__track:has(.ranking--medal) {
  padding-top: calc(var(--medal_pos_top) * var(--rem));
}
.home_ranking--slide .splide__slide {
  width: 16.25rem;
  margin-right: 1rem;
  transition: var(--transit-default);
}
.home_ranking--slide .splide__slide:not(.is-visible) {
  opacity: 0.3;
}
@media screen and (max-width: 47.9375em) {
  .home_ranking--slide .splide__slide:not(.is-visible) {
    opacity: 1;
  }
}
.home_ranking--slide .splide__arrows {
  height: 100%;
}
@media screen and (max-width: 47.9375em) {
  .home_ranking--slide .splide__arrows {
    display: none;
  }
}

.home_ranking--sp-slider .home_ranking--list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.5rem;
}
.home_ranking--sp-slider .home_ranking--arrows {
  display: none;
}
@media screen and (max-width: 47.9375em) {
  .home_ranking--sp-slider .home_ranking--list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8571428571rem;
  }
}

.mypage_rank--help {
  display: block;
  padding: 0;
  border: 0;
  color: var(--clr-secondary-default);
  font: inherit;
  background: none;
  font-size: var(--font-size-txt-sm);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  cursor: pointer;
}

.donation-modal.rank-modal {
  width: min(100% - 3rem, 56.25rem);
}
@media screen and (max-width: 47.9375em) {
  .donation-modal.rank-modal {
    width: calc(100% - 2.2857142857rem);
  }
}

/* ##############################################################################

    MYPAGE

############################################################################## */
/* member_nav
********************************************** */
.member_nav {
  flex-shrink: 0;
  width: 17.5rem;
}
@media screen and (max-width: 67.5em) {
  .member_nav {
    width: 100%;
  }
}

.member_nav--list li.is-current {
  background-color: var(--clr-primary-default);
}
.member_nav--list li.is-current a {
  color: var(--clr-wht);
}

.member_nav--logout {
  margin-top: 0.5rem;
}

/* mypage_summary
********************************************** */
.mypage_summary {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .mypage_summary {
    align-items: center;
  }
}

.mypage_summary--nickname {
  font-weight: var(--font-weight-bold);
  white-space: nowrap;
}
.mypage_summary--nickname > span {
  margin-right: 0.25rem;
}

/* mypage_rank
********************************************** */
.mypage_rank {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.mypage_rank > img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
}

.mypage_rank--txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
}

.mypage_rank--desc {
  line-height: 1;
  white-space: nowrap;
}

.mypage_rank--label {
  margin-bottom: 0;
  line-height: 1;
  color: var(--clr-blk);
  white-space: nowrap;
}

/* mypage_donation
********************************************** */
.mypage_donation {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 2.5rem 2.5rem;
  background-color: var(--clr-wht);
  border-radius: var(--border-radius-primary);
}
@media screen and (max-width: 47.9375em) {
  .mypage_donation {
    gap: 0.5714285714rem;
    padding: 1.1428571429rem;
  }
}

.mypage_donation--content {
  --dots-color: var(--clr-text-primary);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 2rem 2.5rem;
}
.mypage_donation--content::before, .mypage_donation--content::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(var(--dots-size) * var(--rem));
  background-color: var(--dots-color, currentColor);
  mask-image: url(../images/common/dot-line.svg);
  mask-size: calc(var(--dots-img-size) * var(--rem));
  mask-position: left top;
  mask-repeat: repeat-x;
}
.mypage_donation--content::before {
  top: 0;
}
.mypage_donation--content::after {
  bottom: 0;
}
@media screen and (max-width: 47.9375em) {
  .mypage_donation--content {
    padding: 1.7142857143rem 0;
  }
}

.mypage_donation--header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
}

.mypage_donation--title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0;
  white-space: nowrap;
}
.mypage_donation--title::before, .mypage_donation--title::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 2rem;
  margin-block: calc(0.5lh - 1rem);
  aspect-ratio: 92/80;
  background-color: var(--clr-secondary-default);
  mask-image: url(../images/common/ttl-deco-footprints.png);
  mask-size: cover;
}

.mypage_donation--total-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.mypage_donation--total-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.625rem;
}
.mypage_donation--total-row dd {
  display: flex;
  align-items: baseline;
  gap: 0.625rem;
}
.mypage_donation--total-row .txt-lg {
  line-height: 1.8;
}

.mypage_donation--total-amount {
  margin-bottom: 0;
  line-height: 1;
}

.mypage_donation--current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: var(--border-radius-secondary);
  background-color: var(--clr-bg-01);
  background-image: url(../images/common/bg-01.png);
  background-size: 6.25rem 6.25rem;
}
@media screen and (max-width: 47.9375em) {
  .mypage_donation--current {
    background-size: 7.1428571429rem;
  }
}

.mypage_donation--history {
  width: 100%;
  color: var(--clr-text-secondary);
  border: 1px solid var(--clr-text-secondary);
  border-radius: var(--border-radius-secondary);
}
.mypage_donation--history summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem 0.5rem 1rem;
  cursor: pointer;
  list-style: none;
}
.mypage_donation--history summary::-webkit-details-marker {
  display: none;
}
.mypage_donation--history summary::after {
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  margin: -0.25rem 0.25rem 0 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform var(--duration-default) var(--easing-default);
}
.mypage_donation--history[open] summary::after {
  margin-top: 0.25rem;
  transform: rotate(225deg);
}
.mypage_donation--history dl {
  display: grid;
  gap: 0.5rem;
  padding: 0 1rem 1rem;
}

.mypage_donation--history-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.mypage_donation--pending {
  color: var(--clr-text-secondary);
}

.mypage_donation--history-empty {
  padding: 0 1rem 1rem;
}

.mypage_donation--updated {
  align-self: flex-end;
  color: var(--clr-text-secondary);
  text-align: right;
}

/* ##############################################################################

    PAGE

############################################################################## */
/* related_page
********************************************** */
.section-related_page--list {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.section-related_page--list a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem;
  line-height: var(--line-height-hdr);
}
@media screen and (max-width: 47.9375em) {
  .section-related_page--list a {
    padding: 1.7142857143rem;
  }
}
.section-related_page--list a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4rem;
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}
@media screen and (max-width: 47.9375em) {
  .section-related_page--list a::after {
    right: 1.7142857143rem;
    width: 0.8571428571rem;
    height: 0.8571428571rem;
  }
}
@media (hover: hover) {
  .section-related_page--list a:hover {
    opacity: 0.7;
  }
}

.section-related_page--list .font-jp {
  margin-bottom: 0.25em;
}
@media screen and (max-width: 47.9375em) {
  .section-related_page--list .font-jp {
    font-size: 1.2857142857rem;
  }
}

/* type-line パッケージなどシンプル
********************************************** */
.section-related_page--list.type-line li {
  border-bottom: 1px solid var(--clr-mono-02);
}

/* type-bg 背景画像がある場合、色ベタ・白文字
****************************************************** */
.related_page--bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.2;
  background-image: var(--bg-img);
}
@media screen and (max-width: 47.9375em) {
  .related_page--bg {
    --bg-img-sp: var(--bg-img);
    background-image: var(--bg-img-sp);
  }
}

@media print, screen and (min-width: 48em) {
  .section-related_page--list.type-bg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33.3333333333%, 1fr));
    border-radius: 0.625rem;
  }
}
.section-related_page--list.type-bg li:nth-child(9n-1) a::before, .section-related_page--list.type-bg li:nth-child(9n-3) a::before, .section-related_page--list.type-bg li:nth-child(9n-8) a::before {
  filter: brightness(1.1);
}
.section-related_page--list.type-bg li:nth-child(9n-2) a::before, .section-related_page--list.type-bg li:nth-child(9n-4) a::before, .section-related_page--list.type-bg li:nth-child(9n-6) a::before {
  filter: brightness(0.9);
}
.section-related_page--list.type-bg a {
  color: var(--clr-wht);
  padding: 4rem 5.5rem 4rem 4rem;
}
@media print, screen and (min-width: 48em) {
  .section-related_page--list.type-bg a {
    height: 17.5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .section-related_page--list.type-bg a {
    padding: 1.7142857143rem 2.2857142857rem 1.7142857143rem 1.7142857143rem;
  }
}
.section-related_page--list.type-bg a::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-color: var(--clr-secondary-default);
}

/* ##############################################################################

    RANKING

############################################################################## */
.ranking--lead {
  margin-bottom: 2rem;
  font-size: var(--font-size-txt-md);
  color: var(--clr-text-secondary);
}

.ranking--results {
  grid-template-columns: repeat(3, 1fr);
}

.ranking--item .nekofuru-search--card {
  height: 100%;
}

.ranking--empty {
  padding: 3rem 0;
  text-align: center;
  color: var(--clr-text-secondary);
}

/* サイドバー: ランキング切替バナー
**************************************** */
.ranking_side--bnr_list {
  display: grid;
  gap: 0.5rem;
}
@media screen and (max-width: 47.9375em) {
  .ranking_side--bnr_list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 1.7142857143rem;
  }
}

.ranking_side--bnr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  font-size: var(--font-size-txt-sm);
  font-weight: var(--font-weight-heading);
  line-height: 1.4;
  background-color: var(--clr-wht);
  border: 1px solid var(--clr-primary-default);
  border-radius: var(--border-radius-secondary);
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .ranking_side--bnr {
    min-height: 3.5714285714rem;
    padding: 0.5714285714rem;
  }
}
.ranking_side--bnr .icon {
  flex-shrink: 0;
}

.ranking_side--bnr:hover,
.ranking_side--bnr.is-active {
  color: var(--clr-wht);
  background-color: var(--clr-primary-default);
}

/* SP: サイドバー上・カテゴリ閉じ・リスト2カラム
**************************************** */
@media screen and (max-width: 47.9375em) {
  .main_side:has(.ranking_side--bnr_list) {
    flex-direction: column-reverse;
  }
  .side_column:has(.ranking_side--bnr_list) .side--toggle[aria-expanded=false] + .side--body {
    display: none;
  }
  .ranking_side--cat_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.1428571429rem;
  }
}
/* 口コミ（投稿フォーム・一覧）
********************************** */
.review_form--lead {
  margin-bottom: 2rem;
  line-height: 1.8;
}

.review_form--msg {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}

.review_form--msg-error {
  background-color: #fde9e7;
}

.review_form--box {
  max-width: 42.5rem;
  margin-inline: auto;
  padding: 2.5rem;
  background-color: var(--clr-wht);
  border-radius: var(--border-radius-primary);
}
@media screen and (max-width: 47.9375em) {
  .review_form--box {
    padding: 1.1428571429rem;
  }
}

.review_form--textarea {
  width: 100%;
  padding: 1rem;
  font-size: 0.9375rem;
  line-height: 1.8;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}

.review_form--nickname {
  margin-top: 1rem;
  font-weight: bold;
}

.review_form--note {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #6c6c6c;
}

.review_form--submit {
  margin-top: 1.5rem;
  text-align: center;
}
.review_form--submit button {
  --btn-color: var(--clr-primary-default);
  --btn-color-hover: var(--clr-primary-dark);
  position: relative;
  z-index: 1;
  padding: 0.75rem 1rem;
  border-radius: var(--border-radius-max);
  width: fit-content;
  min-width: min(13.375rem, 100%);
  color: var(--clr-text-light);
  margin-inline: auto;
  font-size: var(--font-size-txt-lg);
  font-weight: var(--font-weight-bold);
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.3;
  background-color: var(--btn-color);
  text-decoration: none;
  border: none;
}

.review_list--items {
  display: grid;
}

.review_item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  background-color: var(--clr-bg-05);
  border: 2px solid var(--clr-primary-default);
  border-radius: var(--border-radius-primary);
}
@media screen and (max-width: 47.9375em) {
  .review_item {
    padding: 1.4285714286rem 1.1428571429rem;
  }
}

.review_item--txt {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.review_item--meta {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.875rem;
  color: var(--clr-primary-default);
  margin-top: auto;
}

.review_item--date {
  font-weight: var(--font-weight-bold);
}

/* ##############################################################################

    SEARCH

############################################################################## */
.search form {
  padding: 2.5rem;
  background-color: var(--clr-bg-01);
}

.search--menu_btn {
  cursor: pointer;
  padding: 0.25em 2em 0.25em 1em;
  background-color: var(--clr-wht);
  border: 1px solid #ccc;
  color: inherit;
  font-family: var(--font-jp-text);
  font-size: max(14px, 1rem);
  line-height: var(--line-height-default);
  font-weight: var(--font-weight-heading);
  transition: var(--transit-default);
}
.search--menu_btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.4em;
  right: 0.8em;
  margin: auto;
  width: 0.6em;
  height: 0.6em;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  transition: var(--transit-default);
}
@media (hover: hover) {
  .search--menu_btn:hover {
    background-color: var(--clr-bg-02);
  }
}

.active .search--menu_btn::after {
  bottom: -0.2em;
  transform: rotate(225deg);
}

.search--menu li {
  margin-inline-start: 1.25em;
}
.search--menu li > * {
  display: block;
}
.search--menu li input {
  float: inline-start;
  inline-size: max(16px, 1.125rem);
  aspect-ratio: 1;
  margin-block: calc((1lh - max(16px, 1.125rem)) / 2);
  margin-inline-start: -1.25em;
}

.search--menu-select {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: var(--clr-wht);
  border: 1px solid #ccc;
  visibility: hidden;
  margin-top: -1px;
  opacity: 0;
  transition: var(--transit-default);
}
.search--menu-select li {
  margin-inline-start: 0;
  transition: var(--transit-default);
}
.search--menu-select li:not(:last-child) {
  border-bottom: 1px solid var(--clr-bg-02);
}
@media (hover: hover) {
  .search--menu-select li:hover {
    background-color: var(--clr-bg-02);
  }
}
.search--menu-select input {
  display: none;
}
.search--menu-select label {
  padding: 0.25em 1em;
  cursor: pointer;
}

.active .search--menu-select {
  visibility: visible;
  opacity: 1;
}

.search_sub_nav {
  padding-left: 1em;
}

.search--list {
  padding: 2rem;
  background-color: var(--clr-bg-01);
}

/* ##############################################################################

    SINGLE

############################################################################## */
/* common
**************************************** */
.article_box {
  padding: 5rem;
  border-radius: var(--border-radius-primary);
  background-color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .article_box {
    padding: 1.1428571429rem;
    font-size: 0.9285714286rem;
  }
}

.post-type-local_activity .article-local_activity--info .mce-content-body {
  --mce-clr-accent: var(--clr-secondary-default);
  --mce-clr-accent-dark: var(--clr-secondary-dark);
  --mce-clr-accent-bg: var(--clr-bg-local_activity-mce);
}

#ez-toc-container + .article_box {
  margin-top: 7.5rem;
}

.eyecatch {
  margin-bottom: 2rem;
}
.eyecatch img {
  border-radius: var(--border-radius-primary);
}

/* 目次
**************************************** */
.ez-toc-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ez-toc-list {
  margin-top: 1rem;
}

.ez-toc-icon-toggle-span {
  width: auto;
  height: auto;
  color: var(--clr-text-secondary) !important;
}
.ez-toc-icon-toggle-span a {
  text-decoration: none !important;
}
.ez-toc-icon-toggle-span svg {
  display: none;
}
.ez-toc-icon-toggle-span::before {
  content: "開く";
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-sm);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.ez-toc-icon-toggle-span::after {
  content: "";
  flex-shrink: 0;
  width: 1.25rem;
  aspect-ratio: 1;
  rotate: 90deg;
  background-color: currentColor;
  mask-image: url(../images/common/icon-arrow.svg);
  mask-size: contain;
}

.ez-toc-js-icon-con {
  width: auto !important;
  float: none !important;
  border: none !important;
}

.toc_close .ez-toc-icon-toggle-span::before {
  content: "閉じる";
}
.toc_close .ez-toc-icon-toggle-span::after {
  rotate: -90deg;
}

.ez-toc-debug-messages {
  display: none;
}

div#ez-toc-container {
  --toc-clr-accent: var(--clr-primary-default);
  padding: 2rem 3rem;
  border-radius: var(--border-radius-primary);
  background-color: var(--clr-bg-01);
  background-image: url(../images/common/bg-01.png);
  border: none !important;
  box-shadow: none;
}
@media screen and (max-width: 47.9375em) {
  div#ez-toc-container {
    padding: 1.1428571429rem 1.7142857143rem;
    background-size: 7.1428571429rem;
  }
}
div#ez-toc-container p.ez-toc-title {
  color: var(--clr-text-primary) !important;
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.03em;
  line-height: 1.6;
}
div#ez-toc-container a,
div#ez-toc-container a:hover,
div#ez-toc-container a:visited {
  color: var(--toc-clr-accent) !important;
}
div#ez-toc-container .ez-toc-link {
  font-size: var(--font-size-txt-lg);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (max-width: 47.9375em) {
  div#ez-toc-container .ez-toc-link {
    font-size: 0.9285714286rem;
  }
}

.post-type-local_activity .article-local_activity--info div#ez-toc-container {
  --toc-clr-accent: var(--clr-secondary-default);
}

#ez-toc-container.counter-hierarchy ul {
  font-size: max(15px, 1.0625rem);
}
#ez-toc-container.counter-hierarchy ul li {
  margin-top: 0.5rem;
}
#ez-toc-container.counter-hierarchy ul ul {
  margin-left: 1rem;
}
#ez-toc-container.counter-hierarchy ul ul a {
  position: relative;
  display: inline-block;
  padding-left: 1rem;
}
#ez-toc-container.counter-hierarchy ul ul a::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.5rem;
  height: 0;
  border-bottom: 1px solid;
}

/* pass
**************************************** */
#pass p {
  margin-bottom: 1em;
}

#pass input[name=post_password] {
  padding: 0.3125rem;
  border: solid 1px #aaa;
}

#pass input[type=submit] {
  padding: 0.25rem 0.375rem;
  letter-spacing: 0.15em;
  background-color: #ddd;
  border-radius: 0.25rem;
  outline: none;
  border: none;
  cursor: pointer;
  transition: var(--transit-default);
}

@media (hover: hover) {
  #pass input[type=submit]:hover {
    opacity: 0.7;
  }
}
/* share
**************************************** */
.share--list a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 3rem;
  aspect-ratio: 1;
  padding: 0.5em;
  line-height: 1;
  background-color: var(--clr-wht);
  font-size: max(10px, 0.75rem);
  font-weight: bold;
  border: 1px solid var(--clr-mono-02);
  border-radius: var(--border-radius-max);
}
@media screen and (max-width: 47.9375em) {
  .share--list a {
    height: 2.5rem;
  }
}
@media (hover: hover) {
  .share--list a:hover {
    opacity: 0.5;
  }
}
.share--list a img {
  aspect-ratio: 1;
  object-fit: contain;
}

/* wp-pagenavi
**************************************** */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(3.5416666667px, 0.2083333333vw, 0.25rem);
  white-space: nowrap;
}

.wp-pagenavi > * {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi .pages {
  width: 100%;
  margin-bottom: 1em;
}

.wp-pagenavi .current,
.wp-pagenavi a {
  border-radius: var(--border-radius-max);
}

.wp-pagenavi .current {
  color: var(--clr-wht);
  background-color: var(--clr-primary-default);
  border-color: var(--clr-primary-default);
}

.wp-pagenavi a {
  position: relative;
  padding: 0 1em;
  height: clamp(35.4166666667px, 2.0833333333vw, 2.5rem);
  color: var(--clr-primary-default);
  border: 1px solid var(--clr-primary-default);
  background-color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .wp-pagenavi a {
    height: 2.5714285714rem;
  }
}
@media (hover: hover) {
  .wp-pagenavi a:hover {
    color: var(--clr-wht);
    background-color: var(--clr-primary-default);
  }
}

.archive .wp-pagenavi > *:not(.pages) {
  width: clamp(35.4166666667px, 2.0833333333vw, 2.5rem);
  aspect-ratio: 1;
}
@media screen and (max-width: 47.9375em) {
  .archive .wp-pagenavi > *:not(.pages) {
    width: 2.5714285714rem;
  }
}

.wp-pagenavi-single a[rel=prev],
.wp-pagenavi-single a[rel=next] {
  aspect-ratio: 1;
}

.wp-pagenavi a[rel=prev]::before,
.wp-pagenavi a[rel=next]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  border-top: 2px solid;
  border-right: 2px solid;
}

.wp-pagenavi a[rel=prev]::before,
.wp-pagenavi a[rel=next]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  width: 0.5em;
  aspect-ratio: 1;
}

.wp-pagenavi a[rel=prev]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .first::after {
  transform: rotate(-135deg);
}

.wp-pagenavi a[rel=next]::before,
.wp-pagenavi .last::before,
.wp-pagenavi .last::after {
  transform: rotate(45deg);
}

.wp-pagenavi-single a[rel=prev]::before {
  transform: rotate(45deg);
}

.wp-pagenavi-single a[rel=next]::before {
  transform: rotate(-135deg);
}

.wp-pagenavi .first::before,
.wp-pagenavi .last::before {
  left: -0.375rem;
}

.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  right: -0.375rem;
}

/* ##############################################################################

    related_posts

############################################################################## */
/* ##############################################################################

    SINGLE - AREA

############################################################################## */
.article-area--container {
  padding: 5rem;
  border-radius: var(--border-radius-primary);
  background-color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .article-area--container {
    padding: 1.1428571429rem;
  }
}

/* hero
**************************************** */
.area-hero {
  overflow: hidden;
  aspect-ratio: 1220/187;
}
.area-hero img {
  width: 100% !important;
  height: 100%;
  object-fit: contain;
}

/* intro
**************************************** */
.area-intro--txtarea {
  flex-grow: 1;
  line-height: var(--line-height-default);
}

.area-name-heading {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35em;
}

.area-name-part {
  display: inline-flex;
  flex-direction: column;
}

.area-name-kana {
  position: absolute;
  font-size: var(--font-size-txt-xs);
  font-weight: var(--font-weight-bold);
  margin-top: -0.5lh;
  line-height: 1;
}

/* products closed message
**************************************** */
.area-products--closed-msg {
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  font-weight: var(--font-weight-bold);
  color: var(--clr-danger);
  background-color: var(--clr-bg-02);
  border-radius: var(--border-radius-primary);
}

/* contact
**************************************** */
.area-contact--body {
  display: grid;
  grid-template-columns: 1fr 16.875rem;
  gap: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .area-contact--body {
    grid-template-columns: 1fr;
    gap: 1.1428571429rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .area-map {
    display: block;
    width: auto;
    height: 14.2857142857rem;
    margin-inline: auto;
  }
}
.usage-card {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--clr-mono-02);
}
@media screen and (max-width: 47.9375em) {
  .usage-card {
    gap: 1.1428571429rem;
    padding-bottom: 1.1428571429rem;
  }
}

.usage-card--img {
  width: 9.375rem;
  flex-shrink: 0;
  border: 1px solid var(--clr-mono-02);
  border-radius: var(--border-radius-tertiary);
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .usage-card--img {
    width: 6.4285714286rem;
  }
}

.usage-card--body {
  flex-grow: 1;
}

/* ##############################################################################

    SINGLE - FEATURE

############################################################################## */
/* ##############################################################################

    SINGLE - PRODUCT

############################################################################## */
.article-product--container {
  padding: 2.5rem 5rem;
  border-radius: var(--border-radius-primary);
  background-color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .article-product--container {
    padding: 1.1428571429rem;
  }
}

/* slider
**************************************** */
@media print, screen and (min-width: 48em) {
  .product-eyecatch {
    position: sticky;
    top: calc(var(--header-hgt-scroll-padding) * var(--rem));
  }
}

/* header / basic info
**************************************** */
.product-area-link {
  display: inline-block;
  width: fit-content;
  font-size: var(--font-size-txt-sm);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: var(--clr-text-secondary);
  border-bottom: 1px solid var(--clr-text-secondary);
}

.product-category {
  display: inline-block;
  font-size: max(11px, 0.8125rem);
  background-color: var(--clr-primary-default);
  color: var(--clr-wht);
  padding: 0.2em 1em;
  border-radius: 0.25rem;
}

.product-review-count {
  text-align: center;
  grid-row: 2;
  font-size: var(--font-size-txt-sm);
  color: var(--clr-text-secondary);
}

/* action button
**************************************** */
.product-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.product-quantity--label {
  font-weight: var(--font-weight-bold);
}

.product-quantity--select {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  font-size: 1rem;
  border: 1px solid var(--clr-mono-03);
  border-radius: 0.25rem;
  background: var(--clr-wht) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6"><path d="M0 0l5 6 5-6z" fill="%23666"/></svg>') no-repeat right 0.625rem center;
  appearance: none;
  cursor: pointer;
}

.btn-simple button.btn-disabled,
.btn-simple button.btn-disabled:hover {
  --btn-color: var(--clr-mono-04);
  --btn-bg: var(--clr-mono-02);
  --btn-bg-hover: var(--clr-mono-02);
  opacity: 1;
  cursor: not-allowed;
}

/* description
**************************************** */
.product-description {
  margin-bottom: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .product-description {
    margin-bottom: 2.2857142857rem;
  }
}

/* imperfect product
**************************************** */
.product-imperfect {
  margin-bottom: 3rem;
  padding: 1.5rem;
  border: 0.25rem solid var(--clr-primary-light);
  border-radius: var(--border-radius-primary);
  background-color: var(--clr-bg-05);
}
@media screen and (max-width: 47.9375em) {
  .product-imperfect {
    margin-bottom: 2.2857142857rem;
    padding: 1.4285714286rem;
    border-width: 0.2142857143rem;
  }
}

.product-imperfect--types {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.product-imperfect--types li {
  min-width: 10rem;
  padding: 0.125rem 1rem;
  color: var(--clr-text-secondary);
  border: 1px solid var(--clr-mono-03);
  border-radius: var(--border-radius-max);
  background-color: var(--clr-wht);
  font-size: var(--font-size-txt-sm);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 47.9375em) {
  .product-imperfect--types li {
    min-width: 0;
    padding-inline: 0.8571428571rem;
  }
}

.product-imperfect--item {
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr);
  align-items: start;
  gap: 1rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 47.9375em) {
  .product-imperfect--item {
    grid-template-columns: 1fr;
    gap: 0.8571428571rem;
    margin-top: 0.8571428571rem;
  }
}
.product-imperfect--item img {
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: var(--border-radius-tertiary);
  object-fit: cover;
}
.product-imperfect--item p {
  line-height: var(--line-height-default);
}

.product-imperfect--item_text-only {
  grid-template-columns: 1fr;
}

/* detail info / apply info (dl)
**************************************** */
.detail-list,
.product-detail-list {
  display: flex;
  flex-direction: column;
}

.detail-item,
.product-detail-item {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--clr-mono-02);
}
@media screen and (max-width: 47.9375em) {
  .detail-item,
  .product-detail-item {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0.5714285714rem 0;
  }
}
.detail-item:first-child,
.product-detail-item:first-child {
  border-top: 1px solid var(--clr-mono-02);
}
.detail-item dt,
.product-detail-item dt {
  color: var(--clr-text-secondary);
  font-size: var(--font-size-txt-sm);
  font-weight: var(--font-weight-bold);
  line-height: 2;
}
.detail-item dd,
.product-detail-item dd {
  line-height: var(--line-height-default);
}

/* detail bottom
**************************************** */
.product-detail-bottom {
  display: grid;
  grid-template-columns: 1fr 22.5rem;
  gap: 2rem;
  align-content: flex-start;
  margin-top: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .product-detail-bottom {
    grid-template-columns: 1fr;
    gap: 1.7142857143rem;
  }
}
@media print, screen and (min-width: 48em) {
  .product-detail-bottom .product-action {
    position: sticky;
    top: calc(var(--header-hgt-scroll-padding) * var(--rem));
  }
}

/* donation modal
**************************************** */
body.is-donation-modal-open {
  overflow: hidden;
}

.donation-modal {
  width: min(100% - 3rem, 47.5rem);
  max-height: calc(100dvh - 3rem);
  padding: 0;
  overflow: auto;
  border: none;
  border-radius: var(--border-radius-primary);
  background-color: var(--clr-wht);
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.2);
}
.donation-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 47.9375em) {
  .donation-modal {
    width: calc(100% - 2.2857142857rem);
    max-height: calc(100dvh - 2.2857142857rem);
    border-radius: var(--border-radius-secondary);
  }
}

.donation-modal--logo::after {
  content: "";
  order: 2;
  flex-shrink: 0;
  width: 2rem;
  aspect-ratio: 1;
  mask-image: url(../images/common/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--clr-text-primary);
}
.donation-modal--logo > div:first-child {
  order: 1;
}
.donation-modal--logo > div:last-child {
  order: 3;
}

.donation-modal--content {
  position: relative;
  padding: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .donation-modal--content {
    padding: 3.4285714286rem 1.4285714286rem 2rem;
  }
}
.donation-modal--content .txt {
  width: fit-content;
  margin-inline: auto;
}

.donation-modal--buttons > .btn-simple {
  display: flex;
}
.donation-modal--buttons > .btn-simple > form {
  display: flex;
  width: 100%;
}
.donation-modal--buttons > .btn-simple button {
  height: 100%;
  align-items: center;
}

.donation-modal--close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  place-items: center;
  width: 2.5rem;
  padding: 0;
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  color: var(--clr-text-primary);
  background-color: var(--clr-bg-02);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 47.9375em) {
  .donation-modal--close {
    top: 0.8571428571rem;
    right: 0.8571428571rem;
    width: 2.5714285714rem;
    font-size: 1.7142857143rem;
  }
}

.donation-modal button:focus-visible,
.donation-modal a:focus-visible,
.product-action-btn button:focus-visible {
  outline: 3px solid var(--clr-secondary-default);
  outline-offset: 3px;
}

/* ##############################################################################

    sitemap

############################################################################## */
@media print, screen and (min-width: 48em) {
  .sitemap--menu {
    column-count: 2;
    gap: 5%;
  }
}

.sitemap--menu > li {
  break-inside: avoid;
}

.sitemap--menu > li > a,
.sitemap--menu > li > .sitemap--page_label {
  font-size: max(16px, 1.125rem);
  border-bottom: 1px solid var(--clr-mono-02);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.sitemap--menu a,
.sitemap--menu span {
  display: block;
}

.sitemap--menu a {
  position: relative;
}
@media (hover: hover) {
  .sitemap--menu a:hover {
    color: var(--clr-primary-default);
  }
}

.sitemap_sub_nav--blc {
  padding-left: 1em;
}
.sitemap_sub_nav--blc:not(:last-child) {
  margin-bottom: 1em;
}

.sitemap--tax {
  border-bottom: 1px solid var(--clr-mono-01);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.sitemap_sub_nav {
  display: flex;
  flex-wrap: wrap;
}

.sitemap_sub_nav a,
.sitemap_sub_nav .sitemap--page_label {
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  padding-inline: 1em;
}

.sitemap_sub_nav a::before {
  content: "";
  float: inline-start;
  inline-size: 0.375rem;
  aspect-ratio: 1;
  flex-shrink: 0;
  margin-block: calc((1lh - 0.375rem) / 2);
  margin-inline-start: -1.25em;
  border-top: 1px solid var(--clr-primary-default);
  border-right: 1px solid var(--clr-primary-default);
  transform: rotate(45deg);
}

/* lps_parts--button
********************************************** */
/* lps_parts--column
********************************************** */
.lps_parts--column .column_item .btn + .btn {
  margin-top: 1.5rem;
}

.lps_parts--column .column_item,
.lps_parts--column .text {
  display: flex;
  flex-direction: column;
}

.lps_parts--column .img {
  flex-shrink: 0;
}

.lps_parts--column .text {
  flex: 1;
}

.lps_parts--column .img + .text {
  padding-top: 8%;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--column .img + .text {
    padding-top: 1.7142857143rem;
  }
}

.lps_parts--column .bg-wht .text {
  padding: 8%;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--column .bg-wht .text {
    padding: 1.7142857143rem;
  }
}

.lps_parts--column .lps_parts--child:not(.grid-col1) table {
  width: 100%;
}

.lps_parts--column .grid-col1 .mce-box {
  padding: 2.5rem;
}

/* 白背景 */
.lps_parts--column .column_item.bg-wht {
  border-radius: var(--border-radius-xl);
}
.lps_parts--column .column_item.bg-wht .img img {
  border-radius: var(--border-radius-xl) var(--border-radius-xl) 0 0;
}

/* 白背景なし */
.lps_parts--column .column_item:not(.bg-wht) .img img {
  border-radius: var(--border-radius-xl);
}

@media screen and (max-width: 47.9375em) {
  .lps_parts--column + .lps_parts--column {
    margin-top: 1.7142857143rem;
  }
  .lps_parts--column {
    width: 100%;
    max-width: 100%;
  }
  .lps_parts--column .flex-sp-block .column_item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .lps_parts--column .text.bg-wht,
  .lps_parts--column .grid-col1 .mce-box {
    padding: 1.7142857143rem;
  }
}
/* lps_parts--cta
********************************************** */
.lps_parts--cta:has(+ .home_footer_toplink) {
  margin-bottom: 0 !important;
}
.lps_parts--cta > .inner {
  box-shadow: var(--box-shadow-default);
  backdrop-filter: var(--backdrop-filter-default);
}
.lps_parts--cta .inner {
  background-color: var(--clr-bg-02);
  border-radius: 0.5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--cta .cta_contact {
    padding-top: calc(1em + 0.625rem);
  }
}
.lps_parts--cta .bg {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  height: 38.75rem;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--cta .bg {
    height: 22.1428571429rem;
  }
}

/* post-edit-link
********************************************** */
.post-edit-link {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 10;
  padding: 1rem;
  border-radius: 50%;
  border: 1px solid #999;
}
@media screen and (max-width: 47.9375em) {
  .post-edit-link {
    display: none;
  }
}
.post-edit-link:hover {
  background-color: #ddd;
}
.post-edit-link::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDAxIDQwMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAxIDQwMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM5OTk5OTk7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzcwLjEsMjUxLjljLTUuNSwwLTEwLDQuNS0xMCwxMHY4OC43YzAsMTYuNS0xMy40LDI5LjktMzAsMzBINDkuOWMtMTYuNSwwLTI5LjktMTMuNC0zMC0zMFY5MC4zCgljMC0xNi41LDEzLjQtMjkuOSwzMC0zMGg4OC43YzUuNSwwLDEwLTQuNSwxMC0xMGMwLTUuNS00LjUtMTAtMTAtMTBINDkuOUMyMi40LDQwLjQsMCw2Mi43LDAsOTAuM3YyNjAuMwoJYzAsMjcuNiwyMi40LDQ5LjksNDkuOSw0OS45aDI4MC4yYzI3LjYsMCw0OS45LTIyLjQsNDkuOS00OS45di04OC43QzM4MC4xLDI1Ni40LDM3NS42LDI1MS45LDM3MC4xLDI1MS45eiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzc2LjEsMTQuN2MtMTcuNi0xNy42LTQ2LTE3LjYtNjMuNiwwTDEzNC40LDE5Mi45Yy0xLjIsMS4yLTIuMSwyLjctMi42LDQuNGwtMjMuNCw4NC42Yy0xLDMuNSwwLDcuMiwyLjYsOS43CgljMi41LDIuNSw2LjMsMy41LDkuNywyLjZsODQuNi0yMy40YzEuNy0wLjUsMy4yLTEuMyw0LjQtMi42TDM4Ny45LDkwYzE3LjUtMTcuNiwxNy41LTQ2LDAtNjMuNkwzNzYuMSwxNC43eiBNMTU2LjIsMTk5LjNMMzAyLDUzLjUKCWw0Nyw0N0wyMDMuMiwyNDYuNEwxNTYuMiwxOTkuM3ogTTE0Ni44LDIxOC4ybDM3LjYsMzcuNmwtNTIsMTQuNEwxNDYuOCwyMTguMnogTTM3My43LDc1LjhsLTEwLjYsMTAuNmwtNDctNDdsMTAuNi0xMC42CgljOS43LTkuNywyNS42LTkuNywzNS4zLDBsMTEuNywxMS43QzM4My41LDUwLjMsMzgzLjUsNjYuMSwzNzMuNyw3NS44eiIvPgo8L3N2Zz4K");
}

/* lps_parts--faq
********************************************** */
/* --- 共通 --- */
.lps_parts--faq {
  margin-left: auto;
  margin-right: auto;
}
.lps_parts--faq .ttl {
  margin-bottom: 0 !important;
}
.lps_parts--faq .text {
  font-weight: var(--font-weight-default);
  letter-spacing: 0.03em;
  line-height: 2;
  transition: var(--transit-default);
}
@media print, screen and (min-width: 48em) {
  .lps_parts--faq .text {
    display: flex;
    gap: 4.1666666667%;
    font-size: var(--font-size-txt-lg);
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq .text {
    letter-spacing: 0.05em;
  }
}
@media print, screen and (min-width: 48em) {
  .lps_parts--faq .img {
    width: 39.0625%;
  }
}
@media print, screen and (min-width: 48em) {
  .lps_parts--faq .mce-content-body {
    margin-bottom: 0 !important;
    flex: 1;
  }
}

/* --- 通常 --- */
.lps_parts--faq:not(.faq-toggle) .faq_item {
  background-color: var(--clr-wht);
  border-radius: var(--border-radius-primary);
}
.lps_parts--faq:not(.faq-toggle) .faq_item:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq:not(.faq-toggle) .faq_item:not(:last-child) {
    margin-bottom: 1.1428571429rem;
  }
}
.lps_parts--faq:not(.faq-toggle) .ttl,
.lps_parts--faq:not(.faq-toggle) .text {
  padding: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq:not(.faq-toggle) .ttl,
  .lps_parts--faq:not(.faq-toggle) .text {
    grid-template-columns: 1.7142857143rem 1fr;
    gap: 0.5714285714rem;
    padding: 1.1428571429rem;
  }
}
.lps_parts--faq:not(.faq-toggle) .ttl .font-en,
.lps_parts--faq:not(.faq-toggle) .text .font-en {
  line-height: 1.1;
}
.lps_parts--faq:not(.faq-toggle) .ttl {
  background-color: var(--clr-secondary-default);
  color: var(--clr-wht);
  border-radius: var(--border-radius-primary) var(--border-radius-primary) 0 0;
}
.lps_parts--faq:not(.faq-toggle) .text {
  border-right: 1px solid var(--clr-text-placeholder);
  border-bottom: 1px solid var(--clr-text-placeholder);
  border-left: 1px solid var(--clr-text-placeholder);
  border-radius: 0 0 var(--border-radius-primary) var(--border-radius-primary);
}

/* --- 開閉式 --- */
.lps_parts--faq.faq-toggle .faq_item {
  --pd-block: 40;
  border-bottom: 1px solid var(--clr-mono-02);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq.faq-toggle .faq_item {
    --pd-block: 20;
  }
}
.lps_parts--faq.faq-toggle .faq_item .accordion--toggle {
  cursor: pointer;
  padding-block: calc(var(--pd-block) * var(--rem));
}
.lps_parts--faq.faq-toggle .faq_item.is-open .text {
  padding-bottom: calc(var(--pd-block) * var(--rem));
}
.lps_parts--faq.faq-toggle .faq_item.is-open .toggle {
  rotate: 180deg;
  opacity: 0.5;
}
.lps_parts--faq.faq-toggle .faq_item.is-open .toggle::after {
  opacity: 0;
}
.lps_parts--faq.faq-toggle .ttl {
  padding-right: 3.5rem;
}
.lps_parts--faq.faq-toggle .ttl:not(:last-child) {
  margin-bottom: 1.5em;
}
.lps_parts--faq.faq-toggle .ttl .toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 3.5rem;
  height: 3.5rem;
  color: var(--clr-wht);
  background-color: var(--clr-primary-default);
  border-radius: 50%;
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq.faq-toggle .ttl .toggle {
    width: 2rem;
    height: 2rem;
  }
}
.lps_parts--faq.faq-toggle .ttl .toggle::before, .lps_parts--faq.faq-toggle .ttl .toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.75rem;
  height: 1px;
  border-bottom: 1px solid;
  transition: var(--transit-default);
}
.lps_parts--faq.faq-toggle .ttl .toggle::after {
  transform: rotate(90deg);
}
@media (hover: hover) {
  .lps_parts--faq.faq-toggle .accordion--toggle:hover .toggle {
    opacity: 0.5;
  }
}

/* lps_parts--flow
********************************************** */
/* --- 共通 --- */
.lps_parts--flow {
  margin-left: auto;
  margin-right: auto;
}
.lps_parts--flow .flow_item {
  position: relative;
  margin-inline-start: 6rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .flow_item {
    margin-inline-start: 4rem;
  }
}
.lps_parts--flow .flow_item:not(:last-child) {
  padding-bottom: 4rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .flow_item:not(:last-child) {
    padding-bottom: 2.2857142857rem;
  }
}
.lps_parts--flow .flow_item:not(:last-child) .ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(6rem * -1 + 4rem / 2 - 0.1875rem / 2);
  border-right: 0.1875rem solid;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .flow_item:not(:last-child) .ttl::after {
    left: calc(3.5rem * -1 + 2.5rem / 2 - 0.125rem / 2);
  }
}
.lps_parts--flow .flow_item.clr-wht:not(:last-child) .ttl::after {
  border-color: var(--clr-wht);
}
.lps_parts--flow .ttl {
  position: static;
  color: var(--clr-primary-default);
}
.lps_parts--flow .ttl::before {
  float: inline-start;
  aspect-ratio: 1;
  margin-inline-start: calc(6rem * -1);
  border-radius: 50%;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .ttl::before {
    margin-inline-start: calc(3.5rem * -1);
  }
}
.lps_parts--flow .clr-wht .ttl {
  color: var(--clr-wht);
}
@media print, screen and (min-width: 48em) {
  .lps_parts--flow .text {
    display: flex;
    gap: 4.1666666667%;
  }
}
@media print, screen and (min-width: 48em) {
  .lps_parts--flow .img {
    width: 39.0625%;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .img:not(:last-child) {
    margin-bottom: 1.7142857143rem;
  }
}
.lps_parts--flow .mce-content-body {
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 48em) {
  .lps_parts--flow .mce-content-body {
    flex: 1;
  }
}

/* --- 通常 --- */
.lps_parts--flow:not(.flow-num) .ttl::before {
  content: "";
  position: relative;
  left: calc(2.5rem / 2);
  inline-size: 1.5rem;
  margin-block: calc((1lh - 1.5rem) / 2);
  border: 0.25rem solid;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow:not(.flow-num) .ttl::before {
    left: calc(1.5rem / 2);
    inline-size: 1rem;
    margin-block: calc((1lh - 1rem) / 2);
  }
}
.lps_parts--flow:not(.flow-num) .flow_item:not(:last-child) .ttl::after {
  margin-top: calc(1.5rem + (1lh - 1.5rem) / 2 + 0.9375rem);
  margin-bottom: calc((1lh - 1.5rem) / -2 + 0.9375rem);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow:not(.flow-num) .flow_item:not(:last-child) .ttl::after {
    margin-top: calc(1.1428571429rem + (1lh - 1.1428571429rem) / 2 + 0.2857142857rem);
    margin-bottom: calc((1lh - 1.1428571429rem) / -2 + 0.2857142857rem);
  }
}

/* --- 連番 --- */
.lps_parts--flow.flow-num .flow_item {
  counter-increment: number;
}
.lps_parts--flow.flow-num .ttl::before {
  content: counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  inline-size: 4rem;
  margin-block: calc((1lh - 4rem) / 2);
  text-align: center;
  color: var(--clr-wht);
  background-color: var(--clr-primary-default);
  font-family: var(--font-en-heading);
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow.flow-num .ttl::before {
    inline-size: 2.5rem;
    margin-block: calc((1lh - 2.8571428571rem) / 2);
    font-size: 1.2857142857rem;
  }
}
.lps_parts--flow.flow-num .flow_item:not(:last-child) .ttl::after {
  margin-top: calc(4rem + (1lh - 4rem) / 2 + 0.9375rem);
  margin-bottom: calc((1lh - 4rem) / -2 + 0.9375rem);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow.flow-num .flow_item:not(:last-child) .ttl::after {
    margin-top: calc(2.8571428571rem + (1lh - 2.8571428571rem) / 2 + 0.2857142857rem);
    margin-bottom: calc((1lh - 2.8571428571rem) / -2 + 0.2857142857rem);
  }
}

/* ##############################################################################

    セクション設定

############################################################################## */
.lps_sec {
  --section_pdg-btm: var(--section_pdg-lg);
}
.lps_sec:first-child .lps_sec--inner::before {
  display: none;
}
.lps_sec {
  /* 偶数
  ****************************************************** */
}
.lps_sec:nth-child(even) .lps_sec--bg {
  background-color: var(--clr-bg-01);
  background-image: url(../images/common/bg-01.png);
}
@media screen and (max-width: 47.9375em) {
  .lps_sec:nth-child(even) .lps_sec--bg {
    background-size: 7.1428571429rem;
  }
}
.lps_sec {
  /* セクション背景がある場合のセクション調整
  ****************************************************** */
}
.lps_sec:has(.sec-top-m) .lps_sec--contents {
  position: relative;
  z-index: 1;
}
.lps_sec:has(.sec-top-l) {
  margin-top: calc(var(--section_pdg-btm) * var(--rem) * -1);
}

/* lps_sec--inner
********************************************** */
.lps_sec--inner {
  position: relative;
  padding-bottom: calc(var(--section_pdg-btm) * var(--rem));
}

.lps_sec--bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

body:not(:has(.anchor_link--list_wrap)) .lps_sec--inner {
  padding-top: 0;
}

/* ##############################################################################

    セクション区切り設定

############################################################################## */
/* 共通設定
********************************************** */
.sec-top-m::before,
.sec-top-l::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-size: 100%;
}

.sec-top-m::before {
  z-index: 1;
}

/* 個別クラス
  ********************************************** */
.sec-bg-01-m::before, .lps_sec:nth-child(even) .sec-top-m::before,
.lps_sec:nth-child(even) .sec-top-l::before, .sec-bg-01-l::before {
  top: -5vw;
  background-image: url(../images/common/sec_bg-01-m.png);
  aspect-ratio: 1920/156;
}
@media screen and (max-width: 47.9375em) {
  .sec-bg-01-m::before, .lps_sec:nth-child(even) .sec-top-m::before,
  .lps_sec:nth-child(even) .sec-top-l::before, .sec-bg-01-l::before {
    background-image: url(../images/common/sec_bg-01-m-sp.png);
  }
}

@media screen and (max-width: 47.9375em) {
  .home .sec-bg-01-m::before, .home .lps_sec:nth-child(even) .sec-top-m::before, .lps_sec:nth-child(even) .home .sec-top-m::before,
  .home .lps_sec:nth-child(even) .sec-top-l::before,
  .lps_sec:nth-child(even) .home .sec-top-l::before, .home .sec-bg-01-l::before {
    background-image: url(../images/home/sec_bg-01-m-sp-home.png);
  }
}
@media print, screen and (min-width: 48em) {
  .sec-bg-01-l::before {
    top: -25vw;
    background-image: url(../images/common/sec_bg-01-l.png);
    aspect-ratio: 1920/600;
  }
}

.sec-bg-02-m::before, .lps_sec:nth-child(odd) .sec-top-m::before,
.lps_sec:nth-child(odd) .sec-top-l::before, .sec-bg-02-l::before {
  top: -5vw;
  background-image: url(../images/common/sec_bg-02-m.png);
  aspect-ratio: 1920/517;
}
@media screen and (max-width: 47.9375em) {
  .sec-bg-02-m::before, .lps_sec:nth-child(odd) .sec-top-m::before,
  .lps_sec:nth-child(odd) .sec-top-l::before, .sec-bg-02-l::before {
    background-image: url(../images/common/sec_bg-02-m-sp.png);
  }
}

@media print, screen and (min-width: 48em) {
  .sec-bg-02-l::before {
    top: -22.9166666667vw;
    background-image: url(../images/common/sec_bg-02-l.png);
    aspect-ratio: 1920/600;
  }
}

/* 奇数
  ********************************************** */
@media print, screen and (min-width: 48em) {
  .lps_sec:nth-child(odd) .sec-top-l::before {
    top: -22.9166666667vw;
    background-image: url(../images/common/sec_bg-02-l.png);
    aspect-ratio: 1920/600;
  }
}

/* 偶数
  ********************************************** */
@media print, screen and (min-width: 48em) {
  .lps_sec:nth-child(even) .sec-top-l::before {
    top: -25vw;
    background-image: url(../images/common/sec_bg-01-l.png);
    aspect-ratio: 1920/600;
  }
}

/* ##############################################################################

    lps_parts

############################################################################## */
/* lps_parts
********************************************** */
.lps_parts {
  position: relative;
  z-index: 1;
}
.lps_parts:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts:not(:last-child) {
    margin-bottom: 2.8571428571rem;
  }
}

.lps_parts iframe {
  width: 100%;
}

.lps_parts .text:not(:last-child) {
  margin-bottom: 1.5rem;
}

.lps_parts--column *:not(.btn) + .btn {
  margin-top: auto;
}

.lps_parts--column .btn a {
  margin-left: auto;
  margin-right: auto;
}

.lps_parts .mce-content-body:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts .mce-content-body:not(:last-child) {
    margin-bottom: 1.7142857143rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .lps_parts .btn {
    text-align: center;
  }
}
/* lps_parts--img_text
********************************************** */
.lps_parts--img_text:has(.lps_parts--child.inner-lg) .lps_parts {
  margin-bottom: 0;
}

.lps_parts--img_text .img_text--child:only-child,
.lps_parts--img_text .bg-wht .img_text--child:only-child,
.lps_parts--img_text .text,
.lps_parts--img_text .img_text--txt table {
  width: 100%;
}

.lps_parts--img_text .img_text--child .img {
  height: 100%;
}

.lps_parts--img_text .img_text--img:only-child .img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.lps_parts--img_text .img_text--txt {
  padding-block: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .img_text--txt {
    padding-block: 2.2857142857rem;
  }
}

.lps_parts--img_text .bg-wht .img_text--txt {
  padding: 5.3333333333%;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .bg-wht .img_text--txt {
    padding: 1.7142857143rem;
  }
}

@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner:not(.flex-reverse) .img_text--txt {
    padding-left: 5.3333333333%;
  }
}
@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner.flex-reverse .img_text--txt {
    padding-right: 5.3333333333%;
  }
}

/* --- L --- */
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .inner-lg {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.lps_parts--img_text .inner-lg .img_text--img {
  position: absolute;
  top: 0;
}
@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner-lg .img_text--img {
    height: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .inner-lg .img_text--img {
    position: relative;
  }
}
.lps_parts--img_text .inner-lg:not(.flex-reverse) .img_text--img {
  left: 0;
}
.lps_parts--img_text .inner-lg.flex-reverse .img_text--img {
  right: 0;
}
@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner-lg .img_text--txt {
    min-height: 37.9775rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .inner-lg .img_text--txt {
    width: 86% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.lps_parts--img_text .inner-lg:not(.flex-reverse) .img_text--txt {
  margin-left: auto;
}
@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner-lg:not(.flex-reverse) .img_text--txt {
    padding-left: 10.989010989%;
    padding-right: 0;
  }
}
.lps_parts--img_text .inner-lg.flex-reverse .img_text--txt {
  margin-right: auto;
}
@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner-lg.flex-reverse .img_text--txt {
    padding-left: 0;
    padding-right: 10.989010989%;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .inner-lg.bg-wht .img_text--txt {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2.8571428571rem;
  }
}

/* 白背景 */
.lps_parts--img_text .lps_parts--child.bg-wht:not(.inner-lg) {
  border-radius: var(--border-radius-xl);
}
.lps_parts--img_text .lps_parts--child.bg-wht:not(.inner-lg) .img_text--img img {
  border-radius: var(--border-radius-xl) 0 0 var(--border-radius-xl);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .lps_parts--child.bg-wht:not(.inner-lg) .img_text--img img {
    border-radius: var(--border-radius-xl) var(--border-radius-xl) 0 0;
  }
}
@media screen and (min-width: 48em) {
  .lps_parts--img_text .lps_parts--child.bg-wht:not(.inner-lg).flex-reverse .img_text--img img {
    border-radius: 0 var(--border-radius-xl) var(--border-radius-xl) 0;
  }
}

/* 白背景なし */
.lps_parts--img_text .lps_parts--child:not(.bg-wht) .img_text--img img {
  border-radius: var(--border-radius-xl);
}

/* レイアウトL
   ※Lも全部角丸にしたかったら削除！ */
.lps_parts--img_text .lps_parts--child.inner-lg .img_text--img img {
  border-radius: 0;
}

@media screen and (min-width: 48em) {
  .lps_parts--img_text .lps_parts--child.inner-lg:where(:not(.bg-wht)) .img_text--img img {
    border-radius: 0 var(--border-radius-xl) var(--border-radius-xl) 0;
  }
  .lps_parts--img_text .lps_parts--child.inner-lg:where(:not(.bg-wht)).flex-reverse .img_text--img img {
    border-radius: var(--border-radius-xl) 0 0 var(--border-radius-xl);
  }
}
@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner-lg .img_text--img:only-child {
    position: relative;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .btn {
    text-align: center;
  }
}
.lps_parts--project .project_item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5rem;
  align-items: start;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--project .project_item {
    grid-template-columns: 1fr;
    gap: 1.7142857143rem;
  }
}
.lps_parts--project .project_item--image {
  border-radius: var(--border-radius-xl);
  overflow: hidden;
}
.lps_parts--project .project_item--content {
  display: grid;
  gap: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--project .project_item--content {
    gap: 1.1428571429rem;
  }
}
.lps_parts--project .project_item--title {
  margin: 0;
  color: var(--clr-text-primary);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-heading);
  letter-spacing: var(--ltr-space-default);
  line-height: 1.6;
}
.lps_parts--project .project_item--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lps_parts--project .project_item--tags li {
  padding: 0.25rem 1rem;
  color: var(--clr-primary-default);
  background-color: var(--clr-bg-04);
  border-radius: var(--border-radius-tertiary);
  font-size: var(--font-size-txt-sm);
  letter-spacing: var(--ltr-space-default);
  line-height: 1.6;
}
.lps_parts--project .project_item--summary {
  margin: 0;
  overflow: hidden;
  border: 0.125rem solid var(--clr-primary-default);
  border-radius: var(--border-radius-primary);
}
.lps_parts--project .project_item--summary-row {
  display: grid;
  grid-template-columns: 12.5rem 1fr;
}
.lps_parts--project .project_item--summary-row:not(:last-child) {
  border-bottom: 1px solid var(--clr-primary-default);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--project .project_item--summary-row {
    grid-template-columns: 8rem 1fr;
  }
}
.lps_parts--project .project_item--summary dt,
.lps_parts--project .project_item--summary dd {
  margin: 0;
  padding: 1rem 1.5rem;
  letter-spacing: var(--ltr-space-default);
  line-height: 1.5;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--project .project_item--summary dt,
  .lps_parts--project .project_item--summary dd {
    padding: 0.5714285714rem 1.1428571429rem;
  }
}
.lps_parts--project .project_item--summary dt {
  color: var(--clr-primary-default);
  background-color: var(--clr-bg-05);
}
.lps_parts--project .project_item--summary dd {
  color: var(--clr-text-primary);
  background-color: var(--clr-wht);
}
.lps_parts--project .project_item--detail {
  overflow: hidden;
  border: 1px solid var(--clr-secondary-default);
  border-radius: var(--border-radius-primary);
}
.lps_parts--project .project_item--detail-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
  color: var(--clr-text-light);
  background-color: var(--clr-secondary-default);
  border: 0;
  cursor: pointer;
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-heading);
  letter-spacing: var(--ltr-space-default);
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--project .project_item--detail-trigger {
    padding: 1.1428571429rem;
  }
}
.lps_parts--project .project_item--detail-icon {
  position: relative;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 auto;
}
.lps_parts--project .project_item--detail-icon::before,
.lps_parts--project .project_item--detail-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 0.125rem;
  background-color: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition: var(--transit-default);
}
.lps_parts--project .project_item--detail-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.lps_parts--project .project_item--detail.is-open .project_item--detail-icon::after {
  transform: translate(-50%, -50%) rotate(0);
}
.lps_parts--project .project_item--detail.is-open .project_item--detail-inner {
  padding-block: 1.5rem;
}
.lps_parts--project .project_item--detail-inner {
  display: grid;
  padding-inline: 1.5rem;
  gap: 1.5rem;
  background-color: var(--clr-wht);
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--project .project_item--detail-inner {
    gap: 1.1428571429rem;
  }
}
.lps_parts--project .project_item--detail-section {
  display: grid;
  gap: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--project .project_item--detail-section {
    gap: 1.1428571429rem;
  }
}
.lps_parts--project .project_item--detail-section h4 {
  margin: 0;
  padding-bottom: 0.5rem;
  color: var(--clr-secondary-default);
  border-bottom: 0.125rem solid currentColor;
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-heading);
  letter-spacing: var(--ltr-space-default);
  line-height: 1.6;
}
.lps_parts--project .project_item--detail-section .mce-content-body {
  color: var(--clr-text-primary);
  font-size: var(--font-size-txt-md);
  letter-spacing: var(--ltr-space-default);
  line-height: 1.8;
}

/* ##############################################################################

    lps_sec--btm_img

############################################################################## */
/* lps_sec--btm_img
********************************************** */
.lps_sec--btm_img {
  height: 37.5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_sec--btm_img {
    height: 21.4285714286rem;
  }
}

.lps_sec--inner:has(.lps_sec--btm_img) {
  padding-bottom: 0;
}

/* lps_parts--slide
********************************************** */
:root {
  --slide-w: var(--inner-md);
  --arrow_w: 72;
  --arrow-edge: -50;
}
@media screen and (max-width: 47.9375em) {
  :root {
    --arrow_w: 40;
    --arrow-edge: -24;
  }
}

.lps_parts--slide .splide__slide img {
  border-radius: var(--border-radius-xl);
}
.lps_parts--slide .img + .text {
  padding-top: 2rem;
}
.lps_parts--slide {
  /* --- textのみ --- */
}
.lps_parts--slide .text:only-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 5rem;
  background-color: var(--clr-wht);
  height: 100%;
  border-radius: var(--border-radius-xl);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide .text:only-child {
    padding: 1.7142857143rem 2.8571428571rem;
  }
}

/* slide-center
********************************************** */
.lps_parts--slide.slide-center {
  --slide-w: 1200;
}
@media screen and (max-width: 70em) {
  .lps_parts--slide.slide-center {
    --slide-w: 1000;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-center {
    --slide-w: 320;
  }
}
.lps_parts--slide.slide-center .splide__slide {
  width: calc(var(--slide-w) * var(--rem));
  margin-right: 3.75rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-center .splide__slide {
    margin-right: 2.1428571429rem;
  }
}
.lps_parts--slide.slide-center {
  /* --- textのみ --- */
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-center .text:only-child {
    padding: 1.7142857143rem;
  }
}

/* slide-fit
********************************************** */
.lps_parts--slide.slide-fit .splide__track {
  background-color: var(--clr-wht);
}
.lps_parts--slide.slide-fit .splide__slide {
  position: relative;
}
.lps_parts--slide.slide-fit .splide__slide img {
  border-radius: 0;
}
@media print, screen and (min-width: 48em) {
  .lps_parts--slide.slide-fit .img {
    aspect-ratio: 1920/800;
  }
}
.lps_parts--slide.slide-fit .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 15rem);
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-fit .text {
    width: calc(100% - 8.5714285714rem);
  }
}
.lps_parts--slide.slide-fit .img + .text,
.lps_parts--slide.slide-fit .splide__arrow {
  color: var(--clr-wht);
}
.lps_parts--slide.slide-fit .img + .text {
  position: absolute;
  inset: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-fit .img + .text {
    padding-top: 2.8571428571rem;
    padding-bottom: 2.8571428571rem;
  }
}
.lps_parts--slide.slide-fit:has(.img + .text) .splide__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-fit:has(.img + .text) .splide__pagination {
    bottom: 2.8571428571rem;
  }
}
.lps_parts--slide.slide-fit {
  /* --- textのみ --- */
}
.lps_parts--slide.slide-fit:has(.text:only-child) .splide__arrow {
  color: var(--clr-text-primary);
}
.lps_parts--slide.slide-fit .text:only-child {
  padding-left: 0;
  padding-right: 0;
}

/* 背景色調整
********************************************** */
.lps_sec:nth-child(even) .lps_parts--slide .text:only-child,
.lps_sec:nth-child(even) .lps_parts--slide.slide-fit .splide__track {
  background-color: var(--clr-wht);
}

/* splide__pagination
********************************************** */
.splide__pagination {
  margin-top: 2rem !important;
  gap: 0.625rem;
}
@media screen and (max-width: 47.9375em) {
  .splide__pagination {
    margin-top: 1.1428571429rem !important;
  }
}

.splide__pagination__page {
  width: 1.125rem;
  border: 0;
  padding: 0;
  aspect-ratio: 18/16;
  background-color: var(--clr-mono-02);
  mask: url(../images/common/icon-paw.svg) center/contain no-repeat;
  cursor: pointer;
  transition: var(--transit-default);
}
.splide__pagination__page.is-active {
  background-color: #1d1717;
}

/* splide__arrows
********************************************** */
.splide__arrows {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: calc(var(--slide-w) * var(--rem));
  height: 100%;
  pointer-events: none;
  transform: translateX(-50%);
}
@media screen and (max-width: 47.9375em) {
  .splide__arrows {
    width: 100%;
  }
}

@media screen and (max-width: 47.9375em) {
  :is(.slide-center, .slide-fit) .splide__arrows {
    --arrow-edge: 10;
  }
  .slide-default .splide__arrows {
    --arrow-edge: -14;
  }
}
.splide__arrow {
  all: unset;
  position: absolute;
  top: 0;
  width: calc(var(--arrow_w) * var(--rem));
  height: 100%;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (max-width: 47.9375em) {
  .splide__arrow {
    border-width: 0.1428571429rem;
  }
}
.splide__arrow:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.splide__arrow:focus-visible {
  outline: 0.1875rem solid var(--clr-primary-default);
  outline-offset: 0.25rem;
}
.splide__arrow .icon_wrap-circle {
  width: 100%;
  border: 0.125rem solid var(--clr-primary-default);
  border-radius: var(--border-radius-max);
  padding-left: 0.25rem;
}
.splide__arrow .icon {
  --w: 46;
  --mask-color: var(--clr-primary-default);
}
@media screen and (max-width: 47.9375em) {
  .splide__arrow .icon {
    --w: 28;
  }
}
@media (hover: hover) {
  .splide__arrow:hover .icon_wrap-circle {
    --circle-bg: var(--clr-primary-default);
    border-color: var(--clr-primary-default);
  }
  .splide__arrow:hover .icon {
    --mask-color: var(--clr-text-light);
  }
}

.splide__arrow--prev {
  scale: -1 1;
  left: calc(var(--arrow-edge) * var(--rem));
}

.splide__arrow--next {
  right: calc(var(--arrow-edge) * var(--rem));
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* ##############################################################################

    nekofuru search

############################################################################## */
/* nekofuru-search--toolbar
**************************************** */
.nekofuru-search--toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--font-default);
}
@media screen and (max-width: 47.9375em) {
  .nekofuru-search--toolbar {
    position: sticky;
    top: calc((var(--header-hgt) + 4) * var(--rem));
    z-index: 75;
    flex-direction: column;
    align-items: stretch;
    gap: 0.2857142857rem;
    padding: 0.5714285714rem;
    background-color: var(--clr-wht);
    border-radius: var(--border-radius-primary);
    box-shadow: 0 0 2.1428571429rem rgba(0, 0, 0, 0.05);
  }
}

.nekofuru-search--toolbar-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 47.9375em) {
  .nekofuru-search--toolbar-main {
    gap: 0.5714285714rem;
  }
}

.nekofuru-search--filter-open {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  padding-block: 0.25rem;
  color: var(--clr-mono-06);
  font-size: 0.625rem;
  background-color: var(--clr-wht);
  border: 1px solid var(--clr-mono-02);
  border-radius: var(--border-radius-max);
  cursor: pointer;
}
.nekofuru-search--filter-open[aria-expanded=true] {
  border-color: var(--clr-primary-default);
  color: var(--clr-primary-dark);
}

.nekofuru-search--count {
  font-size: var(--font-size-txt-sm);
  color: var(--clr-text-secondary);
}

/* nekofuru-search--controls
**************************************** */
.nekofuru-search--controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-size: var(--font-size-txt-sm);
}
@media screen and (max-width: 47.9375em) {
  .nekofuru-search--controls {
    gap: 0.5714285714rem;
  }
}

.nekofuru-search--page-size,
.nekofuru-search--sort {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nekofuru-search--page-size select,
.nekofuru-search--sort select {
  padding: 0.375rem 0.5rem;
  font-size: var(--font-size-txt-sm);
  border-radius: var(--border-radius-max);
  background-color: var(--clr-bg-02);
  cursor: pointer;
  border: none;
}

/* nekofuru-search--results
**************************************** */
.nekofuru-search--results {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 67.5em) {
  .nekofuru-search--results {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 47.9375em) {
  .nekofuru-search--results {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.nekofuru-search--results:has(.ranking--medal) {
  padding-top: calc(var(--medal_pos_top) * var(--rem));
}
.nekofuru-search--results.cards_bg .nekofuru-search--card {
  border: 1px solid var(--clr-mono-01);
  background-color: var(--clr-bg-01);
  background-image: url(../images/common/bg-01.png);
}
@media screen and (max-width: 47.9375em) {
  .nekofuru-search--results.cards_bg .nekofuru-search--card {
    background-size: 7.1428571429rem;
  }
}

/* nekofuru-search--card
**************************************** */
.nekofuru-search--card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: inherit;
  text-decoration: none !important;
  background-color: var(--clr-wht);
  border-radius: var(--border-radius-primary);
  transition: var(--transit-default);
}
.nekofuru-search--card:hover .nekofuru-search--card-img::before {
  opacity: 0.5;
}
.nekofuru-search--card.is-unavailable {
  background-color: var(--clr-bg-02);
}

.nekofuru-search--card-img {
  position: relative;
  aspect-ratio: 330/205;
  overflow: hidden;
  background-color: var(--clr-mono-02);
}
.nekofuru-search--card-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--clr-primary-default);
  opacity: 0;
  transition: var(--transit-default);
}
.nekofuru-search--card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nekofuru-search--card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.5rem;
  padding: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .nekofuru-search--card-body {
    gap: 0.5714285714rem;
    padding: 1.1428571429rem;
  }
}

.nekofuru-search--card-title {
  font-size: var(--font-size-txt-md);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: var(--clr-text-primary);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.nekofuru-search--card-status {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.125rem 0.5rem;
  font-size: var(--font-size-txt-sm);
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
  color: var(--clr-wht);
  background-color: var(--clr-mono-06);
  border-radius: var(--border-radius-max);
}
.nekofuru-search--card-status.is-preparing {
  background-color: var(--clr-primary-dark);
}
.nekofuru-search--card-status.is-closed {
  background-color: var(--clr-mono-05);
}

.nekofuru-search--card-meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: auto;
}

.nekofuru-search--card-amount {
  font-size: max(22px, var(--font-size-heading5));
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: var(--clr-primary-default);
}

.nekofuru-search--card-city {
  display: inline-block;
  width: fit-content;
  font-size: var(--font-size-txt-sm);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: var(--clr-text-secondary);
  border-bottom: 1px solid var(--clr-text-secondary);
}

.nekofuru-search--card-review {
  font-size: var(--font-size-txt-sm);
  line-height: 1.6;
  color: var(--clr-text-secondary);
}

/* nekofuru-shortcode--product_cards
**************************************** */
.nekofuru-shortcode--product_cards img {
  border-radius: 0;
}
.nekofuru-shortcode--product_cards .nekofuru-search--results:has(.nekofuru-search--card:not(:only-child)) {
  gap: 1rem;
}
.nekofuru-shortcode--product_cards .nekofuru-search--results:has(.nekofuru-search--card:not(:only-child)) .nekofuru-search--card-body {
  padding: 1rem;
}

/* nekofuru-search--pagination
**************************************** */
.nekofuru-search--pagination {
  margin-top: 2rem;
}

.nekofuru-search--pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nekofuru-search--pagination-item button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.5rem;
  font-size: var(--font-size-txt-sm);
  background-color: var(--clr-wht);
  color: var(--clr-text-primary);
  border: 1px solid var(--clr-primary-default);
  border-radius: var(--border-radius-max);
  cursor: pointer;
  transition: var(--transit-default);
}
.nekofuru-search--pagination-item button:hover {
  background-color: var(--clr-primary-default);
  color: var(--clr-wht);
  border-color: var(--clr-primary-default);
}
.nekofuru-search--pagination-item.active span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.5rem;
  font-size: var(--font-size-txt-sm);
  font-weight: var(--font-weight-bold);
  background-color: var(--clr-primary-default);
  color: var(--clr-wht);
  border-radius: var(--border-radius-max);
}
.nekofuru-search--pagination-item.prev button, .nekofuru-search--pagination-item.next button {
  min-width: auto;
  padding: 0 1rem;
}

.nekofuru-search--pagination-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2.5rem;
  color: var(--clr-text-secondary);
}

@media screen and (max-width: 47.9375em) {
  .nekofuru-search--pagination-item.prev button, .nekofuru-search--pagination-item.next button {
    width: 2.5rem;
    min-width: 2.5rem;
    padding: 0;
    font-size: 0;
  }
  .nekofuru-search--pagination-item.prev button::before, .nekofuru-search--pagination-item.next button::before {
    font-size: var(--font-size-txt-sm);
  }
  .nekofuru-search--pagination-item.prev button::before {
    content: "‹";
  }
  .nekofuru-search--pagination-item.next button::before {
    content: "›";
  }
}
.nekofuru-search--loading {
  text-align: center;
  padding: 1.5rem;
  color: var(--clr-text-secondary);
}

.nekofuru-search--empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 3rem 0;
  color: var(--clr-text-secondary);
  font-family: var(--font-default);
}

@media print, screen and (min-width: 48em) {
  .return_gift .nekofuru-search--results:has(.nekofuru-search--card:only-child) {
    grid-template-columns: 1fr;
  }
  .return_gift .nekofuru-search--card:only-child {
    display: grid;
    grid-template-columns: 25rem 1fr;
  }
  .return_gift .nekofuru-search--card:only-child .nekofuru-search--card-body::after {
    content: "詳しく見る";
    align-self: flex-end;
    color: var(--clr-primary-default);
    font-size: var(--font-size-txt-sm);
    font-weight: var(--font-weight-bold);
    line-height: 1.6;
  }
  .return_gift .nekofuru-search--card:only-child .nekofuru-search--card-title {
    font-size: var(--font-size-heading6);
    font-weight: var(--font-weight-heading);
    letter-spacing: 0.03em;
    line-height: 1.6;
  }
  .return_gift .nekofuru-search--card:only-child .nekofuru-search--card-img {
    aspect-ratio: auto;
  }
  .return_gift .nekofuru-search--card:only-child .nekofuru-search--card-amount {
    font-size: var(--font-size-heading4);
  }
}
@media screen and (max-width: 47.9375em) {
  .return_gift .nekofuru-search--results:has(.nekofuru-search--card:only-child) {
    grid-template-columns: 1fr;
  }
}
/* ##############################################################################

    詳細パーツスタイル

############################################################################## */
/* parts
**************************************** */
.product-parts {
  margin-bottom: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .product-parts {
    margin-bottom: 2.2857142857rem;
  }
}

.product-parts-title {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-hdr);
}

.product-parts-title--xl {
  font-size: var(--font-size-heading3);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.product-parts-title--lg {
  font-size: var(--font-size-heading4);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.product-parts-title--md {
  --min-font-size: 18px;
  display: block;
  font-size: max(var(--font-size-heading5), var(--min-font-size));
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (max-width: 47.9375em) {
  .product-parts-title--md {
    --min-font-size: 17px;
  }
}

.product-parts-title--sm {
  --min-font-size: 17px;
  display: block;
  font-size: max(var(--font-size-heading6), var(--min-font-size));
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (max-width: 47.9375em) {
  .product-parts-title--sm {
    --min-font-size: 16px;
  }
}

.product-parts-text {
  margin-bottom: 1.5rem;
  line-height: var(--line-height-default);
}

.product-parts-link {
  margin-bottom: 1.5rem;
  line-height: var(--line-height-default);
}

.product-parts-link--right {
  text-align: right;
}

.product-parts-note {
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  background-color: var(--clr-bg-02);
  border-radius: var(--border-radius-primary);
  font-size: var(--font-size-txt-sm);
  line-height: var(--line-height-default);
}

.product-parts-image {
  margin-bottom: 1.5rem;
}
.product-parts-image img {
  max-width: 100%;
  border-radius: var(--border-radius-primary);
}
.product-parts-image figcaption {
  margin-top: 0.5rem;
  font-size: var(--font-size-txt-sm);
  color: var(--clr-text-secondary);
}

.product-parts-img-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .product-parts-img-text {
    grid-template-columns: 1fr;
    gap: 1.1428571429rem;
  }
}
.product-parts-img-text img {
  width: 100%;
  border-radius: var(--border-radius-primary);
}

.product-parts-img-text--right .product-parts-img-text__img {
  order: 2;
}
@media screen and (max-width: 47.9375em) {
  .product-parts-img-text--right .product-parts-img-text__img {
    order: 0;
  }
}

.product-parts-graybox {
  margin-bottom: 1.5rem;
  padding: 1.5rem 2rem;
  background-color: var(--clr-bg-02);
  border-radius: var(--border-radius-primary);
}
@media screen and (max-width: 47.9375em) {
  .product-parts-graybox {
    padding: 1.4285714286rem 1.7142857143rem;
  }
}

.product-parts-graybox__title {
  font-weight: var(--font-weight-bold);
  margin-bottom: 0.5rem;
}

.product-parts-message {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .product-parts-message {
    grid-template-columns: 1fr;
    gap: 1.1428571429rem;
  }
}
.product-parts-message img {
  width: 100%;
  border-radius: var(--border-radius-primary);
}

.product-parts-video {
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.product-parts-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ##############################################################################

    レビュー

############################################################################## */
/* reviews
**************************************** */
.product-review-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 2rem 0;
  font-size: var(--font-size-txt-sm);
  color: var(--clr-text-secondary);
}

.product-review-loading__spinner {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid var(--clr-mono-03);
  border-top-color: var(--clr-primary-default);
  border-radius: 50%;
  animation: review-spin 0.6s linear infinite;
}

@keyframes review-spin {
  to {
    transform: rotate(360deg);
  }
}
.product-review-card {
  padding: 1.5rem;
  font-family: var(--font-default);
  border: 1px solid var(--clr-mono-02);
  border-radius: var(--border-radius-tertiary);
}
.product-review-card:not(:last-child) {
  margin-bottom: 1rem;
}

.product-review-card--title {
  font-size: var(--font-size-txt-lg);
  font-weight: var(--font-weight-bold);
  margin-bottom: 0.5rem;
}

.product-review-card--body {
  line-height: var(--line-height-default);
  margin-bottom: 0.5rem;
}

.product-review-card--meta {
  font-size: var(--font-size-txt-sm);
  color: var(--clr-text-secondary);
}

.product-review-card--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin: 0 0 0.75rem;
}
.product-review-card--tags li {
  padding: 0.125rem 0.5rem;
  font-size: var(--font-size-txt-sm);
  color: var(--clr-text-secondary);
  background: var(--clr-mono-01);
  border-radius: 999px;
}

.product-review-card--images {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.product-review-card--images img {
  width: 7.5rem;
  height: 7.5rem;
  object-fit: cover;
  border-radius: 0.25rem;
}

.product-review-card--reply {
  margin-top: 1rem;
  padding: 1rem;
  font-size: var(--font-size-txt-sm);
  line-height: var(--line-height-default);
  background: var(--clr-mono-01);
  border-radius: var(--border-radius-secondary);
}

.product-review-card--reply-title {
  margin-bottom: 0.25rem;
  font-weight: var(--font-weight-bold);
}
/*# sourceMappingURL=style.css.map */
