@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.header {
  background: transparent;
}
.header-logo img {
  filter: brightness(0) invert(1);
}
.header-menu > li.login a::before {
  filter: brightness(0) invert(1);
}
.header-menu__item a {
  color: #fff;
}
.header .header-nav__acc__trigger p::before,
.header .header-nav__acc__trigger p::after {
  filter: brightness(0) invert(1);
}
.header-lang a {
  color: #333;
}
.header-hamburger__line {
  background: #fff;
}
.header-nav__acc__trigger {
  border-color: #fff;
}
.header-nav__acc__trigger p {
  color: #fff;
}
.header.chenge {
  background: #fff;
}
.header.chenge .header-menu__item a,
.header.chenge .header-nav__acc__trigger p {
  color: #333;
}
.header.chenge .header-lang a:hover,
.header.chenge .header-menu > li.reservation a {
  color: #fff;
}
.header.chenge .header-hamburger__line {
  background: #333;
}
.header.chenge .header-hamburger.--active .header-hamburger__line {
  background: #fff;
}
.header.chenge .header-nav__acc__trigger {
  border-color: #ccc;
}
.header.chenge .header-nav__acc__trigger p::before,
.header.chenge .header-nav__acc__trigger p::after,
.header.chenge .header-menu > li.login a::before {
  filter: none;
}
.header.chenge .header-logo img {
  filter: none;
}
@media (width <= 1200px) {
  .header.chenge .header-nav .header-logo img {
    filter: brightness(0) invert(1);
  }
}

body.cn .top-concept__txt p.copy, body.tw .top-concept__txt p.copy, body.ko .top-concept__txt p.copy {
  font-size: 3rem;
}
@media all and (max-width: 480px) {
  body.cn .top-concept__txt p.copy, body.tw .top-concept__txt p.copy, body.ko .top-concept__txt p.copy {
    font-size: 2.4rem;
  }
}

