@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700&family=Zen+Old+Mincho:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&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: 0.7692307692vw;
}

@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;
}
html.is-nav-open {
  overflow: hidden;
}

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

main {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 0 0;
  background: #fff;
  background-image: url("../../build/img/common/main_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

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

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

body {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #564e4b;
  -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-zen {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

.f-cinzel {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-style: normal;
}

.f-gara {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  width: 100%;
  padding: 1.8rem 4rem 0 4rem;
  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;
  margin: auto;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .logo {
  width: 28rem;
}
.header .logo a {
  position: relative;
}
.header .logo a img.clr-white {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header .link-box-pc {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
}
.header .link-box-pc a {
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.24em;
  position: relative;
  padding-left: 1.4rem;
}
.header .link-box-pc a::before {
  position: absolute;
  content: "";
  border-left: 0.6rem solid #000;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .link-box-pc a.link-limited {
  background: #8C7765;
  color: #fff !important;
  padding: 1rem 1rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(140, 119, 101)), to(rgb(181, 155, 116)));
  background: linear-gradient(90deg, rgb(140, 119, 101) 0%, rgb(181, 155, 116) 100%);
}
.header .link-box-pc a.link-limited::before {
  display: none;
}
.header .link-box-pc a.link-entry {
  background: #5A7796;
  color: #fff !important;
  padding: 1rem 1rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(90, 119, 150)), to(rgb(117, 137, 152)));
  background: linear-gradient(90deg, rgb(90, 119, 150) 0%, rgb(117, 137, 152) 100%);
}
.header .link-box-pc a.link-entry::before {
  display: none;
}
.header.logo-act .logo a img.clr-white {
  opacity: 1;
}
.header.logo-act .logo a img.clr-black {
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .header .logo {
    width: 233px;
  }
}
@media screen and (max-width: 750px) {
  .link-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;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    z-index: 99999;
    background: #fff;
  }
  .link-box a.link {
    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;
    width: 20%;
    height: 10rem;
    color: #000;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-right: 1px solid #000;
    letter-spacing: -0.1em;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .link-box a.link:hover {
    opacity: 0.7;
  }
  .link-box a.link p {
    font-size: 2rem;
    margin-top: 1.2rem;
  }
  .link-box a.link span {
    display: block;
    margin: 0 auto;
  }
  .link-box a.link-tel {
    background-color: #758998;
  }
  .link-box a.link-tel span {
    width: 3rem;
    margin-top: 0.2rem;
  }
  .link-box a.link-tel p {
    color: #fff;
  }
  .link-box a.link-outline {
    background-color: #758998;
  }
  .link-box a.link-outline span {
    width: 4.1rem;
    margin-top: 1.2rem;
    -webkit-transform: translateY(-0.6rem);
            transform: translateY(-0.6rem);
  }
  .link-box a.link-outline p {
    color: #fff;
  }
  .link-box a.link-menu {
    font-size: 2.1rem;
  }
  .link-box a.link-menu .logo2,
  .link-box a.link-menu .txt2 {
    display: none;
  }
  .link-box a.link-menu .logo2 {
    width: 7.2rem;
  }
  .link-box a.link-menu .txt1,
  .link-box a.link-menu .txt2 {
    letter-spacing: 0.03em;
    margin-top: 0;
  }
  .link-box a.link-menu span {
    width: 4.2rem;
    margin-top: 2rem;
    -webkit-transform: translateY(-0.6rem);
            transform: translateY(-0.6rem);
  }
  .link-box a.link-map {
    background-color: #758998;
  }
  .link-box a.link-map p {
    color: #fff;
  }
  .link-box a.link-map span {
    width: 2rem;
  }
  .link-box a.link-mail {
    border: none;
    background-color: #bd9870;
  }
  .link-box a.link-mail p {
    color: #fff;
  }
  .link-box a.link-mail span {
    width: 3.1rem;
    margin-top: 1rem;
  }
  .link-box.active a.link {
    border-right: 1px solid #fff;
  }
  .link-box.active a.link-tel {
    background-color: #4e4e4b;
  }
  .link-box.active a.link-outline {
    background-color: #4e4e4b;
  }
  .link-box.active a.link-menu {
    padding-bottom: 1.2rem;
  }
  .link-box.active a.link-menu .logo2,
  .link-box.active a.link-menu .txt2 {
    display: block;
  }
  .link-box.active a.link-menu .logo1,
  .link-box.active a.link-menu .txt1 {
    display: none;
  }
  .link-box.active a.link-map {
    background-color: #4e4e4b;
  }
  .link-box.active a.link-mail {
    background-color: #758998;
  }
}
.f_bg {
  background-color: #758998;
  padding-top: 5.6rem;
}
@media screen and (max-width: 750px) {
  .f_bg {
    padding-top: 9.6rem;
  }
}

.holiday_wrap {
  background: #fff;
  border: 2px solid #834541;
  width: 100%;
  max-width: 650px;
  margin: 2rem auto;
  padding: 10px 0;
}
.holiday_wrap p {
  color: #834541 !important;
  font-weight: 800;
  text-align: center;
  line-height: 1.6;
  font-size: 1.1rem;
}
@media screen and (max-width: 750px) {
  .holiday_wrap p {
    font-size: 2.1rem;
  }
}
.holiday_wrap p span {
  display: block;
  color: #834541 !important;
}
.holiday_wrap-3 {
  margin: 4rem auto 8rem;
  border: 1px solid #fff;
  background-color: transparent;
}
.holiday_wrap-3 p {
  color: #fff !important;
  font-weight: 400;
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (max-width: 750px) {
  .holiday_wrap-3 p {
    font-size: 2.1rem;
  }
}
.holiday_wrap-3 p span {
  color: #fff !important;
}
.holiday_wrap.black {
  border: 1px solid #000;
  background: #fff;
}
.holiday_wrap.black p {
  color: #000 !important;
}
.holiday_wrap.black p span {
  color: #000 !important;
}

footer {
  z-index: 1;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 750px) {
  footer {
    padding: 0 0 55px;
  }
}
footer .f-note {
  padding: 3rem 0 5rem;
}
footer .f-note p {
  color: #fff;
}
footer .f_action {
  width: 100%;
  font-size: 3.4rem;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 750px) {
  footer .f_action {
    font-size: 3.4rem;
    margin-bottom: 0.5rem;
  }
}
footer .f_share {
  margin: 5rem 0 5.5rem;
}
@media screen and (max-width: 750px) {
  footer .f_share {
    margin: 3rem 0 10rem;
  }
}
footer .f_share .com-content {
  border-top: 1px solid #9B9B9B;
  border-bottom: 1px solid #9B9B9B;
  padding-block: 2.4rem;
  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: 7.5rem;
}
@media screen and (max-width: 750px) {
  footer .f_share .com-content {
    width: 70rem;
    padding-block: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
footer .f_share .com-content .p1 {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 750px) {
  footer .f_share .com-content .p1 {
    font-size: 2.4rem;
  }
}
footer .f_share .com-content .f_share-list {
  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;
  gap: 3.2rem;
}
@media screen and (max-width: 750px) {
  footer .f_share .com-content .f_share-list {
    gap: 5rem;
  }
}
footer .f_share .com-content .f-share-item {
  width: 3rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  footer .f_share .com-content .f-share-item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  footer .f_share .com-content .f-share-item {
    width: 6rem;
  }
}
footer .f-note {
  padding: 8rem 0 7rem;
}
footer .f-advertising {
  max-width: 829px;
  padding: 0 0 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  footer .f-advertising {
    width: 95%;
    padding: 0 0 6rem;
  }
}
footer .f-advertising .advertising_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;
  margin: 0 auto 0;
}
footer .f-advertising .advertising_box .ttl_outer {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 750px) {
  footer .f-advertising .advertising_box .ttl_outer {
    width: 100%;
    margin: 0 !important;
  }
}
footer .f-advertising .advertising_box .ttl {
  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: 147px;
  height: 41px;
  font-size: 14px;
  border: solid 1px #666;
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer .f-advertising .advertising_box .ttl {
    width: 100%;
    height: 6rem;
    font-size: 2.4rem;
  }
}
footer .f-advertising .advertising_box .ttl_2 {
  font-size: 13px;
  text-align: center;
  margin: 4px 0 0;
}
@media screen and (max-width: 750px) {
  footer .f-advertising .advertising_box .ttl_2 {
    font-size: 14px;
    margin: 6px 0 0;
  }
}
footer .f-advertising .advertising_box .txt {
  font-size: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  footer .f-advertising .advertising_box .txt {
    letter-spacing: 0;
    margin: 10px 0 0;
    font-size: 2rem;
  }
}
footer .bnr {
  max-width: 900px;
  width: 95%;
  margin: 5% auto 2%;
}
footer .bnr2 {
  max-width: 1000px;
  width: 95%;
  margin: 5% auto 2%;
}
footer .snslink_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;
  margin: 4rem auto 4.2rem;
  max-width: 1000px;
}
footer .snslink_box .bnr_w472 {
  max-width: 472px;
  margin: 0 10px 20px;
  width: 48%;
}
@media screen and (max-width: 750px) {
  footer .snslink_box .bnr_w472 {
    width: 624px;
    margin: 0 0 3rem;
  }
}
footer .snslink_box .bnr_line_link {
  display: block;
  max-width: 490px;
  margin: 0 0px 20px;
  width: 49%;
}
footer .snslink_box .bnr_suumo_link {
  max-width: 412px;
  margin: 0 7px 16px;
  width: 48%;
}
footer .snslink_box .bnr_pet_link {
  max-width: 424px;
  margin: 0 5px 20px;
  width: 48%;
  display: block;
}
@media screen and (max-width: 750px) {
  footer .snslink_box .bnr_pet_link {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}
footer .snslink_box .bnr_gooddesign_link {
  max-width: 412px;
  margin: 0 7px 16px;
  width: 48%;
  display: block;
}
@media screen and (max-width: 750px) {
  footer .snslink_box .bnr_gooddesign_link {
    width: 624px;
    margin-inline: 0;
    max-width: 100%;
  }
}
footer .snslink_box .bnr_sns_link {
  max-width: 420px;
  margin: 0 7px 16px;
  position: relative;
  width: 48%;
}
footer .snslink_box .bnr_sns_link a {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 8%;
  background: #fff;
  opacity: 0;
}
footer .snslink_box .bnr_sns_link a:hover {
  opacity: 0.3;
}
footer .snslink_box .bnr_sns_link a:nth-of-type(1) {
  right: 51.5%;
  border-radius: 50%;
}
footer .snslink_box .bnr_sns_link a:nth-of-type(2) {
  right: 41.3%;
  border-radius: 30%;
}
footer .snslink_box .bnr_sns_link a:nth-of-type(3) {
  right: 32.5%;
  border-radius: 30%;
}
footer .snslink_box .bnr_sns_link a:nth-of-type(4) {
  right: 21.5%;
  border-radius: 50%;
}
footer .snslink_box .bnr_sns_link a:nth-of-type(5) {
  right: 11.5%;
  border-radius: 50%;
}
footer .snslink_box .bnr_sns_link a:nth-of-type(6) {
  right: 1.5%;
}
footer .snslink_box .bnr_app_link {
  max-width: 378px;
  margin: 0 7px 16px;
  width: 45%;
}
footer .snslink_box .bnr_voice_link {
  max-width: 410px;
  margin: 0 5px;
  width: 50%;
}
footer .f-contact {
  padding: 2rem 0 3rem;
  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;
}
@media screen and (max-width: 750px) {
  footer .f-contact {
    padding: 0 0 4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  footer .f-contact_call {
    width: 90%;
    margin: 0 auto 10px;
  }
}
footer .f-contact_call .t1 {
  width: 100%;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer .f-contact_call .t1 {
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 2.5rem;
  }
}
footer .f-contact_call .t2 {
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer .f-contact_call .t2 {
    font-size: 2rem;
    width: 100%;
    text-align: center;
  }
}
footer .f-contact_call figure {
  width: 33rem;
  margin: 0 auto 1.5rem;
}
@media screen and (max-width: 750px) {
  footer .f-contact_call figure {
    width: 55rem;
    margin: 0 auto 3rem;
  }
}
footer .f-contact_dev {
  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 1.4rem;
}
footer .f-contact_dev p {
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  footer .f-contact_dev p {
    font-size: 2.2rem;
  }
}
footer .f-contact_dev.logo1 .f-contact_dev_logo {
  width: 27rem;
}
@media screen and (max-width: 750px) {
  footer .f-contact_dev.logo1 .f-contact_dev_logo {
    width: 43rem;
  }
}
footer .f-dev {
  padding: 1.5rem 0 3rem;
}
footer .f-dev_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2rem;
}
@media screen and (max-width: 750px) {
  footer .f-dev_link {
    gap: 2rem;
    padding: 0 1rem;
  }
}
footer .f-dev_link li a {
  color: #000;
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  footer .f-dev_link li a {
    font-size: 2.2rem;
  }
}
footer .f-dev_link2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d1d1d1;
  margin: 2rem 0 0;
  padding: 1rem 0;
}
@media screen and (max-width: 750px) {
  footer .f-dev_link2 {
    margin: 4rem 0 0;
    padding: 2rem 0;
  }
}
footer .f-dev_link2 li {
  margin: 5px 10px;
}
footer .f-dev_link2 li.ttl {
  position: relative;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  footer .f-dev_link2 li.ttl {
    padding-right: 0;
  }
}
footer .f-dev_link2 li.ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  background: #727171;
  height: 13.3568605593px;
  width: 0.8rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 5px;
}
@media screen and (max-width: 750px) {
  footer .f-dev_link2 li.ttl::after {
    width: 1.5rem;
    display: block;
    margin: 0 auto;
    position: relative;
    right: inherit;
    top: 5px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 750px) {
  footer .f-dev_link2 li {
    width: 100%;
    margin: 5px 0;
  }
}
footer .f-dev_link2 li p,
footer .f-dev_link2 li a {
  color: #808080;
}
@media screen and (max-width: 750px) {
  footer .f-dev_link2 li p,
  footer .f-dev_link2 li a {
    text-align: center;
    margin: 0 auto;
  }
}
footer .f-dev_link2 li p {
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  footer .f-dev_link2 li p {
    font-size: 2.6rem;
  }
}
footer .f-dev_link2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14rem;
  height: 1.8rem;
  background: #fff;
  color: #666;
  font-size: 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  footer .f-dev_link2 li a {
    width: 42rem;
    height: 5rem;
    font-size: 2.4rem;
    text-align: center;
    margin: 0 auto;
  }
}
footer .f-dev_link2 li a:hover {
  color: #666;
  background: #fff;
}
footer .f-dev_copy {
  width: 100%;
  font-size: 1rem;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  footer .f-dev_copy {
    font-size: 2rem;
    letter-spacing: 0;
    margin-top: 4rem;
  }
}

@media screen and (max-width: 750px) {
  footer .snslink_box {
    margin: 3rem auto 5rem;
    width: 95%;
  }
  footer .snslink_box .bnr_line_link {
    max-width: none;
    width: 624px;
    margin: 0 0 3rem;
  }
  footer .snslink_box .bnr_suumo_link {
    width: 624px;
    max-width: 100%;
    margin: 0 0 3rem;
  }
  footer .snslink_box .bnr_pet_link {
    width: 624px;
    margin: 0 0 3rem;
  }
  footer .snslink_box .bnr_sns_link {
    max-width: none;
    width: 624px;
    margin: 0 0 3rem;
  }
  footer .snslink_box .bnr_sns_link a {
    width: 50px;
    height: 50px;
    top: 9px;
  }
  footer .snslink_box .bnr_app_link {
    max-width: none;
    width: 624px;
    margin: 0 0 3rem;
  }
  footer .snslink_box .bnr_voice_link {
    max-width: none;
    margin: 0 0 3rem;
    width: 624px;
  }
  /*@media screen end*/
}
.nav-h {
  -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: 100%;
  min-height: 100vh;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  background: url("../img/common/main_bg.png") no-repeat center/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.nav-h.active {
  opacity: 1;
  pointer-events: auto;
}
.nav-box {
  padding: 4.6rem 2.7rem 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav-box li {
  height: auto;
}
.nav-box a {
  position: relative;
  overflow: hidden;
  display: block;
  isolation: isolate;
  -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);
}
.nav-box a:hover {
  opacity: 0.7;
}
.nav-box a:hover::before {
  opacity: 0;
}
.nav-box a:hover .img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.nav-box a .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);
}
.nav-box a .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  height: 1.6rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
}
.nav-box a .txt img {
  height: 100%;
}

