@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --f-color-green: #00b7bf;
  --f-color-blue: #0068b7;
  --f-color-pink: #ff6371;
  --f-color-olive: #a6937c;
  --f-color-red: #e60012;
  --f-color-gray-light: #f3f7f7;
  --f-color-blue-light: #dceaf5;
  --f-color-pink-light: #ffe8e2;
  --f-color-olive-light: #dfdbcf;
  --f-color-font: #434343;
  --f-color-font-dark: #262626;
  --f-color-font-light: #767676;
  --f-color-bg: var(--f-color-gray-light);
  --f-color-border: #bfbfbf;
  --f-font-family-sans: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  --f-font-family-serif: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
  --f-font-family-m-plus-1p: "M PLUS 1p", sans-serif;
  --f-font-size: 1.3rem;
  --f-font-weight-thin: 100;
  --f-font-weight-light: 300;
  --f-font-weight-regular: 400;
  --f-font-weight-medium: 500;
  --f-font-weight-bold: 700;
  --f-font-weight-extra-bold: 800;
  --f-font-weight-black: 900;
  --f-font-weight: var(--f-font-weight-regular);
  --f-width-sm: 31.6831683168rem;
  --f-width-sm-2: 37.1287128713rem;
  --f-width-md: 76.0396039604rem;
  --f-width-max: 100%;
  --f-height-navbar-h1: 0;
  --f-height-navbar: 4.2rem;
  --f-height-breadcrumb: 2.4rem;
  --f-height-back-to-top: 3rem;
  --f-height-navbar-bottom: 4.5rem;
  --f-bottom-back-to-top: calc(var(--f-space-t2) + var(--f-height-back-to-top));
  --f-space: 1.2rem;
  --f-space-t1_5: calc(var(--f-space) * 1.5);
  --f-space-d1_5: calc(var(--f-space) / 1.5);
  --f-space-t2: calc(var(--f-space) * 2);
  --f-space-d2: calc(var(--f-space) / 2);
  --f-space-t2_5: calc(var(--f-space) * 2.5);
  --f-space-d2_5: calc(var(--f-space) / 2.5);
  --f-space-t3: calc(var(--f-space) * 3);
  --f-space-d3: calc(var(--f-space) / 3);
  --f-space-t3_5: calc(var(--f-space) * 3.5);
  --f-space-d3_5: calc(var(--f-space) / 3.5);
  --f-space-t4: calc(var(--f-space) * 4);
  --f-space-d4: calc(var(--f-space) / 4);
  --f-space-t4_5: calc(var(--f-space) * 4.5);
  --f-space-d4_5: calc(var(--f-space) / 4.5);
  --f-space-t5: calc(var(--f-space) * 5);
  --f-space-d5: calc(var(--f-space) / 5);
  --f-space-t5_5: calc(var(--f-space) * 5.5);
  --f-space-d5_5: calc(var(--f-space) / 5.5);
  --f-space-t6: calc(var(--f-space) * 6);
  --f-space-d6: calc(var(--f-space) / 6);
  --f-space-t6_5: calc(var(--f-space) * 6.5);
  --f-space-d6_5: calc(var(--f-space) / 6.5);
  --f-space-t7: calc(var(--f-space) * 7);
  --f-space-d7: calc(var(--f-space) / 7);
  --f-space-t7_5: calc(var(--f-space) * 7.5);
  --f-space-d7_5: calc(var(--f-space) / 7.5);
  --f-space-t8: calc(var(--f-space) * 8);
  --f-space-d8: calc(var(--f-space) / 8);
  --f-space-t8_5: calc(var(--f-space) * 8.5);
  --f-space-d8_5: calc(var(--f-space) / 8.5);
  --f-space-t9: calc(var(--f-space) * 9);
  --f-space-d9: calc(var(--f-space) / 9);
  --f-space-t9_5: calc(var(--f-space) * 9.5);
  --f-space-d9_5: calc(var(--f-space) / 9.5);
  --f-space-t10: calc(var(--f-space) * 10);
  --f-space-d10: calc(var(--f-space) / 10);
  --f-space-t10_5: calc(var(--f-space) * 10.5);
  --f-space-d10_5: calc(var(--f-space) / 10.5);
  --f-z-index-max: 9999;
}
@media (min-width: 768px) {
  :root {
    --f-font-size: 1.6rem;
  }
}
@media (min-width: 1010px) {
  :root {
    --f-width-max: 1010px;
  }
}
@media (min-width: 768px) {
  :root {
    --f-height-navbar-h1: 2.3rem;
  }
}
@media (min-width: 768px) {
  :root {
    --f-height-navbar: 8rem;
  }
}
@media (min-width: 768px) {
  :root {
    --f-height-breadcrumb: 3.2rem;
  }
}
@media (min-width: 768px) {
  :root {
    --f-height-back-to-top: 5rem;
  }
}
@media (min-width: 768px) {
  :root {
    --f-height-navbar-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  :root {
    --f-space: 1.6rem;
  }
}

::-moz-selection {
  background-color: var(--f-color-green);
  color: #fff;
}

::selection {
  background-color: var(--f-color-green);
  color: #fff;
}

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 183, 191, 0.5);
  border-radius: 0.5rem;
}

* {
  margin: 0;
  padding: 0;
  font-family: inherit;
  word-break: break-all;
}
@media (min-width: 768px) {
  * {
    scrollbar-color: rgba(0, 183, 191, 0.5) transparent;
    scrollbar-width: thin;
  }
}

html {
  font-size: 3.125vw;
}
@media (min-width: 768px) {
  html {
    font-size: 0.9900990099vw;
  }
}
@media (min-width: 1010px) {
  html {
    font-size: 10px;
  }
}

body {
  line-height: 1.2;
  font-family: var(--f-font-family-sans);
  font-size: var(--f-font-size);
  font-weight: var(--f-font-weight-medium);
  color: var(--f-color-font);
}

h1 {
  font-size: inherit;
  font-weight: inherit;
}

h2 {
  font-size: inherit;
  font-weight: inherit;
}

h3 {
  font-size: inherit;
  font-weight: inherit;
}

h4 {
  font-size: inherit;
  font-weight: inherit;
}

h5 {
  font-size: inherit;
  font-weight: inherit;
}

h6 {
  font-size: inherit;
  font-weight: inherit;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--f-color-blue);
}

button,
select {
  cursor: pointer;
}

.grecaptcha-badge {
  visibility: hidden;
}

