@charset "UTF-8";

/* デフォルト非表示 */
.pc-only,
.sp-only {
  display: none !important;
}

#content_wrap img {
  margin-bottom: 0 !important;
}

.sp-buy,
.game-buy {
  display: block;
  padding: 0 20px 0;
  color: var(--sp-text);
  background: linear-gradient(180deg, #3BA1F5, #1d5fb3);
  overflow: hidden;
}

.sp-buy_wrap,
.game-buy_wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  border-radius: 14px;
  /*background-image: url("../img/img_top_buy_service.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: clamp(360px, 42vw, 600px) auto;*/
}

.game-buy_wrap {
  /*background-image: url("../img/img_top_buy_service2.png");
  background-position: right bottom 20px;*/
}

.sp-buy_inner,
.game-buy_inner {
  color: #fff;
  max-width: 1040px;
  margin: 0 auto;
  padding: 70px 0 56px;
  /*padding-right: clamp(240px, 32vw, 440px);*/
  display: flex
}

.sp-buy-box{
  width: 57%;
}

.sp-buy-img{
    position: absolute;
    bottom: 0;
    top: 50px;
    right: -10px;
    width: 43%;
}

.sp-buy-img img{
  width: 100%;
    height: 100% !important;
    object-fit: contain !important;
    object-position: bottom;
    display: block;
}

.game-buy-box{
  width: 57%;
}

.game-buy-img{
  position: absolute;
  bottom: 12px;
  top: 20px;
  right: -10px;
  width: 50%;
}

.game-buy-img img{
  width: 100%;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center;
  display: block;
}

.top-category-card_img_sp{
  display: none!important;
}

.sp-buy_kicker,
.game-buy_kicker {
  margin: 0 0 14px;
  opacity: .5;
  font-size: 19px;
  font-weight: 700;
}

#content_wrap h3.sp-buy_title,
#content_wrap h3.game-buy_title {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
  position: relative;
  padding-left: 14px;
  margin: 0 0 14px;
}

#content_wrap h3.sp-buy_title::before,
#content_wrap h3.game-buy_title::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 30px;
  background: #003072;
  top: 13px;
  left: 0;
}

.sp-buy_points,
.game-buy_points {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}

.sp-buy_points li,
.game-buy_points li {
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
  font-size: 16px;
  font-weight: bold;
  opacity: .5;
}

.sp-buy_points li::before,
.game-buy_points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-1px);
  opacity: .9;
}

.sp-buy_lead,
.game-buy_lead {
  font-size: 16px;
  margin: 0 0 22px;
  line-height: 1.2;
}

.sp-buy_button,
.game-buy_button {
  display: inline-block;
  background: transparent;
  color: #fff !important;
  font-size: 16px;
  padding: 12px 24px;
  border: 1px solid #fff;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  min-width: 256px;
  transition: background-color 0.3s;
}

.sp-buy_button:hover,
.game-buy_button:hover {
  background-color: #FFFFFF1A;
}

.top-categories {
  padding: 50px 0 0;
}

.top-categories_inner {
  margin: 0 auto;
}

.top-categories_grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 40px;
  justify-content: center;
}

.top-category-card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background: #003072;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  padding: 31px 15px;
  transition: opacity .15s ease;
  min-width: 380px;
}

.top-category-card:hover {
  opacity: .9;
}

.top-categories_item {
  margin-bottom: 0 !important;
}

.top-category-card_img {
  width: 78px;
  height: auto;
  display: block;
  flex: 0 0 auto;
  margin: 0 !important;
}

.top-category-card_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.25;
}

.top-category-card_title {
  font-size: 32px;
  font-weight: 700;
}

.top-category-card_subtitle {
  font-size: 24px;
  font-weight: 700;
}

.top-section-kicker {
  color: #003072;
  font-weight: 700;
  font-size: 19px;
  text-align: center;
}

.icon_first_time_sp{
  display: none;
}

.top-section-title {
  margin: 8px 0 40px !important;
  padding: 0 !important;
  font-size: 32px !important;
  font-weight: bold !important;
  text-align: center;
}

.sub-container.top h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border: none !important;
}

.buy-service {
  padding: 40px 0 120px;
}

.used-banner {
  background-color: #003072;
  color: #fff;
  padding: 24px 20px 16px 20px;
}

.used-banner_inner {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}

.used-banner_lead {
  font-size: 24px;
  font-weight: bold;
}

.used-banner_lead span {
  text-underline-offset: 4px;
}

.used-banner_arrow {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.used-banner_content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  justify-content: center;
}