/* top */
/* ============================================ */
.top-mainvisual {
  position: relative;
  margin-top: -83px;
}
@media (width <= 1200px) {
  .top-mainvisual {
    margin-top: -67px;
  }
}
.top-mainvisual__wrapper {
  position: relative;
}
.top-mainvisual__wrapper::after {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.top-mainvisual__copy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7cqw;
  color: #fff;
  z-index: 1;
}
@media all and (max-width: 480px) {
  .top-mainvisual__copy {
    top: auto;
    bottom: 0;
  }
}
.top-mainvisual__copy p {
  font-size: 2rem;
  font-weight: 500;
}
@media all and (max-width: 480px) {
  .top-mainvisual__copy p {
    font-size: 1.6rem;
  }
}
.top-mainvisual__ttl {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
@media all and (max-width: 896px) {
  .top-mainvisual__ttl {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 480px) {
  .top-mainvisual__ttl {
    font-size: 2.8rem;
    text-align: left;
  }
}
.top-mainvisual .splide__pagination {
  top: 60%;
  transform: translateY(-50%);
  left: 7cqw;
  bottom: auto;
  right: auto;
  padding: 0;
}
@media (width <= 1440px) {
  .top-mainvisual .splide__pagination {
    top: 65%;
  }
}
@media all and (max-width: 896px) {
  .top-mainvisual .splide__pagination {
    top: 80%;
  }
}
@media all and (max-width: 480px) {
  .top-mainvisual .splide__pagination {
    top: auto;
    bottom: 20px;
    left: auto;
    right: 20px;
  }
}
@media all and (max-width: 480px) {
  .top-mainvisual .splide__pagination__page {
    width: 6px;
    height: 6px;
  }
}

.top-hotellist {
  padding: 90px 0;
  background: #F7F7F7;
}
@media all and (max-width: 896px) {
  .top-hotellist {
    padding: 45px 0;
  }
}
.top-hotellist__head {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}
.top-hotellist__head > div h2 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
  color: #826A29;
}
@media all and (max-width: 896px) {
  .top-hotellist__head > div h2 {
    font-size: 2.4rem;
  }
}
.top-hotellist__head > div p {
  font-weight: 500;
  margin-top: 20px;
}
.top-hotellist__head > div p a {
  position: relative;
  display: block;
  color: #826A29;
  border: 1px solid #826A29;
  padding: 12px 20px;
  font-weight: 500;
  width: 220px;
}
.top-hotellist__head > div p a:hover {
  color: #fff;
  background: #826A29;
  opacity: 1;
}
.top-hotellist__head > div p a:hover::after {
  filter: brightness(0) invert(1);
}
.top-hotellist__head > div p a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url(../../assets/images/common/icon_linearrow.svg) center center/cover no-repeat;
  width: 16px;
  height: 13px;
}
.top-hotellist__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 45px;
  margin-top: 45px;
}
@media all and (max-width: 896px) {
  .top-hotellist__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 23px;
    margin-top: 30px;
  }
}
@media all and (max-width: 600px) {
  .top-hotellist__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.top-hotellist__card {
  background: #fff;
}
.top-hotellist__card a {
  display: block;
}
.top-hotellist__img a {
  overflow: hidden;
}
.top-hotellist__img a figure {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.top-hotellist__img a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-hotellist__img a:hover {
  opacity: 1;
}
.top-hotellist__img a:hover figure {
  transform: scale(1.05);
}
.top-hotellist__txt {
  padding: 25px;
}
@media all and (max-width: 896px) {
  .top-hotellist__txt {
    padding: 20px 25px;
  }
}
.top-hotellist__txt ul {
  display: flex;
  gap: 5px 10px;
}
.top-hotellist__txt ul li {
  text-align: center;
}
@media all and (max-width: 896px) {
  .top-hotellist__txt ul li {
    font-size: 1.2rem;
  }
}
.top-hotellist__txt ul li.place {
  position: relative;
  background: #333;
  color: #fff;
  padding: 1px 13px 1px 23px;
  font-size: 1.3rem;
}
@media all and (max-width: 896px) {
  .top-hotellist__txt ul li.place {
    font-size: 1.2rem;
  }
}
.top-hotellist__txt ul li.place::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  background: url(../../assets/images/common/icon_place.svg) center center/cover no-repeat;
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}
.top-hotellist__txt h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 5px;
}
@media all and (max-width: 896px) {
  .top-hotellist__txt h3 {
    font-size: 1.8rem;
  }
}
.top-hotellist__txt p {
  margin-top: 5px;
}
.top-hotellist__txt p.link a {
  position: relative;
  display: inline-block;
  color: #826A29;
  text-decoration: underline;
  padding-right: 1em;
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .top-hotellist__txt p.link a {
    font-size: 1.3rem;
  }
}
.top-hotellist__txt p.link a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../../assets/images/common/icon_outside.svg) center center/cover no-repeat;
  width: 10px;
  height: 10px;
}
.top-hotellist__txt p.link a:hover {
  transform: translateX(5px);
}
.top-hotellist__img {
  position: relative;
}
.top-hotellist__img p {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  background: #826A29;
  color: var(--Color-white, #FFF);
  padding-left: 1em;
  padding: 5px 10px;
}
.top-hotellist__img p::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../../assets/images/common/icon_place.svg) center center/cover no-repeat;
  width: 10px;
  height: 13px;
}
.top-hotellist__link {
  position: relative;
  padding: 20px 15px;
  color: #333;
}
.top-hotellist__link::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: url(../../assets/images/common/icon_outside.svg) center center/cover no-repeat;
  width: 10px;
  height: 10px;
}
.top-hotellist p.pconly a {
  position: relative;
  display: block;
  color: #826A29;
  border: 1px solid #826A29;
  padding: 12px 20px;
  font-weight: 500;
  width: 205px;
}
.top-hotellist p.pconly a:hover {
  color: #fff;
  background: #826A29;
  opacity: 1;
}
.top-hotellist p.pconly a:hover::after {
  filter: brightness(0) invert(1);
}
.top-hotellist p.pconly a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url(../../assets/images/common/icon_linearrow.svg) center center/cover no-repeat;
  width: 16px;
  height: 13px;
}
.top-hotellist p.sponly {
  margin: 35px auto 0;
}
.top-hotellist p.sponly a {
  position: relative;
  display: block;
  color: #826A29;
  border: 1px solid #826A29;
  padding: 12px 20px;
  font-weight: 500;
  width: 185px;
  margin-inline: auto;
}
.top-hotellist p.sponly a:hover {
  color: #fff;
  background: #826A29;
  opacity: 1;
}
.top-hotellist p.sponly a:hover::after {
  filter: brightness(0) invert(1);
}
.top-hotellist p.sponly a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url(../../assets/images/common/icon_linearrow.svg) center center/cover no-repeat;
  width: 16px;
  height: 13px;
}
.top-hotellist__map {
  padding-top: 45px;
}
.top-hotellist__map svg, .top-hotellist__map img {
  width: 100%;
  height: auto;
}

