.p-top__fv {
  position: relative;
}

.p-top__fv-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 44rem;
  width: 100%;
}


.p-top__cta {
  display: none;
}

.p-top__fv-icon01 {
  position: absolute;
  left: 5rem;
  top: 4rem;
  width: 15rem;
}

.p-top__fv-icon02 {
  position: absolute;
  left: 5rem;
  top: 20rem;
  width: 15rem;
}

.p-top__index01 {
  padding: 8rem 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-top__index01.--ver01 {
  background-image: url(../img/top/bg01.webp);
}

.p-top__index01.--ver02 {
  background-color: #2B292A;
}

.p-top__index01.--ver03 {
  background-image: url(../img/top/bg02.webp);
}

.p-top__index01.--ver04 {
  background-color: #FFFFFF;
}

.p-top__index01-container {
  margin-top: 6rem;
  display: flex;
  gap: 2rem;
}

.p-top__index01-container-image {
  position: relative;
  width: 50%;
}

.p-top__index01-container-image-text {
  position: absolute;
  bottom: 1rem;
  color: #fff;
  right: 2rem;
  font-size: 2rem;
}

.p-top__index01-container-image-text.--img {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  max-width: 17rem;
  width: 100%;
}

.p-top__index01-btn {
  margin-top: 8rem;
}

.p-top__index02 {
  padding: 8rem 0;
  text-align: center;
  background-color: #E6DACC;
}

.p-top__index02-container {
  display: flex;
  background-color: #000;
  padding: 4rem 6rem;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 4rem;
  text-decoration: none;
  color: inherit;
}

.p-top__index02-container-left {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.p-top__index02-container-left-textbox {
  color: #fff;
}

.p-top__index02-container-left-textbox-ttl {
  text-align: left;
  font-size: 2.4rem;
}

.p-top__index02-container-left-textbox-text {
  text-align: left;
  font-size: 1.6rem;
}

.p-top__index02-container-left-image {
  max-width: 20rem;
}

.p-top__index02-container:first-of-type {
  margin-top: 8rem;
}

.c-topttl {
  text-align: left;
  font-size: 5rem;
}

.c-topttl.--white {
  text-align: left;
  font-size: 5rem;
  color: #fff;
}

.c-toptext {
  text-align: left;
  font-size: 2.4rem;
}

.c-toptext::before {
  content: '';
  display: inline-block;
  width: 1.2rem;
  height: 1px;
  background: #2a1a0a;
  vertical-align: middle;
}

.c-toptext.--white::before {
  content: '';
  display: inline-block;
  width: 1.2rem;
  height: 1px;
  background: #fff;
  vertical-align: middle;
}

.c-toptext.--white {
  text-align: left;
  font-size: 2.4rem;
  color: #fff;
}

.c-toptext02 {
  text-align: left;
  font-size: 2.4rem;
  margin-top: 4rem;
}


.c-toptext02.--white {
  text-align: left;
  font-size: 2.4rem;
  color: #fff;
  margin-top: 4rem;
}

.c-toptext02.--white span {
  font-size: 4rem;
}

@media screen and (max-width: 768px) {

  .p-top__index01-container-image-text.--img {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    max-width: 12rem;
    width: 100%;
  }

  .p-top__fv-ttl {
    max-width: 26rem;
    width: 100%;
  }

  .p-top__fv-icon01 {
    width: 7.5rem;
    top: 2rem;
    left: 2rem;
  }

  .p-top__fv-icon02 {
    width: 7.5rem;
    top: 11rem;
    left: 2rem;

  }

  .p-top__cta {
    display: block;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    position: fixed;
    padding: 2rem 0;
    background-color: #543C32;
    bottom: 0;
    z-index: 200;
    width: 100%;
  }

  .p-top__cta:before {
    content: '';
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background: url(/common/img/header/header-icon04.webp) no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: sub;
  }

  .p-top__index01 {
    padding: 6rem 0;
  }

  .c-topttl {
    font-size: 3.2rem;
  }

  .c-toptext {
    font-size: 1.6rem;
  }

  .p-top__index01-container {
    margin-top: 3rem;
    flex-direction: column;
    gap: 4rem;
  }

  .p-top__index01-container-image {
    width: 100%;
  }

  .p-top__index01-btn {
    margin-top: 4rem;
  }

  .c-topttl.--white {
    font-size: 3.2rem;
  }

  .c-toptext.--white {
    font-size: 1.6rem;
  }

  .c-toptext02.--white {
    font-size: 1.4rem;
    margin-top: 2rem;
  }

  .c-toptext02.--white span {
    font-size: 2rem;
  }

  .c-toptext02 {
    margin-top: 2rem;
    font-size: 1.4rem;
  }

  .p-top__index02-container:first-of-type {
    margin-top: 2rem;
  }

  .p-top__index02-container {
    padding: 1.6rem;
    margin-top: 2rem;
  }

  .p-top__index02-container-right .c-btn-more.--white {
    display: none;
  }

  .p-top__index02-container-left-image {
    max-width: 10rem;
  }

  .p-top__index02-container-left-textbox-ttl {
    font-size: 1.8rem;
    line-height: 1;
  }

  .p-top__index02-container-left {
    gap: 1.6rem;
  }

  .p-top__index02-container-left-textbox-text {
    font-size: 1.3rem;
    letter-spacing: -0.01em;
    line-height: 1.5;
    margin-top: .5rem;
  }
}

/* =======================================
   VIEW MORE ボタン
======================================= */
.c-btn-more {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #2a1a0a;
}

.c-btn-more.--white {
  color: #fff;
}

.c-btn-more:hover {
  opacity: 1;
}

.c-btn-more:hover .c-btn-more__circle,
.p-top__index02-container:hover .c-btn-more__circle {
  transform: translateX(0.6rem);
}

.c-btn-more__text {
  font-family: 'Cormorant Garamond', Garamond, serif;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.c-btn-more__circle {
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid #2a1a0a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.6rem;
  margin-left: 20rem;
  transition: transform 0.35s ease;
  color: #2a1a0a;
}

.c-btn-more__circle::before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 20rem;
  height: 1px;
  background: #2a1a0a;
  transform: translateY(-50%);
}

.c-btn-more__circle.--white {
  color: #fff;
  border: 1px solid #fff;
}

.c-btn-more__circle.--white::before {
  background: #fff;
}

.c-btn-more__circle svg {
  width: 1.4rem;
  height: 1.4rem;
  display: none;
}

@media screen and (max-width: 768px) {

  .c-btn-more__circle {
    width: 3.2rem;
    height: 3.2rem;
    margin-left: 14rem;
  }

  .c-btn-more__circle::before {
    width: 15rem;
  }
}

/* =======================================
   TOPページ 新着情報リスト
======================================= */
.p-top__news-list {
  list-style: none;
  margin-top: 4rem;
  margin-bottom: 4rem;
  border-top: 1px solid rgba(42, 26, 10, 0.15);
}

.p-top__news-item {
  border-bottom: 1px solid rgba(42, 26, 10, 0.15);
}

.p-top__news-link {
  display: block;
  text-decoration: none;
  color: #2a1a0a;
  transition: opacity 0.2s;
}

.p-top__news-link img {
  display: block;
  width: 100%;
  height: 30rem;
}

.p-top__news-link:hover {
  opacity: 0.6;
}

.p-top__news-date {
  display: block;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 1rem;
}

.p-top__news-title {
  display: block;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 1.6rem;
  margin-top: .4rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-top__news-link img {
    display: block;
    width: 100%;
  height: 20rem;
  }
}