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: #FAFAF7;
}

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

section {
  position: relative;
  overflow: hidden;
}

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: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #985D37;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body a,
body button {
  color: inherit;
}

header.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  padding: 3rem 2.3rem 0;
}
header.header .logo {
  width: 20rem;
  display: block;
}

@media screen and (max-width: 750px) {
  header.header {
    padding: 16px 0 0;
  }
  header.header .logo {
    width: 170px;
    margin: 0 auto;
  }
}
.h_btn_box {
  -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);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1rem;
  position: fixed;
  top: -8rem;
  right: 3.6rem;
  z-index: 9999;
}
.h_btn_box.act {
  top: 1.5rem;
}

@media screen and (max-width: 750px) {
  .h_btn_box {
    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;
    gap: 0;
    top: auto;
    right: 0;
    left: 0;
    bottom: -50px;
    margin: 0 auto;
  }
  .h_btn_box .btn {
    width: 50%;
    height: 50px;
    border-radius: 0;
  }
  .h_btn_box .btn a {
    font-size: 13px;
  }
  .h_btn_box .btn a::after {
    display: none;
  }
  .h_btn_box.act {
    top: auto;
    bottom: 0;
  }
}
footer.footer {
  padding: 22rem 0 14rem;
}
footer.footer .footer_wrap {
  width: 105rem;
  margin: 0 auto;
}
footer.footer .footer_wrap .flex_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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6rem;
}
footer.footer .footer_wrap .flex_area .contact_box .contact_inner {
  font-weight: 700;
  color: #985D37;
  margin: 6rem 0 0;
}
footer.footer .footer_wrap .flex_area .contact_box .contact_inner .p1 {
  font-size: 1.8rem;
}
footer.footer .footer_wrap .flex_area .contact_box .contact_inner a {
  font-size: 7rem;
  display: block;
  pointer-events: none;
  margin: 1.6rem 0 0;
}
footer.footer .footer_wrap .flex_area .contact_box .contact_inner .p2 {
  font-size: 1.4rem;
  margin: 1rem 0 0;
}
footer.footer .footer_wrap .flex_area .contact_box .btn_outer {
  margin: 5rem 0 0;
}
footer.footer .footer_wrap .flex_area .contact_box .btn_outer .btn {
  width: 32rem;
  margin: 1rem 0 0;
}
footer.footer .footer_wrap .flex_area .img_box {
  width: 49rem;
  height: 50rem;
  position: relative;
}
footer.footer .footer_wrap .flex_area .img_box .i {
  opacity: 0;
  -webkit-transition: all 700ms cubic-bezier(0.29, 0.15, 0, 1);
  transition: all 700ms cubic-bezier(0.29, 0.15, 0, 1);
  position: absolute;
}
footer.footer .footer_wrap .flex_area .img_box .i_1 {
  width: 22rem;
  top: 18rem;
  left: 0;
  right: 0;
  margin: auto;
}
footer.footer .footer_wrap .flex_area .img_box .i_2 {
  width: 9.7rem;
  top: 2.5rem;
  left: 13rem;
  -webkit-transform: translateY(20px) translateX(90px) scale(0.95);
          transform: translateY(20px) translateX(90px) scale(0.95);
}
footer.footer .footer_wrap .flex_area .img_box .i_3 {
  width: 7rem;
  top: 0.6rem;
  right: 6.5rem;
  -webkit-transform: translateY(90px) translateX(40px) scale(0.95);
          transform: translateY(90px) translateX(40px) scale(0.95);
}
footer.footer .footer_wrap .flex_area .img_box .i_4 {
  width: 7rem;
  top: 14rem;
  right: 5rem;
  -webkit-transform: translateY(90px) translateX(-10px) scale(0.95);
          transform: translateY(90px) translateX(-10px) scale(0.95);
}
footer.footer .footer_wrap .flex_area .img_box .i_5 {
  width: 8rem;
  top: 24rem;
  right: 0;
  -webkit-transform: translateY(90px) translateX(-60px) scale(0.95);
          transform: translateY(90px) translateX(-60px) scale(0.95);
}
footer.footer .footer_wrap .flex_area .img_box .i_6 {
  width: 14rem;
  bottom: 2rem;
  right: 8rem;
  -webkit-transform: translateY(-20px) translateX(-100px) scale(0.95);
          transform: translateY(-20px) translateX(-100px) scale(0.95);
}
footer.footer .footer_wrap .flex_area .img_box .i_7 {
  width: 10rem;
  bottom: 2rem;
  left: 5.6rem;
  -webkit-transform: translateY(-80px) translateX(-20px) scale(0.95);
          transform: translateY(-80px) translateX(-20px) scale(0.95);
}
footer.footer .footer_wrap .flex_area .img_box .i_8 {
  width: 5.7rem;
  left: 0;
  bottom: 18rem;
  -webkit-transform: translateY(-90px) translateX(50px) scale(0.95);
          transform: translateY(-90px) translateX(50px) scale(0.95);
}
footer.footer .footer_wrap .flex_area .img_box .i_9 {
  width: 6.4rem;
  top: 15.6rem;
  left: 2.4rem;
  -webkit-transform: translateY(-90px) translateX(70px) scale(0.95);
          transform: translateY(-90px) translateX(70px) scale(0.95);
}
footer.footer .footer_wrap .flex_area .img_box.act .i {
  opacity: 1;
}
footer.footer .footer_wrap .flex_area .img_box.act .i_1 {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
footer.footer .footer_wrap .flex_area .img_box.act .i_9,
footer.footer .footer_wrap .flex_area .img_box.act .i_8,
footer.footer .footer_wrap .flex_area .img_box.act .i_7,
footer.footer .footer_wrap .flex_area .img_box.act .i_6,
footer.footer .footer_wrap .flex_area .img_box.act .i_5,
footer.footer .footer_wrap .flex_area .img_box.act .i_4,
footer.footer .footer_wrap .flex_area .img_box.act .i_3,
footer.footer .footer_wrap .flex_area .img_box.act .i_2 {
  -webkit-transform: translateY(0) translateX(0) scale(1);
          transform: translateY(0) translateX(0) scale(1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
footer.footer .footer_wrap .note_area {
  margin: 11rem 0 0;
}
footer.footer .footer_wrap .note_area .note_box .note {
  line-height: 1.7;
  color: #000;
}

@media screen and (max-width: 750px) {
  footer.footer {
    padding: 17rem 0 17rem;
  }
  footer.footer .footer_wrap {
    width: 100%;
  }
  footer.footer .footer_wrap .flex_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 8rem 0;
  }
  footer.footer .footer_wrap .flex_area .contact_box {
    width: 100%;
    text-align: center;
  }
  footer.footer .footer_wrap .flex_area .contact_box .contact_inner {
    margin: 6rem 0 0;
  }
  footer.footer .footer_wrap .flex_area .contact_box .contact_inner .p1 {
    font-size: 2.8rem;
  }
  footer.footer .footer_wrap .flex_area .contact_box .contact_inner a {
    font-size: 8rem;
    pointer-events: auto;
    margin: 2rem 0 0;
  }
  footer.footer .footer_wrap .flex_area .contact_box .contact_inner .p2 {
    font-size: 2.4rem;
    margin: 2rem 0 0;
  }
  footer.footer .footer_wrap .flex_area .contact_box .btn_outer {
    margin: 10rem 0 0;
  }
  footer.footer .footer_wrap .flex_area .contact_box .btn_outer .btn {
    width: 50rem;
    margin: 2rem auto 0;
  }
  footer.footer .footer_wrap .flex_area .img_box {
    width: 60rem;
    height: 57rem;
  }
  footer.footer .footer_wrap .flex_area .img_box .i_1 {
    width: 26.4rem;
  }
  footer.footer .footer_wrap .flex_area .img_box .i_2 {
    width: 11.64rem;
  }
  footer.footer .footer_wrap .flex_area .img_box .i_3 {
    width: 8.4rem;
    top: 0.6rem;
    right: 14.5rem;
  }
  footer.footer .footer_wrap .flex_area .img_box .i_4 {
    width: 8.4rem;
  }
  footer.footer .footer_wrap .flex_area .img_box .i_5 {
    width: 9.6rem;
  }
  footer.footer .footer_wrap .flex_area .img_box .i_6 {
    width: 16.8rem;
  }
  footer.footer .footer_wrap .flex_area .img_box .i_7 {
    width: 12rem;
    left: 9.6rem;
  }
  footer.footer .footer_wrap .flex_area .img_box .i_8 {
    width: 6.84rem;
  }
  footer.footer .footer_wrap .flex_area .img_box .i_9 {
    width: 7.68rem;
  }
  footer.footer .footer_wrap .note_area {
    margin: 11rem 0 0;
  }
}
.nav_wrap {
  -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);
  width: 18rem;
  background: #C38A68;
  border-radius: 0 8px 8px 0;
  padding: 2rem 0 2rem 2.4rem;
  overflow: visible;
  position: fixed;
  left: -20rem;
  bottom: 10rem;
  z-index: 9998;
}
.nav_wrap nav {
  width: 100%;
}
.nav_wrap li {
  -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);
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  opacity: 0.2;
}
.nav_wrap a {
  display: block;
  padding: 1rem 0;
}
.nav_wrap li.act {
  opacity: 1;
}
.nav_wrap li:hover {
  opacity: 1;
}

