@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400..800&family=Libre+Baskerville:wght@400;700&family=Marcellus+SC&family=Shippori+Mincho:wght@400;500;600&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

html {
  font-size: 10px;
}

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

html {
  overflow: auto;
}

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

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

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

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

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body a,
body button {
  color: inherit;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 2.6rem;
  }
}
.f-gara {
  font-family: "EB Garamond", serif;
}

.f-bask {
  font-family: "Libre Baskerville", serif;
}

header.header {
  -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: 8rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  pointer-events: none;
}
header.header.scroll {
  pointer-events: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
header.header.scroll .header-wrap .top-area {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header.header.active {
  background: rgba(138, 152, 133, 0.9) !important;
}
header.header .header-wrap {
  max-width: 1300px;
  padding: 2.1rem 2rem 0;
  margin: 0 auto;
}
header.header .header-wrap .top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}
header.header .header-wrap .top-area .logo-box {
  width: 26.1rem;
  display: block;
}
header.header .header-wrap .top-area .btn-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 2rem 0 auto;
}
header.header .header-wrap .top-area .btn-box .flex-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header.header .header-wrap .top-area .btn-box .btn {
  -webkit-transition: all 500ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 500ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
}
header.header .header-wrap .top-area .btn-box .txt {
  color: #fff;
  -webkit-transition: all 500ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 500ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  font-size: 1.2rem;
  text-align: center;
}
header.header .header-wrap .top-area .btn-box .flex-inner-1 {
  gap: 0 2rem;
  margin: 0 2rem 0 0;
}
header.header .header-wrap .top-area .btn-box .flex-inner-1 .txt:hover {
  opacity: 0.7;
}
header.header .header-wrap .top-area .btn-box .flex-inner-2 {
  gap: 0 1rem;
}
header.header .header-wrap .top-area .btn-box .flex-inner-2 .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: 10rem;
  height: 3.5rem;
}
header.header .header-wrap .top-area .btn-box .flex-inner-2 .btn.limited {
  background: #7E5800;
  border: 1px solid #7E5800;
}
header.header .header-wrap .top-area .btn-box .flex-inner-2 .btn.request {
  background: #7e0000;
  border: 1px solid #7e0000;
}
header.header .header-wrap .top-area .btn-box .flex-inner-2 .btn.reserve {
  background: #000;
  border: 1px solid #000;
}
header.header .header-wrap .top-area .btn-box .flex-inner-2 .btn.kiran {
  position: relative;
  overflow: hidden;
}
header.header .header-wrap .top-area .btn-box .flex-inner-2 .btn.kiran::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  -webkit-animation: shine 5s infinite;
  animation: shine 5s infinite;
}
@-webkit-keyframes shine {
  0% {
    left: -100%;
  }
  25% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  25% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
header.header .header-wrap .top-area .btn-box .flex-inner-2 .txt {
  color: #fff;
}
header.header .header-wrap .top-area .btn-box .flex-inner-2 .btn:hover {
  background: #fff;
}
header.header .header-wrap .top-area .btn-box .flex-inner-2 .btn:hover .txt {
  color: #9d8c7b;
}

@media screen and (max-width: 750px) {
  header.header {
    height: 70px;
  }
  header.header .header-wrap {
    max-width: none;
    padding: 21px 15px;
  }
  header.header .header-wrap .top-area {
    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;
  }
  header.header .header-wrap .top-area .logo-box {
    width: auto;
    height: 28px;
  }
  header.header .header-wrap .top-area .logo-box .img {
    width: auto;
    height: 100%;
  }
  header.header .header-wrap .top-area .logo-box img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  .float-nav {
    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%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
  }
  .float-nav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 25%;
    height: 100%;
    text-align: center;
    position: relative;
  }
  .float-nav .list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #fff;
  }
  .float-nav .list:first-child::before {
    display: none;
  }
  .float-nav .list span {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.4;
    color: #fff;
    margin: 0 auto;
  }
  .float-nav .list.limited {
    background: #7E5800;
  }
  .float-nav .list.outline {
    background: #231815;
  }
  .float-nav .list.map {
    background: #231815;
  }
  .float-nav .list.tel {
    background: #595757;
  }
  .float-nav .list.request {
    background: #7e0000;
  }
  .float-nav .list.reserve {
    background: #928e65;
  }
  .float-nav .icon-fukidashi {
    width: 14.5rem;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    margin: auto;
  }
}
.info_close {
  padding-top: 5rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .info_close {
    font-size: 2.2rem;
  }
}
.info_close span {
  margin-bottom: 1rem;
  display: block;
}

