@charset "UTF-8";
html {
  font-size: 20px;
}
@media screen and (max-width: 1365px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 427px) {
  html {
    font-size: 14px;
  }
}

@font-face {
  font-family: "tetsu";
  src: url("07鉄瓶ゴシック.otf");
}
body {
  color: #373737;
  font-family: "tetsu", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
body a {
  cursor: pointer;
}
body p {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1rem;
}
body p,
body li {
  line-height: 1.75;
}
body .pc {
  height: auto;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1365px) {
  body .pc {
    border: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
  }
}
body .sp {
  border: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1365px) {
  body .sp {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}
body img {
  height: auto;
  width: 100%;
}
body .hide {
  border: 0;
  opacity: 0;
  visibility: hidden;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
body dl {
  border: 1px solid #d9d9d9;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto;
  text-align: center;
}
body dl dt {
  align-items: center;
  background-color: #f5f5f5;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  padding: 15px 0 15px 10px;
  width: 20%;
}
@media screen and (max-width: 1365px) {
  body dl dt {
    text-align: left;
    padding-left: 16px;
    width: 25%;
  }
}
body dl dt:last-of-type {
  border-bottom: 0;
}
body dl dd {
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 0 15px 20px;
  text-align: left;
  width: 80%;
}
@media screen and (max-width: 1365px) {
  body dl dd {
    padding: 10px 0 10px 16px;
    width: 75%;
  }
}
body dl dd:last-of-type {
  border-bottom: 0;
}
body ol li {
  border-bottom: 1px dotted;
  padding: 10px 5px;
}
body .sub-title {
  border-bottom: 3px solid #d9d9d9;
  color: #f4592f;
  font-size: min(6vw, 2rem);
  display: flex;
  font-weight: bold;
  justify-content: center;
  margin: 60px auto 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 427px) {
  body .sub-title {
    margin: 60px auto 20px;
  }
}
body .inner-wrap {
  text-align: center;
}
body .section-wrap {
  margin: 0 auto;
  max-width: 1379px;
  padding: 0 1rem;
}
@media screen and (max-width: 1365px) {
  body .section-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .detail-link {
  text-align: center;
  width: 100%;
}
body .detail-link a,
body .detail-link button {
  border: 3px solid #ad151a;
  border-radius: 30px;
  color: #ad151a;
  background-color: white;
  font-size: 20px;
  display: inline-block;
  font-weight: bold;
  padding: 7.75px 0;
  position: relative;
  transition: all 0.3s;
  width: 420px;
}
@media screen and (max-width: 1365px) {
  body .detail-link a,
body .detail-link button {
    border: 2px solid #ad151a;
    font-size: 12px;
    padding: 5px 0;
    width: 250px;
  }
}
body .detail-link a::before,
body .detail-link button::before {
  content: "";
  background-image: url(../img/arrow1.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  height: 25px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 13.3px;
}
@media screen and (max-width: 1365px) {
  body .detail-link a::before,
body .detail-link button::before {
    height: 17px;
    width: 9px;
  }
}
body .common-btn {
  background-color: #f4592f;
  border: 2px solid #f4592f;
  display: inline-block;
  font-size: 1.2rem;
  color: white;
  margin-top: 60px;
  padding: 20px 30px;
  transition: all 0.3s;
  width: min(57vw, 300px);
}
body .common-btn:hover {
  background-color: white;
  color: #f4592f;
}

header {
  background-color: #f4dfbc;
  color: #f4592f;
  padding-top: min(5%, 30px);
  text-align: center;
}
header h1 {
  background-color: white;
  border-radius: 36px;
  font-size: min(5vw, 0.9rem);
  letter-spacing: 3px;
  margin: 0 auto 10px;
  padding: 7px 20px 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
header .main {
  background-color: white;
  border-radius: 36px;
  margin: 0 auto;
  padding: min(5%, 20px) 5% 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
header .main h2 {
  font-size: min(7vw, 4rem);
  letter-spacing: 5px;
}
header .main h3 {
  font-size: min(3vw, 0.8rem);
  padding-top: 5px;
}
header .main-img {
  max-width: 600px;
  min-width: 300px;
  width: 50%;
}
header .main-img2 {
  background-image: url(../img/main2.png);
  background-size: min(90%, 400px) auto;
  background-position: bottom;
  background-repeat: repeat-x;
  height: calc(315px - 20vh);
  width: 100%;
}

main #detail {
  background-color: #f1ebe3;
  padding: 1rem 0 7rem;
  position: relative;
  text-align: center;
}
main #detail::after {
  height: min(18vw, 100px);
  width: min(18vw, 100px);
  content: "";
  background-image: url(../img/white1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
main #detail .section-wrap p {
  color: #f4592f;
  font-family: "tetsu";
}
main #price {
  background-color: #f7f2ee;
  padding: 30px 0 90px;
}
main #price .sub-title {
  font-size: min(5vw, 1.2rem);
  border-bottom: 0px;
}
main #price .contents {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
  gap: 20px;
}
@media screen and (max-width: 1365px) {
  main #price .contents {
    align-items: center;
    flex-direction: column;
    max-width: 700px;
  }
}
main #price .contents .content {
  background-color: white;
  text-align: center;
  padding: 40px 2% 35px;
  width: 33%;
}
@media screen and (max-width: 1365px) {
  main #price .contents .content {
    width: 100%;
  }
}
main #price .contents .content h3 {
  color: #f4592f;
  display: inline-block;
  border-bottom: 1px solid;
  font-size: min(4.8vw, 1.2rem);
  margin-bottom: 20px;
}
main #price .contents .content h4 {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: min(4.6vw, 0.7rem);
  font-weight: bold;
  padding: 20px 0;
}
main #price .contents .content ul {
  font-weight: bold;
  font-size: min(4vw, 0.8rem);
  margin: 0 auto 20px;
  min-height: 210px;
  text-align: left;
}
@media screen and (max-width: 1365px) {
  main #price .contents .content ul {
    max-width: 250px;
  }
}
main #price .contents .content ul li {
  font-family: "Zen Kaku Gothic New", serif;
  margin-bottom: 5px;
}
main #price .contents .content ul li::before {
  content: "";
  background-image: url(../img/check.png);
  background-size: contain;
  display: inline-block;
  height: 15px;
  margin-right: 8px;
  width: 15px;
}
main #price .contents .content.right h3 {
  border-bottom: 0;
}
main #price .contents .content.right ul li::before {
  content: "■";
  color: #f4592f;
  background-image: none;
  background-size: contain;
  display: inline-block;
  height: 15px;
  margin-right: 8px;
  width: 15px;
}
main #price .contents .content.right ul li span {
  color: #f4592f;
  font-weight: bold;
}
main #price .contents .content h5 {
  color: #f4592f;
  font-size: 1.5rem;
  margin-top: 20%;
}
main #price .info {
  color: #f4592f;
  font-weight: bold;
  max-width: 915px;
  margin: 0 auto;
}
main #price .info2 {
  text-align: center;
  margin-top: 3rem;
}
main #price .info2 h5 {
  color: #f4592f;
  font-size: 1.5rem;
}
main #features {
  background-color: #fcf4e5;
  padding: 60px 0;
  position: relative;
}
main #features::before {
  content: "";
  height: min(18vw, 100px);
  width: min(18vw, 100px);
  background-image: url(../img/white2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: 0;
  left: 10%;
  position: absolute;
  transform: translateX(-50%);
}
main #features .section-wrap {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1365px) {
  main #features .section-wrap {
    flex-direction: column;
    justify-content: center;
  }
}
main #features .sub-title {
  border-bottom: 0px;
}
main #features a {
  font-family: "Zen Kaku Gothic New", serif;
  border-bottom: 1px solid;
  font-weight: bold;
}
main #features ul {
  width: 50%;
}
@media screen and (max-width: 1365px) {
  main #features ul {
    width: 90%;
  }
}
main #features ul li {
  margin-bottom: 20px;
}
main #features ul li h3 {
  border-bottom: 1px solid;
  color: #f4592f;
  margin-bottom: 10px;
}
main #features ul li p,
main #features ul li a {
  font-size: 0.8rem;
}
main #flow {
  background-color: #f8ede4;
  padding: 20px 0 40px;
}
main #flow ul {
  margin: 0 auto;
  max-width: 500px;
}
main #flow ul li {
  align-items: center;
  display: flex;
  gap: 0 60px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1365px) {
  main #flow ul li {
    gap: 0 40px;
  }
}
main #flow ul li a {
  border-bottom: 1px solid;
}
main #flow ul li .step {
  color: white;
  font-weight: bold;
  padding: 0 10px;
  position: relative;
  z-index: 0;
}
main #flow ul li .step::before {
  content: "";
  background-image: url(../img/step.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  height: 1.8rem;
  width: 4.8rem;
  z-index: -1;
}
main #discount {
  background-color: #f6f1eb;
  padding: 30px 0 120px;
  position: relative;
}
main #discount::before {
  height: min(18vw, 100px);
  width: min(18vw, 100px);
  content: "";
  background-image: url(../img/white6.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: 0;
  right: 10%;
  position: absolute;
  transform: translateX(-50%);
}
main #discount .sub-title {
  font-size: min(7vw, 3rem);
  text-align: left;
  margin-left: 10%;
  margin-right: 0;
}
main #discount ul {
  max-width: 800px;
  margin: 0 auto;
  margin-left: 10%;
}
main #discount ul li .price {
  font-family: "tetsu";
  font-weight: bold;
  color: #f4592f;
  font-size: min(6.8vw, 3rem);
}
main #discount ul li p:first-of-type {
  font-weight: bold;
}
main #discount ul li:nth-of-type(2) {
  margin-left: 5%;
}
main #discount ul li:nth-of-type(3) {
  margin-left: 10%;
}
main #discount ul li:nth-of-type(4) {
  margin-left: 15%;
}
main #invite {
  background-color: #f4592f;
  color: white;
  font-weight: bold;
  padding: 10px 0 60px;
  text-align: center;
}
main #invite .sub-title {
  color: white;
  border-bottom: 0;
  margin-bottom: 10px;
  font-size: min(8vw, 3rem);
}
main #invite .middle {
  font-size: min(4vw, 2rem);
}
main #invite .btm {
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  font-size: min(6vw, 1.5rem);
  margin: 20px auto 0;
  padding: 5px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