@media screen and (max-width: 750px) {
  .nav-box {
    padding: 13.4rem 2.6rem 2.6rem;
  }
  .nav-box a {
    text-align: center;
    font-size: 3rem;
  }
  .nav-list {
    margin-top: 6.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem 0;
  }
  .nav-logo {
    margin: 0 auto;
    width: 37.3rem;
  }
  .nav-btn {
    margin: 15rem auto 0;
    width: 57.3rem;
  }
  .nav-btn a {
    -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);
  }
  .nav-btn a:hover {
    opacity: 0.7;
  }
}
.nav-btn_wrap {
  position: fixed;
  right: 2.3rem;
  top: 2rem;
  z-index: 999999;
  opacity: 0;
}
.nav-btn_wrap.active {
  opacity: 1;
}
.nav-btn_wrap.logo-act button.nav-btn span {
  background: #ccc;
}

button.nav-btn {
  width: 5.3rem;
  height: 2.4rem;
  z-index: 1;
  position: relative;
  display: block;
}

button.nav-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #807f80;
}

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 .txt {
  width: 4.6rem;
  position: absolute;
  bottom: -3.76rem;
  left: 0.4rem;
  opacity: 0;
}

button.nav-btn span:nth-of-type(1) {
  top: 0;
}

button.nav-btn span:nth-of-type(2) {
  top: 1.1rem;
}

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(1.1rem) rotate(45deg);
            transform: translateY(1.1rem) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(1.1rem) rotate(0);
            transform: translateY(1.1rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(1.1rem) rotate(45deg);
            transform: translateY(1.1rem) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(1.1rem) rotate(0);
            transform: translateY(1.1rem) 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(-1.1rem) rotate(-45deg);
            transform: translateY(-1.1rem) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-1.1rem) rotate(0);
            transform: translateY(-1.1rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-1.1rem) rotate(-45deg);
            transform: translateY(-1.1rem) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-1.1rem) rotate(0);
            transform: translateY(-1.1rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
button.nav-btn.active span {
  background: #564e4b;
}

button.nav-btn.active span:nth-of-type(1) {
  -webkit-animation: active-btn07-bar01 0.75s forwards;
          animation: active-btn07-bar01 0.75s forwards;
  background-color: #3c5447;
}

@-webkit-keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(1.1rem) rotate(0);
            transform: translateY(1.1rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(1.1rem) rotate(45deg);
            transform: translateY(1.1rem) rotate(45deg);
  }
}

@keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(1.1rem) rotate(0);
            transform: translateY(1.1rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(1.1rem) rotate(45deg);
            transform: translateY(1.1rem) rotate(45deg);
  }
}
button.nav-btn.active .txt {
  opacity: 1;
}

button.nav-btn.active span:nth-of-type(2) {
  opacity: 0;
}

button.nav-btn.active span:nth-of-type(3) {
  -webkit-animation: active-btn07-bar03 0.75s forwards;
          animation: active-btn07-bar03 0.75s forwards;
}

button.nav-btn.act p {
  color: #000;
  margin-top: 5px;
}

@-webkit-keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-1.1rem) rotate(0);
            transform: translateY(-1.1rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-1.1rem) rotate(-45deg);
            transform: translateY(-1.1rem) rotate(-45deg);
  }
}

@keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-1.1rem) rotate(0);
            transform: translateY(-1.1rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-1.1rem) rotate(-45deg);
            transform: translateY(-1.1rem) rotate(-45deg);
  }
}
.share_wrap {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 100000;
}
@media screen and (max-width: 750px) {
  .share_wrap {
    bottom: 13rem;
  }
}
.share_group {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  bottom: 4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .share_group {
    bottom: 10rem;
  }
}
.share_group .share_btn + .share_btn {
  margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .share_group .share_btn + .share_btn {
    margin-top: 1.6rem;
  }
}
.share_group.active {
  bottom: 6.7rem;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 750px) {
  .share_group.active {
    bottom: 13.4rem;
  }
}
.share_btn {
  display: block;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  width: 4.2rem;
  height: 4.2rem;
}
@media screen and (max-width: 750px) {
  .share_btn {
    width: 8.4rem;
    height: 8.4rem;
  }
}
.share_btn .label {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0;
  color: #fff;
  padding: 0.4rem 0.8rem 0.5rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  position: absolute;
  white-space: nowrap;
  left: -1rem;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 750px) {
  .share_btn .label {
    font-size: 2rem;
    padding: 1rem 2rem;
    left: -2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .share_btn:hover .label {
    opacity: 1;
  }
}
.share_trigger {
  width: 5rem;
  height: 5rem;
  border: 1px solid #fff;
  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;
  position: relative;
  background: rgba(23, 23, 23, 0.5);
}
@media screen and (max-width: 750px) {
  .share_trigger {
    width: 10rem;
    height: 10rem;
  }
}
.share_trigger img {
  width: 2rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .share_trigger img {
    width: 4rem;
  }
}

.copy_notification {
  position: fixed;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 1rem 5rem;
  border-radius: 6px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 100000;
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .copy_notification {
    font-size: 3rem;
    white-space: nowrap;
  }
}
.copy_notification.show {
  top: 20px;
  opacity: 1;
}

.com-txtbox {
  padding-bottom: 10rem;
}

.com-en {
  text-align: center;
  width: auto;
  height: 5.2rem;
  margin: 0 auto 4rem;
}
.com-en img {
  width: auto;
  height: 100%;
}

.com-ttl {
  font-size: 3rem;
  color: #564E4B;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
  line-height: 2;
  padding-bottom: 0.8rem;
  position: relative;
}
.com-ttl.m_down_on::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.com-ttl::after {
  position: absolute;
  content: "";
  width: 50rem;
  height: 0.2rem;
  min-height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(86, 78, 75, 0)), color-stop(15%, rgba(86, 78, 75, 0.65)), color-stop(50%, rgb(86, 78, 75)), color-stop(85%, rgba(86, 78, 75, 0.65)), to(rgba(86, 78, 75, 0)));
  background: linear-gradient(90deg, rgba(86, 78, 75, 0) 0%, rgba(86, 78, 75, 0.65) 15%, rgb(86, 78, 75) 50%, rgba(86, 78, 75, 0.65) 85%, rgba(86, 78, 75, 0) 100%);
  transition: transform 600ms cubic-bezier(0.36, 0.1, 0.16, 1), -webkit-transform 600ms cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.com-lead {
  font-size: 5.6rem;
  color: #564E4B;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 3.5rem;
}

.com-txt {
  font-size: 1.6rem;
  color: #564E4B;
  text-align: center;
  line-height: 2.5625;
  margin-top: 2.7rem;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .com-ttl {
    font-size: 3.6rem;
    line-height: 1.6666666667;
    padding-bottom: 1.2rem;
  }
  .com-txt {
    font-size: 2.2rem;
    line-height: 2.1818181818;
  }
}
.com-note {
  font-size: 1rem;
  line-height: 1.4;
}
.com-note.right {
  text-align: right;
}
.com-note.center {
  text-align: center;
}

@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: #333333;
  text-shadow: none;
}

@media screen and (max-width: 750px) {
  .com-cap {
    font-size: 2rem;
    bottom: 1rem;
    right: 1rem;
  }
  .com-cap.left {
    left: 1rem;
  }
}
.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: 104rem;
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .com-content {
    width: 75rem;
    padding: 0 4rem;
    margin: 0 auto;
  }
}
.com-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 3rem;
}
.com-btn-outer .com-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);
  width: 38.2rem;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}
.com-btn-outer .com-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
  z-index: 1;
}
.com-btn-outer .com-btn a {
  position: relative;
}
.com-btn-outer .com-btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .com-btn-outer {
    gap: 3rem 0;
  }
  .com-btn-outer .com-btn {
    width: 57.2rem;
  }
  .com-btn-outer .com-btn::before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
  .com-btn-outer .com-btn a p {
    font-size: 2.5rem;
    padding-top: 2.4rem;
  }
  .com-btn-outer .com-btn a span {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
  .com-btn-outer .com-btn a .arrow {
    width: 3.2rem;
    margin: 1.4rem auto 0;
  }
  .com-btn-outer .com-btn:hover {
    opacity: 1;
  }
}
.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-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.com-bg figure {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

.js_com_parallax {
  overflow: hidden;
  contain: paint;
}
.js_com_parallax .img {
  width: 100%;
  height: calc(100% + 15vw);
  position: absolute;
  top: -15vw;
  left: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.js_com_parallax img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .js_com_parallax img {
    height: calc(100% + 80px);
  }
}
.modal__overlay {
  z-index: 999999;
}

.modal__container {
  position: relative;
  max-width: 100rem;
  width: 100%;
  max-height: 87vh;
  background: none;
  padding: 3rem 0 0;
}

.modal__content {
  font-family: "Shippori Mincho B1", serif;
}

.modal__header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modal__header .modal__close:before {
  font-size: 3rem;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .modal__container {
    width: 67rem;
    max-height: calc(100vh - 5.5rem - 7rem);
    padding: 0;
  }
  .modal__header .modal__close:before {
    font-size: 5rem;
  }
}
.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;
  }
}

/*動き*/
.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;
}

