html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
embed,
object,
audio {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

strong {
  font-weight: bold;
}

html {
  font-size: 16px;
}

body {
  position: relative;
  font-weight: 400;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
}

body.js-openmenu {
  overflow: hidden;
}

a {
  color: #231815;
  text-decoration: none;
  word-break: break-all;
  transition: all 0.5s ease-in-out;
}

a::before,
a::after {
  transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}
p {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 1em;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
  p {
    line-height: 1.65;
  }
}
p:last-child {
  margin-bottom: 0;
}

sup {
  font-size: 62.5%;
}

pre {
  white-space: pre-wrap;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 84px; */
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .p-header {
    height: 58px;
  }
}
.p-header.js-header {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.25);
}

.p-header.js-header .p-header-name {
  opacity: 1;
  height: 80px;
}

.p-header-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 12px 15px 12px 4px;
  margin: 0 auto;
  background-color: #231815;
}

@media screen and (max-width: 767px) {
  .p-header-inner {
    display: flex;
    padding: 0;
  }
}
.p-header-name {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 166px;
  font-size: 0.875rem;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
  .p-header-name {
    top: calc(50% - 1.4em);
    left: 89px;
    font-size: 0.625rem;
    line-height: 1.2;
    text-align: left;
  }
}
.p-header-logo {
  width: -moz-fit-content;
  width: fit-content;
}

.p-header-logo a {
  display: inline-block;
}

.p-header-logo a img {
  height: 46px;
}

@media screen and (max-width: 767px) {
  .p-header-logo a img {
    height: 47px!important;
  }
  .sp-nav_text {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 47px;
  }
}
.p-header-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-header-menu {
    top: 2px;
    right: 12px;
  }
}
.p-header-nav {
  position: fixed;
  top: 65px;
  right: -44vw;
  width: 100%;
  max-width: 310px;
  height: 100dvh;
  padding: 93px 24px 30px;
  background-color: #EFEFEF;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1440px) {
  .p-header-nav {
    right: -52vw;
    width: 52vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-header-nav {
    right: -66vw;
    width: 66vw;
  }
}
@media screen and (max-width: 767px) {
  .p-header-nav {
    height: auto;
    padding: 24px;
    height: 100svh;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: none;
  }
}
.p-header-nav.visible {
  right: 0;
  top: 47px;
}

.p-header-nav-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .p-header-nav-inner {
    height: auto;
  }
}
.p-header-nav-gnav {
  flex-grow: 1;
  display: flex;
  justify-content: end;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-header-nav-gnav {
    padding-right: 26px;
  }
}
@media screen and (min-width: 768px) {
  .p-header-nav-other {
    max-height: 66px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-header-nav-other {
    margin-top: 40px;
  }
}
.header-shortcuts {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .header-shortcuts {
    display: none;
  }
}

.p-btnWrap .c-btn {
  max-width: 162px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 32px 4px 20px;
}

.p-subnav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 82px 60px;
}

@media screen and (max-width: 1024px) {
  .p-subnav {
    gap: 60px 40px;
  }
}
.c-menu {
  width: 70px;
  height: 36px;
  z-index: 1001;
}

@media screen and (max-width: 767px) {
  .c-menu {
    width: 54px;
    height: 44px;
  }
}
.c-menu-trigger,
.c-menu-trigger span {
  display: block;
  transition: all 0.3s ease-in-out;
}

.c-menu-trigger {
  position: relative;
  width: 70px;
  height: 36px;
}

@media screen and (max-width: 767px) {
  .c-menu-trigger {
    width: 54px;
    height: 44px;
  }
}
.c-menu-trigger-label {
  position: absolute;
  top: 26px;
  right: 0px;
  display: none;
  width: 100%;
  height: auto;
  color: #3c3c3c;
  font-size: 0.625rem;
  letter-spacing: 0;
  text-align: center;
  margin: auto;
}

