@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-optical-sizing: auto;
  font-style: normal;
  /*
  -webkit-transform: rotate(0.02deg);
  transform: rotate(0.02deg);
  */
}
*:before, *:after {
  pointer-events: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
  line-height: 1.9;
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
  letter-spacing: 0.12em;
  background: white;
}

.en {
  font-family: "EB Garamond", serif;
}

ul li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

picture {
  display: block;
}
picture.caption {
  position: relative;
  display: inline-block;
  z-index: 1;
}
picture.caption::before, picture.caption::after {
  color: #000;
  text-shadow: -1px 0 5px #FFF, 1px 0 5px #FFF, 0 -1px 5px #FFF, 0 1px 5px #FFF, -1px 0 5px #FFF, 1px 0 5px #FFF, 0 -1px 5px #FFF, 0 1px 5px #FFF;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  bottom: 3px;
  letter-spacing: -0.015em;
}
picture.caption::before {
  content: attr(data-left);
  left: 3px;
}
picture.caption::after {
  content: attr(data-right);
  right: 3px;
}
picture.caption.blackshadow::before, picture.caption.blackshadow::after {
  color: #FFF;
  text-shadow: -1px 0 5px #000, 1px 0 5px #000, 0 -1px 5px #000, 0 1px 5px #000;
}
picture.caption.nonshadow::before, picture.caption.nonshadow::after {
  text-shadow: none !important;
}
picture.caption.nonshadowwhite::before, picture.caption.nonshadowwhite::after {
  color: #FFF;
  text-shadow: none !important;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

sup {
  font-size: 50%;
}

.pc,
.tb,
.sp {
  display: none;
}

@media screen and (min-width: 1384.3333333333px) {
  .pc {
    display: inline-block;
  }
}
@media screen and (min-width: 931px) and (max-width: 1383.3333333333px) {
  .pc {
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 930px) {
  .tb {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline-block;
  }
}
.large {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .large {
    font-size: 1.8rem;
  }
}

.medium {
  font-size: 1.3rem;
}

.small {
  font-size: 1.1rem;
}

.initBox,
.initBox2,
.initBox3 {
  margin: 0 auto;
  width: 90%;
  max-width: 1245px;
}
@media only screen and (min-width: 769px) and (max-width: 930px) {
  .initBox,
  .initBox2,
  .initBox3 {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .initBox,
  .initBox2,
  .initBox3 {
    width: 90%;
  }
}

.initBox2 {
  margin: 0 auto;
  width: 80%;
  max-width: 996px;
}
@media only screen and (min-width: 769px) and (max-width: 930px) {
  .initBox2 {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .initBox2 {
    width: 90%;
  }
}

.initBox3 {
  margin: 0 auto;
  width: 80%;
  max-width: 930px;
}
@media only screen and (min-width: 769px) and (max-width: 930px) {
  .initBox3 {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .initBox3 {
    width: 90%;
  }
}

.inlineBox {
  display: inline-block;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex.itemcenter {
  align-items: center;
}
.flex.left {
  justify-content: left;
  align-items: center;
}
.flex.left > *:not(:last-child) {
  margin-right: 1em;
}
.flex.center {
  justify-content: center;
}
.flex.center > * {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.flex.c2 > * {
  width: 48%;
  margin-bottom: 1rem;
}
.flex.c2 > *:nth-last-child(1), .flex.c2 > *:nth-last-child(2) {
  margin-bottom: 0;
}
.flex.c2max {
  flex-wrap: nowrap;
}
.flex.c2max > * {
  width: 50%;
}
.flex.c3 > * {
  width: 30%;
  margin-bottom: 1rem;
}
.flex.c3 > *:nth-last-child(1), .flex.c3 > *:nth-last-child(2), .flex.c3 > *:nth-last-child(3) {
  margin-bottom: 0;
}
.flex.c4 > * {
  width: 22%;
  margin-bottom: 1rem;
}
.flex.c4 > *:nth-last-child(1), .flex.c4 > *:nth-last-child(2), .flex.c4 > *:nth-last-child(3), .flex.c4 > *:nth-last-child(4) {
  margin-bottom: 0;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mbL {
  margin-bottom: 7rem;
}
@media only screen and (min-width: 769px) and (max-width: 930px) {
  .mbL {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .mbL {
    margin-bottom: 4rem;
  }
}

.mbM {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 769px) and (max-width: 930px) {
  .mbM {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .mbM {
    margin-bottom: 2rem;
  }
}

.mbS {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) and (max-width: 930px) {
  .mbS {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mbS {
    margin-bottom: 0.5rem;
  }
}

.maincolor {
  color: black;
}

.subcolor1 {
  color: #595757;
}

.subcolor2 {
  color: #9b9b9b;
}

.subcolor3 {
  color: subcolor3(1);
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.cautionUl li {
  text-align: left;
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

a {
  transition: 0.5s;
}
a.tel {
  text-decoration: none;
  pointer-events: none;
  color: black;
}
@media screen and (max-width: 768px) {
  a.tel {
    text-decoration: underline;
    color: #595757;
    pointer-events: all;
  }
}

.linebtn a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.linebtn a::before {
  content: "";
  width: 0;
  border-bottom: 1px solid black;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.linebtn a:hover::before {
  width: 100%;
}

.ggmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ggmap {
    padding-bottom: 75%;
  }
}
.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .spscroll {
    position: relative;
    width: 100%;
    overflow-x: scroll;
  }
  .spscroll::before, .spscroll::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .spscroll::before {
    content: "";
    width: 7rem;
    height: 7rem;
    background: rgba(0, 0, 0, 0.75);
  }
  .spscroll::after {
    font-family: "Material Symbols Outlined";
    content: "\e9ec";
    vertical-align: middle;
    font-weight: 200;
    font-size: 5rem;
    color: white;
    animation: spscrollicon_after ease-in 1s infinite;
  }
  .spscroll.isactive::before, .spscroll.isactive::after {
    animation: spscrollicon 1s forwards;
  }
}
@keyframes spscrollicon_after {
  0% {
    transform: translate(-50%, -50%) rotate(-20deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(20deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-20deg);
  }
}
@keyframes spscrollicon {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 10;
}
.modal-overlay .modal-content {
  position: relative;
  background: white;
  border-radius: 12px;
  padding: 2rem;
  max-width: 800px;
  width: 90%;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
  transform: translateY(-3rem);
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.modal-overlay.active .modal-content {
  transform: translateY(0);
  opacity: 1;
}
.modal-overlay .modal-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: color 0.5s;
}
.modal-overlay .modal-close:hover {
  color: rgba(0, 0, 0, 0.8);
}

.globalnav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.globalnav li a {
  text-decoration: none;
  text-align: left;
  display: block;
  line-height: 1;
}
.globalnav li a::before {
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  display: block;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .globalnav li a::before {
    font-size: 1rem;
    padding-bottom: 0;
    margin-bottom: 0.5rem;
  }
}
.globalnav li.toppage a::before {
  content: "TOP";
}
.globalnav li.concept a::before {
  content: "CLUB THE. HOUSE";
}
.globalnav li.philosophy a::before {
  content: "DESIGN PHILOSOPHY";
}
.globalnav li.onsiteparking a::before {
  content: "PARKING";
}
.globalnav li.information a::before {
  content: "INFORMATION";
}
.globalnav li.map a::before {
  content: "MAP";
}
.globalnav li.outline a::before {
  content: "OUTLINE";
}
.globalnav li.others a::before {
  content: "SPECIAL MEMBER SHIP";
}
.globalnav li.tel a::before {
  content: "CONTACT";
}
@media screen and (max-width: 768px) {
  .globalnav {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 1rem;
  }
}

#headerBox h1 {
  background: white;
  font-weight: 500;
  font-size: 1.4rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  padding: 0.5em 0 0.1em;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
#headerBox h1 a {
  color: black;
  text-decoration: none;
}
#headerBox #spmenuchecklabel {
  cursor: pointer;
  position: fixed;
  top: calc(2.66rem + 5vw);
  right: 5vw;
  display: inline-block;
  z-index: 10;
  line-height: 1;
  mix-blend-mode: exclusion;
}
#headerBox #spmenuchecklabel::before, #headerBox #spmenuchecklabel::after {
  content: "";
  width: 100%;
  height: 3px;
  background: white;
  position: absolute;
  top: 1em;
  left: 0;
  transition: 0.5s;
}
#headerBox #spmenuchecklabel::before {
  transform: translateY(calc(3px - 1em));
}
#headerBox #spmenuchecklabel::after {
  transform: translateY(1px);
}
#headerBox #spmenuchecklabel span {
  color: white;
  display: block;
  margin-top: 2em;
  letter-spacing: 0;
  border-top: 3px solid white;
  padding-top: 0.5em;
  font-size: 1.2rem;
  transition: 0.5s;
}
#headerBox nav {
  opacity: 0;
  position: fixed;
  z-index: -9;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.8s;
}
#headerBox nav .globalnav {
  padding: 20vh 5%;
  grid-auto-rows: calc((60vh - 6rem) / 3);
}
@media screen and (max-width: 768px) {
  #headerBox nav .globalnav {
    grid-auto-rows: calc((60vh - 0.5rem) / 6);
  }
}
#headerBox nav .globalnav li a {
  color: white;
}
#headerBox nav .globalnav li a:hover {
  color: #9b9b9b;
}
#headerBox #spmenucheck {
  display: none;
}
#headerBox #spmenucheck:checked ~ #spmenuchecklabel::before {
  transform: rotate(45deg);
}
#headerBox #spmenucheck:checked ~ #spmenuchecklabel::after {
  transform: rotate(-45deg);
}
#headerBox #spmenucheck:checked ~ #spmenuchecklabel span {
  border-top-color: transparent;
}
#headerBox #spmenucheck:checked ~ nav {
  opacity: 1;
  z-index: 9;
  background: rgba(0, 0, 0, 0.8);
}
#headerBox #spmenucheck:checked ~ nav .globalnav li a {
  pointer-events: all;
}