.m_op {
  overflow: hidden;
}
.m_op img {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: 4s;
  transition: 4s;
}
.m_op.m_op_on img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.m_scale {
  overflow: hidden;
}
.m_scale img {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.m_scale.m_scale_on img {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(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;
  }
}
#pageTop .main_wrap {
  width: 100%;
  background: #fff;
}
#pageTop .main_wrap .main_area {
  width: 100%;
  max-height: 100vh;
  position: relative;
}
#pageTop .main_wrap .main_area video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
#pageTop .main_wrap .main_area video.none {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1000ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: opacity 1000ms cubic-bezier(0.36, 0.1, 0.16, 1);
}
#pageTop .main_wrap .main_area .fix_img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pageTop .main_wrap .main_area .fix_img_box.none {
  opacity: 0;
}
#pageTop .main_wrap .main_area .fix_img_box .anime-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#pageTop .main_wrap .main_area .fix_img_box .img {
  width: 100%;
  height: 100%;
}
#pageTop .main_wrap .main_area .fix_img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#pageTop .main_wrap .main_area .fix_img_box .light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  mix-blend-mode: screen;
  -webkit-transition: opacity 1000ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: opacity 1000ms cubic-bezier(0.36, 0.1, 0.16, 1);
}
#pageTop .main_wrap .main_area .fix_img_box .light video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#pageTop .main_wrap .main_area .fix_img_box.act .light {
  opacity: 0.3;
}
#pageTop .main_wrap .main_area .main_img {
  height: 100%;
}
#pageTop .main_wrap .main_area .copy_box {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 13.4rem;
  right: 7.8rem;
}
#pageTop .main_wrap .main_area .copy_box .main_ttl {
  width: 30.8rem;
}
#pageTop .main_wrap .main_area .copy_box .p1,
#pageTop .main_wrap .main_area .copy_box .p3 {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: unset;
  transition: unset;
  -webkit-transition-delay: unset;
          transition-delay: unset;
}
#pageTop .main_wrap .main_area .copy_box .p1 {
  width: 39rem;
  margin: 0 auto;
}
#pageTop .main_wrap .main_area .copy_box .p2 {
  width: 39rem;
  margin: 2.6rem auto 0;
}
#pageTop .main_wrap .main_area .copy_box .p2 .char {
  display: inline-block;
  -webkit-transition: 0.08s;
  transition: 0.08s;
  -webkit-transition-delay: calc(0.14s * var(--char-index));
          transition-delay: calc(0.14s * var(--char-index));
  opacity: 0;
}
#pageTop .main_wrap .main_area .copy_box .p3 {
  font-size: 2.1rem;
  letter-spacing: 0.15em;
  margin: 4rem 0 0;
}
#pageTop .main_wrap .main_area .copy_box.act .p1,
#pageTop .main_wrap .main_area .copy_box.act .p3 {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: opacity 1000ms cubic-bezier(0.36, 0.1, 0.16, 1), -webkit-filter 1000ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: opacity 1000ms cubic-bezier(0.36, 0.1, 0.16, 1), -webkit-filter 1000ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: opacity 1000ms cubic-bezier(0.36, 0.1, 0.16, 1), filter 1000ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: opacity 1000ms cubic-bezier(0.36, 0.1, 0.16, 1), filter 1000ms cubic-bezier(0.36, 0.1, 0.16, 1), -webkit-filter 1000ms cubic-bezier(0.36, 0.1, 0.16, 1);
}
#pageTop .main_wrap .main_area .copy_box.act .p1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#pageTop .main_wrap .main_area .copy_box.act .p2.act .char {
  --y: 0;
  opacity: 1;
}
#pageTop .main_wrap .main_area .copy_box.act .p3 {
  -webkit-transition-delay: 3.8s;
          transition-delay: 3.8s;
}
#pageTop .main_wrap .main_area .btn_box {
  width: 8rem;
  height: 2.4rem;
  position: absolute;
  bottom: 2.2rem;
  right: 1rem;
  z-index: 3;
}
#pageTop .main_wrap .main_area .btn_box .skip_btn,
#pageTop .main_wrap .main_area .btn_box .re_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  letter-spacing: 0.14em;
  font-weight: 500;
  border: 1px solid #fff;
  font-size: 1rem;
  color: #fff;
  background: rgba(10, 15, 12, 0.2901960784);
  -webkit-transition: opacity 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: opacity 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
}
#pageTop .main_wrap .main_area .btn_box .re_btn {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#pageTop .main_wrap .main_area .btn_box.act .skip_btn {
  opacity: 0;
}
#pageTop .main_wrap .main_area .btn_box.act .re_btn {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  #pageTop .main_wrap {
    height: calc(100dvh - 8.3rem);
    padding: 0;
  }
  #pageTop .main_wrap .main_area {
    width: 100%;
    height: 100%;
    max-height: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #pageTop .main_wrap .main_area .fix_img_box .light video {
    -o-object-position: right center;
       object-position: right center;
  }
  #pageTop .main_wrap .main_area .main_img {
    height: 62rem;
    margin-top: auto;
  }
  #pageTop .main_wrap .main_area .copy_box {
    width: auto;
    top: 24vh;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #pageTop .main_wrap .main_area .copy_box .p1 {
    width: 53.6rem;
  }
  #pageTop .main_wrap .main_area .copy_box .p2 {
    width: 53.4rem;
    margin: 3rem auto 0;
  }
  #pageTop .main_wrap .main_area .copy_box .p3 {
    font-size: 3.2rem;
    margin: 6rem 0 0;
  }
  #pageTop .main_wrap .main_area .btn_box {
    width: 14rem;
    height: 5rem;
    bottom: 11rem;
    right: 3rem;
  }
  #pageTop .main_wrap .main_area .btn_box .skip_btn,
  #pageTop .main_wrap .main_area .btn_box .re_btn {
    font-size: 2.2rem;
  }
}
#pageTop .merit_wrap {
  padding: 2.7rem 0;
}
#pageTop .merit_wrap .merit_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;
}
#pageTop .merit_wrap .merit_area .merit_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;
  height: 8.6rem;
  position: relative;
}
#pageTop .merit_wrap .merit_area .merit_box::before {
  position: absolute;
  top: -6%;
  right: 0;
  content: "";
  width: 1px;
  height: 108%;
  background: #758998;
}
#pageTop .merit_wrap .merit_area .merit_box:last-child::before {
  display: none;
}
#pageTop .merit_wrap .merit_area .merit_box_1 {
  padding: 1rem 3.3rem 0 0;
}
#pageTop .merit_wrap .merit_area .merit_box_1 .img {
  width: 17.7rem;
}
#pageTop .merit_wrap .merit_area .merit_box_2 {
  padding: 0 4rem 0 3.9rem;
}
#pageTop .merit_wrap .merit_area .merit_box_2 .img {
  width: 16.9rem;
}
#pageTop .merit_wrap .merit_area .merit_box_3 {
  padding: 0 2.6rem 0 2.8rem;
}
#pageTop .merit_wrap .merit_area .merit_box_3 .img {
  width: 36.4rem;
}
#pageTop .merit_wrap .merit_area .merit_box_4 {
  padding: 1rem 0 0 2.6rem;
}
#pageTop .merit_wrap .merit_area .merit_box_4 .img {
  width: 24.8rem;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_wrap {
    background: unset;
    padding: 2rem 0 0;
  }
  #pageTop .merit_wrap .merit_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;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #pageTop .merit_wrap .merit_area .merit_box {
    display: block;
    height: auto;
    padding: 4rem 0;
  }
  #pageTop .merit_wrap .merit_area .merit_box::before {
    width: 100%;
    height: 1px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #pageTop .merit_wrap .merit_area .merit_box .img {
    width: 100%;
  }
  #pageTop .merit_wrap .merit_area .merit_box:last-child::before {
    display: none;
  }
  #pageTop .merit_wrap .merit_area .merit_box_1 {
    width: 38.7%;
    padding: 4rem 0 4rem 4rem;
  }
  #pageTop .merit_wrap .merit_area .merit_box_1::before {
    width: 108%;
    left: 2.8rem;
  }
  #pageTop .merit_wrap .merit_area .merit_box_1::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 76%;
    top: 2rem;
    right: -5rem;
    background-color: #758998;
  }
  #pageTop .merit_wrap .merit_area .merit_box_2 {
    width: 35.8%;
    padding: 3rem 3.8rem 3rem 0;
  }
  #pageTop .merit_wrap .merit_area .merit_box_2::before {
    width: 108%;
    left: -7rem;
  }
  #pageTop .merit_wrap .merit_area .merit_box_3 {
    width: 79%;
    padding: 3.5rem 0;
  }
  #pageTop .merit_wrap .merit_area .merit_box_4 {
    width: 58%;
    padding: 6rem 0;
  }
}
#pageTop .intro_wrap {
  padding: 3.2rem 0 9.2rem;
}
#pageTop .intro_wrap .intro_area .bnr_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;
  gap: 0 3rem;
}
#pageTop .intro_wrap .intro_area .bnr_box .bnr {
  width: 40rem;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  -webkit-transition: opacity 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: opacity 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: opacity 0.5s ease, box-shadow 0.5s ease;
  transition: opacity 0.5s ease, box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
}
#pageTop .intro_wrap .intro_area .bnr_box a.bnr:hover {
  opacity: 0.7;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0);
}
#pageTop .intro_wrap .intro_area .copy_box {
  line-height: 1.5;
  text-align: center;
  margin: 3.7rem 0 0;
}
#pageTop .intro_wrap .intro_area .copy_box .p1 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.3846153846;
}
#pageTop .intro_wrap .intro_area .copy_box .p2 {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 0.5rem 0 0;
}
#pageTop .intro_wrap .info_area {
  text-align: center;
  margin: 4rem 0 0;
}
#pageTop .intro_wrap .info_area .info_box .ttl {
  width: 120rem;
  margin: 0 auto 6.3rem -10rem;
  background: linear-gradient(150deg, rgb(89, 111, 158) 0%, rgb(206, 144, 134) 100%);
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.13em;
  padding: 0.35rem 0;
}
#pageTop .intro_wrap .info_area .info_box .info_img {
  margin: 0 auto;
  width: 82.7%;
}
#pageTop .intro_wrap .info_area .info_box .p1 {
  font-size: 3.4rem;
  letter-spacing: 0.07em;
  font-weight: 600;
  margin-top: 5.8rem;
}
#pageTop .intro_wrap .info_area .info_box .p2 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 2.1;
  margin: 3.2rem 0 0;
}
#pageTop .intro_wrap .info_area .info_box .btn_outer {
  margin: 5.4rem 0 0;
  gap: 0 6rem;
}
#pageTop .intro_wrap .info_area .info_box .btn_outer .com-btn {
  width: 38.2rem;
  -webkit-box-shadow: 6px 6px 6px rgba(113, 112, 113, 0.7);
          box-shadow: 6px 6px 6px rgba(113, 112, 113, 0.7);
}
@media screen and (max-width: 750px) {
  #pageTop .intro_wrap {
    padding: 1.2rem 0 10rem;
  }
  #pageTop .intro_wrap .intro_area .bnr_box {
    gap: 4.2rem 0;
  }
  #pageTop .intro_wrap .intro_area .bnr_box .bnr {
    width: 94.9%;
  }
  #pageTop .intro_wrap .intro_area .copy_box {
    margin: 7.2rem 0 0;
  }
  #pageTop .intro_wrap .intro_area .copy_box .p1 {
    font-size: 2.6rem;
  }
  #pageTop .intro_wrap .intro_area .copy_box .p2 {
    font-size: 4.6rem;
    letter-spacing: 0.03em;
    margin: 1.4rem 0 0 -2rem;
  }
  #pageTop .intro_wrap .info_area {
    margin: 4.5rem 0 0;
    padding: 0 0.5rem;
  }
  #pageTop .intro_wrap .info_area .info_box .ttl {
    width: 100%;
    margin: 0 auto 3.5rem;
    font-size: 2.4rem;
    padding: 0.4rem 0 0.6rem;
  }
  #pageTop .intro_wrap .info_area .info_box .info_img {
    width: 100%;
  }
  #pageTop .intro_wrap .info_area .info_box .p1 {
    font-size: 4.4rem;
    margin-top: 8.8rem;
  }
  #pageTop .intro_wrap .info_area .info_box .p2 {
    font-size: 2.6rem;
    line-height: 1.78;
  }
  #pageTop .intro_wrap .info_area .info_box .btn_outer {
    margin: 6.4rem 0 0;
    gap: 4.6rem 0;
  }
  #pageTop .intro_wrap .info_area .info_box .btn_outer .com-btn {
    width: 87%;
  }
}
#pageTop .concept_wrap {
  padding: 9.5rem 0 11rem;
  background: url("../img/top/concept_bg.png") no-repeat center/cover;
  text-align: center;
  color: #000;
}
#pageTop .concept_wrap .ttl {
  width: 22.3rem;
  margin: 0 auto;
}
#pageTop .concept_wrap .logo {
  margin: 7.9rem auto 0;
  width: 31.3rem;
}
#pageTop .concept_wrap .p1 {
  font-size: 2.7rem;
  margin-top: 8rem;
  letter-spacing: -0.04em;
  line-height: 1.5555555556;
}
#pageTop .concept_wrap .p2 {
  font-size: 1.4rem;
  line-height: 2.5714285714;
  margin-top: 3.7rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 750px) {
  #pageTop .concept_wrap {
    padding: 6rem 0 17rem;
  }
  #pageTop .concept_wrap .ttl {
    width: 23.7rem;
  }
  #pageTop .concept_wrap .logo {
    margin: 11.2rem auto 0;
    width: 35.6rem;
  }
  #pageTop .concept_wrap .p1 {
    font-size: 3.6rem;
    margin-top: 6.5rem;
  }
  #pageTop .concept_wrap .p2 {
    font-size: 2.6rem;
    line-height: 2;
    margin-top: 5.5rem;
    letter-spacing: -0.08em;
  }
}
#pageTop .plan_wrap {
  padding: 8.6rem 0 9rem;
}
#pageTop .plan_wrap .ttl {
  width: 17.9rem;
  margin: 0 auto;
}
#pageTop .plan_wrap .p1 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-top: 4.7rem;
  letter-spacing: 0;
  line-height: 2.3076923077;
  color: #4c433f;
  text-align: center;
}
#pageTop .plan_wrap .plan_box {
  padding: 0 0 0 5rem;
  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;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
