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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

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

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

/**
colors
ルールとして以下で統一
背景で使う色は xxBackgroundColor
通常色は　　　yyColor
 */
/**
font size
 */
/**
size
 */
*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  font-size: 14px;
  max-width: 100%;
  overflow-x: hidden;
  color: #555;
  margin: 0;
  padding: 0;
  background-color: #f7f6f1;
}

main[role=main]:not(.l-main--login) {
  padding-top: 50px;
}

main[role=main] {
  min-height: 75vh;
}

.js-lib-click-copy {
  cursor: pointer;
}

@media screen and (min-width: 980px) {
  main[role=main]:not(.l-main--login) {
    padding-top: 50px;
  }
}
option:disabled {
  background-color: #fff;
}

@media screen and (min-width: 980px) {
  .js-side-alert {
    position: sticky;
    top: 530px;
    left: 0;
  }
  .js-side-filter {
    position: sticky;
    top: 0;
    left: 0;
  }
}
.c-search-form {
  width: 100%;
  padding: 6px;
}

.c-search-form__form {
  display: flex;
  margin: 0;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 980px) {
  .c-search-form__form {
    flex-wrap: wrap;
  }
}
.c-search-form__form--sp {
  display: block;
}

.c-search-form__data--select-sp {
  display: flex;
}
.c-search-form__data--select-sp .c-search-form__select {
  width: 100%;
}

.c-search-form__select-wrap {
  flex: 1;
}

.c-search-form__data--input {
  flex: 1 1 auto;
  width: 100%;
  margin: 0 4px;
}

.c-search-form__input-wrap {
  width: calc(100% - 125px);
  position: relative;
}

.c-search-form__input {
  width: 99%;
  border: 2px solid #b5b59e;
  font-size: 16px;
  border-radius: 5px;
  padding: 7px 6px;
}

.c-search-form__clear {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}

.c-search-form__cam {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}

.c-search-form__select {
  max-width: 12.5rem;
  min-height: 2.5rem;
  border: 2px solid #e5cb6b;
  border-radius: 5px;
  font-size: 16px;
  padding: 6px 7px 7px;
  padding-right: 1.5rem;
  background-color: #fff6d5;
  color: #58513e;
}

/*l-utility-bar__tip などと類似のデザイン*/
.c-search-form__select-in-content--bar {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  padding: 0.75rem;
  border: solid 1px #e0e0e0;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.2rem 0.2rem 0.1rem #c3c3c3;
}
@media screen and (max-width: 980px) {
  .c-search-form__select-in-content--bar {
    margin: -1.5rem 0 1rem;
  }
}
@media screen and (min-width: 980px) {
  .c-search-form__select-in-content--bar {
    margin-bottom: 1rem;
  }
}

.c-search-form__select-in-content--bar::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: transparent;
  content: "";
  transition: background 0.16s ease;
}

.c-search-form__select-in-content--bar.is-u-bk-col--action-background::before {
  background: #287fa3;
}

.c-search-form__select-in-content--wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.c-search-form__select-in-content {
  max-width: 12.5rem;
  min-height: 2rem;
  border: 2px solid #e5cb6b;
  border-radius: 5px;
  font-size: 16px;
  padding: 6px 7px 7px;
  padding-right: 1.5rem;
  color: #58513e;
}

.c-search-form__select-in-content.is-skeleton {
  width: 8rem;
  color: transparent;
  border-color: #e0e0e0;
  pointer-events: none;
  background-image: linear-gradient(90deg, #eeeeee 25%, #f5f5f5 37%, #eeeeee 63%);
  background-size: 400% 100%;
  animation: searchSelectSkeleton 1.4s ease infinite;
}

@keyframes searchSelectSkeleton {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-search-form__select-in-content.is-skeleton {
    animation: none;
    background-position: 0 50%;
  }
}
.c-search-form__input--sp-wrap {
  width: 100%;
  padding-bottom: 0.5em;
}

.c-search-form__form--ts-type {
  display: flex;
  justify-content: flex-end;
  gap: 0.25rem 0.5rem;
}

@media screen and (max-width: 980px) {
  .c-search-form__select--pc-2-sp-1 {
    order: 2;
  }
}
@media screen and (min-width: 981px) {
  .c-search-form__select--pc-2-sp-1 {
    order: 1;
  }
}

@media screen and (max-width: 980px) {
  .c-search-form__input--pc-1-sp-2 {
    order: 1;
  }
}
@media screen and (min-width: 981px) {
  .c-search-form__input--pc-1-sp-2 {
    order: 2;
  }
}

.c-search-form__input--pc-3-sp-3 {
  order: 3;
}

.is-c-search-form__select--disabled {
  color: #5c5c5c;
  background-color: #eeeeee;
  border: none;
  pointer-events: none;
}

.l-header {
  position: relative;
  width: 100%;
}

.l-header--guest {
  box-shadow: 0 0 6px 2px rgba(105, 105, 105, 0.4);
}
.l-header--guest .l-header__content--top a {
  color: #555;
}
.l-header--guest .l-header__content--top a:hover {
  background-color: #f5c922;
}

.l-header--fix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
}

.l-header__site-description {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #5f5f5f;
  max-height: 1rem;
  overflow: hidden;
}

.l-header__content--pc {
  display: flex;
  align-items: center;
}

.l-header__content--sp {
  display: block;
}

.l-header__content--top {
  justify-content: space-between;
}

.l-header__data {
  display: flex;
  align-items: stretch;
}

.l-header__data--title {
  width: 200px;
  justify-content: center;
  flex: none;
  padding: 0;
}

.l-header__data--max {
  width: 100%;
}

.l-header__data--nav {
  justify-content: space-between;
  align-items: stretch;
}

