@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ------------------------------------------------------
 * Text color
------------------------------------------------------ */
.tc_01 {
  color: #000 !important;
}
.tc_02 {
  color: #fff !important;
}
.tc_03 {
  color: #D1575D !important;
}

/* ------------------------------------------------------
 * Font family
------------------------------------------------------ */
.ff_noto {
  font-family: "Noto Sans JP", sans-serif !important;
}

/* ------------------------------------------------------
 * Font size
------------------------------------------------------ */
.fs_10px {
  font-size: 10px !important;
}
.fs_12px {
  font-size: 12px !important;
}
.fs_14px {
  font-size: 14px !important;
}
.fs_15px {
  font-size: 15px !important;
}
.fs_16px {
  font-size: 16px !important;
}
.fs_18px {
  font-size: 18px !important;
}
.fs_20px {
  font-size: 20px !important;
}
.fs_22px {
  font-size: 22px !important;
}
.fs_24px {
  font-size: 24px !important;
}
.fs_28px {
  font-size: 28px !important;
}
.fs_30px {
  font-size: 30px !important;
}

/* ------------------------------------------------------
 * Font weight
------------------------------------------------------ */
.fw_normal {
  font-weight: normal !important;
}
.fw_bold {
  font-weight: bold !important;
}

/* ------------------------------------------------------
 * Text align
------------------------------------------------------ */
.ta_l {
  text-align: left !important;
}
.ta_c {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.ta_r {
  text-align: right !important;
}

/* ------------------------------------------------------
 * Vertical align
------------------------------------------------------ */
.va_t {
  vertical-align: top !important;
}
.va_m {
  vertical-align: middle !important;
}
.va_b {
  vertical-align: bottom !important;
}

/* ------------------------------------------------------
 * Width
------------------------------------------------------ */
.w_0 {
  width: 0% !important;
}
.w_5 {
  width: 5% !important;
}
.w_10 {
  width: 10% !important;
}
.w_15 {
  width: 15% !important;
}
.w_20 {
  width: 20% !important;
}
.w_25 {
  width: 25% !important;
}
.w_30 {
  width: 30% !important;
}
.w_35 {
  width: 35% !important;
}
.w_40 {
  width: 40% !important;
}
.w_45 {
  width: 45% !important;
}
.w_50 {
  width: 50% !important;
}
.w_55 {
  width: 55% !important;
}
.w_60 {
  width: 60% !important;
}
.w_65 {
  width: 65% !important;
}
.w_70 {
  width: 70% !important;
}
.w_75 {
  width: 75% !important;
}
.w_80 {
  width: 80% !important;
}
.w_85 {
  width: 85% !important;
}
.w_90 {
  width: 90% !important;
}
.w_95 {
  width: 95% !important;
}
.w_100 {
  width: 100% !important;
}

/* ------------------------------------------------------
 * margin bottom
------------------------------------------------------ */
.mb_0 {
  margin-bottom: 0 !important;
}
.mb_10 {
  margin-bottom: 10px !important;
}
.mb_20 {
  margin-bottom: 20px !important;
}
.mb_30 {
  margin-bottom: 30px !important;
}
.mb_40 {
  margin-bottom: 40px !important;
}
.mb_50 {
  margin-bottom: 50px !important;
}
.mb_60 {
  margin-bottom: 60px !important;
}
.mb_70 {
  margin-bottom: 70px !important;
}
.mb_80 {
  margin-bottom: 80px !important;
}
.mb_90 {
  margin-bottom: 90px !important;
}
.mb_100 {
  margin-bottom: 100px !important;
}
.mb_05em {
  margin-bottom: 0.5em !important;
}
.mb_1em {
  margin-bottom: 1em !important;
}
.mb_2em {
  margin-bottom: 2em !important;
}
.mb_3em {
  margin-bottom: 3em !important;
}
.mb_4em {
  margin-bottom: 4em !important;
}
.mb_5em {
  margin-bottom: 5em !important;
}
.mb_6em {
  margin-bottom: 6em !important;
}
.mb_7em {
  margin-bottom: 7em !important;
}
.mb_8em {
  margin-bottom: 8em !important;
}
.mb_9em {
  margin-bottom: 9em !important;
}
.mb_10em {
  margin-bottom: 10em !important;
}

/* ------------------------------------------------------
 * display
------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

/* ------------------------------------------------------
 * Base
------------------------------------------------------ */
#main {
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
#main a, #main button {
  color: inherit;
  transition: 0.3s ease;
}
#main a:before, #main a:after, #main button:before, #main button:after {
  transition: 0.3s ease;
}
#main a:hover, #main button:hover {
  opacity: 0.8;
}
#main img {
  vertical-align: bottom;
}
#main table {
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main {
    min-width: auto;
    font-size: 15px;
    line-height: 1.4666666667;
  }
}