main #form {
  background-color: #fcf4e5;
  padding: 50px 0 100px;
  position: relative;
  text-align: center;
}
main #form::before {
  height: min(18vw, 100px);
  width: min(18vw, 100px);
  content: "";
  background-image: url(../img/white5.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: 0;
  right: 25%;
  position: absolute;
  transform: translateX(-50%);
  transform: scale(-1, 1);
}
main #form::after {
  height: min(18vw, 100px);
  width: min(18vw, 100px);
  content: "";
  background-image: url(../img/white5.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: 0;
  left: 28%;
  position: absolute;
  transform: translateX(-50%);
}
main #form .sub-title {
  border-bottom: 0;
  margin-bottom: 10px;
}
main #form h3 {
  position: relative;
}
main #form a {
  background-color: #f4592f;
  border-radius: 40px;
  font-size: 2.5rem;
  color: white;
  position: relative;
  text-align: center;
  font-size: min(4.7vw, 2.5rem);
  margin-top: 20px;
  width: min(62vw, 530px);
}
main #form a::after {
  content: "";
  display: block;
  background-image: url(../img/star.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  right: -70px;
  top: 0;
  position: absolute;
  width: 50px;
}
@media screen and (max-width: 767px) {
  main #form a::after {
    right: -40px;
    height: 30px;
    width: 30px;
  }
}
main #form a::before {
  content: "";
  display: block;
  background-image: url(../img/star.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  left: -70px;
  position: absolute;
  transform: scale(-1, 1);
  width: 50px;
}
@media screen and (max-width: 767px) {
  main #form a::before {
    left: -40px;
    height: 30px;
    width: 30px;
  }
}
main #form a:hover {
  background-color: white;
  color: #f4592f;
}

footer {
  background-color: #f6eeea;
  font-weight: bold;
  padding: 90px 0;
  color: #f4592f;
}
footer .head {
  align-items: center;
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
}
@media screen and (max-width: 1365px) {
  footer .head {
    gap: 30px 0;
    flex-direction: column;
    margin-bottom: 20px;
    justify-content: center;
  }
}
footer .head img {
  border-radius: 50%;
  margin-right: 30px;
  width: 100px;
}
footer .head .texts {
  line-height: 1.5;
}
footer .head h2 {
  font-size: 1.5rem;
  line-height: 2;
}
footer .btm {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1365px) {
  footer .btm {
    gap: 30px 0;
    flex-direction: column;
    justify-content: center;
  }
}
footer .btm img {
  border-radius: 20px;
  margin-right: 30px;
  width: 150px;
}
footer .btm .info {
  margin-bottom: 30px;
}
footer .btm .contact {
  font-family: "tetsu";
}