@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500&family=Zen+Old+Mincho:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&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;
  margin: 0 0 0;
  background: #304539;
  background: -webkit-gradient(linear, left top, right top, from(rgb(48, 69, 57)), color-stop(10%, rgb(60, 84, 71)), color-stop(50%, rgb(60, 84, 71)), color-stop(90%, rgb(60, 84, 71)), to(rgb(48, 69, 57)));
  background: linear-gradient(90deg, rgb(48, 69, 57) 0%, rgb(60, 84, 71) 10%, rgb(60, 84, 71) 50%, rgb(60, 84, 71) 90%, rgb(48, 69, 57) 100%);
}
main::before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("../../build/img/common/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
  main {
    width: 100%;
  }
  main::before {
    background-image: url("../../build/img/common/bg_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
section {
  position: relative;
  overflow: hidden;
}

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

body {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

.f-zen {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

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

.header {
  width: 100%;
  padding: 15px 0 0;
  margin: auto;
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .com-content {
  position: relative;
}
.header .logo {
  width: 50%;
  max-width: 350px;
  margin-left: 2rem;
  z-index: 150;
  margin-bottom: 25px;
  -webkit-transition: all 500ms cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: all 500ms cubic-bezier(0.17, 0.935, 0.305, 1);
  z-index: 901;
}
.header .logo a {
  position: relative;
}
.header .logo a .logo1 {
  opacity: 1;
}
.header .logo a .logo2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}
.header.none {
  height: 7rem;
  overflow: hidden;
}
.header.none .nav {
  opacity: 0;
}

@media screen and (min-width: 751px) {
  #pageTop .header {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #pageTop .header.noScrool {
    background: none;
  }
  #pageTop .header.noScrool::before {
    opacity: 0;
  }
  #pageTop .header.noScrool .nav {
    pointer-events: none;
    opacity: 0;
  }
}
@media screen and (max-width: 750px) {
  .header {
    width: 100%;
    height: 60px;
    background: url("../img/common/header_bg.png") no-repeat top 15% left 13%;
  }
  .header::before {
    z-index: 900;
  }
  .header .logo {
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header .logo a {
    margin: 15px 0px;
    display: block;
    width: 100%;
    max-width: 210px;
  }
  .header .logo.hide {
    opacity: 0;
    pointer-events: none;
  }
  .header.none {
    height: 12rem;
    overflow: visible;
  }
}
.link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 35px;
  right: 80px;
  width: 60%;
  max-width: 250px;
  z-index: 9999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.link-box._pc.hide {
  opacity: 0;
  pointer-events: none;
}
.link-box a.link {
  width: 38%;
  margin: 0;
  color: #000;
  font-size: 1.3rem;
  padding: 15px 0;
  -webkit-transition: all 500ms cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: all 500ms cubic-bezier(0.17, 0.935, 0.305, 1);
  text-align: center;
  color: #fff;
}
.link-box a.link span {
  display: none;
  width: 1.5rem;
  font-size: 0;
  margin: 0 auto 10px;
}
.link-box a.link span img {
  width: 100%;
  height: auto;
}
.link-box a.link-map, .link-box a.link-outline {
  width: 45%;
  display: block;
  padding: 3px 0;
  text-align: left;
  position: relative;
  font-family: "Cinzel", "Shippori Mincho B1", serif;
}
.link-box a.link-map::before, .link-box a.link-outline::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.link-box a.link-request {
  background: #231815;
  border: 1px solid #fff;
}
.link-box a.link-reserve {
  background: #9A3813;
  border: 1px solid #fff;
}
.link-box a.link-limited {
  border: 1px solid #fff;
  background: rgb(132, 98, 73);
  background: -webkit-gradient(linear, left top, right top, from(rgb(132, 98, 73)), color-stop(50%, rgb(214, 184, 144)), to(rgb(132, 98, 73)));
  background: linear-gradient(90deg, rgb(132, 98, 73) 0%, rgb(214, 184, 144) 50%, rgb(132, 98, 73) 100%);
}
.link-box a.link:hover {
  opacity: 0.6;
}
.link-box_tbox {
  width: 50%;
  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;
}
.link-box.limited {
  max-width: 540px;
}
.link-box.limited a.link {
  width: 32%;
}

@media screen and (max-width: 750px) {
  .link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    z-index: 99999;
    background: #fff;
  }
  .link-box a.link {
    width: 25% !important;
    height: 11rem;
    color: #fff;
    font-size: 1.9rem;
    text-align: center;
    padding: 8px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .link-box a.link span {
    width: 4rem;
    display: block;
    margin: 0 auto;
  }
  .link-box a.link-map::before, .link-box a.link-outline::before {
    display: none;
  }
  .link-box a.link-request {
    background: #8c584a;
    border: none;
  }
  .link-box a.link-tel, .link-box a.link-map {
    background: #f0edec;
    color: #3c5447;
  }
  .link-box a.link-tel {
    border-right: 1px solid #3c5447;
  }
  .link-box a.link-limited {
    border: none;
    background: #9b8c59;
  }
  .link-box a.link-limited span {
    margin-top: 0;
  }
  .link-box a.link-reserve {
    border: none;
  }
  .link-box a.link-reserve span {
    width: 4rem;
    margin: 2px auto 0;
  }
}
.nav {
  opacity: 1;
  -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);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 800;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  background-color: #f0edec;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 10rem 0 5rem;
  position: fixed;
  top: 0;
  left: 0;
}
.nav::before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("../../build/img/common/nav_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
.nav-ttl {
  text-align: center;
  font-size: 2.4rem;
  color: #3c5447;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  .nav-ttl {
    font-size: 4rem;
  }
}
.nav-list {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  top: 30px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav.active {
  opacity: 1;
  pointer-events: auto;
}
.nav.active .nav-list {
  opacity: 1;
  top: 0;
}

@media screen and (max-width: 750px) {
  .nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    background: -webkit-gradient(linear, left bottom, left top, from(#f0edec), to(#f0edec)), url("../img/common/header_bg.png") no-repeat top 15% left 13%;
    background: linear-gradient(0deg, #f0edec 0%, #f0edec 100%), url("../img/common/header_bg.png") no-repeat top 15% left 13%;
    padding-bottom: 50px;
  }
  .nav-list {
    width: 90%;
    opacity: 0;
    height: auto;
    position: absolute;
    top: 15%;
    left: 5%;
    padding: 5rem 0 30rem;
  }
  .nav-list li a span {
    color: #000;
    letter-spacing: 0;
  }
  .nav.active {
    opacity: 1;
    pointer-events: auto;
  }
  .nav.active .nav-list {
    opacity: 1;
    top: 0;
  }
  .nav.active .nav-list {
    top: 10%;
  }
}
.nav-ul {
  padding: 0;
  position: relative;
  z-index: 10;
  width: 95%;
  max-width: 1200px;
  margin: 0 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;
}
.nav-ul li {
  width: 18%;
  position: relative;
}
.nav-ul li.dis a {
  pointer-events: none;
}
.nav-ul li.dis a .img {
  position: relative;
}
.nav-ul li.dis a .img::before {
  position: absolute;
  content: "COMING \aSOON";
  text-align: center;
  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;
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.1764705882;
  letter-spacing: 0.14em;
  color: #b3917b;
  white-space: pre-wrap;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(43, 52, 52, 0.9);
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .nav-ul li.dis a .img::before {
    font-size: 2.6rem;
  }
}
.nav-ul li.dis a p {
  opacity: 0.4;
}
.nav-ul li.new::after {
  content: "NEW";
  background: #860002;
  color: #fff;
  padding: 3px 10px 2px;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
}
.nav-ul li p,
.nav-ul li a {
  display: block;
  letter-spacing: 0.001em;
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: left;
  font-size: 1.5rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .nav-ul li p,
  .nav-ul li a {
    font-size: 2.5rem;
  }
}
.nav-ul li p span,
.nav-ul li a span {
  font-size: 1.7rem;
  color: #b3917b;
  font-weight: 700;
  display: block;
  padding: 1rem 0 0.5rem;
}
@media screen and (max-width: 750px) {
  .nav-ul li p span,
  .nav-ul li a span {
    font-size: 2.7rem;
  }
}
.nav-ul li p .img,
.nav-ul li a .img {
  width: 100%;
  height: 13rem;
  position: relative;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 3px solid #3c5447;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
.nav-ul li p .img::after,
.nav-ul li a .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3c5447;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(60, 84, 71)), to(rgba(60, 84, 71, 0)));
  background: linear-gradient(0deg, rgb(60, 84, 71) 0%, rgba(60, 84, 71, 0) 100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.nav-ul li a:hover .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.nav-ul li a:hover .img::after {
  background: #3C5447;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(60, 84, 71)), to(rgba(60, 84, 71, 0)));
  background: linear-gradient(0deg, rgb(60, 84, 71) 0%, rgba(60, 84, 71, 0) 100%);
  height: 100%;
  opacity: 0.8;
}
.nav-ul li.design .img {
  background-image: url("../../build/img/common/nav_design.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.nav-ul li.masterplan .img {
  background-image: url("../../build/img/common/nav_masterplan.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.nav-ul li.roomplan .img {
  background-image: url("../../build/img/common/nav_roomplan.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.nav-ul li.location .img {
  background-image: url("../../build/img/common/nav_location.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.nav-ul li.access .img {
  background-image: url("../../build/img/common/nav_access.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.nav-ul li.brand .img {
  background-image: url("../../build/img/common/nav_brand.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.nav-ul li.zeh .img {
  background-image: url("../../build/img/common/nav_zeh.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.nav-ul li.modelroom .img {
  background-image: url("../../build/img/common/nav_modelroom.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.nav-ul li.quality .img {
  background-image: url("../../build/img/common/nav_quality.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.nav-ul li.app .img {
  background-image: url("../../build/img/common/nav_app.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.nav-ul.actiive {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 750px) {
  .nav-ul {
    margin-left: unset;
    margin-bottom: 6rem;
    padding: 0;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-right: none;
    min-width: unset;
  }
  .nav-ul li {
    width: 45.8%;
    position: relative;
  }
  .nav-ul li::after {
    left: inherit !important;
    right: 0;
    font-size: 10px;
    padding: 2px 5px 1px;
  }
  .nav-ul li p,
  .nav-ul li a {
    padding: 3rem 0.5rem 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;
  }
  .nav-ul li p .img,
  .nav-ul li a .img {
    height: 18rem;
  }
  .nav-ul li p span,
  .nav-ul li a span {
    font-size: 2.6rem;
    font-weight: 100;
    display: inline-block;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .nav-ul li p span:nth-of-type(1),
  .nav-ul li a span:nth-of-type(1) {
    width: 100%;
  }
  .nav-ul li p span:nth-of-type(2),
  .nav-ul li a span:nth-of-type(2) {
    width: 100%;
  }
  .nav-ul li p {
    padding: 1rem 0 2rem;
    letter-spacing: -0.05em;
  }
  .nav-ul li a::after {
    display: none;
  }
}
.nav-ul2 {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.6rem 1fr 1.6rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  position: relative;
}
.nav-ul2 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2;
  padding: 1.4rem 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-ul2 li a::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
}
.nav-ul2 li a span {
  font-size: 1.7rem;
}
.nav-ul2 li a:hover {
  opacity: 0.7;
}
.nav-ul2 li.request {
  background: url(../img/common/btn_entry.png) center/cover no-repeat;
}
.nav-ul2 li.limited {
  background: url(../img/common/btn_limit.png) center/cover no-repeat;
}
.nav-ul2 li.reserve {
  background: url(../img/common/btn_reserve.png) center/cover no-repeat;
}

.nav-ul3 {
  width: 95%;
  max-width: 1200px;
  margin: 3.5rem auto;
  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;
  gap: 4.5rem;
}
.nav-ul3 li a {
  position: relative;
  color: #000;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.nav-ul3 li a span {
  font-size: 1.7rem;
  font-weight: 700;
  color: #b3917b;
  padding-top: 0.1em;
}
.nav-ul3 li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #b3917b;
  border-right: 0;
}

@media screen and (max-width: 750px) {
  .nav-ul2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .nav-ul2 li a {
    font-size: 2.7rem;
    line-height: 1.5;
    padding: 2rem 0;
  }
  .nav-ul2 li a span {
    font-size: 2.4rem;
    color: #fff;
  }
  .nav-ul3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .nav-ul3 li a {
    font-size: 2.7rem;
    line-height: 1.5;
    padding: 1rem 0;
  }
  .nav-ul3 li a span {
    font-size: 2.4rem;
  }
}
@-webkit-keyframes bg_scroll {
  0% {
    background-size: 115% 115%;
    opacity: 0.5;
  }
  100% {
    background-size: 100% 100%;
    opacity: 1;
  }
}
@keyframes bg_scroll {
  0% {
    background-size: 115% 115%;
    opacity: 0.5;
  }
  100% {
    background-size: 100% 100%;
    opacity: 1;
  }
}
@media screen and (max-width: 750px) and (min-width: 650px) and (orientation: landscape) {
  .nav-img.top .bg {
    display: none;
  }
  .nav.active .nav-list {
    top: 0%;
  }
}
@media print {
  header,
  nav {
    display: none;
  }
}
.holiday_wrap {
  background: #fff;
  border: 2px solid #834541;
  width: 100%;
  max-width: 900px;
  margin: 2rem auto;
  padding: 10px 0;
}
.holiday_wrap p {
  color: #834541 !important;
  font-weight: 800;
  text-align: center;
  line-height: 1.6;
  font-size: 1.1rem;
}
@media screen and (max-width: 750px) {
  .holiday_wrap p {
    font-size: 2.1rem;
  }
}
.holiday_wrap p span {
  display: block;
  color: #834541 !important;
}
.holiday_wrap-3 {
  margin: 4rem auto 8rem;
  border: 1px solid #fff;
  background-color: transparent;
}
.holiday_wrap-3 p {
  color: #fff !important;
  font-weight: 400;
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (max-width: 750px) {
  .holiday_wrap-3 p {
    font-size: 2.1rem;
  }
}
.holiday_wrap-3 p span {
  color: #fff !important;
}
.holiday_wrap.black {
  border: 1px solid #000;
  background: #fff;
}
.holiday_wrap.black p {
  color: #000 !important;
}
.holiday_wrap.black p span {
  color: #000 !important;
}

footer {
  z-index: 1;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 750px) {
  footer {
    padding: 0 0 70px;
  }
}
footer .bg-beige {
  background-color: #f0edec;
}
footer .f-note {
  padding: 3rem 0;
}
footer .f-nav {
  padding: 1rem 2rem 3rem;
  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;
}
footer .f-nav a,
footer .f-nav p {
  font-size: 1.3rem;
  display: block;
  color: #b3917b;
  position: relative;
  text-align: center;
  padding: 1.5rem 0;
  width: 19.5%;
  margin-bottom: 1rem;
  background-color: #3c5447;
}
@media screen and (max-width: 750px) {
  footer .f-nav a,
  footer .f-nav p {
    font-size: 2.3rem;
  }
}
footer .f-nav a span:nth-of-type(2),
footer .f-nav p span:nth-of-type(2) {
  display: none;
}
footer .f-nav a.top,
footer .f-nav p.top {
  width: 100%;
  padding: 1rem 0;
}
footer .f-nav p {
  background-color: #333;
  color: #ccc;
}
footer .f-nav a {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer .f-nav a:hover {
  color: #fff;
}
footer .f-nav p {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  footer .f-note {
    padding-bottom: 7rem;
  }
  footer .f-nav a,
  footer .f-nav p {
    width: 49.25%;
    padding: 2.5rem 0;
  }
  footer .f-nav a.top,
  footer .f-nav p.top {
    padding: 2.5rem 0;
  }
}
footer .f-btn {
  padding: 3rem 0;
  background: #3b4857;
}
footer .f-advertising {
  padding: 0 0 5rem;
}
footer .f-advertising .advertising_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0;
}
footer .f-advertising .advertising_box .ttl_outer {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 750px) {
  footer .f-advertising .advertising_box .ttl_outer {
    width: 100%;
    margin: 0 !important;
  }
}
footer .f-advertising .advertising_box .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 122px;
  height: 35px;
  font-size: 14px;
  border: solid 1px #666;
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer .f-advertising .advertising_box .ttl {
    width: 100%;
  }
}
footer .f-advertising .advertising_box .ttl_2 {
  font-size: 13px;
  text-align: center;
  margin: 4px 0 0;
}
@media screen and (max-width: 750px) {
  footer .f-advertising .advertising_box .ttl_2 {
    font-size: 14px;
    margin: 6px 0 0;
  }
}
footer .f-advertising .advertising_box .txt {
  font-size: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  footer .f-advertising .advertising_box .txt {
    letter-spacing: 0;
    margin: 10px 0 0;
  }
}
footer .bnr {
  max-width: 900px;
  width: 95%;
  margin: 5% auto 2%;
}
footer .bnr2 {
  max-width: 1000px;
  width: 95%;
  margin: 5% auto 2%;
}
footer .snslink_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4rem auto 70px;
  max-width: 1000px;
}
footer .snslink_box .bnr_line_link {
  display: block;
  max-width: 490px;
  margin: 0 0px 20px;
  width: 49%;
}
footer .snslink_box .bnr_suumo_link {
  max-width: 472px;
  margin: 0 10px 20px;
  width: 48%;
}
footer .snslink_box .bnr_pet_link {
  max-width: 455px;
  margin: 0 10px 20px;
  width: 48%;
  display: block;
}
footer .snslink_box .bnr_sns_link {
  max-width: 480px;
  margin: 0 10px 20px;
  position: relative;
  width: 48%;
}
footer .snslink_box .bnr_sns_link a {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 8%;
  background: #fff;
  opacity: 0;
}
footer .snslink_box .bnr_sns_link a:hover {
  opacity: 0.3;
}
footer .snslink_box .bnr_sns_link a:nth-of-type(1) {
  right: 51.5%;
  border-radius: 50%;
}
footer .snslink_box .bnr_sns_link a:nth-of-type(2) {
  right: 41.3%;
  border-radius: 30%;
}
footer .snslink_box .bnr_sns_link a:nth-of-type(3) {
  right: 32.5%;
  border-radius: 30%;
}
footer .snslink_box .bnr_sns_link a:nth-of-type(4) {
  right: 21.5%;
  border-radius: 50%;
}
footer .snslink_box .bnr_sns_link a:nth-of-type(5) {
  right: 11.5%;
  border-radius: 50%;
}
footer .snslink_box .bnr_sns_link a:nth-of-type(6) {
  right: 1.5%;
}
footer .snslink_box .bnr_app_link {
  max-width: 430px;
  margin: 0 10px 20px;
  width: 45%;
}
footer .snslink_box .bnr_app_link2 {
  max-width: 498px;
  margin: 0 10px;
  width: 50%;
}
footer .f-contact {
  padding: 2rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  footer .f-contact {
    padding: 0 0 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .f-contact_call {
  width: 90%;
  max-width: 770px;
}
@media screen and (max-width: 750px) {
  footer .f-contact_call {
    width: 90%;
    margin: 0 auto 10px;
  }
}
footer .f-contact_call .t1 {
  width: 100%;
  font-size: 12px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer .f-contact_call .t1 {
    text-align: center;
    line-height: 1.6;
  }
}
footer .f-contact_call .t2 {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer .f-contact_call .t2 {
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }
}
footer .f-contact_call figure {
  width: 60%;
  max-width: 450px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 750px) {
  footer .f-contact_call figure {
    width: 100%;
  }
}
footer .f-contact_dev {
  max-width: 400px;
}
@media screen and (max-width: 750px) {
  footer .f-contact_dev {
    display: block;
    text-align: center;
    margin-top: 40px;
  }
}
footer .f-contact_dev p {
  margin-bottom: 10px;
  font-size: 10px;
}
footer .f-contact_dev.logo1 {
  width: 75%;
  max-width: 300px;
  margin: 0 1rem;
}
@media screen and (max-width: 750px) {
  footer .f-contact_dev.logo1 {
    max-width: 450px;
    margin-bottom: 20px;
  }
}
footer .f-contact_dev.logo1 p {
  margin-left: 12%;
}
footer .f-contact_dev.logo2 {
  width: 40%;
  max-width: 150px;
  margin: 0 3rem;
}
@media screen and (max-width: 750px) {
  footer .f-contact_dev.logo2 {
    max-width: 220px;
  }
}
footer .f-contact_dev.logo2 p {
  margin-left: 25%;
}
footer .f-dev {
  padding: 0 0 30px;
}
@media screen and (max-width: 750px) {
  footer .f-dev {
    padding: 0 0 30px;
  }
}
footer .f-dev_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .f-dev_link li {
  margin: 0 10px 10px;
}
footer .f-dev_link li a {
  color: #000;
  font-size: 11px;
}
footer .f-dev_link2 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  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: 10px 0;
  margin: 30px 0 0;
}
footer .f-dev_link2 li {
  margin: 5px 10px;
}
footer .f-dev_link2 li.ttl {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer .f-dev_link2 li {
    width: 100%;
    margin: 5px 0;
  }
}
footer .f-dev_link2 li p,
footer .f-dev_link2 li a {
  color: #808080;
}
@media screen and (max-width: 750px) {
  footer .f-dev_link2 li p,
  footer .f-dev_link2 li a {
    text-align: center;
    margin: 0 auto;
  }
}
footer .f-dev_link2 li p {
  font-size: 11px;
}
footer .f-dev_link2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 210px;
  height: 25px;
  border: solid 1px #666;
  background: #666;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  footer .f-dev_link2 li a {
    text-align: center;
    margin: 0 auto;
  }
}
footer .f-dev_link2 li a:hover {
  color: #666;
  background: #fff;
}
footer .f-dev_copy {
  margin-top: 20px;
  width: 100%;
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer .f-dev_copy {
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  footer .snslink_box {
    margin: 3rem auto 5rem;
    width: 95%;
  }
  footer .snslink_box .bnr_line_link {
    max-width: none;
    width: 624px;
    margin: 0 0 3rem;
  }
  footer .snslink_box .bnr_suumo_link {
    width: 624px;
    margin: 0 0 3rem;
  }
  footer .snslink_box .bnr_pet_link {
    width: 624px;
    margin: 0 0 3rem;
  }
  footer .snslink_box .bnr_sns_link {
    max-width: none;
    width: 624px;
    margin: 0 0 3rem;
  }
  footer .snslink_box .bnr_sns_link a {
    width: 50px;
    height: 50px;
    top: 9px;
  }
  footer .snslink_box .bnr_app_link {
    max-width: none;
    width: 624px;
    margin: 0 0 3rem;
  }
  footer .snslink_box .bnr_app_link2 {
    max-width: none;
    margin: 0 0 3rem;
    width: 624px;
  }
  /*@media screen end*/
}
.nav.act {
  display: none;
}

.nav-h {
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}

y .nav-h.act {
  right: 0;
}

.black-bg {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}

.black-bg.act {
  opacity: 0.7;
  visibility: visible;
}

.nav-btn_wrap {
  position: fixed;
  right: 5px;
  top: 35px;
  z-index: 9999;
  padding: 0;
  width: 70px;
  height: 63px;
}

button.nav-btn {
  width: 45px;
  height: 30px;
  z-index: 1;
  position: relative;
  display: block;
}

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

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

button.nav-btn.clr-blk span {
  background-color: #000;
}

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 p {
  position: absolute;
  bottom: -15px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  opacity: 0;
}

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

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

button.nav-btn span:nth-of-type(3) {
  top: 18px;
}

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

@keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(15px) rotate(45deg);
            transform: translateY(15px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(15px) rotate(0);
            transform: translateY(15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
button.nav-btn span:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

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

button.nav-btn span:nth-of-type(4) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

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

@keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-15px) rotate(-45deg);
            transform: translateY(-15px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(0);
            transform: translateY(-15px) 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;
  background-color: #3c5447;
}

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

@keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(25deg);
            transform: translateY(10px) rotate(25deg);
  }
}
button.nav-btn.active p {
  opacity: 1;
  color: #3c5447;
}

button.nav-btn.active span:nth-of-type(2) {
  opacity: 0;
  background-color: #3c5447;
}

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

button.nav-btn.active span:nth-of-type(4) {
  opacity: 0;
  background-color: #3c5447;
}

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

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

@keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-25deg);
            transform: translateY(-8px) rotate(-25deg);
  }
}
@media screen and (max-width: 750px) {
  .nav-btn_wrap {
    width: 55px;
  }
  button.nav-btn {
    width: 33px;
    height: 21px;
    display: block;
    position: fixed;
    top: 20px;
    right: 18px;
    z-index: 9999;
  }
  button.nav-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  button.nav-btn p {
    font-size: 1.7rem;
  }
  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;
  }
}
.com-lead {
  font-size: 2.7rem;
  letter-spacing: 0.24em;
  line-height: 1.7;
  color: #b3917b;
}

.com-txt {
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  line-height: 2.7;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .com-lead {
    font-size: 3.6rem;
  }
  .com-txt {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    line-height: 2.4;
  }
}
.com-note {
  font-size: 1rem;
  line-height: 1.4;
}
.com-note.right {
  text-align: right;
}
.com-note.center {
  text-align: center;
}

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

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

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

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

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

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

@media screen and (max-width: 750px) {
  .com-content {
    width: 75rem;
    padding: 0 4rem;
    margin: 0 auto;
  }
}
.com-btn_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;
  padding: 4rem 0;
}
.com-btn_wrap .com-btn {
  width: 90%;
  max-width: 510px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  position: relative;
}
.com-btn_wrap .com-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.com-btn_wrap .com-btn a p {
  text-align: center;
  color: #fff;
  padding-top: 3rem;
  font-size: 2.3rem;
}
.com-btn_wrap .com-btn a span {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  font-family: "Cinzel", serif;
}

@media screen and (max-width: 750px) {
  .com-btn_wrap .com-btn a p {
    font-size: 3.3rem;
  }
  .com-btn_wrap .com-btn a span {
    font-size: 2.5rem;
  }
}
.com_column_area {
  margin: 7rem 0 0;
}
.com_column_area .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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #fff;
  padding: 2.5rem;
}
.com_column_area .flex_box .img {
  width: 33rem;
}
.com_column_area .flex_box .copy {
  width: 59rem;
}
.com_column_area .flex_box .lead {
  font-size: 2.1rem;
  line-height: 1.5;
  text-align: center;
}
.com_column_area .flex_box .txt {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.9;
  margin: 2.6rem 0 0;
}
.com_column_area .flex_box a {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  font-size: 1.1rem;
  letter-spacing: 0;
  display: block;
  margin: 2rem 0 0;
}
.com_column_area .flex_box a:hover {
  color: #1e58a1;
}

@media screen and (max-width: 750px) {
  .com_column_area .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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5rem 4rem 6rem;
  }
  .com_column_area .flex_box .img {
    width: 100%;
  }
  .com_column_area .flex_box .copy {
    width: 100%;
    margin: 4rem 0 0;
  }
  .com_column_area .flex_box .lead {
    font-size: 3rem;
  }
  .com_column_area .flex_box .txt {
    font-size: 2.6rem;
    line-height: 1.9;
    margin: 3rem 0 0;
  }
  .com_column_area .flex_box a {
    font-size: 2.2rem;
    margin: 4rem 0 0;
  }
}
.com_plan_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem 0;
  width: 93rem;
  margin: 5rem auto 0;
}
.com_plan_box .plan {
  -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: 45rem;
  background: rgba(255, 255, 255, 0.65);
  padding: 2rem 0 3rem;
}
.com_plan_box .plan:hover {
  background: white;
}
.com_plan_box .ttl {
  width: 40rem;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  background: linear-gradient(45deg, rgb(84, 118, 171) 0%, rgb(75, 140, 202) 41%, rgb(112, 200, 235) 100%);
  padding: 1.4rem 0;
  margin: 0 auto;
}
.com_plan_box .ttl_1 {
  font-size: 3rem;
}
.com_plan_box .ttl_2 {
  font-size: 2.3rem;
}
.com_plan_box .ttl_3 {
  font-size: 1.5rem;
}
.com_plan_box .spec {
  color: #006bb0;
  text-align: center;
  margin: 2.6rem 0 0;
}
.com_plan_box .spec .clr_b {
  color: #231815;
}
.com_plan_box .spec_1 {
  font-size: 3.5rem;
}
.com_plan_box .spec_2 {
  font-size: 2.2rem;
}
.com_plan_box .spec_3 {
  font-size: 2rem;
  color: #231815;
}
.com_plan_box .type_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50rem;
  margin: 2rem 0 0;
}
.com_plan_box .type_img .img.d_type {
  width: 33.363rem;
}
.com_plan_box .type_img .img.eg_type {
  width: 33.363rem;
}
.com_plan_box .type_img .img.f_type {
  width: 33.363rem;
}
.com_plan_box .type_img .img.gr_type {
  width: 33.363rem;
}
.com_plan_box .type_img .img.hr_type {
  width: 33.363rem;
}
.com_plan_box .type_img .img.mr_type {
  width: 33.363rem;
}
.com_plan_box .arrow {
  width: 13rem;
  margin: 3rem auto 0;
}
.com_plan_box .arrow_txt {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .com_plan_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: 5rem 0;
    width: 100%;
  }
  .com_plan_box .plan {
    width: 58rem;
    padding: 3rem 0 5rem;
  }
  .com_plan_box .ttl {
    width: 52rem;
    padding: 2rem 0;
  }
  .com_plan_box .ttl_1 {
    font-size: 4rem;
  }
  .com_plan_box .ttl_2 {
    font-size: 3.2rem;
  }
  .com_plan_box .ttl_3 {
    font-size: 2.6rem;
  }
  .com_plan_box .spec {
    margin: 2.6rem 0 0;
  }
  .com_plan_box .spec_1 {
    font-size: 4.4rem;
  }
  .com_plan_box .spec_2 {
    font-size: 3.2rem;
  }
  .com_plan_box .spec_3 {
    font-size: 3rem;
  }
  .com_plan_box .type_img {
    height: auto;
    margin: 3rem 0 0;
  }
  .com_plan_box .type_img .img.d_type {
    width: 50.55rem;
  }
  .com_plan_box .type_img .img.eg_type {
    width: 50.55rem;
  }
  .com_plan_box .type_img .img.f_type {
    width: 50.55rem;
  }
  .com_plan_box .type_img .img.gr_type {
    width: 50.55rem;
  }
  .com_plan_box .type_img .img.hr_type {
    width: 50.55rem;
  }
  .com_plan_box .type_img .img.mr_type {
    width: 50.55rem;
  }
  .com_plan_box .arrow {
    width: 17rem;
    margin: 6rem auto 0;
  }
  .com_plan_box .arrow_txt {
    font-size: 2.2rem;
  }
}
.com-loadwrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #fff;
  opacity: 1;
}
.com-loadwrap.no_active {
  -webkit-animation-name: loadAnime;
          animation-name: loadAnime;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
@keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}

/*動き*/
.m_left {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.m_left_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.m_right {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.m_right_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

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

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

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

@media screen and (min-width: 769px) {
  .m_op_d1 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .m_op_d2 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .m_op_d3 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .m_op_d4 {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .m_op_d5 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .m_op_d6 {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .m_op_d7 {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .m_op_d8 {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .m_op_d9 {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
}
#pageTop main {
  padding-top: 0;
}
@media screen and (min-width: 751px) {
  #pageTop main {
    margin-top: 0;
  }
}
#pageTop .line {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
}
#pageTop .line.line1::after, #pageTop .line.line1::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 46%;
  opacity: 1;
  mix-blend-mode: multiply;
}
#pageTop .line.line1::after {
  right: 0%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(43, 52, 52)), to(rgb(163, 117, 103)));
  background: linear-gradient(90deg, rgb(43, 52, 52) 0%, rgb(163, 117, 103) 100%);
}
#pageTop .line.line1::before {
  left: 0%;
  background: -webkit-gradient(linear, right top, left top, from(rgb(43, 52, 52)), to(rgb(163, 117, 103)));
  background: linear-gradient(270deg, rgb(43, 52, 52) 0%, rgb(163, 117, 103) 100%);
}
#pageTop .line.line1::after, #pageTop .line.line1::before {
  mix-blend-mode: normal;
}
#pageTop .line.line2 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(163, 117, 103)), color-stop(54.97%, rgb(60, 84, 71)), color-stop(55.33%, rgb(62, 85, 72)), color-stop(64.31%, rgb(98, 96, 83)), color-stop(73.33%, rgb(126, 105, 92)), color-stop(82.3%, rgb(147, 112, 98)), color-stop(91.22%, rgb(159, 116, 102)), to(rgb(163, 117, 103)));
  background: linear-gradient(90deg, rgb(163, 117, 103) 0%, rgb(60, 84, 71) 54.97%, rgb(62, 85, 72) 55.33%, rgb(98, 96, 83) 64.31%, rgb(126, 105, 92) 73.33%, rgb(147, 112, 98) 82.3%, rgb(159, 116, 102) 91.22%, rgb(163, 117, 103) 100%);
}
#pageTop .line.top {
  top: 6px;
}
#pageTop .line.bottom {
  bottom: 6px;
}
#pageTop .banner_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem;
  width: 80%;
  margin: 20px auto;
}
@media screen and (max-width: 750px) {
  #pageTop .banner_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-top: 5rem;
  }
}
#pageTop .banner_list .banner_item {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#pageTop .banner_list .banner_item:hover {
  opacity: 0.7;
}
#pageTop .banner_list .banner_item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  background: #39413d;
  mix-blend-mode: multiply;
  opacity: 0.35;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  z-index: -1;
}
#pageTop .btn_viewmore {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.06em;
  color: #b3917b;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  #pageTop .btn_viewmore {
    font-size: 2.6rem;
  }
}
#pageTop .btn_viewmore .icon {
  display: block;
  width: 15rem;
  margin-top: -2.3rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 750px) {
  #pageTop .btn_viewmore .icon {
    width: 22.5rem;
    margin-top: -4.7rem;
  }
}
#pageTop .btn_viewmore:hover .icon {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
#pageTop .main_wrap {
  position: relative;
  height: 56.2vw;
}
@media screen and (max-width: 750px) {
  #pageTop .main_wrap {
    height: 177.6vw;
  }
}
#pageTop .main_wrap .main_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  #pageTop .main_wrap .main_img {
    position: static;
  }
}
#pageTop .main_wrap .main_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media screen and (max-width: 750px) {
  #pageTop .main_wrap .main_img img {
    position: static;
  }
}
#pageTop .main_wrap .main_txt {
  position: absolute;
  width: 29.5%;
  top: 23.4%;
  left: 7.9%;
}
@media screen and (max-width: 750px) {
  #pageTop .main_wrap .main_txt {
    width: 51.2%;
    top: 15.4%;
    left: 5.9%;
  }
}
#pageTop .main_wrap .fix_img_box {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#pageTop .main_wrap .fix_img_box .img {
  width: 100%;
  height: 100%;
}
#pageTop .main_wrap .fix_img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#pageTop .main_wrap .fix_img_box.act {
  opacity: 1;
}
#pageTop .main_wrap .btn_box {
  width: 11rem;
  height: 3.6rem;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .main_wrap .btn_box {
    width: 17rem;
    height: 6rem;
  }
}
#pageTop .main_wrap .btn_box .skip_btn,
#pageTop .main_wrap .btn_box .re_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: 100%;
  height: 100%;
  letter-spacing: 0.14em;
  font-weight: 500;
  border: 1px solid #fff;
  font-size: 1.3rem;
  color: #fff;
  background: rgba(10, 15, 12, 0.2901960784);
}
@media screen and (max-width: 750px) {
  #pageTop .main_wrap .btn_box .skip_btn,
  #pageTop .main_wrap .btn_box .re_btn {
    font-size: 2.4rem;
  }
}
#pageTop .main_wrap .btn_box .re_btn {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#pageTop .main_wrap .btn_box.act .skip_btn {
  opacity: 0;
}
#pageTop .main_wrap .btn_box.act .re_btn {
  opacity: 1;
}
#pageTop .merit_wrap {
  background: #2b3434;
}
#pageTop .merit_area {
  background: #b3917b;
  position: relative;
}
#pageTop .merit_area::after, #pageTop .merit_area::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 50%;
  opacity: 0.35;
  mix-blend-mode: multiply;
}
#pageTop .merit_area::after {
  right: 0%;
  background: -webkit-gradient(linear, right top, left top, from(rgb(118, 97, 77)), color-stop(3.22%, rgb(129, 109, 91)), color-stop(14.6%, rgb(162, 148, 134)), color-stop(26.53%, rgb(191, 181, 171)), color-stop(38.9%, rgb(214, 208, 202)), color-stop(51.85%, rgb(232, 229, 225)), color-stop(65.61%, rgb(245, 243, 242)), color-stop(80.76%, rgb(253, 252, 252)), to(rgb(255, 255, 255)));
  background: linear-gradient(270deg, rgb(118, 97, 77) 0%, rgb(129, 109, 91) 3.22%, rgb(162, 148, 134) 14.6%, rgb(191, 181, 171) 26.53%, rgb(214, 208, 202) 38.9%, rgb(232, 229, 225) 51.85%, rgb(245, 243, 242) 65.61%, rgb(253, 252, 252) 80.76%, rgb(255, 255, 255) 100%);
}
#pageTop .merit_area::before {
  left: 0%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(118, 97, 77)), color-stop(3.22%, rgb(129, 109, 91)), color-stop(14.6%, rgb(162, 148, 134)), color-stop(26.53%, rgb(191, 181, 171)), color-stop(38.9%, rgb(214, 208, 202)), color-stop(51.85%, rgb(232, 229, 225)), color-stop(65.61%, rgb(245, 243, 242)), color-stop(80.76%, rgb(253, 252, 252)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(118, 97, 77) 0%, rgb(129, 109, 91) 3.22%, rgb(162, 148, 134) 14.6%, rgb(191, 181, 171) 26.53%, rgb(214, 208, 202) 38.9%, rgb(232, 229, 225) 51.85%, rgb(245, 243, 242) 65.61%, rgb(253, 252, 252) 80.76%, rgb(255, 255, 255) 100%);
}
#pageTop .merit_area_2 {
  margin: 1rem 0 0;
}
#pageTop .merit_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1190px;
  margin: 0 auto;
  padding: 2rem 4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_list {
    padding: 4rem 6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#pageTop .merit_item {
  padding-block: 1.4rem 0;
  position: relative;
}
#pageTop .merit_item::after {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 10.4rem;
  background: url("../img/top/merit_border.svg") center/cover no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.3rem;
}
#pageTop .merit_item-1 {
  padding-right: 3.6rem;
  width: 28rem;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_item-1 {
    width: 46%;
    padding-top: 0;
  }
}
#pageTop .merit_item-2 {
  width: 38rem;
  padding: 0 4rem;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_item-2 {
    width: 54%;
    padding: 0 0 0 3.6rem;
  }
  #pageTop .merit_item-2::after {
    content: none;
  }
}
#pageTop .merit_item-3 {
  padding: 0 0 0 4rem;
  width: 54rem;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_item-3 {
    width: 100%;
    padding: 3rem 0 0;
    margin: 4rem 0 0;
  }
}
#pageTop .merit_item-3::after {
  display: none;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_item-3::after {
    display: block;
    width: 100%;
    height: 1rem;
    background: url("../img/top/merit_border-2.svg") center/cover no-repeat;
    right: 0;
    top: 0;
  }
}
#pageTop .merit_item-4 {
  padding: 0 3rem 0 0;
  width: 60rem;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_item-4 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .merit_item-4::after {
    display: none;
  }
}
#pageTop .merit_item-5 {
  width: 59.5rem;
  padding: 0 0 0 4rem;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_item-5 {
    width: 100%;
    padding: 3rem 0 0;
    margin: 4rem 0 0;
  }
}
#pageTop .merit_item-5::after {
  display: none;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_item-5::after {
    content: "";
    display: block;
    width: 100%;
    height: 1rem;
    background: url("../img/top/merit_border-2.svg") center/cover no-repeat;
    right: 0;
    bottom: unset;
    top: -0.5rem;
  }
}
#pageTop .info_wrap {
  background: #2b3434;
  padding: 7.5rem 0 10.5rem;
  position: relative;
}
#pageTop .info_wrap::after, #pageTop .info_wrap::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 25%;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
#pageTop .info_wrap::after {
  right: 0%;
  background: -webkit-gradient(linear, right top, left top, from(rgb(76, 85, 69)), color-stop(4.94%, rgb(97, 105, 91)), color-stop(16.11%, rgb(139, 144, 134)), color-stop(27.84%, rgb(175, 179, 171)), color-stop(39.99%, rgb(204, 206, 202)), color-stop(52.7%, rgb(226, 228, 225)), color-stop(66.22%, rgb(242, 243, 242)), color-stop(81.11%, rgb(252, 252, 252)), to(rgb(255, 255, 255)));
  background: linear-gradient(270deg, rgb(76, 85, 69) 0%, rgb(97, 105, 91) 4.94%, rgb(139, 144, 134) 16.11%, rgb(175, 179, 171) 27.84%, rgb(204, 206, 202) 39.99%, rgb(226, 228, 225) 52.7%, rgb(242, 243, 242) 66.22%, rgb(252, 252, 252) 81.11%, rgb(255, 255, 255) 100%);
}
#pageTop .info_wrap::before {
  left: 0%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(76, 85, 69)), color-stop(4.94%, rgb(97, 105, 91)), color-stop(16.11%, rgb(139, 144, 134)), color-stop(27.84%, rgb(175, 179, 171)), color-stop(39.99%, rgb(204, 206, 202)), color-stop(52.7%, rgb(226, 228, 225)), color-stop(66.22%, rgb(242, 243, 242)), color-stop(81.11%, rgb(252, 252, 252)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(76, 85, 69) 0%, rgb(97, 105, 91) 4.94%, rgb(139, 144, 134) 16.11%, rgb(175, 179, 171) 27.84%, rgb(204, 206, 202) 39.99%, rgb(226, 228, 225) 52.7%, rgb(242, 243, 242) 66.22%, rgb(252, 252, 252) 81.11%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap {
    padding: 10rem 0 11rem;
  }
}
#pageTop .info_wrap .com-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap .com-btn_wrap .com-btn {
    width: 100%;
  }
}
#pageTop .info_cap {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1.5rem;
  width: 72rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageTop .info_cap {
    width: calc(100% - 4rem);
  }
}
#pageTop .info_cap::after, #pageTop .info_cap::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #a37567;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
#pageTop .info_cap::after {
  right: -10px;
}
#pageTop .info_cap::before {
  left: -10px;
}
#pageTop .info_cap span {
  background: #a37567;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
}
#pageTop .info_cap p {
  text-align: center;
  font-size: 1.65rem;
  line-height: 2;
  letter-spacing: 0;
  color: #b3917b;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #pageTop .info_cap p {
    font-size: 2.2rem;
  }
}
#pageTop .info_lead {
  font-size: 4.3rem;
  letter-spacing: 0.02em;
  color: #b3917b;
  text-align: center;
  font-weight: 400;
  margin-top: 1em;
  line-height: 1.3;
}
#pageTop .info_lead .s1 {
  font-size: 2.7rem;
}
#pageTop .info_lead .s2 {
  font-size: 3rem;
}
#pageTop .info_lead .s3 {
  font-size: 3.55rem;
}
#pageTop .info_desc {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 2em 0 1em;
}
@media screen and (max-width: 750px) {
  #pageTop .info_desc {
    font-size: 2.6rem;
  }
}
#pageTop .concept_wrap {
  padding: 1.5rem 0 7rem;
}
#pageTop .concept_cap {
  text-align: center;
  color: #b3917b;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .concept_cap {
    font-size: 3.2rem;
  }
}
#pageTop .concept_lead {
  width: 43.2rem;
  margin: 7rem auto 6.5rem;
}
@media screen and (max-width: 750px) {
  #pageTop .concept_lead {
    width: 52rem;
  }
}
#pageTop .concept_ttl {
  font-weight: 400;
  font-size: 2.7rem;
  letter-spacing: 0.14em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #pageTop .concept_ttl {
    font-size: 3.2rem;
  }
}
#pageTop .concept_desc {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.9166666667;
  letter-spacing: 0.06em;
  margin-top: 2.5em;
}
@media screen and (max-width: 750px) {
  #pageTop .concept_desc {
    font-size: 2.6rem;
    letter-spacing: -0.05em;
  }
}
#pageTop .cbtn_wrap {
  padding-bottom: 7.5rem;
}
#pageTop .cbtn_wrap .com-content {
  width: 119rem;
}
#pageTop .cbtn_wrap .btn_viewmore {
  position: absolute;
  bottom: 5.5rem;
  left: 10rem;
}
@media screen and (max-width: 750px) {
  #pageTop .cbtn_wrap .btn_viewmore {
    bottom: 6rem;
    left: 7rem;
  }
}
#pageTop .cbtn_main {
  position: relative;
  padding: 7px 0;
}
#pageTop .cbtn_main .line.top {
  top: 0;
}
#pageTop .cbtn_main .line.bottom {
  bottom: 0;
}
#pageTop .cbtn_img {
  position: relative;
  overflow: hidden;
}
#pageTop .cbtn_img .hide {
  opacity: 0;
}
#pageTop .cbtn_img .show {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#pageTop .cbtn_img .show img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#pageTop .cbtn_overlay {
  width: 20.4%;
  position: absolute;
  height: calc(100% - 14px);
  left: 0;
  top: 7px;
  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;
}
@media screen and (max-width: 750px) {
  #pageTop .cbtn_overlay {
    width: 43.6%;
  }
}
#pageTop .cbtn_overlay::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  mix-blend-mode: multiply;
}
#pageTop .cbtn_sub, #pageTop .cbtn_ttl {
  color: #b3917b;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2;
  position: relative;
  z-index: 2;
}
#pageTop .cbtn_sub {
  font-size: 1.1rem;
}
@media screen and (max-width: 750px) {
  #pageTop .cbtn_sub {
    font-size: 2.6rem;
  }
}
#pageTop .cbtn_ttl {
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #pageTop .cbtn_ttl {
    font-size: 4.6rem;
  }
}
#pageTop .cbtn_desc {
  font-size: 2.4rem;
  color: #b3917b;
  letter-spacing: 0.14em;
  line-height: 1.7;
  margin-top: 0.7em;
  text-align: left;
  padding-left: 7rem;
}
@media screen and (max-width: 750px) {
  #pageTop .cbtn_desc {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    padding-left: 4.5rem;
  }
}
#pageTop .gallery_wrap {
  padding: 5rem 0 11rem;
}
@media screen and (max-width: 750px) {
  #pageTop .gallery_wrap {
    padding: 10rem 0 20rem;
  }
}
#pageTop .gallery_swiper {
  overflow: visible;
}
#pageTop .gallery_swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 9rem;
}
@media screen and (max-width: 750px) {
  #pageTop .gallery_swiper .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
}
#pageTop .gallery_item {
  width: 35.0877192982%;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageTop .gallery_item {
    margin-right: 9rem;
    width: 85.5%;
    margin-right: 6.5rem;
  }
}
#pageTop .gallery_item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  background: #000;
  mix-blend-mode: multiply;
  opacity: 0.35;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