#footerBox {
  margin-top: 3.125vw;
  background: black;
  padding: 4.1666666667vw 0 12rem;
  text-align: left;
  color: #9b9b9b;
}
@media screen and (max-width: 768px) {
  #footerBox {
    padding-bottom: 15rem;
  }
}
#footerBox:has(.footerggbox) {
  padding-top: 0;
}
#footerBox .ggmapTitle {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: white;
  padding: 0 0 0.5em 2em;
  line-height: 1;
  font-weight: 400;
}
#footerBox .ggmapTitle .en {
  font-size: 3rem;
}
#footerBox .ggmapTitle .ja::before {
  content: "[";
  display: inline-block;
  margin: 0 0.5em 0 1em;
}
#footerBox .ggmapTitle .ja::after {
  content: "]";
  display: inline-block;
  margin-left: 0.5em;
}
#footerBox .footerggbox {
  margin-bottom: 4.1666666667vw;
}
#footerBox .footerggbox iframe {
  width: 100%;
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
#footerBox #pagetop {
  position: fixed;
  bottom: 2em;
  right: 2em;
  z-index: 10;
}
#footerBox a {
  color: #9b9b9b;
  text-decoration: none;
}
#footerBox .linebtn a::before {
  border-bottom-color: #9b9b9b;
}
#footerBox .flex .lefttext h2 {
  margin-bottom: 1em;
}
#footerBox .flex .lefttext h2 img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  #footerBox .flex .lefttext {
    order: 1;
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #9b9b9b;
    margin-bottom: 1rem;
  }
}
#footerBox .flex .righttext ul li {
  margin-bottom: 0.5em;
}
#footerBox .flex .righttext ul li::before {
  font-family: "Material Symbols Outlined";
  content: "\e037";
  vertical-align: middle;
  font-weight: 200;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