.nav_wrap.act {
  opacity: 1;
  left: 0;
}

@media screen and (max-width: 750px) {
  .nav_wrap {
    width: 100%;
    border-radius: 0;
    padding: 15px 10px;
    left: 0;
    bottom: -100px;
  }
  .nav_wrap nav {
    width: 100%;
    overflow-x: auto;
  }
  .nav_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0 40px;
    width: 600px;
  }
  .nav_wrap li {
    font-size: 12px;
  }
  .nav_wrap a {
    padding: 5px 0;
  }
  .nav_wrap.act {
    left: 0;
    bottom: 50px;
  }
}
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-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  color: #C38A68;
}

.com-lead {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #E94A74;
  margin: 2rem 0 0;
}

.com-txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.9;
  color: #985D37;
}

@media screen and (max-width: 750px) {
  .com-ttl {
    font-size: 2.8rem;
  }
  .com-lead {
    font-size: 3.8rem;
    margin: 2.6rem 0 0;
  }
  .com-txt {
    font-size: 2.8rem;
  }
}
.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: 115rem;
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .com-content {
    width: 75rem;
    padding: 0 4rem;
  }
}
.com-btn {
  width: 24rem;
  height: 6rem;
  border-radius: 100vh;
  overflow: hidden;
  border: 1px solid #985D37;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.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: 100%;
  background: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}