#pageTop .plan_wrap .plan_box-left {
  width: 46%;
}
#pageTop .plan_wrap .plan_box-right {
  padding-top: 6rem;
}
#pageTop .plan_wrap .plan_box--01 {
  margin-top: 9.3rem;
}
#pageTop .plan_wrap .plan_box--01 .speac_2 {
  width: 15.2rem;
  margin-top: 3.4rem;
}
#pageTop .plan_wrap .plan_box--01 .plan_box-right .type_box {
  width: 27.405rem;
  margin: 0 auto;
}
#pageTop .plan_wrap .plan_box--02 {
  margin-top: 10.5rem;
}
#pageTop .plan_wrap .plan_box--02 .speac_box .speac_2 {
  width: 6.56rem;
  margin-top: 3.4rem;
  margin-bottom: -0.8rem;
}
#pageTop .plan_wrap .plan_box--02 .speac_box .speac_3 {
  margin-bottom: 2.3rem;
}
#pageTop .plan_wrap .plan_box--02 .speac_box .speac_6 {
  margin-top: 3.6rem;
}
#pageTop .plan_wrap .plan_box--02 .plan_box-right .type_box {
  width: 32.58rem;
}
#pageTop .plan_wrap .speac_box {
  border-left: 1px solid #9b7e6a;
  padding-left: 3rem;
}
#pageTop .plan_wrap .speac_box .speac_1 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #9B7E6A;
  white-space: nowrap;
}
#pageTop .plan_wrap .speac_box .speac_3 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 1.4rem;
  letter-spacing: 0.04em;
  margin-bottom: 1.4rem;
  line-height: 0.9;
  color: #000;
  font-family: "EB Garamond", serif;
}
#pageTop .plan_wrap .speac_box .speac_3 .s1 {
  font-size: 4rem;
}
#pageTop .plan_wrap .speac_box .speac_3 .s2 {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  margin-left: -1rem;
  -webkit-transform: translateY(-0.4rem);
          transform: translateY(-0.4rem);
  display: inline-block;
}
#pageTop .plan_wrap .speac_box .speac_4 {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4545454545;
}
#pageTop .plan_wrap .speac_box .speac_5 {
  color: #9b7e6a;
  font-family: "EB Garamond", serif;
  margin-top: -0.6rem;
  margin-bottom: 1.4rem;
}
#pageTop .plan_wrap .speac_box .speac_5 .s1 {
  font-size: 7.3rem;
}
#pageTop .plan_wrap .speac_box .speac_5 .s2 {
  font-size: 4.3rem;
}
#pageTop .plan_wrap .speac_box .speac_5 .s3 {
  font-size: 3.6rem;
}
#pageTop .plan_wrap .speac_box .speac_5 .s4 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-left: 1.4rem;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
  display: inline-block;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
}
#pageTop .plan_wrap .speac_box .speac_6 {
  font-size: 1.3rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7rem 0;
  margin-top: 4.5rem;
  width: 24.7rem;
  letter-spacing: -0.1em;
}
#pageTop .plan_wrap .speac_box .speac_6 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.65rem 0;
}
#pageTop .plan_wrap .speac_box .speac_6 .s1 {
  background-color: #e7eaf2;
  color: #5c6e78;
  text-align: center;
  padding: 0.8rem 0;
}
#pageTop .plan_wrap .speac_box .speac_6 .s2 {
  background-color: #758998;
  color: #fff;
  text-align: center;
  padding: 0.8rem 0;
}
#pageTop .plan_wrap .note_01 img {
  width: 30rem;
  margin-bottom: 0.8rem;
  display: block;
}
#pageTop .plan_wrap .note_01 {
  margin-top: 4.4rem;
  font-size: 1rem;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #000;
}
#pageTop .plan_wrap .note_02 {
  width: 100%;
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
  margin-top: 1.6rem;
  letter-spacing: -0.12em;
}
@media screen and (max-width: 750px) {
  #pageTop .plan_wrap {
    padding: 7.4rem 0 14.2rem;
  }
  #pageTop .plan_wrap .ttl {
    width: 19.2rem;
  }
  #pageTop .plan_wrap .p1 {
    font-size: 3.6rem;
    margin-top: 4.5rem;
    line-height: 1.68;
  }
  #pageTop .plan_wrap .plan_box {
    padding: 0 0.5rem;
  }
  #pageTop .plan_wrap .plan_box-right {
    width: 100%;
  }
  #pageTop .plan_wrap .plan_box--01 {
    margin-top: 11.3rem;
  }
  #pageTop .plan_wrap .plan_box--01 .speac_2 {
    width: 29.8rem;
    margin-top: 5.6rem;
  }
  #pageTop .plan_wrap .plan_box--01 .plan_box-right .type_box {
    width: 40.803rem;
  }
  #pageTop .plan_wrap .plan_box--02 {
    margin-top: 13rem;
  }
  #pageTop .plan_wrap .plan_box--02 .speac_2 {
    margin-left: -1.2rem !important;
    width: 21rem !important;
    margin-top: 5.7rem !important;
    margin-bottom: -0.9rem !important;
  }
  #pageTop .plan_wrap .plan_box--02 .speac_3 {
    margin-bottom: 3.7rem !important;
  }
  #pageTop .plan_wrap .plan_box--02 .note_01 {
    margin-top: 7.4rem;
  }
  #pageTop .plan_wrap .plan_box--02 .plan_box-right {
    padding-top: 12rem;
  }
  #pageTop .plan_wrap .plan_box-left {
    width: 100%;
  }
  #pageTop .plan_wrap .plan_box-right {
    width: 100%;
    padding-top: 11.7rem;
  }
  #pageTop .plan_wrap .plan_box-right .plan_box-right .type_box {
    width: 47.06rem;
  }
  #pageTop .plan_wrap .speac_box {
    padding-left: 5.1rem;
  }
  #pageTop .plan_wrap .speac_box .speac_1 {
    font-size: 3.6rem;
    line-height: 1.5;
    white-space: wrap;
  }
  #pageTop .plan_wrap .speac_box .speac_3 {
    font-size: 4.8rem;
    margin-top: 1.9rem;
    margin-bottom: 2.2rem;
    line-height: 0.92;
  }
  #pageTop .plan_wrap .speac_box .speac_3 .s1 {
    font-size: 7.8rem;
  }
  #pageTop .plan_wrap .speac_box .speac_3 .s2 {
    font-size: 2.8rem;
  }
  #pageTop .plan_wrap .speac_box .speac_4 {
    font-size: 2.2rem;
    line-height: 1.27;
  }
  #pageTop .plan_wrap .speac_box .speac_5 {
    margin-top: -1rem;
    margin-bottom: 1.8rem;
  }
  #pageTop .plan_wrap .speac_box .speac_5 .s1 {
    font-size: 11.4rem;
  }
  #pageTop .plan_wrap .speac_box .speac_5 .s2 {
    font-size: 6.8rem;
  }
  #pageTop .plan_wrap .speac_box .speac_5 .s3 {
    font-size: 5.6rem;
  }
  #pageTop .plan_wrap .speac_box .speac_5 .s4 {
    font-size: 2.2rem;
    margin-left: 2.6rem;
  }
  #pageTop .plan_wrap .speac_box .speac_6 {
    font-size: 2.2rem;
    gap: 0.9rem 0;
    margin-top: 4.7rem;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  #pageTop .plan_wrap .speac_box .speac_6 li {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.7rem 0;
    width: 100%;
  }
  #pageTop .plan_wrap .speac_box .speac_6 li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #pageTop .plan_wrap .speac_box .speac_6 .s1,
  #pageTop .plan_wrap .speac_box .speac_6 .s2 {
    padding: 1.3rem 0;
    width: 49.2%;
  }
  #pageTop .plan_wrap .type_box {
    margin: 0 auto;
    width: 61.6% !important;
  }
  #pageTop .plan_wrap .note_01 {
    margin-top: 11.4rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  #pageTop .plan_wrap .note_01 img {
    width: 63rem;
    margin: 0 auto 0.8rem;
  }
  #pageTop .plan_wrap .note_02 {
    font-size: 2rem;
    line-height: 1.28;
  }
}
#pageTop .location_wrap {
  color: #fff;
  background-color: #758998;
  text-align: center;
  padding: 4.9rem 0 3rem;
}
#pageTop .location_wrap .ttl {
  width: 20.6rem;
  margin: 0 auto;
}
#pageTop .location_wrap .p1 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-top: 5.3rem;
  letter-spacing: 0.05em;
  line-height: 2.3076923077;
}
#pageTop .location_wrap .p2 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.3;
  margin-top: 2.4rem;
  letter-spacing: 0.01em;
}
#pageTop .location_wrap .location_img01 {
  margin: 5rem auto 0;
  width: 100%;
  max-width: 80rem;
}
#pageTop .location_wrap .location_img01 .com-cap {
  width: 100%;
  bottom: 0;
  right: 0;
  text-align: right;
  padding: 0.8rem 0 1.8rem;
  line-height: 1.4;
  padding-right: 1.3rem;
}
#pageTop .location_wrap .location_img01 .com-cap span {
  position: relative;
  z-index: 2;
}
#pageTop .location_wrap .location_img01 .com-cap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #758998;
  mix-blend-mode: multiply;
}
#pageTop .location_wrap .location_img01 .com-note {
  text-align: left;
  margin-top: 5px;
  letter-spacing: 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  #pageTop .location_wrap {
    padding: 8.9rem 0 0;
  }
  #pageTop .location_wrap .ttl {
    width: 22rem;
  }
  #pageTop .location_wrap .p1 {
    font-size: 3.6rem;
    margin-top: 5.9rem;
    line-height: 1.67;
  }
  #pageTop .location_wrap .p2 {
    font-size: 2.6rem;
    line-height: 1.92;
    margin-top: 5.8rem;
    letter-spacing: -0.07em;
    white-space: nowrap;
    margin-left: -1rem;
  }
  #pageTop .location_wrap .location_img01 {
    margin-top: 11.2rem;
  }
  #pageTop .location_wrap .location_img01 .com-cap {
    font-size: 1.8rem;
    padding: 1.9rem 0.9rem 3.8rem 0;
    line-height: 1.67;
    letter-spacing: -0.01em;
    position: relative;
  }
}