.used-banner_text {
  text-align: center;
}

.used-banner_sub {
  font-size: 19px;
  font-weight: bold;
  opacity: 0.5;
  margin-bottom: 5px;
}

#content_wrap h2.used-banner_title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  color: #fff;
  letter-spacing: unset;
}

.used-banner_btn {
  display: inline-block;
  background-color: #E70012;
  border: 2px solid #E70012;
  color: #fff;
  padding: 14px 16px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s;
}

.used-banner_btn:hover {
  background-color: #fff;
  color: #E70012;
}

.used-banner_image img {
  width: 100%;
  max-width: 401px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.game-buy-slide {
  margin: 0 auto;
  padding: 24px 0 0;
}

.sp-buy-slide {
  margin: 0 auto;
  padding: 24px 0 80px;
}

.sp-buy-slide_title,
.game-buy-slide_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: left;
}

.sp-buy-slide .splide__slide,
.game-buy-slide .splide__slide {
  margin-bottom: 0;
  border: 1px solid #fff;
}

.sp-buy-slide .splide__slide a,
.game-buy-slide .splide__slide a {
  display: block;
  text-decoration: none;
}

.sp-buy-slide .splide__slide img,
.game-buy-slide .splide__slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.sp-buy-slide .slide-caption,
.game-buy-slide .slide-caption {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

/* 矢印をスライダー外に少し出す（PC） */
.sp-buy-slide .splide__arrow,
.game-buy-slide .splide__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.sp-buy-slide .splide__arrow--prev {
  left: 20px;
}

.sp-buy-slide .splide__arrow--next {
  right: 20px;
}

.game-buy-slide .splide__arrow--prev {
  left: 20px;
}

.game-buy-slide .splide__arrow--next {
  right: 20px;
}

.splide__arrow {
  width: 30px !important;
  height: 30px !important;
}

.first-time {
  padding: 40px 20px;
  background-color: #F5F5F5;
  margin: 0 calc(50% - 50vw);
  width: calc(100vw - 8px);
}

.first-time_inner {
  margin: 0 auto;
  text-align: center;
}

.first-time .top-section-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.first-time .top-section-title::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 39px;
  background: url("../img/icon_first_time.svg") no-repeat center / contain;
}

.first-time_mark {
  font-size: 28px;
  margin-right: 8px;
}

.first-time_grid {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 64px;
  max-width: 1000px;
}

.first-time_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 0 !important;
}

.first-time_icon svg {
  width: 44px;
  height: 44px;
  fill: var(--ft-accent);
  display: block;
}

.first-time_heading {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
}

.first-time_text {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  max-width: 520px;
}

.sell-items {
  max-width: 1120px;
  margin: auto;
  padding: 120px 0;
  text-align: center;
}

.sell-items_inner {
  max-width: var(--sell-max);
  margin: 0 auto;
}

.sell-items_grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 32px;
}

.sell-items_card {
  background: #003072;
  color: #fff;
  border-radius: 15px;
  padding: 22px 10px;
  min-height: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sell-items_card:hover{
  opacity: .7;
}

#content_wrap .sell-items_icon {
  display: block;
  margin-bottom: 6px !important;
}

.sell-items_label {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.appraisal {
  padding: 40px 0 0;
}

.appraisal_inner {
  max-width: var(--ap-max);
  margin: 0 auto;
}

.appraisal_grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  /*gap: 14px;*/
  gap:32px;
}

.appraisal_item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 0 !important;
  align-items: center;
}

