@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,600;1,600&family=Noto+Sans+JP:wght@100..900&family=Tsukimi+Rounded:wght@400;500&family=Zen+Maru+Gothic:wght@400;500&family=Tsukimi+Rounded&display=swap");
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;
  }
}
* {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

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

@media screen and (max-width: 750px) {
  main {
    width: 100%;
  }
}
section {
  position: relative;
  overflow: hidden;
}

img,
svg,
video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #5D642C;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

h1,
h2,
h3,
span,
sup,
a,
button {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.f-jost {
  font-family: "Jost", sans-serif;
}

.f-mix {
  font-family: "Tsukimi Rounded", "Zen Maru Gothic", sans-serif;
}

.f-tsukimi {
  font-family: "Tsukimi Rounded", sans-serif;
}

.f-maru {
  font-family: "Zen Maru Gothic", sans-serif;
}

.f-tsukimi {
  font-family: "Tsukimi Rounded", sans-serif;
  font-weight: 400;
  font-style: normal;
}

header.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 3rem 4rem 0 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 900;
}
header.header .h-logo {
  width: 11.8rem;
  position: fixed;
  top: 3rem;
  left: 3.4rem;
}
header.header .h-logo a {
  display: block;
}
header.header nav {
  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: 6rem;
  padding: 0 7rem;
  position: relative;
}
header.header nav::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 100%;
  background: #5D642C;
  border-radius: 100vh;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
header.header nav.act::before {
  width: 100%;
}
header.header nav ul {
  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;
  gap: 0 3rem;
  height: 100%;
}
header.header 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);
  height: 100%;
  position: relative;
}
header.header 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;
  height: 100%;
  padding: 0 1rem;
}
header.header nav ul li .txt {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}
header.header nav ul li:hover {
  opacity: 0.6;
}
header.header nav ul li.act::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #CAD385;
  position: absolute;
  top: -0.6rem;
  left: 0;
  right: 0;
  margin: auto;
}
header.header .h-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 1rem;
}
header.header .h-links .h-links_btn {
  width: 6rem;
}