.top-concept__wrapper {
  position: relative;
  padding: 160px 0 250px;
  container-type: inline-size;
}
.top-concept__txt {
  text-align: center;
}
@media all and (max-width: 600px) {
  .top-concept__txt {
    text-align: left;
    padding: 18cqw 0 43cqw;
  }
}
@media all and (max-width: 480px) {
  .top-concept__txt {
    padding: 7cqw 0 20cqw;
  }
}
.top-concept__txt h2 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
  color: #826A29;
}
@media all and (max-width: 480px) {
  .top-concept__txt h2 {
    font-size: 2.4rem;
  }
}
.top-concept__txt p {
  font-weight: 500;
  line-height: 2;
}
@media all and (max-width: 600px) {
  .top-concept__txt p {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 480px) {
  .top-concept__txt p {
    font-size: 1.5rem;
  }
}
.top-concept__txt p.copy {
  margin: 30px auto 60px;
  font-size: 3.4rem;
  line-height: 1.6;
  max-width: 520px;
}
@media all and (max-width: 480px) {
  .top-concept__txt p.copy {
    font-size: 2.6rem;
    margin: 30px auto 40px;
  }
}
.top-concept__txt p + p {
  margin: 20px auto 0;
  max-width: 550px;
}
.top-concept__txt p.link {
  margin-top: 45px;
}
@media all and (max-width: 480px) {
  .top-concept__txt p.link {
    margin-top: 30px;
  }
}
.top-concept__txt p.link a {
  position: relative;
  display: block;
  color: #fff;
  background: #826A29;
  border: 1px solid #826A29;
  padding: 10px 20px;
  font-weight: 500;
  width: 180px;
  text-align: left;
  margin-inline: auto;
}
@media all and (max-width: 600px) {
  .top-concept__txt p.link a {
    margin: auto 2cqw auto auto;
  }
}
.top-concept__txt p.link a:hover {
  color: #826A29;
  background: #fff;
  opacity: 1;
}
.top-concept__txt p.link a:hover::after {
  filter: none;
}
.top-concept__txt p.link a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: url(../../assets/images/common/icon_linearrow.svg) center center/cover no-repeat;
  width: 16px;
  height: 13px;
  filter: brightness(0) invert(1);
}
.top-concept__img {
  position: absolute;
}
.top-concept__img.img1 {
  top: 6.5cqw;
  left: 20.5cqw;
  width: 13cqw;
}
@media all and (max-width: 600px) {
  .top-concept__img.img1 {
    top: 25.5cqw;
    left: 62.5cqw;
    width: 36cqw;
  }
}
.top-concept__img.img2 {
  top: 0;
  right: 10cqw;
  width: 25cqw;
}
@media all and (max-width: 600px) {
  .top-concept__img.img2 {
    top: 0;
    right: auto;
    left: 0;
    width: 57cqw;
  }
}
.top-concept__img.img3 {
  bottom: 4cqw;
  left: 10cqw;
  width: 20cqw;
}
@media all and (max-width: 600px) {
  .top-concept__img.img3 {
    bottom: 17cqw;
    left: auto;
    right: 0;
    width: 42cqw;
  }
}
.top-concept__img.img4 {
  bottom: 20cqw;
  right: 15cqw;
  width: 13.5cqw;
}
@media all and (max-width: 600px) {
  .top-concept__img.img4 {
    bottom: 59cqw;
    right: 0;
    left: 0;
    width: 40cqw;
  }
}
.top-concept__img.img5 {
  bottom: 0;
  right: 23cqw;
  width: 13.5cqw;
}
@media all and (max-width: 600px) {
  .top-concept__img.img5 {
    bottom: 0;
    right: auto;
    left: 10cqw;
    width: 39cqw;
  }
}

.top-members {
  margin-top: 60px;
}
@media all and (max-width: 480px) {
  .top-members {
    margin-top: 45px;
  }
}
.top-members__wrapper {
  position: relative;
  border: 2px solid #B39E66;
  background: #DCCFB0;
  padding: 70px 90px;
}
@media all and (max-width: 896px) {
  .top-members__wrapper {
    padding: 35px 45px;
  }
}
@media all and (max-width: 480px) {
  .top-members__wrapper {
    padding: 35px 30px 140px;
  }
}
.top-members__wrapper::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 9cqw;
  background: url(../../assets/images/top/and.svg) center center/cover no-repeat;
  width: 34cqw;
  aspect-ratio: 0.868/1;
}
@media all and (max-width: 480px) {
  .top-members__wrapper::after {
    width: 60cqw;
  }
}
.top-members__txt {
  position: relative;
  z-index: 1;
}
.top-members__txt h2 {
  font-size: 3.2rem;
  font-weight: 500;
}
@media all and (max-width: 480px) {
  .top-members__txt h2 {
    font-size: 2.4rem;
  }
}
.top-members__txt h2 span.en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.4rem;
  font-weight: 600;
}
.top-members__txt p {
  margin-top: 30px;
}
@media all and (max-width: 480px) {
  .top-members__txt p {
    margin-top: 20px;
  }
}
.top-members__txt p.link {
  margin-top: 60px;
}
@media all and (max-width: 480px) {
  .top-members__txt p.link {
    margin-top: 30px;
  }
}
.top-members__txt p.link a {
  position: relative;
  display: block;
  color: #826A29;
  border: 1px solid #826A29;
  background: #fff;
  padding: 12px 20px;
  font-weight: 500;
  width: 220px;
}
@media all and (max-width: 896px) {
  .top-members__txt p.link a {
    width: 200px;
  }
}
.top-members__txt p.link a:hover {
  color: #fff;
  background: #826A29;
  opacity: 1;
}
.top-members__txt p.link a:hover::after {
  filter: brightness(0) invert(1);
}
.top-members__txt p.link a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url(../../assets/images/common/icon_outside.svg) center center/cover no-repeat;
  width: 13px;
  height: 13px;
}

