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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

html {
  font-size: 0.7692307692vw;
}

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

html {
  overflow: auto;
  scroll-behavior: smooth;
}

main {
  display: block;
  position: relative;
  overflow-x: clip;
  padding: 8.5rem 4.7rem 0;
  background: url("../img/common/bg.jpg") repeat-y center top/100%;
}

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

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

img {
  aspect-ratio: attr(width)/attr(height);
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #1e1e1e;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body h1,
body h2,
body h3,
body span,
body sup,
body a,
body button {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.f-noto_serif {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}

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

.f-bellefair {
  font-family: "Bellefair", serif;
}

header.header {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
header.header .header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.7rem 12rem 0 3rem;
}
header.header .header_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 6.8rem;
  z-index: -1;
  pointer-events: none;
  background: #372b13;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
header.header .header_wrap .logo {
  width: 21.4rem;
  display: block;
  position: relative;
}
header.header .header_wrap .logo .img {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
}
header.header .header_wrap .link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.5rem;
}
header.header .header_wrap .link_box .link {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}
header.header .header_wrap .link_box .link.top {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header.header .header_wrap .link_box .txt {
  -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);
  font-size: 1.2rem;
  color: #fff;
}
header.header .header_wrap .link_box .arrow {
  width: 0.7rem;
  position: relative;
}
header.header .header_wrap .link_box .arrow img {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
}
header.header .header_wrap .link_box .link:hover {
  opacity: 0.6;
}
header.header .header_wrap .link_box .entry {
  background: -webkit-gradient(linear, left top, right top, from(#630026), to(#7e2b4b));
  background: linear-gradient(to right, #630026 0%, #7e2b4b 100%);
  padding: 0.6rem 3rem 0.6rem 1.2rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(30, 30, 30, 0.8);
          box-shadow: 0 0 0.5rem rgba(30, 30, 30, 0.8);
  letter-spacing: 0.4em;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
          column-gap: 2rem;
}
header.header.active .header_wrap .link_box .link.top {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 750px) {
  header.header .header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 3.4rem 12rem 0 4rem;
  }
  header.header .header_wrap::before {
    height: 12.3rem;
  }
  header.header .header_wrap .logo {
    width: 34rem;
  }
  header.header .header_wrap .link_box {
    gap: 0 3rem;
  }
  header.header .header_wrap .link_box .link {
    gap: 0;
  }
  header.header .header_wrap .link_box .txt {
    font-size: 2.2rem;
  }
  header.header .header_wrap .link_box .link:hover {
    opacity: 1;
  }
  header.header.none {
    top: 0;
  }
}
.h_float_box {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
}
.h_float_box .btn {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  position: relative;
  margin: 1px 0 0;
}
.h_float_box .btn.req {
  background: #601F18;
  border: 1px solid #601F18;
}
.h_float_box .btn.limited {
  background: #7C6A3E;
  border: 1px solid #7C6A3E;
}
.h_float_box .btn.res {
  background: #3E6E7C;
  border: 1px solid #3E6E7C;
}
.h_float_box .btn.entry {
  width: 100%;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.h_float_box .btn.entry .btn-link {
  width: 100%;
  height: 12.4rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#630026), to(#7e2b4b));
  background: linear-gradient(to top, #630026 0%, #7e2b4b 100%);
  position: relative;
  overflow: hidden;
  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: 0 auto;
  -webkit-box-shadow: rgba(30, 30, 30, 0.55) 1.95px 1.95px 2.6px;
          box-shadow: rgba(30, 30, 30, 0.55) 1.95px 1.95px 2.6px;
  -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);
}
.h_float_box .btn.entry .btn-link:hover {
  opacity: 0.6;
}
.h_float_box .btn.entry .btn-link::after {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
}
.h_float_box .btn.entry .btn-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/common/btn_bg.png") no-repeat center/cover;
  mix-blend-mode: multiply;
}
.h_float_box .btn.entry .btn-link .txt {
  position: relative;
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.3em;
  line-height: 1.1;
}
.h_float_box .btn.entry .btn-link .txt-en {
  font-size: 3.6rem;
  letter-spacing: 0.2em;
}
.h_float_box .btn.entry .btn-link .txt-jp {
  font-size: 3rem;
  letter-spacing: 0.2em;
}
.h_float_box .btn.entry .btn-link .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.9rem;
  width: 1.2rem;
  z-index: 2;
}
.h_float_box .btn:first-child {
  margin: 0;
}
.h_float_box a {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 15rem;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.h_float_box .btn:hover {
  background: #fff;
}
.h_float_box .btn.req:hover a {
  color: #601F18;
}
.h_float_box .btn.limited:hover a {
  color: #7C6A3E;
}
.h_float_box .btn.res:hover a {
  color: #3E6E7C;
}
.h_float_box .btn.dis {
  background: #7A7A7A;
  pointer-events: none;
}
.h_float_box .btn.dis::before {
  content: "COMING SOON";
  height: 100%;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: -0.7rem;
}

.h_float_box.none {
  right: -7rem;
}

@media screen and (max-width: 750px) {
  .h_float_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    -webkit-transform: unset;
            transform: unset;
    top: auto;
    bottom: 0;
    z-index: 10001;
  }
  .h_float_box .btn {
    width: 20%;
    background-color: #1C1C1C;
    margin: 0;
    position: relative;
  }
  .h_float_box .btn.req {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .h_float_box .btn.limited {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .h_float_box .btn.res {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .h_float_box .btn.map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .h_float_box .btn.outline {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .h_float_box .btn:first-child::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #5B5B5B;
  }
  .h_float_box a {
    width: auto;
    height: 9.4rem;
    font-size: 1.88rem;
    line-height: 1.4;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .h_float_box .btn.req:hover {
    background: #601F18;
  }
  .h_float_box .btn.limited:hover {
    background: #7C6A3E;
  }
  .h_float_box .btn.req:hover a {
    color: #fff;
  }
  .h_float_box .btn.limited:hover a {
    color: #fff;
  }
  .h_float_box .btn.res:hover a {
    color: #fff;
  }
  .h_float_box .btn.dis::before {
    width: 100%;
    height: auto;
    font-size: 2rem;
    letter-spacing: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    top: 5rem;
    left: 0;
  }
  .h_float_box.none {
    right: 0;
    bottom: -11rem;
  }
}
footer.footer {
  background-image: url("../img/common/f_bg.jpg");
  background-position: center center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  footer.footer {
    padding: 0 0 22rem;
  }
}
footer.footer .pagination_wrap {
  background: #4f4122;
}
footer.footer .pagination_wrap .btn_box {
  width: 104rem;
  padding: 0 2rem;
  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;
  position: relative;
}
footer.footer .pagination_wrap .btn_box::before {
  content: "";
  background: rgba(209, 207, 193, 0.35);
  height: 70%;
  width: 0.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
footer.footer .pagination_wrap .btn_box .btn {
  width: 49.5%;
  -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);
}
footer.footer .pagination_wrap .btn_box .btn.top {
  margin: 0 auto;
}
footer.footer .pagination_wrap .btn_box .btn_flex {
  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: relative;
  gap: 7rem;
}
footer.footer .pagination_wrap .btn_box .copy_wrap {
  text-align: center;
}
footer.footer .pagination_wrap .btn_box .copy_wrap .copy {
  color: #fff;
  text-align: center;
  display: inline-block;
}
footer.footer .pagination_wrap .btn_box .copy_wrap .copy.en {
  font-size: 1.65rem;
}
footer.footer .pagination_wrap .btn_box .copy_wrap .copy.ja {
  font-size: 1.1rem;
}
footer.footer .pagination_wrap .btn_box .arrow {
  -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: 0.7rem;
  height: 1.3rem;
}
footer.footer .pagination_wrap .btn_box .btn.prev .btn_flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 2rem 6.5rem 2rem 3rem;
}
footer.footer .pagination_wrap .btn_box .btn.prev .arrow {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
footer.footer .pagination_wrap .btn_box .btn.prev:hover {
  opacity: 0.8;
}
footer.footer .pagination_wrap .btn_box .btn.prev:hover .arrow {
  -webkit-transform: translateX(-1rem) scale(-1, 1);
          transform: translateX(-1rem) scale(-1, 1);
}
footer.footer .pagination_wrap .btn_box .btn.next .btn_flex {
  padding: 2rem 3rem 2rem 6.5rem;
}
footer.footer .pagination_wrap .btn_box .btn.next:hover {
  opacity: 0.8;
}
footer.footer .pagination_wrap .btn_box .btn.next:hover .arrow {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
@media screen and (max-width: 750px) {
  footer.footer .pagination_wrap .btn_box {
    width: 100%;
    padding: 0;
  }
  footer.footer .pagination_wrap .btn_box .btn {
    width: 49%;
  }
  footer.footer .pagination_wrap .btn_box .btn_flex {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 4rem;
  }
  footer.footer .pagination_wrap .btn_box .copy_wrap {
    margin: auto;
  }
  footer.footer .pagination_wrap .btn_box .copy_wrap .copy.en {
    font-size: 3.65rem;
  }
  footer.footer .pagination_wrap .btn_box .copy_wrap .copy.ja {
    /*
    font-size: 2.3rem;
    */
    font-size: 1.7rem;
    letter-spacing: 0;
    margin-top: 0.5rem;
  }
  footer.footer .pagination_wrap .btn_box .arrow {
    width: 1.4rem;
    height: 2rem;
  }
  footer.footer .pagination_wrap .btn_box .btn.prev .btn_flex {
    padding: 2rem 2rem 2rem 3rem;
  }
  footer.footer .pagination_wrap .btn_box .btn.next .btn_flex {
    padding: 2rem 3rem 2rem 2rem;
  }
}
footer.footer .f-note {
  padding: 50px 0;
}
@media screen and (max-width: 750px) {
  footer.footer .f-note {
    padding: 6.66666665vw 0 6.66666665vw;
  }
}
footer.footer .f-contact {
  background: #1e1e1e;
  color: #fff;
}
footer.footer .f-contact .c-content-1 {
  border-bottom: 1px solid rgba(47, 56, 41, 0.2);
  padding: 1.5rem 0;
}
footer.footer .f-contact_call {
  margin: 0 auto;
  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: 1rem 3rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact_call {
    width: 100%;
    margin: 0 auto 10px;
  }
}
footer.footer .f-contact_call .ttl {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact_call .ttl {
    font-size: 2.4rem;
  }
}
footer.footer .f-contact_call .t1 {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact_call .t1 {
    font-size: 2.8rem;
    margin-top: 4rem;
  }
}
footer.footer .f-contact_call .call {
  display: block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
footer.footer .f-contact_call .call .img {
  width: 4.2rem;
}
footer.footer .f-contact_call .call .no {
  font-size: 3.9rem;
  letter-spacing: 0.1em;
  translate: 0 0.3rem;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact_call .call .img {
    width: 5.8rem;
  }
  footer.footer .f-contact_call .call .no {
    font-size: 7.9rem;
  }
}
footer.footer .f-contact_call .t2 {
  font-size: 1.1rem;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact_call .t2 {
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.5;
  }
}
footer.footer .f-contact_call .t3 {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  color: #C80000;
  border: 1px solid #C80000;
  letter-spacing: 0.05em;
  width: 55rem;
  padding: 2rem 0;
  margin: 3rem auto 0;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact_call .t3 {
    font-size: 2.2rem;
    width: 67rem;
    padding: 3rem 0;
    margin: 5rem auto 0;
  }
}
footer.footer .f-contact-2 .c-content-2 {
  padding: 8rem 0 5rem;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact-2 .c-content-2 {
    padding: 4rem 0 5rem;
  }
}
footer.footer .f-contact-2 .f-contact_logo {
  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: 65rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact-2 .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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem 0;
    width: 42.5rem;
    margin: 20px auto;
  }
}
footer.footer .f-contact-2 .f-contact_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.6rem;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact-2 .f-contact_logo a {
    height: auto;
  }
}
footer.footer .f-contact-2 .f-contact_logo .logo1 {
  width: 17.5rem;
}
footer.footer .f-contact-2 .f-contact_logo .logo1 p {
  padding-left: 4.7rem;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact-2 .f-contact_logo .logo1 {
    width: 37rem;
  }
}
footer.footer .f-contact-2 .f-contact_logo .logo2 {
  width: 16rem;
}
footer.footer .f-contact-2 .f-contact_logo .logo2 p {
  padding-left: 2.9rem;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact-2 .f-contact_logo .logo2 {
    width: 31.6rem;
    margin: 0 0 0 3.5rem;
  }
}
footer.footer .f-contact-2 .f-contact_logo .logo3 {
  width: 19.7rem;
}
footer.footer .f-contact-2 .f-contact_logo .logo3 p {
  padding-left: 2.9rem;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact-2 .f-contact_logo .logo3 {
    width: 38.9rem;
    margin: 0 0 0 3.5rem;
  }
}
footer.footer .f-contact-2 .f-contact_logo p {
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact-2 .f-contact_logo p {
    font-size: 2rem;
    margin-bottom: 1.8rem;
  }
}
footer.footer .f-copy {
  width: 100%;
  font-size: 10px;
  text-align: center;
  margin-top: 7rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 750px) {
  footer.footer .f-copy {
    margin-top: 5.33333332vw;
  }
}
footer.footer .f-h1 {
  width: 100%;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 0.5rem 0;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  footer.footer .f-h1 {
    padding: 1rem;
    margin-top: 5.33333332vw;
  }
}
footer.footer .f-bnr {
  text-align: center;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
@media screen and (max-width: 750px) {
  footer.footer .f-bnr {
    margin: 0 auto;
  }
}
footer.footer .f-bnr li {
  width: 30%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  footer.footer .f-bnr li {
    width: 60%;
    margin: 0 auto 20px;
  }
}
footer.footer .f-bnr li img {
  width: 100%;
  height: auto;
}

.f-pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 10%;
  max-width: 80px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1000;
}
.f-pagetop.show {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 750px) {
  .f-pagetop {
    position: fixed;
    bottom: 28vw;
    right: 10px;
    width: 15%;
  }
}
nav.nav-h {
  -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;
  -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: calc(100vh - 6.8rem);
  opacity: 0;
  padding: 7rem 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -10000;
}
nav.nav-h::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/common/nav_bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  z-index: -1;
}
nav.nav-h::after {
  content: "";
  background: rgba(34, 31, 24, 0.91);
  position: absolute;
  inset: 0;
}
nav.nav-h .nav-h-ttl {
  color: #fff;
  font-size: 1.7rem;
  padding-top: 5rem;
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
  z-index: 2;
}
nav.nav-h .nav-h-ttl::after {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  width: 0.1rem;
  height: 4.5rem;
  position: absolute;
  top: 0;
  left: 49.5%;
}
@-webkit-keyframes scroll_line {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  51% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@keyframes scroll_line {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  51% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
nav.nav-h .nav_h_area {
  width: 86%;
  max-height: 100%;
  color: #ada768;
  position: relative;
  z-index: 2;
}
nav.nav-h .nav_h_area .nav_h_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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 2rem;
  gap: 2rem 3.6rem;
}
nav.nav-h .nav_h_area .nav_h_box ul {
  width: 31%;
  min-height: 12rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.4);
}
nav.nav-h .nav_h_area .nav_h_box ul li.ttl {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
}
nav.nav-h .nav_h_area .nav_h_box ul li.ttl:hover {
  opacity: 0.5;
}
nav.nav-h .nav_h_area .nav_h_box ul li.ttl:hover .nav_btn {
  translate: 1.2rem 0;
}
nav.nav-h .nav_h_area .nav_h_box ul li.ttl .ttl_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 2rem;
}
nav.nav-h .nav_h_area .nav_h_box ul li.ttl .ttl_inner span.en {
  font-size: 2.16rem;
  letter-spacing: 0.1em;
}
nav.nav-h .nav_h_area .nav_h_box ul li.ttl .ttl_inner span.en::first-letter {
  font-size: 2.7rem;
}
nav.nav-h .nav_h_area .nav_h_box ul li.ttl .ttl_inner span.ja {
  width: 100%;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
nav.nav-h .nav_h_area .nav_h_box ul li.ttl .ttl_inner .nav_btn {
  display: inline-block;
  width: 1.8rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
nav.nav-h .nav_h_area .nav_h_box ul li.sub_list {
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.5;
  padding: 0 0 0 1.2rem;
  margin: 1rem 0 0;
}
nav.nav-h .nav_h_area .nav_h_box ul li.sub_list:nth-child(2) {
  margin: 1.4rem 0 0;
}
nav.nav-h .nav_h_area .nav_h_box ul li.sub_list .sub_inner {
  display: block;
  padding-left: 1rem;
  position: relative;
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
}
nav.nav-h .nav_h_area .nav_h_box ul li.sub_list .sub_inner::before {
  content: "";
  background-image: url("../img/common/btn_arrow_w.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 0.5rem;
  height: 1rem;
  position: absolute;
  left: -1rem;
  top: 0.8rem;
}
nav.nav-h .nav_h_area .nav_h_box ul li.sub_list .sub_inner:hover {
  opacity: 0.5;
}
nav.nav-h .nav_h_area .nav_h_box ul:last-child {
  margin-right: 34.3%;
}
nav.nav-h .nav_h_area .nav_h_box ul.dis {
  pointer-events: none;
}
nav.nav-h .nav_h_area .nav_h_box ul.dis .ttl {
  opacity: 0.35;
}
nav.nav-h .nav_h_area .nav_h_box ul.dis .ttl:hover {
  opacity: 0.35;
}
nav.nav-h .nav_h_area .nav_h_box ul.dis .ttl:hover .nav_btn {
  translate: 0 0;
}
nav.nav-h .nav_h_area .nav_h_box ul.dis .sub_list {
  opacity: 0.35;
  padding-left: 0;
}
nav.nav-h .nav_h_area .nav_h_box ul.dis .sub_list .sub_inner {
  padding-left: 0;
}
nav.nav-h .nav_h_area .nav_h_box ul.dis .sub_list .sub_inner::before {
  display: none;
}
nav.nav-h .nav_h_area .nav_h_box .link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4.8rem;
}
nav.nav-h .nav_h_area .nav_h_box .link_box .link {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.7rem;
}
nav.nav-h .nav_h_area .nav_h_box .link_box .txt {
  -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);
  font-size: 2.8rem;
  color: #ada768;
}
nav.nav-h .nav_h_area .nav_h_box .link_box .txt.f-bellefair {
  font-size: 3.16rem;
  letter-spacing: 0.2em;
}
nav.nav-h .nav_h_area .nav_h_box .link_box .arrow {
  width: 1.2rem;
  margin-right: 0.7rem;
  position: relative;
}
nav.nav-h .nav_h_area .nav_h_box .link_box .arrow img {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
}
nav.nav-h .nav_h_area .nav_h_box .link_box .link:hover {
  opacity: 0.6;
}
nav.nav-h .nav_h_area .nav_h_box .link_box .entry {
  background: -webkit-gradient(linear, left top, right top, from(#630026), to(#7e2b4b));
  background: linear-gradient(to right, #630026 0%, #7e2b4b 100%);
  padding: 0.8rem 2rem;
}
nav.nav-h .nav_h_area .nav_h_box .link_box .entry .txt {
  color: #fff;
}

nav.nav-h.active {
  -webkit-animation-name: navHActAnime;
          animation-name: navHActAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes navHActAnime {
  0% {
    z-index: -10000;
    opacity: 0;
  }
  10% {
    z-index: 10002;
  }
  100% {
    z-index: 10002;
    opacity: 1;
  }
}
@keyframes navHActAnime {
  0% {
    z-index: -10000;
    opacity: 0;
  }
  10% {
    z-index: 10002;
  }
  100% {
    z-index: 10002;
    opacity: 1;
  }
}

nav.nav-h.no-active {
  -webkit-animation-name: navHNoActAnime;
          animation-name: navHNoActAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes navHNoActAnime {
  0% {
    z-index: 10000;
    opacity: 1;
  }
  90% {
    z-index: 10000;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
@keyframes navHNoActAnime {
  0% {
    z-index: 10000;
    opacity: 1;
  }
  90% {
    z-index: 10000;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}

#pageTop .nav-h .nav_bg_area .nav_bg_box .nav_bg.top {
  opacity: 1;
}
#pageTop .nav-h .nav_h_area .nav_h_box ul.top .ttl,
#pageTop .nav-h .nav_h_area .nav_h_box ul.top .ja {
  color: #caad1a;
}

#pageLocation .nav-h .nav_bg_area .nav_bg_box .nav_bg.location {
  opacity: 1;
}
#pageLocation .nav-h .nav_h_area .nav_h_box ul.location .ttl,
#pageLocation .nav-h .nav_h_area .nav_h_box ul.location .ja {
  color: #caad1a;
}

#pageAccess .nav-h .nav_bg_area .nav_bg_box .nav_bg.access {
  opacity: 1;
}
#pageAccess .nav-h .nav_h_area .nav_h_box ul.access .ttl,
#pageAccess .nav-h .nav_h_area .nav_h_box ul.access .ja {
  color: #caad1a;
}

#pageDesign .nav-h .nav_bg_area .nav_bg_box .nav_bg.design {
  opacity: 1;
}
#pageDesign .nav-h .nav_h_area .nav_h_box ul.design .ttl,
#pageDesign .nav-h .nav_h_area .nav_h_box ul.design .ja {
  color: #caad1a;
}

#pagePlan .nav-h .nav_bg_area .nav_bg_box .nav_bg.plan {
  opacity: 1;
  background-position: left center;
}
#pagePlan .nav-h .nav_h_area .nav_h_box ul.plan .ttl,
#pagePlan .nav-h .nav_h_area .nav_h_box ul.plan .ja {
  color: #caad1a;
}

#pageQuality .nav-h .nav_bg_area .nav_bg_box .nav_bg.quality {
  opacity: 1;
}
#pageQuality .nav-h .nav_h_area .nav_h_box ul.quality .ttl,
#pageQuality .nav-h .nav_h_area .nav_h_box ul.quality .ja {
  color: #caad1a;
}

#pageBrand .nav-h .nav_bg_area .nav_bg_box .nav_bg.brand {
  opacity: 1;
}
#pageBrand .nav-h .nav_h_area .nav_h_box ul.brand .ttl,
#pageBrand .nav-h .nav_h_area .nav_h_box ul.brand .ja {
  color: #caad1a;
}

