@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Shippori+Mincho:wght@400;500;600;700;800&family=Work+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* font */
/* color */
/* レスポンシブ関数 */
/* 可変フォントサイズに関する関数*/
/* min-width での指定 */
/* max-width での指定 */
/* min-width と max-width の両方での指定 */
/* スムーススクロール */
html {
  scroll-padding-top: 100px !important;
}

.c-index-loop__text {
  width: min(100vw, 750px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media screen and (min-width: 769px) {
  .c-index-loop__text {
    width: 100vw;
    width: clamp(550px, 44.2708333333vw, 850px);
  }
}

.c-index-loop__text--wrap {
  -webkit-animation: loop 70s infinite linear both;
          animation: loop 70s infinite linear both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .c-index-loop__text--wrap {
    -webkit-animation: loop 70s infinite linear both;
            animation: loop 70s infinite linear both;
  }
}

@-webkit-keyframes loop {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.c-index-loop__text ul li {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.76);
  font-size: min(12vw, 6rem);
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: opacity 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.33s, -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  transition: opacity 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.33s, -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s, opacity 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.33s;
  transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s, opacity 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.33s, -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
}
@media screen and (min-width: 769px) {
  .c-index-loop__text ul li {
    font-size: clamp(4.5333333333rem, 6.976744186vw, 6rem);
    margin-right: 0.25em;
  }
}

.c-index-sticky__item {
  position: sticky;
  margin-left: auto;
  top: 100px;
  z-index: 10;
  top: min(16vw, 120px);
  margin-bottom: min(2.6666666667vw, 20px);
  border-radius: min(2.6666666667vw, 20px);
  padding-right: min(4vw, 30px);
}
@media screen and (min-width: 769px) {
  .c-index-sticky__item {
    top: clamp(60px, 4.1666666667vw, 80px);
    margin-bottom: clamp(10px, 1.0416666667vw, 20px);
    border-radius: clamp(10px, 1.0416666667vw, 20px);
    padding-right: clamp(18px, 1.5625vw, 30px);
  }
}

.c-index-sticky__item a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  text-decoration: none;
  z-index: 1;
}

.c-index-sticky__item a img {
  -webkit-box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.231372549);
          box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.231372549);
  aspect-ratio: 117/126;
  width: min(15.6vw, 117px);
  height: min(16.8vw, 126px);
  border-radius: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .c-index-sticky__item a img {
    width: clamp(73px, 6.09375vw, 117px);
    height: clamp(79px, 6.5625vw, 126px);
    border-radius: clamp(10px, 1.0416666667vw, 20px);
  }
}

@media screen and (min-width: 769px) {
  .c-index-sticky__item a:hover {
    opacity: 0.5;
  }
}

.c-index-common__title {
  position: relative;
  text-align: center;
  padding-top: min(13.3333333333vw, 100px);
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .c-index-common__title {
    padding-top: clamp(80px, 5.2083333333vw, 100px);
    margin-bottom: clamp(60px, 4.1666666667vw, 80px);
  }
}

.c-index-common__title::before {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/icon_semi_circle.webp) 0 0/cover no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(23.0666666667vw, 173px);
  height: min(7.3333333333vw, 55px);
}
@media screen and (min-width: 769px) {
  .c-index-common__title::before {
    width: clamp(109px, 9.0104166667vw, 173px);
    height: clamp(35px, 2.8645833333vw, 55px);
  }
}

.c-index-common__title--catch {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(2.6666666667vw, 1.3333333333rem);
  margin-bottom: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .c-index-common__title--catch {
    font-size: clamp(1.0666666667rem, 1.9230769231vw, 1.3333333333rem);
    margin-bottom: clamp(10px, 1.9230769231vw, 20px);
  }
}

.c-index-common__title--main {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: min(4.8vw, 2.4rem);
}
@media screen and (min-width: 769px) {
  .c-index-common__title--main {
    font-size: clamp(1.7333333333rem, 3.4615384615vw, 2.4rem);
  }
}

.c-index-common__title--main.blue {
  color: #A1BCC5;
}

.c-index-chef__title {
  position: relative;
  text-align: center;
  padding-top: min(13.3333333333vw, 100px);
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .c-index-chef__title {
    padding-top: clamp(80px, 5.2083333333vw, 100px);
    margin-bottom: clamp(60px, 4.1666666667vw, 80px);
  }
}

.c-index-chef__title::before {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/icon_semi_circle_white.webp) 0 0/cover no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(23.0666666667vw, 173px);
  height: min(7.3333333333vw, 55px);
}
@media screen and (min-width: 769px) {
  .c-index-chef__title::before {
    width: clamp(109px, 9.0104166667vw, 173px);
    height: clamp(35px, 2.8645833333vw, 55px);
  }
}

.c-index-chef__title--catch {
  color: #FFF;
  font-size: min(2.6666666667vw, 1.3333333333rem);
}
@media screen and (min-width: 769px) {
  .c-index-chef__title--catch {
    font-size: clamp(1.0666666667rem, 1.0416666667vw, 1.3333333333rem);
  }
}

.c-index-chef__title--main {
  color: #FFF;
  font-family: "Work Sans", sans-serif;
  line-height: 1;
  font-size: min(12vw, 6rem);
}
@media screen and (min-width: 769px) {
  .c-index-chef__title--main {
    font-size: clamp(5.3333333333rem, 4.6875vw, 6rem);
  }
}

#ad-bottombar {
  z-index: 1000;
}

/* ハンバーガーメニュー */
#menu-button {
  position: fixed;
  bottom: 33px;
  right: 0;
  display: grid;
  place-items: center;
  place-content: center;
  width: 60px;
  height: 60px;
  background: #ddd;
  border: none;
  cursor: pointer;
  z-index: 999;
  background: url(https://www.resorts.co.jp/upload/tenant_1/menu_off.webp) 0 0/cover no-repeat;
  width: min(17.0666666667vw, 128px);
  height: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 1200px) {
  #menu-button {
    display: none;
  }
}

.menu-open #menu-button {
  background: url(https://www.resorts.co.jp/upload/tenant_1/menu_on.webp) 0 0/cover no-repeat;
}

.menu-open #menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.3s ease-out, visibility 0s linear 0s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0s linear 0s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, visibility 0s linear 0s;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, visibility 0s linear 0s, -webkit-transform 0.3s ease-out;
}

#overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 997;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.menu-open #overlay {
  visibility: visible;
  opacity: 1;
}

#menu {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(135, 126, 159, 0.94);
  right: 0;
  top: 0;
  z-index: 998;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out, visibility 0s linear 0.3s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0s linear 0.3s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0s linear 0.3s, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0s linear 0.3s, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  padding: min(6.6666666667vw, 50px) 0 0;
}

.menu-inner {
  margin: 0 min(8vw, 60px);
}

.menu-logo {
  text-align: center;
  margin-bottom: min(8vw, 60px);
}

.menu-logo img {
  width: min(52.8vw, 396px);
  height: auto;
}

.menu-logo__text {
  margin-top: min(3.3333333333vw, 25px);
  font-family: "Shippori Mincho B1", serif;
  font-size: min(3.3333333333vw, 1.6666666667rem);
  color: #231815;
}

.menu-bfh-logo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(3.2vw, 24px);
  margin-bottom: min(8vw, 60px);
}

.menu-bfh-logo__list li img {
  width: min(18.6666666667vw, 140px);
  height: min(18.6666666667vw, 140px);
  aspect-ratio: 1/1;
}

.menu-bfh-link__list {
  border-top: #D5D5D5 1px solid;
}

.menu-bfh-link__list > li {
  border-bottom: #D5D5D5 1px solid;
}

.accordion-toggle {
  position: relative;
  font-size: min(5.8666666667vw, 44px);
  color: #FFF;
  font-weight: bold;
  padding: min(10.4vw, 78px) 0 min(10.4vw, 78px) min(17.8666666667vw, 134px);
  cursor: pointer;
}

.accordion-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(13.3333333333vw, 100px);
  height: min(13.3333333333vw, 100px);
}

