/*======================================================
Reset
======================================================*/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/*======================================================
Foundation
======================================================*/
body {
  color: #000;
  background-color: #fff;
  line-height: 1;
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 16px;
}

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

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}

del {
  text-decoration: line-through;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 580px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.c-color__gray {
  background-color: #e3e4e9;
}

.c-pagetop {
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 0;
  right: 0;
}
@media (max-width: 580px) {
  .c-pagetop {
    width: 50px;
    height: 50px;
  }
}
.c-pagetop span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) scale(0.9);
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 0.9px;
}
.c-pagetop img {
  width: 100%;
}

/*======================================================
Top / MV
======================================================*/
.l-top__mv {
  position: relative;
  overflow: hidden;
  height: 876px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 580px) {
  .l-top__mv {
    height: 100vh;
  }
}
.l-top__mv__box {
  background-color: rgba(42, 55, 81, 0.85);
  width: 360px;
  text-align: center;
  margin-inline: auto;
  color: #fff;
  padding: 0 25px 25px 25px;
}
@media (max-width: 580px) {
  .l-top__mv__box {
    width: auto;
    padding: 0 20px 20px 20px;
  }
}
.l-top__mv__box__logo {
  margin-top: 59px;
  width: 33px;
  margin-bottom: 25px;
}
.l-top__mv__box__groupname {
  font-size: 9px;
  letter-spacing: 0.9px;
  margin-bottom: 15px;
}
.l-top__mv__box__ttl {
  margin-bottom: 65px;
  font-size: 20px;
  letter-spacing: 0.4px;
  font-weight: 400;
}
@media (max-width: 580px) {
  .l-top__mv__box__ttl {
    font-size: 17px;
  }
}
.l-top__mv__box__footer {
  font-size: 6px;
  letter-spacing: 0.6px;
}
.l-top__mv__about {
  color: #fff;
  margin-top: auto;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 40px 30px 60px;
}
.l-top__mv__about__head {
  font-size: 18px;
  line-height: 1.666;
  margin-bottom: 16px;
}
.l-top__mv__about__txt {
  line-height: 1.625;
  margin-bottom: 40px;
}
.l-top__mv__about__link {
  display: block;
  max-width: 270px;
  width: 100%;
  position: relative;
  padding: 20px 0;
  color: #ffffff;
  text-align: center;
  border: 1px solid #ffffff;
  margin-inline: auto;
}
.l-top__mv__about__link::after {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background-image: url(/images/linkbtn_a.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
.l-top video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*======================================================
Top / Property
======================================================*/
.l-top__property .c-inner {
  max-width: 482px;
  width: 100%;
  margin-inline: auto;
  padding: 100px 30px;
}
@media (max-width: 580px) {
  .l-top__property .c-inner {
    padding: 80px 30px;
  }
}
.l-top__property h2 {
  font-size: 24px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  font-weight: 400;
  line-height: 1.66;
  text-align: center;
}
.l-top__property h2::after {
  content: "";
  width: 160px;
  height: 2px;
  background-color: #2a3751;
}
.l-top__property dl > div {
  display: flex;
  line-height: 1.625;
}
.l-top__property dl > div:not(:last-child) {
  margin-bottom: 14px;
}
.l-top__property dl > div dt {
  width: 82px;
}
.l-top__property dl > div dd {
  width: 340px;
}

/*======================================================
Top / Exterior
======================================================*/
.l-top__daytime .c-inner_rightside, .l-top__evening .c-inner_rightside, .l-top__night .c-inner_rightside {
  display: flex;
  gap: 50px;
  padding: 100px 0;
  max-width: 1180px;
  width: 100%;
  margin-inline-start: auto;
  padding-left: 30px;
  margin: 0 auto;
  max-width: 1400px;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 1100px) {
  .l-top__daytime .c-inner_rightside, .l-top__evening .c-inner_rightside, .l-top__night .c-inner_rightside {
    align-items: center;
  }
}
@media (max-width: 850px) {
  .l-top__daytime .c-inner_rightside, .l-top__evening .c-inner_rightside, .l-top__night .c-inner_rightside {
    flex-direction: column;
  }
}
@media (max-width: 580px) {
  .l-top__daytime .c-inner_rightside, .l-top__evening .c-inner_rightside, .l-top__night .c-inner_rightside {
    padding: 80px 0;
    padding-left: 30px;
  }
}
.l-top__daytime .c-inner_rightside__wrap, .l-top__evening .c-inner_rightside__wrap, .l-top__night .c-inner_rightside__wrap {
  width: 400px;
  min-width: 400px;
  padding-top: 80px;
}
@media (max-width: 1100px) {
  .l-top__daytime .c-inner_rightside__wrap, .l-top__evening .c-inner_rightside__wrap, .l-top__night .c-inner_rightside__wrap {
    padding-top: 0;
  }
}
@media (max-width: 850px) {
  .l-top__daytime .c-inner_rightside__wrap, .l-top__evening .c-inner_rightside__wrap, .l-top__night .c-inner_rightside__wrap {
    width: 100%;
    padding-right: 30px;
    min-width: auto;
  }
}
.l-top__daytime .c-inner_rightside__wrap h2, .l-top__evening .c-inner_rightside__wrap h2, .l-top__night .c-inner_rightside__wrap h2 {
  font-size: 22px;
  font-weight: 400;
  border-bottom: 1px solid #494949;
  padding-bottom: 45px;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  text-box: trim-both text text;
  gap: 26px;
}
@media (max-width: 580px) {
  .l-top__daytime .c-inner_rightside__wrap h2, .l-top__evening .c-inner_rightside__wrap h2, .l-top__night .c-inner_rightside__wrap h2 {
    margin-bottom: 40px;
  }
}
.l-top__daytime .c-inner_rightside__wrap h2::before, .l-top__evening .c-inner_rightside__wrap h2::before, .l-top__night .c-inner_rightside__wrap h2::before {
  content: url(../images/logo_b.svg);
}
.l-top__daytime .c-inner_rightside__wrap__ttl, .l-top__evening .c-inner_rightside__wrap__ttl, .l-top__night .c-inner_rightside__wrap__ttl {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 37px;
}
@media (max-width: 580px) {
  .l-top__daytime .c-inner_rightside__wrap__ttl, .l-top__evening .c-inner_rightside__wrap__ttl, .l-top__night .c-inner_rightside__wrap__ttl {
    margin-bottom: 14px;
  }
}
.l-top__daytime .c-inner_rightside__wrap__txt, .l-top__evening .c-inner_rightside__wrap__txt, .l-top__night .c-inner_rightside__wrap__txt {
  letter-spacing: -0.64px;
  line-height: 1.625;
}
.l-top__daytime .c-inner_rightside__imglink, .l-top__evening .c-inner_rightside__imglink, .l-top__night .c-inner_rightside__imglink {
  max-width: 700px;
  width: 100%;
  position: relative;
}
@media (max-width: 850px) {
  .l-top__daytime .c-inner_rightside__imglink, .l-top__evening .c-inner_rightside__imglink, .l-top__night .c-inner_rightside__imglink {
    width: 100%;
  }
}
.l-top__daytime .c-inner_rightside__imglink::after, .l-top__evening .c-inner_rightside__imglink::after, .l-top__night .c-inner_rightside__imglink::after {
  position: absolute;
  content: url(../images/zoon.svg);
  left: 0;
  bottom: 0;
  width: 56px;
  height: 56px;
}
.l-top__daytime .c-inner_rightside__imglink img, .l-top__evening .c-inner_rightside__imglink img, .l-top__night .c-inner_rightside__imglink img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

/*======================================================
Top / Contact
======================================================*/
.l-top__contact {
  padding: 100px 30px;
}
@media (max-width: 850px) {
  .l-top__contact {
    padding: 80px 30px;
  }
}
.l-top__contact__inner {
  border: 1px solid #2a3751;
  max-width: 600px;
  width: 100%;
  margin-inline: auto;
  padding: 60px 15px;
  text-align: center;
}
.l-top__contact__inner h2 {
  font-size: 24px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  line-height: 1.66;
  font-weight: 400;
}
.l-top__contact__inner h2::after {
  content: "";
  width: 160px;
  height: 2px;
  background-color: #2a3751;
}
.l-top__contact__inner__txt {
  line-height: 1.8;
}
.l-top__contact__inner__tel {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 200px;
  margin: 22px auto 0;
  font-size: 24px;
  letter-spacing: 2.4px;
  color: #2a3751;
}
.l-top__contact__inner__tel::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../images/tel.svg);
  background-size: contain;
}

/*======================================================
Footer
======================================================*/
.l-footer {
  background-color: #2a3751;
  padding: 60px 0 40px;
}
@media (max-width: 580px) {
  .l-footer {
    padding: 30px 0 40px;
  }
}
.l-footer dl {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}
@media (max-width: 580px) {
  .l-footer dl {
    margin-bottom: 20px;
  }
}
.l-footer dl dt,
.l-footer dl dd {
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #fff;
  line-height: 1.41;
}
.l-footer dl > div {
  display: flex;
}
.l-footer dl > div:not(:last-child) {
  margin-bottom: 6px;
}
.l-footer dl > div dt {
  width: 54px;
}
.l-footer dl > div dd {
  width: 230px;
}
.l-footer__c {
  text-align: center;
}
.l-footer__c small {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.2px;
}