figure {
  position: relative;
}

.com_main_wrap {
  padding: 10.9rem 0 8.7rem;
  background: url("../img/limited/bg.png") no-repeat center/cover;
  border-radius: 0;
  height: auto;
}
.com_main_wrap .ttl {
  font-size: 3.3rem;
  color: #9b7e6a;
  text-align: center;
  letter-spacing: 0.115em;
}

.com_main_container {
  position: relative;
  background: #232A29;
  background: -webkit-gradient(linear, left top, right top, from(rgb(35, 42, 41)), color-stop(50%, rgb(45, 52, 52)), to(rgb(35, 42, 41)));
  background: linear-gradient(90deg, rgb(35, 42, 41) 0%, rgb(45, 52, 52) 50%, rgb(35, 42, 41) 100%);
}
.com_main_container p {
  color: #fff;
}
.com_main_container .com-lead {
  color: #b3917b;
}

.com_copy {
  text-align: center;
}
.com_copy .com-txt {
  margin: 4rem 0 0;
}

.com_intro_wrap {
  padding: 10rem 0 9rem;
}
.com_intro_wrap::after, .com_intro_wrap::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #A37567;
  background: -webkit-gradient(linear, left top, right top, from(rgb(163, 117, 103)), color-stop(50%, rgb(43, 52, 52)), to(rgb(163, 117, 103)));
  background: linear-gradient(90deg, rgb(163, 117, 103) 0%, rgb(43, 52, 52) 50%, rgb(163, 117, 103) 100%);
  position: absolute;
  left: 0;
}
.com_intro_wrap::before {
  top: 1rem;
}
.com_intro_wrap::after {
  bottom: 1rem;
}

@media screen and (max-width: 750px) {
  .com_intro_wrap {
    padding: 12rem 0 11rem;
  }
}
.clr-w {
  color: #fff;
}

.txt_center {
  text-align: center;
}

.txt_justify {
  text-align: justify;
}

.txt_right {
  text-align: right;
}

@media screen and (max-width: 750px) {
  ._sp-txt_justify {
    text-align: justify;
  }
}

.m-w-1300 {
  max-width: 1300px;
  margin-inline: auto;
}