@media screen and (max-width: 750px) {
  header.header {
    gap: 0 7px;
    padding: 16px 17px 0 0;
  }
  header.header .h-logo {
    width: 172px;
    top: 18px;
    left: 17px;
  }
  header.header .h-logo a {
    position: relative;
  }
  header.header .h-logo .logo_w {
    -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);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
  }
  header.header .h-logo.active {
    z-index: 1000;
  }
  header.header .h-logo.active .logo_b {
    opacity: 0;
  }
  header.header .h-logo.active .logo_w {
    opacity: 1;
  }
  header.header 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);
    width: 100%;
    height: auto;
    display: block;
    padding: 11rem 0 9rem;
    border-radius: 0 0 2.4rem 2.4rem;
    pointer-events: none;
    position: fixed;
    top: -70rem;
    left: 0;
    margin: 0;
    z-index: 100;
  }
  header.header nav::before {
    border-radius: 0 0 2.4rem 2.4rem;
  }
  header.header nav.active {
    pointer-events: auto;
    top: 0;
  }
  header.header nav ul {
    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: 2rem 0;
    padding: 7rem 0 0;
  }
  header.header nav ul li {
    height: auto;
    padding: 0 0 0 4.4rem;
  }
  header.header nav ul li a {
    padding: 2rem 0;
  }
  header.header nav ul li .txt {
    font-size: 2.6rem;
  }
  header.header nav ul li.act::before {
    display: none;
  }
  header.header nav ul li::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #CAD385;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: auto;
  }
  header.header .h-links {
    gap: 0 7px;
    margin: 0;
  }
  header.header .h-links .h-links_btn {
    width: 40px;
  }
  header.header .h-links.active {
    z-index: 1000;
  }
  header.header .c-nav_btn {
    -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: 40px;
    height: 40px;
    background: #5D642C;
    border-radius: 100vh;
    cursor: pointer;
    display: block;
    position: relative;
  }
  header.header .c-nav_btn span {
    -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: 14px;
    height: 2px;
    background-color: #fff;
    border-radius: 100vh;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  header.header .c-nav_btn.active {
    background: #fff;
    z-index: 1000;
  }
  header.header .c-nav_btn.active span {
    background-color: #5D642C;
  }
  header.header .c-nav_btn,
  header.header .c-nav_btn span {
    display: inline-block;
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header.header .c-nav_btn span:nth-of-type(1) {
    top: 12px;
  }
  header.header .c-nav_btn span:nth-of-type(2) {
    top: 19px;
  }
  header.header .c-nav_btn span:nth-of-type(3) {
    top: 26px;
  }
  header.header .c-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(7px) rotate(45deg);
              transform: translateY(7px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(7px) rotate(0);
              transform: translateY(7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(7px) rotate(45deg);
              transform: translateY(7px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(7px) rotate(0);
              transform: translateY(7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  header.header .c-nav_btn span:nth-of-type(2) {
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  header.header .c-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(-7px) rotate(-45deg);
              transform: translateY(-7px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-7px) rotate(0);
              transform: translateY(-7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-7px) rotate(-45deg);
              transform: translateY(-7px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-7px) rotate(0);
              transform: translateY(-7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  header.header .c-nav_btn.active 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(7px) rotate(0);
              transform: translateY(7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(7px) rotate(45deg);
              transform: translateY(7px) rotate(45deg);
    }
  }
  @keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(7px) rotate(0);
              transform: translateY(7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(7px) rotate(45deg);
              transform: translateY(7px) rotate(45deg);
    }
  }
  header.header .c-nav_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  header.header .c-nav_btn.active 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(-7px) rotate(0);
              transform: translateY(-7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-7px) rotate(-45deg);
              transform: translateY(-7px) rotate(-45deg);
    }
  }
  @keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-7px) rotate(0);
              transform: translateY(-7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-7px) rotate(-45deg);
              transform: translateY(-7px) rotate(-45deg);
    }
  }
}
footer.footer {
  position: relative;
}
footer.footer .footer_bg_area {
  width: 100vw;
  height: 43vh;
  background: #fff;
  opacity: 0.6;
  border-radius: 80% 80% 0 0/40% 40% 0 0;
  -webkit-transition: all 3s cubic-bezier(0, 0, 0.07, 0.98);
  transition: all 3s cubic-bezier(0, 0, 0.07, 0.98);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
footer.footer .footer_bg_area.act {
  height: 130vh;
  border-radius: 0;
}
@media screen and (max-width: 750px) {
  footer.footer .footer_bg_area {
    height: 105rem;
    border-radius: 100% 100% 0 0/20% 20% 0 0;
  }
}
footer.footer .com-ttl_area .ttl_box {
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer.footer .ttl_area .ttl_box .ttl {
    font-size: 2.6rem;
  }
  footer.footer .ttl_area .ttl_box .key {
    width: 6rem;
    top: -4rem;
    right: -6rem;
  }
  footer.footer .ttl_area .ttl_box .sub_ttl {
    font-size: 4.2rem;
    margin: 3.4rem 0 0;
  }
}
footer.footer .contact_area {
  width: 55.2rem;
  margin: 4rem auto 0;
}
footer.footer .contact_area .line_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);
  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: 16rem;
  background: #08C656;
  border-radius: 1.6rem;
  position: relative;
  z-index: 1;
}
footer.footer .contact_area .line_box::before {
  content: "";
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 1px solid #fff;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  z-index: -1;
}
footer.footer .contact_area .line_box .txt {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
footer.footer .contact_area .line_box .txt .s1 {
  font-size: 2rem;
}
footer.footer .contact_area .line_box .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer.footer .contact_area .line_box .icon.line {
  width: 6rem;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 4rem;
}
footer.footer .contact_area .line_box .icon.qr {
  right: 4rem;
}
footer.footer .contact_area .line_box .icon.qr img {
  width: 7.6rem;
}
footer.footer .contact_area .line_box .qr_txt {
  font-size: 1rem;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  margin: 0.6rem 0 0;
}
footer.footer .contact_area .line_box:hover {
  background: #048338;
}
footer.footer .contact_area .contact_flex {
  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: 4rem 0 0;
}
footer.footer .contact_area .contact_flex .num_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: 27rem;
  height: 13rem;
  border: 2px solid #D3D3D3;
  border-radius: 1.6rem;
}
footer.footer .contact_area .contact_flex .num_box .num {
  color: #231815;
  margin: 1.4rem 0 0;
}
footer.footer .contact_area .contact_flex .num_box .num:first-child {
  margin: 0;
}
footer.footer .contact_area .contact_flex .num_box .ttl {
  font-size: 1.6rem;
}
footer.footer .contact_area .contact_flex .num_box .txt {
  font-size: 2.4rem;
}
footer.footer .contact_area .contact_flex .sns_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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 26rem;
}
footer.footer .contact_area .contact_flex .sns_box .sns_btn {
  -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;
  height: 6rem;
  border-radius: 1.6rem;
  position: relative;
}
footer.footer .contact_area .contact_flex .sns_box .copy {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
footer.footer .contact_area .contact_flex .sns_box .s1 {
  font-size: 1rem;
  letter-spacing: 0.02em;
}
footer.footer .contact_area .contact_flex .sns_box .icon {
  width: 3rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer.footer .contact_area .contact_flex .sns_box .sns_btn.mail {
  background: #707070;
}
footer.footer .contact_area .contact_flex .sns_box .sns_btn.mail:hover {
  background: #403f3f;
}
footer.footer .contact_area .contact_flex .sns_box .sns_btn.youtube {
  background: #FF2929;
}
footer.footer .contact_area .contact_flex .sns_box .sns_btn.youtube:hover {
  background: #ab0505;
}
@media screen and (max-width: 750px) {
  footer.footer .contact_area {
    width: 61rem;
    margin: 9rem auto 0;
  }
  footer.footer .contact_area .line_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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35rem;
    border-radius: 2.5rem;
    padding: 0 8rem;
  }
  footer.footer .contact_area .line_box .txt {
    font-size: 2.6rem;
    margin: 3rem 0 0;
  }
  footer.footer .contact_area .line_box .txt .s1 {
    font-size: 3rem;
  }
  footer.footer .contact_area .line_box .icon {
    position: static;
    -webkit-transform: unset;
            transform: unset;
  }
  footer.footer .contact_area .line_box .icon.line {
    width: 6.6rem;
    margin: 0 auto;
  }
  footer.footer .contact_area .line_box .icon.qr img {
    width: 14rem;
  }
  footer.footer .contact_area .line_box .qr_txt {
    font-size: 2rem;
    margin: 1.4rem 0 0;
  }
  footer.footer .contact_area .contact_flex {
    margin: 3rem 0 0;
  }
  footer.footer .contact_area .contact_flex .num_box {
    width: 100%;
    height: 23rem;
    border-radius: 2.9rem;
  }
  footer.footer .contact_area .contact_flex .num_box .num {
    margin: 3rem 0 0;
  }
  footer.footer .contact_area .contact_flex .num_box .ttl {
    font-size: 2.6rem;
  }
  footer.footer .contact_area .contact_flex .num_box .txt {
    font-size: 3.4rem;
  }
  footer.footer .contact_area .contact_flex .sns_box {
    width: 100%;
    gap: 2rem 0;
    margin: 3rem 0 0;
  }
  footer.footer .contact_area .contact_flex .sns_box .sns_btn {
    height: 11rem;
    border-radius: 2.9rem;
  }
  footer.footer .contact_area .contact_flex .sns_box .copy {
    font-size: 2.2rem;
  }
  footer.footer .contact_area .contact_flex .sns_box .s1 {
    font-size: 2rem;
  }
  footer.footer .contact_area .contact_flex .sns_box .icon {
    width: 5.5rem;
    right: 3rem;
  }
}
footer.footer .logo_area {
  padding: 8rem 0 4rem;
}
footer.footer .logo_area .logo_box {
  width: 29.5rem;
  margin: 0 auto;
}
footer.footer .logo_area .copy_box {
  text-align: center;
  margin: 4rem 0 0;
}
footer.footer .logo_area .copy_box small {
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  footer.footer .logo_area {
    padding: 9rem 0 4rem;
  }
  footer.footer .logo_area .logo_box {
    width: 43rem;
  }
  footer.footer .logo_area .copy_box {
    margin: 10rem 0 0;
  }
  footer.footer .logo_area .copy_box small {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
figure {
  position: relative;
}

.com-note {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.com-note.right {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .com-note {
    font-size: 2rem;
  }
}
.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: #000;
  text-shadow: none;
}

@media screen and (max-width: 750px) {
  .com-cap {
    font-size: 2rem;
    bottom: 1rem;
    right: 1rem;
  }
  .com-cap.left {
    left: 1rem;
  }
}
.com-tbox {
  padding: 5.3rem 0 5rem;
}

.com-ttl_area {
  padding-top: 3rem;
}
.com-ttl_area .ttl_box {
  text-align: left;
}
.com-ttl_area .ttl_box .ttl {
  font-size: 1.5rem;
  display: inline-block;
  position: relative;
}
.com-ttl_area .ttl_box .key {
  width: 5rem;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  position: absolute;
  top: -1.6rem;
  right: -5rem;
}
.com-ttl_area .ttl_box .key img {
  -webkit-animation: flip 5s infinite linear;
          animation: flip 5s infinite linear;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  10% {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes flip {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  10% {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.com-ttl_area .ttl_box .sub_ttl {
  font-size: 3.6rem;
  font-weight: 400;
  color: #231815;
  margin: 2.2rem 0 0;
  line-height: 1.6;
  font-family: "Tsukimi Rounded", "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 750px) {
  .com-ttl_area .ttl_box .ttl {
    font-size: 2.2rem;
  }
  .com-ttl_area .ttl_box .key {
    width: 7rem;
    position: absolute;
    top: -2.4rem;
    right: -7rem;
  }
  .com-ttl_area .ttl_box .sub_ttl {
    font-size: 4.6rem;
    font-weight: 400;
    color: #231815;
    margin: 2.2rem 0 0;
    line-height: 1.6;
    font-family: "Tsukimi Rounded", "Zen Maru Gothic", sans-serif;
  }
}
.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: 98.6rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@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_active {
  -webkit-animation-name: loadAnime;
          animation-name: loadAnime;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -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-fuwa1 {
  -webkit-animation: fuwafuwa1 3s ease-in-out infinite alternate;
          animation: fuwafuwa1 3s ease-in-out infinite alternate;
}
@-webkit-keyframes fuwafuwa1 {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -50px) rotate(0deg);
            transform: translate(0, -50px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes fuwafuwa1 {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -50px) rotate(0deg);
            transform: translate(0, -50px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}

.com-fuwa2 {
  -webkit-animation: fuwafuwa2 2.5s ease-in-out infinite alternate;
          animation: fuwafuwa2 2.5s ease-in-out infinite alternate;
}
@-webkit-keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(4deg);
            transform: translate(0, 0) rotate(4deg);
  }
  50% {
    -webkit-transform: translate(0, 4px) rotate(0deg);
            transform: translate(0, 4px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-4deg);
            transform: translate(0, 0) rotate(-4deg);
  }
}
@keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(4deg);
            transform: translate(0, 0) rotate(4deg);
  }
  50% {
    -webkit-transform: translate(0, 4px) rotate(0deg);
            transform: translate(0, 4px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-4deg);
            transform: translate(0, 0) rotate(-4deg);
  }
}

.com-fuwa3 {
  -webkit-animation: fuwafuwa3 3.5s ease-in-out infinite alternate;
          animation: fuwafuwa3 3.5s ease-in-out infinite alternate;
}
@-webkit-keyframes fuwafuwa3 {
  0% {
    -webkit-transform: translate(0, 0) rotate(4deg);
            transform: translate(0, 0) rotate(4deg);
  }
  50% {
    -webkit-transform: translate(0, 4px) rotate(0deg);
            transform: translate(0, 4px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-4deg);
            transform: translate(0, 0) rotate(-4deg);
  }
}
@keyframes fuwafuwa3 {
  0% {
    -webkit-transform: translate(0, 0) rotate(4deg);
            transform: translate(0, 0) rotate(4deg);
  }
  50% {
    -webkit-transform: translate(0, 4px) rotate(0deg);
            transform: translate(0, 4px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-4deg);
            transform: translate(0, 0) rotate(-4deg);
  }
}

.com-anime-x {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
.com-anime-x .char {
  display: inline-block;
  -webkit-transform: translateX(var(--x, 110%));
          transform: translateX(var(--x, 110%));
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: calc(0.02s * var(--char-index));
          transition-delay: calc(0.02s * var(--char-index));
}
.com-anime-x.act {
  --x: 0;
}

.com-anime-y {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
.com-anime-y .char {
  display: inline-block;
  -webkit-transform: translateX(var(--y, 110%));
          transform: translateX(var(--y, 110%));
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: calc(0.02s * var(--char-index));
          transition-delay: calc(0.02s * var(--char-index));
}
.com-anime-y.act {
  --y: 0;
}

/*動き*/
.m_left {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.m_left_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(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);
}

.m_op {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
.m_op_on {
  opacity: 1;
}

.m_down {
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.m_down_on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.m_up {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
}
.m_up_on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .m_op_d1 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .m_op_d2 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .m_op_d3 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .m_op_d4 {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .m_op_d5 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .m_op_d6 {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .m_op_d7 {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .m_op_d8 {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .m_op_d9 {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
}
figure.m_scale {
  overflow: hidden;
}
figure.m_scale img {
  display: block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 10s;
  transition: 10s;
}
figure.m_scale.m_scale_on img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*meitetsu common lonk*/
#reg_footer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 10px 0;
  width: 100%;
  display: block;
}

#reg_footer img {
  width: auto;
}

#reg_carousel {
  max-width: 1000px;
}

#reg_footer p, #reg_footer a {
  font-size: 10px;
}

#reg_effort {
  text-align: left;
  font-size: 100%;
}

.ancb {
  position: relative;
}

.ancb a {
  position: absolute;
  left: 0;
  top: -10px;
}

@media screen and (max-width: 768px) {
  #reg_footer {
    display: none;
  }
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  line-height: 0px;
  font-size: 0px;
  width: auto;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

ul {
  margin: 0px;
  padding: 0px;
}

/*margin*/
.mreset {
  margin: 0 0 0 0;
}

.mt1 {
  margin-top: 1px;
}

.mt2 {
  margin-top: 2px;
}

.mt3 {
  margin-top: 3px;
}

.mt4 {
  margin-top: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mt6 {
  margin-top: 6px;
}

.mt7 {
  margin-top: 7px;
}

.mt8 {
  margin-top: 8px;
}

.mt9 {
  margin-top: 9px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mr1 {
  margin-right: 1px;
}

.mr2 {
  margin-right: 2px;
}

.mr3 {
  margin-right: 3px;
}

.mr4 {
  margin-right: 4px;
}

.mr5 {
  margin-right: 5px;
}

.mr6 {
  margin-right: 6px;
}

.mr7 {
  margin-right: 7px;
}

.mr8 {
  margin-right: 8px;
}

.mr9 {
  margin-right: 9px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

.mb1 {
  margin-bottom: 1px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb3 {
  margin-bottom: 3px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb7 {
  margin-bottom: 7px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb9 {
  margin-bottom: 9px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml1 {
  margin-left: 1px;
}

.ml2 {
  margin-left: 2px;
}

.ml3 {
  margin-left: 3px;
}

.ml4 {
  margin-left: 4px;
}

.ml5 {
  margin-left: 5px;
}

.ml6 {
  margin-left: 6px;
}

.ml7 {
  margin-left: 7px;
}

.ml8 {
  margin-left: 8px;
}

.ml9 {
  margin-left: 9px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.ml100 {
  margin-left: 100px;
}

/*padding*/
.pt1 {
  padding-top: 1px;
}

.pt2 {
  padding-top: 2px;
}

.pt3 {
  padding-top: 3px;
}

.pt4 {
  padding-top: 4px;
}

.pt5 {
  padding-top: 5px;
}

.pt6 {
  padding-top: 6px;
}

.pt7 {
  padding-top: 7px;
}

.pt8 {
  padding-top: 8px;
}

.pt9 {
  padding-top: 9px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  margin-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pt230 {
  padding-top: 230px;
}

.pt420 {
  padding-top: 420px;
}

.pr1 {
  padding-right: 1px;
}

.pr2 {
  padding-right: 2px;
}

.pr3 {
  padding-right: 3px;
}

.pr4 {
  padding-right: 4px;
}

.pr5 {
  padding-right: 5px;
}

.pr6 {
  padding-right: 6px;
}

.pr7 {
  padding-right: 7px;
}

.pr8 {
  padding-right: 8px;
}

.pr9 {
  padding-right: 9px;
}

.pr10 {
  padding-right: 10px;
}

.pr12 {
  padding-right: 12px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr27 {
  padding-right: 27px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pr65 {
  padding-right: 65px;
}

.pr70 {
  padding-right: 70px;
}

.pr75 {
  padding-right: 75px;
}

.pr80 {
  padding-right: 80px;
}

.pr85 {
  padding-right: 85px;
}

.pr90 {
  padding-right: 90px;
}

.pr95 {
  padding-right: 95px;
}

.pr100 {
  padding-right: 100px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb1 {
  padding-bottom: 1px;
}

.pb2 {
  padding-bottom: 2px;
}

.pb3 {
  padding-bottom: 3px;
}

.pb4 {
  padding-bottom: 4px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb6 {
  padding-bottom: 6px;
}

.pb7 {
  padding-bottom: 7px;
}

.pb8 {
  padding-bottom: 8px;
}

.pb9 {
  padding-bottom: 9px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb200 {
  padding-bottom: 200px;
}

.pb230 {
  padding-bottom: 230px;
}

.pl1 {
  padding-left: 1px;
}

.pl2 {
  padding-left: 2px;
}

.pl3 {
  padding-left: 3px;
}

.pl4 {
  padding-left: 4px;
}

.pl5 {
  padding-left: 5px;
}

.pl6 {
  padding-left: 6px;
}

.pl7 {
  padding-left: 7px;
}

.pl8 {
  padding-left: 8px;
}

.pl9 {
  padding-left: 9px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

.pl85 {
  padding-left: 85px;
}

.pl90 {
  padding-left: 90px;
}

.pl95 {
  padding-left: 95px;
}

.pl100 {
  padding-left: 100px;
}

.pl150 {
  padding-left: 150px;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.tab_nav {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 65px;
}

.tab_nav .tab_link {
  background-color: #2F6080;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 10px 10px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  color: #fff;
  font-size: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  position: relative;
}
.tab_nav .tab_link span {
  position: relative;
  z-index: 2;
}
.tab_nav .tab_link:nth-child(odd) {
  background-color: #4990BE;
}
.tab_nav .tab_link::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  background-color: transparent;
}
@media screen and (max-width: 750px) {
  .tab_nav .tab_link {
    padding: 10px 10px 7px 10px;
    line-height: 1.2;
  }
}

.tab_nav .tab_link.active::after, .tab_link:hover::after {
  background-color: inherit;
  height: 150%;
}

.tab_content {
  margin-top: 3rem;
}

.tab_content-item {
  display: none;
}

.tab_ttl {
  font-size: 2.4rem;
  color: #4990BE;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  .tab_ttl {
    font-size: 3.4rem;
  }
}

#Group_8026 path,
#Group_8026 rect {
  fill: #0057AA;
  stroke: #0057AA;
  stroke-width: 1px;
  -webkit-animation: svg 5s ease-in both infinite;
          animation: svg 5s ease-in both infinite;
}

@-webkit-keyframes svg {
  0% {
    fill: transparent;
    stroke-dasharray: 2000px;
    stroke-dashoffset: 2000px;
  }
  20% {
    stroke-dashoffset: 0;
  }
  30% {
    fill: transparent;
  }
  50% {
    fill: #0057AA;
  }
}

@keyframes svg {
  0% {
    fill: transparent;
    stroke-dasharray: 2000px;
    stroke-dashoffset: 2000px;
  }
  20% {
    stroke-dashoffset: 0;
  }
  30% {
    fill: transparent;
  }
  50% {
    fill: #0057AA;
  }
}
.action {
  line-height: 1.3;
  position: relative;
  margin: 0 auto;
  display: inline;
  color: #601614;
  text-align: center;
}
.action .price {
  position: relative;
}
@media screen and (max-width: 750px) {
  .action .price {
    margin-bottom: 3rem;
    line-height: 1;
  }
}
.action .price::after {
  position: absolute;
  content: "※100万円単位";
  font-size: 10px;
  letter-spacing: 0;
  display: block;
  right: 0;
  bottom: -1rem;
}
@media screen and (max-width: 750px) {
  .action .price::after {
    bottom: -2rem;
  }
}
.action .top {
  font-size: 2.3rem;
  padding: 4px 36rem;
  position: relative;
  display: inline;
}
@media screen and (max-width: 750px) {
  .action .top {
    font-size: 2.6rem;
    padding: 2px 0;
    width: 90%;
    display: block;
    text-align: center;
    margin: 1rem auto;
  }
}
.action .top::before, .action .top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #601614;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.6;
}
.action .top::before {
  top: 0;
}
.action .top::after {
  bottom: 0;
}
.action .bottom {
  font-size: 3rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 750px) {
  .action .bottom {
    font-size: 3.5rem;
    text-align: left;
  }
}
.action .num {
  font-size: 5.8rem;
  color: #601614;
}
@media screen and (max-width: 750px) {
  .action .num {
    font-size: 6rem;
  }
}
.action .replay {
  border: 1px solid #601614;
  padding: 5px 15px;
  font-size: 1.8rem;
  margin-right: 10px;
  -webkit-transform: translateY(-0.8rem);
          transform: translateY(-0.8rem);
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .action .replay {
    font-size: 2rem;
    padding: 5px 5px;
  }
}
.action .btn {
  background-color: #000;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  padding: 5px 20px;
  vertical-align: super;
  position: relative;
}
@media screen and (max-width: 750px) {
  .action .btn {
    font-size: 2.2rem;
    width: 60%;
    margin: 0 auto 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.action .btn::after {
  content: ">";
  position: absolute;
  top: 15%;
  right: 3px;
  -webkit-transform: scaleX(0.4);
          transform: scaleX(0.4);
}
@media screen and (max-width: 750px) {
  .action .btn::after {
    top: 20%;
  }
}

#pageTop .action-wrap .action-area {
  padding: 0.6rem 0 2rem;
  background-image: url(../../build/img/top/action_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#pageTop .action-wrap .action-area .action {
  color: #fff;
}
#pageTop .action-wrap .action-area .action-box {
  padding-top: 20px;
  text-align: center;
}
#pageTop .action-wrap .action-area .bottom,
#pageTop .action-wrap .action-area .top {
  color: #fff;
}
#pageTop .action-wrap .action-area .top::before, #pageTop .action-wrap .action-area .top::after {
  background-color: #fff;
}
#pageTop .action-wrap .action-area .num {
  color: #f9ff00;
}
#pageTop .action-wrap .action-area .replay {
  border: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  #pageTop .action-wrap .action-area {
    background-image: url(../../build/img/top/action_bg_sp.jpg);
  }
}

/*limited*/
#pageLimited .btn_reserve {
  width: 75rem;
  display: block;
  position: relative;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 750px) {
  #pageLimited .btn_reserve {
    width: 95%;
  }
}
#pageLimited .btn_reserve .btn_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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  height: 9rem;
  position: absolute;
  top: 5.2rem;
  left: 0;
}
@media screen and (max-width: 750px) {
  #pageLimited .btn_reserve .btn_inner {
    height: 10rem;
    top: 0.5rem;
  }
}
#pageLimited .btn_reserve .action {
  color: #fff;
}
#pageLimited .btn_reserve .action-box {
  text-align: center;
}
@media screen and (max-width: 750px) {
  #pageLimited .btn_reserve .price {
    margin-bottom: 2rem;
  }
}
#pageLimited .btn_reserve .bottom,
#pageLimited .btn_reserve .top {
  color: #fff;
}
#pageLimited .btn_reserve .top {
  font-size: 1.8rem;
  border-bottom: solid 1px;
  border-top: solid 1px;
  padding: 0 10rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  #pageLimited .btn_reserve .top {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
}
#pageLimited .btn_reserve .top::before, #pageLimited .btn_reserve .top::after {
  background-color: #fff;
  opacity: 0.6;
}
#pageLimited .btn_reserve .bottom {
  font-size: 2.3rem;
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  #pageLimited .btn_reserve .bottom {
    font-size: 2rem;
    line-height: 1.3;
  }
}
#pageLimited .btn_reserve .num {
  color: #f9ff00;
  font-size: 3rem;
}
@media screen and (max-width: 750px) {
  #pageLimited .btn_reserve .num {
    font-size: 3rem;
  }
}
#pageLimited .btn_reserve br._sp {
  display: none;
}
#pageLimited .btn_reserve .replay {
  border: 1px solid #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  #pageLimited .btn_reserve .replay {
    font-size: 2rem;
    padding: 2px 5px;
  }
}
#pageLimited .btn_txt {
  font-size: 3rem;
  line-height: 1;
  color: #f2d8ab;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 750px) {
  #pageLimited .btn_txt {
    font-size: 4rem;
    letter-spacing: 0;
  }
}

