@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital@0;1&family=EB+Garamond:ital@0;1&family=Libre+Caslon+Display&family=Playfair+Display:ital@0;1&family=Shippori+Mincho+B1:wght@400;500;600;700&family=Zen+Old+Mincho:wght@400;500;600;700&family=Noto+Sans+JP&display=swap");
.p_lead {
  font-size: 3rem;
  color: #30616b;
  line-height: 1.8333333333;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .p_lead {
    font-size: 4.2rem;
  }
}

.p_ttl {
  font-size: 4rem;
  line-height: 1.375;
  letter-spacing: 0;
  color: #30616b;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .p_ttl {
    font-size: 5.2rem;
  }
}

.p_ttl2 {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0;
  color: #30616b;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .p_ttl2 {
    font-size: 3.08rem;
  }
}

#pagePlan .tag, #pageAccess .chevron, .p_ttl3 {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #30616b;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  #pagePlan .tag, #pageAccess .chevron, .p_ttl3 {
    font-size: 2.8rem;
  }
}

.p_ttl4 {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  letter-spacing: 0;
  color: #30616b;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .p_ttl4 {
    font-size: 3.64rem;
  }
}

.p_sub {
  font-size: 1.9rem;
  line-height: 2;
  letter-spacing: 0;
  color: #30616b;
}
@media screen and (max-width: 750px) {
  .p_sub {
    font-size: 2.66rem;
  }
}

#pageLocation .loc_txt, #pageAccess .train_simu-sub, .p_sub2 {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0;
  color: #30616b;
}
@media screen and (max-width: 750px) {
  #pageLocation .loc_txt, #pageAccess .train_simu-sub, .p_sub2 {
    font-size: 2.24rem;
  }
}

.p_sub3 {
  font-size: 1.5rem;
  line-height: 1.2666666667;
  letter-spacing: 0;
  color: #30616b;
}
@media screen and (max-width: 750px) {
  .p_sub3 {
    font-size: 2.1rem;
  }
}

#pageLocation .loc_txtborder, #pageAccess .train_visit-tbox .p1,
#pageAccess .train_visit-tbox .p2, .p_desc {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0;
  color: #30616b;
}
@media screen and (max-width: 750px) {
  #pageLocation .loc_txtborder, #pageAccess .train_visit-tbox .p1,
  #pageAccess .train_visit-tbox .p2, .p_desc {
    font-size: 1.96rem;
  }
}

.p_desc2 {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0;
  color: #30616b;
}
@media screen and (max-width: 750px) {
  .p_desc2 {
    font-size: 1.68rem;
  }
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

html {
  font-size: 10px;
}

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

html {
  overflow: auto;
}

main {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 14rem 0 0;
}

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

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

sup,
sub {
  font-size: 60%;
}

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

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

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

.f-play {
  font-family: "Playfair Display", serif;
}

.f-libre {
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
}

.f-c-gara {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.f-eb-gara {
  font-family: "EB Garamond", serif;
  font-weight: 400;
}

.f-noto {
  font-family: "Noto Sans JP", sans-serif;
}

header {
  width: 100%;
  height: 14rem;
  background: #fff;
  padding: 2.6rem 0 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}
header .com-content {
  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;
}
header .h-h1 {
  font-size: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
header .h-logo {
  width: 10.6rem;
}
header .h-logo h1 {
  font-size: 1rem;
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0;
}
header .h-logo a {
  display: block;
}
header .h-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .h-links_btn {
  margin-left: 2rem;
  position: relative;
}
header .h-links_btn span {
  color: #1A1311;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.1;
}
header .h-links_btn.limited, header .h-links_btn.reserve, header .h-links_btn.request {
  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: 11rem;
  height: 3.5rem;
}
header .h-links_btn.request {
  background: #30616b;
  margin-left: 1rem;
  border-bottom: none;
}
header .h-links_btn.request span {
  color: #fff;
}
header .h-links_btn.reserve {
  background: #af9147;
  margin-left: 1rem;
  border-bottom: none;
}
header .h-links_btn.reserve span {
  color: #fff;
}
header .h-links_btn.limited {
  background: #8bb1b0;
  margin-left: 2rem;
  border-bottom: none;
  text-align: center;
}
header .h-links_btn.limited span {
  color: #fff;
  text-align: center;
}
header .h-links_btn.call {
  display: none;
}
header .h-links_btn.logo {
  border-bottom: none;
  width: 16rem;
}
header .h-links_btn.top {
  display: none;
}
header .h-links_btn.new::after {
  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: 36px;
  border-radius: 20px;
  padding: 3px 0;
  content: "NEW";
  color: #fff;
  font-weight: 800;
  background: #601614;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: -6px;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
}

@media screen and (max-width: 750px) {
  header {
    -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
    transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
    height: 50px;
    padding: 0;
  }
  header .com-content {
    padding: 0;
    width: 100%;
  }
  header .h-h1 {
    display: none;
  }
  header .h-logo {
    -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: 94px;
    display: block;
    background: #fff;
    padding: 4px 6px;
    margin: 10px 0 0 13px;
    z-index: 10;
  }
  header .h-logo r h1 {
    display: none;
  }
  header .h-logo a {
    display: block;
  }
  header .h-logo.active {
    background: #fff;
  }
  header .h-links {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    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;
    z-index: 500;
    padding: 0 0 1px;
    border-top: 1px solid rgb(130, 151, 155);
  }
  header .h-links_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.3rem 0;
    width: 25%;
    height: 12rem;
    text-align: center;
    background: #1e3c42;
    padding: 1rem 0 !important;
    margin: 0 !important;
    border-bottom: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  header .h-links_btn::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: 0.5;
  }
  header .h-links_btn span {
    width: 100%;
    color: #fff !important;
    font-size: 2rem !important;
    text-align: center;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  header .h-links_btn img {
    width: 4.3rem;
    margin: 0 auto;
    display: block;
    height: auto;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  header .h-links_btn.limited span {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  header .h-links_btn.limited, header .h-links_btn.reserve, header .h-links_btn.request {
    width: 25%;
    height: 12rem;
  }
  header .h-links_btn.request img {
    width: 3.8rem;
  }
  header .h-links_btn.reserve img {
    width: 4.6rem;
  }
  header .h-links_btn.reserve::after {
    display: none;
  }
  header .h-links_btn.limited img {
    width: 2.6rem;
  }
  header .h-links_btn.map img {
    width: 4.4rem;
  }
  header .h-links_btn.call {
    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-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  header .h-links_btn.call img {
    width: 3.8rem;
  }
  header .h-links_btn.logo {
    display: none;
  }
  header.none {
    background-color: unset;
  }
  header.none .h-logo {
    opacity: 0;
  }
}
#f_nav,
nav {
  padding: 0 0 0.6rem;
  position: fixed;
  top: 8.9rem;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#f_nav ul,
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#f_nav ul li,
nav ul li {
  width: 11.1111111111%;
  position: relative;
}
#f_nav ul li.new a .nav_txt::before,
nav ul li.new a .nav_txt::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 2rem;
  content: "NEW";
  color: #fff;
  font-weight: 800;
  background: #af9147;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#f_nav ul li a,
nav ul li a {
  text-align: center;
  position: relative;
  display: block;
}
#f_nav ul li a .nav_txt,
nav ul li a .nav_txt {
  width: 100%;
  height: 100%;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  padding: 0.6rem 0 0.5rem;
  position: relative;
}
#f_nav ul li a .nav_txt::after,
nav ul li a .nav_txt::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #355991;
  height: 2px;
  width: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#f_nav ul li a .nav_txt .en,
nav ul li a .nav_txt .en {
  font-size: 1.5rem;
}
#f_nav ul li a .nav_txt .ja,
nav ul li a .nav_txt .ja {
  font-size: 1rem;
}
#f_nav ul li a:hover .nav_txt::after,
nav ul li a:hover .nav_txt::after {
  width: 100%;
  opacity: 1;
}
#f_nav ul li.dis,
nav ul li.dis {
  pointer-events: none;
}
#f_nav ul li.dis span,
nav ul li.dis span {
  color: #b2b3b3;
}

#f_nav {
  position: relative;
  top: auto;
  left: auto;
  padding: 4rem 0 2rem;
}
#f_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.2rem 0;
  width: 100%;
}
#f_nav ul li {
  width: calc(25% - 0.2rem);
  overflow: hidden;
}
#f_nav ul li.new a .nav_txt::before {
  top: 0;
  left: 0;
  -webkit-transform: unset;
          transform: unset;
}
#f_nav ul li .bg {
  -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%;
}
#f_nav ul li .bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 1;
}
#f_nav ul li .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#f_nav ul li a {
  height: 100%;
}
#f_nav ul li a .nav_txt {
  color: #fff;
  padding: 4rem 0;
  z-index: 1;
}
#f_nav ul li a .nav_txt:active {
  display: none;
}
#f_nav ul li:hover .bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#f_nav ul li:hover .nav_txt::after {
  display: none;
}
#f_nav ul li:nth-child(9),
#f_nav ul li:nth-child(8),
#f_nav ul li:nth-child(7),
#f_nav ul li:nth-child(6),
#f_nav ul li:nth-child(5) {
  width: calc(20% - 0.2rem);
}

#pageBrand nav ul li.brand a .nav_txt::after,
#pageQuality nav ul li.quality a .nav_txt::after,
#pagePlan nav ul li.plan a .nav_txt::after,
#pageCommon nav ul li.common a .nav_txt::after,
#pageLandScape nav ul li.landscape a .nav_txt::after,
#pageLocation nav ul li.location a .nav_txt::after,
#pageAccess nav ul li.access a .nav_txt::after,
#pageConcept nav ul li.concept a .nav_txt::after,
#pageTop nav ul li.top a .nav_txt::after {
  width: 100%;
  opacity: 1;
}

.c-nav_btn {
  display: none;
}

@media screen and (max-width: 750px) {
  #f_nav .list-area ul li a .nav_txt::before,
  nav .list-area ul li a .nav_txt::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 7rem;
    height: 4rem;
    font-size: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: bottom;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
            transform: none;
  }
  #f_nav {
    padding: 5rem 0;
  }
  #f_nav ul {
    background-color: #fff;
    gap: 0.4rem 0;
  }
  #f_nav ul li {
    width: calc(50% - 0.2rem);
  }
  #f_nav ul li.new a .nav_txt::before {
    top: 0;
    left: 0;
  }
  #f_nav ul li a .nav_txt {
    padding: 6rem 0;
  }
  #f_nav ul li a .nav_txt .en {
    font-size: 4rem;
  }
  #f_nav ul li a .nav_txt .ja {
    font-size: 2rem;
  }
  #f_nav ul li:first-child {
    width: 100%;
  }
  #f_nav ul li:first-child .bg img {
    -o-object-position: center top;
       object-position: center top;
  }
  #f_nav ul li:nth-child(9),
  #f_nav ul li:nth-child(8),
  #f_nav ul li:nth-child(7),
  #f_nav ul li:nth-child(6),
  #f_nav ul li:nth-child(5) {
    width: calc(50% - 0.2rem);
  }
  nav {
    display: block;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #30616b;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 12rem;
    -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);
    pointer-events: none;
    opacity: 0;
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  nav .nav_bg_area {
    height: 65vw;
    position: relative;
  }
  nav .nav_bg_area .img {
    width: 100%;
    height: 100%;
  }
  nav .nav_bg_area .img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
    -o-object-position: center top;
       object-position: center top;
  }
  nav .com-content {
    height: calc(100% - 61vw);
  }
  nav .list-area {
    height: 100%;
    text-align: center;
    padding: 0 0 4rem;
    overflow-y: scroll;
    position: relative;
  }
  nav .list-area ul {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: inline-block;
    padding-top: 0;
  }
  nav .list-area ul li {
    width: 100% !important;
    position: relative;
  }
  nav .list-area ul li.new .nav_txt::before {
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 2rem;
  }
  nav .list-area ul li a {
    padding: 1.3rem 0;
  }
  nav .list-area ul li a .nav_txt {
    letter-spacing: 0.1em;
    color: #fff;
    text-align: left;
    display: inline-block;
    padding: 1rem 9rem 1rem;
  }
  nav .list-area ul li a .nav_txt::after {
    height: 0.5rem;
    background: #3cc7be;
  }
  nav .list-area ul li a .nav_txt .en {
    font-size: 4rem;
    margin: 0 2rem 0 0;
  }
  nav .list-area ul li a .nav_txt .ja {
    font-size: 2rem;
  }
  nav.active {
    pointer-events: auto;
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  .c-nav_btn {
    cursor: pointer;
    display: block;
    width: 36px;
    height: 18px;
    position: fixed;
    top: 16px;
    right: 17px;
    z-index: 99999;
  }
  .c-nav_btn span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .c-nav_btn p {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    font-size: 10px;
    text-align: center;
  }
  .c-nav_btn.active span {
    background-color: #fff;
  }
  .c-nav_btn,
  .c-nav_btn span {
    display: inline-block;
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-nav_btn span:nth-of-type(1) {
    top: 0;
  }
  .c-nav_btn span:nth-of-type(2) {
    top: 8px;
  }
  .c-nav_btn span:nth-of-type(3) {
    bottom: 0;
  }
  .c-nav_btn span:nth-of-type(1) {
    -webkit-animation: btn07-bar01 0.75s forwards;
            animation: btn07-bar01 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .c-nav_btn span:nth-of-type(2) {
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  .c-nav_btn span:nth-of-type(3) {
    -webkit-animation: btn07-bar03 0.75s forwards;
            animation: btn07-bar03 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-9px) rotate(-45deg);
              transform: translateY(-9px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0);
              transform: translateY(-9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-9px) rotate(-45deg);
              transform: translateY(-9px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0);
              transform: translateY(-9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .c-nav_btn.active span:nth-of-type(1) {
    -webkit-animation: active-btn07-bar01 0.75s forwards;
            animation: active-btn07-bar01 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
  }
  @keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
  }
  .c-nav_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .c-nav_btn.active span:nth-of-type(3) {
    -webkit-animation: active-btn07-bar03 0.75s forwards;
            animation: active-btn07-bar03 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0);
              transform: translateY(-9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-9px) rotate(-45deg);
              transform: translateY(-9px) rotate(-45deg);
    }
  }
  @keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0);
              transform: translateY(-9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-9px) rotate(-45deg);
              transform: translateY(-9px) rotate(-45deg);
    }
  }
}
footer.footer {
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  footer.footer {
    padding: 0 0 0;
  }
}
footer.footer .action_wrap {
  padding: 7rem 0 5rem;
}
footer.footer .action_wrap .action_aree {
  text-align: center;
}
footer.footer .action_wrap .action_aree .p1 {
  font-size: 3.7rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
footer.footer .action_wrap .action_aree .btn_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0 0;
}
footer.footer .action_wrap .action_aree .btn {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  width: 30rem;
  height: 8rem;
  background: #af9147;
  color: #fff;
  padding: 0.4rem;
}
footer.footer .action_wrap .action_aree .btn 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: 100%;
  height: 100%;
  border: 1px solid #fff;
}
footer.footer .action_wrap .action_aree .btn .btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.7rem;
  color: #fff;
}
footer.footer .action_wrap .action_aree .btn .btn_arrow {
  width: 1rem;
}
footer.footer .action_wrap .action_aree .btn .btn_ttl {
  font-size: 2.2rem;
  letter-spacing: 0.15em;
}
footer.footer .action_wrap .action_aree .btn .btn_txt {
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0.15em;
  margin: 0.6rem 0 0;
}
footer.footer .action_wrap .action_aree .btn:hover {
  background: #231319;
}
footer.footer .action_wrap .action_aree .p2 {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.7;
  margin: 3rem 0 0;
}
footer.footer .action_wrap .action_aree .action_note {
  text-align: center;
  margin: 3rem 0 0;
}
footer.footer .action_wrap .action_aree .note_inner {
  color: #8b6d00;
  border: 1px solid #8b6d00;
  display: inline-block;
  padding: 2.4rem 2.6rem;
}
footer.footer .action_wrap .action_aree .note_1 {
  font-size: 2.3rem;
  letter-spacing: 0.15em;
  line-height: 1.6;
  background: #eeede7;
}
footer.footer .action_wrap .action_aree .note_2 {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  footer.footer .action_wrap {
    padding: 9rem 0 5rem;
  }
  footer.footer .action_wrap .action_aree .p1 {
    font-size: 4.6rem;
    letter-spacing: 0.03em;
  }
  footer.footer .action_wrap .action_aree .btn_outer {
    margin: 3rem 0 0;
  }
  footer.footer .action_wrap .action_aree .btn {
    width: 50rem;
    height: 12rem;
  }
  footer.footer .action_wrap .action_aree .btn .btn_inner {
    gap: 0 1.2rem;
  }
  footer.footer .action_wrap .action_aree .btn .btn_arrow {
    width: 1.8rem;
  }
  footer.footer .action_wrap .action_aree .btn .btn_ttl {
    font-size: 3.2rem;
  }
  footer.footer .action_wrap .action_aree .btn .btn_txt {
    font-size: 2rem;
    margin: 1rem 0 0;
  }
  footer.footer .action_wrap .action_aree .p2 {
    font-size: 2.6rem;
    margin: 4rem 0 0;
  }
  footer.footer .action_wrap .action_aree .action_note {
    margin: 5rem 0 0;
  }
  footer.footer .action_wrap .action_aree .note_inner {
    width: 100%;
    padding: 4rem 4rem;
  }
  footer.footer .action_wrap .action_aree .note_1 {
    font-size: 3.2rem;
  }
  footer.footer .action_wrap .action_aree .note_2 {
    font-size: 2.8rem;
    margin: 2rem 0 0;
  }
}
footer.footer .f-note {
  background: #cbd7da;
  padding: 9rem 0;
}
footer.footer .f-note p {
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  footer.footer .f-note {
    padding: 8rem 0;
  }
}
footer.footer .f-contact_call {
  padding: 8rem 0 3.5rem;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact_call {
    padding: 7rem 0 6rem;
  }
}
footer.footer .f-contact_call .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.5rem;
  padding-bottom: 1.4rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact_call .tel {
    gap: 0 1rem;
    pointer-events: auto;
    margin: 0 auto 1rem;
  }
}
footer.footer .f-contact_call .tel .icon_call {
  width: 6.3rem;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact_call .tel .icon_call {
    width: 11rem;
  }
}
footer.footer .f-contact_call .tel p {
  font-size: 4.6rem;
  letter-spacing: 0.16rem;
  text-align: center;
  color: #30616b;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact_call .tel p {
    font-size: 7rem;
  }
}
footer.footer .f-contact_call .t1 {
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact_call .t1 {
    font-size: 2.4rem;
  }
}
footer.footer .f-contact_call .t2 {
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact_call .t2 {
    width: 100%;
    font-size: 2rem;
  }
}
footer.footer .f-contact_logo {
  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 7rem;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact_logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer.footer .f-contact_logo .logo1 {
  width: 20.4rem;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact_logo .logo1 {
    width: 70%;
    margin: 0 auto 8rem;
  }
}
footer.footer .f-contact_logo .logo2 {
  width: 20.8rem;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact_logo .logo2 {
    width: 80%;
    margin: 0 auto;
  }
}
footer.footer .f-contact_logo p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact_logo p {
    font-size: 2.2rem;
  }
}
footer.footer .f-contact .holiday {
  margin: 0 auto 0;
  border: 1px solid #fff;
  padding: 1rem 0;
  width: 90%;
  max-width: 800px;
}
footer.footer .f-contact .holiday .ttl {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5rem;
}
footer.footer .f-contact .holiday .txt {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact .holiday {
    margin: 2rem auto;
  }
  footer.footer .f-contact .holiday .ttl {
    font-size: 3.4rem;
  }
  footer.footer .f-contact .holiday .txt {
    font-size: 2.6rem;
  }
}
footer.footer .fbann {
  text-align: center;
  padding: 6rem 0;
  margin: 0 auto;
}
footer.footer .fbann ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
footer.footer .fbann ul li {
  width: 48%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  footer.footer .fbann ul li {
    width: 80%;
    margin: 0 auto 2rem;
  }
}
footer.footer .fbann ul li img {
  width: 100%;
  height: auto;
}
footer.footer .f-copy {
  margin-top: 3rem;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
figure {
  position: relative;
}

.ref {
  position: relative;
  overflow: hidden;
}
.ref::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  -webkit-animation: shine 5s infinite;
  animation: shine 5s infinite;
}

@-webkit-keyframes shine {
  0% {
    left: -100%;
  }
  25% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  25% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.com-note {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.com-note.right {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .com-note {
    font-size: 2rem;
  }
}
.com-btn {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  width: 37rem;
  height: 8rem;
  background: #af9147;
  color: #fff;
  padding: 0.4rem;
}
.com-btn 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: 100%;
  height: 100%;
  border: 1px solid #fff;
}
.com-btn .btn_ttl {
  font-size: 2.4rem;
  color: #fff;
}
.com-btn:hover {
  background: #6b4d04;
}

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

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

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

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

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

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

@media screen and (max-width: 750px) {
  .com-cap {
    font-size: 2rem;
    bottom: 1rem;
    right: 1rem;
  }
  .com-cap.left {
    left: 1rem;
  }
  .com-cap.w100 {
    right: 1rem;
  }
  .com-cap.left.w100 {
    left: 1rem;
  }
}
.com-ttl {
  font-size: 2.6rem;
  letter-spacing: 0;
}
.com-ttl.clr-p {
  color: #883e57;
}

.com-lead {
  font-size: 2.3rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

.com-txt {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 3rem;
}

.com-sup {
  font-size: 1rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

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

@media screen and (max-width: 750px) {
  .com-content {
    width: 75rem;
    padding: 0 4rem;
  }
}
.com_main_wrap {
  padding-bottom: 15rem;
}
.com_main_wrap .main_box {
  width: 100%;
  height: 45rem;
  position: relative;
}
.com_main_wrap .main_box .ibox {
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  width: 100%;
  height: 100%;
}
.com_main_wrap .main_box .ibox figure {
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
}
.com_main_wrap .main_box .ibox img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  -o-object-position: center top;
     object-position: center top;
}
.com_main_wrap .main_box .bg,
.com_main_wrap .main_box .tbox {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 23rem;
  -webkit-transform: translate(-50%, 60%);
          transform: translate(-50%, 60%);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.com_main_wrap .main_box .bg {
  background: #883e57;
  mix-blend-mode: multiply;
  opacity: 0;
}
.com_main_wrap .main_box .tbox {
  opacity: 0;
  padding: 5rem 0;
  text-align: center;
}
.com_main_wrap .main_box .tbox_t1 {
  width: 10.8rem;
  margin: 0 auto;
}
.com_main_wrap .main_box .tbox_t2 {
  text-align: center;
  font-size: 2rem;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  color: #fff;
  line-height: 1.5;
  position: relative;
  margin-top: 2rem;
  padding-top: 2rem;
}
.com_main_wrap .main_box .tbox_t2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.com_main_wrap .main_box .com-cap {
  right: 2.5rem;
}

.com_main_wrap.act .main_box .ibox figure {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}
.com_main_wrap.act .main_box .bg,
.com_main_wrap.act .main_box .tbox {
  top: 50%;
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#pageOutline .com_main_wrap,
#pageAccessmap .com_main_wrap {
  margin: 0;
}
#pageOutline .com_main_wrap .main_box,
#pageAccessmap .com_main_wrap .main_box {
  height: 24rem;
}
#pageOutline .com_main_wrap .main_box .txt,
#pageAccessmap .com_main_wrap .main_box .txt {
  color: #b6933a;
  top: auto;
  bottom: 7rem;
  left: -4%;
  -webkit-transform: unset;
          transform: unset;
}

#pageOutline .com_main_wrap.act .main_box .txt,
#pageMap .com_main_wrap.act .main_box .txt {
  left: 0;
}