#footerBox .flex .righttext ul li span {
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  #footerBox .flex .righttext {
    order: 2;
    width: 100%;
  }
}
#footerBox small {
  margin-top: 5.2083333333vw;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footerBox small {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.scrollin.blur {
  opacity: 0;
  filter: blur(1.5rem);
  transform: translateY(1em);
}
.scrollin.blur.isactive {
  animation: blur 2s ease 0s 1 normal forwards;
}
.scrollin.lineup {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  overflow: hidden;
  position: relative;
}
.scrollin.lineup::after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 1px solid white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.scrollin.lineup span {
  display: inline-block;
  transform: translateY(1em);
}
.scrollin.lineup.isactive::after {
  animation: widthleft 1s linear 0s 1 normal forwards;
}
.scrollin.lineup.isactive span {
  animation: lineup 3s ease 0s 1 normal forwards;
}

@keyframes blur {
  from {
    opacity: 0;
    filter: blur(1.5rem);
    transform: translateY(1em);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
@keyframes widthleft {
  0% {
    width: 0;
    opacity: 0.5;
  }
  50% {
    width: 100%;
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    width: 100%;
    transform: translateX(100%);
    opacity: 0.5;
  }
}
@keyframes lineup {
  from {
    transform: translateY(1em);
  }
  to {
    transform: translateY(0);
  }
}
#mainContentsBox .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  padding: 0.5em 0;
  text-align: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: black;
  line-height: 1.5;
}
#mainContentsBox .btn a::before, #mainContentsBox .btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
#mainContentsBox .btn a::after {
  width: 0;
}
#mainContentsBox .btn a:hover {
  box-shadow: none;
  color: white;
}
#mainContentsBox .btn a:hover::after {
  width: 100%;
}
#mainContentsBox .btn.request a, #mainContentsBox .btn.conversion a {
  font-size: 2rem;
}
#mainContentsBox .btn.request a span.en, #mainContentsBox .btn.conversion a span.en {
  padding-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  #mainContentsBox .btn.request a span.en, #mainContentsBox .btn.conversion a span.en {
    padding-right: 0;
  }
}
#mainContentsBox .btn.request a::before, #mainContentsBox .btn.conversion a::before {
  background: linear-gradient(45deg, #9d897d, #dcc99e 50%, #9d897d 100%);
}
#mainContentsBox .btn.request a::after, #mainContentsBox .btn.conversion a::after {
  background: black;
}
#mainContentsBox .btn.request + p, #mainContentsBox .btn.conversion + p {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  #mainContentsBox .btn.request + p, #mainContentsBox .btn.conversion + p {
    text-align: left;
  }
}
#mainContentsBox .btn.request a::before {
  background: linear-gradient(45deg, #9a9a9a, #b8b8b8 50%, #9a9a9a 100%);
}
#mainContentsBox .btn.special a {
  font-size: 2rem;
}
#mainContentsBox .btn.special a::before {
  background: linear-gradient(45deg, #841b20, #ce3b29 50%, #841b20 100%);
}
#mainContentsBox .btn.special a::after {
  background: black;
}
#mainContentsBox .btn.link a {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#mainContentsBox .btn.link a:hover {
  color: black;
  letter-spacing: 0.25em;
}
#mainContentsBox .btn.nonbtn a {
  pointer-events: none;
}
#mainContentsBox .btn.nonbtn a span {
  background: #f0f0f0;
  padding: 0 1em;
  margin-left: 0.5em;
}
#mainContentsBox .togglebox {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}
#mainContentsBox .togglebox.show {
  opacity: 1;
}
#mainContentsBox .kerning {
  letter-spacing: -0.1em;
}
#mainContentsBox .fixconversion {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#mainContentsBox .fixconversion > .btn > a {
  padding-top: 0.3rem;
}
#mainContentsBox .fixconversion .btn {
  margin: 4rem auto 2.5rem;
  /*
  width: min(calc((1200 / 1920) * 100%), 820px);
  */
  width: min(36.4583333333%, 600px);
  z-index: 11;
}
@media screen and (max-width: 768px) {
  #mainContentsBox .fixconversion .btn {
    width: 90%;
  }
}
#mainContentsBox .fixconversion .caption {
  display: none;
}
#mainContentsBox #pagetitle {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  margin-bottom: min(10.4166666667vw, 250px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#mainContentsBox #breadcrumb {
  text-align: left;
}
#mainContentsBox #breadcrumb ul {
  padding: 2rem 0 3rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
}
#mainContentsBox #breadcrumb ul li {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
}
#mainContentsBox #breadcrumb ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}
#mainContentsBox #breadcrumb ul li a:after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  vertical-align: middle;
  font-weight: 200;
  margin: 0 0.25em;
}
#mainContentsBox #breadcrumb ul li a:hover {
  color: #595757;
}
@media screen and (max-width: 768px) {
  #mainContentsBox #breadcrumb ul {
    padding: 1rem 0 2rem;
  }
}
#mainContentsBox #footercontact {
  margin: 7.8125vw 0;
  /*
  text-align: left;
  color: subcolor1(1);
  h5 {
  	font-size: 1.6rem;
  	line-height: 1;
  }
  .telbox {
  	font-size: 4rem;
  	line-height: 1;
  	margin-bottom: 1rem;
  	.tel {
  		color: subcolor1(1);
  	}
  }
  */
}
#mainContentsBox #footercontact h5 {
  font-size: 2.6rem;
}
#mainContentsBox #footercontact .telbox {
  font-size: 8rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #mainContentsBox #footercontact .telbox {
    font-size: 12vw;
  }
  #mainContentsBox #footercontact .telbox + p {
    font-size: 1rem;
  }
}
#mainContentsBox #footercontact .telbox .tel {
  color: #595757;
}
#mainContentsBox #advancenoticeads {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  line-height: 1;
  color: #595757;
  max-width: 90%;
  margin: 0 auto 3rem;
}
#mainContentsBox #advancenoticeads dt {
  width: 8em;
  border: 1px solid #595757;
  padding: 0.25em 0;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mainContentsBox #advancenoticeads dd {
  padding: calc(0.25em + 1px) 0 0 1em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #mainContentsBox #advancenoticeads dt {
    width: 6em;
  }
  #mainContentsBox #advancenoticeads dd {
    padding-top: 0;
    flex: 1;
  }
}