.c-menu-trigger span {
  position: absolute;
  right: 10px;
  width: 50px;
  height: 2px;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .c-menu-trigger span {
    right: 7px;
    width: 40px;
  }
  .p-header-inner {
    background-color: #fff;
  }
}
.c-menu-trigger span:nth-of-type(1) {
  top: 3px;
}

@media screen and (max-width: 767px) {
  .c-menu-trigger span:nth-of-type(1) {
    top: 15px;
  }
}
.c-menu-trigger span:nth-of-type(2) {
  bottom: 15px;
}

@media screen and (max-width: 767px) {
  .c-menu-trigger span:nth-of-type(2) {
    bottom: 15px;
  }
}
.c-menu-trigger.active span:nth-of-type(1) {
  transform-origin: top right;
  transform: translateY(-10px) translateX(-8px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .c-menu-trigger.active span:nth-of-type(1) {
    transform: translateY(-6px) translateX(-1px) rotate(-45deg);
  }
}
.c-menu-trigger.active span:nth-of-type(2) {
  transform-origin: bottom right;
  transform: translateY(10px) translateX(-8px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .c-menu-trigger.active span:nth-of-type(2) {
    transform: translateY(10px) translateX(-1px) rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  .u-hide-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-hide-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-gnav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 240px));
    grid-auto-flow: column;
    justify-content: end;
    gap: clamp(20px, 4vh, 46px) 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav {
    display: block;
  }
}
.p-gnav li {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .p-gnav li:nth-child(-n+5) {
    grid-column: 1;
  }
  .p-gnav li:nth-child(n+6) {
    grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav li:not(:first-child) {
    margin-top: 16px;
  }
}
.p-gnav li a {
  display: inline-block;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-gnav li a {
    line-height: 1;
  }
}
.p-gnav li a.disabled {
  position: relative;
  pointer-events: none;
}

.p-gnav li a.disabled::after {
  content: "COMING SOON";
  position: absolute;
  top: 0;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 4px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "arno-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #906c92;
  font-size: 1rem;
  letter-spacing: 0.1em;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-gnav li a.disabled::after {
    font-size: 0.875rem;
  }
}
.p-gnav li a.disabled .en {
  color: rgba(144, 108, 146, 0.25);
}

.p-gnav li a.disabled .ja {
  color: rgba(35, 24, 21, 0.25);
}

.p-gnav li a .en {
  font-family: "arno-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #906c92;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 1024px) {
  .p-gnav li a .en {
    font-size: 0.6875rem;
  }
}
.p-gnav li a .ja {
  font-size: 1rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 1024px) {
  .p-gnav li a .ja {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav li a .ja {
    font-size: 0.75rem;
  }
}
.p-exnav {
  display: flex;
  justify-content: flex-end;
}
.p-exnav li {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-exnav {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-exnav {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .p-exnav li {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-exnav li.request {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-exnav-link {
    margin-left: 0;
  }
}
.p-exnav-button.entry {
  background-color: #c08a79;
}

.p-exnav-link {
  display: flex !important;
}

.p-exnav-link.outline .ja::before {
  background-image: url(../img/icon-outline.svg);
}

.p-exnav-link.map .ja::before {
  background-image: url(../img/icon-map.svg);
}

.p-exnav-link .ja {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.2em;
  padding-left: 22px;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .p-exnav-link .ja {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-exnav-link .ja {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-exnav-link .ja {
    padding-left: 20px;
  }
}
.p-exnav-link .ja::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 13px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-exnav-link .ja::before {
    width: 11px;
    height: 16px;
  }
}
.p-header-detail_flex {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-header-detail_flex {
    flex-direction: column;
    margin-top: 40px;
  }
}
.p-header-detail_flex a {
  display: flex;
  align-items: center;
  padding-left: 18px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-header-detail_flex a {
    color: #231815;
    margin-right: auto;
  }
}
.p-header-detail_flex a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-header-detail_flex a::before {
    background-color: #231815;
  }
}
.p-header-detail_flex a.map::before {
  width: 9px;
  height: 14px;
  background: url(../img/icon-map.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-header-detail_flex a.map::before {
    background: url(../img/icon-map-sp.svg) no-repeat;
    background-size: contain;
  }
}
.p-header-detail_flex a.outline::before {
  width: 11px;
  height: 14px;
  background: url(../img/icon-outline.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-header-detail_flex a.outline::before {
    background: url(../img/icon-outline-sp.svg) no-repeat;
    background-size: contain;
  }
}

.main {
  padding-top: 71px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 65px;
    padding-bottom: 80px;
  }
}

.close_btn {
  max-width: 30px;
  margin-left: auto;
  margin-right: -5px;
}
.close_btn span {
  background-color: #231815 !important;
}

.sp_area {
  padding-top: 40px;
}

.c-btn_wrap.sp_btnWrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  gap: 8px;
}
.c-btn_wrap.sp_btnWrap .c-btn {
  max-width: 100%;
}

.c-btn.sp_top {
  padding: 0 12px 12px 0;
  background-color: transparent;
  max-width: 100%;
  border-bottom: 1px solid #231815;
}
.c-btn.sp_top .en {
  color: #C7000B;
}
.c-btn.sp_top .jp {
  color: #231815;
}
.c-btn.sp_top:before {
  border-left: 9px solid #231815;
  right: 0;
}

.u-ib {
  display: inline-block;
}

.c-width {
  max-width: 1240px;
  /* width: min(100vw, 1200px); */
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-width {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.c-width.--wide {
  max-width: 1360px;
}
.c-width.--1000 {
  max-width: 1040pxs;
}

.c-ttl {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 26px;
  }
}
.c-ttl.--ltwide {
  letter-spacing: 0.3em;
}
.c-ttl.jp {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .c-ttl.jp {
    letter-spacing: 0.03em;
    font-size: 25px;
  }
}
.c-ttl.big {
  color: #C7000B;
  text-align: left;
  font-size: 136px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.c-subTtl {
  font-size: 20px;
  text-align: center;
  color: #C7000B;
  margin-top: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-subTtl {
    font-size: 12px;
    margin-top: 15px;
  }
}
.c-subTtl.medium {
  color: #231815;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-subTtl.medium {
    font-size: 16px;
  }
}

.c-btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-btn {
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 10px 32px 8px 20px;
  background-color: #C7000B;
  max-width: 202px;
  width: 100%;
  position: relative;
}
.c-btn:hover:before {
  right: 6px;
}
.c-btn::before {
  position: absolute;
  content: "";
  transition: 0.5s;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #fff;
  border-right: 0;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn::before {
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #fff;
  }
}
.c-btn .en {
  font-size: 12px;
  letter-spacing: 0.18em;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
}
.c-btn .jp {
  font-size: 14px;
  /* font-weight: 700; */
  text-align: left;
  margin-bottom: 0;
}
.c-btn.entry {
  background-color: #4C4948;
  display: none !important;
}
.c-btn.entry .jp {
  letter-spacing: 0.5em;
}

.c-txt {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.04em;
}
main img.pc_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-txt {
    font-size: 12px;
  }
  main img.sp_none {
    display: none;
  }
  main img.pc_none {
    display: block;
  }
}

/* 
.fv {
  position: relative;
  aspect-ratio: 1920/1218;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fv {
    aspect-ratio: 393/320;
  }
}
.fv:before {
  position: absolute;
  content: "";
  background: url("../img/mv.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fv:before {
    background: url("../img/mv-sp.png") no-repeat;
    background-size: contain;
  }
}

.fv_ttl {
  font-size: 62px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv_ttl {
    font-size: 20px;
  }
} */

.fv_img {
  position: absolute;
  width: 100%;
  bottom: 21%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .fv_img {
    display: none;
  }
}

.fv_txt {
  text-align: center;
  color: #C7000B;
  font-size: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .fv_txt {
    font-size: 10px;
    margin-top: 4px;
  }
}

.fv_en {
  margin-top: 60px;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv_en {
    font-size: 10px;
    margin-top: 20px;
  }
}

.fv_banner {
  background: linear-gradient(135deg, #B60005, #7D0000);
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .fv_banner {
    padding: 16px 0;
    background: #fff;
  }
}

.concept {
  background-color: #EFEFEF;
  padding-top: 80px;
  padding-bottom: 80px;
}
.concept .info-img {
   max-width: 350px;
   padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .concept {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
  }
  .concept .img-wrap {
    padding-right: 8px;
  }
  .concept .img-wrap .caption {
    right: 8px;
  }
  .concept_title {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .concept_ttl {
    margin-top: 20px;
    font-size: 24px !important;
    letter-spacing: 0 !important;
  }
  .concept_cont {
    background-color: #efefef;
    padding-bottom: 50px!important;
  }
  .concept .c-width  {
    padding-bottom: 30px!important;
  }
}
.concept_ttl + .c-subTtl {
  margin-top: 30px;
}

.concept_cont {
  position: relative;
}

.concept_line {
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .concept_line {
    display: none;
  }
}

.info_cont {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .info_cont {
    padding: 50px 0;
  }
}

.info_subTtl + .c-ttl {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .info_subTtl + .c-ttl {
    margin-top: 16px;
  }
}

.info_btnWrap {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .info_btnWrap {
    margin-top: 56px;
  }
}

.concept_cont {
  padding: 126px 0 0;
}
@media screen and (max-width: 767px) {
  .concept_cont {
    padding-top: 62px;
  }
}

.concept_txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .concept_txt {
    margin-top: 10px;
    text-align: left;
    line-height: 2;
  }
}

.img-wrap {
  position: relative;
  z-index: 2;
}
.img-wrap .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .img-wrap .caption {
    bottom: -5px;
  }
}

.sec {
  overflow: hidden;
}

.sec_label {
  writing-mode: vertical-rl;

  font-size: 26px;
  line-height: .7;
}
.pre-line {
  white-space: pre-line;
}
@media screen and (max-width: 767px) {
  .sec_label {
    font-size: 24px !important;
  }
}

.sec_en {
  font-size: 8px;
  text-align: left;
  line-height: 1;
}
.sec_en2 {
  font-size: 8px;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec_en {
    font-size: 10px;
  }
}

.access {
  padding-top: 100px;
  position: relative;
  /* padding-bottom: 200px; */
}
@media screen and (max-width: 767px) {
  .access {
    padding-top: 94px;
    padding-bottom: 0;
  }
}
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
.access_line {
  display: none;
}
@media screen and (max-width: 767px) {
  .access_line {
    display: block;
    bottom: 10%;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
  }
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
}

.access_flex {
  display: flex;
  z-index: 2;
  position: relative;
  /* gap: 35px; */
}
@media screen and (max-width: 767px) {
  .access_flex {
    flex-direction: column;
  }


}

.access_txtWrap {
  max-width: 600px;
  position: relative;
  padding-left: 25%;
  /* padding-right: 20%; */
  /* padding-top: 12%; */
  /* margin-top: 10px; */
}
@media screen and (max-width: 767px) {
  .access_txtWrap {
    padding-bottom: 105px;
    padding-top: 0;
    padding-right: 34px;
  }
}
@media screen and (max-width: 767px) {
  .access_txtWrap h2 img {
    max-width: 294px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .access_pr {
    /* padding-right: 45px; */
  }
}

.access_human {
  /* max-width: 270px;
  position: absolute;
  right: -32%;
  bottom: 0; */
  max-width: 251px;
  position: absolute;
  right: -29%;
  top: -92%;
  /* aspect-ratio: 210/385; */
  /* z-index: -1; */
}
@media screen and (max-width: 1200px) {
  .access_human {
    right: -9%;
    max-width: 152px;
  }
}
@media screen and (max-width: 767px) {
  .access_human {
    max-width: 152px;
    bottom: 0;
    top: auto;
  }
}

.access_txt {
  line-height: 1.8;
  text-align: left;
  margin-top: 8px;
  max-width: 100%;
}
.access_txt span {
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .access_txt {
    margin-top: 8px;
    width: 100%;
    margin-bottom: 30px!important;
  }
  .sp_co {
    color: #c7000b!important;
  }
}

.access_detail {
  width: 60%;
  /* padding-left: 52px; */
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .access_detail {
    width: 100%;
    /* padding-left: 40px; */
  }
}

.access_label-wrap {
  left: 5%;
  top: 0%;
  margin-bottom: 0;
  position: absolute;

}
.access_imgWrap {
  width: 40%;
  padding-left: 30px;
}
.access_ttl {
  margin-left: -70px;
}

@media screen and (max-width: 767px) {
  .access_imgWrap {
    width: 100%;
    padding-left: 0;
  }
  .access_ttl {
    margin-left: 0;
  }
  .access_detail.sp_none {
    display: none;
  }
  .access_ttl.sp_none  {
    display: none;
  }
}

.access_listWrap ul {
  display: flex;
  gap: 12px;
  margin-top: 40px;
  padding-left: 25%;
}
@media screen and (max-width: 767px) {
  .access_listWrap ul {
    margin-top: 20px;
    padding-left: 0;
  }
}
.access_listWrap li {
  width: calc((100% - 24px) / 3);
  display: flex;
  flex-direction: column;
}
.access_listWrap li p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .access_listWrap li p {
    font-size: 12px;
  }
}
.access_listWrap.pc_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .access_listWrap.pc_none {
    display: block;
  }
}
.access_listWrap.sp_none {
  display: block;
}
@media screen and (max-width: 767px) {
  .access_listWrap.sp_none {
    display: none;
  }
}

.access_caption {
  text-align: right;
  font-size: 10px;
  letter-spacing: -0.02em;
}

.acccess_en {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .acccess_en {
    font-size: 10px;
  }
}

.design {
  position: relative;
  padding: 185px 0 50px;
}
.design_ttl {
  max-width: 1300px;
  position: absolute;
  top: 17%;
  left: 24%;
}
@media screen and (max-width: 1730px) { 
  .design_ttl {
    max-width: 1000px;
  }

}
@media screen and (max-width: 1350px) { 
  .design_ttl {
    max-width: 900px;
  }

}
@media screen and (max-width: 1200px) { 
  .design_ttl {
    max-width: 800px;
  }

}
@media screen and (max-width: 1065px) { 
  .design_ttl {
    max-width: 700px;
  }
}
@media screen and (max-width: 945px) { 
  .design_ttl {
    max-width: 600px;
  }
}
@media screen and (max-width: 810px) { 
  .design_ttl {
    max-width: 550px;
  }
}
/* @media screen and (max-width: 1600px) {
  .design_ttl {
    left: 29%;
  }

}
@media screen and (max-width: 1320px) {
  .design_ttl {
    left: 27%;
    top: 22%;
    max-width: 600px;
  }
}
@media screen and (max-width: 1020px) {
  .design_ttl {

    top: 30%;
    max-width: 550px;
  }
} */
@media screen and (max-width: 767px) {
  .design {
    padding: 146px 0 0;
  }
  .design_flex2 {
    display: flex;
  }
}

.design_line {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 28%;
}
@media screen and (max-width: 767px) {
  .design_line {
    display: none;
  }
}

.design_pr {
  /* padding-right: 38%; */
}
@media screen and (max-width: 767px) {
  .design_pr {
    /* padding-right: 32%; */
  }
}

.design_txt {
  text-align: left;
  margin-top: 8px;
  font-size: 14px;
}

.design_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -8.5%;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .design_bg {
    display: none;
  }
  .design_txt {
    font-size: 10px;
    line-height: 2;
  }
}
 .design_bg {
  position: relative;
  z-index: 1;
  height: 100%;
  width: auto!important;
 }
.design_flex  {
  display: flex;
}
.design_detail-wrap {
  position: absolute;
  right: 0;
}
.design_bg-wrap {
  width: 70%;
}
@media screen and (max-width: 1350px) {  
  .design_bg-wrap {
    width: 65%;
  }
}
.design_human {
  position: absolute;
  right: 35%;
  bottom: 0;
  top: 96%;
}
@media screen and (max-width: 767px) {
  .design_human {
    bottom: auto;
    top: 0;
    right: -10%;
  }
  .design_bg-wrap {
    width: 95%;
    position: relative;
  }
  .design_text_sp {
    max-width: 160px;
    margin: 0 0 0 auto;
    padding-left: 12px;
  }

  .design_text_sp {
    position: absolute;
    bottom: 130px;
    right: 8px;
  }
  .design_text_sp h3 {
    font-size: 14px!important;
    color: #C7000B!important;
  }
}
.design_human .caption {
  text-align: right;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .design_human .caption {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .design_human img {
    max-width: 152px;
  }
}

.design_detail {
  margin-left: auto;
  max-width: 660px;
  position: relative;
  /* padding-left: 52px; */
  z-index: 2;
  top: 360px;
  right: 80%;
}
.design_detail .access_txtWrap {
  max-width: 550px;
  padding-left: 30%;
}
@media screen and (max-width: 1730px) { 
  .design_detail {
    top: 280px;
    right: 85%;
  }
}
@media screen and (max-width: 1630px) { 
  .design_detail {
    top: 280px;
    right: 73%;
  }
}
@media screen and (max-width: 1550px) { 
  .design_detail {
    top: 255px;
    right: 60%;
  }
}
@media screen and (max-width: 1430px) { 
  .design_detail {
    top: 255px;
    right: 48%;
  }
}
@media screen and (max-width: 1350px) { 
  .design_detail {
    top: 230px;
    right: 44%;
  }
}
@media screen and (max-width: 1240px) { 
  .design_detail {
    top: 170px;
    right: 30%;
  }
}
@media screen and (max-width: 767px) {
  .design_detail {
    max-width: 100%;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .design_detail h2 img {
    max-width: 292px;
  }
}

.design_en {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .design_en {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .design_en.design_pr {
    padding-right: 0 !important;
  }
}

.design_sp_img {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .design_sp_img {
    display: block;
  }
  .design_sp_img .caption {
    position: absolute;
    bottom: 4px;
    right: 4px;
    color: #fff;
    letter-spacing: -0.02em;
    font-size: 10px;
  }
}

.design_label-wrap {
  left: 6%;
  top: 0;
  font-size: 26px;
  margin-bottom: 0;
  position: absolute;
}

.plan {
  padding-top: 226px;
  position: relative;
}

.plan_en {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .plan_en {
    padding-right: 38px;
    margin-top: 16px;
  }
  .plan {
    padding-top: 70px;
  }
}


@media screen and (max-width: 767px) {
  .plan_line {
    bottom: 0;
  }
}

.plan_flex {
  display: flex;
  gap: 36px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .plan_flex {
    flex-direction: column;
    gap: 20px;
  }
}

.plan_detail {
  max-width: 400px;
  width: 45%;
}
.plan .c-width {
  padding-left: 150px;
}
@media screen and (max-width: 1200px) {
  .plan_detail {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .plan_detail {
    max-width: 100%;
    width: 100%;
  }
}
.plan_ttl {
  max-width: 293px;
  position: absolute;
  margin-left: -250px;
  margin-top: -60px;
}
.plan_ttlWrap {
  padding-right: 50px;
  position: relative;
}
@media screen and (max-width: 1410px) {
  .plan_ttl {
    max-width: 240px;
    margin-left: -160px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 1023px) {
  .plan_ttlWrap {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .plan_ttlWrap {
    padding-bottom: 10px;
  }
  .plan_ttl {
    display: none;
  }
  .plan_flex2 {
    display: flex;
  }
  .plan_flex2 img {
    max-width: 94%;
  }
  .plan .c-width {
    padding-left: 8px;
  }
  .plan_imgCntr {
    width: 100%;
  }
  .plan_sp {
    /* max-width: 220px; */
    max-width: 200px;
    text-align: left;
    margin: 0;
    padding-left: 0!important;
    /* margin-top: -190px; */
  }

}
.plan_ttlWrap .caption {
  font-size: 10px;
  letter-spacing: 0.02em;
  position: absolute;
  bottom: 0;
  left: 0;
}
.plan_ttlWrap h2 img {
  max-width: 326px;
}
@media screen and (max-width: 1023px) {
  .plan_ttlWrap h2 img {
    max-width: 212px;
  }
}

.plan_subTtl {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .plan_subTtl {
    margin-top: 0;
    color: #c7000b!important;
  }
}

.plan_human {
  aspect-ratio: 276/243;
  margin: -50px auto 0;
  max-width: 326px;
}
@media screen and (max-width: 767px) {
  .plan_human {
    max-width: 212px;
    margin-top: -30px;
  }
}

.plan_label {
  font-size: 26px;
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.plan_label.pc_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .plan_label.pc_none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .plan_label.sp_none {
    display: none;
  }
}

.plan_txt {
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .plan_txt {
    margin-top: 10px;
    line-height: 2;
  }
}

.plan_typeDatail {
  display: flex;
  align-items: center;
  color: #C7000B;
}
.plan_typeDatail .big {
  font-size: 96px;
}
@media screen and (max-width: 767px) {
  .plan_typeDatail .big {
    font-size: 62px;
  }
}
.plan_typeDatail span {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .plan_typeDatail span {
    font-size: 24px;
  }
}

.plan_floorTtl {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .plan_floorTtl {
    font-size: 24px;
    padding-top: 10px;
  }
}
.plan_floorTtl .big {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .plan_floorTtl .big {
    font-size: 26px;
  }
}

.plan_floorTxt {
  font-size: 12px;
  line-height: 1;
  padding-top: 14px;
  padding-bottom: 20px;
  border-top: 1px solid #231815;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .plan_floorTxt {
    font-size: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.plan_floorTxt:first-of-type {
  padding-top: 10px;
}
.plan_floorTxt .big {
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .plan_floorTxt .big {
    font-size: 18px;
  }
}

.plan_imgCntr {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .plan_imgCntr {
    flex-direction: column;
    /* margin-top: -150px; */
  }
}

.plan_imgWrap {
  max-width: 435px;
}
@media screen and (max-width: 1023px) {
  .plan_imgWrap {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .plan_imgWrap {
    max-width: 80%;
    margin: 0 auto;
  }
}

.plan_type {
  flex: 1 0 auto;
}
@media screen and (max-width: 767px) {
  .plan_type {
    max-width: 200px;
    width: 100%;
    margin: 0 0 0 auto;
    margin-top: -70px;
  }
}

.plan_floorList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .plan_floorList.sp_none {
    display: none;
  }
}
.plan_floorList.pc_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .plan_floorList.pc_none {
    display: flex;
    padding-bottom: 5px;
    margin-top: 10px;
    justify-content: center;
  }
}
.plan_floorList li {
  font-size: 10px;
}
.plan_floorList .floor {
  padding-left: 38px;
  position: relative;
}
.plan_floorList .floor::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 12px;
  /* border: 1px solid #231815; */
  background-color: #FCDEE0;
}
.plan_floorList .closet {
  padding-left: 38px;
  position: relative;
}
.plan_floorList .closet::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 12px;
  /* border: 1px solid #231815; */
  background-color: #D6D3CF;
}

.function_banner {
  margin: 126px auto 0;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .function_banner {
    margin-top: 94px;
    max-width: 320px;
  }
}

.bottom_caption {
  font-size: 10px;
  line-height: 1.2;
  margin-top: 126px;
}
@media screen and (max-width: 767px) {
  .bottom_caption {
    margin-top: 94px;
  }
}
.location .c-width {
  position: relative;
  padding-left: 0;
}
.location_ttl {
  position: relative;
}
.location_ttl img {
  width: 150px!important;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.location {
  padding-top: 100px;
  padding-bottom: 150px;
}
.location_line {
  position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
}

.location_flex {
 position: relative;
}
.location_img {
  position: absolute;
  top: 450px;
  right:55px; 
  z-index: 2;
}
.location_img img {
  max-width: 369px;
}
.location_listWrap ul {
  display: flex;
      gap: 12px;
      margin-left: 50px;
      margin-top: 50px;
      /* padding-left: 25%; */
}
.location_listWrap2 ul {
  margin-top: 12px;
}
.location_listWrap li {
  width: calc((90% - 24px) / 3);
  display: flex;
  flex-direction: column;
}
.location_listWrap3 {
      gap: 12px;
      margin-top: 40px;
      padding-left: 25%;
      position: relative;
}
.location_listWrap3 ul {
  display: flex;
      gap: 12px;
      margin-top: 40px;
      padding-left: 25%;
}
.location_listWrap3 li {
  width: calc((100% - 24px) / 3);
  /* display: flex; */
  flex-direction: column;
}
.location_listWrap3 li p {
  font-size: 10px;
  text-align: left;
}
.location_detail {
  width: 80%;
  position: relative;
  padding-top: 60px;
  margin-left: 10%;
}
@media screen and (max-width: 1350px) {
  .location_detail {
    width: 75%;
  }
  .location_img img {
    max-width: 320px;
  }


}
@media screen and (max-width: 1170px) {

  .location_detail {
    width: 80%;
    margin-left: 20%;
    /* margin-left: 15%; */
  }
  .location_img {
    top: 650px;
  }
  .location_img img {
    width: 200px!important;
  }
}
@media screen and (max-width: 1070px) {
  .location_label-wrap {
    left: 6%!important;
  }

}
.location_txtWrap {
  max-width: 883px;
  position: relative;
  padding-left: 34%;
}
.location_label-wrap {
  left: 13%;
  top: 0%;
  margin-bottom: 0;
  position: absolute;
  /* width: 322px; */
}
@media screen and (max-width: 767px) {
  .location {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .location_ttl {
    width: 35%;
  }
  .location_listWrap ul {
    margin-left: 0;
  }
  .location_ttl img {
    width: 100%!important;
  }
  .location_txt {
    width: 70%;
    margin: 0 0 0 auto;
  }
  .location_txt h3 {
    color: #c7000b!important;
  }
  .location_listWrap ul {
    justify-content: space-between;
    margin-top: 5px;
    gap: 0;
  }
  .location_listWrap li {
    width: calc((100% - 5px) / 2);
  }
  .location_img {
    top: 520px;
    left: 0;
  }
  .location_txt .c-txt {
    text-align: left;
  }
  .location_listWrap3 {
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 10px;
  }
  .location_listWrap3 ul {
    padding-left: 0;
    margin-top: 70px;
  }
  .location_line {
   bottom: 0;
  }
  .location_listWrap3 li p {
    font-size: 8px;
  }
  .p-banner {
    display: grid!important;
    grid-template-columns: 1fr 1fr!important;
    gap: 26px!important;
    margin-top: 30px;
    padding: 0 8px;
  }
}
.location img {
  width: 100%;
}

.bottom_btnWrap {
  margin-top: 96px;
}



.float-item {
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.float-item.is-show {
  opacity: 1;
  transform: translateY(0);
}

.sp_fixedArea {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-banner {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .sp_fixedArea {
    display: none;
  }
}

.sp_fixedList {
  display: flex;
}

.sp_fixedItem {
  width: 25%;
}
.sp_entry {
  width: 50%;
}
.sp_fixedTxt {
  font-size: 11px;
  text-align: center;
  line-height: 1;
}

.sp_fixedLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 10px 2px;
  max-height: 60px;
  gap: 6px;
  font-weight: 700;
}
.sp_fixedLink.contact {
  background-color: #231815;
  color: #fff;
}
.sp_fixedLink.map {
  background-color: #fff;
  color: #231815;
}
.sp_fixedLink.outline {
  background-color: #efefef;
  color: #231815;
}
.sp_fixedLink.entry {
  background-color: #C7000B;
  color: #fff;
}
.sp_fixedLink.reserve {
  background-color: #4C4948;
  color: #fff;
}

body {
  position: relative;
}/*# sourceMappingURL=style.css.map */