@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
}

table {
  border-spacing: 0;
}

a {
  color: #3E3A39;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

strong {
  font-weight: bold;
}

ul {
  list-style: none;
}

/* サイトレイアウト */
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
  background: #CEE6C1;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  .wrap {
    padding-bottom: 13.3333333333vw;
  }
}

.main-content {
  background: url("../img/bg01.png") repeat-y 0 0;
  background-size: 100% auto;
}

.copyright {
  background: #fff;
  padding: 40px 3%;
}
.copyright .footer_logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright .footer_logo .logo {
  margin-right: 5%;
}
.copyright .footer_logo .logo img {
  width: 200px;
}
.copyright .copy {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  font-weight: 700;
  color: #5d8a2a;
}
@media (max-width: 750px) {
  .copyright .footer_logo .logo img {
    width: 180px;
  }
  .copyright .copy {
    font-size: 12px;
  }
}

.adress {
  text-align: center;
  font-weight: 500;
  margin-top: 40px;
  font-size: 14px;
}
.adress p {
  text-align: left;
  display: inline-block;
}
@media (max-width: 750px) {
  .adress {
    margin-top: 20px;
    font-size: 11px;
  }
}

/*共通*/
.fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
@media (max-width: 750px) {
  .fadein.sp-fv {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

.bg-white {
  background: #fff;
}

.cta {
  position: relative;
  margin-top: -20px;
}
.cta::before {
  display: block;
  content: "";
  width: 100%;
  height: 686px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e3e3e3;
  z-index: 0;
}
.cta.bg {
  padding-bottom: 20px;
}
.cta.bg::before {
  height: 706px;
}
.cta .btn-wrap {
  position: absolute;
  left: 83px;
  top: 523px;
  width: 593px;
}
@media (max-width: 750px) {
  .cta {
    margin-top: -2.6666666667vw;
  }
  .cta::before {
    height: 91.4666666667vw;
  }
  .cta.bg {
    padding-bottom: 2.6666666667vw;
  }
  .cta.bg::before {
    height: 94.1333333333vw;
  }
  .cta .btn-wrap {
    left: 11.0666666667vw;
    top: 69.7333333333vw;
    width: 79.0666666667vw;
  }
}

.box {
  position: relative;
}
.box .txt {
  position: absolute;
  left: 0;
  width: 100%;
}

.fnt-s-m {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.fnt-s-m2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

.fnt-s-g {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.marker {
  background: linear-gradient(transparent 60%, #D9C92E 40%);
}

.marker-s {
  background: linear-gradient(transparent 90%, #D9C92E 10%);
}

.lacking {
  text-align: center;
  color: #231815;
}
.lacking .txt01 {
  font-size: 45px;
  font-weight: 700;
  color: #231815;
}
.lacking .txt01 .fnt-l {
  font-size: 70px;
}
.lacking .txt01 .fnt-l.b {
  font-weight: 900;
}
.lacking .txt02 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #231815;
  font-weight: 500;
}
.lacking .txt03 {
  bottom: 136px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.7;
}
.lacking .txt04 {
  top: 790px;
  left: 290px;
  width: 420px;
  font-size: 26px;
  line-height: 1.65;
  text-align: left;
}
@media (max-width: 750px) {
  .lacking .txt01 {
    font-size: 6vw;
  }
  .lacking .txt01 .fnt-l {
    font-size: 9.3333333333vw;
  }
  .lacking .txt02 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .lacking .txt03 {
    bottom: 18.1333333333vw;
    font-size: 4vw;
  }
  .lacking .txt04 {
    top: 105.3333333333vw;
    left: 38.6666666667vw;
    width: 56vw;
    font-size: 3.4666666667vw;
  }
}

.troublesome {
  background: url("../img/bg02.png") no-repeat 0 0;
  background-size: 100% auto;
}
.troublesome .mt {
  margin-top: -25px;
}
@media (max-width: 750px) {
  .troublesome .mt {
    margin-top: -3.3333333333vw;
  }
}

.commitment {
  background: url("../img/bg03.png") no-repeat 0 0 #fff;
  background-size: 100% auto;
  overflow: hidden;
}
.commitment .txt {
  font-size: 27px;
  color: #231815;
  line-height: 1.6;
  width: 330px;
}
.commitment .txt01 {
  top: 125px;
  left: 360px;
}
.commitment .txt02 {
  top: 130px;
  left: 65px;
}
.commitment .txt03 {
  top: 159px;
  left: 356px;
  width: 375px;
}
.commitment .txt04 {
  top: 152px;
  left: 65px;
}
.commitment .mt {
  margin-top: -40px;
}
.commitment .scroll-container-wrap {
  position: relative;
}
.commitment .scroll-container {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.commitment .scroll-container::-webkit-scrollbar {
  display: none;
}
.commitment .scroll-content {
  display: inline-block;
}
.commitment .scroll-content img {
  width: 1058px;
  max-width: 1058px;
}
.commitment .scroll-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.commitment .scroll-button.left {
  left: 20px;
}
.commitment .scroll-button.right {
  right: 20px;
}
@media (max-width: 750px) {
  .commitment .txt {
    font-size: 3.6vw;
    width: 44vw;
  }
  .commitment .txt01 {
    top: 16.6666666667vw;
    left: 48vw;
  }
  .commitment .txt02 {
    top: 17.3333333333vw;
    left: 8.6666666667vw;
  }
  .commitment .txt03 {
    top: 21.2vw;
    left: 47.4666666667vw;
    width: 50vw;
  }
  .commitment .txt04 {
    top: 20.2666666667vw;
    left: 8.6666666667vw;
  }
  .commitment .mt {
    margin-top: -5.3333333333vw;
  }
  .commitment .scroll-content img {
    width: 141.0666666667vw;
    max-width: 141.0666666667vw;
  }
  .commitment .scroll-button {
    width: 8vw;
    height: 8vw;
  }
  .commitment .scroll-button.left {
    left: 2.6666666667vw;
  }
  .commitment .scroll-button.right {
    right: 2.6666666667vw;
  }
}

.easy {
  color: #231815;
}
.easy .green {
  color: #1E5A00;
}
.easy .txt01 {
  top: 136px;
  text-align: center;
  font-size: 34px;
  line-height: 1.5;
  font-weight: 700;
}
.easy .txt01 .fnt-s {
  font-size: 20px;
}
.easy .txt01 .fnt-m {
  font-size: 32px;
}
.easy .txt01 .fnt-l {
  font-size: 46px;
}
.easy .txt02 {
  line-height: 1.55;
  bottom: 145px;
  left: 93px;
  width: 577px;
  font-size: 21px;
}
.easy .txt02 p {
  margin-bottom: 25px;
}
.easy .txt02 .fnt-s-m {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -1.8px;
}
.easy .txt02 .fnt-s-m .fnt-l {
  font-size: 43px;
}
.easy .voice {
  font-size: 30px;
  color: #231815;
  line-height: 1.35;
  font-weight: 400;
}
.easy .voice .txt {
  width: 350px;
}
.easy .voice .txt .name {
  font-size: 18px;
  line-height: 1;
  margin-top: 13px;
}
.easy .voice .txt:nth-of-type(2) .name {
  font-size: 17px;
  letter-spacing: -1px;
}
.easy .voice .marker {
  background: linear-gradient(transparent 60%, #FBEE01 40%);
}
.easy .txt03 {
  top: 70px;
  left: 360px;
}
.easy .txt04 {
  top: 320px;
  left: 60px;
}
.easy .txt05 {
  top: 575px;
  left: 360px;
}
@media (max-width: 750px) {
  .easy .txt01 {
    top: 18.1333333333vw;
    font-size: 4.5333333333vw;
  }
  .easy .txt01 .fnt-s {
    font-size: 2.6666666667vw;
  }
  .easy .txt01 .fnt-m {
    font-size: 4.2666666667vw;
  }
  .easy .txt01 .fnt-l {
    font-size: 6.1333333333vw;
  }
  .easy .txt02 {
    bottom: 19.3333333333vw;
    left: 12.4vw;
    width: 76.9333333333vw;
    font-size: 2.8vw;
  }
  .easy .txt02 p {
    margin-bottom: 3.3333333333vw;
  }
  .easy .txt02 .fnt-s-m {
    font-size: 3.4666666667vw;
    letter-spacing: -0.24vw;
  }
  .easy .txt02 .fnt-s-m .fnt-l {
    font-size: 5.7333333333vw;
  }
  .easy .voice {
    font-size: 4vw;
  }
  .easy .voice .txt {
    width: 46.6666666667vw;
  }
  .easy .voice .txt .name {
    font-size: 2.4vw;
    margin-top: 1.7333333333vw;
  }
  .easy .voice .txt:nth-of-type(2) .name {
    font-size: 2.2666666667vw;
    letter-spacing: -0.1333333333vw;
  }
  .easy .txt03 {
    top: 9.3333333333vw;
    left: 48vw;
  }
  .easy .txt04 {
    top: 42.6666666667vw;
    left: 8vw;
  }
  .easy .txt05 {
    top: 76.6666666667vw;
    left: 48vw;
  }
}

.recommended {
  background: url("../img/bg04.png") no-repeat 0 0;
  background-size: 100% auto;
}
.recommended .txt {
  width: 590px;
  left: 85px;
  top: 600px;
  font-size: 25px;
  color: #231815;
  line-height: 1.6;
}
.recommended .marker {
  background: linear-gradient(transparent 50%, #FFE619 50%);
}
@media (max-width: 750px) {
  .recommended .txt {
    width: 78.6666666667vw;
    left: 11.3333333333vw;
    top: 80vw;
    font-size: 3.3333333333vw;
  }
}

.safety {
  padding-bottom: 10px;
}
.safety .txt {
  width: 600px;
  margin: 5px auto 50px;
  font-size: 25px;
  font-weight: 600;
  color: #231815;
  line-height: 1.3;
}
.safety .txt p {
  text-align: center;
}
.safety .txt ul {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0 10px;
  margin: 15px 0;
  list-style: disc;
  text-indent: -0.5rem;
  padding-left: 1.5rem;
}
.safety .txt ul li {
  margin-bottom: 10px;
}
.safety .txt01 ul li {
  margin-left: 110px;
}
@media (max-width: 750px) {
  .safety .txt {
    width: 80vw;
    margin: 0.6666666667vw auto 6.6666666667vw;
    font-size: 3.3333333333vw;
  }
  .safety .txt ul {
    padding: 2.6666666667vw 0 1.3333333333vw;
    margin: 2vw 0;
    text-indent: -1.0666666667vw;
    padding-left: 3.3333333333vw;
  }
  .safety .txt ul li {
    margin-bottom: 1.3333333333vw;
  }
  .safety .txt01 ul li {
    margin-left: 14.6666666667vw;
  }
}

.banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 750px;
  background: url("../img/banner-bg.png") no-repeat 0 0;
  background-size: 100% auto;
}