html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=submit]:focus, input[type=password]:focus, input[type=button]:focus {
  outline: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 10px;
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 0.7692307692vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  ._pc {
    display: none !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #F8F5EE;
}

main {
  display: block;
  position: relative;
  overflow: hidden;
}

section {
  position: relative;
}

div img,
div svg,
div video,
header img,
header svg,
header video,
button img,
button svg,
button video,
a img,
a svg,
a video,
main img,
main svg,
main video,
footer img,
footer svg,
footer video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #3C3C3C;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body a,
body button {
  color: inherit;
}

.f-m {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
}

header.header {
  width: 100%;
  background: #F8F5EE;
}
header.header .header-wrap {
  padding: 1.5rem 2.5rem 0;
}
header.header .header-wrap .logo {
  width: 20rem;
  display: block;
}

@media screen and (max-width: 750px) {
  header.header .header-wrap {
    padding: 2rem;
  }
  header.header .header-wrap .logo {
    width: 33rem;
    margin: 0 auto;
  }
}
.float-nav {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  z-index: 9999;
}
.float-nav ul li {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
}
.float-nav ul li .pink-btn {
  -webkit-box-shadow: 6px 5px 8px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 5px 8px 0px rgba(0, 0, 0, 0.16);
  background: #f5788b;
  width: 6.7rem;
  height: 26rem;
  display: block;
  border-radius: 10px 0 0 10px;
  padding: 1.5rem 0 0;
  position: relative;
}
.float-nav ul li .green-btn {
  -webkit-box-shadow: 6px 5px 8px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 5px 8px 0px rgba(0, 0, 0, 0.16);
  background: #93c871;
  width: 6.7rem;
  height: 26rem;
  display: block;
  border-radius: 10px 0 0 10px;
  padding: 1.5rem 0 0;
  position: relative;
}
.float-nav ul li .txt {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
}
.float-nav ul li .arrow {
  width: 2rem;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  margin: auto;
}
.float-nav ul li .tel {
  width: 1.6rem;
  position: absolute;
  top: 1.8rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.float-nav ul li .tel_pink {
  width: 3rem;
  position: absolute;
  top: 1.8rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.float-nav ul li:last-child {
  margin: 0.8rem 0 0;
}
.float-nav ul li:last-child a {
  padding: 5.5rem 0 0;
}
.float-nav ul li:hover {
  opacity: 0.7;
}

.float-nav.act {
  right: 0;
}

@media screen and (max-width: 750px) {
  .float-nav {
    background: #fff;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
  }
  .float-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .float-nav ul li {
    width: 49.6%;
  }
  .float-nav ul li .pink-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f5788b;
    width: 100%;
    height: 11rem;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .float-nav ul li .green-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #93c871;
    width: 100%;
    height: 11rem;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .float-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 11rem;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .float-nav ul li .txt {
    font-size: 2.5rem;
    line-height: 1.2;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .float-nav ul li .arrow {
    width: 3.6rem;
    top: 50%;
    bottom: auto;
    right: 1.2rem;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: auto;
  }
  .float-nav ul li .tel {
    width: 2.8rem;
    top: 50%;
    bottom: auto;
    right: auto;
    left: 2.4rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .float-nav ul li .tel_pink {
    width: 4rem;
    top: 50%;
    bottom: auto;
    right: auto;
    left: 2.4rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .float-nav ul li:first-child a {
    padding: 0 2rem 0 0;
  }
  .float-nav ul li:last-child {
    margin: 0;
  }
  .float-nav ul li:last-child a {
    padding: 0;
  }
  .float-nav ul li:hover {
    opacity: 1;
  }
}
footer.footer {
  width: 100%;
  padding: 13rem 0 10rem;
}
footer.footer .contact_area {
  text-align: center;
}
footer.footer .contact_area .ttl_box {
  position: relative;
  z-index: 1;
}
footer.footer .contact_area .ttl_box .ttl {
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}
footer.footer .contact_area .ttl_box .line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 58rem;
  z-index: -1;
}
footer.footer .contact_area .contact_box {
  margin: 6rem 0 0;
}
footer.footer .contact_area .contact_box .p1 {
  font-size: 1.8rem;
}
footer.footer .contact_area .contact_box .tel {
  font-size: 7.9rem;
  letter-spacing: 0.04em;
  display: inline-block;
  margin: 0.5rem 0 0;
}
footer.footer .contact_area .contact_box .p2 {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 1rem 0 0;
}
footer.footer .btn_area {
  margin: 4rem 0 0;
}
footer.footer .note_area {
  font-weight: 500;
  margin: 10rem 0 0;
}

@media screen and (max-width: 750px) {
  footer.footer {
    padding: 15rem 0 10rem;
  }
  footer.footer .contact_area .ttl_box .ttl {
    font-size: 4.2rem;
  }
  footer.footer .contact_area .contact_box {
    margin: 8rem 0 0;
  }
  footer.footer .contact_area .contact_box .p1 {
    font-size: 2.4rem;
  }
  footer.footer .contact_area .contact_box .tel {
    font-size: 8.8rem;
    margin: 1.6rem 0 0;
  }
  footer.footer .contact_area .contact_box .p2 {
    font-size: 2.6rem;
    margin: 2rem 0 0;
  }
  footer.footer .btn_area {
    margin: 7rem 0 0;
  }
}
button.nav-btn {
  display: none;
}

@media screen and (max-width: 750px) {
  button.nav-btn {
    width: 33px;
    height: 18px;
    position: fixed;
    top: 16px;
    right: 20px;
    z-index: 9999;
  }
  button.nav-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1c1c1c;
  }
  button.nav-btn,
  button.nav-btn span {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  button.nav-btn span:nth-of-type(1) {
    top: 0;
  }
  button.nav-btn span:nth-of-type(2) {
    top: 8px;
  }
  button.nav-btn span:nth-of-type(3) {
    bottom: 0;
  }
  button.nav-btn span:nth-of-type(1) {
    -webkit-animation: btn07-bar01 0.75s forwards;
            animation: btn07-bar01 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  button.nav-btn span:nth-of-type(2) {
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  button.nav-btn span:nth-of-type(3) {
    -webkit-animation: btn07-bar03 0.75s forwards;
            animation: btn07-bar03 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
              transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
              transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  button.nav-btn.act span:nth-of-type(1) {
    -webkit-animation: active-btn07-bar01 0.75s forwards;
            animation: active-btn07-bar01 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
  }
  @keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
  }
  button.nav-btn.act span:nth-of-type(2) {
    opacity: 0;
  }
  button.nav-btn.act span:nth-of-type(3) {
    -webkit-animation: active-btn07-bar03 0.75s forwards;
            animation: active-btn07-bar03 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
              transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg);
    }
  }
  @keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
              transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg);
    }
  }
}
.com_accent {
  position: absolute;
}

.com_btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2.5rem;
}

.com_btn {
  width: 32rem;
  padding: 0 0 2rem;
}
.com_btn a {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 9.8rem;
  background: #16985C;
  border: 3px solid #F6FF00;
  border-radius: 3rem;
  -webkit-box-shadow: 9px 9px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 9px 9px 0px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.com_btn .btn_txt {
  font-size: 1.7rem;
  color: #fff;
}
.com_btn .s1 {
  font-size: 2.6rem;
  color: #F6FF00;
}
.com_btn .btn_arrow {
  width: 1rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.com_btn .btn_icon {
  width: 3.8rem;
  position: absolute;
  top: 2rem;
  left: 3rem;
}

.com_btn:hover a {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
  background: #00c46a;
}

@media screen and (max-width: 750px) {
  .com_btn_flex {
    gap: 1.6rem 0;
  }
  .com_btn {
    width: 53rem;
    padding: 0 0 2rem;
  }
  .com_btn a {
    height: 12rem;
  }
  .com_btn .btn_txt {
    font-size: 2.8rem;
  }
  .com_btn .s1 {
    font-size: 3.6rem;
  }
  .com_btn .btn_arrow {
    width: 1.6rem;
    right: 3rem;
  }
  .com_btn .btn_icon {
    width: 4.8rem;
    top: 1rem;
    left: 7rem;
  }
}
.com-lead {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
}

.com-txt {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .com-lead {
    font-size: 3.4rem;
  }
  .com-txt {
    font-size: 2.6rem;
  }
}
.com-note {
  font-size: 1rem;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .com-note {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.com-cap {
  font-size: 1rem;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), -1px 1px 3px rgba(0, 0, 0, 0.5), 1px -1px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}

.com-cap.left {
  right: auto;
  left: 0.5rem;
}

.com-cap.clr-w {
  color: #fff;
  text-shadow: none;
}

.com-cap.clr-b {
  color: #333333;
  text-shadow: none;
}

@media screen and (max-width: 750px) {
  .com-cap {
    font-size: 2rem;
  }
}
.com-sup {
  font-size: 1rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

@media screen and (max-width: 750px) {
  .com-sup {
    font-size: 2rem;
  }
}
.com-content {
  width: 112rem;
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .com-content {
    width: 75rem;
    padding: 0 4rem;
  }
}
.com-loadwrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #fff;
  opacity: 1;
}

.com-loadwrap.no-act {
  -webkit-animation-name: loadAnime;
          animation-name: loadAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
    pointer-events: none;
  }
}

.com-mask {
  display: block;
  mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-size: 250% 250%;
  -webkit-mask-size: 250% 250%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 130% 130%;
  -webkit-mask-position: 130% 130%;
}

.com-mask.act {
  -webkit-animation: mask-animation 2.6s linear forwards;
          animation: mask-animation 2.6s linear forwards;
}

@-webkit-keyframes mask-animation {
  0% {
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}

@keyframes mask-animation {
  0% {
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}
.com-fuwa1 {
  -webkit-animation: fuwafuwa1 6s ease-in-out infinite alternate;
          animation: fuwafuwa1 6s ease-in-out infinite alternate;
}
@-webkit-keyframes fuwafuwa1 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(10px, -10px) rotate(-5deg) scale(1.03);
            transform: translate(10px, -10px) rotate(-5deg) scale(1.03);
  }
  60% {
    -webkit-transform: translate(-10px, 10px) rotate(5deg) scale(1);
            transform: translate(-10px, 10px) rotate(5deg) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes fuwafuwa1 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(10px, -10px) rotate(-5deg) scale(1.03);
            transform: translate(10px, -10px) rotate(-5deg) scale(1.03);
  }
  60% {
    -webkit-transform: translate(-10px, 10px) rotate(5deg) scale(1);
            transform: translate(-10px, 10px) rotate(5deg) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

.com-fuwa2 {
  -webkit-animation: fuwafuwa2 10s ease-in-out infinite alternate;
          animation: fuwafuwa2 10s ease-in-out infinite alternate;
}
@-webkit-keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-10px, 10px) rotate(5deg) scale(1);
            transform: translate(-10px, 10px) rotate(5deg) scale(1);
  }
  60% {
    -webkit-transform: translate(10px, -10px) rotate(-5deg) scale(0.9);
            transform: translate(10px, -10px) rotate(-5deg) scale(0.9);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-10px, 10px) rotate(5deg) scale(1);
            transform: translate(-10px, 10px) rotate(5deg) scale(1);
  }
  60% {
    -webkit-transform: translate(10px, -10px) rotate(-5deg) scale(0.9);
            transform: translate(10px, -10px) rotate(-5deg) scale(0.9);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

.com-fuwa3 {
  -webkit-animation: fuwafuwa3 10s ease-in-out infinite alternate;
          animation: fuwafuwa3 10s ease-in-out infinite alternate;
}
@-webkit-keyframes fuwafuwa3 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-15px, 20px) rotate(-5deg) scale(1);
            transform: translate(-15px, 20px) rotate(-5deg) scale(1);
  }
  70% {
    -webkit-transform: translate(15px, -20px) rotate(5deg) scale(0.9);
            transform: translate(15px, -20px) rotate(5deg) scale(0.9);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes fuwafuwa3 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-15px, 20px) rotate(-5deg) scale(1);
            transform: translate(-15px, 20px) rotate(-5deg) scale(1);
  }
  70% {
    -webkit-transform: translate(15px, -20px) rotate(5deg) scale(0.9);
            transform: translate(15px, -20px) rotate(5deg) scale(0.9);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

.com-hanabi {
  -webkit-animation: hanabi 6s cubic-bezier(0.88, 0.03, 1, 1) infinite;
          animation: hanabi 6s cubic-bezier(0.88, 0.03, 1, 1) infinite;
}
@-webkit-keyframes hanabi {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hanabi {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.com-hanabi2 {
  -webkit-animation: hanabi2 5s cubic-bezier(0.88, 0.03, 1, 1) infinite;
          animation: hanabi2 5s cubic-bezier(0.88, 0.03, 1, 1) infinite;
}
@-webkit-keyframes hanabi2 {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hanabi2 {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.com-yura {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: yurayura 4s linear infinite;
          animation: yurayura 4s linear infinite;
}
@-webkit-keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}
@keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}

.com-yura2 {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: yurayura 4s linear infinite;
          animation: yurayura 4s linear infinite;
}
@keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  50% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
}

.com-yura3 {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: yurayura 5s linear infinite;
          animation: yurayura 5s linear infinite;
}
@keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

#pageTop .main_wrap {
  background: #F8F5EE;
  z-index: 1;
}
#pageTop .main_wrap .com_accent_1 {
  width: 32rem;
  bottom: -2rem;
  left: -4rem;
}
#pageTop .main_wrap .main_area {
  max-width: 130rem;
  padding: 4rem 0 10rem;
  margin: 0 auto;
  position: relative;
}
#pageTop .main_wrap .main_area .copy_box {
  text-align: center;
  display: inline-block;
  margin: 1rem 0 0 17rem;
  position: relative;
  z-index: 1;
}
#pageTop .main_wrap .main_area .copy_box .icon {
  width: 11rem;
  opacity: 0;
  margin: 0 auto;
}
#pageTop .main_wrap .main_area .copy_box .copy_inner {
  -webkit-transition: all 1.3s ease 1s;
  transition: all 1.3s ease 1s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