@media screen and (max-width: 750px) {
  .com_main_wrap {
    margin: 0 0 4rem;
  }
  .com_main_wrap.OutlineMap {
    padding-bottom: 8rem;
  }
  .com_main_wrap.OutlineMap .main_box {
    height: 44rem !important;
  }
  .com_main_wrap.OutlineMap .main_box .bg,
  .com_main_wrap.OutlineMap .main_box .tbox {
    height: 30rem;
    top: 16rem !important;
  }
  .com_main_wrap.OutlineMap .main_box .tbox {
    padding: 8.5rem 0;
  }
  .com_main_wrap.OutlineMap .main_box .tbox_t1 {
    height: 2.5rem !important;
  }
  .com_main_wrap .main_box {
    height: 70rem;
  }
  .com_main_wrap .main_box .bg,
  .com_main_wrap .main_box .tbox {
    width: 35rem;
  }
  .com_main_wrap .main_box .tbox_t1 {
    width: 20.8rem;
  }
  .com_main_wrap .main_box .tbox_t2 {
    font-size: 3rem;
    line-height: 1.4;
  }
  .com_main_wrap .main_box .com-cap {
    right: 1rem;
  }
  .com_main_wrap.act .main_box .txt {
    left: 5%;
  }
  #pageOutline .com_main_wrap .main_box,
  #pageMap .com_main_wrap .main_box {
    height: 31rem;
  }
  #pageOutline .com_main_wrap .main_box .txt,
  #pageMap .com_main_wrap .main_box .txt {
    left: -5%;
  }
  #pageOutline .com_main_wrap.act .main_box .txt,
  #pageMap .com_main_wrap.act .main_box .txt {
    left: 0;
  }
}
.com-loadwrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #fff;
  opacity: 1;
}
.com-loadwrap.no_active {
  -webkit-animation-name: loadAnime;
          animation-name: loadAnime;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
@keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}

.com-tbox {
  padding: 6rem 0;
}
.com-tbox .com-ttlEn {
  color: #883e57;
  font-size: 2.2rem;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 3rem;
}
.com-tbox .com-lead1 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.5;
}
.com-tbox .com-txt {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .com-tbox .com-ttlEn {
    font-size: 3rem;
  }
  .com-tbox .com-lead1 {
    font-size: 3.4rem;
  }
  .com-tbox .com-txt {
    font-size: 2.4rem;
  }
}

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

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

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

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

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

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

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

#reg_footer img {
  width: auto;
}

#reg_carousel {
  max-width: 1000px;
}

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

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

.ancb {
  position: relative;
}

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

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

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

.cf:after {
  clear: both;
}

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

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

.mt1 {
  margin-top: 1px;
}

.mt2 {
  margin-top: 2px;
}

.mt3 {
  margin-top: 3px;
}

.mt4 {
  margin-top: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mt6 {
  margin-top: 6px;
}

.mt7 {
  margin-top: 7px;
}

.mt8 {
  margin-top: 8px;
}

.mt9 {
  margin-top: 9px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mr1 {
  margin-right: 1px;
}

.mr2 {
  margin-right: 2px;
}

.mr3 {
  margin-right: 3px;
}

.mr4 {
  margin-right: 4px;
}

.mr5 {
  margin-right: 5px;
}

.mr6 {
  margin-right: 6px;
}

.mr7 {
  margin-right: 7px;
}

.mr8 {
  margin-right: 8px;
}

.mr9 {
  margin-right: 9px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

.mb1 {
  margin-bottom: 1px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb3 {
  margin-bottom: 3px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb7 {
  margin-bottom: 7px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb9 {
  margin-bottom: 9px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml1 {
  margin-left: 1px;
}

.ml2 {
  margin-left: 2px;
}

.ml3 {
  margin-left: 3px;
}

.ml4 {
  margin-left: 4px;
}

.ml5 {
  margin-left: 5px;
}

.ml6 {
  margin-left: 6px;
}

.ml7 {
  margin-left: 7px;
}

.ml8 {
  margin-left: 8px;
}

.ml9 {
  margin-left: 9px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.ml100 {
  margin-left: 100px;
}

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

.pt2 {
  padding-top: 2px;
}

.pt3 {
  padding-top: 3px;
}

.pt4 {
  padding-top: 4px;
}

.pt5 {
  padding-top: 5px;
}

.pt6 {
  padding-top: 6px;
}

.pt7 {
  padding-top: 7px;
}

.pt8 {
  padding-top: 8px;
}

.pt9 {
  padding-top: 9px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  margin-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pt230 {
  padding-top: 230px;
}

.pt420 {
  padding-top: 420px;
}

.pr1 {
  padding-right: 1px;
}

.pr2 {
  padding-right: 2px;
}

.pr3 {
  padding-right: 3px;
}

.pr4 {
  padding-right: 4px;
}

.pr5 {
  padding-right: 5px;
}

.pr6 {
  padding-right: 6px;
}

.pr7 {
  padding-right: 7px;
}

.pr8 {
  padding-right: 8px;
}

.pr9 {
  padding-right: 9px;
}

.pr10 {
  padding-right: 10px;
}

.pr12 {
  padding-right: 12px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr27 {
  padding-right: 27px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pr65 {
  padding-right: 65px;
}

.pr70 {
  padding-right: 70px;
}

.pr75 {
  padding-right: 75px;
}

.pr80 {
  padding-right: 80px;
}

.pr85 {
  padding-right: 85px;
}

.pr90 {
  padding-right: 90px;
}

.pr95 {
  padding-right: 95px;
}

.pr100 {
  padding-right: 100px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb1 {
  padding-bottom: 1px;
}

.pb2 {
  padding-bottom: 2px;
}

.pb3 {
  padding-bottom: 3px;
}

.pb4 {
  padding-bottom: 4px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb6 {
  padding-bottom: 6px;
}

.pb7 {
  padding-bottom: 7px;
}

.pb8 {
  padding-bottom: 8px;
}

.pb9 {
  padding-bottom: 9px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb200 {
  padding-bottom: 200px;
}

.pb230 {
  padding-bottom: 230px;
}

.pl1 {
  padding-left: 1px;
}

.pl2 {
  padding-left: 2px;
}

.pl3 {
  padding-left: 3px;
}

.pl4 {
  padding-left: 4px;
}

.pl5 {
  padding-left: 5px;
}

.pl6 {
  padding-left: 6px;
}

.pl7 {
  padding-left: 7px;
}

.pl8 {
  padding-left: 8px;
}

.pl9 {
  padding-left: 9px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

.pl85 {
  padding-left: 85px;
}

.pl90 {
  padding-left: 90px;
}

.pl95 {
  padding-left: 95px;
}

.pl100 {
  padding-left: 100px;
}

.pl150 {
  padding-left: 150px;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

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

.cf:after {
  clear: both;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.tab_nav {
  font-family: "Zen Old Mincho", serif;
  margin-block: 7rem 6rem;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 751px) {
  .tab_nav {
    width: 76%;
  }
}
.tab_nav .tab_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab_nav .tab_link {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  background: #e6e6e6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 2;
  padding: 0.5em 0;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .tab_nav .tab_link {
    font-size: 3.1rem;
  }
}
.tab_nav .tab_link:hover, .tab_nav .tab_link.active {
  background: -webkit-gradient(linear, left top, right top, color-stop(18.61%, rgb(50, 148, 142)), color-stop(79.78%, rgb(60, 179, 170)));
  background: linear-gradient(90deg, rgb(50, 148, 142) 18.61%, rgb(60, 179, 170) 79.78%);
  color: #fff;
}
.tab_nav .tab_link.dis {
  pointer-events: none;
  cursor: unset;
  color: #808080;
}
.tab_nav .tab_anchors-wrap {
  margin-top: 1.7rem;
}
.tab_nav .tab_anchors {
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  display: none;
}
@media screen and (max-width: 750px) {
  .tab_nav .tab_anchors {
    -webkit-column-gap: 0.7rem;
       -moz-column-gap: 0.7rem;
            column-gap: 0.7rem;
  }
}
.tab_nav .tab_anchors.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab_nav .tab_anchor {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  border: 1px solid #808080;
  font-size: 1.3rem;
  line-height: 3;
  letter-spacing: 0;
  color: #000;
  padding: 0.4em 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .tab_nav .tab_anchor {
    font-size: 2rem;
  }
}
.tab_nav .tab_anchor:hover {
  opacity: 0.7;
}

.tab_content {
  display: none;
}
.tab_content.active {
  display: block;
}

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

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

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

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

#pageTop {
  position: relative;
}
#pageTop main {
  overflow: clip;
}
#pageTop .main_wrap {
  height: 56vw;
  max-height: calc(100vh - 11rem);
}
#pageTop .main_wrap .video_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
#pageTop .main_wrap .video_box.none {
  -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;
}
#pageTop .main_wrap .main_box {
  width: 100%;
  height: 100%;
}
#pageTop .main_wrap .main_box .img {
  width: 100%;
  height: 100%;
}
#pageTop .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%;
  -o-object-position: center top;
     object-position: center top;
}
#pageTop .main_wrap .main_box .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
}
#pageTop .main_wrap .main_box .copy .p1,
#pageTop .main_wrap .main_box .copy .p2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
#pageTop .main_wrap .main_box .copy .p1 {
  width: 83rem;
  margin: 0 auto;
}
#pageTop .main_wrap .main_box .copy .p1 svg {
  overflow: visible;
  -webkit-filter: drop-shadow(-10px -5px 10px rgba(255, 255, 255, 0.5)) drop-shadow(-10px -5px 10px rgba(255, 255, 255, 0.6));
          filter: drop-shadow(-10px -5px 10px rgba(255, 255, 255, 0.5)) drop-shadow(-10px -5px 10px rgba(255, 255, 255, 0.6));
}
#pageTop .main_wrap .main_box .copy .p1 .char {
  display: inline-block;
  -webkit-transform: translate(var(--x, 3rem), var(--y, 5rem));
          transform: translate(var(--x, 3rem), var(--y, 5rem));
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: calc(0.2s * var(--char-index));
          transition-delay: calc(0.2s * var(--char-index));
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
#pageTop .main_wrap .main_box .copy .p1.act {
  --y: 0;
  --x: 0;
}
#pageTop .main_wrap .main_box .copy .p1.act .char {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
#pageTop .main_wrap .main_box .copy .p2 {
  color: #30616b;
  font-size: 4rem;
  font-weight: 700;
  text-shadow: 25px 6px 20px rgba(255, 255, 255, 0.7), 0px 6px 11px rgba(255, 255, 255, 0.7), 7px -6px 11px rgba(255, 255, 255, 0.7), -4px -6px 11px rgba(255, 255, 255, 0.7), 7px 6px 11px rgba(255, 255, 255, 0.7), -2px 6px 11px rgba(255, 255, 255, 0.7), 2px -6px 11px rgba(255, 255, 255, 0.7), -2px -6px 11px rgba(255, 255, 255, 0.7);
  margin: 2rem 0 0;
  position: relative;
}
#pageTop .main_wrap .main_box .copy .p2 .char {
  display: inline-block;
  opacity: var(--opacity, 0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: calc(0.06s * var(--char-index));
          transition-delay: calc(0.06s * var(--char-index));
}
#pageTop .main_wrap .main_box .copy .p2.act {
  --opacity: 1;
}
#pageTop .main_wrap .btn_box {
  width: 11rem;
  height: 3.6rem;
  position: absolute;
  bottom: 4rem;
  right: 1rem;
  z-index: 2;
}
#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);
}
#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 .main_wrap #wave-container #wave1 {
  opacity: 0.8;
}
#pageTop .main_wrap .cap {
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #pageTop .main_wrap {
    height: 80rem;
    max-height: none;
  }
  #pageTop .main_wrap .video_box video {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #pageTop .main_wrap .main_box .copy .p1 {
    width: 71rem;
  }
  #pageTop .main_wrap .main_box .copy .p1 svg {
    -webkit-filter: drop-shadow(-10px -5px 7px rgba(255, 255, 255, 0.5)) drop-shadow(-10px -5px 7px rgba(255, 255, 255, 0.6));
            filter: drop-shadow(-10px -5px 7px rgba(255, 255, 255, 0.5)) drop-shadow(-10px -5px 7px rgba(255, 255, 255, 0.6));
  }
  #pageTop .main_wrap .main_box .copy .p2 {
    letter-spacing: 0;
    margin: 3rem 0 0;
    text-shadow: 25px 6px 20px rgb(255, 255, 255), 0px 6px 10px rgba(255, 255, 255, 0.7), 7px -6px 10px rgba(255, 255, 255, 0.7), -3px -6px 11px rgba(255, 255, 255, 0.7), 7px 6px 11px rgba(255, 255, 255, 0.7), -2px 6px 11px rgba(255, 255, 255, 0.7), 2px -6px 11px rgba(255, 255, 255, 0.7), -2px -6px 11px rgba(255, 255, 255, 0.7);
  }
  #pageTop .main_wrap .btn_box {
    width: 17rem;
    height: 6rem;
    bottom: 6rem;
  }
  #pageTop .main_wrap .btn_box .skip_btn,
  #pageTop .main_wrap .btn_box .re_btn {
    font-size: 2.4rem;
  }
}
#pageTop .merit_wrap .copy_area {
  background: #30616b;
  padding: 4.5rem 0 4rem;
}
#pageTop .merit_wrap .copy_area .copy_box {
  color: #fff;
  text-align: center;
}
#pageTop .merit_wrap .copy_area .copy_box .p1 {
  font-size: 3.7rem;
}
#pageTop .merit_wrap .copy_area .copy_box .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3rem;
  border-top: 1px solid #97b0b5;
  padding: 3.2rem 0 0;
  margin: 3.6rem 0 0;
}
#pageTop .merit_wrap .copy_area .copy_box .copy .s1 {
  font-size: 2rem;
  line-height: 1.3;
}
#pageTop .merit_wrap .copy_area .copy_box .copy .s2 {
  font-size: 4.1rem;
}
#pageTop .merit_wrap .copy_area .copy_box .copy .s3 {
  font-size: 5.3rem;
}
#pageTop .merit_wrap .copy_area .copy_box .copy .s4 {
  font-size: 1.3rem;
}
#pageTop .merit_wrap .merit_area {
  background: #1E3C42;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgb(30, 60, 66)), color-stop(50%, rgb(39, 79, 87)), color-stop(92%, rgb(30, 60, 66)));
  background: linear-gradient(90deg, rgb(30, 60, 66) 8%, rgb(39, 79, 87) 50%, rgb(30, 60, 66) 92%);
}
#pageTop .merit_wrap .merit_area .merit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0;
}
#pageTop .merit_wrap .merit_area .merit_box .merit {
  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: 25%;
  height: 10rem;
  padding: 0 1.4rem;
  position: relative;
}
#pageTop .merit_wrap .merit_area .merit_box .merit::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #97b0b5;
}
#pageTop .merit_wrap .merit_area .merit_box .merit_1 .img {
  width: 19rem;
}
#pageTop .merit_wrap .merit_area .merit_box .merit_2 .img {
  width: 21rem;
}
#pageTop .merit_wrap .merit_area .merit_box .merit_3 .img {
  width: 19.4rem;
}
#pageTop .merit_wrap .merit_area .merit_box .merit_4 .img {
  width: 17.8rem;
}
#pageTop .merit_wrap .merit_area .merit_box .merit_4::before {
  display: none;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_wrap .copy_area {
    padding: 5rem 0 4rem;
  }
  #pageTop .merit_wrap .copy_area .copy_box .p1 {
    font-size: 4.2rem;
    line-height: 1.4;
  }
  #pageTop .merit_wrap .copy_area .copy_box .copy {
    gap: 1rem 0;
  }
  #pageTop .merit_wrap .copy_area .copy_box .copy .copy_inner {
    line-height: 1.4;
  }
  #pageTop .merit_wrap .copy_area .copy_box .copy .s1 {
    font-size: 3rem;
  }
  #pageTop .merit_wrap .copy_area .copy_box .copy .s2 {
    font-size: 5rem;
  }
  #pageTop .merit_wrap .copy_area .copy_box .copy .s3 {
    font-size: 5.2rem;
  }
  #pageTop .merit_wrap .copy_area .copy_box .copy .s4 {
    font-size: 2.4rem;
  }
  #pageTop .merit_wrap .merit_area .merit_box {
    padding: 0;
  }
  #pageTop .merit_wrap .merit_area .merit_box .merit {
    width: 50%;
    height: 18rem;
    padding: 0;
  }
  #pageTop .merit_wrap .merit_area .merit_box .merit::before {
    height: 13rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #pageTop .merit_wrap .merit_area .merit_box .merit::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #97b0b5;
  }
  #pageTop .merit_wrap .merit_area .merit_box .merit_1 .img {
    width: 24.7rem;
  }
  #pageTop .merit_wrap .merit_area .merit_box .merit_2::before {
    display: none;
  }
  #pageTop .merit_wrap .merit_area .merit_box .merit_2 .img {
    width: 27.3rem;
  }
  #pageTop .merit_wrap .merit_area .merit_box .merit_3::after {
    display: none;
  }
  #pageTop .merit_wrap .merit_area .merit_box .merit_3 .img {
    width: 25.22rem;
  }
  #pageTop .merit_wrap .merit_area .merit_box .merit_4::after, #pageTop .merit_wrap .merit_area .merit_box .merit_4::before {
    display: none;
  }
  #pageTop .merit_wrap .merit_area .merit_box .merit_4 .img {
    width: 23.14rem;
  }
}
#pageTop .intro_wrap .intro_box {
  padding: 10rem 0;
}
#pageTop .intro_wrap .intro_box .p1 {
  font-size: 4.5rem;
  line-height: 1.4;
  text-align: center;
  color: #a50319;
}
#pageTop .intro_wrap .intro_box .p1 + .p_desc {
  text-align: center;
  color: #000000;
  margin-top: 1em;
  letter-spacing: 0.15em;
}
#pageTop .intro_wrap .intro_box .btn_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 3rem;
  margin: 3rem 0 0;
}
#pageTop .intro_wrap .intro_box .btn_flex .com-btn {
  height: 15rem;
  text-align: center;
}
#pageTop .intro_wrap .intro_box .btn_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#pageTop .intro_wrap .intro_box .bnr_req {
  -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: 37rem;
  cursor: pointer;
  overflow: hidden;
}
#pageTop .intro_wrap .intro_box .bnr_req a {
  display: block;
  position: relative;
  height: 15rem;
}
@media screen and (max-width: 750px) {
  #pageTop .intro_wrap .intro_box .bnr_req a {
    height: auto;
  }
}
#pageTop .intro_wrap .intro_box .bnr_req a::after {
  position: absolute;
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #fff;
  left: 3px;
  top: 3px;
  z-index: 1;
}
#pageTop .intro_wrap .intro_box .bnr_req p {
  position: absolute;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
  width: 100%;
  top: 2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .intro_wrap .intro_box .bnr_req p {
    font-size: 3.5rem;
    top: 3.5rem;
  }
}
#pageTop .intro_wrap .intro_box .bnr_req:hover {
  opacity: 0.7;
}
#pageTop .intro_wrap .intro_box .bnr {
  display: block;
  width: 77rem;
  margin: 5rem auto 0;
}
#pageTop .intro_wrap .info_area {
  background: #f5f2e9;
  padding: 7rem 0;
}
#pageTop .intro_wrap .info_area .info_box .ttl {
  font-size: 3rem;
  letter-spacing: 0.08em;
  color: #30616b;
  text-align: center;
}
#pageTop .intro_wrap .info_area .info_box .contents_outer {
  text-align: center;
}
#pageTop .intro_wrap .info_area .info_box .contents {
  display: inline-block;
  margin: 5rem 0 0;
}
#pageTop .intro_wrap .info_area .info_box .contents li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-align: left;
  margin: 1.2rem 0 0;
}
#pageTop .intro_wrap .info_area .info_box .contents li:first-child {
  margin: 0;
}
#pageTop .intro_wrap .info_area .info_box .contents .content_date {
  width: 11rem;
}
#pageTop .intro_wrap .info_area .info_box .contents .content_txt {
  width: calc(100% - 11rem);
}
#pageTop .intro_wrap .info_area .info_box .contents 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);
}
#pageTop .intro_wrap .info_area .info_box .contents a:hover {
  color: #af9147;
}
@media screen and (max-width: 750px) {
  #pageTop .intro_wrap .intro_box {
    padding: 7rem 0 9rem;
  }
  #pageTop .intro_wrap .intro_box .p1 {
    font-size: 5rem;
  }
  #pageTop .intro_wrap .intro_box .btn_flex {
    gap: 0;
    margin: 6rem 0 0;
  }
  #pageTop .intro_wrap .intro_box .btn_outer {
    gap: 4rem 0;
  }
  #pageTop .intro_wrap .intro_box .bnr_req {
    width: 60rem;
    margin: 4rem 0 0;
  }
  #pageTop .intro_wrap .intro_box .bnr_req:hover {
    opacity: 1;
  }
  #pageTop .intro_wrap .intro_box .bnr {
    width: 67rem;
  }
  #pageTop .intro_wrap .info_area {
    padding: 7rem 0 8rem;
  }
  #pageTop .intro_wrap .info_area .info_box .ttl {
    font-size: 4rem;
  }
  #pageTop .intro_wrap .info_area .info_box .contents {
    width: 100%;
  }
  #pageTop .intro_wrap .info_area .info_box .contents li {
    font-size: 2.8rem;
    margin: 2.2rem 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #pageTop .intro_wrap .info_area .info_box .contents .content_date {
    width: 18rem;
  }
  #pageTop .intro_wrap .info_area .info_box .contents .content_txt {
    width: calc(100% - 20rem);
    letter-spacing: 0;
  }
}
#pageTop .cnt_wrap {
  position: relative;
}
#pageTop .cnt_wrap .cnt_wrap_wrap {
  width: 100%;
  height: 100vh;
}
#pageTop .cnt_wrap .cnt_wrap_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#pageTop .cnt_wrap .main_bg_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#pageTop .cnt_wrap .main_bg_area .img {
  width: 100%;
  height: 100%;
  padding: 14rem 0 0;
}
#pageTop .cnt_wrap .main_bg_area img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#pageTop .cnt_wrap .cnt_area {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  padding: 14rem 0 0;
  -webkit-transition: all 800ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 800ms cubic-bezier(0.36, 0.1, 0.16, 1);
}
#pageTop .cnt_wrap .cnt_area .bg_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#pageTop .cnt_wrap .cnt_area .bg_box::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #80d9ff;
  mix-blend-mode: multiply;
  z-index: 1;
}
#pageTop .cnt_wrap .cnt_area .bg_box::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("../../build/img/top/cover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#pageTop .cnt_wrap .cnt_area .bg_box .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 14rem 0 0;
}
#pageTop .cnt_wrap .cnt_area .bg_box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#pageTop .cnt_wrap .cnt_area .bg_box .cap {
  z-index: 2;
}
#pageTop .cnt_wrap .cnt_area .cnt_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;
  max-width: 1300px;
  padding: 0 15rem 4rem 6rem;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
#pageTop .cnt_wrap .cnt_area .cnt_box .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 7rem;
  letter-spacing: 0.03em;
  color: #fff;
}
#pageTop .cnt_wrap .cnt_area .cnt_box .ttl .char {
  display: inline-block;
  -webkit-transform: translate(var(--x, 3rem), var(--y, 5rem));
          transform: translate(var(--x, 3rem), var(--y, 5rem));
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-delay: calc(0.1s * var(--char-index));
          transition-delay: calc(0.1s * var(--char-index));
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
#pageTop .cnt_wrap .cnt_area .cnt_box .cnt_img,
#pageTop .cnt_wrap .cnt_area .cnt_box .txt,
#pageTop .cnt_wrap .cnt_area .cnt_box .btn {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
#pageTop .cnt_wrap .cnt_area .cnt_box .cnt_img {
  width: 40rem;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
#pageTop .cnt_wrap .cnt_area .cnt_box .cnt_img .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #af9147;
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 1000ms cubic-bezier(0, 0, 0.31, 1.16);
  transition: all 1000ms cubic-bezier(0, 0, 0.31, 1.16);
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
#pageTop .cnt_wrap .cnt_area .cnt_box .txt {
  width: 63rem;
  font-size: 4rem;
  line-height: 1.4;
  color: #30616b;
  margin: 3rem 0 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5), -1px 1px 3px rgba(255, 255, 255, 0.5), 1px -1px 3px rgba(255, 255, 255, 0.5), -1px -1px 3px rgba(255, 255, 255, 0.5);
}
#pageTop .cnt_wrap .cnt_area .cnt_box .txt .s1 {
  font-size: 3rem;
}
#pageTop .cnt_wrap .cnt_area .cnt_box .btn {
  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;
  -ms-flex-item-align: end;
      align-self: flex-end;
  gap: 0 1.6rem;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