.l-header__nav-box {
  justify-content: end;
}

.l-header__login-btn-wrap {
  display: none;
}

.l-header__description {
  font-size: 12px;
  max-width: 430px;
  padding-left: 1em;
}

.l-header__item--form {
  flex: 1 1 auto;
}

.l-header__item--nav {
  width: 560px;
}

@media screen and (max-width: 980px) {
  .l-header__content--pc {
    display: block;
  }
  .l-header__data--nav {
    flex-wrap: wrap;
  }
  .l-header__item--form {
    width: 100%;
  }
  .l-header__data--title {
    padding: 6px 0;
  }
  .l-header__login-btn-wrap {
    display: block;
  }
  main {
    max-width: 100vw;
  }
  .l-header--guest {
    display: flex;
  }
  .l-header--guest .l-header__data {
    align-items: center;
    gap: 0.5em;
  }
  .l-header--guest .l-header__content--pc {
    display: flex;
  }
  .l-header--guest .l-header__description {
    display: none;
  }
  .l-header--guest .c-navigation__sp {
    display: block;
  }
  .l-header--guest .c-navigation__list {
    position: fixed;
    z-index: 15000;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: #f5c922;
    text-align: center;
  }
  .l-header--guest .c-navigation__item {
    justify-content: center;
    border-bottom: solid 1px;
    margin: 0;
  }
  .l-header--guest .c-navigation__list.js-eff-sp-display--hide {
    display: none;
  }
  .l-header--guest .c-hamburg {
    top: 0px;
  }
  .l-header--guest .l-header__nav-box a {
    color: white;
  }
  .l-header--guest .l-header__nav-box a:hover {
    background-color: #f5c922;
  }
}
.c-page-links {
  padding: 0 12px;
  padding-top: 0.5em;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  justify-content: space-between;
}
@media screen and (min-width: 980px) {
  .c-page-links {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .c-page-links {
    display: flex;
  }
}

.c-page-links__item {
  border: solid 2px #f5c922;
  width: 30%;
  padding: 3px;
  text-align: center;
  margin-bottom: 5px;
}

.c-page-links__item--act {
  background-color: #f5c922;
  border-radius: 6px 6px 0px 0px;
  margin-bottom: 0;
}

.c-page-links__link {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 1.5em;
}

@-webkit-keyframes rotateInf {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotateInf {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateInf {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-hamburg {
  width: 45px;
  height: 45px;
  display: block;
  background: rgba(255, 255, 255, 0.02);
  position: absolute;
  padding: 0;
  right: 10px;
  cursor: pointer;
  top: 10px;
}

.c-hamburg__line {
  width: 100%;
  height: 2px;
  display: block;
  background: #f5c922;
  position: absolute;
  transition: all 0.3s;
  transform: rotate(0deg);
}

.c-hamburg__top {
  transform: translateY(0px);
}

.c-hamburg__middle {
  transform: translateY(12px);
}

.c-hamburg__bottom {
  transform: translateY(25px);
}

@media screen and (max-width: 980px) {
  .is-c-hamburg--active .c-hamburg__middle {
    background: rgba(255, 255, 255, 0);
  }
  .is-c-hamburg--active .c-hamburg__top {
    transform: rotate(-45deg) translate(-8px, 8px);
  }
  .is-c-hamburg--active .c-hamburg__bottom {
    transform: rotate(45deg) translate(8px, 8px);
  }
}
.l-footer {
  background-color: #c9b97f;
  color: white;
  width: 100vw;
}

.l-footer__data--navigation {
  width: 100%;
}

.l-footer__data--cp {
  display: flex;
  justify-content: center;
}

.l-footer__data--menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.5em;
}

.l-footer__wrap {
  width: 100%;
}

.l-footer__logo-wrap {
  padding-bottom: 1em;
}

.l-footer--login {
  padding: 24px;
}
.l-footer--login .l-footer__data-copyright {
  display: flex;
  justify-content: flex-end;
}

.l-footer__copyright {
  margin: 0;
  padding: 1em;
  text-align: right;
}

.l-sec,
.l-content--sec {
  margin: auto;
  max-width: 100%;
  width: 1280px;
  padding: 0 1em;
}

.l-content--under-layer {
  padding-top: 36px;
  padding-bottom: 36px;
}

.l-content__title {
  text-align: center;
}

.l-content__sub-title {
  text-align: center;
}

.l-first-view {
  position: relative;
  overflow: hidden;
  background-color: #f7cf22;
  background-image: radial-gradient(circle at 92% 34%, rgba(255, 245, 161, 0.72) 0 14%, transparent 14.2%), linear-gradient(83deg, rgba(255, 247, 192, 0.84) 0 64%, transparent 64.2%), linear-gradient(174deg, transparent 0 67%, #fffdf4 67.2% 100%), linear-gradient(165deg, rgba(255, 240, 117, 0.55) 0 50%, rgba(255, 199, 17, 0) 50.2%);
  min-height: auto;
  padding-top: 2.625rem;
  padding-bottom: 5.125rem;
}

.l-first-view__inner {
  padding-right: 3.625rem;
  padding-left: 3.625rem;
}

.l-first-view__columns {
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
}

.l-first-view__text {
  flex: 0 0 48%;
  min-width: 0;
  padding-top: 0;
  position: relative;
  z-index: 2;
}

.l-first-view__visual {
  flex: 1 1 52%;
  min-width: 0;
  padding-top: 2.375rem;
  position: relative;
  z-index: 1;
}

.l-first-view__visual-img {
  margin-left: auto;
  max-width: 38.75rem;
  border-radius: 1rem;
  filter: drop-shadow(0 14px 0 rgba(154, 128, 18, 0.26));
}

.l-first-view__notice-card {
  position: absolute;
  right: 1.5rem;
  bottom: -2.25rem;
  width: 16.25rem;
  padding: 1.125rem 1.375rem;
  border: 2px solid rgba(214, 184, 60, 0.52);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 0 rgba(137, 111, 0, 0.2);
}

.l-first-view__notice-title {
  margin: 0 0 0.35rem;
  color: #826600;
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1.4;
}

.l-first-view__notice-text {
  margin: 0;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
}

.l-first-view__sales {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-start;
  padding-bottom: 2.3rem;
  max-width: 24.375rem;
}

.l-first-view__sales-item {
  display: inline-flex;
  align-items: center;
  min-height: 2.125rem;
  padding: 0 1rem;
  border: 2px solid #f5b914;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.48);
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}

.l-first-view__title {
  margin: 0;
  padding-bottom: 1rem;
}

.l-first-view__title-text {
  font-weight: bold;
  letter-spacing: 0;
}

.l-first-view__title-text--strong {
  line-height: 1.28;
  font-size: 3rem;
  color: #333;
}

.l-first-view__title-text--accent {
  color: #806600;
}

.l-first-view__lead {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.46;
  font-weight: 500;
  color: #333;
}

.l-first-view__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}

.l-first-view__cta-btn {
  display: inline-block;
  min-width: 11.125rem;
  padding: 0.78rem 1.25rem;
  border-radius: 0.45rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
}

.l-first-view__cta-btn--main {
  background-color: #f9bd13;
  color: #222;
  border: 2px solid #f9bd13;
}

.l-first-view__cta-btn--sub {
  background-color: #fff;
  color: #806600;
  border: 2px solid #f5c922;
}

.l-first-view__note {
  display: inline-block;
  margin: 0;
  padding: 0.65rem 1rem;
  border-radius: 0.45rem;
  background-color: rgba(255, 255, 255, 0.88);
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #666;
}

@media screen and (max-width: 980px) {
  .l-first-view {
    background-image: radial-gradient(circle at 100% 70%, rgba(255, 245, 161, 0.65) 0 28%, transparent 28.2%), linear-gradient(174deg, transparent 0 73%, #fffdf4 73.2% 100%);
    min-height: auto;
    padding: 2vw;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #fff7cf;
  }
  .l-first-view__inner {
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .l-first-view__sales {
    padding-bottom: 1.25rem;
  }
  .l-first-view__sales-item {
    min-height: 1.875rem;
    padding: 0 0.75rem;
    font-size: 0.85rem;
  }
  .l-first-view__title-text {
    font-weight: bold;
    line-height: 1.35;
  }
  .l-first-view__title-text--strong {
    font-size: 2.125rem;
  }
  .l-first-view__lead {
    font-size: 1rem;
    line-height: 1.7;
  }
  .l-first-view__cta {
    flex-direction: column;
    gap: 0.75rem;
  }
  .l-first-view__cta-btn {
    display: block;
    padding: 0.75rem 1rem;
  }
  .l-first-view__columns {
    display: block;
  }
  .l-first-view__visual {
    margin-top: 1.5rem;
    padding-top: 0;
  }
  .l-first-view__visual-img {
    max-width: none;
    filter: drop-shadow(0 10px 0 rgba(154, 128, 18, 0.2));
  }
  .l-first-view__notice-card {
    display: none;
  }
}
header .c-navigation {
  height: 100%;
}
header .c-navigation__list {
  height: 100%;
}

.c-navigation--login {
  font-size: 0.9em;
}

.c-navigation__list {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
}

.c-navigation__link .c-navigation__text {
  padding: 3px;
  border-radius: 3px;
  transition: background-color 0.3s, color 0.3s;
  font-size: 0.8rem;
}

.c-navigation__link:hover {
  background: rgba(255, 255, 255, 0.25);
}

.c-navigation__text--act {
  font-weight: bold;
  color: white;
}

.c-navigation__unread-badge {
  display: inline-block;
  min-width: 1.25rem;
  margin-left: 0.25rem;
  padding: 0 0.3rem;
  border-radius: 1rem;
  color: white;
  background-color: #b3261e;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1.25rem;
  text-align: center;
  vertical-align: middle;
}

.c-navigation__list--footer {
  width: 100%;
  justify-content: center;
  gap: 1em;
  padding: 12px 12px 12px 12px;
  flex-wrap: wrap;
}

.c-navigation__item {
  list-style: none;
  margin-left: 0.3em;
  display: flex;
  align-items: stretch;
}

.c-navigation__link {
  align-items: center;
  display: flex;
  color: #fff;
  padding: 6px 3px;
  text-decoration: none;
}

.c-navigation__user {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6px 3px;
}

.c-navigation__link-text {
  padding: 6px 2px;
  font-size: 12px;
}

.c-navigation__sp {
  display: none;
}

.c-navigation--login .c-navigation__list--footer {
  max-width: 100%;
  width: 380px;
  gap: 0;
}
.c-navigation--login .c-navigation__item {
  width: 50%;
  margin: 0;
}

.c-navigation__sp-icon {
  display: none;
}

@media screen and (max-width: 980px) {
  header .c-navigation {
    height: auto;
  }
  header .c-navigation__list {
    height: auto;
  }
  .c-navigation__sp-icon {
    display: block;
    position: absolute;
    top: 15px;
    right: 6px;
  }
  .c-navigation__list--header {
    align-items: stretch;
    padding: 0;
    width: 100%;
    width: 100vw;
    position: absolute;
    left: 0;
    z-index: 10000;
    top: 60px;
    display: block;
    background-color: #f5c922;
  }
  .c-navigation__list--header .c-navigation__link {
    width: 100%;
    justify-content: center;
    line-height: 1.5em;
    padding: 0.75em 0;
  }
  .c-navigation__list--header .c-navigation__item {
    border-bottom: solid 1px white;
    margin: 0;
  }
  .c-navigation--login .c-navigation__list--footer {
    width: 100%;
  }
}
.c-img-box {
  display: block;
}

.c-img-box--center {
  text-align: center;
}

.c-img-box__img--flexible {
  max-width: 100%;
  height: auto;
}

.c-img-box__img--flow-step {
  width: 100%;
  max-width: 450px;
  height: auto;
}

.c-btn--fv-login {
  border: solid 1px;
  margin: auto;
  padding: 3px 1.5em;
  box-shadow: none;
  border-radius: 6px;
  font-size: 13px;
  display: inline-block;
  line-height: 1.5em;
  text-decoration: none;
}

.c-btn--search {
  text-align: center;
  padding: 6px;
  border-radius: 6px;
  border: 2px solid #f5c922;
  max-width: 100%;
  display: inline-block;
  color: #f4ca20;
  background-color: white;
  width: 125px;
  font-weight: bold;
}

.c-btn--outer {
  display: block;
  text-align: center;
  padding: 6px;
  border-radius: 6px;
  border: 2px solid;
  width: auto;
  max-width: 100%;
  min-width: 100px;
  text-decoration: none;
}

.c-btn--add-alert,
.c-btn--add-tag {
  background-color: #f5c922;
  color: white;
  display: inline-block;
  text-align: center;
  padding: 6px;
  border-radius: 6px;
  border: 2px solid #f5c922;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  font-size: 14px;
}

.c-btn--submit,
.c-btn--detail-page {
  background-color: #f5c922;
  color: #666;
  display: inline-block;
  text-align: center;
  padding: 6px;
  border-radius: 6px;
  border: 2px solid #f5c922;
}

.c-btn--sp-full {
  width: 100%;
  max-width: 100%;
}

.c-btn--emit {
  padding: 6px;
  background-image: url(/img/icon/price/reprice.png);
  cursor: pointer;
  border-radius: 6px;
  border-bottom: solid 3px #c19900;
  background-color: #f5c922;
  color: #666;
  /* width: 35px; */
  /* height: 35px; */
  background-repeat: no-repeat;
  background-position: 6px center;
  padding-left: 33px;
  margin-right: 3px;
}

.c-link-btn {
  text-decoration: none;
}

.c-link-btn--login {
  text-decoration: none;
  font-size: 13px;
  border: 1px solid;
  width: 5em;
  text-align: center;
  border-radius: 6px;
  line-height: 1.5em;
}

.js-price-update-emit--disabled,
.c-btn--disabled {
  filter: grayscale(1);
}

.c-btn--amazon-outer {
  display: block;
  text-align: center;
  padding: 1em 6px;
  border-radius: 6px;
  border: 2px solid;
  width: 360px;
  background-color: #ff9925;
  border-color: #ff9925;
  margin: 1em auto;
  font-weight: bold;
  max-width: 100%;
  text-decoration: none;
  color: white;
}

.c-btn--contact {
  border-radius: 50px;
  cursor: pointer;
  background-color: #f5c922;
  font-weight: bold;
  color: white;
  border: solid 4px #f5c922;
  display: inline-block;
  width: 10em;
  padding: 0.6em 6px;
}
.c-btn--contact:hover {
  opacity: 0.85;
}

.c-btn--back {
  border-radius: 50px;
  cursor: pointer;
  border: solid 4px white;
  display: inline-block;
  width: 10em;
  padding: 6px;
  margin-right: 1em;
  background-color: white;
  color: #208dbb;
}
.c-btn--back:hover {
  opacity: 0.85;
}

.c-btn--clear {
  color: #f5c922;
  background-color: white;
  border: 1px solid #f5c922;
  border-radius: 50%;
  padding: 0.1rem 0.3rem;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.c-btn__link--small {
  color: white;
  width: 100%;
  font-size: 0.9rem;
  margin-top: 2px;
  margin-bottom: 1px;
  padding: 0.25rem 0.5rem;
  border: none;
  border-radius: 5px;
}

.c-btn__action--middle-width-24 {
  color: white;
  width: 6rem;
  height: 2.5rem;
  font-size: 0.9rem;
  margin-top: 2px;
  margin-bottom: 1px;
  padding: 0.25rem 0.5rem;
  border: none;
  border-radius: 5px;
}

.c-btn__action--middle-width-40 {
  color: white;
  width: 10rem;
  height: 2.5rem;
  font-size: 0.9rem;
  margin-top: 2px;
  margin-bottom: 1px;
  padding: 0.25rem 0.5rem;
  border: none;
  border-radius: 5px;
}

.c-btn__action--middle-width-60 {
  width: 15rem;
  height: 2.5rem;
  font-size: 0.9rem;
  margin-top: 2px;
  margin-bottom: 1px;
  padding: 0.25rem 0.5rem;
  border: none;
  border-radius: 5px;
}

.c-btn__action--middle-width-pc-full-sp-44-minimum-28 {
  color: white;
  height: 2.5rem;
  font-size: 0.9rem;
  margin-top: 2px;
  margin-bottom: 1px;
  padding: 0.25rem 0.5rem;
  border: none;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .c-btn__action--middle-width-pc-full-sp-44-minimum-28 {
    width: 100%;
  }
}
@media screen and (min-width: 420px) and (max-width: 980px) {
  .c-btn__action--middle-width-pc-full-sp-44-minimum-28 {
    width: 11rem;
  }
}
@media screen and (max-width: 420px) {
  .c-btn__action--middle-width-pc-full-sp-44-minimum-28 {
    width: 7rem;
  }
}

.c-btn--for-item-page {
  width: 7rem;
  height: 2.8rem;
  padding: 0.25rem 0.5rem;
  border: none;
  border-radius: 5px;
  background-color: white;
}

.c-btn--switch-accordion {
  width: 7rem;
  height: 2.8rem;
  padding: 0.25rem 0.5rem;
  border: none;
  background-color: transparent;
  color: #555;
  -webkit-appearance: none;
  appearance: none;
}

.c-btn--close-tip {
  height: 2rem;
  font-size: 0.75rem;
  border-radius: 5px;
  border: none;
  background-color: #eaf4f8;
  color: #287fa3;
  -webkit-appearance: none;
  appearance: none;
}

.c-btn__with-icon--button {
  position: relative;
}

.c-btn__with-icon--icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  translate: 0 -50%;
}

.c-btn__with-icon--text {
  padding: 0.25rem 0 0.25rem 1rem;
  border-left: solid 1px white;
}

.c-btn--close-window {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border: none;
}

.c-btn--close-window:hover {
  background-color: #eee;
}

.c-btn--del {
  color: white;
  background-color: #208dbb;
  border-radius: 6px;
  padding: 6px 1em;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border: none;
}

.c-btn--pwa-back {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #f5c922;
}

.c-btn--go-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border: none;
  padding: 0;
  border-radius: 50%;
  background: #f5c922;
}

.c-balloon {
  line-height: 1.5em;
  position: relative;
  display: block;
  margin: 1.5em 15px 2.5em 0;
  padding: 7px 1.5em;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 19px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 0 5px 3px #bdbdbd;
}

.c-balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid white;
}

.c-balloon__text-mark {
  display: inline-block;
  background-color: #fdeed0;
}

@media screen and (max-width: 980px) {
  .c-balloon-sp--top::before {
    top: 0%;
    left: 50%;
    transform: rotate(-90deg) translate(50%, -50%);
  }
  .c-balloon-sp--bottom::before {
    top: auto;
    left: 50%;
    bottom: 0%;
    transform: rotate(90deg) translate(100%, 50%);
  }
}
.c-list--asterisk {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  text-indent: 0.5rem;
  font-size: 0.75rem;
}

.c-list--asterisk li::before {
  content: "※";
}

.c-list {
  padding: 0;
}

.c-list--flex {
  display: flex;
}

.c-list--w-max {
  max-width: 100%;
}

.c-list--gap1 {
  gap: 1em;
}

.c-list--gap2 {
  gap: 2em;
}

.c-list--gap3 {
  gap: 3em;
}

.c-list--gap-ud {
  gap: 0.5em 0;
}

.c-list--cent {
  margin: auto;
}

.c-list--j-cent {
  justify-content: center;
}

.c-list--j-between {
  justify-content: space-between;
}

.c-list--j-end {
  justify-content: end;
}

.c-list--a-cent {
  align-items: center;
}

.c-list--a-end {
  align-items: end;
}

.c-list--pad-top {
  padding-top: 12px;
}

.c-list--pad-bottom {
  padding-bottom: 12px;
}

.c-list__item {
  list-style: none;
}

.c-list__item--show {
  display: block;
}

.c-list__item--hide {
  display: none;
}

.c-list__item--tag {
  cursor: pointer;
  margin-left: 0.5em;
  border: solid 1px white;
  padding: 1px 6px;
  background-color: #f5c922;
  border-radius: 4px;
  color: white;
}

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

.c-list__item--half {
  width: 50%;
}

.c-list__item--trisect {
  width: 32%;
}

.c-cautions {
  list-style: none;
  text-align: left;
  padding: 6px 0;
  max-width: 90%;
  color: white;
  font-size: 13px;
  width: 980px;
  margin: auto;
}

.c-cautions__item {
  margin: 0;
  line-height: 1.2em;
  text-align: left;
  padding-bottom: 3px;
}

.c-table {
  border-collapse: collapse;
}
.c-table th, .c-table td {
  text-align: left;
  padding: 6px;
  border: solid 1px #cccccc;
}
.c-table th {
  min-width: 10em;
}
.c-input {
  padding: 0.5rem;
  margin-left: 0.25rem;
  border-radius: 6px;
  -moz-appearance: textfield;
  border: 1px solid #c3c3c3;
}

.c-input--search {
  width: 100%;
  height: 2.75rem;
  text-align: left;
  padding-right: 2.5rem;
}

.c-input--number {
  width: 5rem;
  height: 2.75rem;
  text-align: right;
}

.c-input--number-small {
  width: 4.3em;
  text-align: right;
}

.c-input--date-small {
  width: 8.5em;
  height: 2.125rem;
  background-color: white;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (max-width: 420px) {
  .c-input--date-small {
    width: 7.5em;
    padding: 0.25rem;
  }
}

.c-input--string {
  width: 15rem;
  height: 2.75rem;
  text-align: left;
}

.c-input--textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 6rem;
  margin-left: 0;
  line-height: 1.5;
  text-align: left;
  resize: vertical;
}

.c-input--textarea:focus-visible {
  border-color: #5a2656;
  outline: 2px solid rgba(90, 38, 86, 0.2);
  outline-offset: 1px;
}

.c-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.c-icon--2-middle {
  width: 0.5rem;
  vertical-align: middle;
}

.c-icon--3-sub {
  width: 0.75rem;
  vertical-align: sub;
}

.c-icon--3-middle {
  width: 0.75rem;
  vertical-align: middle;
}

.c-icon--4-middle {
  width: 1rem;
  vertical-align: middle;
}

.c-icon--checkbox {
  width: 0.75rem;
  vertical-align: middle;
}

.c-icon--4-bottom {
  width: 1rem;
  vertical-align: bottom;
}

.c-icon--5-middle {
  width: 1.25rem;
  vertical-align: middle;
}

.c-icon--5-bottom {
  width: 1.25rem;
  vertical-align: bottom;
}

.c-icon--5-sub {
  width: 1.25rem;
  vertical-align: sub;
}

.c-icon--6-middle {
  width: 1.5rem;
  vertical-align: middle;
}

.c-icon--6-sub {
  width: 1.5rem;
  vertical-align: sub;
}

.c-icon--9-middle {
  width: 2.25rem;
  vertical-align: middle;
}

.c-icon--14-middle {
  max-width: 3.5rem;
  max-height: 3.5rem;
  vertical-align: sub;
}

.c-icon__form--select {
  position: absolute;
  right: 0.5rem;
  bottom: 0.6rem;
  pointer-events: none;
}

/* サービス紹介(/service)のスタイル */
/* 1ファイル1prefixのため p-service 始まりのみを定義する */
.p-service {
  max-width: 48rem;
  margin: 0 auto;
  line-height: 1.9;
}

.p-service__title {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
}

.p-service__lead {
  margin-bottom: 2.5rem;
  color: #666;
}

.p-service__section {
  margin-bottom: 3rem;
}

.p-service__heading {
  margin-bottom: 1rem;
  padding-left: 0.75rem;
  border-left: 4px solid #f5c922;
  font-size: 1.375rem;
  line-height: 1.5;
}

.p-service__sub-heading {
  margin: 2rem 0 0.75rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.p-service__text {
  margin-bottom: 1rem;
}

.p-service__list {
  margin: 0 0 1rem;
  padding-left: 1.5rem;
}

.p-service__ordered-list {
  margin: 0 0 1rem;
  padding-left: 1.5rem;
}

.p-service__list-item {
  margin-bottom: 0.75rem;
}

.p-service__note {
  margin-bottom: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  background-color: #fffcf2;
}

.p-service__table-wrapper {
  margin-bottom: 1.25rem;
  overflow-x: auto;
}

.p-service__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}

.p-service__table-header-cell {
  padding: 0.625rem 0.75rem;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  text-align: left;
  white-space: nowrap;
}

.p-service__table-cell {
  padding: 0.625rem 0.75rem;
  border: 1px solid #ddd;
  vertical-align: top;
}

.p-service__code {
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  background-color: #f2f2f2;
  font-family: monospace;
}

.p-service__figure {
  margin: 0 0 1.5rem;
}

.p-service__img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
}

.p-service__caption {
  margin-top: 0.5rem;
  color: #666;
  font-size: 0.875rem;
}

.p-service__link {
  color: #222;
}

.p-service__cta {
  margin: 3rem 0 2rem;
  padding: 1.75rem;
  border-radius: 0.5rem;
  background-color: #fff6eb;
  text-align: center;
}

.p-service__cta-text {
  margin-bottom: 1.25rem;
  font-weight: bold;
}

.p-service__cta-link {
  display: inline-block;
  padding: 0.875rem 2rem;
  border-radius: 999px;
  background-color: #f5c922;
  color: #222;
  font-weight: bold;
  text-decoration: none;
}

.p-service__cta-sub {
  margin-top: 1.25rem;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  .p-service {
    padding: 0 1rem;
  }
  .p-service__title {
    font-size: 1.375rem;
  }
  .p-service__heading {
    font-size: 1.1875rem;
  }
}
.u-col--main {
  color: #f5c922;
}

.u-col--action {
  color: #287fa3;
}

.is-u-col--gray {
  color: #c3c3c3;
}

.u-col--white {
  color: white;
}

.is-u-col--white {
  color: white;
}

.u-col--navi-link {
  color: #666;
}

.u-col--site-title {
  color: #666;
}

.u-col--base {
  color: #666;
}

.u-col--type2 {
  color: #c9b954;
}

.u-col--type3 {
  color: #9c7e00;
}

.u-col--sign-up {
  color: #f5c922;
}

.js-col--theme,
.u-col--theme {
  color: #f5c922;
}

.u-col--procedures-head {
  color: #8d8d00;
}

.u-col--used {
  color: #ff6736;
}

.u-col--new {
  color: #8ab223;
}

.u-col--refurbished {
  color: #6dddc7;
}

.u-col--collectible {
  color: #808080;
}

.u-col--amazon {
  color: #299a86;
}

.u-col--merchant {
  color: #ff9e35;
}

.u-col--fba {
  color: #d23a64;
}

.u-col--any {
  color: #808080;
}

.u-col--calc-sale-price {
  color: #dfd644;
}

.u-col--break-even {
  color: #d90000;
}

.u-col--order {
  color: #f5c922;
}

.u-col--cost {
  color: #3a5385;
}

.u-col--positive {
  color: #00ba76;
}

.u-col--negative {
  color: #d90000;
}

.u-col--basep {
  color: #194B68;
}

.u-col--prospect {
  color: #ddd125;
}

.u-col--rank {
  color: #C0504E;
}

.u-col--sub-group {
  color: #c9b954;
}

.is-u-col--rank {
  color: #C0504E;
}

.is-u-col--sub-rank {
  color: #6C83C6;
}

.u-col--list-price {
  color: #b77b25;
}

.u-col--condition {
  color: #b77b25;
}

.is-col--new, .js-col--new {
  color: #8ab223;
}

.is-col--used, .js-col--used {
  color: #ff6736;
}

.js-col--list-price {
  color: #b77b25;
}

.js-col--basep {
  color: #194B68;
}

.js-col--prospect {
  color: #ddd125;
}

.js-col--link {
  color: #f5c922;
}

.is-col--fba, .js-col--fba {
  color: #d23a64;
}

.js-col--cart {
  color: #0089a7;
}

.js-col--pp {
  color: #dfd644;
}

.js-col--cost {
  color: #3a5385;
}

.js-col--self_fba,
.js-col--self {
  color: #5a2656;
}

.is-col--merchant, .js-col--merchant {
  color: #ff9e35;
}

.is-col--refurbished, .js-col--refurbished {
  color: #6dddc7;
}

.is-col--collectible, .js-col--collectible {
  color: #808080;
}

.is-col--club {
  color: #808080;
}

.js-col--amazon {
  color: #299a86;
}

.js-col--breakEven,
.js-col--alert,
.u-col--alert {
  color: #d90000;
}

.js-col--nega {
  color: #d90000;
}

.js-col--posi {
  color: #00ba76;
}

.is-col--new-amazon, .js-col--new-amazon {
  color: #8ab223;
}

.is-col--good-amazon, .js-col--good-amazon,
.is-col--very_good-amazon, .js-col--very_good-amazon,
.is-col--mint-amazon, .js-col--mint-amazon,
.is-col--acceptable-amazon, .js-col--acceptable-amazon {
  color: #00ba76;
}

.is-col--good, .js-col--good,
.is-col--very_good, .js-col--very_good,
.is-col--mint, .js-col--mint,
.is-col--acceptable, .js-col--acceptable {
  color: #ffc400;
}

.js-col--footer {
  color: white;
}

.js-col--white {
  color: white;
}

.is-background-col--new, .js-background-col--new {
  background-color: #8ab223;
}

.is-background-col--used, .js-background-col--used {
  background-color: #ff6736;
}

.is-background-col--collectible, .js-background-col--collectible {
  background-color: #808080;
}

.is-background-col--club {
  background-color: #808080;
}

.is-background-col--refurbished, .js-background-col--refurbished {
  background-color: #6dddc7;
}

.is-background-col--new-amazon, .js-background-col--new-amazon {
  color: #8ab223;
}

.is-background-col--mint-amazon, .js-background-col--mint-amazon {
  background-color: #00ba76;
}

.is-background-col--very_good-amazon, .js-background-col--very_good-amazon {
  background-color: #00ba76;
}

.is-background-col--good-amazon, .js-background-col--good-amazon {
  background-color: #00ba76;
}

.is-background-col--acceptable-amazon, .js-background-col--acceptable-amazon {
  background-color: #00ba76;
}

.is-background-col--good, .js-background-col--good {
  background-color: #ffc400;
}

.is-background-col--very_good, .js-background-col--very_good {
  background-color: #ffc400;
}

.is-background-col--mint, .js-background-col--mint {
  background-color: #ffc400;
}

.is-background-col--acceptable, .js-background-col--acceptable {
  background-color: #ffc400;
}

.js-icon {
  margin: 0 6px;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 9px;
  border-radius: 6px;
  text-align: center;
}

.js-icon--unshipped {
  background-color: #f14939;
  color: white;
}

.js-icon--partially_shipped {
  background-color: #f14939;
  color: white;
}

.js-icon--shipped {
  background-color: #4caf50;
  color: white;
}

.js-icon--pending {
  background-color: #ffc22c;
  color: white;
}

.js-icon--canceled {
  background-color: white;
  color: #9da2a1;
}

.js-icon--other {
  background-color: #f8fffe;
  color: #000;
}

.u-bk-col--white {
  background-color: white;
}

.u-bk-col--type1 {
  background-color: #c9b954;
}

.u-bk-col--point {
  background-color: #f2f2ed;
}

.js-bk-col--theme,
.u-bk-col--theme,
.u-bk-col--main {
  background-color: #f5c922;
}

.is-u-bk-col--main {
  background-color: #f5c922;
}

.is-u-bk-col--action {
  background-color: #287fa3;
}

.is-u-bk-col--action-background {
  background-color: #eaf4f8;
}

.u-bk-col--footer-login {
  background-color: #5f5f5f;
}

.u-bk-col--afi-title {
  background-color: #f2f1d3;
}

.u-bk-col--procedures-head {
  background-color: #efebdc;
}

.u-bk-col--nav-act {
  background-color: #5f5f5f;
}

.u-bk-col--act-filter {
  background-color: #fff6d4;
}

.u-bk-col--side-content-bk {
  background-color: #fffcf2;
}

.u-bk-col--body-base-col {
  background-color: #f7f6f1;
}

.u-bk-col--today {
  background-color: #27a9ff;
}

.u-bk-col--last-look {
  background-color: #ff87ba;
}

.u-bk-col--cancel {
  background-color: #ccc;
}

.js-bk-col--sort-active {
  background-color: #fcf6cd;
}

.js-bk-col--sort-active {
  background-color: #fcf6cd;
}

.u-bk-col--calc-sec {
  background-color: #ededed;
}

.js-chart-diff-table-header-active {
  background-color: #fcf6cd;
}

.u-bk-col--sub-group {
  background-color: #c9b954;
}

.u-bk-col--condition {
  background-color: #b77b25;
}

.u-bk-col--alert-summary {
  background-color: rgba(245, 201, 34, 0.062745098);
}

.u-bk-col--mark {
  background-color: #fdeed0;
}

.u-decoration--caption {
  font-size: 16px;
  padding: 5px 1em;
  margin-right: 1em;
  border-radius: 14px;
}

.u-decoration--mark {
  text-align: center;
  width: 4em;
  border-radius: 50%;
  padding: 11px 7px;
  line-height: 1.2em;
}

@media screen and (max-width: 980px) {
  .u-decoration--caption {
    border-radius: 14px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding: 3px;
    font-weight: bold;
    line-height: 1.5em;
  }
}
.u-text--align-right {
  text-align: right;
}

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

.u-text--mark {
  display: inline-block;
  background-color: #fdeed0;
}

.u-text-size--small {
  font-size: 0.8em;
}

.u-text-size--big {
  font-size: 1.23em;
}

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

.is-u-text-weight--bold {
  font-weight: bold;
}

.u-input-number-price {
  text-align: right;
  width: 4em;
}
.u-input-number-price::-webkit-inner-spin-button, .u-input-number-price::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.u-input-number-point {
  text-align: right;
  width: 2em;
}
.u-input-number-point::-webkit-inner-spin-button, .u-input-number-point::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.u-input-right {
  text-align: right;
}

.js-eff-display {
  cursor: pointer;
}

*.js-eff-display--hide {
  display: none;
}

.js-eff-opacity-03 {
  opacity: 0.3;
}

.js-eff-loader-wrap {
  position: relative;
}

.js-eff-loader-wrap--pad-r {
  padding-right: 22px;
}

.js-eff-loader-wrap--half {
  width: 50%;
}

.js-eff-loader {
  position: relative;
  height: 1px;
  width: 100%;
}

.js-eff-loader--mini {
  position: absolute;
  width: 16px;
  top: 0;
  right: 0;
}

.js-eff-loader--mini .js-eff-loader__icon {
  border: 3px solid #f5c922;
  border-right-color: transparent;
  width: 16px;
  height: 16px;
}

.js-eff-loader__icon {
  animation: rotateInf 1250ms infinite linear;
  z-index: 100;
  right: 0;
  top: 0;
  border: 8px solid #f5c922;
  border-right-color: transparent;
  border-radius: 16px;
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
  width: 32px;
  height: 32px;
}

.js-eff-loader__icon.js-eff-display--hide {
  display: none;
}

@keyframes rotateInf {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 980px) {
  .js-eff-sp-display--hide {
    display: none;
  }
  .js-eff-loader-wrap--pad-r {
    padding-right: 14px;
  }
}
.u-display--none {
  display: none;
}

.u-display--inline {
  display: inline;
}

.u-display--inline-block {
  display: inline-block;
}

.u-display--flex {
  display: flex;
}

.u-display--grid {
  display: grid;
}

.is-u-display--none {
  display: none;
}

.is-u-display--none-sibling, .is-u-display--none-sibling ~ * {
  display: none;
}

.is-u-display--inline {
  display: inline;
}

.is-u-display--block {
  display: block;
}

.is-u-display--flex {
  display: flex;
}

.is-u-display--grid {
  display: grid;
}

@media screen and (min-width: 980px) {
  .u-display--pc-flex-sp-none {
    display: flex;
  }
}
@media screen and (max-width: 980px) {
  .u-display--pc-flex-sp-none {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .u-display--pc-none-sp-flex {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .u-display--pc-none-sp-flex {
    display: flex;
  }
}

@media screen and (min-width: 980px) {
  .u-display--pc-flex-sp-block {
    display: flex;
  }
}
@media screen and (max-width: 980px) {
  .u-display--pc-flex-sp-block {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .u-display--pc-none-sp-block {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .u-display--pc-none-sp-block {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .u-display--pc-inline-sp-none {
    display: inline;
  }
}
@media screen and (max-width: 980px) {
  .u-display--pc-inline-sp-none {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .u-display--pc-block-sp-none {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .u-display--pc-block-sp-none {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .is-u-display--pc-none-sp-block {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .is-u-display--pc-none-sp-block {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .is-u-display--pc-block-sp-none {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .is-u-display--pc-block-sp-none {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .is-u-display--pc-none-sp-flex {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .is-u-display--pc-none-sp-flex {
    display: flex;
  }
}

@media screen and (min-width: 980px) {
  .is-u-display--pc-flex-sp-none {
    display: flex;
  }
}
@media screen and (max-width: 980px) {
  .is-u-display--pc-flex-sp-none {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .is-u-display--pc-flex-sp-block {
    display: flex;
  }
}
@media screen and (max-width: 980px) {
  .is-u-display--pc-flex-sp-block {
    display: block;
  }
}

.u-cursor--pointer {
  cursor: pointer;
}

.is-u-cursor--pointer {
  cursor: pointer;
}

.u-cursor--default {
  cursor: default;
}

.u-cursor--move {
  cursor: move;
}

@media screen and (min-width: 980px) {
  .is-u-cursor--pc-default-sp-pointer {
    cursor: default;
  }
}
@media screen and (max-width: 980px) {
  .is-u-cursor--pc-default-sp-pointer {
    cursor: pointer;
  }
}

.u-opacity--70-hover:hover {
  opacity: 0.7;
}

.is-u-opacity--70-hover:hover {
  opacity: 0.7;
}

.u-opacity--80-hover:hover {
  opacity: 0.8;
}

.is-u-opacity--80-hover:hover {
  opacity: 0.8;
}

.u-opacity--0 {
  opacity: 0;
}

.is-u-opacity--0 {
  opacity: 0;
}

@media screen and (min-width: 980px) {
  .is-u-opacity--pc-100-sp-70-hover:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 980px) {
  .is-u-opacity--pc-100-sp-70-hover:hover {
    opacity: 0.7;
  }
}

.u-position--relative {
  position: relative;
}

.u-position--absolute {
  position: absolute;
}

.u-position--top-0 {
  top: 0;
}

.u-position--top-2 {
  top: 0.5rem;
}

.u-position--left-0 {
  left: 0;
}

.u-position--right-0 {
  right: 0;
}

.u-position--right-2 {
  right: 0.5rem;
}