.appraisal_heading {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.appraisal_text {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

.top-about {
  padding: 120px 0 0;
  background: #fff;
}

.top-about_inner {
  /*margin: 0 auto 40px;*/
  text-align: center;
}

.top-about_lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

.top-about_visual {
  margin: 28px auto 40px;
  max-width: 1440px;
}

.top-about_visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}

.top-about_cta {
  text-align: center;
}

.top-about_button {
  display: inline-block;
  min-width: 180px;
  padding: 15px 24px;
  border-radius: 4px;
  background: #003072;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .15s ease;
}

.top-about_button:hover {
  opacity: .7;
}

@media (max-width: 900px) {
  .top-category-card {
    min-width: 320px;
  }

  .top-category-card_title {
    font-size: 24px;
  }

  .top-category-card_subtitle {
    font-size: 20px;
  }

  .top-categories_item {
    width: 48%;
  }

  .top-categories_grid {
    gap: 4%;
  }
}

/* PC時は br を非表示（横並び表示） */
@media (min-width: 769px) {
  .pc-only {
    display: inline-block !important;
  }

  .pc-hide-br {
    display: none;
  }
}

@media (max-width: 768px) {
  .sp-only {
    display: inline-block !important;
  }

  .sp-buy_wrap,
  .game-buy_wrap {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }

  .sp-buy_inner,
  .game-buy_inner {
    /*padding: 40px 0 300px;*/
    padding: 40px 0 0;
    padding-right: 0;
    flex-direction: column;
  }

  .sp-buy-box,.game-buy-box{
    width: 100%;
  }

  .sp-buy-img{
    position: relative;
    width: 100%;
    top: unset;
    bottom: 0;
    margin-top: 40px;
  }

  .game-buy-img{
    position: relative;
    width: 100%;
    top: unset;
    /*bottom: -12px;*/
    bottom: -14px;
    left: 5px;
    margin-top: 40px;
  }

  .game-buy-img .top-category-card_img{
    display: none!important;
  }

  .top-category-card_img_sp{
    display: block!important;
  }


  .top-categories_grid {
    grid-template-columns: 1fr;
  }

  .top-category-card {
    flex-direction: column;
    align-items: center;
    padding: 16px;
    gap: 12px;
    text-align: center;
    min-width: 100%;
  }

  .top-category-card_img {
    width: 78px;
  }

  .top-category-card_title {
    font-size: 29px;
  }

  .sp-hide-dot {
    display: none;
  }

  .top-category-card_subtitle {
    font-size: 21px;
  }

  .sp-buy_kicker,
  .game-buy_kicker {
    font-size: 16px;
  }

  .sp-buy_points li,
  .game-buy_points li {
    font-size: 14px;
    margin-bottom: 4px !important;
  }

  .sp-buy_lead,
  .game-buy_lead {
    font-size: 14px;
    margin: 0 0 32px;
  }

  .sp-buy_cta,
  .game-buy_cta {
    text-align: center;
  }

  .used-banner_lead {
    font-size: 21px !important;
  }

  .used-banner_arrow {
    font-size: 21px !important;
  }

  .used-banner_content {
    flex-direction: column;
    align-items: center;
  }

  .used-banner_btn {
    min-width: 252px;
  }

  .sp-buy-slide {
    padding: 24px 0 48px;
  }

  .sp-buy-slide_title,
  .game-buy-slide_title {
    font-size: 21px;
    margin: 0 0 16px;
  }

  .buy-service {
    padding: 48px 0;
  }

  .top-section-kicker {
    font-size: 16px !important;
  }

  .icon_first_time_sp{
    display: block;
    margin-bottom: 8px;
  }

  .first-time .top-section-title::before{
    content: none;
  }

  .first-time_heading {
    font-size: 14px;
    margin-top: 0 !important;
  }

  .first-time_text {
    font-size: 14px;
  }

  .first-time_icon img {
    width: auto;
    height: 40px;
    display: block;
  }

  .sell-items {
    padding: 48px 0;
  }

  .appraisal {
    padding: 8px 0 0;
  }

  .appraisal_icon img {
    width: auto;
    height: 40px;
    display: block;
  }

  .appraisal_heading {
    font-size: 14px;
    margin-top: 0!important;
  }

  .appraisal_text {
    font-size: 14px;
  }

  #content_wrap h3.sp-buy_title,
  #content_wrap h3.game-buy_title {
    font-size: 29px;
  }

  #content_wrap h3.sp-buy_title::before,
  #content_wrap h3.game-buy_title::before {
    top: 11px;
  }

  .top-section-title {
    font-size: 29px !important;
    margin-bottom: 16px !important;
  }

  .sp-buy-slide .splide__arrow--prev {
    left: 8px;
  }

  .sp-buy-slide .splide__arrow--next {
    right: 8px;
  }

  .game-buy-slide .splide__arrow--prev {
    left: 8px;
  }

  .game-buy-slide .splide__arrow--next {
    right: 8px;
  }

  .first-time_grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .sell-items_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 80%;
    margin: auto;
  }

  .appraisal_grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .appraisal_title {
    font-size: 24px;
  }

  .top-about {
    padding: 48px 0 0;
  }

  .top-about_title {
    font-size: 26px;
  }

  .top-about_lead {
    font-size: 14px;
    line-height: 1.2;
  }

  .top-about_visual {
    margin: 20px auto 24px;
  }

  .top-about_button {
    min-width: 220px;
    padding: 14px 20px;
  }
}
@media (max-width: 425px){
    .sp-buy_button,
    .game-buy_button {
        font-size: 14px;
        padding: 12px 24px;
    }
}