.accordion-toggle.tenjin::before {
  background: url(https://www.resorts.co.jp/upload/tenant_1/logo_tenjin.webp) 0 0/cover no-repeat;
}

.accordion-toggle.nakasu::before {
  background: url(https://www.resorts.co.jp/upload/tenant_1/logo_nakasu.webp) 0 0/cover no-repeat;
}

.accordion-toggle.porto::before {
  background: url(https://www.resorts.co.jp/upload/tenant_1/logo_porto.webp) 0 0/cover no-repeat;
}

.accordion-toggle.marche::before {
  background: url(https://www.resorts.co.jp/upload/tenant_1/logo_marche.webp) 0 0/cover no-repeat;
}

.accordion-toggle::after {
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: url(https://www.resorts.co.jp/upload/tenant_1/icon_arrow_menu.webp) 0 0/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(4vw, 30px);
  height: min(2.1333333333vw, 16px);
}

.accordion-toggle.open::after {
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding-left: 20px;
  -webkit-transition: max-height 0.4s ease, padding 0.4s ease;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.accordion-content li {
  text-align: center;
  margin-bottom: min(8vw, 60px);
}

.accordion-content li a {
  color: #FFF;
  font-weight: bold;
  font-size: min(5.3333333333vw, 2.6666666667rem);
  text-decoration: none;
}

.menu-page-link__list {
  margin: min(8vw, 60px) 0;
}

.menu-page-link__list li {
  width: min(58.9333333333vw, 442px);
  margin: 0 auto;
}

.menu-page-link__list li a {
  position: relative;
  display: block;
  border-radius: min(2.6666666667vw, 20px);
  padding: min(1.3333333333vw, 10px) min(5.3333333333vw, 40px);
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-size: min(4vw, 2rem);
  line-height: 1.5;
  text-decoration: none;
}

.menu-page-link__list li a::after {
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: url(https://www.resorts.co.jp/upload/tenant_1/icon_arrow_right.webp) 0 0/cover no-repeat;
  position: absolute;
  top: 50%;
  right: min(5.3333333333vw, 40px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(8.2666666667vw, 62px);
  height: min(6.4vw, 48px);
}

.menu-page-link__list li:not(:last-child) {
  margin-bottom: min(6.6666666667vw, 50px);
}

.menu-page-link__list li:first-child a {
  background: #C58586;
}

.menu-page-link__list li:last-child a {
  background: #84A3B7;
}

.menu-other-link__list {
  margin-bottom: min(26.6666666667vw, 200px);
}

.menu-other-link__list li {
  border-top: #FFF 1px solid;
  width: min(58.9333333333vw, 442px);
  margin: 0 auto;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
}

.menu-other-link__list li:first-child {
  font-family: "Work Sans", sans-serif;
}

.menu-other-link__list li a {
  display: block;
  color: #FFF;
  font-size: min(5.3333333333vw, 2.6666666667rem);
  padding: min(4vw, 30px) 0;
  text-decoration: none;
}

/*共通*/
html {
  scroll-behavior: smooth;
  color: #594F4F;
  font-family: "Noto Sans JP", sans-serif;
}

p {
  margin: 0;
  color: #594F4F;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

dl {
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  color: #594F4F;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #594F4F;
}

a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  a img:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

h1, h2, h3, h4, h5 {
  margin: 0;
  color: #594F4F;
}

/*コンテンツ共通*/
.bfh-brand-top__button {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__button {
    width: min(12.5vw, 240px);
  }
}

.bfh-brand-top__button a {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  line-height: 1.1;
  background: #C58586;
  font-family: "Shippori Mincho", serif;
  color: #EFEFEF;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__button a {
    font-size: clamp(0.8rem, 0.8333333333vw, 1.0666666667rem);
    padding: min(0.3125vw, 6px) min(1.5625vw, 30px) min(0.2604166667vw, 5px);
    border-radius: min(1.0416666667vw, 20px);
  }
}

.bfh-brand-top__button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(https://www.resorts.co.jp/upload/tenant_1/icon_arrow_right.webp) 0 0/cover no-repeat;
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__button a::after {
    right: min(1.5625vw, 30px);
    width: min(1.5104166667vw, 29px);
    height: min(1.09375vw, 21px);
  }
}

.bfh-brand-top__button a:hover {
  opacity: 0.7;
}

.bfh-brand-top__button.blue {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__button.blue {
    width: min(9.8958333333vw, 190px);
    margin-bottom: min(1.5625vw, 30px);
  }
}

.bfh-brand-top__button.blue a {
  background: #A1BCC5;
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__button.blue a {
    padding: min(0.3125vw, 6px) min(1.0416666667vw, 20px) min(0.2604166667vw, 5px);
  }
}

@media screen and (min-width: 769px) {
  .bfh-brand-top__button.blue a::after {
    right: min(1.0416666667vw, 20px);
  }
}

.bfh-brand-top {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.bfh-brand-top::before {
  content: "";
  position: fixed;
  top: 52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(https://www.resorts.co.jp/upload/tenant_1/mv_sp.webp) center top/contain no-repeat;
  background-color: #F2F2F2;
}
@media screen and (min-width: 769px) {
  .bfh-brand-top::before {
    height: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
    background: url(https://www.resorts.co.jp/upload/tenant_1/mv_pc.webp) center top/contain no-repeat;
  }
}

/*左固定*/
.bfh-brand-top__side--wrapper {
  display: none;
}
@media screen and (min-width: 1200px) {
  .bfh-brand-top__side--wrapper {
    opacity: 0;
    display: block;
    position: fixed;
    top: 52px;
    left: 0;
    width: min(27.8645833333vw, 535px);
    height: calc(100vh - 52px);
    overflow: auto;
    scrollbar-width: none;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }
}

.bfh-brand-top__side--wrapper.is-visible {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .bfh-brand-top__side--inner {
    width: min(19.2708333333vw, 370px);
    padding: min(2.8125vw, 54px) min(2.5vw, 48px) 0 min(6.0416666667vw, 116px);
  }
}

@media screen and (min-width: 769px) {
  .bfh-brand-top__side--logo--wrap {
    margin-bottom: min(2.03125vw, 39px);
  }
}

.bfh-brand-top__side--logo {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__side--logo {
    margin-bottom: min(0.78125vw, 15px);
  }
}

@media screen and (min-width: 769px) {
  .bfh-brand-top__side--logo img {
    width: min(14.5833333333vw, 280px);
  }
}

.bfh-brand-top__side--title {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  color: #231815;
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__side--title {
    font-size: clamp(0.9333333333rem, 0.9375vw, 1.2rem);
  }
}

.bfh-brand-top__side--concept {
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__side--concept {
    padding: min(1.0416666667vw, 20px) min(0.78125vw, 15px) min(1.3020833333vw, 25px);
    border-radius: min(0.5208333333vw, 10px);
    margin-bottom: min(1.5625vw, 30px);
  }
}

.bfh-brand-top__side--concept p {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  color: #231815;
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__side--concept p {
    font-size: clamp(0.8rem, 0.7291666667vw, 0.9333333333rem);
  }
}

@media screen and (min-width: 769px) {
  .bfh-brand-top__side--concept p:not(:last-of-type) {
    margin-bottom: min(1.5625vw, 30px);
  }
}

/*右固定*/
.bfh-brand-top__nav--wrapper {
  display: none;
}
@media screen and (min-width: 1200px) {
  .bfh-brand-top__nav--wrapper {
    opacity: 0;
    display: block;
    position: fixed;
    top: 52px;
    right: 0;
    width: min(27.8645833333vw, 535px);
    height: calc(100vh - 52px);
    overflow: auto;
    scrollbar-width: none;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }
}

.bfh-brand-top__nav--wrapper.is-visible {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .bfh-brand-top__nav--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: min(3.125vw, 60px) min(13.0208333333vw, 250px) 0 min(2.5vw, 48px);
  }
}

.bfh-brand-top__nav--list {
  list-style: none;
  text-align: right;
  margin-bottom: min(1.5625vw, 30px);
}

.bfh-brand-top__nav--list > li {
  position: relative;
  cursor: pointer;
  text-shadow: 0px 0px 10px #0D045F;
  color: #FFF;
  font-weight: 700;
  font-size: clamp(0.8rem, 0.9375vw, 1.2rem);
  padding-right: min(1.7708333333vw, 34px);
}

.bfh-brand-top__nav--list > li button {
  background: none;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: 0px 0px 10px #0D045F;
  color: #FFF;
  font-weight: 700;
  font-size: clamp(0.8rem, 0.9375vw, 1.2rem);
  padding: 0;
}

.bfh-brand-top__nav--list > li button:hover {
  opacity: 0.7;
}

.bfh-brand-top__nav--list > li:not(:last-child) {
  margin-bottom: 10px;
}

.bfh-brand-top__nav--list > li::after {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/icon_arrow_list.webp) 0 0/cover no-repeat;
  position: absolute;
  right: 0;
  top: min(0.4166666667vw, 8px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: min(1.25vw, 24px);
  height: min(0.625vw, 12px);
  aspect-ratio: 18/9;
}

.bfh-brand-top__nav--list > li.active::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.bfh-brand-top__nav--list ul {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease, padding-bottom 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding-bottom 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bfh-brand-top__nav--list li.active > ul {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: auto;
  opacity: 1;
  padding-right: min(0.5208333333vw, 10px);
  margin-right: max(-10px, -0.5208333333vw);
}

@media screen and (min-width: 769px) {
  .bfh-brand-top__nav--list ul li {
    font-size: clamp(0.6666666667rem, 0.7291666667vw, 0.9333333333rem);
    margin-top: min(0.5208333333vw, 10px);
  }
}

.bfh-brand-top__nav--list ul li:last-child {
  padding-bottom: min(2.6041666667vw, 50px);
}

.bfh-brand-top__nav--list ul li a {
  color: #FFF;
  text-decoration: none;
}

.bfh-brand-top__nav--list ul li a:hover {
  opacity: 0.7;
}

.bfh-brand-top__nav--link {
  list-style: none;
  width: min(10.9375vw, 210px);
}

.bfh-brand-top__nav--link li {
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  border-top: #FFF 1px solid;
}

.bfh-brand-top__nav--link li:first-child {
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
}

.bfh-brand-top__nav--link li a {
  display: block;
  color: #FFF;
  padding: min(0.5208333333vw, 10px);
  font-size: clamp(0.6666666667rem, 0.8333333333vw, 1.0666666667rem);
  text-decoration: none;
}

.bfh-brand-top__nav--link li a:hover {
  opacity: 0.7;
}

/*コンテンツ*/
.bfh-brand-top__contents--wrap {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__contents--wrap {
    width: clamp(550px, 44.2708333333vw, 850px);
    padding-bottom: clamp(100px, 7.8125vw, 150px);
  }
}

.bfh-brand-top__section.mv {
  position: relative;
  height: min(106.1333333333vw, 796px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__section.mv {
    height: calc(100vh - 52px);
  }
}

.bfh-brand-top__mv--inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
  width: 100%;
}

.bfh-brand-top__mv--logo {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__mv--logo {
    margin-bottom: clamp(60px, 4.1666666667vw, 80px);
  }
}

.bfh-brand-top__mv--logo img {
  width: min(37.3333333333vw, 280px);
  height: auto;
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__mv--logo img {
    width: clamp(200px, 14.84375vw, 285px);
    height: clamp(62px, 5.15625vw, 99px);
  }
}

.bfh-brand-top__mv--sub--sp {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: min(2.4vw, 1.2rem);
  margin: min(2vw, 15px) 0 min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__mv--sub--sp {
    display: none;
  }
}

.bfh-brand-top__mv--catch {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.8;
  display: block;
  font-size: min(3.2vw, 1.6rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__mv--catch {
    font-size: clamp(1.3333333333rem, 1.25vw, 1.6rem);
  }
}

.bfh-brand-top__mv--scroll {
  opacity: 0;
  position: absolute;
  bottom: min(6vw, 45px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  -webkit-animation: down 1s ease-in-out infinite;
          animation: down 1s ease-in-out infinite;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  padding-bottom: min(2.2666666667vw, 17px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__mv--scroll {
    bottom: min(2.34375vw, 45px);
    font-size: clamp(1.0666666667rem, 1.0416666667vw, 1.3333333333rem);
    padding-bottom: min(0.8854166667vw, 17px);
  }
}

.bfh-brand-top__mv--scroll.is-visible {
  opacity: 1;
}

.bfh-brand-top__mv--scroll a {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .bfh-brand-top__mv--scroll a:hover {
    opacity: 0.7;
  }
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(12px);
            transform: translateX(-50%) translateY(12px);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

@keyframes down {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(12px);
            transform: translateX(-50%) translateY(12px);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
.bfh-brand-top__mv--scroll::after {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/icon_aroow_scroll.webp) 0 0/cover no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 18/13;
  width: min(2.4vw, 18px);
  height: min(1.7333333333vw, 13px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__mv--scroll::after {
    width: min(0.9375vw, 18px);
    height: min(0.6770833333vw, 13px);
  }
}

.bfh-brand-top__section.white {
  position: relative;
  margin: min(20vw, 150px) 0;
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__section.white {
    margin: clamp(90px, 7.8125vw, 150px) 0;
  }
}

.bfh-brand-top__section.white::before,
.bfh-brand-top__section.white::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0.8;
  height: min(20vw, 150px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__section.white::before,
  .bfh-brand-top__section.white::after {
    height: min(7.8125vw, 150px);
  }
}

.bfh-brand-top__section.white::before {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  bottom: 100%;
}

.bfh-brand-top__section.white::after {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  top: 100%;
}

.bfh-brand-top__inner--white {
  position: relative;
}

.bfh-brand-top__inner--white::before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*コンセプトスマホのみ*/
@media screen and (min-width: 769px) {
  .bfh-brand-top__section.concept {
    display: none;
  }
}

.bfh-brand-top__section.concept p {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: min(3.2vw, 1.6rem);
}

.bfh-brand-top__section.concept p:not(:last-child) {
  margin-bottom: min(4vw, 30px);
}

/*NEWS*/
@media screen and (min-width: 769px) {
  .bfh-brand-top__section.news {
    margin-bottom: clamp(50px, 4.1666666667vw, 80px);
  }
}

.bfh-brand-top__inner--white.news-inner {
  padding: 0 min(8.6666666667vw, 65px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__inner--white.news-inner {
    padding: 0 clamp(70px, 5.9895833333vw, 115px);
  }
}

.bfh-brand-top__news--title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(2.6666666667vw, 1.3333333333rem);
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__news--title {
    font-size: clamp(1.0666666667rem, 1.0416666667vw, 1.3333333333rem);
    margin-bottom: clamp(50px, 4.1666666667vw, 80px);
  }
}

.bfh-brand-top__news--title span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  font-size: min(12vw, 6rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__news--title span {
    font-size: clamp(4.5333333333rem, 4.6875vw, 6rem);
    margin-bottom: clamp(6px, 0.5208333333vw, 10px);
  }
}

.bfh-brand-top__news--list {
  font-size: min(2.6666666667vw, 1.3333333333rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__news--list {
    margin-bottom: clamp(25px, 2.0833333333vw, 40px);
  }
}

.bfh-brand-top__news--list li {
  font-family: "Shippori Mincho B1", serif;
  font-size: min(3.2vw, 1.6rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__news--list li {
    font-size: clamp(1.3333333333rem, 1.25vw, 1.6rem);
  }
}

.bfh-brand-top__news--list li a {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .bfh-brand-top__news--list li a:hover {
    opacity: 0.7;
  }
}

.bfh-brand-top__news--list li {
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__news--list li {
    margin-bottom: clamp(25px, 3.1007751938vw, 40px);
  }
}

.bfh-brand-top__news--list li span {
  display: block;
  font-weight: 600;
}

.bfh-brand-top__news--button {
  text-align: center;
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__news--button {
    margin-bottom: clamp(50px, 6.2015503876vw, 80px);
  }
}

.bfh-brand-top__news--button a {
  display: inline-block;
  border: #707070 1px solid;
  background: #FFF;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  text-decoration: none;
  width: min(37.3333333333vw, 280px);
  padding: min(2.1333333333vw, 16px) min(5.3333333333vw, 40px) min(2vw, 15px);
  font-size: min(2.6666666667vw, 1.3333333333rem);
  border-radius: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__news--button a {
    width: clamp(230px, 14.5833333333vw, 280px);
    padding: clamp(8px, 0.6770833333vw, 13px) 0 clamp(7px, 0.625vw, 12px);
    font-size: clamp(0.9333333333rem, 1.5503875969vw, 1.3333333333rem);
    border-radius: clamp(38px, 3.125vw, 60px);
  }
}

@media screen and (min-width: 769px) {
  .bfh-brand-top__news--button a:hover {
    background: #EBECEC;
  }
}

.bfh-brand-top__news--bnr {
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__news--bnr {
    padding: 0 clamp(6px, 0.5208333333vw, 10px);
  }
}

.bfh-brand-top__news--bnr img {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  border-radius: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__news--bnr img {
    border-radius: clamp(12px, 1.0416666667vw, 20px);
  }
}

.bfh-brand-top__aside {
  display: block;
  background: #FFF;
  margin: min(26.6666666667vw, 200px) min(4vw, 30px) min(6.6666666667vw, 50px);
  border-radius: min(2.6666666667vw, 20px);
  padding: min(5.3333333333vw, 40px) min(4vw, 30px) min(4vw, 30px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__aside {
    width: clamp(490px, 35.9375vw, 690px);
    margin: clamp(126px, 10.4166666667vw, 200px) auto clamp(12px, 2.6041666667vw, 50px);
    border-radius: clamp(12px, 1.0416666667vw, 20px);
    padding: clamp(25px, 2.0833333333vw, 40px) clamp(19px, 1.5625vw, 30px) clamp(12px, 1.0416666667vw, 20px);
  }
}

.bfh-brand-top__aside--title {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: min(4.2666666667vw, 2.1333333333rem);
  margin-bottom: min(4.6666666667vw, 35px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__aside--title {
    font-size: clamp(1.6rem, 1.6666666667vw, 2.1333333333rem);
    margin-bottom: clamp(18px, 1.5625vw, 30px);
  }
}

.bfh-brand-top__menu--wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bfh-brand-top__menu--wrap::before {
  content: "";
  position: absolute;
  background-color: #707070;
  z-index: 1;
  left: 50%;
  top: 0;
  width: 1px;
  height: calc(100% - min(2.6666666667vw, 20px));
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__menu--wrap::before {
    top: clamp(5px, 0.5208333333vw, 10px);
    height: calc(100% - clamp(10px, 1.5625vw, 30px));
  }
}

.bfh-brand-top__menu {
  width: 50%;
}

.bfh-brand-top__menu:nth-child(n+3) {
  border-top: #707070 1px solid;
}

.bfh-brand-top__menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  gap: min(2.6666666667vw, 20px);
  padding: min(2.6666666667vw, 20px) 0 min(2.6666666667vw, 20px) min(2vw, 15px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__menu a {
    gap: clamp(10px, 1.0416666667vw, 20px);
    padding: clamp(10px, 1.0416666667vw, 20px) 0 clamp(10px, 1.0416666667vw, 20px) clamp(15px, 1.3020833333vw, 25px);
  }
}

@media screen and (min-width: 769px) {
  .bfh-brand-top__menu a:hover {
    opacity: 0.7;
  }
}

.bfh-brand-top__menu picture {
  width: min(13.3333333333vw, 100px);
  height: min(13.3333333333vw, 100px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__menu picture {
    width: clamp(70px, 5.2083333333vw, 100px);
    height: clamp(70px, 5.2083333333vw, 100px);
  }
}

.bfh-brand-top__menu dl dt {
  font-weight: 700;
  line-height: 1.2;
  font-size: min(3.7333333333vw, 1.8666666667rem);
  margin-bottom: min(1.3333333333vw, 10px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__menu dl dt {
    font-size: clamp(1.4rem, 1.4583333333vw, 1.8666666667rem);
    margin-bottom: clamp(5px, 0.5208333333vw, 10px);
  }
}

.bfh-brand-top__menu dl dd {
  text-align: center;
  font-weight: 700;
  color: #FFF;
  width: min(20.9333333333vw, 157px);
  font-size: min(2.6666666667vw, 1.3333333333rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__menu dl dd {
    width: clamp(130px, 8.1770833333vw, 157px);
    font-size: clamp(1rem, 1.0416666667vw, 1.3333333333rem);
  }
}

.bfh-brand-top__menu dl dd.tenjin {
  background: #231815;
}

.bfh-brand-top__menu dl dd.nakasu {
  background: #0D045F;
}

.bfh-brand-top__menu dl dd.porto {
  background: #00A6E9;
}

.bfh-brand-top__menu dl dd.marche {
  background: #FFF;
  border: #67686D 1px solid;
  color: #594F4F;
}

.bfh-brand-top__inner--white.fixed {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 0;
}

.bfh-brand-top__heading {
  text-align: center;
  margin-bottom: min(12vw, 90px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__heading {
    margin-bottom: clamp(56px, 4.6875vw, 90px);
  }
}

.bfh-brand-top__heading--logo {
  margin: 0 auto;
  width: min(26.6666666667vw, 200px);
  height: min(26.6666666667vw, 200px);
  margin: 0 auto min(7.2vw, 54px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__heading--logo {
    width: clamp(126px, 10.4166666667vw, 200px);
    height: clamp(126px, 10.4166666667vw, 200px);
    margin: 0 auto clamp(30px, 2.6041666667vw, 50px);
  }
}

.bfh-brand-top__heading--logo.marche {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: min(26.6666666667vw, 200px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__heading--logo.marche {
    border-radius: clamp(126px, 10.4166666667vw, 200px);
  }
}

.bfh-brand-top__heading--title {
  font-weight: 700;
  font-size: min(5.3333333333vw, 2.6666666667rem);
  margin-bottom: min(5.3333333333vw, 40px);
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__heading--title {
    font-size: clamp(2rem, 2.0833333333vw, 2.6666666667rem);
    margin-bottom: clamp(24px, 2.0833333333vw, 40px);
  }
}

.bfh-brand-top__heading--kind {
  font-family: "Shippori Mincho B1", serif;
  font-size: min(2.9333333333vw, 1.4666666667rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__heading--kind {
    font-size: clamp(1.2rem, 1.1458333333vw, 1.4666666667rem);
  }
}

.bfh-brand-top__concept {
  position: relative;
  padding: 0 min(6vw, 45px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__concept {
    padding: 0 clamp(60px, 4.9479166667vw, 95px);
  }
}

.bfh-brand-top__concept--image img {
  width: 100%;
  height: auto;
  border-radius: min(2.6666666667vw, 20px) min(2.6666666667vw, 20px) 0 0;
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__concept--image img {
    border-radius: clamp(12px, 1.0416666667vw, 20px) clamp(12px, 1.0416666667vw, 20px) 0 0;
  }
}

.bfh-brand-top__concept--detail {
  position: relative;
  padding: min(6.6666666667vw, 50px) min(9.3333333333vw, 70px) min(8vw, 60px);
  margin-bottom: min(14vw, 105px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__concept--detail {
    padding: clamp(30px, 2.6041666667vw, 50px) clamp(43px, 3.6458333333vw, 70px) clamp(40px, 3.125vw, 60px);
    margin-bottom: clamp(65px, 5.46875vw, 105px);
  }
}

.bfh-brand-top__concept--detail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: min(44vw, 330px);
  height: min(14vw, 105px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__concept--detail::before {
    width: clamp(215px, 17.1875vw, 330px);
    height: clamp(66px, 5.46875vw, 105px);
  }
}

.bfh-brand-top__concept--detail::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  bottom: max(-105px, -14vw);
  width: min(44vw, 330px);
  height: min(14vw, 105px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__concept--detail::after {
    width: clamp(215px, 17.1875vw, 330px);
    height: clamp(66px, 5.46875vw, 105px);
  }
}

.bfh-brand-top__concept--detail.tenjin {
  background: #EBECEC;
}

.bfh-brand-top__concept--detail.tenjin::before,
.bfh-brand-top__concept--detail.tenjin::after {
  background: url(https://www.resorts.co.jp/upload/tenant_1/tenjin_deco_ribbon.webp) 0 0/cover no-repeat;
}

.bfh-brand-top__concept--detail.nakasu {
  background: #E6E4EF;
}

.bfh-brand-top__concept--detail.nakasu::before,
.bfh-brand-top__concept--detail.nakasu::after {
  background: url(https://www.resorts.co.jp/upload/tenant_1/nakasu_deco_ribbon.webp) 0 0/cover no-repeat;
}

.bfh-brand-top__concept--detail.porto {
  background: #EAF6FD;
}

.bfh-brand-top__concept--detail.porto::before,
.bfh-brand-top__concept--detail.porto::after {
  background: url(https://www.resorts.co.jp/upload/tenant_1/porto_deco_ribbon.webp) 0 0/cover no-repeat;
}

.bfh-brand-top__concept--detail.marche {
  background: #F4EDE9;
}

.bfh-brand-top__concept--detail.marche::before,
.bfh-brand-top__concept--detail.marche::after {
  background: url(https://www.resorts.co.jp/upload/tenant_1/marche_deco_ribbon.webp) 0 0/cover no-repeat;
}

.bfh-brand-top__concept--detail dl dt {
  font-family: "Shippori Mincho B1", serif;
  line-height: 2;
  font-weight: 400;
  font-size: min(4.8vw, 2.4rem);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__concept--detail dl dt {
    font-size: clamp(1.8666666667rem, 1.875vw, 2.4rem);
    margin-bottom: clamp(12px, 1.0416666667vw, 20px);
  }
}

.bfh-brand-top__concept--detail dl dd {
  font-family: "Shippori Mincho B1", serif;
  line-height: 2;
  font-size: min(3.2vw, 1.6rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__concept--detail dl dd {
    font-size: clamp(1.2rem, 1.25vw, 1.6rem);
  }
}

.bfh-brand-top__concept--awards {
  position: absolute;
  top: max(-50px, -6.6666666667vw);
  right: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__concept--awards {
    top: max(-50px, -2.6041666667vw);
    right: clamp(63px, 5.2083333333vw, 100px);
  }
}

.bfh-brand-top__awards--image {
  text-align: center;
  margin-bottom: min(0.6666666667vw, 5px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__awards--image {
    margin-bottom: clamp(3px, 0.2604166667vw, 5px);
  }
}

.bfh-brand-top__awards--image {
  margin: 0 auto;
  width: min(20vw, 150px);
  height: min(19.7333333333vw, 148px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__awards--image {
    width: clamp(95px, 7.8125vw, 150px);
    height: clamp(93px, 7.7083333333vw, 148px);
  }
}

.bfh-brand-top__awards--text {
  text-align: center;
  font-weight: 700;
  color: #FFF;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  line-height: 1.5;
  font-size: min(2.6666666667vw, 1.3333333333rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__awards--text {
    font-size: clamp(1.0666666667rem, 1.0416666667vw, 1.3333333333rem);
  }
}

.bfh-brand-top__chart {
  padding: 0 min(6vw, 45px);
  margin-bottom: min(20vw, 150px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__chart {
    padding: 0 clamp(60px, 4.9479166667vw, 95px);
    margin-bottom: clamp(93px, 7.8125vw, 150px);
  }
}

.bfh-brand-top__chart--title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(3.2vw, 1.6rem);
  font-weight: 400;
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__chart--title {
    font-size: clamp(1.2rem, 1.25vw, 1.6rem);
    margin-bottom: clamp(50px, 4.1666666667vw, 80px);
  }
}

.bfh-brand-top__chart--title span {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: min(4.8vw, 2.4rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__chart--title span {
    font-size: clamp(1.8666666667rem, 1.875vw, 2.4rem);
    margin-top: clamp(12px, 1.0416666667vw, 20px);
  }
}

.bfh-brand-top__chart--image {
  text-align: center;
}

.bfh-brand-top__ranking {
  margin: 0 auto min(20vw, 150px);
  padding: 0 min(10vw, 75px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__ranking {
    padding: 0 clamp(80px, 6.5104166667vw, 125px);
    margin: 0 auto clamp(0px, 7.8125vw, 150px);
  }
}

.bfh-brand-top__ranking--wrap {
  position: relative;
  padding-top: min(15.3333333333vw, 115px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__ranking--wrap {
    padding-top: clamp(80px, 5.9895833333vw, 115px);
  }
}

.bfh-brand-top__ranking--wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 80/70;
  width: min(10.6666666667vw, 80px);
  height: min(9.3333333333vw, 70px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__ranking--wrap::before {
    width: clamp(60px, 4.1666666667vw, 80px);
    height: clamp(50px, 3.6458333333vw, 70px);
  }
}

.bfh-brand-top__ranking--wrap.no01::before {
  background: url(https://www.resorts.co.jp/upload/tenant_1/icon_no01.webp) 0 0/cover no-repeat;
}

.bfh-brand-top__ranking--wrap.no02::before {
  background: url(https://www.resorts.co.jp/upload/tenant_1/icon_no02.webp) 0 0/cover no-repeat;
}

.bfh-brand-top__ranking--wrap.no03::before {
  background: url(https://www.resorts.co.jp/upload/tenant_1/icon_no03.webp) 0 0/cover no-repeat;
}

.bfh-brand-top__ranking--wrap:not(:last-of-type) {
  margin-bottom: min(13.3333333333vw, 100px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__ranking--wrap:not(:last-of-type) {
    margin-bottom: clamp(60px, 5.2083333333vw, 100px);
  }
}

.bfh-brand-top__ranking--wrap:last-of-type {
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__ranking--wrap:last-of-type {
    margin-bottom: clamp(50px, 4.1666666667vw, 80px);
  }
}

.bfh-brand-top__ranking--wrap .slick-slider,
.bfh-brand-top__ranking--wrap .slick-slider .slick-track,
.bfh-brand-top__ranking--wrap .slick-slider .slick-list {
  margin: 0 auto;
}

.bfh-brand-top__ranking--slide {
  min-height: 285px;
  padding: 0 min(1.3333333333vw, 10px);
  margin-bottom: min(6.4vw, 48px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__ranking--slide {
    height: auto;
    padding: 0 clamp(5px, 0.5208333333vw, 10px);
    margin-bottom: clamp(30px, 2.5vw, 48px);
  }
}

.bfh-brand-top__ranking--slide .slick-slide img {
  border-radius: min(2.6666666667vw, 20px);
  width: 100%;
  height: min(69.2vw, 519px);
  margin-bottom: min(1.3333333333vw, 10px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__ranking--slide .slick-slide img {
    border-radius: clamp(20px, 1.0416666667vw, 20px);
    height: clamp(324px, 27.03125vw, 519px);
    margin-bottom: clamp(5px, 0.5208333333vw, 10px);
  }
}

.bfh-brand-top__ranking--slide .slick-slide p {
  text-align: center;
  font-size: min(3.2vw, 1.6rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__ranking--slide .slick-slide p {
    font-size: clamp(0.9333333333rem, 1.25vw, 1.6rem);
  }
}

.bfh-brand-top__ranking--detail dt {
  text-align: center;
  font-weight: 400;
  font-size: min(3.2vw, 1.6rem);
  margin-bottom: min(6.4vw, 48px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__ranking--detail dt {
    font-size: clamp(1.3333333333rem, 1.25vw, 1.6rem);
    margin-bottom: clamp(20px, 2.5vw, 48px);
  }
}

.bfh-brand-top__ranking--detail dt span {
  display: block;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  font-size: min(4.8vw, 2.4rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__ranking--detail dt span {
    font-size: clamp(1.7333333333rem, 1.875vw, 2.4rem);
  }
}

.bfh-brand-top__ranking--detail dd {
  font-size: min(3.2vw, 1.6rem);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__ranking--detail dd {
    font-size: clamp(1.3333333333rem, 1.25vw, 1.6rem);
  }
}

.bfh-brand-top__ranking--wrap .slick-prev,
.bfh-brand-top__ranking--wrap .slick-next {
  font-size: inherit;
  top: 45%;
  width: min(4vw, 30px);
  height: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__ranking--wrap .slick-prev,
  .bfh-brand-top__ranking--wrap .slick-next {
    width: clamp(10px, 1.5625vw, 30px);
    height: clamp(40px, 3.125vw, 60px);
  }
}

.bfh-brand-top__ranking--wrap .slick-prev {
  left: auto;
  right: calc(100% + min(3.3333333333vw, 25px));
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__ranking--wrap .slick-prev {
    right: calc(100% + clamp(15px, 1.3020833333vw, 25px));
  }
}

.bfh-brand-top__ranking--wrap .slick-next {
  right: auto;
  left: calc(100% + min(3.3333333333vw, 25px));
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__ranking--wrap .slick-next {
    left: calc(100% + clamp(15px, 1.3020833333vw, 25px));
  }
}

.bfh-brand-top__ranking--wrap .slick-prev:before,
.bfh-brand-top__ranking--wrap .slick-next:before {
  position: absolute;
  top: 0;
  width: min(4vw, 30px);
  height: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__ranking--wrap .slick-prev:before,
  .bfh-brand-top__ranking--wrap .slick-next:before {
    width: clamp(15px, 1.5625vw, 30px);
    height: clamp(30px, 3.125vw, 60px);
  }
}

.bfh-brand-top__ranking--wrap .slick-prev:before {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/icon_arrow_slide_left.webp) 0 0/cover no-repeat;
}
.bfh-brand-top__ranking--wrap .slick-next:before {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/icon_arrow_slide_right.webp) 0 0/cover no-repeat;
}

.bfh-brand-top__ranking--note {
  border-top: #594F4F 1px solid;
  padding-top: min(4vw, 30px);
  font-size: min(2.6666666667vw, 1.3333333333rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__ranking--note {
    padding-top: clamp(18px, 1.5625vw, 30px);
    font-size: clamp(1.0666666667rem, 1.0416666667vw, 1.3333333333rem);
  }
}

.bfh-brand-top__point {
  margin-bottom: min(20vw, 150px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__point {
    margin-bottom: clamp(90px, 7.8125vw, 150px);
  }
}

.bfh-brand-top__point--main {
  padding: 0 min(4vw, 30px);
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__point--main {
    padding: 0 clamp(50px, 4.1666666667vw, 80px);
    margin-bottom: clamp(50px, 4.1666666667vw, 80px);
  }
}

.bfh-brand-top__point--main img {
  border-radius: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__point--main img {
    border-radius: clamp(12px, 1.0416666667vw, 20px);
  }
}

.bfh-brand-top__point--wrap {
  margin: 0 auto;
  padding: 0 min(10vw, 75px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__point--wrap {
    padding: 0 clamp(80px, 6.5104166667vw, 125px);
  }
}

.bfh-brand-top__point--wrap:not(:last-of-type) {
  margin-bottom: min(18.6666666667vw, 140px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__point--wrap:not(:last-of-type) {
    margin-bottom: clamp(90px, 7.2916666667vw, 140px);
  }
}

.bfh-brand-top__point--deco {
  position: relative;
  padding-top: min(4vw, 30px);
  margin-bottom: min(4vw, 30px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__point--deco {
    padding-top: clamp(18px, 1.5625vw, 30px);
    margin-bottom: clamp(18px, 1.5625vw, 30px);
  }
}

.bfh-brand-top__point--deco::before {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/icon_semi_circle_line.webp) 0 0/cover no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(13.2vw, 99px);
  height: min(3.7333333333vw, 28px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__point--deco::before {
    width: clamp(62px, 5.15625vw, 99px);
    height: clamp(18px, 1.4583333333vw, 28px);
  }
}

.bfh-brand-top__deco--text {
  text-align: center;
  color: #A1BCC5;
  line-height: 1;
  font-size: min(4.5333333333vw, 2.2666666667rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__deco--text {
    font-size: clamp(1.7333333333rem, 1.7708333333vw, 2.2666666667rem);
  }
}

.bfh-brand-top__point--detail {
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__point--detail {
    margin-bottom: clamp(40px, 3.125vw, 60px);
  }
}

.bfh-brand-top__point--detail dt {
  text-align: center;
  font-weight: 400;
  font-size: min(3.2vw, 1.6rem);
  margin-bottom: min(4.9333333333vw, 37px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__point--detail dt {
    font-size: clamp(1.2rem, 1.25vw, 1.6rem);
    margin-bottom: clamp(23px, 1.9270833333vw, 37px);
  }
}

.bfh-brand-top__point--detail dt span {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  line-height: 1.5;
  color: #A1BCC5;
  font-size: min(4.8vw, 2.4rem);
  margin-top: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__point--detail dt span {
    font-size: clamp(1.8666666667rem, 1.875vw, 2.4rem);
    margin-top: clamp(12px, 1.0416666667vw, 20px);
  }
}

.bfh-brand-top__point--detail dd {
  font-size: min(3.2vw, 1.6rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__point--detail dd {
    font-size: clamp(1.2rem, 1.25vw, 1.6rem);
  }
}

.bfh-brand-top__point--image img {
  border-radius: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__point--image img {
    border-radius: clamp(12px, 1.0416666667vw, 20px);
  }
}

.bfh-brand-top__point--loop {
  position: relative;
  width: 100%;
  margin: max(-75px, -10vw) 0 min(18.6666666667vw, 140px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__point--loop {
    margin: max(-75px, -3.90625vw) 0 clamp(88px, 7.2916666667vw, 140px);
  }
}

.bfh-brand-top__point--loop--catch {
  position: absolute;
  top: max(-50px, -6.6666666667vw);
  left: min(1.3333333333vw, 10px);
  font-family: "Great Vibes", cursive;
  z-index: 1;
  color: #E3E3E3;
  font-size: min(8vw, 4rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__point--loop--catch {
    font-size: clamp(3rem, 3.125vw, 4rem);
    top: max(-50px, -2.6041666667vw);
    left: clamp(37px, 3.125vw, 60px);
  }
}

.bfh-brand-top__point--loop--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  gap: min(1.3333333333vw, 10px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__point--loop--wrap {
    gap: clamp(6px, 0.5208333333vw, 10px);
  }
}

.bfh-brand-top__point--loop--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  gap: min(1.3333333333vw, 10px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__point--loop--list {
    gap: clamp(6px, 0.5208333333vw, 10px);
  }
}

.bfh-brand-top__point--loop--list {
  -webkit-animation: infinity-scroll-left 60s infinite linear 0.5s both;
          animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

.bfh-brand-top__point--loop--list li {
  width: min(45.3333333333vw, 340px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__point--loop--list li {
    width: clamp(212px, 17.7083333333vw, 340px);
  }
}

.bfh-brand-top__point--loop--list li > img {
  width: 100%;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.bfh-brand-top__particulars {
  margin-bottom: min(26.6666666667vw, 200px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__particulars {
    margin-bottom: clamp(124px, 10.4166666667vw, 200px);
  }
}

.bfh-brand-top__particulars--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 min(4vw, 30px);
  gap: min(4vw, 30px) min(2.6666666667vw, 20px);
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__particulars--wrap {
    padding: 0 clamp(50px, 4.1666666667vw, 80px);
    gap: clamp(20px, 1.5625vw, 30px) clamp(10px, 1.0416666667vw, 20px);
    margin-bottom: clamp(50px, 4.1666666667vw, 80px);
  }
}

.bfh-brand-top__particulars--food {
  width: min(44.6666666667vw, 335px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__particulars--food {
    width: calc(50% - clamp(5px, 0.5208333333vw, 10px));
  }
}

.bfh-brand-top__particulars--heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__particulars--heading {
    margin-bottom: clamp(10px, 1.0416666667vw, 20px);
  }
}

.bfh-brand-top__particulars--heading dt {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: rgba(132, 163, 183, 0.4);
  line-height: 0.8;
  font-size: min(20.6666666667vw, 10.3333333333rem);
  margin-right: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__particulars--heading dt {
    font-size: clamp(7.6666666667rem, 8.0729166667vw, 10.3333333333rem);
    margin-right: clamp(10px, 1.0416666667vw, 20px);
  }
}

.bfh-brand-top__particulars--heading dd {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  line-height: 1.5;
  min-height: 3em;
  font-size: min(3.4666666667vw, 1.7333333333rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__particulars--heading dd {
    font-size: clamp(1.0666666667rem, 1.3541666667vw, 1.7333333333rem);
  }
}

.bfh-brand-top__particulars--text {
  font-size: min(2.6666666667vw, 1.3333333333rem);
  margin-bottom: min(4.6666666667vw, 35px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__particulars--text {
    font-size: clamp(0.9333333333rem, 1.0416666667vw, 1.3333333333rem);
    margin-bottom: clamp(15px, 1.8229166667vw, 35px);
  }
}

.bfh-brand-top__particulars--image img {
  border-radius: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__particulars--image img {
    border-radius: clamp(12px, 1.0416666667vw, 20px);
  }
}

.bfh-brand-top__particulars--gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(1.6vw, 12px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__particulars--gallery {
    gap: clamp(5px, 0.625vw, 12px);
    padding: 0 clamp(25px, 2.0833333333vw, 40px);
  }
}

.bfh-brand-top__chef {
  position: relative;
  padding: min(20vw, 150px) 0;
  margin: 0 0 min(20vw, 150px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__chef {
    padding: clamp(120px, 7.8125vw, 150px) 0;
    margin: 0 0 clamp(120px, 7.8125vw, 150px);
  }
}

.bfh-brand-top__chef::before,
.bfh-brand-top__chef::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: min(20vw, 150px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__chef::before,
  .bfh-brand-top__chef::after {
    height: clamp(120px, 7.8125vw, 150px);
  }
}

.bfh-brand-top__chef::before {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(242, 209, 179, 0)), to(#F2D1B3)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(242, 209, 179, 0) 0%, #F2D1B3 100%) 0% 0% no-repeat padding-box;
  top: 0;
}

.bfh-brand-top__chef::after {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#F2D1B3), to(rgba(242, 209, 179, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #F2D1B3 0%, rgba(242, 209, 179, 0) 100%) 0% 0% no-repeat padding-box;
  bottom: 0;
}

.bfh-brand-top__chef--wrap {
  background: #F2D1B3;
  padding-top: min(6.6666666667vw, 50px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__chef--wrap {
    padding-top: clamp(30px, 2.6041666667vw, 50px);
  }
}

.bfh-brand-top__chef--inner {
  padding: 0 min(18vw, 135px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__chef--inner {
    padding: 0 clamp(117px, 9.6354166667vw, 185px);
  }
}

.bfh-brand-top__chef--heading {
  margin: 0 auto min(6.6666666667vw, 50px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__chef--heading {
    margin: 0 auto clamp(30px, 2.6041666667vw, 50px);
  }
}

.bfh-brand-top__chef--image {
  padding: 0 min(3.6vw, 27px);
  margin: 0 auto min(6.6666666667vw, 50px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__chef--image {
    padding: 0 clamp(17px, 1.40625vw, 27px);
    margin: 0 auto clamp(30px, 2.6041666667vw, 50px);
  }
}

.bfh-brand-top__chef--image img {
  border-radius: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__chef--image img {
    border-radius: clamp(12px, 1.0416666667vw, 20px);
  }
}

.bfh-brand-top__chef--name {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #FFF;
  font-size: min(2.6666666667vw, 1.3333333333rem);
  margin-bottom: min(6.6666666667vw, 50px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__chef--name {
    font-size: clamp(0.9333333333rem, 1.0416666667vw, 1.3333333333rem);
    margin-bottom: clamp(30px, 2.6041666667vw, 50px);
  }
}

.bfh-brand-top__chef--name span {
  display: block;
  font-weight: 500;
  margin-top: min(5.3333333333vw, 40px);
  font-size: min(4.8vw, 2.4rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__chef--name span {
    margin-top: clamp(10px, 1.0416666667vw, 20px);
    font-size: clamp(1.8666666667rem, 1.875vw, 2.4rem);
  }
}

@media screen and (min-width: 769px) {
  .bfh-brand-top__chef--name.marche span {
    font-size: clamp(1.3333333333rem, 1.5625vw, 2rem);
  }
}

.bfh-brand-top__chef--catch {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  color: #FFF;
  font-size: min(5.3333333333vw, 2.6666666667rem);
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__chef--catch {
    font-size: clamp(2.1333333333rem, 2.0833333333vw, 2.6666666667rem);
  }
}

.bfh-brand-top__chef--readmore-box {
  position: relative;
}

.bfh-brand-top__chef--readmore-content {
  position: relative;
  max-height: 3em;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  margin: 0 auto min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__chef--readmore-content {
    margin: 0 auto clamp(10px, 1.0416666667vw, 20px);
  }
}

.bfh-brand-top__chef--readmore-content p {
  color: #FFF;
  font-size: min(3.2vw, 24px);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__chef--readmore-content p {
    font-size: clamp(1.2rem, 1.25vw, 1.6rem);
  }
}

.bfh-brand-top__chef--readmore-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3em;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#F2D1B3));
  background: linear-gradient(to bottom, transparent, #F2D1B3);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.bfh-brand-top__chef--readmore-toggle {
  display: none;
}

.bfh-brand-top__chef--readmore-toggle:checked ~ .bfh-brand-top__chef--readmore-content {
  max-height: min(133.3333333333vw, 1000px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__chef--readmore-toggle:checked ~ .bfh-brand-top__chef--readmore-content {
    max-height: clamp(800px, 52.0833333333vw, 1000px);
  }
}

.bfh-brand-top__chef--readmore-toggle:checked ~ .bfh-brand-top__chef--readmore-content::after {
  opacity: 0;
}

.bfh-brand-top__chef--readmore-label {
  display: inline-block;
  margin-top: min(1.3333333333vw, 10px);
  padding: min(0.8vw, 6px) min(1.6vw, 12px);
  background: none;
  border: none;
  color: #FFF;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__chef--readmore-label {
    margin-top: clamp(5px, 0.5208333333vw, 10px);
    font-size: clamp(1.0666666667rem, 1.0416666667vw, 1.3333333333rem);
    padding-bottom: clamp(15px, 1.3020833333vw, 25px);
  }
}

.bfh-brand-top__chef--readmore-label::before {
  content: "read more";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bfh-brand-top__chef--readmore-toggle:checked ~ .bfh-brand-top__chef--readmore-label::before {
  content: "close";
}

.bfh-brand-top__chef--readmore-label::after {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/icon_triangle_white.webp) 0 0/cover no-repeat;
  position: absolute;
  bottom: max(-15px, -2vw);
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(1);
          transform: translateX(-50%) scaleY(1);
  aspect-ratio: 27/12;
  z-index: 1;
  width: min(3.6vw, 27px);
  height: min(1.6vw, 12px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__chef--readmore-label::after {
    bottom: clamp(-15px, -0.78125vw, -15px);
    width: clamp(17px, 1.40625vw, 27px);
    height: clamp(8px, 0.625vw, 12px);
  }
}

.bfh-brand-top__chef--readmore-toggle:checked ~ .bfh-brand-top__chef--readmore-label::after {
  -webkit-transform: translateX(-50%) scaleY(-1);
          transform: translateX(-50%) scaleY(-1);
}

.bfh-brand-top__venue {
  margin-bottom: min(20vw, 150px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__venue {
    margin-bottom: clamp(90px, 7.8125vw, 150px);
  }
}

.bfh-brand-top__venue--main {
  padding: 0 min(4vw, 30px);
  margin: 0 auto min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__venue--main {
    padding: 0 clamp(50px, 4.1666666667vw, 80px);
    margin: 0 auto clamp(50px, 4.1666666667vw, 80px);
  }
}

.bfh-brand-top__venue--main img {
  border-radius: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__venue--main img {
    border-radius: clamp(10px, 1.0416666667vw, 20px);
  }
}

.bfh-brand-top__venue--detail {
  padding: 0 min(18vw, 135px);
  margin: 0 auto min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__venue--detail {
    padding: 0 clamp(117px, 9.6354166667vw, 185px);
    margin: 0 auto clamp(20px, 2.0833333333vw, 40px);
  }
}

.bfh-brand-top__venue--detail dt {
  color: #A1BCC5;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  white-space: nowrap;
  font-size: min(4.8vw, 2.4rem);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__venue--detail dt {
    font-size: clamp(1.7333333333rem, 1.875vw, 2.4rem);
    margin-bottom: clamp(24px, 2.0833333333vw, 40px);
  }
}

.bfh-brand-top__venue--detail dd {
  font-size: min(3.2vw, 1.6rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__venue--detail dd {
    font-size: clamp(1.2rem, 1.25vw, 1.6rem);
  }
}

.bfh-brand-top__venue--info {
  padding: 0 min(18vw, 135px);
  margin: 0 auto min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__venue--info {
    padding: 0 clamp(117px, 9.6354166667vw, 185px);
    margin: 0 auto clamp(60px, 4.1666666667vw, 80px);
  }
}

.bfh-brand-top__venue--info li {
  font-size: min(2.6666666667vw, 1.3333333333rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__venue--info li {
    font-size: clamp(1.0666666667rem, 1.0416666667vw, 1.3333333333rem);
  }
}

.bfh-brand-top__venue--gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 min(10vw, 75px);
  gap: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__venue--gallery {
    padding: 0 clamp(80px, 6.5104166667vw, 125px);
    gap: clamp(12px, 1.0416666667vw, 20px);
  }
}

.bfh-brand-top__venue--gallery li img {
  width: 100%;
  height: auto;
  border-radius: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__venue--gallery li img {
    border-radius: clamp(12px, 1.0416666667vw, 20px);
  }
}

.bfh-brand-top__access--inner {
  padding: 0 min(10vw, 75px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__access--inner {
    padding: 0 clamp(80px, 6.5104166667vw, 125px);
  }
}

.bfh-brand-top__access--title {
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(2.6666666667vw, 1.3333333333rem);
  margin-bottom: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__access--title {
    font-size: clamp(1.0666666667rem, 1.0416666667vw, 1.3333333333rem);
    margin-bottom: clamp(10px, 1.0416666667vw, 20px);
  }
}

.bfh-brand-top__access--title span {
  display: block;
  font-weight: 700;
  margin-top: min(1.3333333333vw, 10px);
  font-size: min(4.5333333333vw, 2.2666666667rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__access--title span {
    margin-top: clamp(6px, 0.5208333333vw, 10px);
    font-size: clamp(1.7333333333rem, 1.7708333333vw, 2.2666666667rem);
  }
}

.bfh-brand-top__access--info {
  margin: 0 auto min(4vw, 30px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__access--info {
    margin: 0 auto clamp(18px, 1.5625vw, 30px);
  }
}

.bfh-brand-top__access--info li {
  font-size: min(2.6666666667vw, 1.3333333333rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__access--info li {
    font-size: clamp(1.0666666667rem, 1.0416666667vw, 1.3333333333rem);
  }
}

.bfh-brand-top__access--sns {
  margin: 0 auto min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__access--sns {
    margin: 0 auto clamp(37px, 3.125vw, 60px);
  }
}

.bfh-brand-top__access--sns a {
  position: relative;
  font-weight: 700;
  text-decoration: none;
  padding-left: min(6vw, 45px);
  font-size: min(2.6666666667vw, 1.3333333333rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__access--sns a {
    padding-left: clamp(28px, 2.34375vw, 45px);
    font-size: clamp(1.0666666667rem, 1.0416666667vw, 1.3333333333rem);
  }
}

.bfh-brand-top__access--sns a::before {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/icon_instagram.webp) 0 0/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(4.4vw, 33px);
  height: min(4.4vw, 33px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__access--sns a::before {
    width: clamp(21px, 1.71875vw, 33px);
    height: clamp(21px, 1.71875vw, 33px);
  }
}

.bfh-brand-top__access--sns a:hover {
  opacity: 0.7;
}

.bfh-brand-top__access--main {
  margin: 0 auto min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__access--main {
    margin: 0 auto clamp(10px, 1.0416666667vw, 20px);
  }
}

.bfh-brand-top__access--main img {
  border-radius: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__access--main img {
    border-radius: clamp(12px, 1.0416666667vw, 20px);
  }
}

.bfh-brand-top__access--gallery {
  margin: 0 auto min(6.6666666667vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__access--gallery {
    gap: clamp(12px, 1.0416666667vw, 20px);
    margin: 0 auto clamp(30px, 2.6041666667vw, 50px);
  }
}

.bfh-brand-top__access--gallery li img {
  border-radius: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__access--gallery li img {
    border-radius: clamp(12px, 1.0416666667vw, 20px);
  }
}

.bfh-brand-top__access--text {
  text-align: center;
  font-size: min(3.2vw, 1.6rem);
  margin-bottom: min(6vw, 45px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__access--text {
    font-size: clamp(1.2rem, 1.25vw, 1.6rem);
    margin-bottom: clamp(20px, 2.34375vw, 45px);
  }
}

.bfh-brand-top__access--button {
  padding: 0 min(4vw, 30px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__access--button {
    padding: 0 clamp(50px, 4.1666666667vw, 80px);
  }
}

.bfh-brand-top__access--button a {
  position: relative;
  display: block;
  border: #707070 1px solid;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  border-radius: min(2.6666666667vw, 20px);
  padding: min(5.0666666667vw, 38px) min(8vw, 60px) min(5.0666666667vw, 38px) 0;
  font-size: min(4vw, 2rem);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__access--button a {
    border-radius: clamp(10px, 1.0416666667vw, 20px);
    padding: clamp(20px, 1.9791666667vw, 38px) clamp(40px, 3.125vw, 60px) clamp(20px, 1.9791666667vw, 38px) 0;
    font-size: clamp(1.3333333333rem, 1.5625vw, 2rem);
  }
}

.bfh-brand-top__access--button a::after {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/icon_link.webp) 0 0/cover no-repeat;
  position: absolute;
  top: 50%;
  right: min(10.9333333333vw, 82px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(4.8vw, 36px);
  height: min(4.8vw, 36px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__access--button a::after {
    right: clamp(40px, 4.2708333333vw, 82px);
    width: clamp(23px, 1.875vw, 36px);
    height: clamp(23px, 1.875vw, 36px);
  }
}

.bfh-brand-top__access--button.tenjin a:hover {
  background: #EBECEC;
}

.bfh-brand-top__access--button.nakasu a:hover {
  background: #E6E4EF;
}

.bfh-brand-top__access--button.porto a::after {
  right: min(5.0666666667vw, 38px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__access--button.porto a::after {
    right: clamp(20px, 1.9791666667vw, 38px);
  }
}

.bfh-brand-top__access--button.porto a:hover {
  background: #EAF6FD;
}

.bfh-brand-top__access--button.marche a::after {
  right: min(3.6vw, 27px);
}
@media screen and (min-width: 769px) {
  .bfh-brand-top__access--button.marche a::after {
    right: clamp(15px, 1.40625vw, 27px);
  }
}

.bfh-brand-top__access--button.marche a:hover {
  background: #F4EDE9;
}

footer {
  position: relative;
  z-index: 10;
}

ul.slider > li:not(:first-child) {
  display: none;
}

@media screen and (min-width: 1200px) {
  .bfh-brand-top__side--wrapper.lower {
    opacity: 1;
  }
}

@media screen and (min-width: 1200px) {
  .bfh-brand-top__nav--wrapper.lower {
    opacity: 1;
  }
}

.particulars {
  padding: 0 0 min(34.6666666667vw, 260px);
}
@media screen and (min-width: 769px) {
  .particulars {
    padding: 0 0 clamp(100px, 7.2916666667vw, 140px);
  }
}

.p-particulars-mv {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media screen and (min-width: 769px) {
  .p-particulars-mv {
    width: 100vw;
    width: clamp(550px, 44.2708333333vw, 850px);
  }
}

.p-particulars-mv__loop {
  -webkit-animation: loop 70s infinite linear both;
          animation: loop 70s infinite linear both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .p-particulars-mv__loop {
    -webkit-animation: loop 70s infinite linear both;
            animation: loop 70s infinite linear both;
  }
}

.p-particulars-mv__loop li {
  width: min(50.2666666667vw, 377px);
  height: min(101.7333333333vw, 763px);
}
@media screen and (min-width: 769px) {
  .p-particulars-mv__loop li {
    width: clamp(266px, 22.1354166667vw, 425px);
    height: clamp(468px, 39.0104166667vw, 749px);
  }
}

.p-particulars-heading {
  margin: max(-150px, -20vw) 0 0 0;
}
@media screen and (min-width: 769px) {
  .p-particulars-heading {
    margin: max(-150px, -7.8125vw) 0 0 0;
  }
}

.p-particulars-heading .bfh-brand-top__inner--white {
  padding: min(8vw, 60px) 0 min(40vw, 300px);
}
@media screen and (min-width: 769px) {
  .p-particulars-heading .bfh-brand-top__inner--white {
    padding: clamp(40px, 3.125vw, 60px) 0 clamp(200px, 15.625vw, 300px);
  }
}

.p-particulars-heading__logo {
  text-align: center;
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-particulars-heading__logo {
    margin-bottom: clamp(60px, 4.1666666667vw, 80px);
  }
}

.p-particulars-heading__logo img {
  width: min(80vw, 600px);
}
@media screen and (min-width: 769px) {
  .p-particulars-heading__logo img {
    width: clamp(375px, 31.25vw, 600px);
  }
}

.p-particulars-heading__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(10.6666666667vw, 80px) min(24vw, 180px);
}
@media screen and (min-width: 769px) {
  .p-particulars-heading__link {
    gap: clamp(60px, 4.1666666667vw, 80px) clamp(135px, 9.375vw, 180px);
  }
}

.p-particulars-heading__link li {
  position: relative;
  text-align: center;
}

.p-particulars-heading__link li::after {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/particulars_icon_arrow_anchor.webp) 0 0/cover no-repeat;
  position: absolute;
  bottom: max(-20px, -2.6666666667vw);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(2.8vw, 21px);
  height: min(2vw, 15px);
  aspect-ratio: 21/15;
}
@media screen and (min-width: 769px) {
  .p-particulars-heading__link li::after {
    bottom: max(-20px, -1.0416666667vw);
    width: clamp(14px, 1.09375vw, 21px);
    height: clamp(10px, 0.78125vw, 15px);
  }
}

.p-particulars-heading__link li:last-child {
  width: 100%;
}

.p-particulars-heading__link li a {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: min(4.2666666667vw, 2.1333333333rem);
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-particulars-heading__link li a {
    font-size: clamp(1.8666666667rem, 1.6666666667vw, 2.1333333333rem);
  }
}

.p-particulars-promise__title {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: min(5.3333333333vw, 40px);
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-particulars-promise__title {
    font-size: clamp(2rem, 2.0833333333vw, 2.6666666667rem);
    margin-bottom: clamp(60px, 4.1666666667vw, 80px);
  }
}

.p-particulars-promise__heading {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: min(3.7333333333vw, 28px);
  margin-bottom: min(14.6666666667vw, 110px);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-particulars-promise__heading {
    font-size: clamp(1.4666666667rem, 1.4583333333vw, 1.8666666667rem);
    margin-bottom: clamp(80px, 5.2083333333vw, 100px);
  }
}

.p-particulars-promise__wrap {
  padding: 0 min(4vw, 30px);
}
@media screen and (min-width: 769px) {
  .p-particulars-promise__wrap {
    padding: 0 clamp(50px, 4.1666666667vw, 80px);
  }
}

.p-particulars-promise__wrap:not(:last-of-type) {
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-particulars-promise__wrap:not(:last-of-type) {
    margin-bottom: clamp(60px, 4.1666666667vw, 80px);
  }
}

.p-particulars-promise__deco {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: min(4.8vw, 36px);
  border: #707070 1px solid;
  border-radius: min(17.6vw, 132px);
  width: min(17.6vw, 132px);
  height: min(17.6vw, 132px);
  line-height: 1.2;
  margin: 0 auto min(4vw, 30px);
  background: #FFF;
}
@media screen and (min-width: 769px) {
  .p-particulars-promise__deco {
    font-size: clamp(1.7333333333rem, 1.875vw, 2.4rem);
    border-radius: clamp(85px, 6.875vw, 132px);
    width: clamp(85px, 6.875vw, 132px);
    height: clamp(85px, 6.875vw, 132px);
    margin: 0 auto clamp(20px, 1.5625vw, 30px);
  }
}

.p-particulars-promise__image {
  margin-bottom: min(12.6666666667vw, 95px);
}
@media screen and (min-width: 769px) {
  .p-particulars-promise__image {
    margin: 0 auto clamp(60px, 4.9479166667vw, 95px);
  }
}

.p-particulars-promise__image img {
  width: 100%;
  border-radius: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .p-particulars-promise__image img {
    border-radius: clamp(12px, 1.0416666667vw, 20px);
  }
}

.p-particulars-promise__detail {
  padding: 0 min(11.3333333333vw, 85px);
}
@media screen and (min-width: 769px) {
  .p-particulars-promise__detail {
    padding: 0 clamp(53px, 4.4270833333vw, 85px);
  }
}

.p-particulars-promise__detail dl {
  margin-bottom: min(4vw, 30px);
}
@media screen and (min-width: 769px) {
  .p-particulars-promise__detail dl {
    margin-bottom: clamp(20px, 1.5625vw, 30px);
  }
}

.p-particulars-promise__detail dl dt {
  font-size: min(3.2vw, 24px);
  font-weight: 400;
  margin-bottom: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .p-particulars-promise__detail dl dt {
    font-size: clamp(1.2rem, 1.25vw, 1.6rem);
    margin-bottom: clamp(10px, 1.0416666667vw, 20px);
  }
}

.p-particulars-promise__detail dl dt span {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: min(5.3333333333vw, 2.6666666667rem);
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-particulars-promise__detail dl dt span {
    font-size: clamp(2rem, 2.0833333333vw, 2.6666666667rem);
  }
}

.p-particulars-promise__detail dl dd {
  font-family: "Great Vibes", cursive;
  font-size: min(5.3333333333vw, 2.6666666667rem);
}
@media screen and (min-width: 769px) {
  .p-particulars-promise__detail dl dd {
    font-size: clamp(2rem, 2.0833333333vw, 2.6666666667rem);
  }
}

.p-particulars-promise__detail p {
  font-size: min(3.2vw, 1.6rem);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-particulars-promise__detail p {
    font-size: clamp(1.2rem, 1.25vw, 1.6rem);
  }
}

.p-particulars-four {
  padding-top: min(13.3333333333vw, 100px);
}
@media screen and (min-width: 769px) {
  .p-particulars-four {
    padding-top: clamp(80px, 5.2083333333vw, 100px);
  }
}

.p-particulars-four__title {
  text-align: center;
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-particulars-four__title {
    margin-bottom: clamp(40px, 3.125vw, 60px);
  }
}

.p-particulars-four__title img {
  width: min(54.6666666667vw, 410px);
  height: min(10.9333333333vw, 82px);
}
@media screen and (min-width: 769px) {
  .p-particulars-four__title img {
    width: clamp(256px, 21.3541666667vw, 410px);
    height: clamp(51px, 4.2708333333vw, 82px);
  }
}

.p-particulars-four__one {
  background: #CEE4E3;
  position: relative;
  padding: min(55.0666666667vw, 413px) 0 0;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__one {
    padding: clamp(310px, 21.5104166667vw, 413px) 0 0;
  }
}

.p-particulars-four__one-item01 {
  position: absolute;
  top: min(21.3333333333vw, 160px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(83.3333333333vw, 625px);
  height: min(39.2vw, 294px);
  z-index: 0;
  display: inline-block;
  -webkit-animation: upDownSmooth 1s ease-in-out infinite;
          animation: upDownSmooth 1s ease-in-out infinite;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__one-item01 {
    top: clamp(180px, 8.3333333333vw, 160px);
    width: clamp(390px, 32.5520833333vw, 625px);
    height: clamp(183px, 15.3125vw, 294px);
  }
}

.p-particulars-four__one-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-particulars-four__one-deco::before {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/particulars01_left_sp.webp) center top/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: min(30.1333333333vw, 226px);
  height: min(18vw, 135px);
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__one-deco::before {
    background: url(https://www.resorts.co.jp/upload/tenant_1/particulars01_left_pc.webp) center top/cover no-repeat;
    width: clamp(172px, 14.2708333333vw, 274px);
    height: clamp(84px, 6.9791666667vw, 134px);
  }
}

.p-particulars-four__one-deco::after {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/particulars01_right_sp.webp) center top/cover no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: min(25.6vw, 192px);
  height: min(25.6vw, 192px);
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__one-deco::after {
    background: url(https://www.resorts.co.jp/upload/tenant_1/particulars01_right_pc.webp) center top/cover no-repeat;
    width: clamp(153px, 12.7083333333vw, 244px);
    height: clamp(120px, 10vw, 192px);
  }
}

.p-particulars-four__two {
  background: #FCECE0;
  position: relative;
  z-index: 1;
  padding: min(55.0666666667vw, 413px) 0 0;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__two {
    padding: clamp(255px, 21.5104166667vw, 413px) 0 0;
  }
}

.p-particulars-four__two::before {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/particulars02_bg_sp.webp) center top/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: min(100vw, 750px);
  height: min(55.0666666667vw, 413px);
}
@media screen and (min-width: 769px) {
  .p-particulars-four__two::before {
    background: url(https://www.resorts.co.jp/upload/tenant_1/particulars02_bg_pc.webp) center top/cover no-repeat;
    width: clamp(550px, 44.2708333333vw, 850px);
    height: clamp(258px, 21.5104166667vw, 413px);
  }
}

.p-particulars-four__two-item01 {
  position: absolute;
  top: min(27.3333333333vw, 205px);
  left: min(12.4vw, 93px);
  width: min(23.7333333333vw, 178px);
  height: min(28.2666666667vw, 212px);
  z-index: 3;
  display: inline-block;
  -webkit-animation: rotate-handle 1.5s linear infinite;
          animation: rotate-handle 1.5s linear infinite;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__two-item01 {
    top: clamp(140px, 10.6770833333vw, 205px);
    left: clamp(95px, 7.2916666667vw, 140px);
    width: clamp(111px, 9.2708333333vw, 178px);
    height: clamp(135px, 11.0416666667vw, 212px);
  }
}

.p-particulars-four__two-item02 {
  position: absolute;
  top: min(35.3333333333vw, 265px);
  right: min(14.4vw, 108px);
  width: min(19.4666666667vw, 146px);
  height: min(18.9333333333vw, 142px);
  z-index: 3;
  display: inline-block;
  -webkit-animation: rotate-handle-opposite 1.5s linear infinite;
          animation: rotate-handle-opposite 1.5s linear infinite;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__two-item02 {
    top: clamp(175px, 13.75vw, 264px);
    right: clamp(105px, 7.8125vw, 150px);
    width: clamp(91px, 7.6041666667vw, 146px);
    height: clamp(89px, 7.3958333333vw, 142px);
  }
}

.p-particulars-four__two-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-particulars-four__two-deco::before {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/particulars02_left_sp.webp) center top/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: min(9.7333333333vw, 73px);
  height: min(86vw, 645px);
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__two-deco::before {
    background: url(https://www.resorts.co.jp/upload/tenant_1/particulars02_left_pc.webp) center top/cover no-repeat;
    width: clamp(80px, 6.5104166667vw, 125px);
    height: clamp(380px, 33.59375vw, 645px);
  }
}

.p-particulars-four__two-deco::after {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/particulars02_right_sp.webp) center top/cover no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: min(16.2666666667vw, 122px);
  height: min(86vw, 645px);
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__two-deco::after {
    background: url(https://www.resorts.co.jp/upload/tenant_1/particulars02_right_pc.webp) center top/cover no-repeat;
    width: clamp(110px, 8.9583333333vw, 172px);
    height: clamp(410px, 33.59375vw, 645px);
  }
}

.p-particulars-four__three {
  background: #FAE8C6;
  position: relative;
  padding: min(55.0666666667vw, 413px) 0 0;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__three {
    padding: clamp(250px, 21.5104166667vw, 413px) 0 0;
  }
}

.p-particulars-four__three-item01 {
  position: absolute;
  top: max(-100px, -13.3333333333vw);
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(45.7333333333vw, 343px);
  height: min(50.4vw, 378px);
  z-index: 0;
  display: inline-block;
  -webkit-animation: upDownSmooth 1s ease-in-out infinite;
          animation: upDownSmooth 1s ease-in-out infinite;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__three-item01 {
    top: max(-100px, -5.2083333333vw);
    width: clamp(214px, 17.8645833333vw, 343px);
    height: clamp(236px, 19.6875vw, 378px);
  }
}

.p-particulars-four__three-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-particulars-four__three-deco::before {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/particulars03_left_sp.webp) center top/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: min(33.3333333333vw, 250px);
  height: min(87.8666666667vw, 659px);
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__three-deco::before {
    background: url(https://www.resorts.co.jp/upload/tenant_1/particulars03_left_pc.webp) center top/cover no-repeat;
    width: clamp(206px, 15.78125vw, 303px);
    height: clamp(450px, 34.3229166667vw, 659px);
  }
}

.p-particulars-four__three-deco::after {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/particulars03_right_sp.webp) center top/cover no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: min(34.5333333333vw, 259px);
  height: min(76.4vw, 573px);
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__three-deco::after {
    background: url(https://www.resorts.co.jp/upload/tenant_1/particulars03_right_pc.webp) center top/cover no-repeat;
    width: clamp(211px, 16.1458333333vw, 310px);
    height: clamp(390px, 29.84375vw, 573px);
  }
}

.p-particulars-four__four {
  background: #F2F1E8;
  position: relative;
  padding: min(55.0666666667vw, 413px) 0 0;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__four {
    padding: clamp(270px, 21.5104166667vw, 413px) 0 0;
  }
}

.p-particulars-four__four-item01 {
  position: absolute;
  top: min(2.6666666667vw, 20px);
  left: min(16vw, 120px);
  width: min(28.9333333333vw, 217px);
  height: min(44.1333333333vw, 331px);
  z-index: 3;
  display: inline-block;
  -webkit-animation: rotate-handle-double 1.5s linear infinite;
          animation: rotate-handle-double 1.5s linear infinite;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__four-item01 {
    top: clamp(20px, 1.0416666667vw, 20px);
    left: clamp(105px, 8.4375vw, 162px);
    width: clamp(136px, 11.3020833333vw, 217px);
    height: clamp(206px, 17.2395833333vw, 331px);
  }
}

.p-particulars-four__four-item02 {
  position: absolute;
  top: min(14.6666666667vw, 110px);
  left: min(45.3333333333vw, 340px);
  width: min(28.4vw, 213px);
  height: min(19.2vw, 144px);
  z-index: 3;
  display: inline-block;
  -webkit-animation: rotate-handle-opposite-double 1.5s linear infinite;
          animation: rotate-handle-opposite-double 1.5s linear infinite;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__four-item02 {
    top: clamp(79px, 6.25vw, 120px);
    left: clamp(240px, 20.8333333333vw, 400px);
    width: clamp(133px, 11.09375vw, 213px);
    height: clamp(90px, 7.5vw, 144px);
  }
}

.p-particulars-four__four-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-particulars-four__four-deco::before {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/particulars04_left_sp.webp) center top/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: min(56.2666666667vw, 422px);
  height: min(89.0666666667vw, 668px);
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__four-deco::before {
    background: url(https://www.resorts.co.jp/upload/tenant_1/particulars04_left_pc.webp) center top/cover no-repeat;
    width: clamp(327px, 24.4791666667vw, 470px);
    height: clamp(465px, 34.7916666667vw, 668px);
  }
}

.p-particulars-four__four-deco::after {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/particulars04_right_sp.webp) center top/cover no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: min(39.2vw, 294px);
  height: min(94.1333333333vw, 706px);
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__four-deco::after {
    background: url(https://www.resorts.co.jp/upload/tenant_1/particulars04_right_pc.webp) center top/cover no-repeat;
    width: clamp(240px, 17.96875vw, 345px);
    height: clamp(500px, 37.5vw, 720px);
  }
}

@-webkit-keyframes upDownSmooth {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px);
  }
}

@keyframes upDownSmooth {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px);
  }
}
@-webkit-keyframes rotate-handle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate-handle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes rotate-handle-opposite {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate-handle-opposite {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes rotate-handle-double {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate-handle-double {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes rotate-handle-opposite-double {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate-handle-opposite-double {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.p-particulars-four__detail-wrap {
  position: relative;
}

.p-particulars-four__detail-wrap.one {
  margin-top: min(14.6666666667vw, 110px);
}
@media screen and (min-width: 769px) {
  .p-particulars-four__detail-wrap.one {
    margin-top: clamp(90px, 6.7708333333vw, 130px);
  }
}

.p-particulars-four__detail-wrap.one::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  background: url(https://www.resorts.co.jp/upload/tenant_1/particulars01_title_sp.webp) center top/cover no-repeat;
  width: 100%;
  height: min(25.2vw, 189px);
  aspect-ratio: 1700/378;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__detail-wrap.one::before {
    background: url(https://www.resorts.co.jp/upload/tenant_1/particulars01_title_pc.webp) center top/cover no-repeat;
    height: auto;
  }
}

.p-particulars-four__detail-wrap.two {
  margin-top: min(13.3333333333vw, 100px);
}
@media screen and (min-width: 769px) {
  .p-particulars-four__detail-wrap.two {
    margin-top: clamp(75px, 4.6875vw, 90px);
  }
}

.p-particulars-four__detail-wrap.two::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  background: url(https://www.resorts.co.jp/upload/tenant_1/particulars02_title_sp.webp) center top/cover no-repeat;
  width: 100%;
  height: min(21.7333333333vw, 163px);
  aspect-ratio: 1700/326;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__detail-wrap.two::before {
    background: url(https://www.resorts.co.jp/upload/tenant_1/particulars02_title_pc.webp) center top/cover no-repeat;
    height: auto;
  }
}

.p-particulars-four__detail-wrap.three {
  margin-top: min(13.3333333333vw, 100px);
}
@media screen and (min-width: 769px) {
  .p-particulars-four__detail-wrap.three {
    margin-top: clamp(75px, 4.6875vw, 90px);
  }
}

.p-particulars-four__detail-wrap.three::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  background: url(https://www.resorts.co.jp/upload/tenant_1/particulars03_title_sp.webp) center top/cover no-repeat;
  width: 100%;
  height: min(21.7333333333vw, 163px);
  aspect-ratio: 1700/326;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__detail-wrap.three::before {
    background: url(https://www.resorts.co.jp/upload/tenant_1/particulars03_title_pc.webp) center top/cover no-repeat;
    height: auto;
  }
}

.p-particulars-four__detail-wrap.four {
  margin-top: min(13.3333333333vw, 100px);
}
@media screen and (min-width: 769px) {
  .p-particulars-four__detail-wrap.four {
    margin-top: clamp(75px, 4.6875vw, 90px);
  }
}

.p-particulars-four__detail-wrap.four::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  background: url(https://www.resorts.co.jp/upload/tenant_1/particulars04_title_sp.webp) center top/cover no-repeat;
  width: 100%;
  height: min(21.7333333333vw, 163px);
  aspect-ratio: 1700/326;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__detail-wrap.four::before {
    background: url(https://www.resorts.co.jp/upload/tenant_1/particulars04_title_pc.webp) center top/cover no-repeat;
    height: auto;
  }
}

.p-particulars-four__num {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 20%);
          transform: translate(-50%, 20%);
}

.p-particulars-four__num::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-particulars-four__num.one {
  height: min(25.2vw, 189px);
}
@media screen and (min-width: 769px) {
  .p-particulars-four__num.one {
    height: clamp(122px, 9.84375vw, 189px);
  }
}

.p-particulars-four__num.two {
  height: min(21.7333333333vw, 163px);
}
@media screen and (min-width: 769px) {
  .p-particulars-four__num.two {
    height: clamp(105px, 8.4895833333vw, 163px);
  }
}

.p-particulars-four__num.three {
  height: min(21.7333333333vw, 163px);
}
@media screen and (min-width: 769px) {
  .p-particulars-four__num.three {
    height: clamp(105px, 8.4895833333vw, 163px);
  }
}

.p-particulars-four__num.four {
  height: min(21.7333333333vw, 163px);
}
@media screen and (min-width: 769px) {
  .p-particulars-four__num.four {
    height: clamp(105px, 8.4895833333vw, 163px);
  }
}

.p-particulars-four__num-inner {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: min(4vw, 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-particulars-four__num-image img {
  width: min(20.4vw, 153px);
  height: min(4.1333333333vw, 31px);
}
@media screen and (min-width: 769px) {
  .p-particulars-four__num-image img {
    width: clamp(96px, 7.96875vw, 153px);
    height: clamp(19px, 1.6145833333vw, 31px);
  }
}

.p-particulars-four__num-no {
  margin: 0 auto;
  width: min(7.4666666667vw, 56px);
  height: min(7.4666666667vw, 56px);
}
@media screen and (min-width: 769px) {
  .p-particulars-four__num-no {
    width: clamp(35px, 2.9166666667vw, 56px);
    height: clamp(35px, 2.9166666667vw, 56px);
  }
}

.p-particulars-four__num-no span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #707070 1px solid;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(7.4666666667vw, 56px);
  height: min(7.4666666667vw, 56px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: min(3.2vw, 1.6rem);
  line-height: 1;
  border-radius: min(7.4666666667vw, 56px);
}
@media screen and (min-width: 769px) {
  .p-particulars-four__num-no span {
    width: clamp(35px, 2.9166666667vw, 56px);
    height: clamp(35px, 2.9166666667vw, 56px);
    font-size: clamp(1.2rem, 1.25vw, 1.6rem);
    border-radius: clamp(35px, 2.9166666667vw, 56px);
  }
}

.p-particulars-four__detail {
  position: relative;
  padding: 0 0 min(21.3333333333vw, 160px);
}
@media screen and (min-width: 769px) {
  .p-particulars-four__detail {
    padding: 0 0 clamp(120px, 8.3333333333vw, 160px);
  }
}

.p-particulars-four__detail.one {
  background: #3DAABB;
}

.p-particulars-four__detail.one::before {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/particulars01_item02_sp.webp) 0 0/cover no-repeat;
  position: absolute;
  top: min(26.6666666667vw, 200px);
  right: 0;
  width: min(13.3333333333vw, 100px);
  height: min(12.9333333333vw, 97px);
}
@media screen and (min-width: 769px) {
  .p-particulars-four__detail.one::before {
    background: url(https://www.resorts.co.jp/upload/tenant_1/particulars01_item02_pc.webp) 0 0/cover no-repeat;
    top: clamp(170px, 10.4166666667vw, 200px);
    width: clamp(95px, 7.96875vw, 153px);
    height: clamp(77px, 6.40625vw, 123px);
  }
}

.p-particulars-four__detail.one::after {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/particulars01_bottom_sp.webp) 0 0/cover no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(100vw, 750px);
  height: min(22.5333333333vw, 169px);
}
@media screen and (min-width: 769px) {
  .p-particulars-four__detail.one::after {
    background: url(https://www.resorts.co.jp/upload/tenant_1/particulars01_bottom_pc.webp) 0 0/cover no-repeat;
    width: clamp(550px, 44.2708333333vw, 850px);
    height: clamp(109px, 8.8020833333vw, 169px);
  }
}

.p-particulars-four__detail.two {
  background: #F3EF80;
}

.p-particulars-four__detail.three {
  background: #E0AD4F;
}

.p-particulars-four__detail.four {
  background: #F7C6BD;
}

.p-particulars-four__heading {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(3.2vw, 1.6rem);
  margin-bottom: min(5.3333333333vw, 40px);
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__heading {
    font-size: clamp(1.2rem, 1.25vw, 1.6rem);
    margin-bottom: clamp(30px, 2.0833333333vw, 40px);
  }
}

.p-particulars-four__heading span {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: min(5.3333333333vw, 2.6666666667rem);
  margin-top: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-particulars-four__heading span {
    font-size: clamp(2rem, 2.0833333333vw, 2.6666666667rem);
    margin-top: clamp(30px, 2.0833333333vw, 40px);
  }
}

.p-particulars-four__text {
  padding: 0 min(14vw, 105px);
}
@media screen and (min-width: 769px) {
  .p-particulars-four__text {
    padding: 0 clamp(95px, 8.0729166667vw, 155px);
  }
}

.p-particulars-four__text p {
  font-size: min(3.2vw, 1.6rem);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-particulars-four__text p {
    font-size: clamp(1.2rem, 1.25vw, 1.6rem);
  }
}

.p-particulars-four__text p:not(:last-of-type) {
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-particulars-four__text p:not(:last-of-type) {
    margin-bottom: clamp(40px, 3.125vw, 60px);
  }
}

.p-particulars-interview__title {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: min(5.3333333333vw, 2.6666666667rem);
  margin-bottom: min(12.6666666667vw, 95px);
}
@media screen and (min-width: 769px) {
  .p-particulars-interview__title {
    font-size: clamp(2rem, 2.0833333333vw, 2.6666666667rem);
    margin-bottom: clamp(60px, 4.9479166667vw, 95px);
  }
}

.p-particulars-interview__heading {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: min(3.7333333333vw, 1.8666666667rem);
  margin-bottom: min(14.6666666667vw, 110px);
}
@media screen and (min-width: 769px) {
  .p-particulars-interview__heading {
    font-size: clamp(1.4666666667rem, 1.4583333333vw, 1.8666666667rem);
    margin-bottom: clamp(70px, 5.7291666667vw, 110px);
  }
}

.p-particulars-interview__chef {
  padding: 0 min(14vw, 105px);
  margin: 0 auto min(21.3333333333vw, 160px);
}
@media screen and (min-width: 769px) {
  .p-particulars-interview__chef {
    padding: 0 clamp(95px, 8.0729166667vw, 155px);
    margin: 0 auto clamp(100px, 8.3333333333vw, 160px);
  }
}

.p-particulars-interview__chef-image {
  margin: 0 auto min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-particulars-interview__chef-image {
    margin: 0 auto clamp(30px, 2.0833333333vw, 40px);
  }
}

.p-particulars-interview__chef-image img {
  width: 100%;
  border-radius: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .p-particulars-interview__chef-image img {
    border-radius: clamp(10px, 1.0416666667vw, 20px);
  }
}

.p-particulars-interview__chef-name {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(2.6666666667vw, 1.3333333333rem);
  margin-bottom: min(4vw, 30px);
}
@media screen and (min-width: 769px) {
  .p-particulars-interview__chef-name {
    font-size: clamp(1.0666666667rem, 1.0416666667vw, 1.3333333333rem);
    margin-bottom: clamp(20px, 1.5625vw, 30px);
  }
}

.p-particulars-interview__chef-name span {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: min(4.8vw, 2.4rem);
  margin-top: min(4vw, 30px);
}
@media screen and (min-width: 769px) {
  .p-particulars-interview__chef-name span {
    font-size: clamp(1.7333333333rem, 1.875vw, 2.4rem);
    margin-top: clamp(20px, 1.5625vw, 30px);
  }
}

.p-particulars-interview__chef-text {
  font-size: min(3.2vw, 1.6rem);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-particulars-interview__chef-text {
    font-size: clamp(1.2rem, 1.25vw, 1.6rem);
  }
}

.p-particulars-interview__detail {
  padding: 0 min(14vw, 105px);
}
@media screen and (min-width: 769px) {
  .p-particulars-interview__detail {
    padding: 0 clamp(95px, 8.0729166667vw, 155px);
  }
}

.p-particulars-interview__detail:not(:last-of-type) {
  margin-bottom: min(20vw, 150px);
}
@media screen and (min-width: 769px) {
  .p-particulars-interview__detail:not(:last-of-type) {
    margin-bottom: clamp(120px, 7.8125vw, 150px);
  }
}

.p-particulars-interview__detail-image {
  margin: 0 auto min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-particulars-interview__detail-image {
    margin: 0 auto clamp(40px, 3.125vw, 60px);
  }
}

.p-particulars-interview__detail-image img {
  width: 100%;
  border-radius: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .p-particulars-interview__detail-image img {
    border-radius: clamp(10px, 1.0416666667vw, 20px);
  }
}

.p-particulars-interview__detail-title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: min(3.7333333333vw, 1.8666666667rem);
  border-left: #707070 1px solid;
  padding-left: min(6.6666666667vw, 50px);
  margin-bottom: min(5.3333333333vw, 40px);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-particulars-interview__detail-title {
    font-size: clamp(1.3333333333rem, 1.4583333333vw, 1.8666666667rem);
    padding-left: clamp(30px, 2.6041666667vw, 50px);
    margin-bottom: clamp(25px, 2.0833333333vw, 40px);
  }
}

.p-particulars-interview__detail-text {
  font-size: min(3.2vw, 1.6rem);
}
@media screen and (min-width: 769px) {
  .p-particulars-interview__detail-text {
    font-size: clamp(1.0666666667rem, 1.25vw, 1.6rem);
  }
}

.p-particulars-interview__detail-text.first {
  margin-bottom: min(12.6666666667vw, 95px);
}
@media screen and (min-width: 769px) {
  .p-particulars-interview__detail-text.first {
    margin-bottom: clamp(75px, 4.9479166667vw, 95px);
  }
}

.p-particulars-hotel--inner {
  padding: 0 min(4vw, 30px);
}
@media screen and (min-width: 769px) {
  .p-particulars-hotel--inner {
    padding: 0 clamp(50px, 4.1666666667vw, 80px);
  }
}

.p-particulars-hotel__title {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: min(5.3333333333vw, 2.6666666667rem);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-particulars-hotel__title {
    font-size: clamp(1.8666666667rem, 1.875vw, 2.4rem);
    margin-bottom: clamp(30px, 2.0833333333vw, 40px);
  }
}

.p-particulars-hotel_text {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: min(3.7333333333vw, 1.8666666667rem);
  margin-bottom: min(16vw, 120px);
}
@media screen and (min-width: 769px) {
  .p-particulars-hotel_text {
    font-size: clamp(1.3333333333rem, 1.4583333333vw, 1.8666666667rem);
    margin-bottom: clamp(90px, 6.25vw, 120px);
  }
}

.p-particulars-hotel_area {
  border-top: #707070 1px solid;
  border-bottom: #707070 1px solid;
  padding: min(2.6666666667vw, 20px) 0;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: min(5.3333333333vw, 2.6666666667rem);
  margin-bottom: min(16vw, 120px);
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .p-particulars-hotel_area {
    font-size: clamp(1.8666666667rem, 1.875vw, 2.4rem);
    margin: 0 auto clamp(90px, 6.25vw, 120px);
  }
}

.p-particulars-hotel_wrap:not(:last-of-type) {
  margin: 0 auto min(21.3333333333vw, 160px);
}
@media screen and (min-width: 769px) {
  .p-particulars-hotel_wrap:not(:last-of-type) {
    margin: 0 auto clamp(120px, 8.3333333333vw, 160px);
  }
}

.p-particulars-hotel_logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(8vw, 60px);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-particulars-hotel_logo-wrap {
    gap: clamp(40px, 3.125vw, 60px);
    margin-bottom: clamp(30px, 2.0833333333vw, 40px);
  }
}

.p-particulars-hotel_logo {
  width: min(26.6666666667vw, 200px);
  height: min(26.6666666667vw, 200px);
}
@media screen and (min-width: 769px) {
  .p-particulars-hotel_logo {
    width: clamp(123px, 10.4166666667vw, 200px);
    height: clamp(123px, 10.4166666667vw, 200px);
  }
}

.p-particulars-hotel_name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(4.5333333333vw, 2.2666666667rem);
}
@media screen and (min-width: 769px) {
  .p-particulars-hotel_name {
    font-size: clamp(1.6rem, 1.7708333333vw, 2.2666666667rem);
  }
}

.p-particulars-hotel_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(4vw, 30px);
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-particulars-hotel_gallery {
    gap: clamp(20px, 1.5625vw, 30px);
    margin-bottom: clamp(60px, 4.1666666667vw, 80px);
  }
}

.p-particulars-hotel_gallery li img {
  width: 100%;
  border-radius: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .p-particulars-hotel_gallery li img {
    border-radius: clamp(10px, 1.0416666667vw, 20px);
  }
}

.p-particulars-hotel_link li:not(:last-child) {
  margin-bottom: min(4vw, 30px);
}
@media screen and (min-width: 769px) {
  .p-particulars-hotel_link li:not(:last-child) {
    margin-bottom: clamp(20px, 1.5625vw, 30px);
  }
}

.p-particulars-hotel_link li a {
  display: block;
  border: #707070 1px solid;
  border-radius: min(2.6666666667vw, 20px);
  padding: min(4.6666666667vw, 35px);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(4.5333333333vw, 2.2666666667rem);
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-particulars-hotel_link li a {
    border-radius: clamp(10px, 1.0416666667vw, 20px);
    padding: clamp(20px, 1.8229166667vw, 35px);
    font-size: clamp(1.6rem, 1.7708333333vw, 2.2666666667rem);
  }
}

.p-particulars-hotel_link li:first-child a {
  position: relative;
}

.p-particulars-hotel_link li:first-child a::after {
  content: "";
  background: url(https://www.resorts.co.jp/upload/tenant_1/particulars_icon_link.webp) 0 0/cover no-repeat;
  position: absolute;
  top: 50%;
  right: min(4vw, 30px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(4.8vw, 36px);
  height: min(4.8vw, 36px);
}
@media screen and (min-width: 769px) {
  .p-particulars-hotel_link li:first-child a::after {
    right: clamp(20px, 1.5625vw, 30px);
    width: clamp(22px, 1.875vw, 36px);
    height: clamp(22px, 1.875vw, 36px);
  }
}

@media screen and (min-width: 769px) {
  .p-particulars-hotel_link li a.tenjin:hover {
    background: #EBECEC;
  }
}

@media screen and (min-width: 769px) {
  .p-particulars-hotel_link li a.nakasu:hover {
    background: #E6E4EF;
  }
}

@media screen and (min-width: 769px) {
  .p-particulars-hotel_link li a.porto:hover {
    background: #EAF6FD;
  }
}

@media screen and (min-width: 769px) {
  .p-particulars-hotel_link li a.marche:hover {
    background: #F4EDE9;
  }
}