#pageLimited .nav-h .nav_bg_area .nav_bg_box .nav_bg.limited {
  opacity: 1;
}
#pageLimited .nav-h .nav_h_area .nav_h_box ul.limited .ttl,
#pageLimited .nav-h .nav_h_area .nav_h_box ul.limited .ja {
  color: #caad1a;
}

#pageOutline .nav-h .nav_h_area .nav_h_box ul.outline .ttl,
#pageOutline .nav-h .nav_h_area .nav_h_box ul.outline .ja {
  color: #caad1a;
}

#pageMap .nav-h .nav_h_area .nav_h_box ul.map .ttl,
#pageMap .nav-h .nav_h_area .nav_h_box ul.map .ja {
  color: #caad1a;
}

@media screen and (max-width: 750px) {
  nav.nav-h {
    height: calc(100vh - 12.3rem);
    height: calc(100dvh - 12.3rem);
    padding-top: 5rem;
  }
  nav.nav-h::before {
    background-image: url("../img/common/nav_bg_sp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  nav.nav-h .nav-h-ttl {
    display: none;
  }
  nav.nav-h .nav_h_area {
    overflow-y: scroll;
    padding-bottom: 25rem;
  }
  nav.nav-h .nav_h_area .nav_h_box {
    row-gap: 5rem;
  }
  nav.nav-h .nav_h_area .nav_h_box ul {
    width: 100%;
    min-height: initial;
    border-bottom: none;
    border-left: 0.3rem solid #ada768;
    padding-left: 3rem;
  }
  nav.nav-h .nav_h_area .nav_h_box ul li.ttl .ttl_inner {
    position: relative;
  }
  nav.nav-h .nav_h_area .nav_h_box ul li.ttl .ttl_inner::after {
    content: "";
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-bottom: 0.4rem dotted #fff;
  }
  nav.nav-h .nav_h_area .nav_h_box ul li.ttl .ttl_inner span.en {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 3.16rem;
  }
  nav.nav-h .nav_h_area .nav_h_box ul li.ttl .ttl_inner span.en::first-letter {
    font-size: 3.7rem;
  }
  nav.nav-h .nav_h_area .nav_h_box ul li.ttl .ttl_inner span.ja {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
            width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 2.1rem;
  }
  nav.nav-h .nav_h_area .nav_h_box ul li.ttl .ttl_inner .nav_btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 2.8rem;
  }
  nav.nav-h .nav_h_area .nav_h_box ul li.sub_list {
    font-size: 2.45rem;
  }
  nav.nav-h .nav_h_area .nav_h_box ul li.sub_list .sub_inner::before {
    top: 1.2rem;
  }
  nav.nav-h .nav_h_area .nav_h_box ul:last-child {
    margin-right: 0;
  }
}
button.nav-btn {
  width: 4rem;
  height: 1rem;
  position: fixed;
  top: 2.6rem;
  right: 3rem;
  z-index: 10001;
}

button.nav-btn .accent {
  background: #ffe600;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  right: 0;
}

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

button.nav-btn,
button.nav-btn .line {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button.nav-btn .nav-btn_inner {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 1.3rem;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: -2rem;
}

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

button.nav-btn .line:nth-of-type(2) {
  bottom: 0;
  width: 60%;
}

button.nav-btn .line:nth-of-type(1) {
  -webkit-animation: btn07-bar01 0.75s forwards;
          animation: btn07-bar01 0.75s forwards;
}

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

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

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

@keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(0.4rem) rotate(-45deg);
            transform: translateY(0.4rem) rotate(-45deg);
    width: 100%;
  }
  50% {
    -webkit-transform: translateY(0.4rem) rotate(0);
            transform: translateY(0.4rem) rotate(0);
    width: 100%;
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    width: 60%;
  }
}
button.nav-btn.active .line: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(1.45rem) rotate(0);
            transform: translateY(1.45rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(1.45rem) rotate(45deg);
            transform: translateY(1.45rem) rotate(45deg);
  }
}

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

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

@keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    width: 60%;
  }
  50% {
    -webkit-transform: translateY(0.4rem) rotate(0);
            transform: translateY(0.4rem) rotate(0);
    width: 100%;
  }
  100% {
    -webkit-transform: translateY(0.4rem) rotate(-45deg);
            transform: translateY(0.4rem) rotate(-45deg);
    width: 100%;
  }
}
button.nav-btn.active .line {
  background-color: #fff;
}

button.nav-btn.active .nav-btn_inner {
  opacity: 0;
}

button.nav-btn.clr-w .line {
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  button.nav-btn {
    width: 7rem;
    height: 1.6rem;
    top: 4.5rem;
    right: 4rem;
  }
  button.nav-btn.none {
    top: 4.5rem;
  }
  button.nav-btn .accent {
    width: 1rem;
    height: 1rem;
    top: -2rem;
  }
  button.nav-btn .nav-btn_inner {
    font-size: 2.3rem;
    left: 0;
    bottom: -4rem;
  }
  @-webkit-keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(1rem) rotate(45deg);
              transform: translateY(1rem) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(1rem) rotate(0);
              transform: translateY(1rem) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(1rem) rotate(45deg);
              transform: translateY(1rem) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(1rem) rotate(0);
              transform: translateY(1rem) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-1rem) rotate(-45deg);
              transform: translateY(-1rem) rotate(-45deg);
      width: 100%;
    }
    50% {
      -webkit-transform: translateY(-1rem) rotate(0);
              transform: translateY(-1rem) rotate(0);
      width: 100%;
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-1rem) rotate(-45deg);
              transform: translateY(-1rem) rotate(-45deg);
      width: 100%;
    }
    50% {
      -webkit-transform: translateY(-1rem) rotate(0);
              transform: translateY(-1rem) rotate(0);
      width: 100%;
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(2rem) rotate(0);
              transform: translateY(2rem) rotate(0);
    }
    100% {
      -webkit-transform: translateY(2rem) rotate(45deg);
              transform: translateY(2rem) rotate(45deg);
    }
  }
  @keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(2rem) rotate(0);
              transform: translateY(2rem) rotate(0);
    }
    100% {
      -webkit-transform: translateY(2rem) rotate(45deg);
              transform: translateY(2rem) rotate(45deg);
    }
  }
  @-webkit-keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(0.35rem) rotate(0);
              transform: translateY(0.35rem) rotate(0);
      width: 100%;
    }
    100% {
      -webkit-transform: translateY(0.35rem) rotate(-45deg);
              transform: translateY(0.35rem) rotate(-45deg);
      width: 100%;
    }
  }
  @keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(0.35rem) rotate(0);
              transform: translateY(0.35rem) rotate(0);
      width: 100%;
    }
    100% {
      -webkit-transform: translateY(0.35rem) rotate(-45deg);
              transform: translateY(0.35rem) rotate(-45deg);
      width: 100%;
    }
  }
}
figure {
  position: relative;
}

main::before, main::after {
  content: "";
  position: fixed;
  top: 6.8rem;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 99;
}
main::before {
  left: 4.7rem;
  background: radial-gradient(circle at 100% 100%, transparent 2.5rem, #372b13 2.5rem);
}
main::after {
  right: 4.64rem;
  background: radial-gradient(circle at 0 100%, transparent 2.5rem, #372b13 2.5rem);
}
main.is-mask-hidden::before, main.is-mask-hidden::after {
  opacity: 0;
}

.bodyRenai main::before, .bodyRenai main::after {
  opacity: 0;
}

@media screen and (max-width: 750px) {
  main::before, main::after {
    top: 12.3rem;
  }
  main::before {
    left: 2.7rem;
  }
  main::after {
    right: 2.7rem;
  }
}
.com-ttl {
  font-size: 4rem;
  text-align: center;
  margin: 0 0 5rem;
}

.com-lead {
  font-size: 3.2rem;
  letter-spacing: 0.07em;
  line-height: 1.8;
  text-align: center;
}

.com-txt {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  margin: 4rem 0 0;
}

@media screen and (max-width: 750px) {
  .com-ttl {
    font-size: 5rem;
  }
  .com-lead {
    font-size: 4.2rem;
  }
  .com-txt {
    font-size: 2.8rem;
  }
}
.com-copy-box {
  position: relative;
  padding-top: 5.6rem;
  text-align: center;
}
.com-copy-box.act::before {
  height: 4.8rem;
}
.com-copy-box.act .sub,
.com-copy-box.act .ttl,
.com-copy-box.act .txt {
  opacity: 1;
  translate: 0% 0%;
}
.com-copy-box::before {
  position: absolute;
  content: "";
  width: 0.5px;
  height: 0;
  background-color: #1e1e1e;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 1s;
  transition: 1s;
}
.com-copy-box .sub {
  font-family: "Bellefair", serif;
  font-size: 1.4rem;
  letter-spacing: 0.17em;
  opacity: 0;
  translate: 0% 100%;
  -webkit-transition: 1s ease 0s translate, 1s ease 0s opacity;
  transition: 1s ease 0s translate, 1s ease 0s opacity;
}
.com-copy-box .ttl {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.380952381;
  margin-top: 1.5rem;
  opacity: 0;
  translate: 0% 100%;
  -webkit-transition: 1.5s ease 0s translate, 1.5s ease 0s opacity;
  transition: 1.5s ease 0s translate, 1.5s ease 0s opacity;
  border-bottom: 1px solid #1e1e1e;
  padding-bottom: 1.2rem;
  letter-spacing: 0.15em;
}
.com-copy-box .ttl .num {
  font-family: "Bellefair", serif;
  font-size: 2.6rem;
  line-height: 1;
  display: inline-block;
}
.com-copy-box .txt {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  line-height: 1.6428571429;
  opacity: 0;
  translate: 0% 100%;
  -webkit-transition: 2s ease 0s translate, 2s ease 0s opacity;
  transition: 2s ease 0s translate, 2s ease 0s opacity;
}

@media screen and (max-width: 750px) {
  .com-copy-box {
    padding-top: 9.2rem;
  }
  .com-copy-box.act::before {
    height: 7.1rem;
  }
  .com-copy-box .sub {
    font-size: 2.6rem;
  }
  .com-copy-box .ttl {
    font-size: 3.2rem;
    line-height: 1.50952381;
    margin-top: 1.9rem;
    letter-spacing: 0.18em;
    padding-bottom: 3.2rem;
  }
  .com-copy-box .ttl .num {
    font-size: 4.4rem;
    margin-right: 2px;
  }
  .com-copy-box .txt {
    font-size: 2.4rem;
    letter-spacing: 0.07em;
    line-height: 1.8;
    margin-top: 2.6rem;
    text-align: left;
  }
}
.com-note {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.com-note.right {
  text-align: right;
}

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

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

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

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

.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-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 2.3rem;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .com-content {
    width: 75rem;
    padding: 0 5.2rem;
    margin: 0 auto;
  }
}
@-webkit-keyframes mask-animation {
  0% {
    -webkit-mask-position: 130% 130%;
    mask-position: 130% 130%;
    -webkit-mask-image: linear-gradient(155deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(155deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  50% {
    -webkit-mask-image: linear-gradient(155deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(155deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-image: linear-gradient(155deg, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(155deg, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes mask-animation {
  0% {
    -webkit-mask-position: 130% 130%;
    mask-position: 130% 130%;
    -webkit-mask-image: linear-gradient(155deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(155deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  50% {
    -webkit-mask-image: linear-gradient(155deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(155deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-image: linear-gradient(155deg, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(155deg, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.com-note {
  font-size: 0.9rem;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 750px) {
  .com-note {
    font-size: 2rem;
    letter-spacing: 0;
  }
}

.com-wrap {
  background-color: #fff;
  border-radius: 2.5rem;
}

.com-main-wrap {
  border-radius: 2.5rem 2.5rem 0 0;
}
.com-main-wrap.show .com-main-img figure {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.com-main-wrap.show .com-main-img img {
  -webkit-animation: mask-animation 2s linear forwards;
          animation: mask-animation 2s linear forwards;
}
.com-main-wrap.show .com-main-ttl::after {
  height: 9.6rem;
}
.com-main-wrap.show .com-main-ttl .ttl-1,
.com-main-wrap.show .com-main-ttl .ttl-2 {
  opacity: 1;
  translate: 0% 0%;
}
.com-main-wrap.show .com-main-lead {
  opacity: 1;
  translate: -50% 0%;
}
.com-main-ttl {
  text-align: center;
  background: url("../img/common/main-ttl_bg.jpg") no-repeat center/cover;
  position: relative;
  padding: 4.4rem 0 4.5rem;
  z-index: 2;
}
.com-main-ttl::after {
  position: absolute;
  content: "";
  width: 0.1rem;
  min-width: 1px;
  height: 0;
  top: 77%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(30%, #000), color-stop(44%, #fff), color-stop(85%, #fff), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #000 0%, #000 30%, #fff 44%, #fff 85%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
  left: 50%;
  z-index: 2;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.com-main-ttl .ttl-1 {
  color: #655f32;
  font-size: 2.5rem;
  letter-spacing: 0.16em;
  opacity: 0;
  translate: 0% 100%;
  -webkit-transition: 1s ease 0s translate, 1s ease 0s opacity;
  transition: 1s ease 0s translate, 1s ease 0s opacity;
}
.com-main-ttl .ttl-2 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 1rem;
  letter-spacing: 0.15em;
  opacity: 0;
  translate: 0% 100%;
  -webkit-transition: 1.5s ease 0s translate, 1.5s ease 0s opacity;
  transition: 1.5s ease 0s translate, 1.5s ease 0s opacity;
}
.com-main-img {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@supports (-webkit-touch-callout: none) {
  .com-main-img {
    height: -webkit-fill-available;
  }
}
.com-main-img .com-cap {
  z-index: 2;
  left: 0.5rem;
  bottom: 2rem;
}
.com-main-img figure {
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: transform 3s ease;
  transition: transform 3s ease;
  position: relative;
      align-self: stretch;
    flex-shrink: 0;
}
.com-main-img figure::before, .com-main-img figure::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.com-main-img figure::before {
  background-color: rgba(30, 30, 30, 0.6);
  z-index: 1;
}
.com-main-img figure::after {
  background-color: rgba(30, 30, 30, 0.1);
  mix-blend-mode: multiply;
}
.com-main-img figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: linear-gradient(155deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(155deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-size: 250% 250%;
  -webkit-mask-size: 250% 250%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 130% 130%;
  -webkit-mask-position: 130% 130%;
}
.com-main-lead {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 21.3rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  translate: -50% 0;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  text-orientation: upright;
  opacity: 0;
  translate: -50% 30%;
  -webkit-transition: 1.5s ease 0s translate, 1.5s ease 0s opacity;
  transition: 1.5s ease 0s translate, 1.5s ease 0s opacity;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.com-main-lead .num {
  display: inline-block;
  font-size: 2.8rem;
  margin-top: -0.4rem;
  margin-bottom: -0.5rem;
}

@media screen and (max-width: 750px) {
  .com-main-wrap.show .com-main-ttl::after {
    height: 12.6rem;
  }
  .com-main-ttl {
    padding: 7.4rem 0 6.6rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .com-main-ttl:after {
    top: 82%;
  }
  .com-main-ttl .ttl-1 {
    font-size: 3.5rem;
    letter-spacing: 0.22em;
  }
  .com-main-ttl .ttl-2 {
    font-size: 3.2rem;
    margin-top: 0.8rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  .com-main-lead {
    font-size: 3.2rem;
    letter-spacing: 0.37em;
    top: 37.5rem;
  }
  .com-main-lead .num {
    font-size: 4.4rem;
    margin-top: -0.8rem;
    margin-bottom: -1.2rem;
    line-height: 2;
  }
  .com-main-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 0;
  }
  @supports not (height: 100dvh) {
    .com-main-img {
      height: auto;
    }
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .com-main-img {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .com-main-img .img {
    height: 50%;
    position: relative;
  }
}
.tabs-sticky {
  position: sticky;
  top: 6rem;
  z-index: 200;
  margin-bottom: -4.2rem;
}
.tabs-sticky .tabs-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;
}
.tabs-sticky .tab-btn {
  width: 19.2rem;
  height: 4.2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(52, 52, 52)), to(rgb(30, 30, 30)));
  background: linear-gradient(180deg, rgb(52, 52, 52) 0%, rgb(30, 30, 30) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
.tabs-sticky .tab-btn:hover {
  opacity: 0.7;
}
.tabs-sticky .tab-btn.active {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(163, 154, 146)), to(rgb(132, 120, 110)));
  background: linear-gradient(0deg, rgb(163, 154, 146) 0%, rgb(132, 120, 110) 100%);
}
.tabs-sticky .tab-btn.active::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.tabs-sticky .tab-btn::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.9rem;
  top: 50%;
  right: 0.9rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  background: url("../img/common/btn_arrow_w.svg") no-repeat center/contain;
}
.tabs-sticky .tab-btn + .tab-btn {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 750px) {
  .tabs-sticky {
    top: 12rem;
    margin-bottom: 0;
    width: calc(100% + 5.4rem);
    margin-left: -2.7rem;
  }
  .tabs-sticky .tab-btn {
    width: 33.3333333333%;
    height: 8.2rem;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
  }
  .tabs-sticky .tab-btn:after {
    width: 1rem;
    height: 1.6rem;
    right: 1.4rem;
  }
}
.js_banner {
  position: relative;
}
.js_banner figure {
  overflow: hidden;
  position: relative;
}
.js_banner figure picture {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 1s;
  transition: 1s;
}
.js_banner figure img {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.js_banner .banner_cloak {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.js_banner .banner_cloak li {
  height: 101%;
  width: 10%;
  background: url("../img/common/bg.jpg") repeat-y center top/100%;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
}
.js_banner .banner_cloak li:nth-child(10) {
  width: 10%;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.js_banner .banner_cloak li:nth-child(9) {
  width: 10%;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.js_banner .banner_cloak li:nth-child(8) {
  width: 10%;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.js_banner .banner_cloak li:nth-child(7) {
  width: 10%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js_banner .banner_cloak li:nth-child(6) {
  width: 10%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.js_banner .banner_cloak li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js_banner .banner_cloak li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js_banner .banner_cloak li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js_banner .banner_cloak li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js_banner .banner_cloak li:first-child {
  width: 10%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.js_banner.anm {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.js_banner.anm figure picture,
.js_banner.anm figure img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 3s;
  transition: 3s;
}
.js_banner.anm .banner_cloak li {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

/*動き*/
.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: opacity 1.3s ease, -webkit-transform 1.3s ease;
  transition: opacity 1.3s ease, -webkit-transform 1.3s ease;
  transition: transform 1.3s ease, opacity 1.3s ease;
  transition: transform 1.3s ease, opacity 1.3s ease, -webkit-transform 1.3s ease;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.m_down_on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

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

.m_op_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 {
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
figure.m_scale.m_scale_on img {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.m_mask figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: linear-gradient(155deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(155deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-size: 250% 250%;
  -webkit-mask-size: 250% 250%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 130% 130%;
  -webkit-mask-position: 130% 130%;
}
.m_mask_on figure img {
  -webkit-animation: mask-animation 2s linear forwards;
          animation: mask-animation 2s linear forwards;
}

#pageTop main {
  padding: 6.8rem 4.7rem 0;
}
@media screen and (max-width: 750px) {
  #pageTop main {
    padding: 11.8rem 2.7rem 0;
  }
}
#pageTop .note {
  font-size: 1rem;
  display: inline-block;
  letter-spacing: 0;
  -webkit-transform: translateY(-1.2rem);
  transform: translateY(-1.2rem);
}
#pageTop .note.note--2 {
  transform: translateY(-1.2rem) translateX(-2rem);
}
@media screen and (max-width: 750px) {
  #pageTop .note {
    font-size: 1.5rem;
  }
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    opacity: 0;
  }
}
#pageTop .com-main-wrap {
  height: 100%;
  border-radius: 0;
  overflow: hidden;
}
#pageTop .com-main-wrap .fix_img_box {
  opacity: 0;
  -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%;
}
#pageTop .com-main-wrap .fix_img_box.act {
  opacity: 1;
}
#pageTop .com-main-wrap video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 2.5rem 2.5rem 0 0;
}
#pageTop .com-main-wrap.is-passed {
  position: relative;
}
#pageTop .com-main-wrap.act .com-main-img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#pageTop .com-main-wrap.act .com-main-img img {
  -webkit-animation: mask-animation 2s linear forwards;
          animation: mask-animation 2s linear forwards;
}
#pageTop .com-main-wrap.act .com-main-ttl {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  top: 0%;
}
#pageTop .com-main-wrap .btn_box {
  width: 9rem;
  height: 3rem;
  position: absolute;
  bottom: 2.4rem;
  right: 1rem;
  z-index: 3;
}
#pageTop .com-main-wrap .btn_box .skip_btn,
#pageTop .com-main-wrap .btn_box .re_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  letter-spacing: 0.14em;
  font-weight: 500;
  border: 1px solid #fff;
  font-size: 1.6rem;
  color: #fff;
  background: rgba(10, 15, 12, 0.6588235294);
  padding: 0.3rem 0 0;
  -webkit-transition: opacity 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: opacity 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
}
#pageTop .com-main-wrap .btn_box .re_btn {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#pageTop .com-main-wrap .btn_box .arrow {
  width: 0.5rem;
  position: absolute;
  top: 50%;
  right: 0.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#pageTop .com-main-wrap .btn_box.act .skip_btn {
  opacity: 0;
}
#pageTop .com-main-wrap .btn_box.act .re_btn {
  opacity: 1;
}
#pageTop .com-main-wrap:has(.fix_img_box.act) video {
  opacity: 0;
}
#pageTop .com-main-img {
  height: 105vh;
  border-radius: 2.5rem 2.5rem 0 0;
  overflow: hidden;
}
#pageTop .com-main-img figure::before, #pageTop .com-main-img figure::after {
  display: none;
}
#pageTop .com-main-ttl {
  position: absolute;
  top: -0.6%;
  right: 3.1%;
  width: 44.3%;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  background: unset;
}
#pageTop .com-main-ttl.act {
  opacity: 1;
}
#pageTop .com-main-ttl.act.skip {
  -webkit-transition: 1s;
  transition: 1s;
}
#pageTop .com-main-ttl::after {
  display: none;
}
@media screen and (max-width: 750px) {
  #pageTop .com-main-wrap.show .com-main-ttl {
    top: -0.2%;
  }
  #pageTop .com-main-wrap .btn_box {
    right: 2rem;
    width: 15rem;
    height: 5rem;
    bottom: 5.4rem;
    left: auto;
  }
  #pageTop .com-main-wrap .btn_box .skip_btn,
  #pageTop .com-main-wrap .btn_box .re_btn {
    font-size: 2.4rem;
    padding: 0.4rem 0 0;
  }
  #pageTop .com-main-wrap .btn_box .arrow {
    width: 1rem;
    right: 1rem;
  }
  #pageTop .com-main-img {
    height: 87.6vh;
  }
  #pageTop .com-main-img .img {
    height: 100%;
  }
  #pageTop .com-main-img .com-cap {
    bottom: 2rem;
    left: 2rem;
  }
  #pageTop .com-main-ttl {
    top: 12.5%;
    right: auto;
    left: 7.6%;
    width: 77.4%;
  }
}
#pageTop .merit_wrap {
  background-color: #fff;
  overflow: unset;
  position: relative;
}
#pageTop .merit_top {
  padding: 1.8rem 0 1.5rem;
}
#pageTop .merit_top figure {
  width: 94rem;
  margin: 0 auto;
}
#pageTop .merit_body {
  background-color: #1e1e1e;
  width: calc(100% + 9.4rem);
  margin-left: -4.7rem;
  padding: 0.7rem 0 0.8rem;
  position: relative;
  z-index: 100;
}
#pageTop .merit_body-list {
  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;
}
#pageTop .merit_body-item {
  padding: 0 2.3rem;
  border-right: 1px solid #fff;
}
#pageTop .merit_body-item:last-child {
  border-right: none;
}
#pageTop .merit_body-item--01 figure {
  width: 31.5rem;
}
#pageTop .merit_body-item--02 figure {
  width: 15.7rem;
}
#pageTop .merit_body-item--03 figure {
  width: 32.5rem;
}
#pageTop .merit_bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #372b14;
  padding: 1.7rem 0 1.4rem;
}
#pageTop .merit_bot .txt {
  width: 81rem;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_top {
    padding: 3.7rem 0 3.5rem;
  }
  #pageTop .merit_top figure {
    width: 100%;
    margin: 0 auto;
  }
  #pageTop .merit_body {
    width: calc(100% + 5.4rem);
    margin-left: -2.7rem;
    padding: 1.5rem 0 0.8rem;
  }
  #pageTop .merit_body-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #pageTop .merit_body-item {
    border-right: 0px;
    border-bottom: 1px solid #fff;
    width: 93%;
    margin: 0 auto;
    padding: 1rem 1rem 2rem;
  }
  #pageTop .merit_body-item:last-child {
    border-bottom: 0px;
  }
  #pageTop .merit_body-item figure {
    margin: 0 auto;
  }
  #pageTop .merit_body-item--01 figure {
    width: 100%;
  }
  #pageTop .merit_body-item--02 figure {
    width: 29.7rem;
  }
  #pageTop .merit_body-item--03 figure {
    width: 100%;
  }
  #pageTop .merit_bot {
    padding: 2.4rem 0 2.2rem;
  }
  #pageTop .merit_bot .txt {
    width: 52rem;
  }
}
#pageTop .intro_wrap {
  background: url("../img/common/com-main-bg.jpg") no-repeat center/cover;
  text-align: center;
  padding: 2.9rem 0 3.4rem;
  z-index: 2;
  margin-bottom: 7rem;
  overflow: visible;
}
#pageTop .intro_wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 7.4rem;
  left: 0;
  bottom: -7.4rem;
  background-color: #fff;
}
#pageTop .intro_ttl {
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.2222222222;
  letter-spacing: 0.3em;
}
#pageTop .intro_txt {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1px;
  line-height: 2.75;
  letter-spacing: 0.05em;
  margin-left: 1.3rem;
}
#pageTop .intro_action {
  margin-top: 1.8rem;
}
#pageTop .intro_action-btn {
  width: 24rem;
  height: 5.1rem;
  background: -webkit-gradient(linear, right top, left top, from(#630026), to(#7e2b4b));
  background: linear-gradient(to left, #630026 0%, #7e2b4b 100%);
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  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: 0 auto;
  -webkit-box-shadow: rgba(30, 30, 30, 0.55) 1.95px 1.95px 2.6px;
          box-shadow: rgba(30, 30, 30, 0.55) 1.95px 1.95px 2.6px;
  -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_action-btn:hover {
  opacity: 0.6;
}
#pageTop .intro_action-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0)), to(rgba(30, 30, 30, 0.25)));
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.25) 100%);
  mix-blend-mode: multiply;
}
#pageTop .intro_action-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/common/btn_bg.png") no-repeat center/cover;
  mix-blend-mode: multiply;
}
#pageTop .intro_action-btn .txt {
  position: relative;
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.3em;
}
#pageTop .intro_action-btn .txt-en {
  font-size: 1.6rem;
  letter-spacing: 0.17em;
}
#pageTop .intro_action-btn .txt-jp {
  font-size: 1rem;
  letter-spacing: 0;
  margin-top: 0.3rem;
}
#pageTop .intro_action-btn .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  #pageTop .intro_wrap {
    padding: 3.8rem 0 5.4rem;
    margin-bottom: 10.8rem;
  }
  #pageTop .intro_wrap::after {
    height: 10.8rem;
    bottom: -10.8rem;
  }
  #pageTop .intro_wrap .com-content {
    width: 100%;
  }
  #pageTop .intro_ttl {
    font-size: 4.7rem;
  }
  #pageTop .intro_txt {
    font-size: 2.2rem;
    margin-top: 2rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-left: 0;
  }
  #pageTop .intro_action {
    margin-top: 3.5rem;
  }
  #pageTop .intro_action-btn {
    width: 48.8rem;
    height: 10.4rem;
    border-radius: 2px;
  }
  #pageTop .intro_action-btn .txt-en {
    font-size: 3.2rem;
    letter-spacing: 0.2em;
  }
  #pageTop .intro_action-btn .txt-jp {
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    margin-top: 0.5rem;
  }
  #pageTop .intro_action-btn .arrow {
    right: 1.9rem;
    width: 1.2rem;
  }
}
#pageTop .concept_wrap {
  position: relative;
  overflow: unset;
  background: #fff;
  z-index: 2;
}
#pageTop .concept_scroll {
  background-color: #1e1e1e;
  text-align: center;
  color: #fff;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9.2rem;
  height: 9.2rem;
  border-radius: 100%;
  position: absolute;
  top: -4.07rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 1.3rem;
  clip-path: inset(0 0 56% 0);
  overflow: visible;
  z-index: 2;
}
#pageTop .concept_scroll-txt {
  font-size: 0.9rem;
}
#pageTop .concept_scroll-icon {
  width: 1rem;
  margin-top: -0.3rem;
}
#pageTop .concept_scroll.is-fixed {
  position: fixed;
  top: auto;
  bottom: -5.2rem;
}
#pageTop .concept_scroll.is-bottom {
  position: absolute;
  top: auto;
  bottom: -5.2rem;
}
#pageTop .concept_box {
  position: relative;
}
#pageTop .concept_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.5px;
  height: 3.4rem;
  background: #ffffff;
  z-index: 2;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