#pageTop .gallery_item.comming::after {
  position: absolute;
  content: "COMING \aSOON";
  text-align: center;
  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;
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 3.1rem;
  line-height: 1.1666666667;
  letter-spacing: 0.14em;
  color: #b3917b;
  white-space: pre-wrap;
  width: 100%;
  height: 100%;
  padding-bottom: 30%;
  top: 0;
  left: 0;
  background: rgba(43, 52, 52, 0.9);
  z-index: 3;
}
#pageTop .gallery_item-main {
  position: relative;
  z-index: 2;
  padding: 1.2rem;
  background: #2b3434;
}
@media screen and (max-width: 750px) {
  #pageTop .gallery_item-main {
    padding: 2rem;
  }
}
#pageTop .gallery_item-img {
  position: relative;
}
#pageTop .gallery_item p {
  color: #b3917b;
}
#pageTop .gallery_item-ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  #pageTop .gallery_item-ttl {
    font-size: 5rem;
  }
}
#pageTop .gallery_item-desc {
  font-size: 2rem;
  line-height: 1.5714285714;
  letter-spacing: -0.1rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  #pageTop .gallery_item-desc {
    font-size: 3.2rem;
  }
}
#pageTop .gallery_item .btn_viewmore {
  margin: 3.5rem auto 0.5rem;
}
@media screen and (max-width: 750px) {
  #pageTop .gallery_item .btn_viewmore {
    margin-bottom: 2.5rem;
  }
}
figure {
  position: relative;
}

.com_main_wrap {
  width: 100%;
  height: 100vh;
}
.com_main_wrap .img_box {
  width: 100%;
  height: 100%;
  position: relative;
}
.com_main_wrap .img_box .img {
  -webkit-transition: all 4000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 4000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.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%;
}
.com_main_wrap .copy_box {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  position: absolute;
  top: 0;
  left: 0;
  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: 21%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translate(-100%, 0%);
          transform: translate(-100%, 0%);
}
.com_main_wrap .copy_box::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  mix-blend-mode: multiply;
}
.com_main_wrap .copy_box .copy {
  position: relative;
}
.com_main_wrap .copy_box .accent {
  width: 6.7rem;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  margin: 0 auto;
}
.com_main_wrap .copy_box .ttl {
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #b3917b;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  margin: 3rem 0 0;
}