.top-travel {
  margin-top: 90px;
  padding: 90px 0;
  background: #F7F7F7;
}
@media all and (max-width: 896px) {
  .top-travel {
    margin-top: 45px;
    padding: 45px 0;
  }
}
.top-travel__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 30px;
}
.top-travel__head > div h2 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
  color: #826A29;
}
@media all and (max-width: 896px) {
  .top-travel__head > div h2 {
    font-size: 2.4rem;
  }
}
.top-travel__head > div p {
  font-weight: 500;
  margin-top: 20px;
}
.top-travel__head p.pconly a {
  position: relative;
  display: block;
  color: #826A29;
  border: 1px solid #826A29;
  padding: 12px 20px;
  font-weight: 500;
  width: 220px;
}
.top-travel__head p.pconly a:hover {
  color: #fff;
  background: #826A29;
  opacity: 1;
}
.top-travel__head p.pconly a:hover::after {
  filter: brightness(0) invert(1);
}
.top-travel__head p.pconly a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url(../../assets/images/common/icon_linearrow.svg) center center/cover no-repeat;
  width: 16px;
  height: 13px;
}
.top-travel__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5cqw 3cqw;
  justify-content: center;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .top-travel__list {
    gap: 15px 23px;
    justify-content: flex-start;
  }
}
@media all and (max-width: 600px) {
  .top-travel__list {
    gap: 30px;
  }
}
.top-travel__card {
  background: #fff;
  display: flex;
  flex-direction: column;
  width: calc((100% - 6cqw) / 3);
}
@media all and (max-width: 896px) {
  .top-travel__card {
    width: calc((100% - 6cqw) / 2);
  }
}
@media all and (max-width: 600px) {
  .top-travel__card {
    width: 100%;
  }
}
.top-travel__card a {
  display: block;
}
.top-travel__img a {
  display: block;
  overflow: hidden;
}
.top-travel__img a figure {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.top-travel__img a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-travel__img a:hover {
  opacity: 1;
}
.top-travel__img a:hover figure {
  transform: scale(1.05);
}
.top-travel__txt {
  padding: 25px;
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .top-travel__txt {
    padding: 3.5cqw 3cqw;
  }
}
@media all and (max-width: 480px) {
  .top-travel__txt {
    padding: 6cqw 6.5cqw;
  }
}
.top-travel__txt ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.top-travel__txt ul li {
  text-align: center;
  padding: 1px 13px;
  font-size: 1.3rem;
  background: #666;
  color: #fff;
}
@media all and (max-width: 896px) {
  .top-travel__txt ul li {
    font-size: 1.2rem;
  }
}
.top-travel__txt ul li.place {
  position: relative;
  padding: 1px 13px 1px 23px;
  background: #333;
}
.top-travel__txt ul li.place::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  background: url(../../assets/images/common/icon_place.svg) center center/cover no-repeat;
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}
.top-travel__txt h3 {
  font-size: 1.9rem;
  font-weight: 500;
  margin-top: 5px;
  min-height: 3.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media all and (max-width: 896px) {
  .top-travel__txt h3 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 600px) {
  .top-travel__txt h3 {
    min-height: auto;
  }
}
.top-travel__txt p.date {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #666;
  font-size: 1.5rem;
}
.top-travel__txt p.link {
  margin-top: 5px;
}
.top-travel__txt p.link a {
  position: relative;
  display: inline-block;
  color: #826A29;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .top-travel__txt p.link a {
    font-size: 1.3rem;
  }
}
.top-travel__txt p.link a:hover {
  transform: translateX(5px);
}
.top-travel__link {
  position: relative;
  padding: 20px 15px;
  color: #333;
}
.top-travel__link::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: url(../../assets/images/common/icon_outside.svg) center center/cover no-repeat;
  width: 10px;
  height: 10px;
}
.top-travel p.sponly {
  margin: 35px auto 0;
}
.top-travel p.sponly a {
  position: relative;
  display: block;
  color: #826A29;
  border: 1px solid #826A29;
  padding: 12px 20px;
  font-weight: 500;
  width: 145px;
}
@media all and (max-width: 896px) {
  .top-travel p.sponly a {
    margin-inline: auto;
  }
}
.top-travel p.sponly a:hover {
  color: #fff;
  background: #826A29;
  opacity: 1;
}
.top-travel p.sponly a:hover::after {
  filter: brightness(0) invert(1);
}
.top-travel p.sponly a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url(../../assets/images/common/icon_linearrow.svg) center center/cover no-repeat;
  width: 16px;
  height: 13px;
}