/*common info*/
.com-infoBox2 .com-content {
  text-align: center;
}
.com-infoBox2 .com-infoBox2_t1 {
  margin-top: 3rem;
}

#pageTop .bg_wrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("../../build/img/common/bg.jpg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center top;
}
#pageTop .first_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: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
#pageTop .first_wrap .video_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);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 60rem;
  opacity: 0;
}
#pageTop .first_wrap .video_box.act {
  opacity: 1;
}
#pageTop .first_wrap.none {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  #pageTop .first_wrap .video_box {
    width: 150%;
    opacity: 0;
  }
}
#pageTop .main_wrap {
  height: 91rem;
  padding: 0 0 9rem;
  position: relative;
}
#pageTop .main_wrap .accent_box {
  width: 52rem;
  position: absolute;
  top: 5rem;
  left: -5rem;
}
#pageTop .main_wrap .wave_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  z-index: 2;
}
#pageTop .main_wrap .wave_box .wave {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#pageTop .main_wrap .wave_box .wave.act {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
#pageTop .main_wrap .wave_box img {
  width: 100%;
  height: 100%;
}
#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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1100px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#pageTop .main_wrap .main_area .img_box {
  width: 67rem;
  height: 75rem;
  position: relative;
}
#pageTop .main_wrap .main_area .img_box .swiper {
  height: 100%;
  -webkit-mask-image: url("");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../../build/img/top/door_clip.png");
          mask-image: url("../../build/img/top/door_clip.png");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
}
#pageTop .main_wrap .main_area .img_box .door_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 110%;
  height: 110%;
}
#pageTop .main_wrap .main_area .img_box .swiper-slide {
  overflow: hidden;
}
#pageTop .main_wrap .main_area .img_box .img {
  width: 100%;
  height: 100%;
}
#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%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 1s ease 5s;
  transition: -webkit-transform 1s ease 5s;
  transition: transform 1s ease 5s;
  transition: transform 1s ease 5s, -webkit-transform 1s ease 5s;
}
#pageTop .main_wrap .main_area .img_box .swiper.is-autoplay .swiper-slide-prev .img img,
#pageTop .main_wrap .main_area .img_box .swiper.is-autoplay .swiper-slide-active .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 7s ease 1s;
  transition: -webkit-transform 7s ease 1s;
  transition: transform 7s ease 1s;
  transition: transform 7s ease 1s, -webkit-transform 7s ease 1s;
}
#pageTop .main_wrap .main_area .lead_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 1.2rem;
  position: absolute;
  bottom: 28rem;
  right: 1rem;
}
#pageTop .main_wrap .main_area .lead_box .lead {
  font-size: 3.2rem;
  letter-spacing: 0.4em;
  line-height: 2.2;
  color: #231815;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  position: relative;
}
#pageTop .main_wrap .main_area .lead_box .lead::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;
  right: 0;
  content: "";
  width: 1px;
  height: 0;
  background: #231815;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#pageTop .main_wrap .main_area .lead_box .lead.act::before {
  height: 100%;
}
#pageTop .main_wrap .main_area .copy_box {
  position: absolute;
  left: 4rem;
  bottom: 17rem;
  z-index: 1;
}
#pageTop .main_wrap .main_area .copy_box .copy {
  font-size: 1.8rem;
  color: #231815;
}
#pageTop .main_wrap .main_area .copy_box .s1 {
  display: inline-block;
  overflow: hidden;
  padding: 1.6rem 2.5rem;
  margin: 0.8rem 0 0;
  position: relative;
}
#pageTop .main_wrap .main_area .copy_box .s1::before {
  content: "";
  border-radius: 0.8rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(var(--x, -101%));
          transform: translateX(var(--x, -101%));
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#pageTop .main_wrap .main_area .copy_box .inner {
  display: inline-block;
  text-transform: uppercase;
  -webkit-transform: translateX(var(--x, -120%)) skewX(var(--skewX, 8deg));
          transform: translateX(var(--x, -120%)) skewX(var(--skewX, 8deg));
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#pageTop .main_wrap .main_area .copy_box .s1.act {
  --skewX: 0deg;
  --x: 0;
}
#pageTop .main_wrap .main_area .copy_box .clr_ylw {
  color: #6C7B00;
}
#pageTop .main_wrap .main_area .key_box {
  width: 26rem;
  position: absolute;
  bottom: 8rem;
  right: -10rem;
}
#pageTop .main_wrap .main_area .key_box .key {
  -webkit-animation: fuwafuwa 3s ease-in-out infinite alternate;
          animation: fuwafuwa 3s ease-in-out infinite alternate;
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(-8%) rotate(-8deg);
            transform: translateY(-8%) rotate(-8deg);
  }
  100% {
    -webkit-transform: translateY(8%) rotate(8deg);
            transform: translateY(8%) rotate(8deg);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(-8%) rotate(-8deg);
            transform: translateY(-8%) rotate(-8deg);
  }
  100% {
    -webkit-transform: translateY(8%) rotate(8deg);
            transform: translateY(8%) rotate(8deg);
  }
}
@media screen and (max-width: 750px) {
  #pageTop .main_wrap {
    height: 121rem;
  }
  #pageTop .main_wrap .accent_box {
    width: 52rem;
    top: 5rem;
    left: -5rem;
  }
  #pageTop .main_wrap .main_area .img_box {
    margin-top: 30rem;
  }
  #pageTop .main_wrap .main_area .lead_box {
    top: 13rem;
    right: 3rem;
  }
  #pageTop .main_wrap .main_area .copy_box {
    bottom: 70rem;
  }
  #pageTop .main_wrap .main_area .copy_box .copy {
    font-size: 2.3rem;
  }
  #pageTop .main_wrap .main_area .key_box {
    width: 16rem;
    bottom: 75rem;
    right: 19rem;
  }
  #pageTop .main_wrap .main_area .key_box .key {
    -webkit-animation: fuwafuwa 3s ease-in-out infinite alternate;
            animation: fuwafuwa 3s ease-in-out infinite alternate;
  }
  @-webkit-keyframes fuwafuwa {
    0% {
      -webkit-transform: translateY(-8%) rotate(-8deg);
              transform: translateY(-8%) rotate(-8deg);
    }
    100% {
      -webkit-transform: translateY(8%) rotate(8deg);
              transform: translateY(8%) rotate(8deg);
    }
  }
  @keyframes fuwafuwa {
    0% {
      -webkit-transform: translateY(-8%) rotate(-8deg);
              transform: translateY(-8%) rotate(-8deg);
    }
    100% {
      -webkit-transform: translateY(8%) rotate(8deg);
              transform: translateY(8%) rotate(8deg);
    }
  }
}
#pageTop .bg {
  -webkit-animation: fuwafuwa 3s ease-in-out infinite alternate;
          animation: fuwafuwa 3s ease-in-out infinite alternate;
  background: url(../img/ico-apple.svg) no-repeat center center/60px auto;
  display: inline-block;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
  width: 70px;
  height: 70px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
