/*****************/
/**** reset *****/
/*****************/
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: yu-mincho-pr6n, sans-serif !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

img {
  height: auto;
  display: block;
}

.desc {
  line-height: 1.6;
}

.noto {
  font-family: noto-sans-cjk-jp, sans-serif !important;
}

section {
  position: relative;
  overflow: hidden;
}
section .section-before {
  position: absolute;
  width: 50%;
  padding-top: 50%;
  top: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  background-color: black;
}
section .section-before.hero-before {
  top: auto;
  bottom: 0;
  padding-top: 30%;
}
section .section-before__left {
  left: 0;
  transform: skewY(30deg) translateY(-50%);
}
section .section-before__left.hero-before {
  transform: skewY(30deg) translateY(50%);
}
section .section-before__right {
  right: 0;
  transform: skewY(-30deg) translateY(-50%);
}
section .section-before__right.hero-before {
  transform: skewY(-30deg) translateY(50%);
}

a {
  text-decoration: none;
}

.container {
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}

/****************/
/**fixed-header**/
/****************/
.fixed-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 768px;
  width: 100%;
  height: 70px;
  background-image: url(../images/fixed-header__bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
  opacity: 0;
  z-index: -1;
  transition: all 0.6s ease;
}
.fixed-header.active {
  z-index: 100;
  opacity: 1;
}
.fixed-header:hover {
  opacity: 1;
}
.fixed-header__img01 {
  width: 43px;
}
.fixed-header__img02 {
  width: 235px;
  margin-left: 19px;
}
@media screen and (max-width: 500px) {
  .fixed-header__img02 {
    width: 200px;
  }
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 768px;
  width: 100%;
  display: flex;
  opacity: 0;
  z-index: -1;
  transition: all 0.6s ease;
}
.fixed-footer.active {
  z-index: 100;
  opacity: 1;
}
.fixed-footer.is-hidden {
  opacity: 0;
  z-index: -1;
}
.fixed-footer__item {
  flex: 1;
}
.fixed-footer__item.mail {
  background-color: #e83828;
}
.fixed-footer__item.tel {
  background-color: #00910d;
}
.fixed-footer__link {
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fixed-footer__link p {
  color: white;
  font-size: 22px;
  line-height: normal;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}
.fixed-footer__link p span {
  border-radius: 3px;
  margin-top: 5px;
  background-color: white;
  display: flex;
  padding: 2px 5px;
  align-items: center;
  justify-content: center;
  color: #00910d;
  font-size: 16px;
  letter-spacing: -0.05em;
}
.fixed-footer__img.mail {
  width: 40px;
  margin-bottom: 10px;
}
.fixed-footer__img.tel {
  width: 24px;
  margin-bottom: 5px;
}

/****************/
/**main**/
/****************/
#my-main {
  background-color: black;
}
#my-main .main-wrapper {
  max-width: 768px;
  margin: 0 auto;
}
#my-main {
  /****************/
  /**hero**/
  /****************/
}
#my-main .hero {
  background-image: url(../images/hero-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 30px;
  padding-bottom: 100px;
}
#my-main .hero-img01 {
  margin: 0 auto;
  width: 113px;
}
#my-main .hero-lead {
  margin-top: 20px;
  font-size: 47px;
  padding-left: 10px;
  text-align: center;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
  letter-spacing: 0.1em;
}
#my-main .hero-lead.lead01 {
  letter-spacing: 0.05em;
}
#my-main .hero-lead.lead02 {
  margin-top: 30px;
  font-size: 25px;
}
#my-main .hero-logo {
  margin: 0 auto;
}
#my-main .hero-logo img {
  margin: 0 auto;
  width: 234px;
}
#my-main {
  /****************/
  /**intro**/
  /****************/
}
#my-main .intro {
  background-color: black;
  padding-top: 15px;
  position: relative;
  padding-bottom: 30px;
}
#my-main .intro-cta__item {
  margin-bottom: 10px;
}
#my-main .intro-cta__item:last-child {
  margin-bottom: 0;
}
#my-main .intro-cta__link {
  padding: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
#my-main .intro-cta__link.free {
  background-color: #e83828;
}
#my-main .intro-cta__link.free p {
  font-size: 27px;
}
#my-main .intro-cta__link.tel {
  background-color: #00910d;
}
#my-main .intro-cta__link.tel p {
  font-size: 30px;
}
#my-main .intro-cta__link p {
  color: white;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
