@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.44;
  letter-spacing: 0.05em;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  opacity: 0;
}

body.disable-scroll {
  overflow: hidden;
}

img, svg, img[src$=".svg"] {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: opacity 0.4s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

strong {
  font-weight: 900;
}

b {
  font-weight: 700;
}

.u-hidden {
  display: none !important;
}

.u-color-invert {
  filter: brightness(0) invert(1) !important;
}

.u-visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.utils-anime-fadein {
  opacity: 0;
  animation: fade-in 0.3s linear forwards;
}
@media screen and (min-width: 960px) {
  .utils-anime-fadein {
    animation: fade-in 0.4s linear forwards;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-filter-theme {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #FF3600;
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}

.u-link-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.u-visible-hidden {
  opacity: 0;
  visibility: hidden;
}

.u-sp-only {
  display: block !important;
}
@media screen and (min-width: 960px) {
  .u-sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .u-sp-only.inline {
    display: inline-block !important;
  }
}

@media screen and (max-width: 959px) {
  .u-sp-only.flex {
    display: flex !important;
  }
}

.u-pc-only {
  display: none !important;
}
@media screen and (min-width: 960px) {
  .u-pc-only {
    display: block !important;
  }
}

@media screen and (min-width: 960px) {
  .u-pc-only.inline {
    display: inline-block !important;
  }
}

@media screen and (min-width: 960px) {
  .u-pc-only.flex {
    display: flex !important;
  }
}

.u-m-0 {
  margin: 0 !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-anchor-offset {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (min-width: 960px) {
  .u-anchor-offset {
    padding-top: 170px;
    margin-top: -170px;
  }
}

.u-parallax {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.u-parallax-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.u-scroll-disabled {
  overflow: hidden;
}

.u-bg-gray {
  background-color: #000;
}

.u-bg-light-gray {
  background-color: #EDEDED;
}

.u-bg-white {
  background-color: #FFFFFF;
}

.u-bg-theme {
  background-color: #FF3600;
}

.u-bg-black {
  background-color: #000;
}

.u-bg-transparent {
  background-color: transparent;
}

.archive-sell__main {
  background-color: #F2F2F2;
}
@media screen and (max-width: 959px) {
  .archive-sell__main {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .archive-sell__main {
    padding-top: min(4.6875vw, 60px);
    padding-bottom: min(10.9375vw, 140px);
  }
}

.archive-sell__inner {
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .archive-sell__inner {
    max-width: 1280px;
    padding-left: min(2.8125vw, 36px);
    padding-right: min(2.8125vw, 36px);
  }
}

@media screen and (max-width: 959px) {
  .archive-sell__filter {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .archive-sell__filter {
    margin-bottom: min(4.6875vw, 60px);
  }
}

@media screen and (max-width: 959px) {
  .archive-sell__filter-item {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .archive-sell__filter-item {
    margin-top: min(3.90625vw, 50px);
  }
}

.archive-sell__filter-item:first-child {
  margin-top: 0;
}

.archive-sell__filter-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgb(255, 106, 0) 0%, rgb(250, 94, 0) 23.16%, rgb(233, 58, 0) 100%);
  margin-right: 8px;
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  .archive-sell__filter-icon {
    width: min(1.875vw, 24px);
    height: min(1.875vw, 24px);
    margin-right: min(0.625vw, 8px);
  }
}

.archive-sell__filter-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.02em;
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  .archive-sell__filter-title {
    font-size: min(1.875vw, 24px);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 959px) {
  .archive-sell__filter-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 24px;
    margin-right: -20px;
    padding-bottom: 10px;
    overflow-x: auto;
  }
}
@media screen and (min-width: 960px) {
  .archive-sell__filter-buttons {
    margin-top: min(2.34375vw, 30px);
    display: flex;
    flex-wrap: wrap;
    gap: min(1.171875vw, 15px);
  }
}

.archive-sell__filter-btn {
  display: inline-block;
  padding: 3px 35px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background-color: #D9D9D9;
  color: #000000;
  transition: background-color 0.3s, color 0.3s;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .archive-sell__filter-btn {
    padding: 5px min(1.875vw, 24px);
    font-size: min(1.25vw, 16px);
    min-width: min(9.375vw, 120px);
  }
}

.archive-sell__filter-btn--active {
  background-color: #FF3600;
  color: #FFFFFF;
}

@media (hover: hover) {
  .archive-sell__filter-btn:hover {
    background-color: #FF3600;
    color: #FFFFFF;
  }
}
.archive-sell__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 960px) {
  .archive-sell__list {
    grid-template-columns: repeat(3, 1fr);
    gap: min(1.953125vw, 25px);
  }
}

.archive-sell__card {
  list-style: none;
}

.archive-sell-card {
  display: block;
  background-color: #FFFFFF;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 20px 18px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 960px) {
  .archive-sell-card {
    height: 100%;
    padding: min(1.015625vw, 13px) min(1.171875vw, 15px) min(2.8125vw, 36px) min(1.171875vw, 15px);
    border-radius: 12px;
  }
}

.archive-sell-card__area {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #FF3600;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}
@media screen and (min-width: 960px) {
  .archive-sell-card__area {
    font-size: min(1.40625vw, 18px);
    margin-bottom: min(0.78125vw, 10px);
  }
}

.archive-sell-card__area-icon {
  display: inline-block;
  width: 16px !important;
  height: 24px !important;
  margin-right: 6px;
  flex-shrink: 0;
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  .archive-sell-card__area-icon {
    width: min(1.25vw, 16px) !important;
    height: min(1.875vw, 24px) !important;
    margin-right: min(0.625vw, 8px);
  }
}

.archive-sell-card__area-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.archive-sell-card__list {
  display: grid;
  grid-template-columns: 100px 1fr;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .archive-sell-card__list {
    grid-template-columns: min(7.03125vw, 90px) 1fr;
  }
}

.archive-sell-card__term,
.archive-sell-card__desc {
  border-bottom: 1px solid #000;
  padding: 8px 0;
}
@media screen and (min-width: 960px) {
  .archive-sell-card__term,
  .archive-sell-card__desc {
    padding: min(0.625vw, 8px) 0;
  }
}

.archive-sell-card__term {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .archive-sell-card__term {
    font-size: min(1.09375vw, 14px);
  }
}

.archive-sell-card__desc {
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .archive-sell-card__desc {
    font-size: min(1.09375vw, 14px);
  }
}

.archive-sell-card__desc--detail {
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 8px 10px 12px 0;
}
@media screen and (min-width: 960px) {
  .archive-sell-card__desc--detail {
    padding: min(0.625vw, 8px) min(0.78125vw, 10px) min(0.9375vw, 12px) 0;
  }
}

.archive-sell-card__desc--detail span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.archive-sell-card__footer {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .archive-sell-card__footer {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .archive-sell-card__footer {
    margin-top: min(1.875vw, 24px);
  }
}

.archive-sell-card__btn {
  display: inline-block;
  padding: 12px 50px;
  background: linear-gradient(-90deg, rgb(255, 188, 46) 0%, rgb(255, 100, 35) 32.4%, rgb(255, 64, 31) 47.67%);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  transition: opacity 0.3s;
  border: none;
}
@media screen and (min-width: 960px) {
  .archive-sell-card__btn {
    padding: min(1.09375vw, 14px) min(5.78125vw, 74px);
    font-size: min(1.171875vw, 15px);
  }
}

.archive-sell-card__contracted {
  display: block;
  width: 100%;
  padding: 12px 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #FF3600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 960px) {
  .archive-sell-card__contracted {
    padding: min(1.09375vw, 14px) min(1.875vw, 24px);
    font-size: min(1.25vw, 16px);
  }
}

@media (hover: hover) {
  .archive-sell-card:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 959px) {
  .archive-sell__no-results {
    padding: 60px 0;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .archive-sell__no-results {
    padding: min(4.6875vw, 60px) 0;
    text-align: center;
  }
}

.archive-sell__no-results-text {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .archive-sell__no-results-text {
    font-size: min(1.25vw, 16px);
  }
}

@media screen and (max-width: 959px) {
  .archive-sell__pagination {
    margin-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .archive-sell__pagination {
    margin-top: min(6.25vw, 80px);
  }
}

.single-sell__main {
  background-color: #f2f2f2;
}
@media screen and (max-width: 959px) {
  .single-sell__main {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .single-sell__main {
    padding-top: min(5.625vw, 72px);
    padding-bottom: min(10.9375vw, 140px);
  }
}

.single-sell__inner {
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .single-sell__inner {
    max-width: 1090px;
    padding: 0 min(2.8125vw, 36px);
  }
}

.single-sell__article {
  background-color: #FFFFFF;
  border: 1px solid #e8e8e8;
  border-radius: 25px;
  padding: 48px 20px;
}
@media screen and (min-width: 960px) {
  .single-sell__article {
    padding: min(1.875vw, 24px) min(7.8125vw, 100px) min(5.78125vw, 74px) min(7.8125vw, 100px);
    border-radius: min(5vw, 64px);
  }
}

.single-sell__list {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .single-sell__list {
    grid-template-columns: auto 1fr;
  }
}

.single-sell__term,
.single-sell__desc {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #000;
  padding: 5px 0;
}
@media screen and (min-width: 960px) {
  .single-sell__term,
  .single-sell__desc {
    padding: min(2.8125vw, 36px) 0;
  }
}

.single-sell__term {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 959px) {
  .single-sell__term {
    border-bottom: none;
  }
}
@media screen and (min-width: 960px) {
  .single-sell__term {
    font-size: min(1.5625vw, 20px);
    min-width: min(12.5vw, 160px);
  }
}

.single-sell__desc {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 959px) {
  .single-sell__desc {
    padding-bottom: 16px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 960px) {
  .single-sell__desc {
    font-size: min(1.40625vw, 18px);
    padding-left: min(1.40625vw, 18px);
  }
}

.single-sell__footer {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .single-sell__footer {
    margin-top: 24px;
  }
}
@media screen and (min-width: 960px) {
  .single-sell__footer {
    margin-top: min(3.75vw, 48px);
  }
}

.single-sell__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 60px;
  background: linear-gradient(-90deg, rgb(255, 117, 0) 0%, rgb(249, 102, 0) 27.37%, rgb(235, 66, 0) 100%);
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  transition: opacity 0.3s;
  border: none;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
}
@media screen and (min-width: 960px) {
  .single-sell__btn {
    padding: min(1.953125vw, 25px) min(1.5625vw, 20px);
    font-size: min(2.34375vw, 30px);
    width: min(39.21875vw, 502px);
    height: min(8.203125vw, 105px);
  }
}

@media (hover: hover) {
  .single-sell__btn:hover {
    opacity: 0.8;
  }
}
.single-sell__contracted {
  display: inline-block;
  padding: 12px 50px;
  font-size: 24px;
  font-weight: 700;
  color: #FF3600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .single-sell__contracted {
    padding: min(1.09375vw, 14px) min(5.78125vw, 74px);
    font-size: min(2.8125vw, 36px);
  }
}

#single-sell .breadcrumbs {
  display: block;
  text-align: right;
}
@media screen and (min-width: 960px) {
  #single-sell .breadcrumbs {
    text-align: right;
  }
}
#single-sell .breadcrumbs span[typeof=ListItem] a,
#single-sell .breadcrumbs span[typeof=ListItem] span {
  display: inline;
}