#pageTop .cnt_wrap .cnt_area .cnt_box .btn_txt {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  font-size: 2.2rem;
  text-align: right;
  color: #af9147;
}
#pageTop .cnt_wrap .cnt_area .cnt_box .btn_txt .en {
  font-size: 1.8rem;
}
#pageTop .cnt_wrap .cnt_area .cnt_box .btn_arrow {
  width: 7rem;
  -webkit-animation: btnAnime 2s ease-in-out infinite;
          animation: btnAnime 2s ease-in-out infinite;
}
#pageTop .cnt_wrap .cnt_area .cnt_box .btn:hover .btn_txt {
  color: #6b4d04;
}
@-webkit-keyframes btnAnime {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
    opacity: 0;
  }
}
@keyframes btnAnime {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
    opacity: 0;
  }
}
#pageTop .cnt_wrap .cnt_area.act {
  pointer-events: auto;
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
#pageTop .cnt_wrap .cnt_area.act .cnt_box .ttl .char {
  --y: 0;
  --x: 0;
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
#pageTop .cnt_wrap .cnt_area.act .cnt_box .cnt_img,
#pageTop .cnt_wrap .cnt_area.act .cnt_box .txt,
#pageTop .cnt_wrap .cnt_area.act .cnt_box .btn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#pageTop .cnt_wrap .cnt_area.act .cnt_box .cnt_img .img::before {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  top: 1.6rem;
  left: 1.6rem;
}
#pageTop .cnt_wrap .space_area {
  height: 125vh;
}
#pageTop .cnt_wrap .pagination {
  position: fixed;
  right: 20px;
  bottom: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#pageTop .cnt_wrap .pagination.show {
  opacity: 1;
  pointer-events: auto;
}
#pageTop .cnt_wrap .pagination__item {
  width: 4px;
  height: 10px;
  background: #aaa;
  cursor: pointer;
  margin: auto;
  -webkit-transition: background 0.5s, height 0.5s;
  transition: background 0.5s, height 0.5s;
}
#pageTop .cnt_wrap .pagination__item.active {
  background: #fff;
  height: 40px;
}
#pageTop .cnt_wrap .pagination .scroll {
  text-align: center;
  color: #605b5b;
}
@media screen and (max-width: 750px) {
  #pageTop .cnt_wrap .pagination {
    right: 2rem;
    bottom: 28rem;
  }
  #pageTop .cnt_wrap .pagination .scroll {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .cnt_wrap .cnt_wrap_wrap {
    height: 100vh;
    height: 100dvh;
    will-change: height;
  }
  #pageTop .cnt_wrap .main_bg_area {
    padding: 50px 0 12rem;
  }
  #pageTop .cnt_wrap .main_bg_area .img {
    padding: 0;
  }
  #pageTop .cnt_wrap .cnt_area {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 50px 0 12rem;
    height: 100svh;
    overflow: visible;
  }
  #pageTop .cnt_wrap .cnt_area .bg_box {
    height: 100dvh;
    will-change: height;
  }
  #pageTop .cnt_wrap .cnt_area .bg_box .img {
    padding: 50px 0 12rem;
  }
  #pageTop .cnt_wrap .cnt_area .bg_box .cap {
    bottom: 14rem;
  }
  #pageTop .cnt_wrap .cnt_area .cnt_box {
    max-width: none;
    width: 100%;
    display: block;
    padding: 0 4rem 7rem;
  }
  #pageTop .cnt_wrap .cnt_area .cnt_box .ttl {
    font-size: 8rem;
  }
  #pageTop .cnt_wrap .cnt_area .cnt_box .cnt_img {
    width: 55rem;
    height: 34rem;
    margin: 13rem 0 0;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  #pageTop .cnt_wrap .cnt_area .cnt_box .cnt_img .img {
    width: 100%;
    height: 100%;
  }
  #pageTop .cnt_wrap .cnt_area .cnt_box .cnt_img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
  }
  #pageTop .cnt_wrap .cnt_area .cnt_box .txt {
    width: 100%;
    font-size: 5rem;
    margin: 5rem 0 0;
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  #pageTop .cnt_wrap .cnt_area .cnt_box .txt .s1 {
    font-size: 4rem;
  }
  #pageTop .cnt_wrap .cnt_area .cnt_box .btn {
    gap: 0 2rem;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
    margin: 8rem 0 0;
  }
  #pageTop .cnt_wrap .cnt_area .cnt_box .btn_txt {
    font-size: 3.4rem;
    padding: 2rem 5rem;
  }
  #pageTop .cnt_wrap .cnt_area .cnt_box .btn_txt .en {
    font-size: 2.8rem;
  }
  #pageTop .cnt_wrap .cnt_area .cnt_box .btn_arrow {
    width: 9rem;
  }
  #pageTop .cnt_wrap .cnt_area .cnt_box .btn:hover .btn_txt {
    color: #af9147;
  }
  #pageTop .cnt_wrap .cnt_area.act .cnt_box .cnt_img .img::before {
    top: 2.6rem;
    left: 2.6rem;
  }
}
#pageTop .cnt_area.concept {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#pageTop .cnt_area.concept .bg_box::before, #pageTop .cnt_area.concept .bg_box::after {
  display: none;
}
#pageTop .cnt_area.concept .cnt_box {
  padding-bottom: 10rem;
}
#pageTop .cnt_area.concept .cnt_box .ttl {
  width: 100%;
}
#pageTop .cnt_area.concept .cnt_box .txt {
  margin: 43rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageTop .cnt_area.concept .cnt_box {
    padding-bottom: 7rem;
  }
  #pageTop .cnt_area.concept .cnt_box .txt {
    text-shadow: 25px 6px 20px rgb(255, 255, 255), 0px 6px 10px rgb(255, 255, 255), 7px -6px 10px rgb(255, 255, 255), -3px -6px 11px rgb(255, 255, 255), 7px 6px 11px rgb(255, 255, 255), -2px 6px 11px rgb(255, 255, 255), 2px -6px 11px rgb(255, 255, 255), -2px -6px 11px rgb(255, 255, 255);
    margin: 60rem 0 0;
  }
}
.cl_blue {
  color: #30616b;
}

.ltn015 {
  letter-spacing: -0.15em !important;
}

.ltn01 {
  letter-spacing: -0.1em !important;
}

.ltn005 {
  letter-spacing: -0.05em !important;
}

.p_lead + .p_sub {
  margin-top: 1.5em;
}

.p_ttl + .p_sub {
  margin-top: 1.5em;
}

.p_ttl2 + .p_desc {
  margin-top: 1em;
}

.txt_center {
  text-align: center;
}

.p_tbox {
  text-align: center;
  padding: 7rem 0;
}
@media screen and (max-width: 750px) {
  .p_tbox {
    padding: 10rem 0;
  }
}

.p_places {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.8rem 1fr 0.8rem 1fr 0.8rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}
@media screen and (max-width: 750px) {
  .p_places {
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.p_place {
  position: relative;
}
.p_place .p1,
.p_place .p2 {
  position: absolute;
  font-family: "EB Garamond", serif;
  color: #fff;
}
.p_place .p1 {
  font-size: 2.6rem;
  letter-spacing: -0.05em;
  top: 0.5rem;
  left: 0.5rem;
}
@media screen and (max-width: 750px) {
  .p_place .p1 {
    font-size: 3.64rem;
  }
}
.p_place .p2 {
  right: 0.5rem;
  bottom: 0.5rem;
  font-size: 3.4rem;
}
@media screen and (max-width: 750px) {
  .p_place .p2 {
    font-size: 4.76rem;
  }
}
.p_place .p2 span {
  font-size: 6.8rem;
  display: inline-block;
  line-height: 0.7;
}
@media screen and (max-width: 750px) {
  .p_place .p2 span {
    font-size: 9.52rem;
  }
}

.p_banner {
  position: relative;
}
.p_banner-ttl {
  font-size: 8rem;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  color: #fff;
  position: absolute;
  text-align: right;
  bottom: 5.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p_access-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;
}
@media screen and (max-width: 750px) {
  .p_access-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p_access-map {
  width: 40%;
}
@media screen and (max-width: 750px) {
  .p_access-map {
    width: 60%;
  }
}
.p_access-txt {
  width: 47.5%;
}
@media screen and (max-width: 750px) {
  .p_access-txt {
    width: 100%;
    margin-top: 4rem;
  }
}
.p_access-txt .p_desc {
  letter-spacing: -0.05em;
}
.p_access-txt .p_ttl3 {
  letter-spacing: -0.05em;
}
.p_access-txt .p_ttl3 span {
  font-size: 5rem;
  line-height: 0.7;
}
@media screen and (max-width: 750px) {
  .p_access-txt .p_ttl3 span {
    font-size: 7rem;
  }
}

.p_anchor_wrap {
  margin: 10rem 0 1rem;
}
@media screen and (max-width: 750px) {
  .p_anchor_wrap {
    margin-bottom: 2rem;
  }
}
.p_anchor_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 750px) {
  .p_anchor_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p_anchor_item {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  padding: 0.7em 0 2em;
  position: relative;
  -webkit-filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 750px) {
  .p_anchor_item {
    font-size: 3.22rem;
  }
}
.p_anchor_item::before {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  border-radius: 2px;
  border-width: 2px;
  border-style: solid;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(128, 128, 128, 0.5);
  border-right-color: rgba(128, 128, 128, 0.5);
}
.p_anchor_item::after {
  position: absolute;
  width: 3rem;
  height: 2.1rem;
  content: "";
  background: url(../img/access/anchor_arrow.svg) center/cover no-repeat;
  bottom: 1rem;
  left: 50%;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .p_anchor_item::after {
    width: 4.2rem;
    height: 2.94rem;
    bottom: 1.3rem;
  }
}
.p_anchor_item:first-child {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(189, 157, 77)), to(rgb(135, 112, 55)));
  background: linear-gradient(0deg, rgb(189, 157, 77) 30%, rgb(135, 112, 55) 100%);
}
.p_anchor_item:nth-child(2) {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(49, 94, 179)), to(rgb(33, 63, 120)));
  background: linear-gradient(0deg, rgb(49, 94, 179) 30%, rgb(33, 63, 120) 100%);
}
.p_anchor_item:nth-child(3) {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(75, 128, 69)), to(rgb(51, 87, 47)));
  background: linear-gradient(0deg, rgb(75, 128, 69) 30%, rgb(51, 87, 47) 100%);
}
.p_anchor_item:nth-child(4) {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(60, 179, 170)), to(rgb(42, 125, 119)));
  background: linear-gradient(0deg, rgb(60, 179, 170) 30%, rgb(42, 125, 119) 100%);
}
@media (hover: hover) and (pointer: fine) {
  .p_anchor_item:hover::after {
    bottom: 0.5rem;
  }
}

#wave-container {
  position: absolute;
  bottom: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}
#wave-container canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  vertical-align: bottom;
  z-index: 1;
}
#wave-container #wave1,
#wave-container #navWave1 {
  z-index: 2;
}
#wave-container #wave2,
#wave-container #navWave2 {
  opacity: 0.64;
}
#wave-container #wave3,
#wave-container #navWave3 {
  opacity: 0.7;
}

#pageAccess figure {
  position: relative;
}
#pageAccess main {
  font-family: "Zen Old Mincho", serif;
}
#pageAccess main .com-note {
  margin-top: 5px;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageAccess main .com-note {
    font-size: 1.4rem;
  }
}
#pageAccess main .com-cap {
  text-shadow: none;
  padding: 0.2em 1em 0.3em;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  right: 0;
}
#pageAccess .chevron {
  clip-path: polygon(0% 0%, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
  background: #af9147;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 0.6rem 0;
}
#pageAccess .bg_1 {
  background: url(../img/access/bg_1.jpg) top center/cover no-repeat;
  padding-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .bg_1 {
    padding-bottom: 10rem;
  }
}
#pageAccess .bg_2 {
  background: #ddecf0;
  padding-top: 10rem;
  padding-bottom: 6rem;
}
#pageAccess .main_wrap {
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageAccess .main_wrap .main_img {
    height: 50vh;
  }
  #pageAccess .main_wrap .main_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
#pageAccess .main_wrap .main_img .com-cap {
  bottom: 100px;
  z-index: 2;
}
#pageAccess .main_wrap .main_ttl {
  position: absolute;
  font-family: "EB Garamond", serif;
  font-size: 10rem;
  text-align: center;
  width: 100%;
  top: 5%;
  left: 0;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  #pageAccess .main_wrap .main_ttl {
    top: 15%;
  }
}
#pageAccess .intro_map {
  margin-top: 7rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .intro_map {
    margin-top: 10rem;
  }
}
#pageAccess .intro_map img {
  min-width: 700px;
}
#pageAccess .anchor_wrap {
  margin: 10rem 0 1rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .anchor_wrap {
    margin-bottom: 2rem;
  }
}
#pageAccess .anchor_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .anchor_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#pageAccess .anchor_item {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  padding: 0.7em 0 1.8em;
  position: relative;
  -webkit-filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 750px) {
  #pageAccess .anchor_item {
    font-size: 3.22rem;
  }
}
#pageAccess .anchor_item::before {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  border-radius: 2px;
  border-width: 2px;
  border-style: solid;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(128, 128, 128, 0.5);
  border-right-color: rgba(128, 128, 128, 0.5);
}
#pageAccess .anchor_item::after {
  position: absolute;
  width: 3rem;
  height: 2.1rem;
  content: "";
  background: url(../img/access/anchor_arrow.svg) center/cover no-repeat;
  bottom: 1rem;
  left: 50%;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  #pageAccess .anchor_item::after {
    width: 4.2rem;
    height: 2.94rem;
  }
}
#pageAccess .anchor_item:first-child {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(189, 157, 77)), to(rgb(135, 112, 55)));
  background: linear-gradient(0deg, rgb(189, 157, 77) 30%, rgb(135, 112, 55) 100%);
}
#pageAccess .anchor_item:nth-child(2) {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(49, 94, 179)), to(rgb(33, 63, 120)));
  background: linear-gradient(0deg, rgb(49, 94, 179) 30%, rgb(33, 63, 120) 100%);
}
#pageAccess .anchor_item:nth-child(3) {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(75, 128, 69)), to(rgb(51, 87, 47)));
  background: linear-gradient(0deg, rgb(75, 128, 69) 30%, rgb(51, 87, 47) 100%);
}
#pageAccess .anchor_item:nth-child(4) {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(60, 179, 170)), to(rgb(42, 125, 119)));
  background: linear-gradient(0deg, rgb(60, 179, 170) 30%, rgb(42, 125, 119) 100%);
}
@media (hover: hover) and (pointer: fine) {
  #pageAccess .anchor_item:hover::after {
    bottom: 0.5rem;
  }
}
#pageAccess .train_wrap .train-1 .p_tbox {
  padding-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_wrap .train-1 .p_tbox {
    padding-bottom: 7rem;
  }
}
#pageAccess .train_wrap .seibu_area {
  margin: 15rem 0 0;
}
#pageAccess .train_wrap .seibu_area .com-cap {
  background: unset;
}
#pageAccess .train_wrap .seibu_area .copy_box {
  text-align: center;
}
#pageAccess .train_wrap .seibu_area .copy_box .lead {
  margin: 1rem 0 0;
}
#pageAccess .train_wrap .seibu_area .copy_box .txt {
  margin: 1.6rem 0 0;
}
#pageAccess .train_wrap .seibu_area .flex_com_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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 9rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_wrap .seibu_area .flex_com_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;
    margin: 8rem 0 0;
    gap: 3rem 0;
  }
}
#pageAccess .train_wrap .seibu_area .flex_com_box .flex_img {
  width: 46rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_wrap .seibu_area .flex_com_box .flex_img {
    width: 100%;
  }
}
#pageAccess .train_wrap .seibu_area .flex_com_box .flex_img.w56 {
  width: 56rem;
}
#pageAccess .train_wrap .seibu_area .flex_com_box .copy {
  width: 40rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_wrap .seibu_area .flex_com_box .copy {
    width: 100%;
  }
}
#pageAccess .train_wrap .seibu_area .flex_com_box .copy.w36 {
  width: 36rem;
}
#pageAccess .train_wrap .seibu_area .flex_com_box .lead {
  text-align: center;
}
#pageAccess .train_wrap .seibu_area .flex_com_box .txt {
  border-top: 1px solid #393b3f;
  padding: 1.4rem 0 0;
  margin: 1rem 0 0;
}
#pageAccess .train_wrap .seibu_area .flex_box_1 {
  margin: 6rem 0 0;
}
#pageAccess .train_wrap .seibu_area .flex_box_2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pageAccess .train_wrap .seibu_area .flex_box_2 .flex_img {
  width: 42rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_wrap .seibu_area .flex_box_2 .flex_img {
    width: 100%;
  }
}
#pageAccess .train_wrap .seibu_area .flex_com_box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#pageAccess .train_simu {
  margin-bottom: 8rem;
}
#pageAccess .train_simu-1 .com-note.right, #pageAccess .train_simu-2 .com-note.right {
  color: #875b2d;
}
#pageAccess .train_simu-3 .com-note.right {
  color: #30536b;
}
#pageAccess .train_simu-sub {
  color: #30616b;
}
#pageAccess .train_simu-img {
  margin-top: 2rem;
}
@media screen and (min-width: 751px) {
  #pageAccess .train_simu-img {
    padding: 0 8rem;
  }
}
@media screen and (max-width: 750px) {
  #pageAccess .train_simu-img img {
    min-width: 600px;
  }
}
#pageAccess .train_simu-desc {
  margin-top: 1.5em;
}
#pageAccess .train_search {
  background: -webkit-gradient(linear, left top, right top, color-stop(23.35%, rgb(184, 220, 245)), to(rgb(154, 190, 214)));
  background: linear-gradient(90deg, rgb(184, 220, 245) 23.35%, rgb(154, 190, 214) 100%);
  padding: 4rem;
}
#pageAccess .train_search-content {
  background: #fff;
  padding: 2.5rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_search-content {
    padding: 4rem;
  }
}
#pageAccess .train_search-content .p1 {
  font-size: 1.5rem;
  color: #30616b;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_search-content .p1 {
    font-size: 2.1rem;
  }
}
#pageAccess .train_search-content .select-wrap {
  position: relative;
}
#pageAccess .train_search-content .select-wrap .arrow {
  position: absolute;
  width: 1.2rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  #pageAccess .train_search-content .select-wrap .arrow {
    width: 1.68rem;
  }
}
#pageAccess .train_search-content .select-box {
  padding-block: 0.8rem;
  padding-inline: 0 2rem;
  text-align: center;
  width: 13.5rem;
  color: #30616b;
  background: #e1edf5;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_search-content .select-box {
    font-size: 1.96rem;
    width: 18.9rem;
    padding-block: 1.5rem;
    padding-inline: 0 3rem;
  }
}
#pageAccess .train_search-content .input-box {
  border: 1px solid #999999;
  width: 20rem;
  height: 3rem;
  padding: 0 2rem;
  color: #999999;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_search-content .input-box {
    width: 28rem;
    height: 4.2rem;
    padding: 0 3rem;
  }
}
#pageAccess .train_search-content .input-box::-webkit-input-placeholder {
  color: #999999;
  font-size: 1.2rem;
  text-align: center;
}
#pageAccess .train_search-content .input-box::-moz-placeholder {
  color: #999999;
  font-size: 1.2rem;
  text-align: center;
}
#pageAccess .train_search-content .input-box:-ms-input-placeholder {
  color: #999999;
  font-size: 1.2rem;
  text-align: center;
}
#pageAccess .train_search-content .input-box::-ms-input-placeholder {
  color: #999999;
  font-size: 1.2rem;
  text-align: center;
}
#pageAccess .train_search-content .input-box::placeholder {
  color: #999999;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_search-content .input-box::-webkit-input-placeholder {
    font-size: 1.68rem;
  }
  #pageAccess .train_search-content .input-box::-moz-placeholder {
    font-size: 1.68rem;
  }
  #pageAccess .train_search-content .input-box:-ms-input-placeholder {
    font-size: 1.68rem;
  }
  #pageAccess .train_search-content .input-box::-ms-input-placeholder {
    font-size: 1.68rem;
  }
  #pageAccess .train_search-content .input-box::placeholder {
    font-size: 1.68rem;
  }
}
#pageAccess .train_search-content .com-note {
  text-align: center;
  color: #30616b;
  line-height: 1.4;
  letter-spacing: 0;
}
#pageAccess .train_search-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;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_search-flex {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#pageAccess .train_search-flex .arrow-right {
  width: 1rem;
  margin-inline: 1.5rem 2rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_search-flex .arrow-right {
    width: 1.4rem;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 4rem 0;
  }
}
#pageAccess .train_search-start, #pageAccess .train_search-desti {
  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;
}
#pageAccess .train_link {
  width: 34rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem auto 1.5rem;
  background: #e1edf5;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_link {
    width: 47.6rem;
    height: 5.6rem;
    margin: 3rem auto 2.5rem;
  }
}
#pageAccess .train_box {
  background: #fff;
  padding: 5rem 5.5rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_box {
    padding: 8rem 5rem;
  }
}
#pageAccess .train_box + .train_box {
  margin-top: 8rem;
}
#pageAccess .train_box .p_ttl {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(14.49%, rgb(156, 208, 233)), color-stop(70.76%, rgb(255, 251, 235)), color-stop(94.75%, rgb(249, 234, 204)));
  background: linear-gradient(90deg, rgb(156, 208, 233) 14.49%, rgb(255, 251, 235) 70.76%, rgb(249, 234, 204) 94.75%);
  padding: 0.2rem 0;
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_box .p_ttl {
    padding: 1rem 0;
  }
}
#pageAccess .train_box .p_ttl .s1 {
  font-size: 3rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_box .p_ttl .s1 {
    font-size: 4.2rem;
  }
}
#pageAccess .train_box .p_ttl .s2 {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_box .p_ttl .s2 {
    font-size: 2.8rem;
  }
}
#pageAccess .train_box-img {
  margin: 3rem auto 5rem;
}
@media screen and (min-width: 751px) {
  #pageAccess .train_box-img {
    width: 60rem;
  }
}
@media screen and (max-width: 750px) {
  #pageAccess .train_box-img {
    margin: 5rem auto 7rem;
  }
}
#pageAccess .train_routes {
  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;
  padding: 0 2.5rem;
  margin: 4rem 6rem 0;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_routes {
    padding: 0;
  }
}
#pageAccess .train_route .com-note {
  color: #30616b;
  text-align: right;
}
#pageAccess .train_route-1 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_route-1 {
    margin-bottom: 3rem;
  }
}
#pageAccess .train_route-2 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_route-1 img, #pageAccess .train_route-2 img {
    min-width: 700px;
  }
}
@media screen and (max-width: 750px) {
  #pageAccess .train_route-3 img {
    min-width: 500px;
  }
}
#pageAccess .train_route-4 {
  width: 59%;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_route-4 {
    width: 100%;
  }
  #pageAccess .train_route-4 img {
    min-width: 350px;
  }
}
#pageAccess .train_route-5 {
  width: 33.333%;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_route-5 {
    width: 85%;
    margin: 3rem auto 0;
  }
}
#pageAccess .train_route-6 {
  margin: 4rem auto 0;
}
@media screen and (min-width: 751px) {
  #pageAccess .train_route-6 {
    width: 75rem;
  }
}
#pageAccess .train_merit {
  background: -webkit-gradient(linear, left top, right top, color-stop(23.35%, rgb(230, 239, 245)), to(rgb(183, 209, 227)));
  background: linear-gradient(90deg, rgb(230, 239, 245) 23.35%, rgb(183, 209, 227) 100%);
  padding: 1.5rem 2.3rem 2rem;
  margin-block: 4rem;
  padding: 3rem;
}
#pageAccess .train_merit-ttl {
  text-align: center;
  color: #30616b;
  font-size: 1.8rem;
  letter-spacing: 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_merit-ttl {
    font-size: 2.52rem;
  }
}
#pageAccess .train_merit-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_merit-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#pageAccess .train_merit-note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0;
  margin-left: auto;
  margin-top: 1em;
  line-height: 1.5;
}
#pageAccess .train_merit-note span {
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_merit-note span {
    font-size: 1.4rem;
  }
}
#pageAccess .train_uni-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.2rem 1fr 2.2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
  margin: 1.5rem auto 5rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_uni-list {
    margin: 3rem auto 6rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#pageAccess .train_uni-item .com-note {
  color: #30616b;
}
#pageAccess .train_equip-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin: 5rem auto 6rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_equip-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#pageAccess .train_equip-info {
  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;
  margin-top: 1rem;
}
#pageAccess .train_equip-info img {
  width: 6rem;
}
#pageAccess .train_equip-info p {
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #30616b;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_equip-info p {
    font-size: 1.6rem;
  }
}
#pageAccess .train_equip-info p span {
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_equip-info p span {
    font-size: 2rem;
  }
}
#pageAccess .train_joy {
  background: -webkit-gradient(linear, right top, left top, color-stop(14.49%, rgb(156, 208, 233)), color-stop(70.76%, rgb(255, 251, 235)), color-stop(94.75%, rgb(249, 234, 204)));
  background: linear-gradient(270deg, rgb(156, 208, 233) 14.49%, rgb(255, 251, 235) 70.76%, rgb(249, 234, 204) 94.75%);
  margin-top: 8rem;
  padding: 4rem 4.5rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_joy {
    padding: 6rem 4.5rem;
  }
}
#pageAccess .train_joy .p_ttl2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#pageAccess .train_joy .p_ttl2::after, #pageAccess .train_joy .p_ttl2::before {
  position: absolute;
}
#pageAccess .train_joy .p_ttl2::before {
  content: url(../img/access/decor_1.svg);
  width: 11.5rem;
  height: 7.2rem;
  top: -3rem;
  left: -16.5rem;
}
#pageAccess .train_joy .p_ttl2::after {
  content: url(../img/access/decor_2.svg);
  width: 15rem;
  height: 6.4rem;
  top: -2.7rem;
  right: -19rem;
}
#pageAccess .train_joy-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_joy-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5rem;
  }
}
#pageAccess .train_joy-item .p_sub2 {
  margin: 0.3em 0;
}
#pageAccess .train_visit {
  background: url(../img/access/seibu_bg-2.jpg) center/cover no-repeat;
  padding: 6rem 0 9rem;
  margin-bottom: 6rem;
  position: relative;
}
#pageAccess .train_visit-2 {
  background: url(../img/access/seibu_bg.jpg) top center/cover no-repeat;
}
@media screen and (min-width: 751px) {
  #pageAccess .train_visit .com-content {
    width: 124rem;
  }
}
#pageAccess .train_visit .p_ttl2 {
  color: #fff;
}
#pageAccess .train_visit-spots {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 9.8rem 1fr 9.8rem 1fr 9.8rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 9.8rem;
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_visit-spots {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#pageAccess .train_visit-spot {
  color: #fff;
  text-align: center;
}
#pageAccess .train_visit-spot:nth-child(even) {
  margin-top: 10.5rem;
}
#pageAccess .train_visit-ttl {
  font-size: 2rem;
  font-family: "EB Garamond", serif;
  letter-spacing: 0;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_visit-ttl {
    font-size: 2.8rem;
  }
}
#pageAccess .train_visit-tbox {
  background: #fff;
  padding: 1rem;
}
#pageAccess .train_visit-tbox .p1 {
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_visit-tbox .p1 {
    font-size: 1.4rem;
  }
}
#pageAccess .airport_wrap .p_banner-ttl {
  bottom: unset;
  top: 4rem;
  text-align: left;
}
@media screen and (min-width: 751px) {
  #pageAccess .airport_wrap .p_access-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#pageAccess .airport_wrap .p_access-box .airport_bus {
  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: 6rem;
}
#pageAccess .airport_wrap .p_access-box .icon {
  width: 8.6rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .airport_wrap .p_access-box .icon {
    width: 12.04rem;
  }
}
#pageAccess .airport_wrap .p_access-box .txt {
  width: calc(100% - 10rem);
}
@media screen and (max-width: 750px) {
  #pageAccess .airport_wrap .p_access-box .txt {
    width: calc(100% - 14rem);
  }
}
#pageAccess .airport_wrap .p_access-box .txt .p_ttl3 {
  margin-top: 0.5rem;
}
#pageAccess .airport_wrap .p_access-box .com-note {
  width: 100%;
  color: #30616b;
  letter-spacing: 0;
  margin-top: 2rem;
}
#pageAccess .car_wrap .p_access-box {
  margin-bottom: 7rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .car_wrap .p_access-box {
    margin-top: 5rem;
  }
}
#pageAccess .car_wrap .p_access-box .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}
#pageAccess .car_wrap .p_access-box .txt .chevron {
  width: 18rem;
  margin-right: 3rem;
}
#pageAccess .car_wrap .p_places .p1.cl_blue {
  color: #30616b;
}
#pageConcept figure {
  position: relative;
}
#pageConcept main {
  font-family: "Zen Old Mincho", serif;
}
#pageConcept main .com-note {
  margin-top: 5px;
  letter-spacing: 0;
}
#pageConcept .main_wrap {
  background: #3240a3;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageConcept .main_wrap {
    padding-top: 45rem;
  }
}
#pageConcept .main_wrap #wave2 {
  opacity: 0.8;
}
#pageConcept .main_wrap #wave3 {
  opacity: 0.69;
}
#pageConcept .main_img .com-cap {
  color: #30616b;
  z-index: 2;
  text-shadow: none;
}
#pageConcept .main_tbox {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 4rem 0;
}
@media screen and (max-width: 750px) {
  #pageConcept .main_tbox {
    padding-top: 12rem;
  }
}
#pageConcept .main_ttl {
  font-family: "EB Garamond", serif;
  font-size: 10rem;
  font-weight: 400;
}
#pageConcept .main_sub {
  font-size: 4rem;
  line-height: 1.375;
  letter-spacing: 0;
  margin-top: 0.5em;
}
#pageConcept .main_logo {
  width: 75.2rem;
  margin: 2rem auto;
}
@media screen and (max-width: 750px) {
  #pageConcept .main_logo {
    width: 68rem;
  }
}
#pageConcept .main_desc {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageConcept .main_desc {
    font-size: 2.2rem;
  }
}
#pageConcept .concept_wrap {
  background: url(../img/concept/bg_1.jpg);
  background-size: cover;
  background-position: top -90px center;
  background-repeat: no-repeat;
  margin-top: -1px;
  padding-bottom: 300px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageConcept .concept_wrap {
    background-size: 100% 110%;
    background-position: top -210px center;
  }
}
#pageConcept .concept_wrap #wave-container {
  mix-blend-mode: multiply;
}
#pageConcept .concept_wrap #wave-container canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  vertical-align: bottom;
  z-index: 1;
  mix-blend-mode: multiply;
}
#pageConcept .concept_box {
  margin-top: 8rem;
}
@media screen and (min-width: 751px) {
  #pageConcept .concept_box-1 .concept_tbox, #pageConcept .concept_box-4 .concept_tbox {
    margin-left: 8rem;
  }
  #pageConcept .concept_box-2 .concept_tbox {
    margin-inline: auto;
  }
  #pageConcept .concept_box-3 .concept_tbox {
    margin-inline: auto 8rem;
  }
}
@media screen and (max-width: 750px) {
  #pageConcept .concept_box .concept_tbox {
    margin-inline: auto;
  }
  #pageConcept .concept_box-4 .concept_img {
    margin-left: -28rem;
  }
}
#pageConcept .concept_tbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#pageConcept .concept_number {
  font-family: "EB Garamond", serif;
  font-size: 10rem;
  letter-spacing: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-align: center;
  padding: 4rem 0;
  position: relative;
  line-height: 0.7;
  color: #30616b;
}
@media screen and (max-width: 750px) {
  #pageConcept .concept_number {
    font-size: 14rem;
    padding: 5.6rem 0;
  }
}
#pageConcept .concept_number .bubble {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
#pageConcept .concept_number .bubble-1 {
  width: 1.8rem;
  height: 1.8rem;
  top: 0;
  left: 2.5rem;
}
@media screen and (max-width: 750px) {
  #pageConcept .concept_number .bubble-1 {
    width: 2.5rem;
    height: 2.5rem;
    letter-spacing: 3.5rem;
  }
}
#pageConcept .concept_number .bubble-2 {
  width: 5rem;
  height: 5rem;
  top: 3.2rem;
  left: -3rem;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 750px) {
  #pageConcept .concept_number .bubble-2 {
    width: 7rem;
    height: 7rem;
    top: 4.4rem;
    left: -4.2rem;
  }
}
#pageConcept .concept_number .bubble-3 {
  width: 11.6rem;
  height: 11.6rem;
  bottom: -3rem;
  right: -2.5rem;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (max-width: 750px) {
  #pageConcept .concept_number .bubble-3 {
    width: 16rem;
    height: 16rem;
    bottom: -4.2rem;
    right: -3.5rem;
  }
}
#pageConcept .concept_number.m_down_on .bubble {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#pageConcept .concept_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pageConcept .concept_txt .concept_ttl,
#pageConcept .concept_txt .concept_desc {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
#pageConcept .concept_txt .concept_desc {
  margin-right: 1em;
}
#pageConcept .concept_ttl {
  font-size: 2.5rem;
  line-height: 1.96;
  letter-spacing: 0.08em;
  color: #30616b;
}
@media screen and (max-width: 750px) {
  #pageConcept .concept_ttl {
    font-size: 3.5rem;
  }
}
#pageConcept .concept_desc {
  font-size: 1.6rem;
  line-height: 2.375;
  letter-spacing: 0.08em;
  margin-right: 1em;
  color: #30616b;
}
@media screen and (max-width: 750px) {
  #pageConcept .concept_desc {
    font-size: 2.2rem;
  }
}
#pageConcept .concept_img {
  mix-blend-mode: multiply;
  margin-top: -15rem;
}
@media screen and (max-width: 750px) {
  #pageConcept .concept_img {
    margin-top: -7rem;
  }
}
#pageConcept .concept_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 13rem;
}
#pageConcept .concept_flex .ibox {
  width: 31.2rem;
}
@media screen and (max-width: 750px) {
  #pageConcept .concept_flex .ibox {
    width: 100%;
  }
}
#pageConcept .concept_flex .ibox .com-cap {
  text-shadow: none;
  padding: 0.2em 1em 0.3em;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  right: 0;
}
#pageConcept .concept_flex .ibox .com-note {
  color: #30616b;
}
#pageConcept .concept_flex .tbox {
  text-align: justify;
  width: 66%;
}
@media screen and (max-width: 750px) {
  #pageConcept .concept_flex .tbox {
    margin-top: 4rem;
    width: 100%;
  }
}
#pageConcept .concept_flex .tbox .concept_desc {
  letter-spacing: -0.05em;
}