#home section {
  display: block;
  overflow: hidden;
  position: relative;
}
#home section h1,
#home section h2,
#home section h3,
#home section h4,
#home section h5 {
  font-weight: 400;
}
#home section h1.bordertitle,
#home section h2.bordertitle,
#home section h3.bordertitle,
#home section h4.bordertitle,
#home section h5.bordertitle {
  border-bottom: 1px solid black;
  margin-bottom: 0.25em;
}
#home section .mainvisual {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
#home section .mainvisual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  max-width: none;
}
#home section .mainvisual video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  max-width: none;
  display: block;
}
#home #mainimage {
  color: white;
}
#home #mainimage > .init {
  width: 100%;
}
#home #mainimage > .init .firstview {
  padding-top: 15vh;
  min-height: 100vh;
}
#home #mainimage > .init .firstview .logo {
  mix-blend-mode: exclusion;
}
#home #mainimage > .init .firstview .logo svg,
#home #mainimage > .init .firstview .logo img {
  width: clamp(150px, 14.5833333333%, 280px);
  margin-bottom: 4rem;
}
#home #mainimage > .init .firstview h1 {
  font-size: 3.2rem;
  line-height: 0.8;
  margin-bottom: 2rem;
}
#home #mainimage > .init .firstview h1 .ja {
  font-size: 1.6rem;
}
#home #mainimage > .init .firstview h1.pc.tb {
  display: block;
}
#home #mainimage > .init .firstview h1.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #home #mainimage > .init .firstview h1.pc.tb {
    display: none;
  }
  #home #mainimage > .init .firstview h1.sp {
    display: block;
  }
}
#home #mainimage > .init .firstview h2 {
  font-size: 3.8rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  #home #mainimage > .init .firstview h2 {
    font-size: 3.6rem;
    letter-spacing: 0.15em;
  }
}
#home #mainimage > .init .firstview .strongpoint {
  margin: 7rem 0 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /*min-height: 150vh;*/
}
#home #mainimage > .init .firstview .strongpoint .initBox2 {
  padding-bottom: 50vh;
}
#home #mainimage > .init .firstview .strongpoint .initBox2 h3 img {
  width: min(52.0833333333%, 1124px);
}
@media screen and (max-width: 768px) {
  #home #mainimage > .init .firstview .strongpoint .initBox2 h3 img {
    width: 100%;
    max-width: 300px;
  }
}
#home #mainimage > .init .firstview .strongpoint .initBox2 h3 + p {
  font-size: 1.6rem;
  padding: 3rem;
}
#home #mainimage > .init .firstview .strongpoint .initBox2 .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#home #mainimage > .init .firstview .strongpoint .initBox2 .grid li:not(:last-child) {
  border-right: 1px solid white;
}
@media screen and (max-width: 768px) {
  #home #mainimage > .init .firstview .strongpoint .initBox2 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  #home #mainimage > .init .firstview .strongpoint .initBox2 .grid li:not(:last-child) {
    border-right: none;
    padding-bottom: 1rem;
    border-bottom: 1px solid white;
    margin-bottom: 1rem;
  }
}
#home #concept .target {
  padding-bottom: 50vh;
}
#home #concept .flex {
  justify-content: center;
  align-items: center;
  color: white;
  height: 100vh;
  /*
  h2 {
  	font-size: clamp(5.5rem, 13vw, 8rem);
  	line-height: 1;
  }
  */
}
#home #concept .flex h3 {
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 500;
  margin: 0.75em 0;
}
#home #concept .flex h3::before {
  content: "CLUB THE.HOUSE";
  font-family: "EB Garamond", serif;
  font-weight: 400;
  display: block;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #home #concept .flex h3 {
    font-weight: bold;
    letter-spacing: 0;
  }
}
#home #concept .flex p {
  line-height: 2.4;
}
#home #philosophy,
#home #onsiteparking {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
#home #philosophy > .init,
#home #onsiteparking > .init {
  background: white;
}
#home #philosophy > .init .cornerunit,
#home #onsiteparking > .init .cornerunit {
  flex-wrap: nowrap;
  position: relative;
}
#home #philosophy > .init .cornerunit::after,
#home #onsiteparking > .init .cornerunit::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
#home #philosophy > .init .cornerunit nav,
#home #onsiteparking > .init .cornerunit nav {
  width: 17.7083333333%;
  text-align: left;
  position: relative;
}
#home #philosophy > .init .cornerunit nav > *,
#home #onsiteparking > .init .cornerunit nav > * {
  position: relative;
  z-index: 1;
}
#home #philosophy > .init .cornerunit nav dl,
#home #onsiteparking > .init .cornerunit nav dl {
  position: absolute;
  top: 4rem;
  writing-mode: vertical-rl;
  display: inline-block;
  color: #9b9b9b;
}
#home #philosophy > .init .cornerunit nav dl dt,
#home #onsiteparking > .init .cornerunit nav dl dt {
  white-space: nowrap;
  font-size: 1.8rem;
}
#home #philosophy > .init .cornerunit nav dl dd,
#home #onsiteparking > .init .cornerunit nav dl dd {
  white-space: nowrap;
  font-size: 1.1rem;
}
#home #philosophy > .init .cornerunit nav ul,
#home #onsiteparking > .init .cornerunit nav ul {
  position: absolute;
  bottom: 20vh;
}
#home #philosophy > .init .cornerunit nav ul li a,
#home #onsiteparking > .init .cornerunit nav ul li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: right;
  align-items: center;
  color: black;
  /*
  text-decoration: none;
  display: inline-block;
  position: relative;
  &::before {
  	content: '';
  	width: 0;
  	border-bottom: 1px solid black;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	transition: .5s;
  }
  &:hover {
  	&::before {
  		width: 100%;
  	}
  }
  */
}
#home #philosophy > .init .cornerunit nav ul li a::after,
#home #onsiteparking > .init .cornerunit nav ul li a::after {
  font-family: "Material Symbols Outlined";
  content: "\e037";
  vertical-align: middle;
  font-weight: 200;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