@-webkit-keyframes scroll {
  0% {
    height: 0.7rem;
    opacity: 0;
  }
  5% {
    height: 0.7rem;
    opacity: 1;
  }
  80% {
    height: 2rem;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    height: 0.7rem;
    opacity: 0;
  }
  5% {
    height: 0.7rem;
    opacity: 1;
  }
  80% {
    height: 2rem;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#pageTop .concept_box--omiya .concept_txt .note {
  margin-left: -1rem;
}
#pageTop .concept_box--residence .concept_txtBox {
  color: #fff;
}
#pageTop .concept_box--residence::after {
  content: "";
  position: absolute;
  bottom: -14rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.5px;
  height: 14rem;
  background: #fff;
  z-index: 2;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: scrollDown 2s backwards infinite;
          animation: scrollDown 2s backwards infinite;
}
#pageTop .concept_box.is-active .concept_sub,
#pageTop .concept_box.is-active .concept_lead,
#pageTop .concept_box.is-active .concept_txt {
  opacity: 1;
  translate: 0% 0%;
}
#pageTop .concept_box--omiya::before {
  background: #1e1e1e;
}
#pageTop .concept_box--position::before {
  background: #1e1e1e;
}
#pageTop .concept_bg {
  width: 100%;
  overflow: hidden;
  background: #372B13;
}
#pageTop .concept_bg figure {
  will-change: transform;
  -webkit-transition: all 15s ease;
  transition: all 15s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1.1) translateZ(0);
          transform: scale(1.1) translateZ(0);
}
#pageTop .concept_bg .com-cap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1.3s 1.3s;
  transition: opacity 1.3s 1.3s;
}
#pageTop .concept_bg.m_mask_on figure {
  -webkit-transform: scale(1.02) translateZ(0);
          transform: scale(1.02) translateZ(0);
}
#pageTop .concept_bg.m_mask_on .com-cap {
  opacity: 1;
  visibility: visible;
}
#pageTop .concept_txtBox {
  position: absolute;
  width: 100%;
  top: 4.2rem;
  left: 0;
  z-index: 2;
  text-align: center;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#pageTop .concept_sub {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
#pageTop .concept_lead {
  font-size: 3.1rem;
  font-weight: normal;
  margin-top: 0.8rem;
  letter-spacing: 0.25em;
}
#pageTop .concept_txt {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.2em;
  margin-top: 1.3rem;
}
#pageTop .concept_txt .note {
  font-size: 0.6rem;
  display: inline-block;
  -webkit-transform: translateY(-0.7rem);
          transform: translateY(-0.7rem);
}
@media screen and (max-width: 750px) {
  #pageTop .concept_wrap {
    z-index: 100;
    width: calc(100% + 5.4rem);
    margin-left: -2.7rem;
  }
  #pageTop .concept_sticky {
    top: 11.8rem !important;
    height: calc(100vh - 11.8rem);
  }
  #pageTop .concept_scroll {
    width: 15.6rem;
    height: 15.6rem;
    top: -6.8rem;
    padding-top: 2.3rem;
  }
  #pageTop .concept_scroll.is-fixed {
    bottom: 3.2rem;
    top: auto !important;
  }
  #pageTop .concept_scroll.is-bottom {
    bottom: -8.8rem;
  }
  #pageTop .concept_scroll-txt {
    font-size: 1.9rem;
  }
  #pageTop .concept_scroll-icon {
    width: 2rem;
    margin-top: 0;
  }
  #pageTop .concept_scroll.is-fixed {
    top: -6.9rem;
  }
  #pageTop .concept_box::before {
    height: 10rem;
    -webkit-animation-name: scrollSp;
            animation-name: scrollSp;
  }
  @-webkit-keyframes scrollSp {
    0% {
      height: 1rem;
      opacity: 0;
    }
    5% {
      height: 1rem;
      opacity: 1;
    }
    80% {
      height: 7rem;
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes scrollSp {
    0% {
      height: 1rem;
      opacity: 0;
    }
    5% {
      height: 1rem;
      opacity: 1;
    }
    80% {
      height: 7rem;
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  #pageTop .concept_box--position::before {
    background: #fff;
  }
  #pageTop .concept_box--position .concept_txtBox {
    color: #fff;
  }
  #pageTop .concept_box--position .concept_lead::after {
    background-color: #fff;
  }
  #pageTop .concept_box--residence .concept_lead::after {
    background-color: #fff;
  }
  #pageTop .concept_bg {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #pageTop .concept_txtBox {
    top: 11rem;
    width: 100%;
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  #pageTop .concept_sub {
    font-size: 2.8rem;
    letter-spacing: 0.18em;
  }
  #pageTop .concept_lead {
    font-size: 4.6rem;
    margin-top: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.34;
    position: relative;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #pageTop .concept_lead::after {
    display: block;
    content: "";
    width: 8.2rem;
    height: 1px;
    background-color: #1e1e1e;
    margin: 3.2rem auto 0;
  }
  #pageTop .concept_txt {
    font-size: 3rem;
    line-height: 1.5;
    margin-top: 3.4rem;
    letter-spacing: 0.03em;
  }
  #pageTop .concept_txt .note {
    font-size: 1.6rem;
    -webkit-transform: translateY(-1.3rem);
            transform: translateY(-1.3rem);
  }
}
#pageTop .certification_wrap {
  background: url("../img/top/certification_bg.jpg") no-repeat center/cover;
  margin-top: 10rem;
  padding: 6.2rem 0 5.2rem;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: unset;
  z-index: 1;
}
#pageTop .certification_wrap::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 11.2rem;
  background-color: #fff;
  bottom: -7.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: scrollDown 2s backwards infinite;
          animation: scrollDown 2s backwards infinite;
  z-index: 4;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #ffffff), color-stop(44%, #fff), color-stop(85%, #fff), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 30%, #fff 44%, #fff 85%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
#pageTop .certification_logo {
  width: 32rem;
  margin: 0 auto;
}
#pageTop .certification_lead {
  font-size: 2.7rem;
  line-height: 0.9em;
  margin-top: 4.1rem;
  letter-spacing: 0.3em;
}
#pageTop .certification_lead .num {
  color: #9f974d;
  font-size: 4.4rem;
}
#pageTop .certification_lead .s1 {
  font-size: 2rem;
}
#pageTop .certification_txt {
  font-size: 1.3rem;
  line-height: 1.830769231;
  margin-top: 1.8rem;
  letter-spacing: 0.15em;
}
#pageTop .certification_sub {
  font-size: 2.6rem;
  line-height: 0.9;
  margin-top: 2rem;
  padding: 2rem 0 2.3rem;
  letter-spacing: 0.2em;
  position: relative;
}
#pageTop .certification_sub span {
  position: relative;
  z-index: 2;
}
#pageTop .certification_sub .s1 {
  font-size: 1.9rem;
}
#pageTop .certification_sub::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgb(30, 30, 30)), color-stop(50%, rgb(30, 30, 30)), color-stop(60%, rgb(30, 30, 30)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(30, 30, 30) 40%, rgb(30, 30, 30) 50%, rgb(30, 30, 30) 60%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: multiply;
}
#pageTop .certification_sub .hl {
  color: #9f974d;
  font-size: 4.1rem;
  line-height: 1;
  display: inline-block;
  -webkit-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
  letter-spacing: 0.17em;
  margin: 0 -1.8rem 0 -1.4rem;
}
#pageTop .certification_btnBox {
  margin-top: 3rem;
}
#pageTop .certification_btn {
  width: 23.3rem;
  height: 3.3rem;
  background: -webkit-gradient(linear, right top, left top, from(#630026), to(#7e2b4b));
  background: linear-gradient(to left, #630026 0%, #7e2b4b 100%);
  position: relative;
  border-radius: 4rem;
  overflow: hidden;
  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: 0 auto;
  -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 .certification_btn:hover {
  opacity: 0.6;
}
#pageTop .certification_btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0)), to(rgba(30, 30, 30, 0.25)));
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.25) 100%);
  mix-blend-mode: multiply;
  opacity: 0.9;
}
#pageTop .certification_btn .txt {
  position: relative;
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  letter-spacing: -0.07em;
}
#pageTop .certification_btn .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.7rem;
  z-index: 2;
  width: 0.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 750px) {
  #pageTop .certification_wrap {
    margin-top: 11.5rem;
    padding: 7.1rem 0 11.5rem;
  }
  #pageTop .certification_wrap::after {
    height: 15.2rem;
  }
  #pageTop .certification_logo {
    width: 61rem;
  }
  #pageTop .certification_lead {
    font-size: 3.8rem;
    line-height: 1.44;
    margin-top: 0.7rem;
    letter-spacing: 0.2em;
  }
  #pageTop .certification_lead .num {
    font-size: 6.5rem;
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
    display: inline-block;
  }
  #pageTop .certification_lead .s1 {
    font-size: 3rem;
  }
  #pageTop .certification_txt {
    padding: 0 3.6rem;
    font-size: 2.5rem;
    line-height: 1.880769231;
    margin-top: 2.5rem;
    letter-spacing: 0.18em;
  }
  #pageTop .certification_sub {
    font-size: 3.8rem;
    line-height: 1.34;
    margin-top: 4.3rem;
    padding: 3.4rem 0 6rem;
    letter-spacing: 0.18em;
  }
  #pageTop .certification_sub .hl {
    margin: 0 -2.5rem 0 -2.5rem;
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
    font-size: 6rem;
  }
  #pageTop .certification_sub .note {
    margin-left: -3rem;
    -webkit-transform: translateY(-4.2rem);
    transform: translateY(-4.2rem);
  }
  #pageTop .certification_sub .note.note--2 {
    -webkit-transform: translateY(-3rem) translateX(-1.2rem);
    transform: translateY(-3rem) translateX(-1.2rem);
  }
  #pageTop .certification_sub .s1 {
    font-size: 3rem;
  }
  #pageTop .certification_sub::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(0, 0, 0, 0.9)), color-stop(80%, rgba(0, 0, 0, 0.9)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 20% 30%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.9) 80%, rgba(255, 255, 255, 0) 100%);
  }
  #pageTop .certification_btnBox {
    margin-top: 4.7rem;
  }
  #pageTop .certification_btn {
    width: 46.1rem;
    height: 6.3rem;
  }
  #pageTop .certification_btn .txt {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
  }
  #pageTop .certification_btn .arrow {
    right: 1.2rem;
    width: 1.2rem;
    height: 2.1rem;
  }
}
#pageTop .menu_wrap {
  margin-top: 8.1rem;
  padding-bottom: 5.6rem;
}
#pageTop .menu_ttl {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.26rem;
}
#pageTop .menu_list {
  margin-top: 3.4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 3rem;
  padding: 0 0.3rem;
}
#pageTop .menu_item {
  position: relative;
}
#pageTop .menu_item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0.5rem;
  left: 0.5rem;
  border-radius: 1.8rem 1.8rem 1.8rem 0;
  background-color: rgba(30, 30, 30, 0.4);
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
#pageTop .menu_card {
  overflow: hidden;
  border-radius: 1.8rem 1.8rem 1.8rem 0;
  position: relative;
  z-index: 2;
  display: block;
}
#pageTop .menu_card:hover .menu_imgBox::before {
  background-color: rgba(30, 30, 30, 0.22);
}
#pageTop .menu_card:hover .menu_imgBox::after {
  opacity: 0;
}
#pageTop .menu_card:hover .menu_btn-txt {
  color: #630026;
}
#pageTop .menu_card:hover .menu_btn-txt::after {
  width: 27rem;
  margin-right: 1rem;
  margin-left: 0.2rem;
}
#pageTop .menu_card:hover .menu_btn-icon {
  background-color: #630026;
}
#pageTop .menu_card:hover .menu_btn-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#pageTop .menu_imgBox {
  position: relative;
  overflow: hidden;
}
#pageTop .menu_imgBox::before, #pageTop .menu_imgBox::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#pageTop .menu_imgBox::before {
  background-color: rgba(30, 30, 30, 0.53);
  z-index: 2;
}
#pageTop .menu_imgBox::after {
  background-color: rgba(187, 187, 187, 0.3);
  z-index: 1;
}
#pageTop .menu_imgBox .com-cap {
  font-size: 0.8rem;
  z-index: 3;
}
#pageTop .menu_ttlBox {
  position: absolute;
  top: 50%;
  left: 50%;
  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;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
}
#pageTop .menu_ttlEn {
  font-size: 2.8rem;
  letter-spacing: 0.44rem;
  text-shadow: 0 0 10px #1e1e1e;
}
#pageTop .menu_ttlJp {
  font-size: 1.6rem;
  margin-top: 0.2rem;
  letter-spacing: 0;
  text-shadow: 0 0 10px #1e1e1e;
}
#pageTop .menu_ttlJp.ls-2 {
  letter-spacing: 0.2rem;
}
#pageTop .menu_txtBox {
  padding: 1.8rem 3.6rem;
  background: url("../img/top/menu_bg.jpg") no-repeat center/cover;
}
#pageTop .menu_txt {
  font-size: 1.6rem;
  line-height: 1.33;
  letter-spacing: 0.1em;
}
#pageTop .menu_txt .note {
  font-size: 0.8rem;
  margin-left: -1rem;
  -webkit-transform: translateY(-0.8rem);
          transform: translateY(-0.8rem);
}
#pageTop .menu_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.6rem;
}
#pageTop .menu_btn-txt {
  font-size: 1.4rem;
  letter-spacing: 0.21rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#pageTop .menu_btn-txt::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 0;
  background-color: #630026;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#pageTop .menu_btn-icon {
  margin-left: -0.4rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s ease, border-radius 0.3s ease;
  transition: background-color 0.3s ease, border-radius 0.3s ease;
}
#pageTop .menu_btn-icon img {
  width: 5px;
}
@media screen and (max-width: 750px) {
  #pageTop .menu_wrap {
    margin-top: 12.5rem;
    padding-bottom: 6.4rem;
  }
  #pageTop .menu_wrap .com-content {
    padding: 0 3.7rem;
  }
  #pageTop .menu_ttl {
    font-size: 3rem;
  }
  #pageTop .menu_list {
    padding: 0;
    margin-top: 4.8rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 4.5rem 0;
  }
  #pageTop .menu_card {
    border-radius: 3rem 3rem 3rem 0;
  }
  #pageTop .menu_card:hover .menu_btn-txt::after {
    width: 31rem;
    margin-right: 0.5rem;
    margin-top: -0.9rem;
  }
  #pageTop .menu_imgBox .com-cap {
    font-size: 1.8rem;
  }
  #pageTop .menu_ttlEn {
    font-size: 4rem;
    margin-left: 1.4rem;
    letter-spacing: 1.4rem;
  }
  #pageTop .menu_ttlJp {
    font-size: 2.8rem;
    margin-top: 0.9rem;
    letter-spacing: 0.06em;
  }
  #pageTop .menu_ttlJp.ls-2 {
    letter-spacing: 0.2em;
  }
  #pageTop .menu_txtBox {
    padding: 3rem 4.2rem 2.7rem;
  }
  #pageTop .menu_txt {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  #pageTop .menu_btn {
    margin-top: 3rem;
  }
  #pageTop .menu_btn-txt {
    font-size: 2.8rem;
    letter-spacing: 0.24rem;
  }
  #pageTop .menu_btn-icon {
    margin-left: 0;
    width: 4rem;
    height: 4rem;
    margin-top: -0.5rem;
  }
}