.top-sns {
  padding: 80px 0 90px;
}
@media all and (max-width: 896px) {
  .top-sns {
    padding: 30px 0 45px;
  }
}
.top-sns__ttl {
  text-align: center;
}
.top-sns__ttl h2 small {
  color: #826A29;
  font-size: 3rem;
  display: block;
}
.top-sns__ttl h2 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
}
@media all and (max-width: 480px) {
  .top-sns__ttl h2 {
    font-size: 2.4rem;
  }
}
.top-sns__ttl p {
  margin-top: 20px;
}
.top-sns__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.6);
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .top-sns__head {
    margin-top: 45px;
  }
}
@media all and (max-width: 480px) {
  .top-sns__head {
    flex-direction: column;
    padding-bottom: 15px;
  }
}
.top-sns__head a {
  display: inline-block;
}
.top-sns__head a dl {
  display: flex;
  gap: 10px;
}
.top-sns__head a dl dt {
  width: 50px;
}
.top-sns__head a dl dd {
  font-weight: 500;
}
.top-sns__head a dl dd span.name {
  display: block;
  color: #666;
}
.top-sns__head p a {
  display: block;
  color: #826A29;
  font-weight: 500;
}
@media all and (max-width: 480px) {
  .top-sns__head p a {
    text-align: right;
  }
}
.top-sns__head p a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  transform: translateX(5px);
}
.top-sns__list {
  margin-top: 35px;
}
@media all and (max-width: 896px) {
  .top-sns__list {
    margin-top: 20px;
  }
}

.top-new {
  padding: 75px 0;
  background: #F7F7F7;
}
@media all and (max-width: 896px) {
  .top-new {
    padding: 45px 0;
  }
}
.top-new__list {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2cqw 4cqw;
}
@media all and (max-width: 896px) {
  .top-new__list {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (max-width: 480px) {
  .top-new__list {
    gap: 15px;
  }
}
.top-new__list dl {
  display: grid;
  grid-template-columns: 200px 1fr;
  background: #fff;
}
@media all and (max-width: 1367px) {
  .top-new__list dl {
    grid-template-columns: 150px 1fr;
  }
}
@media all and (max-width: 480px) {
  .top-new__list dl {
    grid-template-columns: 120px 1fr;
  }
}
.top-new__list dl dt {
  overflow: hidden;
}
.top-new__list dl dt figure {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.top-new__list dl dt figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-new__list dl dd {
  display: grid;
  align-content: center;
  padding: 0 1cqw 0 3cqw;
  transition: 0.5s;
}
@media all and (max-width: 480px) {
  .top-new__list dl dd {
    padding: 0 1cqw 0 5cqw;
  }
}
.top-new__list dl dd h3 {
  font-weight: 500;
  font-size: 2.2rem;
}
@media all and (max-width: 1367px) {
  .top-new__list dl dd h3 {
    font-size: 2rem;
  }
}
@media all and (max-width: 480px) {
  .top-new__list dl dd h3 {
    font-size: min(4.8vw, 1.6rem);
  }
}
.top-new__list dl dd p {
  margin-top: 5px;
}
@media all and (max-width: 480px) {
  .top-new__list dl dd p {
    font-size: 1.2rem;
  }
}
.top-new__list a {
  display: block;
}
.top-new__list a:hover {
  opacity: 1;
}
.top-new__list a:hover dl {
  background: #826A29;
}
.top-new__list a:hover dl dt figure {
  transform: scale(1.05);
}
.top-new__list a:hover dl dd {
  color: #fff;
}

.footer {
  padding: 90px 0 220px;
}
@media all and (max-width: 480px) {
  .footer {
    padding: 45px 0 150px;
  }
}