#pageMap .com_main_wrap,
#pageOutline .com_main_wrap {
  height: 42vh;
  overflow: visible;
}
#pageMap .com_main_wrap::before,
#pageOutline .com_main_wrap::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #A37567;
  background: -webkit-gradient(linear, left top, right top, from(rgb(163, 117, 103)), color-stop(50%, rgb(43, 52, 52)), to(rgb(163, 117, 103)));
  background: linear-gradient(90deg, rgb(163, 117, 103) 0%, rgb(43, 52, 52) 50%, rgb(163, 117, 103) 100%);
  position: absolute;
  left: 0;
  bottom: -1rem;
  -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: 0;
  -webkit-transform: translate(-100%, 0%);
          transform: translate(-100%, 0%);
}
@media screen and (max-width: 750px) {
  #pageMap .com_main_wrap::before,
  #pageOutline .com_main_wrap::before {
    bottom: -2rem;
  }
}
@media screen and (max-width: 750px) {
  #pageMap .com_main_wrap,
  #pageOutline .com_main_wrap {
    height: 32vh;
  }
}
#pageMap .com_main_wrap .copy_box,
#pageOutline .com_main_wrap .copy_box {
  width: 100%;
}
#pageMap .com_main_wrap.act::before,
#pageOutline .com_main_wrap.act::before {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.com_main_wrap.act .img_box .img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.com_main_wrap.act .copy_box {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
.com_main_wrap.act .copy_box .accent {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.com_main_wrap.act .copy_box .ttl {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .com_main_wrap {
    height: calc(100dvh - 11rem);
  }
  .com_main_wrap .copy_box {
    width: 37%;
  }
  .com_main_wrap .copy_box .accent {
    width: 9rem;
  }
  .com_main_wrap .copy_box .ttl {
    font-size: 4.2rem;
    margin: 4rem 0 0;
  }
}
.com_main_container {
  position: relative;
  background: #232A29;
  background: -webkit-gradient(linear, left top, right top, from(rgb(35, 42, 41)), color-stop(50%, rgb(45, 52, 52)), to(rgb(35, 42, 41)));
  background: linear-gradient(90deg, rgb(35, 42, 41) 0%, rgb(45, 52, 52) 50%, rgb(35, 42, 41) 100%);
}
.com_main_container p {
  color: #fff;
}
.com_main_container .com-lead {
  color: #b3917b;
}

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

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

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

.txt_center {
  text-align: center;
}

.txt_justify {
  text-align: justify;
}

.txt_right {
  text-align: right;
}

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

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

#pageLocation .com_main_container .ank_area .ank_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 0.6rem;
  margin: 6rem 0 0;
  padding-bottom: 3rem;
}
#pageLocation .com_main_container .ank_area .ank_box .p1 {
  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: 19.5rem;
  height: 6rem;
  background: #adaeae;
  font-size: 1.9rem;
  letter-spacing: 0.26em;
  color: #3c5447;
  position: relative;
}
#pageLocation .com_main_container .ank_area .ank_box .p1::before, #pageLocation .com_main_container .ank_area .ank_box .p1::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  position: absolute;
  left: 0;
}
#pageLocation .com_main_container .ank_area .ank_box .p1::before {
  top: -0.5rem;
}
#pageLocation .com_main_container .ank_area .ank_box .p1::after {
  bottom: -0.5rem;
}
#pageLocation .com_main_container .ank_area .ank_box .p2 {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  color: #b3917b;
  display: block;
  margin: 1.4rem 0 0;
}
#pageLocation .com_main_container .ank_area .ank_box a.act {
  pointer-events: none;
}
#pageLocation .com_main_container .ank_area .ank_box a.act .p1 {
  background: #dedede;
}
#pageLocation .com_main_container .ank_area .ank_box a.act .p1::before, #pageLocation .com_main_container .ank_area .ank_box a.act .p1::after {
  opacity: 0.8;
}
#pageLocation .com_main_container .img_com_area {
  padding: 5rem 0 0;
}
#pageLocation .com_main_container .img_com_area .img_box {
  height: 34rem;
  position: relative;
}
#pageLocation .com_main_container .img_com_area .img_box::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #A37567;
  background: -webkit-gradient(linear, left top, right top, from(rgb(163, 117, 103)), color-stop(50%, rgb(43, 52, 52)), to(rgb(163, 117, 103)));
  background: linear-gradient(90deg, rgb(163, 117, 103) 0%, rgb(43, 52, 52) 50%, rgb(163, 117, 103) 100%);
  position: absolute;
  left: 0;
  top: -1.3rem;
}
#pageLocation .com_main_container .img_com_area .img_box .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  font-size: 3.2rem;
  letter-spacing: 0.64em;
  letter-spacing: 0;
  text-align: center;
}
#pageLocation .com_main_container .img_com_area .img_box .img {
  width: 100%;
  height: 100%;
}
#pageLocation .com_main_container .img_com_area .img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  #pageLocation .com_main_container .ank_area .ank_box {
    gap: 5rem 1rem;
    margin: 7rem 0 0;
    padding-bottom: 3rem;
  }
  #pageLocation .com_main_container .ank_area .ank_box .p1 {
    width: 22rem;
    height: 9rem;
    font-size: 2.8rem;
    letter-spacing: 0.16em;
  }
  #pageLocation .com_main_container .ank_area .ank_box .p1::before {
    top: -1rem;
  }
  #pageLocation .com_main_container .ank_area .ank_box .p1::after {
    bottom: -1rem;
  }
  #pageLocation .com_main_container .ank_area .ank_box .p2 {
    font-size: 1.4rem;
    margin: 1.8rem 0 0;
  }
  #pageLocation .com_main_container .img_com_area .img_box {
    height: 37rem;
  }
  #pageLocation .com_main_container .img_com_area .img_box::before {
    top: -1.6rem;
  }
  #pageLocation .com_main_container .img_com_area .img_box .txt {
    font-size: 4.2rem;
  }
}
#pageLocation .intor_wrap .img {
  margin-bottom: 1rem;
}
#pageLocation .intor_wrap .intor_txt {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 1rem;
  right: 0;
  width: 31%;
  padding: 1rem 2rem 1rem 4rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}
#pageLocation .bubaigawara_wrap,
#pageLocation .fuchu_wrap,
#pageLocation .nature_wrap,
#pageLocation .potential_wrap,
#pageLocation .history_wrap,
#pageLocation .lifeinfo_wrap {
  padding-bottom: 10rem;
}
#pageLocation .bubaigawara_wrap .img_com_area,
#pageLocation .fuchu_wrap .img_com_area,
#pageLocation .nature_wrap .img_com_area,
#pageLocation .potential_wrap .img_com_area,
#pageLocation .history_wrap .img_com_area,
#pageLocation .lifeinfo_wrap .img_com_area {
  margin-bottom: 8rem;
}
#pageLocation .bubaigawara_wrap .com_copy,
#pageLocation .fuchu_wrap .com_copy,
#pageLocation .nature_wrap .com_copy,
#pageLocation .potential_wrap .com_copy,
#pageLocation .history_wrap .com_copy,
#pageLocation .lifeinfo_wrap .com_copy {
  padding-bottom: 8rem;
}
#pageLocation .bubaigawara_wrap .p_name,
#pageLocation .fuchu_wrap .p_name,
#pageLocation .nature_wrap .p_name,
#pageLocation .potential_wrap .p_name,
#pageLocation .history_wrap .p_name,
#pageLocation .lifeinfo_wrap .p_name {
  color: #b3917b;
  font-size: 1.9rem;
  text-align: center;
  margin: 1.3rem auto;
  letter-spacing: 0.01rem;
}
#pageLocation .bubaigawara_wrap .p_date,
#pageLocation .fuchu_wrap .p_date,
#pageLocation .nature_wrap .p_date,
#pageLocation .potential_wrap .p_date,
#pageLocation .history_wrap .p_date,
#pageLocation .lifeinfo_wrap .p_date {
  color: #b3917b;
  font-size: 1.3rem;
  text-align: center;
}
#pageLocation .bubaigawara_wrap .p_txt,
#pageLocation .fuchu_wrap .p_txt,
#pageLocation .nature_wrap .p_txt,
#pageLocation .potential_wrap .p_txt,
#pageLocation .history_wrap .p_txt,
#pageLocation .lifeinfo_wrap .p_txt {
  color: #fff;
  line-height: 1.8;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin: 1.3rem 0 0;
}
#pageLocation .bubaigawara_wrap .shoplist,
#pageLocation .fuchu_wrap .shoplist,
#pageLocation .nature_wrap .shoplist,
#pageLocation .potential_wrap .shoplist,
#pageLocation .history_wrap .shoplist,
#pageLocation .lifeinfo_wrap .shoplist {
  padding-top: 2rem;
}
#pageLocation .bubaigawara_wrap .shoplist_ttl,
#pageLocation .fuchu_wrap .shoplist_ttl,
#pageLocation .nature_wrap .shoplist_ttl,
#pageLocation .potential_wrap .shoplist_ttl,
#pageLocation .history_wrap .shoplist_ttl,
#pageLocation .lifeinfo_wrap .shoplist_ttl {
  margin-bottom: 1rem;
  color: #b3917b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  font-size: 1.2rem;
}
#pageLocation .bubaigawara_wrap .shoplist_ttl .line,
#pageLocation .fuchu_wrap .shoplist_ttl .line,
#pageLocation .nature_wrap .shoplist_ttl .line,
#pageLocation .potential_wrap .shoplist_ttl .line,
#pageLocation .history_wrap .shoplist_ttl .line,
#pageLocation .lifeinfo_wrap .shoplist_ttl .line {
  width: calc(100% - 24rem);
  height: 1px;
  background-color: #b3917b;
}
#pageLocation .bubaigawara_wrap .shoplist ul,
#pageLocation .fuchu_wrap .shoplist ul,
#pageLocation .nature_wrap .shoplist ul,
#pageLocation .potential_wrap .shoplist ul,
#pageLocation .history_wrap .shoplist ul,
#pageLocation .lifeinfo_wrap .shoplist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1rem;
}
#pageLocation .bubaigawara_wrap .shoplist ul li,
#pageLocation .fuchu_wrap .shoplist ul li,
#pageLocation .nature_wrap .shoplist ul li,
#pageLocation .potential_wrap .shoplist ul li,
#pageLocation .history_wrap .shoplist ul li,
#pageLocation .lifeinfo_wrap .shoplist ul li {
  color: #fff;
  font-size: 1rem;
  letter-spacing: -0.03rem;
  line-height: 1.5;
}
#pageLocation .bubaigawara_wrap .lbox,
#pageLocation .fuchu_wrap .lbox,
#pageLocation .nature_wrap .lbox,
#pageLocation .potential_wrap .lbox,
#pageLocation .history_wrap .lbox,
#pageLocation .lifeinfo_wrap .lbox {
  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: 2rem;
  margin-bottom: 10rem;
}
#pageLocation .bubaigawara_wrap .lbox-w5 .lbox_item,
#pageLocation .fuchu_wrap .lbox-w5 .lbox_item,
#pageLocation .nature_wrap .lbox-w5 .lbox_item,
#pageLocation .potential_wrap .lbox-w5 .lbox_item,
#pageLocation .history_wrap .lbox-w5 .lbox_item,
#pageLocation .lifeinfo_wrap .lbox-w5 .lbox_item {
  width: 18%;
}
#pageLocation .bubaigawara_wrap .lbox-w4 .lbox_item,
#pageLocation .fuchu_wrap .lbox-w4 .lbox_item,
#pageLocation .nature_wrap .lbox-w4 .lbox_item,
#pageLocation .potential_wrap .lbox-w4 .lbox_item,
#pageLocation .history_wrap .lbox-w4 .lbox_item,
#pageLocation .lifeinfo_wrap .lbox-w4 .lbox_item {
  width: 22%;
}
#pageLocation .bubaigawara_wrap .lbox-w3 .lbox_item,
#pageLocation .fuchu_wrap .lbox-w3 .lbox_item,
#pageLocation .nature_wrap .lbox-w3 .lbox_item,
#pageLocation .potential_wrap .lbox-w3 .lbox_item,
#pageLocation .history_wrap .lbox-w3 .lbox_item,
#pageLocation .lifeinfo_wrap .lbox-w3 .lbox_item {
  width: 30rem;
}
#pageLocation .bubaigawara_wrap .lbox-w2,
#pageLocation .fuchu_wrap .lbox-w2,
#pageLocation .nature_wrap .lbox-w2,
#pageLocation .potential_wrap .lbox-w2,
#pageLocation .history_wrap .lbox-w2,
#pageLocation .lifeinfo_wrap .lbox-w2 {
  gap: 3rem;
}
#pageLocation .bubaigawara_wrap .lbox-w2 .lbox_item,
#pageLocation .fuchu_wrap .lbox-w2 .lbox_item,
#pageLocation .nature_wrap .lbox-w2 .lbox_item,
#pageLocation .potential_wrap .lbox-w2 .lbox_item,
#pageLocation .history_wrap .lbox-w2 .lbox_item,
#pageLocation .lifeinfo_wrap .lbox-w2 .lbox_item {
  width: 48.5rem;
}
#pageLocation .bubaigawara_wrap .lbox.center,
#pageLocation .fuchu_wrap .lbox.center,
#pageLocation .nature_wrap .lbox.center,
#pageLocation .potential_wrap .lbox.center,
#pageLocation .history_wrap .lbox.center,
#pageLocation .lifeinfo_wrap .lbox.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pageLocation .bubaigawara_wrap .lbox_item.w100,
#pageLocation .fuchu_wrap .lbox_item.w100,
#pageLocation .nature_wrap .lbox_item.w100,
#pageLocation .potential_wrap .lbox_item.w100,
#pageLocation .history_wrap .lbox_item.w100,
#pageLocation .lifeinfo_wrap .lbox_item.w100 {
  width: 100% !important;
}
#pageLocation .bubaigawara_wrap .column,
#pageLocation .fuchu_wrap .column,
#pageLocation .nature_wrap .column,
#pageLocation .potential_wrap .column,
#pageLocation .history_wrap .column,
#pageLocation .lifeinfo_wrap .column {
  border: 1px solid #b3917b;
  padding: 10px;
  position: relative;
  margin-bottom: 1rem;
}
#pageLocation .bubaigawara_wrap .column_box,
#pageLocation .fuchu_wrap .column_box,
#pageLocation .nature_wrap .column_box,
#pageLocation .potential_wrap .column_box,
#pageLocation .history_wrap .column_box,
#pageLocation .lifeinfo_wrap .column_box {
  background-color: #191e1f;
  padding: 3rem;
}
#pageLocation .bubaigawara_wrap .column_ttl,
#pageLocation .fuchu_wrap .column_ttl,
#pageLocation .nature_wrap .column_ttl,
#pageLocation .potential_wrap .column_ttl,
#pageLocation .history_wrap .column_ttl,
#pageLocation .lifeinfo_wrap .column_ttl {
  position: absolute;
  top: 5px;
  right: 0;
  width: 21rem;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  margin-bottom: 3rem;
}
#pageLocation .bubaigawara_wrap .group_map,
#pageLocation .fuchu_wrap .group_map,
#pageLocation .nature_wrap .group_map,
#pageLocation .potential_wrap .group_map,
#pageLocation .history_wrap .group_map,
#pageLocation .lifeinfo_wrap .group_map {
  background: #f0edec;
  border-radius: 0.5rem;
  padding: 3rem 0;
  margin: 0 0 2rem;
}
#pageLocation .bubaigawara_wrap .group_map .lead,
#pageLocation .fuchu_wrap .group_map .lead,
#pageLocation .nature_wrap .group_map .lead,
#pageLocation .potential_wrap .group_map .lead,
#pageLocation .history_wrap .group_map .lead,
#pageLocation .lifeinfo_wrap .group_map .lead {
  font-size: 1.9rem;
  color: #b3917b;
  text-align: center;
}
#pageLocation .bubaigawara_wrap .group_map .flex_map,
#pageLocation .fuchu_wrap .group_map .flex_map,
#pageLocation .nature_wrap .group_map .flex_map,
#pageLocation .potential_wrap .group_map .flex_map,
#pageLocation .history_wrap .group_map .flex_map,
#pageLocation .lifeinfo_wrap .group_map .flex_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3rem;
  margin: 4rem 0 0;
}
#pageLocation .bubaigawara_wrap .group_map .group_img,
#pageLocation .fuchu_wrap .group_map .group_img,
#pageLocation .nature_wrap .group_map .group_img,
#pageLocation .potential_wrap .group_map .group_img,
#pageLocation .history_wrap .group_map .group_img,
#pageLocation .lifeinfo_wrap .group_map .group_img {
  width: 34rem;
}
#pageLocation .bubaigawara_wrap .group_map .map_list,
#pageLocation .fuchu_wrap .group_map .map_list,
#pageLocation .nature_wrap .group_map .map_list,
#pageLocation .potential_wrap .group_map .map_list,
#pageLocation .history_wrap .group_map .map_list,
#pageLocation .lifeinfo_wrap .group_map .map_list {
  width: 56rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .bubaigawara_wrap .p_name,
  #pageLocation .fuchu_wrap .p_name,
  #pageLocation .nature_wrap .p_name,
  #pageLocation .potential_wrap .p_name,
  #pageLocation .history_wrap .p_name,
  #pageLocation .lifeinfo_wrap .p_name {
    font-size: 2.8rem;
  }
  #pageLocation .bubaigawara_wrap .p_date,
  #pageLocation .fuchu_wrap .p_date,
  #pageLocation .nature_wrap .p_date,
  #pageLocation .potential_wrap .p_date,
  #pageLocation .history_wrap .p_date,
  #pageLocation .lifeinfo_wrap .p_date {
    font-size: 2.2rem;
  }
  #pageLocation .bubaigawara_wrap .p_txt,
  #pageLocation .fuchu_wrap .p_txt,
  #pageLocation .nature_wrap .p_txt,
  #pageLocation .potential_wrap .p_txt,
  #pageLocation .history_wrap .p_txt,
  #pageLocation .lifeinfo_wrap .p_txt {
    font-size: 2.2rem;
  }
  #pageLocation .bubaigawara_wrap .shoplist,
  #pageLocation .fuchu_wrap .shoplist,
  #pageLocation .nature_wrap .shoplist,
  #pageLocation .potential_wrap .shoplist,
  #pageLocation .history_wrap .shoplist,
  #pageLocation .lifeinfo_wrap .shoplist {
    padding-top: 2rem;
  }
  #pageLocation .bubaigawara_wrap .shoplist_ttl,
  #pageLocation .fuchu_wrap .shoplist_ttl,
  #pageLocation .nature_wrap .shoplist_ttl,
  #pageLocation .potential_wrap .shoplist_ttl,
  #pageLocation .history_wrap .shoplist_ttl,
  #pageLocation .lifeinfo_wrap .shoplist_ttl {
    margin-bottom: 1rem;
    gap: 0 1rem;
    font-size: 2rem;
  }
  #pageLocation .bubaigawara_wrap .shoplist_ttl .line,
  #pageLocation .fuchu_wrap .shoplist_ttl .line,
  #pageLocation .nature_wrap .shoplist_ttl .line,
  #pageLocation .potential_wrap .shoplist_ttl .line,
  #pageLocation .history_wrap .shoplist_ttl .line,
  #pageLocation .lifeinfo_wrap .shoplist_ttl .line {
    width: calc(100% - 38rem);
  }
  #pageLocation .bubaigawara_wrap .shoplist ul,
  #pageLocation .fuchu_wrap .shoplist ul,
  #pageLocation .nature_wrap .shoplist ul,
  #pageLocation .potential_wrap .shoplist ul,
  #pageLocation .history_wrap .shoplist ul,
  #pageLocation .lifeinfo_wrap .shoplist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 1rem;
  }
  #pageLocation .bubaigawara_wrap .shoplist ul li,
  #pageLocation .fuchu_wrap .shoplist ul li,
  #pageLocation .nature_wrap .shoplist ul li,
  #pageLocation .potential_wrap .shoplist ul li,
  #pageLocation .history_wrap .shoplist ul li,
  #pageLocation .lifeinfo_wrap .shoplist ul li {
    font-size: 1.6rem;
  }
  #pageLocation .bubaigawara_wrap .lbox,
  #pageLocation .fuchu_wrap .lbox,
  #pageLocation .nature_wrap .lbox,
  #pageLocation .potential_wrap .lbox,
  #pageLocation .history_wrap .lbox,
  #pageLocation .lifeinfo_wrap .lbox {
    gap: 4rem 1rem;
  }
  #pageLocation .bubaigawara_wrap .lbox-sp2 .lbox_item,
  #pageLocation .fuchu_wrap .lbox-sp2 .lbox_item,
  #pageLocation .nature_wrap .lbox-sp2 .lbox_item,
  #pageLocation .potential_wrap .lbox-sp2 .lbox_item,
  #pageLocation .history_wrap .lbox-sp2 .lbox_item,
  #pageLocation .lifeinfo_wrap .lbox-sp2 .lbox_item {
    width: 46%;
  }
  #pageLocation .bubaigawara_wrap .lbox-w5 .lbox_item,
  #pageLocation .fuchu_wrap .lbox-w5 .lbox_item,
  #pageLocation .nature_wrap .lbox-w5 .lbox_item,
  #pageLocation .potential_wrap .lbox-w5 .lbox_item,
  #pageLocation .history_wrap .lbox-w5 .lbox_item,
  #pageLocation .lifeinfo_wrap .lbox-w5 .lbox_item {
    width: 31%;
  }
  #pageLocation .bubaigawara_wrap .lbox-w4 .lbox_item,
  #pageLocation .fuchu_wrap .lbox-w4 .lbox_item,
  #pageLocation .nature_wrap .lbox-w4 .lbox_item,
  #pageLocation .potential_wrap .lbox-w4 .lbox_item,
  #pageLocation .history_wrap .lbox-w4 .lbox_item,
  #pageLocation .lifeinfo_wrap .lbox-w4 .lbox_item {
    width: 48%;
  }
  #pageLocation .bubaigawara_wrap .lbox-w2 .lbox_item, #pageLocation .bubaigawara_wrap .lbox-w3 .lbox_item,
  #pageLocation .fuchu_wrap .lbox-w2 .lbox_item,
  #pageLocation .fuchu_wrap .lbox-w3 .lbox_item,
  #pageLocation .nature_wrap .lbox-w2 .lbox_item,
  #pageLocation .nature_wrap .lbox-w3 .lbox_item,
  #pageLocation .potential_wrap .lbox-w2 .lbox_item,
  #pageLocation .potential_wrap .lbox-w3 .lbox_item,
  #pageLocation .history_wrap .lbox-w2 .lbox_item,
  #pageLocation .history_wrap .lbox-w3 .lbox_item,
  #pageLocation .lifeinfo_wrap .lbox-w2 .lbox_item,
  #pageLocation .lifeinfo_wrap .lbox-w3 .lbox_item {
    width: 100%;
  }
  #pageLocation .bubaigawara_wrap .lbox .sp_w48,
  #pageLocation .fuchu_wrap .lbox .sp_w48,
  #pageLocation .nature_wrap .lbox .sp_w48,
  #pageLocation .potential_wrap .lbox .sp_w48,
  #pageLocation .history_wrap .lbox .sp_w48,
  #pageLocation .lifeinfo_wrap .lbox .sp_w48 {
    width: 48%;
  }
  #pageLocation .bubaigawara_wrap .group_map,
  #pageLocation .fuchu_wrap .group_map,
  #pageLocation .nature_wrap .group_map,
  #pageLocation .potential_wrap .group_map,
  #pageLocation .history_wrap .group_map,
  #pageLocation .lifeinfo_wrap .group_map {
    border-radius: 1rem;
    padding: 5rem 2rem 6rem;
    margin: 0 0 4rem;
  }
  #pageLocation .bubaigawara_wrap .group_map .lead,
  #pageLocation .fuchu_wrap .group_map .lead,
  #pageLocation .nature_wrap .group_map .lead,
  #pageLocation .potential_wrap .group_map .lead,
  #pageLocation .history_wrap .group_map .lead,
  #pageLocation .lifeinfo_wrap .group_map .lead {
    font-size: 3rem;
    line-height: 1.6;
  }
  #pageLocation .bubaigawara_wrap .group_map .flex_map,
  #pageLocation .fuchu_wrap .group_map .flex_map,
  #pageLocation .nature_wrap .group_map .flex_map,
  #pageLocation .potential_wrap .group_map .flex_map,
  #pageLocation .history_wrap .group_map .flex_map,
  #pageLocation .lifeinfo_wrap .group_map .flex_map {
    gap: 3rem 0;
    margin: 4rem 0 0;
  }
  #pageLocation .bubaigawara_wrap .group_map .group_img,
  #pageLocation .fuchu_wrap .group_map .group_img,
  #pageLocation .nature_wrap .group_map .group_img,
  #pageLocation .potential_wrap .group_map .group_img,
  #pageLocation .history_wrap .group_map .group_img,
  #pageLocation .lifeinfo_wrap .group_map .group_img {
    width: 100%;
  }
  #pageLocation .bubaigawara_wrap .group_map .map_list,
  #pageLocation .fuchu_wrap .group_map .map_list,
  #pageLocation .nature_wrap .group_map .map_list,
  #pageLocation .potential_wrap .group_map .map_list,
  #pageLocation .history_wrap .group_map .map_list,
  #pageLocation .lifeinfo_wrap .group_map .map_list {
    width: 100%;
  }
}
#pageLocation .bubaigawara_wrap .lbox.shop {
  gap: 0 5rem;
}
#pageLocation .bubaigawara_wrap .lbox_item.left {
  width: 48rem;
}
#pageLocation .bubaigawara_wrap .lbox_item.left div:first-of-type {
  margin-bottom: 3rem;
}
#pageLocation .bubaigawara_wrap .lbox_item.right {
  width: 46rem;
  border-left: 0.5px solid #b3917b;
  border-right: 0.5px solid #b3917b;
  padding: 0 4rem;
}
#pageLocation .bubaigawara_wrap .lbox_item.right div:first-child {
  margin-bottom: 3rem;
}
#pageLocation .bubaigawara_wrap .column_ibox {
  padding-top: 3rem;
  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: 3rem 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#pageLocation .bubaigawara_wrap .column_ibox .w1 {
  width: 48%;
}
#pageLocation .bubaigawara_wrap .column_ibox .w2 {
  width: 48%;
  padding-bottom: 3rem;
  line-height: 1.8;
}
#pageLocation .bubaigawara_wrap .column_ibox .w3,
#pageLocation .bubaigawara_wrap .column_ibox .w4 {
  width: 49.5%;
}
@media screen and (max-width: 750px) {
  #pageLocation .bubaigawara_wrap .lbox.shop {
    gap: 0 5rem;
  }
  #pageLocation .bubaigawara_wrap .lbox_item.left {
    margin-bottom: 5rem;
    width: 100%;
  }
  #pageLocation .bubaigawara_wrap .lbox_item.left div:first-of-type {
    margin-bottom: 3rem;
  }
  #pageLocation .bubaigawara_wrap .lbox_item.right {
    width: 100%;
    border-left: none;
    border-right: none;
    padding: 0;
  }
  #pageLocation .bubaigawara_wrap .lbox_item.right div:first-child {
    margin-bottom: 3rem;
  }
  #pageLocation .bubaigawara_wrap .column_ibox {
    padding-top: 3rem;
    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: 3rem 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  #pageLocation .bubaigawara_wrap .column_ibox .w1 {
    width: 100%;
  }
  #pageLocation .bubaigawara_wrap .column_ibox .w2 {
    width: 100%;
  }
  #pageLocation .bubaigawara_wrap .column_ibox .w3,
  #pageLocation .bubaigawara_wrap .column_ibox .w4 {
    width: 100%;
  }
}
#pageLocation .fuchu_wrap {
  padding-bottom: 0;
}
#pageLocation .fuchu_wrap .lbox-w2 {
  gap: 6rem;
}
#pageLocation .fuchu_wrap .lbox-w2 .lbox_item {
  width: 47rem;
}
#pageLocation .fuchu_wrap .lbox-w2 .lbox_item.w100 {
  width: 100%;
}
@media screen and (max-width: 750px) {
  #pageLocation .fuchu_wrap .lbox-w2 {
    gap: 3rem;
  }
  #pageLocation .fuchu_wrap .lbox-w2 .lbox_item {
    width: 100%;
  }
  #pageLocation .fuchu_wrap .lbox-w2 .lbox_item.w100 {
    width: 100%;
  }
}
#pageLocation .nature_wrap .lbox-n2 .left, #pageLocation .nature_wrap .lbox-n1 .left {
  width: 45rem;
}
#pageLocation .nature_wrap .lbox-n2 .right, #pageLocation .nature_wrap .lbox-n1 .right {
  width: 53rem;
  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;
}
#pageLocation .nature_wrap .lbox-n2 .right p, #pageLocation .nature_wrap .lbox-n1 .right p {
  width: 100%;
}
#pageLocation .nature_wrap .lbox-n2 .right .w49, #pageLocation .nature_wrap .lbox-n1 .right .w49 {
  width: 49%;
}
#pageLocation .nature_wrap .lbox-n3 .left {
  width: 26rem;
}
#pageLocation .nature_wrap .lbox-n3 .right {
  width: 72rem;
  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;
}
#pageLocation .nature_wrap .lbox-n3 .right p {
  width: 100%;
}
#pageLocation .nature_wrap .lbox-n3 .right .img1 {
  width: 63.5%;
}
#pageLocation .nature_wrap .lbox-n3 .right .img2 {
  width: 34.5%;
}
#pageLocation .nature_wrap .lbox-n3 .right .txt1 {
  width: 30%;
}
#pageLocation .nature_wrap .lbox-n3 .right .p_txt {
  width: 65%;
}
#pageLocation .nature_wrap .lbox-w4 {
  margin-top: 5rem;
}
#pageLocation .nature_wrap .lbox-w4.top {
  margin-bottom: 3rem;
}
#pageLocation .nature_wrap .lbox-w4 figure {
  margin-bottom: 2rem;
}
#pageLocation .nature_wrap .lbox-w4 .p_date {
  text-align: left;
}
#pageLocation .nature_wrap .lbox-w4 .p_date .no {
  background-color: #000;
  color: #fff;
  margin-right: 3px;
  padding: 0 3px 2px;
}
#pageLocation .nature_wrap .lbox-w4 .p_date .name {
  margin-left: 2rem;
}
#pageLocation .nature_wrap .column_ibox {
  padding-top: 3rem;
  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: 3rem 0;
}
#pageLocation .nature_wrap .column_ibox .w1 {
  width: 48%;
}
#pageLocation .nature_wrap .column_ibox .w2 {
  width: 48%;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  #pageLocation .nature_wrap .lbox-n2 .left, #pageLocation .nature_wrap .lbox-n1 .left {
    width: 100%;
  }
  #pageLocation .nature_wrap .lbox-n2 .right, #pageLocation .nature_wrap .lbox-n1 .right {
    width: 100%;
    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;
  }
  #pageLocation .nature_wrap .lbox-n2 .right p, #pageLocation .nature_wrap .lbox-n1 .right p {
    width: 100%;
  }
  #pageLocation .nature_wrap .lbox-n2 .right .w49, #pageLocation .nature_wrap .lbox-n1 .right .w49 {
    width: 49%;
  }
  #pageLocation .nature_wrap .lbox-n3 .left {
    width: 100%;
  }
  #pageLocation .nature_wrap .lbox-n3 .right {
    width: 100%;
    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;
  }
  #pageLocation .nature_wrap .lbox-n3 .right p {
    width: 100%;
  }
  #pageLocation .nature_wrap .lbox-n3 .right .img1 {
    width: 49%;
  }
  #pageLocation .nature_wrap .lbox-n3 .right .img2 {
    width: 100%;
  }
  #pageLocation .nature_wrap .lbox-n3 .right .img0 {
    width: 49%;
    margin-bottom: 2%;
  }
  #pageLocation .nature_wrap .lbox-n3 .right .txt1 {
    width: 100%;
  }
  #pageLocation .nature_wrap .lbox-n3 .right .p_txt {
    width: 100%;
  }
  #pageLocation .nature_wrap .lbox-w4 {
    margin-top: 5rem;
  }
  #pageLocation .nature_wrap .lbox-w4.top {
    margin-bottom: 3rem;
  }
  #pageLocation .nature_wrap .lbox-w4 figure {
    margin-bottom: 2rem;
  }
  #pageLocation .nature_wrap .lbox-w4 .p_date {
    text-align: left;
  }
  #pageLocation .nature_wrap .lbox-w4 .p_date .no {
    background-color: #000;
    color: #fff;
    margin-right: 3px;
    padding: 0 3px 2px;
  }
  #pageLocation .nature_wrap .lbox-w4 .p_date .name {
    margin-left: 2rem;
  }
  #pageLocation .nature_wrap .column_ibox {
    padding-top: 3rem;
    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: 3rem 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  #pageLocation .nature_wrap .column_ibox .w1 {
    width: 100%;
  }
  #pageLocation .nature_wrap .column_ibox .w2 {
    width: 100%;
  }
}
#pageLocation .potential_wrap .p_name {
  color: #fff;
  text-align: left;
  line-height: 1.8;
}
#pageLocation .potential_wrap .p_name.center {
  text-align: center;
}
#pageLocation .potential_wrap .potential1 .com-note {
  margin-left: 2rem;
  margin-top: 2rem;
}
#pageLocation .potential_wrap .potential2 {
  gap: 2rem 1.5%;
}
#pageLocation .potential_wrap .potential_ibox {
  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-bottom: 6rem;
}
#pageLocation .potential_wrap .potential_ibox figure {
  width: 50%;
}
#pageLocation .potential_wrap .lbox-w2 .tbox {
  width: 40rem;
}
#pageLocation .potential_wrap .lbox-w2 .ibox {
  width: 52rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .potential_wrap .p_name {
    color: #fff;
    text-align: left;
    line-height: 1.8;
  }
  #pageLocation .potential_wrap .p_name.center {
    text-align: center;
  }
  #pageLocation .potential_wrap .potential1 .com-note {
    margin-left: 2rem;
    margin-top: 2rem;
  }
  #pageLocation .potential_wrap .potential2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem 1.5%;
  }
  #pageLocation .potential_wrap .potential3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #pageLocation .potential_wrap .potential_ibox {
    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-bottom: 6rem;
  }
  #pageLocation .potential_wrap .potential_ibox figure {
    width: 50%;
  }
  #pageLocation .potential_wrap .lbox-w2 .tbox {
    width: 100%;
  }
  #pageLocation .potential_wrap .lbox-w2 .ibox {
    width: 100%;
  }
}
#pageLocation .history_wrap .p_name {
  text-align: left;
  line-height: 1.8;
}
#pageLocation .history_wrap .p_name.center {
  text-align: center;
}
#pageLocation .history_wrap .lbox-w2.history1 {
  margin-bottom: 3rem;
}
#pageLocation .history_wrap .lbox-w2.history2 {
  border-bottom: 1px solid #b3917b;
  padding-bottom: 5rem;
  margin-bottom: 3rem;
}
#pageLocation .history_wrap .lbox-w2 .tbox {
  width: 42rem;
}
#pageLocation .history_wrap .lbox-w2 .ibox {
  width: 50rem;
}
#pageLocation .history_wrap .history_ibox {
  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-bottom: 5rem;
}
#pageLocation .history_wrap .history_ibox figure {
  width: 33%;
}
@media screen and (max-width: 750px) {
  #pageLocation .history_wrap .lbox-w2 .tbox {
    width: 100%;
  }
  #pageLocation .history_wrap .lbox-w2 .ibox {
    width: 100%;
  }
  #pageLocation .history_wrap .history_ibox {
    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-bottom: 5rem;
  }
  #pageLocation .history_wrap .history_ibox figure {
    width: 50%;
  }
  #pageLocation .history_wrap .history_ibox figure:last-child {
    width: 100%;
  }
}
#pageLocation .lifeinfo_wrap .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 4rem;
}
#pageLocation .lifeinfo_wrap .head span.en {
  font-size: 2rem;
  padding-right: 5rem;
  letter-spacing: 0.5em;
  font-weight: 600;
}
#pageLocation .lifeinfo_wrap .head span.ja {
  font-size: 1.7rem;
  padding-right: 2rem;
}
#pageLocation .lifeinfo_wrap .head span.line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.8;
}
#pageLocation .lifeinfo_wrap .map {
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .lifeinfo_wrap .head {
    padding-top: 5rem;
  }
  #pageLocation .lifeinfo_wrap .head span.en {
    font-size: 3.2rem;
    padding-right: 2rem;
  }
  #pageLocation .lifeinfo_wrap .head span.ja {
    font-size: 3rem;
  }
}
#pageLocation .lifeinfo_wrap #lifeinfo * {
  -webkit-transition: 0s;
  transition: 0s;
}
#pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area {
  margin: 4rem auto 0;
}
#pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .tab_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .tab_box label {
  width: 19.8%;
  margin: 0;
  padding: 1.3rem 0;
  color: #3c5447;
  background: rgba(222, 222, 222, 0.7);
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.4;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .tab_box label:hover {
  opacity: 1;
  background: #dedede;
}
#pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .tab_box label.active {
  pointer-events: none;
  background: #dedede;
  position: relative;
}
#pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .tab_box label.active::after {
  content: "";
  bottom: -5px;
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 1px #fff solid;
}
#pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_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: 2.6rem 0 0;
}
#pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_box .tab_panel {
  display: none;
}
#pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_box .tab_panel.active {
  display: block;
}
#pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_box .lifeinfo_map {
  width: 68rem;
  height: 50rem;
  background: #808684;
}
#pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_list .databox {
  width: 30rem;
  max-height: 50rem;
  overflow: hidden;
  overflow-y: scroll;
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
#pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_list .databox::-webkit-scrollbar {
  width: 10px;
}
#pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_list .databox::-webkit-scrollbar-track {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
#pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_list .databox::-webkit-scrollbar-thumb {
  background: #8d9e9a;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
#pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_list .data {
  padding: 1.6rem 0.8rem;
  margin: 0 2rem 0 0;
  border-top: solid 1px #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_list .data p {
  letter-spacing: 0;
  line-height: 1.2;
}
#pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_list .data_img {
  width: 1.9rem;
  margin: 0 0.5rem 0 0;
}
#pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_list .data:first-of-type {
  border-top: none;
}
#pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_list .data_txt {
  width: calc(100% - 2.5rem);
}
#pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_list .data_txt1 {
  font-size: 1.3rem;
  text-align: left;
}
#pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_list .data_txt2 {
  font-size: 1.3rem;
  text-align: right;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageLocation {
    /*@media screen end*/
  }
  #pageLocation .lifeinfo_wrap {
    padding: 9rem 0;
  }
  #pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .tab_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: 2px 0;
  }
  #pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .tab_box label {
    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: 33%;
    height: 9.2rem;
    padding: 0;
    font-size: 2.4rem;
  }
  #pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_box {
    margin: 2rem 0 0;
  }
  #pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_box .lifeinfo_map {
    width: 100%;
    height: 45rem;
  }
  #pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_list {
    width: 100%;
    margin: 1.6rem 0 0;
  }
  #pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_list .databox {
    width: 100%;
    max-height: none;
    height: 44rem;
    /*スクロールバーの軌道*/
    /*スクロールバーの動く部分*/
  }
  #pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_list .data {
    padding: 1.6rem 0.8rem;
    margin: 0 2rem 0 0;
  }
  #pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_list .data_img {
    width: 3.2rem;
    margin: 0 1rem 0 0;
  }
  #pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_list .data_txt {
    width: 57rem;
  }
  #pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_list .data_txt1 {
    font-size: 2.4rem;
  }
  #pageLocation .lifeinfo_wrap #lifeinfo .lifeinfo_area .panel_list .data_txt2 {
    font-size: 2.4rem;
    margin: 1rem 0 0;
  }
}
#pageAccess .com_main_container .ank_area .ank_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 0.6rem;
  margin: 6rem 0 0;
}
#pageAccess .com_main_container .ank_area .ank_box .p1 {
  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: 19.5rem;
  height: 6rem;
  background: #adaeae;
  font-size: 1.9rem;
  letter-spacing: 0.26em;
  color: #3c5447;
  position: relative;
}
#pageAccess .com_main_container .ank_area .ank_box .p1::before, #pageAccess .com_main_container .ank_area .ank_box .p1::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  position: absolute;
  left: 0;
}
#pageAccess .com_main_container .ank_area .ank_box .p1::before {
  top: -0.5rem;
}
#pageAccess .com_main_container .ank_area .ank_box .p1::after {
  bottom: -0.5rem;
}
#pageAccess .com_main_container .ank_area .ank_box .p2 {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  color: #b3917b;
  display: block;
  margin: 1.4rem 0 0;
}
#pageAccess .com_main_container .ank_area .ank_box a.act {
  pointer-events: none;
}
#pageAccess .com_main_container .ank_area .ank_box a.act .p1 {
  background: #dedede;
}
#pageAccess .com_main_container .ank_area .ank_box a.act .p1::before, #pageAccess .com_main_container .ank_area .ank_box a.act .p1::after {
  opacity: 0.8;
}
#pageAccess .com_main_container .img_com_area {
  padding: 13rem 0 0;
}
#pageAccess .com_main_container .img_com_area .img_box {
  height: 34rem;
  position: relative;
}
#pageAccess .com_main_container .img_com_area .img_box::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #A37567;
  background: -webkit-gradient(linear, left top, right top, from(rgb(163, 117, 103)), color-stop(50%, rgb(43, 52, 52)), to(rgb(163, 117, 103)));
  background: linear-gradient(90deg, rgb(163, 117, 103) 0%, rgb(43, 52, 52) 50%, rgb(163, 117, 103) 100%);
  position: absolute;
  left: 0;
  top: -1.3rem;
}
#pageAccess .com_main_container .img_com_area .img_box .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  font-size: 3.2rem;
  letter-spacing: 0.64em;
  letter-spacing: 0;
  text-align: center;
}
#pageAccess .com_main_container .img_com_area .img_box .img {
  width: 100%;
  height: 100%;
}
#pageAccess .com_main_container .img_com_area .img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#pageAccess .com_main_container .flex_com_box .lead {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin: 0 0 2.6rem;
}
#pageAccess .com_main_container .flex_com_box .lead_1 {
  font-size: 1.2rem;
  letter-spacing: 0;
}
#pageAccess .com_main_container .flex_com_box .flex_inner {
  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;
}
#pageAccess .com_main_container .flex_com_box .flex_cnt.w327 {
  width: 32.7rem;
}
#pageAccess .com_main_container .flex_com_box .img {
  border-radius: 7px;
  overflow: hidden;
}
#pageAccess .com_main_container .flex_com_box .copy {
  text-align: center;
  margin: 1.8rem 0 0;
}
#pageAccess .com_main_container .flex_com_box .p1 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.38em;
  color: #b3917b;
  margin: 0 0 2.5rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .com_main_container .flex_com_box .p1.ls0 {
    letter-spacing: 0;
  }
}
#pageAccess .com_main_container .flex_com_box .p2 {
  font-size: 2.8rem;
  letter-spacing: 0.5em;
}
#pageAccess .com_main_container .flex_com_box .p3 {
  margin: 2rem 0 0;
}
#pageAccess .com_main_container .flex_com_box .p3_1 {
  font-size: 2.8rem;
}
#pageAccess .com_main_container .flex_com_box .p3_2 {
  font-size: 8.3rem;
  color: #b3917b;
}
#pageAccess .com_main_container .flex_com_box .p3_2 span {
  font-size: 6rem;
}
#pageAccess .com_main_container .flex_com_box .p3_3 {
  font-size: 2.9rem;
  color: #b3917b;
}
#pageAccess .com_main_container .column_com_box {
  border: 1px solid #b3917b;
  padding: 0.8rem;
}
#pageAccess .com_main_container .column_com_box .column_inner {
  padding: 5rem 0;
  background-image: url("../../build/img/access/time_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#pageAccess .com_main_container .column_com_box .lead {
  text-align: center;
}
#pageAccess .com_main_container .column_com_box .column_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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6rem;
  margin: 5rem 0 0;
}
#pageAccess .com_main_container .column_com_box .lead_2 {
  font-size: 1.9rem;
  letter-spacing: 0.14em;
  line-height: 1.6;
}
#pageAccess .com_main_container .column_com_box .txt {
  width: 41rem;
  margin: 2rem 0 0;
}
#pageAccess .com_main_container .column_com_box .img_1 {
  width: 39rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .com_main_container .ank_area .ank_box {
    gap: 0 1rem;
    margin: 7rem 0 0;
  }
  #pageAccess .com_main_container .ank_area .ank_box .p1 {
    width: 22rem;
    height: 9rem;
    font-size: 2.8rem;
    letter-spacing: 0.16em;
  }
  #pageAccess .com_main_container .ank_area .ank_box .p1::before {
    top: -1rem;
  }
  #pageAccess .com_main_container .ank_area .ank_box .p1::after {
    bottom: -1rem;
  }
  #pageAccess .com_main_container .ank_area .ank_box .p2 {
    font-size: 2.2rem;
    margin: 1.8rem 0 0;
  }
  #pageAccess .com_main_container .img_com_area .img_box {
    height: 37rem;
  }
  #pageAccess .com_main_container .img_com_area .img_box::before {
    top: -1.6rem;
  }
  #pageAccess .com_main_container .img_com_area .img_box .txt {
    font-size: 4.2rem;
  }
  #pageAccess .com_main_container .flex_com_box .lead {
    font-size: 3.4rem;
    margin: 0 0 3rem;
  }
  #pageAccess .com_main_container .flex_com_box .lead_1 {
    font-size: 2.2rem;
  }
  #pageAccess .com_main_container .flex_com_box .flex_cnt.w327 {
    width: 32.5rem;
  }
  #pageAccess .com_main_container .flex_com_box .copy {
    margin: 2rem 0 0;
  }
  #pageAccess .com_main_container .flex_com_box .p1 {
    font-size: 3.2rem;
  }
  #pageAccess .com_main_container .flex_com_box .p2 {
    font-size: 3.8rem;
  }
  #pageAccess .com_main_container .flex_com_box .p3 {
    margin: 3rem 0 0;
  }
  #pageAccess .com_main_container .flex_com_box .p3_1 {
    font-size: 3.8rem;
  }
  #pageAccess .com_main_container .column_com_box {
    padding: 1.8rem;
  }
  #pageAccess .com_main_container .column_com_box .column_inner {
    padding: 6rem 3rem 8rem;
  }
  #pageAccess .com_main_container .column_com_box .lead {
    letter-spacing: 0.1em;
  }
  #pageAccess .com_main_container .column_com_box .column_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 4rem 0;
  }
  #pageAccess .com_main_container .column_com_box .copy {
    width: 100%;
  }
  #pageAccess .com_main_container .column_com_box .lead_2 {
    font-size: 3rem;
  }
  #pageAccess .com_main_container .column_com_box .txt {
    width: 100%;
    margin: 3rem 0 0;
  }
  #pageAccess .com_main_container .column_com_box .img_1 {
    width: 100%;
  }
}
#pageAccess .train_wrap .flex_com_box .flex_inner {
  gap: 3rem 0;
}
#pageAccess .train_wrap .station_area .copy_box {
  margin: 5rem 0 0;
}
#pageAccess .train_wrap .station_area .map_box {
  width: 90rem;
  margin: 9rem auto 0;
}
#pageAccess .train_wrap .station_area .flex_com_box {
  margin: 12rem 0 0;
}
#pageAccess .train_wrap .shinjuku_area {
  margin: 10rem 0 0;
}
#pageAccess .train_wrap .shinjuku_area .column_com_box .img_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 3.6rem;
  margin: 4rem 0 0;
}
#pageAccess .train_wrap .shinjuku_area .column_com_box .img_2 {
  width: 30rem;
}
#pageAccess .train_wrap .shinjuku_area .column_com_box .img_3 {
  width: 28rem;
}
#pageAccess .train_wrap .shinjuku_area .train_box {
  margin: 10rem 0 0;
}
#pageAccess .train_wrap .shinjuku_area .train_box .map {
  width: 87rem;
  margin: 5rem auto 0;
}
#pageAccess .train_wrap .shinjuku_area .flex_box_1 {
  margin: 2rem 0 0;
}
#pageAccess .train_wrap .shinjuku_area .flex_box_1 .flex_cnt {
  border-right: 1px solid #fff;
}
#pageAccess .train_wrap .shinjuku_area .flex_box_1 .flex_cnt:last-child {
  border: none;
}
#pageAccess .train_wrap .shinjuku_area .flex_box_2 {
  margin: 12rem 0 0;
}
#pageAccess .train_wrap .shinjuku_area .flex_box_2 .lead {
  margin-top: 3rem;
}
#pageAccess .train_wrap .shinjuku_area .note {
  margin: 7rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_wrap .flex_com_box .flex_inner {
    gap: 5rem 0;
  }
  #pageAccess .train_wrap .station_area .copy_box {
    margin: 5rem 0 0;
  }
  #pageAccess .train_wrap .station_area .map_box {
    width: 100%;
  }
  #pageAccess .train_wrap .shinjuku_area {
    margin: 10rem 0 0;
  }
  #pageAccess .train_wrap .shinjuku_area .column_com_box .img_flex {
    gap: 3rem 0;
  }
  #pageAccess .train_wrap .shinjuku_area .column_com_box .img_2 {
    width: 40rem;
  }
  #pageAccess .train_wrap .shinjuku_area .column_com_box .img_3 {
    width: 40rem;
  }
  #pageAccess .train_wrap .shinjuku_area .train_box {
    margin: 12rem 0 0;
  }
  #pageAccess .train_wrap .shinjuku_area .train_box .map {
    width: 100%;
  }
  #pageAccess .train_wrap .shinjuku_area .flex_box_1 {
    margin: 3rem 0 0;
  }
  #pageAccess .train_wrap .shinjuku_area .flex_box_2 .lead {
    margin-top: 5rem;
  }
}
#pageAccess .bus_wrap .bus_area .copy_box {
  margin: 6rem 0 0;
}
#pageAccess .bus_wrap .bus_area .column_com_box {
  margin: 8rem 0 0;
}
#pageAccess .bus_wrap .bus_area .column_com_box .column_inner {
  background-image: url("../../build/img/access/bus_bg.png");
}
#pageAccess .bus_wrap .bus_area .column_com_box .img_2 {
  width: 55rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 750px) {
  #pageAccess .bus_wrap .bus_area .copy_box {
    margin: 7rem 0 0;
  }
  #pageAccess .bus_wrap .bus_area .column_com_box .img_2 {
    width: 100%;
  }
}
#pageAccess .car_wrap {
  padding-bottom: 15rem;
}
#pageAccess .car_wrap .location_area .copy_box {
  margin: 6rem 0 0;
}
#pageAccess .car_wrap .location_area .flex_com_box {
  margin: 9rem 0 0;
}
#pageAccess .car_wrap .location_area .flex_com_box .flex_inner {
  gap: 7rem 0;
}
#pageAccess .car_wrap .location_area .flex_com_box .flex_cnt {
  width: 48rem;
}
#pageAccess .car_wrap .location_area .flex_com_box .txt {
  line-height: 1.6;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1.4rem 0 0;
}
#pageAccess .car_wrap .location_area .map_box {
  width: 94rem;
  margin: 13rem auto 0;
}
#pageAccess .car_wrap .ic_area {
  margin: 16rem 0 0;
}
#pageAccess .car_wrap .ic_area .flex_com_box .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pageAccess .car_wrap .ic_area .flex_com_box .line {
  width: 100%;
  height: 1px;
  background: #b3917b;
}
#pageAccess .car_wrap .ic_area .flex_com_box .lead_inner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 4rem;
}
#pageAccess .car_wrap .ic_area .flex_com_box .flex_cnt {
  width: 28.6rem;
}
#pageAccess .car_wrap .ic_area .flex_com_box .p2 {
  letter-spacing: 0.2em;
}
#pageAccess .car_wrap .ic_area .flex_box_2 {
  margin: 11rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageAccess .car_wrap {
    padding-bottom: 20rem;
  }
  #pageAccess .car_wrap .location_area .copy_box {
    margin: 7rem 0 0;
  }
  #pageAccess .car_wrap .location_area .flex_com_box .flex_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 7rem 0;
  }
  #pageAccess .car_wrap .location_area .flex_com_box .flex_cnt {
    width: 50rem;
  }
  #pageAccess .car_wrap .location_area .flex_com_box .p2 {
    letter-spacing: 0.2em;
  }
  #pageAccess .car_wrap .location_area .flex_com_box .txt {
    margin: 1rem 0 0;
    padding: 2rem 0 0;
  }
  #pageAccess .car_wrap .location_area .map_box {
    width: 100%;
  }
  #pageAccess .car_wrap .ic_area {
    margin: 14rem 0 0;
  }
  #pageAccess .car_wrap .ic_area .flex_com_box .lead {
    display: block;
    text-align: center;
  }
  #pageAccess .car_wrap .ic_area .flex_com_box .line {
    display: none;
  }
  #pageAccess .car_wrap .ic_area .flex_com_box .lead_inner {
    padding: 0;
  }
  #pageAccess .car_wrap .ic_area .flex_com_box .flex_inner {
    gap: 6rem 0;
  }
  #pageAccess .car_wrap .ic_area .flex_com_box .flex_cnt {
    width: 32.5rem;
  }
  #pageAccess .car_wrap .ic_area .flex_com_box .p2 {
    letter-spacing: 0;
  }
  #pageAccess .car_wrap .ic_area .flex_box_2 {
    margin: 11rem 0 0;
  }
}
#pageDesign .com_main_container {
  padding-bottom: 8rem;
}
#pageDesign .com_main_container .inner_lead {
  font-size: 2rem;
  color: #b3917b;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  #pageDesign .com_main_container .inner_lead {
    font-size: 3.4rem;
  }
}
#pageDesign .com_main_container .inner_txt {
  font-size: 1.4rem;
  line-height: 2.5;
}
@media screen and (max-width: 750px) {
  #pageDesign .com_main_container .inner_txt {
    font-size: 2.4rem;
    line-height: 2;
  }
}
#pageDesign .com_main_container .com_head {
  background: #191e1f;
  color: #b3917b;
  font-size: 1.2rem;
  font-weight: 800;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}