/* ------------------------------------------------------
 * .relive-hdg
------------------------------------------------------ */
.relive-hdg__lv2 {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.relive-hdg__lv2:before, .relive-hdg__lv2:after {
  content: "";
  width: 24px;
  height: 32px;
  background: url("../img/icon_01.svg") no-repeat 50% 50%;
  background-size: auto 100%;
}
.relive-hdg__lv2_label {
  margin: 0 26px;
}
.relive-hdg__lv2_l {
  font-size: 33px;
}
@media screen and (max-width: 767px) {
  .relive-hdg__lv2 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .relive-hdg__lv2:before, .relive-hdg__lv2:after {
    width: 20px;
    height: 26px;
  }
  .relive-hdg__lv2_label {
    margin: 0 16px;
  }
  .relive-hdg__lv2_l {
    font-size: 25px;
  }
}

/* ------------------------------------------------------
 * .relive-info
------------------------------------------------------ */
.relive-info {
  margin: 0 0 130px;
}
.relive-info__mv {
  margin: 0 0 56px;
}
.relive-info__inner {
  max-width: 1140px;
  width: 100%;
  padding: 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .relive-info__inner {
    max-width: none;
    padding: 0 15px;
  }
}
.relive-info__inner > :last-child {
  margin-bottom: 0 !important;
}
.relive-info__lead {
  border-radius: 8px;
  border: 2px solid #D1575D;
  text-align: center;
  padding: 25px 50px;
  margin: 0 54px 46px;
  position: relative;
}
.relive-info__lead:before {
  content: "";
  width: 24px;
  height: 32px;
  background: url("../img/icon_01.svg") no-repeat 50% 50%;
  background-size: auto 100%;
  position: absolute;
  bottom: -17px;
  right: 21px;
}
.relive-info__lead_label {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6923076923;
}
.relive-info__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: center;
  margin: 0 0 90px;
}
.relive-info__tbl {
  width: 100%;
  border-top: 1px solid #D5D5D5;
  text-align: left;
  margin: 0 0 80px;
}
.relive-info__tbl th > :last-child, .relive-info__tbl td > :last-child {
  margin-bottom: 0 !important;
}
.relive-info__tbl th, .relive-info__tbl td {
  border-bottom: 1px solid #D5D5D5;
  text-align: justify;
  word-break: break-all;
  padding: 30px 28px;
}
.relive-info__tbl th,
.relive-info__tbl thead td {
  background: #FAEAEA;
  font-size: 20px;
  font-weight: 700;
}
.relive-info__tbl_txt_s {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .relive-info__inner {
    padding: 0 123px;
  }
}
@media screen and (max-width: 767px) {
  .relive-info {
    margin: 0 0 75px;
  }
  .relive-info__mv {
    margin: 0 0 35px;
  }
  .relive-info__lead {
    padding: 25px 15px 30px;
    margin: 0 0 37px;
  }
  .relive-info__lead:before {
    width: 20px;
    height: 26px;
    bottom: -13px;
    right: 15px;
  }
  .relive-info__lead_label {
    font-size: 19px;
    line-height: 1.7894736842;
  }
  .relive-info__txt {
    font-size: 15px;
    line-height: 1.6666666667;
    margin: 0 0 56px;
  }
  .relive-info__tbl {
    border: 1px solid #D5D5D5;
    border-bottom: 0;
    margin: 0 0 40px;
  }
  .relive-info__tbl th, .relive-info__tbl td {
    display: block;
  }
  .relive-info__tbl td {
    padding: 15px 15px 20px;
  }
  .relive-info__tbl th,
  .relive-info__tbl thead td {
    font-size: 17px;
    text-align: center;
    padding: 10px 15px;
  }
  .relive-info__tbl_txt_s {
    font-size: 14px;
  }
}

/* ------------------------------------------------------
 * .relive-item
------------------------------------------------------ */
.relive-item {
  margin: 0 0 160px;
}
.relive-item__inner {
  max-width: 1140px;
  width: 100%;
  padding: 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .relive-item__inner {
    max-width: none;
    padding: 0 15px;
  }
}
.relive-item__inner > :last-child {
  margin-bottom: 0 !important;
}
.relive-item__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
  margin: 0 0 14px;
}
.relive-item__note {
  font-size: 14px;
  margin: 0 0 60px;
}
.relive-item__list {
  margin: 0 0 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}