#pageOutline figure {
  position: relative;
}
#pageOutline .f-note {
  border-bottom: none;
}
#pageOutline .outline_wrap {
  padding: 6.5rem 0;
  background: url(../img/accessmap/bg.jpg) center/cover no-repeat;
}
#pageOutline .outline_wrap .outline_ttl {
  color: #30616b;
  margin-top: 5rem;
  font-size: 1.8rem;
  text-align: left;
}
#pageOutline .outline_wrap .outline_ttl-2 {
  background-color: #8d756b;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}
#pageOutline .outline_wrap .outline_box {
  margin-top: 3rem;
  width: 100%;
  position: relative;
}
#pageOutline .outline_wrap .outline_box-2 {
  margin-top: 1px;
}
#pageOutline .outline_wrap .outline_box::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}
#pageOutline .outline_wrap tr {
  position: relative;
}
#pageOutline .outline_wrap th {
  background: rgba(48, 97, 107, 0.8);
  color: #fff;
  font-size: 1.4rem;
  border-bottom: 1px solid #fff;
  width: 28%;
  padding: 1.5rem 0rem 1.5rem 5rem;
  text-align: left;
  line-height: 1.4;
}
#pageOutline .outline_wrap td {
  background: #fff;
  color: #000;
  font-size: 1.4rem;
  border-bottom: 1px solid #000;
  padding: 1.5rem 0rem 1.5rem 3rem;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}
#pageOutline .outline_wrap td hr {
  border-top: 1px dashed #000;
  width: 98%;
}
#pageOutline .outline_wrap td.w100 {
  padding: 1.5rem 1rem;
  border-top: 1px solid #8d756b;
}
#pageOutline .outline_wrap td.w100 p {
  margin-bottom: 1rem;
  letter-spacing: 0.02rem;
}
#pageOutline .outline_wrap td hr {
  border-top: 1px dashed #aaa;
  width: 98%;
}
#pageOutline .outline_wrap .com-note_2 {
  margin-top: 20px;
  text-align: center;
  border: 1px solid #666;
  padding: 10px;
}
#pageOutline .outline_wrap .update_box {
  margin-top: 2.4rem;
}
#pageOutline .outline_wrap .update_box p {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 750px) {
  #pageOutline .outline_wrap .outline_ttl {
    font-size: 3.4rem;
  }
  #pageOutline .outline_wrap .outline_box {
    display: block;
    width: 100%;
  }
  #pageOutline .outline_wrap .outline_box tbody {
    display: block;
    width: 100%;
  }
  #pageOutline .outline_wrap .outline_box tbody tr {
    display: block;
    width: 100%;
  }
  #pageOutline .outline_wrap .outline_box tbody tr th {
    display: block;
    width: 100%;
    font-size: 2.6rem;
    padding: 1.5rem 0rem 1.5rem 1.5rem;
  }
  #pageOutline .outline_wrap .outline_box tbody tr td {
    display: block;
    width: 100%;
    font-size: 2.6rem;
    padding: 3rem;
  }
  #pageOutline .outline_wrap .outline_box tbody tr td hr {
    width: 100%;
  }
  #pageOutline .outline_wrap .update_box {
    margin-top: 6.4rem;
  }
  #pageOutline .outline_wrap .update_box p {
    font-size: 2.4rem;
  }
}
#pageAccessmap figure {
  position: relative;
}
#pageAccessmap .f-note {
  border-bottom: none;
}
#pageAccessmap .accessmap_wrap {
  padding: 6.5rem 0;
  background: url(../img/accessmap/bg.jpg) center/cover no-repeat;
}
#pageAccessmap .p_lead {
  margin-bottom: 1em;
}
#pageAccessmap .btns_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-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-top: 3rem;
}
#pageAccessmap .btns_wrap a {
  display: block;
  font-size: 1.1rem;
  line-height: 2;
  text-align: center;
  color: #fff;
  background: #af9147;
  width: 15rem;
  padding: 0.3em 0;
}
@media screen and (max-width: 750px) {
  #pageAccessmap .btns_wrap a {
    font-size: 2rem;
    width: 25rem;
    margin-top: 5rem;
  }
}
@media print {
  #pageAccessmap * {
    width: 100% !important;
  }
  #pageAccessmap header,
  #pageAccessmap footer,
  #pageAccessmap nav,
  #pageAccessmap #dxw,
  #pageAccessmap .map_btn,
  #pageAccessmap #reg_wrap {
    display: none !important;
  }
  #pageAccessmap main {
    padding: 0 !important;
  }
  #pageAccessmap #mainWrap {
    margin-top: 0 !important;
  }
  #pageAccessmap #mainWrap .accessmap_wrap {
    padding: 0;
    background: none !important;
  }
  #pageAccessmap #mainWrap .accessmap_img {
    width: 90%;
  }
  #pageAccessmap #mainWrap .accessmap_img img {
    width: 100%;
  }
  #pageAccessmap #mainWrap .btns_wrap {
    display: none;
  }
}
#pageLocation figure {
  position: relative;
}
#pageLocation main {
  font-family: "Zen Old Mincho", serif;
}
#pageLocation main .com-note {
  margin-top: 5px;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageLocation main .com-note {
    font-size: 1.4rem;
  }
}
#pageLocation main .com-cap.cl_blue {
  text-shadow: none;
}
#pageLocation main .com-cap-2 {
  text-shadow: none;
  padding: 0.2em 1em 0.3em;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  right: 0;
}
#pageLocation main .com-cap-2.left {
  right: unset;
  left: 0;
}
#pageLocation main .p_ttl4 + .p_desc {
  margin-top: 1em;
}
#pageLocation .fullleft {
  margin-left: -15rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .fullleft {
    margin-left: 0;
  }
}
#pageLocation .p_anchor_wrap {
  margin-top: 3rem;
}
@media screen and (min-width: 751px) {
  #pageLocation .p_anchor_wrap .com-content {
    width: 74.2rem;
  }
}
#pageLocation .p_anchor_wrap .p_anchor_list {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 750px) {
  #pageLocation .p_anchor_wrap .p_anchor_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#pageLocation .p_anchor_wrap .p_anchor_item:nth-child(2) {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(75, 128, 69)), to(rgb(51, 87, 47)));
  background: linear-gradient(0deg, rgb(75, 128, 69) 30%, rgb(51, 87, 47) 100%);
}
#pageLocation .p_anchor_wrap .p_anchor_item:nth-child(3) {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(49, 94, 179)), to(rgb(33, 63, 120)));
  background: linear-gradient(0deg, rgb(49, 94, 179) 30%, rgb(33, 63, 120) 100%);
}
#pageLocation .bg_1 {
  background: url(../img/common/bg_1.jpg) top center/cover no-repeat;
  padding-bottom: 8rem;
}
#pageLocation .bg_1.pb0 {
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  #pageLocation .bg_1 {
    padding-bottom: 10rem;
  }
}
#pageLocation .bg_2 {
  background: #ddecf0;
  padding-top: 10rem;
}
#pageLocation .loc_lead {
  text-align: center;
  margin: 5rem auto 6rem;
  color: #30616b;
  letter-spacing: 0;
  padding: 0.7em 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(156, 208, 233)), color-stop(70.76%, rgb(255, 251, 235)), color-stop(94.75%, rgb(249, 234, 204)));
  background: linear-gradient(90deg, rgb(156, 208, 233) 0%, rgb(255, 251, 235) 70.76%, rgb(249, 234, 204) 94.75%);
  position: relative;
}
#pageLocation .loc_lead::after {
  position: absolute;
  pointer-events: none;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: "";
  border: 1px solid #fff;
  left: 5px;
  top: 5px;
}
@media screen and (min-width: 751px) {
  #pageLocation .loc_lead {
    width: 83%;
  }
}
#pageLocation .loc_lead2 {
  text-align: center;
  color: #30616b;
  letter-spacing: 0;
  font-family: "EB Garamond", serif;
  font-size: 5rem;
  line-height: 1.7;
  background: -webkit-gradient(linear, left top, right top, from(rgb(156, 208, 233)), color-stop(70.76%, rgb(255, 251, 235)), color-stop(94.75%, rgb(249, 234, 204)));
  background: linear-gradient(90deg, rgb(156, 208, 233) 0%, rgb(255, 251, 235) 70.76%, rgb(249, 234, 204) 94.75%);
}
#pageLocation .loc_head {
  text-align: center;
  padding: 1rem 0;
  min-height: 9rem;
  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;
  margin-bottom: 4.5rem;
}
#pageLocation .loc_head.green {
  background: -webkit-gradient(linear, left top, right top, from(rgba(48, 97, 107, 0)), color-stop(25%, rgb(48, 97, 107)), color-stop(75%, rgb(48, 97, 107)), to(rgba(48, 97, 107, 0)));
  background: linear-gradient(90deg, rgba(48, 97, 107, 0) 0%, rgb(48, 97, 107) 25%, rgb(48, 97, 107) 75%, rgba(48, 97, 107, 0) 100%);
}
#pageLocation .loc_head.yellow {
  background: -webkit-gradient(linear, left top, right top, from(rgba(224, 156, 49, 0)), color-stop(25%, rgb(224, 156, 49)), color-stop(75%, rgb(224, 156, 49)), to(rgba(224, 156, 49, 0)));
  background: linear-gradient(90deg, rgba(224, 156, 49, 0) 0%, rgb(224, 156, 49) 25%, rgb(224, 156, 49) 75%, rgba(224, 156, 49, 0) 100%);
}
#pageLocation .loc_head.blue {
  background: -webkit-gradient(linear, left top, right top, from(rgba(63, 123, 171, 0)), color-stop(25%, rgb(63, 123, 171)), color-stop(75%, rgb(63, 123, 171)), to(rgba(63, 123, 171, 0)));
  background: linear-gradient(90deg, rgba(63, 123, 171, 0) 0%, rgb(63, 123, 171) 25%, rgb(63, 123, 171) 75%, rgba(63, 123, 171, 0) 100%);
}
#pageLocation .loc_head.green2 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 128, 106, 0)), color-stop(25%, rgb(0, 128, 106)), color-stop(75%, rgb(0, 128, 106)), to(rgba(0, 128, 106, 0)));
  background: linear-gradient(90deg, rgba(0, 128, 106, 0) 0%, rgb(0, 128, 106) 25%, rgb(0, 128, 106) 75%, rgba(0, 128, 106, 0) 100%);
}
#pageLocation .loc_head.purple {
  background: -webkit-gradient(linear, left top, right top, from(rgba(204, 137, 180, 0)), color-stop(25%, rgb(204, 137, 180)), color-stop(75%, rgb(204, 137, 180)), to(rgba(204, 137, 180, 0)));
  background: linear-gradient(90deg, rgba(204, 137, 180, 0) 0%, rgb(204, 137, 180) 25%, rgb(204, 137, 180) 75%, rgba(204, 137, 180, 0) 100%);
}
#pageLocation .loc_head.brown {
  background: -webkit-gradient(linear, left top, right top, from(rgba(175, 145, 71, 0)), color-stop(25%, rgb(175, 145, 71)), color-stop(75%, rgb(175, 145, 71)), to(rgba(175, 145, 71, 0)));
  background: linear-gradient(90deg, rgba(175, 145, 71, 0) 0%, rgb(175, 145, 71) 25%, rgb(175, 145, 71) 75%, rgba(175, 145, 71, 0) 100%);
}
#pageLocation .loc_head .p_sub {
  font-size: 1.8rem;
}
#pageLocation .loc_head .p_ttl4,
#pageLocation .loc_head .p_sub {
  color: #fff;
}
#pageLocation .loc_img {
  margin-bottom: 1.5rem;
}
#pageLocation .loc_txtborder {
  font-weight: 900;
  text-align: center;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  border-radius: 1rem;
  padding: 0.3rem 1.3rem;
  background: #3cb3aa;
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .loc_txtborder {
    padding: 0.6rem 2.6rem;
    border-radius: 2rem;
  }
}
#pageLocation .loc_txtborder.yellow {
  background: #e09c31;
}
#pageLocation .loc_grid {
  -ms-grid-columns: 1fr 3.2rem 1fr 3.2rem 1fr 3.2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -ms-grid;
  display: grid;
}
#pageLocation .loc_grid .col-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
#pageLocation .loc_grid .col-4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
#pageLocation .loc_grid .row-2 {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
@media screen and (max-width: 750px) {
  #pageLocation .loc_grid ._sp-col-1 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  #pageLocation .loc_grid ._sp-col-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  #pageLocation .loc_grid ._sp-col-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  #pageLocation .loc_grid ._sp-row-1 {
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
}
#pageLocation .loc_info {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#pageLocation .loc_info .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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#pageLocation .loc_info .ibox .img-1 {
  width: 100%;
}
#pageLocation .loc_info .ibox .img-2 {
  width: 51.65%;
}
#pageLocation .loc_info .ibox .img-3 {
  width: 44.2%;
  margin-top: -4rem;
}
#pageLocation .loc_info .ibox p.com-note {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #pageLocation .loc_info .tbox {
    padding-left: 4.5rem;
  }
}
@media screen and (max-width: 750px) {
  #pageLocation .loc_info .tbox {
    margin-top: 4rem;
  }
}
#pageLocation .loc_info .tbox .p_ttl4 {
  margin-bottom: 0.5em;
}
#pageLocation .loc_info.moritown {
  margin-bottom: 7rem;
}
#pageLocation .loc_info.moritown .tbox .mori_logo {
  width: 30rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .loc_info.moritown .tbox .mori_logo {
    width: 42rem;
  }
}
#pageLocation .loc_info.moritown .tbox .p_ttl4 {
  margin-block: 0.5em;
}
#pageLocation .loc_info.moritown .tbox .mori_number {
  margin-top: 2rem;
}
#pageLocation .loc_info.outdoor {
  margin-block: 9rem 5rem;
}
#pageLocation .loc_info.outdoor .tbox .mori_logo {
  width: 34rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .loc_info.outdoor .tbox .mori_logo {
    width: 47.6rem;
  }
}
@media screen and (min-width: 751px) {
  #pageLocation .loc_info.outdoor .tbox .p_ttl4 {
    margin-block: 2.5em 0.5em;
  }
}
@media screen and (max-width: 750px) {
  #pageLocation .loc_info.outdoor .tbox .p_ttl4 {
    margin-block: 0.5em;
  }
}
#pageLocation .loc_info.tachigawa {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pageLocation .loc_info.culture {
  margin-top: 4rem;
}
#pageLocation .loc_info.culture .tbox {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#pageLocation .loc_info.culture .tbox figure {
  margin-top: 5rem;
}
@media screen and (min-width: 751px) {
  #pageLocation .loc_info.culture .tbox figure {
    margin-left: -4.5rem;
  }
}
#pageLocation .loc_banner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 6.5rem;
}
#pageLocation .loc_banner-img {
  position: relative;
}
#pageLocation .loc_banner-img p {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 6rem;
  line-height: 0.8;
  position: absolute;
}
#pageLocation .loc_banner-img p span {
  font-size: 4rem;
}
#pageLocation .loc_banner-img:first-child figure {
  margin-right: -15%;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}