#pageDesign .com_main_container .com_head::before {
  content: "";
  background: #b3917b;
  height: 0.5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#pageDesign .com_main_container .com_head span {
  font-size: 2rem;
  padding-right: 0.25rem;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  #pageDesign .com_main_container .com_head {
    font-size: 3rem;
    padding: 2rem;
    margin-bottom: 3rem;
  }
  #pageDesign .com_main_container .com_head span {
    font-size: 4rem;
    padding-right: 0.5rem;
  }
}
#pageDesign .com_main_container .designer_wrap {
  padding: 5rem 0 8rem;
  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;
}
#pageDesign .com_main_container .designer_wrap .txt_wrap {
  width: 46%;
}
#pageDesign .com_main_container .designer_wrap .txt_wrap .material_img {
  margin: 2rem 0 0;
}
#pageDesign .com_main_container .designer_wrap .txt_wrap .note {
  letter-spacing: 0;
  margin: 1rem 0 0;
}
#pageDesign .com_main_container .designer_wrap .designer {
  width: 45%;
}
#pageDesign .com_main_container .designer_wrap .designer .com_head::before {
  width: 26rem;
}
#pageDesign .com_main_container .designer_wrap .designer .t1 {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
#pageDesign .com_main_container .designer_wrap .designer .t2 {
  font-size: 1.3rem;
  line-height: 1.8;
}
#pageDesign .com_main_container .designer_wrap .designer .profile {
  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;
  margin-top: 2rem;
}
#pageDesign .com_main_container .designer_wrap .designer .profile .logo {
  width: 37%;
  padding-bottom: 7rem;
}
#pageDesign .com_main_container .designer_wrap .designer .profile .img {
  width: 29%;
}
#pageDesign .com_main_container .designer_wrap .designer .profile .name {
  width: 29%;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.3;
}
#pageDesign .com_main_container .designer_wrap .designer .profile .name .s1 {
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
}
#pageDesign .com_main_container .designer_wrap .designer .profile .name .s2 {
  font-size: 1.2rem;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 750px) {
  #pageDesign .com_main_container .designer_wrap {
    padding: 10rem 0 8rem;
    row-gap: 5rem;
  }
  #pageDesign .com_main_container .designer_wrap .txt_wrap {
    width: 100%;
  }
  #pageDesign .com_main_container .designer_wrap .txt_wrap .material_img {
    margin: 3rem 0 0;
  }
  #pageDesign .com_main_container .designer_wrap .designer {
    width: 100%;
  }
  #pageDesign .com_main_container .designer_wrap .designer .com_head::before {
    width: 26rem;
  }
  #pageDesign .com_main_container .designer_wrap .designer .t1 {
    font-size: 3rem;
    line-height: 1.8;
    margin-bottom: 3rem;
  }
  #pageDesign .com_main_container .designer_wrap .designer .t2 {
    font-size: 2.3rem;
    line-height: 1.8;
  }
  #pageDesign .com_main_container .designer_wrap .designer .profile {
    position: relative;
    margin-top: 4rem;
  }
  #pageDesign .com_main_container .designer_wrap .designer .profile .logo {
    width: 41%;
    position: absolute;
    right: 6rem;
    top: 0;
  }
  #pageDesign .com_main_container .designer_wrap .designer .profile .img {
    width: 44%;
  }
  #pageDesign .com_main_container .designer_wrap .designer .profile .name {
    width: 50%;
    font-size: 2.4rem;
  }
  #pageDesign .com_main_container .designer_wrap .designer .profile .name .s1 {
    font-size: 4.6rem;
  }
  #pageDesign .com_main_container .designer_wrap .designer .profile .name .s2 {
    font-size: 3.2rem;
  }
}
#pageDesign .com_main_container .details_wrap .com_head {
  margin-bottom: 3rem;
}
#pageDesign .com_main_container .details_wrap .com_head::before {
  width: 82.5rem;
}
#pageDesign .com_main_container .details_wrap .details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
#pageDesign .com_main_container .details_wrap .details .detail figure.mb {
  margin-bottom: 0.8rem;
}
#pageDesign .com_main_container .details_wrap .details .detail_txt {
  background: #191e1f;
  padding: 5rem 3rem;
}
#pageDesign .com_main_container .details_wrap .details .detail_txt p {
  color: #b3917b;
}
#pageDesign .com_main_container .details_wrap .details .detail_txt p.name {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
}
#pageDesign .com_main_container .details_wrap .details .detail_txt p.desc {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageDesign .com_main_container .details_wrap .com_head {
    margin-bottom: 5rem;
  }
  #pageDesign .com_main_container .details_wrap .com_head::before {
    width: 31.5rem;
  }
  #pageDesign .com_main_container .details_wrap .details {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 6rem;
  }
  #pageDesign .com_main_container .details_wrap .details .detail.sp_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;
  }
  #pageDesign .com_main_container .details_wrap .details .detail.sp_flex figure {
    width: 49.5%;
  }
  #pageDesign .com_main_container .details_wrap .details .detail.sp_flex .detail_txt {
    width: 100%;
  }
  #pageDesign .com_main_container .details_wrap .details .detail figure.mb {
    margin-bottom: 0;
  }
  #pageDesign .com_main_container .details_wrap .details .detail_txt {
    padding: 5rem;
  }
  #pageDesign .com_main_container .details_wrap .details .detail_txt p.name {
    font-size: 3rem;
  }
  #pageDesign .com_main_container .details_wrap .details .detail_txt p.desc {
    font-size: 2.2rem;
  }
}
#pageDesign .com_main_container .line {
  height: 1.6px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#a37567), color-stop(49.4%, #2b3434), to(#a37567));
  background: linear-gradient(to right, #a37567 0%, #2b3434 49.4%, #a37567 100%);
  margin: 8rem 0;
}
#pageDesign .com_main_container .entrance {
  margin-bottom: 5rem;
}
#pageLimited .sec_ank .ank_wrap .ank_area .ank_box,
#pagePlan .sec_ank .ank_wrap .ank_area .ank_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 0.6rem;
  margin: 6rem 0 0;
}
#pageLimited .sec_ank .ank_wrap .ank_area .ank_box .p1,
#pagePlan .sec_ank .ank_wrap .ank_area .ank_box .p1 {
  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: 19.5rem;
  height: 6rem;
  background: #adaeae;
  font-size: 1.9rem;
  letter-spacing: 0.26em;
  color: #3c5447;
  position: relative;
}
#pageLimited .sec_ank .ank_wrap .ank_area .ank_box .p1::before, #pageLimited .sec_ank .ank_wrap .ank_area .ank_box .p1::after,
#pagePlan .sec_ank .ank_wrap .ank_area .ank_box .p1::before,
#pagePlan .sec_ank .ank_wrap .ank_area .ank_box .p1::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  position: absolute;
  left: 0;
}
#pageLimited .sec_ank .ank_wrap .ank_area .ank_box .p1::before,
#pagePlan .sec_ank .ank_wrap .ank_area .ank_box .p1::before {
  top: -0.5rem;
}
#pageLimited .sec_ank .ank_wrap .ank_area .ank_box .p1::after,
#pagePlan .sec_ank .ank_wrap .ank_area .ank_box .p1::after {
  bottom: -0.5rem;
}
#pageLimited .sec_ank .ank_wrap .ank_area .ank_box .p2,
#pagePlan .sec_ank .ank_wrap .ank_area .ank_box .p2 {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  color: #b3917b;
  display: block;
  margin: 1.4rem 0 0;
}
#pageLimited .sec_ank .ank_wrap .ank_area .ank_box a.act,
#pagePlan .sec_ank .ank_wrap .ank_area .ank_box a.act {
  pointer-events: none;
}
#pageLimited .sec_ank .ank_wrap .ank_area .ank_box a.act .p1,
#pagePlan .sec_ank .ank_wrap .ank_area .ank_box a.act .p1 {
  background: #dedede;
}
#pageLimited .sec_ank .ank_wrap .ank_area .ank_box a.act .p1::before, #pageLimited .sec_ank .ank_wrap .ank_area .ank_box a.act .p1::after,
#pagePlan .sec_ank .ank_wrap .ank_area .ank_box a.act .p1::before,
#pagePlan .sec_ank .ank_wrap .ank_area .ank_box a.act .p1::after {
  opacity: 0.8;
}
#pageLimited .sec_ank .ank_wrap .ank_area_2,
#pagePlan .sec_ank .ank_wrap .ank_area_2 {
  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: 2rem 0;
  margin: 6rem 0 0;
}
#pageLimited .sec_ank .ank_wrap .ank_area_2 .ank_box,
#pagePlan .sec_ank .ank_wrap .ank_area_2 .ank_box {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  width: 49rem;
  position: relative;
}
#pageLimited .sec_ank .ank_wrap .ank_area_2 .ank_box .ttl,
#pagePlan .sec_ank .ank_wrap .ank_area_2 .ank_box .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
}
#pageLimited .sec_ank .ank_wrap .ank_area_2 .ank_box .icon,
#pagePlan .sec_ank .ank_wrap .ank_area_2 .ank_box .icon {
  width: 3rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
