#main_top #products_available {
  padding: 10rem 0;
  padding-bottom: 12rem;
  background-image: linear-gradient(to bottom, #fdfdfd, #d6d6d8);
}
#main_top #products_available .service {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 899px) {
  #main_top #products_available .service {
    flex-direction: column;
  }
}
#main_top #products_available .service .content {
  width: 51rem;
}
@media screen and (max-width: 600px) {
  #main_top #products_available .service .content {
    width: 100%;
  }
}
#main_top #products_available .service .content h3 {
  color: #550300;
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 600px) {
  #main_top #products_available .service .content h3 {
    font-size: 3rem;
  }
}
#main_top #products_available .service .content h3::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.5rem;
  background-image: linear-gradient(to right, #9b7315, rgba(205, 169, 85, 0));
}
#main_top #products_available .service .content p {
  color: #232323;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  #main_top #products_available .service .content p {
    font-size: 2rem;
  }
}
#main_top #products_available .service .image {
  width: 53rem;
}
@media screen and (max-width: 600px) {
  #main_top #products_available .service .image {
    width: 100%;
  }
}
#main_top #products_available .section_title {
  margin-bottom: 5rem;
}
#main_top #products_available .products_available_detail {
  color: #fff;
  color: white;
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.25rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 899px) {
  #main_top #products_available .products_available_detail {
    text-shadow: -2px -1px 0 #000, -2px 0px 0 #000, -2px 1px 0 #000, -1px -2px 0 #000, -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, -1px 2px 0 #000, 0px -2px 0 #000, 0px -1px 0 #000, 0px 0px 0 #000, 0px 1px 0 #000, 0px 2px 0 #000, 1px -2px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, 1px 2px 0 #000, 2px -1px 0 #000, 2px 0px 0 #000, 2px 1px 0 #000;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 900px) {
  #main_top #products_available .products_available_detail {
    text-shadow: -3px -1px 0 #000, -3px 0px 0 #000, -3px 1px 0 #000, -2px -2px 0 #000, -2px -1px 0 #000, -2px 0px 0 #000, -2px 1px 0 #000, -2px 2px 0 #000, -1px -3px 0 #000, -1px -2px 0 #000, -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, -1px 2px 0 #000, -1px 3px 0 #000, 0px -3px 0 #000, 0px -2px 0 #000, 0px -1px 0 #000, 0px 0px 0 #000, 0px 1px 0 #000, 0px 2px 0 #000, 0px 3px 0 #000, 1px -3px 0 #000, 1px -2px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, 1px 2px 0 #000, 1px 3px 0 #000, 2px -2px 0 #000, 2px -1px 0 #000, 2px 0px 0 #000, 2px 1px 0 #000, 2px 2px 0 #000, 3px -1px 0 #000, 3px 0px 0 #000, 3px 1px 0 #000;
  }
}
#main_top #products_available .products_group {
  display: flex;
  justify-content: center;
  gap: 15rem;
}
@media screen and (max-width: 899px) {
  #main_top #products_available .products_group {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  #main_top #products_available .products_group {
    gap: 5rem;
  }
}
#main_top #products_available .products_group .product {
  position: relative;
}
@media screen and (max-width: 899px) {
  #main_top #products_available .products_group .product {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
#main_top #products_available .products_group .product .image img {
  width: 41rem;
}
@media screen and (max-width: 600px) {
  #main_top #products_available .products_group .product .image img {
    width: 26rem;
  }
}
#main_top #products_available .products_group .product .note {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
}
#main_top #products_available .products_group .product .note img {
  width: 27.5rem;
}
@media screen and (max-width: 600px) {
  #main_top #products_available .products_group .product .note img {
    width: 18rem;
  }
}
#main_top #products_available .products_group .product .note .note_content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  width: 100%;
}
@media screen and (max-width: 600px) {
  #main_top #products_available .products_group .product .note .note_content {
    font-size: 1.6rem;
  }
}
#main_top #products_available .products_group .product .note .note_content h3 {
  color: #cb9118;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  #main_top #products_available .products_group .product .note .note_content h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
