@charset "UTF-8";

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  scroll-behavior: smooth;
}
body {
  background-color: #fffde8;
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: calc(50 / 20);
}

/* content width */
.inner__1160 {
  width: 100%;
  max-width: calc(1160px + 24px + 24px);
  margin-inline: auto;
  padding: 0 24px;
}

/* img */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

@media (max-width: 900px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
}

/* inner */
.inner {
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
  /* border: 2px solid red; */
}
.section-reason .inner {
  max-width: 1066px;
}
.section-trial .inner {
  max-width: 1000px;
  padding: 0 20px;
}

/* margin */
.margin-l {
  margin-top: 200px;
}
@media (max-width: 600px) {
  .margin-l {
    margin-top: 100px;
  }
}
.margin-m {
  margin-top: 150px;
}
@media (max-width: 600px) {
  .margin-m {
    margin-top: 75px;
  }
}
.margin-s {
  margin-top: 100px;
}
@media (max-width: 600px) {
  .margin-s {
    margin-top: 50px;
  }
}
.margin-mini {
  margin-top: 50px;
}
@media (max-width: 600px) {
  .margin-mini {
    margin-top: 25px;
  }
}

/* text */
.text-red {
  color: #ff6347;
}
.text-green {
  color: #168302;
}

/* h2 title */
.section__h2__wrapper {
  display: flex;
  justify-content: center;
}
.section__h2 {
  display: inline-block;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  position: relative;
}
.section__h2::after {
  display: block;
  content: "";
  width: calc(100% + 4em);
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: 0.8em;
  left: 50%;
  transform: translateX(-50%);
}
.section__h2__strong {
  font-size: 5rem;
}
.section__h2__three {
  font-size: 8rem;
  line-height: 2;
}
/* h2 title end */

/*button */
.order__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  max-width: 550px;
  height: 90px;
  padding: 10px 35px;
  background-color: #168302;
  border-radius: 100vw;
  color: white;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  margin: 40px auto;
}
.order__button span {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
}

@media (max-width: 900px) {
  main {
    margin-top: 70px;
  }
}

/* drawrmenu */
/* a {
  font-family: sans-serif;
  text-decoration: none;
} */
@media (min-width: 901px) {
  .humberger {
    display: none;
  }
  #navigation {
    display: none;
  }
}

@media (max-width: 900px) {
  .humberger {
    display: block;
    height: 60px;
    margin-left: auto;
    position: relative;
    z-index: 10;
    width: 60px;
    border: none;
    background-color: transparent;
  }

  .humberger.-active .humberger__line {
    background-color: transparent;
  }
  .humberger.-active .humberger__line::before {
    top: 0;
    transform: rotate(45deg);
  }
  .humberger.-active .humberger__line::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .humberger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    background-color: #172e59;
    transition: 0.4s;
  }
  .humberger__line:before,
  .humberger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #172e59;
    transition: inherit;
  }
  .humberger__line:before {
    top: -6px;
  }
  .humberger__line:after {
    top: 6px;
  }
  .humberger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .header {
    width: 300px;
  }
  .header__nav-area {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    height: 100vh;
    width: 300px;
    visibility: hidden;
    padding-top: 60px;
    background-color: #fff;
    transition: 0.4s;
  }
  .header__nav-area.-active {
    left: 0;
    visibility: visible;
  }
  .global-navigation {
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 120px;
    padding-left: 25px;
  }
  .global-navigation__list > li {
    padding-bottom: 20px;
    border-bottom: 2px solid #e7e9ee;
  }
  .global-navigation__list > li + li {
    margin-top: 20px;
  }
  .global-navigation__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #172e59;
    font-weight: 900;
    transition: color 0.4s;
    font-size: 0.875rem;
  }
  .global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
  }
  .global-navigation__link.-accordion::after {
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    background-color: #ed3242;
    transform: translateY(-50%);
    transition: transform 0.4s;
  }
  .global-navigation__link.-accordion::before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    background-color: #ed3242;
    transform: translateY(-50%);
  }
  .global-navigation__link.-active::after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
  }
  .accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
  }
  .accordion__list li {
    font-size: 0.75rem;
  }
  .accordion__list li + li {
    margin-top: 21px;
  }
  .accordion__link {
    color: #172e59;
  }
}
/* test */
/* section {
  border: 2px solid blue; 
} */