.com-btn a::after {
  -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);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.4rem;
  width: 0.9rem;
  height: 0.9rem;
  margin: auto;
  border-top: 1px solid #985D37;
  border-right: 1px solid #985D37;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.com-btn:hover a {
  background: #985D37;
  color: #fff;
}
.com-btn:hover a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.com-btn.res {
  border: 1px solid #989237;
}
.com-btn.res a {
  background: #989237;
  color: #fff;
}
.com-btn.res a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.com-btn.res:hover a {
  background: #fff;
  color: #989237;
}
.com-btn.res:hover a::after {
  border-top: 1px solid #989237;
  border-right: 1px solid #989237;
}

@media screen and (max-width: 750px) {
  .com-btn {
    width: 50rem;
    height: 10rem;
  }
  .com-btn a {
    font-size: 2.6rem;
  }
  .com-btn a::after {
    right: 3.8rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.com-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 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(5px, -5px) rotate(-5deg) scale(1.03);
            transform: translate(5px, -5px) rotate(-5deg) scale(1.03);
  }
  60% {
    -webkit-transform: translate(-5px, 5px) rotate(5deg) scale(1);
            transform: translate(-5px, 5px) 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(5px, -5px) rotate(-5deg) scale(1.03);
            transform: translate(5px, -5px) rotate(-5deg) scale(1.03);
  }
  60% {
    -webkit-transform: translate(-5px, 5px) rotate(5deg) scale(1);
            transform: translate(-5px, 5px) rotate(5deg) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
.com-fuwa1 img {
  -webkit-animation: contrast 6s linear 1.5s infinite;
          animation: contrast 6s linear 1.5s infinite;
}

.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(5px, 5px) rotate(5deg) scale(1);
            transform: translate(5px, 5px) rotate(5deg) scale(1);
  }
  60% {
    -webkit-transform: translate(0px, -5px) rotate(-5deg) scale(0.9);
            transform: translate(0px, -5px) 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(5px, 5px) rotate(5deg) scale(1);
            transform: translate(5px, 5px) rotate(5deg) scale(1);
  }
  60% {
    -webkit-transform: translate(0px, -5px) rotate(-5deg) scale(0.9);
            transform: translate(0px, -5px) rotate(-5deg) scale(0.9);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
.com-fuwa2 img {
  -webkit-animation: contrast 20s linear 1.5s infinite;
          animation: contrast 20s linear 1.5s infinite;
}

.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(5px, -5px) rotate(-5deg) scale(1);
            transform: translate(5px, -5px) rotate(-5deg) scale(1);
  }
  70% {
    -webkit-transform: translate(15px, 0px) rotate(5deg) scale(0.9);
            transform: translate(15px, 0px) 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(5px, -5px) rotate(-5deg) scale(1);
            transform: translate(5px, -5px) rotate(-5deg) scale(1);
  }
  70% {
    -webkit-transform: translate(15px, 0px) rotate(5deg) scale(0.9);
            transform: translate(15px, 0px) rotate(5deg) scale(0.9);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

.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;
  }
}
@keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}

.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 1.6s linear forwards;
          animation: mask-animation 1.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;
  }
}
.m_right {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.m_right_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#pageTop {
  background: #FBF1E4;
}
#pageTop .main_wrap {
  width: 100vw;
}
#pageTop .main_wrap .main_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
#pageTop .main_wrap .main_area .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 49%;
  height: 100vh;
  position: relative;
}
#pageTop .main_wrap .main_area .img_box .img_innre {
  width: 100%;
  height: 60vh;
  position: relative;
}
#pageTop .main_wrap .main_area .img_box .main_img {
  width: 100%;
  height: 100%;
  border-radius: 0 6.4rem 0 0;
  overflow: hidden;
  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%;
  -webkit-transition: -webkit-mask-position 1.6s linear;
  transition: -webkit-mask-position 1.6s linear;
  transition: mask-position 1.6s linear;
  transition: mask-position 1.6s linear, -webkit-mask-position 1.6s linear;
}
#pageTop .main_wrap .main_area .img_box .main_img.is-animated {
  -webkit-mask-position: 0% 0%;
          mask-position: 0% 0%;
}
#pageTop .main_wrap .main_area .img_box .img {
  width: 100%;
  height: 100%;
  position: relative;
}
#pageTop .main_wrap .main_area .img_box .img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(137deg, rgba(255, 255, 255, 0) 35%, rgb(255, 255, 255) 70%);
}
#pageTop .main_wrap .main_area .img_box .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  -o-object-position: left center;
     object-position: left center;
}
#pageTop .main_wrap .main_area .img_box .img_txt {
  font-size: 1.7rem;
  font-size: max(1.3vw, 10px);
  font-weight: 700;
  line-height: 1.8;
  text-align: right;
  padding: 0 2.5rem 4rem 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