@media screen and (max-width: 750px) {
  #pageLocation .loc_banner-img:first-child figure img {
    -o-object-position: left center;
       object-position: left center;
  }
}
#pageLocation .loc_banner-img:first-child p {
  top: 2rem;
  left: 4.5rem;
}
#pageLocation .loc_banner-img:nth-child(2) figure {
  margin-left: -15%;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 750px) {
  #pageLocation .loc_banner-img:nth-child(2) figure img {
    -o-object-position: right center;
       object-position: right center;
  }
}
#pageLocation .loc_banner-img:nth-child(2) p {
  bottom: 2rem;
  right: 4.5rem;
  text-align: right;
}
@media screen and (max-width: 750px) {
  #pageLocation .loc_banner-img figure {
    height: 30vh;
    position: relative;
  }
  #pageLocation .loc_banner-img figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#pageLocation .loc_banner .com-note {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
#pageLocation .loc_outlet {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 2rem auto 3rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .loc_outlet {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 751px) {
  #pageLocation .loc_outlet {
    width: 83rem;
  }
}
#pageLocation .loc_outlet li {
  font-weight: 900;
  font-size: 1.7rem;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1.2;
  text-align: center;
  padding: 0.3em 0;
  border-radius: 2rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .loc_outlet li {
    font-size: 2.38rem;
  }
}
#pageLocation .loc_outlet li span {
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .loc_outlet li span {
    font-size: 1.68rem;
  }
}
#pageLocation .loc_outlet li.yellow {
  background: #d29836;
}
#pageLocation .loc_outlet li.green {
  background: #b3c4a6;
}
#pageLocation .loc_outlet li.green2 {
  background: #8bb1b0;
}
#pageLocation .loc_outlet li.navy {
  background: #5b7e8b;
}
#pageLocation .loc_outlet li.pink {
  background: #ecb39e;
}
#pageLocation .loc_opentime {
  margin: 2rem auto 1rem;
}
#pageLocation .loc_opentime.moritown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 751px) {
  #pageLocation .loc_opentime.moritown {
    width: 60rem;
  }
}
@media screen and (max-width: 750px) {
  #pageLocation .loc_opentime.moritown {
    width: 40rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#pageLocation .loc_opentime li {
  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: 1rem;
  width: 45%;
  color: #30616b;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #pageLocation .loc_opentime li {
    width: 100%;
  }
}
#pageLocation .loc_txt {
  line-height: 1.3;
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #pageLocation .loc_txt span {
    font-size: 1.4rem;
  }
}
#pageLocation .main_wrap {
  position: relative;
}
#pageLocation .main_wrap .main_img .com-cap {
  z-index: 2;
  bottom: 100px;
}
#pageLocation .main_wrap .main_ttl {
  position: absolute;
  font-family: "EB Garamond", serif;
  font-size: 10rem;
  text-align: center;
  width: 100%;
  top: 5%;
  left: 0;
  color: #30616b;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  #pageLocation .main_wrap .main_ttl {
    top: 15%;
  }
}
#pageLocation .intro_area img {
  min-width: 700px;
}
#pageLocation .mori_wrap {
  padding-bottom: 10rem;
}
#pageLocation .mori_wrap .p_ttl3 {
  margin-bottom: 2rem;
}
#pageLocation .mori_map {
  position: relative;
}
#pageLocation .mori_map .anchors {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 3rem;
  gap: 3rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .mori_map .anchors {
    padding-bottom: 5rem;
  }
}
#pageLocation .mori_map .anchors a {
  display: block;
  width: 22.6rem;
  -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.6));
  -webkit-transition: 0.45s;
  transition: 0.45s;
}
@media (hover: hover) and (pointer: fine) {
  #pageLocation .mori_map .anchors a:hover {
    opacity: 0.7;
  }
}
#pageLocation .mori_floor {
  margin: 2rem auto 4rem;
}
@media screen and (min-width: 751px) {
  #pageLocation .mori_floor-2 {
    width: 64rem;
  }
}
#pageLocation .glp_wrap {
  background: url(../img/location/glp_bg.jpg) top center/cover no-repeat;
  padding-bottom: 7rem;
}
#pageLocation .glp_wrap h2,
#pageLocation .glp_wrap p {
  color: #fff;
}
@media screen and (max-width: 750px) {
  #pageLocation .glp_wrap {
    padding-bottom: 10rem;
  }
}
#pageLocation .glp_wrap .loc_grid {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
#pageLocation .glp_wrap .loc_grid .col-4 {
  margin-bottom: 2rem;
}
#pageLocation .glp_wrap .com-note {
  text-align: right;
  color: #30616b;
  margin-top: 3em;
}
#pageLocation .glp_wrap .com-note a {
  color: inherit;
}
#pageLocation .glp_tbox {
  border-radius: 1rem;
  background: rgba(63, 123, 171, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 4rem;
}
#pageLocation .glp_tbox .p_desc {
  margin-top: 1em;
}
#pageLocation .tachigawa_wrap .p_tbox .p_ttl + .p_sub {
  margin-top: 1em;
}
#pageLocation .tachigawa_wrap .p_tbox .p_lead + .p_ttl4 {
  margin-block: 0.7em 0.3em;
}
#pageLocation .haijiaki_wrap .loc_banner {
  margin-bottom: 0;
}
#pageLocation .haijiaki_wrap .loc_grid {
  margin: 2rem auto 7rem;
}
#pageLocation .haijiaki_wrap .loc_grid .col-2 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#pageLocation .env_wrap .loc_banner {
  margin-bottom: 0;
}
#pageLocation .env_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 3rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .env_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#pageLocation .shopping_wrap,
#pageLocation .clinic_wrap,
#pageLocation .edu_wrap,
#pageLocation .park_wrap,
#pageLocation .sakura_wrap,
#pageLocation .public_wrap,
#pageLocation .culture_wrap {
  margin-top: 1rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .shopping_wrap,
  #pageLocation .clinic_wrap,
  #pageLocation .edu_wrap,
  #pageLocation .park_wrap,
  #pageLocation .sakura_wrap,
  #pageLocation .public_wrap,
  #pageLocation .culture_wrap {
    margin-top: 2rem;
    padding-bottom: 10rem;
  }
}
#pageLocation .shopping_wrap .p_desc2,
#pageLocation .clinic_wrap .p_desc2,
#pageLocation .edu_wrap .p_desc2,
#pageLocation .park_wrap .p_desc2,
#pageLocation .sakura_wrap .p_desc2,
#pageLocation .public_wrap .p_desc2,
#pageLocation .culture_wrap .p_desc2 {
  line-height: 1.3;
}
#pageLocation .shopping_wrap .p_sub2,
#pageLocation .clinic_wrap .p_sub2,
#pageLocation .edu_wrap .p_sub2,
#pageLocation .park_wrap .p_sub2,
#pageLocation .sakura_wrap .p_sub2,
#pageLocation .public_wrap .p_sub2,
#pageLocation .culture_wrap .p_sub2 {
  line-height: 1.2;
}
#pageLocation .shopping_wrap .p_sub2 + .com-note,
#pageLocation .clinic_wrap .p_sub2 + .com-note,
#pageLocation .edu_wrap .p_sub2 + .com-note,
#pageLocation .park_wrap .p_sub2 + .com-note,
#pageLocation .sakura_wrap .p_sub2 + .com-note,
#pageLocation .public_wrap .p_sub2 + .com-note,
#pageLocation .culture_wrap .p_sub2 + .com-note {
  margin-top: 0;
}
#pageLocation .shopping_wrap .loc_txtborder,
#pageLocation .clinic_wrap .loc_txtborder,
#pageLocation .edu_wrap .loc_txtborder,
#pageLocation .park_wrap .loc_txtborder,
#pageLocation .sakura_wrap .loc_txtborder,
#pageLocation .public_wrap .loc_txtborder,
#pageLocation .culture_wrap .loc_txtborder {
  margin-top: 1.5rem;
}
#pageLocation .shopping_wrap {
  background: #eaeff0;
}
#pageLocation .shopping_wrap .p_desc2 {
  line-height: 1.3;
}
#pageLocation .shopping_wrap .loc_txtborder {
  margin-top: 1.5rem;
}
#pageLocation .shopping_wrap .tairaya_info {
  margin-top: 3rem;
}
#pageLocation .shopping_wrap .tairaya_info .p_desc {
  margin-top: 1.5em;
}
#pageLocation .shopping_wrap .ecosgroup .p_ttl3 + .loc_txtborder {
  margin-top: 0.5rem;
}
#pageLocation .clinic_wrap {
  background: #fcf5ea;
}
#pageLocation .clinic_wrap .clinic_info {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#pageLocation .clinic_wrap .clinic_info .com-note {
  margin-bottom: 4em;
}
#pageLocation .edu_wrap {
  background: #ecf2f7;
}
#pageLocation .park_wrap {
  background: #e5f2f0;
}
#pageLocation .sakura_wrap {
  margin-top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(255, 242, 247))), #e5f2f0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 242, 247) 100%), #e5f2f0;
}
#pageLocation .sakura_wrap .loc_head {
  margin-bottom: 0;
}
#pageLocation .sakura_wrap .loc_head .p_ttl4 {
  color: #30616b;
}
#pageLocation .public_wrap {
  background: #faf3f7;
}
#pageLocation .culture_wrap {
  background: #f7f4ed;
}
#pageLocation .culture_wrap .coffeebox {
  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 3.2rem;
}
#pageLocation .culture_wrap .coffeebox .loc_img {
  width: calc(50% - 1.6rem);
}
#pageLocation .kid_wrap .p_sub2 {
  background: #30616b;
  color: #fff;
  padding: 0.4em 0;
}
#pageLocation .musashino {
  padding: 4.7rem;
  background: #fff;
  margin-top: 7rem;
  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-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
}
@media screen and (max-width: 750px) {
  #pageLocation .musashino {
    padding: 5rem 3rem;
    row-gap: 4.5rem;
  }
}
#pageLocation .musashino_wrap {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .musashino_wrap {
    margin-top: 2rem;
  }
}
#pageLocation .musashino .p_ttl4 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .musashino .p_ttl4 {
    margin-bottom: 2rem;
  }
}
#pageLocation .musashino .w100 {
  width: 100%;
}
#pageLocation .musashino .w82 {
  width: 82%;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .musashino .w82 {
    width: 100%;
    margin-bottom: 0;
  }
}
#pageLocation .musashino .w47 {
  width: 47%;
}
@media screen and (max-width: 750px) {
  #pageLocation .musashino .w47 {
    width: 100%;
  }
}
#pageLocation .lifeinfo {
  width: 92rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 750px) {
  #pageLocation .lifeinfo {
    width: 100%;
  }
}
#pageLocation .lifeinfo .tab_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;
}
#pageLocation .lifeinfo .tab_area 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: 12.5rem;
  height: 6rem;
  color: #30616b;
  text-align: center;
  cursor: pointer;
  border: 1px solid #30616b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 750px) {
  #pageLocation .lifeinfo .tab_area label {
    width: calc((100% - 3rem) / 4);
  }
}
#pageLocation .lifeinfo .tab_area label span {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
}
#pageLocation .lifeinfo .tab_area label:hover {
  color: #fff;
  background: #30616b;
}
#pageLocation .lifeinfo .tab_area label.active {
  pointer-events: none;
  color: #fff;
  background: #30616b;
}
#pageLocation .lifeinfo .panel_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: 4rem 0 0;
}
#pageLocation .lifeinfo .panel_wrap .tab_panel {
  display: none;
}
#pageLocation .lifeinfo .panel_wrap .tab_panel.active {
  display: block;
}
#pageLocation .lifeinfo .panel_wrap .mapbox {
  width: 49rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .lifeinfo .panel_wrap .mapbox {
    width: 100%;
    height: 45rem;
  }
}
#pageLocation .lifeinfo .panel_area {
  height: 41rem;
  overflow-y: scroll;
}
#pageLocation .lifeinfo .panel_area .databox {
  width: 38rem;
}
#pageLocation .lifeinfo .panel_area .data {
  padding: 16px 8px;
  border-bottom: solid 1px #30616b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageLocation .lifeinfo .panel_area .data p {
  letter-spacing: -0.05em;
  line-height: 1.2;
  color: #30616b;
}
#pageLocation .lifeinfo .panel_area .data_img {
  width: 2rem;
  margin: 0 1.6rem 0 0;
}
#pageLocation .lifeinfo .panel_area .data_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 3.6rem);
}
#pageLocation .lifeinfo .panel_area .data_txt1 {
  width: calc(100% - 16rem);
  font-size: 1.4rem;
  text-align: left;
}
#pageLocation .lifeinfo .panel_area .data_txt2 {
  width: 16rem;
  font-size: 1.4rem;
  text-align: right;
}
#pageLocation .lifeinfo_wrap {
  padding: 8rem 0;
}
#pageLocation .lifeinfo_lead {
  color: #30616b;
  text-align: center;
  font-size: 5rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .lifeinfo_lead {
    font-size: 7rem;
  }
}
@media screen and (max-width: 750px) {
  #pageLocation .lifeinfo {
    width: 100%;
  }
  #pageLocation .lifeinfo .tab_area {
    row-gap: 1rem;
  }
  #pageLocation .lifeinfo .tab_area label {
    width: calc((100% - 3rem) / 4);
    height: 8rem;
  }
  #pageLocation .lifeinfo .tab_area label span {
    font-size: 2.4rem;
  }
  #pageLocation .lifeinfo .tab_area label:nth-child(5) {
    margin-left: 12.8%;
  }
  #pageLocation .lifeinfo .tab_area label:nth-child(6) span {
    letter-spacing: -0.15em;
  }
  #pageLocation .lifeinfo .tab_area label:last-child {
    margin-right: 12.8%;
  }
  #pageLocation .lifeinfo .panel_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: 4rem 0 0;
  }
  #pageLocation .lifeinfo .panel_wrap .tab_panel {
    display: none;
  }
  #pageLocation .lifeinfo .panel_wrap .tab_panel.active {
    display: block;
  }
  #pageLocation .lifeinfo .panel_wrap .mapbox {
    width: 49rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #pageLocation .lifeinfo .panel_wrap .mapbox {
    width: 100%;
    height: 45rem;
  }
}
@media screen and (max-width: 750px) {
  #pageLocation .lifeinfo .panel_area {
    width: 100%;
  }
  #pageLocation .lifeinfo .panel_area .databox {
    width: 100%;
  }
  #pageLocation .lifeinfo .panel_area .data_img {
    width: 3.2rem;
  }
  #pageLocation .lifeinfo .panel_area .data_txt1 {
    width: 100%;
    font-size: 2.4rem;
  }
  #pageLocation .lifeinfo .panel_area .data_txt2 {
    width: 100%;
    font-size: 2.4rem;
  }
  #pageLocation .lifeinfo_lead {
    font-size: 5rem;
  }
}
#pageLandScape figure {
  position: relative;
}
#pageLandScape main {
  font-family: "Zen Old Mincho", serif;
}
#pageLandScape main .com-note {
  margin-top: 5px;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageLandScape main .com-note {
    font-size: 1.4rem;
  }
}
#pageLandScape main .com-cap {
  text-shadow: none;
  padding: 0.2em 1em 0.3em;
}
#pageLandScape main .com-cap:not(.clr-b, .cl_blue) {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  right: 0;
}
#pageLandScape main .p_ttl4 + .p_desc {
  margin-top: 1em;
}
#pageLandScape main sup {
  display: inline-block;
  -webkit-transform: translateY(-0.7em);
          transform: translateY(-0.7em);
}
#pageLandScape .bg_1 {
  background: url(../img/common/bg_1.jpg) top center/cover no-repeat;
  padding-bottom: 8rem;
}
#pageLandScape .bg_1.pb0 {
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  #pageLandScape .bg_1 {
    padding-bottom: 10rem;
  }
}
#pageLandScape .lp_grid {
  -ms-grid-columns: 1fr 3.2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 750px) {
  #pageLandScape .lp_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#pageLandScape .main_wrap {
  position: relative;
}
#pageLandScape .main_wrap .main_img .com-cap {
  bottom: 100px;
  z-index: 2;
}
#pageLandScape .main_wrap .main_ttl {
  position: absolute;
  font-family: "EB Garamond", serif;
  font-size: 9.5rem;
  text-align: center;
  top: 6rem;
  left: 5rem;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  #pageLandScape .main_wrap .main_ttl {
    top: 20%;
  }
}
#pageLandScape .design_wrap {
  background: url(../img/landscape/design_bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top -90px center;
  margin-top: -1px;
}
@media screen and (max-width: 750px) {
  #pageLandScape .design_wrap {
    background-size: contain;
  }
}
#pageLandScape .design_wrap .p_lead {
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
}
#pageLandScape .design_points {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  row-gap: 7rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 750px) {
  #pageLandScape .design_points {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#pageLandScape .design_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
#pageLandScape .design_point-ttl {
  position: absolute;
  font-size: 7rem;
  font-family: "EB Garamond", serif;
  color: #fff;
  letter-spacing: 0;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 16, 29, 0.7));
          filter: drop-shadow(0 0 6px rgba(0, 16, 29, 0.7));
  left: 2rem;
  bottom: 2rem;
}
@media screen and (max-width: 750px) {
  #pageLandScape .design_point-ttl {
    font-size: 8rem;
    bottom: 4rem;
  }
}
#pageLandScape .design_point figure {
  width: 62.4%;
}
@media screen and (max-width: 750px) {
  #pageLandScape .design_point figure {
    width: 55%;
  }
}
#pageLandScape .design_point-desc {
  width: 37.6%;
  padding: 2.5rem 1.5rem 1.5rem 1rem;
  font-size: 1.3rem;
  letter-spacing: -0.05em;
  line-height: 1.8461538462;
  color: #30616b;
}
@media screen and (max-width: 750px) {
  #pageLandScape .design_point-desc {
    width: 45%;
    letter-spacing: -0.08em;
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 751px) {
  #pageLandScape .design_point:nth-child(even) {
    margin-top: 19rem;
  }
  #pageLandScape .design_point:nth-child(odd):not(:first-child) {
    margin-top: -19rem;
  }
}
#pageLandScape .design_building {
  margin-top: 5rem;
}
#pageLandScape .residence_buildings {
  padding: 7rem 1.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  background: #000;
  gap: 2rem;
  position: relative;
}
#pageLandScape .residence_buildings .com-cap {
  right: unset !important;
  bottom: unset !important;
  top: -5rem;
  left: 0;
  background: unset;
}
@media screen and (max-width: 750px) {
  #pageLandScape .residence_buildings {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4rem;
    padding: 10rem 4rem;
  }
}
#pageLandScape .residence_txts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1.9174757282fr 2rem 1.9174757282fr 2rem 1fr;
  grid-template-columns: 1fr 1.9174757282fr 1.9174757282fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