.f-container {
  margin-top: var(--f-space-t2);
  padding: 0 var(--f-space);
}
@media (min-width: 768px) {
  .f-container {
    max-width: var(--f-width-max);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .f-container.--md {
    max-width: var(--f-width-md);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .f-container.--sm {
    max-width: var(--f-width-sm);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .f-row {
    display: flex;
  }
}
@media (min-width: 768px) {
  .f-row.--center-v {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .f-row.--center-h {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .f-row__col.--1 {
    flex: 1 1 10%;
  }
  .f-row__col.--2 {
    flex: 1 1 20%;
  }
  .f-row__col.--3 {
    flex: 1 1 30%;
  }
  .f-row__col.--4 {
    flex: 1 1 40%;
  }
  .f-row__col.--5 {
    flex: 1 1 50%;
  }
  .f-row__col.--6 {
    flex: 1 1 60%;
  }
  .f-row__col.--7 {
    flex: 1 1 70%;
  }
  .f-row__col.--8 {
    flex: 1 1 80%;
  }
  .f-row__col.--9 {
    flex: 1 1 90%;
  }
  .f-row__col.--10 {
    flex: 1 1 100%;
  }
  .f-row__col:first-child {
    padding-right: var(--f-space-d2);
  }
  .f-row__col + .f-row__col {
    padding-left: var(--f-space-d2);
  }
  .f-row.--even .f-row__col {
    flex: 1 1 auto;
  }
}

.f-box {
  filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.15));
  padding: var(--f-space);
  border-top: 0.1rem solid rgba(0, 0, 0, 0.04);
  border-radius: 0.5rem;
  background-color: #fff;
  margin-top: var(--f-space-t2);
}
@media (min-width: 768px) {
  .f-box {
    padding: var(--f-space-t1_5);
    border-radius: 0.8rem;
  }
}

.f-box-2, .f-box-3 {
  padding: var(--f-space-t2) var(--f-space);
  border: 0.1rem solid var(--f-color-border);
  border-radius: 0.5rem;
  background-color: #fff;
  margin-top: var(--f-space-t2);
}
@media (min-width: 768px) {
  .f-box-2, .f-box-3 {
    padding: var(--f-space-t1_5);
    border-radius: 0.8rem;
  }
}

.f-box-3 {
  border-radius: 1rem;
}

.f-stack {
  display: flex;
  flex-direction: column;
  gap: var(--gap, var(--f-space));
}
.f-stack > * {
  width: 100%;
}
@media (min-width: 768px) {
  .f-stack {
    gap: var(--gap-md, var(--gap, var(--f-space)));
  }
}
.f-stack.--no-children-margin > * {
  margin: 0;
}
.f-stack.--no-children-margin-x > * {
  margin-left: 0;
  margin-right: 0;
}
.f-stack.--no-children-margin-y > * {
  margin-top: 0;
  margin-bottom: 0;
}

.f-accordion {
  border-top: 0.1rem solid #c9c9c9;
}
@media (min-width: 768px) {
  .f-accordion-list {
    max-width: var(--f-width-max);
    margin-left: auto;
    margin-right: auto;
    padding: var(--f-space-t4) var(--f-space);
  }
}
@media (min-width: 768px) {
  .f-accordion-list.--trigger.--area {
    padding-top: var(--f-space-t2);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.f-accordion-list.--target {
  display: none;
  margin: 0;
}
@media (min-width: 768px) {
  .f-accordion-list.--target {
    display: flex !important;
    flex-flow: row wrap;
    margin: 0 0 0 calc(var(--f-space-d2) * -1);
    padding: 0;
  }
}
@media (min-width: 768px) {
  .f-accordion {
    border-top: none;
  }
}
.f-accordion:last-child {
  border-bottom: 0.1rem solid #c9c9c9;
}
@media (min-width: 768px) {
  .f-accordion:last-child {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .f-accordion.--trigger {
    margin-top: var(--f-space-t2);
  }
  .f-accordion.--trigger:first-child:not(.--area) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .f-accordion.--trigger.--area {
    width: calc(50% - var(--f-space-d2));
  }
}
.f-accordion.--target {
  border-top: 0.1rem solid #dcdcdc;
}
@media (min-width: 768px) {
  .f-accordion.--target {
    margin: var(--f-space-d2) 0 0 var(--f-space-d2);
    border-top: none;
  }
}
.f-accordion.--target:first-child {
  border-top: 0.1rem solid #c9c9c9;
}
@media (min-width: 768px) {
  .f-accordion.--target:first-child {
    border-top: none;
  }
}
.f-accordion.--target:last-child {
  border-bottom: none;
}
.f-accordion-heading {
  padding: 1.2em var(--f-space);
  background-color: var(--f-color-font-light);
  color: #fff;
}
@media (min-width: 768px) {
  .f-accordion-heading {
    width: 100%;
    margin: var(--f-space-d2) 0 0 var(--f-space-d2);
    padding: 0;
    background-color: transparent;
    color: var(--f-color-font);
  }
}
.f-accordion-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2em var(--f-space);
  cursor: pointer;
  color: inherit;
}
@media (min-width: 768px) {
  .f-accordion-btn {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .f-accordion.--trigger > .f-accordion-btn {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .f-accordion.--trigger.--area > .f-accordion-btn {
    border-bottom: 0.1rem solid #c9c9c9;
    padding-bottom: 0.5em;
  }
}
.f-accordion.--target .f-accordion-btn {
  padding: 1.2em var(--f-space) 1.2em 2em;
  background-color: #eaf0f0;
}
@media (min-width: 768px) {
  .f-accordion.--target .f-accordion-btn {
    padding: 0;
    background-color: transparent;
  }
  .f-accordion.--target .f-accordion-btn::before {
    margin-right: var(--f-space-d2);
    content: "｜";
  }
}
@media (min-width: 768px) {
  .f-accordion.--target:first-child .f-accordion-btn::before, .f-accordion-heading + .f-accordion.--target .f-accordion-btn::before, .f-accordion.--target.--area .f-accordion-btn::before {
    display: none;
  }
}
.f-accordion-btn svg {
  flex-shrink: 0;
  width: 1.2em;
  height: 1.2em;
  fill: #6b6b6b;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .f-accordion-btn svg {
    display: none !important;
  }
}
.f-accordion-btn svg.--opened {
  display: none;
}
.f-accordion-btn svg.--closed {
  display: block;
}
.f-accordion.--target .f-accordion-btn svg {
  width: 0.8em;
  height: 0.8em;
  fill: #898989;
}
.f-accordion-btn.--opened svg.--opened {
  display: block;
}
.f-accordion-btn.--opened svg.--closed {
  display: none;
}
.f-accordion-btn-inner {
  font-weight: var(--f-font-weight-medium);
  color: inherit;
}
@media (min-width: 768px) {
  .f-accordion-btn-inner {
    font-weight: var(--f-font-weight-regular);
  }
}
.f-accordion.--target .f-accordion-btn-inner {
  color: #898989;
}
@media (min-width: 768px) {
  .f-accordion.--target.--area .f-accordion-btn-inner {
    color: var(--f-color-blue);
  }
}

.f-alert {
  margin: var(--f-space-t2) 0 0;
  padding: var(--f-space-t2) var(--f-space);
  line-height: 1.4em;
  border-radius: 0.5rem;
  border: 0.1rem solid var(--f-color-font);
  background-color: var(--f-color-bg);
}
.f-alert a {
  display: inline-block;
  margin: 0.5em;
  padding: 0.25em 0.5em;
  border-radius: 0.5rem;
  background-color: var(--f-color-font);
  color: var(--f-color-bg);
  font-size: 0.8em;
}
.f-alert.--green {
  border-color: var(--f-color-green);
  background-color: var(--f-color-green-light, var(--f-color-gray-light));
  color: var(--f-color-green);
}
.f-alert.--green a {
  background-color: var(--f-color-green);
  color: var(--f-color-green-light, var(--f-color-gray-light));
}
.f-alert.--blue {
  border-color: var(--f-color-blue);
  background-color: var(--f-color-blue-light, var(--f-color-gray-light));
  color: var(--f-color-blue);
}
.f-alert.--blue a {
  background-color: var(--f-color-blue);
  color: var(--f-color-blue-light, var(--f-color-gray-light));
}
.f-alert.--pink {
  border-color: var(--f-color-pink);
  background-color: var(--f-color-pink-light, var(--f-color-gray-light));
  color: var(--f-color-pink);
}
.f-alert.--pink a {
  background-color: var(--f-color-pink);
  color: var(--f-color-pink-light, var(--f-color-gray-light));
}
.f-alert.--olive {
  border-color: var(--f-color-olive);
  background-color: var(--f-color-olive-light, var(--f-color-gray-light));
  color: var(--f-color-olive);
}
.f-alert.--olive a {
  background-color: var(--f-color-olive);
  color: var(--f-color-olive-light, var(--f-color-gray-light));
}
.f-alert.--red {
  border-color: var(--f-color-red);
  background-color: var(--f-color-red-light, var(--f-color-gray-light));
  color: var(--f-color-red);
}
.f-alert.--red a {
  background-color: var(--f-color-red);
  color: var(--f-color-red-light, var(--f-color-gray-light));
}
.f-alert.--form {
  border-color: var(--f-color-red);
  background-color: #fff;
  font-weight: var(--f-font-weight-bold);
  color: var(--f-color-red);
}
.f-alert.--form a {
  background-color: var(--f-color-red);
  color: #fff;
}
.f-alert:first-child {
  margin-top: 0;
}
.f-alert + .f-alert {
  margin-top: var(--f-space);
}

.f-btn, .f-btn-3, .f-btn-2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - var(--f-space-t2));
  min-height: 3em;
  margin: var(--f-space-t2) auto 0;
  padding: 0 1em;
  border: 0.1rem solid var(--f-color-border);
  border-radius: 4rem;
  cursor: pointer;
  background-color: #fff;
  font-size: var(--font-size, 1.1em);
  font-weight: var(--f-font-weight-bold);
  color: var(--f-color-font);
}
.f-btn.--full, .--full.f-btn-3, .--full.f-btn-2 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.f-btn.--inline, .--inline.f-btn-3, .--inline.f-btn-2 {
  display: inline-flex;
  width: auto;
  margin: 0;
}
@media (min-width: 768px) {
  .f-btn, .f-btn-3, .f-btn-2 {
    max-width: var(--f-width-md);
    margin-left: auto;
    margin-right: auto;
    padding: 0 2em;
    font-size: var(--font-size-md, 1.6rem);
  }
}
.f-btn svg, .f-btn-3 svg, .f-btn-2 svg {
  flex-shrink: 0;
  width: 1.2em;
  height: 1.2em;
  margin: 0 0.5em;
}
.f-btn svg *, .f-btn-3 svg *, .f-btn-2 svg * {
  fill: var(--f-color-font) !important;
}
.f-btn.--icon-left svg, .--icon-left.f-btn-3 svg, .--icon-left.f-btn-2 svg, .f-btn.--icon-right svg, .--icon-right.f-btn-3 svg, .--icon-right.f-btn-2 svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.f-btn.--icon-left svg, .--icon-left.f-btn-3 svg, .--icon-left.f-btn-2 svg {
  left: 0.5em;
}
.f-btn.--icon-right svg, .--icon-right.f-btn-3 svg, .--icon-right.f-btn-2 svg {
  right: 0.5em;
}
.f-btn.--icon-reverse svg, .--icon-reverse.f-btn-3 svg, .--icon-reverse.f-btn-2 svg {
  transform: translateY(-50%) rotateZ(-180deg);
}
.f-btn.--icon-rotate-90 svg, .--icon-rotate-90.f-btn-3 svg, .--icon-rotate-90.f-btn-2 svg {
  transform: translateY(-50%) rotateZ(90deg);
}
.f-btn.--text-left, .--text-left.f-btn-3, .--text-left.f-btn-2 {
  justify-content: flex-start;
  padding-left: 3em;
}
.f-btn.--text-right, .--text-right.f-btn-3, .--text-right.f-btn-2 {
  justify-content: end;
  padding-right: 3em;
}
.f-btn[data-svg=angle] svg, [data-svg=angle].f-btn-3 svg, [data-svg=angle].f-btn-2 svg, .f-btn[data-svg=angle-2] svg, [data-svg=angle-2].f-btn-3 svg, [data-svg=angle-2].f-btn-2 svg, .f-btn[data-svg=angle-5] svg, [data-svg=angle-5].f-btn-3 svg, [data-svg=angle-5].f-btn-2 svg {
  width: 0.8em;
  height: 0.8em;
}
.f-btn[data-svg=line], [data-svg=line].f-btn-3, [data-svg=line].f-btn-2 {
  color: #00b900;
}
.f-btn[data-svg=line] svg path, [data-svg=line].f-btn-3 svg path, [data-svg=line].f-btn-2 svg path {
  fill: #00b900 !important;
}
.f-btn[data-svg=phone] svg *, [data-svg=phone].f-btn-3 svg *, [data-svg=phone].f-btn-2 svg *, .f-btn[data-svg=mail] svg *, [data-svg=mail].f-btn-3 svg *, [data-svg=mail].f-btn-2 svg *, .f-btn[data-svg=clip] svg *, [data-svg=clip].f-btn-3 svg *, [data-svg=clip].f-btn-2 svg * {
  fill: var(--f-color-pink) !important;
}
.f-btn.--color-1, .--color-1.f-btn-3, .--color-1.f-btn-2 {
  border-color: var(--f-color-green);
  color: var(--f-color-green);
}
.f-btn.--color-1 svg *, .--color-1.f-btn-3 svg *, .--color-1.f-btn-2 svg * {
  fill: var(--f-color-green) !important;
}
.f-btn.--green, .--green.f-btn-3, .--green.f-btn-2 {
  border-color: var(--f-color-green);
  background-color: var(--f-color-green);
  color: #fff;
}
.f-btn.--green svg *, .--green.f-btn-3 svg *, .--green.f-btn-2 svg * {
  fill: #fff !important;
}
.f-btn.--blue, .--blue.f-btn-3, .--blue.f-btn-2 {
  border-color: var(--f-color-blue);
  background-color: var(--f-color-blue);
  color: #fff;
}
.f-btn.--blue svg *, .--blue.f-btn-3 svg *, .--blue.f-btn-2 svg * {
  fill: #fff !important;
}
.f-btn.--pink, .--pink.f-btn-3, .--pink.f-btn-2 {
  border-color: var(--f-color-pink);
  background-color: var(--f-color-pink);
  color: #fff;
}
.f-btn.--pink svg *, .--pink.f-btn-3 svg *, .--pink.f-btn-2 svg * {
  fill: #fff !important;
}
.f-btn.--olive, .--olive.f-btn-3, .--olive.f-btn-2 {
  border-color: var(--f-color-olive);
  background-color: var(--f-color-olive);
  color: #fff;
}
.f-btn.--olive svg *, .--olive.f-btn-3 svg *, .--olive.f-btn-2 svg * {
  fill: #fff !important;
}
.f-btn.--red, .--red.f-btn-3, .--red.f-btn-2 {
  border-color: var(--f-color-red);
  background-color: var(--f-color-red);
  color: #fff;
}
.f-btn.--red svg *, .--red.f-btn-3 svg *, .--red.f-btn-2 svg * {
  fill: #fff !important;
}
.f-btn a, .f-btn-3 a, .f-btn-2 a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font: inherit;
  color: inherit;
}

.f-btn-2 {
  border-radius: 0.5rem;
  border: 0.1rem solid #808080;
}

.f-btn-3 {
  border: 0.1rem solid var(--f-color-border);
  border-radius: 0.8rem;
}

.f-btn-4 {
  margin: var(--f-space-t2) 0 0;
  text-align: right;
}
.f-btn-4 a {
  display: inline-block;
  color: var(--f-color-blue);
}

.f-infinite-bg {
  --item-width: 100svw;
  --item-height: auto;
  --animation-duration: 12s;
  overflow: hidden;
}
.f-infinite-bg__items {
  --animation-from: 0;
  --animation-to: -50%;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: var(--animation-duration) linear 0s infinite running f-infinite-bg;
}
@keyframes f-infinite-bg {
  from {
    transform: translateX(var(--animation-from));
  }
  to {
    transform: translateX(var(--animation-to));
  }
}
.f-infinite-bg--direction-reversed .f-infinite-bg__items {
  --animation-from: -50%;
  --animation-to: 0;
}
.f-infinite-bg__item {
  width: var(--item-width);
  height: var(--item-height);
}
.f-infinite-bg__item img {
  width: 100%;
  height: 100%;
}

.f-form-field-list {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: var(--f-space);
}
.f-form-field {
  display: flex;
  flex-direction: column;
  gap: var(--f-space-d2);
}
@media (min-width: 768px) {
  .f-form-field {
    flex-direction: row;
    align-items: center;
  }
}
.f-form-field-term {
  font-weight: bold;
}
@media (min-width: 768px) {
  .f-form-field-term {
    flex: 0 0 var(--width-md, 8em);
  }
}
.f-form-field-term + * {
  flex: auto;
}
.f-form-term {
  color: var(--f-color-font-dark);
  font-weight: var(--f-font-weight-bold);
  /* 注記 */
  /* 注記 赤 */
}
.f-form-term span {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.2em 0.6em;
  border-radius: 0.4rem;
  background-color: var(--f-color-red);
  color: #fff;
  font-size: 1rem;
  font-weight: var(--f-font-weight-regular);
}
.f-form-term-info {
  margin-top: var(--f-space-d2);
  font-size: 1rem;
}
.f-form-term-notice {
  margin-top: var(--f-space-d2);
  display: flex;
  color: var(--f-color-red);
  font-size: 1rem;
}
.f-form-term-notice::before {
  flex-shrink: 0;
  margin-right: 0.5em;
  content: "※";
}
.f-form-term-notice-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.f-form-term-notice-list > * {
  margin: 0;
}
.f-form-term-2 {
  font-weight: var(--f-font-weight-bold);
  font-size: 1.6rem;
  text-align: center;
}
.f-form-input {
  display: block;
  width: 100%;
  border: 0.1rem solid var(--f-color-border);
  border-radius: 0.5rem;
  padding: 0.4em;
  line-height: 1.4em;
  font-size: 1.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.f-form-input[type=number] {
  -moz-appearance: textfield;
}
.f-form-input[type=number]::-webkit-inner-spin-button, .f-form-input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.f-form-input-list {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  margin: calc(var(--f-space-d2) * -1) 0 0 calc(var(--f-space-d2) * -1);
}
.f-form-input-list + .f-form-input-list {
  margin-top: var(--f-space-d2);
}
.f-form-input-list .f-form-input,
.f-form-input-list span {
  flex: 0 1 auto;
  margin: var(--f-space-d2) 0 0 var(--f-space-d2);
}
.f-form-input-list span {
  flex: 0 0 auto;
}
.f-form-input + .f-form-input {
  margin-top: var(--f-space-d2);
}
.f-form-input.--textarea {
  resize: none;
}
.f-form-input.--confirm {
  background-color: #eeeeee;
  border: none;
}
.f-form-input-file {
  display: flex;
  align-items: center;
}
.f-form-input-file label {
  flex: 0 0 auto;
  padding: 0.8em 1.6em;
  border-radius: 0.5rem;
  border: 0.1rem solid var(--f-color-border);
  background-color: #eeeeee;
}
.f-form-input-file label input {
  display: none;
}
.f-form-input-file span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  flex: 0 1 auto;
  margin-left: 0.5em;
}
.f-form-preview-file {
  margin-top: var(--f-space);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.f-form-preview-file img {
  margin-bottom: var(--f-space-d2);
}
.f-form-select {
  position: relative;
  cursor: pointer;
}
.f-form-select-list {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  margin: calc(var(--f-space-d2) * -1) 0 0 calc(var(--f-space-d2) * -1);
}
.f-form-select-list + .f-form-select-list {
  margin-top: var(--f-space-d2);
}
.f-form-select-list .f-form-select,
.f-form-select-list span {
  flex: 0 1 auto;
  margin: var(--f-space-d2) 0 0 var(--f-space-d2);
}
.f-form-select-list span {
  flex: 0 0 auto;
}
.f-form-select.--bg-white {
  background-color: #fff;
}
.f-form-select + .f-form-select {
  margin-top: var(--f-space-d2);
}
.f-form-select svg {
  z-index: inherit;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%) rotateZ(90deg);
  width: 1em;
  height: 1em;
}
.f-form-select select {
  display: block;
  width: 100%;
  border: 0.1rem solid var(--f-color-border);
  border-radius: 0.5rem;
  padding: 0.4em;
  line-height: 1.4em;
  font-size: 1.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2em;
  background-color: transparent;
}
.f-form-check {
  position: relative;
  padding: 0 0 0 1.75em;
  display: flex;
  align-items: center;
  min-height: 1.2em;
  cursor: pointer;
}
.f-form-check-list {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--f-space-d2) * -1) 0 0 calc(var(--f-space) * -1);
}
.f-form-check-list .f-form-check {
  margin: var(--f-space-d2) 0 0 var(--f-space);
}
.f-form-check + .f-form-check {
  margin-top: var(--f-space-d2);
}
.f-form-check input {
  display: none;
}
.f-form-check input:checked ~ .f-form-check-dummy {
  background-color: var(--f-color-green);
}
.f-form-check-dummy {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 0.1rem solid var(--f-color-font);
  content: "";
}
.f-form-check-2 {
  position: relative;
  padding-left: 1.75em;
  display: flex;
  align-items: center;
  min-height: 1.2em;
  cursor: pointer;
}
.f-form-check-2-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.f-form-check-2 input {
  display: none;
}
.f-form-check-2 input:checked ~ svg path {
  fill: var(--f-color-green) !important;
}
.f-form-check-2 svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
}
.f-form-check-2 svg path {
  fill: #dcdcdc !important;
}
.f-form-check-3 {
  cursor: pointer;
}
.f-form-check-3-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: calc(var(--f-space-d2) * -1) 0 0 calc(var(--f-space-d2) * -1);
}
.f-form-check-3-list .f-form-check-3 {
  width: calc(33.3333% - var(--f-space-d2));
  margin: var(--f-space-d2) 0 0 var(--f-space-d2);
}
.f-form-check-3-list .f-form-check-3-bg {
  height: 3.2em;
  justify-content: center;
}
.f-form-check-3 + .f-form-check-3 {
  margin-top: var(--f-space-d2);
}
.f-form-check-3 input {
  display: none;
}
.f-form-check-3-bg {
  display: flex;
  align-items: center;
  border-radius: 0.3rem;
  padding: 0.6em;
  background-color: #a0a0a0;
  color: #fff;
  font-size: 1rem;
}
.f-form-check-3 input:checked ~ .f-form-check-3-bg, .f-form-check-3.--confirm .f-form-check-3-bg {
  background-color: var(--f-color-green);
}
.f-form-check-4 {
  position: relative;
  display: block;
  padding: 0 0 0 1.7em;
  min-height: 1.2em;
  cursor: pointer;
}
.f-form-check-4--red {
  color: var(--f-color-red);
}
.f-form-check-4-list .f-form-check-4 {
  margin-top: var(--f-space-d2);
}
.f-form-check-4-list .f-form-check-4:first-child {
  margin-top: 0;
}
.f-form-check-4 + .f-form-check-4 {
  margin-top: var(--f-space-d2);
}
.f-form-check-4 input {
  display: none;
}
.f-form-check-4-shape {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  background-color: #fff;
  border: 0.1rem solid var(--f-color-font);
}
.f-form-check-4-shape.--circle {
  border-radius: 50%;
}
.f-form-check-4 input:checked ~ .f-form-check-4-shape, .f-form-check-4.--confirm .f-form-check-4-shape {
  border-color: var(--f-color-green);
  background-color: var(--f-color-green);
}
.f-form-check-5 {
  cursor: pointer;
}
.f-form-check-5-list {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin: calc(var(--f-space-d2) * -1) 0 0 calc(var(--f-space-d2) * -1);
}
.f-form-check-5-list .f-form-check-5 {
  width: calc(50% - var(--f-space-d2));
  margin: var(--f-space-d2) 0 0 var(--f-space-d2);
}
.f-form-check-5 + .f-form-check-5 {
  margin-top: var(--f-space-d2);
}
.f-form-check-5 input {
  display: none;
}
.f-form-check-5-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.2em;
  border: 0.1rem solid var(--f-color-border);
  border-radius: 0.3rem;
  font-size: 1rem;
}
.f-form-check-5 input:checked ~ .f-form-check-5-bg, .f-form-check-5.--confirm .f-form-check-5-bg {
  border-color: var(--f-color-olive);
  background-color: var(--f-color-olive);
  color: #fff;
}
.f-form-check-6 {
  cursor: pointer;
}
.f-form-check-6 input {
  display: none;
}
.f-form-check-6__text {
  padding: 0.5rem 1.75rem;
  border-radius: 2em;
  border: 1px solid var(--f-color-border);
  background-color: #fff;
}
input:checked ~ .f-form-check-6__text {
  background-color: var(--f-color-green);
  color: #fff;
}
.f-form-box {
  margin-top: var(--f-space-t2);
  border: 0.1rem solid var(--f-color-font);
  padding: var(--f-space);
  border-radius: 0.5rem;
}
.f-form-btn-list.--form {
  margin-top: var(--f-space-t2);
}
.f-form-btn-list.--form form {
  margin-top: var(--f-space);
}
.f-form-btn-list.--form form .f-btn-2 {
  margin: 0;
}
@media (min-width: 768px) {
  .f-form-btn-list.--form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: calc(var(--f-space-d2) * -1);
  }
  .f-form-btn-list.--form form {
    width: calc(50% - var(--f-space-d2));
    margin-left: var(--f-space-d2);
  }
}
.f-form-submit .f-btn-2 {
  margin-top: 0;
}
.f-form-submit.--mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.f-form-submit-term {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #aaa;
  font-weight: var(--f-font-weight-light);
}
@media (min-width: 768px) {
  .f-form-submit-term {
    text-align: center;
  }
}
.f-form-error {
  margin-top: var(--f-space-d2);
  color: var(--f-color-red);
}
.f-form-group {
  margin-top: var(--f-space);
}
.f-form-group:first-child {
  margin-top: 0;
}
.f-form-group > * {
  margin-top: var(--f-space-d2);
}
.f-form-heading {
  font-size: 1.6rem;
  font-weight: bold;
}

