@charset "UTF-8";
/** Colors */
/** Text */
/** Fonts */
/** Break Points */
footer {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
}
footer hr {
  margin: 0;
}

.l-footer__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.c-breadcrumb-wrapper--above-footer {
  padding: 14px 0;
  border-top: 1px solid #eaeae9;
}

.c-breadcrumb {
  padding: 2px 0;
}
.c-breadcrumb__list {
  display: flex;
  white-space: nowrap;
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
}
.c-breadcrumb__item:not(:last-child):after {
  margin-right: 8px;
  margin-left: 8px;
  font-size: 12px;
  content: "/";
}
.c-breadcrumb__item-text {
  font-size: 12px;
}
.c-breadcrumb__item-text[aria-current=page] {
  font-weight: bold;
}

/**
  <hr class="c-divider">
 */
.c-divider {
  display: block;
  height: 1px;
  background: #eaeae9;
  border: none;
}

.c-loading,
.c-loading:before,
.c-loading:after {
  border-radius: 50%;
}

.c-loading {
  position: relative;
  width: 10em;
  height: 10em;
  font-size: 11px;
  color: #fbff00;
  text-indent: -99999em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.c-loading--with-margin {
  margin: 40px auto;
}

.c-loading:before,
.c-loading:after {
  position: absolute;
  content: "";
}

.c-loading:before {
  top: -0.1em;
  left: -0.1em;
  width: 5.2em;
  height: 10.2em;
  background: #fbffc7;
  border-radius: 10.2em 0 0 10.2em;
  -webkit-transform-origin: 5.1em 5.1em;
  transform-origin: 5.1em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}

.c-loading:after {
  top: -0.1em;
  left: 4.9em;
  width: 5.2em;
  height: 10.2em;
  background: #fbffc7;
  border-radius: 0 10.2em 10.2em 0;
  -webkit-transform-origin: 0.1em 5.1em;
  transform-origin: 0.1em 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.c-filled-button {
  --text-color: #ffffff;
  display: inline-block;
  padding: 9px 16px;
  font-size: 16px;
  font-weight: bold;
  color: var(--text-color);
  background: #2c2d25;
  border-radius: 2px;
}
.c-filled-button:hover {
  color: var(--text-color);
}
.c-filled-button--full-width {
  width: 100%;
  text-align: center;
}
.c-filled-button--primary {
  --text-color: #2c2d25;
  background: #fbff00;
}
.c-filled-button--primary:hover {
  background: #e2e500;
}
@media screen and (max-width: 600px) {
  .c-filled-button {
    width: 100%;
    text-align: center;
  }
}

.c-small-filled-button {
  --text-color: #ffffff;
  display: inline-block;
  padding: 8.5px 16px;
  font-size: 14px;
  font-weight: bold;
  color: var(--text-color);
  background: #2c2d25;
  border-radius: 2px;
}
.c-small-filled-button:hover {
  color: var(--text-color);
}
.c-small-filled-button--full-width {
  width: 100%;
  text-align: center;
}
.c-small-filled-button--primary {
  --text-color: #2c2d25;
  background: #fbff00;
}
.c-small-filled-button--primary:hover {
  background: #e2e500;
}
@media screen and (max-width: 600px) {
  .c-small-filled-button {
    width: 100%;
    text-align: center;
  }
}

.c-outlined-button {
  display: inline-block;
  padding: 7.5px 16px;
  font-size: 16px;
  font-weight: bold;
  color: #2c2d25;
  border: 1.5px solid #eaeae9;
  border-radius: 2px;
}
.c-outlined-button:disabled {
  color: #c5c5c5;
  border-color: #f5f5f4;
}
.c-outlined-button--full-width {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .c-outlined-button {
    width: 100%;
    text-align: center;
  }
}

.c-small-outlined-button {
  display: inline-block;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: bold;
  color: #2c2d25;
  border: 1.5px solid #eaeae9;
  border-radius: 2px;
}
.c-small-outlined-button:disabled {
  color: #c5c5c5;
  border-color: #f5f5f4;
}
.c-small-outlined-button--full-width {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .c-small-outlined-button {
    width: 100%;
    text-align: center;
  }
}

.c-text-button {
  display: inline-block;
  font-weight: bold;
}

.c-navigation-button-list {
  display: flex;
  gap: 12px;
}
.c-navigation-button-list__item-button {
  display: block;
  padding: 3.5px 16px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #eaeae9;
  border-radius: 4px;
}
.c-navigation-button-list__item-button.is-active {
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  color: #ffffff;
  background-color: #2c2d25;
  border: none;
}

.c-page-title {
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-page-title {
    font-size: 24px;
  }
}
.c-section-sub-title {
  font-size: 18px;
  font-weight: bold;
}

/**
<div class="c-section-sub-title-description">
  <h2 class="c-section-sub-title">セクションサブ見出し</h2>
  <a href="" class="c-section-sub-title-description__description">説明</a>
</div>
 */
.c-section-sub-title-description__description {
  margin-top: 4px;
  font-size: 14px;
  color: #80817c;
}
.c-section-sub-title-description--with-margin-bottom {
  margin-bottom: 16px;
}

@media screen and (max-width: 600px) {
  .c-section-title-button--with-margin-bottom {
    margin-bottom: 8px;
  }
}
.c-section-title {
  font-size: 24px;
  font-weight: bold;
}
.c-section-title--with-margin-bottom {
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .c-section-title {
    font-size: 18px;
  }
  .c-section-title--with-margin-bottom {
    margin-bottom: 8px;
  }
}
/**
<div class="c-section-title-button">
  <div class="c-section-title-button__title-wrapper">
      <h2 class="c-section-title">セクション見出し</h2>
  </div>
  <a href="" class="c-link-button">リンクタイトル</a>
</div>
 */
.c-section-title-button {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
.c-section-title-button__title-wrapper {
  flex: 1;
}
.c-section-title-button--with-margin-bottom {
  margin-bottom: 12px;
}

@media screen and (max-width: 600px) {
  .c-section-title-button--with-margin-bottom {
    margin-bottom: 8px;
  }
}
.c-tab-link-list-wrapper {
  border-bottom: 1px solid #eaeae9;
}

.c-tab-link-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  white-space: nowrap;
}
.c-tab-link-list__item {
  display: inline-block;
  flex: 0 0 auto;
}
.c-tab-link-list__item.is-active .c-tab-link-list__item-link {
  color: #2c2d25;
}
.c-tab-link-list__item.is-active:after {
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 9px;
  content: "";
  background-color: #2c2d25;
  border-radius: 100vmax;
}
.c-tab-link-list__item-link {
  font-size: 14px;
  font-weight: bold;
  color: #80817c;
}
.c-tab-link-list__item-link:hover {
  color: #80817c;
}

@media screen and (max-width: 768px) {
  .c-tab-link-list {
    gap: 24px;
  }
  .c-tab-link-list__item.is-active:after {
    margin-top: 10.5px;
  }
}
.p-footer {
  background: #2c2d25;
}
.p-footer__inner {
  padding: 32px;
}
.p-footer__main {
  display: flex;
  gap: calc(100% * (48 / 1376));
}
.p-footer__logo-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-footer__logo-link-text {
  font-size: 12px;
  text-align: center;
}
.p-footer__navigation {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.p-footer__navigation-list-heading {
  margin-bottom: 12px;
  font-weight: bold;
}
.p-footer__navigation-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-footer__navigation-item-link {
  font-size: 14px;
}
.p-footer__divider {
  margin-top: 32px;
  margin-bottom: 16px;
  background: #ffffff;
}
.p-footer__sub-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-footer__sub-navigation-list-wrapper {
  display: flex;
  gap: 32px;
  align-items: center;
}
.p-footer__sub-navigation-sns-icon-list {
  display: flex;
  gap: 12px;
}
.p-footer__sub-navigation-sns-icon-link {
  display: block;
}
.p-footer__sub-navigation-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-footer__sub-navigation-link {
  font-size: 12px;
}
.p-footer__copyright {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 1215px) {
  .p-footer__sub-navigation-link-list {
    gap: 9px;
  }
}
@media screen and (max-width: 1023px) {
  .p-footer__inner {
    padding: 32px 24px;
  }
  .p-footer__main {
    flex-direction: column;
    gap: 32px;
  }
  .p-footer__navigation {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 24px;
  }
  .p-footer__navigation-item-link {
    font-size: 12px;
  }
  .p-footer__divider {
    margin-bottom: 32px;
  }
  .p-footer__sub-navigation {
    flex-direction: column;
    gap: 32px;
  }
  .p-footer__sub-navigation-list-wrapper {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .p-footer__sub-navigation-sns-icon-list {
    gap: 8px;
  }
  .p-footer__sub-navigation-link-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 12px;
    column-gap: 16px;
    width: 100%;
  }
  .p-footer__copyright {
    font-size: 10px;
    font-weight: bold;
  }
}