#pageTop .bg-2 {
  position: absolute;
  top: -3%;
  left: -2%;
  width: 45rem;
}
#pageTop .bg-3 {
  position: absolute;
  top: 0;
  left: -5%;
  width: 45rem;
}
#pageTop .bg-4 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 45rem;
}
#pageTop .com-content {
  z-index: 2;
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
#pageTop .wrap_1,
#pageTop .wrap_2,
#pageTop .wrap_3,
#pageTop .wrap_4 {
  position: relative;
}
#pageTop .wrap_1 {
  background: #fffdf9;
  padding: 5rem 0 8rem;
}
#pageTop .wrap_1 .com-ttl_area {
  margin-bottom: 5rem;
}
#pageTop .wrap_1 .message {
  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;
  position: relative;
}
#pageTop .wrap_1 .message_tbox {
  width: 50%;
}
#pageTop .wrap_1 .message_ibox {
  width: 40%;
  padding-top: 5rem;
}
#pageTop .wrap_1 .message_txt {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #pageTop .wrap_1 {
    padding: 2rem 0 8rem;
  }
  #pageTop .wrap_1 .message_tbox {
    width: 100%;
  }
  #pageTop .wrap_1 .message_tbox .com-ttl_area {
    margin-bottom: 0;
  }
  #pageTop .wrap_1 .message_ibox {
    width: 100%;
    padding-top: 0;
    padding: 10rem 0 0;
  }
  #pageTop .wrap_1 .message_ibox::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 62rem;
    background: #FFFDFA;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 253, 250, 0)), color-stop(25%, rgb(255, 253, 250)));
    background: linear-gradient(0deg, rgba(255, 253, 250, 0) 0%, rgb(255, 253, 250) 25%);
    z-index: -1;
  }
  #pageTop .wrap_1 .message_ibox img {
    width: 41rem;
    display: block;
    margin: 0 auto;
  }
  #pageTop .wrap_1 .message_txt_outer {
    margin: 10rem 0 0;
  }
  #pageTop .wrap_1 .message_txt {
    font-size: 2.5rem;
    margin-bottom: 4rem;
  }
}
#pageTop .wrap_2 {
  padding-top: 15rem;
}
#pageTop .wrap_2 .svg-body {
  width: 30rem;
}
#pageTop .wrap_2 .st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 4;
  stroke-miterlimit: 10;
}
#pageTop .wrap_2 .wave_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  z-index: 2;
}
#pageTop .wrap_2 .wave_box .wave {
  width: 100%;
  height: 100%;
}
#pageTop .wrap_2 .wave_box img {
  width: 100%;
  height: 100%;
}
#pageTop .wrap_2 .swiper {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
}
#pageTop .wrap_2 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#pageTop .wrap_2 .com-content {
  padding-bottom: 20rem;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
  background-image: url("../../build/img/top/about_bg.png");
}
#pageTop .wrap_2 .com-ttl_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: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 4rem;
  padding: 0 0 5rem;
  position: relative;
}
#pageTop .wrap_2 .com-ttl_area .img {
  width: 11rem;
  height: 16rem;
  overflow: hidden;
  clip-path: url(#jsClipPath);
  -webkit-clip-path: url(#jsClipPath);
}
#pageTop .wrap_2 .com-ttl_area .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 3000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 3000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
}
#pageTop .wrap_2 .com-ttl_area .img.act img {
  -webkit-transform: scale(1.16);
          transform: scale(1.16);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#pageTop .wrap_2 .com-ttl_area svg {
  position: absolute;
  overflow: hidden;
  z-index: -1;
}
#pageTop .wrap_2 .com-ttl_area .logo {
  width: 16rem;
}
#pageTop .wrap_2 .about_txt {
  text-align: center;
  line-height: 2;
  margin: 0 auto 4rem;
  width: 55rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 750px) {
  #pageTop .wrap_2 .com-ttl_area .logp {
    width: 19rem;
  }
  #pageTop .wrap_2 .com-ttl_area .img {
    width: 17rem;
    height: 22rem;
  }
  #pageTop .wrap_2 .about_txt {
    text-align: left;
    font-size: 2.4rem;
    width: 100%;
  }
}
#pageTop .wrap_3 {
  padding-top: 10rem;
}
#pageTop .wrap_3 .work_box {
  padding: 8rem 0;
  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;
}
#pageTop .wrap_3 .work_item {
  width: 48%;
  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;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 4%;
  position: relative;
  overflow: hidden;
}
#pageTop .wrap_3 .work_item.w100 {
  width: 100%;
}
#pageTop .wrap_3 .work_item::before {
  content: "";
  position: absolute;
  width: 35%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-repeat: repeat-y;
  background-size: cover;
  background-position: right top;
}
#pageTop .wrap_3 .work_item-1::before {
  background-image: url("../../build/img/top/work_bg1.png");
}
#pageTop .wrap_3 .work_item-2::before {
  background-image: url("../../build/img/top/work_bg2.png");
}
#pageTop .wrap_3 .work_item-3::before {
  background-image: url("../../build/img/top/work_bg3.png");
}
#pageTop .wrap_3 .work_item-4::before {
  background-image: url("../../build/img/top/work_bg4.png");
}
#pageTop .wrap_3 .work_item-5::before {
  background-image: url("../../build/img/top/work_bg5.png");
}
#pageTop .wrap_3 .work_item .name,
#pageTop .wrap_3 .work_item .txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8em;
  color: #fff;
}
#pageTop .wrap_3 .work_item .name {
  width: 35%;
  font-size: 1.6rem;
  padding-left: 8%;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#pageTop .wrap_3 .work_item .txt {
  width: 60%;
  padding: 4rem 0;
  font-size: 1.3rem;
  color: #5D642C;
  padding-right: 10%;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#pageTop .wrap_3 .work_item.m_down_on::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#pageTop .wrap_3 .work_item.m_down_on .name {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#pageTop .wrap_3 .work_item.m_down_on .txt {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  #pageTop .wrap_3 {
    padding-top: 10rem;
  }
  #pageTop .wrap_3 .work_box {
    padding: 8rem 0;
    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;
  }
  #pageTop .wrap_3 .work_item {
    width: 100%;
  }
  #pageTop .wrap_3 .work_item-5::before {
    background-image: url("../../build/img/top/work_bg5_sp.png");
  }
  #pageTop .wrap_3 .work_item .name {
    font-size: 2.9rem;
    padding-left: 2rem;
  }
  #pageTop .wrap_3 .work_item .txt {
    padding: 2rem 5rem 2rem 0;
    font-size: 2.2rem;
  }
}
#pageTop .wrap_4 {
  padding: 15rem 0 0rem;
}
#pageTop .wrap_4-map {
  margin-top: 0;
  margin-bottom: 10rem;
}
#pageTop .wrap_4 .com-ttl_area {
  margin: 0 0 8rem;
}
#pageTop .wrap_4 .outline_table {
  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;
  position: relative;
}
#pageTop .wrap_4 .outline_table figure {
  width: 30%;
  position: absolute;
  top: 0;
  right: 0;
}
#pageTop .wrap_4 .outline_table .name,
#pageTop .wrap_4 .outline_table .data {
  line-height: 1.6rem;
  font-size: 1.4rem;
  color: #5d642c;
  height: 8rem;
  border-bottom: 1px solid rgba(93, 100, 44, 0.4);
  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;
}
#pageTop .wrap_4 .outline_table .name {
  width: 18rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pageTop .wrap_4 .outline_table .data {
  width: 73rem;
}
#pageTop .wrap_4 .outline_map {
  margin: 8rem 0 0;
}
#pageTop .wrap_4 .outline_map iframe {
  width: 100%;
}
@media screen and (max-width: 750px) {
  #pageTop .wrap_4 .outline_table figure {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
  #pageTop .wrap_4 .outline_table .name,
  #pageTop .wrap_4 .outline_table .data {
    font-size: 2.2rem;
    line-height: 1.5;
    height: 15rem;
  }
  #pageTop .wrap_4 .outline_table .data {
    width: calc(100% - 20rem);
  }
}
/*# sourceMappingURL=style-key.css.map */