#pageAccess main {
  padding-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  #pageAccess main {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 750px) {
  #pageAccess .com-main-img figure::before, #pageAccess .com-main-img figure::after {
    display: none;
  }
}
#pageAccess .access_train {
  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: 0 7.9rem;
  margin-top: 3.5rem;
}
#pageAccess .access_train-left {
  width: 37.2%;
  margin-top: 3px;
}
#pageAccess .access_train-right {
  width: 55.8%;
}
#pageAccess .access_train-sub {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}
#pageAccess .access_train-note {
  font-size: 0.9rem;
  margin-top: 2.1rem;
  line-height: 1.12;
  letter-spacing: 0;
}
#pageAccess .access_train .station-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.1rem 1fr 2.1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem 2.1rem;
  margin-top: 1rem;
}
#pageAccess .access_train .station-name {
  font-size: 1.8rem;
  margin-left: -1.1rem;
  letter-spacing: 0.08em;
  margin-top: 1.3rem;
  font-weight: 500;
}
#pageAccess .access_train .station-time {
  border-top: 1px solid #1e1e1e;
  margin-top: 0.6rem;
}
#pageAccess .access_train .station-time .time-label {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 0 0.9rem;
  background-color: #515b71;
  border-radius: 4rem;
}
#pageAccess .access_train .station-time .time-value {
  font-size: 3.4rem;
  line-height: 1;
  color: #630026;
  font-family: "Bellefair", serif;
  display: inline-block;
  -webkit-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
  margin-top: -1px;
}
#pageAccess .access_train .station-time .time-unit {
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: -0.4rem;
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  display: inline-block;
}
@media screen and (max-width: 750px) {
  #pageAccess .access_wrap {
    overflow: unset;
  }
  #pageAccess .access_train {
    padding: 0;
    margin-top: 5.2rem;
  }
  #pageAccess .access_train-left {
    width: 100%;
    margin-top: 0;
    padding-bottom: 5.4rem;
  }
  #pageAccess .access_train-right {
    width: calc(100% + 5.4rem + 10.4rem);
    background-color: #1e1e1e;
    padding: 5rem 0 5.3rem;
    margin-left: -7.8rem;
  }
  #pageAccess .access_train-sub {
    font-size: 2.5rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
  }
  #pageAccess .access_train .station-grid {
    margin-top: 3rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    width: calc(100% + 5.4rem + 10.4rem);
    margin-left: -7.8rem;
    position: relative;
    padding-bottom: 8.2rem;
  }
  #pageAccess .access_train .station-grid .slick-dots {
    position: absolute;
    bottom: 1.4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 3.3rem;
  }
  #pageAccess .access_train .station-grid .slick-dots .slick-active button {
    background-color: #9f974d;
  }
  #pageAccess .access_train .station-grid .slick-dots button {
    font-size: 0;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #pageAccess .access_train .station-grid .slick-dots button:hover {
    opacity: 0.7;
  }
  #pageAccess .access_train .station-grid .slick-arrow {
    position: absolute;
    bottom: 0;
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    background-color: #9f974d;
    font-size: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  #pageAccess .access_train .station-grid .slick-arrow:hover {
    opacity: 0.7;
  }
  #pageAccess .access_train .station-grid .slick-arrow::before {
    position: absolute;
    content: "";
    width: 1rem;
    height: 2.2rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url("../img/common/btn_arrow_w.svg") no-repeat center/contain;
  }
  #pageAccess .access_train .station-grid .slick-prev {
    left: 14rem;
  }
  #pageAccess .access_train .station-grid .slick-prev::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
  #pageAccess .access_train .station-grid .slick-next {
    right: 14rem;
  }
  #pageAccess .access_train .station-card {
    padding: 0 1.6rem;
    width: 34.3rem;
    color: #fff;
    text-align: center;
  }
  #pageAccess .access_train .station-name {
    font-size: 3.8rem;
    margin-left: -1.1rem;
    letter-spacing: 0.2em;
    margin-top: 2rem;
  }
  #pageAccess .access_train .station-time {
    border-top: 1px solid #fff;
    margin-top: 1.5rem;
  }
  #pageAccess .access_train .station-time .time-label {
    font-size: 2.5rem;
    line-height: 1;
    padding: 0.6rem 2.2rem 0.8rem;
    background-color: #73193c;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    display: inline-block;
    margin-right: 0.5rem;
    letter-spacing: 0.17em;
  }
  #pageAccess .access_train .station-time .time-value {
    font-size: 7.4rem;
    color: #9f974d;
    margin-top: 1px;
  }
  #pageAccess .access_train .station-time .time-unit {
    font-size: 3.8rem;
  }
  #pageAccess .access_train-note {
    color: #fff;
    font-size: 2rem;
    margin-top: 6.1rem;
    padding: 0 6rem;
  }
}
#pageAccess .potential_wrap {
  padding-top: 5.6rem;
  padding-bottom: 6.5rem;
}
#pageAccess .potential_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5.2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.6rem 5.2rem;
  margin-top: 3.9rem;
  padding: 0 15.3rem;
}
#pageAccess .potential_item--01 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
#pageAccess .potential_item--01 .potential_item-sub {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pageAccess .potential_item--01 .potential_item-sub::before {
  display: inline-block;
  content: "";
  border-top: 1.4rem solid #9f974d;
  border-left: 1.65rem solid transparent;
  border-right: 1.65rem solid transparent;
  margin-bottom: 0.8rem;
  margin-top: 0.5rem;
}
#pageAccess .potential_item-lead {
  background-color: #6b0d31;
  border-radius: 3rem;
  height: 3.3rem;
  width: 31.7rem;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.3rem;
}
#pageAccess .potential_item-lead .st {
  background-color: #1e1e1e;
  width: 43.2%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%);
  font-size: 1.2rem;
  font-family: "Bellefair", serif;
  position: relative;
  letter-spacing: 0.14em;
  padding-top: 0.3rem;
}
#pageAccess .potential_item-lead .st::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.9rem;
  top: 50%;
  left: 1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  background: url("../img/common/btn_arrow_w.svg") no-repeat center/contain;
}
#pageAccess .potential_item-lead .st .num {
  font-size: 2.9rem;
  margin-left: 0.6rem;
  margin-right: -1rem;
}
#pageAccess .potential_item-lead .ttl {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  width: 55%;
  margin-top: -1px;
}
#pageAccess .potential_item-imgs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3.5rem;
  margin-top: 2.7rem;
}
#pageAccess .potential_item-sub {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2rem;
  letter-spacing: -0.04em;
}
#pageAccess .potential_item-note {
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  margin-top: 0.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageAccess .potential_wrap {
    padding-top: 0;
    padding-bottom: 9.5rem;
  }
  #pageAccess .potential_banner {
    width: calc(100% + 10.4rem);
    margin-left: -5.2rem;
  }
  #pageAccess .potential_list {
    padding: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 6rem 0;
    margin-top: 7.4rem;
  }
  #pageAccess .potential_item {
    padding-bottom: 7rem;
    position: relative;
  }
  #pageAccess .potential_item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-image: radial-gradient(circle, #565656 0.8px, transparent 0.8px);
    background-size: 5px 1px;
  }
  #pageAccess .potential_item:last-child {
    padding-bottom: 0;
  }
  #pageAccess .potential_item:last-child::after {
    display: none;
  }
  #pageAccess .potential_item--01 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  #pageAccess .potential_item--01 .potential_item-sub::before {
    border-top: 2.7rem solid #9f974d;
    border-left: 2.9rem solid transparent;
    border-right: 2.9rem solid transparent;
    margin-bottom: 2.5rem;
    margin-top: -0.5rem;
  }
  #pageAccess .potential_item-lead {
    height: 6rem;
    width: 100%;
    margin-bottom: 3.7rem;
  }
  #pageAccess .potential_item-lead .st {
    font-size: 2.2rem;
    letter-spacing: 0.16em;
  }
  #pageAccess .potential_item-lead .st::before {
    width: 1rem;
    height: 1.6rem;
    left: 2.7rem;
  }
  #pageAccess .potential_item-lead .st .num {
    font-size: 4.9rem;
    margin-left: 1.2rem;
    margin-right: -1.8rem;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  #pageAccess .potential_item-lead .ttl {
    font-size: 3.1rem;
    letter-spacing: 0.2em;
  }
  #pageAccess .potential_item-imgs {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.8rem 0;
    margin-top: 5.5rem;
  }
  #pageAccess .potential_item-sub {
    font-size: 3.2rem;
    letter-spacing: 0;
    margin-top: 4rem;
  }
  #pageAccess .potential_item-note {
    font-size: 2rem;
    margin-top: 2.6rem;
    letter-spacing: -0.05em;
  }
}
#pageAccess .bulletTrain_wrap {
  background-color: #edebe9;
  padding: 6.6rem 0;
}
#pageAccess .bulletTrain_flexBox {
  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;
  padding: 0 15.4rem;
  margin-top: 3rem;
}
#pageAccess .bulletTrain_map {
  width: 41.8%;
}
#pageAccess .bulletTrain_stations {
  width: 54.6%;
}
#pageAccess .bulletTrain_stations .txt {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5428571429;
  margin-top: -0.6rem;
}
#pageAccess .bulletTrain_stations .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}
#pageAccess .bulletTrain_stations .card {
  background-color: #fff;
  padding: 1.4rem 1.4rem 1.3rem;
}
#pageAccess .bulletTrain_stations .card--01 {
  border-top: 0.4rem solid #345a3e;
}
#pageAccess .bulletTrain_stations .card--02 {
  border-top: 0.4rem solid #ae5e5a;
}
#pageAccess .bulletTrain_stations .card--03 {
  border-top: 0.4rem solid #8b4867;
}
#pageAccess .bulletTrain_stations .card--04 {
  border-top: 0.4rem solid #33476b;
}
#pageAccess .bulletTrain_stations .card .name {
  font-size: 2.3rem;
  font-weight: 500;
  position: relative;
  padding-left: 1.3rem;
  padding-bottom: 0.8rem;
  letter-spacing: 0.14em;
}
#pageAccess .bulletTrain_stations .card .name::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-image: radial-gradient(circle, #565656 1px, transparent 1px);
  background-size: 10px 2px;
}
#pageAccess .bulletTrain_stations .card .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 1px;
}
#pageAccess .bulletTrain_stations .card .time .value {
  font-size: 4rem;
  color: #630026;
}
#pageAccess .bulletTrain_stations .card .time .unit {
  font-size: 2.3rem;
  font-weight: 500;
}
#pageAccess .bulletTrain_stations .card .note {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-top: 0.8rem;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  #pageAccess .bulletTrain_wrap {
    padding-top: 0;
    padding-bottom: 9rem;
  }
  #pageAccess .bulletTrain_banner {
    width: calc(100% + 10.4rem);
    margin-left: -5.2rem;
  }
  #pageAccess .bulletTrain_flexBox {
    padding: 0;
  }
  #pageAccess .bulletTrain_map {
    width: 100%;
  }
  #pageAccess .bulletTrain_stations {
    width: 100%;
  }
  #pageAccess .bulletTrain_stations .grid {
    margin-top: 2.5rem;
  }
  #pageAccess .bulletTrain_stations .card {
    padding: 2rem 1.4rem 1.6rem;
  }
  #pageAccess .bulletTrain_stations .card--01 {
    border-top: 0.8rem solid #345a3e;
  }
  #pageAccess .bulletTrain_stations .card--02 {
    border-top: 0.8rem solid #ae5e5a;
  }
  #pageAccess .bulletTrain_stations .card--03 {
    border-top: 0.8rem solid #8b4867;
  }
  #pageAccess .bulletTrain_stations .card--04 {
    border-top: 0.8rem solid #33476b;
  }
  #pageAccess .bulletTrain_stations .card .name {
    font-size: 3.5rem;
    padding-bottom: 1.6rem;
    text-align: center;
  }
  #pageAccess .bulletTrain_stations .card .name::after {
    height: 2px;
    background-image: radial-gradient(circle, #565656 0.8px, transparent 0.8px);
    background-size: 6px 2px;
  }
  #pageAccess .bulletTrain_stations .card .time .value {
    font-size: 6.2rem;
  }
  #pageAccess .bulletTrain_stations .card .time .unit {
    font-size: 3.4rem;
  }
  #pageAccess .bulletTrain_stations .card .note {
    font-size: 2rem;
    margin-top: 1.2rem;
  }
}
#pageAccess .airport_wrap {
  padding: 6.5rem 0;
}
#pageAccess .airport_wrap .act .airport-highlight {
  opacity: 1;
  translate: 0% 0%;
}
#pageAccess .airport-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  translate: 0% 100%;
  -webkit-transition: 2.5s ease 0s translate, 2.5s ease 0s opacity;
  transition: 2.5s ease 0s translate, 2.5s ease 0s opacity;
}
#pageAccess .airport-highlight_row {
  position: relative;
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.3rem;
}
#pageAccess .airport-highlight_row::after {
  content: "";
  position: absolute;
  left: -9px;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 107%;
  background-image: radial-gradient(circle, #565656 0.8px, transparent 0.8px);
  background-size: 5px 1px;
}
#pageAccess .airport-highlight_name {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-left: -2.2rem;
}
#pageAccess .airport-highlight_via {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.03rem;
  margin-left: 0.3rem;
}
#pageAccess .airport-highlight_time {
  font-size: 2.2rem;
  margin-left: 1.2rem;
}
#pageAccess .airport-highlight_arrow {
  font-size: 1.1rem;
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
  margin-left: 0.5rem;
}
#pageAccess .airport-highlight-value {
  font-size: 4rem;
  font-family: "Bellefair", serif;
  color: #630026;
  margin: -0.8rem -0.7rem 0;
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
  display: inline-block;
}
#pageAccess .airport-highlight-unit {
  font-size: 2.2rem;
  font-weight: 500;
}
#pageAccess .airport-highlight_note {
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  text-align: left;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .airport_wrap {
    padding: 0 0 9rem;
  }
  #pageAccess .airport_banner {
    width: calc(100% + 10.4rem);
    margin-left: -5.2rem;
  }
  #pageAccess .airport-highlight_via {
    display: block;
    font-size: 2rem;
    letter-spacing: -0.09rem;
    margin-left: 0;
    margin-top: 1rem;
  }
  #pageAccess .airport-highlight_row {
    margin-top: 4.1rem;
    padding-bottom: 1rem;
  }
  #pageAccess .airport-highlight_name {
    font-size: 3.6rem;
    letter-spacing: 0.14em;
    margin-left: -2.2rem;
  }
  #pageAccess .airport-highlight_arrow {
    -webkit-transform: translateY(0.3em);
            transform: translateY(0.3em);
    margin-left: 1rem;
    font-size: 2rem;
  }
  #pageAccess .airport-highlight_time {
    font-size: 3.2rem;
    margin-left: 1.1rem;
  }
  #pageAccess .airport-highlight-value {
    font-size: 7.2rem;
    letter-spacing: 0.05em;
    margin: 0.6rem -0.4rem 0;
    -webkit-transform: translateY(0.2rem);
            transform: translateY(0.2rem);
  }
  #pageAccess .airport-highlight-unit {
    font-size: 3.4rem;
  }
  #pageAccess .airport-highlight_note {
    margin-top: 2.2rem;
    font-size: 2.2rem;
  }
}
#pageAccess .taxi_wrap {
  background-color: #edebe9;
  padding: 6.8rem 0;
}
#pageAccess .taxi_wrap .act .detail,
#pageAccess .taxi_wrap .act .note {
  opacity: 1;
  translate: 0% 0%;
}
#pageAccess .taxi_wrap .detail {
  margin: 3.4rem auto 0;
  width: 68.5rem;
  opacity: 0;
  translate: 0% 100%;
  -webkit-transition: 1.5s ease 0s translate, 1.5s ease 0s opacity;
  transition: 1.5s ease 0s translate, 1.5s ease 0s opacity;
}
#pageAccess .taxi_wrap .note {
  font-size: 0.9rem;
  font-weight: 500;
  width: 68.5rem;
  margin: 2.8rem auto 0;
  letter-spacing: 0;
  text-align: left;
  opacity: 0;
  translate: 0% 100%;
  -webkit-transition: 2s ease 0s translate, 2s ease 0s opacity;
  transition: 2s ease 0s translate, 2s ease 0s opacity;
}
#pageAccess .taxi_wrap .note a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#pageAccess .taxi_wrap .note a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  #pageAccess .taxi_wrap {
    padding: 0 0 9rem;
  }
  #pageAccess .taxi_wrap .detail {
    width: 100%;
    margin-top: 1rem;
  }
  #pageAccess .taxi_wrap .com-copy-box .ttl {
    border-bottom: 0;
  }
  #pageAccess .taxi_wrap .note {
    font-size: 2rem;
    width: 100%;
    margin: 3.8rem auto 0;
  }
  #pageAccess .taxi_banner {
    width: calc(100% + 10.4rem);
    margin-left: -5.2rem;
  }
}
#pageAccess .redevelopment_wrap {
  padding: 6.5rem 0 7.6rem;
  border-radius: 0 0 2.5rem 2.5rem;
}
#pageAccess .redevelopment_banner figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#pageAccess .redevelopment_banner figure picture {
  width: 50%;
}
#pageAccess .redevelopment_banner .com-cap.clr-l {
  right: auto;
  left: 0.5rem;
}
#pageAccess .redevelopment_map {
  margin: 3.5rem auto 0;
  width: 52.5rem;
}
#pageAccess .redevelopment_fleBox {
  margin: 3.8rem auto 0;
  padding: 0 13.9rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3rem;
}
#pageAccess .redevelopment_fleBox .com-cap {
  font-size: 0.9rem;
  letter-spacing: -0.1em;
}
#pageAccess .redevelopment_fleBox .img01 {
  margin-bottom: 1.9rem;
}
#pageAccess .redevelopment_fleBox .img02 {
  margin-top: 2rem;
}
#pageAccess .redevelopment_fleBox .note {
  font-size: 0.9rem;
  letter-spacing: -0.06em;
  margin-top: 2rem;
  line-height: 1.2;
}
#pageAccess .redevelopment_left {
  background-color: #edebe9;
  padding: 0.7rem;
}
#pageAccess .redevelopment_left .content {
  padding: 0 1.4rem;
}
#pageAccess .redevelopment_right {
  background-color: #edebe9;
  padding: 2.8rem 2.1rem 2rem;
}
#pageAccess .redevelopment_right .logo {
  width: 4rem;
  margin: 0 auto 1.1rem;
}
#pageAccess .redevelopment_right .rank {
  margin-top: 2rem;
  margin-bottom: -0.5rem;
}
#pageAccess .redevelopment_sub {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.336842105;
  letter-spacing: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #1e1e1e;
}
#pageAccess .redevelopment_txt {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 1.4rem;
  line-height: 1.5723076923;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageAccess .redevelopment_wrap {
    padding: 0 0 9.8rem;
    overflow: unset;
  }
  #pageAccess .redevelopment_wrap .com-cap {
    letter-spacing: -0.15em;
    font-size: 1.8rem;
  }
  #pageAccess .redevelopment_banner {
    width: calc(100% + 10.4rem);
    margin-left: -5.2rem;
  }
  #pageAccess .redevelopment_banner figure picture {
    width: 100%;
  }
  #pageAccess .redevelopment_img {
    margin-top: 4.6rem;
  }
  #pageAccess .redevelopment_map {
    margin: 7.2rem auto 0 -7.8rem;
    width: calc(100% + 10.4rem + 5.4rem);
  }
  #pageAccess .redevelopment_map figure {
    min-width: 451px;
  }
  #pageAccess .redevelopment_map .map_scroll_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #pageAccess .redevelopment_map .map_scroll_wrapper::-webkit-scrollbar {
    display: none;
  }
  #pageAccess .redevelopment_map .map_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 4.2rem;
    padding: 3.4rem 0 0;
  }
  #pageAccess .redevelopment_map .map_btn {
    background: #9f974d;
    border-radius: 50%;
    width: 5.2rem;
    height: 5.2rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: relative;
  }
  #pageAccess .redevelopment_map .map_btn_prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #pageAccess .redevelopment_map .map_btn::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1rem;
    height: 2.2rem;
    background: url("../img/common/btn_arrow_w.svg") no-repeat center/contain;
  }
  #pageAccess .redevelopment_map .map_btn:hover {
    opacity: 0.7;
  }
  #pageAccess .redevelopment_map .map_scroll_hint {
    font-size: 2.2rem;
    letter-spacing: 0.15em;
  }
  #pageAccess .redevelopment_fleBox {
    margin: 6.3rem auto 0;
    padding: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 6.3rem 0;
  }
  #pageAccess .redevelopment_fleBox .img01 {
    margin-bottom: 3.3rem;
  }
  #pageAccess .redevelopment_fleBox .img02 {
    margin-top: 4.3rem;
    padding: 0 1.2rem;
  }
  #pageAccess .redevelopment_fleBox .note {
    font-size: 2rem;
    letter-spacing: 0;
    margin-top: 3rem;
    padding: 0 0.7rem;
  }
  #pageAccess .redevelopment_left {
    padding: 1.2rem 1.2rem 3.4rem;
  }
  #pageAccess .redevelopment_right {
    padding: 5rem 3.8rem 3.4rem;
  }
  #pageAccess .redevelopment_right .logo {
    width: 6.8rem;
    margin: 0 auto 1.5rem;
  }
  #pageAccess .redevelopment_right .rank {
    margin-top: 3rem;
  }
  #pageAccess .redevelopment_sub {
    font-size: 3rem;
    line-height: 1.56842105;
    letter-spacing: 0.1em;
  }
  #pageAccess .redevelopment_txt {
    font-size: 2.2rem;
    margin-top: 3rem;
    line-height: 1.623076923;
    letter-spacing: 0.11em;
  }
}

