@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.animate {
  overflow: hidden;
}
.animate .fadein {
  opacity: 0;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 2000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .fadein {
  opacity: 1;
}
.animate .slidein_left {
  opacity: 0;
  transform: translateX(-100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_right {
  opacity: 0;
  transform: translateX(100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_left, .animate.show .slidein_right {
  opacity: 1;
  transform: translateX(0);
}
.animate .slidein_top {
  opacity: 0;
  transform: translateY(-20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_bottom {
  opacity: 0;
  transform: translateY(20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_top, .animate.show .slidein_bottom {
  opacity: 1;
  transform: translateY(0);
}
.animate .zoomin {
  opacity: 0;
  transform: scale(1.5, 1.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate .zoomout {
  opacity: 0;
  transform: scale(0.5, 0.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate.show .zoomin, .animate.show .zoomout {
  opacity: 1;
  transform: scale(1, 1);
}
.animate .page-lr {
  transform: translateX(-100%);
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0, 0, 0.14, 0.97);
}
.animate.show .page-lr {
  transform: translateX(0);
}
.animate .d1 {
  transition-delay: 100ms;
}
.animate .d2 {
  transition-delay: 200ms;
}
.animate .d3 {
  transition-delay: 300ms;
}
.animate .d4 {
  transition-delay: 400ms;
}
.animate .d5 {
  transition-delay: 500ms;
}
.animate .d6 {
  transition-delay: 600ms;
}
.animate .d7 {
  transition-delay: 700ms;
}
.animate .d8 {
  transition-delay: 800ms;
}
.animate .d9 {
  transition-delay: 900ms;
}
.animate .d10 {
  transition-delay: 1000ms;
}
.animate .d11 {
  transition-delay: 1100ms;
}
.animate .d12 {
  transition-delay: 1200ms;
}
.animate .d13 {
  transition-delay: 1300ms;
}
.animate .d14 {
  transition-delay: 1400ms;
}
.animate .d15 {
  transition-delay: 1500ms;
}
.animate .d16 {
  transition-delay: 1600ms;
}
.animate .d17 {
  transition-delay: 1700ms;
}
.animate .d18 {
  transition-delay: 1800ms;
}
.animate .d19 {
  transition-delay: 1900ms;
}
.animate .d20 {
  transition-delay: 2000ms;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}
body .serif {
  font-family: "Noto Serif JP", serif;
}
body .en {
  font-family: "Times New Roman", "Playfair", "Noto Serif JP", serif;
}
body a {
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  body a {
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body a:hover {
    opacity: 0.6;
  }
}
body a:hover {
  text-decoration: none;
}
body img {
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body sup, body sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 50%;
}
body sup {
  bottom: 1ex;
}
body sub {
  top: 0.5ex;
}
body input, body textarea, body select, body button {
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input::-ms-expand, body textarea::-ms-expand, body select::-ms-expand, body button::-ms-expand {
  display: none;
}
body .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body * {
  outline: none;
}
body *:hover, body *:active, body *:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  body main article {
    position: relative;
  }
  body main article .movie {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
  }
  body main article .movie video {
    display: block;
    width: auto;
    height: auto;
    min-width: 100vw;
    min-height: 100vh;
    aspect-ratio: 16/9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body main article .btn {
    display: grid;
    place-content: center;
    width: 360px;
    height: 60px;
    margin: auto;
    box-sizing: border-box;
    border: 2px solid #AB8C50;
    background-color: #fff;
    position: relative;
  }
  body main article .btn::after {
    content: "";
    display: block;
    width: 350px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #AB8C50;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body main article .btn span {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    color: #AB8C50;
  }
  body main article .gallery {
    backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.5);
  }
  body main article section {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    overflow: hidden;
  }
  body main article section#fv {
    color: #fff;
  }
  body main article section#fv .inner {
    position: absolute;
    top: 41.6%;
    left: 100px;
  }
  body main article section#fv .inner h1 {
    display: block;
    width: 321px;
    margin-left: -10px;
  }
  body main article section#fv .inner .serif {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    margin-top: 10px;
  }
  body main article section#fv .scroll {
    height: 30vh;
    position: absolute;
    bottom: 20px;
    left: 100px;
  }
  body main article section#fv .scroll .line {
    width: 1px;
    height: calc(100% - 72px);
    background: #fff;
    position: absolute;
    top: 0;
    left: 6px;
  }
  body main article section#fv .scroll p {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body main article section#about {
    background: url("../img/bg-about.jpg") no-repeat center center/cover;
  }
  body main article section#about .inner {
    width: 500px;
    height: fit-content;
    padding: 80px 70px 90px;
    box-sizing: border-box;
    border: 1px solid #AB8C50;
    background-image: linear-gradient(rgba(248, 248, 248, 0.9), rgba(221, 221, 221, 0.9));
    position: absolute;
    top: 0;
    bottom: 0;
    right: 80px;
    margin: auto;
    color: #5B5B5B;
  }
  body main article section#about .inner h2 {
    font-size: 24px;
    line-height: 48px;
    font-weight: 500;
    text-align: center;
  }
  body main article section#about .inner p {
    font-size: 14px;
    line-height: 48px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
  }
  body main article section#gallery1 {
    padding: 80px 0 40px;
    height: 100vh;
    display: flex;
    align-items: center;
  }
  body main article section#gallery1 .set1 {
    display: flex;
    justify-content: end;
    gap: 5.4858934169%;
    width: auto;
    height: auto;
    max-width: 1276px;
    max-height: 100%;
    aspect-ratio: 1276/670;
    margin: auto;
  }
  body main article section#gallery1 .set1 h2 {
    display: block;
    width: 10.4231974922%;
    margin-top: 42px;
  }
  body main article section#gallery1 .set1 h2 img {
    width: 100%;
  }
  body main article section#gallery1 .set1 .image {
    width: 72.1003134796%;
  }
  body main article section#gallery1 .set1 .image img {
    width: auto;
    height: auto;
    max-height: calc(100% - 126px);
    aspect-ratio: 920/530;
  }
  body main article section#gallery1 .set1 .image p {
    font-size: 14px;
    line-height: 32px;
    color: #2B2B2B;
    margin-top: 30px;
  }
  body main article section#gallery2 {
    height: 100vh;
    padding: 40px 0 80px;
  }
  body main article section#gallery2 .set2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7.3394495413%;
    width: auto;
    height: calc(100% - 110px);
    max-width: 1090px;
    aspect-ratio: 1090/800;
    margin: auto;
  }
  body main article section#gallery2 .set2 img {
    display: block;
    width: 100%;
  }
  body main article section#gallery2 .set2 .img-frame {
    height: fit-content;
    overflow: hidden;
  }
  body main article section#gallery2 .set2 .img2-1 {
    width: 44.0366972477%;
    height: auto;
    aspect-ratio: 480/530;
    overflow: hidden;
  }
  body main article section#gallery2 .set2 .set2-2 {
    width: 48.623853211%;
  }
  body main article section#gallery2 .set2 .set2-2 .img2-2 {
    width: 100%;
    height: auto;
    aspect-ratio: 530/300;
    overflow: hidden;
  }
  body main article section#gallery2 .set2 .set2-2 .img2-3 {
    width: 67.9245283019%;
    height: auto;
    aspect-ratio: 360/440;
    overflow: hidden;
    margin-top: 60px;
  }
  body main article section#gallery2 .btn {
    margin-top: 60px;
  }
  body main article section.detail {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
  }
  body main article section.detail .inner {
    width: 775px;
    height: 200px;
    padding-left: 240px;
    box-sizing: border-box;
    background: url("../img/bg-detail-text.png") no-repeat center right/775px 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -55px;
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (min-width: 1441px) {
  body main article section.detail .inner {
    right: auto;
    margin: auto;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  body main article section.detail .inner .text {
    padding-left: 67px;
  }
  body main article section.detail .inner .text h2 {
    padding-top: 5px;
    position: relative;
  }
  body main article section.detail .inner .text h2 .num {
    font-size: 17px;
    line-height: 47px;
    font-weight: 700;
    font-style: italic;
    position: absolute;
    top: 0;
    left: -67px;
  }
  body main article section.detail .inner .text h2 .num strong {
    font-size: 40px;
  }
  body main article section.detail .inner .text h2 .title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
  }
  body main article section.detail .inner .text p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 10px;
  }
  body main article section.detail#detail1 {
    background-image: url("../img/bg-detail1.jpg");
  }
  body main article section.detail#detail1 .inner {
    height: 170px;
  }
  body main article section.detail#detail2 {
    background-image: url("../img/bg-detail2.jpg");
  }
  body main article section.detail#detail3 {
    background-image: url("../img/bg-detail3.jpg");
  }
  body main article section#plan {
    backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 12vh 0;
  }
  body main article section#plan .text h2 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
  }
  body main article section#plan .text h2 small {
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  body main article section#plan .text p {
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
  }
  body main article section#plan .plans {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 10px) / 3));
    gap: 5px;
    margin: 40px auto 0;
    width: 95%;
    max-width: 1060px;
  }
  body main article section#plan .plans .plan-set {
    color: #fff;
  }
  body main article section#plan .plans .plan-set img {
    width: 100%;
  }
  body main article section#plan .plans .plan-set .plan-inner {
    padding: 10px 0 30px;
    position: relative;
  }
  body main article section#plan .plans .plan-set .plan-inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 21px;
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
    position: absolute;
    top: -20px;
    left: 0;
  }
  body main article section#plan .plans .plan-set .plan-inner p {
    text-align: center;
  }
  body main article section#plan .plans .plan-set .plan-inner p.plan-class {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
    opacity: 0.5;
  }
  body main article section#plan .plans .plan-set .plan-inner p.plan-name {
    margin-top: 15px;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.01em;
  }
  body main article section#plan .plans .plan-set .plan-inner p.plan-name small {
    font-size: 12px;
    letter-spacing: 0.12em;
  }
  body main article section#plan .plans .plan-set .plan-inner p.plan-text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0;
  }
  body main article section#plan .plans .plan-set:nth-of-type(1) .plan-inner {
    background-color: #5B5B5B;
  }
  body main article section#plan .plans .plan-set:nth-of-type(1) .plan-inner::before {
    background-color: #5B5B5B;
  }
  body main article section#plan .plans .plan-set:nth-of-type(2) .plan-inner {
    background-color: #B4A995;
  }
  body main article section#plan .plans .plan-set:nth-of-type(2) .plan-inner::before {
    background-color: #B4A995;
  }
  body main article section#plan .plans .plan-set:nth-of-type(3) .plan-inner {
    background-color: #10203E;
  }
  body main article section#plan .plans .plan-set:nth-of-type(3) .plan-inner::before {
    background-color: #10203E;
  }
  body main article section#adviser {
    backdrop-filter: blur(30px);
    background-image: linear-gradient(45deg, rgba(91, 91, 91, 0.5), rgba(171, 164, 80, 0.5));
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body main article section#adviser .inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 90%;
    max-width: 875px;
    color: #fff;
  }
  body main article section#adviser .inner .image {
    width: 270px;
  }
  body main article section#adviser .inner .image img {
    width: 100%;
  }
  body main article section#adviser .inner .image p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 12px;
  }
  body main article section#adviser .inner .text-set {
    width: calc(100% - 290px);
    max-width: 495px;
  }
  body main article section#adviser .inner .text-set .title p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
  }
  body main article section#adviser .inner .text-set .title p.en {
    font-size: 30px;
    line-height: 47px;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.5);
  }
  body main article section#adviser .inner .text-set .title p.serif {
    font-size: 24px;
    line-height: 47px;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin-top: 5px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  }
  body main article section#adviser .inner .text-set .text {
    margin-top: 10px;
  }
  body main article section#adviser .inner .text-set .text p {
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  }
  body main article section#adviser .inner .text-set .name {
    margin-top: 15px;
  }
  body main article section#adviser .inner .text-set .name p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    text-align: right;
  }
  body main article section#adviser .inner .text-set .name p.serif {
    font-size: 21px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin-top: 5px;
  }
  body main article section#contact {
    background: url("../img/bg-contact.jpg") no-repeat center center/cover;
  }
  body main article section#contact .inner {
    width: 90%;
    max-width: 960px;
    height: fit-content;
    padding: 40px 60px 40px;
    box-sizing: border-box;
    border: 1px solid #AB8C50;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  body main article section#contact .inner h2 {
    font-size: 30px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    color: #AB8C50;
  }
  body main article section#contact .inner .flex {
    display: flex;
    justify-content: center;
    gap: 75px;
    margin-top: 100px;
    color: #2B2B2B;
  }
  body main article section#contact .inner .flex .left {
    max-width: 506px;
    position: relative;
  }
  body main article section#contact .inner .flex .left::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #2B2B2B;
    position: absolute;
    top: 0;
    right: -36px;
  }
  body main article section#contact .inner .flex .left img {
    float: left;
    margin-right: 20px;
  }
  body main article section#contact .inner .flex .left p {
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
  }
  body main article section#contact .inner .flex .left p.serif {
    font-size: 21px;
    line-height: 27px;
    font-weight: 500;
    margin: 10px 0 20px;
  }
  body main article section#contact .inner .flex .left p.en {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: rgba(43, 43, 43, 0.5);
  }
  body main article section#contact .inner .flex .right {
    max-width: 250px;
  }
  body main article section#contact .inner .flex .right .logo {
    margin-bottom: 20px;
    width: 152px;
  }
  body main article section#contact .inner .flex .right .logo img {
    width: 100%;
  }
  body main article section#contact .inner .flex .right .address {
    margin-top: 10px;
    font-size: 11px;
    line-height: 21px;
    font-weight: 400;
  }
  body main article section#contact .inner .flex .right .address .bold {
    font-weight: 500;
  }
  body main article section#contact .inner .flex .right .tel {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.03em;
  }
  body main article section#contact .inner .btn {
    margin-top: 100px;
  }
  body main article section#contact .copy {
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #2B2B2B;
    position: absolute;
    right: 20px;
    bottom: 16px;
  }
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 0.2666666667vw;
  }
  body main article {
    position: relative;
  }
  body main article .movie {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
  }
  body main article .movie video {
    display: block;
    width: auto;
    height: auto;
    min-width: 100vw;
    min-height: 100vh;
    aspect-ratio: 16/9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body main article .btn {
    display: grid;
    place-content: center;
    width: 180px;
    height: 40px;
    margin: auto;
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #AB8C50;
    position: relative;
  }
  body main article .btn::after {
    content: "";
    display: block;
    width: 175px;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #AB8C50;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body main article .btn span {
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    color: #AB8C50;
  }
  body main article .gallery {
    backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.5);
  }
  body main article section {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    min-height: 100svh;
    box-sizing: border-box;
  }
  body main article section#fv {
    height: 100dvh;
    color: #fff;
  }
  body main article section#fv .inner {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
  }
  body main article section#fv .inner h1 {
    display: block;
    width: 175px;
    margin: auto;
  }
  body main article section#fv .inner h1 img {
    width: 100%;
  }
  body main article section#fv .inner .serif {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    margin-top: 10px;
    text-align: center;
  }
  body main article section#fv .scroll {
    height: 24vh;
    position: absolute;
    bottom: 10px;
    left: 6.6666666667%;
  }
  body main article section#fv .scroll .line {
    width: 1px;
    height: calc(100% - 60px);
    background: #fff;
    position: absolute;
    top: 0;
    left: 5px;
  }
  body main article section#fv .scroll p {
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body main article section#about {
    height: 100dvh;
    background: url("../img/bg-about.jpg") no-repeat center center/cover;
  }
  body main article section#about .inner {
    width: 86.6666666667%;
    height: fit-content;
    padding: 40px 50px;
    box-sizing: border-box;
    border: 1px solid #AB8C50;
    background-image: linear-gradient(rgba(248, 248, 248, 0.9), rgba(221, 221, 221, 0.9));
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #5B5B5B;
  }
  body main article section#about .inner h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
  }
  body main article section#about .inner p {
    font-size: 11px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
  }
  body main article section#gallery1 {
    padding: 50px 0 40px;
    height: 100dvh;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  body main article section#gallery1 .set1 {
    display: flex;
    justify-content: end;
    gap: 7.4666666667%;
    width: 93.3333333333%;
    height: fit-content;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 750/826;
    padding-bottom: 75px;
    box-sizing: border-box;
    position: relative;
  }
  body main article section#gallery1 .set1 h2 {
    display: block;
    width: 19.3333333333vw;
  }
  body main article section#gallery1 .set1 h2 img {
    width: 100%;
  }
  body main article section#gallery1 .set1 .image {
    max-width: 66.6666666667vw;
  }
  body main article section#gallery1 .set1 .image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 500/650;
  }
  body main article section#gallery1 .set1 .image p {
    font-size: 11px;
    line-height: 20px;
    text-align: end;
    color: #2B2B2B;
    position: absolute;
    bottom: 0;
    right: 3.3333333333vw;
  }
  body main article section#gallery2 {
    padding: 50px 0 40px;
  }
  body main article section#gallery2 .set2 {
    width: 100%;
  }
  body main article section#gallery2 .set2 img {
    display: block;
    width: 100%;
  }
  body main article section#gallery2 .set2 .img2-1 {
    width: 64%;
    height: auto;
    aspect-ratio: 480/530;
    overflow: hidden;
    margin: 0 auto 0 0;
  }
  body main article section#gallery2 .set2 .set2-2 {
    width: 70.6666666667%;
    margin: 36px 0 0 auto;
  }
  body main article section#gallery2 .set2 .set2-2 .img2-2 {
    width: 100%;
    height: auto;
    aspect-ratio: 530/300;
    overflow: hidden;
  }
  body main article section#gallery2 .set2 .set2-2 .img2-3 {
    width: 48%;
    height: auto;
    aspect-ratio: 360/440;
    overflow: hidden;
    margin-top: 30px;
  }
  body main article section#gallery2 .btn {
    margin-top: 40px;
  }
  body main article section.detail {
    height: 100dvh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
  }
  body main article section.detail .inner {
    width: 100%;
    height: 120px;
    padding: 0 6.6666666667%;
    box-sizing: border-box;
    background: url("../img/bg-detail-text-sp.png") no-repeat center/100%;
    display: flex;
    justify-content: start;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
  }
  body main article section.detail .inner .text {
    padding-left: 35px;
  }
  body main article section.detail .inner .text h2 {
    padding-top: 5px;
    position: relative;
  }
  body main article section.detail .inner .text h2 .num {
    font-size: 10px;
    line-height: 20px;
    font-weight: 700;
    font-style: italic;
    position: absolute;
    top: 7px;
    left: -35px;
  }
  body main article section.detail .inner .text h2 .num strong {
    font-size: 20px;
  }
  body main article section.detail .inner .text h2 .title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
  body main article section.detail .inner .text p {
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    margin-top: 2px;
  }
  body main article section.detail#detail1 {
    background-image: url("../img/bg-detail1.jpg");
    background-position: center left;
  }
  body main article section.detail#detail2 {
    background-image: url("../img/bg-detail2.jpg");
    background-position: center right -80px;
  }
  body main article section.detail#detail3 {
    background-image: url("../img/bg-detail3.jpg");
  }
  body main article section#plan {
    backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 50px 0;
  }
  body main article section#plan .text h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
  }
  body main article section#plan .text h2 small {
    font-size: 10px;
    letter-spacing: 0.12em;
  }
  body main article section#plan .text p {
    margin: 15px auto 0;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
  }
  body main article section#plan .plans-frame {
    width: 100%;
    overflow-x: scroll;
    margin-top: 40px;
  }
  body main article section#plan .plans-frame .plans {
    display: grid;
    grid-template-columns: repeat(3, 250px);
    gap: 20px;
    padding: 0 20px 20px;
    width: fit-content;
  }
  body main article section#plan .plans-frame .plans .plan-set {
    color: #fff;
  }
  body main article section#plan .plans-frame .plans .plan-set img {
    width: 100%;
  }
  body main article section#plan .plans-frame .plans .plan-set .plan-inner {
    padding: 5px 0 25px;
    position: relative;
  }
  body main article section#plan .plans-frame .plans .plan-set .plan-inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
    position: absolute;
    top: -10px;
    left: 0;
  }
  body main article section#plan .plans-frame .plans .plan-set .plan-inner p {
    text-align: center;
  }
  body main article section#plan .plans-frame .plans .plan-set .plan-inner p.plan-class {
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
    opacity: 0.5;
  }
  body main article section#plan .plans-frame .plans .plan-set .plan-inner p.plan-name {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.01em;
  }
  body main article section#plan .plans-frame .plans .plan-set .plan-inner p.plan-name small {
    font-size: 10px;
    letter-spacing: 0.12em;
  }
  body main article section#plan .plans-frame .plans .plan-set .plan-inner p.plan-text {
    margin-top: 7px;
    font-size: 10px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: 0;
  }
  body main article section#plan .plans-frame .plans .plan-set:nth-of-type(1) .plan-inner {
    background-color: #5B5B5B;
  }
  body main article section#plan .plans-frame .plans .plan-set:nth-of-type(1) .plan-inner::before {
    background-color: #5B5B5B;
  }
  body main article section#plan .plans-frame .plans .plan-set:nth-of-type(2) .plan-inner {
    background-color: #B4A995;
  }
  body main article section#plan .plans-frame .plans .plan-set:nth-of-type(2) .plan-inner::before {
    background-color: #B4A995;
  }
  body main article section#plan .plans-frame .plans .plan-set:nth-of-type(3) .plan-inner {
    background-color: #10203E;
  }
  body main article section#plan .plans-frame .plans .plan-set:nth-of-type(3) .plan-inner::before {
    background-color: #10203E;
  }
  body main article section#adviser {
    backdrop-filter: blur(30px);
    background-image: linear-gradient(45deg, rgba(91, 91, 91, 0.5), rgba(171, 164, 80, 0.5));
    padding: 25px 6.6666666667% 30px;
  }
  body main article section#adviser .inner {
    color: #fff;
  }
  body main article section#adviser .inner .image {
    display: flex;
    align-items: end;
    gap: 15px;
  }
  body main article section#adviser .inner .image img {
    width: 185px;
  }
  body main article section#adviser .inner .image p {
    font-size: 10px;
    line-height: 11px;
  }
  body main article section#adviser .inner .text-set {
    margin-top: 10px;
  }
  body main article section#adviser .inner .text-set .title p {
    font-size: 10px;
    line-height: 11px;
    font-weight: 400;
  }
  body main article section#adviser .inner .text-set .title p.en {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
  }
  body main article section#adviser .inner .text-set .title p.serif {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin-top: 10px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  }
  body main article section#adviser .inner .text-set .text {
    margin-top: 10px;
  }
  body main article section#adviser .inner .text-set .text p {
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  }
  body main article section#adviser .inner .text-set .name {
    margin-top: 20px;
    display: flex;
    gap: 15px;
  }
  body main article section#adviser .inner .text-set .name p {
    font-size: 10px;
    line-height: 18px;
    font-weight: 400;
  }
  body main article section#adviser .inner .text-set .name p.serif {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.01em;
  }
  body main article section#contact {
    background: url("../img/bg-contact.jpg") no-repeat center center/cover;
    padding: 58px 0 25px;
  }
  body main article section#contact .inner {
    width: 86.6666666667%;
    height: fit-content;
    padding: 30px 35px;
    box-sizing: border-box;
    border: 1px solid #AB8C50;
    background-color: rgba(255, 255, 255, 0.8);
    margin: auto;
  }
  body main article section#contact .inner h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    color: #AB8C50;
  }
  body main article section#contact .inner .flex {
    margin-top: 30px;
    color: #2B2B2B;
  }
  body main article section#contact .inner .flex .left {
    position: relative;
    border-bottom: 1px solid #2B2B2B;
    padding-bottom: 10px;
  }
  body main article section#contact .inner .flex .left img {
    float: left;
    width: 90px;
    margin-right: 15px;
  }
  body main article section#contact .inner .flex .left p {
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
  }
  body main article section#contact .inner .flex .left p.serif {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    margin: 20px 0 0;
  }
  body main article section#contact .inner .flex .left p.en {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: rgba(43, 43, 43, 0.5);
  }
  body main article section#contact .inner .flex .left .set {
    min-height: 123px;
    margin-bottom: 12px;
  }
  body main article section#contact .inner .flex .right {
    padding-top: 15px;
  }
  body main article section#contact .inner .flex .right .logo {
    margin-bottom: 15px;
    width: 116px;
  }
  body main article section#contact .inner .flex .right .logo img {
    width: 100%;
  }
  body main article section#contact .inner .flex .right .address {
    margin-top: 12px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
  }
  body main article section#contact .inner .flex .right .address .bold {
    font-weight: 500;
  }
  body main article section#contact .inner .flex .right .tel {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-align: center;
  }
  body main article section#contact .inner .btn {
    margin-top: 15px;
  }
  body main article section#contact .copy {
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    margin-top: 28px;
  }
  .sp_none {
    display: none !important;
  }
}
.scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body main article section#fv .scroll .line {
  animation: scroll 2s infinite;
}

@keyframes scroll {
  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%;
  }
}

@media screen and (min-width: 768px) {
    .fv_banner {
        position: absolute;
        bottom: 50px;
        right: 50px;
    }
    .fv_banner img{
        width: 320px;
        height: 101px;
    }
}

@media screen and (max-width: 767px) {
    .fv_banner {
        position: absolute;
        bottom: 30px;
    }
    .fv_banner img{
        width: 75%;
        margin: 0 auto;
        display: block;
    }
}