.f-heading {
  margin-top: var(--f-space-t2);
  background-color: rgba(194, 183, 165, 0.3490196078);
  color: var(--f-color-font-dark);
}
.f-heading.--green {
  background-color: var(--f-color-green-light, var(--f-color-gray-light));
  color: var(--f-color-green);
}
.f-heading.--green .f-heading-inner svg * {
  fill: var(--f-color-green) !important;
}
.f-heading.--blue {
  background-color: var(--f-color-blue-light, var(--f-color-gray-light));
  color: var(--f-color-blue);
}
.f-heading.--blue .f-heading-inner svg * {
  fill: var(--f-color-blue) !important;
}
.f-heading.--pink {
  background-color: var(--f-color-pink-light, var(--f-color-gray-light));
  color: var(--f-color-pink);
}
.f-heading.--pink .f-heading-inner svg * {
  fill: var(--f-color-pink) !important;
}
.f-heading.--olive {
  background-color: var(--f-color-olive-light, var(--f-color-gray-light));
  color: var(--f-color-olive);
}
.f-heading.--olive .f-heading-inner svg * {
  fill: var(--f-color-olive) !important;
}
.f-heading.--red {
  background-color: var(--f-color-red-light, var(--f-color-gray-light));
  color: var(--f-color-red);
}
.f-heading.--red .f-heading-inner svg * {
  fill: var(--f-color-red) !important;
}
.f-heading.--color-1 {
  background-color: #dfdbcf;
  color: #59493f;
}
.f-heading.--color-1 .f-heading-inner svg * {
  fill: var(--f-color-olive) !important;
}
.f-heading.--color-2 {
  background-color: var(--f-color-bg);
}
.f-heading-inner {
  padding: var(--f-space);
  color: inherit;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: var(--f-font-weight-bold);
  text-align: inherit;
}
@media (min-width: 768px) {
  .f-heading-inner {
    max-width: var(--f-width-max);
    margin-left: auto;
    margin-right: auto;
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .f-heading.--responsive .f-heading-inner {
    font-size: 2.8rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.f-heading.--center .f-heading-inner {
  justify-content: center;
}
.f-heading-inner svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}

.f-heading-2 {
  margin: var(--f-space-t2) 0 0;
  width: -moz-max-content;
  width: max-content;
  display: inline-flex;
  align-items: center;
  border: 0.1rem solid var(--f-color-border);
  border-radius: 2.6rem;
  padding: 0.5em 1.8em 0.5em 1.5em;
  background-color: #fff;
  font-weight: var(--f-font-weight-bold);
  color: var(--f-color-font-dark);
}
@media (min-width: 768px) {
  .f-heading-2 {
    font-size: 1.6rem;
  }
}
.f-heading-2 svg {
  width: 1.2em;
  height: 1.2em;
  margin: 0 0.5em 0 0;
}
.f-heading-2 svg * {
  fill: var(--f-color-pink) !important;
  stroke: var(--f-color-pink) !important;
}
.f-heading-2[data-svg=soku] svg polygon {
  fill: #fff !important;
}

.f-heading-3 {
  --main-text-font-size: 1.9em;
  margin: var(--f-space) 0 0;
  display: flex;
  align-items: center;
  width: 100%;
  color: inherit;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .f-heading-3 {
    font-size: 1.2rem;
  }
}
.f-heading-3 svg,
.f-heading-3 img {
  width: 4em;
  height: 4em;
}
.f-heading-3 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.f-heading-3__text {
  margin: var(--f-space-d6) 0 0 var(--f-space);
  font-weight: var(--f-font-weight-regular);
  color: var(--f-color-font-light);
}
.f-heading-3__text__main {
  display: block;
  margin: var(--f-space-d6) 0;
  font-weight: var(--f-font-weight-bold);
  color: var(--f-color-font-dark);
  font-size: var(--main-text-font-size);
}
.f-heading-3.--center {
  justify-content: center;
}

.f-heading-4 {
  margin: var(--f-space-t4) 0 0;
  color: var(--f-color-font-dark);
  font-weight: var(--f-font-weight-bold);
  font-size: 1.6rem;
}
.f-heading-4--no-margin {
  margin: 0;
}
@media (min-width: 768px) {
  .f-heading-4 {
    font-size: 2.2rem;
  }
}
.f-heading-4__sub {
  display: block;
  margin: 0.5em 0 0;
  font-weight: var(--f-font-weight-regular);
  font-size: 0.8em;
  color: var(--f-color-font-light);
}
.f-heading-4.--center {
  text-align: center;
}
.f-heading-4.--green {
  color: var(--f-color-green);
}
.f-heading-4.--blue {
  color: var(--f-color-blue);
}
.f-heading-4.--pink {
  color: var(--f-color-pink);
}
.f-heading-4.--olive {
  color: var(--f-color-olive);
}
.f-heading-4.--red {
  color: var(--f-color-red);
}

.f-heading-5 {
  --icon-size: 1em;
  --circle-size: calc(var(--icon-size) * 2);
  display: flex;
  align-items: center;
  margin: var(--f-space-t2) 0 0;
  position: relative;
  min-height: var(--circle-size);
  padding: 0 0 0 calc(var(--circle-size) + var(--f-space));
  font-size: 1.6rem;
  font-weight: var(--f-font-weight-bold);
  color: var(--f-color-font-dark);
}
@media (min-width: 768px) {
  .f-heading-5 {
    font-size: 2.2rem;
  }
}
.f-heading-5::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 50%;
  background-color: #dfdbcf;
  font-size: inherit;
  content: "";
}
.f-heading-5 svg {
  position: absolute;
  left: calc((var(--circle-size) - var(--icon-size)) / 2);
  top: 50%;
  transform: translateY(-50%);
  width: var(--icon-size);
  height: var(--icon-size);
  fill: var(--f-color-olive);
  font-size: inherit;
}
.f-heading-5 svg * {
  fill: var(--f-color-olive) !important;
}

.f-heading-6 {
  margin: var(--f-space-t2) 0 0;
  display: flex;
  flex-flow: row nowrap;
  font-size: 1.6rem;
  font-weight: var(--f-font-weight-bold);
  color: var(--f-color-font-dark);
}
@media (min-width: 768px) {
  .f-heading-6 {
    font-size: 2.2rem;
  }
}
.f-heading-6 svg {
  flex: 0 0 auto;
  width: 1.2em;
  height: 1.2em;
  margin: 0 0.5em 0 0;
}
.f-heading-6 svg * {
  fill: var(--f-color-pink) !important;
}

.f-heading-7 {
  display: flex;
  justify-content: center;
  margin-top: var(--mt, 0);
}
@media (min-width: 768px) {
  .f-heading-7 {
    margin-top: var(--mt-md, var(--mt, 0));
  }
}
.f-heading-7-text {
  position: relative;
  font-size: 1.2em;
}
.f-heading-7-text::before, .f-heading-7-text::after {
  transform-origin: center bottom;
  position: absolute;
  bottom: 0;
  width: 0.1rem;
  height: 1.75em;
  background-color: #000;
  content: "";
}
.f-heading-7-text::before {
  left: 0;
  transform: translateX(calc(var(--f-space-d2) * -1)) rotateZ(-32deg);
}
.f-heading-7-text::after {
  right: 0;
  transform: translateX(var(--f-space-d2)) rotateZ(32deg);
}

.f-lead {
  margin: var(--f-space) 0 0;
}
.f-lead.--bg {
  padding: 0.5em;
  background-color: #fff;
}
.f-lead.--lp {
  width: 100%;
  text-align: center;
}

.f-label {
  display: inline-flex;
  align-items: center;
  padding: 0.125em 0.8em;
  border: 0.1rem solid #715b60;
  border-radius: 0.4rem;
  font-size: 1rem;
  color: #715b60;
}
.f-label-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--f-space-d4);
}
.f-label.--not {
  display: none;
}
.f-label.--active {
  border-color: var(--f-color-pink);
  background-color: var(--f-color-pink);
  color: #fff;
}

.f-label-2 {
  width: -moz-max-content;
  width: max-content;
  padding: 0.25em 0.5em;
  border-radius: 0.3rem;
  background-color: var(--f-color-olive);
  font-size: 1rem;
}
.f-label-2 span {
  color: #fff;
}
.f-label-2 span::before {
  margin: 0 0.25em 0 0;
  content: "/";
}
.f-label-2 span:first-child::before {
  display: none;
}

.f-pager {
  margin: var(--f-space-t2) 0 0 calc(var(--f-space-d2) * -1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  font-size: 1.4rem;
}
.f-pager li {
  margin: var(--f-space-d2) 0 0 var(--f-space-d2);
}
.f-pager li a, .f-pager li span {
  display: block;
  padding: 0.5em;
}
.f-pager li a {
  color: var(--f-color-blue);
}
.f-pager-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: var(--f-space-t2) 0 0 calc(var(--f-space-d2) * -1);
}
.f-pager-2__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid var(--f-color-border);
  border-radius: 0.4rem;
  margin: 0 0 0 var(--f-space-d2);
  height: 4rem;
  color: inherit;
}
.f-pager-2__item.--prev {
  flex-shrink: 0;
  width: 7em;
  font-size: 1rem;
  white-space: nowrap;
  padding-left: 0.5em;
}
.f-pager-2__item.--prev svg {
  left: 0.25em;
  transform: rotateZ(-180deg);
}
.f-pager-2__item.--top {
  width: 100%;
}
.f-pager-2__item.--next {
  flex-shrink: 0;
  width: 7em;
  font-size: 1rem;
  white-space: nowrap;
  padding-right: 0.5em;
}
.f-pager-2__item.--next svg {
  right: 0.25em;
}
.f-pager-2__item svg {
  position: absolute;
  width: 1em;
  height: 1em;
}
.f-pager-2__item svg polygon {
  fill: var(--f-color-green) !important;
}

.f-pair {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 1rem 0 0;
  padding: 1em;
  background-color: #eeeeee;
}
@media (min-width: 768px) {
  .f-pair {
    padding: 1em 2em;
  }
}
.f-pair-list {
  max-width: 100%;
  margin: var(--f-space) 0 0;
}
.f-pair-list .f-pair:first-child {
  margin-top: 0;
}
.f-pair__h {
  flex-shrink: 0;
  font-weight: var(--f-font-weight-bold);
  font-size: 1.1em;
}
.f-pair__d {
  margin: 0 0 0 1em;
}
.f-pair__d:first-child {
  margin: 0;
}
.f-pair__d strong {
  color: var(--f-color-pink);
  font-weight: var(--f-font-weight-bold);
}
.f-pair__d strong span {
  font-size: 1.5em;
}

.f-pair-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: var(--f-space) 0 0;
}
.f-pair-2.--direction-column {
  align-items: flex-start;
  flex-flow: column;
}
.f-pair-2.--direction-column.--lp {
  align-items: center;
}
.f-pair-2-list {
  margin-top: var(--f-space);
}
@media (min-width: 768px) {
  .f-pair-2-list {
    display: flex;
    flex-wrap: wrap;
    margin: calc(var(--f-space) * -1) 0 0 calc(var(--f-space) * -1);
  }
  .f-pair-2-list.--direction-column {
    flex-flow: column;
  }
}
.f-pair-2-list .f-pair-2:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .f-pair-2-list .f-pair-2 {
    margin: var(--f-space) 0 0 var(--f-space);
  }
  .f-pair-2-list .f-pair-2:first-child {
    margin-top: var(--f-space);
  }
}
.f-pair-2__h {
  flex-shrink: 0;
  padding: 0.25em 1em;
  border-radius: 0.6rem;
  background-color: #eeeeee;
  font-size: 1.1em;
  color: #1b1b1b;
}
.f-pair-2__d {
  margin: 0 0 0 0.5em;
}
.f-pair-2.--direction-column .f-pair-2__d {
  margin: 0.5em;
}