#pageLocation main {
  padding-bottom: 5.4rem;
}
@media screen and (max-width: 750px) {
  #pageLocation main {
    padding-bottom: 7rem;
  }
}
#pageLocation .com-main-img .img {
  overflow: hidden;
  width: 50%;
}
#pageLocation .com-main-img .img figure {
  position: relative;
}
#pageLocation .com-main-img .img figure::before, #pageLocation .com-main-img .img figure::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#pageLocation .com-main-img .img figure::before {
  background-color: rgba(30, 30, 30, 0.6);
  z-index: 1;
}
#pageLocation .com-main-img .img figure::after {
  background-color: rgba(30, 30, 30, 0.1);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 750px) {
  #pageLocation .com-main-img .img {
    width: 100%;
  }
}
#pageLocation .higashi_wrap .badge-min {
  position: absolute;
  top: -1.9rem;
  right: 0.8rem;
  z-index: 2;
  background-color: #1e1e1e;
  border-radius: 100%;
  width: 5.6rem;
  height: 5.6rem;
  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;
  color: #fff;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.2rem;
  font-weight: 500;
}
#pageLocation .higashi_wrap .badge-min .num {
  font-size: 3.4rem;
  display: inline-block;
  margin-bottom: -1rem;
  margin-top: -0.2rem;
  font-family: "Bellefair", serif;
  font-weight: 400;
}
#pageLocation .higashi_wrap .badge-min .label {
  font-size: 2rem;
  letter-spacing: 0;
  font-family: "Bellefair", serif;
  font-weight: 400;
}
#pageLocation .higashi_wrap .facility_wrap {
  margin-top: 3.7rem;
}
#pageLocation .higashi_wrap .facility-large {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 0.9rem;
}
#pageLocation .higashi_wrap .facility-large--01 {
  background-color: #e2ebf0;
}
#pageLocation .higashi_wrap .facility-large--02 {
  background-color: #f1e9e6;
  margin-top: 3.2rem;
}
#pageLocation .higashi_wrap .facility-large--02 .com-note {
  margin-left: 0 !important;
}
#pageLocation .higashi_wrap .facility-large .img {
  width: 34%;
}
#pageLocation .higashi_wrap .facility-large .content {
  width: 66%;
  padding: 2.6rem 2.6rem 2rem 3rem;
}
#pageLocation .higashi_wrap .facility-large .name {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.35;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #1e1e1e;
}
#pageLocation .higashi_wrap .facility-large .txt {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6153846154;
  margin-top: 1.1rem;
  letter-spacing: 0.05em;
}
#pageLocation .higashi_wrap .facility-large .dist {
  font-size: 0.9rem;
  letter-spacing: 0;
}
#pageLocation .higashi_wrap .facility-large .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.4rem;
}
#pageLocation .higashi_wrap .facility-large .info-t1 {
  border: 1px solid #1e1e1e;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0.3rem 0.6rem;
  letter-spacing: 0.05em;
  width: 6.6rem;
  text-align: center;
}
#pageLocation .higashi_wrap .facility-large .info-t1 span {
  border-bottom: 1px solid #1e1e1e;
  display: block;
  margin-bottom: 0.1rem;
  padding-bottom: 0.2rem;
}
#pageLocation .higashi_wrap .facility-large .info-t2 {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  margin-left: 1rem;
}
#pageLocation .higashi_wrap .facility-large .info-t2 .com-note {
  margin-left: 0.5rem;
}
#pageLocation .higashi_wrap .facility-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 2rem;
  margin-top: 4.5rem;
}
#pageLocation .higashi_wrap .facility-grid .ttl {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: -0.06em;
  margin-top: 1.1rem;
}
#pageLocation .higashi_wrap .facility-grid .dist {
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 0.9rem;
  letter-spacing: -0.06em;
}
#pageLocation .higashi_wrap .facility-grid .badge-min {
  top: -1.6rem;
}
#pageLocation .higashi_box02 {
  background: url("../img/location/higashi_bg.jpg") repeat-y center top/100%;
  margin-top: 4rem;
  padding: 3.2rem 0 6.7rem;
}
#pageLocation .higashi_box02 .badge-min {
  width: 7rem;
  height: 7rem;
  top: -4.2rem;
  right: 0.8rem;
  padding-top: 0.2em;
}
#pageLocation .higashi_box02 .badge-min .label {
  margin-top: 0.3rem;
}
#pageLocation .higashi_box02 .ttl {
  font-size: 1.9rem;
}
#pageLocation .higashi_box02 .ttl .num {
  color: #630026;
  font-size: 2.8rem;
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}
#pageLocation .higashi_box02 .txt {
  font-size: 1.3rem;
  line-height: 1.5;
}
#pageLocation .higashi_box02 .imgs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1.1rem;
}
#pageLocation .higashi_box02 .com-copy-box {
  padding-top: 2rem;
}
#pageLocation .higashi_box02 .com-copy-box::before {
  display: none;
}
#pageLocation .higashi_box02 .map {
  margin: 2.7rem auto 0;
  width: 84%;
}
@media screen and (max-width: 750px) {
  #pageLocation .higashi_wrap .com-copy-box .ttl {
    letter-spacing: 0.156em;
  }
  #pageLocation .higashi_wrap .badge-min {
    width: 7.4rem;
    height: 7.4rem;
    right: 1.4rem;
  }
  #pageLocation .higashi_wrap .badge-min .num {
    font-size: 4.6rem;
    margin-bottom: -1.3rem;
    margin-top: -0.5rem;
    letter-spacing: -0.04em;
  }
  #pageLocation .higashi_wrap .badge-min .label {
    font-size: 2.5rem;
  }
  #pageLocation .higashi_wrap .facility_wrap {
    margin-top: 5.6rem;
  }
  #pageLocation .higashi_wrap .facility-large {
    padding: 1.2rem 1.1rem 1.8rem;
  }
  #pageLocation .higashi_wrap .facility-large .badge-min {
    top: 24.5rem;
    right: 2.4rem;
    width: 10.2rem;
    height: 10.2rem;
  }
  #pageLocation .higashi_wrap .facility-large .badge-min .num {
    font-size: 5.6rem;
    margin-bottom: -1.3rem;
    margin-top: -0.5rem;
  }
  #pageLocation .higashi_wrap .facility-large .badge-min .label {
    font-size: 3.3rem;
  }
  #pageLocation .higashi_wrap .facility-large--02 {
    margin-top: 5.8rem;
  }
  #pageLocation .higashi_wrap .facility-large .img {
    width: 100%;
  }
  #pageLocation .higashi_wrap .facility-large .content {
    width: 100%;
    padding: 5.1rem 2.6rem 2rem;
  }
  #pageLocation .higashi_wrap .facility-large .name {
    font-size: 2.9rem;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 2.5rem;
  }
  #pageLocation .higashi_wrap .facility-large .name .dist {
    display: block;
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
  #pageLocation .higashi_wrap .facility-large .txt {
    font-size: 2.3rem;
    margin-top: 2.2rem;
    letter-spacing: 0.12em;
  }
  #pageLocation .higashi_wrap .facility-large .info {
    margin-top: 3.4rem;
  }
  #pageLocation .higashi_wrap .facility-large .info-t1 {
    width: 13rem;
    font-size: 2.2rem;
    padding: 1.7rem 1.3rem 1.3rem;
    height: 100%;
  }
  #pageLocation .higashi_wrap .facility-large .info-t1 span {
    margin-bottom: 1.3rem;
    padding-bottom: 0.8rem;
  }
  #pageLocation .higashi_wrap .facility-large .info-t2 {
    margin-left: 0;
    width: calc(100% - 13rem);
    padding-left: 2.2rem;
    font-size: 2.2rem;
    letter-spacing: -0.02em;
    line-height: 1.3;
    margin-top: -0.2em;
  }
  #pageLocation .higashi_wrap .facility-large .info-t2 .com-note {
    margin-left: 0;
    letter-spacing: -0.12em;
    margin-top: -0.1em;
    display: block;
  }
  #pageLocation .higashi_wrap .facility-grid {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 7rem;
    gap: 3.3rem 2rem;
  }
  #pageLocation .higashi_wrap .facility-grid .ttl {
    font-size: 2.2rem;
    letter-spacing: -0.06em;
    margin-top: 1.3rem;
    line-height: 1.15;
  }
  #pageLocation .higashi_wrap .facility-grid .dist {
    font-size: 2rem;
    letter-spacing: -0.14em;
    margin-left: -1rem;
    margin-top: 0.4rem;
  }
  #pageLocation .higashi_wrap .facility-grid .badge-min {
    top: -1.7rem;
  }
  #pageLocation .higashi_box02 {
    background: unset;
    padding-top: 0;
    margin-top: 6.4rem;
    padding-bottom: 9.4rem;
  }
  #pageLocation .higashi_box02 .badge-min {
    width: 10.4rem;
    height: 10.4rem;
    right: 1.1rem;
    top: auto;
    bottom: -3.9rem;
    font-size: 1.6rem;
    padding-top: 0;
  }
  #pageLocation .higashi_box02 .badge-min .num {
    margin-top: 0;
    font-size: 5.3rem;
    margin-bottom: -1.6rem;
  }
  #pageLocation .higashi_box02 .badge-min .label {
    font-size: 2.8rem;
  }
  #pageLocation .higashi_box02 .imgs {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  #pageLocation .higashi_box02 .boxWrap {
    background: url("../img/location/higashi_bg.jpg") repeat-y center top/100%;
    padding: 1.2rem 1.1rem;
  }
  #pageLocation .higashi_box02 .ttl {
    font-size: 3rem;
    letter-spacing: 0.23em !important;
    width: 91%;
    margin: 1.9rem auto 0;
    padding-bottom: 1.9rem;
  }
  #pageLocation .higashi_box02 .ttl .num {
    font-size: 4.8rem;
  }
  #pageLocation .higashi_box02 .txt {
    font-size: 2.3rem;
    margin: 2.7rem auto 4.3rem;
    width: 91%;
  }
  #pageLocation .higashi_box02 .txt .com-note {
    font-size: 1.8rem;
    letter-spacing: -0.06em;
    margin-left: -0.8rem;
  }
  #pageLocation .higashi_box02 .map {
    margin: 1.3rem auto 0;
    width: 100%;
  }
  #pageLocation .higashi_box02 .map .zoom_btn {
    margin-top: -3.5rem;
  }
}
#pageLocation .childcare_wrap {
  padding: 6.6rem 0 6rem;
}
#pageLocation .childcare_wrap .com-copy-box .ttl .num {
  color: #630026;
  font-size: 3.8rem;
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  margin-top: -1.2rem;
}
#pageLocation .childcare_wrap .com-copy-box--02 {
  padding-top: 4.7rem;
}
#pageLocation .childcare_wrap .com-copy-box--02::before {
  display: none;
}
#pageLocation .childcare-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 2rem;
  margin-top: 3.8rem;
}
#pageLocation .childcare-grid .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.1rem;
}
#pageLocation .childcare-grid .ttl {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: -0.04em;
}
#pageLocation .childcare-grid .dist {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: -0.06em;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
#pageLocation .childcare-grid .badge-min {
  position: absolute;
  top: -1.6rem;
  right: 0.8rem;
  z-index: 2;
  background-color: #1e1e1e;
  border-radius: 100%;
  width: 5.6rem;
  height: 5.6rem;
  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;
  color: #fff;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.2rem;
  font-weight: 500;
}
#pageLocation .childcare-grid .badge-min .num {
  font-size: 3.4rem;
  display: inline-block;
  margin-bottom: -1rem;
  margin-top: -0.2rem;
  font-family: "Bellefair", serif;
  font-weight: 400;
}
#pageLocation .childcare-grid .badge-min .label {
  font-size: 2rem;
  letter-spacing: 0;
  font-family: "Bellefair", serif;
  font-weight: 400;
}
#pageLocation .childcare_chart {
  margin: 3.6rem auto 0;
  width: 52.8%;
}
#pageLocation .childcare_chart .com-note {
  margin-top: 1.3rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .childcare_wrap {
    padding-top: 0;
    padding-bottom: 7.6rem;
  }
  #pageLocation .childcare_wrap .com-copy-box .ttl .num {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
    margin-top: -0.5rem;
    font-size: 6.8rem;
  }
  #pageLocation .childcare_wrap .com-copy-box--02 {
    padding-top: 6rem;
  }
  #pageLocation .childcare_wrap .com-copy-box--02 .ttl {
    padding-bottom: 2rem;
  }
  #pageLocation .childcare_banner {
    width: calc(100% + 10.4rem);
    margin-left: -5.2rem;
  }
  #pageLocation .childcare-grid {
    -ms-grid-columns: 1fr 2.1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 2.1rem;
    margin-top: 5.4rem;
  }
  #pageLocation .childcare-grid .content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  #pageLocation .childcare-grid .ttl {
    font-size: 2.2rem;
    letter-spacing: 0;
    margin-top: 1.3rem;
    line-height: 1.15;
  }
  #pageLocation .childcare-grid .dist {
    font-size: 2rem;
    letter-spacing: -0.14em;
    margin-left: -1rem;
    margin-top: 0.4rem;
  }
  #pageLocation .childcare-grid .badge-min {
    width: 7.4rem;
    height: 7.4rem;
    right: 1.4rem;
    top: -1.9rem;
  }
  #pageLocation .childcare-grid .badge-min .num {
    font-size: 4.6rem;
    margin-bottom: -1.3rem;
    margin-top: -0.5rem;
    letter-spacing: -0.04em;
  }
  #pageLocation .childcare-grid .badge-min .label {
    font-size: 2.5rem;
  }
  #pageLocation .childcare_chart {
    width: 100%;
    margin-top: 4.5rem;
  }
  #pageLocation .childcare_chart .zoom_btn {
    margin-top: 3.5rem;
  }
  #pageLocation .childcare_chart .com-note {
    font-size: 1.8rem;
  }
}
#pageLocation .bicycle_wrap {
  background-color: #edebe9;
  padding: 6.6rem 0 5rem;
}
#pageLocation .bicycle_flexBox {
  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 auto 0;
}
#pageLocation .bicycle_flexBox .grid {
  display: -ms-grid;
  display: grid;
}
#pageLocation .bicycle_flexBox .content {
  margin-top: 1.5rem;
}
#pageLocation .bicycle_flexBox .name {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#pageLocation .bicycle_flexBox .time {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageLocation .bicycle_flexBox .time::before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 4.8rem;
  background-image: radial-gradient(circle, #565656 0.8px, transparent 0.8px);
  background-size: 5px 1px;
  margin-top: 0.3rem;
}
#pageLocation .bicycle_flexBox .time .value {
  font-family: "Bellefair", serif;
  font-size: 3.4rem;
  margin: 0 -0.8rem;
  color: #630026;
}
#pageLocation .bicycle_flexBox .desc {
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  margin-top: 0.2rem;
  line-height: 1.33;
}
#pageLocation .bicycle_flexBox .desc.ls-003 {
  letter-spacing: -0.03em;
}
#pageLocation .bicycle_flexBox .distance {
  text-align: right;
  font-size: 1rem;
  letter-spacing: -0.03em;
  margin-top: -1.2rem;
}
#pageLocation .bicycle_left {
  width: 74%;
}
#pageLocation .bicycle_left .com-note {
  margin-top: 0.5rem;
}
#pageLocation .bicycle_right {
  width: 23%;
}
#pageLocation .bicycle_right .grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.3rem 0;
}
#pageLocation .bicycle_bottom {
  width: 100%;
  margin-top: 2.4rem;
}
#pageLocation .bicycle_bottom .grid {
  -ms-grid-columns: 1fr 2.9rem 1fr 2.9rem 1fr 2.9rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 2.9rem;
}
#pageLocation .bicycle_bottom .grid .card:nth-of-type(2) .name {
  font-size: 1.6rem;
  letter-spacing: -0.03em;
}
#pageLocation .bicycle_bottom .grid .card:nth-of-type(4) .name {
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 750px) {
  #pageLocation .bicycle_wrap {
    padding-top: 0;
    padding-bottom: 8rem;
    overflow: unset;
  }
  #pageLocation .bicycle_banner {
    width: calc(100% + 10.4rem);
    margin-left: -5.2rem;
  }
  #pageLocation .bicycle_flexBox {
    width: calc(100% + 10.4rem + 5.4rem);
    margin-left: -7.8rem;
    margin: 1.2rem auto 0 -7.8rem;
  }
  #pageLocation .bicycle_flexBox .grid {
    -ms-grid-columns: 1fr 2.8rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    gap: 1.7rem 2.8rem;
  }
  #pageLocation .bicycle_flexBox .grid .label {
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -0.2em;
    margin-bottom: 2.2rem;
  }
  #pageLocation .bicycle_flexBox .grid .label::after {
    display: inline-block;
    content: "";
    width: 47.5rem;
    height: 1px;
    background-color: #1e1e1e;
    margin-left: 1.3rem;
  }
  #pageLocation .bicycle_flexBox .grid .card._sp .content::after {
    display: inline-block;
  }
  #pageLocation .bicycle_flexBox .grid .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #pageLocation .bicycle_flexBox .grid .content::after {
    display: none;
    content: "";
    height: 1px;
    width: 100%;
    background-image: radial-gradient(circle, #565656 0.8px, transparent 0.8px);
    background-size: 5px 1px;
    margin-top: 2.3rem;
  }
  #pageLocation .bicycle_flexBox .grid .content + .content {
    margin-top: 2.4rem;
  }
  #pageLocation .bicycle_flexBox .grid .name {
    font-size: 3.9rem;
  }
  #pageLocation .bicycle_flexBox .grid .time {
    font-size: 3.4rem;
  }
  #pageLocation .bicycle_flexBox .grid .time::before {
    display: none;
  }
  #pageLocation .bicycle_flexBox .grid .time .value {
    font-size: 6.6rem;
    margin-bottom: -3rem;
    -webkit-transform: translateY(-1.2rem);
            transform: translateY(-1.2rem);
    margin-right: 0.3rem;
    margin-left: 0.3rem;
    letter-spacing: 0.07em;
  }
  #pageLocation .bicycle_flexBox .grid .time .arrow {
    font-size: 2rem;
    margin-right: 0.8rem;
    margin-top: 0.7rem;
  }
  #pageLocation .bicycle_flexBox .grid .ttl {
    font-size: 2.6rem;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 0.7rem;
  }
  #pageLocation .bicycle_flexBox .grid .desc {
    font-size: 2rem;
    letter-spacing: 0.03em;
    margin-top: 1.5rem;
  }
  #pageLocation .bicycle_flexBox .grid .distance {
    font-size: 2rem;
    width: 100%;
    text-align: right;
    padding: 2.4rem 2rem 0 0;
  }
  #pageLocation .bicycle_flexBox .grid .distance.mt1 {
    margin-top: -4.2rem;
  }
  #pageLocation .bicycle_flexBox .grid .distance.mt2 {
    margin-top: -3.8rem;
  }
  #pageLocation .bicycle_left {
    width: 100%;
  }
  #pageLocation .bicycle_left .com-note {
    margin-top: 0.5rem;
    text-align: right;
    margin-right: 4rem;
    font-size: 1.7rem;
  }
  #pageLocation .bicycle_right {
    width: calc(100% - 10.4rem - 5.4rem);
    margin-left: 7.8rem;
    margin-top: 5.5rem;
  }
  #pageLocation .bicycle_right .content .time {
    width: 17rem;
  }
  #pageLocation .bicycle_right .content:nth-of-type(5) .name {
    letter-spacing: 0.05em;
  }
  #pageLocation .bicycle_right .content:nth-of-type(6) .name {
    letter-spacing: 0;
    line-height: 1.2;
  }
  #pageLocation .bicycle_right .content:nth-of-type(6) .time .value {
    margin-right: 1.1rem;
    margin-left: 1.1rem;
  }
  #pageLocation .bicycle_right .content:nth-of-type(7) .name {
    font-size: 3.8rem;
    letter-spacing: 0.05em;
  }
  #pageLocation .bicycle_right .content:nth-of-type(8) .name {
    font-size: 3.3rem;
    letter-spacing: 0;
    line-height: 1.2;
  }
  #pageLocation .bicycle_bottom {
    width: calc(100% - 10.4rem - 5.4rem);
    margin-left: 7.8rem;
    margin-top: 2rem;
  }
}
#pageLocation .zoom_btn {
  background-color: #424242;
  width: 100%;
  height: 3.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#pageLocation .zoom_btn:hover {
  opacity: 0.7;
}
#pageLocation .zoom_btn img {
  width: 2.1rem;
  margin-right: 1rem;
}
#pageLocation .lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  overflow: auto;
}
#pageLocation .lightbox.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pageLocation .lightbox #lightboxImg {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 1rem;
}
#pageLocation .lightbox_close {
  display: none;
  position: fixed;
  top: 12rem;
  right: 12px;
  width: 40px;
  height: 40px;
  background: #1e1e1e;
  border: 1px solid #fff;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 10000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#pageLocation .lightbox_close:hover {
  opacity: 0.7;
}
#pageLocation .lightbox_close.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pageLocation .lifeinfo {
  margin-top: 3.5rem;
}
#pageLocation .lifeinfo_wrap {
  padding-bottom: 8.4rem;
}
#pageLocation .lifeinfo .tab_area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.9rem 1fr 0.9rem 1fr 0.9rem 1fr 0.9rem 1fr 0.9rem 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 0.9rem;
  width: 100%;
  margin-bottom: 4rem;
}
#pageLocation .lifeinfo .tab_label {
  background-color: #1e1e1e;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.9rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pageLocation .lifeinfo .tab_label:hover {
  opacity: 0.7;
}
#pageLocation .lifeinfo .tab_label span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
#pageLocation .lifeinfo .tab_label#lifeBtn1.active {
  background: #73193c;
}
#pageLocation .lifeinfo .tab_label#lifeBtn2.active {
  background: #3b4660;
}
#pageLocation .lifeinfo .tab_label#lifeBtn3.active {
  background: #365250;
}
#pageLocation .lifeinfo .tab_label#lifeBtn4.active {
  background: #9b914b;
}
#pageLocation .lifeinfo .tab_label#lifeBtn5.active {
  background: #5e5c75;
}
#pageLocation .lifeinfo .tab_label#lifeBtn6.active {
  background: #84786e;
}
#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;
}
#pageLocation .lifeinfo .panel_wrap .mapbox {
  width: 59.3%;
}
#pageLocation .lifeinfo .panel_wrap .mapbox .map {
  height: 47.4rem;
}
#pageLocation .lifeinfo .panel_wrap .mapbox .map img {
  -o-object-fit: cover;
     object-fit: cover;
}
#pageLocation .lifeinfo .panel_wrap .panel_area {
  width: 36.8%;
}
#pageLocation .lifeinfo .panel_wrap .panel_area .tab_panel {
  display: none;
}
#pageLocation .lifeinfo .panel_wrap .panel_area .tab_panel.active {
  display: block;
}
#pageLocation .lifeinfo .panel_wrap .panel_area .tab_name {
  color: #fff;
  text-align: center;
  border-radius: 2.5rem;
  font-size: 1.6rem;
  padding: 0.5rem 0;
  margin-bottom: 2rem;
}
#pageLocation .lifeinfo .panel_wrap .panel_area #panel1 .tab_name {
  background: #73193c;
}
#pageLocation .lifeinfo .panel_wrap .panel_area #panel2 .tab_name {
  background: #3b4660;
}
#pageLocation .lifeinfo .panel_wrap .panel_area #panel3 .tab_name {
  background: #365250;
}
#pageLocation .lifeinfo .panel_wrap .panel_area #panel4 .tab_name {
  background: #9b914b;
}
#pageLocation .lifeinfo .panel_wrap .panel_area #panel5 .tab_name {
  background: #5e5c75;
}
#pageLocation .lifeinfo .panel_wrap .panel_area #panel6 .tab_name {
  background: #84786e;
}
#pageLocation .lifeinfo .panel_wrap .panel_area .databox {
  width: 100%;
  height: 43rem;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
}
#pageLocation .lifeinfo .panel_wrap .panel_area .databox::-webkit-scrollbar {
  width: 10px;
}
#pageLocation .lifeinfo .panel_wrap .panel_area .databox {
  /*スクロールバーの軌道*/
}
#pageLocation .lifeinfo .panel_wrap .panel_area .databox::-webkit-scrollbar-track {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
#pageLocation .lifeinfo .panel_wrap .panel_area .databox {
  /*スクロールバーの動く部分*/
}
#pageLocation .lifeinfo .panel_wrap .panel_area .databox::-webkit-scrollbar-thumb {
  background: #8d9e9a;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
