@charset "UTF-8";
/* ----------------------------------------------------------------
 Base
----------------------------------------------------------------- */
/* chromeで画像ぼける対策 */
img {
  image-rendering: -webkit-optimize-contrast;
}

/* rollover */
.roll_opacity {
  transition: all 0.05s ease;
}
.roll_opacity:hover {
  opacity: 0.8;
}

/* .str-contents
----------------------------------------------- */
.str-contents {
  width: auto;
  margin-bottom: 0;
}

/* .area_contents
----------------------------------------------- */
.area_contents {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, SF UI Display, sans-serif !important;
}

.sp .area_contents img {
  width: 100%;
}

/* .area_section
----------------------------------------------- */
.pc .area_section_inner {
  width: 1000px;
  margin: 0 auto;
}

.sp .area_section_inner {
  padding: 0 8px;
}

/* .area_mv
----------------------------------------------- */
.pc .area_mv {
  margin-bottom: 50px;
}
.pc .area_mv .img_mv {
  display: flex;
  justify-content: center;
  overflow: hidden; /* 適宜抜く */
}
.pc .area_mv .img_mv img {
  width: 100%; /* 適宜抜く */
  min-width: 1280px; /* 適宜抜く */
}

.sp .area_mv {
  margin-bottom: 0;
}
.sp .area_mv .img_mv img {
  width: 100%;
}

/* .area_search
----------------------------------------------- */
.area_search {
  margin-bottom: 50px;
}

.sp .area_search {
  margin-bottom: 40px;
}

/* .area_sale
----------------------------------------------- */
.area_sale {
  margin-bottom: 80px;
}
.area_sale .wrap_sale_info {
  text-align: center;
  margin-bottom: 32px;
}
.area_sale .wrap_sale_info .box_sale_info {
  border-radius: 8px;
  padding: 24px;
  display: inline-block;
}
.area_sale .wrap_sale_info .box_sale_info dl.sale_info_detail {
  display: flex;
}
.area_sale .wrap_sale_info .box_sale_info dl.sale_info_detail:not(:last-of-type) {
  margin-bottom: 12px;
}
.area_sale .wrap_sale_info .box_sale_info dl.sale_info_detail dt {
  font-family: "SF Pro";
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  padding: 6px 8px;
  border-radius: 12px;
  margin-right: 8px;
}
.area_sale .wrap_sale_info .box_sale_info dl.sale_info_detail dd {
  font-size: 20px;
  font-weight: 700;
}
.area_sale .wrap_sale_info .box_sale_info dl.sale_info_detail dd span {
  font-size: 16px;
}

.sp .area_sale {
  margin-bottom: 40px;
}
.sp .area_sale .wrap_sale_info {
  margin-bottom: 24px;
}
.sp .area_sale .wrap_sale_info .box_sale_info {
  border-radius: 4px;
  padding: 12px;
}
.sp .area_sale .wrap_sale_info .box_sale_info dl.sale_info_detail dt {
  font-size: 12px;
}
.sp .area_sale .wrap_sale_info .box_sale_info dl.sale_info_detail dd {
  font-size: 16px;
}
.sp .area_sale .wrap_sale_info .box_sale_info dl.sale_info_detail dd span {
  font-size: 12px;
}

.color_type_A .area_sale .wrap_sale_info .box_sale_info {
  background: #EEF8FF;
}
.color_type_A .area_sale .wrap_sale_info .box_sale_info dl.sale_info_detail dt {
  color: #0D478A;
}

.color_type_B .area_sale .wrap_sale_info .box_sale_info {
  background: #fee;
}
.color_type_B .area_sale .wrap_sale_info .box_sale_info dl.sale_info_detail dt {
  color: #f33;
}

/* .topicPath
----------------------------------------------- */
.topicPath {
  width: 1000px !important;
}

.sp .topicPath {
  width: auto !important;
}

/* ----------------------------------------------------------------
 parts
----------------------------------------------------------------- */
h2.hdg_02 {
  text-align: center;
  position: relative;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 46px;
}
h2.hdg_02:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #0D478A 0%, #4EA2DD 100%);
  border-radius: 5px;
  margin-top: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.sp h2.hdg_02 {
  font-size: 20px;
  margin-bottom: 32px;
}