footer.footer {
  background: #fff;
  position: relative;
}
footer.footer .f_note {
  padding: 5rem 0 0;
}
footer.footer .otherlink-wrap {
  padding-top: 5rem;
}
footer.footer .otherlink-wrap p {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
footer.footer .otherlink-wrap .otherlink .bnr {
  display: block;
  width: 70rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  footer.footer .otherlink-wrap .otherlink .bnr {
    width: 100%;
  }
}
footer.footer .otherlink-wrap .otherlink .bnr + .bnr {
  margin-top: 3rem;
}
footer.footer .bnr-wrap {
  padding: 6.6rem 0 6rem;
}
footer.footer .bnr-wrap .bnr-box .bnr {
  -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: block;
}
footer.footer .bnr-wrap .bnr-box .bnr:hover {
  opacity: 0.7;
}
footer.footer .bnr-wrap .bnr-box .swiper-slide {
  width: 30rem;
  margin-right: 3rem;
}
footer.footer .bnr-wrap .bnr-box .swiper-footer-pagination {
  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;
  margin: 1.4rem 0 0;
}
footer.footer .bnr-wrap .bnr-box .swiper-pagination-bullet {
  margin: 0 0.5rem;
}
footer.footer .bnr-wrap .bnr-box .swiper-pagination-bullet-active {
  background: #201e1e;
}
footer.footer .bnr-wrap .btn_box {
  margin: 6rem 0 0;
}
footer.footer .bnr-wrap .btn_box .com_btn {
  max-width: 800px;
}
footer.footer .bnr-wrap .btn_box .btn {
  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;
  width: 100%;
  height: auto;
}
footer.footer .bnr-wrap .btn_box .btn a {
  width: 42%;
  margin: 0;
  margin-inline: auto;
}
footer.footer .bnr-wrap .btn_box .btn a span {
  margin: auto;
}
@media screen and (max-width: 750px) {
  footer.footer .bnr-wrap .btn_box .btn a {
    width: 80%;
    margin: 0 auto 3rem;
  }
}
footer.footer .link-wrap .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3.4rem;
  height: 3rem;
  background: #595757;
}
footer.footer .link-wrap .nav-ul li {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  height: 100%;
}
footer.footer .link-wrap .nav-ul li a {
  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;
  height: 100%;
}
footer.footer .link-wrap .nav-ul li span.ttl {
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #fff;
  position: relative;
}
footer.footer .link-wrap .nav-ul li:hover {
  opacity: 0.6;
}
footer.footer .link-wrap .nav-ul li.dis {
  opacity: 0.5;
  pointer-events: none;
}
footer.footer .cbtn-wrap {
  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;
  background: #fff;
}
@media screen and (max-width: 750px) {
  footer.footer .cbtn_wrap {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
footer.footer .cbtn_item {
  background: url("../img/common/cbtn_top.jpg") center/cover no-repeat, -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: url("../img/common/cbtn_top.jpg") center/cover no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-blend-mode: multiply;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  aspect-ratio: 445/275;
  padding-top: 2%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 25%;
}
@media screen and (max-width: 750px) {
  footer.footer .cbtn_item {
    width: 33.33%;
    aspect-ratio: 445/375;
  }
}
footer.footer .cbtn_item:nth-child(n+5) {
  width: 20%;
  aspect-ratio: 325/250;
}
@media screen and (max-width: 750px) {
  footer.footer .cbtn_item:nth-child(n+5) {
    width: 33.33%;
    aspect-ratio: 445/375;
  }
}
footer.footer .cbtn_item:hover {
  opacity: 0.7;
}
footer.footer .cbtn_item .lead {
  width: 100%;
  font-size: 3.5rem;
  line-height: 1.4;
  text-align: center;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
  font-family: "EB Garamond", serif;
  position: relative;
}
@media screen and (max-width: 750px) {
  footer.footer .cbtn_item .lead {
    font-size: 3.2rem;
  }
}
footer.footer .cbtn_item .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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "EB Garamond", serif;
  font-size: 1.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1rem;
  line-height: 0.6;
  margin-top: 4.5rem;
  background-color: rgba(146, 142, 101, 0.6);
  padding: 1rem 2rem;
}
@media screen and (max-width: 750px) {
  footer.footer .cbtn_item .btn {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 750px) {
  footer.footer .cbtn_item .btn {
    font-size: 2rem;
  }
}
footer.footer .cbtn_item .btn .arrow_icon {
  -webkit-transform: scaleX(0.4);
          transform: scaleX(0.4);
}
footer.footer .cbtn_item.concept {
  background: url("../img/common/cbtn_concept.jpg") center/cover no-repeat, -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: url("../img/common/cbtn_concept.jpg") center/cover no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
footer.footer .cbtn_item.location {
  background: url("../img/common/cbtn_location.jpg") center/cover no-repeat, -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: url("../img/common/cbtn_location.jpg") center/cover no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
footer.footer .cbtn_item.access {
  background: url("../img/common/cbtn_access.jpg") center/cover no-repeat, -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: url("../img/common/cbtn_access.jpg") center/cover no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
footer.footer .cbtn_item.design {
  background: url("../img/common/cbtn_design.jpg") center/cover no-repeat, -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: url("../img/common/cbtn_design.jpg") center/cover no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
footer.footer .cbtn_item.plan {
  background: url("../img/common/cbtn_plan.jpg") center/cover no-repeat, -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: url("../img/common/cbtn_plan.jpg") center/cover no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
footer.footer .cbtn_item.brand {
  background: url("../img/common/cbtn_brand.jpg") center/cover no-repeat, -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: url("../img/common/cbtn_brand.jpg") center/cover no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
footer.footer .cbtn_item.dis {
  background: url("../img/common/cbtn_dis.jpg") center/cover no-repeat, -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: url("../img/common/cbtn_dis.jpg") center/cover no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
}
footer.footer .cbtn_item.dis .btn {
  background-color: transparent;
}
footer.footer .cbtn_item.dis .lead .lead_inner {
  opacity: 0.2;
}
footer.footer .contact-wrap .tel-box {
  padding: 4.5rem 0 3rem;
}
footer.footer .contact-wrap .tel-box .tel-inner {
  width: 56rem;
  margin: 0 auto;
}
footer.footer .contact-wrap .tel-box .p1 {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}
footer.footer .contact-wrap .tel-box .tel-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.5rem;
  margin: 1.5rem 0 0;
}
footer.footer .contact-wrap .tel-box .tel {
  width: 28rem;
  pointer-events: none;
}
footer.footer .contact-wrap .tel-box .p2 {
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
footer.footer .contact-wrap .tel-box .p3 {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 1rem 0 0;
}
footer.footer .contact-wrap .flex-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 4.5rem;
  padding: 3rem 0 0;
}
footer.footer .contact-wrap .flex-box p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}
footer.footer .contact-wrap .flex-box a {
  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;
  height: 6.2rem;
}
footer.footer .contact-wrap .escon-box p {
  margin-bottom: 0;
}
footer.footer .contact-wrap .escon-box img {
  width: 15.4rem;
}
footer.footer .contact-wrap .li-vest-box p {
  margin-bottom: 0;
}
footer.footer .contact-wrap .li-vest-box img {
  width: 21.3rem;
}
footer.footer .contact-wrap .a-class-box p {
  margin-bottom: 0;
}
footer.footer .contact-wrap .a-class-box img {
  width: 22rem;
}
footer.footer .com-cr-wrap {
  color: #000;
  text-align: center;
  padding: 0 2rem;
  padding: 4.5rem 0 1.5rem;
}
footer.footer .com-cr-wrap .disclaimer {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
footer.footer .com-cr-wrap .copy {
  display: block;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 1rem 0 0;
}

@media (751px <= width < 1181px) {
  footer.footer .link-wrap .nav-ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    padding: 0 2rem;
  }
  footer.footer .link-wrap .nav-ul li span.ttl {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  footer.footer .bnr-wrap {
    padding: 9rem 0;
  }
  footer.footer .bnr-wrap .bnr-box .bnr:hover {
    opacity: 1;
  }
  footer.footer .bnr-wrap .bnr-box .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
  footer.footer .bnr-wrap .bnr-box .swiper-footer-pagination {
    margin: 2.6rem 0 0;
  }
  footer.footer .bnr-wrap .bnr-box .swiper-pagination-bullet {
    margin: 0 1rem;
    width: 1.8rem;
    height: 1.8rem;
  }
  footer.footer .bnr-wrap .btn_box {
    margin: 8rem 0 0;
  }
  footer.footer .link-wrap .nav-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    height: 47rem;
    padding: 6rem 5rem;
  }
  footer.footer .link-wrap .nav-ul li {
    width: 32rem;
    height: 7rem;
  }
  footer.footer .link-wrap .nav-ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  footer.footer .link-wrap .nav-ul li span.ttl {
    font-size: 2.6rem;
  }
  footer.footer .link-wrap .nav-ul li:hover {
    opacity: 1;
  }
  footer.footer .contact-wrap .tel-box {
    padding: 9rem 0 6rem;
  }
  footer.footer .contact-wrap .tel-box .tel-inner {
    width: 100%;
  }
  footer.footer .contact-wrap .tel-box .p1 {
    font-size: 2.2rem;
    letter-spacing: -0.08em;
    text-align: center;
  }
  footer.footer .contact-wrap .tel-box .tel-flex {
    gap: 1.5rem 0;
  }
  footer.footer .contact-wrap .tel-box .tel {
    width: 59rem;
    pointer-events: auto;
  }
  footer.footer .contact-wrap .tel-box .p2 {
    font-size: 2.2rem;
    text-align: center;
  }
  footer.footer .contact-wrap .tel-box .p3 {
    font-size: 2.2rem;
    margin: 2rem 0 0;
  }
  footer.footer .contact-wrap .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9rem 0;
    padding: 6rem 0 0;
  }
  footer.footer .contact-wrap .flex-box p {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  footer.footer .contact-wrap .flex-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }
  footer.footer .contact-wrap .escon-box img {
    width: 30.8rem;
  }
  footer.footer .contact-wrap .li-vest-box img {
    width: 42.6rem;
  }
  footer.footer .contact-wrap .a-class-box img {
    width: 44rem;
  }
  footer.footer .com-cr-wrap {
    padding: 9rem 0 18rem;
  }
  footer.footer .com-cr-wrap .disclaimer {
    letter-spacing: 0.05em;
  }
  footer.footer .com-cr-wrap .copy {
    letter-spacing: 0.05em;
    margin: 1rem 0 0;
  }
}
nav.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);
  opacity: 1;
}
nav.nav-h .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem 5rem;
}
nav.nav-h .nav-ul li {
  position: relative;
}
nav.nav-h .nav-ul li p,
nav.nav-h .nav-ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.8rem;
  padding: 0 1rem;
  position: relative;
}
nav.nav-h .nav-ul li p::before,
nav.nav-h .nav-ul li a::before {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
nav.nav-h .nav-ul li .ttl {
  font-size: 1.2rem;
  letter-spacing: 0;
}
nav.nav-h .nav-ul li.new::before {
  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;
  content: "NEW";
  width: 4rem;
  height: 1.6rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #fff;
  background: rgb(168, 6, 6);
  position: absolute;
  top: -1.1rem;
  left: 0;
  right: 0;
  margin: auto;
}
nav.nav-h .nav-ul li:hover a::before {
  width: 100%;
}
nav.nav-h .nav-ul li.dis {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  nav.nav-h .nav-ul li.dis {
    opacity: 1;
  }
  nav.nav-h .nav-ul li.dis p, nav.nav-h .nav-ul li.dis a {
    opacity: 0.5;
  }
}

#pageQuality nav.nav-h .nav-ul li.quality::after,
#pageType nav.nav-h .nav-ul li.plan::after,
#pagePlan nav.nav-h .nav-ul li.plan::after,
#pageDesign nav.nav-h .nav-ul li.design::after,
#pageAccess nav.nav-h .nav-ul li.access::after,
#pageLocation nav.nav-h .nav-ul li.location::after,
#pageConcept nav.nav-h .nav-ul li.concept::after,
#pageTop nav.nav-h .nav-ul li.top::after {
  opacity: 1;
}

@media (751px <= width < 1240px) {
  nav.nav-h .nav-ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  nav.nav-h .nav-ul li a {
    padding: 0 0.8rem;
  }
  nav.nav-h .nav-ul li .ttl {
    letter-spacing: -0.06em;
  }
}
nav.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: 100vh;
  height: calc(100% - 8rem);
  background: rgba(138, 152, 133, 0.9);
  border-top: 1px solid #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 9998;
  pointer-events: none;
  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;
}
@media screen and (max-width: 750px) {
  nav.nav-h {
    height: calc(100% - 70px);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
nav.nav-h .img_area {
  width: 35%;
  margin-top: auto;
  margin-bottom: auto;
}
nav.nav-h .img_area .img_box {
  width: 34rem;
  height: 55rem;
  margin: 0 0 0 auto;
}
nav.nav-h .img_area .img_box .nav_img {
  width: 100%;
  height: 100%;
}
nav.nav-h .img_area .img_box .nav_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
nav.nav-h .menu_area {
  width: 65%;
  padding: 0 0 0 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8rem;
}
@media screen and (max-width: 750px) {
  nav.nav-h .menu_area {
    width: 100%;
    padding-left: 0;
  }
}
nav.nav-h .nav-ul {
  margin-top: auto;
  width: 57rem;
}
nav.nav-h .nav-ul li {
  width: 26rem;
  height: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
nav.nav-h .nav-ul li::after {
  content: "";
  background: #A90000;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.4rem;
  opacity: 0;
}
nav.nav-h .nav-ul li p,
nav.nav-h .nav-ul li a {
  margin: auto;
  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%;
  height: 100%;
  padding: 0;
}
nav.nav-h .nav-ul li a {
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
nav.nav-h .nav-ul li .ttl {
  font-size: 1.2rem;
  color: #fff;
  padding-left: 1rem;
}
nav.nav-h .nav-ul li .ttl .en {
  font-size: 2.2rem;
}
nav.nav-h .nav-ul li .arrow {
  display: inline-block;
  width: 1.55rem;
  height: 0.3rem;
  translate: -1.5rem 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
nav.nav-h .nav-ul li.new::before {
  width: 8rem;
  height: 4rem;
  font-size: 2.2rem;
  top: 50%;
  left: 2rem;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
nav.nav-h .nav-ul li:hover a {
  opacity: 0.6;
}
nav.nav-h .nav-ul li:hover a .arrow {
  translate: 0 0;
}
@media screen and (max-width: 750px) {
  nav.nav-h .nav-ul {
    margin-top: 0;
    width: 100%;
    gap: 0;
  }
  nav.nav-h .nav-ul li {
    width: 50%;
    height: auto;
    text-align: center;
  }
  nav.nav-h .nav-ul li::after {
    width: 1.4rem;
    height: 1.4rem;
    left: 8rem;
    top: 3rem;
  }
  nav.nav-h .nav-ul li:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  nav.nav-h .nav-ul li .ttl {
    font-size: 2.2rem;
  }
  nav.nav-h .nav-ul li .ttl .en {
    font-size: 3.2rem;
  }
  nav.nav-h .nav-ul li a,
  nav.nav-h .nav-ul li p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.2;
    padding: 2.6rem 0;
  }
  nav.nav-h .nav-ul li a::before {
    background: rgba(255, 255, 255, 0.5);
  }
  nav.nav-h .nav-ul li .arrow {
    display: none;
  }
}
nav.nav-h .btn_box {
  margin-bottom: auto;
  width: 57rem;
}
nav.nav-h .btn_box .com_btn a .btn_txt {
  font-size: 1.6rem;
}
nav.nav-h .btn_box .com_btn a .arrow {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  nav.nav-h .btn_box {
    width: 100%;
  }
  nav.nav-h .btn_box .com_btn a .btn_txt {
    font-size: 2.6rem;
  }
  nav.nav-h .btn_box .com_btn a .arrow {
    font-size: 2.6rem;
  }
}

nav.nav-h.active {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}

button.nav-btn {
  width: 35px;
  height: 15px;
  position: relative;
  top: -1rem;
  right: 0;
  z-index: 9999;
}
@media screen and (max-width: 750px) {
  button.nav-btn {
    top: 0;
  }
}

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

button.nav-btn.active span {
  background-color: #fff;
}

button.nav-btn,
button.nav-btn span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

button.nav-btn span:nth-of-type(2) {
  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(7.5px) rotate(45deg);
            transform: translateY(7.5px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7.5px) rotate(0);
            transform: translateY(7.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(7.5px) rotate(45deg);
            transform: translateY(7.5px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7.5px) rotate(0);
            transform: translateY(7.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
button.nav-btn span:nth-of-type(2) {
  -webkit-animation: btn07-bar03 0.75s forwards;
          animation: btn07-bar03 0.75s forwards;
}

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

@keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
            transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
button.nav-btn.active span:nth-of-type(1) {
  -webkit-animation: active-btn07-bar01 0.75s forwards;
          animation: active-btn07-bar01 0.75s forwards;
}

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

@keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7.5px) rotate(0);
            transform: translateY(7.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7.5px) rotate(45deg);
            transform: translateY(7.5px) rotate(45deg);
  }
}
button.nav-btn.active span:nth-of-type(2) {
  -webkit-animation: active-btn07-bar03 0.75s forwards;
          animation: active-btn07-bar03 0.75s forwards;
}

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

@keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
            transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
}
.com_btn {
  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;
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.com_btn a {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  display: block;
  width: 48%;
  background: #7e0000;
  position: relative;
  text-align: center;
  padding: 2.6rem 0;
  margin-inline: auto;
}
.com_btn a.reserve {
  background: #928e65;
}
.com_btn a .arrow {
  color: #fff;
  display: inline-block;
  font-size: 2.2rem;
  -webkit-transform: scale(0.5, 1.3);
          transform: scale(0.5, 1.3);
}
.com_btn a.kiran {
  position: relative;
  overflow: hidden;
}
.com_btn a.kiran::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  -webkit-animation: shine 5s infinite;
  animation: shine 5s infinite;
}
@keyframes shine {
  0% {
    left: -100%;
  }
  25% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.com_btn .btn_txt {
  -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);
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
}
.com_btn a:hover {
  background: #39332d;
}

.com_btn.flash {
  overflow: hidden;
}
.com_btn.flash a::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  -webkit-animation: shine 4s infinite;
          animation: shine 4s infinite;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  40% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}

@media screen and (max-width: 750px) {
  .com_btn {
    width: 50rem;
  }
  .com_btn a {
    width: 100%;
    padding: 3.6rem 0;
  }
  .com_btn a .arrow {
    font-size: 3.2rem;
  }
  .com_btn .btn_txt {
    font-size: 3.2rem;
  }
  .com_btn a:hover {
    background: #9d8c7b;
  }
}
.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;
}

.com-cap.w100 {
  right: 2.5rem;
}

.com-cap.left.w100 {
  left: 2.5rem;
}

@media screen and (max-width: 750px) {
  .com-cap {
    font-size: 2rem;
    bottom: 1rem;
    right: 1rem;
  }
  .com-cap.left {
    left: 1rem;
  }
  .com-cap.w100 {
    right: 1rem;
  }
  .com-cap.left.w100 {
    left: 1rem;
  }
}
.com-note {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.2;
}
.com-note.right {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .com-note {
    font-size: 2rem;
  }
}
.com-ttl {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 0 0 4rem;
  position: relative;
  font-weight: normal;
}
.com-ttl::before {
  content: "";
  width: 6.7rem;
  height: 1px;
  background: #231815;
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.com-lead {
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  margin: 3rem 0 0;
  font-weight: normal;
}
.com-lead span {
  font-size: 4.2rem;
}

.com-txt {
  font-size: 1.9rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.com-txt sup {
  font-size: 1.2rem;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  display: inline-block;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (max-width: 750px) {
  .com-ttl {
    font-size: 3.8rem;
    padding: 0 0 5rem;
  }
  .com-ttl::before {
    width: 10rem;
  }
  .com-lead {
    font-size: 3.2rem;
    margin: 4rem 0 0;
  }
  .com-txt {
    font-size: 3rem;
  }
}
.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: 100rem;
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .com-content {
    width: 75rem;
    padding: 0 4rem;
  }
}
.com-loadwrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #fff;
  opacity: 1;
}
.com-loadwrap.no_active {
  -webkit-animation-name: loadAnime;
          animation-name: loadAnime;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
@keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}

.com_intro_wrap {
  padding: 9rem 0 11rem;
}

.m_img .img_box,
.com_main_wrap .img_box {
  width: 100%;
  height: 72rem;
  position: relative;
  overflow: hidden;
}
.m_img .img_box .img,
.com_main_wrap .img_box .img {
  width: 100%;
  height: calc(100% + 200px);
  position: relative;
}
.m_img .img_box .img_bg::after,
.com_main_wrap .img_box .img_bg::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply;
  content: "";
  z-index: 2;
}
.m_img .img_box .img_bg video,
.com_main_wrap .img_box .img_bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}
.m_img .img_box img,
.com_main_wrap .img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: -1;
}
.m_img .com-ttl,
.com_main_wrap .com-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4.5rem;
  z-index: 3;
}
.m_img .com-ttl::before,
.com_main_wrap .com-ttl::before {
  display: none;
}
.m_img .com-ttl.concept,
.com_main_wrap .com-ttl.concept {
  width: 80%;
  max-width: 600px;
}
.m_img.act .img_box img,
.com_main_wrap.act .img_box img {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
}