#pageLocation .lifeinfo .panel_wrap .panel_area .data {
  padding: 1.6rem 0.8rem;
  margin: 0 2rem 0 0;
  border-top: dotted 0.2rem #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageLocation .lifeinfo .panel_wrap .panel_area .data p {
  letter-spacing: 0;
  line-height: 1.2;
}
#pageLocation .lifeinfo .panel_wrap .panel_area .data_img {
  width: 2rem;
  margin: 0 0.5rem 0 0;
}
#pageLocation .lifeinfo .panel_wrap .panel_area .data:first-of-type {
  border-top: none;
}
#pageLocation .lifeinfo .panel_wrap .panel_area .data_txt {
  width: calc(100% - 2.5rem);
}
#pageLocation .lifeinfo .panel_wrap .panel_area .data_txt1 {
  font-size: 1.3rem;
  text-align: left;
}
#pageLocation .lifeinfo .panel_wrap .panel_area .data_txt2 {
  font-size: 1.3rem;
  text-align: right;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageLocation .lifeinfo_wrap {
    overflow: unset;
  }
  #pageLocation .lifeinfo .panel_wrap .mapbox {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 8.6rem auto 0 -7.8rem;
    width: calc(100% + 10.4rem + 5.4rem);
    height: auto;
    background-color: unset;
  }
  #pageLocation .lifeinfo .panel_wrap .mapbox .map {
    min-width: 538px;
    height: 76rem;
  }
  #pageLocation .lifeinfo .panel_wrap .mapbox .map_scroll_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #pageLocation .lifeinfo .panel_wrap .mapbox .map_scroll_wrapper::-webkit-scrollbar {
    display: none;
  }
  #pageLocation .lifeinfo .panel_wrap .mapbox .map_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 4.2rem;
    padding: 3.4rem 0 0;
  }
  #pageLocation .lifeinfo .panel_wrap .mapbox .map_btn {
    background: #9f974d;
    border-radius: 50%;
    width: 5.2rem;
    height: 5.2rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: relative;
  }
  #pageLocation .lifeinfo .panel_wrap .mapbox .map_btn_prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #pageLocation .lifeinfo .panel_wrap .mapbox .map_btn::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1rem;
    height: 2.2rem;
    background: url("../img/common/btn_arrow_w.svg") no-repeat center/contain;
  }
  #pageLocation .lifeinfo .panel_wrap .mapbox .map_btn:hover {
    opacity: 0.7;
  }
  #pageLocation .lifeinfo .panel_wrap .mapbox .map_scroll_hint {
    font-size: 2.2rem;
    letter-spacing: 0.15em;
  }
  #pageLocation .lifeinfo .panel_wrap .tab_label {
    height: 5.3rem;
  }
  #pageLocation .lifeinfo .panel_wrap .tab_label span {
    font-size: 2.4rem;
    letter-spacing: 0.17em;
  }
  #pageLocation .lifeinfo .panel_wrap .panel_area {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 5.6rem;
  }
  #pageLocation .lifeinfo .panel_wrap .panel_area .tab_name {
    font-size: 2.6rem;
    padding: 1.5rem 0;
  }
  #pageLocation .lifeinfo .panel_wrap .panel_area .data_img {
    width: 3rem;
  }
  #pageLocation .lifeinfo .panel_wrap .panel_area .data_txt1 {
    font-size: 2rem;
  }
  #pageLocation .lifeinfo .panel_wrap .panel_area .data_txt2 {
    font-size: 2rem;
  }
  #pageLocation .lifeinfo .tab_area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
            -ms-grid-columns: 1fr 2rem 1fr;
            grid-template-columns: repeat(2, 1fr);
    gap: 2rem 2rem;
    margin-top: 5.4rem;
    margin-bottom: 0;
  }
}
#pageRarity main {
  padding-bottom: 5.4rem;
}
@media screen and (max-width: 750px) {
  #pageRarity main {
    padding-bottom: 7rem;
  }
}
#pageRarity .note {
  font-size: 1rem;
  display: inline-block;
  letter-spacing: 0;
  -webkit-transform: translateY(-1.2rem);
          transform: translateY(-1.2rem);
}
@media screen and (max-width: 750px) {
  #pageRarity .note {
    font-size: 1.8rem;
  }
}
#pageRarity .txt {
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #pageRarity .txt {
    line-height: 1.72;
  }
}
@media screen and (max-width: 750px) {
  #pageRarity .tabs-sticky .tab-btn {
    width: 50%;
  }
}
#pageRarity .com-main-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2.8rem;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(30, 30, 30, 0.5)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(30, 30, 30, 0.5) 100%);
  mix-blend-mode: multiply;
}
#pageRarity .com-main-img .img {
  overflow: hidden;
  width: 50%;
}
#pageRarity .com-main-img .img figure {
  position: relative;
}
#pageRarity .com-main-img .img figure::before, #pageRarity .com-main-img .img figure::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#pageRarity .com-main-img .img figure::before {
  background-color: rgba(30, 30, 30, 0.6);
  z-index: 1;
}
#pageRarity .com-main-img .img figure::after {
  background-color: rgba(30, 30, 30, 0.1);
  mix-blend-mode: multiply;
}
#pageRarity .com-main-lead {
  letter-spacing: 0.14em;
}
@media screen and (max-width: 750px) {
  #pageRarity .com-main-img .img {
    width: 100%;
  }
}
#pageRarity .rarity_wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2.8rem;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(85%, rgba(30, 30, 30, 0.3)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(30, 30, 30, 0.3) 85%);
  mix-blend-mode: multiply;
}
#pageRarity .rarity_wrap .com-copy-box {
  margin-top: 4.2rem;
}
#pageRarity .rarity_wrap .n1 {
  margin-left: -1.2rem;
}
#pageRarity .rarity_wrap .stats {
  background: url("../img/rarity/stats_bg.jpg") no-repeat center/cover;
  margin-top: 3.4rem;
  padding: 4.2rem 0 3.8rem;
}
#pageRarity .rarity_wrap .stats_sub {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.01em;
}
#pageRarity .rarity_wrap .stats_sub .big {
  font-size: 1.7rem;
  margin-left: 0.5rem;
  letter-spacing: 0.05em;
}
#pageRarity .rarity_wrap .stats_ttl {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(115, 25, 60)), to(rgb(144, 74, 101)));
  background: linear-gradient(0deg, rgb(115, 25, 60) 0%, rgb(144, 74, 101) 100%);
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.2rem auto 0;
  padding: 0.6rem 0.8rem 0.5rem 1.5rem;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
#pageRarity .rarity_wrap .stats_ttl::after {
  position: absolute;
  content: "";
  border-top: 3.5rem solid #73193C;
  border-left: 0.4rem solid transparent;
  border-right: 0.7rem solid transparent;
  bottom: -3rem;
  left: 16.7%;
  -webkit-transform: translateX(-50%) rotate(19deg);
          transform: translateX(-50%) rotate(19deg);
}
#pageRarity .rarity_wrap .stats_ttl .label {
  font-size: 2.3rem;
  letter-spacing: 0.08em;
}
#pageRarity .rarity_wrap .stats_ttl .arrow {
  font-size: 1rem;
  -webkit-transform: translateY(-0.4rem);
          transform: translateY(-0.4rem);
  display: inline-block;
  margin-left: -0.3rem;
}
#pageRarity .rarity_wrap .stats_ttl .num {
  font-size: 4.5rem;
  line-height: 1;
  margin-top: -1rem;
  -webkit-transform: translateY(0.7rem);
          transform: translateY(0.7rem);
  margin-left: 0.7rem;
  margin-right: -0.3rem;
  display: inline-block;
  color: #b3ad54;
}
#pageRarity .rarity_wrap .stats_ttl .note {
  margin-left: -0.5rem;
  font-size: 0.8rem;
  -webkit-transform: translateY(-1.9rem);
          transform: translateY(-1.9rem);
}
#pageRarity .rarity_wrap .stats_ttl .unit {
  font-size: 2.5rem;
}
#pageRarity .rarity_wrap .stats_arrow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.4rem auto 0;
}
#pageRarity .rarity_wrap .stats_arrow span {
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 3.2rem;
  height: 1.9rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(178, 172, 113)), to(rgba(183, 177, 121, 0.5)));
  background: linear-gradient(0deg, rgb(178, 172, 113) 0%, rgba(183, 177, 121, 0.5) 100%);
}
#pageRarity .rarity_wrap .stats_arrow::before, #pageRarity .rarity_wrap .stats_arrow::after {
  display: inline-block;
  content: "";
  height: 2px;
  background-image: radial-gradient(circle, #565656 1px, transparent 1px);
  background-size: 10px 2px;
  width: 48rem;
}
#pageRarity .rarity_wrap .stats_arrow::before {
  margin-right: 1rem;
}
#pageRarity .rarity_wrap .stats_arrow::after {
  margin-left: 1rem;
}
#pageRarity .rarity_wrap .stats_detail {
  background-color: #fff;
  border-radius: 12rem;
  padding: 1rem 3rem 2rem 1.5rem;
  margin: 1.8rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
}
#pageRarity .rarity_wrap .stats_detail .icon {
  width: 20.9rem;
  margin: -4.6rem -3.3rem;
}
#pageRarity .rarity_wrap .stats_detail .txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 1.5rem;
  margin-top: 1.1rem;
}
#pageRarity .rarity_wrap .stats_detail .sub {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#pageRarity .rarity_wrap .stats_detail .ttl {
  font-size: 2.6rem;
  font-weight: 500;
}
#pageRarity .rarity_wrap .stats_detail .ttl .num {
  color: #630026;
  font-size: 4.4rem;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  display: inline-block;
}
#pageRarity .rarity_wrap .stats_award {
  width: 41.1rem;
  margin: 1.8rem auto 0;
}
#pageRarity .rarity_wrap .stats .com-note {
  width: 68.5rem;
  margin: 3.3rem auto 0;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  #pageRarity .rarity_wrap .ttl {
    letter-spacing: 0.1em;
  }
  #pageRarity .rarity_wrap .stats {
    margin-top: 5.5rem;
    padding: 4.2rem 0 7.6rem;
  }
  #pageRarity .rarity_wrap .stats_sub {
    letter-spacing: -0.04em;
    font-size: 2.8rem;
  }
  #pageRarity .rarity_wrap .stats_sub .big {
    font-size: 3.5rem;
    margin-top: 1rem;
    display: block;
  }
  #pageRarity .rarity_wrap .stats_ttl {
    width: 100%;
    margin: 3rem auto 0;
    padding: 1.3rem 0.8rem 0.5rem 3.2rem;
  }
  #pageRarity .rarity_wrap .stats_ttl::after {
    border-top: 8.5rem solid #73193C;
    border-left: 1rem solid transparent;
    border-right: 1.3rem solid transparent;
    bottom: -8rem;
    left: 18.7%;
    -webkit-transform: translateX(-50%) rotate(16deg);
            transform: translateX(-50%) rotate(16deg);
  }
  #pageRarity .rarity_wrap .stats_ttl .label {
    font-size: 3.3rem;
    line-height: 1.3;
    letter-spacing: 0.17em;
  }
  #pageRarity .rarity_wrap .stats_ttl .arrow {
    font-size: 1.8rem;
    -webkit-transform: translateY(-2.9rem);
            transform: translateY(-2.9rem);
    margin-left: 0;
  }
  #pageRarity .rarity_wrap .stats_ttl .num {
    font-size: 10.2rem;
    margin-left: 1.2rem;
    margin-right: 0.4rem;
    -webkit-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
  }
  #pageRarity .rarity_wrap .stats_ttl .unit {
    font-size: 5rem;
    letter-spacing: 0.18em;
    display: inline-block;
    -webkit-transform: translateY(-0.12em);
            transform: translateY(-0.12em);
  }
  #pageRarity .rarity_wrap .stats_ttl .note {
    font-size: 1.8rem;
    margin-left: -1.8rem;
    -webkit-transform: translateY(-5.5rem);
            transform: translateY(-5.5rem);
  }
  #pageRarity .rarity_wrap .stats_detail {
    border-radius: 24rem;
    padding: 1.9rem 3rem 3rem 3.4rem;
    margin: 3.5rem auto 0;
    width: calc(100% + 3rem);
    position: relative;
    left: -1.5rem;
  }
  #pageRarity .rarity_wrap .stats_detail .icon {
    width: 38rem;
    margin: -6.2rem -8rem -5.6rem;
  }
  #pageRarity .rarity_wrap .stats_detail .txtBox {
    margin-left: 4.5rem;
  }
  #pageRarity .rarity_wrap .stats_detail .sub {
    font-size: 3rem;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.09em;
  }
  #pageRarity .rarity_wrap .stats_detail .ttl {
    font-size: 4.2rem;
    margin-top: 1.4rem;
    line-height: 1.1;
    text-align: center;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    letter-spacing: 0.16em;
  }
  #pageRarity .rarity_wrap .stats_detail .ttl .num {
    font-size: 7.6rem;
    -webkit-transform: translateY(0.9rem);
            transform: translateY(0.9rem);
    margin-top: -0.9rem;
  }
  #pageRarity .rarity_wrap .stats_detail .ttl .note {
    -webkit-transform: translateY(-2.1rem);
            transform: translateY(-2.1rem);
  }
  #pageRarity .rarity_wrap .stats_arrow {
    margin: 2.7rem auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #pageRarity .rarity_wrap .stats_arrow span {
    width: 7.2rem;
    height: 3.5rem;
  }
  #pageRarity .rarity_wrap .stats_arrow::before, #pageRarity .rarity_wrap .stats_arrow::after {
    display: none;
  }
  #pageRarity .rarity_wrap .stats_award {
    width: calc(100% + 2.6rem);
    margin: 2.6rem auto 0 -1.3rem;
  }
  #pageRarity .rarity_wrap .stats .com-note {
    width: 100%;
    margin: 5.7rem auto 0;
    line-height: 1.15;
  }
}
#pageRarity .merit_wrap {
  padding: 6.7rem 0 3rem;
}
#pageRarity .merit_wrap .com-copy-box {
  padding: 0;
}
#pageRarity .merit_wrap .com-copy-box::before {
  display: none;
}
#pageRarity .merit_wrap .com-copy-box .sub {
  background-color: #6b0d31;
  border-radius: 3rem;
  height: 3.1rem;
  width: 13rem;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.3rem;
}
#pageRarity .merit_wrap .com-copy-box .sub::before, #pageRarity .merit_wrap .com-copy-box .sub::after {
  position: absolute;
  content: "";
  width: 41.5rem;
  height: 1px;
  background-color: #1e1e1e;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#pageRarity .merit_wrap .com-copy-box .sub::before {
  left: -43.1rem;
}
#pageRarity .merit_wrap .com-copy-box .sub::after {
  right: -43.1rem;
}
#pageRarity .merit_wrap .com-copy-box .sub .lable {
  background-color: #1e1e1e;
  width: 66.2%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%);
  font-size: 1.4rem;
  font-family: "Bellefair", serif;
  position: relative;
  letter-spacing: 0.14em;
  padding-top: 0.3rem;
  padding-left: 1.4rem;
  border-radius: 2rem 0 0 2rem;
}
#pageRarity .merit_wrap .com-copy-box .sub .lable::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.9rem;
  top: 50%;
  left: 1.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  background: url("../img/common/btn_arrow_w.svg") no-repeat center/contain;
}
#pageRarity .merit_wrap .com-copy-box .sub .num {
  font-size: 3rem;
  margin-left: 1.4rem;
  margin-right: -1rem;
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}
#pageRarity .merit_wrap .com-copy-box .ttl {
  font-size: 1.9rem;
  margin-top: 2.6rem;
  padding-bottom: 0;
  border-bottom: 0px;
}
#pageRarity .merit_wrap .com-copy-box .txt {
  font-size: 1.3rem;
  letter-spacing: 0.025em;
}
#pageRarity .merit_wrap .feature {
  width: 74rem;
  margin: 1.6rem auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
#pageRarity .merit_wrap .feature-item {
  position: relative;
}
#pageRarity .merit_wrap .feature-item::after {
  position: absolute;
  content: "";
  height: 2px;
  background-image: radial-gradient(circle, #565656 1px, transparent 1px);
  background-size: 10px 2px;
  width: 100%;
  bottom: 0;
  left: 0;
}
#pageRarity .merit_wrap .feature-item .com-note {
  margin-top: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0;
}
#pageRarity .merit_wrap .feature-item.m_down_on .feature-txt .hightLight {
  background-position: -100% 1.4rem;
}
#pageRarity .merit_wrap .feature-item--01 .feature-img {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
#pageRarity .merit_wrap .feature-item--01 .feature-img::after {
  display: inline-block;
  content: "";
  width: 3.8rem;
  height: 3rem;
  margin-top: 0.3rem;
  background: url("../img/rarity/icon-arrow_down.svg") no-repeat center/contain;
}
#pageRarity .merit_wrap .feature-item--01 .feature-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  margin-top: -0.7rem;
}
#pageRarity .merit_wrap .feature-item--01 .feature-txt small {
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}
#pageRarity .merit_wrap .feature-item--01 .num {
  font-size: 2.6rem;
  color: #6b0d31;
  margin-top: -1rem;
  display: inline-block;
}
#pageRarity .merit_wrap .feature-item--05::before, #pageRarity .merit_wrap .feature-item--05::after {
  display: none;
}
#pageRarity .merit_wrap .feature-item--06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#pageRarity .merit_wrap .feature-item--06 .feature-note {
  border: 1px solid #630026;
  color: #630026;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 1.1rem 0.5rem 1rem 1.6rem;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