#home #philosophy > .init .cornerunit .main,
#home #onsiteparking > .init .cornerunit .main {
  flex: 1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: clamp(5rem, 6vw, 15rem);
  text-align: left;
  color: white;
  min-height: 90vh;
}
#home #philosophy > .init .cornerunit .main > *,
#home #onsiteparking > .init .cornerunit .main > * {
  position: relative;
  z-index: 1;
}
#home #philosophy > .init .cornerunit .main h2,
#home #onsiteparking > .init .cornerunit .main h2 {
  font-size: 2.2rem;
}
#home #philosophy > .init .cornerunit .main h3,
#home #onsiteparking > .init .cornerunit .main h3 {
  font-size: 2.4rem;
  margin: 0.5em 0 1em;
}
@media screen and (max-width: 768px) {
  #home #philosophy > .init .cornerunit .main,
  #home #onsiteparking > .init .cornerunit .main {
    padding-left: 3rem;
  }
  #home #philosophy > .init .cornerunit .main h3,
  #home #onsiteparking > .init .cornerunit .main h3 {
    font-size: 2rem;
  }
}
#home #philosophy > .init .cornerunit .viewmorebtn,
#home #onsiteparking > .init .cornerunit .viewmorebtn {
  position: absolute;
  bottom: 10vh;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#home #philosophy > .init .cornerunit .viewmorebtn a,