.f-result {
  text-align: right;
}
.f-result strong {
  font-size: 1.2em;
  color: var(--f-color-pink);
}

.f-review-tool {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f-review-tool__average {
  flex: none;
}
.f-review-tool__button {
  display: flex;
  gap: 0.25rem;
  margin: 0;
  padding: 0.5em;
  width: auto;
  min-height: 0;
}
.f-review-tool__button svg {
  margin: 0;
}

.f-review {
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border: 0.1rem solid var(--f-color-border);
  border-radius: 0.5rem;
}
.f-review.is-reject {
  background-color: #ddd;
}
.f-review__shop-info-set {
  display: flex;
  gap: 1rem;
}
.f-review__shop-kanban {
  flex: none;
  width: 40%;
  aspect-ratio: 34/15;
  -o-object-fit: contain;
     object-fit: contain;
}
.f-review__shop-info {
  display: grid;
  gap: 0.5rem;
}
.f-review__row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f-review__row-col--flex-none {
  flex: none;
}
.f-review__verified {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.f-review__verified-icon {
  width: 2rem;
  height: 2rem;
}
.f-review__verified-text {
  flex: none;
}
.f-review__status {
  --color: var(--f-color-red);
  border: 0.1rem solid var(--color);
  border-radius: 0.5rem;
  padding: 0.25rem 0;
  background-color: #fff;
  min-width: 4.5ic;
  text-align: center;
  color: var(--color);
}
.f-review__status.is-public {
  --color: var(--f-color-green);
}
.f-review__status.is-reject {
  --color: var(--f-color-border);
}
.f-review__row-2 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.f-review__date {
  color: var(--f-color-font-light);
  text-align: right;
}
.f-review__text {
  font-size: 1.6rem;
}
.f-review__text--excerpted {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.f-review__averages {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.f-review__box {
  border: 0.1rem solid var(--f-color-border);
  border-radius: 0.5rem;
  padding: 1rem;
  margin: 0;
}
.f-review__buttons {
  display: flex;
  justify-content: flex-end;
}
.f-review__buttons-item {
  margin: 0;
  width: 100%;
}
.f-review__buttons-2 {
  display: grid;
  gap: 0.5rem;
}
.f-review__buttons-2-item {
  margin: 0;
  width: 100%;
}
.f-review__row-3 {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
}
.f-review__name {
  display: flex;
  gap: 0.5rem;
}
.f-review__name-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: var(--f-color-red);
  font-weight: bold;
}
.f-review__name-suffix {
  flex: none;
  transform: translateX(-0.5rem);
}
.f-review__link {
  display: inline-block;
  text-decoration: underline;
}

.f-stars {
  --item-font-size: 1.6rem;
  position: relative;
  z-index: 1;
  display: block;
}
.f-stars__wrapper {
  display: flex;
  gap: 0.25rem;
  position: relative;
  z-index: 1;
}
.f-stars__wrapper--front {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.f-stars__item {
  --level: 0;
  position: relative;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: var(--item-font-size);
}
.f-stars__item::before, .f-stars__item::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "★";
  color: #c4c4c4;
}
.f-stars__item::after {
  width: calc(1em * var(--level));
  overflow: hidden;
  color: #ffb906;
}

.f-tab {
  margin: var(--f-space-t2) 0 0 calc(var(--f-space-d2) * -1);
  padding: 0 var(--f-space);
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .f-tab {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.f-tab__item {
  flex: 1 1 100%;
  margin-left: var(--f-space-d2);
  padding: 0.8em 0;
  border: 0.2rem solid #7d7d7d;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #333333;
  font-weight: var(--f-font-weight-bold);
  text-align: center;
  font-size: 1.1em;
}
.f-tab__item.--current {
  background-color: var(--f-color-green);
  border-color: var(--f-color-green);
  color: #fff;
}
.f-tab__item.--disabled {
  border-color: var(--f-color-border);
  background-color: var(--f-color-border);
  color: #fff;
}

.f-table {
  width: 100%;
  margin-top: var(--f-space);
  border-collapse: collapse;
}
.f-table.--layout-fixed {
  table-layout: fixed;
}
.f-table + .f-table {
  margin-top: 0;
}
.f-table tr {
  border-top: 0.1rem solid var(--f-color-border);
}
.f-table tr:first-child {
  border-top: none;
}
.f-table tr > th,
.f-table tr > td {
  text-align: left;
  padding: var(--f-space-t2) 0;
  vertical-align: top;
}
.f-table tr > th {
  color: var(--f-color-font-dark);
  width: 30%;
}
@media (min-width: 768px) {
  .f-table tr > th {
    font-size: 1.6rem;
  }
}
.f-table tr > td {
  width: 70%;
  padding-left: var(--f-space);
}
.f-table tr > td.--bg {
  background-color: #fff;
}
.f-table.--th-width-1 tr > th {
  width: 1%;
}
.f-table.--th-width-1 tr > td {
  width: calc(100% - 1%);
}
.f-table.--th-width-2 tr > th {
  width: 2%;
}
.f-table.--th-width-2 tr > td {
  width: calc(100% - 2%);
}
.f-table.--th-width-3 tr > th {
  width: 3%;
}
.f-table.--th-width-3 tr > td {
  width: calc(100% - 3%);
}
.f-table.--th-width-4 tr > th {
  width: 4%;
}
.f-table.--th-width-4 tr > td {
  width: calc(100% - 4%);
}
.f-table.--th-width-5 tr > th {
  width: 5%;
}
.f-table.--th-width-5 tr > td {
  width: calc(100% - 5%);
}
.f-table.--th-width-6 tr > th {
  width: 6%;
}
.f-table.--th-width-6 tr > td {
  width: calc(100% - 6%);
}
.f-table.--th-width-7 tr > th {
  width: 7%;
}
.f-table.--th-width-7 tr > td {
  width: calc(100% - 7%);
}
.f-table.--th-width-8 tr > th {
  width: 8%;
}
.f-table.--th-width-8 tr > td {
  width: calc(100% - 8%);
}
.f-table.--th-width-9 tr > th {
  width: 9%;
}
.f-table.--th-width-9 tr > td {
  width: calc(100% - 9%);
}
.f-table.--th-width-10 tr > th {
  width: 10%;
}
.f-table.--th-width-10 tr > td {
  width: calc(100% - 10%);
}
.f-table.--th-width-11 tr > th {
  width: 11%;
}
.f-table.--th-width-11 tr > td {
  width: calc(100% - 11%);
}
.f-table.--th-width-12 tr > th {
  width: 12%;
}
.f-table.--th-width-12 tr > td {
  width: calc(100% - 12%);
}
.f-table.--th-width-13 tr > th {
  width: 13%;
}
.f-table.--th-width-13 tr > td {
  width: calc(100% - 13%);
}
.f-table.--th-width-14 tr > th {
  width: 14%;
}
.f-table.--th-width-14 tr > td {
  width: calc(100% - 14%);
}
.f-table.--th-width-15 tr > th {
  width: 15%;
}
.f-table.--th-width-15 tr > td {
  width: calc(100% - 15%);
}
.f-table.--th-width-16 tr > th {
  width: 16%;
}
.f-table.--th-width-16 tr > td {
  width: calc(100% - 16%);
}
.f-table.--th-width-17 tr > th {
  width: 17%;
}
.f-table.--th-width-17 tr > td {
  width: calc(100% - 17%);
}
.f-table.--th-width-18 tr > th {
  width: 18%;
}
.f-table.--th-width-18 tr > td {
  width: calc(100% - 18%);
}
.f-table.--th-width-19 tr > th {
  width: 19%;
}
.f-table.--th-width-19 tr > td {
  width: calc(100% - 19%);
}
.f-table.--th-width-20 tr > th {
  width: 20%;
}
.f-table.--th-width-20 tr > td {
  width: calc(100% - 20%);
}
.f-table.--th-width-21 tr > th {
  width: 21%;
}
.f-table.--th-width-21 tr > td {
  width: calc(100% - 21%);
}
.f-table.--th-width-22 tr > th {
  width: 22%;
}
.f-table.--th-width-22 tr > td {
  width: calc(100% - 22%);
}
.f-table.--th-width-23 tr > th {
  width: 23%;
}
.f-table.--th-width-23 tr > td {
  width: calc(100% - 23%);
}
.f-table.--th-width-24 tr > th {
  width: 24%;
}
.f-table.--th-width-24 tr > td {
  width: calc(100% - 24%);
}
.f-table.--th-width-25 tr > th {
  width: 25%;
}
.f-table.--th-width-25 tr > td {
  width: calc(100% - 25%);
}
.f-table.--th-width-26 tr > th {
  width: 26%;
}
.f-table.--th-width-26 tr > td {
  width: calc(100% - 26%);
}
.f-table.--th-width-27 tr > th {
  width: 27%;
}
.f-table.--th-width-27 tr > td {
  width: calc(100% - 27%);
}
.f-table.--th-width-28 tr > th {
  width: 28%;
}
.f-table.--th-width-28 tr > td {
  width: calc(100% - 28%);
}
.f-table.--th-width-29 tr > th {
  width: 29%;
}
.f-table.--th-width-29 tr > td {
  width: calc(100% - 29%);
}
.f-table.--th-width-30 tr > th {
  width: 30%;
}
.f-table.--th-width-30 tr > td {
  width: calc(100% - 30%);
}
.f-table.--th-width-31 tr > th {
  width: 31%;
}
.f-table.--th-width-31 tr > td {
  width: calc(100% - 31%);
}
.f-table.--th-width-32 tr > th {
  width: 32%;
}
.f-table.--th-width-32 tr > td {
  width: calc(100% - 32%);
}
.f-table.--th-width-33 tr > th {
  width: 33%;
}
.f-table.--th-width-33 tr > td {
  width: calc(100% - 33%);
}
.f-table.--th-width-34 tr > th {
  width: 34%;
}
.f-table.--th-width-34 tr > td {
  width: calc(100% - 34%);
}
.f-table.--th-width-35 tr > th {
  width: 35%;
}
.f-table.--th-width-35 tr > td {
  width: calc(100% - 35%);
}
.f-table.--th-width-36 tr > th {
  width: 36%;
}
.f-table.--th-width-36 tr > td {
  width: calc(100% - 36%);
}
.f-table.--th-width-37 tr > th {
  width: 37%;
}
.f-table.--th-width-37 tr > td {
  width: calc(100% - 37%);
}
.f-table.--th-width-38 tr > th {
  width: 38%;
}
.f-table.--th-width-38 tr > td {
  width: calc(100% - 38%);
}
.f-table.--th-width-39 tr > th {
  width: 39%;
}
.f-table.--th-width-39 tr > td {
  width: calc(100% - 39%);
}
.f-table.--th-width-40 tr > th {
  width: 40%;
}
.f-table.--th-width-40 tr > td {
  width: calc(100% - 40%);
}
.f-table.--th-width-41 tr > th {
  width: 41%;
}
.f-table.--th-width-41 tr > td {
  width: calc(100% - 41%);
}
.f-table.--th-width-42 tr > th {
  width: 42%;
}
.f-table.--th-width-42 tr > td {
  width: calc(100% - 42%);
}
.f-table.--th-width-43 tr > th {
  width: 43%;
}
.f-table.--th-width-43 tr > td {
  width: calc(100% - 43%);
}
.f-table.--th-width-44 tr > th {
  width: 44%;
}
.f-table.--th-width-44 tr > td {
  width: calc(100% - 44%);
}
.f-table.--th-width-45 tr > th {
  width: 45%;
}
.f-table.--th-width-45 tr > td {
  width: calc(100% - 45%);
}
.f-table.--th-width-46 tr > th {
  width: 46%;
}
.f-table.--th-width-46 tr > td {
  width: calc(100% - 46%);
}
.f-table.--th-width-47 tr > th {
  width: 47%;
}
.f-table.--th-width-47 tr > td {
  width: calc(100% - 47%);
}
.f-table.--th-width-48 tr > th {
  width: 48%;
}
.f-table.--th-width-48 tr > td {
  width: calc(100% - 48%);
}
.f-table.--th-width-49 tr > th {
  width: 49%;
}
.f-table.--th-width-49 tr > td {
  width: calc(100% - 49%);
}
.f-table.--th-width-50 tr > th {
  width: 50%;
}
.f-table.--th-width-50 tr > td {
  width: calc(100% - 50%);
}
.f-table.--th-width-51 tr > th {
  width: 51%;
}
.f-table.--th-width-51 tr > td {
  width: calc(100% - 51%);
}
.f-table.--th-width-52 tr > th {
  width: 52%;
}
.f-table.--th-width-52 tr > td {
  width: calc(100% - 52%);
}
.f-table.--th-width-53 tr > th {
  width: 53%;
}
.f-table.--th-width-53 tr > td {
  width: calc(100% - 53%);
}
.f-table.--th-width-54 tr > th {
  width: 54%;
}
.f-table.--th-width-54 tr > td {
  width: calc(100% - 54%);
}
.f-table.--th-width-55 tr > th {
  width: 55%;
}
.f-table.--th-width-55 tr > td {
  width: calc(100% - 55%);
}
.f-table.--th-width-56 tr > th {
  width: 56%;
}
.f-table.--th-width-56 tr > td {
  width: calc(100% - 56%);
}
.f-table.--th-width-57 tr > th {
  width: 57%;
}
.f-table.--th-width-57 tr > td {
  width: calc(100% - 57%);
}
.f-table.--th-width-58 tr > th {
  width: 58%;
}
.f-table.--th-width-58 tr > td {
  width: calc(100% - 58%);
}
.f-table.--th-width-59 tr > th {
  width: 59%;
}
.f-table.--th-width-59 tr > td {
  width: calc(100% - 59%);
}
.f-table.--th-width-60 tr > th {
  width: 60%;
}
.f-table.--th-width-60 tr > td {
  width: calc(100% - 60%);
}
.f-table.--th-width-61 tr > th {
  width: 61%;
}
.f-table.--th-width-61 tr > td {
  width: calc(100% - 61%);
}
.f-table.--th-width-62 tr > th {
  width: 62%;
}
.f-table.--th-width-62 tr > td {
  width: calc(100% - 62%);
}
.f-table.--th-width-63 tr > th {
  width: 63%;
}
.f-table.--th-width-63 tr > td {
  width: calc(100% - 63%);
}
.f-table.--th-width-64 tr > th {
  width: 64%;
}
.f-table.--th-width-64 tr > td {
  width: calc(100% - 64%);
}
.f-table.--th-width-65 tr > th {
  width: 65%;
}
.f-table.--th-width-65 tr > td {
  width: calc(100% - 65%);
}
.f-table.--th-width-66 tr > th {
  width: 66%;
}
.f-table.--th-width-66 tr > td {
  width: calc(100% - 66%);
}
.f-table.--th-width-67 tr > th {
  width: 67%;
}
.f-table.--th-width-67 tr > td {
  width: calc(100% - 67%);
}
.f-table.--th-width-68 tr > th {
  width: 68%;
}
.f-table.--th-width-68 tr > td {
  width: calc(100% - 68%);
}
.f-table.--th-width-69 tr > th {
  width: 69%;
}
.f-table.--th-width-69 tr > td {
  width: calc(100% - 69%);
}
.f-table.--th-width-70 tr > th {
  width: 70%;
}
.f-table.--th-width-70 tr > td {
  width: calc(100% - 70%);
}
.f-table.--th-width-71 tr > th {
  width: 71%;
}
.f-table.--th-width-71 tr > td {
  width: calc(100% - 71%);
}
.f-table.--th-width-72 tr > th {
  width: 72%;
}
.f-table.--th-width-72 tr > td {
  width: calc(100% - 72%);
}
.f-table.--th-width-73 tr > th {
  width: 73%;
}
.f-table.--th-width-73 tr > td {
  width: calc(100% - 73%);
}
.f-table.--th-width-74 tr > th {
  width: 74%;
}
.f-table.--th-width-74 tr > td {
  width: calc(100% - 74%);
}
.f-table.--th-width-75 tr > th {
  width: 75%;
}
.f-table.--th-width-75 tr > td {
  width: calc(100% - 75%);
}
.f-table.--th-width-76 tr > th {
  width: 76%;
}
.f-table.--th-width-76 tr > td {
  width: calc(100% - 76%);
}
.f-table.--th-width-77 tr > th {
  width: 77%;
}
.f-table.--th-width-77 tr > td {
  width: calc(100% - 77%);
}
.f-table.--th-width-78 tr > th {
  width: 78%;
}
.f-table.--th-width-78 tr > td {
  width: calc(100% - 78%);
}
.f-table.--th-width-79 tr > th {
  width: 79%;
}
.f-table.--th-width-79 tr > td {
  width: calc(100% - 79%);
}
.f-table.--th-width-80 tr > th {
  width: 80%;
}
.f-table.--th-width-80 tr > td {
  width: calc(100% - 80%);
}
.f-table.--th-width-81 tr > th {
  width: 81%;
}
.f-table.--th-width-81 tr > td {
  width: calc(100% - 81%);
}
.f-table.--th-width-82 tr > th {
  width: 82%;
}
.f-table.--th-width-82 tr > td {
  width: calc(100% - 82%);
}
.f-table.--th-width-83 tr > th {
  width: 83%;
}
.f-table.--th-width-83 tr > td {
  width: calc(100% - 83%);
}
.f-table.--th-width-84 tr > th {
  width: 84%;
}
.f-table.--th-width-84 tr > td {
  width: calc(100% - 84%);
}
.f-table.--th-width-85 tr > th {
  width: 85%;
}
.f-table.--th-width-85 tr > td {
  width: calc(100% - 85%);
}
.f-table.--th-width-86 tr > th {
  width: 86%;
}
.f-table.--th-width-86 tr > td {
  width: calc(100% - 86%);
}
.f-table.--th-width-87 tr > th {
  width: 87%;
}
.f-table.--th-width-87 tr > td {
  width: calc(100% - 87%);
}
.f-table.--th-width-88 tr > th {
  width: 88%;
}
.f-table.--th-width-88 tr > td {
  width: calc(100% - 88%);
}
.f-table.--th-width-89 tr > th {
  width: 89%;
}
.f-table.--th-width-89 tr > td {
  width: calc(100% - 89%);
}
.f-table.--th-width-90 tr > th {
  width: 90%;
}
.f-table.--th-width-90 tr > td {
  width: calc(100% - 90%);
}
.f-table.--th-width-91 tr > th {
  width: 91%;
}
.f-table.--th-width-91 tr > td {
  width: calc(100% - 91%);
}
.f-table.--th-width-92 tr > th {
  width: 92%;
}
.f-table.--th-width-92 tr > td {
  width: calc(100% - 92%);
}
.f-table.--th-width-93 tr > th {
  width: 93%;
}
.f-table.--th-width-93 tr > td {
  width: calc(100% - 93%);
}
.f-table.--th-width-94 tr > th {
  width: 94%;
}
.f-table.--th-width-94 tr > td {
  width: calc(100% - 94%);
}
.f-table.--th-width-95 tr > th {
  width: 95%;
}
.f-table.--th-width-95 tr > td {
  width: calc(100% - 95%);
}
.f-table.--th-width-96 tr > th {
  width: 96%;
}
.f-table.--th-width-96 tr > td {
  width: calc(100% - 96%);
}
.f-table.--th-width-97 tr > th {
  width: 97%;
}
.f-table.--th-width-97 tr > td {
  width: calc(100% - 97%);
}
.f-table.--th-width-98 tr > th {
  width: 98%;
}
.f-table.--th-width-98 tr > td {
  width: calc(100% - 98%);
}
.f-table.--th-width-99 tr > th {
  width: 99%;
}
.f-table.--th-width-99 tr > td {
  width: calc(100% - 99%);
}
.f-table.--th-width-100 tr > th {
  width: 100%;
}
.f-table.--th-width-100 tr > td {
  width: calc(100% - 100%);
}
.f-table + .f-table tr:first-child {
  border-top: 0.1rem solid var(--f-color-border);
}
@media (max-width: 767px) {
  .f-table.--form tr {
    border: none;
  }
}
@media (max-width: 767px) {
  .f-table.--responsive tr {
    display: block;
    padding: var(--f-space) 0;
  }
}
@media (max-width: 767px) {
  .f-table.--responsive tr > th,
  .f-table.--responsive tr > td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .f-table.--responsive tr > th {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .f-table.--responsive tr > td {
    width: 100%;
    margin-top: var(--f-space);
    padding-left: 0;
  }
}
.f-table.--lp tr {
  display: block;
  padding: var(--f-space) 0;
  border: none;
}
.f-table.--lp tr > th,
.f-table.--lp tr > td {
  display: block;
  text-align: center;
}
.f-table.--lp tr > th img,
.f-table.--lp tr > td img {
  margin: auto;
}
.f-table.--lp tr > th {
  width: 100%;
  padding: 0.5em;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .f-table.--lp tr > th {
    font-size: 2.2rem;
  }
}
.f-table.--lp tr > td {
  width: 100%;
  margin-top: var(--f-space);
  padding: 0.5em;
}
.f-table tr.--bg.--pink {
  background-color: var(--f-color-pink-light);
}
.f-table tr.--bg > th,
.f-table tr.--bg > td {
  padding-left: var(--f-space);
  padding-right: var(--f-space);
}
.f-table tr.--bg > th {
  padding-left: var(--f-space);
  padding-right: var(--f-space);
}
.f-table tr.--bg > td {
  padding-left: var(--f-space);
  padding-right: var(--f-space);
}
.f-table-text {
  margin-top: var(--f-space);
}
.f-table-text:first-child {
  margin-top: 0;
}
.f-table-btn-list {
  margin-top: var(--f-space);
}
.f-table-btn-list:first-child {
  margin: 0;
}
.f-table-btn-list [class*=f-btn] {
  margin-top: var(--f-space-d2);
}
.f-table-btn-list [class*=f-btn]:first-child {
  margin-top: 0;
}

.f-table-2 {
  table-layout: fixed;
  border-collapse: collapse;
}
.f-table-2__cell {
  padding: var(--f-space);
  border: 1px solid var(--f-color-border);
}
.f-table-2__cell--th {
  background-color: var(--f-color-bg);
}
.f-table-2__cell--th-2 {
  background-color: var(--f-color-bg);
}

.f-average {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.f-average__label {
  display: flex;
  justify-content: flex-end;
  font-size: 1.6rem;
  min-width: 5ic;
}
.f-average__num {
  font-size: 1.6rem;
  font-weight: bold;
}
.f-average__text {
  font-size: 1.4rem;
}
.f-average__icon {
  width: 3rem;
  height: 3rem;
}

.f-banners {
  max-width: var(--f-width-max);
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--f-space);
  padding-bottom: var(--f-space-t2);
}

.f-article {
  filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.15));
  padding: var(--f-space);
  border-top: 0.1rem solid rgba(0, 0, 0, 0.04);
  border-radius: 0.5rem;
  background-color: #fff;
  margin: var(--f-space) 0 0;
}
@media (min-width: 768px) {
  .f-article {
    padding: var(--f-space-t1_5);
    border-radius: 0.8rem;
  }
}
@media (min-width: 768px) {
  .f-article-list {
    display: flex;
    flex-flow: row wrap;
    margin: calc(var(--f-space) * -1) 0 0 calc(var(--f-space) * -1);
  }
}
@media (min-width: 768px) {
  .f-article {
    width: calc(50% - var(--f-space));
    margin: var(--f-space) 0 0 var(--f-space);
  }
}
.f-article__row {
  display: flex;
  align-items: center;
}
.f-article__row__thumb {
  flex-shrink: 0;
  width: 38%;
}
.f-article__row__thumb__inner {
  position: relative;
  width: 100%;
  padding: 100% 0 0;
}
.f-article__row__thumb__inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.f-article__row__thumb.--object-fit-contain .f-article__row__thumb__inner img {
  -o-object-position: center top;
     object-position: center top;
  -o-object-fit: contain;
     object-fit: contain;
}
.f-article__row__thumb.--object-fit-fill .f-article__row__thumb__inner {
  position: static;
  padding: 0;
}
.f-article__row__thumb.--object-fit-fill .f-article__row__thumb__inner img {
  position: static;
  -o-object-fit: fill;
     object-fit: fill;
  height: auto;
}
.f-article__row__body {
  width: 100%;
  margin: 0 0 0 var(--f-space);
  overflow: hidden;
}
.f-article__row__body:first-child {
  margin: 0;
}
.f-article__row__body__title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  --lh: 1.4em;
  line-height: var(--lh);
  color: var(--f-color-blue);
}
@media (min-width: 768px) {
  .f-article__row__body__title a {
    min-height: calc(var(--lh) * 3);
  }
}
.f-article__row__body__title-2 {
  margin: var(--f-space-d3) 0 0;
}
.f-article__row__body__title-2 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  --lh: 1.4em;
  line-height: var(--lh);
  color: var(--f-color-blue);
}
@media (min-width: 768px) {
  .f-article__row__body__title-2 a {
    min-height: calc(var(--lh) * 2);
  }
}
.f-article__row__body__date {
  margin: var(--f-space-d2) 0 0;
  text-align: right;
  font-size: 1rem;
}
.f-article__row__body__date time {
  color: var(--f-color-font-light);
}
.f-article__more {
  margin: var(--f-space) 0 0;
}
.f-article__more .f-btn-2 {
  width: 100%;
}

.f-article-2-list {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--f-space) * -1) 0 0 calc(var(--f-space) * -1);
}
.f-article-2-list .f-article-2 {
  width: calc(50% - var(--f-space));
  margin: var(--f-space) 0 0 var(--f-space);
}
.f-article-2 > a {
  display: block;
  color: inherit;
}
.f-article-2-thumb {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.f-article-2-thumb.--movie {
  padding-top: 56.25%;
}
.f-article-2-thumb.--manga {
  padding-top: 44.1176%;
}
.f-article-2-thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.f-article-2-props {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: var(--f-space-d3) 0 0;
}
.f-article-2-props-item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1rem;
}
.f-article-2-props-item::before {
  content: "｜";
}
.f-article-2-props-item:first-child::before {
  display: none;
}
.f-article-2-title {
  margin: var(--f-space-d3) 0 0;
}
.f-article-2-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--f-color-blue);
}
.f-article-2-shop-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: var(--f-space-d3) 0 0;
}