#pageMap .com_intro_wrap .copy_box .ttl,
#pageOutline .com_intro_wrap .copy_box .ttl {
  padding: 0;
}
#pageMap .com_intro_wrap .copy_box .ttl::before,
#pageOutline .com_intro_wrap .copy_box .ttl::before {
  display: none;
}

@media screen and (max-width: 750px) {
  .com_main_wrap .img_box {
    height: 80rem;
  }
  .com_main_wrap .img_box .img {
    height: calc(100% + 80px);
  }
  #pageAccess .com_main_wrap .img_box img {
    -o-object-position: -60vw center;
       object-position: -60vw center;
  }
}
.com_bg_wrap {
  width: 100vw;
  height: 100vh;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
}
.com_bg_wrap .bg_box {
  width: 100%;
  height: 100%;
}
.com_bg_wrap .bg_box .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 110%;
  height: 110%;
}
.com_bg_wrap .bg_box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  -webkit-animation: 2s ease-in-out infinite alternate bgAnime;
          animation: 2s ease-in-out infinite alternate bgAnime;
}
@-webkit-keyframes bgAnime {
  0% {
    -webkit-transform: scale(1) translateY(-30px) translateX(-25px);
            transform: scale(1) translateY(-30px) translateX(-25px);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
  100% {
    -webkit-transform: scale(1) translateY(30px) translateX(25px);
            transform: scale(1) translateY(30px) translateX(25px);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes bgAnime {
  0% {
    -webkit-transform: scale(1) translateY(-30px) translateX(-25px);
            transform: scale(1) translateY(-30px) translateX(-25px);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
  100% {
    -webkit-transform: scale(1) translateY(30px) translateX(25px);
            transform: scale(1) translateY(30px) translateX(25px);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

@media screen and (max-width: 750px) {
  .com_bg_wrap .bg_box .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    margin: auto;
    width: 130%;
    height: 130%;
  }
}
.com_plan_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.com_plan_outer .plan {
  width: 31rem;
}
.com_plan_outer a {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  height: 100%;
  display: block;
  background: #eeefef;
  border: 1px solid #eeefef;
}
.com_plan_outer .spec_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 1.4rem 1rem 1.6rem 1.8rem;
}
.com_plan_outer .spec_1 .ttl {
  font-size: 1.3rem;
  text-align: center;
}
.com_plan_outer .spec_1 .ttl .s1 {
  font-size: 4.5rem;
  color: #8c9884;
}
.com_plan_outer .spec_1 .ttl .s2 {
  font-size: 1.4rem;
  color: #8c9884;
  border-top: 2px solid #8c9884;
  display: block;
  padding: 0.5rem 0 0;
  margin: 1rem 0 0;
}
.com_plan_outer .spec_1 .ttl .s3 {
  font-size: 2.4rem;
}
.com_plan_outer .spec_1 .data {
  width: 16rem;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: right;
}
.com_plan_outer .spec_1 .data .s1 {
  font-size: 2.7rem;
}
.com_plan_outer .spec_2 {
  -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);
  font-size: 1.4rem;
  text-align: center;
  background: #8c9884;
  color: #fff;
  padding: 0.8rem 0 1rem;
}
.com_plan_outer .spec_2 .s1 {
  font-size: 2.5rem;
}
.com_plan_outer .plan.menu .spec_1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.com_plan_outer .plan:hover a {
  background: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgb(238, 239, 239);
          box-shadow: 0px 5px 15px 0px rgb(238, 239, 239);
}
.com_plan_outer .plan:hover .spec_2 {
  background: #656d60;
}

@media screen and (max-width: 750px) {
  .com_plan_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: 1.5rem 0;
  }
  .com_plan_outer .plan {
    width: 56rem;
  }
  .com_plan_outer .spec_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 1.4rem 2rem 1.8rem 4.8rem;
  }
  .com_plan_outer .spec_1 .ttl {
    font-size: 2rem;
  }
  .com_plan_outer .spec_1 .ttl .s1 {
    font-size: 6.2rem;
  }
  .com_plan_outer .spec_1 .ttl .s2 {
    font-size: 1.7rem;
    border-top: unset;
    display: inline-block;
    padding: 0;
    margin: 0 0 0 2rem;
  }
  .com_plan_outer .spec_1 .ttl .s3 {
    font-size: 3.5rem;
  }
  .com_plan_outer .spec_1 .data {
    width: 22rem;
    font-size: 2.4rem;
  }
  .com_plan_outer .spec_1 .data .s1 {
    font-size: 3.1rem;
  }
  .com_plan_outer .spec_2 {
    font-size: 2rem;
    padding: 1.2rem 0 1.4rem;
  }
  .com_plan_outer .spec_2 .s1 {
    font-size: 3rem;
  }
  .com_plan_outer .plan.menu .spec_1 {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .com_plan_outer .plan:hover a {
    background: #fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(238, 239, 239);
            box-shadow: 0px 5px 15px 0px rgb(238, 239, 239);
  }
  .com_plan_outer .plan:hover .spec_2 {
    background: #656d60;
  }
}
.c-backtop {
  display: none;
  position: fixed;
  bottom: 2.5rem;
  right: 20px;
  z-index: 9999;
  width: 60px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 750px) {
  .c-backtop {
    width: 50px;
    right: 5px;
    bottom: 11rem;
  }
}
.c-backtop:hover {
  opacity: 0.7;
}

.topics_wrap {
  background: #fff;
  padding: 6rem 0 0;
}
.topics_wrap .topics_area {
  width: 79rem;
  font-weight: 500;
  display: block;
  margin: 0 auto;
}
.topics_wrap .topics_area .ttl_box {
  text-align: center;
  position: relative;
}
.topics_wrap .topics_area .ttl_box::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #77131b;
  position: absolute;
  top: 50%;
  left: 0;
}
.topics_wrap .topics_area .ttl_box .ttl_inner {
  line-height: 1.6;
  background: #fff;
  display: inline-block;
  padding: 0 1rem;
  position: relative;
}
.topics_wrap .topics_area .ttl_box .ttl {
  font-size: 2.6rem;
  color: #77131b;
}
.topics_wrap .topics_area .ttl_box .sub_ttl {
  font-size: 1.6rem;
}
.topics_wrap .topics_area .topics_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.6rem 0 0;
}
.topics_wrap .topics_area .topics_box .img {
  width: 40rem;
}
.topics_wrap .topics_area .topics_box .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.topics_wrap .topics_area .topics_box .copy {
  width: calc(100% - 40rem);
  background: #efeddf;
  text-align: center;
  padding: 2rem 2rem;
}
.topics_wrap .topics_area .topics_box .p1 {
  font-size: 2rem;
  line-height: 1.5;
  color: #77131b;
}
.topics_wrap .topics_area .topics_box .inner_copy {
  background: #fff;
  border-radius: 0.6rem;
  padding: 0.5rem 0.5rem 1.5rem;
  margin: 1.5rem 0 0;
}
.topics_wrap .topics_area .topics_box .p2 {
  font-size: 1.2rem;
  color: #fff;
  background: #847c4f;
  border-radius: 0.6rem 0.6rem 0 0;
  padding: 0.7rem 0;
}
.topics_wrap .topics_area .topics_box .p3 {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 1.4rem 0 0;
}
.topics_wrap .topics_area .topics_box .line {
  position: relative;
  z-index: 1;
}
.topics_wrap .topics_area .topics_box .line::before {
  content: "";
  width: 100%;
  height: 0.5rem;
  background: #efeddf;
  border-radius: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.topics_wrap .topics_area .topics_box .line:first-child::before {
  border-radius: 100vh 0 0 100vh;
}
.topics_wrap .topics_area .topics_box .line_2::before {
  border-radius: 0 100vh 100vh 0;
}
.topics_wrap .topics_area .btn_box {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6rem;
  background: #77131b;
  position: relative;
}
.topics_wrap .topics_area .btn_box .btn_txt {
  font-size: 2.2rem;
  color: #fff;
}
.topics_wrap .topics_area .btn_box .arrow {
  width: 1.1rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.topics_wrap .topics_area .btn_box:hover {
  background: #000;
}

@media screen and (max-width: 750px) {
  .topics_wrap {
    padding: 4rem 0 0;
  }
  .topics_wrap .topics_area {
    width: 100%;
  }
  .topics_wrap .topics_area .ttl_box .ttl {
    font-size: 3.6rem;
  }
  .topics_wrap .topics_area .ttl_box .sub_ttl {
    font-size: 2.6rem;
  }
  .topics_wrap .topics_area .topics_box {
    margin: 3rem 0 0;
  }
  .topics_wrap .topics_area .topics_box .img {
    width: 100%;
  }
  .topics_wrap .topics_area .topics_box .copy {
    width: 100%;
    padding: 3rem 3rem 4rem;
  }
  .topics_wrap .topics_area .topics_box .p1 {
    font-size: 3rem;
  }
  .topics_wrap .topics_area .topics_box .inner_copy {
    border-radius: 1.6rem;
    padding: 2rem 2rem 3rem;
    margin: 2rem 0 0;
  }
  .topics_wrap .topics_area .topics_box .p2 {
    font-size: 2.4rem;
    border-radius: 1.6rem 1.6rem 0 0;
    padding: 1.4rem 0;
  }
  .topics_wrap .topics_area .topics_box .p3 {
    font-size: 2.4rem;
    margin: 1.4rem 0 0;
  }
  .topics_wrap .topics_area .topics_box .line {
    position: relative;
    z-index: 1;
  }
  .topics_wrap .topics_area .topics_box .line::before {
    height: 1.3rem;
  }
  .topics_wrap .topics_area .topics_box .line:first-child::before {
    border-radius: 100vh;
  }
  .topics_wrap .topics_area .topics_box .line_2::before {
    border-radius: 100vh;
  }
  .topics_wrap .topics_area .btn_box {
    height: 8rem;
  }
  .topics_wrap .topics_area .btn_box .btn_txt {
    font-size: 3rem;
    letter-spacing: 0;
  }
  .topics_wrap .topics_area .btn_box .arrow {
    width: 1.6rem;
    right: 3rem;
  }
}
.com_action_box {
  margin: 3.5rem 0 0;
}
.com_action_box .copy {
  text-align: center;
}
.com_action_box .copy .p1 {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #eada7d;
}
@media screen and (max-width: 750px) {
  .com_action_box .copy .p1 {
    font-size: 3rem;
  }
}
.com_action_box .copy .p1 .s1 {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .com_action_box .copy .p1 .s1 {
    font-size: 2.6rem;
  }
}
.com_action_box .copy .p2 {
  font-size: 1.5rem;
  color: #fff;
  margin: 2rem 0 0;
}
@media screen and (max-width: 750px) {
  .com_action_box .copy .p2 {
    font-size: 2.6rem;
    margin: 3rem 0 0;
  }
}
.com_action_box .copy .btn {
  width: 30rem;
  height: 6.5rem;
  margin: 2.4rem auto 0;
}
@media screen and (max-width: 750px) {
  .com_action_box .copy .btn {
    width: 50rem;
    height: 10rem;
    margin: 3rem auto 0;
  }
}
.com_action_box .copy .btn_txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .com_action_box .copy .btn_txt {
    font-size: 2.6rem;
  }
}
.com_action_box .copy .btn_txt_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17rem;
  height: 2.4rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #eada7d;
  border: 1px solid #eada7d;
  margin: 0.8rem auto 0;
}
@media screen and (max-width: 750px) {
  .com_action_box .copy .btn_txt_2 {
    width: 35rem;
    height: 4rem;
    font-size: 2rem;
  }
}
.com_action_box .copy .btn:hover a {
  -webkit-filter: brightness(110%) saturate(150%);
          filter: brightness(110%) saturate(150%);
  background: #77131b;
}
.com_action_box .price {
  color: #fff;
  letter-spacing: 0.16em;
  display: inline-block;
  padding: 4rem 0 0;
  position: relative;
}
.com_action_box .price .s1 {
  font-size: 1rem;
  letter-spacing: 0.02em;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  vertical-align: text-top;
  padding: 0.7rem 1rem;
  margin: 0 1.4rem 0 0;
}
.com_action_box .price .s2 {
  font-size: 2.8rem;
}
.com_action_box .price .s3 {
  font-size: 4rem;
  color: #eada7d;
}
.com_action_box .price .s4 {
  font-size: 2.2rem;
}
.com_action_box .price .note {
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .com_action_box .price {
    text-align: center;
    letter-spacing: 0.07em;
    padding: 0 0 1.5rem;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 5rem 0 0;
  }
  .com_action_box .price .s1 {
    font-size: 2rem;
    text-align: left;
    border: none;
    margin: 0 0 1rem;
  }
  .com_action_box .price .s2 {
    font-size: 3rem;
  }
  .com_action_box .price .s3 {
    font-size: 4.6rem;
  }
  .com_action_box .price .s4 {
    font-size: 2.6rem;
  }
  .com_action_box .price .note {
    bottom: 0;
    font-size: 2rem;
  }
}
.com_action_box .res_table {
  width: 40rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 750px) {
  .com_action_box .res_table {
    width: 100%;
  }
}
.com_action_box .table_txt {
  font-size: 1.1rem;
  text-align: right;
  color: #fff;
  margin: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  .com_action_box .table_txt {
    font-size: 2rem;
    margin: 1.6rem 0 0;
  }
}