#pageLimited .sec_ank .ank_wrap .ank_area_2 .ank_box:hover,
#pagePlan .sec_ank .ank_wrap .ank_area_2 .ank_box:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  #pageLimited .sec_ank .ank_wrap .ank_area .ank_box,
  #pagePlan .sec_ank .ank_wrap .ank_area .ank_box {
    gap: 0 1rem;
    margin: 7rem 0 0;
  }
  #pageLimited .sec_ank .ank_wrap .ank_area .ank_box .p1,
  #pagePlan .sec_ank .ank_wrap .ank_area .ank_box .p1 {
    width: 22rem;
    height: 9rem;
    font-size: 2.8rem;
    letter-spacing: 0.16em;
  }
  #pageLimited .sec_ank .ank_wrap .ank_area .ank_box .p1::before,
  #pagePlan .sec_ank .ank_wrap .ank_area .ank_box .p1::before {
    top: -1rem;
  }
  #pageLimited .sec_ank .ank_wrap .ank_area .ank_box .p1::after,
  #pagePlan .sec_ank .ank_wrap .ank_area .ank_box .p1::after {
    bottom: -1rem;
  }
  #pageLimited .sec_ank .ank_wrap .ank_area .ank_box .p2,
  #pagePlan .sec_ank .ank_wrap .ank_area .ank_box .p2 {
    font-size: 2.2rem;
    margin: 1.8rem 0 0;
  }
  #pageLimited .sec_ank .ank_wrap .ank_area_2,
  #pagePlan .sec_ank .ank_wrap .ank_area_2 {
    gap: 3rem 0;
    margin: 7rem 0 0;
  }
  #pageLimited .sec_ank .ank_wrap .ank_area_2 .ank_box,
  #pagePlan .sec_ank .ank_wrap .ank_area_2 .ank_box {
    width: 100%;
  }
  #pageLimited .sec_ank .ank_wrap .ank_area_2 .ank_box .ttl,
  #pagePlan .sec_ank .ank_wrap .ank_area_2 .ank_box .ttl {
    font-size: 3.2rem;
  }
  #pageLimited .sec_ank .ank_wrap .ank_area_2 .ank_box .icon,
  #pagePlan .sec_ank .ank_wrap .ank_area_2 .ank_box .icon {
    width: 3.75rem;
    right: 3rem;
  }
}
#pageLimited .sec_cntnt,
#pagePlan .sec_cntnt {
  padding: 8rem 0 8rem;
}
#pageLimited .sec_cntnt::before,
#pagePlan .sec_cntnt::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #A37567;
  background: -webkit-gradient(linear, left top, right top, from(rgb(163, 117, 103)), color-stop(50%, rgb(43, 52, 52)), to(rgb(163, 117, 103)));
  background: linear-gradient(90deg, rgb(163, 117, 103) 0%, rgb(43, 52, 52) 50%, rgb(163, 117, 103) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
#pageLimited .sec_cntnt .cntnt_inner,
#pagePlan .sec_cntnt .cntnt_inner {
  width: 95rem;
  margin: 0 auto;
}
#pageLimited .sec_cntnt .main-box,
#pagePlan .sec_cntnt .main-box {
  border: solid 1rem #191e1f;
  position: relative;
}
#pageLimited .sec_cntnt .ank-box,
#pagePlan .sec_cntnt .ank-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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  width: 23rem;
  height: 5rem;
  padding: 0 0 0 1rem;
  background: #b3917b;
  border-radius: 0 0 5rem 0;
}
#pageLimited .sec_cntnt .ank-box span,
#pagePlan .sec_cntnt .ank-box span {
  font-size: 2rem;
  color: #fff;
}
#pageLimited .sec_cntnt .ank-box i,
#pagePlan .sec_cntnt .ank-box i {
  width: 2rem;
}
#pageLimited .sec_cntnt .ank-box:hover,
#pagePlan .sec_cntnt .ank-box:hover {
  opacity: 0.7;
}
#pageLimited .sec_cntnt .ttl-en,
#pagePlan .sec_cntnt .ttl-en {
  font-size: 2.4rem;
  color: #b3917b;
}
#pageLimited .sec_cntnt .ttl-ja,
#pagePlan .sec_cntnt .ttl-ja {
  font-size: 1.4rem;
  margin: 1rem 0 0;
}
#pageLimited .sec_cntnt .lead,
#pagePlan .sec_cntnt .lead {
  font-size: 2rem;
  line-height: 1.7;
  color: #b3917b;
}
#pageLimited .sec_cntnt .txt,
#pagePlan .sec_cntnt .txt {
  font-size: 1.4rem;
  line-height: 2;
  margin: 2rem 0 0;
}
#pageLimited .sec_cntnt .txt span,
#pagePlan .sec_cntnt .txt span {
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  #pageLimited .sec_cntnt,
  #pagePlan .sec_cntnt {
    padding: 9rem 0 9rem;
  }
  #pageLimited .sec_cntnt .main-box,
  #pagePlan .sec_cntnt .main-box {
    border: solid 0.6rem #191e1f;
  }
  #pageLimited .sec_cntnt .ank-box,
  #pagePlan .sec_cntnt .ank-box {
    gap: 0 2rem;
    width: 34.5rem;
    height: 6.25rem;
    padding: 0 0 0 2rem;
    border-radius: 0 0 7rem 0;
  }
  #pageLimited .sec_cntnt .ank-box span,
  #pagePlan .sec_cntnt .ank-box span {
    font-size: 3rem;
  }
  #pageLimited .sec_cntnt .ank-box i,
  #pagePlan .sec_cntnt .ank-box i {
    width: 3rem;
  }
  #pageLimited .sec_cntnt .ttl-en,
  #pagePlan .sec_cntnt .ttl-en {
    font-size: 3.4rem;
  }
  #pageLimited .sec_cntnt .ttl-ja,
  #pagePlan .sec_cntnt .ttl-ja {
    font-size: 2.4rem;
    margin: 2rem 0 0;
  }
  #pageLimited .sec_cntnt .lead,
  #pagePlan .sec_cntnt .lead {
    font-size: 3rem;
  }
  #pageLimited .sec_cntnt .txt,
  #pagePlan .sec_cntnt .txt {
    font-size: 2.4rem;
    margin: 3rem 0 0;
  }
  #pageLimited .sec_cntnt .txt span,
  #pagePlan .sec_cntnt .txt span {
    font-size: 2rem;
  }
}
#pageLimited .sec_cntnt.sec_balcony,
#pagePlan .sec_cntnt.sec_balcony {
  margin: 4rem 0 0;
}
#pageLimited .sec_cntnt.sec_balcony .copy-wrap,
#pagePlan .sec_cntnt.sec_balcony .copy-wrap {
  position: relative;
}
#pageLimited .sec_cntnt.sec_balcony .copy-wrap .ank-box,
#pagePlan .sec_cntnt.sec_balcony .copy-wrap .ank-box {
  position: absolute;
  top: 0;
  right: 0;
}
#pageLimited .sec_cntnt.sec_balcony .copy-wrap .ttl-box,
#pagePlan .sec_cntnt.sec_balcony .copy-wrap .ttl-box {
  text-align: center;
  margin: 2rem 0 0;
}
#pageLimited .sec_cntnt.sec_balcony .copy-wrap .copy-box,
#pagePlan .sec_cntnt.sec_balcony .copy-wrap .copy-box {
  text-align: center;
  margin: 5rem 0 0;
}
#pageLimited .sec_cntnt.sec_balcony .img-wrap,
#pagePlan .sec_cntnt.sec_balcony .img-wrap {
  margin: 3rem 0 0;
  position: relative;
}
#pageLimited .sec_cntnt.sec_balcony .img-wrap .copy-box,
#pagePlan .sec_cntnt.sec_balcony .img-wrap .copy-box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1rem;
}
#pageLimited .sec_cntnt.sec_balcony .img-wrap .copy-box p,
#pagePlan .sec_cntnt.sec_balcony .img-wrap .copy-box p {
  font-size: 1.6rem;
}
#pageLimited .sec_cntnt.sec_balcony .img-wrap .img-box,
#pagePlan .sec_cntnt.sec_balcony .img-wrap .img-box {
  position: relative;
  z-index: 1;
}
#pageLimited .sec_cntnt.sec_balcony .img-wrap .note-box,
#pagePlan .sec_cntnt.sec_balcony .img-wrap .note-box {
  margin: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageLimited .sec_cntnt.sec_balcony,
  #pagePlan .sec_cntnt.sec_balcony {
    margin: 5rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_balcony .copy-wrap .ank-box,
  #pagePlan .sec_cntnt.sec_balcony .copy-wrap .ank-box {
    position: static;
    margin: 6rem 0 0 auto;
  }
  #pageLimited .sec_cntnt.sec_balcony .copy-wrap .ttl-box,
  #pagePlan .sec_cntnt.sec_balcony .copy-wrap .ttl-box {
    margin: 3rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_balcony .copy-wrap .copy-box,
  #pagePlan .sec_cntnt.sec_balcony .copy-wrap .copy-box {
    margin: 6rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_balcony .img-wrap,
  #pagePlan .sec_cntnt.sec_balcony .img-wrap {
    margin: 8rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_balcony .img-wrap .copy-box,
  #pagePlan .sec_cntnt.sec_balcony .img-wrap .copy-box {
    position: static;
    padding: 0rem;
  }
  #pageLimited .sec_cntnt.sec_balcony .img-wrap .copy-box p,
  #pagePlan .sec_cntnt.sec_balcony .img-wrap .copy-box p {
    font-size: 2.6rem;
    line-height: 1.4;
    text-align: right;
  }
  #pageLimited .sec_cntnt.sec_balcony .img-wrap .img-box,
  #pagePlan .sec_cntnt.sec_balcony .img-wrap .img-box {
    width: 75rem;
    margin: 2rem 0 0 -4rem;
  }
  #pageLimited .sec_cntnt.sec_balcony .img-wrap .img-box .img-box-inner,
  #pagePlan .sec_cntnt.sec_balcony .img-wrap .img-box .img-box-inner {
    height: 44rem;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #pageLimited .sec_cntnt.sec_balcony .img-wrap .img-box .panorama-img,
  #pagePlan .sec_cntnt.sec_balcony .img-wrap .img-box .panorama-img {
    width: auto;
    height: 100%;
  }
  #pageLimited .sec_cntnt.sec_balcony .img-wrap .img-box .icon-arrow,
  #pagePlan .sec_cntnt.sec_balcony .img-wrap .img-box .icon-arrow {
    width: 7rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #pageLimited .sec_cntnt.sec_balcony .img-wrap .img-box .icon-arrow.prev,
  #pagePlan .sec_cntnt.sec_balcony .img-wrap .img-box .icon-arrow.prev {
    left: 4rem;
  }
  #pageLimited .sec_cntnt.sec_balcony .img-wrap .img-box .icon-arrow.next,
  #pagePlan .sec_cntnt.sec_balcony .img-wrap .img-box .icon-arrow.next {
    right: 4rem;
  }
  #pageLimited .sec_cntnt.sec_balcony .img-wrap .note-box,
  #pagePlan .sec_cntnt.sec_balcony .img-wrap .note-box {
    margin: 2rem 0 0;
  }
}
#pageLimited .sec_cntnt.sec_maisonette .main-wrap,
#pagePlan .sec_cntnt.sec_maisonette .main-wrap {
  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;
  position: relative;
}
#pageLimited .sec_cntnt.sec_maisonette .main-wrap .main-area,
#pagePlan .sec_cntnt.sec_maisonette .main-wrap .main-area {
  width: 58rem;
}
#pageLimited .sec_cntnt.sec_maisonette .main-wrap .copy-area,
#pagePlan .sec_cntnt.sec_maisonette .main-wrap .copy-area {
  width: calc(100% - 58rem);
}
#pageLimited .sec_cntnt.sec_maisonette .main-wrap .copy-area .ttl-box,
#pagePlan .sec_cntnt.sec_maisonette .main-wrap .copy-area .ttl-box {
  text-align: center;
}
#pageLimited .sec_cntnt.sec_maisonette .main-wrap .copy-area .copy-box,
#pagePlan .sec_cntnt.sec_maisonette .main-wrap .copy-area .copy-box {
  text-align: center;
  margin: 6rem 0 0;
}
#pageLimited .sec_cntnt.sec_maisonette .main-wrap .copy-area .ank-box,
#pagePlan .sec_cntnt.sec_maisonette .main-wrap .copy-area .ank-box {
  position: absolute;
  bottom: 0;
  left: 0;
  left: 60rem;
}
@media screen and (max-width: 750px) {
  #pageLimited .sec_cntnt.sec_maisonette .main-wrap .main-area,
  #pagePlan .sec_cntnt.sec_maisonette .main-wrap .main-area {
    width: 100%;
  }
  #pageLimited .sec_cntnt.sec_maisonette .main-wrap .copy-area,
  #pagePlan .sec_cntnt.sec_maisonette .main-wrap .copy-area {
    width: 100%;
  }
  #pageLimited .sec_cntnt.sec_maisonette .main-wrap .copy-area .ttl-box,
  #pagePlan .sec_cntnt.sec_maisonette .main-wrap .copy-area .ttl-box {
    margin: 3rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_maisonette .main-wrap .copy-area .ank-box,
  #pagePlan .sec_cntnt.sec_maisonette .main-wrap .copy-area .ank-box {
    position: static;
    margin: 6rem 0 0 auto;
  }
}
#pageLimited .sec_cntnt.sec_horikotatsu .ttl-wrap,
#pagePlan .sec_cntnt.sec_horikotatsu .ttl-wrap {
  position: relative;
}
#pageLimited .sec_cntnt.sec_horikotatsu .ttl-wrap .ank-box,
#pagePlan .sec_cntnt.sec_horikotatsu .ttl-wrap .ank-box {
  position: absolute;
  top: 0;
  right: 0;
}
#pageLimited .sec_cntnt.sec_horikotatsu .ttl-wrap .ttl-box,
#pagePlan .sec_cntnt.sec_horikotatsu .ttl-wrap .ttl-box {
  text-align: center;
  margin: 2rem 0 0;
}
#pageLimited .sec_cntnt.sec_horikotatsu .copy-wrap,
#pagePlan .sec_cntnt.sec_horikotatsu .copy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 5rem 0 0;
}
#pageLimited .sec_cntnt.sec_horikotatsu .copy-wrap .copy-box,
#pagePlan .sec_cntnt.sec_horikotatsu .copy-wrap .copy-box {
  text-align: center;
  margin: 3rem auto 0;
}
#pageLimited .sec_cntnt.sec_horikotatsu .copy-wrap .img-box,
#pagePlan .sec_cntnt.sec_horikotatsu .copy-wrap .img-box {
  width: 30rem;
}
#pageLimited .sec_cntnt.sec_horikotatsu .copy-wrap .img-box .note,
#pagePlan .sec_cntnt.sec_horikotatsu .copy-wrap .img-box .note {
  font-size: 1rem;
  text-align: right;
  margin: 1rem 0 0;
}
#pageLimited .sec_cntnt.sec_horikotatsu .copy-wrap .img-box .copy-1,
#pagePlan .sec_cntnt.sec_horikotatsu .copy-wrap .img-box .copy-1 {
  font-size: 1.8rem;
  margin: 1rem 0 0;
}
#pageLimited .sec_cntnt.sec_horikotatsu .copy-wrap .img-box .copy-2,
#pagePlan .sec_cntnt.sec_horikotatsu .copy-wrap .img-box .copy-2 {
  font-size: 1.4rem;
  line-height: 2;
  margin: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageLimited .sec_cntnt.sec_horikotatsu .ttl-wrap .ttl-box,
  #pagePlan .sec_cntnt.sec_horikotatsu .ttl-wrap .ttl-box {
    margin: 3rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_horikotatsu .copy-wrap,
  #pagePlan .sec_cntnt.sec_horikotatsu .copy-wrap {
    margin: 6rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_horikotatsu .copy-wrap .copy-box,
  #pagePlan .sec_cntnt.sec_horikotatsu .copy-wrap .copy-box {
    margin: 0rem auto 0;
  }
  #pageLimited .sec_cntnt.sec_horikotatsu .copy-wrap .img-box,
  #pagePlan .sec_cntnt.sec_horikotatsu .copy-wrap .img-box {
    width: 100%;
    padding: 0 4rem;
    margin: 4rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_horikotatsu .copy-wrap .img-box .note,
  #pagePlan .sec_cntnt.sec_horikotatsu .copy-wrap .img-box .note {
    font-size: 2rem;
    margin: 2rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_horikotatsu .copy-wrap .img-box .copy-1,
  #pagePlan .sec_cntnt.sec_horikotatsu .copy-wrap .img-box .copy-1 {
    font-size: 2.8rem;
    margin: 2rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_horikotatsu .copy-wrap .img-box .copy-2,
  #pagePlan .sec_cntnt.sec_horikotatsu .copy-wrap .img-box .copy-2 {
    font-size: 2.4rem;
    margin: 2rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_horikotatsu .copy-wrap .ank-box,
  #pagePlan .sec_cntnt.sec_horikotatsu .copy-wrap .ank-box {
    margin: 6rem 0 0;
  }
}
#pageLimited .sec_cntnt.sec_garden .copy-wrap,
#pagePlan .sec_cntnt.sec_garden .copy-wrap {
  position: relative;
}
#pageLimited .sec_cntnt.sec_garden .copy-wrap .ank-box,
#pagePlan .sec_cntnt.sec_garden .copy-wrap .ank-box {
  position: absolute;
  top: 0;
  right: 0;
}
#pageLimited .sec_cntnt.sec_garden .copy-wrap .ttl-box,
#pagePlan .sec_cntnt.sec_garden .copy-wrap .ttl-box {
  text-align: center;
  margin: 2rem 0 0;
}
#pageLimited .sec_cntnt.sec_garden .copy-wrap .copy-box,
#pagePlan .sec_cntnt.sec_garden .copy-wrap .copy-box {
  text-align: center;
  margin: 5rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageLimited .sec_cntnt.sec_garden .copy-wrap .ank-box,
  #pagePlan .sec_cntnt.sec_garden .copy-wrap .ank-box {
    position: static;
    margin: 6rem 0 0 auto;
  }
  #pageLimited .sec_cntnt.sec_garden .copy-wrap .ttl-box,
  #pagePlan .sec_cntnt.sec_garden .copy-wrap .ttl-box {
    margin: 3rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_garden .copy-wrap .copy-box,
  #pagePlan .sec_cntnt.sec_garden .copy-wrap .copy-box {
    margin: 6rem 0 0;
  }
}
#pageLimited .sec_cnt_outer,
#pagePlan .sec_cnt_outer {
  width: 100rem;
  background: #3c5447;
  padding: 0.6rem;
  margin: 9rem auto 0;
}
#pageLimited .sec_cnt_outer .sec_cnt_outer_inner,
#pagePlan .sec_cnt_outer .sec_cnt_outer_inner {
  border: 1px solid #b3917b;
}
#pageLimited .sec_cnt_outer .sec_cnt_outer_inner .copy_wrap,
#pagePlan .sec_cnt_outer .sec_cnt_outer_inner .copy_wrap {
  padding: 7rem 0 0;
}
#pageLimited .sec_cnt_outer .sec_cnt_outer_inner .copy_wrap .copy_box,
#pagePlan .sec_cnt_outer .sec_cnt_outer_inner .copy_wrap .copy_box {
  text-align: center;
}
#pageLimited .sec_cnt_outer .sec_cnt_outer_inner .copy_wrap .copy_box .lead,
#pagePlan .sec_cnt_outer .sec_cnt_outer_inner .copy_wrap .copy_box .lead {
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
#pageLimited .sec_cnt_outer .sec_cnt_outer_inner .copy_wrap .copy_box .p1,
#pagePlan .sec_cnt_outer .sec_cnt_outer_inner .copy_wrap .copy_box .p1 {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 3rem 0 0;
}
#pageLimited .sec_cnt_outer .sec_cnt_outer_inner .copy_wrap .copy_box .p2,
#pagePlan .sec_cnt_outer .sec_cnt_outer_inner .copy_wrap .copy_box .p2 {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0.5rem 0 0;
  padding: 0.6rem 0 0;
  display: inline-block;
  position: relative;
}
#pageLimited .sec_cnt_outer .sec_cnt_outer_inner .copy_wrap .copy_box .p2::before,
#pagePlan .sec_cnt_outer .sec_cnt_outer_inner .copy_wrap .copy_box .p2::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #b3917b;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#pageLimited .sec_cnt_outer .sec_cntnt .cntnt_inner,
#pagePlan .sec_cnt_outer .sec_cntnt .cntnt_inner {
  width: 100%;
}
@media screen and (max-width: 750px) {
  #pageLimited .sec_cnt_outer,
  #pagePlan .sec_cnt_outer {
    width: 67rem;
    padding: 1rem;
  }
  #pageLimited .sec_cnt_outer .sec_cnt_outer_inner .copy_wrap .copy_box .lead,
  #pagePlan .sec_cnt_outer .sec_cnt_outer_inner .copy_wrap .copy_box .lead {
    font-size: 3.6rem;
  }
  #pageLimited .sec_cnt_outer .sec_cnt_outer_inner .copy_wrap .copy_box .p1,
  #pagePlan .sec_cnt_outer .sec_cnt_outer_inner .copy_wrap .copy_box .p1 {
    font-size: 2.8rem;
    margin: 4rem 0 0;
  }
  #pageLimited .sec_cnt_outer .sec_cnt_outer_inner .copy_wrap .copy_box .p2,
  #pagePlan .sec_cnt_outer .sec_cnt_outer_inner .copy_wrap .copy_box .p2 {
    font-size: 2.2rem;
    margin: 1.6rem 0 0;
    padding: 1.6rem 0 0;
  }
  #pageLimited .sec_cnt_outer .sec_cntnt .cntnt_inner,
  #pagePlan .sec_cnt_outer .sec_cntnt .cntnt_inner {
    padding: 0 4rem;
  }
}
#pageLimited .sec_cntnt.sec_storage::before,
#pagePlan .sec_cntnt.sec_storage::before {
  display: none;
}
#pageLimited .sec_cntnt.sec_storage .main-wrap,
#pagePlan .sec_cntnt.sec_storage .main-wrap {
  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: 88rem;
  margin: 0 auto;
}
#pageLimited .sec_cntnt.sec_storage .main-wrap .main-area,
#pagePlan .sec_cntnt.sec_storage .main-wrap .main-area {
  width: 39rem;
}
#pageLimited .sec_cntnt.sec_storage .main-wrap .main-area .main-box,
#pagePlan .sec_cntnt.sec_storage .main-wrap .main-area .main-box {
  border: none;
}
#pageLimited .sec_cntnt.sec_storage .main-wrap .main-area .ttl-box,
#pagePlan .sec_cntnt.sec_storage .main-wrap .main-area .ttl-box {
  text-align: center;
  margin: 2rem 0 0;
}
#pageLimited .sec_cntnt.sec_storage .copy-wrap,
#pagePlan .sec_cntnt.sec_storage .copy-wrap {
  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: 8rem 0 0;
}
#pageLimited .sec_cntnt.sec_storage .copy-wrap .ank-box,
#pagePlan .sec_cntnt.sec_storage .copy-wrap .ank-box {
  margin: 1rem 0 0;
}
#pageLimited .sec_cntnt.sec_storage .list-wrap,
#pagePlan .sec_cntnt.sec_storage .list-wrap {
  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: 4rem 0;
  width: 88rem;
  margin: 7rem auto 0;
}
#pageLimited .sec_cntnt.sec_storage .list-wrap .list-area,
#pagePlan .sec_cntnt.sec_storage .list-wrap .list-area {
  width: 26rem;
}
#pageLimited .sec_cntnt.sec_storage .list-wrap .list-area .img-box,
#pagePlan .sec_cntnt.sec_storage .list-wrap .list-area .img-box {
  border: solid 0.8rem #191e1f;
  position: relative;
}
#pageLimited .sec_cntnt.sec_storage .list-wrap .list-area .copy-box,
#pagePlan .sec_cntnt.sec_storage .list-wrap .list-area .copy-box {
  margin: 2rem 0 0;
}
#pageLimited .sec_cntnt.sec_storage .list-wrap .list-area .copy-box .ttl-en,
#pagePlan .sec_cntnt.sec_storage .list-wrap .list-area .copy-box .ttl-en {
  font-size: 1.6rem;
  text-align: center;
}
#pageLimited .sec_cntnt.sec_storage .list-wrap .list-area .copy-box .ttl-ja,
#pagePlan .sec_cntnt.sec_storage .list-wrap .list-area .copy-box .ttl-ja {
  text-align: center;
}
#pageLimited .sec_cntnt.sec_storage .list-wrap .list-area .copy-box .txt,
#pagePlan .sec_cntnt.sec_storage .list-wrap .list-area .copy-box .txt {
  font-size: 1.3rem;
  letter-spacing: 0;
}
#pageLimited .sec_cntnt.sec_storage .list-wrap .list-area-3 .img-box .com-cap,
#pageLimited .sec_cntnt.sec_storage .list-wrap .list-area-2 .img-box .com-cap,
#pageLimited .sec_cntnt.sec_storage .list-wrap .list-area-1 .img-box .com-cap,
#pagePlan .sec_cntnt.sec_storage .list-wrap .list-area-3 .img-box .com-cap,
#pagePlan .sec_cntnt.sec_storage .list-wrap .list-area-2 .img-box .com-cap,
#pagePlan .sec_cntnt.sec_storage .list-wrap .list-area-1 .img-box .com-cap {
  bottom: -2.2rem;
}
@media screen and (max-width: 750px) {
  #pageLimited .sec_cntnt.sec_storage .main-wrap,
  #pagePlan .sec_cntnt.sec_storage .main-wrap {
    gap: 6rem 0;
    width: 100%;
  }
  #pageLimited .sec_cntnt.sec_storage .main-wrap .main-area,
  #pagePlan .sec_cntnt.sec_storage .main-wrap .main-area {
    width: 100%;
  }
  #pageLimited .sec_cntnt.sec_storage .main-wrap .main-area .ttl-box,
  #pagePlan .sec_cntnt.sec_storage .main-wrap .main-area .ttl-box {
    margin: 3rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_storage .copy-wrap,
  #pagePlan .sec_cntnt.sec_storage .copy-wrap {
    margin: 6rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_storage .copy-wrap .copy-box,
  #pagePlan .sec_cntnt.sec_storage .copy-wrap .copy-box {
    width: 100%;
    text-align: center;
  }
  #pageLimited .sec_cntnt.sec_storage .copy-wrap .ank-box,
  #pagePlan .sec_cntnt.sec_storage .copy-wrap .ank-box {
    margin: 6rem 0 0 auto;
  }
  #pageLimited .sec_cntnt.sec_storage .list-wrap,
  #pagePlan .sec_cntnt.sec_storage .list-wrap {
    width: 100%;
    gap: 5rem 0;
    margin: 8rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_storage .list-wrap .list-area,
  #pagePlan .sec_cntnt.sec_storage .list-wrap .list-area {
    width: 27.4rem;
  }
  #pageLimited .sec_cntnt.sec_storage .list-wrap .list-area .img-box,
  #pagePlan .sec_cntnt.sec_storage .list-wrap .list-area .img-box {
    border: solid 0.4rem #191e1f;
  }
  #pageLimited .sec_cntnt.sec_storage .list-wrap .list-area .copy-box,
  #pagePlan .sec_cntnt.sec_storage .list-wrap .list-area .copy-box {
    margin: 3rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_storage .list-wrap .list-area .copy-box .ttl-en,
  #pagePlan .sec_cntnt.sec_storage .list-wrap .list-area .copy-box .ttl-en {
    font-size: 3.2rem;
  }
  #pageLimited .sec_cntnt.sec_storage .list-wrap .list-area .copy-box .txt,
  #pagePlan .sec_cntnt.sec_storage .list-wrap .list-area .copy-box .txt {
    font-size: 2.4rem;
  }
  #pageLimited .sec_cntnt.sec_storage .list-wrap .list-area-3 .img-box .com-cap,
  #pageLimited .sec_cntnt.sec_storage .list-wrap .list-area-2 .img-box .com-cap,
  #pageLimited .sec_cntnt.sec_storage .list-wrap .list-area-1 .img-box .com-cap,
  #pagePlan .sec_cntnt.sec_storage .list-wrap .list-area-3 .img-box .com-cap,
  #pagePlan .sec_cntnt.sec_storage .list-wrap .list-area-2 .img-box .com-cap,
  #pagePlan .sec_cntnt.sec_storage .list-wrap .list-area-1 .img-box .com-cap {
    bottom: -2.6rem;
  }
}
#pageLimited .sec_cntnt.sec_kitchen::before,
#pagePlan .sec_cntnt.sec_kitchen::before {
  display: none;
}
#pageLimited .sec_cntnt.sec_kitchen .copy-wrap .copy-box,
#pagePlan .sec_cntnt.sec_kitchen .copy-wrap .copy-box {
  text-align: center;
}
#pageLimited .sec_cntnt.sec_kitchen .copy-wrap .copy-box .ttl-en,
#pagePlan .sec_cntnt.sec_kitchen .copy-wrap .copy-box .ttl-en {
  padding: 1.4rem 0 1rem;
  background: #000;
}
#pageLimited .sec_cntnt.sec_kitchen .copy-wrap .copy-box .lead,
#pagePlan .sec_cntnt.sec_kitchen .copy-wrap .copy-box .lead {
  margin: 2rem 0 0;
}
#pageLimited .sec_cntnt.sec_kitchen .img-wrap,
#pagePlan .sec_cntnt.sec_kitchen .img-wrap {
  margin: 3rem 0 0;
}
#pageLimited .sec_cntnt.sec_kitchen .img-wrap .img-box,
#pagePlan .sec_cntnt.sec_kitchen .img-wrap .img-box {
  position: relative;
}
#pageLimited .sec_cntnt.sec_kitchen .list-wrap,
#pagePlan .sec_cntnt.sec_kitchen .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem 0;
  margin: 5rem 0 0;
}
#pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area,
#pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-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;
}
#pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box,
#pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box {
  width: 23rem;
}
#pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img,
#pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img {
  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: 14rem;
  position: relative;
}
#pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img.num-1 img,
#pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img.num-1 img {
  width: 21rem;
}
#pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img.num-2 img,
#pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img.num-2 img {
  width: 19rem;
}
#pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img.num-3 img,
#pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img.num-3 img {
  width: 18rem;
}
#pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img.num-4 img,
#pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img.num-4 img {
  width: 19rem;
}
#pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img.num-5 img,
#pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img.num-5 img {
  width: 12rem;
}
#pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .copy-1,
#pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .copy-1 {
  font-size: 1.5rem;
  color: #b3917b;
  text-align: center;
  margin: 2rem 0 0;
}
#pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .copy-2,
#pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .copy-2 {
  font-size: 1.4rem;
  text-align: center;
  margin: 1rem 0 0;
}
#pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .copy-3,
#pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .copy-3 {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 2rem 0 0;
}
#pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .copy-box .copy-3,
#pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .copy-box .copy-3 {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 2rem 0 0;
}
#pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .note-box,
#pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .note-box {
  margin: 2rem 0 0;
}
#pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area.w-1,
#pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area.w-1 {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 24rem;
}
#pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area.w-2,
#pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area.w-2 {
  width: 57rem;
}
@media screen and (max-width: 750px) {
  #pageLimited .sec_cntnt.sec_kitchen .copy-wrap .copy-box .ttl-en,
  #pagePlan .sec_cntnt.sec_kitchen .copy-wrap .copy-box .ttl-en {
    padding: 2.4rem 0 2rem;
  }
  #pageLimited .sec_cntnt.sec_kitchen .copy-wrap .copy-box .lead,
  #pagePlan .sec_cntnt.sec_kitchen .copy-wrap .copy-box .lead {
    margin: 3rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_kitchen .img-wrap,
  #pagePlan .sec_cntnt.sec_kitchen .img-wrap {
    margin: 4rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_kitchen .list-wrap,
  #pagePlan .sec_cntnt.sec_kitchen .list-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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6rem 0;
    margin: 6rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box,
  #pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box {
    width: 51rem;
  }
  #pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img,
  #pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img {
    height: 19rem;
  }
  #pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img .com-cap,
  #pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img .com-cap {
    right: 0;
    bottom: 0;
  }
  #pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img.num-1 img,
  #pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img.num-1 img {
    width: 31.5rem;
  }
  #pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img.num-2 img,
  #pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img.num-2 img {
    width: 28.5rem;
  }
  #pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img.num-3 img,
  #pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img.num-3 img {
    width: 27rem;
  }
  #pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img.num-4 img,
  #pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img.num-4 img {
    width: 28.5rem;
  }
  #pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img.num-5 img,
  #pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .img.num-5 img {
    width: 18rem;
  }
  #pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .copy-1,
  #pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .copy-1 {
    font-size: 2.6rem;
    margin: 3rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .copy-2,
  #pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .copy-2 {
    font-size: 2.4rem;
    margin: 2rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .copy-3,
  #pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .list-box .copy-3 {
    font-size: 2.2rem;
    margin: 3rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .copy-box .copy-3,
  #pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .copy-box .copy-3 {
    font-size: 2.2rem;
    margin: 3rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .ank-box,
  #pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .ank-box {
    margin: 0 0 0 auto;
  }
  #pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area .note-box,
  #pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area .note-box {
    margin: 3rem 0 0;
  }
  #pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area.w-1,
  #pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area.w-1 {
    width: 100%;
  }
  #pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area.w-2,
  #pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area.w-2 {
    width: 100%;
  }
  #pageLimited .sec_cntnt.sec_kitchen .list-wrap .list-area.w-2 .list-box,
  #pagePlan .sec_cntnt.sec_kitchen .list-wrap .list-area.w-2 .list-box {
    width: 28rem;
  }
}
#pageLimited .sec-plan,
#pagePlan .sec-plan {
  padding: 15rem 0 19rem;
}
#pageLimited .sec-plan .main-wrap .main-box,
#pagePlan .sec-plan .main-wrap .main-box {
  position: relative;
  height: 34rem;
}
#pageLimited .sec-plan .main-wrap .main-box .img,
#pagePlan .sec-plan .main-wrap .main-box .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pageLimited .sec-plan .main-wrap .main-box .img img,
#pagePlan .sec-plan .main-wrap .main-box .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#pageLimited .sec-plan .main-wrap .main-box .ttl,
#pagePlan .sec-plan .main-wrap .main-box .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  font-size: 3rem;
  letter-spacing: 0.5em;
  text-align: center;
}
#pageLimited .sec-plan .copy-wrap,
#pagePlan .sec-plan .copy-wrap {
  margin: 4rem 0 0;
}
#pageLimited .sec-plan .copy-wrap .copy-box .lead,
#pagePlan .sec-plan .copy-wrap .copy-box .lead {
  letter-spacing: 0.1em;
  text-align: center;
}
#pageLimited .sec-plan .plan-wrap,
#pagePlan .sec-plan .plan-wrap {
  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: 8rem 0;
  width: 111rem;
  padding: 0 2rem;
  margin: 8rem auto 0;
}
#pageLimited .sec-plan .plan-wrap .plan-area,
#pagePlan .sec-plan .plan-wrap .plan-area {
  -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: 51rem;
  background: #fff;
}
#pageLimited .sec-plan .plan-wrap .plan-area .copy-box,
#pagePlan .sec-plan .plan-wrap .plan-area .copy-box {
  padding: 2rem 0;
}
#pageLimited .sec-plan .plan-wrap .plan-area .copy-box .copy,
#pagePlan .sec-plan .plan-wrap .plan-area .copy-box .copy {
  font-size: 2rem;
  letter-spacing: 0;
  color: #3c5447;
  text-align: center;
}
#pageLimited .sec-plan .plan-wrap .plan-area .data-box,
#pagePlan .sec-plan .plan-wrap .plan-area .data-box {
  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;
  padding: 0.5rem 0;
  border-top: solid 7px #3c5447;
  border-bottom: solid 1px #3c5447;
  margin: 0 1.5rem;
}
#pageLimited .sec-plan .plan-wrap .plan-area .data-box .type,
#pagePlan .sec-plan .plan-wrap .plan-area .data-box .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem 0;
  width: 9rem;
  height: 9rem;
  background: #3c5447;
  position: relative;
}
#pageLimited .sec-plan .plan-wrap .plan-area .data-box .type::before,
#pagePlan .sec-plan .plan-wrap .plan-area .data-box .type::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  right: -0.5rem;
  width: 1px;
  height: 100%;
  background: #3c5447;
}
#pageLimited .sec-plan .plan-wrap .plan-area .data-box .type-1,
#pagePlan .sec-plan .plan-wrap .plan-area .data-box .type-1 {
  font-size: 2.2rem;
  letter-spacing: 0;
  color: #fff;
}
#pageLimited .sec-plan .plan-wrap .plan-area .data-box .type-1 span,
#pagePlan .sec-plan .plan-wrap .plan-area .data-box .type-1 span {
  font-size: 3.6rem;
  color: #fff;
}
#pageLimited .sec-plan .plan-wrap .plan-area .data-box .type-2,
#pagePlan .sec-plan .plan-wrap .plan-area .data-box .type-2 {
  font-size: 1.6rem;
  color: #fff;
}
#pageLimited .sec-plan .plan-wrap .plan-area .data-box .area,
#pagePlan .sec-plan .plan-wrap .plan-area .data-box .area {
  padding: 0 0 0 3rem;
  color: #231815;
  position: relative;
}
#pageLimited .sec-plan .plan-wrap .plan-area .data-box .area-1,
#pagePlan .sec-plan .plan-wrap .plan-area .data-box .area-1 {
  display: block;
  font-size: 1rem;
}
#pageLimited .sec-plan .plan-wrap .plan-area .data-box .area-2,
#pagePlan .sec-plan .plan-wrap .plan-area .data-box .area-2 {
  display: block;
  font-size: 2.8rem;
}
#pageLimited .sec-plan .plan-wrap .plan-area .data-box .area-2 span,
#pagePlan .sec-plan .plan-wrap .plan-area .data-box .area-2 span {
  font-size: 3.8rem;
}
#pageLimited .sec-plan .plan-wrap .plan-area .data-box .area-2 span span,
#pagePlan .sec-plan .plan-wrap .plan-area .data-box .area-2 span span {
  font-size: 6.3rem;
}
#pageLimited .sec-plan .plan-wrap .plan-area .data-box .area-3,
#pagePlan .sec-plan .plan-wrap .plan-area .data-box .area-3 {
  font-size: 1.1rem;
  position: absolute;
  top: 1rem;
  right: 0rem;
}
#pageLimited .sec-plan .plan-wrap .plan-area .data-box .ldk,
#pagePlan .sec-plan .plan-wrap .plan-area .data-box .ldk {
  text-align: center;
  margin: 0 3rem 0 auto;
}
#pageLimited .sec-plan .plan-wrap .plan-area .data-box .ldk-1,
#pagePlan .sec-plan .plan-wrap .plan-area .data-box .ldk-1 {
  font-size: 2.5rem;
  color: #3c5447;
}
#pageLimited .sec-plan .plan-wrap .plan-area .data-box .ldk-1 span,
#pagePlan .sec-plan .plan-wrap .plan-area .data-box .ldk-1 span {
  font-size: 3.9rem;
}
#pageLimited .sec-plan .plan-wrap .plan-area .note-box,
#pagePlan .sec-plan .plan-wrap .plan-area .note-box {
  margin: 1rem 0 0;
}
#pageLimited .sec-plan .plan-wrap .plan-area .note-box .note,
#pagePlan .sec-plan .plan-wrap .plan-area .note-box .note {
  color: #231815;
  text-align: center;
}
#pageLimited .sec-plan .plan-wrap .plan-area .img-box,
#pagePlan .sec-plan .plan-wrap .plan-area .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 82rem;
  padding: 0 0 3rem;
}
#pageLimited .sec-plan .plan-wrap .plan-area .img-box .img.type_abg,
#pagePlan .sec-plan .plan-wrap .plan-area .img-box .img.type_abg {
  width: 33.488rem;
}
#pageLimited .sec-plan .plan-wrap .plan-area .img-box .img.type_bh,
#pagePlan .sec-plan .plan-wrap .plan-area .img-box .img.type_bh {
  width: 34.132rem;
}
#pageLimited .sec-plan .plan-wrap .plan-area .img-box .img.type_bir,
#pagePlan .sec-plan .plan-wrap .plan-area .img-box .img.type_bir {
  width: 42.78rem;
}
#pageLimited .sec-plan .plan-wrap .plan-area .img-box .img.type_bor,
#pagePlan .sec-plan .plan-wrap .plan-area .img-box .img.type_bor {
  width: 35.512rem;
}
#pageLimited .sec-plan .plan-wrap .plan-area .img-box .img.type_bst,
#pagePlan .sec-plan .plan-wrap .plan-area .img-box .img.type_bst {
  width: 30.176rem;
}
#pageLimited .sec-plan .plan-wrap .plan-area .img-box .img.type_cc,
#pagePlan .sec-plan .plan-wrap .plan-area .img-box .img.type_cc {
  width: 29.44rem;
}
#pageLimited .sec-plan .plan-wrap .plan-area .img-box .img.type_ckmr,
#pagePlan .sec-plan .plan-wrap .plan-area .img-box .img.type_ckmr {
  width: 37.72rem;
}
#pageLimited .sec-plan .plan-wrap .plan-area:nth-of-type(1),
#pageLimited .sec-plan .plan-wrap .plan-area:nth-of-type(4),
#pagePlan .sec-plan .plan-wrap .plan-area:nth-of-type(1),
#pagePlan .sec-plan .plan-wrap .plan-area:nth-of-type(4) {
  background: #dbdfd9;
}
#pageLimited .sec-plan .plan-wrap .plan-area:hover,
#pagePlan .sec-plan .plan-wrap .plan-area:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  #pageLimited .sec-plan,
  #pagePlan .sec-plan {
    padding: 13rem 0 20rem;
  }
  #pageLimited .sec-plan .main-wrap .main-box .ttl,
  #pagePlan .sec-plan .main-wrap .main-box .ttl {
    font-size: 4rem;
  }
  #pageLimited .sec-plan .copy-wrap,
  #pagePlan .sec-plan .copy-wrap {
    margin: 5rem 0 0;
  }
  #pageLimited .sec-plan .plan-wrap,
  #pagePlan .sec-plan .plan-wrap {
    gap: 8rem 0;
    width: 100%;
    padding: 0 4rem;
    margin: 9rem auto 0;
  }
  #pageLimited .sec-plan .plan-wrap .plan-area,
  #pagePlan .sec-plan .plan-wrap .plan-area {
    width: 100%;
  }
  #pageLimited .sec-plan .plan-wrap .plan-area .copy-box,
  #pagePlan .sec-plan .plan-wrap .plan-area .copy-box {
    padding: 3rem 0;
  }
  #pageLimited .sec-plan .plan-wrap .plan-area .copy-box .copy,
  #pagePlan .sec-plan .plan-wrap .plan-area .copy-box .copy {
    font-size: 2.6rem;
  }
  #pageLimited .sec-plan .plan-wrap .plan-area .data-box,
  #pagePlan .sec-plan .plan-wrap .plan-area .data-box {
    padding: 1rem 0;
    margin: 0 2.5rem;
  }
  #pageLimited .sec-plan .plan-wrap .plan-area .data-box .type,
  #pagePlan .sec-plan .plan-wrap .plan-area .data-box .type {
    gap: 1rem 0;
    width: 13.5rem;
    height: 13.5rem;
  }
  #pageLimited .sec-plan .plan-wrap .plan-area .data-box .type::before,
  #pagePlan .sec-plan .plan-wrap .plan-area .data-box .type::before {
    right: -1rem;
  }
  #pageLimited .sec-plan .plan-wrap .plan-area .data-box .type-1,
  #pagePlan .sec-plan .plan-wrap .plan-area .data-box .type-1 {
    font-size: 3.2rem;
  }
  #pageLimited .sec-plan .plan-wrap .plan-area .data-box .type-1 span,
  #pagePlan .sec-plan .plan-wrap .plan-area .data-box .type-1 span {
    font-size: 4.6rem;
  }
  #pageLimited .sec-plan .plan-wrap .plan-area .data-box .type-2,
  #pagePlan .sec-plan .plan-wrap .plan-area .data-box .type-2 {
    font-size: 2.6rem;
  }
  #pageLimited .sec-plan .plan-wrap .plan-area .data-box .area,
  #pagePlan .sec-plan .plan-wrap .plan-area .data-box .area {
    padding: 0 0 0 4rem;
  }
  #pageLimited .sec-plan .plan-wrap .plan-area .data-box .area-1,
  #pagePlan .sec-plan .plan-wrap .plan-area .data-box .area-1 {
    font-size: 2rem;
  }
  #pageLimited .sec-plan .plan-wrap .plan-area .data-box .area-2,
  #pagePlan .sec-plan .plan-wrap .plan-area .data-box .area-2 {
    font-size: 3.8rem;
    margin: 1rem 0 0;
  }
  #pageLimited .sec-plan .plan-wrap .plan-area .data-box .area-2 span,
  #pagePlan .sec-plan .plan-wrap .plan-area .data-box .area-2 span {
    font-size: 4.8rem;
  }
  #pageLimited .sec-plan .plan-wrap .plan-area .data-box .area-2 span span,
  #pagePlan .sec-plan .plan-wrap .plan-area .data-box .area-2 span span {
    font-size: 7.2rem;
  }
  #pageLimited .sec-plan .plan-wrap .plan-area .data-box .area-3,
  #pagePlan .sec-plan .plan-wrap .plan-area .data-box .area-3 {
    font-size: 2rem;
    top: 2rem;
    right: -4rem;
  }
  #pageLimited .sec-plan .plan-wrap .plan-area .data-box .ldk,
  #pagePlan .sec-plan .plan-wrap .plan-area .data-box .ldk {
    margin: 0 4rem 0 auto;
  }
  #pageLimited .sec-plan .plan-wrap .plan-area .data-box .ldk-1,
  #pagePlan .sec-plan .plan-wrap .plan-area .data-box .ldk-1 {
    font-size: 3.6rem;
  }
  #pageLimited .sec-plan .plan-wrap .plan-area .data-box .ldk-1 span,
  #pagePlan .sec-plan .plan-wrap .plan-area .data-box .ldk-1 span {
    font-size: 4.8rem;
  }
  #pageLimited .sec-plan .plan-wrap .plan-area .note-box,
  #pagePlan .sec-plan .plan-wrap .plan-area .note-box {
    margin: 2rem 0 0;
  }
  #pageLimited .sec-plan .plan-wrap .plan-area:nth-of-type(1),
  #pageLimited .sec-plan .plan-wrap .plan-area:nth-of-type(4),
  #pagePlan .sec-plan .plan-wrap .plan-area:nth-of-type(1),
  #pagePlan .sec-plan .plan-wrap .plan-area:nth-of-type(4) {
    background: #fff;
  }
  #pageLimited .sec-plan .plan-wrap .plan-area:nth-of-type(1),
  #pageLimited .sec-plan .plan-wrap .plan-area:nth-of-type(3),
  #pagePlan .sec-plan .plan-wrap .plan-area:nth-of-type(1),
  #pagePlan .sec-plan .plan-wrap .plan-area:nth-of-type(3) {
    background: #dbdfd9;
  }
}
#pageType .sec-type {
  padding: 14rem 0;
}
#pageType .sec-type .type-wrap {
  background: #fff;
}
#pageType .sec-type .type-wrap .copy-area .copy-box {
  padding: 2rem 0;
  position: relative;
}
#pageType .sec-type .type-wrap .copy-area .copy-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pageType .sec-type .type-wrap .copy-area .copy-box .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#pageType .sec-type .type-wrap .copy-area .copy-box .copy {
  font-size: 1.8rem;
  letter-spacing: 0;
  text-align: center;
  position: relative;
}
#pageType .sec-type .type-wrap .data-area {
  margin: 0 6rem;
}
#pageType .sec-type .type-wrap .data-area .data-box {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 4rem 0 0.5rem;
  border-bottom: solid 1px #3c5447;
}
#pageType .sec-type .type-wrap .data-area .data-box .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem 0;
  width: 9rem;
  height: 9rem;
  background: #3c5447;
  position: relative;
}
#pageType .sec-type .type-wrap .data-area .data-box .type::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  right: -0.5rem;
  width: 1px;
  height: 100%;
  background: #3c5447;
}
#pageType .sec-type .type-wrap .data-area .data-box .type-1 {
  font-size: 2.2rem;
  letter-spacing: 0;
}
#pageType .sec-type .type-wrap .data-area .data-box .type-1 span {
  font-size: 3.6rem;
}
#pageType .sec-type .type-wrap .data-area .data-box .type-2 {
  font-size: 1.6rem;
}
#pageType .sec-type .type-wrap .data-area .data-box .area {
  padding: 0 0 0 4rem;
  color: #231815;
  position: relative;
}
#pageType .sec-type .type-wrap .data-area .data-box .area-1 {
  display: block;
  font-size: 1rem;
}
#pageType .sec-type .type-wrap .data-area .data-box .area-2 {
  display: block;
  font-size: 2.8rem;
  margin: 1rem 0 0;
}
#pageType .sec-type .type-wrap .data-area .data-box .area-2 span {
  font-size: 3.8rem;
}
#pageType .sec-type .type-wrap .data-area .data-box .area-2 span span {
  font-size: 6.3rem;
}
#pageType .sec-type .type-wrap .data-area .data-box .area-3 {
  font-size: 1.1rem;
  position: absolute;
  top: 2rem;
  right: 0rem;
}
#pageType .sec-type .type-wrap .data-area .data-box .ldk {
  text-align: center;
  margin: 0 0 0.5rem 5rem;
}
#pageType .sec-type .type-wrap .data-area .data-box .ldk-1 {
  font-size: 2.5rem;
  color: #3c5447;
}
#pageType .sec-type .type-wrap .data-area .data-box .ldk-1 span {
  font-size: 3.9rem;
}
#pageType .sec-type .type-wrap .data-area .note-box {
  margin: 1rem 0 0;
}
#pageType .sec-type .type-wrap .data-area .note-box .note {
  color: #231815;
}
#pageType .sec-type .type-wrap .type-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;
  margin: 5rem 0 0 6rem;
}
#pageType .sec-type .type-wrap .type-area .copy-box {
  width: 37rem;
}
#pageType .sec-type .type-wrap .type-area .copy-box .img {
  position: relative;
}
#pageType .sec-type .type-wrap .type-area .copy-box .copy {
  margin: 6rem 0 0;
}
#pageType .sec-type .type-wrap .type-area .copy-box .copy-txt {
  padding: 0 0 0 3rem;
  border-left: solid 7px #3c5447;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.6;
  color: #454648;
  margin: 2rem 0 0;
}
#pageType .sec-type .type-wrap .type-area .copy-box .icons {
  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;
  gap: 0 1rem;
  margin: 6rem 0 0;
}
#pageType .sec-type .type-wrap .type-area .copy-box .icons-icon {
  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;
  gap: 0 0.4rem;
}
#pageType .sec-type .type-wrap .type-area .copy-box .icons-icon i {
  height: 1.4rem;
}
#pageType .sec-type .type-wrap .type-area .copy-box .icons-icon i img {
  width: auto;
  height: 100%;
}
#pageType .sec-type .type-wrap .type-area .copy-box .icons-icon span {
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #231815;
}
#pageType .sec-type .type-wrap .type-area .copy-box .note {
  color: #231815;
  margin: 1rem 0 0;
}
#pageType .sec-type .type-wrap .type-area .img-box {
  width: calc(100% - 37rem);
}
#pageType .sec-type .type-wrap .type-area .img-box .img {
  margin: 0 auto;
}
#pageType .sec-type .type-wrap .type-area .img-box .img.type_abg {
  width: 36.4rem;
}
#pageType .sec-type .type-wrap .type-area .img-box .img.type_bh {
  width: 37.1rem;
}
#pageType .sec-type .type-wrap .type-area .img-box .img.type_bir {
  width: 46.5rem;
}
#pageType .sec-type .type-wrap .type-area .img-box .img.type_bor {
  width: 38.6rem;
}
#pageType .sec-type .type-wrap .type-area .img-box .img.type_bst {
  width: 32.8rem;
}
#pageType .sec-type .type-wrap .type-area .img-box .img.type_cc {
  width: 32rem;
}
#pageType .sec-type .type-wrap .type-area .img-box .img.type_ckmr {
  width: 41rem;
}
#pageType .sec-type .type-wrap .voice-area {
  padding: 2rem 0;
  background: #3c5447;
  margin: 7rem 0 0;
}
#pageType .sec-type .type-wrap .voice-area .voice-box .txt {
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}
#pageType .sec-type .type-wrap .voice-area .voice-box .link {
  -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: 44rem;
  margin: 1rem auto 0;
}
#pageType .sec-type .type-wrap .voice-area .voice-box .link:hover {
  opacity: 0.7;
}
#pageType .sec-type .type-wrap .note-area {
  margin: 4rem 0 0;
}
#pageType .sec-type .type-wrap .note-area .note-box {
  margin: 0 6rem;
}
#pageType .sec-type .type-wrap .note-area .note-box p {
  letter-spacing: 0;
  color: #000;
}
#pageType .sec-type .type-wrap .close-area {
  padding: 0 0 5rem;
  margin: 4rem 0 0;
}
#pageType .sec-type .type-wrap .close-area .close-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;
  gap: 0 1rem;
  width: 25rem;
  height: 5rem;
  background: #d6d7d7;
  margin: 0 auto;
}
#pageType .sec-type .type-wrap .close-area .close-box .btn i {
  width: 1.7rem;
}
#pageType .sec-type .type-wrap .close-area .close-box .btn span {
  font-size: 1.1rem;
  color: #000;
}
#pageType .sec-type .type-wrap .close-area .close-box .btn span span {
  font-size: 1.3rem;
}
#pageType .sec-type .type-wrap .close-area .close-box .btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  #pageType .sec-type {
    padding: 15rem 0;
  }
  #pageType .sec-type .type-wrap .copy-area .copy-box {
    padding: 3rem 0;
  }
  #pageType .sec-type .type-wrap .copy-area .copy-box .copy {
    font-size: 2.6rem;
  }
  #pageType .sec-type .type-wrap .data-area {
    margin: 0 2.5rem;
  }
  #pageType .sec-type .type-wrap .data-area .data-box {
    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;
    padding: 4rem 0 1rem;
  }
  #pageType .sec-type .type-wrap .data-area .data-box .type {
    gap: 1rem 0;
    width: 13.5rem;
    height: 13.5rem;
  }
  #pageType .sec-type .type-wrap .data-area .data-box .type::before {
    right: -1rem;
  }
  #pageType .sec-type .type-wrap .data-area .data-box .type-1 {
    font-size: 3.2rem;
  }
  #pageType .sec-type .type-wrap .data-area .data-box .type-1 span {
    font-size: 4.6rem;
  }
  #pageType .sec-type .type-wrap .data-area .data-box .type-2 {
    font-size: 2.6rem;
  }
  #pageType .sec-type .type-wrap .data-area .data-box .area-1 {
    font-size: 2rem;
  }
  #pageType .sec-type .type-wrap .data-area .data-box .area-2 {
    font-size: 3.8rem;
  }
  #pageType .sec-type .type-wrap .data-area .data-box .area-2 span {
    font-size: 4.8rem;
  }
  #pageType .sec-type .type-wrap .data-area .data-box .area-2 span span {
    font-size: 7.2rem;
  }
  #pageType .sec-type .type-wrap .data-area .data-box .area-3 {
    font-size: 2rem;
    top: 2rem;
    right: -4rem;
  }
  #pageType .sec-type .type-wrap .data-area .data-box .ldk {
    margin: 0 4rem 0 auto;
  }
  #pageType .sec-type .type-wrap .data-area .data-box .ldk-1 {
    font-size: 3.6rem;
  }
  #pageType .sec-type .type-wrap .data-area .data-box .ldk-1 span {
    font-size: 4.8rem;
  }
  #pageType .sec-type .type-wrap .data-area .note-box {
    margin: 2rem 0 0;
  }
  #pageType .sec-type .type-wrap .type-area {
    display: block;
    margin: 5rem 2.5rem 0;
  }
  #pageType .sec-type .type-wrap .type-area .copy-box {
    width: 100%;
  }
  #pageType .sec-type .type-wrap .type-area .copy-box .type {
    margin: 0 auto;
    margin-top: 6rem;
  }
  #pageType .sec-type .type-wrap .type-area .copy-box .type.type_abg {
    width: 45.5rem;
  }
  #pageType .sec-type .type-wrap .type-area .copy-box .type.type_bh {
    width: 46.375rem;
  }
  #pageType .sec-type .type-wrap .type-area .copy-box .type.type_bir {
    width: 58.125rem;
  }
  #pageType .sec-type .type-wrap .type-area .copy-box .type.type_bor {
    width: 48.25rem;
  }
  #pageType .sec-type .type-wrap .type-area .copy-box .type.type_bst {
    width: 41rem;
  }
  #pageType .sec-type .type-wrap .type-area .copy-box .type.type_cc {
    width: 40rem;
  }
  #pageType .sec-type .type-wrap .type-area .copy-box .type.type_ckmr {
    width: 51.25rem;
  }
  #pageType .sec-type .type-wrap .type-area .copy-box .copy-txt {
    padding: 0 0 0 2rem;
    border-left: solid 5px #3c5447;
    font-size: 2.6rem;
    margin: 3rem 0 0;
  }
  #pageType .sec-type .type-wrap .type-area .copy-box .icons {
    gap: 0 1.4rem;
  }
  #pageType .sec-type .type-wrap .type-area .copy-box .icons-icon i {
    height: 2.1rem;
  }
  #pageType .sec-type .type-wrap .type-area .copy-box .icons-icon span {
    font-size: 2.2rem;
  }
  #pageType .sec-type .type-wrap .type-area .copy-box .note {
    margin: 2rem 0 0;
  }
  #pageType .sec-type .type-wrap .voice-area {
    padding: 3rem 0;
    margin: 8rem 0 0;
  }
  #pageType .sec-type .type-wrap .voice-area .voice-box .txt {
    font-size: 2.4rem;
  }
  #pageType .sec-type .type-wrap .voice-area .voice-box .link {
    width: auto;
    margin: 2rem 2.5rem 0;
  }
  #pageType .sec-type .type-wrap .note-area {
    margin: 5rem 0 0;
  }
  #pageType .sec-type .type-wrap .note-area .note-box {
    margin: 0 2.5rem;
  }
  #pageType .sec-type .type-wrap .close-area {
    padding: 0 0 6rem;
    margin: 5rem 0 0;
  }
  #pageType .sec-type .type-wrap .close-area .close-box .btn {
    gap: 0 2rem;
    width: 37.5rem;
    height: 7.5rem;
  }
  #pageType .sec-type .type-wrap .close-area .close-box .btn i {
    width: 2.55rem;
  }
  #pageType .sec-type .type-wrap .close-area .close-box .btn span {
    font-size: 2.2rem;
  }
  #pageType .sec-type .type-wrap .close-area .close-box .btn span span {
    font-size: 2.4rem;
  }
}
#pageZeh .com_main_wrap .img_box .main_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 43rem;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
@media screen and (max-width: 750px) {
  #pageZeh .com_main_wrap .img_box .main_txt {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 40%;
  }
}
#pageZeh .beige {
  color: #b3917b;
}
#pageZeh .black {
  color: #262626;
}
#pageZeh .com_main_container {
  padding-bottom: 8rem;
}
#pageZeh .com_main_container .bels {
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageZeh .com_main_container .bels .txt_wrap {
  width: 42%;
  padding-bottom: 6rem;
}
#pageZeh .com_main_container .bels .txt_wrap .t1 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
#pageZeh .com_main_container .bels .txt_wrap .t2 {
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
#pageZeh .com_main_container .bels .txt_wrap .t2 span {
  font-size: 2.1rem;
}
#pageZeh .com_main_container .bels .txt_wrap .t3 {
  letter-spacing: 0;
  line-height: 2;
}
#pageZeh .com_main_container .bels .img_wrap {
  width: 50%;
}
#pageZeh .com_main_container .bels .img_wrap .com-note {
  line-height: 1.2;
  margin-top: 1rem;
}
#pageZeh .com_main_container .bels .border {
  width: 100%;
  border-top: solid 0.5px #fff;
  border-bottom: solid 0.5px #fff;
  padding: 3rem 0;
}
#pageZeh .com_main_container .bels .border p {
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
}
#pageZeh .com_main_container .bels .border p .beige {
  font-size: 2.8rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .com_main_container .bels {
    padding-top: 8rem;
    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;
  }
  #pageZeh .com_main_container .bels .txt_wrap {
    width: 100%;
    text-align: center;
  }
  #pageZeh .com_main_container .bels .txt_wrap .t1 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  #pageZeh .com_main_container .bels .txt_wrap .t2 {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
  #pageZeh .com_main_container .bels .txt_wrap .t2 span {
    font-size: 3.1rem;
  }
  #pageZeh .com_main_container .bels .txt_wrap .t3 {
    font-size: 2.6rem;
  }
  #pageZeh .com_main_container .bels .img_wrap {
    width: 100%;
    margin-bottom: 8rem;
  }
  #pageZeh .com_main_container .bels .img_wrap .com-note {
    line-height: 1.4;
    margin-top: 2rem;
  }
  #pageZeh .com_main_container .bels .border {
    width: 100%;
    padding: 6rem 0;
  }
  #pageZeh .com_main_container .bels .border p {
    font-size: 3rem;
    letter-spacing: 0;
  }
  #pageZeh .com_main_container .bels .border p .beige {
    font-size: 3.8rem;
  }
}
#pageZeh .com_main_container .merit_wrap {
  background: #3c5447;
  margin-top: 4rem;
  padding: 7rem 0 15rem;
  position: relative;
}
#pageZeh .com_main_container .merit_wrap::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3.5rem solid transparent;
  border-left: 3.5rem solid transparent;
  border-top: 3rem solid #b3917b;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 8%;
}
#pageZeh .com_main_container .merit_wrap_ttl {
  margin-bottom: 4rem;
  text-align: center;
  position: relative;
}
#pageZeh .com_main_container .merit_wrap_ttl::before {
  content: "";
  width: 100%;
  height: 0.5px;
  background: #b3917b;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