#pageTop .main_wrap .main_area .copy_box .ttl {
  width: 42rem;
  margin: 1rem auto 0;
}
#pageTop .main_wrap .main_area .copy_box h1 {
  letter-spacing: 0.3em;
  line-height: 1.1;
  position: relative;
}
#pageTop .main_wrap .main_area .copy_box h1 .clr_org {
  color: #CF7F40;
}
#pageTop .main_wrap .main_area .copy_box h1 .s1 {
  font-size: 8.5rem;
}
#pageTop .main_wrap .main_area .copy_box h1 .s2 {
  font-size: 6.3rem;
  font-weight: 800;
}
#pageTop .main_wrap .main_area .copy_box h1 .s3 {
  font-size: 4.3rem;
}
#pageTop .main_wrap .main_area .copy_box h1 .s4 {
  font-size: 5.5rem;
}
#pageTop .main_wrap .main_area .copy_box h1 .h1_inner {
  width: 100%;
  opacity: 0.1;
  position: absolute;
  top: 1rem;
  left: 1.2rem;
}
#pageTop .main_wrap .main_area .copy_box h1 .h1_inner .s3 {
  width: 1em;
  display: inline-block;
}
#pageTop .main_wrap .main_area .copy_box .data {
  width: 42rem;
  text-align: center;
  margin: 3rem auto 0;
  position: relative;
  z-index: 1;
}
#pageTop .main_wrap .main_area .copy_box .data::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 100vh;
  background: #CF7F40;
  z-index: -1;
}
#pageTop .main_wrap .main_area .copy_box .data_txt {
  border-radius: 100vh;
  background: #CF7F40;
  color: #F6FF00;
  font-size: 1.8rem;
  display: inline-block;
  padding: 0.7rem 4rem 1rem;
}
#pageTop .main_wrap .main_area .copy_box .data_txt .s1 {
  font-size: 3rem;
}
#pageTop .main_wrap .main_area .copy_box .data_txt .s2 {
  color: #fff;
}
#pageTop .main_wrap .main_area .copy_box .copy {
  margin: 5rem 0 0;
}
#pageTop .main_wrap .main_area .copy_box .copy .p1 {
  font-size: 1.6rem;
  line-height: 1.6;
}
#pageTop .main_wrap .main_area .copy_box .copy .p2 {
  font-size: 2rem;
  line-height: 1.6;
  color: #CF7F40;
  margin: 1rem 0;
}
#pageTop .main_wrap .main_area .img_box {
  position: absolute;
  top: 11rem;
  right: 6rem;
}
#pageTop .main_wrap .main_area .img_box .accent,
#pageTop .main_wrap .main_area .img_box .txt {
  position: absolute;
}
#pageTop .main_wrap .main_area .img_box .accent_1 {
  width: 13.3rem;
  top: -11rem;
  right: 21rem;
  z-index: 1;
}
#pageTop .main_wrap .main_area .img_box .accent_2 {
  width: 12.8rem;
  bottom: -9rem;
  left: 26rem;
  z-index: 1;
}
#pageTop .main_wrap .main_area .img_box .img {
  width: 69rem;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transition: all 2s ease 1.6s;
  transition: all 2s ease 1.6s;
}
#pageTop .main_wrap .main_area .img_box .txt_1 {
  width: 31rem;
  top: -14rem;
  right: -2rem;
  -webkit-transition: all 1.5s ease 1.6s;
  transition: all 1.5s ease 1.6s;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