.f-article-3 {
  position: relative;
  padding: var(--f-space);
  border-bottom: 0.1rem dotted #313131;
  display: flex;
  align-items: center;
}
.f-article-3-thumb {
  flex-shrink: 0;
  width: 40%;
}
@media (min-width: 768px) {
  .f-article-3-thumb {
    width: 16rem;
  }
}
.f-article-3-thumb-inner {
  position: relative;
  width: 100%;
  padding: 56.3333% 0 0;
}
.f-article-3-thumb-inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.f-article-3-body {
  width: 100%;
  margin: 0 0 0 var(--f-space);
  overflow: hidden;
}
.f-article-3-body-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4em;
  color: var(--f-color-blue);
}
.f-article-3-body .f-icon-text-list:first-child {
  margin-top: 0;
}

.f-article-4 {
  margin: var(--f-space) 0 0;
  display: flex;
  align-items: flex-start;
  padding-top: var(--f-space);
  border-top: 0.1rem solid var(--f-color-border);
}
.f-article-4:first-child {
  padding-top: 0;
  border-top: none;
}
.f-article-4-thumb {
  flex-shrink: 0;
  width: 12rem;
}
@media (min-width: 768px) {
  .f-article-4-thumb {
    width: 16rem;
  }
}
.f-article-4-thumb-inner {
  position: relative;
  width: 100%;
  padding: 100% 0 0;
}
.f-article-4-thumb-inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.f-article-4-thumb.--object-fit-contain .f-article-4-thumb-inner img {
  -o-object-position: center top;
     object-position: center top;
  -o-object-fit: contain;
     object-fit: contain;
}
.f-article-4-thumb.--object-fit-fill .f-article-4-thumb-inner {
  position: static;
  padding: 0;
}
.f-article-4-thumb.--object-fit-fill .f-article-4-thumb-inner img {
  position: static;
  -o-object-fit: fill;
     object-fit: fill;
  height: auto;
}
.f-article-4-body {
  flex-shrink: 1;
  width: 100%;
  margin: 0 0 0 var(--f-space);
}
.f-article-4-body-icon-text {
  display: flex;
  align-items: center;
}
.f-article-4-body-icon-text:first-child {
  margin-top: 0;
}
.f-article-4-body-icon-text.--bold {
  font-weight: bold;
}
.f-article-4-body-icon-text svg {
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
}
.f-article-4-body-icon-text svg * {
  fill: var(--f-color-font-light);
  stroke: var(--f-color-font-light);
}
.f-article-4-body-icon-text span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0 0 0 0.5em;
}
.f-article-4-body-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  --lh: 1.4em;
  margin: 0.5em 0 0;
  line-height: var(--lh);
  min-height: calc(var(--lh) * 4);
}
.f-article-4-body-title:first-child {
  margin-top: 0;
}
.f-article-4-body-lead {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0.5em 0 0;
}
.f-article-4-body-date {
  margin: 0.5em 0 0;
  display: block;
  color: var(--f-color-font-light);
  font-size: 1rem;
}
.f-article-4-body-link {
  margin: 0.5em 0 0;
  text-align: right;
}
.f-article-4-body-link a {
  display: inline-flex;
  align-items: center;
  color: var(--f-color-blue);
}
.f-article-4-body-link a svg {
  margin: 0 0 0 0.25em;
  width: 0.8em;
  height: 0.8em;
}
.f-article-4-body-link a svg * {
  fill: var(--f-color-blue) !important;
}
.f-article-4-body-btn {
  margin-top: 0.5em;
}
.f-article-4-body-btn .f-btn-2 {
  margin-top: 0;
}