.relive-item__list > li > :last-child {
  margin-bottom: 0 !important;
}
.relive-item__list > li {
  width: 470px;
}
.relive-item__list > li:nth-child(even) {
  padding-top: 120px;
}
.relive-item__list_inner > :last-child {
  margin-bottom: 0 !important;
}
.relive-item__list_head > :last-child {
  margin-bottom: 0 !important;
}
.relive-item__list_head {
  margin: 0 0 20px;
}
.relive-item__list_head .img {
  margin: 0 0 18px;
}
.relive-item__list_head .title {
  font-weight: 700;
  display: block;
}
.relive-item__list_head .price {
  margin: 0 0 0 1em;
}
.relive-item__list_head .data {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.relive-item__list_head .data > li {
  margin: 0;
}
.relive-item__list_body > :last-child {
  margin-bottom: 0 !important;
}
.relive-item__list_body {
  text-align: justify;
  word-break: break-all;
}
.relive-item__list_body p {
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .relive-item {
    margin: 0 0 100px;
  }
  .relive-item__txt {
    font-size: 15px;
    line-height: 2;
  }
  .relive-item__note {
    font-size: 13px;
    margin: 0 0 45px;
  }
  .relive-item__list {
    display: block;
  }
  .relive-item__list > li {
    width: 100%;
    margin: 0 0 78px;
  }
  .relive-item__list > li:nth-child(even) {
    padding-top: 0;
  }
  .relive-item__list > li:last-child {
    margin-bottom: 0;
  }
  .relive-item__list_head {
    margin: 0 0 13px;
  }
  .relive-item__list_head .img {
    margin: 0 0 15px;
  }
  .relive-item__list_head .data > :last-child {
    width: 100%;
  }
}

/* ------------------------------------------------------
 * .relive-present
------------------------------------------------------ */
.relive-present {
  padding: 145px 0 0;
  position: relative;
}
.relive-present:before {
  content: "";
  width: 100%;
  height: 145px;
  background: url("../img/bg_01.png") no-repeat 50% 100%;
  background-size: 100% 145px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
}
.relive-present__title {
  min-height: 145px;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.696969697;
  text-align: center;
  padding: 15px 0 0;
  margin: -145px 0 0;
  position: relative;
  z-index: 2;
}
.relive-present__inner > :last-child {
  margin-bottom: 0 !important;
}
.relive-present__inner {
  background: rgba(250, 234, 234, 0.7);
  padding: 100px 0 60px;
  position: relative;
  z-index: 1;
}
.relive-present__layout {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.relive-present__layout_item, .relive-present__layout_contents {
  margin: 0;
}
.relive-present__layout_item > :last-child, .relive-present__layout_contents > :last-child {
  margin-bottom: 0 !important;
}
.relive-present__layout_contents {
  padding: 20px 0 0;
}
.relive-present__txt {
  font-size: 20px;
  line-height: 1.7;
  margin: 0 0 40px;
}
@media screen and (max-width: 1279px) {
  .relive-present:before {
    background-size: auto 145px;
  }
}
@media screen and (min-width: 1140px) {
  .relive-present__layout_item {
    width: calc(50% + 36px);
  }
  .relive-present__layout_contents {
    width: 424px;
  }
}
@media screen and (max-width: 1139px) {
  .relive-present__layout_item {
    width: 53.1578947368vw;
  }
  .relive-present__layout_contents {
    width: 41.568627451%;
  }
}
@media screen and (max-width: 767px) {
  .relive-present {
    background: rgba(250, 234, 234, 0.7);
    padding: 0;
  }
  .relive-present:before {
    height: 67px;
    background-image: url("../img/bg_01-sp.png");
    background-size: 100% 67px;
    top: 0;
  }
  .relive-present__title {
    min-height: auto;
    font-size: 21px;
    line-height: 1.7142857143;
    padding: 0 15px 0;
    margin: 0 0 20px;
  }
  .relive-present__inner {
    padding: 0 15px 55px;
    margin: 0 0 0;
  }
  .relive-present__layout {
    display: block;
  }
  .relive-present__layout_item {
    width: 100vw;
    padding: 0 0 0 15px;
    margin: 0 -15px 28px;
  }
  .relive-present__layout_contents {
    width: 100%;
    padding: 0;
  }
  .relive-present__txt {
    font-size: 16px;
    line-height: 1.6875;
    margin: 0 0 20px;
  }
}

/* ------------------------------------------------------
 * Overwrite
------------------------------------------------------ */
.hidden {
  display: none !important;
}