#pageTop .main_wrap .main_area .img_box .txt_2 {
  width: 20rem;
  bottom: -5rem;
  left: 9rem;
  -webkit-transition: all 1.5s ease 1.6s;
  transition: all 1.5s ease 1.6s;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
#pageTop .main_wrap.act .main_area .copy_box .icon {
  -webkit-animation: iconHanabi 2s cubic-bezier(0.88, 0.03, 1, 1) forwards;
          animation: iconHanabi 2s cubic-bezier(0.88, 0.03, 1, 1) forwards;
}
@-webkit-keyframes iconHanabi {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes iconHanabi {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
#pageTop .main_wrap.act .main_area .copy_box .copy_inner {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
#pageTop .main_wrap.act .main_area .img_box .img {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}
#pageTop .main_wrap.act .main_area .img_box .txt {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and (max-width: 750px) {
  #pageTop .main_wrap .com_accent_1 {
    width: 35rem;
    bottom: -18rem;
    left: -14rem;
  }
  #pageTop .main_wrap .main_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    padding: 11rem 0 0;
  }
  #pageTop .main_wrap .main_area .copy_box {
    margin: 2rem 0 0;
  }
  #pageTop .main_wrap .main_area .copy_box .icon {
    width: 14rem;
    margin: 3rem auto 0;
  }
  #pageTop .main_wrap .main_area .copy_box .copy_inner {
    -webkit-transition: all 1.3s ease 2s;
    transition: all 1.3s ease 2s;
  }
  #pageTop .main_wrap .main_area .copy_box .ttl {
    width: 60rem;
    margin: 2rem auto 0;
  }
  #pageTop .main_wrap .main_area .copy_box h1 .s1 {
    font-size: 9.4rem;
  }
  #pageTop .main_wrap .main_area .copy_box h1 .s2 {
    font-size: 7.4rem;
  }
  #pageTop .main_wrap .main_area .copy_box h1 .s3 {
    font-size: 5.2rem;
  }
  #pageTop .main_wrap .main_area .copy_box h1 .s4 {
    font-size: 6.4rem;
  }
  #pageTop .main_wrap .main_area .copy_box .data {
    width: 69rem;
  }
  #pageTop .main_wrap .main_area .copy_box .data_txt {
    font-size: 2.8rem;
    padding: 1.2rem 7rem 1.8rem;
  }
  #pageTop .main_wrap .main_area .copy_box .data_txt .s1 {
    font-size: 4rem;
  }
  #pageTop .main_wrap .main_area .copy_box .copy {
    margin: 4rem 0 0;
  }
  #pageTop .main_wrap .main_area .copy_box .copy .p1 {
    font-size: 2.6rem;
  }
  #pageTop .main_wrap .main_area .copy_box .copy .p2 {
    font-size: 3rem;
  }
  #pageTop .main_wrap .main_area .img_box {
    position: relative;
    top: 0;
    right: 0;
  }
  #pageTop .main_wrap .main_area .img_box .accent_1 {
    width: 19rem;
    top: -8rem;
    right: auto;
    left: 6rem;
  }
  #pageTop .main_wrap .main_area .img_box .accent_2 {
    width: 18rem;
    bottom: -9rem;
    left: auto;
    right: 2rem;
  }
  #pageTop .main_wrap .main_area .img_box .img {
    -webkit-transition: all 2s ease 0.4s;
    transition: all 2s ease 0.4s;
    margin: 0 auto;
  }
  #pageTop .main_wrap .main_area .img_box .txt_1 {
    width: 36rem;
    right: -3rem;
    -webkit-transition: all 1.5s ease 0.7s;
    transition: all 1.5s ease 0.7s;
  }
  #pageTop .main_wrap .main_area .img_box .txt_2 {
    width: 30rem;
    bottom: -6rem;
    left: 3rem;
    -webkit-transition: all 1.5s ease 0.7s;
    transition: all 1.5s ease 0.7s;
  }
  #pageTop .main_wrap.act .main_area .copy_box .icon {
    -webkit-animation: iconHanabi 2s cubic-bezier(0.88, 0.03, 1, 1) 1.4s forwards;
            animation: iconHanabi 2s cubic-bezier(0.88, 0.03, 1, 1) 1.4s forwards;
  }
}
#pageTop .camp_wrap {
  background: #F8F5EE;
  padding: 0 0 28rem;
}
#pageTop .camp_wrap .com_accent_1 {
  width: 46rem;
  top: 6rem;
  right: -12rem;
}
#pageTop .camp_wrap .com_accent_2 {
  width: 49rem;
  bottom: 21rem;
  left: -15rem;
}
#pageTop .camp_wrap .btn_area {
  position: relative;
  z-index: 1;
}
#pageTop .camp_wrap .camp_area {
  width: 83rem;
  text-align: center;
  border: 6px solid #CF7F40;
  border-radius: 0.8rem;
  padding: 0 5rem 8rem;
  margin: 14rem auto 0;
  position: relative;
}
#pageTop .camp_wrap .camp_area .ttl_box {
  text-align: left;
  display: inline-block;
  background: #F8F5EE;
  padding: 0 5rem;
  margin: -9rem 0 0;
  position: relative;
  z-index: 1;
}
#pageTop .camp_wrap .camp_area .ttl_box span {
  display: inline-block;
}
#pageTop .camp_wrap .camp_area .ttl_box .ttl_2,
#pageTop .camp_wrap .camp_area .ttl_box .ttl_1 {
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
#pageTop .camp_wrap .camp_area .ttl_box .ttl_1 {
  background: #CF7F40;
  color: #F6FF00;
  font-size: 2rem;
  border-radius: 0.4rem;
  padding: 0 3rem 0.5rem;
}
#pageTop .camp_wrap .camp_area .ttl_box .ttl_1 .s1 {
  font-size: 4.2rem;
  font-style: italic;
  vertical-align: text-bottom;
}
#pageTop .camp_wrap .camp_area .ttl_box .ttl_2 {
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  color: #CF7F40;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  margin: 1.4rem 0 0;
}
#pageTop .camp_wrap .camp_area .ttl_box .line {
  width: 58rem;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  z-index: -1;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: all 700ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 700ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#pageTop .camp_wrap .camp_area .price_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 4rem;
  padding: 0 0 3.5rem;
  position: relative;
}
#pageTop .camp_wrap .camp_area .price_box::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  background: #F4EDCE;
  border-radius: 100vh;
}
#pageTop .camp_wrap .camp_area .price_box .txt,
#pageTop .camp_wrap .camp_area .price_box .price_txt {
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
#pageTop .camp_wrap .camp_area .price_box .txt {
  font-size: 2rem;
  line-height: 1.4;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#pageTop .camp_wrap .camp_area .price_box .arrow {
  width: 6.5rem;
  margin: 0 0 1.5rem;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