.f-article-5 {
  display: grid;
  gap: var(--f-space);
}
.f-article-5--box {
  filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.15));
  padding: var(--f-space);
  border-top: 0.1rem solid rgba(0, 0, 0, 0.04);
  border-radius: 0.5rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .f-article-5--box {
    padding: var(--f-space-t1_5);
    border-radius: 0.8rem;
  }
}
.f-article-5__object-wrapper video {
  width: 100%;
}
.f-article-5__content {
  display: grid;
  gap: var(--f-space);
}
.f-article-5__title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.1em;
  font-weight: var(--f-font-weight-medium);
  color: var(--f-color-blue);
}
.f-article-5__buttons-item {
  margin: 0;
}

.f-article-6 {
  display: flex;
  flex-direction: column;
  gap: var(--f-space-d2);
}
.f-article-6__heading {
  font-weight: bold;
}
.f-chat {
  display: flex;
  margin: var(--f-space) 0 0;
  padding: 0 var(--f-space) var(--f-space);
}
.f-chat-app {
  filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.15));
  --head-height: 6em;
  --foot-height: 14em;
  --list-bg-color: #eaf0f0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: calc(var(--f-z-index-max) + 1);
  background-color: #fff;
}
@media (min-width: 768px) {
  .f-chat-app {
    --foot-height: 13em;
  }
}
.f-chat-app.--not-logged-in {
  --foot-height: 18em;
  --list-bg-color: #fff6e2;
}
@media (min-width: 768px) {
  .f-chat-app.--not-logged-in {
    --foot-height: 22em;
  }
}
@media (min-width: 768px) {
  .f-chat-app {
    max-width: var(--f-width-md);
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.f-chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--f-space);
  height: var(--head-height);
  font-size: 1rem;
}
.f-chat-head__back {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  color: inherit;
}
.f-chat-head__back svg {
  width: 1.2em;
  height: 1.2em;
  transform: rotateZ(-180deg);
}
.f-chat-head__back svg * {
  fill: var(--f-color-green) !important;
}
.f-chat-head__back span {
  margin: 0 0 0 0.25em;
  font-size: 1rem;
}
.f-chat-head__heading {
  min-width: 0;
  flex: 1 1 auto;
  margin: 0 var(--f-space);
}
.f-chat-head__heading:first-child {
  margin: 0;
}
.f-chat-head__heading__main {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.3em;
  color: var(--f-color-font-dark);
  font-weight: var(--f-font-weight-bold);
}
.f-chat-head__heading__sub {
  margin: 0.5em 0 0;
}
.f-chat-head__btn {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  border: 0.1rem solid var(--f-color-border);
  border-radius: 0.3rem;
  padding: 0.5em;
  color: inherit;
}
.f-chat-head__btn svg {
  width: 1.2em;
  height: 1.2em;
}
.f-chat-head__btn svg * {
  fill: var(--f-color-green);
}
.f-chat-head__btn span {
  margin: 0 0 0 0.25em;
}
.f-chat-list {
  overflow-y: scroll;
  height: calc(100% - (var(--head-height) + var(--foot-height)));
  background-color: var(--list-bg-color);
}
.f-chat.--lady {
  flex-direction: row-reverse;
}
.f-chat__icon {
  flex: 0 0 auto;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  overflow: hidden;
}
.f-chat__icon svg {
  width: 3em;
  height: 3em;
}
.f-chat.--man .f-chat__icon {
  background-color: #f5faff;
}
.f-chat.--man .f-chat__icon svg * {
  fill: #00479d !important;
}
.f-chat.--lady .f-chat__icon {
  background-color: #fff5f8;
}
.f-chat.--lady .f-chat__icon svg * {
  fill: #d9024c !important;
}
.f-chat__main {
  min-width: 0;
  flex: 0 1 auto;
  margin: 0 var(--f-space);
}
.f-chat__main__time time {
  font-size: 1rem;
}
.f-chat.--lady .f-chat__main__time {
  text-align: right;
}
.f-chat__main__body {
  position: relative;
  z-index: 1;
  margin: 0.5em 0 0;
  border-radius: 0.5rem;
  padding: 0.5em 1em;
  line-height: 1.4em;
  background-color: #fff;
}
.f-chat__main__body::before {
  --width: 1.5rem;
  position: absolute;
  z-index: -1;
  top: calc(var(--width) / 2);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: var(--width) var(--width) 0 var(--width);
  border-color: #ffffff transparent transparent transparent;
  content: "";
}
.f-chat.--man .f-chat__main__body::before {
  left: calc(var(--width) / -2);
}
.f-chat.--lady .f-chat__main__body::before {
  right: calc(var(--width) / -2);
}
.f-chat-form {
  padding: var(--f-space);
}
.f-chat-form .f-form-input {
  margin: 0;
}
.f-chat-form .f-btn-2 {
  margin: var(--f-space) auto 0;
}
.f-chat-info {
  margin-top: var(--f-space);
  padding: 0 var(--f-space);
}
.f-chat-info-lead {
  font-size: 1rem;
  text-align: center;
}
.f-chat-info .f-btn-2 {
  margin-top: var(--f-space);
}
.f-chat-block {
  margin-top: var(--f-space);
  text-align: center;
  font-size: 1rem;
}

.f-icon-text {
  margin-top: var(--f-space-d2);
  display: flex;
  align-items: center;
}
.f-icon-text-list {
  margin-top: var(--f-space);
}
.f-icon-text:first-child {
  margin-top: 0;
}
.f-icon-text svg {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  stroke: var(--f-color-font-light);
  fill: var(--f-color-font-light);
}
.f-icon-text span,
.f-icon-text a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0 0 0 0.5em;
  width: 100%;
}

.f-icon-text-2 {
  position: relative;
  padding: 0.25em 0 0.25em 2.5em;
}
.f-icon-text-2-list {
  display: grid;
  gap: var(--f-space-d2);
}
.f-icon-text-2:first-child {
  margin-top: 0;
}
.f-icon-text-2::before {
  position: absolute;
  width: 2em;
  height: 2em;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #e9efef;
  content: "";
}
.f-icon-text-2 svg {
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  fill: var(--f-color-font-light);
  stroke: var(--f-color-font-light);
}
.f-icon-text-2 span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: var(--f-color-font-light);
}
.f-icon-text-2 span strong {
  color: var(--f-color-pink);
}
.f-icon-text-2.--salary span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #fc9602;
  font-weight: var(--f-font-weight-medium);
}
.f-shop-list {
  display: grid;
  gap: var(--f-space);
}
@media (min-width: 768px) {
  .f-shop-list.--md-flex {
    grid-template-columns: repeat(2, 1fr);
  }
}

.f-shop {
  filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.15));
  padding: var(--f-space);
  border-top: 0.1rem solid rgba(0, 0, 0, 0.04);
  border-radius: 0.5rem;
  background-color: #fff;
  display: grid;
  gap: var(--f-space);
  overflow: hidden;
  border: 3px solid var(--border-color);
}
@media (min-width: 768px) {
  .f-shop {
    padding: var(--f-space-t1_5);
    border-radius: 0.8rem;
  }
}
.f-shop.legacy-grande {
  --border-color: #ffc601;
}
.f-shop--v-2 {
  padding: 0;
  gap: 0;
}
.f-shop.trenta {
  --border-color: #ffc601;
  --bg-color: #ffc601;
  --bg-color-2: #fbc951;
  --bg-color-3: #fff0cc;
  --fg-color: #fff;
  --fg-color-2: #fff;
  --fg-color-3: #f3ac00;
}
.f-shop.grande {
  --border-color: #ea68a2;
  --bg-color: #ea68a2;
  --bg-color-2: #f19ec2;
  --bg-color-3: #fcecf3;
  --fg-color: #fff;
  --fg-color-2: #fff;
  --fg-color-3: #ea68a2;
}
.f-shop.tall {
  --border-color: #13b5b1;
  --bg-color: #13b5b1;
  --bg-color-2: #51d8d2;
  --bg-color-3: #e0f9f8;
  --fg-color: #fff;
  --fg-color-2: #fff;
  --fg-color-3: #13b5b1;
}
.f-shop.short {
  --border-color: transparent;
  --bg-color: #7ecef4;
  --bg-color-2: #dcdcdc;
  --bg-color-3: #eeeeee;
  --fg-color: #fff;
  --fg-color: #313131;
  --fg-color-3: #313131;
}
.f-shop__head {
  --icon-size: 5rem;
  display: grid;
  grid-template-areas: "a b" "c d" "e f";
  grid-template-columns: var(--icon-size) 1fr;
}
@media (min-width: 768px) {
  .f-shop__head {
    --icon-size: 8rem;
    grid-template-rows: 4rem auto auto;
  }
}
.f-shop__head-icon {
  z-index: 2;
  grid-area: a/a/c/c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0 0.25rem 0.25rem;
}
@media (min-width: 768px) {
  .f-shop__head-icon {
    grid-area: a/a/e/e;
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
}
.f-shop__head-group {
  --height: 3rem;
  grid-area: a/a/d/d;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .f-shop__head-group {
    --height: 100%;
    flex-direction: row;
    grid-area: a/a/b/b;
  }
}
.f-shop__head-label {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  height: var(--height);
  padding: 0 var(--f-space);
  font-weight: bold;
  font-size: 1.2rem;
  background-color: var(--bg-color);
  color: var(--fg-color);
}
.f-shop__head-label img {
  height: 1.25em;
}
@media (min-width: 768px) {
  .f-shop__head-label {
    font-size: 1.5rem;
  }
}
.f-shop:has(.f-shop__head-icon) .f-shop__head-label {
  justify-content: start;
  padding-left: var(--icon-size);
}
.f-shop__head-text {
  flex: auto;
  display: flex;
  align-items: center;
  height: var(--height);
  padding: 0 var(--f-space);
  background-color: var(--bg-color-2);
}
.f-shop:has(.f-shop__head-icon) .f-shop__head-text {
  padding-left: var(--icon-size);
}
@media (min-width: 768px) {
  .f-shop:has(.f-shop__head-icon) .f-shop__head-text {
    padding: 0 var(--f-space);
  }
}
.f-shop__head-text-inner {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  font-size: 1.4rem;
  font-weight: var(--f-font-weight-medium);
  color: var(--fg-color-2);
}
@media (min-width: 768px) {
  .f-shop__head-text-inner {
    font-size: 1.8rem;
  }
}
.f-shop__head-group-2 {
  grid-area: e/e/f/f;
  z-index: 1;
  padding: var(--f-space-d2) var(--f-space);
  background-color: var(--bg-color-3);
}
@media (min-width: 768px) {
  .f-shop__head-group-2 {
    grid-area: c/c/f/f;
  }
}
@media (min-width: 768px) {
  .f-shop:has(.f-shop__head-icon) .f-shop__head-group-2 {
    padding-left: var(--icon-size);
  }
}
.f-shop__head-text-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--fg-color-3);
}
@media (min-width: 768px) {
  .f-shop__head-text-2 {
    font-size: 1.6rem;
  }
}
.f-shop__body {
  display: grid;
  gap: var(--f-space);
  padding: var(--f-space);
}
@media (min-width: 768px) {
  .f-shop__body {
    padding: var(--f-space-t1_5);
  }
}

.f-shop-head {
  display: flex;
  align-items: center;
  gap: var(--f-space-d2);
}

.f-shop-head-rank {
  --icon-size: 4.5rem;
  flex: none;
  width: var(--icon-size);
}

.f-shop-rank {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-size);
  height: var(--icon-size);
  color: #fff;
  font-size: 1.5em;
  font-family: var(--f-font-family-serif);
  font-weight: bold;
}
.f-shop-rank.--higher {
  padding-top: 0.25em;
  font-size: 1.6em;
}
.f-shop-rank.--lower {
  text-shadow: -0.1rem -0.1rem 0.1rem rgba(0, 0, 0, 0.6), 0.1rem 0.1rem 0.1rem rgba(100, 100, 100, 0.4);
}
.f-shop-rank svg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.f-shop-rank.--crown-1 svg {
  fill: #bfb85a;
}
.f-shop-rank.--crown-2 svg {
  fill: #9ea09f;
}
.f-shop-rank.--crown-3 svg {
  fill: #9a864b;
}

.f-shop-head-name {
  flex: auto;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.f-shop-label-list-n-name {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .f-shop-label-list-n-name {
    flex-direction: row;
    align-items: center;
  }
}

.f-shop-label-list {
  display: flex;
  align-items: center;
  gap: var(--f-space-d2);
}

.f-shop-label {
  display: flex;
  align-items: center;
  gap: var(--f-space-d3);
  width: -moz-max-content;
  width: max-content;
  padding: 0.25em 1.5em;
  border-radius: 0.3rem;
  font-size: 1rem;
  color: #fff;
  font-weight: var(--f-font-weight-bold);
}
@media (min-width: 768px) {
  .f-shop-label {
    flex-shrink: 0;
  }
}
.f-shop-label.--dekasegi {
  background-color: #7ecef4;
}
.f-shop-label.--pr {
  background-color: #8fc31f;
}
.f-shop-label.--osusume-zenkoku {
  background-color: #f29b76;
}
.f-shop-label.--matching {
  background-color: #ffc601;
  color: #0d0d0d;
}
.f-shop-label.--matching span {
  font-size: 1.5em;
}
.f-shop-label.--osusume-cho {
  background-color: #ffc601;
  color: #0d0d0d;
}
.f-shop-label.--osusume-cho img {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.f-shop-label.--new {
  background-color: var(--f-color-pink);
}

.f-shop-name.--color-link {
  color: var(--f-color-blue);
}
.f-shop-name.--color-link a {
  color: inherit;
}
.f-shop-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.1em;
  color: var(--f-color-font-dark);
  font-weight: var(--f-font-weight-medium);
}

.f-shop-img-n-content {
  display: flex;
  flex-direction: column;
  gap: var(--f-space);
}
@media (min-width: 768px) {
  .f-shop-img-n-content {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .f-shop-img {
    flex: 0 0 auto;
    width: 50%;
  }
  .f-shop-img.--width-fixed {
    width: 40rem;
  }
}
.f-shop-img__inner {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 44.1379%;
}
.f-shop-img__inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.f-shop-content {
  display: grid;
  gap: var(--f-space-d2);
}
@media (min-width: 768px) {
  .f-shop-content {
    width: 100%;
    flex: 1 1 auto;
    min-width: 0;
  }
}

.f-shop-catch {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.1em;
  color: var(--f-color-font-dark);
  font-weight: var(--f-font-weight-bold);
}

.f-shop-benefit {
  display: grid;
  gap: var(--f-space-d2);
}
.f-shop-benefit-title {
  font-weight: var(--f-font-weight-bold);
  color: var(--f-color-pink);
}
.f-shop-benefit-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--f-color-font-dark);
}