#pageLandScape .residence_txt {
  text-align: center;
  color: #fff;
}
#pageLandScape .residence_txt .p1 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7;
  border: 2px solid #fff;
  margin-block: 0.5em;
}
@media screen and (max-width: 750px) {
  #pageLandScape .residence_txt .p1 {
    font-size: 2.7rem;
  }
}
#pageLandScape .residence_txt .com-note {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  #pageLandScape .residence_txt .com-note {
    font-size: 2rem;
  }
}
#pageLandScape .landplan_wrap .p_tbox {
  padding-bottom: 4rem;
}
#pageLandScape .landplan_wrap .p_tbox .p_ttl {
  letter-spacing: -0.05em;
}
#pageLandScape .landplan_plan {
  background: #fff;
}
@media screen and (max-width: 750px) {
  #pageLandScape .landplan_plan img {
    min-width: 600px;
  }
}
#pageLandScape .landplan_parking {
  margin-top: 9rem;
}
#pageLandScape .landplan_parking-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;
}
#pageLandScape .landplan_parking-box .tbox {
  padding: 1.5rem;
  width: 57%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(102, 138, 146)), color-stop(97.05%, rgb(51, 103, 112)));
  background: linear-gradient(90deg, rgb(102, 138, 146) 0%, rgb(51, 103, 112) 97.05%);
}
#pageLandScape .landplan_parking-box .tbox .p_ttl4,
#pageLandScape .landplan_parking-box .tbox .p_desc,
#pageLandScape .landplan_parking-box .tbox .com-note {
  color: #fff;
}
#pageLandScape .landplan_parking-box .tbox .p_ttl4 {
  line-height: 1.3;
}
#pageLandScape .landplan_parking-box .tbox .p_desc {
  line-height: 1.2;
  margin-top: 1em;
  letter-spacing: -0.05em;
}
#pageLandScape .landplan_parking-box .tbox .com-note {
  margin-top: 0;
  line-height: 1.1;
  letter-spacing: 0;
}
#pageLandScape .landplan_parking-box .ibox {
  width: 43%;
}
#pageLandScape .landplan_car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10rem;
}
#pageLandScape .landplan_car .ibox,
#pageLandScape .landplan_car .tbox {
  width: 50%;
}
@media screen and (max-width: 750px) {
  #pageLandScape .landplan_car .ibox,
  #pageLandScape .landplan_car .tbox {
    width: 100%;
  }
}
#pageLandScape .landplan_car .tbox {
  padding-inline: 6rem;
}
@media screen and (max-width: 750px) {
  #pageLandScape .landplan_car .tbox {
    padding: 6rem 0;
  }
}
#pageLandScape .landplan_plant {
  background: -webkit-gradient(linear, left top, right top, from(rgb(246, 255, 245)), to(rgb(207, 255, 199)));
  background: linear-gradient(90deg, rgb(246, 255, 245) 0%, rgb(207, 255, 199) 100%);
  padding: 0 0 10rem;
}
#pageLandScape .landplan_plant .p_tbox {
  padding-top: 10rem;
  padding-bottom: 4rem;
}
#pageLandScape .landplan_plant-imgs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.1rem 1fr 1.1rem 1fr 1.1rem 1fr 1.1rem 1fr 1.1rem 1fr;
  grid-template-columns: repeat(6, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.1rem;
}
@media screen and (max-width: 750px) {
  #pageLandScape .landplan_plant-imgs {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
#pageLandScape .landplan_plant-imgs + .com-note {
  padding-right: 3rem;
  text-align: right;
}
@media screen and (min-width: 751px) {
  #pageLandScape .landplan_plant-img-1, #pageLandScape .landplan_plant-img-2, #pageLandScape .landplan_plant-img-3 {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
}
#pageCommon figure {
  position: relative;
}
#pageCommon main {
  font-family: "Zen Old Mincho", serif;
}
#pageCommon main .com-note {
  margin-top: 5px;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageCommon main .com-note {
    font-size: 1.4rem;
  }
}
#pageCommon main .com-cap.cl_blue {
  text-shadow: none;
  color: #30616b;
}
#pageCommon main .com-cap-2 {
  text-shadow: none;
  padding: 0.2em 1em 0.3em;
  background: rgba(0, 0, 0, 0.3);
}
#pageCommon main .com-cap-2.bottom0 {
  bottom: 0;
  right: 0;
}
#pageCommon .bg_1 {
  background: url(../img/common/bg_1.jpg) top center/cover no-repeat;
  padding-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  #pageCommon .bg_1 {
    padding-bottom: 10rem;
  }
}
#pageCommon .main_wrap {
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageCommon .main_wrap .main_img {
    height: 50vh;
  }
  #pageCommon .main_wrap .main_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left 20% top 50%;
       object-position: left 20% top 50%;
  }
}
#pageCommon .main_wrap .main_img .com-cap {
  z-index: 2;
}
#pageCommon .main_wrap .main_ttl {
  position: absolute;
  font-family: "EB Garamond", serif;
  font-size: 9.5rem;
  text-align: center;
  top: 6rem;
  left: 5rem;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  #pageCommon .main_wrap .main_ttl {
    top: 20%;
  }
}
#pageCommon .community_wrap {
  position: relative;
}
#pageCommon .community_wrap .p_tbox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 4%;
}
@media screen and (max-width: 750px) {
  #pageCommon .community_wrap .p_tbox {
    top: 0;
  }
}
@media screen and (max-width: 750px) {
  #pageCommon .public_planImg img {
    min-width: 600px;
  }
}
#pageCommon .public_wrap .flexzone_banner {
  margin-bottom: 2rem;
}
#pageCommon .public_wrap .flexzone-box {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44rem;
  padding: 1.2rem 3.5rem;
  position: relative;
  background: rgba(177, 190, 207, 0.5);
}
@media screen and (max-width: 750px) {
  #pageCommon .public_wrap .flexzone-box {
    width: 100%;
    padding: 2.5rem 5rem;
    margin-top: 3rem;
  }
}
#pageCommon .public_wrap .flexzone-box .p_sub2 {
  line-height: 1.25;
}
#pageCommon .public_wrap .flexzone-box .flexzone-ibox {
  width: 42%;
}
@media screen and (max-width: 750px) {
  #pageCommon .public_wrap .flexzone-box .flexzone-ibox {
    width: 50%;
  }
}
#pageCommon .public_cnt {
  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;
}
#pageCommon .public_cnt + .public_cnt {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  #pageCommon .public_cnt + .public_cnt {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 750px) {
  #pageCommon .public_cnt {
    padding: 0 4rem;
  }
}
#pageCommon .public_cnt .tbox {
  width: calc(50% - 2rem);
  max-width: 500px;
  margin-left: auto;
  padding-right: 1rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #pageCommon .public_cnt .tbox {
    width: 100%;
  }
}
#pageCommon .public_cnt .tbox .leadbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
#pageCommon .public_cnt .tbox .leadbox .num {
  font-size: 7rem;
  font-family: "EB Garamond", serif;
  color: #30616b;
}
@media screen and (max-width: 750px) {
  #pageCommon .public_cnt .tbox .leadbox .num {
    font-size: 9.8rem;
  }
}
#pageCommon .public_cnt .tbox .p_desc {
  margin-top: 1em;
}
#pageCommon .public_cnt .ibox {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageCommon .public_cnt .ibox {
    width: 100%;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 751px) {
  #pageCommon .public_cnt.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #pageCommon .public_cnt.reverse .tbox {
    margin-left: unset;
    margin-right: auto;
    padding-right: unset;
    padding-left: 5rem;
  }
}
#pageCommon .public_cnt-1 {
  position: relative;
}
@media screen and (min-width: 751px) {
  #pageCommon .public_cnt-1::before {
    position: absolute;
    width: 50%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(77.32%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 77.32%);
    opacity: 0.65;
    left: 0;
    top: 0;
  }
}
#pageCommon .public_cnt-3 .privatebooth {
  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;
}
#pageCommon .public_cnt-3 .privatebooth-ibox {
  width: 50%;
  padding-inline: 7.5%;
}
@media screen and (max-width: 750px) {
  #pageCommon .public_cnt-3 .privatebooth-ibox {
    padding-block: 0;
    width: 40%;
  }
}
#pageCommon .public_borderbox {
  margin-top: 7rem;
  background: #fff;
  border: 1rem solid #97b0b5;
  padding: 4rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pageCommon .public_borderbox .ibox {
  width: 50%;
}
@media screen and (max-width: 750px) {
  #pageCommon .public_borderbox .ibox {
    width: 100%;
  }
}
#pageCommon .public_borderbox .tbox {
  width: 50%;
  padding-left: 4rem;
}
@media screen and (max-width: 750px) {
  #pageCommon .public_borderbox .tbox {
    width: 100%;
    margin-top: 5rem;
  }
}
#pageCommon .public_borderbox .tbox .p_sub {
  line-height: 1.4;
}
#pageCommon .public_borderbox .tbox .p_sub .bookmark {
  color: #fff;
  font-size: 2rem;
  font-family: "EB Garamond", serif;
  display: inline-block;
  clip-path: polygon(0% 0%, 100% 0, 90% 50%, 100% 100%, 0% 100%);
  background: #30616b;
  padding: 0.8rem;
  padding-right: 1.5rem;
  line-height: 0.7;
}
@media screen and (max-width: 750px) {
  #pageCommon .public_borderbox .tbox .p_sub .bookmark {
    font-size: 2.8rem;
    padding: 1rem;
    padding-right: 2.5rem;
  }
}
#pageCommon .public_borderbox .tbox .p_desc {
  margin-block: 1em;
  line-height: 1.3;
}
#pageCommon .eq_wrap {
  padding-bottom: 10rem;
}
#pageCommon .eq_wrap .p_lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: -0.05em;
}
#pageCommon .eq_guild {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-top: 6rem;
  row-gap: 10rem;
}
@media screen and (max-width: 750px) {
  #pageCommon .eq_guild {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 10rem;
  }
}
#pageCommon .eq_guild-box {
  padding-inline: 3rem;
}
#pageCommon .eq_guild-box .p_ttl4 {
  text-align: center;
  line-height: 1.4;
  min-height: 2.8em;
  margin-bottom: 1em;
}
#pageCommon .eq_guild-box .com-cap {
  text-shadow: none;
  color: #30616b;
}
#pageCommon .eq_guild-box figure + figure {
  margin-top: 9rem;
}
#pageCommon .eq_guild-box-2 figure {
  padding-inline: 5rem;
}
#pageCommon .eq_merits {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.2rem 1fr 3.2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  #pageCommon .eq_merits {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 80%;
    margin-inline: auto;
    margin-top: 10rem;
  }
}
#pageCommon .eq_merit {
  text-align: center;
}
#pageCommon .eq_merit .p_sub2 {
  line-height: 1.25;
  margin-top: 0.5em;
}
#pageCommon .eq_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.2rem 1fr 3.2rem 1fr 3.2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.5rem 3.2rem;
  margin-top: 8rem;
}
@media screen and (max-width: 750px) {
  #pageCommon .eq_list {
    margin-top: 10rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#pageCommon .eq_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#pageCommon .eq_item .p_sub {
  text-align: center;
  border-bottom: 1px solid currentColor;
  margin-bottom: 0.5em;
  line-height: 1.1;
  min-height: 2.6em;
  padding-bottom: 0.4em;
  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;
}
#pageCommon .eq_item .p_desc {
  line-height: 1.2857142857;
  margin-bottom: 10px;
}
#pageCommon .eq_item figure {
  margin-top: auto;
}
#pageQuality figure {
  position: relative;
}
#pageQuality main {
  font-family: "Zen Old Mincho", serif;
}
#pageQuality main .com-note {
  margin-top: 5px;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageQuality main .com-note {
    font-size: 1.4rem;
  }
}
#pageQuality main .com-cap-2 {
  text-shadow: none;
  padding: 0.2em 1em 0.3em;
  background: rgba(0, 0, 0, 0.3);
}
#pageQuality main .com-cap-2.bottom0 {
  bottom: 0;
  right: 0;
}
#pageQuality .p_sub.borderbottom {
  line-height: 1.1;
  padding-bottom: 0.5em;
  min-height: 2.7em;
  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;
  border-bottom: 1px solid currentColor;
}
#pageQuality .p_sub.borderbottom + .p_desc {
  margin-top: 1em;
}
#pageQuality .main_wrap {
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageQuality .main_wrap .main_img {
    height: 50vh;
  }
  #pageQuality .main_wrap .main_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right 20% top 50%;
       object-position: right 20% top 50%;
  }
}
#pageQuality .main_wrap .main_img .com-cap {
  z-index: 2;
}
#pageQuality .main_wrap .main_ttl {
  position: absolute;
  font-family: "EB Garamond", serif;
  font-size: 10rem;
  text-align: center;
  width: 100%;
  top: 5%;
  left: 0;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  #pageQuality .main_wrap .main_ttl {
    top: 5%;
  }
}
#pageQuality .zeh_lead {
  font-size: 3.5rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(18.61%, rgb(50, 148, 142)), color-stop(79.78%, rgb(60, 179, 170)));
  background: linear-gradient(90deg, rgb(50, 148, 142) 18.61%, rgb(60, 179, 170) 79.78%);
  text-align: center;
  color: #fff;
  font-weight: 400;
  padding: 1.1em;
  position: relative;
}
#pageQuality .zeh_lead::before {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: "";
  top: 5px;
  left: 5px;
  border: 1px solid #fff;
}
#pageQuality .zeh_lead span {
  font-size: 2.4rem;
}
#pageQuality .zeh_ttl {
  font-size: 2.4rem;
  text-align: center;
  color: #30616b;
  border-bottom: 1px solid currentColor;
  line-height: 2;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 750px) {
  #pageQuality .zeh_ttl {
    font-size: 3.36rem;
  }
}
#pageQuality .zeh_plan {
  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;
}
@media screen and (max-width: 750px) {
  #pageQuality .zeh_plan {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#pageQuality .zeh_plan .lbox {
  width: 30%;
}
@media screen and (max-width: 750px) {
  #pageQuality .zeh_plan .lbox {
    width: 50%;
  }
}
#pageQuality .zeh_plan .rbox {
  width: 66%;
}
@media screen and (max-width: 750px) {
  #pageQuality .zeh_plan .rbox {
    width: 100%;
    margin-top: 4rem;
  }
  #pageQuality .zeh_plan .rbox img {
    min-width: 500px;
  }
}
#pageQuality .zeh_merits {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .zeh_merits {
    width: 80%;
    margin-inline: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#pageQuality .zeh_merit .p_desc {
  margin-top: 1em;
}
#pageQuality .zeh_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: 6rem;
}
#pageQuality .zeh_box .ibox {
  width: 50%;
}
@media screen and (max-width: 750px) {
  #pageQuality .zeh_box .ibox {
    width: 100%;
  }
}
#pageQuality .zeh_box .tbox {
  width: 50%;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #e0ecf6;
  padding: 1rem 5.5rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .zeh_box .tbox {
    width: 100%;
    padding: 5rem 5rem;
  }
}
#pageQuality .zeh_box .tbox .p_desc {
  margin-top: 0.5em;
}
#pageQuality .zeh_box .tbox img {
  margin-top: 1.5rem;
}
#pageQuality .zeh_energy {
  margin-top: 6rem;
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  #pageQuality .zeh_energy {
    width: 72%;
  }
}
#pageQuality .zeh_energy .p_ttl2 {
  background-color: #00789e;
  color: #fff;
  text-align: center;
  padding: 0.3em 0;
}
#pageQuality .comfort_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem 1fr 5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .comfort_list {
    width: 80%;
    margin-inline: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#pageQuality .comfort_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#pageQuality .comfort_item .p_desc {
  margin: 1em 0;
}
#pageQuality .comfort_item figure {
  margin-top: auto;
}
#pageQuality .security_key {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2rem 1fr 1.2rem 1.3fr;
  grid-template-columns: 1fr 1fr 1.3fr;
  gap: 1.2rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .security_key {
    width: 80%;
    margin-inline: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#pageQuality .security_step {
  margin: 4rem auto 0;
}
@media screen and (min-width: 751px) {
  #pageQuality .security_step {
    width: 72%;
  }
}
#pageQuality .security_eqs {
  margin-top: 5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .security_eqs {
    width: 80%;
    margin-inline: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#pageQuality .security_eq .p_sub {
  line-height: 1.3;
  padding-bottom: 1em;
}
#pageQuality .smooth_intro img {
  min-width: 700px;
}
#pageQuality .support_wrap .bg_support {
  background: #f2f5f4;
  padding: 6rem 0;
}
#pageQuality .support_wrap .support_lead {
  width: 65rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #pageQuality .support_wrap .support_lead {
    width: 100%;
  }
}
#pageQuality .support_wrap .support_box {
  width: 100%;
  margin: 4rem 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;
}
@media screen and (max-width: 750px) {
  #pageQuality .support_wrap .support_box {
    margin-top: 2rem;
    width: 100%;
  }
}
#pageQuality .support_wrap .support_box .support_item {
  width: 32.83%;
}
@media screen and (max-width: 750px) {
  #pageQuality .support_wrap .support_box .support_item {
    width: 100%;
  }
}
#pageQuality .support_wrap .support_box .support_item-1 {
  width: 100%;
  padding: 0 20% 5%;
}
@media screen and (max-width: 750px) {
  #pageQuality .support_wrap .support_box .support_item-1 {
    padding-right: 0;
    border-bottom: 1px dotted #000;
  }
}
#pageQuality .support_wrap .support_box .support_item-2 {
  padding-top: 3%;
  padding-right: 1%;
  border-right: 1px dotted #000;
  border-top: 1px dotted #000;
}
@media screen and (max-width: 750px) {
  #pageQuality .support_wrap .support_box .support_item-2 {
    padding-top: 2%;
    padding-left: 0;
    border-right: none;
    border-bottom: 1px dotted #000;
  }
}
#pageQuality .support_wrap .support_box .support_item-3 {
  width: 34.33%;
  padding-top: 3%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  border-top: 1px dotted #000;
  border-right: 1px dotted #000;
}
@media screen and (max-width: 750px) {
  #pageQuality .support_wrap .support_box .support_item-3 {
    padding-top: 2%;
    padding-bottom: 5%;
    padding-right: 0;
    border-right: none;
    border-top: none;
    border-bottom: 1px dotted #000;
  }
}
#pageQuality .support_wrap .support_box .support_item-4 {
  padding-top: 3%;
  padding-left: 1%;
  border-top: 1px dotted #000;
}
@media screen and (max-width: 750px) {
  #pageQuality .support_wrap .support_box .support_item-4 {
    padding-top: 2%;
    padding-bottom: 5%;
    padding-left: 0;
    border-top: none;
  }
}
#pageQuality .support_wrap .neo_cnt {
  background-color: #fff;
  width: 90%;
  margin: 6rem auto 0;
  border: 1px solid #a71c20;
  padding: 4rem;
}
#pageQuality .support_wrap .neo_cnt + .com-note {
  width: 90%;
  margin: 2rem auto 0;
}
@media screen and (max-width: 750px) {
  #pageQuality .support_wrap .neo_cnt {
    width: 100%;
    padding: 0;
    border: none;
  }
}
#pageQuality .support_wrap .neo_cnt .neo_lead {
  width: 65rem;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .support_wrap .neo_cnt .neo_lead {
    width: 100%;
  }
}
#pageQuality .support_wrap .neo_cnt .neo_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .support_wrap .neo_cnt .neo_box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6rem;
  }
}
#pageQuality .support_wrap .neo_cnt .neo_item-3 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media screen and (max-width: 750px) {
  #pageQuality .support_wrap .neo_cnt .neo_item-3 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
#pageQuality .zeh_wrap,
#pageQuality .comfort_wrap,
#pageQuality .security_wrap {
  padding-bottom: 4rem;
}
#pagePlan figure {
  position: relative;
}
#pagePlan main {
  font-family: "Zen Old Mincho", serif;
}
#pagePlan main .com-note {
  margin-top: 5px;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pagePlan main .com-note {
    font-size: 1.4rem;
  }
}
#pagePlan main .com-cap.bottom0 {
  bottom: 0;
  right: 0;
}
#pagePlan main .com-cap-2 {
  text-shadow: none;
  padding: 0.2em 1em 0.3em;
  background: rgba(0, 0, 0, 0.3);
}
#pagePlan main .p_ttl4 + .p_desc {
  margin-top: 1em;
}
#pagePlan main sup {
  display: inline-block;
  -webkit-transform: translateY(-0.7em);
          transform: translateY(-0.7em);
}
#pagePlan .banner {
  position: relative;
}
#pagePlan .banner .txt {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
#pagePlan .banner .txt .p1 {
  font-family: "EB Garamond", serif;
  font-size: 10rem;
  letter-spacing: 0;
  margin-bottom: 0.3em;
}
#pagePlan .banner .txt .p2 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
#pagePlan .banner .txt .p2 + .p1 {
  margin-block: 0.3em 0;
}
#pagePlan .tag {
  color: #fff;
  line-height: 1.4;
  text-align: center;
  background: #44a0ae;
  margin-bottom: 1em;
}
#pagePlan .ep_cnt {
  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: 3rem;
}
@media screen and (max-width: 750px) {
  #pagePlan .ep_cnt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#pagePlan .ep_cnt .lbox {
  width: 44.5%;
}
@media screen and (max-width: 750px) {
  #pagePlan .ep_cnt .lbox {
    width: 80%;
  }
}
#pagePlan .ep_cnt .lbox .txt {
  padding: 1.5rem 4.5rem;
}
@media screen and (max-width: 750px) {
  #pagePlan .ep_cnt .lbox .txt {
    padding: 4rem 5rem;
  }
}
#pagePlan .ep_cnt .lbox .ep_name {
  font-size: 1.4rem;
  font-weight: 500;
  color: #30616b;
  margin-bottom: 0.7em;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pagePlan .ep_cnt .lbox .ep_name {
    font-size: 1.96rem;
  }
}
#pagePlan .ep_cnt .lbox .ep_name .s1 {
  font-size: 3.4rem;
}
@media screen and (max-width: 750px) {
  #pagePlan .ep_cnt .lbox .ep_name .s1 {
    font-size: 4.76rem;
  }
}
#pagePlan .ep_cnt .lbox .ep_name .s2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  #pagePlan .ep_cnt .lbox .ep_name .s2 {
    font-size: 2.1rem;
  }
}
#pagePlan .ep_cnt .lbox .ep_spec {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #pagePlan .ep_cnt .lbox .ep_spec {
    font-size: 1.68rem;
  }
}
#pagePlan .ep_cnt .lbox .ep_spec span {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  #pagePlan .ep_cnt .lbox .ep_spec span {
    font-size: 2.8rem;
  }
}
#pagePlan .ep_cnt .rbox {
  width: 48.5%;
}
@media screen and (max-width: 750px) {
  #pagePlan .ep_cnt .rbox {
    width: 100%;
  }
}
#pagePlan .ep_cnt .rbox .txt {
  background: #eaeff0;
  border-radius: 5px;
  padding: 2rem 4rem;
  margin-block: 3rem;
}
#pagePlan .ep_cnt .rbox .txt p {
  padding: 2rem;
  border-bottom: 1px solid currentColor;
  line-height: 1.5;
}
#pagePlan .ep_cnt .rbox .txt p:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}
#pagePlan .ep_cnt .rbox .txt p:first-child {
  padding-top: 0;
}
#pagePlan .p_tbox.w830 {
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  #pagePlan .p_tbox.w830 {
    width: 83rem;
  }
}
#pagePlan .p_tbox.w830 .p_sub {
  text-align: justify;
}
#pagePlan .main_wrap {
  position: relative;
}
@media screen and (max-width: 750px) {
  #pagePlan .main_wrap .main_img {
    height: 50vh;
  }
  #pagePlan .main_wrap .main_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