.modal__overlay {
  z-index: 10;
}

.modal__container {
  position: relative;
  max-width: 1300px;
  width: 95%;
  height: 80vh;
  background: none !important;
  overflow-y: scroll !important;
  padding: 6rem 0;
}
@media screen and (max-width: 750px) {
  .modal__container {
    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;
    padding: 0 !important;
    max-height: none !important;
    height: calc(100dvh - 70px - 50px) !important;
  }
}

.modal__content {
  width: 90%;
  max-height: none !important;
  padding: 7rem 0 0 !important;
  margin: 0 auto !important;
  position: relative;
}
.modal-close {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 5rem;
  position: absolute;
  top: 0;
  right: 0;
}

.modal-close::before {
  content: "✕";
}

/*動き*/
.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_scale {
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.m_scale_on {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
}

figure.m_scale {
  overflow: hidden;
}
figure.m_scale img {
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
figure.m_scale.m_scale_on img {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
}

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

@keyframes mask-animation {
  0% {
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}
@media screen and (min-width: 769px) {
  .m_op_d1 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .m_op_d2 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .m_op_d3 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .m_op_d4 {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .m_op_d5 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .m_op_d6 {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .m_op_d7 {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .m_op_d8 {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .m_op_d9 {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
}
figure {
  position: relative;
}
figure .p_fig-capB-right {
  position: absolute;
  color: black;
  font-size: 12px;
  bottom: 4px;
  right: 8px;
  line-height: 1.3;
  z-index: 2;
}
@media screen and (max-width: 1025px) {
  figure .p_fig-capB-right {
    font-size: 10px;
  }
  figure .p_fig-capB-right.__spWhiteBg {
    color: white;
    background-color: black;
    right: 0;
    bottom: 0;
    padding: 5px;
  }
}
figure .p_fig-cap-right {
  position: absolute;
  font-size: 12px;
  bottom: 4px;
  right: 8px;
  line-height: 1.3;
  z-index: 2;
  color: white;
  text-align: right;
}
@media screen and (max-width: 750px) {
  figure .p_fig-cap-right {
    font-size: 10px;
    color: black;
  }
}
figure .p_fig-capW-right {
  position: absolute;
  font-size: 12px;
  bottom: 4px;
  right: 8px;
  line-height: 1.3;
  z-index: 2;
  color: white;
  text-align: right;
}
@media screen and (max-width: 1025px) {
  figure .p_fig-capW-right {
    font-size: 10px;
  }
}
figure .p_fig-capW-outRight {
  display: block;
  text-align: right;
  font-size: 12px;
  margin: 5px 0 0;
}
@media screen and (max-width: 1025px) {
  figure .p_fig-capW-outRight {
    font-size: 10px;
    margin: 8px 0 0;
  }
}
figure .p_fig-capB-left {
  position: absolute;
  left: 8px;
  bottom: 4px;
  font-size: 12px;
  color: black;
  line-height: 1.3;
  z-index: 2;
}
@media screen and (max-width: 1025px) {
  figure .p_fig-capB-left {
    font-size: 10px;
  }
}
figure .p_fig-capW-left {
  position: absolute;
  left: 8px;
  bottom: 4px;
  font-size: 12px;
  line-height: 1.3;
  z-index: 2;
  color: white;
}
@media screen and (max-width: 1025px) {
  figure .p_fig-capW-left {
    font-size: 10px;
  }
}
figure .p_fig-capBg-left {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(black), to(transparent));
  background-image: linear-gradient(to right, black, transparent);
  padding: 10px;
  color: white;
  font-size: 12px;
  line-height: 1.3;
  z-index: 2;
}
@media screen and (max-width: 1025px) {
  figure .p_fig-capBg-left {
    font-size: 10px;
  }
}
figure .p_fig-capBg-right {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(black), to(transparent));
  background-image: linear-gradient(to left, black, transparent);
  padding: 10px;
  text-align: right;
  color: white;
  font-size: 12px;
  line-height: 1.3;
  z-index: 2;
}
@media screen and (max-width: 1025px) {
  figure .p_fig-capBg-right {
    font-size: 10px;
  }
}

.p_main {
  padding: 130px 0 0;
}
@media screen and (max-width: 1025px) {
  .p_main {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .p_main {
    padding: 60px 0 0;
  }
}

.p_ttl {
  text-align: center;
  letter-spacing: 1px;
  padding: 100px 0;
  font-size: 45px;
}
@media screen and (max-width: 1025px) {
  .p_ttl {
    padding: 60px 0;
  }
}
@media screen and (max-width: 750px) {
  .p_ttl {
    padding: 40px 0;
    font-size: 25px;
  }
}

.p_txt {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out 0.5s;
  transition: opacity 1s ease-in-out 0.5s; /* opacityの変化をアニメーション化するためのトランジション */
}

.p_txt.__show {
  opacity: 1;
}

.p_mv {
  position: relative;
  overflow: hidden;
}
.p_mv.__white::after {
  display: none;
}
.p_mv.__white h3 {
  color: white;
  text-shadow: 0px 0px 10px white;
}
.p_mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: radial-gradient(closest-side, white, transparent, transparent);
  width: 100%;
  height: 100%;
}
.p_mv h3 {
  position: absolute;
  top: 53%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -53%);
          transform: translate(-50%, -53%);
  width: 100%;
  color: #8A7657;
  text-align: center;
  font-size: 45px;
  letter-spacing: 5px;
  font-weight: 500;
}
.p_mv-img img {
  -webkit-animation: 1.8s fadeInKv 0s forwards;
          animation: 1.8s fadeInKv 0s forwards;
}
@media screen and (max-width: 1025px) {
  .p_mv h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 750px) {
  .p_mv h3 {
    font-size: 25px;
    text-shadow: 0.5px 0.5px 10px white;
  }
}

@-webkit-keyframes fadeInKv {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeInKv {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p_lead {
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.5;
  padding: 80px 0;
  font-size: 25px;
}
@media screen and (max-width: 1025px) {
  .p_lead {
    padding: 60px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .p_lead {
    padding: 40px 0;
    font-size: 14px;
  }
}

.p_ctns {
  padding: 70px 0;
}
.p_ctns:last-of-type {
  padding: 70px 0 0;
}
@media screen and (max-width: 1025px) {
  .p_ctns {
    padding: 30px 0;
  }
  .p_ctns:last-of-type {
    padding: 30px 0 0;
  }
}
.p_ctns-ttl {
  font-size: 45px;
  margin: 0 0 30px;
  color: #C39A70;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .p_ctns-ttl {
    font-size: 40px;
    margin: 0 0 50px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .p_ctns-ttl {
    font-size: 30px;
    margin: 0 0 15px;
  }
}
.p_ctns-txt {
  line-height: 1.7;
  text-align: center;
}
.p_ctns-txt dt {
  font-size: 20px;
  margin: 0 0 20px;
}
.p_ctns-txt dd {
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 1025px) {
  .p_ctns-txt dt {
    margin: 0 0 15px;
  }
  .p_ctns-txt dd {
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .p_ctns-txt dt {
    font-size: 15px;
  }
  .p_ctns-txt dd {
    font-size: 13px;
  }
}

.p_ctnsBg {
  background-color: white;
}

.sa {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sa--up {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}

#pageTop .header a.logo-box {
  display: none;
}
#pageTop .mv {
  position: relative;
  aspect-ratio: 1920/1080;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #pageTop .mv {
    aspect-ratio: 1080/1780;
  }
}
#pageTop .mv_media {
  position: absolute;
  inset: 0;
}
#pageTop .mv_media .jsMV_video,
#pageTop .mv_media .jsMV_image_sp,
#pageTop .mv_media .jsMV_image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
#pageTop .mv_media .jsMV_video {
  z-index: 4;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#pageTop .mv_media .jsMV_image_sp,
#pageTop .mv_media .jsMV_image {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1.8s;
  transition: opacity 1.8s;
}
#pageTop .mv_media .jsMV_image_sp.m_scale,
#pageTop .mv_media .jsMV_image.m_scale {
  -webkit-transition: all 5s;
  transition: all 5s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-filter: blur(0);
          filter: blur(0);
}
#pageTop .mv_media .jsMV_image_sp.m_scale img,
#pageTop .mv_media .jsMV_image.m_scale img {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1.13);
          transform: scale(1.13);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
#pageTop .mv_media .jsMV_image_sp.m_scale_on,
#pageTop .mv_media .jsMV_image.m_scale_on {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#pageTop .mv button {
  position: absolute;
  top: 10rem;
  right: 2rem;
  background: white;
  color: #231815;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  padding: 0.8rem 2rem;
  display: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 4;
}
@media screen and (max-width: 750px) {
  #pageTop .mv button {
    top: 2rem;
    font-size: 2.6rem;
  }
}
#pageTop .mv button.active {
  display: inline-block;
}
#pageTop .mv button:hover {
  opacity: 0.6;
}
#pageTop .mv #soundBtn {
  right: 12rem;
  padding: 0.3rem 2.85rem;
}
#pageTop .mv #soundBtn .icon {
  height: 2.6rem;
  display: none;
}
#pageTop .mv #soundBtn.is-on .icon-on {
  display: inline-block;
}
#pageTop .mv #soundBtn.is-off .icon-off {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  #pageTop .mv #soundBtn {
    right: 15rem;
    padding: 0.3rem 3.8rem;
  }
  #pageTop .mv #soundBtn .icon {
    height: 3.6rem;
  }
}
#pageTop.mv-afterVideo .mv_txt {
  opacity: 1;
  translate: -50% 0;
  z-index: 10;
}
#pageTop.mv-afterVideo .mv_txt_2_1 {
  z-index: 11;
}
#pageTop.mv-afterVideo #jsMV .mv_media video {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#pageTop.mv-ready .mv_media .jsMV_video {
  opacity: 0;
}
#pageTop.mv-ready .mv_media .jsMV_image_sp,
#pageTop.mv-ready .mv_media .jsMV_image {
  opacity: 1;
}
#pageTop.mv-showVideo #jsMV .mv_media video {
  opacity: 1;
}
#pageTop.mv-instantHide #jsMV .mv_media .jsMV_image_sp,
#pageTop.mv-instantHide #jsMV .mv_media .jsMV_image {
  -webkit-transition: none !important;
  transition: none !important;
}
#pageTop.mv-instantHide #jsMV .mv_txt {
  -webkit-transition: none !important;
  transition: none !important;
}
#pageTop .float_bnr {
  position: relative;
}
#pageTop .float_bnr_wrap {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  width: 37rem;
  position: fixed;
  left: 1rem;
  bottom: 40px;
  z-index: 10;
  opacity: 0;
}
#pageTop .float_bnr_wrap.close {
  display: none;
}
#pageTop .float_bnr_wrap.scroll {
  opacity: 1;
}
#pageTop .float_bnr .bnr {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#pageTop .float_bnr .bnr:hover {
  opacity: 0.7;
}
#pageTop .float_bnr .close_btn {
  position: absolute;
  left: 0;
  bottom: 102%;
  background: #fff;
  color: #231815;
  text-align: center;
  width: 3rem;
  height: 3rem;
  font-size: 2.4rem;
  line-height: 1.2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#pageTop .float_bnr .close_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  #pageTop .float_bnr_wrap {
    width: 54rem;
    bottom: 60px;
    right: 2rem;
    left: auto;
  }
  #pageTop .float_bnr .close_btn {
    width: 4rem;
    height: 4rem;
    font-size: 3.4rem;
    line-height: 1;
  }
}
#pageTop .merit_wrap {
  position: relative;
  padding: 6rem 0;
}
#pageTop .merit_wrap .action {
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.15em;
  border-bottom: 0.1rem solid #8c9884;
  padding-bottom: 4rem;
}
#pageTop .merit_wrap .com_btn {
  margin-top: 7rem;
}
#pageTop .merit_wrap .merits {
  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;
  row-gap: 3rem;
  margin-top: 8rem;
}
#pageTop .merit_wrap .merits .merit {
  width: 32%;
  padding: 2rem 0;
  background: #8c9884;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#pageTop .merit_wrap .merits .merit p {
  color: #fff;
  margin: auto;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
