@charset "UTF-8";
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#main {
  background: #FDF7D7 url(../img/251022/bg.png) repeat top center/1724px auto;
  padding: 0;
}
#main .baseWidth {
  max-width: none;
}
.relief_wrap img {
  max-width: 100%;
  height: auto;
}
.relief_wrap .sp {
  display: none;
}
.relief_wrap {
  padding-bottom: 100px;
}
.relief_inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.relief_mv {
  height: 600px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 250px;
}
.relief_mv .relief_mvbg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-image: url("../img/251022/mv_bg.png");
  background-size: cover;
  background-position: center;
  -webkit-mask-image: url("../img/251022/mv_mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-mode: alpha;
  mask-image: url("../img/251022/mv_mask.png");
  mask-repeat: no-repeat;
  mask-position: 0;
  mask-size: 100% 100%;
  mask-mode: alpha;
}
.relief_mv .relief_inner {
  position: relative;
  z-index: 2;
}
.relief_mv .relief_inner .relief_title {
  width: 90%;
  max-width: 750px;
  margin: 0 auto 30px;
}
.relief_mv .relief_inner p {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.relief_mv .relief_ill {
  width: 100%;
  max-width: 715px;
  height: 340px;
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  margin: auto;
}
.relief_mv .relief_ill img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.relief_period {
  margin-bottom: 80px;
}
.relief_period .relief_inner dl + dl {
  margin-top: 30px;
}
.relief_period .relief_inner dl dt {
  width: 90%;
  max-width: 300px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #FE9423;
  border: 3px solid #000;
  border-radius: 100vw;
  color: #fff;
  font-weight: bold;
  margin: 0 auto 15px;
}
.relief_period .relief_inner dl dd {
  text-align: center;
  font-weight: bold;
}
.relief_period .relief_inner dl dd strong {
  display: block;
  margin-bottom: 10px;
}
.relief_period .relief_inner dl dd span {
  position: static;
  font-size: 1.2rem;
}
.relief_pack {
  margin-bottom: 50px;
}
.relief_pack .relief_inner {
  background: #fff;
  border-radius: 20px;
  padding: 50px 5%;
}
.relief_pack .relief_inner .relief_subtitle {
  width: 100%;
  max-width: 670px;
  border: none;
  margin: 0 auto 20px;
  padding: 0 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.relief_pack:nth-child(3) .relief_inner .relief_subtitle::before {
  content: "";
  width: 130px;
  height: 190px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/251022/ill01.png) no-repeat bottom center/contain;
}
.relief_pack:nth-child(4) .relief_inner .relief_subtitle::before {
  content: "";
  width: 150px;
  height: 190px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/251022/ill02.png) no-repeat bottom center/contain;
}
.relief_pack .relief_inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.relief_pack .relief_inner ul li {
  max-width: 167px;
  width: calc(25% - 20px);
  border: none;
  padding: 0;
  margin: 0 10px;
}
.relief_pack .relief_inner .relief_discount {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  padding-top: 80px;
  position: relative;
  margin-top: 20px;
}
.relief_pack .relief_inner .relief_discount::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 105px;
  height: 60px;
  background: url(../img/251022/arrow.svg) no-repeat center/contain;
}
.relief_pack .relief_inner .relief_discount p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.relief_pack .relief_inner .relief_discount p img {
  margin: 0 5px;
}
.relief_note p {
  font-size: 1.4rem;
  line-height: 2;
}