#pageMap main {
  background-position: top 22rem center;
  background-repeat: no-repeat;
}
#pageMap .com-ttl-box {
  padding: 15rem 0 5rem;
}
#pageMap .com-ttl-box .com-sub-ttl {
  margin-bottom: 1rem;
  color: #9a8062;
}
#pageMap .com-ttl-box .com-lead {
  color: #000;
}
#pageMap .f_note {
  display: none;
}
#pageMap .map_wrap {
  margin: 8rem auto 10rem;
}
#pageMap .map_wrap .map_area-g {
  padding-bottom: 10rem;
}
#pageMap .map_wrap .map_ttl {
  color: #fff;
  background: #232A29;
  background: -webkit-gradient(linear, left top, right top, from(rgb(35, 42, 41)), color-stop(50%, rgb(45, 52, 52)), to(rgb(35, 42, 41)));
  background: linear-gradient(90deg, rgb(35, 42, 41) 0%, rgb(45, 52, 52) 50%, rgb(35, 42, 41) 100%);
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  #pageMap .map_wrap .map_ttl {
    font-size: 3rem;
  }
}
#pageMap .map_wrap .map_ttl {
  padding: 10px 0;
  margin-bottom: 2rem;
}
#pageMap .map_wrap .map_guide {
  background-color: #06150a;
  color: #fff;
  padding: 1.5rem 10rem 2rem;
}
@media screen and (max-width: 750px) {
  #pageMap .map_wrap .map_guide {
    padding: 1.5rem 3rem 2rem;
  }
}
#pageMap .map_wrap .map_guide_ttl {
  text-align: center;
  border-bottom: 1px solid #fff;
  font-size: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #pageMap .map_wrap .map_guide_ttl {
    font-size: 2.6rem;
  }
}
#pageMap .map_wrap .map_guide_navi {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  #pageMap .map_wrap .map_guide_navi {
    letter-spacing: 0;
  }
}
#pageMap .map_wrap .map_guide_address {
  color: #3d5447;
  background-color: #fff;
  display: inline-block;
  padding: 3px 6px;
}
#pageMap .map_wrap .map_guide_note {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 1.2rem;
}
#pageMap .map_wrap .map_box {
  margin: 0 auto 5rem;
}
#pageMap .map_wrap .map_box-mg {
  max-width: 900px;
}
#pageMap .map_wrap .map_box .link-reserve2 {
  width: 80%;
  margin-top: 4rem;
}
#pageMap .map_wrap .map_box .map p {
  text-align: center;
  padding: 10px 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  #pageMap .map_wrap .map_box .map p {
    font-size: 2.8rem;
  }
}
#pageMap .map_wrap .map_box .map p {
  background: #865b15;
  color: #fff;
  line-height: 1.5;
}
#pageMap .map_wrap .map_box .txt {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 1.8rem;
  line-height: 1.6;
}
#pageMap .map_wrap .btn_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;
  gap: 0 4rem;
}
#pageMap .map_wrap .btn_box a {
  -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;
  -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: 5rem;
  background: #758998;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#pageMap .map_wrap .btn_box a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 750px) {
  #pageMap .map_wrap .map_box {
    margin: 0 auto 5rem;
  }
  #pageMap .map_wrap .btn_box {
    gap: 0 2rem;
  }
  #pageMap .map_wrap .btn_box a {
    width: 28rem;
    height: 6rem;
    font-size: 2.4rem;
  }
  #pageMap {
    /*@media screen end*/
  }
}
@media print {
  #pageMap header,
  #pageMap footer,
  #pageMap .link-box {
    display: none !important;
  }
  #pageMap main {
    margin: 0 !important;
  }
  #pageMap .com-main-wrap,
  #pageMap .com_bg_wrap {
    display: none !important;
  }
  #pageMap .com-content {
    width: 100%;
    padding: 0;
  }
  #pageMap .map_wrap .btn_box {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
#pageMap {
  /* map ___end*/
}

#pageOutline main {
  background-position: top 22rem center;
  background-repeat: no-repeat;
}
#pageOutline .com-ttl-box {
  padding: 15rem 0 5rem;
}
#pageOutline .com-ttl-box .com-sub-ttl {
  margin-bottom: 1rem;
  color: #b3917b;
}
#pageOutline .com-ttl-box .com-lead {
  color: #000;
}
#pageOutline .com-link {
  margin-top: 10rem;
}
#pageOutline .outline_wrap {
  padding: 10rem 0 10rem;
}
#pageOutline .outline_wrap .outline_tit {
  margin-bottom: 2rem;
  font-size: 1.7rem;
  color: #fff;
  background: linear-gradient(150deg, rgb(89, 111, 158) 0%, rgb(206, 144, 134) 100%);
  padding: 1rem;
}
#pageOutline .outline_wrap .outline_tit span {
  width: 8px;
  height: 15px;
  border-right: 3px solid #9a8062;
  border-left: 3px solid #9a8062;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