#main_top #products_available .products_group .product .note .note_content p {
  display: inline-block;
  text-align: center;
}
#main_top #products_available .products_group .product .note .note_content p span {
  line-height: 2.2;
  padding-bottom: 1rem;
  border-bottom: 0.2rem solid #dba12c;
}
@media screen and (max-width: 899px) {
  #main_top #products_available .products_group .product.commodity_coupon {
    transform: translateX(10rem);
  }
}
@media screen and (max-width: 600px) {
  #main_top #products_available .products_group .product.commodity_coupon {
    transform: translateX(4rem);
  }
}
#main_top #products_available .products_group .product.commodity_coupon .note {
  bottom: 7rem;
  left: -17rem;
  transform: rotate(-5deg);
  transform-origin: left bottom;
}
@media screen and (max-width: 600px) {
  #main_top #products_available .products_group .product.commodity_coupon .note {
    left: -10rem;
    bottom: 5rem;
  }
}
@media screen and (max-width: 899px) {
  #main_top #products_available .products_group .product.commodity_voucher {
    transform: translateX(-10rem);
  }
}
@media screen and (max-width: 600px) {
  #main_top #products_available .products_group .product.commodity_voucher {
    transform: translateX(-4rem);
  }
}
#main_top #products_available .products_group .product.commodity_voucher .note {
  bottom: 6rem;
  right: -17rem;
  transform: rotate(5deg);
  transform-origin: right bottom;
}
@media screen and (max-width: 899px) {
  #main_top #products_available .products_group .product.commodity_voucher .note {
    bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  #main_top #products_available .products_group .product.commodity_voucher .note {
    bottom: 2rem;
    right: -10rem;
  }
}
#main_top #how_to {
  padding: 10rem 0;
  background-image: linear-gradient(to right, #fdfdfd 0%, #d6d6d8 50%, #fdfdfd 100%);
}
#main_top #how_to .section_title {
  margin-bottom: 2.5rem;
}
#main_top #how_to .how_to_purchase {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2em;
  letter-spacing: 0.25rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 600px) {
  #main_top #how_to .how_to_purchase {
    font-size: 1.8rem;
  }
}
#main_top #how_to .how_to_purchase strong {
  color: white;
}
@media screen and (max-width: 899px) {
  #main_top #how_to .how_to_purchase strong {
    text-shadow: -2px -1px 0 #000, -2px 0px 0 #000, -2px 1px 0 #000, -1px -2px 0 #000, -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, -1px 2px 0 #000, 0px -2px 0 #000, 0px -1px 0 #000, 0px 0px 0 #000, 0px 1px 0 #000, 0px 2px 0 #000, 1px -2px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, 1px 2px 0 #000, 2px -1px 0 #000, 2px 0px 0 #000, 2px 1px 0 #000;
  }
}
@media screen and (min-width: 900px) {
  #main_top #how_to .how_to_purchase strong {
    text-shadow: -3px -1px 0 #000, -3px 0px 0 #000, -3px 1px 0 #000, -2px -2px 0 #000, -2px -1px 0 #000, -2px 0px 0 #000, -2px 1px 0 #000, -2px 2px 0 #000, -1px -3px 0 #000, -1px -2px 0 #000, -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, -1px 2px 0 #000, -1px 3px 0 #000, 0px -3px 0 #000, 0px -2px 0 #000, 0px -1px 0 #000, 0px 0px 0 #000, 0px 1px 0 #000, 0px 2px 0 #000, 0px 3px 0 #000, 1px -3px 0 #000, 1px -2px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, 1px 2px 0 #000, 1px 3px 0 #000, 2px -2px 0 #000, 2px -1px 0 #000, 2px 0px 0 #000, 2px 1px 0 #000, 2px 2px 0 #000, 3px -1px 0 #000, 3px 0px 0 #000, 3px 1px 0 #000;
  }
}
#main_top #how_to .how_to_group {
  display: flex;
  gap: 6rem;
  justify-content: center;
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 899px) {
  #main_top #how_to .how_to_group {
    flex-direction: column;
  }
}
#main_top #how_to .how_to_group .how_to_item {
  width: 60rem;
}
@media screen and (max-width: 899px) {
  #main_top #how_to .how_to_group .how_to_item {
    width: 40rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  #main_top #how_to .how_to_group .how_to_item {
    width: 80vw;
  }
}
#main_top #how_to .how_to_group .how_to_item .content {
  position: relative;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 600px) {
  #main_top #how_to .how_to_group .how_to_item .content {
    width: calc(100% - 1rem);
    margin-left: 4rem;
    margin-right: auto;
  }
}
#main_top #how_to .how_to_group .how_to_item .content .ht_title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5.5rem;
}
@media screen and (max-width: 600px) {
  #main_top #how_to .how_to_group .how_to_item .content .ht_title {
    width: 4rem;
  }
}
#main_top #how_to .how_to_group .how_to_item .rate img {
  margin: 0 auto;
  max-width: 35rem;
}
@media screen and (max-width: 899px) {
  #main_top #how_to .how_to_group .how_to_item .rate img {
    width: 28rem;
  }
}
@media screen and (max-width: 600px) {
  #main_top #how_to .how_to_group .how_to_item .rate img {
    width: 24rem;
    transform: translateX(3rem);
  }
}
@media screen and (max-width: 899px) {
  #main_top #how_to .how_to_group .item_photography .content {
    margin-left: -3rem;
  }
}
#main_top #how_to .how_to_group .item_photography .ht_title {
  right: -7rem;
}
@media screen and (max-width: 600px) {
  #main_top #how_to .how_to_group .item_photography .ht_title {
    right: -6rem;
  }
}
@media screen and (max-width: 899px) {
  #main_top #how_to .how_to_group .item_photography .rate img {
    transform: translateX(-4rem);
  }
}
#main_top #how_to .how_to_group .item_mail .ht_title {
  left: -7rem;
}
@media screen and (max-width: 600px) {
  #main_top #how_to .how_to_group .item_mail .ht_title {
    left: -6rem;
  }
}
#main_top #recommended {
  padding: 10rem 0;
  background-image: linear-gradient(30deg, #fdfdfd 0%, #d6d6d8 25%, #d6d6d8 75%, #fdfdfd 100%);
}
#main_top #recommended .section_title {
  margin-bottom: 5rem;
}
#main_top #recommended .recommended_content {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  #main_top #recommended .recommended_content {
    gap: 3rem;
  }
}
#main_top #recommended .recommended_content .recommended_item .inn {
  position: relative;
}
#main_top #recommended .recommended_content .recommended_item .inn > img {
  width: 100%;
  max-width: 65.3rem;
}
@media screen and (max-width: 899px) {
  #main_top #recommended .recommended_content .recommended_item .inn > img {
    width: 100dvw;
  }
}
#main_top #recommended .recommended_content .recommended_item .inn .recommended_content {
  position: absolute;
  top: 50%;
  left: 46%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  transform: translateY(-50%) rotate(-2deg);
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  #main_top #recommended .recommended_content .recommended_item .inn .recommended_content {
    font-size: 1.6rem;
  }
}
#main_top #recommended .recommended_content .recommended_item .inn .recommended_content span {
  padding-bottom: 0.4rem;
  border-bottom: 0.2rem solid #bb8f36;
}
#main_top #recommended .recommended_content .recommended_item .inn .recommended_content span.yelow {
  color: #bb8f36;
}
#main_top #purchase {
  padding: 10rem 0;
  background-image: linear-gradient(30deg, #fdfdfd 0%, #d6d6d8 25%, #d6d6d8 75%, #fdfdfd 100%);
}
#main_top #purchase .section_title {
  margin-bottom: 5rem;
}
#main_top #purchase .purchase_group {
  display: flex;
}
@media screen and (max-width: 899px) {
  #main_top #purchase .purchase_group {
    flex-direction: column;
  }
}
#main_top #purchase .purchase_group .purchase_title {
  width: 80%;
  max-width: 64rem;
  color: #fff;
  text-align: center;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4rem;
  line-height: 11rem;
  margin-bottom: 8rem;
  background-repeat: no-repeat;
  background-size: contain; /* 
-webkit-text-stroke: 0.2rem black;
-webkit-text-fill-color: white; */
}
@media screen and (max-width: 600px) {
  #main_top #purchase .purchase_group .purchase_title {
    font-size: 3rem;
    background-size: cover;
    line-height: 6.4rem;
    padding-bottom: 1rem;
    margin-bottom: 4rem; /* 
-webkit-text-stroke: 0.1rem black;
-webkit-text-fill-color: white; */
  }
}
#main_top #purchase .purchase_group .purchase_title span {
  --stroke-color: #000;
  --stroke-width: 3px;
  color: white;
  text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0 var(--stroke-color), calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0 var(--stroke-color), calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color);
  filter: drop-shadow(0px 0.3rem 0px #232323);
}
@media screen and (min-width: 900px) {
  #main_top #purchase .purchase_group .purchase_item {
    width: 50%;
  }
}
#main_top #purchase .steps {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 8rem;
  counter-reset: step-number;
}
#main_top #purchase .steps .step {
  position: relative;
}
@media screen and (min-width: 900px) {
  #main_top #purchase .steps .step {
    width: 76.1rem;
  }
}
#main_top #purchase .steps .step::before {
  position: absolute;
  top: 0;
  transform: translateY(-35%);
  counter-increment: step-number;
  content: "0" counter(step-number);
  color: #dbd3be;
  font-family: "Lobster";
  font-size: 10rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1rem;
}
@media screen and (max-width: 600px) {
  #main_top #purchase .steps .step::before {
    font-size: 6rem;
  }
}
@media screen and (max-width: 899px) {
  #main_top #purchase .steps .step > img {
    width: 100dvw;
  }
}
#main_top #purchase .steps .step .step_inn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 68%;
  padding: 5rem 6rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  #main_top #purchase .steps .step .step_inn {
    padding: 1.5rem;
    width: 66%;
  }
}
#main_top #purchase .steps .step .step_inn .step_title {
  color: #000;
  font-family: "Lobster";
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 600px) {
  #main_top #purchase .steps .step .step_inn .step_title {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
}
#main_top #purchase .steps .step .step_inn .step_content {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  #main_top #purchase .steps .step .step_inn .step_content {
    font-size: 1.25rem;
  }
}
#main_top #purchase .steps .step .step_inn .step_content span {
  padding-bottom: 0.4rem;
  border-bottom: 0.2rem solid #dbd2c4;
  line-height: 2.2em;
}
#main_top #purchase .steps .step .step_inn .step_content .red {
  color: #f00;
}
#main_top #purchase .photo_purchase .purchase_title {
  margin-left: auto;
  margin-right: 0;
  text-align: left;
  background-image: url(../img/purchase_title_right.svg);
  background-position: left center;
  padding-left: 8rem;
}
@media screen and (max-width: 899px) {
  #main_top #purchase .photo_purchase .purchase_title {
    padding-left: 5rem;
  }
}
#main_top #purchase .photo_purchase .steps {
  margin-right: auto;
  margin-left: 0;
}
#main_top #purchase .photo_purchase .steps .step:nth-child(2n+2)::before {
  left: 40%;
}
#main_top #purchase .photo_purchase .steps .step:nth-child(2n+2) .step_inn {
  right: 0;
  align-items: flex-end;
}
#main_top #purchase .photo_purchase .steps .step:nth-child(2n+2) .step_inn .step_title {
  text-align: right;
}
#main_top #purchase .photo_purchase .steps .step:nth-child(2n+1)::before {
  right: 35%;
}
#main_top #purchase .mail_purchase .purchase_title {
  text-align: right;
  background-image: url(../img/purchase_title_left.svg);
  padding-right: 8rem;
  background-position: right center;
}
@media screen and (max-width: 600px) {
  #main_top #purchase .mail_purchase .purchase_title {
    padding-right: 4rem;
  }
}
#main_top #purchase .mail_purchase .steps {
  align-items: flex-end;
}
@media screen and (min-width: 900px) {
  #main_top #purchase .mail_purchase .steps {
    padding-right: 5rem;
  }
}
@media screen and (max-width: 600px) {
  #main_top #purchase .mail_purchase .steps {
    padding-right: 0;
  }
}
#main_top #purchase .mail_purchase .steps .step:nth-child(2n+1)::before {
  right: 6rem;
}
#main_top #purchase .mail_purchase .steps .step:nth-child(2n+1) .step_inn {
  right: 0;
  align-items: flex-end;
}
#main_top #purchase .mail_purchase .steps .step:nth-child(2n+1) .step_inn .step_title {
  width: 100%;
}
#main_top #purchase .mail_purchase .steps .step:nth-child(2n+1) .step_inn .step_content {
  width: 100%;
}
#main_top #purchase .mail_purchase .steps .step:nth-child(2n+2)::before {
  left: 45%;
}
#main_top #purchase .mail_purchase .steps .step:nth-child(1) .step_inn {
  width: 71%;
}
@media screen and (max-width: 600px) {
  #main_top #purchase .mail_purchase .steps .step:nth-child(1) .step_inn {
    width: 68%;
  }
}
#main_top #review {
  padding-top: 7.5rem;
  padding-bottom: 18rem;
  background-image: linear-gradient(30deg, #fdfdfd 0%, #d6d6d8 25%, #d6d6d8 75%, #fdfdfd 100%);
}
#main_top #review .section_title {
  margin-bottom: 11.5rem;
}
@media screen and (max-width: 600px) {
  #main_top #review .section_title {
    margin-bottom: 5rem;
  }
}
#main_top #review .review_wrap .review {
  width: 62rem;
  background-image: url(../img/review_bg.jpg);
  display: flex;
  padding: 3rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 899px) {
  #main_top #review .review_wrap .review {
    width: 100%;
  }
}
#main_top #review .review_wrap .review:nth-child(2n+2) {
  margin-left: auto;
  margin-right: 0;
}
#main_top #review .review_wrap .review:nth-child(1) {
  margin-bottom: 22rem;
}
@media screen and (max-width: 600px) {
  #main_top #review .review_wrap .review:nth-child(1) {
    margin-bottom: 5rem;
  }
}
#main_top #review .review_wrap .review:nth-child(2) {
  margin-bottom: 28rem;
}
@media screen and (max-width: 600px) {
  #main_top #review .review_wrap .review:nth-child(2) {
    margin-bottom: 5rem;
  }
}
#main_top #review .review_wrap .review .review_title {
  color: #232323;
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#main_top #review .review_wrap .review .review_content {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  display: inline-block;
  gap: 1rem;
}
#main_top #review .review_wrap .review .review_content span {
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #c8b367;
  line-height: 2.2em;
}
#main_top #faq {
  padding: 7.5rem 0;
  background-image: linear-gradient(30deg, #fdfdfd 0%, #d6d6d8 25%, #d6d6d8 75%, #fdfdfd 100%);
}
#main_top #faq .faqs {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 899px) {
  #main_top #faq .faqs {
    gap: 3rem;
  }
}
#main_top #faq .faqs .faq {
  position: relative;
}
#main_top #faq .faqs .faq::before {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  background-image: url(../img/faq_shadow.png);
  background-repeat: no-repeat;
}
#main_top #faq .faqs .faq:nth-child(2n+1)::before {
  top: -1rem;
  right: -1rem;
  background-position: top right;
}
#main_top #faq .faqs .faq:nth-child(2n+2)::before {
  bottom: -1rem;
  left: -1rem;
  background-position: bottom left;
}
#main_top #faq .faqs .faq .faq_inn {
  position: relative;
  z-index: 2;
  padding: 4rem;
  padding-top: 1.5rem;
  background-image: url(../img/faq_bg.jpg);
}
@media screen and (max-width: 600px) {
  #main_top #faq .faqs .faq .faq_inn {
    padding: 2rem;
  }
}
#main_top #faq .faqs .faq .question {
  --text-indent: 5rem;
  border-bottom: 2px solid #e4c260;
  padding: 1.6rem 2rem;
  color: #232323;
  padding-left: var(--text-indent);
  text-indent: calc(var(--text-indent) * -1);
  font-family: "Noto Serif JP";
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  padding-left: 5rem;
}
@media screen and (max-width: 600px) {
  #main_top #faq .faqs .faq .question {
    padding: 1.6rem 0;
    padding-left: 3rem;
    font-size: 2rem;
    --text-indent: 3rem;
  }
}
#main_top #faq .faqs .faq .question::before {
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  display: inline-block;
  margin-right: 1.5rem;
  background-color: #e4c260;
  border-radius: 3.4rem;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  #main_top #faq .faqs .faq .question::before {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 1rem;
    vertical-align: inherit;
  }
}
#main_top #faq .faqs .faq .answer {
  padding: 2.5rem 2rem 0;
  line-height: 2em;
}
@media screen and (max-width: 600px) {
  #main_top #faq .faqs .faq .answer {
    padding: 1rem;
  }
}/*# sourceMappingURL=top.css.map */