* {
  box-sizing: border-box;
}

.e-gift p {
  font-size: 14px;
  margin: 0;
}

.e-gift h2 {
  font-size: 24px;
  text-align: center;
}

.e-gift ul {
  margin: 0;
  padding: 0;
}

.e-gift li {
  list-style: none;
}

.e-gift a {
  text-decoration: none;
  font-size: 14px;
}

.e-gift img {
  max-width: 100%;
}

.center {
  text-align: center;
}

.e-gift .btn-egift {
  display: inline-block;
  background: #B61312;
  color: #fff;
  font-size: 20px;
  padding: 12px 64px;
  border-radius: 100px;
}

.e-gift {
  width: 960px;
  margin: 0 auto;
  font-family: serif;
  font-feature-settings: "palt";
  line-height: 1.6;
}
.e-gift .mv {
  background: url(https://www.itohkyuemon.co.jp/img/product/egift5000/mv_bg-pc.webp) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 420px;
  position: relative;
  margin-bottom: 40px;
}
.e-gift .mv .text {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 115px;
}
.e-gift .mv .text h2 {
  font-size: 20px;
  margin: 0;
}
.e-gift .mv .text h2 strong {
  font-size: 28px;
}
.e-gift .mv .text h1 {
  font-size: 54px;
  margin: 4px 0 10px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.e-gift .mv .text p {
  font-size: 14px;
  margin-bottom: 8px;
  font-feature-settings: "palt";
}
.e-gift .mv .btn-egift {
  padding: 8px 44px;
}
.e-gift h3 {
  width: 400px;
  margin: 0 auto 32px;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 40px;
  font-size: 28px;
  background: #DFC3A1;
  color: #563924;
}
.e-gift h3::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.e-gift h3::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.e-gift .merit {
  width: 830px;
  margin: 0 auto 64px;
}
.e-gift .merit ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.e-gift .merit ul li {
  text-align: center;
  width: 22%;
}
.e-gift .merit ul li h4 {
  border-bottom: 1px dotted #D9D9D9;
  font-size: 16px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 8px;
}
.e-gift .merit ul li .img {
  margin-bottom: 8px;
}
.e-gift .merit .flow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.e-gift .merit .flow img {
  width: 48%;
}
.e-gift .lineup {
  background: #FFFAEC;
  padding: 40px 0 64px;
}
.e-gift .lineup .subtext {
  text-align: center;
  margin-bottom: 24px;
}
.e-gift .lineup ul {
  width: 830px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0;
  margin-bottom: 40px;
}
.e-gift .lineup li {
  width: 48%;
}
.e-gift .lineup li h5 {
  font-size: 20px;
  margin: 8px 0;
}
.e-gift .lineup li p {
  font-size: 16px;
}
.e-gift .check {
  background: url(https://www.itohkyuemon.co.jp/img/product/egift5000/check_bg-pc.webp) center right no-repeat;
  background-size: cover;
  padding: 40px;
}
.e-gift .check .box {
  width: 360px;
}
.e-gift .check .title {
  margin-bottom: 8px;
}
.e-gift .check p {
  font-size: 16px;
  margin-bottom: 12px;
}
.e-gift .check ul li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 8px;
}
.e-gift .check ul li::before {
  content: "";
  background: url(https://www.itohkyuemon.co.jp/img/product/egift5000/check_icon.svg) 0 0 no-repeat;
  background-size: contain;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
}
.e-gift .step {
  background: #FFFAEC;
  padding: 64px 0 32px;
}
.e-gift .step ul {
  display: flex;
  justify-content: center;
  gap: 0 16px;
}
.e-gift .step li {
  width: 30%;
  text-align: center;
}
.e-gift .step li .num {
  background: #AF7630;
  color: #fff;
  padding: 2px 8px;
  display: inline-block;
}
.e-gift .step li p {
  font-size: 18px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.e-gift .faq {
  padding: 64px 0;
}
.e-gift .faq dl {
  width: 760px;
  margin: 0 auto 40px;
}
.e-gift .faq dt {
  position: relative;
  padding-left: 48px;
  font-size: 16px;
  border-bottom: 1px dotted #D9D9D9;
  height: 44px;
  line-height: 36px;
  margin-bottom: 8px;
}
.e-gift .faq dt::before {
  content: "";
  background: url(https://www.itohkyuemon.co.jp/img/product/egift5000/faq_icon.svg) 0 0 no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
}
.e-gift .faq dd {
  font-size: 14px;
  margin: 0 0 24px;
}/*# sourceMappingURL=style.css.map */