#pageTop .main_wrap .main_area .img_box .i {
  opacity: 0;
  -webkit-transition: all 700ms cubic-bezier(0.29, 0.15, 0, 1);
  transition: all 700ms cubic-bezier(0.29, 0.15, 0, 1);
  position: absolute;
}
#pageTop .main_wrap .main_area .img_box .i_1 {
  width: 16%;
  top: -10%;
  left: 8%;
  -webkit-transform: translateY(50px) translateX(50px) scale(0.5);
          transform: translateY(50px) translateX(50px) scale(0.5);
}
#pageTop .main_wrap .main_area .img_box .i_2 {
  width: 25%;
  top: -13%;
  right: 19%;
  -webkit-transform: translateY(50px) translateX(-50px) scale(0.5);
          transform: translateY(50px) translateX(-50px) scale(0.5);
}
#pageTop .main_wrap .main_area .img_box .i_3 {
  width: 12%;
  top: 8%;
  right: 11%;
  -webkit-transform: translateY(50px) translateX(-50px) scale(0.5);
          transform: translateY(50px) translateX(-50px) scale(0.5);
}
#pageTop .main_wrap .main_area .img_box .i_4 {
  width: 10%;
  left: 4%;
  bottom: 5%;
  -webkit-transform: translateY(-50px) translateX(50px) scale(0.5);
          transform: translateY(-50px) translateX(50px) scale(0.5);
}
#pageTop .main_wrap .main_area .img_box .i_5 {
  width: 11%;
  bottom: -5rem;
  left: 44%;
  -webkit-transform: translateY(-50px) translateX(0px) scale(0.5);
          transform: translateY(-50px) translateX(0px) scale(0.5);
}
#pageTop .main_wrap .main_area .img_box .i_6 {
  width: 23%;
  right: -2%;
  top: 92%;
  -webkit-transform: translateY(-50px) translateX(-50px) scale(0.5);
          transform: translateY(-50px) translateX(-50px) scale(0.5);
}
#pageTop .main_wrap .main_area .img_box .scroll_img {
  width: 14rem;
  position: absolute;
  left: 5.6rem;
  bottom: -11rem;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