#pageRarity .merit_wrap .feature-item--06::after {
  display: none;
}
#pageRarity .merit_wrap .feature-item--01, #pageRarity .merit_wrap .feature-item--03, #pageRarity .merit_wrap .feature-item--05 {
  padding: 3.8rem 4.7rem 3rem 0;
}
#pageRarity .merit_wrap .feature-item--01::before, #pageRarity .merit_wrap .feature-item--03::before, #pageRarity .merit_wrap .feature-item--05::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 80%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: radial-gradient(circle, #565656 1px, transparent 1px);
  background-size: 2px 8px;
  background-repeat: repeat-y;
}
#pageRarity .merit_wrap .feature-item--02, #pageRarity .merit_wrap .feature-item--04, #pageRarity .merit_wrap .feature-item--06 {
  padding: 3.8rem 0 3rem 4.7rem;
}
#pageRarity .merit_wrap .feature-head {
  background-color: #3b4660;
  border-radius: 4px;
  text-align: center;
  padding: 0.8rem 1.1rem 0.7rem;
  margin-bottom: 1.5rem;
}
#pageRarity .merit_wrap .feature-sub {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pageRarity .merit_wrap .feature-sub .sub-text {
  font-size: 1.1rem;
  display: inline-block;
  margin-left: -1rem;
  letter-spacing: 0.07em;
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
#pageRarity .merit_wrap .feature-img {
  margin-top: 1.4rem;
}
#pageRarity .merit_wrap .feature-ttl {
  font-size: 2.4rem;
  font-weight: 500;
  color: #e6d96d;
  margin-top: 0.6rem;
}
#pageRarity .merit_wrap .feature-ttl .cl-w {
  color: #fff;
}
#pageRarity .merit_wrap .feature-txt {
  font-size: 1.3rem;
  letter-spacing: 0.035em;
  line-height: 1.5;
  font-weight: 500;
  margin-top: -0.5rem;
}
#pageRarity .merit_wrap .feature-txt .hightLight {
  color: #73193c;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: inline;
  opacity: 1;
  -webkit-transition: background-position 1.3s ease-in;
  transition: background-position 1.3s ease-in;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #e6d96d));
  background-image: linear-gradient(to right, transparent 50%, #e6d96d 50%);
  background-repeat: repeat-x;
  background-size: 200% 1.7rem;
  background-position: 0 0.9em;
}
#pageRarity .merit_box--01 .merit_img {
  margin: 2.9rem auto 0;
  width: 47.5rem;
}
#pageRarity .merit_box--02 .merit_img {
  width: 32.3rem;
  margin: 2.8rem auto 0;
}
#pageRarity .merit_note {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.2rem auto 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(115, 25, 60)), to(rgb(144, 74, 101)));
  background: linear-gradient(0deg, rgb(115, 25, 60) 0%, rgb(144, 74, 101) 100%);
  padding: 1.2rem 4.2rem;
  border-radius: 10rem;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 750px) {
  #pageRarity .merit_wrap {
    padding: 7.6rem 0 3.7rem;
  }
  #pageRarity .merit_wrap .com-copy-box .sub {
    border-radius: 5rem;
    height: 5.1rem;
    width: 22rem;
  }
  #pageRarity .merit_wrap .com-copy-box .sub::before, #pageRarity .merit_wrap .com-copy-box .sub::after {
    display: none;
  }
  #pageRarity .merit_wrap .com-copy-box .sub .lable {
    border-radius: 5rem 0 0 5rem;
    font-size: 2.4rem;
    padding-left: 2.3rem;
    letter-spacing: 0.1em;
  }
  #pageRarity .merit_wrap .com-copy-box .sub .lable::before {
    width: 1.3rem;
    height: 1.5rem;
    left: 2.6rem;
  }
  #pageRarity .merit_wrap .com-copy-box .sub .num {
    font-size: 4.6rem;
    margin-left: 2.3rem;
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
  #pageRarity .merit_wrap .com-copy-box .ttl {
    font-size: 3.2rem;
    line-height: 1.45;
    letter-spacing: 0.18em;
    margin-top: 3.1rem;
    border-bottom: 1px solid #1e1e1e;
    padding-bottom: 3rem;
  }
  #pageRarity .merit_wrap .com-copy-box .txt {
    font-size: 2.3rem;
    margin-top: 2.3rem;
    letter-spacing: 0.12em;
    line-height: 1.6;
  }
  #pageRarity .merit_wrap .feature {
    width: 100%;
    margin: 7.2rem auto 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 4.8rem 0;
  }
  #pageRarity .merit_wrap .feature-item {
    padding: 0 0 5rem !important;
  }
  #pageRarity .merit_wrap .feature-item::before {
    display: none !important;
  }
  #pageRarity .merit_wrap .feature-item::after {
    height: 1px;
    background-size: 6px 1px;
  }
  #pageRarity .merit_wrap .feature-item--05::after, #pageRarity .merit_wrap .feature-item--06::after {
    display: none;
  }
  #pageRarity .merit_wrap .feature-item--05 .feature-note, #pageRarity .merit_wrap .feature-item--06 .feature-note {
    font-size: 2.4rem;
    padding: 1.5rem 0.5rem 1.9rem 3rem;
    margin-bottom: 0;
    margin-top: -4.3rem;
  }
  #pageRarity .merit_wrap .feature-item .com-note {
    margin-top: 3.4rem;
  }
  #pageRarity .merit_wrap .feature-item.m_down_on .feature-txt .hightLight {
    background-position: -100% 2rem;
  }
  #pageRarity .merit_wrap .feature-item--01 .feature-img::after {
    width: 6.7rem;
    height: 5.5rem;
    margin-top: 0.7rem;
  }
  #pageRarity .merit_wrap .feature-item--01 .feature-txt {
    margin-top: -0.9rem;
    font-size: 2.5rem;
    line-height: 1.5;
  }
  #pageRarity .merit_wrap .feature-item--01 .feature-txt small {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  #pageRarity .merit_wrap .feature-item--01 .feature-txt .num {
    font-size: 5rem;
    letter-spacing: 0.1em;
    margin-top: -1.7rem;
  }
  #pageRarity .merit_wrap .feature-head {
    padding: 1.5rem 1.5rem 1.4rem;
  }
  #pageRarity .merit_wrap .feature-sub {
    font-size: 2.8rem;
    letter-spacing: 0.12em;
    padding-bottom: 1.2rem;
  }
  #pageRarity .merit_wrap .feature-sub .sub-text {
    font-size: 2.1rem;
    margin-left: -2.6rem;
    letter-spacing: 0.05em;
    -webkit-transform: translateX(1.6rem);
            transform: translateX(1.6rem);
  }
  #pageRarity .merit_wrap .feature-ttl {
    font-size: 4.4rem;
    margin-top: 1rem;
  }
  #pageRarity .merit_wrap .feature-img {
    margin-top: 2.8rem !important;
  }
  #pageRarity .merit_wrap .feature-txt {
    font-size: 2.2rem;
    letter-spacing: 0.15em;
    line-height: 1.6;
    margin-top: 2rem;
  }
  #pageRarity .merit_wrap .feature-txt .hightLight {
    background-size: 200% 1.2rem;
  }
  #pageRarity .merit_box--01 .merit_img {
    margin: 6rem auto 0;
    width: 100%;
  }
  #pageRarity .merit_box--02 .merit_img {
    width: 94%;
    margin: 4.8rem auto 0;
  }
  #pageRarity .merit_note {
    font-size: 2.5rem;
    line-height: 1.3;
    width: 100%;
    margin: 0.6rem auto 0;
    padding: 1.6rem 1.2rem 1.5rem 2.2rem;
    border-radius: 4px;
    letter-spacing: 0;
  }
}
#pageRarity .zeh_wrap {
  padding: 6.7rem 0 8.8rem;
  border-radius: 0 0 2.5rem 2.5rem;
  background-color: #edebe9;
}
#pageRarity .zeh_wrap .com-copy-box .ttl {
  border-bottom: 0px;
  padding-bottom: 0;
}
#pageRarity .zeh-detail {
  background-color: #fff;
  padding: 2.6rem 3.7rem 2.6rem 2.6rem;
  margin-top: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageRarity .zeh-left {
  width: 58.3%;
  background-color: #f1f5ed;
  padding: 3.7rem;
}
#pageRarity .zeh-right {
  width: 37.7%;
  margin-top: 1.6rem;
}
#pageRarity .zeh-right .com-note {
  margin-top: 1.4rem;
  line-height: 1.1;
}
#pageRarity .zeh-logo {
  width: 15.5rem;
  margin: 0.2rem auto 0;
}
#pageRarity .zeh-sub {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin-top: 2.6rem;
  letter-spacing: 0;
}
#pageRarity .zeh-ttl {
  font-size: 1.9rem;
  font-weight: 500;
  border-bottom: 1px solid #1e1e1e;
  padding-bottom: 1.3rem;
  text-align: center;
  margin-top: 0.3rem;
}
#pageRarity .zeh-txt {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.53;
  margin-top: 2rem;
  letter-spacing: -0.04em;
}
#pageRarity .zeh-benefit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.9rem 1fr 3.9rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.7rem 3.9rem;
  margin-top: 3.4rem;
}
#pageRarity .zeh-benefit-item--01 .zeh-benefit-head {
  color: #3b4660;
}
#pageRarity .zeh-benefit-item--01 .zeh-benefit-txt::before {
  background-color: #3b4660;
}
#pageRarity .zeh-benefit-item--02 .zeh-benefit-head {
  color: #7d733c;
}
#pageRarity .zeh-benefit-item--02 .zeh-benefit-txt::before {
  background-color: #7d733c;
}
#pageRarity .zeh-benefit-item--03 .zeh-benefit-head {
  color: #4b775c;
}
#pageRarity .zeh-benefit-item--03 .zeh-benefit-txt::before {
  background-color: #4b775c;
}
#pageRarity .zeh-benefit-head {
  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: end;
}
#pageRarity .zeh-benefit-lead {
  font-size: 2.1rem;
  line-height: 1.2380952381;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.7rem;
  padding-bottom: 0.3rem;
  position: relative;
  width: calc(100% - 13.2rem);
}
#pageRarity .zeh-benefit-lead::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(circle, #565656 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
#pageRarity .zeh-benefit-lead .st {
  display: inline-block;
  font-size: 6.6rem;
  font-family: "Bellefair", serif;
  margin-right: 0.8rem;
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}
#pageRarity .zeh-benefit-img {
  width: 13.2rem;
}
#pageRarity .zeh-benefit-img .com-cap {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 0.9rem;
  bottom: 1rem;
}
#pageRarity .zeh-benefit-txt {
  font-size: 1.3rem;
  padding-left: 1.8rem;
  letter-spacing: -0.04em;
  margin-top: 0.6rem;
  position: relative;
  line-height: 1.4553846154;
}
#pageRarity .zeh-benefit-txt::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 90%;
  top: 0.4rem;
  left: 0;
}
@media screen and (max-width: 750px) {
  #pageRarity .zeh_wrap {
    padding: 0 0 9.7rem;
  }
  #pageRarity .zeh_banner {
    width: calc(100% + 10.4rem);
    margin-left: -5.2rem;
  }
  #pageRarity .zeh-detail {
    border-radius: 4px;
    margin-top: 6.3rem;
    padding: 4.8rem 3.6rem 4rem;
  }
  #pageRarity .zeh-left {
    width: 100%;
    background-color: unset;
    padding: 0;
  }
  #pageRarity .zeh-logo {
    width: 21.1rem;
    margin: 0 auto;
  }
  #pageRarity .zeh-sub {
    font-size: 2rem;
    margin-left: 4rem;
    text-align: left;
    margin-top: 4.2rem;
    letter-spacing: 0.06em;
  }
  #pageRarity .zeh-ttl {
    font-size: 3.2rem;
    padding-bottom: 2.6rem;
    letter-spacing: 0.2em;
    text-align: left;
    margin-top: 0.8rem;
    white-space: nowrap;
  }
  #pageRarity .zeh-txt {
    font-size: 2.4rem;
    margin-top: 3.4rem;
    letter-spacing: 0;
  }
  #pageRarity .zeh-right {
    width: 100%;
    margin-top: 4.4rem;
  }
  #pageRarity .zeh-right .com-note {
    margin-top: 4.4rem;
    line-height: 1.1;
    font-size: 1.8rem;
    letter-spacing: -0.1em;
  }
  #pageRarity .zeh-benefit {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4.4rem;
  }
  #pageRarity .zeh-benefit-item--01 .feature-lead .st {
    -webkit-transform: translate(1rem, 0.8rem);
            transform: translate(1rem, 0.8rem);
  }
  #pageRarity .zeh-benefit-head {
    width: 100%;
  }
  #pageRarity .zeh-benefit-txt {
    width: 100%;
  }
  #pageRarity .zeh-benefit-lead {
    margin-bottom: 2.8rem;
    padding-bottom: 1.3rem;
    width: calc(100% - 23.2rem);
    font-size: 4rem;
    letter-spacing: 0.14em;
    line-height: 1.18;
  }
  #pageRarity .zeh-benefit-lead .st {
    font-size: 12rem;
    margin-right: 3.6rem;
    -webkit-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
  }
  #pageRarity .zeh-benefit-img {
    width: 23.2rem;
  }
  #pageRarity .zeh-benefit-img .com-cap {
    font-size: 1.8rem;
    bottom: 1.3rem;
  }
  #pageRarity .zeh-benefit-txt {
    font-size: 2.4rem;
    padding-left: 3.4rem;
    margin-top: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  #pageRarity .zeh-benefit-txt::before {
    height: 93%;
    top: 0.5rem;
  }
}
#pageRarity .zoom_btn {
  background-color: #424242;
  margin-top: 2rem;
  width: 100%;
  height: 3.2rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#pageRarity .zoom_btn:hover {
  opacity: 0.7;
}
#pageRarity .zoom_btn img {
  width: 2.1rem;
  margin-right: 1rem;
}
#pageRarity .lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  overflow: auto;
}
#pageRarity .lightbox.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pageRarity .lightbox #lightboxImg {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 1rem;
}
#pageRarity .lightbox_close {
  display: none;
  position: fixed;
  top: 12rem;
  right: 12px;
  width: 40px;
  height: 40px;
  background: #1e1e1e;
  border: 1px solid #fff;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 10000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#pageRarity .lightbox_close:hover {
  opacity: 0.7;
}
#pageRarity .lightbox_close.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pagePlan main {
  padding-bottom: 5.4rem;
}
@media screen and (max-width: 750px) {
  #pagePlan main {
    padding-bottom: 7rem;
  }
}
#pagePlan .com-main-img .img {
  overflow: hidden;
  width: 50%;
}
#pagePlan .com-main-img .img figure {
  position: relative;
}
#pagePlan .com-main-img .img figure::before, #pagePlan .com-main-img .img figure::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#pagePlan .com-main-img .img figure::before {
  background-color: rgba(30, 30, 30, 0.6);
  z-index: 1;
}
#pagePlan .com-main-img .img figure::after {
  background-color: rgba(30, 30, 30, 0.1);
  mix-blend-mode: multiply;
}
#pagePlan .com-main-lead {
  line-height: 1.5;
}
#pagePlan .com-copy-box.noLine .ttl {
  margin-top: 0;
}
#pagePlan .com-copy-box.noLine::before {
  display: none;
}
#pagePlan .com-copy-box .ttl {
  border-bottom: none;
}
@media screen and (max-width: 750px) {
  #pagePlan .com-main-img .img {
    width: 100%;
  }
  #pagePlan .tabs-sticky .tabs-inner .tab-btn {
    width: 25%;
  }
  #pagePlan .js_banner {
    margin: 0 -5.2rem;
  }
}
#pagePlan .accordion_btn_wrap {
  padding: 3rem 0;
}
#pagePlan .accordion_btn_wrap .accordion_btn {
  display: block;
  width: 27.7rem;
  margin: 0 auto;
  padding: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#6b0d31), to(#712643));
  background: linear-gradient(to right, #6b0d31 0%, #712643 100%);
  color: #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
  -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);
  overflow: hidden;
  z-index: 0;
}
#pagePlan .accordion_btn_wrap .accordion_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -120px;
  width: 80px;
  height: 200px;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(80%, hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.6) 80%, hsla(0, 0%, 100%, 0));
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
  -webkit-animation: shiny_btn 3s infinite ease-in-out;
          animation: shiny_btn 3s infinite ease-in-out;
  z-index: 1;
}
#pagePlan .accordion_btn_wrap .accordion_btn::after {
  content: "";
  background-image: url("../img/common/btn_arrow_w.svg");
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0.7rem;
  height: 1.3rem;
  z-index: 2;
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
}
#pagePlan .accordion_btn_wrap .accordion_btn.is-open {
  background: -webkit-gradient(linear, left top, right top, from(#1e1e1e), to(#444444));
  background: linear-gradient(to right, #1e1e1e 0%, #444444 100%);
}
#pagePlan .accordion_btn_wrap .accordion_btn.is-open::after {
  background-image: url("../img/plan/close.svg");
  width: 1.5rem;
  height: 1.5rem;
}
#pagePlan .accordion_btn_wrap .accordion_btn.is-open:hover::after {
  right: 1.25rem;
}
#pagePlan .accordion_btn_wrap .accordion_btn:hover {
  opacity: 0.8;
}
#pagePlan .accordion_btn_wrap .accordion_btn:hover::after {
  right: 0.75rem;
}
@-webkit-keyframes shiny_btn {
  0% {
    left: -120px;
  }
  30% {
    left: 110%;
  }
  100% {
    left: 110%;
  }
}
@keyframes shiny_btn {
  0% {
    left: -120px;
  }
  30% {
    left: 110%;
  }
  100% {
    left: 110%;
  }
}
@media screen and (max-width: 750px) {
  #pagePlan .accordion_btn_wrap .accordion_btn {
    width: 59rem;
  }
  #pagePlan .accordion_btn_wrap .accordion_btn .btn_txt {
    font-size: 2.8rem;
  }
  #pagePlan .accordion_btn_wrap .accordion_btn::after {
    width: 1.7rem;
    height: 3.3rem;
    right: 3rem;
  }
  #pagePlan .accordion_btn_wrap .accordion_btn.is-open::after {
    width: 3.5rem;
    height: 3.5rem;
  }
  #pagePlan .accordion_btn_wrap .accordion_btn.is-open:hover::after {
    right: 3rem;
  }
}
#pagePlan .detail {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
}
#pagePlan .ul {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #e6d96d));
  background: linear-gradient(transparent 70%, #e6d96d 70%);
}
#pagePlan .p_ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}
#pagePlan .p_desc {
  font-size: 1.3rem;
  line-height: 1.8;
}
#pagePlan .p_desc .clr {
  color: #630026;
  font-family: sans-serif;
}
@media screen and (max-width: 750px) {
  #pagePlan .p_ttl {
    font-size: 3rem;
  }
  #pagePlan .p_desc {
    font-size: 2.6rem;
  }
}
#pagePlan .spacious_wrap .accordion_btn_wrap:has(.accordion_btn.is-open) {
  background: #fff;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
}
#pagePlan .spacious_wrap .spacious_detail .graph_wrap .graph_ttl {
  font-size: 1.1rem;
  letter-spacing: 0;
  width: 52rem;
  margin: 3rem auto -1rem;
}
#pagePlan .spacious_wrap .spacious_detail .graph_wrap .graph {
  width: 52rem;
  margin: 0 auto;
}
#pagePlan .spacious_wrap .spacious_detail .graph_wrap .graph .com-note {
  width: 100%;
  text-align: right;
  margin-top: 1rem;
}
#pagePlan .spacious_wrap .spacious_detail .graph_wrap .spacious_point {
  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-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  margin: 3rem auto;
}
#pagePlan .spacious_wrap .spacious_detail .graph_wrap .spacious_point .grad_arrow {
  width: 3.7rem;
}
#pagePlan .spacious_wrap .spacious_detail .graph_wrap .spacious_point p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 2.2rem;
  padding-bottom: 2rem;
}
#pagePlan .spacious_wrap .spacious_detail .graph_wrap .spacious_point p .clr {
  font-size: 5.1rem;
  color: #630026;
}
#pagePlan .spacious_wrap .spacious_detail .graph_wrap .spacious_point p .size {
  font-size: 2.9rem;
}
#pagePlan .spacious_wrap .spacious_detail .graph_wrap .p_desc {
  width: 73.8rem;
  margin: 0 auto;
}
#pagePlan .spacious_wrap .spacious_detail .graph_wrap .p_desc .ul {
  color: #630026;
  font-family: sans-serif;
}
#pagePlan .spacious_wrap .spacious_detail .graph_wrap .com-note {
  width: 73.8rem;
  margin: 3rem auto 0;
}
#pagePlan .spacious_wrap .spacious_detail .structure_wrap {
  background: #edebe9;
  margin-top: 5rem;
}
#pagePlan .spacious_wrap .spacious_detail .structure_wrap .com-content {
  max-width: 962px;
}
#pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
}
#pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex div.str_flex_item {
  width: 60%;
  background: #fff;
  padding: 3rem 2rem;
}
#pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex div.str_flex_item .str_head {
  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-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  margin-bottom: 3rem;
}
#pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex div.str_flex_item .str_head p {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #405b67;
  font-size: 4rem;
}
#pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex div.str_flex_item .str_head ul {
  width: 80%;
}
#pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex div.str_flex_item .str_head ul li {
  background: #edf0f3;
  color: #1e1e1e;
  text-align: center;
  letter-spacing: 0;
  padding: 2rem 0.1rem;
}
#pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex div.str_flex_item .str_head ul li span {
  color: #71173a;
}
#pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex div.str_flex_item .str_head ul li + li {
  margin-top: 1.2rem;
}
#pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex div.str_flex_item figure {
  margin: 0 -1.5rem 3rem;
}
#pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex div.str_flex_item .p_desc {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
#pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex ul.str_flex_item {
  width: 35.9%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex ul.str_flex_item li {
  background: #fff;
  padding: 1.5rem;
}
#pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex ul.str_flex_item li .p_ttl {
  font-size: 1.5rem;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}
#pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex ul.str_flex_item li figure .com-note {
  margin-top: 0.5rem;
  text-align: right;
}
#pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex ul.str_flex_item li .p_desc {
  margin-top: 1.5rem;
  font-size: 1.1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pagePlan .spacious_wrap .spacious_detail .graph_wrap .graph_ttl {
    font-size: 2.1rem;
    width: 100%;
    margin: 3rem auto 2rem;
  }
  #pagePlan .spacious_wrap .spacious_detail .graph_wrap .graph {
    width: 100%;
  }
  #pagePlan .spacious_wrap .spacious_detail .graph_wrap .graph .com-note {
    width: 100%;
  }
  #pagePlan .spacious_wrap .spacious_detail .graph_wrap .spacious_point .grad_arrow {
    width: 5.7rem;
  }
  #pagePlan .spacious_wrap .spacious_detail .graph_wrap .spacious_point p {
    font-size: 3.2rem;
    line-height: 0.32;
  }
  #pagePlan .spacious_wrap .spacious_detail .graph_wrap .spacious_point p .clr {
    font-size: 12rem;
  }
  #pagePlan .spacious_wrap .spacious_detail .graph_wrap .spacious_point p .size {
    font-size: 3.9rem;
  }
  #pagePlan .spacious_wrap .spacious_detail .graph_wrap .p_desc {
    width: 100%;
  }
  #pagePlan .spacious_wrap .spacious_detail .graph_wrap .com-note {
    width: 100%;
  }
  #pagePlan .spacious_wrap .spacious_detail .structure_wrap {
    background: #fff;
    position: relative;
  }
  #pagePlan .spacious_wrap .spacious_detail .structure_wrap::before {
    content: "";
    border-top: dotted 0.4rem #565656;
    width: 86%;
    height: 0.4rem;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
  }
  #pagePlan .spacious_wrap .spacious_detail .structure_wrap .com-copy-box .ttl {
    letter-spacing: 0.05em;
  }
  #pagePlan .spacious_wrap .spacious_detail .structure_wrap .com-content {
    width: 100%;
  }
  #pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex {
    row-gap: 7rem;
  }
  #pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex div.str_flex_item {
    width: 100%;
    padding: 0;
  }
  #pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex div.str_flex_item .str_head p {
    font-size: 5rem;
  }
  #pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex div.str_flex_item .str_head ul {
    width: 88%;
  }
  #pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex div.str_flex_item .str_head ul li {
    font-size: 2.4rem;
  }
  #pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex div.str_flex_item figure {
    margin: 0 -4.5rem 3rem;
  }
  #pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex div.str_flex_item .p_desc {
    font-size: 2.6rem;
  }
  #pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex ul.str_flex_item {
    width: 100%;
    gap: 3rem;
    position: relative;
    padding-top: 5rem;
  }
  #pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex ul.str_flex_item::before {
    content: "";
    background: #edebe9;
    width: 118%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
  }
  #pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex ul.str_flex_item li {
    padding: 3rem 2rem;
    position: relative;
  }
  #pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex ul.str_flex_item li .p_ttl {
    font-size: 3.2rem;
  }
  #pagePlan .spacious_wrap .spacious_detail .structure_wrap .str_flex ul.str_flex_item li .p_desc {
    font-size: 2.6rem;
  }
}
#pagePlan .kitchen_wrap .kitchen_detail .kitchen_type {
  width: 71rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin: 3rem auto 0;
}
#pagePlan .kitchen_wrap .kitchen_detail .kitchen_type .p_ttl {
  margin: 1.2rem 0;
}
#pagePlan .kitchen_wrap .kitchen_detail .kitchen_type .p_desc {
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pagePlan .kitchen_wrap .kitchen_detail .kitchen_type {
    width: 100%;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#pagePlan .ugoclo_wrap .ugoclo_detail .about_ugoclo .ugoclo_logo {
  width: 20.8rem;
  margin: 3rem auto;
}
#pagePlan .ugoclo_wrap .ugoclo_detail .about_ugoclo .p_desc {
  text-align: center;
}
#pagePlan .ugoclo_wrap .ugoclo_detail .about_ugoclo .ugoclo_merits {
  margin: 3rem 0 5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