#pageTop .merit_wrap .merits .merit p .cap {
  bottom: -1.4rem;
  right: 0;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_wrap .action {
    font-size: 5rem;
  }
  #pageTop .merit_wrap .merits .merit {
    width: 100%;
    padding: 3.4rem 0;
  }
  #pageTop .merit_wrap .merits .merit p {
    font-size: 2.7rem;
  }
  #pageTop .merit_wrap .merits .merit p .cap {
    bottom: -2.6rem;
  }
}
#pageTop .info_wrap {
  position: relative;
  padding: 8rem 0;
}
#pageTop .info_wrap .info_ttl {
  text-align: center;
  font-size: 1.8rem;
  color: #231815;
  margin-bottom: 3rem;
  font-weight: normal;
}
#pageTop .info_wrap .info_txt {
  text-align: center;
  font-size: 1.8rem;
}
#pageTop .info_wrap .moments {
  display: block;
  margin: 4rem auto 0;
  max-width: 580px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#pageTop .info_wrap .moments p {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  background: #999999;
  padding: 1rem;
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap .moments p {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap .info_ttl {
    font-size: 2.8rem;
  }
  #pageTop .info_wrap .info_txt {
    font-size: 2.8rem;
  }
}
#pageTop {
  /* ===== TVCM modal ===== */
}
#pageTop .cBtn_wrap .cBtn {
  position: relative;
  aspect-ratio: 1300/600;
}
#pageTop .cBtn_wrap .cBtn_bg {
  position: absolute;
  width: 100%;
  inset: 0;
}
#pageTop .cBtn_wrap .cBtn_txt_wrap {
  position: absolute;
  right: 0;
  top: 10rem;
}
#pageTop .cBtn_wrap .cBtn_txt {
  position: relative;
  padding: 7rem 12rem;
}
#pageTop .cBtn_wrap .cBtn_txt_bg {
  width: 100%;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  mix-blend-mode: multiply;
  z-index: 1;
}
#pageTop .cBtn_wrap .cBtn_t1 {
  position: relative;
  color: #908c65;
  font-size: 2.6rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
}
#pageTop .cBtn_wrap .cBtn_t2 {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  z-index: 2;
}
#pageTop .cBtn_wrap .cBtn_link {
  display: block;
  background: rgba(146, 142, 101, 0.5);
  padding: 1rem 2rem;
  position: relative;
  z-index: 2;
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
}
#pageTop .cBtn_wrap .cBtn_link .txt {
  color: #fff;
  font-size: 1.4rem;
}
#pageTop .cBtn_wrap .cBtn_link .arrow {
  color: #fff;
  font-size: 2rem;
  scale: 0.5 1;
  translate: 0 -50%;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
}
#pageTop .cBtn_wrap .cBtn_link:hover {
  opacity: 0.7;
}
#pageTop .cBtn_wrap .cBtn_link:hover .arrow {
  right: 0.5rem;
}
#pageTop .cBtn_wrap .cBtn.even .cBtn_txt_wrap {
  right: inherit;
  left: 0;
}
@media screen and (max-width: 750px) {
  #pageTop .cBtn_wrap .cBtn {
    aspect-ratio: 750/750;
  }
  #pageTop .cBtn_wrap .cBtn_bg img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #pageTop .cBtn_wrap .cBtn_txt {
    padding: 5rem 10rem;
  }
  #pageTop .cBtn_wrap .cBtn_t1 {
    font-size: 3.6rem;
  }
  #pageTop .cBtn_wrap .cBtn_t2 {
    font-size: 2.5rem;
  }
  #pageTop .cBtn_wrap .cBtn_link .txt {
    font-size: 2.4rem;
  }
  #pageTop .cBtn_wrap .cBtn_link .arrow {
    font-size: 3rem;
  }
}
#pagePlan main {
  padding: 9rem 0 0;
}
@media screen and (max-width: 750px) {
  #pagePlan main {
    padding: 13rem 0 0;
  }
}
#pagePlan .main_wrap {
  z-index: 1;
}
#pagePlan .main_wrap .main_box {
  padding: 10rem 0 0;
}
#pagePlan .main_wrap .main_box .ttl {
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #pagePlan .main_wrap .main_box {
    padding: 10rem 0 0;
  }
  #pagePlan .main_wrap .main_box .ttl {
    font-size: 2.8rem;
  }
}
#pagePlan .plan_wrap {
  margin: -11rem 0 0;
}
#pagePlan .plan_wrap .plan_area .plan_box {
  margin: 6rem 0 14rem;
}
#pagePlan .plan_wrap .plan_area .plan_box .plan_outer {
  gap: 1.5rem;
  margin: 5rem 0 0;
}
#pagePlan .plan_wrap .plan_area .plan_box .plan_outer:first-child {
  margin: 0;
}
@media screen and (max-width: 750px) {
  #pagePlan .plan_wrap {
    margin: -8rem 0 0;
  }
  #pagePlan .plan_wrap .plan_area .plan_box {
    margin: 6rem 0 10rem;
  }
  #pagePlan .plan_wrap .plan_area .plan_box .plan_outer {
    margin: 6rem 0 0;
  }
}
#pageType .main_wrap .main_box {
  padding: 15rem 0 10rem;
}
#pageType .main_wrap .main_box .ttl {
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #pageType .main_wrap .main_box {
    padding: 10rem 0;
  }
  #pageType .main_wrap .main_box .ttl {
    font-size: 2.8rem;
  }
}
#pageType .type_wrap .type_area .spec_box_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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8rem;
}
#pageType .type_wrap .type_area .spec_box {
  position: relative;
}
#pageType .type_wrap .type_area .spec_box .spec_box_innre {
  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;
}
#pageType .type_wrap .type_area .spec_box .spec_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;
  text-align: center;
  border-right: 2px solid rgba(140, 152, 132, 0.5);
}
#pageType .type_wrap .type_area .spec_box .spec_1 .ttl {
  width: 100%;
  font-size: 1.3rem;
}
#pageType .type_wrap .type_area .spec_box .spec_1 .ttl .s1 {
  font-size: 6.2rem;
  color: #8c9884;
}
#pageType .type_wrap .type_area .spec_box .spec_1 .ttl .s2 {
  font-size: 1.9rem;
  letter-spacing: 0;
  color: #8c9884;
  margin: 0 1rem 0 2rem;
}
#pageType .type_wrap .type_area .spec_box .spec_1 .ttl .s3 {
  font-size: 3.1rem;
}
#pageType .type_wrap .type_area .spec_box .spec_1 .s4 {
  font-size: 1.9rem;
  display: block;
  border-top: 3px solid #8c9884;
  padding: 1.6rem 0 0.5rem;
  margin: 1.6rem 0 0;
}
#pageType .type_wrap .type_area .spec_box .spec_1 .s5 {
  font-size: 3.1rem;
}
#pageType .type_wrap .type_area .spec_box .spec_outer {
  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;
  padding: 0 0 0 2rem;
}
#pageType .type_wrap .type_area .spec_box .spec_outer .p0 {
  font-size: 1.8rem;
  color: #9a996e;
  margin: 0 0 -0.5rem;
}
#pageType .type_wrap .type_area .spec_box .spec_outer .spec_2 {
  font-size: 1.4rem;
}
#pageType .type_wrap .type_area .spec_box .spec_outer .spec_2 .s1 {
  font-size: 3rem;
}
#pageType .type_wrap .type_area .spec_box .spec_outer .p1 {
  font-size: 1.4rem;
  letter-spacing: 0;
  margin: 0.5rem 0 1.4rem;
}
#pageType .type_wrap .type_area .spec_box .spec_outer .p2 {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
}
#pageType .type_wrap .type_area .torikago_box {
  width: 50rem;
}
#pageType .type_wrap .type_area .copy_box {
  margin: 6rem 0 0;
  position: relative;
}
#pageType .type_wrap .type_area .copy_box .copy {
  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: 65rem;
  height: 4.4rem;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  background: #8c9884;
  margin: 1.6rem auto 0;
}
#pageType .type_wrap .type_area .type_box {
  margin: 5rem auto 0;
  position: relative;
}
#pageType .type_wrap .type_area .type_box .img {
  margin: 0 auto;
}
#pageType .type_wrap .type_area .type_box.type_a {
  width: 55.62rem;
}
#pageType .type_wrap .type_area .type_box.type_a_1 {
  width: 55.62rem;
}
#pageType .type_wrap .type_area .type_box.type_a_2 {
  width: 55.62rem;
}
#pageType .type_wrap .type_area .type_box.type_c {
  width: 56.43rem;
}
#pageType .type_wrap .type_area .type_box.type_c_1 {
  width: 56.34rem;
}
#pageType .type_wrap .type_area .type_box.type_c_2 {
  width: 56.34rem;
}
#pageType .type_wrap .type_area .type_box.type_d {
  width: 53.1rem;
}
#pageType .type_wrap .type_area .type_box.type_d_1 {
  width: 53.1rem;
}
#pageType .type_wrap .type_area .type_box.type_d_2 {
  width: 53.73rem;
}
@media screen and (max-width: 750px) {
  #pageType .type_wrap .type_area .type_box.type_a {
    width: 66.744rem;
  }
  #pageType .type_wrap .type_area .type_box.type_a_1 {
    width: 66.744rem;
  }
  #pageType .type_wrap .type_area .type_box.type_a_2 {
    width: 66.744rem;
  }
  #pageType .type_wrap .type_area .type_box.type_c {
    width: 67.716rem;
  }
  #pageType .type_wrap .type_area .type_box.type_c_1 {
    width: 67.608rem;
  }
  #pageType .type_wrap .type_area .type_box.type_c_2 {
    width: 67.608rem;
  }
  #pageType .type_wrap .type_area .type_box.type_d {
    width: 63.72rem;
  }
  #pageType .type_wrap .type_area .type_box.type_d_1 {
    width: 63.72rem;
  }
  #pageType .type_wrap .type_area .type_box.type_d_2 {
    width: 64.476rem;
  }
}
#pageType .type_wrap .type_area .note_box {
  text-align: center;
  margin: 7rem 0 10rem;
}
#pageType .type_wrap .type_area .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 85.6rem;
  margin: 0 auto;
}
#pageType .type_wrap .type_area .btn_box .madori_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: 15rem;
  height: 4rem;
  font-size: 1.5rem;
  color: #37352E;
  border: 1px solid #37352E;
  position: relative;
}
#pageType .type_wrap .type_area .btn_box .arrow {
  width: 0.8rem;
  height: 0.8rem;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#pageType .type_wrap .type_area .btn_box .madori_btn:hover {
  background: #37352E;
  color: #fff;
}
#pageType .type_wrap .type_area .btn_box .madori_btn:hover .arrow {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
#pageType .type_wrap .type_area .btn_box .madori_btn.prev .arrow {
  right: auto;
  left: 1rem;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