#home #onsiteparking > .init .cornerunit .viewmorebtn a {
  border: 1px solid white;
  padding: 0.5em 3em;
  color: white;
  text-decoration: none;
}
#home #philosophy > .init .cornerunit .viewmorebtn a::after,
#home #onsiteparking > .init .cornerunit .viewmorebtn a::after {
  content: "";
  animation: linedown 2s infinite;
  position: absolute;
  bottom: -10vh;
  left: 50%;
  width: 0;
  height: 9vh;
  border-right: 1px solid white;
}
#home #philosophy > .init .cornerunit .viewmorebtn a:hover,
#home #onsiteparking > .init .cornerunit .viewmorebtn a:hover {
  background: black;
}
@media screen and (max-width: 768px) {
  #home #philosophy > .init .cornerunit,
  #home #onsiteparking > .init .cornerunit {
    flex-wrap: wrap;
  }
  #home #philosophy > .init .cornerunit nav,
  #home #onsiteparking > .init .cornerunit nav {
    width: 100%;
  }
  #home #philosophy > .init .cornerunit .main,
  #home #onsiteparking > .init .cornerunit .main {
    width: 100%;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
}
#home #philosophy .init .cornerunit::after {
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
#home #philosophy .init .cornerunit nav {
  border-left: 1px solid white;
}
#home #philosophy .init .cornerunit nav dl {
  right: 4rem;
}
@media screen and (max-width: 768px) {
  #home #philosophy .init .cornerunit nav dl {
    right: 0;
  }
}
#home #philosophy .init .cornerunit nav ul {
  right: 4rem;
}
#home #philosophy .init .cornerunit nav ul li {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #home #philosophy .init .cornerunit nav ul {
    display: none;
  }
}
#home #philosophy .init .cornerunit .main {
  background-image: url(../img/home/philosophy.jpg);
}
#home #philosophy .init .cornerunit:hover::after {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#home #philosophy .init .cornerunit:hover nav ul li a {
  color: white;
}
#home #philosophy .init .cornerunit:hover nav ul li a::before {
  border-bottom-color: white;
}
#home #philosophy #planning {
  display: none;
  padding: 10vh 0;
  text-align: left;
  background: white;
}
#home #philosophy #planning h4 {
  font-size: 2rem;
  color: #9b9b9b;
  margin-bottom: 3.125vw;
  text-align: center;
}
#home #philosophy #planning .initBox {
  width: 64.5833333333%;
  max-width: 1245px;
  /*
  dl.executivefloor {
  	display: flex;
  	align-items: center;
  	flex-wrap: nowrap;
  	dt {
  		white-space: nowrap;
  		padding-right: 3rem;
  		font-size: 2rem;
  		.br1200 {
  			display: none;
  		}
  		@media screen and (max-width: 1200px) {
  			line-height: 1.5;
  			.br1200 {
  				display: inline-block;
  			}
  		}
  }
  	dd {
  		flex: 1;
  		padding-left: 3rem;
  		border-left: 1px solid black(1);
  	}
  	@include resp(sp){
  		flex-wrap: wrap;
  		dt {
  			width: 100%;
  			margin-bottom: 1rem;
  			font-size: 1.6rem;
  		}
  		dd {
  			flex: auto;
  			padding-left: 0;
  			border-left: none;
  			width: 100%;
  		}
  	}
  }
  */
}
@media screen and (max-width: 1200px) {
  #home #philosophy #planning .initBox {
    width: 90%;
  }
}
#home #philosophy #planning .initBox .flex {
  /*
  &#roomplan {
  	> * {
  		h3 {
  			font-size: 2.7rem;
  			span {
  				font-size: 2rem;
  			}
  			@include resp(sp){
  				font-size: 2rem;
  				span {
  					display: block;
  					font-size: 1.4rem;
  				}
  			}
  		}
  		p {
  			font-size: 1.6rem;
  			@include resp(sp){
  				font-size: 1.4rem;
  			}
  		}
  		.btn.special a {
  			color: white(1);
  		}
  	}
  	@include resp(sp){
  		flex-wrap: wrap;
  		margin-bottom: 5rem;
  		> * {
  			width: 100%;
  			+ * {
  				margin-top: 3rem;
  			}
  		}
  	}
  }
  */
}
#home #philosophy #planning .initBox .flex h3 {
  font-size: 2.6rem;
  margin-bottom: 0.25em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #home #philosophy #planning .initBox .flex h3 {
    font-size: 2rem;
  }
}
#home #philosophy #planning .initBox .flex .leftbox {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #home #philosophy #planning .initBox .flex .leftbox {
    width: 100%;
  }
}
#home #philosophy #planning .initBox .flex .rightbox {
  width: 42.2489959839%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #home #philosophy #planning .initBox .flex .rightbox {
    width: 100%;
    text-align: left;
  }
}
#home #philosophy #planning .initBox .flex#planning01 .rightbox img {
  /*margin-top: calc((3rem * 1.9) + (3rem * 0.25));*/
}
@media screen and (max-width: 768px) {
  #home #philosophy #planning .initBox .flex#planning01 .rightbox img {
    margin-top: 1rem;
  }
}
#home #philosophy #planning .initBox .flex#planning02 {
  align-items: flex-end;
  margin: -8em 0 15vh;
}
#home #philosophy #planning .initBox .flex#planning02 .rightbox {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #home #philosophy #planning .initBox .flex#planning02 {
    margin: 3rem 0 5rem;
  }
  #home #philosophy #planning .initBox .flex#planning02 .rightbox {
    margin-top: 3rem;
  }
}
#home #philosophy #planning .initBox #roomplan h3 {
  font-size: 2.7rem;
}
#home #philosophy #planning .initBox #roomplan h3 span {
  font-size: 2rem;
}
#home #philosophy #planning .initBox #roomplan h3 + p {
  font-size: 1.6rem;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: nowrap;
}
#home #philosophy #planning .initBox #roomplan h3 + p .eyecatch {
  color: white;
  background: linear-gradient(45deg, #841b20, #ce3b29 50%, #841b20 100%);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  padding: 0.25em 1em;
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  #home #philosophy #planning .initBox #roomplan h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  #home #philosophy #planning .initBox #roomplan h3 span {
    display: block;
    font-size: 1.4rem;
  }
  #home #philosophy #planning .initBox #roomplan h3 + p {
    font-size: 1.4rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  #home #philosophy #planning .initBox #roomplan h3 + p .eyecatch {
    margin-bottom: 1rem;
    margin-right: 0;
  }
  #home #philosophy #planning .initBox #roomplan h3 + p .eyecatch + span {
    display: block;
  }
}
#home #philosophy #planning .initBox #roomplan ul.flex.c2 > li h4 {
  color: white;
  background: #231815;
  font-size: 1.4rem;
  /* margin-bottom: 3rem; */
  margin-bottom: 0;
}
#home #philosophy #planning .initBox #roomplan ul.flex.c2 > li h4::first-letter {
  font-size: 2.4rem;
}
#home #philosophy #planning .initBox #roomplan ul.flex.c2 > li h4 + .spec {
  padding: 1rem 0;
  margin-bottom: 3rem;
}
#home #philosophy #planning .initBox #roomplan ul.flex.c2 > li h4 + .spec table {
  width: 100%;
}
#home #philosophy #planning .initBox #roomplan ul.flex.c2 > li h4 + .spec table tr td {
  padding: 0 1em;
}
#home #philosophy #planning .initBox #roomplan ul.flex.c2 > li h4 + .spec table tr td:nth-child(2) {
  text-align: right;
}
#home #philosophy #planning .initBox #roomplan ul.flex.c2 > li h4 + .spec table tr:last-child td {
  padding-bottom: 0.5rem;
}
#home #philosophy #planning .initBox #roomplan ul.flex.c2 > li h4 + .spec table tfoot tr td {
  border-top: 1px solid #231815;
  /*
  border-bottom: 1px solid #231815;
  font-weight: bold;
  padding: 0.5rem 1em;
  */
  padding: 0.5rem 1em 0;
}
#home #philosophy #planning .initBox #roomplan ul.flex.c2 > li label {
  display: inline-block;
  cursor: pointer;
  transition: 0.5s;
}
#home #philosophy #planning .initBox #roomplan ul.flex.c2 > li input {
  display: none;
}
#home #philosophy #planning .initBox #roomplan ul.flex.c2 > li input:checked ~ label {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 8;
}
#home #philosophy #planning .initBox #roomplan ul.flex.c2 > li input:checked ~ label picture {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 90%;
  max-height: 90%;
  margin: 0 auto;
  background: white;
  padding: 1em;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  display: block;
}
#home #philosophy #planning .initBox #roomplan ul.flex.c2 > li input:checked ~ label picture::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c9";
  vertical-align: middle;
  font-weight: 200;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 3rem;
  position: fixed;
  line-height: 1;
  bottom: 1rem;
  left: 1rem;
}
#home #philosophy #planning .initBox #roomplan ul.flex.c2 > li input:checked ~ label picture img {
  max-height: 80vh;
}
@media screen and (max-width: 768px) {
  #home #philosophy #planning .initBox #roomplan ul.flex.c2 > li {
    width: 100%;
  }
  #home #philosophy #planning .initBox #roomplan ul.flex.c2 > li:not(:first-child) {
    margin-top: 1rem;
  }
}
#home #philosophy #planning .initBox #roomplan .premiumplan {
  border-top: 1px solid #841b20;
  padding: 0.5rem 0;
  border-bottom: 1px solid #841b20;
  margin: 3rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home #philosophy #planning .initBox #roomplan .premiumplan h3 {
  color: white;
  line-height: 1.25;
  text-align: center;
  background: linear-gradient(45deg, #841b20, #ce3b29 50%, #841b20 100%);
  padding: 1rem 0;
  text-align: center;
  width: 40%;
}
#home #philosophy #planning .initBox #roomplan .premiumplan h3 span {
  font-size: 1.4rem;
}
#home #philosophy #planning .initBox #roomplan .premiumplan div {
  display: inline-block;
}
#home #philosophy #planning .initBox #roomplan .premiumplan div.floor span {
  display: inline-block;
  width: 3em;
  text-align: center;
  background: #f0f0f0;
  margin-right: 0.5em;
  border-bottom: 1px solid white;
}
#home #philosophy #planning .initBox #roomplan .premiumplan div.check p {
  line-height: 1.25;
  margin-bottom: 0.3rem;
}
#home #philosophy #planning .initBox #roomplan .premiumplan strong {
  color: white;
  background: #6f0012;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #home #philosophy #planning .initBox #roomplan .premiumplan {
    flex-wrap: wrap;
  }
  #home #philosophy #planning .initBox #roomplan .premiumplan h3 {
    width: 100%;
  }
  #home #philosophy #planning .initBox #roomplan .premiumplan div {
    width: 100%;
  }
  #home #philosophy #planning .initBox #roomplan .premiumplan div.floor {
    margin: 1rem 0;
  }
}
#home #onsiteparking .init .cornerunit {
  /*
  &:hover {
  	&::after {
  		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  	}
  	nav {
  		ul li a {
  			color: white(1);
  			&::before {
  				border-bottom-color: white(1);
  			}
  		}
  	}
  }
  */
}
#home #onsiteparking .init .cornerunit::after {
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
#home #onsiteparking .init .cornerunit nav {
  border-right: 1px solid white;
  order: 2;
}
#home #onsiteparking .init .cornerunit nav dl {
  left: 4rem;
}
@media screen and (max-width: 768px) {
  #home #onsiteparking .init .cornerunit nav dl {
    left: auto;
    right: 0;
  }
}
#home #onsiteparking .init .cornerunit nav ul {
  left: 4rem;
}
#home #onsiteparking .init .cornerunit nav ul li {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #home #onsiteparking .init .cornerunit nav ul {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #home #onsiteparking .init .cornerunit nav {
    order: 1;
  }
}
#home #onsiteparking .init .cornerunit .main {
  background-image: url(../img/home/onsiteparking.jpg);
  order: 1;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #home #onsiteparking .init .cornerunit .main {
    order: 2;
    align-items: flex-start;
  }
}
#home #information {
  padding-top: 3.125vw;
}
#home #information h5 {
  font-size: 1.6rem;
  letter-spacing: 0.25em;
  margin-bottom: 2.0833333333vw;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