#pagePlan .ugoclo_wrap .ugoclo_detail .about_ugoclo .ugoclo_merits li {
  background: #a34464;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pagePlan .ugoclo_wrap .ugoclo_detail .about_ugoclo .ugoclo_merits li .no {
  color: #fff;
  font-size: 4.3rem;
  translate: 0 0.3rem;
}
#pagePlan .ugoclo_wrap .ugoclo_detail .about_ugoclo .ugoclo_merits li .merit {
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #fff;
}
#pagePlan .ugoclo_wrap .ugoclo_detail .about_ugoclo .video {
  width: 73.8rem;
  height: 41.5rem;
  display: block;
  margin: 0 auto;
}
#pagePlan .ugoclo_wrap .ugoclo_detail .about_ugoclo .ugoclo_types {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  padding: 6rem 0 3rem;
}
#pagePlan .ugoclo_wrap .ugoclo_detail .about_ugoclo .ugoclo_types li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#pagePlan .ugoclo_wrap .ugoclo_detail .about_ugoclo .ugoclo_types li .type_desc {
  margin-bottom: 1rem;
}
#pagePlan .ugoclo_wrap .ugoclo_detail .about_ugoclo .ugoclo_types li .type_plan {
  margin: auto auto 0;
}
#pagePlan .ugoclo_wrap .ugoclo_detail .about_ugoclo .ugoclo_types li .type_plan .com-cap {
  bottom: -2rem;
}
@media screen and (max-width: 750px) {
  #pagePlan .ugoclo_wrap .ugoclo_detail {
    margin: 0 -5.2rem;
  }
  #pagePlan .ugoclo_wrap .ugoclo_detail .detail_inner {
    padding: 0 5.2rem;
  }
  #pagePlan .ugoclo_wrap .ugoclo_detail .about_ugoclo .ugoclo_logo {
    width: 30.8rem;
  }
  #pagePlan .ugoclo_wrap .ugoclo_detail .about_ugoclo .p_desc {
    text-align: left;
  }
  #pagePlan .ugoclo_wrap .ugoclo_detail .about_ugoclo .ugoclo_merits {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  #pagePlan .ugoclo_wrap .ugoclo_detail .about_ugoclo .ugoclo_merits li {
    padding: 1.5rem 3rem;
  }
  #pagePlan .ugoclo_wrap .ugoclo_detail .about_ugoclo .ugoclo_merits li .no {
    font-size: 8.3rem;
  }
  #pagePlan .ugoclo_wrap .ugoclo_detail .about_ugoclo .ugoclo_merits li .merit {
    font-size: 3rem;
  }
  #pagePlan .ugoclo_wrap .ugoclo_detail .about_ugoclo .video {
    margin: 0 -5.2rem;
  }
  #pagePlan .ugoclo_wrap .ugoclo_detail .about_ugoclo .ugoclo_types {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 8rem;
  }
  #pagePlan .ugoclo_wrap .ugoclo_detail .about_ugoclo .ugoclo_types li .type_desc {
    margin-bottom: 6rem;
  }
}
#pagePlan .plan_wrap {
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  padding-bottom: 8rem;
  background-image: url("../img/plan/plan_bg.jpg");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
#pagePlan .plan_wrap_ttl {
  background: #303c57;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0;
  letter-spacing: 0.15em;
  font-size: 1.6rem;
  margin-bottom: 5rem;
}
#pagePlan .plan_wrap .plans {
  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: 3rem;
  position: relative;
}
#pagePlan .plan_wrap .plans .plan {
  width: 23rem;
  background: #fff;
  -webkit-box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.3);
          box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#pagePlan .plan_wrap .plans .plan:hover {
  opacity: 0.8;
}
#pagePlan .plan_wrap .plans .plan:hover .more .arrow {
  right: 0.75rem;
}
#pagePlan .plan_wrap .plans .plan .type_name {
  background: #392d13;
  color: #fff;
  text-align: center;
  font-size: 2.1rem;
  padding: 0.3rem 0;
}
#pagePlan .plan_wrap .plans .plan .type_name span {
  font-size: 2.8rem;
  padding-right: 0.5rem;
  display: inline-block;
  translate: 0 0.2rem;
}
#pagePlan .plan_wrap .plans .plan .ldk {
  text-align: center;
  font-size: 1.95rem;
  padding-top: 1.2rem;
}
#pagePlan .plan_wrap .plans .plan .ldk .s1 {
  font-size: 3.9rem;
}
#pagePlan .plan_wrap .plans .plan .ldk .s2 {
  font-size: 3.1rem;
}
#pagePlan .plan_wrap .plans .plan .area {
  font-size: 3.26rem;
  width: 86%;
  margin: 0 auto;
  padding-top: 1.5rem;
  text-align: center;
  border-top: 0.1rem solid rgba(30, 30, 30, 0.5);
}
#pagePlan .plan_wrap .plans .plan .area .s1 {
  font-size: 1.46rem;
  line-height: 1.15;
  display: inline-block;
  padding-right: 0.5rem;
}
#pagePlan .plan_wrap .plans .plan .area .s2 {
  font-size: 4.7rem;
  display: inline-block;
  scale: 1.05 1;
  letter-spacing: 0;
  padding-right: 0.3rem;
}
#pagePlan .plan_wrap .plans .plan .point {
  background: #84786e;
  text-align: center;
  padding: 0.2rem 1rem;
  border-radius: 1.5rem;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 1.2rem auto;
}
#pagePlan .plan_wrap .plans .plan .layout {
  margin: 1.5rem auto;
}
#pagePlan .plan_wrap .plans .plan .layout.a1 {
  width: 20.683rem;
  translate: -0.5rem 0;
}
#pagePlan .plan_wrap .plans .plan .layout.a2 {
  width: 17.157rem;
  translate: -1.5rem 1.5rem;
}
#pagePlan .plan_wrap .plans .plan .more {
  background: -webkit-gradient(linear, left top, left bottom, from(#6b0d31), to(#7e2b4b));
  background: linear-gradient(to bottom, #6b0d31 0%, #7e2b4b 100%);
  width: 100%;
  padding: 1rem 0;
  position: relative;
  margin-top: auto;
  -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);
}
#pagePlan .plan_wrap .plans .plan .more::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0.25)), to(transparent));
  background: linear-gradient(to bottom, rgba(30, 30, 30, 0.25) 0%, transparent 100%);
  height: 1.2rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#pagePlan .plan_wrap .plans .plan .more .txt {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  display: inline-block;
  translate: 0 0.2rem;
}
#pagePlan .plan_wrap .plans .plan .more .arrow {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  translate: 0 -50%;
  width: 0.7rem;
  height: 1.3rem;
  -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);
}
#pagePlan .btn_entry {
  display: block;
  -webkit-box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.3);
          box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.3);
  width: 48.4rem;
  margin: 5rem auto 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: opacity 0.3s, -webkit-transform 1.3s;
  transition: opacity 0.3s, -webkit-transform 1.3s;
  transition: transform 1.3s, opacity 0.3s;
  transition: transform 1.3s, opacity 0.3s, -webkit-transform 1.3s;
}
#pagePlan .btn_entry::before {
  content: "";
  border: solid 0.1rem rgba(255, 255, 255, 0.3);
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 3;
}
#pagePlan .btn_entry:hover {
  opacity: 0.8;
}
#pagePlan .btn_entry:hover .bg_grn .arrow {
  right: 0.75rem;
}
#pagePlan .btn_entry .bg {
  border-radius: 5px;
}
#pagePlan .btn_entry .text {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 3rem 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 2;
}
#pagePlan .btn_entry .text .size {
  font-size: 1.92rem;
}
#pagePlan .btn_entry .bg_grn {
  background: -webkit-gradient(linear, left top, left bottom, from(#193b34), to(#10211e));
  background: linear-gradient(to bottom, #193b34 0%, #10211e 100%);
  width: 100%;
  padding: 1.7rem 0 2.2rem;
  position: relative;
  text-align: center;
  margin-top: auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -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);
  z-index: 2;
}
#pagePlan .btn_entry .bg_grn::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0.25)), to(transparent));
  background: linear-gradient(to bottom, rgba(30, 30, 30, 0.25) 0%, transparent 100%);
  height: 1.2rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#pagePlan .btn_entry .bg_grn .txt {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  display: inline-block;
  translate: 0 0.2rem;
}
#pagePlan .btn_entry .bg_grn .arrow {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  translate: 0 -50%;
  width: 0.7rem;
  height: 1.3rem;
  -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);
}
#pagePlan .plan_note {
  position: absolute;
  bottom: 27rem;
  right: 0;
}
#pagePlan .plan_note p {
  font-size: 0.9rem;
  line-height: 1.8;
}
#pagePlan .plan_note p + p {
  line-height: 1.3;
  padding-top: 0.5rem;
}
#pagePlan .plan_note .icon {
  display: inline-block;
  height: 1rem;
  width: auto;
  padding-right: 0.5rem;
  translate: 0 -0.3rem;
}
#pagePlan .plan_note .icon img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 750px) {
  #pagePlan .plan_wrap {
    padding-bottom: 5rem;
  }
  #pagePlan .plan_wrap_ttl {
    font-size: 2.6rem;
  }
  #pagePlan .plan_wrap .plans .plan {
    width: 47%;
  }
  #pagePlan .plan_wrap .plans .plan .type_name {
    font-size: 4.1rem;
  }
  #pagePlan .plan_wrap .plans .plan .type_name span {
    font-size: 4.8rem;
  }
  #pagePlan .plan_wrap .plans .plan .ldk {
    font-size: 3rem;
    letter-spacing: -0.02em;
  }
  #pagePlan .plan_wrap .plans .plan .ldk .s1 {
    font-size: 5.9rem;
  }
  #pagePlan .plan_wrap .plans .plan .ldk .s2 {
    font-size: 5.1rem;
  }
  #pagePlan .plan_wrap .plans .plan .area {
    font-size: 5.26rem;
    width: 90%;
  }
  #pagePlan .plan_wrap .plans .plan .area .s1 {
    font-size: 2.46rem;
  }
  #pagePlan .plan_wrap .plans .plan .area .s2 {
    font-size: 6rem;
    letter-spacing: -0.02em;
  }
  #pagePlan .plan_wrap .plans .plan .point {
    font-size: 2.2rem;
    padding: 0.5rem 2rem;
  }
  #pagePlan .plan_wrap .plans .plan .more {
    padding: 2rem 0;
  }
  #pagePlan .plan_wrap .plans .plan .more .txt {
    font-size: 2.8rem;
  }
  #pagePlan .plan_wrap .plans .plan .more .arrow {
    width: 1rem;
    height: 1.9rem;
  }
  #pagePlan .btn_entry {
    width: 100%;
  }
  #pagePlan .btn_entry::before {
    width: calc(100% - 1.8rem);
    height: calc(100% - 1.8rem);
  }
  #pagePlan .btn_entry .text {
    font-size: 3.4rem;
  }
  #pagePlan .btn_entry .text .size {
    font-size: 3.7rem;
  }
  #pagePlan .btn_entry .bg_grn {
    padding: 3.7rem 0 4.2rem;
  }
  #pagePlan .btn_entry .bg_grn .txt {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }
  #pagePlan .btn_entry .bg_grn .arrow {
    width: 1.4rem;
    height: 2.4rem;
  }
  #pagePlan .plan_note {
    position: inherit;
    bottom: inherit;
    right: inherit;
    width: 100%;
    margin-top: 3rem;
  }
  #pagePlan .plan_note p {
    font-size: 1.9rem;
  }
  #pagePlan .plan_note p + p {
    padding-top: 1.5rem;
  }
  #pagePlan .plan_note .icon {
    height: 2rem;
  }
}
#pagePlan .modal {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background-color: #372b13;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-y: auto;
  padding: 7rem 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#pagePlan .modal .modal_inner {
  position: relative;
  margin: auto;
  width: 110rem;
  height: auto;
  overflow: visible;
}
#pagePlan .modal .modal_close {
  position: absolute;
  top: calc(100% + 1.5rem);
  left: 50%;
  translate: -50% 0;
  border: none;
  cursor: pointer;
  z-index: 10;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pagePlan .modal .modal_close img {
  width: 2.2rem;
}
#pagePlan .modal .modal_close span {
  color: #fff;
  font-size: 1rem;
  padding-top: 0.7rem;
}
#pagePlan .modal .modal_content {
  border-radius: 2.5rem;
  background: #fff;
  width: 100%;
  height: 78vh;
  min-height: 580px;
  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;
          -webkit-column-gap: 7rem;
  -moz-column-gap: 7rem;
          column-gap: 7rem;
}
#pagePlan .modal .modal_content .type_txt {
  width: 28.5rem;
  padding-top: 5rem;
}
#pagePlan .modal .modal_content .type_txt .type_name {
  background: #392d13;
  color: #fff;
  text-align: center;
  font-size: 2.1rem;
  padding: 0.3rem 0;
}
#pagePlan .modal .modal_content .type_txt .type_name span {
  font-size: 2.8rem;
  padding-right: 0.5rem;
  display: inline-block;
  translate: 0 0.2rem;
}
#pagePlan .modal .modal_content .type_txt .ldk {
  text-align: center;
  font-size: 1.7rem;
  padding-top: 1.2rem;
}
#pagePlan .modal .modal_content .type_txt .ldk .s1 {
  font-size: 3.4rem;
}
#pagePlan .modal .modal_content .type_txt .ldk .s2 {
  font-size: 2.7rem;
}
#pagePlan .modal .modal_content .type_txt .area {
  width: 100%;
  margin-top: 1rem;
  text-align: center;
  border-top: 0.1rem solid rgba(30, 30, 30, 0.5);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pagePlan .modal .modal_content .type_txt .area_left {
  font-size: 3.26rem;
  display: inline-block;
}
#pagePlan .modal .modal_content .type_txt .area_left .s1 {
  font-size: 1rem;
  line-height: 1.15;
  display: inline-block;
  padding-right: 0.5rem;
}
#pagePlan .modal .modal_content .type_txt .area_left .s1 span {
  font-size: 90%;
}
#pagePlan .modal .modal_content .type_txt .area_left .s2 {
  font-size: 3.7rem;
  display: inline-block;
  scale: 1.05 1;
  letter-spacing: 0;
  padding-right: 0.3rem;
}
#pagePlan .modal .modal_content .type_txt .area_right {
  display: inline-block;
  text-align: left;
  padding: 1rem 0 0 1.5rem;
  border-left: 0.1rem solid rgba(30, 30, 30, 0.5);
}
#pagePlan .modal .modal_content .type_txt .area_right span {
  font-size: 1.1rem;
  display: inline-block;
}
#pagePlan .modal .modal_content .type_txt .area_right span:nth-of-type(2) {
  padding-top: 0.5rem;
}
#pagePlan .modal .modal_content .type_txt .type_merits {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-top: 1.5rem;
}
#pagePlan .modal .modal_content .type_txt .type_merits li {
  background: #73193c;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
#pagePlan .modal .modal_content .type_txt .type_merits li.w100 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
#pagePlan .modal .modal_content .type_layout {
  margin: auto 0;
}
#pagePlan .modal .modal_content .type_layout img {
  margin: auto;
}
#pagePlan .modal .modal_content .type_layout.a1 {
  width: 25.704rem;
}
#pagePlan .modal .modal_content .type_layout.a2 {
  width: 21.276rem;
}
#pagePlan .modal .modal_content .type_layout.a1 {
  width: 25.28rem;
  min-width: 316px;
}
#pagePlan .modal .modal_content .type_layout.a2 {
  width: 20.76rem;
  min-width: 259.5px;
}
#pagePlan .modal .modal_content .plan_note {
  right: inherit;
  left: 15rem;
  bottom: 3rem;
  width: 35%;
}
@media screen and (max-width: 750px) {
  #pagePlan .modal {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-y: auto;
    padding: 14rem 0 25rem;
  }
  #pagePlan .modal .modal_inner {
    width: 70rem;
    height: auto;
  }
  #pagePlan .modal .modal_close {
    top: calc(100% + 2.5rem);
  }
  #pagePlan .modal .modal_close img {
    width: 6.2rem;
  }
  #pagePlan .modal .modal_close span {
    font-size: 2.4rem;
  }
  #pagePlan .modal .modal_content {
    height: auto;
    row-gap: 5rem;
    padding: 0 4rem 4rem;
  }
  #pagePlan .modal .modal_content .type_txt {
    width: 100%;
  }
  #pagePlan .modal .modal_content .type_txt .type_name {
    font-size: 5.1rem;
  }
  #pagePlan .modal .modal_content .type_txt .type_name span {
    font-size: 5.8rem;
  }
  #pagePlan .modal .modal_content .type_txt .ldk {
    font-size: 3.7rem;
  }
  #pagePlan .modal .modal_content .type_txt .ldk .s1 {
    font-size: 7.4rem;
  }
  #pagePlan .modal .modal_content .type_txt .ldk .s2 {
    font-size: 5.7rem;
  }
  #pagePlan .modal .modal_content .type_txt .area_left {
    font-size: 6.26rem;
    text-align: left;
  }
  #pagePlan .modal .modal_content .type_txt .area_left .s1 {
    font-size: 2.4rem;
  }
  #pagePlan .modal .modal_content .type_txt .area_left .s2 {
    font-size: 8.7rem;
  }
  #pagePlan .modal .modal_content .type_txt .area_right {
    padding: 1rem 0 0 2.5rem;
  }
  #pagePlan .modal .modal_content .type_txt .area_right span {
    font-size: 2.4rem;
  }
  #pagePlan .modal .modal_content .type_txt .type_merits li {
    padding: 1rem 0;
    font-size: 2.6rem;
    letter-spacing: 0;
  }
  #pagePlan .modal .modal_content .type_layout {
    translate: 3rem 0;
  }
  #pagePlan .modal .modal_content .type_layout.a1 {
    width: 107.1%;
    min-width: inherit;
  }
  #pagePlan .modal .modal_content .type_layout.a2 {
    width: 88.65%;
    min-width: inherit;
  }
  #pagePlan .modal .modal_content .plan_note {
    right: inherit;
    left: inherit;
    bottom: inherit;
    width: 100%;
  }
}
#pageMap main {
  padding-bottom: 8rem;
}
#pageMap .com-main-wrap {
  position: relative;
  overflow: visible;
}
#pageMap .com-main-wrap .com-main-ttl {
  background: none;
  padding-top: 7.4rem;
}
#pageMap .com-main-wrap .com-main-ttl::after {
  display: none;
}
#pageMap .com-main-wrap .com-main-ttl .ttl-1, #pageMap .com-main-wrap .com-main-ttl .ttl-2 {
  opacity: 1;
}
#pageMap .com-wrap {
  background: #edebe9;
}
#pageMap .map_wrap {
  margin-top: 5rem;
  padding: 0 0 9rem;
}
#pageMap .map_wrap .com-content {
  width: 84rem;
}
#pageMap .map_wrap .map {
  border: 0.6rem solid #fff;
}
#pageMap .map_wrap .map_btn {
  width: 24.5rem;
  display: block;
  margin: 5rem auto 0;
  background: #9b914b;
  color: #fff;
  text-align: center;
  border-radius: 2.5rem;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0.15em;
  padding: 1.8rem 0;
  position: relative;
  -webkit-transition: opacity 0.3s, -webkit-transform 1.3s;
  transition: opacity 0.3s, -webkit-transform 1.3s;
  transition: transform 1.3s, opacity 0.3s;
  transition: transform 1.3s, opacity 0.3s, -webkit-transform 1.3s;
}
#pageMap .map_wrap .map_btn:hover {
  opacity: 0.7;
}
#pageMap .map_wrap .map_btn:hover .arrow {
  right: 0.75rem;
}
#pageMap .map_wrap .map_btn .arrow {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0.7rem;
  height: 1.8rem;
  -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);
}
@media screen and (max-width: 750px) {
  #pageMap .map_wrap .map_btn {
    width: 34.5rem;
  }
  #pageMap .map_wrap .map_btn .txt {
    font-size: 2.4rem;
  }
  #pageMap .map_wrap .map_btn .arrow {
    width: 1.3rem;
  }
}
#pageMap .zoom_btn {
  background-color: #424242;
  width: 100%;
  height: 3.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#pageMap .zoom_btn:hover {
  opacity: 0.7;
}
#pageMap .zoom_btn img {
  width: 2.1rem;
  margin-right: 1rem;
}
#pageMap .lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  overflow: auto;
}
#pageMap .lightbox.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pageMap .lightbox img {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 1rem;
}
#pageMap .lightbox_close {
  display: none;
  position: fixed;
  top: 12rem;
  right: 12px;
  width: 40px;
  height: 40px;
  background: #1e1e1e;
  border: 1px solid #fff;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 10000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#pageMap .lightbox_close:hover {
  opacity: 0.7;
}
#pageMap .lightbox_close.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pageOutline .com-main-wrap {
  position: relative;
  overflow: visible;
  padding-bottom: 10rem;
}
#pageOutline .com-main-wrap .com-main-ttl {
  background: none;
  padding-top: 7.4rem;
}
#pageOutline .com-main-wrap .com-main-ttl::after {
  display: none;
}
#pageOutline .com-main-wrap .com-main-ttl .ttl-1, #pageOutline .com-main-wrap .com-main-ttl .ttl-2 {
  opacity: 1;
}
#pageOutline .com-wrap {
  background: #edebe9;
}
#pageOutline .pagination_wrap {
  display: none;
}
#pageOutline .outline_wrap {
  padding: 20rem 0;
}
#pageOutline .outline_wrap .com-content {
  width: 90.5rem;
}
@media screen and (max-width: 750px) {
  #pageOutline .outline_wrap .com-content {
    width: 75rem;
  }
}
#pageOutline .outline_wrap .com_main_wrap {
  width: 100%;
  padding: 0 0 0;
}
#pageOutline .outline_wrap .main_box {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: unset;
}
#pageOutline .outline_wrap .main_box .copy_outer {
  position: static;
  -webkit-transform: unset;
          transform: unset;
}
#pageOutline .outline_wrap .commonOutlineArea {
  background-color: #fff;
  margin-top: 8rem;
  padding: 4rem;
}