#pageType .type_wrap .type_area .btn_box .madori_btn.list {
  width: 30.6rem;
  background: #37352E;
  color: #fff;
}
#pageType .type_wrap .type_area .btn_box .madori_btn.list:hover {
  background: #fff;
  color: #37352E;
}
#pageType .type_wrap .type_area .com_btn {
  margin-top: 4rem;
  width: 73%;
}
#pageType .type_wrap .type_area .plan_box {
  width: 85.6rem;
  margin: 5rem auto 6rem;
}
#pageType .type_wrap .type_area .plan_box .plan_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 2.2rem;
}
#pageType .type_wrap .type_area .plan_box .plan_outer .plan {
  width: 27rem;
}
#pageType .type_wrap .type_area .plan_box .plan_outer .spec_1 .data {
  width: 15rem;
}
#pageType .type_wrap .type_area .plan_box .plan_outer .spec_2 .s1 {
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageType .type_wrap .type_area .spec_box_outer {
    gap: 5rem 0;
  }
  #pageType .type_wrap .type_area .spec_box .spec_1 {
    width: 23rem;
  }
  #pageType .type_wrap .type_area .spec_box .spec_1 .ttl {
    font-size: 1.3rem;
  }
  #pageType .type_wrap .type_area .spec_box .spec_1 .ttl .s2 {
    font-size: 1.8rem;
    margin: 0 1rem 0 1rem;
  }
  #pageType .type_wrap .type_area .spec_box .spec_1 .ttl .s3 {
    font-size: 3rem;
  }
  #pageType .type_wrap .type_area .spec_box .spec_1 .s4 {
    font-size: 1.9rem;
    letter-spacing: 0;
    padding: 1.6rem 0 0.5rem;
    margin: 1.6rem 0 0;
  }
  #pageType .type_wrap .type_area .spec_box .spec_outer {
    width: 44rem;
    padding: 0 0 0 2rem;
  }
  #pageType .type_wrap .type_area .spec_box .spec_outer .p0 {
    font-size: 2.4rem;
  }
  #pageType .type_wrap .type_area .spec_box .spec_outer .spec_2 {
    font-size: 1.8rem;
  }
  #pageType .type_wrap .type_area .spec_box .spec_outer .spec_2 .s1 {
    font-size: 3rem;
  }
  #pageType .type_wrap .type_area .spec_box .spec_outer .p1 {
    font-size: 1.8rem;
    margin: 1rem 0 2rem;
  }
  #pageType .type_wrap .type_area .spec_box .spec_outer .p2 {
    font-size: 1.8rem;
  }
  #pageType .type_wrap .type_area .torikago_box {
    width: 67rem;
  }
  #pageType .type_wrap .type_area .copy_box {
    margin: 4rem 0 0;
  }
  #pageType .type_wrap .type_area .copy_box .copy {
    width: 100%;
    height: 6rem;
    font-size: 2rem;
    margin: 2rem auto 0;
  }
  #pageType .type_wrap .type_area .type_box {
    margin: 6rem 0 0;
  }
  #pageType .type_wrap .type_area .note_box {
    margin: 8rem 0 12rem;
  }
  #pageType .type_wrap .type_area .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #pageType .type_wrap .type_area .btn_box .madori_btn {
    height: 7rem;
    font-size: 2.4rem;
  }
  #pageType .type_wrap .type_area .btn_box .arrow {
    display: none;
  }
  #pageType .type_wrap .type_area .com_btn {
    width: 80%;
    margin-top: 7rem;
  }
  #pageType .type_wrap .type_area .plan_box {
    width: 100%;
    margin: 8rem auto 6rem;
  }
  #pageType .type_wrap .type_area .plan_box .plan_outer {
    gap: 1.5rem 0;
  }
  #pageType .type_wrap .type_area .plan_box .plan_outer .plan {
    width: 56rem;
  }
  #pageType .type_wrap .type_area .plan_box .plan_outer .spec_1 .data {
    width: 22rem;
  }
}
#pageType .type_wrap.tab_wrap .type_area .spec_box .spec_box_innre {
  -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);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