#pageTop .main_wrap .main_area .img_box .scroll_img img {
  -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);
}
#pageTop .main_wrap .main_area .img_box .arrow {
  width: 1.4rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.4rem;
  margin: auto;
  -webkit-animation: scrollDown 1.5s ease-in-out infinite;
          animation: scrollDown 1.5s ease-in-out infinite;
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
#pageTop .main_wrap .main_area .img_box .scroll_img:hover img {
  -webkit-filter: saturate(150%);
          filter: saturate(150%);
}
#pageTop .main_wrap .main_area .copy_box {
  width: 50%;
}
#pageTop .main_wrap .main_area .copy_box .copy_inner {
  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;
  height: 100vh;
  font-weight: 700;
}
#pageTop .main_wrap .main_area .copy_box .copy_inner_1 .copy {
  width: 62%;
  text-align: center;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  position: relative;
}
#pageTop .main_wrap .main_area .copy_box .copy_inner_1 .p1 {
  width: 77%;
  font-size: 1.6rem;
  font-size: max(1.23vw, 10px);
  color: #fff;
  border-radius: 100vh;
  background: #989237;
  padding: 1rem 0;
}
#pageTop .main_wrap .main_area .copy_box .copy_inner_1 .p2 {
  font-size: 2.6rem;
  font-size: max(2vw, 10px);
  letter-spacing: 0.1em;
  color: #EC8696;
  background: #fff;
  border-radius: 4px;
  padding: 1.2rem 0;
  margin: 3rem 0 0;
}
#pageTop .main_wrap .main_area .copy_box .copy_inner_1 .p3 {
  max-width: 35rem;
  width: 11vw;
  position: absolute;
  top: -4vw;
  right: -8vw;
  -webkit-animation: fluffy 3s infinite;
          animation: fluffy 3s infinite;
}
@-webkit-keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
#pageTop .main_wrap .main_area .copy_box .copy_inner_1 .p4 {
  width: 100%;
  margin: 2rem 0 0;
}
#pageTop .main_wrap .main_area .copy_box .copy_inner_1 .p5 {
  font-size: 2.2rem;
  font-size: max(1.69vw, 10px);
  color: #fff;
  background: #C38A68;
  border-radius: 4px;
  padding: 1.6rem 0;
  margin: 3rem 0 0;
}
#pageTop .main_wrap .main_area .copy_box .copy_inner_1 .p6 {
  font-size: 1.6rem;
  font-size: max(1.23vw, 0px);
  color: #fff;
  background: #AD907D;
  border-radius: 4px;
  padding: 1.2rem 0;
  margin: 0.5rem 0 0;
}
#pageTop .main_wrap .main_area .copy_box .copy_inner_1 .note {
  font-size: 1rem;
  font-size: max(0.76vw, 10px);
  line-height: 1.4;
  text-align: left;
  margin: 3rem 0 0;
}
#pageTop .main_wrap .main_area .copy_box .copy_inner_2 .copy {
  width: 77%;
  background: #FFFCF8;
  border-radius: 4px 64px 4px 64px;
  padding: 6rem 6rem;
}
#pageTop .main_wrap .main_area .copy_box .copy_inner_2 .p1 {
  width: 37%;
  font-size: 1.6rem;
  font-size: max(1.23vw, 10px);
  color: #fff;
  text-align: center;
  background: #989237;
  border-radius: 100vh;
  padding: 1rem 0;
}
#pageTop .main_wrap .main_area .copy_box .copy_inner_2 .p2 {
  font-size: 3.2rem;
  font-size: max(2.46vw, 0px);
  line-height: 1.5;
  color: #985D37;
  margin: 2rem 0 0;
}
#pageTop .main_wrap .main_area .copy_box .copy_inner_2 .p3 {
  font-size: 1.8rem;
  font-size: max(1.38vw, 0px);
  line-height: 2;
  color: #985D37;
  margin: 2.5rem 0 0;
}
#pageTop .main_wrap .main_area .copy_box .copy_inner_2 .btn_outer {
  margin: 3rem 0 0;
}
#pageTop .main_wrap .main_area .copy_box .copy_inner_2 .btn {
  width: 100%;
  margin: 1rem 0 0;
}
#pageTop .main_wrap.act .main_area .img_box .i_6,
#pageTop .main_wrap.act .main_area .img_box .i_5,
#pageTop .main_wrap.act .main_area .img_box .i_4,
#pageTop .main_wrap.act .main_area .img_box .i_3,
#pageTop .main_wrap.act .main_area .img_box .i_2,
#pageTop .main_wrap.act .main_area .img_box .i_1 {
  opacity: 1;
  -webkit-transform: translateY(0px) translateX(0px) scale(1);
          transform: translateY(0px) translateX(0px) scale(1);
}
#pageTop .main_wrap.act .main_area .img_box .i_5,
#pageTop .main_wrap.act .main_area .img_box .i_3,
#pageTop .main_wrap.act .main_area .img_box .i_1 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#pageTop .main_wrap.act .main_area .img_box .i_6,
#pageTop .main_wrap.act .main_area .img_box .i_4,
#pageTop .main_wrap.act .main_area .img_box .i_2 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
#pageTop .main_wrap.act .main_area .img_box .scroll_img {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
#pageTop .main_wrap.act .main_area .copy_box .copy_inner_1 .copy {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
@media screen and (max-width: 750px) {
  #pageTop .main_wrap {
    overflow: visible;
    margin: 60px 0 0;
  }
  #pageTop .main_wrap .main_area {
    display: block;
  }
  #pageTop .main_wrap .main_area .img_box {
    width: 100%;
    height: calc(100dvh - 60px);
    display: block;
  }
  #pageTop .main_wrap .main_area .img_box .img_innre {
    height: 100%;
  }
  #pageTop .main_wrap .main_area .img_box .main_img {
    border-radius: 0 6.4rem 0 0;
    position: relative;
  }
  #pageTop .main_wrap .main_area .img_box .main_img::before {
    -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: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #FBF1E4;
    opacity: 0;
    z-index: 1;
  }
  #pageTop .main_wrap .main_area .img_box .main_img .img {
    -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);
  }
  #pageTop .main_wrap .main_area .img_box .main_img.act .img {
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  #pageTop .main_wrap .main_area .img_box .main_img.act::before {
    opacity: 0.5;
  }
  #pageTop .main_wrap .main_area .img_box .img::before {
    background: linear-gradient(157deg, rgba(255, 255, 255, 0) 45%, rgb(255, 255, 255) 80%);
  }
  #pageTop .main_wrap .main_area .img_box .img img {
    -o-object-position: 32% bottom;
       object-position: 32% bottom;
  }
  #pageTop .main_wrap .main_area .img_box .img_txt {
    font-size: 2.8rem;
    padding: 0 4rem 34rem 0;
  }
  #pageTop .main_wrap .main_area .img_box .i_1 {
    width: 13rem;
    top: 6rem;
    left: 3rem;
  }
  #pageTop .main_wrap .main_area .img_box .i_2 {
    width: 18rem;
    right: 10rem;
    top: -3rem;
  }
  #pageTop .main_wrap .main_area .img_box .i_3 {
    width: 10rem;
    top: 16rem;
    right: 2rem;
  }
  #pageTop .main_wrap .main_area .img_box .i_4 {
    width: 8.5rem;
    left: 4rem;
    bottom: 23rem;
  }
  #pageTop .main_wrap .main_area .img_box .i_5 {
    width: 9.2rem;
    bottom: 12rem;
    left: 48rem;
  }
  #pageTop .main_wrap .main_area .img_box .i_6 {
    width: 14.6rem;
    right: -1rem;
    top: auto;
    bottom: 21rem;
  }
  #pageTop .main_wrap .main_area .img_box .scroll_img {
    width: 17rem;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 14rem;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  #pageTop .main_wrap .main_area .img_box .arrow {
    width: 2rem;
    bottom: 3.4rem;
  }
  #pageTop .main_wrap .main_area .copy_box {
    width: 100%;
  }
  #pageTop .main_wrap .main_area .copy_box .copy_inner {
    height: auto;
    min-height: 100vh;
    padding: 40rem 0;
  }
  #pageTop .main_wrap .main_area .copy_box .copy_inner_1 .copy {
    max-width: none;
    width: 60rem;
  }
  #pageTop .main_wrap .main_area .copy_box .copy_inner_1 .p1 {
    width: 47rem;
    font-size: 2.6rem;
    padding: 1.6rem 0;
  }
  #pageTop .main_wrap .main_area .copy_box .copy_inner_1 .p2 {
    font-size: 4rem;
    padding: 1.6rem 0;
    margin: 4rem 0 0;
  }
  #pageTop .main_wrap .main_area .copy_box .copy_inner_1 .p3 {
    width: 16rem;
    top: -3rem;
    right: -6rem;
  }
  #pageTop .main_wrap .main_area .copy_box .copy_inner_1 .p4 {
    margin: 3rem 0 0;
  }
  #pageTop .main_wrap .main_area .copy_box .copy_inner_1 .p5 {
    font-size: 3.2rem;
    padding: 2rem 0;
  }
  #pageTop .main_wrap .main_area .copy_box .copy_inner_1 .p6 {
    font-size: 2.6rem;
    padding: 1.6rem 0;
    margin: 1rem 0 0;
  }
  #pageTop .main_wrap .main_area .copy_box .copy_inner_1 .note {
    font-size: 2rem;
    margin: 4rem 0 0;
  }
  #pageTop .main_wrap .main_area .copy_box .copy_inner_2 .copy {
    width: 60rem;
    padding: 8rem 6rem;
  }
  #pageTop .main_wrap .main_area .copy_box .copy_inner_2 .p1 {
    width: 22rem;
    font-size: 2.6rem;
    padding: 1.2rem 0;
  }
  #pageTop .main_wrap .main_area .copy_box .copy_inner_2 .p2 {
    font-size: 4.2rem;
    margin: 3rem 0 0;
  }
  #pageTop .main_wrap .main_area .copy_box .copy_inner_2 .p3 {
    font-size: 2.8rem;
    margin: 3rem 0 0;
  }
  #pageTop .main_wrap .main_area .copy_box .copy_inner_2 .btn_outer {
    margin: 4rem 0 0;
  }
  #pageTop .main_wrap .main_area .copy_box .copy_inner_2 .btn {
    margin: 2rem 0 0;
  }
  #pageTop .main_wrap.act .main_area .img_box .scroll_img {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  #pageTop .main_wrap.act .main_area .img_box .scroll_img.none {
    opacity: 0;
    pointer-events: none;
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
}
#pageTop .cnt_com_wrap {
  padding: 17rem 0 0;
}
#pageTop .cnt_com_wrap .copy_com_outer {
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 78rem;
  margin: 0 auto 5.6rem;
  position: relative;
}
#pageTop .cnt_com_wrap .copy_com_outer .i {
  -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: absolute;
  -webkit-transform: translateY(50px) translateX(-50px) scale(0.8);
          transform: translateY(50px) translateX(-50px) scale(0.8);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
