@media screen and (max-width: 991px) {
  html.header-scrolled header {
    background-color: #fff;
  }
}
html body header {
  transition: 0.4s ease;
}
@media screen and (max-width: 991px) {
  html body header {
    background-color: transparent;
  }
}
@media screen and (max-width: 991px) {
  html body header .header_inner .logo_wrapper a {
    color: #fff;
    transition: 0.4s ease;
  }
}
html body main {
  margin-top: 0;
}
html body main .mainvisual h1 {
  position: absolute;
  visibility: hidden;
}
html body main .contents p {
  margin-bottom: 1rem;
}
html body main .contents p:last-child {
  margin-bottom: 0;
}
html body main .contents .hidden {
  position: absolute;
  visibility: hidden;
}
html body main .sec1 {
  background-image: url("../../images/index/sec1-bg.png");
  background-size: cover;
  padding: 16px 0 12px;
}
html body main .sec1 h2 {
  width: 310px;
  height: 40px;
  margin-inline: auto;
  display: grid;
  place-content: center;
  background-color: #DB539D;
  color: #fff;
  font-size: 16px;
  margin-bottom: 1rem;
}
html body main .sec1 .dl-wrap {
  margin-bottom: 10px;
}
html body main .sec1 .dl-wrap dl {
  width: 215px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 10px;
}
html body main .sec1 .dl-wrap dl + dl {
  margin-top: 18px;
}
html body main .sec1 .dl-wrap dl dt {
  background-color: #fff;
  width: 100%;
  height: 27px;
  display: grid;
  place-content: center;
  font-weight: 500;
  font-size: 16px;
}
html body main .sec1 .dl-wrap dl dd {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
}
html body main .sec1 .dl-wrap dl dd span {
  line-height: 1;
}
html body main .sec1 .dl-wrap dl dd span.yen {
  font-size: 24px;
  padding-bottom: 5px;
  margin-right: 3px;
}
html body main .sec1 .dl-wrap dl dd span.price {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.02em;
  padding-bottom: 5px;
  margin-right: 3px;
}
html body main .sec1 .dl-wrap dl dd span.tax {
  font-size: 10px;
  writing-mode: vertical-rl;
}
html body main .sec1 p {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
}
html body main .sec2 {
  padding: 38px 0;
  background-image: url(../../images/index/sec2-bg.png);
  background-size: cover;
}
html body main .sec2 .contents-list-wrapper .contents-list:first-child ul {
  padding-left: 12.5px;
  margin-bottom: 30px;
}
html body main .sec2 .contents-list-wrapper .contents-list:first-child ul li {
  background-color: #fff;
  padding: 10px 10px 10px 28px;
  font-size: 14px;
  line-height: 1.4285714286;
  position: relative;
  z-index: 0;
}
html body main .sec2 .contents-list-wrapper .contents-list:first-child ul li::before {
  content: "";
  position: absolute;
  background-image: url("../../images/index/ico-x.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  left: -12.5px;
  right: 0;
  margin: auto auto auto 0;
  z-index: -1;
}
html body main .sec2 .contents-list-wrapper .contents-list:first-child ul li + li {
  margin-top: 10px;
}
html body main .sec2 .contents-list-wrapper .contents-list:nth-child(2) ul {
  margin-top: -10px;
  display: flex;
}
html body main .sec2 .contents-list-wrapper .contents-list:nth-child(2) ul li img {
  width: 128px;
}
html body main .sec2 .contents-list-wrapper .contents-list:nth-child(2) ul li + li {
  margin-left: -1rem;
}
html body main .sec2 .contents-list-wrapper .contents-list:nth-child(3) {
  margin-top: 30px;
  padding-bottom: 20px;
  background-image: url(../../images/index/sec2-bg-3.png);
  background-size: cover;
  position: relative;
  z-index: 0;
}
html body main .sec2 .contents-list-wrapper .contents-list:nth-child(3)::after {
  content: "";
  position: absolute;
  background-image: url("../../images/index/sec2-img-3-1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 127.5px;
  height: 233.5px;
  top: 0;
  bottom: 0;
  left: 0;
  right: -1rem;
  margin: auto 0 0 auto;
  z-index: 1;
}
html body main .sec2 .contents-list-wrapper .contents-list:nth-child(3) p {
  text-align: center;
  color: #DB539D;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4444444444;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
html body main .sec2 .contents-list-wrapper .contents-list:nth-child(3) .dl-wrap {
  padding: 0 38px;
}
html body main .sec2 .contents-list-wrapper .contents-list:nth-child(3) .dl-wrap dl + dl {
  margin-top: 16px;
}
html body main .sec2 .contents-list-wrapper .contents-list:nth-child(3) .dl-wrap dt {
  background-color: #4E4E4E;
  width: 143px;
  height: 27px;
  display: grid;
  place-content: center;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
html body main .sec2 .contents-list-wrapper .contents-list:nth-child(3) .dl-wrap dd {
  background-color: #DB539D;
  box-shadow: inset -6px -8px 6px rgba(0, 0, 0, 0.15);
  width: 188px;
  height: 35px;
  display: grid;
  place-content: center;
  border-radius: 20px;
  font-family: "Kiwi Maru", serif;
  color: #fff;
  font-size: 18px;
  margin-top: 4px;
  margin-left: 38px;
  position: relative;
  z-index: 0;
}
html body main .sec2 .contents-list-wrapper .contents-list:nth-child(3) .dl-wrap dd::before {
  content: "";
  position: absolute;
  background-image: url("../../images/index/img-arw-3-3.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 27px;
  top: -4px;
  bottom: 0;
  left: -23px;
  right: 0;
  margin: 0 auto auto 0;
  z-index: -1;
}
html body main .sec2 .contents-list-wrapper .contents-list:nth-child(4) {
  background-color: #fff;
  background-image: url("../../images/index/sec2-bg-4.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  padding-top: 30px;
  position: relative;
  z-index: 0;
}
html body main .sec2 .contents-list-wrapper .contents-list:nth-child(4)::after {
  content: "";
  position: absolute;
  background-image: url("../../images/index/sec2-img-4-1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 349px;
  height: 203px;
  top: 0;
  bottom: -25px;
  left: -1rem;
  right: -1rem;
  margin: auto auto 0 auto;
  z-index: -1;
}
html body main .sec2 .contents-list-wrapper .contents-list:nth-child(4) .inner {
  padding: 0 1rem 170px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
html body main .sec2 .contents-list-wrapper .contents-list:nth-child(4) ul {
  margin-bottom: 20px;
}
html body main .sec2 .contents-list-wrapper .contents-list:nth-child(4) ul li {
  font-family: "Kiwi Maru", serif;
  color: #B1965B;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  border-bottom: 1px solid #B1965B;
  padding: 5px 0;
}
html body main .sec2 .contents-list-wrapper .contents-list:nth-child(4) p {
  font-size: 14px;
  line-height: 1.5714285714;
}
html body main .sec3 {
  padding: 45px 0;
}
html body main .sec4 {
  padding: 0 0;
}
html body main .sec4 ul {
  margin-top: -60px;
  margin-bottom: 15px;
  display: flex;
}
html body main .sec4 ul li {
  width: 33.3333333333%;
}
html body main .sec4 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  position: relative;
  z-index: 0;
}
html body main .sec4 p::after {
  content: "";
  position: absolute;
  background-image: url("../../images/index/sec4-img-2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 129px;
  height: 106px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0 auto auto;
  z-index: 1;
}
html body main .sec5 {
  padding-bottom: 0;
}
html body main .sec5 h2 {
  position: relative;
  z-index: 1;
}
html body main .sec5 .img-wrap {
  position: relative;
  z-index: 0;
  margin-top: -34px;
  background-color: #F7F5EE;
  padding: 40px 50px 27px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 15px;
}
html body main .sec5 .img-wrap img {
  margin: auto auto 0;
}
html body main .sec6 {
  background: linear-gradient(-155deg, #5CA6C7 0%, #5CA6C7 10%, #FCFFD9 100%);
  padding: 25px 0 35px;
}
html body main .sec6 h2 {
  text-align: center;
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}
html body main .sec6 h3 {
  text-align: center;
  width: 100%;
  height: 40px;
  display: grid;
  place-content: center;
  background: linear-gradient(105deg, #95438B 0, #95438B 10%, #DB539D 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}
html body main .sec6 .contents-list-wrapper .contents-list:first-child {
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
html body main .sec6 .contents-list-wrapper .contents-list:nth-child(2) {
  margin-top: 30px;
}
html body main .sec6 .contents-list-wrapper .contents-list:nth-child(2) p {
  text-align: center;
  color: #95438B;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
  z-index: 0;
}
html body main .sec6 .contents-list-wrapper .contents-list:nth-child(2) p::before {
  content: "|";
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  transform: rotate(-30deg);
  margin-right: 5px;
}
html body main .sec6 .contents-list-wrapper .contents-list:nth-child(2) p::after {
  content: "|";
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  transform: rotate(30deg);
  margin-left: 5px;
}
html body main .sec6 .contents-list-wrapper .contents-list:nth-child(2) h3 {
  position: relative;
  z-index: 0;
}
html body main .sec6 .contents-list-wrapper .contents-list:nth-child(2) h3::after {
  content: "";
  position: absolute;
  background-image: url("../../images/index/sec6-img-2-1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 98px;
  height: 243px;
  top: 0;
  bottom: 0;
  left: 0;
  right: -1rem;
  margin: auto 0 0 auto;
  z-index: -1;
}
html body main .sec7 {
  padding: 40px 0 0;
}
html body main .sec7 .content {
  display: none;
}
html body main .sec7 .content.show {
  display: block;
}
html body main .sec7 .tab-container {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
html body main .sec7 .tab-container .tab {
  background-color: #EBE3D0;
  border-radius: 8px 8px 0 0;
  width: 100px;
  height: 36px;
  display: grid;
  place-content: center;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
html body main .sec7 .tab-container .tab.active {
  background-color: #C7A65C;
  width: 118px;
  height: 46px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  cursor: default;
}
html body main .sec7 .content-container {
  background-color: #C7A65C;
  padding: 12px 12px 20px;
}
html body main .sec7 .content-container .content .case-img-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 10px;
}
html body main .sec7 .content-container .content .case-img-wrap figure figcaption {
  background-color: #292824;
  width: 100%;
  height: 23px;
  display: grid;
  place-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
html body main .sec7 .content-container .content ul {
  margin-bottom: 5px;
}
html body main .sec7 .content-container .content ul li {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: 0.01em;
}
html body main .sec7 .content-container .content p {
  color: #fff;
  font-size: 12px;
}
html body main .sec8 {
  padding: 80px 0 0;
}
html body main .sec8 figure + figure {
  margin-top: 10px;
}
html body main .sec9 {
  padding: 60px 0 40px;
}
html body main .sec9 p {
  font-weight: 500;
}
html body main .sec9 p:first-child {
  font-size: 18px;
  line-height: 1.4444444444;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}
html body main .sec9 p:first-child::after {
  content: "";
  position: absolute;
  background-image: url("../../images/index/sec9-img-1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 174px;
  height: 117px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0 auto auto;
  z-index: -1;
}
html body main .sec9 p:last-child {
  font-family: "Kiwi Maru", serif;
  text-align: center;
  color: #DB539D;
  font-size: 22px;
  border-bottom: 1px solid #DB539D;
}
html body main .sec10 {
  background-color: #B7819E;
  padding: 30px 0 15px;
}
html body main .sec10 h2 {
  text-align: center;
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4090909091;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}
html body main .sec10 h2::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 100%;
  transform: rotate(-25deg);
  top: 0;
  bottom: 0;
  left: 15px;
  right: 0;
  margin: auto auto auto 0;
  z-index: -1;
}
html body main .sec10 h2::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 100%;
  transform: rotate(25deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 15px;
  margin: auto 0 auto auto;
  z-index: -1;
}
html body main .sec10 .box-sld {
  margin: 20px 0;
  padding-bottom: 54px;
}
html body main .sec10 .box-sld .item {
  background-color: #C7A65C;
  position: relative;
}
html body main .sec10 .box-sld .item .btn-trial {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
}
html body main .sec10 .box-sld .item .btn-trial a {
  width: 284px;
  height: 42px;
  margin-inline: auto;
  display: grid;
  place-content: center;
  background-color: #89723E;
  border-radius: 40px;
  border: 2px solid #CCB576;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), inset -10px -10px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  transition: 0.3s;
}
html body main .sec10 .box-sld .item .btn-trial a:hover {
  background-color: #554829;
}
html body main .sec10 .box-sld .slick-prev:before,
html body main .sec10 .box-sld .slick-next:before {
  display: none;
}
html body main .sec10 .box-sld .slick-prev,
html body main .sec10 .box-sld .slick-next {
  top: auto;
  bottom: 10px;
  width: 36px;
  height: 8px;
  z-index: 10;
}
html body main .sec10 .box-sld .slick-prev {
  background: url("../../images/index/sld/sld-arw-l.svg") no-repeat center/contain;
}
html body main .sec10 .box-sld .slick-next {
  background: url("../../images/index/sld/sld-arw-r.svg") no-repeat center/contain;
}
html body main .sec10 .box-sld .slick-prev {
  left: calc(50% - 70px);
}
html body main .sec10 .box-sld .slick-next {
  left: calc(50% + 40px);
}
html body main .sec10 p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
html body main .sec11 {
  padding: 60px 0 0;
}
html body main .sec11 .flow-wrap dl + dl {
  margin-top: 37px;
  position: relative;
  z-index: 0;
}
html body main .sec11 .flow-wrap dl + dl::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 19px solid #808080;
  border-bottom: 0;
  top: -29px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto auto;
  z-index: -1;
}
html body main .sec11 .flow-wrap dl dt {
  background-color: #B7829F;
  font-family: "Kiwi Maru", serif;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  align-items: center;
  height: 46px;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
html body main .sec11 .flow-wrap dl dt::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 18px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 21px;
  margin: auto 0 auto auto;
  z-index: -1;
  transition: 0.3s;
}
html body main .sec11 .flow-wrap dl dt::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 18px;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 13px;
  margin: auto 0 auto auto;
  z-index: -1;
  transition: 0.3s;
}
html body main .sec11 .flow-wrap dl dt span {
  background-color: #333333;
  width: 70px;
  height: 100%;
  display: grid;
  place-content: center;
}
html body main .sec11 .flow-wrap dl dt.active_dt::before {
  transform: rotate(90deg);
}
html body main .sec11 .flow-wrap dl dt.active_dt::after {
  content: none;
}
html body main .sec11 .flow-wrap dl dd {
  display: none;
  background-color: #F5EDF1;
  padding: 14px 12px 12px;
}
html body main .sec11 .flow-wrap dl dd p {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.625;
}
html body main .sec11 .flow-wrap dl dd div {
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 15px;
}
html body main .sec12 {
  padding-top: 50px;
  padding-bottom: 0;
}
html body main .sec12 .dl-wrap dl + dl {
  margin-top: 10px;
}
html body main .sec12 .dl-wrap dl dt,
html body main .sec12 .dl-wrap dl dd {
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
html body main .sec12 .dl-wrap dl dt {
  border: 1px solid #95438B;
  color: #95438B;
  padding: 12px 40px 12px 48px;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
html body main .sec12 .dl-wrap dl dt::before {
  content: "";
  position: absolute;
  background-color: #292824;
  width: 1px;
  height: 18px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 21px;
  margin: auto 0 auto auto;
  z-index: -1;
  transition: 0.3s;
}
html body main .sec12 .dl-wrap dl dt::after {
  content: "";
  position: absolute;
  background-color: #292824;
  width: 18px;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 13px;
  margin: auto 0 auto auto;
  z-index: -1;
  transition: 0.3s;
}
html body main .sec12 .dl-wrap dl dt span {
  position: relative;
  z-index: 0;
}
html body main .sec12 .dl-wrap dl dt span::before {
  content: "";
  position: absolute;
  background-image: url("../../images/index/ico-q.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: -37px;
  right: 0;
  margin: auto auto auto 0;
  z-index: -1;
}
html body main .sec12 .dl-wrap dl dt.active_dt::before {
  transform: rotate(90deg);
}
html body main .sec12 .dl-wrap dl dt.active_dt::after {
  content: none;
}
html body main .sec12 .dl-wrap dl dd {
  display: none;
  border: 1px solid #95438B;
  border-top: none;
  padding: 12px 13px 18px 48px;
  position: relative;
  z-index: 0;
}
html body main .sec12 .dl-wrap dl dd::before {
  content: "";
  position: absolute;
  background-image: url("../../images/index/ico-a.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
  top: 13px;
  bottom: 0;
  left: 10px;
  right: 0;
  margin: 0 auto auto 0;
  z-index: -1;
}
html body main .sec13 {
  padding: 90px 0 0;
}
html body main .sec13 p {
  color: #fff;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.1;
  position: relative;
  z-index: 0;
}
html body main .sec13 p span {
  padding: 0 5px 0 10px;
  display: inline-block;
  background: linear-gradient(-40deg, #5CA6C7 0, #95438B 100%);
  margin: 5px 0;
}
html body main .sec13 p::before {
  content: "";
  position: absolute;
  background-image: url("../../images/index/ico-caution.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 44px;
  top: -52px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto auto;
  z-index: -1;
}
html body main .sec14 {
  padding: 0 0 40px;
}
html body main .sec14 .access-wrap {
  aspect-ratio: 350/200;
  width: 100%;
}
html body main .sec14 .access-wrap iframe {
  width: 100%;
  height: 100%;
}
html body main .sec14 ul {
  margin-top: 25px;
}
html body main .sec14 ul li {
  margin-inline: auto;
}
html body main .sec14 ul li:first-child {
  width: 309px;
}
html body main .sec14 ul li:nth-child(2) {
  width: 304px;
}
html body main .sec14 ul li + li {
  margin-top: 4px;
}
html body main .bg-rep {
  background-image: url("../../images/common/pc_bg-rep.png");
  background-size: 375px 250px;
}
html body main .bg-pink {
  background-color: #FFF0F8;
}
html body main .cta-1 {
  padding: 40px 0;
}
html body main .cta-1 .btn-cta-1 {
  display: block;
  margin-inline: auto;
  width: 300px;
  height: 80px;
  background: url(../../images/index/img-cta-1.svg) no-repeat center bottom/cover;
  transition: 0.3s;
}
html body main .cta-1 .btn-cta-1:hover {
  background-image: url(../../images/index/img-cta-1_hover.svg);
}

/*# sourceMappingURL=index.css.map */