#pageZeh .com_main_container .merit_wrap_ttl span {
  display: inline-block;
  font-size: 3rem;
  background: #3c5447;
  padding: 0 1.5rem;
  position: relative;
  z-index: 2;
}
#pageZeh .com_main_container .merit_wrap .merits {
  width: 92%;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
#pageZeh .com_main_container .merit_wrap .merits .merit {
  text-align: center;
}
#pageZeh .com_main_container .merit_wrap .merits .merit_ttl {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 1.3;
}
#pageZeh .com_main_container .merit_wrap .merits .merit_ttl .beige {
  font-size: 3.5rem;
}
#pageZeh .com_main_container .merit_wrap .merits .merit_name {
  padding: 3rem 0 2rem;
  font-size: 1.9rem;
  letter-spacing: 0.2em;
}
#pageZeh .com_main_container .merit_wrap .merits .merit_txt {
  border-top: solid 0.5px #fff;
  border-bottom: solid 0.5px #fff;
  padding: 2rem 0;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #pageZeh .com_main_container .merit_wrap {
    margin-top: 8rem;
    padding: 10rem 0 20rem;
  }
  #pageZeh .com_main_container .merit_wrap::after {
    border-right: 6rem solid transparent;
    border-left: 6rem solid transparent;
    border-top: 5rem solid #b3917b;
    bottom: 2%;
  }
  #pageZeh .com_main_container .merit_wrap_ttl {
    margin-bottom: 6rem;
  }
  #pageZeh .com_main_container .merit_wrap_ttl span {
    font-size: 4rem;
    line-height: 1.4;
  }
  #pageZeh .com_main_container .merit_wrap .merits {
    width: 80%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 8rem;
  }
  #pageZeh .com_main_container .merit_wrap .merits .merit_ttl {
    margin-bottom: 4rem;
    font-size: 4.4rem;
    line-height: 1.3;
  }
  #pageZeh .com_main_container .merit_wrap .merits .merit_ttl .beige {
    font-size: 6.5rem;
  }
  #pageZeh .com_main_container .merit_wrap .merits .merit_name {
    padding: 5rem 0 4rem;
    font-size: 3.9rem;
  }
  #pageZeh .com_main_container .merit_wrap .merits .merit_txt {
    padding: 3rem 0;
    font-size: 2.6rem;
  }
}
#pageZeh .com_main_container .merit_desc {
  background: #f0edec;
  padding-top: 4rem;
}
#pageZeh .com_main_container .merit_desc .head {
  background-image: url("../img/zeh/bg_green.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  font-size: 2.7rem;
  padding: 2rem 0;
}
#pageZeh .com_main_container .merit_desc .points {
  padding: 4rem 2.2rem;
}
#pageZeh .com_main_container .merit_desc .point {
  padding-bottom: 5rem;
}
#pageZeh .com_main_container .merit_desc .point_ttl {
  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-bottom: 3rem;
}
#pageZeh .com_main_container .merit_desc .point_ttl .green {
  width: 15%;
  color: #3c5447;
  border-left: solid 1rem #3c5447;
  padding: 1rem 0 1rem 3rem;
  font-size: 2.2rem;
  font-weight: 700;
}
#pageZeh .com_main_container .merit_desc .point_ttl .bg_green {
  width: 85%;
  background: #3c5447;
  padding: 1rem 0 1rem 3rem;
  font-size: 1.9rem;
}
#pageZeh .com_main_container .merit_desc .point .desc {
  line-height: 2;
  color: #000;
  margin-bottom: 2rem;
}
#pageZeh .com_main_container .merit_desc .point .img_wrap {
  position: relative;
}
#pageZeh .com_main_container .merit_desc .point .img {
  margin-bottom: 4rem;
  background: #f0edec;
}
#pageZeh .com_main_container .merit_desc .point .img img {
  mix-blend-mode: multiply;
}
#pageZeh .com_main_container .merit_desc .point .circle {
  background: #b3917b;
  color: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  line-height: 1.33;
  padding-left: 0.1rem;
  margin-right: 0.5rem;
  text-align: center;
  display: inline-block;
}
#pageZeh .com_main_container .merit_desc .point .name {
  color: #040000;
  letter-spacing: 0;
  display: inline-block;
}
#pageZeh .com_main_container .merit_desc .point .no_wrap {
  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: 80%;
  margin: 3rem auto;
}
#pageZeh .com_main_container .merit_desc .point .no_wrap .no1-3 {
  width: 25%;
}
#pageZeh .com_main_container .merit_desc .point .no_wrap .no4-6 {
  width: 20%;
}
#pageZeh .com_main_container .merit_desc .point .no_wrap .no7-9 {
  width: 25%;
}
#pageZeh .com_main_container .merit_desc .point .no_wrap .no-face {
  width: 27%;
}
#pageZeh .com_main_container .merit_desc .point .no_wrap .no-face .circle {
  color: #b3917b;
}
#pageZeh .com_main_container .merit_desc .point .no_wrap li {
  margin-bottom: 1rem;
}
#pageZeh .com_main_container .merit_desc .point .lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem 1fr 5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
#pageZeh .com_main_container .merit_desc .point .lists .list figure {
  margin-bottom: 1rem;
}
#pageZeh .com_main_container .merit_desc .point .loan_wrap {
  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: 2rem;
}
#pageZeh .com_main_container .merit_desc .point .loan_wrap figure {
  width: 49%;
}
#pageZeh .com_main_container .merit_desc .point .loan_wrap .com-note {
  width: 100%;
  color: #000000;
}
#pageZeh .com_main_container .merit_desc .point .bg_beige {
  width: 100%;
  background: #b3917b;
  padding: 3rem 0;
  margin-top: 2rem;
}
#pageZeh .com_main_container .merit_desc .point .bg_beige p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
}
#pageZeh .com_main_container .merit_desc .point .bg_beige p:first-child {
  font-size: 1.9rem;
  margin-bottom: 1rem;
}
#pageZeh .com_main_container .merit_desc .point .point_txt {
  font-size: 1.4rem;
  line-height: 2;
}
#pageZeh .com_main_container .merit_desc .point .co2_ttl {
  width: 40%;
  margin: 3rem auto -0.5rem;
}
#pageZeh .com_main_container .merit_desc .point .co2 {
  max-width: 420px;
  margin: 0 auto 1rem;
}
#pageZeh .com_main_container .merit_desc .point .co2 .com-cap {
  letter-spacing: 0;
  text-shadow: none;
}
#pageZeh .com_main_container .merit_desc .point .bg_black {
  background: #3d3a39;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.6rem;
  margin: 6rem 0 2rem;
}
#pageZeh .com_main_container .merit_desc .point .pyramid_wrap {
  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;
}
#pageZeh .com_main_container .merit_desc .point .pyramid_wrap .pyramid {
  width: 77%;
  padding-left: 12%;
}
#pageZeh .com_main_container .merit_desc .point .pyramid_wrap .pyramid .com-cap {
  text-shadow: none;
  bottom: -4%;
}
#pageZeh .com_main_container .merit_desc .point .pyramid_wrap .no_1-4 {
  width: 23%;
}
#pageZeh .com_main_container .merit_desc .point .pyramid_wrap .no_1-4 li {
  margin-bottom: 3rem;
}
#pageZeh .com_main_container .merit_desc .point .pyramid_wrap .no_1-4 li:last-child {
  margin-bottom: 0;
}
#pageZeh .com_main_container .merit_desc .point .pyramid_wrap .no_1-4 li .name {
  font-size: 1.7rem;
}
#pageZeh .com_main_container .merit_desc .point .pyramid_wrap .no_1-4 .black {
  font-size: 1.1rem;
  line-height: 1.8;
  padding-left: 2.5rem;
  margin-top: 0.5rem;
}
#pageZeh .com_main_container .merit_desc .point .heat {
  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;
}
#pageZeh .com_main_container .merit_desc .point .heat .point_txt {
  width: 24%;
}
#pageZeh .com_main_container .merit_desc .point .heat figure {
  width: 34%;
}
#pageZeh .com_main_container .merit_desc .point .heat .bg_orange {
  width: 32%;
  background: #d28d4a;
  padding: 3rem 0;
  border-radius: 10px;
  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;
}
#pageZeh .com_main_container .merit_desc .point .heat .bg_orange p {
  color: #fff;
  text-align: center;
}
#pageZeh .com_main_container .merit_desc .point .heat .bg_orange p:first-child {
  font-size: 2.7rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}
