.p-top__fv {
  position: relative;
}

.p-top__fv-ttl {
  position: absolute;
  top: 50%;
  text-shadow: 0 4px 11px rgba(0, 0, 0, 0.15);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 12rem;
  color: #fff;
  line-height: .8;
  letter-spacing: -.1em;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
}

.p-top__fv-image {
  position: relative;
}

.p-top__fv-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url(../img/top/p-top__fv-image-shadow.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

.p-top__fv-ttl span {
  display: inline;
}

.p-top__fv-image-ttl {
  position: absolute;
  left: 10%;
  top: 20%;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 6.4rem;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.p-top__fv-image-text {
  position: absolute;
  left: 10%;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  top: 50%;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 2.8rem;
  color: #fff;
  line-height: 1.4;
}

.p-top__fv-ttl-01 {
  font-size: 12rem;
}

.p-top__fv-ttl-02 {
  font-size: 10rem;
}

.p-top__fv-ttl-03 {
  font-size: 7rem;
}


.p-top__fv-ttl-04 {
  font-size: 8rem;
}


.p-top__fv-ttl-05 {
  font-size: 6rem;
}


.p-top__fv-ttl-06 {
  font-size: 7rem;
}


.p-top__fv-ttl-07 {
  font-size: 8rem;
}


.p-top__fv-ttl-08 {
  font-size: 10rem;
}


.p-top__fv-ttl-09 {
  font-size: 7rem;
}


.p-top__fv-ttl-10 {
  font-size: 7rem;
}

.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-color: #fff;
    position: relative;
}

.p-top__index01.--ver01::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 57%;
    background-image: url(../img/top/bg01.webp);
    background-size: contain;
    background-position: top;
    z-index: 0;
}

/* セクション内のコンテンツが背景の上に来るよう z-index を上げる */
.p-top__index01.--ver01 > * {
    position: relative;
    z-index: 1;
}

.p-top__index01.--ver02 {
    background-color: #fff;
    position: relative;
}

.p-top__index01.--ver02::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: url(../img/top/bg01.webp);
    background-size: contain;
    background-position: bottom;
    z-index: 0;
}

/* セクション内のコンテンツが背景の上に来るよう z-index を上げる */
.p-top__index01.--ver02 > * {
    position: relative;
    z-index: 1;
}

.p-top__index01.--ver03 {
  background: #3E3E3E;
}

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

.p-top__index01.--ver05 {
  background-color: #FFEEE3;
}

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

.p-top__index01-container.--normal {
  display: block;
  max-width: 80%;
  margin: auto;
  margin-top: 6rem;
}

.p-top__index01-container.--normal .p-top__index01-container-image {
  margin-top: 1rem;
  width: 100%;
}

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

.p-top__index01-container-image-text {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
}

.p-top__index01-container-image-text.--ver01 {
  max-width: 8.4rem;
  width: 100%;
}


.p-top__index01-container-image-text.--ver02 {
  max-width: 9.5rem;
  width: 100%;
}


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

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

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

.p-top__index02-container {
  display: flex;
  background-color: #FBEEE6;
  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: #973826;
}

.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;
  color: #973826;
}

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

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

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

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

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

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

.c-toptext02-num{
  font-size: 4.8rem;
}

.c-toptext02-large{
  font-size: 3.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__fv-image-ttl {
    position: absolute;
    left: 5%;
    top: 20%;
    font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
    font-size: 2.7rem;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }

  .p-top__fv-image-text {
    position: absolute;
    left: 5%;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    top: 40%;
    font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.4;
  }

  .p-top__fv-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url(../img/top/p-top__fv-image-shadow-sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .p-top__fv-ttl {
    white-space: nowrap;
    line-height: .3;
    letter-spacing: -5px;
  }

  .p-top__fv-ttl-01 {
    font-size: 6.4rem;
  }

  .p-top__fv-ttl-02 {
    font-size: 4.7rem;
  }

  .p-top__fv-ttl-04 {
    font-size: 4.2rem;
  }

  .p-top__fv-ttl-05 {
    font-size: 3.9rem;
  }

  .p-top__fv-ttl-06 {
    font-size: 4.1rem;
  }

  .p-top__fv-ttl-07 {
    font-size: 3.4rem;
  }

  .p-top__fv-ttl-08 {
    font-size: 4.2rem;
  }

  .p-top__fv-ttl-09 {
    font-size: 4.3rem;
  }

  .p-top__fv-ttl-10 {
    font-size: 4.7rem;
  }

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

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

  }

  .p-top__index01-container-image-text.--ver01 {
    max-width: 14rem;
    width: 100%;
  }


  .p-top__index01-container-image-text.--ver02 {
    max-width: 6rem;
    width: 100%;
  }

  .p-top__cta {
    display: block;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    position: fixed;
    padding: 2rem 0;
        background-image: url(../img/header/p-top__cta-bg.webp);
    background-size: cover;
    background-position: center;
    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-sp.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;
  }

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

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

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

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

  .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-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: #973826;
}

.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 #973826;
  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: #973826;
  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: #6A260B;
  background-color: #FDF5F0;
  transition: opacity 0.2s;
  padding: 2rem 1.6rem;
  display: flex;
  gap: 2rem;
}

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

.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;
}

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

@media screen and (max-width: 768px) {
  .p-top__news-link {
    gap: 0;
    align-items: center;
  }

  .p-top__news-title {
    flex: 1;
  }

  .p-top__news-date {
    max-width: 7rem;
    width: 100%;
  }

  .p-top__index01-container.--normal {
    max-width: 100%;
    margin-top: 2rem;
  }
}