#pageTop .camp_wrap .camp_area .price_box .price_txt {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
#pageTop .camp_wrap .camp_area .price_box .price_txt span {
  display: inline-block;
}
#pageTop .camp_wrap .camp_area .price_box .price_txt .s1 {
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 1rem 0 0;
}
#pageTop .camp_wrap .camp_area .price_box .price_txt .s2 {
  font-size: 10.4rem;
  color: #CF7F40;
}
#pageTop .camp_wrap .camp_area .price_box .price_txt .s3 {
  font-size: 4.8rem;
  color: #CF7F40;
}
#pageTop .camp_wrap .camp_area .txt_box {
  margin: 3rem 0 0;
}
#pageTop .camp_wrap .camp_area .txt_box .txt {
  font-size: 2.0rem;
  line-height: 1.7;
}
#pageTop .camp_wrap .camp_area .txt_box .clr_red {
  color: #E32817;
  background: rgba(205, 205, 161, 0.2);
}
#pageTop .camp_wrap .camp_area .btn_box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  margin: auto;
}
#pageTop .camp_wrap .camp_area .btn_box .btn {
  margin: 0 auto;
}
#pageTop .camp_wrap .camp_area .camp_icon {
  width: 8rem;
  position: absolute;
}
#pageTop .camp_wrap .camp_area_1 .camp_icon_1 {
  top: 8rem;
  right: -3rem;
}
#pageTop .camp_wrap .camp_area_1 .camp_icon_2 {
  top: 50%;
  left: -2.6rem;
}
#pageTop .camp_wrap .camp_area_1 .camp_icon_3 {
  bottom: 8rem;
  right: -1.5rem;
}
#pageTop .camp_wrap .camp_area_2 {
  margin-top: 20rem;
}
#pageTop .camp_wrap .camp_area_2 .camp_icon_1 {
  top: 7rem;
  left: -2rem;
}
#pageTop .camp_wrap .camp_area_2 .camp_icon_2 {
  bottom: 10rem;
  right: -2rem;
}
#pageTop .camp_wrap .camp_area.act .ttl_box .ttl_2,
#pageTop .camp_wrap .camp_area.act .ttl_box .ttl_1 {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
#pageTop .camp_wrap .camp_area.act .ttl_box .line {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#pageTop .camp_wrap .camp_area.act .price_box .txt,
#pageTop .camp_wrap .camp_area.act .price_box .price_txt {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
#pageTop .camp_wrap .camp_area.act .price_box .arrow {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and (max-width: 750px) {
  #pageTop .camp_wrap {
    padding: 8rem 0 30rem;
  }
  #pageTop .camp_wrap .com_accent_1 {
    width: 36rem;
    top: 66rem;
    right: -12rem;
  }
  #pageTop .camp_wrap .com_accent_2 {
    width: 47rem;
    bottom: 18rem;
    left: -19rem;
  }
  #pageTop .camp_wrap .camp_area {
    width: 100%;
    padding: 0 0 13rem;
    margin: 18rem auto 0;
  }
  #pageTop .camp_wrap .camp_area .ttl_box {
    padding: 0 3rem;
  }
  #pageTop .camp_wrap .camp_area .ttl_box .ttl_1 {
    font-size: 3rem;
  }
  #pageTop .camp_wrap .camp_area .ttl_box .ttl_1 .s1 {
    font-size: 5.2rem;
  }
  #pageTop .camp_wrap .camp_area .ttl_box .ttl_2 {
    font-size: 5.4rem;
    margin: 1.6rem 0 0;
  }
  #pageTop .camp_wrap .camp_area .ttl_box .line {
    width: 100%;
  }
  #pageTop .camp_wrap .camp_area .price_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 4rem;
    width: 55rem;
    padding: 0 0 5rem;
    margin: 5rem auto 0;
  }
  #pageTop .camp_wrap .camp_area .price_box .txt {
    font-size: 3rem;
    margin: 0 0 3rem;
  }
  #pageTop .camp_wrap .camp_area .price_box .arrow {
    width: 6.5rem;
    margin: 0;
    -webkit-transform: translateY(50px) rotate(90deg);
            transform: translateY(50px) rotate(90deg);
  }
  #pageTop .camp_wrap .camp_area .price_box .price_txt .s1 {
    font-size: 3rem;
    margin: 0 1rem 0 0;
  }
  #pageTop .camp_wrap .camp_area .price_box .price_txt .s2 {
    font-size: 11.4rem;
  }
  #pageTop .camp_wrap .camp_area .price_box .price_txt .s3 {
    font-size: 5.8rem;
  }
  #pageTop .camp_wrap .camp_area .txt_box {
    margin: 4rem 0 0;
  }
  #pageTop .camp_wrap .camp_area .txt_box .txt {
    font-size: 2.8rem;
  }
  #pageTop .camp_wrap .camp_area .camp_icon {
    width: 9.4rem;
  }
  #pageTop .camp_wrap .camp_area_1 .camp_icon_2 {
    top: 47rem;
    left: -3.6rem;
  }
  #pageTop .camp_wrap .camp_area_1 .camp_icon_3 {
    bottom: 13rem;
    right: -2.5rem;
  }
  #pageTop .camp_wrap .camp_area_2 {
    margin-top: 24rem;
  }
  #pageTop .camp_wrap .camp_area_2 .price_box .txt_2 {
    margin-top: 4rem;
  }
  #pageTop .camp_wrap .camp_area_2 .camp_icon_1 {
    top: 16rem;
  }
  #pageTop .camp_wrap .camp_area_2 .camp_icon_2 {
    bottom: 20rem;
  }
  #pageTop .camp_wrap .camp_area.act .price_box .arrow {
    -webkit-transform: translateY(0px) rotate(90deg);
            transform: translateY(0px) rotate(90deg);
  }
}
#pageTop .list_wrap {
  background: #fff;
  border-radius: 0 0 6.4rem 6.4rem;
  padding: 0 0 13rem;
  z-index: 1;
}
#pageTop .list_wrap .list_bg {
  width: 100%;
  height: 15rem;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#pageTop .list_wrap .list_bg img {
  width: 100%;
  height: 100%;
}
#pageTop .list_wrap .com_accent {
  z-index: -1;
}
#pageTop .list_wrap .com_accent_1 {
  width: 62rem;
  left: -46rem;
  top: 64rem;
}
#pageTop .list_wrap .com_accent_2 {
  width: 56rem;
  right: -10rem;
  bottom: 85rem;
}
#pageTop .list_wrap .com_accent_3 {
  width: 62rem;
  left: -15rem;
  bottom: 9rem;
}
#pageTop .list_wrap .copy_area {
  text-align: center;
  position: relative;
}
#pageTop .list_wrap .copy_area .accent_box {
  width: 18rem;
  position: absolute;
  top: -8rem;
  right: 16rem;
}
#pageTop .list_wrap .copy_area .copy_box {
  display: inline-block;
  position: relative;
}
#pageTop .list_wrap .copy_area .copy_box .p1 {
  font-size: 2rem;
  color: #CF7F40;
  display: inline-block;
  position: relative;
}
#pageTop .list_wrap .copy_area .copy_box .p1::before, #pageTop .list_wrap .copy_area .copy_box .p1::after {
  content: "";
  width: 3px;
  height: 3.5rem;
  border-radius: 100vh;
  background: #CF7F40;
  position: absolute;
  top: 50%;
}
#pageTop .list_wrap .copy_area .copy_box .p1::before {
  left: -4rem;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}