#my-main .intro-cta__link p span {
  font-size: 18px;
}
#my-main .intro-cta__link p span.white {
  margin-top: 5px;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: white;
  color: #00910d;
  display: flex;
  align-items: center;
  justify-content: center;
}
#my-main .intro-cta__link img {
  margin-top: 10px;
  width: 60px;
  margin-right: 10px;
}
#my-main .intro-lead {
  text-align: center;
  color: white;
  letter-spacing: -0.01em;
}
#my-main .intro-lead.lead01 {
  margin-top: 35px;
  font-size: 36px;
  line-height: 1.4;
}
#my-main .intro-lead.lead01 span {
  color: #e83828;
}
#my-main .intro-lead.lead02 {
  margin-top: 25px;
  font-size: 22px;
}
#my-main .intro-list {
  margin: 33px -2% 0;
  display: flex;
  flex-wrap: wrap;
}
#my-main .intro-list__item {
  flex-shrink: 0;
  width: 153px;
  margin-bottom: 15px;
  margin-left: 2%;
  margin-right: 2%;
}
#my-main .intro-list__ttl {
  font-size: 26px;
  color: white;
  text-align: center;
}
#my-main .intro-list__img {
  margin-top: 10px;
  aspect-ratio: 1/1;
}
#my-main .intro-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#my-main .intro-list__text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  color: white;
  line-height: 1.4;
}
#my-main .intro-list__text span {
  display: flex;
  width: 36px;
  height: 16px;
  background-color: #c30d23;
  color: white;
  font-size: 11px;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
#my-main .intro-list__text.text01 {
  margin-top: 10px;
}
@media screen and (max-width: 500px) {
  #my-main .intro-list {
    justify-content: space-between;
    margin: 33px auto 0;
  }
  #my-main .intro-list__item {
    width: 47%;
    margin-left: 0;
    margin-right: 0;
  }
}
#my-main .intro-catch {
  margin-top: 25px;
  text-align: center;
  color: white;
  font-size: 25px;
  line-height: 1.4;
}
#my-main {
  /****************/
  /**explain**/
  /****************/
}
#my-main .explain {
  background-image: url(../images/explain-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 45%;
  padding-bottom: 38px;
  position: relative;
}
#my-main .explain .section-before {
  background-color: white;
  box-shadow: none;
}
@media screen and (max-width: 500px) {
  #my-main .explain .section-before.section-before__left {
    transform: skewY(30deg) translateY(-58%);
  }
  #my-main .explain .section-before.section-before__right {
    transform: skewY(-30deg) translateY(-58%);
  }
}
#my-main .explain .container {
  margin-left: 20px;
  margin-right: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px 10px 0px;
}
#my-main .explain-desc {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 1px solid #b5b5b6;
  font-size: 21px;
  color: black;
  height: 45px;
  font-weight: 600;
}
#my-main .explain-desc img {
  display: block;
  width: 39px;
  margin-bottom: 10px;
}
#my-main .explain-desc span {
  color: #c30d23;
  display: block;
}
#my-main .explain-desc span.big {
  font-size: 28px;
}
#my-main .explain-img {
  width: 251px;
  margin-left: auto;
  margin-right: -10px;
}
#my-main {
  /****************/
  /**gift**/
  /****************/
}
#my-main .gift {
  background-color: white;
  position: relative;
}
@media screen and (max-width: 500px) {
  #my-main .gift {
    padding-top: 148px;
    background-color: #dcdddd;
  }
}
#my-main .gift-bg {
  display: none;
}
@media screen and (max-width: 500px) {
  #my-main .gift-bg {
    display: block;
    width: 100%;
    position: relative;
  }
}
#my-main .gift-head {
  width: 100%;
  background-image: url(../images/free-head__bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 40px;
  padding: 10px;
  text-align: center;
  color: white;
}
#my-main .gift-head span {
  color: #e0bb46;
}
@media screen and (max-width: 500px) {
  #my-main .gift-head {
    position: absolute;
    top: 0;
    left: 0;
  }
}
#my-main .gift .container {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 500px) {
  #my-main .gift .container {
    position: absolute;
    top: 148px;
    left: 0;
  }
}
#my-main .gift-ttl {
  margin-top: 28px;
  font-size: 17px;
  color: black;
}
#my-main .gift-ttl.ttl02 {
  margin-top: -120px;
}
#my-main .gift-img01 {
  margin-top: 15px;
  margin-left: 15px;
  width: 312px;
}
#my-main .gift-img02 {
  margin: -25px auto 0;
  width: 313px;
}
#my-main .gift-catch {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
#my-main {
  /****************/
  /**detail**/
  /****************/
}
#my-main .detail {
  padding-top: 45%;
  position: relative;
}
#my-main .detail.detail01 {
  background-color: #dcdddd;
  padding-bottom: 38px;
}
#my-main .detail.detail01 .container {
  position: relative;
}
#my-main .detail.detail01::after {
  display: none;
}
#my-main .detail.detail02 {
  background-color: white;
}
#my-main .detail.detail02 .section-before {
  display: none;
}
#my-main .detail.detail02 .container {
  padding-top: 30px;
}
@media screen and (min-width: 501px) {
  #my-main .detail.detail02 {
    background-color: #dcdddd;
  }
  #my-main .detail.detail02 .section-before {
    display: block;
  }
}
#my-main .detail-bg {
  display: none;
}
@media screen and (max-width: 500px) {
  #my-main .detail {
    padding-top: 0;
    position: relative;
  }
  #my-main .detail::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #dcdddd;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
  }
  #my-main .detail::after {
    content: "";
    width: 100%;
    height: 10px;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
  }
  #my-main .detail-bg {
    display: block;
    width: 100%;
  }
  #my-main .detail .container {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
