@charset "UTF-8";
@keyframes mvImgScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
.tsume500 {
  letter-spacing: -0.5em;
}

.tsume250 {
  letter-spacing: -0.25em;
}

.tsume125 {
  letter-spacing: -0.125em;
}

.aki500 {
  letter-spacing: 0.5em;
}

.aki250 {
  letter-spacing: 0.25em;
}

.aki125 {
  letter-spacing: 0.125em;
}

@media screen and (min-width: 768px), print {
  header > .pc > .hh-logo {
    background-color: #fff;
  }
  .on_sp {
    display: none !important;
  }
  br.on_sp {
    display: none !important;
  }
  main {
    overflow: hidden;
  }
  .link-btn {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #111111;
    font-size: 15px;
    line-height: 1;
    color: inherit;
    text-decoration: none;
    padding-left: 25px;
    letter-spacing: 0.1em;
  }
  .link-btn::before, .link-btn::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 1px;
    background-color: #111111;
    top: 50%;
    transition: transform 0.2s ease 0s;
  }
  .link-btn::after {
    right: 21px;
    transform-origin: left center;
  }
  .link-btn::before {
    right: 29px;
    transform-origin: right center;
  }
  .link-btn:hover {
    text-decoration: none;
  }
  .link-btn:hover::after {
    transform: rotate(-135deg);
  }
  .link-btn:hover::before {
    transform: rotate(-45deg);
  }
  .mv {
    background-color: #fff;
  }
  .mv-image-area {
    width: 100%;
    height: 100dvh;
    min-height: 640px;
    padding-left: 40px;
    padding-bottom: 40px;
  }
  .mv-inner {
    position: relative;
    container-type: size;
    width: 100%;
    height: 100%;
  }
  .mv-bg-slider {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .mv-bg-slider__body {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .mv-bg-slider__item {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .mv-bg-slider__item > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .mv-title-block {
    position: absolute;
    top: 51.2%;
    left: clamp(57px, (100vw - 1280px) / (640) * 34 + 57px, 91px);
    transform: translateY(-50%);
    z-index: 2;
  }
  .mv-title-block__first {
    padding-left: 14px;
    font-size: clamp(20px, (100vw - 1280px) / (640) * 6 + 20px, 26px);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    color: white;
  }
  .mv-title-block__second {
    padding-left: 14px;
    margin-top: clamp(21px, (100vw - 1280px) / (640) * 11 + 21px, 32px);
    font-size: clamp(15px, (100vw - 1280px) / (640) * 5 + 15px, 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    color: white;
  }
  .mv-title-block__title {
    font-family: "Vollkorn", serif;
    font-weight: 400;
    margin-top: clamp(38px, (100vw - 1280px) / (640) * 28 + 38px, 66px);
    font-size: clamp(28.8px, (100vw - 1280px) / (640) * 19.2 + 28.8px, 48px);
    line-height: 1;
    color: white;
    letter-spacing: 0.025em;
  }
  .mv-nav {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: absolute;
    top: 133px;
    right: 68px;
    display: flex;
    flex-direction: column;
    gap: 23px;
    z-index: 2;
  }
  .mv-nav__item > a {
    transition: opacity 0.4s ease 0s;
    display: block;
    color: white;
    font-size: 13px;
    line-height: 1;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
  }
  .mv-nav__item > a:hover {
    opacity: 0.7;
  }
  .mv-nav__item > a:hover {
    text-decoration: none;
  }
  .mv-bottom {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 50px;
  }
  .mv-bottom > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mv-bottom__lead {
    font-size: clamp(12px, (100vw - 1280px) / (640) * 1 + 12px, 13px);
    font-weight: 400;
    line-height: clamp(22px, (100vw - 1280px) / (640) * 2 + 22px, 24px);
    letter-spacing: 0.05em;
    padding-left: 0.4615384615em;
    margin-top: -0.7692307692em;
  }
  .mv-bottom__info {
    display: flex;
    align-items: center;
  }
  .mv-bottom__info > .sns-icon {
    transition: opacity 0.4s ease 0s;
    display: block;
    width: 50px;
    aspect-ratio: 1/1;
  }
  .mv-bottom__info > .sns-icon:hover {
    opacity: 0.7;
  }
  .mv-bottom__info > .sns-icon > img {
    display: block;
    max-width: 100%;
  }
  .mv-bottom__info > .tel {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 26px;
  }
  .mv-bottom__info > .tel > .tel__icon {
    width: 24px;
    aspect-ratio: 1/1;
  }
  .mv-bottom__info > .tel > .tel__icon > img {
    display: block;
    max-width: 100%;
  }
  .mv-bottom__info > .tel > .tel__num {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1;
    padding-top: 0.1363636364em;
  }
  .mv-bottom__info > .working-hour-day {
    margin-left: 26px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
  }
  /* top コンテンツ */
  .top-content {
    position: relative;
    margin-top: clamp(40px, (100vw - 1280px) / (640) * 16 + 40px, 56px);
  }
  .sec-concept {
    padding-top: 122px;
    padding-bottom: 120px;
    background-color: #EEEEEE;
  }
  .sec-concept .link-btn {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: 60px;
  }
  .h-concept {
    position: relative;
    width: 445px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 42px;
    z-index: 2;
  }
  .h-concept > img {
    position: relative;
    display: block;
    max-width: 100%;
    z-index: 2;
  }
  .h-concept::after {
    content: "";
    display: block;
    position: absolute;
    width: 225px;
    height: 104px;
    background-image: url(../images/top/h-concept-en.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    top: calc(100% - 53px);
    left: calc(100% - 60px);
    z-index: 1;
  }
  .concept-text {
    position: relative;
    margin-bottom: 42px;
    z-index: 1;
  }
  .concept-text > p {
    position: relative;
    font-size: 15px;
    line-height: 2.1333333333;
    letter-spacing: 0.05em;
    text-align: center;
    z-index: 2;
  }
  .concept-text > p + p {
    margin-top: 2.1333333333em;
  }
  .concept-text::after {
    content: "";
    display: block;
    position: absolute;
    width: 658px;
    height: 498px;
    top: -110px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/top/concept-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
  .sec-event {
    padding-top: 117px;
    padding-bottom: 90px;
  }
  .sec-event > .inner {
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-event .link-btn {
    font-size: 13px;
    width: 240px;
    height: 50px;
    margin-top: 3px;
  }
  .event-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
  }
  .event-header__l {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 23px;
  }
  .h-event {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .event-sub {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-bottom: 9px;
  }
  .event-list {
    overflow: visible !important;
  }
  .event-list-contents {
    display: flex;
    gap: 70px;
  }
  .event-item {
    position: relative;
    flex: 1;
  }
  .event-item.icon-accepting::before, .event-item.icon-finish::before {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 27px;
    padding-bottom: 1px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    bottom: 100%;
    left: 0;
    color: white;
  }
  .event-item.icon-accepting::before {
    content: "受付中";
    background-color: #95885F;
  }
  .event-item.icon-finish::before {
    content: "終了";
    background-color: #111111;
  }
  .event-item:nth-child(n+4) {
    display: none;
  }
  .event-item__link {
    display: block;
    text-decoration: none;
  }
  .event-item__link:hover {
    text-decoration: none;
  }
  .event-item__link:hover .event-item__image > img {
    transform: scale(1.05);
  }
  .event-item__link:hover .event-item__title {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
  }
  .event-item__image {
    width: 100%;
    aspect-ratio: 340/255;
    overflow: hidden;
    margin-bottom: 17px;
  }
  .event-item__image > img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    transition: transform 0.2s ease 0s;
    transform-origin: center center;
  }
  .event-item__title {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }
  .event-item__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 2px;
    flex-wrap: wrap;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.5833333333;
    gap: 0 17px;
  }
  .event-item__list > dt {
    width: 2.1em;
    color: #95885F;
  }
  .event-item__list > dd {
    width: calc(100% - 2.1em - 17px);
  }
  .event-list-dots {
    display: none;
  }
  .sec-style {
    padding-top: 111px;
    padding-bottom: 120px;
    background-color: #eeeeee;
  }
  .sec-style > .link-btn {
    width: 320px;
    height: 60px;
    margin-top: 130px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
  }
  .h-style {
    width: 351px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
  }
  .h-style > img {
    display: block;
    max-width: 100%;
  }
  .style-icons {
    width: 460px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  .style-icons > img {
    display: block;
    max-width: 100%;
  }
  .style-lead {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .style-block {
    position: relative;
    container-type: inline-size;
    margin-top: 77px;
  }
  .style-block + .style-block {
    margin-top: 160px;
  }
  .style-block > .inner {
    position: relative;
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: clamp(50px, (100vw - 1280px) / (260) * 70 + 50px, 120px);
    padding-right: clamp(50px, (100vw - 1280px) / (260) * 50 + 50px, 100px);
  }
  .style-block::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: max(0px, (100% - 1520px) * 0.5);
    top: 50px;
    bottom: -60px;
    z-index: 1;
  }
  .style-block:nth-child(2n+1)::before {
    left: max(0px, (100% - 1520px) * 0.5);
    right: 0;
  }
  .style-block:nth-child(2n+1) > .inner {
    padding-right: 0;
    padding-left: clamp(50px, (100vw - 1280px) / (260) * 50 + 50px, 100px);
  }
  .style-block:nth-child(2n+1) .style-block__main {
    order: 2;
  }
  .style-block:nth-child(2n+1) .style-block__body {
    order: 1;
  }
  .style-block.american::before {
    background-color: #6B7C89;
  }
  .style-block.american .style-block__main::before {
    width: 254px;
    height: 116px;
    background-image: url(../images/top/style-american-icon.png);
  }
  .style-block.nordic::before {
    background-color: #A8A07B;
  }
  .style-block.nordic .style-block__main::before {
    width: 214px;
    height: 139px;
    background-image: url(../images/top/style-nordic-icon.png);
  }
  .style-block.european::before {
    background-color: #524942;
  }
  .style-block.european .style-block__main::before {
    width: 200px;
    height: 164px;
    background-image: url(../images/top/style-european-icon.png);
  }
  .style-block.resort::before {
    background-color: #6F8689;
  }
  .style-block.resort .style-block__main::before {
    width: 174px;
    height: 152px;
    background-image: url(../images/top/style-resort-icon.png);
  }
  .style-block__main {
    position: relative;
    width: clamp(580px, (100vw - 1280px) / (260) * 120 + 580px, 700px);
    height: 580px;
  }
  .style-block__main > img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    z-index: 1;
  }
  .style-block__main::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 2;
  }
  .style-block__body {
    padding-top: 127px;
    flex: 1;
    color: white;
  }
  .style-block__body > .link-btn {
    width: 240px;
    height: 50px;
    margin-left: auto;
    margin-right: 0;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 13px;
    color: #fff;
  }
  .style-block__body > .link-btn::before, .style-block__body > .link-btn::after {
    background-color: #fff;
  }
  .style-block__h {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-left: 4px;
    margin-bottom: 38px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1;
    white-space: pre;
  }
  .style-block__theme {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .style-block__text {
    margin-left: 4px;
    margin-bottom: 37px;
    font-size: 15px;
    font-weight: 400;
    line-height: 2.1333333333;
    letter-spacing: 0.05em;
  }
  .style-block__images {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
  }
  .style-block__images > figure {
    display: block;
    width: 280px;
  }
  .style-block__images > figure > img {
    max-width: 100%;
    height: auto;
  }
  .sec-policy {
    padding-top: 108px;
    padding-bottom: 120px;
  }
  .sec-policy > .inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-policy .link-btn {
    width: 320px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-policy .banner {
    transition: opacity 0.4s ease 0s;
    display: block;
    margin-top: 80px;
  }
  .sec-policy .banner:hover {
    opacity: 0.7;
  }
  .sec-policy .banner > img {
    display: block;
    max-width: 100%;
  }
  .h-policy {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
  }
  .h-policy > img {
    display: block;
    max-width: 100%;
  }
  .policy-lead {
    margin-right: 5px;
    margin-bottom: 23px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
  }
  .policy-text {
    margin-left: 5px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
    text-align: center;
  }
  .policy-list {
    display: flex;
    justify-content: center;
    gap: 24px;
    width: 1171px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .policy-item {
    display: contents;
  }
  .policy-item::before {
    content: "";
    display: block;
    width: 1px;
    background-color: #CECECE;
  }
  .policy-item:last-child::after {
    content: "";
    display: block;
    width: 1px;
    background-color: #CECECE;
  }
  .policy-item__inner {
    flex: 1;
    padding-top: 21px;
    padding-bottom: 30px;
  }
  .policy-item__h {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    margin-left: 6px;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
  }
  .policy-item__link:hover img {
    transform: scale(1.05);
    filter: brightness(1.2);
  }
  .policy-item__image {
    position: relative;
  }
  .policy-item__image > figure {
    position: relative;
    display: block;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
  }
  .policy-item__image > figure > img {
    display: block;
    max-width: 100%;
    transition: transform 0.2s ease 0s, filter 0.2s ease 0s;
    transform-origin: center center;
  }
  .policy-item__image > p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6470588235;
    letter-spacing: 0.05em;
    color: white;
    text-align: center;
    z-index: 2;
  }
  .sec-building-notes {
    height: 500px;
    background-image: url(../images/top/bg-building-notes.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 138px 40px;
  }
  .sec-building-notes > .inner {
    max-width: 1520px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }
  .building-notes-header {
    margin-left: 15px;
  }
  .h-building-notes {
    font-family: "Vollkorn", serif;
    font-weight: 400;
    position: relative;
    margin-bottom: 28px;
    font-size: 50px;
    letter-spacing: 0.025em;
    line-height: 1;
    color: white;
    z-index: 1;
  }
  .h-building-notes > span {
    position: relative;
    z-index: 2;
  }
  .h-building-notes::before {
    content: "";
    position: absolute;
    top: calc(100% - 40px);
    left: calc(100% - 128px);
    width: 209px;
    height: 79px;
    background-image: url(../images/top/building-notes-sub.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 1;
  }
  .building-notes-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: 0.05em;
    color: white;
  }
  .building-notes-buttons {
    padding-top: 60px;
    display: flex;
    gap: 40px;
  }
  .building-notes-buttons > .link-btn {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 400px;
    height: 160px;
    border-color: #fff;
    color: white;
    padding-left: 30px;
    padding-bottom: 25px;
    gap: 19px;
    transition: background-color 0.2s ease 0s;
  }
  .building-notes-buttons > .link-btn > p:nth-child(1) {
    font-family: "Vollkorn", serif;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 0.025em;
    line-height: 1;
  }
  .building-notes-buttons > .link-btn > p:nth-child(2) {
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .building-notes-buttons > .link-btn::before, .building-notes-buttons > .link-btn::after {
    background-color: #fff;
    top: auto;
    bottom: 30px;
  }
  .building-notes-buttons > .link-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .sec-works {
    padding-top: 116px;
    padding-bottom: 90px;
  }
  .sec-works > .inner {
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-works .link-btn {
    font-size: 13px;
    width: 240px;
    height: 50px;
    margin-top: 3px;
  }
  .works-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .works-header__l {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 34px;
  }
  .h-works {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .works-sub {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-bottom: 9px;
  }
  .works-list {
    margin-top: 40px;
  }
  .works-list-contents {
    display: flex !important;
    flex-wrap: wrap;
    gap: 70px;
  }
  .works-item {
    position: relative;
    width: calc((100% - 140px) / 3) !important;
  }
  .works-item__link {
    display: block;
    text-decoration: none;
  }
  .works-item__link:hover {
    text-decoration: none;
  }
  .works-item__link:hover .works-item__image > img {
    transform: scale(1.05);
  }
  .works-item__link:hover .works-item__title {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
  }
  .works-item__image {
    width: 100%;
    aspect-ratio: 340/240;
    overflow: hidden;
    margin-bottom: 13px;
  }
  .works-item__image > img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    transition: transform 0.2s ease 0s;
    transform-origin: center center;
  }
  .works-item__title {
    margin-bottom: 12px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }
  .works-item__text {
    padding-left: 2px;
    padding-right: 2px;
    display: flex;
    align-items: center;
    color: #918776;
    gap: 17px;
  }
  .works-item__cat {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    margin: 0;
  }
  .works-item__area {
    font-size: 12px;
    line-height: 1;
    margin: 0;
    letter-spacing: 0.05em;
  }
  .works-list-dots {
    display: none;
  }
  .sec-interview {
    padding-top: 40px;
    padding-bottom: 120px;
  }
  .sec-interview > .link-btn {
    width: 320px;
    height: 60px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .h-interview {
    width: 258px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
  .h-interview > img {
    display: block;
    max-width: 100%;
  }
  .sec-interview .interview-slider-wrapper {
    position: relative;
  }
  .sec-interview .interview-slider-wrapper::before, .sec-interview .interview-slider-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    width: calc((100% - clamp(1040px, (100vw - 1280px) / (640) * 240 + 1040px, 1280px)) * 0.5);
    height: 540px;
    top: -50px;
    z-index: 1;
    background-color: #F1F1EE;
  }
  .sec-interview .interview-slider-wrapper::before {
    left: 0;
  }
  .sec-interview .interview-slider-wrapper::after {
    right: 0;
  }
  .sec-interview .interview-slider {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1940px;
    margin-left: calc((100% - 1940px) * 0.5);
    z-index: 2;
  }
  .sec-interview .interview-slider__prev,
  .sec-interview .interview-slider__next {
    width: 420px;
    aspect-ratio: 660/440;
    margin: 0;
  }
  .sec-interview .interview-slider-side-part__item > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    max-width: 100%;
  }
  .sec-interview .interview-slider__main {
    width: 660px;
    aspect-ratio: 660/440;
    margin: 0;
  }
  .sec-interview .swiper-button-prev,
  .sec-interview .swiper-button-next {
    position: static;
    margin-top: 0 !important;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    transition: background-color 0.2s ease 0s;
  }
  .sec-interview .swiper-button-prev:hover,
  .sec-interview .swiper-button-next:hover {
    background-color: #eeeeee;
  }
  .sec-interview .swiper-button-prev > svg,
  .sec-interview .swiper-button-next > svg {
    display: none;
  }
  .sec-interview .swiper-button-prev {
    background-image: url(../images/top/slider-prev.png);
  }
  .sec-interview .swiper-button-next {
    background-image: url(../images/top/slider-next.png);
  }
  .sec-interview .interview-slider__count {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-image: url(../images/top/count-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 2;
    top: 380px;
    left: calc(50% + 270px);
  }
  .sec-interview .interview-slider-count-inner {
    margin-top: 41px;
    margin-left: 31px;
    display: flex;
    align-items: flex-start;
  }
  .sec-interview .interview-slider-count-inner::after {
    content: "";
    position: relative;
    display: block;
    width: 1px;
    height: 24px;
    transform-origin: center center;
    transform: rotate(24deg);
    order: 2;
    background-color: #111111;
    z-index: 2;
    margin-top: 15px;
    margin-left: 6px;
  }
  .sec-interview .interview-slider-count-part {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    width: 1.5em;
    font-size: 30px;
    line-height: 1;
    order: 1;
    z-index: 1;
  }
  .sec-interview .interview-slider-count-part__item {
    background-color: #fff;
    text-align: center;
  }
  .sec-interview .interview-slider-count-max {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    order: 3;
    margin-top: 22px;
    margin-left: 6px;
  }
  .sec-interview .interview-slider-main-part__item {
    position: relative;
    width: 660px;
    aspect-ratio: 960/640;
    background-color: #fff;
  }
  .sec-interview .interview-slider-main-part__image {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0px;
    transition: border-radius 0.4s ease 0s;
  }
  .sec-interview .interview-slider-main-part__image > img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .sec-interview .interview-slider-main-part__image.is-hover {
    border-radius: 50px;
  }
  .sec-interview .interview-slider-main-part__info {
    position: absolute;
    display: block;
    top: 400px;
    left: -30px;
  }
  .sec-interview .interview-sub {
    position: absolute;
    top: 360px;
    left: calc(50% - 474px);
    z-index: 3;
    width: 214px;
    height: 81px;
  }
  .sec-interview .interview-sub > img {
    display: block;
    max-width: 100%;
  }
  .sec-interview .interview-text {
    position: absolute;
    top: -50px;
    left: calc(50% + 389px);
    z-index: 3;
    width: 83px;
    height: 160px;
  }
  .sec-interview .interview-text > img {
    display: block;
    max-width: 100%;
  }
  .sec-interview .info-slider {
    width: 660px;
    margin-top: 21px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-interview .interview-slider-info-part__item {
    background-color: #fff;
    padding-left: 4px;
  }
  .sec-interview .interview-slider-info-part__link {
    color: #000;
    text-decoration: none;
  }
  .sec-interview .interview-slider-info-part__link:hover {
    text-decoration: none;
    color: inherit;
  }
  .sec-interview .interview-slider-info-part__link.is-hover > .interview-slider-info-part__title {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
  }
  .sec-interview .interview-slider-info-part__title {
    width: 30.45em;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
  }
  .sec-interview .interview-slider-info-part__area {
    margin-top: 18px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #95885F;
  }
  .interview-slider-dots {
    display: none;
  }
  .sec-semiorder {
    padding-top: 130px;
    background-color: #0F0F0F;
  }
  .semiorder-slider-block-wrapper {
    position: relative;
  }
  .semiorder-slider-block-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    width: auto;
    height: 440px;
    margin-left: max(0px, 50% - 760px);
    margin-right: 0;
    background-color: #202121;
    z-index: 1;
  }
  .semiorder-slider-block {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - (100% - 1160px) * 0.5);
    margin-left: calc((100% - 1160px) * 0.5);
    margin-right: 0;
    z-index: 2;
  }
  .semiorder-slider-block__left {
    width: 375px;
    color: #D1CDC4;
  }
  .semiorder-slider-block__left > .link-btn {
    width: 240px;
    height: 50px;
    border-color: #D1CDC4;
    font-size: 13px;
  }
  .semiorder-slider-block__left > .link-btn::before, .semiorder-slider-block__left > .link-btn::after {
    background-color: #D1CDC4;
  }
  .h-semiorder {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 1.16;
    letter-spacing: 0.05em;
  }
  .h-semiorder > span {
    display: none;
  }
  .semiorder-text {
    margin-left: 2px;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .semiorder-slider-control {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 95px;
    margin-bottom: 10px;
  }
  .semiorder-slider-prev,
  .semiorder-slider-next {
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  .semiorder-slider-prev > img,
  .semiorder-slider-next > img {
    position: relative;
    display: block;
    max-width: 100%;
    z-index: 2;
  }
  .semiorder-slider-prev > svg,
  .semiorder-slider-next > svg {
    display: none;
  }
  .semiorder-slider-prev::after,
  .semiorder-slider-next::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 50%;
    transition: background-color 0.2s ease 0s;
  }
  .semiorder-slider-prev:hover::after,
  .semiorder-slider-next:hover::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .semiorder-slider-block__right {
    width: calc(100% - 375px);
  }
  .semiorder-slider-wrapper {
    width: 100%;
    z-index: 1;
  }
  .semiorder-slider {
    width: 100%;
  }
  .semiorder-slider .semiorder-slider-contents {
    align-items: stretch;
  }
  .semiorder-slider .semiorder-slider-contents .semiorder-slider-item {
    width: 340px;
    height: auto;
    margin-left: 35px;
    margin-right: 35px;
  }
  .semiorder-slider-item__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #D1CDC4;
    padding: 0 20px 40px 20px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: background-color 0.2s ease 0s;
  }
  .semiorder-slider-item__link::before {
    content: "";
    width: 100%;
    border-top: 1px solid #C2BEB6;
    border-bottom: 1px solid #D8D4D4;
    order: 4;
  }
  .semiorder-slider-item__link:hover {
    text-decoration: none;
    background-color: #dfddd8;
  }
  .semiorder-slider-item__link:hover .semiorder-slider-item__image > img {
    transform: scale(1.05);
  }
  .semiorder-slider-item__image {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 29px;
    aspect-ratio: 340/240;
    overflow: hidden;
    order: 1;
  }
  .semiorder-slider-item__image > img {
    display: block;
    max-width: 100%;
    transition: transform 0.2s ease 0s;
    transform-origin: center center;
  }
  .semiorder-slider-item__title {
    order: 2;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  .semiorder-slider-item__price {
    order: 3;
    margin-bottom: 26px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .semiorder-slider-item__text {
    width: 100%;
    order: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 21px;
    font-size: 12px;
    line-height: 1.5833333333;
    letter-spacing: 0.05em;
    color: #707070;
  }
  .semiorder-links {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 181px;
  }
  .semiorder-links-subh {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 48px;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: white;
    text-align: center;
  }
  .semiorder-links-block {
    display: flex;
    justify-content: space-between;
  }
  .semiorder-link {
    display: block;
    width: 400px;
    text-decoration: none;
  }
  .semiorder-link:hover {
    text-decoration: none;
  }
  .semiorder-link:hover .semiorder-link__image > img {
    opacity: 0.8;
  }
  .semiorder-link__image {
    background-color: #fff;
    margin-bottom: 21px;
  }
  .semiorder-link__image > img {
    display: block;
    max-width: 100%;
    transition: opacity 0.2s ease 0s;
  }
  .semiorder-link__text {
    padding: 0 2px;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    color: white;
  }
  .semiorder-link__title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 0 2px;
    font-size: 14px;
    line-height: 1;
    color: #95885F;
  }
  .ext-block {
    margin-top: 116px;
    display: flex;
    height: 500px;
  }
  .ext-block__shop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 480px;
    height: 500px;
    background-color: #D1CDC4;
  }
  .ext-block__shop > img {
    display: block;
    width: 310px;
    height: auto;
  }
  .ext-block__image {
    flex: 1;
  }
  .ext-block__image > img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right center;
       object-position: right center;
  }
  .staff-and-blog-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 140px;
    padding-bottom: 90px;
    gap: 60px;
    background-color: #D1CDC4;
  }
  .sec-staff {
    margin-top: 40px;
    width: 570px;
  }
  .sec-staff .link-btn {
    width: 240px;
    height: 50px;
    margin-left: auto;
    margin-right: 0;
    font-size: 13px;
  }
  .staff-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .staff-header__l {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 21px;
  }
  .h-staff {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .staff-sub {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-bottom: 6px;
  }
  .staff-list {
    margin-bottom: 54px;
  }
  .staff-list-contents {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 34px 30px;
  }
  .staff-item {
    width: calc((100% - 60px) / 3) !important;
  }
  .staff-item__link {
    display: block;
    text-decoration: none;
  }
  .staff-item__link:hover {
    text-decoration: none;
  }
  .staff-item__link:hover .staff-item__image > img {
    transform: scale(1.05);
  }
  .staff-item__image {
    aspect-ratio: 170/130;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .staff-item__image > img {
    display: block;
    max-width: 100%;
    transition: transform 0.2s ease 0s;
  }
  .staff-item__name {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 0 2px;
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.2941176471;
    letter-spacing: 0.025em;
  }
  .staff-item__title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 0 2px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #95885F;
  }
  .sec-blog {
    width: 530px;
  }
  .sec-blog .link-btn {
    width: 240px;
    height: 50px;
    margin-left: auto;
    margin-right: 0;
  }
  .sec-blog-inner {
    position: relative;
    padding: 40px 40px 50px 40px;
    background-color: #202121;
    margin-bottom: 29px;
  }
  .sec-blog-inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 81px;
    height: 80px;
    background-image: url(../images/top/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    top: -54px;
    right: 39px;
  }
  .h-blog {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-left: 2px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #D1CDC4;
  }
  .blog-list {
    padding: 0;
    margin: 0;
  }
  .blog-item {
    border-bottom: #333333 solid 1px;
  }
  .blog-item + .blog-item > .blog-item__link {
    padding-top: 29px;
  }
  .blog-item__link {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    padding: 30px 0;
    text-decoration: none;
  }
  .blog-item__link:hover {
    text-decoration: none;
  }
  .blog-item__link:hover .blog-item__thumb > img {
    transform: scale(1.05);
  }
  .blog-item__link:hover .blog-item__title {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
  }
  .blog-item__thumb {
    width: 120px;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .blog-item__thumb > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    transition: transform 0.2s ease 0s;
  }
  .blog-item__text {
    flex: 1;
    padding-top: 4px;
  }
  .blog-item__date {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #95885F;
  }
  .blog-item__title {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #D1CDC4;
  }
  .sec-aboutus {
    padding-bottom: 140px;
    background-color: #D1CDC4;
  }
  .sec-aboutus > .inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    gap: 80px;
  }
  .aboutus-image {
    width: clamp(560px, (100vw - 1280px) / (640) * 120 + 560px, 680px);
    height: 480px;
  }
  .aboutus-image > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right center;
       object-position: right center;
  }
  .aboutus-content {
    flex: 1;
    padding-top: 52px;
  }
  .h-aboutus {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .aboutus-text {
    margin-bottom: 47px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8823529412;
    letter-spacing: 0.05em;
  }
  .aboutus-btns {
    display: flex;
    align-items: center;
  }
  .aboutus-btns > .link-btn {
    width: 240px;
    height: 50px;
    margin-right: 56px;
    font-size: 13px;
  }
  .aboutus-btns > .sns-followus {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-right: 32px;
  }
  .aboutus-btns > .sns-icon {
    position: relative;
    transition: opacity 0.4s ease 0s;
    display: block;
    width: 50px;
    height: 50px;
  }
  .aboutus-btns > .sns-icon:hover {
    opacity: 0.7;
  }
  .aboutus-btns > .sns-icon > img {
    position: relative;
    display: block;
    max-width: 100%;
    z-index: 2;
  }
  .aboutus-btns > .sns-icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    transition: background-color 0.2s ease 0s;
  }
  .aboutus-btns > .sns-icon:hover::after {
    background-color: rgba(255, 255, 255, 0.25);
  }
  .seo-text {
    background-color: #EEEEEE;
    padding-top: 38px;
    padding-bottom: 46px;
  }
  .seo-text > .inner {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
  .seo-text > .inner > p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5833333333;
    letter-spacing: 0.05em;
    color: #666666;
  }
}
@media screen and (max-width: 767px) {
  .on_pc {
    display: none !important;
  }
  br.on_pc {
    display: none !important;
  }
  .link-btn {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #111111;
    font-size: 3.3816425121vw;
    line-height: 1;
    color: inherit;
    text-decoration: none;
    padding-left: 5.5555555556vw;
    letter-spacing: 0.1em;
  }
  .link-btn::before, .link-btn::after {
    content: "";
    position: absolute;
    width: 1.9323671498vw;
    height: 1px;
    background-color: #111111;
    top: 50%;
    transition: transform 0.2s ease 0s;
  }
  .link-btn::after {
    right: 5.0724637681vw;
    transform-origin: left center;
  }
  .link-btn::before {
    right: 7.0048309179vw;
    transform-origin: right center;
  }
  .link-btn:hover {
    text-decoration: none;
  }
  .link-btn:hover::after {
    transform: rotate(-135deg);
  }
  .link-btn:hover::before {
    transform: rotate(-45deg);
  }
  .mv {
    background-color: #fff;
  }
  .mv-image-area {
    width: 100%;
    height: 120.7729468599vw;
  }
  .mv-inner {
    position: relative;
    container-type: size;
    width: 100%;
    height: 100%;
  }
  .mv-bg-slider {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .mv-bg-slider__body {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .mv-bg-slider__item {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .mv-bg-slider__item > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .mv-title-block {
    position: absolute;
    bottom: 10.8695652174vw;
    left: 4.8309178744vw;
    z-index: 2;
  }
  .mv-title-block__first {
    padding-left: 1.2077294686vw;
    font-size: 4.1062801932vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    color: white;
  }
  .mv-title-block__second {
    margin-top: 4.347826087vw;
    padding-left: 1.2077294686vw;
    font-size: 3.3816425121vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    color: white;
  }
  .mv-title-block__title {
    font-family: "Vollkorn", serif;
    font-weight: 400;
    margin-top: 6.5217391304vw;
    font-size: 5.5555555556vw;
    line-height: 1;
    color: white;
    letter-spacing: 0.025em;
  }
  .mv-nav {
    display: none;
  }
  .mv-bottom {
    padding-top: 5.7971014493vw;
    padding-bottom: 5.7971014493vw;
  }
  .mv-bottom > .inner {
    width: 89.3719806763vw;
    margin-left: auto;
    margin-right: auto;
  }
  .mv-bottom__lead {
    font-size: 3.1400966184vw;
    font-weight: 400;
    line-height: 1.8181818182;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .mv-bottom__info {
    display: none;
  }
  /* top コンテンツ */
  .top-content {
    position: relative;
    margin-top: clamp(40px, (100vw - 1280px) / (640) * 16 + 40px, 56px);
  }
  .sec-concept {
    padding-top: 18.3574879227vw;
    padding-bottom: 19.3236714976vw;
    background-color: #EEEEEE;
  }
  .sec-concept .link-btn {
    margin-left: auto;
    margin-right: auto;
    width: 67.6328502415vw;
    height: 14.4927536232vw;
  }
  .h-concept {
    position: relative;
    width: 67.1497584541vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 11.5942028986vw;
    z-index: 2;
  }
  .h-concept > img {
    position: relative;
    display: block;
    max-width: 100%;
    z-index: 2;
  }
  .h-concept::after {
    content: "";
    display: block;
    position: absolute;
    width: 23.1884057971vw;
    height: 10.8695652174vw;
    background-image: url(../images/top/h-concept-en.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    top: calc(100% - 3.8647342995vw);
    left: calc(100% - 11.5942028986vw);
    z-index: 1;
  }
  .concept-text {
    position: relative;
    margin-bottom: 9.1787439614vw;
    z-index: 1;
  }
  .concept-text > p {
    position: relative;
    font-size: 3.3816425121vw;
    line-height: 2.1666666667;
    letter-spacing: 0.05em;
    text-align: center;
    z-index: 2;
  }
  .concept-text > p + p {
    margin-top: 2.1666666667em;
  }
  .concept-text::after {
    content: "";
    display: block;
    position: absolute;
    width: 83.5748792271vw;
    height: 63.2850241546vw;
    top: -47.3429951691vw;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/top/concept-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
  .sec-event {
    padding-top: 16.9082125604vw;
    padding-bottom: 19.3236714976vw;
	  position: relative;
	  margin-bottom: 20vw;
  }
  .sec-event > .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .sec-event .link-btn {
    order: 5;
    width: 67.6328502415vw;
    height: 14.4927536232vw;
	  position: absolute;
	  bottom: 0;
  }
  .event-header {
  }
  .event-header__l {
    display: contents;
  }
  .h-event {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 4.347826087vw;
    font-size: 7.2463768116vw;
    letter-spacing: 0.05em;
    line-height: 1;
    order: 1;
  }
  .event-sub {
    font-size: 4.1062801932vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-bottom: 2.1739130435vw;
    order: 2;
  }
  .event-list {
    margin-top: 16.1835748792vw;
    order: 3;
    width: 100%;
    overflow: visible !important;
  }
  .event-item {
    width: 72.4637681159vw !important;
    margin-left: 3.6231884058vw;
    margin-right: 3.6231884058vw;
  }
  .event-item.icon-accepting::before, .event-item.icon-finish::before {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16.9082125604vw;
    height: 6.5217391304vw;
    padding-bottom: 1px;
    font-size: 2.8985507246vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    bottom: 100%;
    left: 0;
    color: white;
  }
  .event-item.icon-accepting::before {
    content: "受付中";
    background-color: #95885F;
  }
  .event-item.icon-finish::before {
    content: "終了";
    background-color: #111111;
  }
  .event-item__link {
    display: block;
    text-decoration: none;
  }
  .event-item__link:hover {
    text-decoration: none;
  }
  .event-item__link:hover .event-item__image > img {
    transform: scale(1.05);
  }
  .event-item__link:hover .event-item__title {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
  }
  .event-item__image {
    width: 100%;
    aspect-ratio: 340/255;
    overflow: hidden;
    margin-bottom: 4.1062801932vw;
  }
  .event-item__image > img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    transition: transform 0.2s ease 0s;
    transform-origin: center center;
  }
  .event-item__title {
    margin-bottom: 2.8985507246vw;
    font-size: 3.6231884058vw;
    font-weight: 500;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }
  .event-item__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 0.4830917874vw;
    flex-wrap: wrap;
    font-size: 3.3816425121vw;
    letter-spacing: 0.05em;
    line-height: 1.5833333333;
    gap: 0 4.1062801932vw;
  }
  .event-item__list > dt {
    width: 2.1em;
    color: #95885F;
  }
  .event-item__list > dd {
    width: calc(100% - 2.1em - 4.1062801932vw);
  }
  .event-list-dots {
    display: flex;
    justify-content: center;
    order: 4;
    margin-top: 8.4541062802vw;
    margin-bottom: 8.4541062802vw;
    text-align: center;
    gap: 2.6570048309vw;
  }
  .event-list-dots > .swiper-pagination-bullet {
    display: block;
    width: 0.9661835749vw;
    height: 0.9661835749vw;
    aspect-ratio: 1/1;
  }
  .event-list-dots > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #111111;
  }
  .sec-style {
    padding-top: 16.9082125604vw;
    padding-bottom: 19.3236714976vw;
    background-color: #eeeeee;
  }
  .sec-style > .link-btn {
    width: 67.6328502415vw;
    height: 14.4927536232vw;
    margin-top: 14.4927536232vw;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
  }
  .h-style {
    width: 64.7342995169vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.2077294686vw;
  }
  .h-style > img {
    display: block;
    max-width: 100%;
  }
  .style-icons {
    width: 88.8888888889vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.2077294686vw;
  }
  .style-icons > img {
    display: block;
    max-width: 100%;
  }
  .style-lead {
    font-size: 3.6231884058vw;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .style-block {
    position: relative;
    container-type: inline-size;
    margin-top: 12.077294686vw;
  }
  .style-block + .style-block {
    margin-top: 14.4927536232vw;
  }
  .style-block > .inner {
    position: relative;
    width: 86.9565217391vw;
    padding-bottom: 14.4927536232vw;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 5.7971014493vw;
  }
  .style-block::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 12.077294686vw;
    bottom: 0;
    z-index: 1;
  }
  .style-block.american::before {
    background-color: #6B7C89;
  }
  .style-block.american .style-block__main::before {
    width: 49.0821256039vw;
    height: 22.4154589372vw;
    background-image: url(../images/top/style-american-icon.png);
  }
  .style-block.nordic::before {
    background-color: #A8A07B;
  }
  .style-block.nordic .style-block__main::before {
    width: 41.3526570048vw;
    height: 26.8599033816vw;
    background-image: url(../images/top/style-nordic-icon.png);
  }
  .style-block.european::before {
    background-color: #524942;
  }
  .style-block.european .style-block__main::before {
    width: 38.6473429952vw;
    height: 31.690821256vw;
    background-image: url(../images/top/style-european-icon.png);
  }
  .style-block.resort::before {
    background-color: #6F8689;
  }
  .style-block.resort .style-block__main::before {
    width: 33.6231884058vw;
    height: 29.3719806763vw;
    background-image: url(../images/top/style-resort-icon.png);
  }
  .style-block__main {
    position: relative;
    width: 100%;
    height: 65.2173913043vw;
  }
  .style-block__main > img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    z-index: 1;
  }
  .style-block__main::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 2;
  }
  .style-block__body {
    color: white;
  }
  .style-block__body > .link-btn {
    width: 67.6328502415vw;
    height: 14.4927536232vw;
    margin-left: auto;
    margin-right: auto;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  .style-block__body > .link-btn::before, .style-block__body > .link-btn::after {
    background-color: #fff;
  }
  .style-block__h {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-bottom: 3.1400966184vw;
    font-size: 3.3816425121vw;
    letter-spacing: 0.1em;
    line-height: 1;
    white-space: pre;
  }
  .style-block__theme {
    margin-bottom: 1.690821256vw;
    font-size: 4.1062801932vw;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .style-block__text {
    margin-bottom: 7.2463768116vw;
    font-size: 3.3816425121vw;
    font-weight: 400;
    line-height: 1.5833333333;
    letter-spacing: 0.05em;
  }
  .style-block__images {
    display: flex;
    gap: 5.7971014493vw;
    margin-bottom: 7.2463768116vw;
  }
  .style-block__images > figure {
    display: block;
    flex: 1;
  }
  .style-block__images > figure > img {
    max-width: 100%;
    height: auto;
  }
  .sec-policy {
    padding-top: 14.4927536232vw;
    padding-bottom: 14.4927536232vw;
  }
  .sec-policy > .inner {
    width: 86.9565217391vw;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-policy .link-btn {
    width: 67.6328502415vw;
    height: 14.4927536232vw;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-policy .banner {
    transition: opacity 0.4s ease 0s;
    display: block;
    margin-top: 14.4927536232vw;
  }
  .sec-policy .banner:hover {
    opacity: 0.7;
  }
  .sec-policy .banner > img {
    display: block;
    max-width: 100%;
  }
  .h-policy {
    width: 43.4782608696vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.7971014493vw;
  }
  .h-policy > img {
    display: block;
    max-width: 100%;
  }
  .policy-lead {
    margin-bottom: 3.3816425121vw;
    font-size: 3.8647342995vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: center;
  }
  .policy-text {
    font-size: 3.3816425121vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5833333333;
    text-align: center;
  }
  .policy-list {
    margin-top: 8.2125603865vw;
    margin-bottom: 7.2463768116vw;
  }
  .policy-item {
    padding-bottom: 4.8309178744vw;
    border-bottom: 1px solid #CECECE;
  }
  .policy-item + .policy-item {
    margin-top: 4.5893719807vw;
  }
  .policy-item__inner {
    position: relative;
  }
  .policy-item__h {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: absolute;
    top: 2.4154589372vw;
    left: 38.6473429952vw;
    font-size: 3.1400966184vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .policy-item__link:hover {
    text-decoration: none;
  }
  .policy-item__link:hover img {
    transform: scale(1.05);
    filter: brightness(1.2);
  }
  .policy-item__link:hover p {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
  }
  .policy-item__image {
    display: flex;
    gap: 4.8309178744vw;
  }
  .policy-item__image > figure {
    margin-left: 2.4154589372vw;
    width: 31.4009661836vw;
    aspect-ratio: 130/100;
    position: relative;
    display: block;
    z-index: 1;
    overflow: hidden;
    border-radius: 1.2077294686vw;
  }
  .policy-item__image > figure > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
    transition: transform 0.2s ease 0s, filter 0.2s ease 0s;
  }
  .policy-item__image > p {
    margin-top: 7.9710144928vw;
    font-size: 4.1062801932vw;
    font-weight: 500;
    line-height: 1.5882352941;
    letter-spacing: 0.05em;
  }
  .sec-building-notes {
    padding-top: 15.2173913043vw;
    padding-bottom: 19.3236714976vw;
    background-image: url(../images/top/bg-building-notes-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .sec-building-notes > .inner {
    max-width: 86.9565217391vw;
    margin-left: auto;
    margin-right: auto;
  }
  .building-notes-header {
    margin-bottom: 8.4541062802vw;
  }
  .h-building-notes {
    font-family: "Vollkorn", serif;
    font-weight: 400;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 2.8985507246vw;
    font-size: 8.6956521739vw;
    letter-spacing: 0.025em;
    line-height: 1;
    color: white;
    z-index: 1;
    text-align: center;
  }
  .h-building-notes > span {
    position: relative;
    z-index: 2;
  }
  .h-building-notes::before {
    content: "";
    position: absolute;
    top: 1.2077294686vw;
    left: calc(100% - 21.4975845411vw);
    width: 33.8164251208vw;
    height: 12.8019323671vw;
    background-image: url(../images/top/building-notes-sub.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 1;
  }
  .building-notes-text {
    font-size: 3.6231884058vw;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: center;
    color: white;
  }
  .building-notes-buttons > .link-btn {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 86.9565217391vw;
    height: 24.154589372vw;
    border-color: #fff;
    color: white;
    padding-left: 5.5555555556vw;
    padding-bottom: 5.7971014493vw;
    gap: 3.1400966184vw;
    transition: background-color 0.2s ease 0s;
  }
  .building-notes-buttons > .link-btn + .link-btn {
    margin-top: 4.8309178744vw;
  }
  .building-notes-buttons > .link-btn > p:nth-child(1) {
    font-family: "Vollkorn", serif;
    font-weight: 400;
    font-size: 4.8309178744vw;
    letter-spacing: 0.025em;
    line-height: 1;
  }
  .building-notes-buttons > .link-btn > p:nth-child(2) {
    font-size: 3.6231884058vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .building-notes-buttons > .link-btn::before, .building-notes-buttons > .link-btn::after {
    background-color: #fff;
    top: auto;
    bottom: 7.2463768116vw;
  }
  .building-notes-buttons > .link-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .sec-works {
    padding-top: 16.4251207729vw;
    padding-bottom: 12.077294686vw;
  }
  .sec-works > .inner {
    display: flex;
    flex-direction: column;
  }
  .sec-works .link-btn {
    order: 5;
    width: 67.6328502415vw;
    height: 14.4927536232vw;
    margin-left: auto;
    margin-right: auto;
  }
  .works-header {
    display: contents;
  }
  .works-header__l {
    display: contents;
  }
  .h-works {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 4.347826087vw;
    font-size: 7.2463768116vw;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    order: 1;
  }
  .works-sub {
    font-size: 3.6231884058vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    order: 2;
  }
  .works-list {
    width: 100%;
    margin-top: 9.6618357488vw;
    order: 3;
  }
  .works-item {
    width: 72.4637681159vw !important;
    margin-left: 3.6231884058vw;
    margin-right: 3.6231884058vw;
  }
  .works-item__link {
    display: block;
    text-decoration: none;
  }
  .works-item__link:hover {
    text-decoration: none;
  }
  .works-item__link:hover .works-item__image > img {
    transform: scale(1.05);
  }
  .works-item__link:hover .works-item__title {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
  }
  .works-item__image {
    width: 100%;
    aspect-ratio: 300/200;
    overflow: hidden;
    margin-bottom: 3.1400966184vw;
  }
  .works-item__image > img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    transition: transform 0.2s ease 0s;
    transform-origin: center center;
  }
  .works-item__title {
    margin-bottom: 2.8985507246vw;
    padding-left: 0.4830917874vw;
    padding-right: 0.4830917874vw;
    font-size: 3.6231884058vw;
    font-weight: 500;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }
  .works-item__text {
    padding-left: 0.4830917874vw;
    padding-right: 0.4830917874vw;
    display: flex;
    align-items: center;
    color: #918776;
    gap: 4.1062801932vw;
  }
  .works-item__cat {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 3.6231884058vw;
    line-height: 1;
    margin: 0;
  }
  .works-item__area {
    font-size: 3.1400966184vw;
    line-height: 1;
    margin: 0;
    letter-spacing: 0.05em;
  }
  .works-list-dots {
    display: flex;
    justify-content: center;
    order: 4;
    margin-top: 8.4541062802vw;
    margin-bottom: 8.4541062802vw;
    text-align: center;
    gap: 2.6570048309vw;
  }
  .works-list-dots > .swiper-pagination-bullet {
    display: block;
    width: 0.9661835749vw;
    height: 0.9661835749vw;
    aspect-ratio: 1/1;
  }
  .works-list-dots > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #111111;
  }
  .sec-interview {
    padding-top: 6.038647343vw;
    padding-bottom: 19.3236714976vw;
  }
  .sec-interview > .link-btn {
    width: 67.6328502415vw;
    height: 14.4927536232vw;
    margin-left: auto;
    margin-right: auto;
  }
  .h-interview {
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.1400966184vw;
  }
  .h-interview > img {
    display: block;
    max-width: 100%;
  }
  .interview-text {
    font-size: 3.6231884058vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    color: #958860;
  }
  .sec-interview .interview-slider-wrapper {
    margin-top: 6.5217391304vw;
    position: relative;
  }
  .sec-interview .interview-slider-wrapper::before, .sec-interview .interview-slider-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    width: 2.4154589372vw;
    height: 72.4637681159vw;
    top: -12.077294686vw;
    z-index: 1;
    background-color: #F1F1EE;
  }
  .sec-interview .interview-slider-wrapper::before {
    left: 0;
  }
  .sec-interview .interview-slider-wrapper::after {
    right: 0;
  }
  .sec-interview .interview-slider {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 231.884057971vw;
    margin-left: calc((100% - 231.884057971vw) * 0.5);
    z-index: 2;
  }
  .sec-interview .interview-slider__prev,
  .sec-interview .interview-slider__next {
    width: 72.4637681159vw;
    aspect-ratio: 300/200;
    margin: 0;
  }
  .sec-interview .interview-slider-side-part__item > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    max-width: 100%;
  }
  .sec-interview .interview-slider__main {
    width: 72.4637681159vw;
    aspect-ratio: 300/200;
    margin: 0;
    overflow: hidden;
    transition: border-radius 0.4s ease 0s;
  }
  .sec-interview .interview-slider__main:has(.interview-slider-main-part__image.is-hover) {
    border-radius: 12.077294686vw;
  }
  .sec-interview .swiper-button-prev,
  .sec-interview .swiper-button-next {
    display: none;
  }
  .sec-interview .interview-slider__count {
    display: none;
  }
  .sec-interview .interview-slider-main-part__item {
    position: relative;
    width: 72.4637681159vw;
    aspect-ratio: 300/200;
    background-color: #fff;
  }
  .sec-interview .interview-slider-main-part__image {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0vw;
  }
  .sec-interview .interview-slider-main-part__image > img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .sec-interview .interview-sub {
    display: none;
  }
  .sec-interview .info-slider {
    width: 72.4637681159vw;
    margin-top: 2.4154589372vw;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-interview .interview-slider-info-part__item {
    background-color: #fff;
  }
  .sec-interview .interview-slider-info-part__link {
    color: #000;
    text-decoration: none;
  }
  .sec-interview .interview-slider-info-part__link:hover {
    text-decoration: none;
    color: inherit;
  }
  .sec-interview .interview-slider-info-part__link.is-hover > .interview-slider-info-part__title {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
  }
  .sec-interview .interview-slider-info-part__title {
    font-size: 3.6231884058vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
  }
  .sec-interview .interview-slider-info-part__area {
    margin-top: 2.6570048309vw;
    font-size: 3.1400966184vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #95885F;
  }
  .interview-slider-dots {
    display: flex;
    justify-content: center;
    order: 4;
    margin-top: 8.4541062802vw;
    margin-bottom: 8.4541062802vw;
    text-align: center;
    gap: 2.6570048309vw;
  }
  .interview-slider-dots > .swiper-pagination-bullet {
    display: block;
    width: 0.9661835749vw;
    height: 0.9661835749vw;
    aspect-ratio: 1/1;
  }
  .interview-slider-dots > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #111111;
  }
  .sec-semiorder {
    padding-top: 16.4251207729vw;
    background-color: #0F0F0F;
  }
  .semiorder-slider-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .semiorder-slider-block__left {
    display: contents;
    color: #D1CDC4;
  }
  .semiorder-slider-block__left > .link-btn {
    position: relative;
    width: 67.6328502415vw;
    height: 14.4927536232vw;
    margin-left: auto;
    margin-right: auto;
    border-color: #D1CDC4;
    z-index: 2;
    order: 4;
  }
  .semiorder-slider-block__left > .link-btn::before, .semiorder-slider-block__left > .link-btn::after {
    background-color: #D1CDC4;
  }
  .h-semiorder {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 7.2463768116vw;
    line-height: 1;
    letter-spacing: 0.05em;
    order: 1;
  }
  .h-semiorder > br {
    display: none;
  }
  .semiorder-text {
    margin-top: 3.8647342995vw;
    font-size: 3.8647342995vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    order: 2;
  }
  .semiorder-slider-control {
    display: none;
  }
  .semiorder-slider-block__right {
    margin-top: 8.9371980676vw;
    position: relative;
    width: 100%;
    order: 3;
  }
  .semiorder-slider-block__right::after {
    content: "";
    display: block;
    position: absolute;
    top: 26.5700483092vw;
    left: 0;
    right: 0;
    width: 91.7874396135vw;
    height: 108.6956521739vw;
    margin-left: auto;
    margin-right: auto;
    background-color: #202121;
    z-index: 1;
  }
  .semiorder-slider-wrapper {
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .semiorder-slider {
    width: 100%;
  }
  .semiorder-slider .semiorder-slider-contents {
    align-items: stretch;
  }
  .semiorder-slider .semiorder-slider-contents .semiorder-slider-item {
    width: 67.6328502415vw;
    height: auto;
    margin-left: 2.4154589372vw;
    margin-right: 2.4154589372vw;
  }
  .semiorder-slider-item__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #D1CDC4;
    padding: 0 4.8309178744vw 6.2801932367vw 4.8309178744vw;
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: background-color 0.2s ease 0s;
  }
  .semiorder-slider-item__link::before {
    content: "";
    width: 100%;
    border-top: 1px solid #C2BEB6;
    border-bottom: 1px solid #D8D4D4;
    order: 4;
  }
  .semiorder-slider-item__link:hover {
    text-decoration: none;
    background-color: #dfddd8;
  }
  .semiorder-slider-item__link:hover .semiorder-slider-item__image > img {
    transform: scale(1.05);
  }
  .semiorder-slider-item__image {
    width: auto;
    margin-left: -4.8309178744vw;
    margin-right: -4.8309178744vw;
    margin-bottom: 6.038647343vw;
    aspect-ratio: 280/200;
    overflow: hidden;
    order: 1;
  }
  .semiorder-slider-item__image > img {
    display: block;
    max-width: 100%;
    transition: transform 0.2s ease 0s;
    transform-origin: center center;
  }
  .semiorder-slider-item__title {
    order: 2;
    margin-bottom: 2.8985507246vw;
    font-size: 4.1062801932vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  .semiorder-slider-item__price {
    order: 3;
    margin-bottom: 3.6231884058vw;
    font-size: 3.3816425121vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .semiorder-slider-item__text {
    width: 100%;
    order: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 3.1400966184vw;
    font-size: 3.3816425121vw;
    line-height: 1.5833333333;
    letter-spacing: 0.05em;
    color: #707070;
  }
  .semiorder-slider-dots {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    display: flex;
    justify-content: center;
    order: 4;
    margin-top: 6.2801932367vw;
    margin-bottom: 8.4541062802vw;
    text-align: center;
    gap: 2.6570048309vw;
    z-index: 2;
  }
  .semiorder-slider-dots > .swiper-pagination-bullet {
    display: block;
    width: 0.9661835749vw;
    height: 0.9661835749vw;
    aspect-ratio: 1/1;
    background-color: #5D5D5D;
  }
  .semiorder-slider-dots > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
  }
  .semiorder-links {
    width: 77.2946859903vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30.193236715vw;
  }
  .semiorder-links-subh {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 8.4541062802vw;
    font-size: 4.8309178744vw;
    line-height: 1;
    letter-spacing: 0.05em;
    color: white;
    text-align: center;
  }
  .semiorder-links-block {
    display: flex;
    flex-direction: column;
    gap: 10.8695652174vw;
  }
  .semiorder-link {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  .semiorder-link:hover {
    text-decoration: none;
  }
  .semiorder-link:hover .semiorder-link__image > img {
    opacity: 0.8;
  }
  .semiorder-link__image {
    background-color: #fff;
    margin-bottom: 2.8985507246vw;
  }
  .semiorder-link__image > img {
    display: block;
    max-width: 100%;
    transition: opacity 0.2s ease 0s;
  }
  .semiorder-link__text {
    margin-bottom: 1.9323671498vw;
    font-size: 3.3816425121vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: white;
  }
  .semiorder-link__title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 3.8647342995vw;
    line-height: 1;
    color: #95885F;
  }
  .ext-block {
    margin-top: 22.9468599034vw;
    display: flex;
    flex-direction: column;
  }
  .ext-block__shop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10.38647343vw;
    padding-bottom: 10.38647343vw;
    background-color: #D1CDC4;
    order: 2;
  }
  .ext-block__shop > img {
    display: block;
    width: 54.5893719807vw;
    height: auto;
  }
  .ext-block__image {
    height: 48.309178744vw;
    order: 1;
  }
  .ext-block__image > img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right center;
       object-position: right center;
  }
  .staff-and-blog-wrapper {
    background-color: #D1CDC4;
  }
  .sec-staff {
    padding-top: 4.8309178744vw;
    padding-bottom: 14.4927536232vw;
  }
  .sec-staff .link-btn {
    width: 67.6328502415vw;
    height: 14.4927536232vw;
    margin-left: auto;
    margin-right: auto;
  }
  .staff-header {
    margin-bottom: 8.4541062802vw;
  }
  .staff-header__l {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.0724637681vw;
  }
  .h-staff {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 7.2463768116vw;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .staff-sub {
    font-size: 3.6231884058vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .staff-list {
    width: 100%;
  }
  .staff-item {
    width: 41.0628019324vw !important;
    margin-left: 3.3816425121vw;
    margin-right: 3.3816425121vw;
  }
  .staff-item__link {
    display: block;
    text-decoration: none;
  }
  .staff-item__link:hover {
    text-decoration: none;
  }
  .staff-item__link:hover .staff-item__image > img {
    transform: scale(1.05);
  }
  .staff-item__image {
    aspect-ratio: 170/130;
    margin-bottom: 2.4154589372vw;
    overflow: hidden;
  }
  .staff-item__image > img {
    display: block;
    max-width: 100%;
    transition: transform 0.2s ease 0s;
  }
  .staff-item__name {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 0 0.4830917874vw;
    margin-bottom: 1.9323671498vw;
    font-size: 4.1062801932vw;
    line-height: 1.2941176471;
    letter-spacing: 0.025em;
  }
  .staff-item__title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 0 0.4830917874vw;
    font-size: 3.3816425121vw;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #95885F;
  }
  .staff-list-dots {
    display: flex;
    justify-content: center;
    order: 4;
    margin-top: 8.4541062802vw;
    margin-bottom: 8.4541062802vw;
    text-align: center;
    gap: 2.6570048309vw;
  }
  .staff-list-dots > .swiper-pagination-bullet {
    display: block;
    width: 0.9661835749vw;
    height: 0.9661835749vw;
    aspect-ratio: 1/1;
  }
  .staff-list-dots > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #111111;
  }
  .sec-blog {
    position: relative;
    background-color: #202121;
    padding-top: 13.5265700483vw;
    padding-bottom: 14.4927536232vw;
  }
  .sec-blog .link-btn {
    width: 67.6328502415vw;
    height: 14.4927536232vw;
    color: #D1CDC4;
    border-color: #D1CDC4;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-blog .link-btn::before, .sec-blog .link-btn::after {
    background-color: #D1CDC4;
  }
  .sec-blog::after {
    content: "";
    display: block;
    position: absolute;
    width: 15.2173913043vw;
    height: 15.4589371981vw;
    background-image: url(../images/top/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    top: -9.9033816425vw;
    right: 4.1062801932vw;
  }
  .sec-blog-inner {
    position: relative;
    width: 86.9565217391vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7.2463768116vw;
  }
  .h-blog {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 3.3816425121vw;
    font-size: 7.2463768116vw;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #D1CDC4;
    text-align: center;
  }
  .blog-list {
    padding: 0;
    margin: 0;
  }
  .blog-item {
    border-bottom: #333333 solid 1px;
  }
  .blog-item__link {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2.4154589372vw;
    padding: 4.8309178744vw 0;
    text-decoration: none;
  }
  .blog-item__link:hover {
    text-decoration: none;
  }
  .blog-item__link:hover .blog-item__thumb > img {
    transform: scale(1.05);
  }
  .blog-item__link:hover .blog-item__title {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
  }
  .blog-item__thumb {
    width: 28.9855072464vw;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .blog-item__thumb > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    transition: transform 0.2s ease 0s;
  }
  .blog-item__text {
    flex: 1;
    padding-top: 1.2077294686vw;
  }
  .blog-item__date {
    font-size: 3.1400966184vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #95885F;
  }
  .blog-item__title {
    margin-top: 1.4492753623vw;
    font-size: 3.3816425121vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5833333333;
    color: #D1CDC4;
  }
  .sec-aboutus {
    padding-bottom: 21.7391304348vw;
    background-color: #D1CDC4;
  }
  .sec-aboutus > .inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    gap: 14.4927536232vw;
  }
  .aboutus-image {
    width: 100%;
    height: 48.309178744vw;
  }
  .aboutus-image > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right center;
       object-position: right center;
  }
  .aboutus-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .h-aboutus {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 4.347826087vw;
    font-size: 7.2463768116vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .aboutus-text {
    margin-bottom: 7.2463768116vw;
    font-size: 3.6231884058vw;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .aboutus-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 67.6328502415vw;
  }
  .aboutus-btns > .link-btn {
    width: 67.6328502415vw;
    height: 14.4927536232vw;
    margin-bottom: 7.2463768116vw;
    margin-left: auto;
    margin-right: auto;
  }
  .aboutus-btns > .sns-followus {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 3.1400966184vw;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-left: 5.5555555556vw;
    margin-right: 15.7004830918vw;
  }
  .aboutus-btns > .sns-icon {
    position: relative;
    transition: opacity 0.4s ease 0s;
    display: block;
    width: 12.077294686vw;
    height: 12.077294686vw;
  }
  .aboutus-btns > .sns-icon:hover {
    opacity: 0.7;
  }
  .aboutus-btns > .sns-icon > img {
    position: relative;
    display: block;
    max-width: 100%;
    z-index: 2;
  }
  .aboutus-btns > .sns-icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    transition: background-color 0.2s ease 0s;
  }
  .aboutus-btns > .sns-icon:hover::after {
    background-color: rgba(255, 255, 255, 0.25);
  }
  .seo-text {
    background-color: #EEEEEE;
    padding-top: 9.6618357488vw;
    padding-bottom: 12.077294686vw;
  }
  .seo-text > .inner {
    width: 91.7874396135vw;
    margin-left: auto;
    margin-right: auto;
  }
  .seo-text > .inner > p {
    font-size: 2.8985507246vw;
    font-weight: 400;
    line-height: 1.5833333333;
    letter-spacing: 0.05em;
    color: #666666;
  }
}