@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  font-size: 1.3333333333vw;
  background-color: #fefbf3;
}
@media screen and (min-width: 897px) {
  html {
    font-size: 10px;
  }
}

img {
  width: 100%;
  height: auto;
}

.addclassOn {
  transition: opacity 200ms ease;
}
.addclassOn.on {
  opacity: 0.7;
}

#wrapper #main {
  position: relative;
}
#wrapper #main .main .section-in {
  padding: 0em 0em 2.2em 0em;
}
#wrapper #main .sub {
  position: relative;
  z-index: 4;
  overflow: clip;
}
#wrapper #main .sub .contents .box01 .section-in {
  overflow: hidden;
  padding: 0em 0em 8.8em 0em;
}
#wrapper #main .sub .contents .box01 .section-in .text01 {
  width: 63.4em;
  margin: 0em auto 2em auto;
}
#wrapper #main .sub .contents .box01 .section-in .text02 {
  width: 58.5em;
  margin: 4.3em auto 5em auto;
}
#wrapper #main .sub .contents .box01 .section-in .img02 {
  width: 69.1em;
  margin: 0em auto 5.8em auto;
}
#wrapper #main .sub .contents .box01 .section-in .img03 {
  width: 65.2em;
  margin: 0em auto 3.6em auto;
}
#wrapper #main .sub .contents .box01 .section-in .img04 {
  width: 66em;
  margin: 0em auto 5em auto;
}
#wrapper #main .sub .contents .box01 .section-in p.text {
  padding: 8em 0em 4.5em 0em;
  width: 66em;
  margin: 0 auto;
}
#wrapper #main .sub .contents .box01 .section-in p.text span {
  font-size: 2.25em;
  line-height: 1;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  font-feature-settings: "palt";
}
#wrapper #main .sub .contents .box01 .section-in p.text span.bold {
  font-size: 3em;
  line-height: 1;
  font-weight: bold;
  line-height: 1.6;
}
#wrapper #main .sub .finish_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#wrapper #main .sub .finish_text > div {
  width: 65.3em;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
#wrapper #main .sub .finish_text > div > div {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  width: 65.3em;
  margin-top: 40em;
}
#wrapper #main .sub .finish_text > div img {
  display: block;
}
#wrapper #main .sub.finish:after {
  content: "";
  position: absolute;
  width: 67.4em;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  background-color: rgba(35, 24, 21, 0.5);
  z-index: 5;
}
#wrapper #main .btn.btn01 {
  width: 63.5em;
  margin: 0 auto;
}
#wrapper #footer {
  background-color: #f08300;
}
#wrapper #footer .section-in {
  padding: 3.4em 0em 4.5em 0em;
}
#wrapper #footer .section-in ul {
  display: flex;
  justify-content: center;
  gap: 0em 8em;
}
#wrapper #footer .section-in ul li a {
  display: block;
}
#wrapper #footer .section-in ul li:nth-child(1) {
  width: 8.8em;
}
#wrapper #footer .section-in ul li:nth-child(2) {
  width: 7.8em;
  margin-top: 0.6em;
}
#wrapper #footer .section-in ul li:nth-child(3) {
  width: 6.3em;
  margin-top: 1.6em;
}
#wrapper #footer .section-in ul li:nth-child(4) {
  width: 7.85em;
  margin-top: 1em;
}
@media screen and (min-width: 897px) {
  #wrapper #main .main {
    font-size: 10px;
  }
  #wrapper #main .main .section-in {
    width: 1100px;
    margin: 0 auto;
    padding: 0 0 50px 0;
  }
  #wrapper #main .sub {
    font-size: 10px;
    margin-top: 0;
  }
  #wrapper #main .sub .contents {
    width: 75em;
    margin: 0 auto;
  }
  #wrapper #main .sub .contents .box01 .section-in p.text span {
    font-size: 14px;
  }
  #wrapper #main .sub .contents .box01 .section-in p.text span.bold {
    font-size: 18px;
  }
  #wrapper #footer {
    font-size: 10px;
  }
}
@media screen and (min-width: 897px) and (max-width: 1000px) {
  #wrapper {
    min-width: 1000px;
    overflow: visible;
  }
}