@media (min-width: 768px) {
  .f-shop-table-list {
    display: flex;
  }
}

.f-shop-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  border: 1px solid #959595;
  border-bottom: none;
}
.f-shop-table:last-child {
  border-bottom: 1px solid #959595;
}
@media (min-width: 768px) {
  .f-shop-table {
    flex: 1 0 50%;
    font-size: 1.6rem;
    border-bottom: 1px solid #959595;
    border-right: none;
  }
  .f-shop-table:last-child {
    border-right: 1px solid #959595;
  }
}
.f-shop-table tr {
  border-top: 1px solid #959595;
}
.f-shop-table th,
.f-shop-table td {
  padding: var(--f-space-d2);
}
.f-shop-table th {
  width: 9em;
  background-color: #fdeeef;
  border-right: 1px solid #959595;
}
.f-shop-btn-list {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .f-shop-btn-list.--vertical-gt-md {
    flex-flow: column;
  }
  .f-shop-btn-list.--vertical-gt-md .f-shop-btn {
    width: 100%;
  }
}

.f-shop-btn-list-2 .f-btn-2 {
  width: 100%;
}

.f-shop-btn-list-3 {
  --gap: var(--f-space-d2);
  gap: var(--gap);
  display: flex;
  flex-wrap: wrap;
}

.f-shop-btn {
  width: 49%;
}
.f-shop-btn-list-3 .f-shop-btn {
  width: auto;
  flex: 1 1 calc(50% - var(--gap));
}
@media (min-width: 768px) {
  .f-shop-btn-list-3 .f-shop-btn {
    flex: 1 1 calc(25% - var(--gap));
  }
}
.f-shop-btn.--full {
  width: 100%;
}
.f-shop-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.5rem;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: var(--f-font-weight-bold);
}
.f-shop-btn a svg {
  width: 1.5rem;
  height: 1.5rem;
}
.f-shop-btn.--keep a {
  border: 0.1rem solid var(--f-color-border);
  color: var(--f-color-font-dark);
}
.f-shop-btn.--keep a svg {
  fill: var(--f-color-pink);
}
.f-shop-btn.--more a {
  position: relative;
  border: 0.1rem solid var(--f-color-green);
  background-color: var(--f-color-green);
  color: #fff;
}
.f-shop-btn.--more a svg {
  position: absolute;
  right: 0.5rem;
  fill: #fff;
}
.f-shop-btn.--male-recruitment a {
  position: relative;
  border: 0.1rem solid var(--f-color-blue);
  background-color: var(--f-color-blue);
  color: #fff;
}
.f-shop-btn.--male-recruitment a svg {
  position: absolute;
  right: 0.5rem;
  fill: #fff;
}
.f-shop-btn.--salary-calculation a {
  position: relative;
  border: 0.1rem solid var(--f-color-pink);
  background-color: var(--f-color-pink);
  color: #fff;
}
@media (max-width: 767px) {
  .f-shop-btn.--salary-calculation a {
    font-size: 1rem;
  }
}
.f-shop-btn.--salary-calculation a svg {
  position: absolute;
  right: 0.5rem;
  fill: #fff;
}
.f-shop-btn.--salary-calculation a svg:first-child {
  left: 0.5rem;
  width: 1.75rem !important;
  height: 1.75rem !important;
}

.f-process {
  margin: var(--f-space-t2) 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-process__item {
  margin: 0 4rem 0 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4em;
  height: 4em;
  padding: 0.5em;
  border-radius: 50%;
  border: 0.2rem solid #808080;
  color: #808080;
  font-size: 1.6rem;
  text-align: center;
  font-weight: var(--f-font-weight-bold);
}
.f-process__item::after {
  position: absolute;
  right: -3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0 1rem 1.4rem;
  border-color: transparent transparent transparent #808080;
  content: "";
}
.f-process__item:last-child {
  margin: 0;
}
.f-process__item:last-child::after {
  display: none;
}
.f-process__item.--done {
  border-color: var(--f-color-green);
  color: var(--f-color-green);
}
.f-process__item.--done::after {
  border-left-color: var(--f-color-green);
}

.f-modal {
  position: relative;
  background-color: #fff;
  padding: var(--f-space-t2) var(--f-space);
  max-width: var(--f-width-sm-2);
  margin: auto;
}
.f-modal__close-trigger {
  position: absolute;
  right: var(--f-space);
  top: var(--f-space);
  width: 2rem;
  aspect-ratio: 1;
  cursor: pointer;
}
.f-modal__title {
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  color: var(--f-color-pink);
}
.f-modal__content {
  margin-top: var(--f-space);
  padding-top: var(--f-space);
  border-top: 1px solid var(--f-color-border);
  display: grid;
  gap: var(--f-space-d2);
}
.f-modal__group-2 {
  padding: var(--f-space);
  display: grid;
  justify-content: center;
  background-color: var(--f-color-pink-light);
}
.f-modal__text {
  text-align: center;
}
.f-modal__text strong {
  font-size: 2rem;
}
.f-modal__banner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-modal__banner-thumb {
  flex: none;
  width: 8rem;
}
.f-modal__banner-thumb img {
  width: 100%;
}
.f-modal__banner-text {
  font-size: 1.6rem;
}
.f-modal__banner-text strong {
  font-size: 2rem;
  color: var(--f-color-pink);
}
.f-modal__form {
  display: grid;
  gap: var(--f-space);
}
.f-modal__button {
  margin: 0;
  width: 100%;
}
.f-modal__button:disabled {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.5;
}

.f-bar-chart {
  --column: 5;
  --max-amount: 5;
  --bar-max-height: 5rem;
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  .f-bar-chart {
    --bar-max-height: 8rem;
  }
}

.f-bar-chart-item {
  flex: none;
  width: calc(100% / var(--column));
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .f-bar-chart-item {
    padding: 0 0.75rem;
  }
}

.f-bar-chart-item-bar {
  --amount: 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: var(--bar-max-height);
}
.f-bar-chart-item-bar::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(var(--amount) / var(--max-amount) * 100%);
  background-color: #ff6371;
}

.f-bar-chart-item-label {
  margin-top: 0.25em;
  transform: scale(0.8);
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .f-bar-chart-item-label {
    transform: scale(1);
    font-size: 1.2rem;
  }
}

.f-line-chart {
  --width: 100%;
  width: var(--width);
  margin-left: auto;
  margin-right: auto;
}

.f-line-chart-dots {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f-line-chart-dots::before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 0.3rem;
  background-color: #ff6371;
}

.f-line-chart-dot {
  position: relative;
  z-index: 3;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #ff6371;
}
.f-line-chart-dot.--strong {
  width: 2rem;
  height: 2rem;
}

.f-line-chart-labels {
  --width: 100%;
  width: var(--width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.f-line-chart .f-line-chart-labels {
  margin-top: 1rem;
}

.f-line-chart-label {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .f-line-chart-label {
    font-size: 1.2rem;
  }
}

.f-caution {
  margin: var(--f-space) 0 0;
  padding: var(--f-space);
  border: 0.1rem solid var(--f-color-red);
  border-radius: 0.5rem;
  background-color: #fff;
  font-size: 1.2rem;
  color: var(--f-color-red);
}
.f-caution-heading {
  display: flex;
  align-items: center;
  font-weight: var(--f-font-weight-bold);
}
.f-caution-heading svg {
  width: 1.5em;
  height: 1.5em;
}
.f-caution-heading svg path {
  fill: var(--f-color-red) !important;
}
.f-caution-heading span {
  margin: 0 0 0 0.5em;
}
.f-caution-list {
  margin: var(--f-space) 0 0;
  padding: 0 0 0 var(--f-space);
  font-size: 1.1rem;
}
.f-caution-list li {
  margin: 0.25em 0 0;
}

.f-qa-list-container {
  margin-top: var(--f-space-t2);
}

.f-qa {
  margin: var(--f-space) 0 0;
  padding: var(--f-space) 0 0;
  border-top: 0.1rem solid var(--f-color-border);
}
.f-qa:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.f-qa-text {
  display: flex;
  margin: 0.5em 0 0;
  line-height: 1.4;
}
.f-qa-text::before {
  transform: translateY(-0.2em);
  width: 1em;
  flex-shrink: 0;
  font-weight: var(--f-font-weight-bold);
  font-size: 1.4em;
}
.f-qa-text.--q {
  font-weight: var(--f-font-weight-medium);
  color: var(--f-color-font-dark);
}
.f-qa-text.--q::before {
  color: var(--f-color-green);
  content: "Q";
}
.f-qa-text.--a::before {
  color: var(--f-color-pink);
  content: "A";
}
.f-qa-text-meta {
  text-align: right;
}
.f-qa-none {
  margin-top: var(--f-space);
  line-height: 1.6;
}

.f-qa-2__item {
  display: flex;
  gap: var(--f-space-d2);
}
.f-qa-2__item::before {
  flex: none;
}
.f-qa-2__item--q::before {
  content: "Q";
  color: var(--f-color-pink);
}
.f-qa-2__item--a::before {
  content: "A";
  color: var(--f-color-green);
}

.f-goto {
  --radius: .6rem;
  --btn-size: 3em;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 768px) {
  .f-goto {
    max-width: 60rem;
    margin: auto;
  }
}
.f-goto-select {
  position: relative;
  width: 50%;
  height: var(--btn-size);
  border-top: 0.1rem solid var(--f-color-border);
  border-bottom: 0.1rem solid var(--f-color-border);
  border-left: 0.1rem solid var(--f-color-border);
}
.f-goto-select:first-of-type {
  border-radius: var(--radius) 0 0 var(--radius);
}
.f-goto-select svg {
  position: absolute;
  fill: var(--f-color-font);
  top: 50%;
  transform: translateY(-50%);
}
.f-goto-select svg:first-of-type {
  width: 1.2em;
  height: 1.2em;
  left: 0.5em;
}
.f-goto-select svg:last-of-type {
  width: 0.8em;
  height: 0.8em;
  right: 0.5em;
  transform: translateY(-50%) rotateZ(90deg);
}
.f-goto-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 100%;
  border: none;
  padding: 0 1em 0 2em;
  background-color: transparent;
  width: 100%;
  font-weight: var(--f-font-weight-medium);
  color: var(--f-color-font);
}
.f-goto button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: var(--btn-size);
  height: var(--btn-size);
  border-radius: 0 var(--radius) var(--radius) 0;
  border: 0.1rem solid var(--f-color-green);
  background-color: var(--f-color-green);
}
.f-goto button svg {
  fill: #fff;
  width: 2rem;
  height: 2rem;
}

[class*=f-box] > [class*=f-heading] {
  margin-top: var(--f-space-t2);
}
[class*=f-box] > [class*=f-heading]:first-child {
  margin-top: 0;
}

.f-wrapper {
  z-index: 1;
  position: relative;
}

.f-loading {
  display: none;
}

.f-h1 {
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .f-h1 {
    display: none;
  }
}

.f-navbar {
  position: sticky;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.15);
}
.f-navbar-h1-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: var(--f-height-navbar-h1);
  border-bottom: 0.3rem solid var(--f-color-green);
}
@media (max-width: 767px) {
  .f-navbar-h1-container {
    display: none;
  }
}
.f-navbar-h1 {
  max-width: var(--f-width-max);
  margin: auto;
  padding: 0 var(--f-space);
}
.f-navbar-h1 span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-width: var(--f-width-max);
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  text-align: right;
}
.f-navbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--f-height-navbar);
  margin: auto;
}
@media (min-width: 768px) {
  .f-navbar-inner {
    max-width: var(--f-width-max);
    margin-left: auto;
    margin-right: auto;
  }
}
.f-navbar-l {
  display: flex;
  align-items: center;
  padding-left: var(--f-space);
}
@media (min-width: 768px) {
  .f-navbar-r {
    display: flex;
    align-items: center;
    padding-right: var(--f-space);
  }
}
.f-navbar-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.f-navbar-logo a {
  width: 6.6rem;
  height: var(--f-height-navbar);
}
@media (min-width: 768px) {
  .f-navbar-logo a {
    width: 12rem;
    height: 4.9rem;
  }
}
.f-navbar-logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.f-navbar-area {
  flex-shrink: 0;
  display: flex;
  margin: 0 0 0 var(--f-space-d2);
}
@media (min-width: 768px) {
  .f-navbar-area {
    margin: 0 0 0 var(--f-space);
  }
}
.f-navbar-area a {
  padding: 0 0.5em;
  border: 0.1rem solid var(--f-color-border);
  border-right: none;
  font-size: 1rem;
  color: var(--f-color-font-light);
}
@media (min-width: 768px) {
  .f-navbar-area a {
    font-size: 1.3rem;
  }
}
.f-navbar-area a:last-child {
  border-right: 0.1rem solid var(--f-color-border);
}
.f-navbar-area a.--current {
  background-color: var(--f-color-bg);
}
.f-navbar-banner-list {
  width: 20rem;
  margin-right: var(--f-space);
}
@media (max-width: 767px) {
  .f-navbar-banner-list {
    display: none;
  }
}
.f-navbar-banner {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 31.25%;
}
.f-navbar-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.f-navbar-menus {
  display: flex;
}
.f-navbar-menus__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--f-height-navbar);
  height: var(--f-height-navbar);
  cursor: pointer;
  background: no-repeat center;
}
@media (min-width: 768px) {
  .f-navbar-menus__item {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    margin-left: 0.5em;
  }
}
.f-navbar-menus__item.--bkmark {
  background-color: var(--f-color-pink-light);
  color: inherit;
}
.f-navbar-menus__item.--bkmark svg {
  fill: var(--f-color-pink);
  height: 1.3rem;
}
@media (min-width: 768px) {
  .f-navbar-menus__item.--bkmark svg {
    height: 1.6rem;
  }
}
.f-navbar-menus__item.--member {
  background-color: var(--f-color-olive-light);
}
.f-navbar-menus__item.--member svg {
  fill: var(--f-color-olive);
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 768px) {
  .f-navbar-menus__item.--member svg {
    width: 1.6rem;
    height: 2rem;
  }
}
.f-navbar-menus__item.--menu {
  background-color: var(--f-color-green);
}
.f-navbar-menus__item.--menu svg {
  fill: #fff;
  width: 1.7rem;
  height: 1.7rem;
}
@media (min-width: 768px) {
  .f-navbar-menus__item.--menu svg {
    width: 1.9rem;
    height: 1.5rem;
  }
}
.f-navbar-menus__item__badge {
  position: absolute;
  right: 0.5rem;
  top: 0.7rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  white-space: nowrap;
  font-size: 1rem;
}

