@charset "UTF-8";
/*--------------------------------------
index
----------------------------------------*/
.c_results_lists {
  display: grid;
  gap: 40px 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .c_results_lists {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .c_results_lists {
    gap: 20px;
    margin-top: 30px;
  }
}

.c_results_list {
  display: grid;
}

.c_detail_date {
  font-family: var(--font_en);
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c_detail_date {
    font-size: 1.6rem;
  }
}
.c_detail_ttl {
  font-size: 2.4rem;
  font-weight: var(--font_weight_bold);
  letter-spacing: 0.025em;
  line-height: var(--line_height_headline);
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c_detail_ttl {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
.c_detail_body {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 570px;
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .c_detail_body {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .c_detail_body {
    margin-top: 20px;
  }
}
.c_detail_img {
  text-align: center;
}
.c_detail_img img {
  max-width: 570px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c_detail_img img {
    max-width: 80%;
  }
}
.c_detail_price_label {
  background-color: var(--body_color);
  border: 1px solid var(--border_color);
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  font-weight: var(--font_weight_bold);
  margin-inline: auto;
  max-width: 570px;
  padding: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_detail_price_label {
    font-size: 1.05rem;
    max-width: 80%;
  }
}
.c_detail_price_txt {
  align-items: baseline;
  color: var(--orange);
  display: flex;
  justify-content: center;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .c_detail_price_txt {
    margin-top: 0;
  }
}
.c_detail_price_num {
  font-family: var(--font_en_serif);
  font-size: 8rem;
  font-weight: var(--font_weight_semibold);
}
@media screen and (max-width: 768px) {
  .c_detail_price_num {
    font-size: 4.6rem;
  }
}
.c_detail_price_en {
  font-size: 3.16rem;
  font-weight: var(--font_weight_bold);
}
@media screen and (max-width: 768px) {
  .c_detail_price_en {
    font-size: 1.6rem;
  }
}
.c_detail_dl {
  margin-top: 30px;
}
@media screen and (min-width: 1081px) {
  .c_detail_dl {
    border-top: 1px solid;
    padding-top: 18px;
  }
}
.c_detail_dl_list {
  grid-template-columns: 170px 1fr;
  padding-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .c_detail_dl_list {
    grid-template-columns: 100px 1fr;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c_detail_dl_list:last-child {
    border-bottom: 1px solid;
    padding-bottom: 15px;
  }
}
.c_detail_dl_list:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .c_detail_dl_list:not(:last-child) {
    margin-bottom: 15px;
  }
}

.c_buyer {
  background-color: var(--gray_lt);
  margin-inline: auto;
  max-width: 1000px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .c_buyer {
    padding: 20px;
  }
}
.c_buyer_body {
  display: grid;
  gap: 15px 50px;
  grid-template-columns: 215px 1fr;
  grid-template-rows: max-content max-content 1fr;
}
@media screen and (max-width: 768px) {
  .c_buyer_body {
    gap: 15px 20px;
    grid-template-columns: 145px 1fr;
    grid-template-rows: max-content 1fr;
  }
}
.c_buyer_img {
  grid-row: span 3/span 3;
}
@media screen and (max-width: 768px) {
  .c_buyer_img {
    grid-row: span 2/span 2;
  }
}
.c_buyer_ttl {
  font-family: var(--font_jp_serif);
  font-size: 2.8rem;
  font-weight: var(--font_weight_semibold);
  letter-spacing: 0.025em;
  line-height: var(--line_height_headline);
}
@media screen and (max-width: 768px) {
  .c_buyer_ttl {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
.c_buyer_ttl_sm {
  display: block;
  font-size: 1.6rem;
  font-family: var(--font_jp);
  font-weight: var(--font_weight_bold);
}
@media screen and (max-width: 768px) {
  .c_buyer_ttl_sm {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.c_buyer_position {
  grid-column-start: 2;
}
@media screen and (max-width: 768px) {
  .c_buyer_position {
    font-size: 1.2rem;
  }
}
.c_buyer_txt {
  font-size: 1.5rem;
  grid-column-start: 2;
  grid-row-start: 3;
}
@media screen and (max-width: 768px) {
  .c_buyer_txt {
    font-size: 1.3rem;
    grid-column: span 2/span 2;
    grid-row-start: 3;
  }
}

.c_model_lists {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1080px) {
  .c_model_lists {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c_model_lists {
    gap: 12px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .c_model_list:nth-child(5), .c_model_list:nth-child(6) {
    display: none;
  }
}
.c_model_box {
  background-color: rgb(255, 255, 255);
  align-items: center;
  border: 1px solid;
  display: grid;
  grid-template-columns: 130px 1fr;
}
@media (any-hover: hover) {
  .c_model_box {
    position: relative;
    transition: border-color 0.3s;
    z-index: 0;
  }
  .c_model_box::before {
    background-color: rgba(255, 255, 255, 0.3);
    border: 7px solid var(--main_color);
    content: "";
    height: calc(100% + 2px);
    left: -1px;
    opacity: 0;
    position: absolute;
    top: -1px;
    transition: opacity 0.3s;
    width: calc(100% + 2px);
    z-index: 1;
  }
  .c_model_box:hover {
    border-color: rgb(255, 255, 255);
  }
  .c_model_box:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .c_model_box {
    grid-template-columns: 100px 1fr;
  }
}
.c_model_box_body {
  padding: 20px 50px 20px 30px;
  position: relative;
}
.c_model_box_body::before, .c_model_box_body::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  width: 15px;
  height: 2px;
  background-color: currentColor;
  transform-origin: calc(100% - 1px) 50%;
}
.c_model_box_body::before {
  transform: rotate(45deg);
}
.c_model_box_body::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .c_model_box_body {
    padding: 15px 40px 15px 15px;
    position: relative;
  }
  .c_model_box_body::before, .c_model_box_body::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 15px;
    width: 15px;
    height: 1px;
    background-color: currentColor;
    transform-origin: calc(100% - 0.5px) 50%;
  }
  .c_model_box_body::before {
    transform: rotate(45deg);
  }
  .c_model_box_body::after {
    transform: rotate(-45deg);
  }
}
.c_model_box_ttl {
  font-size: 1.8rem;
  font-weight: var(--font_weight_bold);
  line-height: var(--line_height_headline);
}
@media screen and (max-width: 768px) {
  .c_model_box_ttl {
    font-size: 1.6rem;
  }
}
.c_model_tag_lists {
  overflow: hidden;
  transition: max-height 0.3s ease;
}