#pagePlan .main_wrap .main_img .com-cap {
  z-index: 3;
  bottom: 100px;
}
#pagePlan .main_wrap .main_ttl {
  position: absolute;
  font-family: "EB Garamond", serif;
  font-size: 9.5rem;
  width: 100%;
  text-align: center;
  top: 6rem;
  left: 0;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  #pagePlan .main_wrap .main_ttl {
    top: 20%;
  }
}
#pagePlan .plan_wrap {
  background: url(../img/plan/plan_bg.jpg) top -90px center/cover no-repeat, #bbeee6;
  padding-bottom: 10rem;
  margin-top: -1px;
}
@media screen and (max-width: 750px) {
  #pagePlan .plan_wrap {
    background-size: contain;
  }
}
#pagePlan .plan_wrap .p_lead {
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
}
#pagePlan .plan_wrap .p_lead.ls-005 {
  letter-spacing: -0.05em;
}
#pagePlan .plan_feature {
  background: url(../img/plan/plan_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
}
#pagePlan .plan_feature-cnt {
  width: 40%;
  background: linear-gradient(135deg, rgba(156, 208, 233, 0.65) 14.49%, rgba(255, 251, 235, 0.65) 70.76%, rgba(249, 234, 204, 0.65) 94.75%);
  padding: 1.5rem 5rem 3rem;
}
@media screen and (max-width: 750px) {
  #pagePlan .plan_feature-cnt {
    width: 100%;
    padding: 4rem 4rem 6rem;
  }
}
#pagePlan .plan_feature-cnt .p1 {
  color: #30616b;
  font-size: 3.5rem;
  text-align: center;
  line-height: 1.5;
}
#pagePlan .plan_feature-cnt ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
#pagePlan .plan_feature-cnt ul li {
  background: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 1em 0;
  letter-spacing: -0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#pagePlan .plan_feature-cnt ul li::before {
  position: absolute;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  content: "";
  top: 8px;
  left: 8px;
  border: 1px solid #af9147;
}
#pagePlan .plan_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.2rem 1fr 3.2rem 1fr 3.2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
  margin-top: 7rem;
}
@media screen and (max-width: 750px) {
  #pagePlan .plan_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#pagePlan .plan_item {
  background-color: #fff;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
  #pagePlan .plan_item {
    padding-bottom: 2.1rem;
  }
}
#pagePlan .plan_name {
  color: #30616b;
  font-size: 1.4rem;
  text-align: center;
  background: linear-gradient(140deg, rgb(156, 208, 233) 0%, rgb(255, 251, 235) 36.88%, rgb(255, 251, 235) 68.69%, rgb(249, 234, 204) 100%);
  padding: 0.5em 0;
}
@media screen and (max-width: 750px) {
  #pagePlan .plan_name {
    font-size: 1.96rem;
  }
}
#pagePlan .plan_name span {
  font-size: 3.4rem;
}
@media screen and (max-width: 750px) {
  #pagePlan .plan_name span {
    font-size: 4.76rem;
  }
}
#pagePlan .plan_layout {
  color: #30616b;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 0.7em;
}
@media screen and (max-width: 750px) {
  #pagePlan .plan_layout {
    font-size: 2.1rem;
  }
}
#pagePlan .plan_layout span {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  #pagePlan .plan_layout span {
    font-size: 2.8rem;
  }
}
#pagePlan .plan_spec {
  font-size: 1.2rem;
  text-align: center;
  color: #30616b;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  #pagePlan .plan_spec {
    font-size: 1.68rem;
  }
}
#pagePlan .plan_spec span {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  #pagePlan .plan_spec span {
    font-size: 2.8rem;
  }
}
#pagePlan .plan_madori, #pagePlan .plan_view {
  width: calc(100% - 3.6rem);
  margin-inline: auto;
}
#pagePlan .plan_view {
  font-size: 1.4rem;
  text-align: center;
  font-family: "EB Garamond", serif;
  color: #af9147;
  border: 1px solid currentColor;
  text-align: center;
  display: block;
  margin-top: 1em;
  padding: 0.5em 0;
}
@media screen and (max-width: 750px) {
  #pagePlan .plan_view {
    font-size: 1.96rem;
  }
}
#pagePlan .plan_limited {
  background: #5b90b4;
  margin-top: 5rem;
  padding: 3rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  #pagePlan .plan_limited {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#pagePlan .plan_limited .p_lead {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-bottom: 0.5em;
  width: 100%;
}
#pagePlan .plan_limited .img {
  width: 46.5rem;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 750px) {
  #pagePlan .plan_limited .img {
    width: 100%;
    margin-block: 5rem;
  }
}
#pagePlan .plan_limited a {
  display: block;
  background-color: #af9147;
  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: 37rem;
  height: 8rem;
  font-size: 2.5rem;
  letter-spacing: 0;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pagePlan .plan_limited a {
    margin: 0 auto;
    width: 51.8rem;
    height: 11.2rem;
    font-size: 3.5rem;
    padding: 4rem 2rem;
  }
}
#pagePlan .plan_limited a::before {
  position: absolute;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  content: "";
  top: 8px;
  left: 8px;
  border: 1px solid #fff;
}
#pagePlan .atelier_imgs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.2rem 1fr 3.2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  margin-top: 6rem;
  padding-bottom: 4rem;
  position: relative;
}
#pagePlan .custom_ins {
  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-inline: auto;
  -webkit-column-gap: 8%;
     -moz-column-gap: 8%;
          column-gap: 8%;
  row-gap: 5rem;
}
@media screen and (min-width: 751px) {
  #pagePlan .custom_ins {
    width: 83rem;
  }
}
@media screen and (max-width: 750px) {
  #pagePlan .custom_ins {
    width: 80%;
  }
}
#pagePlan .custom_ins-item {
  width: 46%;
}
@media screen and (max-width: 750px) {
  #pagePlan .custom_ins-item {
    width: 100%;
  }
}
#pagePlan .custom_ins-item .p_desc {
  letter-spacing: 0.1em;
  margin-top: 1em;
}
#pagePlan .utility_wrap .p_tbox .p_lead {
  line-height: 1;
}
#pagePlan .utility_wrap .p_tbox .p_sub {
  text-align: justify;
}
#pagePlan .utility_wrap .p_tbox .p_sub img {
  float: left;
  width: 10rem;
  margin-inline: 3rem;
}
#pagePlan .utility_cnt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.2rem 1.3203125fr 3.2rem 1.3203125fr;
  grid-template-columns: 1fr 1.3203125fr 1.3203125fr;
  gap: 3.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 750px) {
  #pagePlan .utility_cnt {
    width: 70%;
    margin-inline: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#pagePlan .kitchen_equips {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.2rem 1fr 3.2rem 1fr 3.2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem 3.2rem;
}
#pagePlan .kitchen_equips > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#pagePlan .kitchen_equips > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#pagePlan .kitchen_equips > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
#pagePlan .kitchen_equips > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media screen and (max-width: 750px) {
  #pagePlan .kitchen_equips {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#pagePlan .kitchen_equip .p_desc2 {
  line-height: 1.3;
  margin-top: 1em;
}
#pagePlan .kitchen_equip-1 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 3;
  grid-row: span 3;
}
#pagePlan .kitchen_equip-1 .com-cap.clr-b {
  right: 15%;
}
@media screen and (max-width: 750px) {
  #pagePlan .kitchen_equip-1 .com-cap.clr-b {
    right: 25%;
  }
}
#pagePlan .kitchen_equip-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
#pagePlan .entrance_wrap .ep_cnt .lbox,
#pagePlan .entrance_wrap .ep_cnt .rbox {
  width: 50%;
}
@media screen and (max-width: 750px) {
  #pagePlan .entrance_wrap .ep_cnt .lbox {
    width: 80%;
  }
}
#pagePlan .entrance_wrap .ep_cnt .lbox .ep_madori {
  width: 58%;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  #pagePlan .entrance_wrap .ep_cnt .lbox .ep_madori {
    width: 80%;
  }
}
#pagePlan .entrance_wrap .ep_cnt .lbox .txt {
  padding-inline: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  #pagePlan .entrance_wrap .ep_cnt .rbox {
    width: 100%;
  }
}
#pagePlan .entrance_wrap .ep_cnt .rbox .ep_img1 {
  padding-inline: 5rem;
  margin-bottom: 4.5rem;
}
#pagePlan .entrance_wrap .ep_cnt .rbox .closet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#pagePlan .entrance_wrap .ep_cnt .rbox .closet_lbox {
  width: 28%;
}
#pagePlan .entrance_wrap .ep_cnt .rbox .closet_lbox .p_desc2 {
  letter-spacing: -0.05em;
  line-height: 1.3;
}
#pagePlan .entrance_wrap .ep_cnt .rbox .closet_lbox figure {
  margin-block: 1rem;
}
#pagePlan .entrance_wrap .ep_cnt .rbox .closet_lbox .p_desc {
  letter-spacing: -0.05em;
  line-height: 1.3;
}
#pagePlan .entrance_wrap .ep_cnt .rbox .closet_rbox {
  width: 70%;
}
#pagePlan .equip_wrap {
  background: #f5f2e9;
  padding-bottom: 10rem;
}
#pagePlan .equip_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.2rem 1fr 3.2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media screen and (max-width: 750px) {
  #pagePlan .equip_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5rem;
  }
}
#pagePlan .equip_item {
  text-align: center;
}
#pagePlan .equip_item.lowe {
  position: relative;
}
#pagePlan .equip_item.lowe::before {
  position: absolute;
  width: 6rem;
  height: 6rem;
  content: "";
  background: url(../img/plan/low_e-eco.png) center/cover no-repeat;
  mix-blend-mode: multiply;
  right: 0;
}
#pagePlan .equip_item p {
  line-height: 1.3;
}
#pagePlan .equip_item .p_ttl2 {
  line-height: 1;
  padding-block: 0.5em 1em;
  position: relative;
}
#pagePlan .equip_item .p_ttl2 .com-note {
  position: absolute;
  width: 100%;
  display: inline-block;
  text-align: center;
  left: 0;
  bottom: 0.7em;
}
#pagePlan .atelier_wrap,
#pagePlan .custom_wrap,
#pagePlan .utility_wrap,
#pagePlan .kitchen_wrap,
#pagePlan .entrance_wrap {
  padding-bottom: 7rem;
}
#pagePlan .certification {
  width: 50rem;
  margin: 7rem auto;
}
#pageBrand.renew .f-note {
  display: none;
}
#pageBrand.renew main {
  background: #fff;
}
#pageBrand.renew main * {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 16px;
}
#pageBrand.renew main img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew main {
    margin-top: 70px;
  }
}
#pageBrand.renew header {
  top: 0;
}
#pageBrand.renew .top_wrap {
  padding: 30px 0;
  margin-bottom: 30px;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}
#pageBrand.renew .top_wrap p {
  font-family: Helvetica, "Arial", sans-serif;
  text-align: center;
}
#pageBrand.renew .top_wrap p.t1 {
  font-size: 60px;
  letter-spacing: 0.2em;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .top_wrap p.t1 {
    font-size: 9.33333331vw;
    font-size: clamp(10px, 9.33333331vw, 60px);
  }
}
#pageBrand.renew .top_wrap p.t2 {
  font-weight: bold;
}
#pageBrand.renew .brand2_ttl {
  position: relative;
  max-width: 800px;
  margin: 0 auto 60px;
}
#pageBrand.renew .brand2_ttl p {
  color: #4d4d4d;
  font-size: 29px;
  padding-top: 5px;
  font-family: Helvetica, "Arial", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .brand2_ttl p {
    font-size: clamp(10px, 5.199999987vw, 29px);
  }
}
#pageBrand.renew .brand2_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 10px;
  background: #da0018;
}
#pageBrand.renew .brand2_ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 5px;
  height: 10px;
  background: #727171;
}
#pageBrand.renew .brand2_txt {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .brand2_txt {
    font-size: clamp(10px, 4.666666655vw, 25px);
  }
}
#pageBrand.renew .concept_wrap {
  padding: 60px 0;
}
#pageBrand.renew .concept_wrap figure {
  margin: 0 auto 40px;
  width: 90%;
  max-width: 440px;
}
#pageBrand.renew .concept_wrap p {
  max-width: 680px;
  margin: 0 auto;
  font-weight: 600;
  text-align: center;
}
#pageBrand.renew .concept_wrap p.t1 {
  font-size: 34px;
  margin-bottom: 25px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .concept_wrap p.t1 {
    font-size: 5.866666652vw;
    font-size: clamp(10px, 5.866666652vw, 34px);
  }
}
#pageBrand.renew .concept_wrap p.t2 {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .concept_wrap p.t2 {
    font-size: clamp(10px, 3.733333324vw, 18px);
  }
}
#pageBrand.renew .brand_wrap {
  background: #f5f5f5;
  padding-bottom: 100px;
}
#pageBrand.renew .brand_wrap .c-sectionin {
  padding-top: 0;
}
#pageBrand.renew .brand_wrap .brand_point {
  max-width: 950px;
  margin: 0 auto;
}
#pageBrand.renew .brand_wrap .brand_point_bg {
  position: relative;
  z-index: 1;
}
#pageBrand.renew .brand_wrap .brand_point_tbox {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}
#pageBrand.renew .brand_wrap .brand_point_tbox figure {
  margin-bottom: 60px;
  max-width: 440px;
}
#pageBrand.renew .brand_wrap .brand_point_tbox p {
  text-align: center;
  font-size: 25px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .brand_wrap .brand_point_tbox p {
    font-size: clamp(10px, 4.666666655vw, 25px);
  }
}
#pageBrand.renew .brand_wrap .brand_point_tbox p span {
  color: #da0018;
  font-size: 25px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .brand_wrap .brand_point_tbox p span {
    font-size: clamp(10px, 4.666666655vw, 25px);
  }
}
#pageBrand.renew .brand_wrap .brand_point_list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  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;
  z-index: 3;
}
#pageBrand.renew .brand_wrap .brand_point_list li {
  width: 33%;
  position: relative;
}
#pageBrand.renew .brand_wrap .brand_point_list li a {
  position: absolute;
  bottom: 8%;
  left: 23%;
  text-align: center;
  width: 50%;
  display: block;
  background: #da0018;
  color: #fff;
  padding: 10px 0;
  cursor: pointer;
}
#pageBrand.renew .brand_wrap .brand_point_list li a::before {
  content: "";
  position: absolute;
  right: 5%;
  width: 21px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  margin: 12px 10px 10px;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .brand_wrap {
    padding-bottom: 0;
  }
  #pageBrand.renew .brand_wrap .brand_point_bg {
    position: relative;
    z-index: 1;
  }
  #pageBrand.renew .brand_wrap .brand_point_tbox {
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 2;
  }
  #pageBrand.renew .brand_wrap .brand_point_tbox figure {
    margin-bottom: 10px;
    width: 60%;
  }
  #pageBrand.renew .brand_wrap .brand_point_tbox p {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #pageBrand.renew .brand_wrap .brand_point_tbox p {
    font-size: clamp(10px, 3.99999999vw, 20px);
  }
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .brand_wrap .brand_point_tbox p span {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #pageBrand.renew .brand_wrap .brand_point_tbox p span {
    font-size: clamp(10px, 3.99999999vw, 20px);
  }
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .brand_wrap .brand_point_list {
    position: relative;
    bottom: inherit;
    left: inherit;
    -webkit-transform: translateY(-22%);
            transform: translateY(-22%);
    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;
  }
  #pageBrand.renew .brand_wrap .brand_point_list li {
    width: 48%;
    position: relative;
  }
  #pageBrand.renew .brand_wrap .brand_point_list li a {
    position: absolute;
    bottom: 10%;
    left: 12%;
    width: 70%;
    padding: 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #pageBrand.renew .brand_wrap .brand_point_list li a {
    font-size: clamp(10px, 3.066666659vw, 13px);
  }
}
#pageBrand.renew .pop_btn:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#pageBrand.renew .gallery_wrap {
  background: #fff;
  padding-bottom: 100px;
}
#pageBrand.renew .gallery_wrap .c-sectionin {
  padding-top: 0;
}
#pageBrand.renew .gallery_wrap .pickup_box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 5%;
}
#pageBrand.renew .gallery_wrap .pickup_box .movie_area .btn_box {
  margin: 70px auto 0;
  width: 70%;
}
#pageBrand.renew .gallery_wrap .pickup_box .movie_area .btn_box p {
  margin-bottom: 10px;
  font-weight: 600;
}
#pageBrand.renew .gallery_wrap .pickup_box .movie_area .btn_box .btn {
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .gallery_wrap .pickup_box {
    width: 90%;
    padding: 10% 8%;
  }
  #pageBrand.renew .gallery_wrap .pickup_box .movie_area .btn_box {
    margin-top: 50px;
    width: 100%;
  }
}
#pageBrand.renew .company_wrap {
  background: #f5f5f5;
  padding-bottom: 100px;
}
#pageBrand.renew .company_wrap .c-sectionin {
  padding-top: 0;
}
#pageBrand.renew .company_wrap .logo_company {
  width: 26%;
  max-width: 340px;
  margin: 0 auto;
}
#pageBrand.renew .company_wrap .pickup_wrap {
  margin: 80px auto 70px;
}
#pageBrand.renew .company_wrap .pickup_wrap .brand2_txt {
  margin-bottom: 40px;
}
#pageBrand.renew .company_wrap .mansion {
  padding-top: 4rem;
}
#pageBrand.renew .company_wrap .mansion_list {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .company_wrap .mansion_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#pageBrand.renew .company_wrap .mansion_list li {
  width: 32%;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .company_wrap .mansion_list li {
    width: 49%;
    margin-bottom: 2rem;
  }
  #pageBrand.renew .company_wrap .mansion_list li:first-child {
    margin-right: 2%;
  }
}
#pageBrand.renew .company_wrap .mansion_list li P {
  text-align: center;
  margin-top: 5px;
}
#pageBrand.renew .company_wrap .train_img {
  width: 56%;
  margin: 0 auto 110px;
}
#pageBrand.renew .company_wrap .train_img .caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .company_wrap .train_img .caption {
    font-size: clamp(10px, 2.66666666vw, 10px);
  }
}
#pageBrand.renew .company_wrap .eco_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;
  width: 100%;
  max-width: 650px;
  margin: 0 auto 45px;
}
#pageBrand.renew .company_wrap .eco_area .pickup_2 {
  width: 50%;
  font-weight: 600;
}
#pageBrand.renew .company_wrap .eco_area .eco_img {
  width: 23%;
}
#pageBrand.renew .company_wrap .eco_area .eco_img img {
  width: 100%;
}
#pageBrand.renew .company_wrap .eco_icon {
  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: 90%;
  max-width: 650px;
  margin: 30px auto 0;
}
#pageBrand.renew .company_wrap .eco_icon li {
  width: 23%;
  margin-bottom: 5px;
}
#pageBrand.renew .company_wrap .result_img {
  width: 56%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .company_wrap .logo_company {
    width: 70%;
  }
  #pageBrand.renew .company_wrap .train_img {
    width: 80%;
  }
  #pageBrand.renew .company_wrap .eco_area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
  }
  #pageBrand.renew .company_wrap .eco_area .eco_img {
    width: 40%;
  }
  #pageBrand.renew .company_wrap .eco_img {
    width: 80%;
  }
  #pageBrand.renew .company_wrap .eco_icon {
    width: 80%;
  }
  #pageBrand.renew .company_wrap .eco_icon li {
    width: 48%;
  }
  #pageBrand.renew .company_wrap .result_img {
    width: 90%;
  }
}
#pageBrand.renew .award_wrap {
  background: #fff;
  padding-bottom: 100px;
}
#pageBrand.renew .award_wrap .c-sectionin {
  padding-top: 0;
}
#pageBrand.renew .award_wrap .award_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;
  margin: 3rem auto 5rem;
  width: 90%;
  max-width: 600px;
}
#pageBrand.renew .award_wrap .award_list li {
  width: 46%;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .award_wrap .award_list {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #pageBrand.renew .award_wrap .award_list li {
    width: 48%;
    margin-bottom: 10px;
  }
}
#pageBrand.renew .award_wrap .btn_red {
  width: 66%;
  background-color: #da0018;
  color: #fff;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  padding: 10px 0;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .award_wrap .btn_red {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}
#pageBrand.renew .award_wrap .btn_red::before {
  content: "";
  position: absolute;
  right: 30%;
  width: 28px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  margin: 12px 10px 10px;
}
#pageBrand.renew .award_wrap .btn_red:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#pageBrand.renew .award_wrap .btn_white {
  width: 100%;
  max-width: 750px;
  background-color: #fff;
  color: #da0018;
  display: block;
  text-align: center;
  margin: 75px auto 0;
  font-size: 16px;
  padding: 15px 0;
  border: solid 1px #da0018;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .award_wrap .btn_white {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}
#pageBrand.renew .award_wrap .btn_white::before {
  content: "";
  position: absolute;
  right: 30%;
  width: 28px;
  height: 7px;
  border-bottom: 1px solid #da0018;
  border-right: 1px solid #da0018;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  margin: 12px 10px 10px;
}
#pageBrand.renew .award_wrap .btn_white:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .award_wrap .btn_red {
    width: 90%;
  }
  #pageBrand.renew .award_wrap .btn_red::before {
    right: 22%;
    margin: 8px 10px 10px;
  }
  #pageBrand.renew .award_wrap .btn_white {
    margin: 50px auto;
  }
  #pageBrand.renew .award_wrap .btn_white::before {
    content: "";
    right: 19%;
    margin: 22px 10px 10px;
  }
}
#pageBrand.renew .pickup_wrap .pickup_ttl {
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .pickup_wrap .pickup_ttl {
    font-size: clamp(10px, 4.666666655vw, 25px);
  }
}
#pageBrand.renew .pickup_wrap .pickup_t1 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #da0018;
  border-bottom: 2px solid #da0018;
  border-top: 2px solid #da0018;
  margin: 0 auto 25px;
  padding: 10px 0;
  width: 66%;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .pickup_wrap .pickup_t1 {
    font-size: clamp(10px, 3.99999999vw, 20px);
  }
}
#pageBrand.renew .pickup_wrap .pickup_t2 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .pickup_wrap .pickup_t2 {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}
#pageBrand.renew .pickup_box {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  padding: 10% 8%;
}
#pageBrand.renew .pickup_box .voice_area {
  width: 86%;
  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: 80px auto 36px;
}
#pageBrand.renew .pickup_box .voice_area .img_1 {
  width: 32%;
}
#pageBrand.renew .pickup_box .voice_area .img_2 {
  width: 24%;
}
#pageBrand.renew .pickup_box .voice_area .txt_box {
  width: 68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageBrand.renew .pickup_box .voice_area .txt_box .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;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pageBrand.renew .pickup_box .voice_area .txt_box .ttl .ttl_1 {
  font-size: 18px;
  text-align: center;
  display: inline-block;
  width: 22%;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .pickup_box .voice_area .txt_box .ttl .ttl_1 {
    font-size: clamp(10px, 3.733333324vw, 18px);
  }
}
#pageBrand.renew .pickup_box .voice_area .txt_box .ttl .ttl_1 span {
  font-size: 10px;
  font-weight: 100;
}
#pageBrand.renew .pickup_box .voice_area .txt_box .ttl .sen {
  width: 8%;
  height: 1px;
  background: #afafaf;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
#pageBrand.renew .pickup_box .voice_area .txt_box .ttl .ttl_2 {
  font-size: 23px;
  display: inline-block;
  width: 70%;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .pickup_box .voice_area .txt_box .ttl .ttl_2 {
    font-size: clamp(10px, 4.399999989vw, 23px);
  }
}
#pageBrand.renew .pickup_box .voice_area .txt_box .txt {
  font-size: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .pickup_box .voice_area .txt_box .txt {
    font-size: clamp(10px, 2.933333326vw, 12px);
  }
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .pickup_box .voice_area {
    width: 90%;
  }
  #pageBrand.renew .pickup_box .voice_area .img_1 {
    width: 100%;
  }
  #pageBrand.renew .pickup_box .voice_area .img_2 {
    width: 100%;
  }
  #pageBrand.renew .pickup_box .voice_area .txt_box {
    width: 100%;
  }
  #pageBrand.renew .pickup_box .voice_area .txt_box .ttl {
    width: 100%;
  }
  #pageBrand.renew .pickup_box .voice_area .txt_box .ttl .ttl_1 {
    width: 100%;
  }
  #pageBrand.renew .pickup_box .voice_area .txt_box .ttl .sen {
    display: none;
  }
  #pageBrand.renew .pickup_box .voice_area .txt_box .ttl .ttl_2 {
    width: 100%;
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #pageBrand.renew .pickup_box .voice_area .txt_box .ttl .ttl_2 {
    font-size: clamp(10px, 3.99999999vw, 20px);
  }
}
#pageBrand.renew .pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.4);
  z-index: 99999;
}
#pageBrand.renew .pop_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.4);
}
#pageBrand.renew .pop_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 900px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5% 3%;
}
#pageBrand.renew .pop_inner_close {
  position: absolute;
  top: 6%;
  right: 1%;
}
#pageBrand.renew .pop_inner_close span {
  display: block;
  width: 60px; /*枠の大きさ*/
  height: 60px; /*枠の大きさ*/
  position: relative;
  cursor: pointer;
}
#pageBrand.renew .pop_inner_close span hr {
  display: block;
  margin: 0;
  border: none;
  width: 60px; /*バツ線の長さ*/
  height: 2px; /*バツ線の太さ*/
  background: #000;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  position: absolute;
  top: 12px;
  left: 25%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#pageBrand.renew .pop_inner_close span hr:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 55%;
}
#pageBrand.renew .pop_inner_close span hr:nth-of-type(2) {
  top: 12px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 55%;
}
#pageBrand.renew .pop_inner_close:hover span hr {
  width: 120px;
}
#pageBrand.renew .pop_inner_close:hover span hr:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(25deg);
          transform: translate(-50%, -50%) rotate(25deg);
  width: 100%;
}
#pageBrand.renew .pop_inner_close:hover span hr:nth-of-type(2) {
  top: 12px;
  -webkit-transform: translate(-50%, -50%) rotate(-25deg);
          transform: translate(-50%, -50%) rotate(-25deg);
  width: 100%;
}
#pageBrand.renew .pop_inner_video {
  margin: 20px 0;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#pageBrand.renew .pop_inner_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#pageBrand.renew .pop_inner_ttl {
  width: 30%;
  border-right: 1px solid #afafaf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8% 3% 8% 0;
}
#pageBrand.renew .pop_inner_txt {
  width: 65%;
}
#pageBrand.renew .pop_inner_txt p {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .pop_inner_txt p {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}
#pageBrand.renew .pop_inner_txt figure {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  #pageBrand.renew .pop_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%;
    max-width: 900px;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5% 3%;
  }
  #pageBrand.renew .pop_inner_close {
    right: -3%;
  }
  #pageBrand.renew .pop_inner_close span {
    display: block;
  }
  #pageBrand.renew .pop_inner_ttl {
    width: 50%;
    margin: 0 auto;
    border-bottom: 1px solid #afafaf;
    border-right: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3% 0 3% 0;
  }
  #pageBrand.renew .pop_inner_txt {
    width: 100%;
    padding-top: 3%;
  }
}

#movie_popup2,
#movie_popup1 {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#movie_popup2.show,
#movie_popup1.show {
  pointer-events: auto;
  opacity: 1;
}
#movie_popup2 .bg,
#movie_popup1 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
#movie_popup2 .bg iframe,
#movie_popup1 .bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 58vw;
  height: 32.625vw;
}
@media screen and (max-width: 750px) {
  #movie_popup2 .bg iframe,
  #movie_popup1 .bg iframe {
    width: 90vw;
    height: 50.625vw;
  }
}
#movie_popup2 .bg .js-popclose,
#movie_popup1 .bg .js-popclose {
  position: absolute;
  top: 10%;
  right: 15%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  color: #fff;
  background-color: #2d2d2d;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#movie_popup2 .bg .js-popclose p,