.xcampaign-banner {
  position: fixed;
  z-index: 9999;
  margin: 0.5em auto 0px;
  border-radius: 10px;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
}
.xcampaign-banner img {
  border-radius: 5px;
  margin: 0 auto;
}

.f-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  transition: right 0.2s;
}
.f-nav.--opened {
  right: 0;
}
.f-nav-bg {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.f-nav-main {
  z-index: 2;
  position: absolute;
  width: 28rem;
  height: 100%;
  overflow-y: scroll;
  top: 0;
  right: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .f-nav-main {
    width: 36rem;
  }
}
.f-nav.--bottom .f-nav-main {
  padding-bottom: var(--f-height-navbar-bottom);
}
.f-nav-head {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--f-space);
  height: var(--f-height-navbar);
  background-color: var(--f-color-bg);
}
.f-nav-head__item {
  position: relative;
}
.f-nav-head__item svg {
  position: absolute;
}
.f-nav-head__item.--title {
  padding: 0 0 0 1.8em;
  letter-spacing: 0.1em;
  font-weight: var(--f-font-weight-bold);
}
.f-nav-head__item.--title svg {
  width: 1.2em;
  height: 1.2em;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  fill: var(--f-color-green);
  stroke: var(--f-color-green);
}
.f-nav-head__item.--close {
  padding: 0 2em 0 0;
  cursor: pointer;
  font-size: 1rem;
}
.f-nav-head__item.--close svg {
  width: 1.6em;
  height: 1.6em;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  fill: var(--f-color-font);
  stroke: var(--f-color-green);
}
.f-nav-btns {
  margin: var(--f-space-t2) 0 0;
  display: flex;
  align-items: center;
  padding: 0 var(--f-space) 0 var(--f-space-d2);
}
.f-nav-btns a {
  --margin: calc(var(--f-space) / 2);
  width: calc(50% - var(--margin));
  margin: 0 0 0 var(--margin);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid var(--f-color-border);
  border-radius: 0.5rem;
  padding: 1em 0;
  color: var(--f-color-font-dark);
}
.f-nav-btns a svg {
  width: 1.2em;
  height: 1.2em;
}
.f-nav-btns a.--keep svg {
  fill: var(--f-color-pink);
}
.f-nav-btns a.--mypage svg {
  fill: var(--f-color-olive);
}
.f-nav-btns a span {
  margin: 0 0 0 0.5em;
  font-weight: var(--f-font-weight-bold);
}
.f-nav-menu-term {
  display: flex;
  margin: var(--f-space-t2) 0 0;
  padding: 0 var(--f-space) 1em;
  align-items: center;
  border-bottom: 0.1rem solid var(--f-color-border);
  font-size: 1em;
  color: var(--f-color-font-dark);
}
.f-nav-menu-term svg {
  fill: var(--f-color-green);
  stroke: var(--f-color-green);
  width: 1.2em;
  height: 1.2em;
}
.f-nav-menu-term span {
  margin: 0 0 0 0.5em;
  font-weight: var(--f-font-weight-bold);
}
.f-nav-menu li a {
  display: flex;
  justify-content: space-between;
  padding: 1em var(--f-space) 1em 2.7em;
  align-items: center;
  border-bottom: 0.1rem solid var(--f-color-border);
  color: inherit;
}
.f-nav-menu li a svg {
  fill: var(--f-color-green);
  width: 0.8em;
  height: 0.8em;
}
.f-nav-menu-2 {
  padding: 0 var(--f-space);
  font-size: 1.1rem;
}
.f-nav-menu-2-term {
  margin: var(--f-space-t2) 0 0;
  font-weight: var(--f-font-weight-bold);
  font-size: 1.1em;
  color: var(--f-color-font-dark);
}
.f-nav-menu-2-text {
  margin: var(--f-space) 0 0;
}
.f-nav-menu-2 .f-btn, .f-nav-menu-2 .f-btn-2, .f-nav-menu-2 .f-btn-3 {
  margin-top: var(--f-space);
}

.f-header {
  background-color: var(--f-color-bg);
}
.f-header-banner-list {
  margin-bottom: var(--f-space);
}
@media (min-width: 768px) {
  .f-header-banner-list {
    display: none;
  }
}
.f-header-banner {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 31.25%;
}
.f-header-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.f-header .f-heading,
.f-header .f-heading-3,
.f-header .f-heading-5 {
  margin-top: 0;
}
.f-header-row {
  max-width: var(--f-width-max);
  margin-left: auto;
  margin-right: auto;
  padding: var(--f-space);
}
@media (min-width: 768px) {
  .f-header-row.--md {
    max-width: var(--f-width-md);
    margin-left: auto;
    margin-right: auto;
  }
}

.f-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: var(--f-space-t2) 0;
}
@media (min-width: 768px) {
  .f-content {
    max-width: var(--f-width-max);
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}
@media (min-width: 768px) {
  .f-content.--full {
    max-width: 100%;
  }
}
.f-content-left {
  flex: 0 0 auto;
  width: 28rem;
  padding: 0 var(--f-space);
}
@media (max-width: 767px) {
  .f-content-left {
    display: none;
  }
}
.f-content-center {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}
.f-content-right {
  flex: 0 0 auto;
  width: 28rem;
  padding: 0 var(--f-space);
}
@media (max-width: 767px) {
  .f-content-right {
    display: none;
  }
}

.f-navbar-bottom {
  --color: #b5b5b5;
  --color-icon: #b5b5b5;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--f-height-navbar-bottom);
  border-top: 0.1rem solid var(--color);
  background-color: #fff;
}
.f-navbar-bottom.--lp {
  --color-icon: var(--f-color-green);
}
@media (min-width: 768px) {
  .f-navbar-bottom:not(.--lp) {
    display: none;
  }
}
.f-navbar-bottom ul {
  display: flex;
  align-items: center;
  padding: 0 var(--f-space);
  height: 100%;
}
@media (min-width: 768px) {
  .f-navbar-bottom ul {
    max-width: var(--f-width-md);
    margin-left: auto;
    margin-right: auto;
  }
}
.f-navbar-bottom ul li {
  flex: 1 1 100%;
  height: 100%;
}
.f-navbar-bottom ul li .f-navbar-bottom-item {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  color: var(--color);
}
.f-navbar-bottom ul li .f-navbar-bottom-item.--active {
  --color: var(--f-color-font);
  --color-icon: var(--f-color-font);
}
.f-navbar-bottom ul li .f-navbar-bottom-item * {
  pointer-events: none;
}
.f-navbar-bottom ul li .f-navbar-bottom-item span.--icon svg {
  width: 1.4em;
  height: 1.4em;
}
.f-navbar-bottom ul li .f-navbar-bottom-item span.--icon svg * {
  fill: var(--color-icon) !important;
}
.f-navbar-bottom ul li .f-navbar-bottom-item span.--text {
  font-size: 1rem;
  transform: scale(0.8);
}
.f-navbar-bottom.--lp ul li .f-navbar-bottom-item.--active {
  --color-icon: var(--f-color-green);
}

.f-breadcrumb {
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  display: flex;
  padding: 0 var(--f-space);
}
.f-breadcrumb-container {
  width: 100%;
  height: var(--f-height-breadcrumb);
  background-color: var(--f-color-bg);
}
.f-breadcrumb-container-inner {
  width: 100%;
  height: 100%;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .f-breadcrumb-container-inner {
    max-width: var(--f-width-max);
    margin-left: auto;
    margin-right: auto;
  }
}
.f-breadcrumb li {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 0.9rem;
  font-size: 1rem;
}
.f-breadcrumb li::before {
  margin-right: 0.4rem;
  content: "〉";
}
.f-breadcrumb li:first-child {
  margin-left: 0;
}
.f-breadcrumb li:first-child::before {
  content: none;
}
.f-breadcrumb li a,
.f-breadcrumb li span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.f-breadcrumb li a {
  color: inherit;
}
.f-link-bomb {
  background-color: var(--f-color-bg);
}

.f-util-bottom {
  padding: var(--f-space-t1_5) var(--f-space);
  background-color: var(--f-color-bg);
}
@media (min-width: 768px) {
  .f-util-bottom {
    padding: var(--f-space-t4) var(--f-space);
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .f-util-bottom-inner {
    padding: var(--f-space-t2) var(--f-space);
    border: 0.1rem solid var(--f-color-border);
    border-radius: 0.5rem;
    background-color: #fff;
    max-width: calc(var(--f-width-max) - var(--f-space-t2));
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .f-util-bottom-inner {
    padding: var(--f-space-t1_5);
    border-radius: 0.8rem;
  }
}
.f-util-bottom-login {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .f-util-bottom-login {
    max-width: 60rem;
    margin: auto;
  }
}
.f-util-bottom-login li {
  width: calc(50% - var(--f-space-d4));
}
.f-util-bottom-login li:last-child {
  margin-left: var(--f-space-d2);
}
.f-util-bottom-login li a {
  display: block;
  width: 100%;
  padding: 0.8em 0;
  border-radius: 0.3rem;
  background-color: var(--f-color-olive);
  color: #fff;
  font-weight: var(--f-font-weight-medium);
  text-align: center;
}
@media (min-width: 768px) {
  .f-util-bottom-login li a {
    padding: 1em 0;
  }
}
.f-util-bottom-login + .f-goto {
  margin-top: var(--f-space);
}

.f-link-bomb-2 {
  background-color: var(--f-color-bg);
}
.f-back-to-top {
  position: sticky;
  bottom: var(--f-bottom-back-to-top);
}
.f-back-to-top a {
  display: none;
  position: absolute;
  right: var(--f-space);
  top: var(--f-space);
  width: var(--f-height-back-to-top);
  height: var(--f-height-back-to-top);
}
.f-back-to-top a svg {
  width: 100%;
  height: 100%;
  fill: var(--f-color-green);
}

.f-footer {
  margin-top: var(--f-space-t2);
}
@media (min-width: 768px) {
  .f-footer {
    margin-top: 0;
    padding-top: var(--f-space-t4);
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .f-footer-row {
    max-width: var(--f-width-max);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0 var(--f-space);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.f-footer-logo {
  width: 6.6rem;
}
@media (min-width: 768px) {
  .f-footer-logo {
    width: 16.1rem;
  }
}
.f-footer-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .f-footer-logo-container {
    flex-shrink: 0;
  }
}
.f-footer-logo__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
}
.f-footer-logo__inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  left: 0;
  top: 0;
}
.f-footer-text {
  margin-top: var(--f-space-t2);
}
@media (min-width: 768px) {
  .f-footer-text {
    margin-top: 0;
    margin-left: var(--f-space-t2);
  }
}
.f-footer-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 var(--f-space);
  margin: calc(var(--f-space) * -1) 0 0 calc(var(--f-space) * -1);
}
@media (min-width: 768px) {
  .f-footer-link {
    justify-content: flex-start;
  }
}
.f-footer-link li {
  margin: var(--f-space) 0 0 var(--f-space);
}
.f-footer-link li a {
  display: flex;
  align-items: center;
  color: var(--f-color-blue);
  font-weight: var(--f-font-weight-medium);
}
.f-footer-link li a svg {
  fill: var(--f-color-blue);
  width: 1em;
  height: 1em;
}
.f-footer-notice {
  margin-top: var(--f-space);
  padding: 0 var(--f-space);
  font-size: 1rem;
}
@media (min-width: 768px) {
  .f-footer-notice {
    font-size: var(--f-font-size);
  }
}
.f-footer-copy {
  margin-top: var(--f-space-t2);
  padding: 1em 0;
  background-color: #191919;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .f-footer-copy {
    margin-top: var(--f-space-t4);
    padding: 2em 0;
    font-size: 1.2rem;
  }
}

.f-content-center > [class*=f-container]:first-child {
  margin-top: 0;
}
.f-content-center > [class*=f-box]:first-child {
  margin-top: 0;
}

[class*=f-container] > [class*=f-box]:first-child {
  margin-top: 0;
}
[class*=f-container] > .f-heading-4:first-child {
  margin-top: var(--f-space-t2);
}

.f-nav {
  z-index: calc(var(--f-z-index-max) - 1);
}
.f-nav.--bottom {
  z-index: calc(var(--f-z-index-max) - 3);
}

.f-navbar {
  z-index: calc(var(--f-z-index-max) - 4);
}

.f-back-to-top {
  z-index: calc(var(--f-z-index-max) - 5);
}

.f-navbar-bottom {
  z-index: calc(var(--f-z-index-max) - 2);
}

.f-breadcrumb-container {
  z-index: calc(var(--f-z-index-max) - 5);
}

.f-navbar-bottom ~ .f-back-to-top {
  --bottom: calc(
    var(--f-bottom-back-to-top) + var(--f-height-navbar-bottom)
  );
  bottom: var(--bottom);
}
@media (min-width: 768px) {
  .f-navbar-bottom ~ .f-back-to-top {
    --bottom: calc(
      var(--bottom) - var(--f-height-navbar-bottom)
    );
  }
}

.f-navbar-bottom ~ .f-footer {
  padding-bottom: var(--f-height-navbar-bottom);
}
@media (min-width: 768px) {
  .f-navbar-bottom ~ .f-footer {
    padding-bottom: 0;
  }
}

.f-no-margin {
  margin: 0 !important;
}
.f-no-margin-t {
  margin-top: 0 !important;
}
.f-no-margin-r {
  margin-right: 0 !important;
}
.f-no-margin-b {
  margin-bottom: 0 !important;
}
.f-no-margin-l {
  margin-left: 0 !important;
}

@media (max-width: 767px) {
  .f-show-if-sm {
    display: block;
  }
}
@media (min-width: 768px) {
  .f-show-if-sm {
    display: none;
  }
}
@media (max-width: 767px) {
  .f-show-if-md {
    display: none;
  }
}
@media (min-width: 768px) {
  .f-show-if-md {
    display: block;
  }
}

@media (max-width: 767px) {
  .f-hide-if-sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .f-hide-if-sm {
    display: block;
  }
}
@media (max-width: 767px) {
  .f-hide-if-md {
    display: block;
  }
}
@media (min-width: 768px) {
  .f-hide-if-md {
    display: none;
  }
}

.f-svg-def {
  display: block;
  width: 0;
  height: 0;
}