#pageZeh .com_main_container .merit_desc .point .heat .bg_orange p:last-child {
  font-size: 6rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .com_main_container .merit_desc {
    padding-top: 6rem;
  }
  #pageZeh .com_main_container .merit_desc .head {
    font-size: 3.7rem;
    padding: 3rem 0;
  }
  #pageZeh .com_main_container .merit_desc .points {
    padding: 6rem 2.2rem;
  }
  #pageZeh .com_main_container .merit_desc .point {
    padding-bottom: 10rem;
  }
  #pageZeh .com_main_container .merit_desc .point_ttl {
    margin-bottom: 5rem;
  }
  #pageZeh .com_main_container .merit_desc .point_ttl .green {
    width: 27%;
    padding-top: 4rem;
    font-size: 3rem;
  }
  #pageZeh .com_main_container .merit_desc .point_ttl .green.loan {
    padding-top: 2rem;
  }
  #pageZeh .com_main_container .merit_desc .point_ttl .bg_green {
    width: 73%;
    padding: 1rem 0 1rem 3rem;
    font-size: 2.9rem;
    line-height: 1.4;
  }
  #pageZeh .com_main_container .merit_desc .point .desc {
    font-size: 2.6rem;
    margin-bottom: 3rem;
    line-height: 1.8;
  }
  #pageZeh .com_main_container .merit_desc .point .img_wrap .com-cap {
    bottom: -3.5rem;
  }
  #pageZeh .com_main_container .merit_desc .point .img {
    overflow-x: scroll;
  }
  #pageZeh .com_main_container .merit_desc .point .img img {
    width: 220%;
  }
  #pageZeh .com_main_container .merit_desc .point #scrl_icon {
    width: 8rem;
    margin: auto;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  #pageZeh .com_main_container .merit_desc .point #scrl_icon.hidden {
    opacity: 0;
    pointer-events: none;
  }
  #pageZeh .com_main_container .merit_desc .point .circle {
    width: 3rem;
    height: 3rem;
    font-size: 2.2rem;
    padding-left: 0.1rem;
    margin-right: 1rem;
    vertical-align: top;
  }
  #pageZeh .com_main_container .merit_desc .point .name {
    font-size: 2.6rem;
    width: 80%;
    line-height: 1.3;
  }
  #pageZeh .com_main_container .merit_desc .point .ls-005 {
    letter-spacing: -0.05em;
  }
  #pageZeh .com_main_container .merit_desc .point .ls-01 {
    letter-spacing: -0.18em;
  }
  #pageZeh .com_main_container .merit_desc .point .no_wrap {
    width: 100%;
    margin: 3rem auto 6rem;
  }
  #pageZeh .com_main_container .merit_desc .point .no_wrap .no1-3 {
    width: 48%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #pageZeh .com_main_container .merit_desc .point .no_wrap .no4-6 {
    width: 48%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #pageZeh .com_main_container .merit_desc .point .no_wrap .no7-9 {
    width: 48%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #pageZeh .com_main_container .merit_desc .point .no_wrap .no-face {
    width: 48%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #pageZeh .com_main_container .merit_desc .point .no_wrap li {
    margin-bottom: 1rem;
  }
  #pageZeh .com_main_container .merit_desc .point .lists {
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
  #pageZeh .com_main_container .merit_desc .point .lists .list figure {
    margin-bottom: 1rem;
  }
  #pageZeh .com_main_container .merit_desc .point .loan_wrap figure {
    width: 100%;
  }
  #pageZeh .com_main_container .merit_desc .point .bg_beige {
    width: 100%;
    padding: 3rem 1rem;
    margin-top: 2rem;
  }
  #pageZeh .com_main_container .merit_desc .point .bg_beige p {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  #pageZeh .com_main_container .merit_desc .point .bg_beige p:first-child {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
  #pageZeh .com_main_container .merit_desc .point .point_txt {
    font-size: 2.4rem;
    line-height: 1.8;
    text-align: left;
  }
  #pageZeh .com_main_container .merit_desc .point .co2_ttl {
    width: 90%;
    margin: 6rem auto 0;
    font-size: 2.6rem;
  }
  #pageZeh .com_main_container .merit_desc .point .co2 {
    margin: 0 auto 2rem;
  }
  #pageZeh .com_main_container .merit_desc .point .co2 .com-cap {
    line-height: 1.3;
    text-align: center;
    width: 100%;
    bottom: -1rem;
  }
  #pageZeh .com_main_container .merit_desc .point .bg_black {
    padding: 1.5rem 0;
    font-size: 2.6rem;
    margin: 10rem 0 5rem;
  }
  #pageZeh .com_main_container .merit_desc .point .pyramid_wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    row-gap: 7rem;
  }
  #pageZeh .com_main_container .merit_desc .point .pyramid_wrap .pyramid {
    width: 100%;
    padding-left: 0;
  }
  #pageZeh .com_main_container .merit_desc .point .pyramid_wrap .pyramid .com-cap {
    bottom: -8%;
  }
  #pageZeh .com_main_container .merit_desc .point .pyramid_wrap .no_1-4 {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  #pageZeh .com_main_container .merit_desc .point .pyramid_wrap .no_1-4 li {
    margin-bottom: 3rem;
  }
  #pageZeh .com_main_container .merit_desc .point .pyramid_wrap .no_1-4 li:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #pageZeh .com_main_container .merit_desc .point .pyramid_wrap .no_1-4 li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #pageZeh .com_main_container .merit_desc .point .pyramid_wrap .no_1-4 li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #pageZeh .com_main_container .merit_desc .point .pyramid_wrap .no_1-4 li:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #pageZeh .com_main_container .merit_desc .point .pyramid_wrap .no_1-4 li:last-child {
    margin-bottom: 0;
  }
  #pageZeh .com_main_container .merit_desc .point .pyramid_wrap .no_1-4 li .name {
    font-size: 2.7rem;
  }
  #pageZeh .com_main_container .merit_desc .point .pyramid_wrap .no_1-4 .black {
    font-size: 2.1rem;
    padding-left: 2.5rem;
    margin-top: 0.5rem;
  }
  #pageZeh .com_main_container .merit_desc .point .heat {
    row-gap: 6rem;
    margin-bottom: 6rem;
  }
  #pageZeh .com_main_container .merit_desc .point .heat .point_txt {
    width: 100%;
  }
  #pageZeh .com_main_container .merit_desc .point .heat figure {
    width: 48%;
  }
  #pageZeh .com_main_container .merit_desc .point .heat .bg_orange {
    width: 48%;
    background: #d28d4a;
    padding: 3rem 0;
    border-radius: 10px;
  }
  #pageZeh .com_main_container .merit_desc .point .heat .bg_orange p {
    color: #fff;
    text-align: center;
  }
  #pageZeh .com_main_container .merit_desc .point .heat .bg_orange p:first-child {
    font-size: 2.7rem;
    line-height: 1.3;
    margin-bottom: 2rem;
  }
  #pageZeh .com_main_container .merit_desc .point .heat .bg_orange p:last-child {
    font-size: 6rem;
  }
}
#pageBrand .brand_lead {
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.46875;
  letter-spacing: 0;
  margin-top: 1.7em;
}
#pageBrand .brand_lead sup {
  display: inline-block;
  font-size: 30%;
  -webkit-transform: translateY(-2.3em);
          transform: translateY(-2.3em);
}
@media screen and (max-width: 750px) {
  #pageBrand .brand_lead {
    font-size: 4rem;
  }
}
#pageBrand .brand_cap {
  font-family: "Cinzel", serif;
  font-size: 3rem;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #b3917b;
}
@media screen and (max-width: 750px) {
  #pageBrand .brand_cap {
    font-size: 3.8rem;
  }
}
#pageBrand .brand_desc {
  font-size: 1.35rem;
  line-height: 2.2142857143;
  letter-spacing: -0.1rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #pageBrand .brand_desc {
    font-size: 2.2rem;
  }
}
#pageBrand .ltn05 {
  letter-spacing: -0.05em;
}
#pageBrand .ltn015 {
  letter-spacing: -0.15em;
}
#pageBrand .com_main_container {
  background: #2b3434;
}
#pageBrand .verena_wrap {
  padding: 7rem 0 4rem;
}
@media screen and (max-width: 750px) {
  #pageBrand .verena_wrap {
    padding: 10rem 0 7rem;
  }
}
#pageBrand .verena_wrap .com-content > .verena_note {
  margin-top: 0;
}
#pageBrand .verena_logo {
  width: 33.3rem;
  margin-inline: auto;
}
#pageBrand .verena_cnt {
  margin-top: 3.5rem;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageBrand .verena_cnt {
    margin-top: 6rem;
    padding-bottom: 5rem;
  }
}
#pageBrand .verena_cnt:last-of-type::after {
  content: none;
}
#pageBrand .verena_cnt::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(rgb(163, 117, 103)), color-stop(13.48%, rgb(127, 97, 88)), color-stop(37.83%, rgb(67, 65, 62)), color-stop(49.45%, rgb(43, 52, 52)), color-stop(68.42%, rgb(93, 79, 73)), color-stop(89.57%, rgb(143, 106, 95)), to(rgb(163, 117, 103)));
  background: linear-gradient(90deg, rgb(163, 117, 103) 0%, rgb(127, 97, 88) 13.48%, rgb(67, 65, 62) 37.83%, rgb(43, 52, 52) 49.45%, rgb(93, 79, 73) 68.42%, rgb(143, 106, 95) 89.57%, rgb(163, 117, 103) 100%);
}
@media screen and (min-width: 751px) {
  #pageBrand .verena_cnt.reverse .verena_boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #pageBrand .verena_cnt.reverse .verena_boxes::before {
    left: unset;
    right: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(0.62%, rgb(25, 30, 31)), color-stop(10.62%, rgb(27, 33, 33)), to(rgb(43, 52, 52)));
    background: linear-gradient(270deg, rgb(25, 30, 31) 0.62%, rgb(27, 33, 33) 10.62%, rgb(43, 52, 52) 100%);
  }
  #pageBrand .verena_cnt.reverse .verena_note {
    padding-left: 35%;
  }
}
#pageBrand .verena_cnt.no-note .verena_img::after {
  content: none;
}
@media screen and (min-width: 751px) {
  #pageBrand .verena_cnt.material .com-lead {
    font-size: 2.6rem;
  }
}
#pageBrand .verena_boxes {
  padding: 1rem;
  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: 2rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 750px) {
  #pageBrand .verena_boxes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem;
  }
}
#pageBrand .verena_boxes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 83%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.62%, rgb(25, 30, 31)), color-stop(10.62%, rgb(27, 33, 33)), to(rgb(43, 52, 52)));
  background: linear-gradient(90deg, rgb(25, 30, 31) 0.62%, rgb(27, 33, 33) 10.62%, rgb(43, 52, 52) 100%);
}
#pageBrand .verena_ibox {
  width: 65.3%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.8rem 1.0159235669fr;
  grid-template-columns: 1fr 1.0159235669fr;
  gap: 0.8rem;
  counter-reset: img;
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  #pageBrand .verena_ibox {
    width: 100%;
  }
}
#pageBrand .verena_img {
  counter-increment: img;
}
#pageBrand .verena_img::after {
  position: absolute;
  content: counter(img);
  font-size: 1rem;
  color: #231815;
  display: inline-block;
  background: #fff;
  padding: 0 0.5em;
  line-height: 1.6;
  font-size: 1rem;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  #pageBrand .verena_img::after {
    font-size: 2rem;
  }
}
#pageBrand .verena_img:first-child {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
#pageBrand .verena_tbox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 2;
  padding-top: 2rem;
}
@media screen and (max-width: 750px) {
  #pageBrand .verena_tbox {
    width: 100%;
    text-align: center;
  }
}
#pageBrand .verena_tbox .com-lead {
  margin: 2.8em 0 0.8em;
}
@media screen and (max-width: 750px) {
  #pageBrand .verena_tbox .com-lead {
    margin: 1em 0 1em;
  }
}
#pageBrand .verena_note {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  #pageBrand .verena_note {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
#pageBrand .verena_note span {
  color: #231815;
  display: inline-block;
  background: #fff;
  padding: 0 0.5em;
  line-height: 1.4;
}
#pageBrand .verena_note span + span {
  margin-left: 0.5em;
}
#pageBrand .history_wrap {
  background: #191e1f;
  padding: 6.5rem 0;
}
@media screen and (max-width: 750px) {
  #pageBrand .history_wrap {
    padding: 10rem 0;
  }
}
#pageBrand .history_introtxt {
  text-align: center;
}
#pageBrand .history_introtxt p {
  color: #b3917b;
}
#pageBrand .history_introtxt .p1 {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  #pageBrand .history_introtxt .p1 {
    font-size: 2.5rem;
  }
}
#pageBrand .history_gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.7rem 1fr 3.7rem 1fr 3.7rem 1fr 3.7rem 1fr 3.7rem 1fr 3.7rem 1fr 3.7rem 1fr 3.7rem 1fr 3.7rem 1fr 3.7rem 1fr 3.7rem 1fr;
  grid-template-columns: repeat(12, 1fr);
  gap: 3.7rem;
  margin: 5rem 0 3rem;
}
@media screen and (max-width: 750px) {
  #pageBrand .history_gallery {
    margin: 8rem 0 6rem;
    gap: 4rem 3rem;
  }
}
#pageBrand .history_gallery .col-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
@media screen and (max-width: 750px) {
  #pageBrand .history_gallery .col-3 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
#pageBrand .history_gallery .col-4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
@media screen and (max-width: 750px) {
  #pageBrand .history_gallery .col-4 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
#pageBrand .history_gallery .col-6 {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
#pageBrand .history_item .brand_desc {
  line-height: 1.2857142857;
  text-align: center;
  margin-top: 0.5em;
}
#pageBrand .verena_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #948b78;
  padding: 1px;
  border: 1px solid #675f5b;
  width: 91rem;
  margin: 6.5rem auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 750px) {
  #pageBrand .verena_banner {
    width: 75%;
    gap: 3rem;
  }
}
#pageBrand .verena_banner:hover {
  opacity: 0.7;
}
#pageBrand .verena_banner img:first-child, #pageBrand .verena_banner img:last-child {
  width: 34.8%;
}
@media screen and (max-width: 750px) {
  #pageBrand .verena_banner img:first-child, #pageBrand .verena_banner img:last-child {
    width: 100%;
  }
}
#pageBrand .verena_banner img:nth-child(2) {
  width: 25%;
}
@media screen and (max-width: 750px) {
  #pageBrand .verena_banner img:nth-child(2) {
    width: 60%;
    margin: 0 auto;
  }
}
#pageBrand .msm_wrap {
  padding: 9rem 0;
}
#pageBrand .msm_circle {
  width: 37rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #pageBrand .msm_circle {
    width: 75%;
  }
}
#pageBrand .msm_cnt {
  padding: 7rem 0;
  position: relative;
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  #pageBrand .msm_txts {
    margin-top: 4rem;
  }
}
#pageBrand .msm_txt {
  text-align: center;
  line-height: 1.6428571429;
  letter-spacing: 0;
  position: absolute;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  #pageBrand .msm_txt {
    position: static;
    -webkit-transform: unset !important;
            transform: unset !important;
    text-align: justify;
    white-space: unset;
  }
  #pageBrand .msm_txt + .msm_txt {
    margin-top: 2rem;
  }
}
#pageBrand .msm_txt-1 {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#pageBrand .msm_txt-2 {
  right: 5%;
  top: 18%;
}
#pageBrand .msm_txt-3 {
  right: 10%;
  bottom: 22%;
}
#pageBrand .msm_txt-4 {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#pageBrand .msm_txt-5 {
  left: 13%;
  bottom: 22%;
}
#pageBrand .msm_txt-6 {
  left: 5%;
  top: 18%;
}

#pageMap {
  /* map ___end*/
}
#pageMap .com-ttl-box {
  padding: 15rem 0 5rem;
}
#pageMap .com-ttl-box .com-sub-ttl {
  margin-bottom: 1rem;
  color: #9a8062;
}
#pageMap .com-ttl-box .com-lead {
  color: #000;
}
#pageMap .f_note {
  display: none;
}
#pageMap .map_wrap {
  margin: 8rem auto 10rem;
}
#pageMap .map_wrap .map_ttl {
  color: #fff;
  background: #232A29;
  background: -webkit-gradient(linear, left top, right top, from(rgb(35, 42, 41)), color-stop(50%, rgb(45, 52, 52)), to(rgb(35, 42, 41)));
  background: linear-gradient(90deg, rgb(35, 42, 41) 0%, rgb(45, 52, 52) 50%, rgb(35, 42, 41) 100%);
  text-align: center;
  font-size: 2rem;
  padding: 10px 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  #pageMap .map_wrap .map_ttl {
    font-size: 3rem;
  }
}
#pageMap .map_wrap .map_box {
  margin: 0 auto 5rem;
}
#pageMap .map_wrap .map_box-mg {
  max-width: 900px;
}
#pageMap .map_wrap .map_box .link-reserve2 {
  width: 80%;
  margin-top: 4rem;
}
#pageMap .map_wrap .map_box .map p {
  text-align: center;
  padding: 10px 0;
  font-size: 1.8rem;
  background: #865b15;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #pageMap .map_wrap .map_box .map p {
    font-size: 2.8rem;
  }
}
#pageMap .map_wrap .map_box .txt {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 1.8rem;
  line-height: 1.6;
}
#pageMap .map_wrap .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4rem;
}
#pageMap .map_wrap .btn_box a {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27rem;
  height: 5rem;
  background: #b3917b;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#pageMap .map_wrap .btn_box a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
  #pageMap .map_wrap .map_box {
    margin: 0 auto 5rem;
  }
  #pageMap .map_wrap .btn_box {
    gap: 0 2rem;
  }
  #pageMap .map_wrap .btn_box a {
    width: 28rem;
    height: 6rem;
    font-size: 2.4rem;
  }
}
@media print {
  #pageMap header,
  #pageMap footer,
  #pageMap .link-box {
    display: none !important;
  }
  #pageMap main {
    margin: 0 !important;
  }
  #pageMap .com-main-wrap,
  #pageMap .com_bg_wrap {
    display: none !important;
  }
  #pageMap .com-content {
    width: 100%;
    padding: 0;
  }
  #pageMap .map_wrap .btn_box {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}

#pageOutline .com-ttl-box {
  padding: 15rem 0 5rem;
}
#pageOutline .com-ttl-box .com-sub-ttl {
  margin-bottom: 1rem;
  color: #b3917b;
}
#pageOutline .com-ttl-box .com-lead {
  color: #000;
}
#pageOutline .com-link {
  margin-top: 10rem;
}
#pageOutline .outline_wrap {
  padding: 10rem 0 10rem;
}
#pageOutline .outline_wrap .outline_tit {
  margin-bottom: 2rem;
  font-size: 1.7rem;
  color: #fff;
  background: #232A29;
  background: -webkit-gradient(linear, left top, right top, from(rgb(35, 42, 41)), color-stop(50%, rgb(45, 52, 52)), to(rgb(35, 42, 41)));
  background: linear-gradient(90deg, rgb(35, 42, 41) 0%, rgb(45, 52, 52) 50%, rgb(35, 42, 41) 100%);
  padding: 1rem;
}
#pageOutline .outline_wrap .outline_tit span {
  width: 8px;
  height: 15px;
  border-right: 3px solid #9a8062;
  border-left: 3px solid #9a8062;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
#pageOutline .outline_wrap .outline_table {
  margin: 0 auto 10rem;
}
#pageOutline .outline_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f0edec;
  margin: 0 auto 3rem;
}
#pageOutline .outline_wrap dl dt {
  width: 230px;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  line-height: 1.5;
  font-size: 1.4rem;
}
#pageOutline .outline_wrap dl dd {
  width: calc(100% - 230px);
  padding: 10px 0 10px 25px;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  font-size: 1.4rem;
}
#pageOutline .outline_wrap .advertising_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
#pageOutline .outline_wrap .advertising_box .t1 {
  border: 1px solid #000;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.4rem;
}
#pageOutline .outline_wrap .advertising_box .t2 {
  width: calc(100% - 140px);
  font-size: 1.2rem;
  line-height: 1.5;
}
#pageOutline .outline_wrap .com-note {
  color: #fff;
}
@media screen and (max-width: 750px) {
  #pageOutline .main_wrap {
    padding-top: 70px;
  }
  #pageOutline .main_wrap p {
    text-align: center;
  }
  #pageOutline .main_wrap p:nth-of-type(1) {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  #pageOutline .main_wrap p:nth-of-type(2) {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    line-height: 1.5;
  }
  #pageOutline .outline_wrap .outline_tit {
    margin-bottom: 3rem;
    font-size: 2.7rem;
  }
  #pageOutline .outline_wrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 3rem;
  }
  #pageOutline .outline_wrap dl dt {
    width: 100%;
    padding: 10px 0 10px 5px;
    font-size: 2.4rem;
    border-right: none;
    border-bottom: 1px dashed #ccc;
    background: rgba(179, 145, 123, 0.4);
  }
  #pageOutline .outline_wrap dl dd {
    width: 100%;
    padding: 10px 0 10px 5px;
    font-size: 2.4rem;
  }
  #pageOutline .outline_wrap .advertising_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
  #pageOutline .outline_wrap .advertising_box .t1 {
    width: 100%;
    font-size: 2rem;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  #pageOutline .outline_wrap .advertising_box .t2 {
    width: 100%;
    font-size: 1.5rem;
  }
}
#pageLimited {
  /* map ___end*/
}
#pageLimited .sec-plan {
  padding: 0;
}
#pageLimited .sec-plan .copy-wrap {
  position: relative;
  padding: 10rem 0;
  margin: 0;
}
#pageLimited .sec-plan .copy-wrap::before, #pageLimited .sec-plan .copy-wrap::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #A37567;
  background: -webkit-gradient(linear, left top, right top, from(rgb(163, 117, 103)), color-stop(50%, rgb(43, 52, 52)), to(rgb(163, 117, 103)));
  background: linear-gradient(90deg, rgb(163, 117, 103) 0%, rgb(43, 52, 52) 50%, rgb(163, 117, 103) 100%);
  position: absolute;
  left: 0;
}
#pageLimited .sec-plan .copy-wrap::before {
  bottom: 1rem;
}
#pageLimited .sec-plan .copy-wrap::after {
  top: 1rem;
}
#pageLimited .sec-plan .bg {
  padding: 5rem 0 10rem;
  background-color: #2b3434;
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLimited {
    /*@media screen end*/
  }
}

#pageLogin {
  /* login ___end*/
}
#pageLogin .login_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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  min-height: 700px;
}
#pageLogin .login_wrap .login_area .login_box .txt_img {
  width: 36rem;
  margin: 0 auto;
}
#pageLogin .login_wrap .login_area .login_box .copy {
  text-align: center;
  margin: 4.6rem 0 0;
}
#pageLogin .login_wrap .login_area .login_box .en {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #b3917b;
}
#pageLogin .login_wrap .login_area .login_box .lead {
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #b3917b;
}
#pageLogin .login_wrap .login_area .login_box .txt {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin: 2rem 0 0;
  color: #fff;
}
#pageLogin .login_wrap .login_area form {
  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 0;
  margin: 3.6rem auto 0;
}
#pageLogin .login_wrap .login_area form .input {
  width: 35rem;
  height: 4rem;
  border: 1px solid #000;
}
#pageLogin .login_wrap .login_area form .input input {
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  padding: 0 2rem;
}
#pageLogin .login_wrap .login_area form .submit button {
  width: 16rem;
  height: 4rem;
  background: #b3917b;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  color: #fff;
}
#pageLogin .login_wrap .login_area form .error {
  width: 100%;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  margin: 2rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageLogin {
    /*@media screen end*/
  }
  #pageLogin .login_wrap {
    min-height: auto;
  }
  #pageLogin .login_wrap .login_area .login_box .en {
    font-size: 2rem;
  }
  #pageLogin .login_wrap .login_area .login_box .copy {
    margin: 5rem 0 0;
  }
  #pageLogin .login_wrap .login_area .login_box .lead {
    font-size: 4rem;
    letter-spacing: 0.1em;
  }
  #pageLogin .login_wrap .login_area .login_box .txt {
    font-size: 2.2rem;
    letter-spacing: 0;
    text-align: left;
    padding: 0 2rem;
  }
  #pageLogin .login_wrap .login_area form {
    margin: 5rem auto 0;
  }
  #pageLogin .login_wrap .login_area form .input {
    width: 41rem;
    height: 6rem;
  }
  #pageLogin .login_wrap .login_area form .input input {
    font-size: 2.2rem;
  }
  #pageLogin .login_wrap .login_area form .submit button {
    width: 20rem;
    height: 6rem;
    font-size: 2rem;
    letter-spacing: 0;
  }
  #pageLogin .login_wrap .login_area form .error {
    font-size: 2.2rem;
    margin: 3rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  #pageLogin {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLogin {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLogin {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLogin {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLogin {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLogin {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLogin {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLogin {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLogin {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLogin {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLogin {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLogin {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageLogin {
    /*@media screen end*/
  }
}
/*# sourceMappingURL=style_vg-fuchu.css.map */