#pageTop .cnt_com_wrap .cnt_com_area {
  border-radius: 4px 64px 4px 64px;
  background: #FFFCF8;
}
#pageTop .cnt_com_wrap.js_anime_on .copy_com_outer .i {
  -webkit-transform: translateY(0) translateX(0) scale(1);
          transform: translateY(0) translateX(0) scale(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 750px) {
  #pageTop .cnt_com_wrap .copy_com_outer {
    width: 100%;
    margin: 0 auto 6rem;
  }
  #pageTop .cnt_com_wrap .copy_com_outer .txt {
    -webkit-transform: translateY(30px) translateX(0);
            transform: translateY(30px) translateX(0);
    margin: 3rem 0 0;
  }
  #pageTop .cnt_com_wrap .copy_com_outer .m_right_on {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  #pageTop .cnt_com_wrap .cnt_com_area {
    border-radius: 0.4rem 8rem 0.4rem 8rem;
  }
}
#pageTop .price_wrap .copy_area .copy_box .i {
  width: 8rem;
  top: -4rem;
  left: 25rem;
}
#pageTop .price_wrap .cnt_area {
  padding: 5rem 17rem 7rem;
}
#pageTop .price_wrap .cnt_area .cnt_box {
  font-weight: 700;
}
#pageTop .price_wrap .cnt_area .cnt_box .lead {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  background: #FFF4EC;
  padding: 2rem 0;
}
#pageTop .price_wrap .cnt_area .cnt_box .table {
  margin: 3.5rem 0 0;
}
#pageTop .price_wrap .cnt_area .cnt_box .table_txt {
  font-size: 1.6rem;
  line-height: 1.6;
}
#pageTop .price_wrap .cnt_area .cnt_box .table_txt .s1 {
  font-size: 1.2rem;
}
#pageTop .price_wrap .cnt_area .cnt_box .table_img {
  margin: 2rem 0 0;
}
#pageTop .price_wrap .cnt_area .cnt_box .copy {
  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;
  margin: 6rem 0 0;
}
#pageTop .price_wrap .cnt_area .cnt_box .copy .p1 {
  font-size: 1.7rem;
}
#pageTop .price_wrap .cnt_area .cnt_box .copy .p2 {
  font-size: 3rem;
  color: #D9340A;
  margin: 1.3rem 0 0;
}
#pageTop .price_wrap .cnt_area .cnt_box .copy .p2 .s1 {
  font-size: 4.4rem;
}
@media screen and (max-width: 750px) {
  #pageTop .price_wrap .copy_area .copy_box .i {
    width: 10rem;
    top: -5rem;
    left: 33rem;
  }
  #pageTop .price_wrap .cnt_area {
    padding: 7rem 5rem 8rem;
  }
  #pageTop .price_wrap .cnt_area .cnt_box .lead {
    width: 100%;
    font-size: 2.8rem;
    padding: 3rem 2rem;
  }
  #pageTop .price_wrap .cnt_area .cnt_box .table {
    margin: 5rem 0 0;
  }
  #pageTop .price_wrap .cnt_area .cnt_box .table_txt {
    font-size: 2.6rem;
  }
  #pageTop .price_wrap .cnt_area .cnt_box .table_txt .s1 {
    font-size: 2.2rem;
  }
  #pageTop .price_wrap .cnt_area .cnt_box .table_img {
    margin: 3rem 0 0;
  }
  #pageTop .price_wrap .cnt_area .cnt_box .copy {
    gap: 4rem 0;
  }
  #pageTop .price_wrap .cnt_area .cnt_box .copy .p1 {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
  #pageTop .price_wrap .cnt_area .cnt_box .copy .p2 {
    font-size: 4rem;
    margin: 1.6rem 0 0;
  }
  #pageTop .price_wrap .cnt_area .cnt_box .copy .p2 .s1 {
    font-size: 5.6rem;
  }
}
#pageTop .merit_wrap .copy_area .copy_box {
  width: 81rem;
}
#pageTop .merit_wrap .copy_area .copy_box .i {
  width: 8.4rem;
  top: -4rem;
  right: -10rem;
}
#pageTop .merit_wrap .cnt_area {
  font-weight: 700;
  text-align: center;
  padding: 7rem 17rem 8rem;
}
#pageTop .merit_wrap .cnt_area .merit_box .merit {
  font-size: 1.8rem;
  line-height: 1.6;
  background: #FFF4EC;
  border-radius: 2px;
  padding: 1.6rem 0;
  margin: 1rem 0 0;
}
#pageTop .merit_wrap .cnt_area .copy_box {
  margin: 6rem 0 0;
}
#pageTop .merit_wrap .cnt_area .copy_box .p1 {
  font-size: 1.7rem;
  line-height: 1.4;
}
#pageTop .merit_wrap .cnt_area .copy_box .p2 {
  font-size: 3rem;
  line-height: 1.4;
  color: #D9340A;
  margin: 1.5rem 0 0;
}
#pageTop .merit_wrap .cnt_area .copy_box .p2 .s1 {
  font-size: 4.4rem;
}
#pageTop .merit_wrap .cnt_area .copy_box .note {
  font-weight: 400;
  margin: 1rem 0 0;
}
#pageTop .merit_wrap .cnt_area .copy_box .btn_outer {
  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 1rem;
  margin: 3rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_wrap .copy_area .copy_box {
    width: 100%;
  }
  #pageTop .merit_wrap .copy_area .copy_box .i {
    width: 10.4rem;
    top: 2rem;
    right: 5rem;
  }
  #pageTop .merit_wrap .cnt_area {
    padding: 7rem 5rem 8rem;
  }
  #pageTop .merit_wrap .cnt_area .merit_box .merit {
    font-size: 2.8rem;
    letter-spacing: 0;
    padding: 2.4rem 0;
    margin: 2rem 0 0;
  }
  #pageTop .merit_wrap .cnt_area .copy_box {
    margin: 7rem 0 0;
  }
  #pageTop .merit_wrap .cnt_area .copy_box .p1 {
    font-size: 2.8rem;
  }
  #pageTop .merit_wrap .cnt_area .copy_box .p2 {
    font-size: 4rem;
    letter-spacing: 0;
    margin: 2rem 0 0;
  }
  #pageTop .merit_wrap .cnt_area .copy_box .p2 .s1 {
    font-size: 5.6rem;
  }
  #pageTop .merit_wrap .cnt_area .copy_box .note {
    margin: 1.6rem 0 0;
  }
  #pageTop .merit_wrap .cnt_area .copy_box .btn_outer {
    gap: 2rem 0;
    margin: 5rem 0 0;
  }
}
#pageTop .list_wrap .copy_area .copy_box .i {
  width: 17rem;
  top: -4rem;
  right: -9rem;
}
#pageTop .list_wrap .cnt_area_outer {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#pageTop .list_wrap .cnt_area {
  width: 53rem;
  padding: 6rem 4.6rem;
  position: relative;
}
#pageTop .list_wrap .cnt_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: 20rem;
  height: 5.4rem;
  border-radius: 4px 54px 4px 54px;
  background: #985D37;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  position: absolute;
  top: -2.5rem;
  left: 1.5rem;
}
#pageTop .list_wrap .cnt_area .cnt_box {
  border: 1px solid #CEC1B9;
  border-radius: 4px;
  background: #fff;
  padding: 2.4rem;
  margin: 1.4rem 0 0;
  position: relative;
}
#pageTop .list_wrap .cnt_area .cnt_box:first-child {
  margin: 0;
}
#pageTop .list_wrap .cnt_area .cnt_box::before {
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-style: solid;
  border-width: 1.8rem 0 1.8rem 1.8rem;
  border-color: transparent transparent transparent #E94A74;
  position: absolute;
  bottom: 0.5rem;
  right: 1.6rem;
}
#pageTop .list_wrap .cnt_area .cnt_box 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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
#pageTop .list_wrap .cnt_area .cnt_box a:hover {
  opacity: 0.7;
}
#pageTop .list_wrap .cnt_area .cnt_box .cnt_img {
  width: 17rem;
  height: 12rem;
  border-radius: 4px;
  overflow: hidden;
}
#pageTop .list_wrap .cnt_area .cnt_box .cnt_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#pageTop .list_wrap .cnt_area .cnt_box .copy {
  width: 20rem;
}
#pageTop .list_wrap .cnt_area .cnt_box .lead {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
}
#pageTop .list_wrap .cnt_area .cnt_box .num {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.8;
  margin: 2rem 0 0;
}
#pageTop .list_wrap .cnt_area .cnt_box .num .s1 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #E94A74;
}
@media screen and (max-width: 750px) {
  #pageTop .list_wrap .copy_area .copy_box .i {
    width: 19rem;
    top: 0rem;
    right: 4rem;
  }
  #pageTop .list_wrap .cnt_area_outer {
    gap: 12rem 0;
    margin: 8rem 0 0;
  }
  #pageTop .list_wrap .cnt_area {
    width: 100%;
    padding: 7rem 5rem;
  }
  #pageTop .list_wrap .cnt_area .ttl_box {
    width: 28rem;
    height: 7.5rem;
    border-radius: 0.4rem 5rem 0.4rem 5rem;
    font-size: 3.2rem;
    top: -3.6rem;
  }
  #pageTop .list_wrap .cnt_area .cnt_box {
    padding: 4rem 4rem 5rem;
    margin: 3rem 0 0;
  }
  #pageTop .list_wrap .cnt_area .cnt_box a {
    gap: 2rem 0;
  }
  #pageTop .list_wrap .cnt_area .cnt_box .cnt_img {
    width: 100%;
    height: 25rem;
  }
  #pageTop .list_wrap .cnt_area .cnt_box .copy {
    width: 100%;
  }
  #pageTop .list_wrap .cnt_area .cnt_box .lead {
    font-size: 3rem;
  }
  #pageTop .list_wrap .cnt_area .cnt_box .num {
    font-size: 2.6rem;
  }
  #pageTop .list_wrap .cnt_area .cnt_box .num .s1 {
    font-size: 2.8rem;
  }
}
#pageTop .outline_wrap .copy_area .copy_box .i {
  width: 8rem;
  top: -2rem;
  left: 32rem;
}
#pageTop .outline_wrap .cnt_area {
  font-weight: 700;
  padding: 7rem 16rem;
}
#pageTop .outline_wrap .cnt_area .cnt_box .txt {
  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;
  margin: 2rem 0 0;
}
#pageTop .outline_wrap .cnt_area .cnt_box .txt_1,
#pageTop .outline_wrap .cnt_area .cnt_box .txt_2 {
  height: 7rem;
  border-radius: 8px;
}
#pageTop .outline_wrap .cnt_area .cnt_box .txt_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: 20rem;
  font-size: 2rem;
  background: #FDECDF;
}
#pageTop .outline_wrap .cnt_area .cnt_box .txt_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 57.5rem;
  font-size: 1.8rem;
  line-height: 1.4;
  background: #fff;
  border: 1px solid #CEC1B9;
  padding: 0 1.6rem;
}
@media screen and (max-width: 750px) {
  #pageTop .outline_wrap .copy_area .copy_box .i {
    width: 10rem;
    top: -4rem;
    left: 42rem;
  }
  #pageTop .outline_wrap .cnt_area {
    padding: 7rem 5rem;
  }
  #pageTop .outline_wrap .cnt_area .cnt_box .txt {
    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;
    margin: 2rem 0 0;
  }
  #pageTop .outline_wrap .cnt_area .cnt_box .txt_1,
  #pageTop .outline_wrap .cnt_area .cnt_box .txt_2 {
    width: 100%;
    height: 7rem;
    text-align: center;
    border-radius: 4px 4px 0 0;
  }
  #pageTop .outline_wrap .cnt_area .cnt_box .txt_1 {
    width: 100%;
    font-size: 3rem;
  }
  #pageTop .outline_wrap .cnt_area .cnt_box .txt_2 {
    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: 16rem;
    font-size: 2.8rem;
    line-height: 1.4;
    border-radius: 0 0 4px 4px;
    padding: 0 2.6rem;
  }
}
#pageTop .note_wrap .copy_area .copy_box .i {
  width: 5.5rem;
  top: -3rem;
  left: 37rem;
}
#pageTop .note_wrap .cnt_area {
  font-weight: 700;
  padding: 8rem 14rem 5rem;
}
#pageTop .note_wrap .cnt_area .flex_box .ttl {
  font-size: 2rem;
  text-align: center;
  background: #FFF4EC;
  border-radius: 8px;
  padding: 1.6rem 0;
}
#pageTop .note_wrap .cnt_area .flex_box .flex_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: 1px solid #CEC1B9;
  background: #fff;
  padding: 3rem;
  margin: 1rem 0 0;
}
#pageTop .note_wrap .cnt_area .flex_box .txt {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageTop .note_wrap .copy_area .copy_box .i {
    width: 7.5rem;
    top: -5rem;
    left: 49rem;
  }
  #pageTop .note_wrap .cnt_area {
    padding: 7rem 5rem 8rem;
  }
  #pageTop .note_wrap .cnt_area .flex_box {
    gap: 5rem 0;
  }
  #pageTop .note_wrap .cnt_area .flex_box .flex_cnt {
    width: 100%;
  }
  #pageTop .note_wrap .cnt_area .flex_box .ttl {
    font-size: 3rem;
    border-radius: 0.8rem;
    padding: 2rem 0;
  }
  #pageTop .note_wrap .cnt_area .flex_box .flex_inner {
    display: block;
    height: auto;
    border-radius: 0.8rem;
    padding: 5rem 3rem;
    margin: 2rem 0 0;
  }
  #pageTop .note_wrap .cnt_area .flex_box .txt {
    font-size: 2.4rem;
  }
}
/*# sourceMappingURL=style.css.map */