#my-main .detail .section-before {
  background-color: white;
  box-shadow: none;
}
@media screen and (max-width: 500px) {
  #my-main .detail .section-before {
    display: none;
  }
}
#my-main .detail {
  background-color: #dcdddd;
}
#my-main .detail-lead {
  text-align: center;
  margin-top: 35px;
  font-size: 34px;
  line-height: 1.4;
}
#my-main .detail-lead span {
  font-size: 25px;
}
#my-main .detail-note {
  margin: 12px auto 0;
  width: 320px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  color: black;
  line-height: 1.4;
}
#my-main .detail-note span {
  color: #c30d23;
}
#my-main .detail-desc {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: -0.05em;
}
#my-main {
  /****************/
  /**worry**/
  /****************/
}
#my-main .worry {
  position: relative;
  background-color: white;
}
#my-main .worry .container {
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 56px;
}
#my-main .worry-bg {
  width: 100%;
}
#my-main .worry-bg img {
  -webkit-mask-image: linear-gradient(to bottom, white 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, white 90%, transparent 100%);
}
@media screen and (min-width: 501px) {
  #my-main .worry-bg {
    height: 510px;
  }
  #my-main .worry-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#my-main .worry-ttl {
  font-size: 34px;
  line-height: 1.4;
  text-align: center;
}
#my-main .worry-list {
  margin: 30px auto 0;
  width: 300px;
}
#my-main .worry-list__item {
  display: flex;
  font-size: 20px;
  line-height: 1.4;
  align-items: flex-start;
}
#my-main .worry-list__item img {
  margin-top: 3px;
  margin-right: 5px;
  flex-shrink: 0;
  width: 30px;
}
#my-main .worry-catch {
  margin-top: 40px;
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
}
#my-main .worry-catch span {
  color: #c30d23;
}
#my-main {
  /****************/
  /**form**/
  /****************/
}
#my-main .form {
  padding-top: 45%;
  padding-bottom: 130px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 500px) {
  #my-main .form {
    padding-top: 0;
  }
  #my-main .form::before {
    content: "";
    width: 100%;
    height: 10px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
  }
}
#my-main .form .section-before {
  background-color: #dcdddd;
  box-shadow: none;
}
@media screen and (max-width: 500px) {
  #my-main .form .section-before {
    display: none;
  }
}
#my-main .form {
  background-color: white;
}
#my-main .form-lead {
  text-align: center;
  font-size: 30px;
  color: black;
  line-height: 1.4;
}
#my-main .form-lead span {
  color: #c30d23;
  font-size: 33px;
}
#my-main .form-note {
  margin-top: 20px;
  padding: 25px;
  border: 1px solid black;
}
#my-main .form-note__ttl {
  font-size: 27px;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}
#my-main .form-note__desc {
  font-size: 14px;
}
#my-main .form-head {
  margin-top: 24px;
  background-image: url(../images/form-head__bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px;
  font-size: 19px;
  color: white;
  text-align: center;
}
#my-main .form-head span {
  font-size: 33px;
}
#my-main .form__container tr.req th span::after {
  white-space: nowrap;
}
#my-main .form__container tr th,
#my-main .form__container td {
  padding-right: 8px;
}
#my-main .form__container button[type=submit] {
  background-color: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #my-main .form__container tr th {
    width: 100%;
  }
}

footer {
  background-color: black;
}

.my-footer {
  max-width: 768px;
  margin: 0 auto;
}
.my-footer-top {
  background-color: #3e3a39;
  padding-top: 22px;
  padding-bottom: 22px;
}
.my-footer-top__info {
  text-align: center;
  font-size: 18px;
  color: white;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
}
.my-footer-top__desc {
  font-size: 12px;
  color: white;
}
.my-footer-top__links {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-footer-top__link {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid white;
}
.my-footer-top__link:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.my-footer-top__link a {
  font-size: 14px;
  color: white;
}
.my-footer-bottom {
  background-color: white;
  padding: 25px;
}
.my-footer-bottom__logo img {
  margin: 0 auto;
  width: 225px;
}
.my-footer-bottom__copy {
  margin-top: 10px;
  text-align: center;
  color: black;
  font-size: 12px;
}/*# sourceMappingURL=my-style.css.map */