#home #information h5::before {
  content: "[";
  margin-right: 0.5em;
}
#home #information h5::after {
  content: "]";
  margin-left: 0.5em;
}
#home #information .informationlists dl {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  text-align: left;
}
#home #information .informationlists dl + dl {
  margin-top: 1.5em;
}
#home #information .informationlists dl dt {
  width: 8.5em;
}
#home #information .informationlists dl dd {
  flex: 1;
}
@media screen and (max-width: 768px) {
  #home #information .informationlists dl {
    flex-wrap: wrap;
  }
  #home #information .informationlists dl dt {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  #home #information .informationlists dl dd {
    width: 100%;
    flex: auto;
  }
}

#outline #headerBox h1 {
  background: #f0f0f0;
  box-shadow: none;
}
#outline #pagetitle h2 {
  mix-blend-mode: exclusion;
  padding: 7rem 0 2rem;
}
#outline #pagetitle h2 img {
  min-height: min(7.8125vw, 150px);
}
@media screen and (max-width: 768px) {
  #outline #pagetitle h2 {
    padding: 5rem 0 1rem;
  }
  #outline #pagetitle h2 img {
    min-height: min(13.0208333333vw, 150px);
  }
}
#outline #outlinecontent .flex {
  text-align: left;
}
#outline #outlinecontent .flex .titlebox {
  width: 28.8%;
}
#outline #outlinecontent .flex .titlebox h3 {
  font-size: clamp(3rem, 5vw, 5rem);
  border-top: 5px solid #595757;
  font-weight: normal;
  color: #595757;
}
#outline #outlinecontent .flex .contentbox {
  width: 61.6%;
}
#outline #outlinecontent .flex .contentbox .tableinit {
  border-left: 2px solid #9b9b9b;
  padding-left: 3.6%;
}
#outline #outlinecontent .flex .contentbox .tableinit th {
  width: 30%;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #outline #outlinecontent .flex .titlebox {
    width: 100%;
    margin-bottom: 1rem;
  }
  #outline #outlinecontent .flex .titlebox h3 {
    display: inline-block;
    padding-right: 2em;
  }
  #outline #outlinecontent .flex .contentbox {
    width: 100%;
  }
  #outline #outlinecontent .flex .contentbox .tableinit {
    border-left: none;
    padding-left: 0;
  }
  #outline #outlinecontent .flex .contentbox .tableinit tr,
  #outline #outlinecontent .flex .contentbox .tableinit th,
  #outline #outlinecontent .flex .contentbox .tableinit td {
    display: block;
  }
  #outline #outlinecontent .flex .contentbox .tableinit tr {
    padding-bottom: 0.5em;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  }
  #outline #outlinecontent .flex .contentbox .tableinit th {
    width: 100%;
  }
  #outline #outlinecontent .flex .contentbox .tableinit td {
    padding-left: 2em;
  }
}