#pageOutline .outline_wrap .outline_table {
  margin: 0 auto 10rem;
}
#pageOutline .outline_wrap dl {
  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;
  background: #f0edec;
  margin: 0 auto 3rem;
}
#pageOutline .outline_wrap dl dt {
  width: 230px;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  line-height: 1.5;
  font-size: 1.4rem;
}
#pageOutline .outline_wrap dl dd {
  width: calc(100% - 230px);
  padding: 10px 0 10px 25px;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  font-size: 1.4rem;
}
#pageOutline .outline_wrap .advertising_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;
  margin-top: 30px;
}
#pageOutline .outline_wrap .advertising_box .t1 {
  border: 1px solid #000;
  width: 120px;
  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;
  text-align: center;
  font-size: 1.4rem;
}
#pageOutline .outline_wrap .advertising_box .t2 {
  width: calc(100% - 140px);
  font-size: 1.2rem;
  line-height: 1.5;
}
#pageOutline .outline_wrap .ank_point_box {
  height: 5rem;
  margin: -5rem 0 0;
}
#pageOutline .outline_wrap .tab_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;
  gap: 0 2rem;
  width: 50rem;
  margin: 0 auto 4rem;
  position: relative;
  z-index: 99999;
}
#pageOutline .outline_wrap .tab_box .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;
  width: 23rem;
  height: 5rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #b3917b;
  border: 1px solid #b3917b;
}
#pageOutline .outline_wrap .tab_box .btn:hover,
#pageOutline .outline_wrap .tab_box .btn.act {
  color: #000000;
  background: #b3917b;
}
#pageOutline .change_note {
  background-color: #f0edec;
  padding: 2rem 3rem;
  margin-bottom: 5rem;
}
#pageOutline .change_note p {
  line-height: 1.6;
}
#pageOutline .change_note p.ttl {
  border-bottom: 1px solid #b3917b;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  #pageOutline .change_note p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 750px) {
  #pageOutline .main_wrap {
    padding-top: 70px;
  }
  #pageOutline .main_wrap p {
    text-align: center;
  }
  #pageOutline .main_wrap p:nth-of-type(1) {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  #pageOutline .main_wrap p:nth-of-type(2) {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    line-height: 1.5;
  }
  #pageOutline .outline_wrap .outline_tit {
    margin-bottom: 3rem;
    font-size: 2.7rem;
    line-height: 1.4;
  }
  #pageOutline .outline_wrap dl {
    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: 0 auto 3rem;
  }
  #pageOutline .outline_wrap dl dt {
    width: 100%;
    padding: 10px 0 10px 5px;
    font-size: 2.4rem;
    border-right: none;
    border-bottom: 1px dashed #ccc;
    background: rgba(179, 145, 123, 0.4);
  }
  #pageOutline .outline_wrap dl dd {
    width: 100%;
    padding: 10px 0 10px 5px;
    font-size: 2.4rem;
  }
  #pageOutline .outline_wrap .advertising_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;
    margin-top: 30px;
  }
  #pageOutline .outline_wrap .advertising_box .t1 {
    width: 100%;
    font-size: 2rem;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  #pageOutline .outline_wrap .advertising_box .t2 {
    width: 100%;
    font-size: 1.5rem;
  }
  #pageOutline .outline_wrap .ank_point_box {
    height: 11rem;
    margin: -11rem 0 0;
  }
  #pageOutline .outline_wrap .tab_box {
    gap: 0 3rem;
    width: 100%;
    z-index: 1;
  }
  #pageOutline .outline_wrap .tab_box .btn {
    width: 30rem;
    height: 9rem;
    font-size: 2.4rem;
  }
  #pageOutline .outline_wrap .tab_box .btn:hover {
    background: none;
    color: #b3917b;
  }
}
#pageLimited .limited_wrap {
  padding: 11.7rem 0 9.2rem;
}
#pageLimited .limited_wrap .com-content {
  width: 107rem;
}
#pageLimited .limited_wrap .plan_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;
}
#pageLimited .limited_wrap .plan_box-left {
  width: 39rem;
}
#pageLimited .limited_wrap .plan_box-right {
  padding-top: 7.5rem;
}
#pageLimited .limited_wrap .plan_box-right .type_box {
  width: 63.516rem;
  margin: 0 auto;
}
#pageLimited .limited_wrap .speac_box {
  border-left: 1px solid #9b7e6a;
  padding-left: 3rem;
  padding-bottom: 4.5rem;
}
#pageLimited .limited_wrap .speac_box .speac_1 {
  font-size: 2.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #9B7E6A;
  white-space: nowrap;
  margin-left: 0.7rem;
}
#pageLimited .limited_wrap .speac_box .speac_2 {
  margin-left: 0.7rem;
  width: 13.8rem;
  margin-top: 3.3rem;
}
#pageLimited .limited_wrap .speac_box .speac_3 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-top: 1.6rem;
  letter-spacing: 0.04em;
  margin-bottom: 2.3rem;
  line-height: 0.9;
  color: #000;
  font-family: "EB Garamond", serif;
}
#pageLimited .limited_wrap .speac_box .speac_3 .s1 {
  font-size: 5rem;
}
#pageLimited .limited_wrap .speac_box .speac_3 .s2 {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  margin-left: -1rem;
  -webkit-transform: translateY(-0.4rem);
          transform: translateY(-0.4rem);
  display: inline-block;
}
#pageLimited .limited_wrap .speac_box .speac_4 {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4545454545;
}
#pageLimited .limited_wrap .speac_box .speac_5 {
  color: #9b7e6a;
  font-family: "EB Garamond", serif;
  margin-top: -0.6rem;
  margin-bottom: 1.4rem;
}
#pageLimited .limited_wrap .speac_box .speac_5 .s1 {
  font-size: 7.3rem;
}
#pageLimited .limited_wrap .speac_box .speac_5 .s2 {
  font-size: 4.3rem;
  margin-left: -0.5rem;
}
#pageLimited .limited_wrap .speac_box .speac_5 .s3 {
  font-size: 3.6rem;
}
#pageLimited .limited_wrap .speac_box .speac_5 .s4 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-left: 1.4rem;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
  display: inline-block;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
}
#pageLimited .limited_wrap .speac_box .speac_6 {
  font-size: 1.8rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7rem 0;
  margin-top: 7rem;
  width: 24.7rem;
  letter-spacing: -0.08em;
}
#pageLimited .limited_wrap .speac_box .speac_6 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7rem 0;
}
#pageLimited .limited_wrap .speac_box .speac_6 .s1 {
  background-color: #e7eaf2;
  color: #5c6e78;
  text-align: center;
  padding: 1.1rem 0;
}
#pageLimited .limited_wrap .speac_box .speac_6 .s2 {
  background-color: #758998;
  color: #fff;
  text-align: center;
  padding: 1.1rem 0;
}
#pageLimited .limited_wrap .note_01 img {
  width: 30rem;
  margin-bottom: 0.7rem;
  display: block;
}
#pageLimited .limited_wrap .note_01 {
  margin-top: 5rem;
  font-size: 1rem;
  letter-spacing: -0.1em;
  line-height: 1.4;
  color: #000;
}
#pageLimited .limited_wrap .note_02 {
  font-size: 1rem;
  line-height: 1.2;
  color: #000;
  margin-top: 0.6rem;
  letter-spacing: -0.12em;
}
#pageLimited .limited_wrap .imgBox {
  margin-top: 3.3rem;
}
#pageLimited .limited_wrap .imgBox .com-note {
  margin-top: 3.6rem;
  line-height: 1.3;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  #pageLimited .com_main_wrap {
    padding: 18.9rem 0 13.7rem;
  }
  #pageLimited .com_main_wrap .ttl {
    font-size: 4.8rem;
    letter-spacing: 0.15em;
  }
  #pageLimited .limited_wrap {
    padding: 12.6rem 0 6rem;
  }
  #pageLimited .limited_wrap .com-content {
    width: 75rem;
  }
  #pageLimited .limited_wrap .plan_box {
    padding: 0 0.5rem;
  }
  #pageLimited .limited_wrap .plan_box-left, #pageLimited .limited_wrap .plan_box-right {
    width: 100%;
  }
  #pageLimited .limited_wrap .plan_box-right {
    padding-top: 8.5rem;
  }
  #pageLimited .limited_wrap .speac_box {
    padding-left: 4.9rem;
    padding-bottom: 0;
  }
  #pageLimited .limited_wrap .speac_box .speac_1 {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    margin-left: 0;
  }
  #pageLimited .limited_wrap .speac_box .speac_2 {
    margin-left: 0;
    width: 21.8rem;
    margin-top: 5.6rem;
  }
  #pageLimited .limited_wrap .speac_box .speac_3 {
    font-size: 4.8rem;
    margin-top: 2.3rem;
    margin-bottom: 3.7rem;
    line-height: 0.92;
  }
  #pageLimited .limited_wrap .speac_box .speac_3 .s1 {
    font-size: 7.8rem;
  }
  #pageLimited .limited_wrap .speac_box .speac_3 .s2 {
    font-size: 2.8rem;
  }
  #pageLimited .limited_wrap .speac_box .speac_4 {
    font-size: 2.2rem;
    line-height: 1.27;
  }
  #pageLimited .limited_wrap .speac_box .speac_5 {
    margin-top: -1rem;
    margin-bottom: 2.5rem;
  }
  #pageLimited .limited_wrap .speac_box .speac_5 .s1 {
    font-size: 11.4rem;
  }
  #pageLimited .limited_wrap .speac_box .speac_5 .s2 {
    font-size: 6.8rem;
    margin-left: 0.3rem;
  }
  #pageLimited .limited_wrap .speac_box .speac_5 .s3 {
    font-size: 5.6rem;
  }
  #pageLimited .limited_wrap .speac_box .speac_5 .s4 {
    font-size: 2.2rem;
    margin-left: 2.6rem;
  }
  #pageLimited .limited_wrap .speac_box .speac_6 {
    font-size: 2.2rem;
    gap: 0.9rem 0;
    margin-top: 4.7rem;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  #pageLimited .limited_wrap .speac_box .speac_6 li {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.7rem 0;
    width: 100%;
  }
  #pageLimited .limited_wrap .speac_box .speac_6 li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #pageLimited .limited_wrap .speac_box .speac_6 .s1,
  #pageLimited .limited_wrap .speac_box .speac_6 .s2 {
    padding: 1.3rem 0;
    width: 49.2%;
  }
  #pageLimited .limited_wrap .type_box {
    margin: 0 auto;
    width: 89.4%;
  }
  #pageLimited .limited_wrap .note_01 {
    margin-top: 8.2rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  #pageLimited .limited_wrap .note_01 img {
    width: 35.3rem;
    height: auto;
    margin-bottom: 0.5rem;
  }
  #pageLimited .limited_wrap .note_02 {
    font-size: 2rem;
    line-height: 1.26;
    margin-top: 1.3rem;
  }
  #pageLimited .limited_wrap .imgBox {
    margin-top: 7rem;
    padding: 0 0.5rem;
  }
  #pageLimited .limited_wrap .imgBox .com-note {
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
#pageLimited {
  /* map ___end*/
}

#pageLogin .login_wrap {
  padding: 12.4rem 0 14rem;
  background: url("../img/limited/bg.png") no-repeat center/cover;
  text-align: center;
  color: #564e4b;
}
#pageLogin .login_wrap .logo {
  margin: 0 auto;
  width: 34rem;
}
#pageLogin .login_wrap .ttl {
  font-size: 2.8rem;
  margin-top: 9.5rem;
  letter-spacing: 0.17em;
  font-weight: 700;
  line-height: 1.275862069;
}
#pageLogin .login_wrap .txt {
  font-size: 1.5rem;
  line-height: 2.0666666667;
  margin-top: 3.2rem;
  letter-spacing: -0.1em;
}
#pageLogin .login_wrap .form {
  margin-top: 4.6rem;
  gap: 0 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#pageLogin .login_wrap .form .input {
  width: 33rem;
}
#pageLogin .login_wrap .form .input input {
  background: #fff;
  width: 100%;
  height: 3.8rem;
  padding: 1rem 1.5rem;
}
#pageLogin .login_wrap .form .input input:-webkit-autofill, #pageLogin .login_wrap .form .input input:-webkit-autofill:hover, #pageLogin .login_wrap .form .input input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: inherit;
}
#pageLogin .login_wrap .form .submit button {
  width: 15rem;
  height: 3.8rem;
  background-color: #bd9870;
  border: 2px solid #bd9870;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pageLogin .login_wrap .form .submit button:hover {
  color: #bd9870;
  background-color: #fff;
}
#pageLogin .login_wrap .form .error {
  width: 100%;
  margin-top: 2rem;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  #pageLogin .login_wrap {
    padding: 19.4rem 0 12.7rem;
  }
  #pageLogin .login_wrap .logo {
    width: 39.5rem;
  }
  #pageLogin .login_wrap .ttl {
    font-size: 3.8rem;
    margin-top: 7rem;
    letter-spacing: 0.14em;
  }
  #pageLogin .login_wrap .txt {
    font-size: 2.4rem;
    line-height: 1.76;
    margin-top: 4.4rem;
  }
  #pageLogin .login_wrap .form {
    margin-top: 6.1rem;
    gap: 0 0.7rem;
  }
  #pageLogin .login_wrap .form .input {
    width: 40.7rem;
  }
  #pageLogin .login_wrap .form .input input {
    height: 9.3rem;
    padding: 1rem 2rem;
    font-size: 1.6rem;
  }
  #pageLogin .login_wrap .form .submit button {
    width: 25rem;
    height: 9.3rem;
    font-size: 3rem;
    letter-spacing: 0.18em;
  }
  #pageLogin .login_wrap .form .error {
    font-size: 3rem;
  }
}
#pageLogin {
  /* pageLogin ___end*/
}
/*# sourceMappingURL=style_v-urawa.css.map */