#movie_popup1 .bg .js-popclose p {
  font-size: 40px;
  top: 0;
}
@media screen and (max-width: 750px) {
  #movie_popup2 .bg .js-popclose,
  #movie_popup1 .bg .js-popclose {
    top: 27%;
    right: 4.6%;
    width: 40px;
    height: 40px;
  }
  #movie_popup2 .bg .js-popclose p,
  #movie_popup1 .bg .js-popclose p {
    font-size: 30px;
    top: 0;
  }
}
#movie_popup2 .bg .js-popclose:hover,
#movie_popup1 .bg .js-popclose:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}
#movie_popup2 .footer .f_tel,
#movie_popup1 .footer .f_tel {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#movie_popup2 .footer .f_tel img,
#movie_popup1 .footer .f_tel img {
  width: auto;
  height: 38px;
}
@media screen and (max-width: 584px) {
  #movie_popup2 .footer .f_tel img,
  #movie_popup1 .footer .f_tel img {
    height: initial;
    width: 100%;
  }
}
#movie_popup2 .footer .f_tel a,
#movie_popup1 .footer .f_tel a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 10px auto 0;
}
#movie_popup2 .footer .f_tel .data,
#movie_popup1 .footer .f_tel .data {
  font-size: 12px;
  line-height: 1.4em;
}
#movie_popup2 .footer .f_tel .info,
#movie_popup1 .footer .f_tel .info {
  padding: 20px 5px 25px;
  max-width: 400px;
  margin: 20px auto 20px;
  border: 1px solid #000;
}
#movie_popup2 .footer .f_tel .info p,
#movie_popup1 .footer .f_tel .info p {
  font-size: 16px;
}
@media screen and (max-width: 584px) {
  #movie_popup2 .footer .f_tel .info p,
  #movie_popup1 .footer .f_tel .info p {
    font-size: 3.6vw;
  }
}
#movie_popup2 .footer .f_tel .info p span,
#movie_popup1 .footer .f_tel .info p span {
  font-size: 16px;
}
@media screen and (max-width: 584px) {
  #movie_popup2 .footer .f_tel .info p span,
  #movie_popup1 .footer .f_tel .info p span {
    font-size: 4.6vw;
  }
}
#movie_popup2 .footer .f_logo,
#movie_popup1 .footer .f_logo {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  text-align: center;
}
#movie_popup2 .footer .f_logo li,
#movie_popup1 .footer .f_logo li {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  margin-right: 10px;
  margin-left: 10px;
}
#movie_popup2 .footer .f_logo li img,
#movie_popup1 .footer .f_logo li img {
  width: auto;
  height: 100%;
}
#movie_popup2 .footer .f_logo li.logo1,
#movie_popup1 .footer .f_logo li.logo1 {
  height: 60px;
}
@media screen and (max-width: 584px) {
  #movie_popup2 .footer .f_logo li.logo1,
  #movie_popup1 .footer .f_logo li.logo1 {
    height: 54px;
  }
}
#movie_popup2 .footer .f_logo li.logo2,
#movie_popup1 .footer .f_logo li.logo2 {
  display: none;
}
@media screen and (max-width: 584px) {
  #movie_popup2 .footer .f_logo li.logo2,
  #movie_popup1 .footer .f_logo li.logo2 {
    height: 60px;
    margin-top: 20px;
  }
}

#pageType figure {
  position: relative;
}
#pageType main {
  font-family: "Zen Old Mincho", serif;
}
#pageType main .com-note {
  margin-top: 5px;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  #pageType main .com-note {
    font-size: 1.4rem;
  }
}
#pageType .w80 {
  width: 80%;
  margin-inline: auto;
}
#pageType .type_wrap {
  padding: 5rem 0;
  background: url(../img/type/bg_1.jpg) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  #pageType .type_wrap {
    padding: 10rem 0;
  }
}
#pageType .type_wrap.special {
  background: url(../img/type/bg_2.jpg) center/cover no-repeat;
}
#pageType .type_wrap.special .type_cnt {
  -o-border-image: linear-gradient(140deg, rgb(84, 63, 26) 0%, rgb(191, 169, 76) 24.36%, rgb(84, 63, 26) 67.12%, rgb(191, 169, 76) 100%) 1 0 0 0;
     border-image: linear-gradient(140deg, rgb(84, 63, 26) 0%, rgb(191, 169, 76) 24.36%, rgb(84, 63, 26) 67.12%, rgb(191, 169, 76) 100%) 1 0 0 0;
}
#pageType .type_wrap.special .type_name {
  background: -webkit-gradient(linear, left top, right top, from(rgb(122, 90, 38)), color-stop(94.33%, rgb(184, 159, 57)));
  background: linear-gradient(90deg, rgb(122, 90, 38) 0%, rgb(184, 159, 57) 94.33%);
}
#pageType .type_cnt {
  border-top: 10px solid transparent;
  -o-border-image: linear-gradient(140deg, rgb(156, 208, 233) 0%, rgb(255, 251, 235) 36.88%, rgb(255, 251, 235) 68.69%, rgb(249, 234, 204) 100%) 1 0 0 0;
     border-image: linear-gradient(140deg, rgb(156, 208, 233) 0%, rgb(255, 251, 235) 36.88%, rgb(255, 251, 235) 68.69%, rgb(249, 234, 204) 100%) 1 0 0 0;
  background: #fff;
  padding: 4rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #pageType .type_cnt {
    padding: 6rem 5rem;
  }
}
#pageType .type_tbox {
  width: 47.5%;
}
@media screen and (max-width: 750px) {
  #pageType .type_tbox {
    width: 100%;
  }
}
#pageType .type_tbox .p_sub2 {
  text-align: center;
  border: 1px solid currentColor;
  padding: 0.3em 0;
  margin-top: 3em;
  letter-spacing: 0;
}
#pageType .type_head {
  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;
  border-bottom: 1px solid #af9147;
  margin-bottom: 2rem;
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  #pageType .type_head {
    margin-bottom: 3rem;
  }
}
#pageType .type_name {
  background-color: #af9147;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.3;
  padding: 0 1em;
}
@media screen and (max-width: 750px) {
  #pageType .type_name {
    font-size: 1.82rem;
  }
}
#pageType .type_name span {
  font-size: 3.6rem;
}
@media screen and (max-width: 750px) {
  #pageType .type_name span {
    font-size: 5.04rem;
  }
}
#pageType .type_layout {
  color: #30616b;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  #pageType .type_layout {
    font-size: 3.5rem;
  }
}
#pageType .type_layout .s1 {
  font-size: 4rem;
}
@media screen and (max-width: 750px) {
  #pageType .type_layout .s1 {
    font-size: 5.6rem;
  }
}
#pageType .type_layout .s2 {
  font-size: 3rem;
}
@media screen and (max-width: 750px) {
  #pageType .type_layout .s2 {
    font-size: 4.2rem;
  }
}
#pageType .type_spec {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #30616b;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  #pageType .type_spec {
    font-size: 1.68rem;
  }
}
#pageType .type_spec + .type_spec {
  margin-top: 1em;
}
#pageType .type_spec .s1 {
  font-size: 4rem;
}
@media screen and (max-width: 750px) {
  #pageType .type_spec .s1 {
    font-size: 5.6rem;
  }
}
#pageType .type_spec .s2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 750px) {
  #pageType .type_spec .s2 {
    font-size: 3.36rem;
  }
}
#pageType .type_equips {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-block: 2rem 5rem;
}
#pageType .type_btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #pageType .type_btns {
    margin-top: 4rem;
  }
}
#pageType .type_btn {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border: 1px solid #af9147;
  background: #af9147;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  padding: 0.6em 0;
  display: block;
}
@media screen and (max-width: 750px) {
  #pageType .type_btn {
    font-size: 1.6rem;
  }
}
#pageType .type_btn:hover {
  color: #af9147;
  background: #fff;
}
#pageType .type_btn.btn_print {
  color: #af9147;
  background: #fff;
}
#pageType .type_btn.btn_print:hover {
  background: #af9147;
  color: #fff;
}
#pageType .type_ibox {
  width: 47.5%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) {
  #pageType .type_ibox {
    width: 100%;
    margin-top: 5rem;
  }
}
#pageType .type_madori {
  margin: 0 auto;
  --width: 425;
  width: calc(1% * var(--width) / 425 * 100);
}
@media screen and (max-width: 750px) {
  #pageType .type_madori {
    margin-bottom: 3rem;
  }
}
#pageType .type_madori.ae {
  --width: 295;
}
#pageType .type_madori.ca {
  --width: 275;
}
#pageType .type_madori.da {
  --width: 298;
}
#pageType .type_madori.cf {
  --width: 280;
}
#pageType .type_madori.ba {
  --width: 292;
}
#pageType .type_madori.ber {
  --width: 432;
}
#pageType .type_madori.dcg {
  --width: 246;
}
#pageType .type_note {
  width: 34.3rem;
}
@media screen and (max-width: 750px) {
  #pageType .type_note {
    width: 48.02rem;
  }
}
#pageType .type_notebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  margin-top: 3rem;
}
#pageType .type_notebox img {
  margin-top: 5px;
}
#pageType .type_note {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print {
  #pageType main {
    padding-top: 0;
  }
  #pageType .main_wrap,
  #pageType .btn_back,
  #pageType .btn_next,
  #pageType .btn_wrap,
  #pageType header,
  #pageType nav,
  #pageType footer {
    display: none !important;
  }
  #pageType .type_btns {
    display: none !important;
  }
  #pageType .com-content {
    width: 100%;
    max-width: unset;
  }
  #pageType ._sp {
    display: none;
  }
  #pageType .type_ttl {
    background: #ddd;
  }
}
#pageType.LimitedPlan .main_wrap {
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageType.LimitedPlan .main_wrap .main_img {
    height: 50vh;
  }
  #pageType.LimitedPlan .main_wrap .main_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
#pageType.LimitedPlan .main_wrap .main_img .com-cap {
  z-index: 3;
  bottom: 100px;
}
#pageType.LimitedPlan .main_wrap .main_ttl {
  position: absolute;
  font-family: "EB Garamond", serif;
  font-size: 9.5rem;
  width: 100%;
  text-align: center;
  top: 6rem;
  left: 0;
  color: #fff;
  font-weight: 400;
  line-height: 0.8;
}
#pageType.LimitedPlan .main_wrap .main_ttl span {
  font-size: 3rem;
}
@media screen and (max-width: 750px) {
  #pageType.LimitedPlan .main_wrap .main_ttl {
    top: 20%;
  }
}
#pageType.LimitedPlan .type_wrap {
  background: url(../img/limited/limited_bg.jpg) top -90px center/cover no-repeat, #bbeee6;
  padding-bottom: 10rem;
  margin-top: -1px;
}
#pageType.LimitedPlan .type_cnt {
  -o-border-image: linear-gradient(140deg, rgb(84, 63, 26) 0%, rgb(191, 169, 76) 36.88%, rgb(84, 63, 26) 68.69%, rgb(191, 169, 76) 100%) 1 0 0 0;
     border-image: linear-gradient(140deg, rgb(84, 63, 26) 0%, rgb(191, 169, 76) 36.88%, rgb(84, 63, 26) 68.69%, rgb(191, 169, 76) 100%) 1 0 0 0;
}
#pageType.LimitedPlan .type_cnt + .type_cnt {
  margin-top: 8rem;
}
#pageType.LimitedPlan .type_head {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: transparent;
  -o-border-image: linear-gradient(to right, #543f1a 0%, #bfa94c 24.3%, #543f1a 67.1%, #bfa94c 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#543f1a), color-stop(24.3%, #bfa94c), color-stop(67.1%, #543f1a), to(#bfa94c));
     border-image: linear-gradient(to right, #543f1a 0%, #bfa94c 24.3%, #543f1a 67.1%, #bfa94c 100%);
  border-image-slice: 1;
}
#pageType.LimitedPlan .type_name {
  background: -webkit-gradient(linear, left top, right top, from(#7a5a26), color-stop(94.3%, #b89f39));
  background: linear-gradient(to right, #7a5a26 0%, #b89f39 94.3%);
}
#pageType.LimitedPlan .btn_print {
  cursor: pointer;
}
@media print {
  #pageType.LimitedPlan .type_cnt {
    display: none;
  }
  #pageType.LimitedPlan .type_cnt.print-target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#pageLimited figure {
  position: relative;
}
#pageLimited main .com-note {
  margin-top: 5px;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  #pageLimited main .com-note {
    font-size: 1.4rem;
  }
}
#pageLimited.pageLogin .main_wrap, #pageLimited.LimitedIndex .main_wrap {
  padding-bottom: 30%;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageLimited.pageLogin .main_wrap, #pageLimited.LimitedIndex .main_wrap {
    padding-bottom: 70%;
  }
}
#pageLimited.pageLogin .main_wrap video, #pageLimited.LimitedIndex .main_wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#pageLimited.pageLogin .main_wrap .main_tbox, #pageLimited.LimitedIndex .main_wrap .main_tbox {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  text-align: center;
}
#pageLimited.pageLogin .main_wrap .main_lead, #pageLimited.LimitedIndex .main_wrap .main_lead {
  width: 40.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #pageLimited.pageLogin .main_wrap .main_lead, #pageLimited.LimitedIndex .main_wrap .main_lead {
    width: 56.42rem;
  }
}
#pageLimited.pageLogin .main_wrap .main_ttl, #pageLimited.LimitedIndex .main_wrap .main_ttl {
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 1.5em;
}
@media screen and (max-width: 750px) {
  #pageLimited.pageLogin .main_wrap .main_ttl, #pageLimited.LimitedIndex .main_wrap .main_ttl {
    font-size: 2.52rem;
  }
}
#pageLimited.pageLogin .cnt_wrap, #pageLimited.LimitedIndex .cnt_wrap {
  padding: 12rem 0;
  background: #f3f6f7;
}
@media screen and (min-width: 751px) {
  #pageLimited.pageLogin .cnt_wrap .com-content, #pageLimited.LimitedIndex .cnt_wrap .com-content {
    width: 109rem;
  }
}
#pageLimited.pageLogin .cnt_wrap .lead, #pageLimited.LimitedIndex .cnt_wrap .lead {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 5.5rem;
  letter-spacing: 0.1em;
  color: #2a5660;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #pageLimited.pageLogin .cnt_wrap .lead, #pageLimited.LimitedIndex .cnt_wrap .lead {
    font-size: 7.7rem;
  }
}
#pageLimited.pageLogin .cnt_wrap .ttl, #pageLimited.LimitedIndex .cnt_wrap .ttl {
  font-size: 1.7rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  margin-top: 2em;
}
@media screen and (max-width: 750px) {
  #pageLimited.pageLogin .cnt_wrap .ttl, #pageLimited.LimitedIndex .cnt_wrap .ttl {
    font-size: 2.38rem;
  }
}
#pageLimited.pageLogin .cnt_wrap .cnt_box, #pageLimited.LimitedIndex .cnt_wrap .cnt_box {
  margin-top: 9rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
@media screen and (max-width: 750px) {
  #pageLimited.pageLogin .cnt_wrap .cnt_box, #pageLimited.LimitedIndex .cnt_wrap .cnt_box {
    width: 85%;
    margin-inline: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#pageLimited.pageLogin .cnt_wrap .cnt_box a, #pageLimited.LimitedIndex .cnt_wrap .cnt_box a {
  position: relative;
  display: block;
  cursor: pointer;
}
#pageLimited.pageLogin .cnt_wrap .cnt_box a::after, #pageLimited.LimitedIndex .cnt_wrap .cnt_box a::after {
  position: absolute;
  content: "";
  width: 3.8rem;
  height: 3.8rem;
  background: url(../img/limited/circle_arrow.svg) center/cover no-repeat;
  bottom: 2.5rem;
  right: 2.5rem;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}
@media screen and (max-width: 750px) {
  #pageLimited.pageLogin .cnt_wrap .cnt_box a::after, #pageLimited.LimitedIndex .cnt_wrap .cnt_box a::after {
    width: 5.32rem;
    height: 5.32rem;
  }
}
#pageLimited.pageLogin .cnt_wrap .cnt_box a .txt, #pageLimited.LimitedIndex .cnt_wrap .cnt_box a .txt {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
#pageLimited.pageLogin .cnt_wrap .cnt_box a .txt .p1, #pageLimited.LimitedIndex .cnt_wrap .cnt_box a .txt .p1 {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.34em;
}
@media screen and (max-width: 750px) {
  #pageLimited.pageLogin .cnt_wrap .cnt_box a .txt .p1, #pageLimited.LimitedIndex .cnt_wrap .cnt_box a .txt .p1 {
    font-size: 1.96rem;
  }
}
#pageLimited.pageLogin .cnt_wrap .cnt_box a .txt .p2, #pageLimited.LimitedIndex .cnt_wrap .cnt_box a .txt .p2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.8rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  #pageLimited.pageLogin .cnt_wrap .cnt_box a .txt .p2, #pageLimited.LimitedIndex .cnt_wrap .cnt_box a .txt .p2 {
    font-size: 3.92rem;
  }
}
#pageLimited.pageLogin .cnt_wrap .cnt_box a:hover::after, #pageLimited.LimitedIndex .cnt_wrap .cnt_box a:hover::after {
  right: 2rem;
}
#pageLimited.pageLogin .cnt_wrap .cnt_back, #pageLimited.LimitedIndex .cnt_wrap .cnt_back {
  cursor: pointer;
  width: 33rem;
  height: 7rem;
  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-size: 1.6rem;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  background: #3e3e3e;
  margin: 9rem auto 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageLimited.pageLogin .cnt_wrap .cnt_back, #pageLimited.LimitedIndex .cnt_wrap .cnt_back {
    width: 46.2rem;
    height: 9.8rem;
    font-size: 2.24rem;
  }
}
#pageLimited.pageLogin .cnt_wrap .cnt_back img, #pageLimited.LimitedIndex .cnt_wrap .cnt_back img {
  position: absolute;
  width: 0.6rem;
  left: 2.5rem;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}
@media screen and (max-width: 750px) {
  #pageLimited.pageLogin .cnt_wrap .cnt_back img, #pageLimited.LimitedIndex .cnt_wrap .cnt_back img {
    width: 0.84rem;
  }
}
#pageLimited.pageLogin .cnt_wrap .cnt_back:hover img, #pageLimited.LimitedIndex .cnt_wrap .cnt_back:hover img {
  left: 2rem;
}
#pageLimited.LimitedCommon .main_wrap .main_img .com-cap {
  z-index: 3;
  bottom: 100px;
}
#pageLimited.LimitedCommon .main_wrap .main_ttl {
  position: absolute;
  font-family: "EB Garamond", serif;
  font-size: 9.5rem;
  width: 100%;
  text-align: center;
  top: 6rem;
  left: 0;
  color: #fff;
  font-weight: 400;
  line-height: 0.8;
}
#pageLimited.LimitedCommon .main_wrap .main_ttl span {
  font-size: 3rem;
}
@media screen and (max-width: 750px) {
  #pageLimited.LimitedCommon .main_wrap .main_ttl {
    top: 20%;
  }
}
#pageLimited.LimitedCommon .common_wrap {
  background: url(../img/limited/limited_bg.jpg) top -90px center/cover no-repeat;
  margin-top: -1px;
}
#pageLimited.LimitedCommon .common_wrap .p_tbox .p_ttl {
  color: #fff;
}
#pageLimited.LimitedCommon .common_wrap .map {
  margin-bottom: 7rem;
}
#pageLimited.LimitedCommon .common_wrap .map .com-cap {
  text-shadow: none;
  right: 10%;
  bottom: 13%;
}
@media screen and (max-width: 750px) {
  #pageLimited.LimitedCommon .common_wrap .map .com-cap {
    bottom: 10%;
  }
}
#pageLimited.LimitedCommon .common_wrap .txt_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;
  padding: 7rem 0;
  color: #fff;
}
#pageLimited.LimitedCommon .common_wrap .txt_area .txt {
  width: 45%;
}
#pageLimited.LimitedCommon .common_wrap .txt_area .txt .en {
  font-size: 4rem;
  margin-bottom: 4rem;
}
#pageLimited.LimitedCommon .common_wrap .txt_area .txt .name {
  font-size: 2.6rem;
  margin-bottom: 2rem;
}
#pageLimited.LimitedCommon .common_wrap .txt_area .txt .desc {
  line-height: 1.8;
  letter-spacing: 0;
}
#pageLimited.LimitedCommon .common_wrap .txt_area .txt .tag {
  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: 5px;
  margin-top: 2rem;
}
#pageLimited.LimitedCommon .common_wrap .txt_area .txt .tag p {
  font-size: 1.8rem;
  border: 1px solid #fff;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, color-stop(18.61%, rgb(50, 142, 136)), color-stop(79.78%, rgb(60, 179, 170)));
  background: linear-gradient(90deg, rgb(50, 142, 136) 18.61%, rgb(60, 179, 170) 79.78%);
  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: 1.5em;
}
@media screen and (max-width: 750px) {
  #pageLimited.LimitedCommon .common_wrap .txt_area .txt .tag p {
    font-size: 2.8rem;
  }
}
#pageLimited.LimitedCommon .common_wrap .txt_area .txt .tag .num {
  width: 1.5em;
}
#pageLimited.LimitedCommon .common_wrap .txt_area .txt .tag .text {
  width: 18rem;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 750px) {
  #pageLimited.LimitedCommon .common_wrap .txt_area .txt .tag .text {
    width: 28rem;
  }
}
#pageLimited.LimitedCommon .common_wrap .txt_area .img {
  width: 50%;
}
#pageLimited.LimitedCommon .common_wrap .txt_area .img p {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 1rem;
}
#pageLimited.LimitedCommon .common_wrap .txt_area.garden .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageLimited.LimitedCommon .common_wrap .txt_area.garden .txt .en,
#pageLimited.LimitedCommon .common_wrap .txt_area.garden .txt .name {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #pageLimited.LimitedCommon .common_wrap .txt_area.garden .txt .desc {
    white-space: nowrap;
  }
}
#pageLimited.LimitedCommon .common_wrap .txt_area.garden .txt .w57 {
  width: 56%;
}
#pageLimited.LimitedCommon .common_wrap .txt_area.garden .txt .bird {
  width: 40%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#pageLimited.LimitedCommon .common_wrap .txt_area.garden .txt .bird figure .com-cap {
  right: initial;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.5rem;
}
#pageLimited.LimitedCommon .common_wrap .txt_area.garden .txt .bird p {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  #pageLimited.LimitedCommon .common_wrap .txt_area {
    padding: 10rem 0;
    row-gap: 5rem;
  }
  #pageLimited.LimitedCommon .common_wrap .txt_area .txt {
    width: 100%;
  }
  #pageLimited.LimitedCommon .common_wrap .txt_area .txt .en {
    font-size: 5rem;
  }
  #pageLimited.LimitedCommon .common_wrap .txt_area .txt .name {
    font-size: 3.6rem;
  }
  #pageLimited.LimitedCommon .common_wrap .txt_area .txt .desc {
    font-size: 2.4rem;
  }
  #pageLimited.LimitedCommon .common_wrap .txt_area .img {
    width: 100%;
  }
  #pageLimited.LimitedCommon .common_wrap .txt_area .img p {
    font-size: 2.6rem;
    line-height: 1.3;
  }
  #pageLimited.LimitedCommon .common_wrap .txt_area.garden .txt .bird p {
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}
#pageLimited.pageLogin .login_wrap {
  padding: 7rem 0 9rem;
  background: #f3f6f7;
}
#pageLimited.pageLogin .login_wrap .copy_box .copy {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
}
#pageLimited.pageLogin .login_wrap .login_box form {
  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: 53rem;
  margin: 5rem auto 0;
}
#pageLimited.pageLogin .login_wrap .login_box form .error {
  width: 100%;
  font-size: 1rem;
  color: #f10d0d;
  margin: 0 0 1rem;
}
#pageLimited.pageLogin .login_wrap .login_box form .input {
  width: 35rem;
  height: 5rem;
  border: 1px solid #c7c7c7;
  overflow: hidden;
}
#pageLimited.pageLogin .login_wrap .login_box form .input input {
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: 0 2rem;
}
#pageLimited.pageLogin .login_wrap .login_box form .submit button {
  width: 16rem;
  height: 5rem;
  background: #3E3E3E;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  overflow: hidden;
}
#pageLimited.pageLogin .login_wrap .login_box form .note {
  width: 100%;
  margin: 1.4rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageLimited.pageLogin .login_wrap {
    padding: 10rem 0 12rem;
  }
  #pageLimited.pageLogin .login_wrap .copy_box .copy {
    font-size: 3.4rem;
  }
  #pageLimited.pageLogin .login_wrap .login_box 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 2rem;
    width: 100%;
    margin: 7rem auto 0;
  }
  #pageLimited.pageLogin .login_wrap .login_box form .error {
    width: 100%;
    font-size: 2rem;
    text-align: center;
  }
  #pageLimited.pageLogin .login_wrap .login_box form .input {
    width: 39rem;
    height: 8rem;
  }
  #pageLimited.pageLogin .login_wrap .login_box form .input input {
    font-size: 2.2rem;
  }
  #pageLimited.pageLogin .login_wrap .login_box form .submit button {
    width: 23rem;
    height: 8rem;
    font-size: 2.6rem;
  }
  #pageLimited.pageLogin .login_wrap .login_box form .note {
    text-align: center;
    margin: 2rem 0 0;
  }
}
/*# sourceMappingURL=style-akishima.css.map */