#modalconversion .modal-content {
  padding: 2rem 4rem;
  /*
  &::before {
  	content: '';
  	display: block;
  	width: 0;
  	height: calc(100% - (2rem * 2));
  	border-left: 1px dotted black(0.3);
  	position: absolute;
  	top: 2rem;
  	left: 50%;
  }
  */
}
#modalconversion .modal-content h3 {
  font-size: 3rem;
  line-height: 1.25;
  margin-bottom: 0.5em;
  font-weight: normal;
}
#modalconversion .modal-content h3 span:not(.pc.tb) {
  font-size: 2.6rem;
}
#modalconversion .modal-content h3 span:not(.pc.tb)::before {
  content: "「";
}
#modalconversion .modal-content h3 span:not(.pc.tb)::after {
  content: "」";
}
@media screen and (max-width: 768px) {
  #modalconversion .modal-content h3 span:not(.pc.tb) {
    position: relative;
    display: inline-block;
    padding: 0 1em;
  }
  #modalconversion .modal-content h3 span:not(.pc.tb)::before, #modalconversion .modal-content h3 span:not(.pc.tb)::after {
    position: absolute;
  }
  #modalconversion .modal-content h3 span:not(.pc.tb)::before {
    top: 0;
    left: -0.5em;
  }
  #modalconversion .modal-content h3 span:not(.pc.tb)::after {
    right: -0.5em;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #modalconversion .modal-content p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #modalconversion .modal-content {
    padding: 2rem;
    max-height: 80vh;
    overflow-y: scroll;
  }
  #modalconversion .modal-content::before {
    content: none;
  }
}
#modalconversion .modal-content > .mbL {
  padding-bottom: 2rem;
  border-bottom: 1px dotted black;
  margin-bottom: 2rem;
}
#modalconversion .modal-content .flex.c2 h3 {
  font-size: 3rem;
  line-height: 1.25;
  margin-bottom: 0.5em;
  font-weight: normal;
}
#modalconversion .modal-content .flex.c2 p {
  text-align: left;
}
#modalconversion .modal-content .flex.c2 .btn {
  width: 80%;
  margin: 2rem auto 0;
}
#modalconversion .modal-content .flex.c2 .btn a {
  padding-top: 0.5em;
}
#modalconversion .modal-content .flex.c2 .leftbox {
  display: flex;
  flex-direction: column;
  padding: 3rem 0 1.8rem;
}
#modalconversion .modal-content .flex.c2 .leftbox .btn.conversion {
  margin-top: auto;
}
#modalconversion .modal-content .flex.c2 .rightbox .requestbox {
  height: 60%;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}
#modalconversion .modal-content .flex.c2 .requestbox,
#modalconversion .modal-content .flex.c2 .clubthehousebox {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  #modalconversion .modal-content .flex.c2 {
    flex-wrap: wrap;
  }
  #modalconversion .modal-content .flex.c2 .leftbox {
    width: 100%;
    margin: 0 0 1rem;
  }
  #modalconversion .modal-content .flex.c2 .leftbox .btn.conversion {
    margin-top: 2rem;
  }
  #modalconversion .modal-content .flex.c2 .rightbox {
    width: 100%;
  }
  #modalconversion .modal-content .flex.c2 .rightbox .requestbox,
  #modalconversion .modal-content .flex.c2 .rightbox .clubthehousebox {
    padding: 0 0 3rem;
    border-bottom: none;
  }
}

@keyframes linedown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}/*# sourceMappingURL=common.css.map */