#pageTop .list_wrap .copy_area .copy_box .p1::after {
  right: -4rem;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}
#pageTop .list_wrap .copy_area .copy_box .p2 {
  font-size: 3.5rem;
  line-height: 1.1;
  margin: 2rem 0 0;
}
#pageTop .list_wrap .copy_area .copy_box .p2 .s1 {
  font-size: 5rem;
  color: #CF7F40;
}
#pageTop .list_wrap .copy_area .note_box {
  margin: 1.4rem 0 0;
}
#pageTop .list_wrap .copy_area .note_box .note {
  font-size: 1.5rem;
  font-weight: 500;
}
#pageTop .list_wrap .list_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.6rem 2.9rem;
  margin: 8rem 0 0;
}
#pageTop .list_wrap .list_area .ttl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24.8rem;
  background: #FFF9F4;
  border: 1px solid #EBC6A9;
  border-radius: 0.4rem;
}
#pageTop .list_wrap .list_area .ttl_box .ttl {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #CF7F40;
  text-align: center;
}
#pageTop .list_wrap .list_area .ttl_box .s1 {
  font-size: 3.2rem;
}
#pageTop .list_wrap .list_area .list_box {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  width: 24.8rem;
  text-align: center;
}
#pageTop .list_wrap .list_area .list_box .num {
  width: 12rem;
  font-size: 1.4rem;
  color: #fff;
  background: #CF7F40;
  border-radius: 100vh;
  padding: 0.4rem 0 0.8rem;
  display: inline-block;
  position: relative;
}
#pageTop .list_wrap .list_area .list_box .num::before {
  content: "";
  width: 1.4rem;
  height: 1.2rem;
  position: absolute;
  background: url(../../../assets/build/img/top/list_arrow.svg) no-repeat center/contain;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto;
}
#pageTop .list_wrap .list_area .list_box .num .s1 {
  font-size: 2.4rem;
  color: #F6FF00;
}
#pageTop .list_wrap .list_area .list_box .name {
  font-size: 2rem;
  margin: 1.8rem 0 0;
}
#pageTop .list_wrap .list_area .list_box .name .s1 {
  font-size: 1.6rem;
}
#pageTop .list_wrap .list_area .list_box .list_img {
  margin: 1.6rem 0 1rem;
  position: relative;
}
#pageTop .list_wrap .list_area .list_box .list_img::before {
  content: "";
  width: 6rem;
  height: 6rem;
  background: url(../../../assets/build/img/top/click.png) no-repeat center/contain;
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
}
#pageTop .list_wrap .list_area .list_box .p2 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
#pageTop .list_wrap .list_area .list_box:hover {
  opacity: 0.7;
}
#pageTop .list_wrap .note_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2rem;
  border: 6px solid #CF7F40;
  border-radius: 0.4rem;
  background: #fff;
  padding: 4rem 0;
  margin: 6rem 0 0;
}
#pageTop .list_wrap .note_area .copy_box {
  width: 32rem;
  text-align: center;
}
#pageTop .list_wrap .note_area .copy_box .ttl {
  font-size: 2.4rem;
  color: #CF7F40;
  border-bottom: 1px solid #DEDEDE;
  padding: 0 0 2rem;
}
#pageTop .list_wrap .note_area .copy_box .lead {
  font-size: 2rem;
  line-height: 1.8;
  margin: 3.6rem 0 0;
}
#pageTop .list_wrap .note_area .copy_box .txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.8;
  margin: 1.4rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageTop .list_wrap {
    padding: 8rem 0 13rem;
  }
  #pageTop .list_wrap .list_bg {
    height: 6rem;
  }
  #pageTop .list_wrap .com_accent_1 {
    width: 62rem;
    left: -46rem;
    top: 64rem;
  }
  #pageTop .list_wrap .com_accent_2 {
    width: 56rem;
    right: -10rem;
    bottom: 85rem;
  }
  #pageTop .list_wrap .com_accent_3 {
    width: 62rem;
    left: -15rem;
    bottom: 9rem;
  }
  #pageTop .list_wrap .copy_area .accent_box {
    width: 18rem;
    top: -8rem;
    right: 16rem;
  }
  #pageTop .list_wrap .copy_area .copy_box .p1 {
    font-size: 3rem;
  }
  #pageTop .list_wrap .copy_area .copy_box .p2 {
    font-size: 4.4rem;
  }
  #pageTop .list_wrap .copy_area .copy_box .p2 .s1 {
    font-size: 6rem;
  }
  #pageTop .list_wrap .copy_area .note_box {
    margin: 2rem 0 0;
  }
  #pageTop .list_wrap .copy_area .note_box .note {
    font-size: 2.6rem;
  }
  #pageTop .list_wrap .list_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6rem 0;
  }
  #pageTop .list_wrap .list_area .ttl_box {
    width: 60rem;
  }
  #pageTop .list_wrap .list_area .ttl_box .ttl {
    font-size: 2.4rem;
  }
  #pageTop .list_wrap .list_area .ttl_box .s1 {
    font-size: 4.2rem;
  }
  #pageTop .list_wrap .list_area .list_box {
    width: 60rem;
  }
  #pageTop .list_wrap .list_area .list_box .num {
    width: 30rem;
    font-size: 2.4rem;
    padding: 0.6rem 0 1rem;
  }
  #pageTop .list_wrap .list_area .list_box .num::before {
    width: 2.4rem;
    height: 2.2rem;
    bottom: -1.2rem;
  }
  #pageTop .list_wrap .list_area .list_box .num .s1 {
    font-size: 3.4rem;
  }
  #pageTop .list_wrap .list_area .list_box .name {
    font-size: 3rem;
    margin: 2rem 0 0;
  }
  #pageTop .list_wrap .list_area .list_box .name .s1 {
    font-size: 2.6rem;
  }
  #pageTop .list_wrap .list_area .list_box .list_img {
    margin: 2rem 0;
  }
  #pageTop .list_wrap .list_area .list_box .list_img::before {
    width: 12rem;
    height: 12rem;
    bottom: 1rem;
    right: 1rem;
  }
  #pageTop .list_wrap .list_area .list_box .p2 {
    font-size: 2.2rem;
  }
  #pageTop .list_wrap .list_area .list_box:hover {
    opacity: 1;
  }
  #pageTop .list_wrap .note_area {
    gap: 7rem 0;
    padding: 7rem 0;
    margin: 9rem 0 0;
  }
  #pageTop .list_wrap .note_area .copy_box {
    width: 55rem;
  }
  #pageTop .list_wrap .note_area .copy_box .ttl {
    font-size: 3.4rem;
  }
  #pageTop .list_wrap .note_area .copy_box .lead {
    font-size: 3rem;
    margin: 2.6rem 0 0;
  }
  #pageTop .list_wrap .note_area .copy_box .txt {
    font-size: 2.4rem;
  }
}
/*# sourceMappingURL=style.css.map */