#pageType .type_wrap.tab_wrap .type_area .spec_box .spec_box_innre.act {
  opacity: 1;
  visibility: visible;
  position: static;
}
#pageType .type_wrap.tab_wrap .type_area .tab_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;
  width: 65rem;
  gap: 0 3.8rem;
  margin: 6rem auto 0;
}
#pageType .type_wrap.tab_wrap .type_area .tab_btn_box .tab_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;
  width: 19rem;
  height: 8.7rem;
  background: #F0F1F1;
  color: #8B9884;
  border: 1px solid #8B9884;
  text-align: center;
  padding: 1.2rem 0 0;
  position: relative;
}
#pageType .type_wrap.tab_wrap .type_area .tab_btn_box .tab_btn[data-tab=menu2] {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
#pageType .type_wrap.tab_wrap .type_area .tab_btn_box .tab_btn[data-tab=menu2] .comingsoon {
  position: absolute;
  inset: 0;
  text-align: center;
  background: rgba(136, 136, 136, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#pageType .type_wrap.tab_wrap .type_area .tab_btn_box .tab_btn[data-tab=menu2] .comingsoon p {
  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);
  text-align: center;
  margin: auto;
}
#pageType .type_wrap.tab_wrap .type_area .tab_btn_box .p1 {
  font-size: 1.4rem;
}
#pageType .type_wrap.tab_wrap .type_area .tab_btn_box .p2 {
  margin: 1.7rem 0 0;
}
#pageType .type_wrap.tab_wrap .type_area .tab_btn_box .p2 span {
  display: block;
}
#pageType .type_wrap.tab_wrap .type_area .tab_btn_box .p2 .s1 {
  font-size: 1.2rem;
}
#pageType .type_wrap.tab_wrap .type_area .tab_btn_box .p2 .s2 {
  font-size: 2.2rem;
  margin: 0.5rem 0 0;
}
#pageType .type_wrap.tab_wrap .type_area .tab_btn_box .menu .p2 {
  margin: 1rem 0 0;
}
#pageType .type_wrap.tab_wrap .type_area .tab_btn_box .tab_btn.act,
#pageType .type_wrap.tab_wrap .type_area .tab_btn_box .tab_btn:hover {
  border: 1px solid #595959;
  background: #595959;
  color: #fff;
}
#pageType .type_wrap.tab_wrap .type_area .copy_box .copy_innre {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#pageType .type_wrap.tab_wrap .type_area .copy_box .copy_innre.act {
  opacity: 1;
  visibility: visible;
  position: static;
}
#pageType .type_wrap.tab_wrap .type_area .type_box .img {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
#pageType .type_wrap.tab_wrap .type_area .type_box .img.act {
  opacity: 1;
  visibility: visible;
  position: static;
}
#pageType .type_wrap.tab_wrap .type_area .type_box .img_copy {
  display: none;
}
#pageType .type_wrap.tab_wrap .type_area .note_box .com-note {
  display: none;
}
#pageType .type_wrap.tab_wrap .type_area .note_box .com-note.act {
  display: block;
}
#pageType .type_wrap.tab_wrap.blur .type_area .tab_btn_box .menu::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(132, 76, 67, 0.8588235294);
  opacity: 0;
}
#pageType .type_wrap.tab_wrap.blur .type_area .tab_btn_box .menu::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  content: "エントリー者様\a限定コンテンツ";
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  white-space: pre;
  opacity: 0;
}
#pageType .type_wrap.tab_wrap.blur .type_area .tab_btn_box .menu.act::before, #pageType .type_wrap.tab_wrap.blur .type_area .tab_btn_box .menu.act::after {
  opacity: 1;
}
#pageType .type_wrap.tab_wrap.blur .type_area .tab_btn_box .menu.act {
  background: #F0F1F1;
  color: #8B9884;
  border: 1px solid #8B9884;
}
#pageType .type_wrap.tab_wrap.blur .type_area .type_box .img.menu::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  content: "";
  width: 150%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  z-index: 1;
}
#pageType .type_wrap.tab_wrap.blur .type_area .type_box .img.menu img {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
#pageType .type_wrap.tab_wrap.blur .type_area .type_box .img_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  display: block;
  width: 38rem;
  border: 1px solid #8B9884;
  text-align: center;
  padding: 4rem 0;
  margin: 0 0 0 2rem;
  z-index: 1;
}
#pageType .type_wrap.tab_wrap.blur .type_area .type_box .img_copy .p1 {
  font-size: 1.7rem;
  line-height: 1.7;
}
#pageType .type_wrap.tab_wrap.blur .type_area .type_box .img_copy a {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  width: 29rem;
  font-size: 1.5rem;
  color: #fff;
  background: #7E5800;
  border: 1px solid #7E5800;
  display: block;
  padding: 2rem 0;
  margin: 3.6rem auto 0;
  position: relative;
}
#pageType .type_wrap.tab_wrap.blur .type_area .type_box .img_copy .arrow {
  width: 2rem;
  height: 0.5rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: skew(45deg) translateY(-50%);
          transform: skew(45deg) translateY(-50%);
}
#pageType .type_wrap.tab_wrap.blur .type_area .type_box .img_copy a:hover {
  background: #fff;
  color: #7E5800;
}
#pageType .type_wrap.tab_wrap.blur .type_area .type_box .img_copy a:hover .arrow {
  border-bottom: 1px solid #7E5800;
  border-right: 1px solid #7E5800;
}
@media screen and (max-width: 750px) {
  #pageType .type_wrap.tab_wrap .type_area .tab_btn_box {
    width: 100%;
    gap: 0 2rem;
    margin: 7rem auto 5rem;
  }
  #pageType .type_wrap.tab_wrap .type_area .tab_btn_box .tab_btn {
    width: 21rem;
    height: 13rem;
    padding: 1.8rem 0 0;
  }
  #pageType .type_wrap.tab_wrap .type_area .tab_btn_box .p1 {
    font-size: 2.4rem;
  }
  #pageType .type_wrap.tab_wrap .type_area .tab_btn_box .p2 {
    margin: 2rem 0 0;
  }
  #pageType .type_wrap.tab_wrap .type_area .tab_btn_box .p2 .s1 {
    font-size: 2.2rem;
  }
  #pageType .type_wrap.tab_wrap .type_area .tab_btn_box .p2 .s2 {
    font-size: 3.2rem;
  }
  #pageType .type_wrap.tab_wrap.blur .type_area .tab_btn_box .menu::after {
    content: "エントリー者様\a限定コンテンツ";
    font-size: 2.2rem;
  }
  #pageType .type_wrap.tab_wrap.blur .type_area .type_box .img_copy {
    width: 60rem;
    padding: 7rem 0;
    margin: 0;
  }
  #pageType .type_wrap.tab_wrap.blur .type_area .type_box .img_copy .p1 {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
  #pageType .type_wrap.tab_wrap.blur .type_area .type_box .img_copy a {
    width: 51rem;
    font-size: 2.6rem;
    padding: 2.4rem 0;
    margin: 4rem auto 0;
  }
  #pageType .type_wrap.tab_wrap.blur .type_area .type_box .img_copy .arrow {
    width: 2rem;
    height: 0.5rem;
    right: 1rem;
  }
}
#pageBrand .main_wrap .m_scale {
  -webkit-transition: all 5s;
  transition: all 5s;
}
#pageBrand img.bg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#pageBrand main {
  background: #ebeee3;
}
#pageBrand .com-lead_box .com-lead {
  font-size: 2rem;
  line-height: 2;
}
#pageBrand .com-lead_box .com-lead span {
  font-size: 4rem;
}
@media screen and (max-width: 750px) {
  #pageBrand .com-lead_box .com-lead {
    font-size: 2.9rem;
    letter-spacing: 0;
  }
  #pageBrand .com-lead_box .com-lead span {
    font-size: 4.9rem;
  }
}
#pageBrand .ComLead {
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.3em;
  color: #2e6739;
}
@media screen and (max-width: 750px) {
  #pageBrand .ComLead {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }
}
#pageBrand .sec-ideal {
  padding: 5rem 0 13rem;
}
#pageBrand .sec-ideal .message-wrap {
  width: 57rem;
  margin: 7.8rem auto 0;
}
#pageBrand .sec-ideal .message-wrap .img-box .message-1 {
  width: 20.2rem;
}
#pageBrand .sec-ideal .message-wrap .img-box .message-2 {
  width: 56.7rem;
  margin: 1rem 0 0;
}
#pageBrand .sec-ideal .message-wrap .txt {
  line-height: 1.7;
  margin: 2.3rem 0 0;
}
#pageBrand .sec-ideal .develop-wrap {
  margin: 10.5rem 0 0;
}
#pageBrand .sec-ideal .develop-wrap .txt-box {
  text-align: center;
}
#pageBrand .sec-ideal .develop-wrap .txt-box .txt {
  margin: 4rem 0 0;
}
#pageBrand .sec-ideal .develop-wrap .flex-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: 9.5rem 0 0;
}
#pageBrand .sec-ideal .develop-wrap .flex-box .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;
  border: 1px solid #666666;
  padding: 3.5rem 0 4rem;
}
#pageBrand .sec-ideal .develop-wrap .flex-box .box .ttl {
  width: 100%;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-align: center;
}
#pageBrand .sec-ideal .develop-wrap .flex-box .box .txt {
  width: 44rem;
  font-size: 1.4rem;
  line-height: 2;
  margin: 4rem 0 0;
}
#pageBrand .sec-ideal .develop-wrap .flex-box .box-1 {
  width: 52rem;
  background: #fff;
}
#pageBrand .sec-ideal .develop-wrap .flex-box .box-1 .img {
  width: 21.1rem;
  margin: 3.3rem 0 0;
}
#pageBrand .sec-ideal .develop-wrap .flex-box .box-2 {
  width: 40rem;
  background: #fff;
}
#pageBrand .sec-ideal .develop-wrap .flex-box .box-2 .img {
  width: 28rem;
}
#pageBrand .sec-ideal .secon-wrap {
  margin: 7.3rem 0 0;
}
#pageBrand .sec-ideal .secon-wrap .img-box {
  position: relative;
}
#pageBrand .sec-ideal .secon-wrap .img-box .icon {
  width: 17rem;
  position: absolute;
  top: 0;
  left: 0;
}
#pageBrand .sec-ideal .secon-wrap .note {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 2rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageBrand .sec-ideal .message-wrap {
    width: 100%;
  }
  #pageBrand .sec-ideal .message-wrap .img-box .message-1 {
    width: 20.2rem;
  }
  #pageBrand .sec-ideal .message-wrap .img-box .message-2 {
    width: 56.7rem;
  }
  #pageBrand .sec-ideal .message-wrap .txt {
    font-size: 2rem;
  }
  #pageBrand .sec-ideal .develop-wrap .flex-box .box .ttl {
    font-size: 3rem;
  }
  #pageBrand .sec-ideal .develop-wrap .flex-box .box .txt {
    width: 60rem;
    font-size: 2.4rem;
  }
  #pageBrand .sec-ideal .develop-wrap .flex-box .box-1 {
    width: 100%;
  }
  #pageBrand .sec-ideal .develop-wrap .flex-box .box-1 .img {
    width: 31.65rem;
  }
  #pageBrand .sec-ideal .develop-wrap .flex-box .box-2 {
    width: 100%;
    margin: 4rem 0 0;
  }
  #pageBrand .sec-ideal .develop-wrap .flex-box .box-2 .img {
    width: 42rem;
    margin: 1rem 0 0;
  }
  #pageBrand .sec-ideal .secon-wrap .img-box .icon {
    width: 15rem;
  }
  #pageBrand .sec-ideal .secon-wrap .note {
    font-size: 2.4rem;
  }
}
#pageBrand .business {
  background: rgba(46, 103, 57, 0.1);
  padding: 10rem 0 11.5rem;
}
#pageBrand .business .business-wrap .txt-box .lead {
  text-align: center;
}
#pageBrand .business .business-wrap .txt-box .txt {
  margin: 3.8rem 0 0;
  text-align: center;
}
#pageBrand .business .diamas_hayama {
  margin: 7rem 0 0;
}
#pageBrand .business .business-flex-box {
  margin: 8.7rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageBrand .business .business-flex-box .box .ttl {
  font-size: 2.8rem;
  font-weight: 400;
  color: #b3b3b4;
  line-height: 2;
  border-bottom: 1px solid #231816;
  position: relative;
}
#pageBrand .business .business-flex-box .box .ttl::before {
  content: "";
  width: 35.7rem;
  height: 0.25rem;
  background: #231816;
  position: absolute;
  bottom: 0;
  left: 0;
}
#pageBrand .business .business-flex-box .box .txt-box .sub-ttl {
  font-size: 2.2rem;
  font-weight: 400;
  color: #2E6739;
  margin: 1.7rem 0 0;
}
#pageBrand .business .business-flex-box .box .txt-box .txt {
  font-size: 1.4rem;
  margin: 2rem 0 0;
  text-align: left;
  line-height: 1.6;
}
#pageBrand .business .business-flex-box .box .note {
  font-size: 1.4rem;
  margin: 1rem 0 0;
}
#pageBrand .business .business-flex-box .houses {
  width: 100%;
  margin: 0 0 6.9rem;
}
#pageBrand .business .business-flex-box .houses .good-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#pageBrand .business .business-flex-box .houses .txt-box {
  width: 100%;
}
#pageBrand .business .business-flex-box .houses .good-box {
  width: 24.8rem;
}
#pageBrand .business .business-flex-box .houses .good-box .txt {
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 0.3rem 0;
  border: 1px solid #231816;
}
#pageBrand .business .business-flex-box .houses .good-box .img {
  margin: 1.7rem 0 0;
}
#pageBrand .business .business-flex-box .houses .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.6rem 0;
  margin: 2.5rem 0 0;
}
#pageBrand .business .business-flex-box .houses .flex-box .img-box {
  width: 47.2rem;
}
#pageBrand .business .business-flex-box .mixed,
#pageBrand .business .business-flex-box .facility,
#pageBrand .business .business-flex-box .hotel {
  width: 30.7rem;
}
#pageBrand .business .business-flex-box .mixed .ttl,
#pageBrand .business .business-flex-box .facility .ttl,
#pageBrand .business .business-flex-box .hotel .ttl {
  font-size: 2.2rem;
}
#pageBrand .business .business-flex-box .mixed .img-box,
#pageBrand .business .business-flex-box .facility .img-box,
#pageBrand .business .business-flex-box .hotel .img-box {
  margin: 2.2rem 0 0;
}
#pageBrand .business .business-flex-box .mixed .ttl::before {
  width: 27.6rem;
}
#pageBrand .business .business-flex-box .facility .ttl::before {
  width: 21.9rem;
}
#pageBrand .business .business-flex-box .hotel .ttl::before {
  width: 5.9rem;
}
@media screen and (max-width: 750px) {
  #pageBrand .business .business-flex-box .box .ttl {
    font-size: 3.8rem;
  }
  #pageBrand .business .business-flex-box .box .txt-box .sub-ttl {
    font-size: 3.2rem;
    margin: 2rem 0 0;
  }
  #pageBrand .business .business-flex-box .box .txt-box .txt {
    font-size: 2.4rem;
  }
  #pageBrand .business .business-flex-box .box .note {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
  #pageBrand .business .business-flex-box .houses {
    margin: 0;
  }
  #pageBrand .business .business-flex-box .houses .txt-box {
    width: 100%;
  }
  #pageBrand .business .business-flex-box .houses .good-box {
    width: 37.2rem;
    margin: 4rem auto 0;
  }
  #pageBrand .business .business-flex-box .houses .good-box .txt {
    font-size: 3rem;
  }
  #pageBrand .business .business-flex-box .houses .flex-box {
    gap: 4.6rem 0;
    margin: 5.5rem 0 0;
  }
  #pageBrand .business .business-flex-box .houses .flex-box .img-box {
    width: 49%;
  }
  #pageBrand .business .business-flex-box .mixed,
  #pageBrand .business .business-flex-box .facility,
  #pageBrand .business .business-flex-box .hotel {
    width: 100%;
    margin: 6rem 0 0;
  }
  #pageBrand .business .business-flex-box .mixed .ttl,
  #pageBrand .business .business-flex-box .facility .ttl,
  #pageBrand .business .business-flex-box .hotel .ttl {
    font-size: 3.2rem;
  }
  #pageBrand .business .business-flex-box .mixed .img-box,
  #pageBrand .business .business-flex-box .facility .img-box,
  #pageBrand .business .business-flex-box .hotel .img-box {
    margin: 3.2rem 0 0;
  }
  #pageBrand .business .business-flex-box .mixed .ttl::before {
    width: 27.6rem;
  }
  #pageBrand .business .business-flex-box .facility .ttl::before {
    width: 21.9rem;
  }
  #pageBrand .business .business-flex-box .hotel .ttl::before {
    width: 5.9rem;
  }
}
#pageBrand .sec-video {
  padding: 17.2rem 0 14.5rem;
}
#pageBrand .sec-video .video-wrap .vodeo-area {
  margin: 13rem 0 0;
}
#pageBrand .sec-video .video-wrap .vodeo-area:first-child {
  margin: 0;
}
#pageBrand .sec-video .video-wrap .vodeo-area .ttl {
  font-size: 2.6rem;
  text-align: center;
  color: #2e6739;
  margin: 0 0 3rem;
}
#pageBrand .sec-video .video-wrap .vodeo-area .lead {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.25em;
  line-height: 2;
}
#pageBrand .sec-video .video-wrap .vodeo-area .video-box {
  width: 86rem;
  margin: 5rem auto 0;
  position: relative;
}
#pageBrand .sec-video .video-wrap .vodeo-area .video-box .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#pageBrand .sec-video .video-wrap .vodeo-area .video-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  #pageBrand .sec-video .video-wrap .vodeo-area .ttl {
    font-size: 3.6rem;
    line-height: 1.6;
  }
  #pageBrand .sec-video .video-wrap .vodeo-area .lead {
    font-size: 3rem;
    letter-spacing: 0.15em;
    line-height: 1.6;
  }
  #pageBrand .sec-video .video-wrap .vodeo-area .video-box {
    width: auto;
  }
}
#pageLimited {
  background-image: url("../img/limited/limited_bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#pageLimited main {
  padding: 30rem 0 16rem;
}
#pageLimited .main_wrap {
  text-align: center;
}
#pageLimited .main_wrap .main_txt .main_lead {
  font-size: 3.6rem;
}
#pageLimited .main_wrap .main_txt .main_sub {
  font-size: 2.2rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  #pageLimited .main_wrap .main_txt .main_lead {
    font-size: 4.6rem;
  }
  #pageLimited .main_wrap .main_txt .main_sub {
    font-size: 3.2rem;
  }
}
#pageLimited .login_wrap {
  padding: 8rem 0;
}
#pageLimited .login_wrap .copy_box .copy {
  text-align: center;
  color: #5F5F5F;
  font-size: 1.4rem;
}
#pageLimited .login_wrap .login_box {
  padding-top: 3rem;
}
#pageLimited .login_wrap .login_box .error {
  text-align: center;
  color: #7e0000;
  font-size: 1.1rem;
  padding-bottom: 1rem;
}
#pageLimited .login_wrap .login_box .input {
  text-align: center;
}
#pageLimited .login_wrap .login_box .input input {
  border: 0.1rem solid #C8C8C8;
  border-radius: 8px;
  padding: 0.5rem;
  background: #fff;
  max-width: 550px;
  width: 100%;
  text-align: center;
}
#pageLimited .login_wrap .login_box .submit {
  text-align: center;
  margin-top: 4rem;
}
#pageLimited .login_wrap .login_box .submit button {
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  padding: 1.5rem;
  max-width: 550px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2rem;
}
#pageLimited .login_wrap .login_box .submit button span {
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  #pageLimited .login_wrap .copy_box .copy {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  #pageLimited .login_wrap .login_box .error {
    font-size: 2.1rem;
  }
  #pageLimited .login_wrap .login_box .submit button {
    font-size: 3.4rem;
  }
  #pageLimited .login_wrap .login_box .submit button span {
    font-size: 2.2rem;
  }
}
#pageMap .map_wrap {
  margin-top: 13rem;
}
#pageMap .map_wrap .map_box .ttl {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: normal;
  padding-bottom: 3rem;
}
#pageMap .map_wrap .map_box .map {
  margin: 1.6rem 0 0;
}
#pageMap .map_wrap .map_box .btn_wrap {
  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;
}
#pageMap .map_wrap .map_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: 30rem;
  height: 6rem;
  text-align: center;
  border: 1px solid rgba(93, 97, 100, 0.831372549);
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 8rem 1rem 0;
}
#pageMap .map_wrap .map_box .btn:hover {
  background: rgba(93, 97, 100, 0.831372549);
  color: #fff;
}
@media screen and (max-width: 750px) {
  #pageMap .map_wrap .map_box .ttl {
    font-size: 3rem;
    padding: 1.6rem 0;
  }
  #pageMap .map_wrap .map_box .map {
    position: relative;
    margin: 2rem 0 0;
    white-space: nowrap;
    overflow: auto;
  }
  #pageMap .map_wrap .map_box .img {
    position: relative;
    width: 200%;
  }
  #pageMap .map_wrap .map_box .img img {
    width: 100%;
    display: block; /* 余計な下余白を防ぐ */
  }
  #pageMap .map_wrap .map_box .btn {
    width: 40rem;
    height: 8rem;
    font-size: 2.6rem;
    margin: 6rem auto 0;
  }
  #pageMap .map_wrap .map_box .scroll-hint-text {
    margin-top: 0;
  }
}
#pageOutline main {
  padding-top: 5rem;
}
#pageOutline .outline_wrap .outline_area {
  margin: 0 0 14rem;
}
#pageOutline .outline_wrap .outline_area .ttl_box .ttl {
  font-size: 2rem;
}
#pageOutline .outline_wrap .outline_area .outline_box {
  margin: 3rem auto 0;
}
#pageOutline .outline_wrap .outline_area .outline_box table {
  width: 100%;
  border-top: solid 1px #CCCCCC;
}
#pageOutline .outline_wrap .outline_area .outline_box tr {
  border-bottom: solid 1px #CCCCCC;
}
#pageOutline .outline_wrap .outline_area .outline_box th,
#pageOutline .outline_wrap .outline_area .outline_box td {
  padding: 1.5rem 0rem 1.5rem 1.5rem;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
}
#pageOutline .outline_wrap .outline_area .outline_box th {
  width: 22rem;
  padding: 1.5rem 0rem 1.5rem 3rem;
}
#pageOutline .outline_wrap .outline_area .outline_box td {
  width: calc(100% - 22rem);
}
@media screen and (max-width: 750px) {
  #pageOutline .outline_wrap .outline_area .ttl_box .ttl {
    font-size: 3rem;
  }
  #pageOutline .outline_wrap .outline_area .outline_box th,
  #pageOutline .outline_wrap .outline_area .outline_box td {
    padding: 2rem 0rem 2rem 0rem;
    font-size: 2.2rem;
    letter-spacing: 0;
  }
  #pageOutline .outline_wrap .outline_area .outline_box td {
    padding: 2rem 0rem 2rem 2rem;
  }
  #pageOutline .outline_wrap .outline_area .outline_box th {
    width: 22rem;
    padding: 2rem 0rem 2rem 0rem;
  }
  #pageOutline .outline_wrap .outline_area .outline_box td {
    width: calc(100% - 22rem);
  }
  #pageOutline .outline_wrap .outline_area .info-box {
    width: auto;
  }
  #pageOutline .outline_wrap .outline_area .info-box .ttl {
    padding: 1.6rem 0;
    font-size: 2.6rem;
  }
  #pageOutline .outline_wrap .outline_area .info-box th,
  #pageOutline .outline_wrap .outline_area .info-box td {
    padding: 2rem 0rem 2rem 0rem;
    font-size: 2.2rem;
    letter-spacing: 0.01em;
  }
  #pageOutline .outline_wrap .outline_area .info-box td {
    padding: 2rem 0rem 2rem 2rem;
  }
  #pageOutline .outline_wrap .outline_area .info-box th {
    width: 20rem;
  }
  #pageOutline .outline_wrap .outline_area .info-box td {
    width: calc(100% - 20rem);
  }
  #pageOutline .outline_wrap .outline_area .note-box {
    width: 100%;
    padding: 2rem 0rem 2rem 0rem;
  }
  #pageOutline .outline_wrap .outline_area .note-box .note {
    font-size: 2.2rem;
    letter-spacing: 0.01em;
  }
}
#pageOutline .notice_wrap {
  padding: 2rem 0 0;
}
#pageOutline .notice_wrap .notice_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
#pageOutline .notice_wrap .notice_box .left {
  width: 12rem;
  padding: 2.4rem 0;
  border: solid 1px #ccc;
}
#pageOutline .notice_wrap .notice_box .left p {
  font-size: 1.5rem;
  text-align: center;
}
#pageOutline .notice_wrap .notice_box .right {
  width: calc(100% - 14rem);
}
#pageOutline .notice_wrap .notice_box .right p {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
}
#pageOutline .notice_wrap .note_box {
  margin: 5rem 0 0;
}
#pageOutline .notice_wrap .note_box .note {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  #pageOutline .notice_wrap .notice_box {
    display: block;
  }
  #pageOutline .notice_wrap .notice_box .left {
    width: 100%;
    padding: 1.2rem 0;
    margin: 0 0 2rem;
  }
  #pageOutline .notice_wrap .notice_box .left p {
    font-size: 2.6rem;
  }
  #pageOutline .notice_wrap .notice_box .right {
    width: 100%;
  }
  #pageOutline .notice_wrap .notice_box .right p {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  #pageOutline .notice_wrap .note_box .note {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
#pageOutline .sec-updata {
  margin: 6rem 0 0;
}
#pageOutline .sec-updata .updata-box .txt {
  font-size: 1.4rem;
  text-align: right;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  #pageOutline .sec-updata .updata-box {
    width: auto;
  }
  #pageOutline .sec-updata .updata-box .txt {
    font-size: 2.4rem;
  }
}
/*# sourceMappingURL=style.css.map */