@charset "UTF-8";

/*******************************
Webサイト全体の指定
*******************************/
html {
  scroll-behavior: smooth;
}

:root {
  --width-ratio: 100vw / 1440;
}

@media screen and (max-width: 767px) {
  :root {
    --width-ratio: 100vw / 375;
  }
}

body {
  margin: 0 auto;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  list-style: none;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

h2 {
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #574109;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3,
h4,
h5,
h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

img {
  display: block;
  transform-origin: top left;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.section {
  width: 100%;
}

.p-top__link-button {
  width: 205px;
  padding: 13px 49px 13px 54px;
  color: #574109;
  background-color: #ffffff;
  border: 1px solid #574109;
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 0 rgb(87, 65, 9);
}

.p-top__link-button-arrow {
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 8px;
  transform: translate(-50%, -50%);
  left: 57%;
  top: 50%;
}

.p-top__link-button-arrow::before,
.p-top__link-button-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  width: 6.3px;
  height: 1px;
  border-radius: 9999px;
  transform-origin: 0.5px 50%;
  background-color: #574109;
}

.p-top__link-button-arrow::before {
  transform: rotate(125deg);
}

.p-top__link-button-arrow::after {
  transform: rotate(-125deg);
}

.p-top__title-dot-container {
  padding-top: 17px;
  gap: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.p-top__title-dot--brown {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #574109;
  border-radius: 50%;
  opacity: 0.4;
}

.p-top__title-dot--gray {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: rgba(87, 65, 9, 0.4);
  border-radius: 50%;
}

/* トップページ */
.p-top__arrow {
  width: 4px;
  height: 15px;
}

.p-top__global-container-row {
  flex-direction: row;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.p-top__global-container-column {
  flex-direction: column;
  display: flex;
  width: calc(100% - 236px);
}

@media screen and (max-width: 767px) {
  .p-top__global-container-column {
    width: 100%;
  }
}

/* ヘッダー(PC) */
.aside {
  background-color: #dbb678;
  width: 100%;
  max-width: 255px;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .aside {
    display: none;
  }
}

.aside-wrapper {
  /* max-width: 236px; */
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.aside__logo-image {
  width: 218px;
  padding: 10% 9px 0px 9px;
}

@media screen and (max-width: 767px) {
  .aside__logo-image {
    display: none;
  }
}

.aside__nav-menu-list {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 15%;
}

@media screen and (max-width: 767px) {
  .aside__nav-menu-list {
    display: none;
  }
}

.aside__nav-menu-item.aside__nav-menu-1 {
  width: 236px;
  position: relative;
}

.aside__nav-menu-item.header__nav-menu-item-container--row {
  color: #ffffff;
  position: relative;
  justify-content: space-between;
  border-bottom: 1px dashed #ffffff;
  width: 174px;
  margin-bottom: 7%;
  padding-bottom: 7%;
}

@media screen and (max-width: 767px) {
  .aside__nav-menu-item.header__nav-menu-item-container--row {
    display: none;
  }
}

.aside__nav-menu-item.header__nav-menu-item-container--row.last {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .aside__nav-menu-item.header__nav-menu-item-container--row.last {
    display: none;
  }
}

.header__nav-menu-item-container--row {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .header__nav-menu-item-container--row {
    display: none;
  }
}

.aside__nav-menu-item--jp {
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.3;
  width: 100%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .aside__nav-menu-item--jp {
    display: none;
  }
}

.aside__nav-menu-item--en {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  width: 100%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .aside__nav-menu-item--en {
    display: none;
  }
}

.aside__nav-menu-item {
  position: relative;
}

.aside__nav-menu-item.aside__nav-menu-1 {
  display: flex;
  justify-content: center;
}

.aside__nav-menu-item--arrow {
  position: absolute;
  display: inline-block;
  width: 2.5px;
  height: 7.5px;
  right: 0;
  transform: translateY(200%);
  transition: transform 0.3s ease;
  z-index: 5;
}

.aside__nav-menu-item:hover .aside__nav-menu-item--arrow {
  transform: translateY(200%) translateX(13px);
  opacity: 1;
}

.aside__nav-submenu-item:hover,
.aside__nav-submenu-list:hover {
  color: #ffffff;
  opacity: 1;
}

.aside__nav-contact-arrow,
.aside__nav-contact-arrow--brown {
  position: absolute;
  display: inline-block;
  width: 2.5px;
  height: 7.5px;
  transform: translateY(50%);
  transition: transform 0.3s ease;
  right: 7.5px;
  z-index: 5;
}

.aside__nav-contact-link:hover .aside__nav-contact-arrow,
.aside__nav-contact-link:hover .aside__nav-contact-arrow--brown {
  transform: translateY(0) translateX(13px);
}

.aside__nav-submenu-item:first-child {
  border-radius: 0 20px 0 0;
}

.aside__nav-submenu-item:last-child {
  border-radius: 0 0 20px 0;
}

.aside__nav-submenu-item:hover {
  background-color: #e0903b;
}

.aside__nav-submenu-item a {
  font-size: 0.875rem;
  font-weight: bold;
  color: #574109;
  transition: color 0.3s ease;
}

.aside__nav-submenu-item a:hover {
  color: #ffffff;
}

.aside__nav-menu-item--arrow::before,
.aside__nav-menu-item--arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  width: 6.3px;
  height: 1px;
  border-radius: 9999px;
  transform-origin: 0.5px 50%;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

.aside__nav-menu-item:hover .aside__nav-menu-item--arrow::before,
.aside__nav-menu-item:hover .aside__nav-menu-item--arrow::after {
  background-color: #574109;
}

.aside__nav-menu-item:hover .aside__nav-menu-item p {
  color: #574109;
}

.aside__nav-contact-arrow,
.aside__nav-contact-arrow--brown {
  position: absolute;
  display: inline-block;
  width: 2.5px;
  height: 7.5px;
  transform: translateY(50%);
  transition: transform 0.3s ease;
  right: 7.5px;
  z-index: 5;
}

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

  .aside__nav-contact-arrow,
  .aside__nav-contact-arrow--brown {
    display: none;
  }
}

.aside__nav-contact-link:hover .aside__nav-contact-arrow,
.aside__nav-contact-link:hover .aside__nav-contact-arrow--brown {
  transform: translateY(200%) translateX(13px);
}

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

  .aside__nav-contact-link:hover .aside__nav-contact-arrow,
  .aside__nav-contact-link:hover .aside__nav-contact-arrow--brown {
    display: none;
  }
}

.aside__nav-contact-link:hover .aside__nav-contact-arrow,
.aside__nav-contact-link:hover .aside__nav-contact-arrow--brown,
.aside__nav-menu-link:hover .aside__nav-menu-item-arrow {
  transform: translateY(50%) translateX(6px);
}

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

  .aside__nav-contact-link:hover .aside__nav-contact-arrow,
  .aside__nav-contact-link:hover .aside__nav-contact-arrow--brown,
  .aside__nav-menu-link:hover .aside__nav-menu-item-arrow {
    display: none;
  }
}

.aside__nav-menu-link a:hover {
  opacity: 1;
}

.aside__nav-contact-arrow::before,
.aside__nav-contact-arrow::after,
.aside__nav-contact-arrow--brown::after,
.aside__nav-contact-arrow--brown::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  width: 6.3px;
  height: 1px;
  border-radius: 9999px;
  transform-origin: 0.5px 50%;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

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

  .aside__nav-contact-arrow::before,
  .aside__nav-contact-arrow::after,
  .aside__nav-contact-arrow--brown::after,
  .aside__nav-contact-arrow--brown::before {
    display: none;
  }
}

.aside__nav-submenu-item--arrow::before,
.aside__nav-submenu-item--arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  width: 6.3px;
  height: 1px;
  border-radius: 9999px;
  transform-origin: 0.5px 50%;
  background-color: #574109;
  transition: background-color 0.3s ease;
}

.aside__nav-submenu-item--arrow::before {
  transform: rotate(123deg);
}

.aside__nav-submenu-item--arrow::after {
  transform: rotate(-125deg);
}

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

  .aside__nav-submenu-item--arrow::before,
  .aside__nav-submenu-item--arrow::after {
    display: none;
  }
}

.aside__nav-submenu-item .aside__nav-submenu-item--arrow:hover::before,
.aside__nav-submenu-item .aside__nav-submenu-item--arrow:hover::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  width: 6.3px;
  height: 1px;
  border-radius: 9999px;
  transform-origin: 0.5px 50%;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

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

  .aside__nav-submenu-item .aside__nav-submenu-item--arrow:hover::before,
  .aside__nav-submenu-item .aside__nav-submenu-item--arrow:hover::after {
    display: none;
  }
}

.aside__nav-submenu-item:hover .aside__nav-submenu-item--arrow::before,
.aside__nav-submenu-item:hover .aside__nav-submenu-item--arrow::after {
  background-color: white;
}

@media screen and (max-width: 767px) {
  .aside__nav-submenu-item--arrow {
    display: none;
  }
}

.aside__nav-contact-arrow--brown::before,
.aside__nav-contact-arrow--brown::after {
  content: "";
  position: absolute;
  width: 6.3px;
  height: 1px;
  border-radius: 9999px;
  transform-origin: 0.5px 50%;
  transition: background-color 0.3s ease;
}

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

  .aside__nav-contact-arrow--brown::before,
  .aside__nav-contact-arrow--brown::after {
    display: none;
  }
}

.aside__nav-contact-arrow--brown::before,
.aside__nav-contact-arrow--brown::after {
  background-color: #574109;
}

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

  .aside__nav-contact-arrow--brown::before,
  .aside__nav-contact-arrow--brown::after {
    display: none;
  }
}

.aside__nav-contact-arrow::before,
.aside__nav-contact-arrow--brown::before {
  transform: rotate(120deg);
}

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

  .aside__nav-contact-arrow::before,
  .aside__nav-contact-arrow--brown::before {
    display: none;
  }
}

.aside__nav-contact-arrow::after,
.aside__nav-contact-arrow--brown::after {
  transform: rotate(-120deg);
}

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

  .aside__nav-contact-arrow::after,
  .aside__nav-contact-arrow--brown::after {
    display: none;
  }
}

.aside__nav-submenu-item:hover {
  background-color: #e0903b;
}

.aside__nav-contact {
  margin-top: 9%;
}

.aside__nav-contact a:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .aside__nav-contact {
    display: none;
  }
}

.aside__nav-submenu-item--arrow {
  position: absolute;
  display: inline-block;
  width: 2.5px;
  height: 7.5px;
  right: 0;
  transform: translateX(-10px);
  transition: transform 0.3s ease, background-color 0.3s ease;
  z-index: 0;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .aside__nav-submenu-item--arrow {
    display: none;
  }
}

.aside__nav-submenu-item {
  background-color: #f2d9bd;
  width: 190px;
  height: 36px;
  position: relative;
  display: flex;
  align-items: center;
}

.aside__nav-submenu-item a {
  font-size: 0.875rem;
  font-weight: bold;
  color: #574109;
  transition: transform 0.3s ease;
  width: 100%;
  display: inline-block;
  padding: 9px 30px 9px 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  z-index: 5;
}

.aside__nav-contact {
  margin-left: 13px;
}

@media screen and (max-width: 767px) {
  .aside__nav-contact {
    display: none;
  }
}

.aside__nav-contact-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .aside__nav-contact-item {
    display: none;
  }
}

.aside__nav-contact-item--quotation {
  background-color: #faf8be;
}

@media screen and (max-width: 767px) {
  .aside__nav-contact-item--quotation {
    display: none;
  }
}

.aside__nav-contact-text {
  font-weight: 500;
  padding: 16px 0px 16px 15px;
}

@media screen and (max-width: 767px) {
  .aside__nav-contact-text {
    display: none;
  }
}

.aside__nav-contact-icon--quotation {
  margin: 16px 0px 18px 14px;
  width: 20px;
}

@media screen and (max-width: 767px) {
  .aside__nav-contact-icon--quotation {
    display: none;
  }
}

.aside__nav-contact-icon--contact {
  margin: 19px 0px 16px 11px;
  width: 24px;
}

@media screen and (max-width: 767px) {
  .aside__nav-contact-icon--contact {
    display: none;
  }
}

.aside__nav-contact-icon--tel {
  margin: 15px 0px 15px 12px;
  width: 23px;
}

@media screen and (max-width: 767px) {
  .aside__nav-contact-icon--tel {
    display: none;
  }
}

.aside__nav-contact-item.aside__nav-contact-item--tel {
  background-color: #e0903b;
  border-radius: 0 0 0 20px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .aside__nav-contact-item.aside__nav-contact-item--tel {
    display: none;
  }
}

.aside__nav-contact-item.aside__nav-contact-text {
  background-color: #574109;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .aside__nav-contact-item.aside__nav-contact-text {
    display: none;
  }
}

.aside__nav-contact-item--business {
  background-color: #ffffff;
  border-radius: 20px 0 0 0;
}

@media screen and (max-width: 767px) {
  .aside__nav-contact-item--business {
    display: none;
  }
}

.aside__nav-contact-icon--business {
  margin: 13px 0px 11px 12px;
  width: 20px;
}

@media screen and (max-width: 767px) {
  .aside__nav-contact-icon--business {
    display: none;
  }
}

.aside__nav-contact-text--business {
  padding-left: 9px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .aside__nav-contact-text--business {
    display: none;
  }
}

.aside__nav-contact-text--quotation {
  margin-left: 15px;
  color: #574109;
}

@media screen and (max-width: 767px) {
  .aside__nav-contact-text--quotation {
    display: none;
  }
}

.aside__nav-contact-item--contact {
  background-color: #c3b08f;
}

@media screen and (max-width: 767px) {
  .aside__nav-contact-item--contact {
    display: none;
  }
}

.aside__nav-contact-text--contact {
  margin-left: 24.68px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .aside__nav-contact-text--contact {
    display: none;
  }
}

.aside__nav-contact-text--tel {
  margin-left: 6px;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .aside__nav-contact-text--tel {
    display: none;
  }
}

.aside__nav-contact-text--business {
  margin-left: 9px;
  color: #574109;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .aside__nav-contact-text--business {
    display: none;
  }
}

/* ヘッダー(SP) */
.header {
  display: none;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 25px 0 25px;
}

@media screen and (max-width: 767px) {
  .header {
    display: block;
    background-color: #dbb678;
    /* width: 75%;
    z-index: 5; */
    padding: 0;
  }
}

.header__barSp {
  position: fixed;
  width: 100%;
  background-color: #dbb678;
  left: 0;
  top: 0;
  padding: 6px 18px;
}

.header__barSp a {
  display: inline-block;
}

.header__nav-logo {
  max-width: 218px;
  margin: 0 auto;
  margin-bottom: 37px;
}

.header__nav-logo img {
  max-width: 218px;
  margin: 0 auto;
}

.header__sp {
  position: fixed;
  width: 30px;
  height: 22px;
  cursor: pointer;
}

.header__nav-contact {
  max-width: 80%;
  margin-left: auto;
}

.header__nav-contact-arrow {
  display: none;
}

@media screen and (max-width: 767px) {
  .header__nav-contact-arrow {
    display: block;
    background-color: #dbb678;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    margin-left: 5px;
  }
}

.header__logo {
  display: none;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: calc(162 * var(--width-ratio));
    margin: 6px calc(18 * var(--width-ratio)) 6px calc(195 * var(--width-ratio));
  }
}

.header__button {
  display: none;
  /* ハンバーガーボタンも初期状態で非表示 */
}

.header__sp {
  right: 16px;
  top: 17px;
  z-index: 5;
}

.header__spToggle {
  z-index: 10;
  position: relative;
}

.header__spToggle span {
  position: absolute;
  background-color: #fff;
  width: 30px;
  height: 2px;
  display: block;
  transition: 0.3s;
}

.header__spToggle span:nth-child(1) {
  top: 0;
}

.header__spToggle span:nth-child(2) {
  top: 10px;
}

.header__spToggle span:nth-child(3) {
  top: 20px;
}

.header__sp.js-active .header__spToggle span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.header__sp.js-active .header__spToggle span:nth-child(2) {
  opacity: 0;
}

.header__sp.js-active .header__spToggle span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}

@media (max-width: 768px) {
  .header__button {
    display: block;
  }

  .header__nav.active .header__nav-menu {
    display: block;
  }

  .header__nav {
    width: 100%;
    text-align: center;
  }

  .header__wrapper {
    position: fixed;
    top: 0;
    transform: translateX(135%);
    background-color: #DBB678;
    width: 75%;
    padding: 25px 0 33px;
    padding-bottom: max(80px, env(safe-area-inset-bottom));
    border-radius: 0 0 0 30px;
    overflow-y: auto;
    max-height: 100vh;
    opacity: 1;
    transition: transform 0.5s ease, opacity 0.5s ease;
  }

  .header__wrapper.js-active {
    opacity: 1;
    transform: translateX(35%);
    transition: transform 0.5s ease, opacity 0.5s ease;
  }
}

p.header__nav-menu-item--jp {
  font-weight: 700;
}

.header-nav-menu-1 p.header__nav-menu-item--jp {
  transition: 0.3s ease;
}

.header-nav-menu-1 p.active {
  color: #574109;
  font-weight: bold;
  transition: 0.3s ease;
}

.header__nav-submenu-list {
  background: #F2D9BD;
  overflow: hidden;
  transition: max-height 0.5s ease;
  /* height: 216.8px; */
}

.header__nav-menu-item p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .header__nav-menu-item p {
    line-height: 1.3;
  }
}

.header__nav-menu-item:last-child {
  margin-bottom: 52px;
}

.header__nav-menu-item .header__nav-menu-item--jp--brown,
.header__nav-menu-item .header__nav-menu-item--en--brown {
  color: #574109;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .header__nav-menu-item .header__nav-menu-item--en {
    font-size: 12px;
  }
}

.header__nav-menu-item a {
  max-width: 193.5px;
  display: block;
  text-align: left;
  margin: 0 auto;
  position: relative;
  color: #574109;
  padding: 9px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.header__nav-menu-item .header__nav-menu-item-arrow {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  width: auto;
  height: auto;
}

.header__nav-menu-item .header__nav-submenu-item-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  width: auto;
  height: auto;
}

.header__nav-menu-item .header__nav-submenu-item-arrow-brown {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  width: auto;
  height: auto;
}

.header__nav-menu-item .header__nav-menu-item--small {
  font-size: 12px;
}

.header__nav-submenu-item {
  padding: 9px 0;
}

@media screen and (max-width: 767px) {
  .header__nav-submenu-item {
    padding: 0;
    margin: 0;
  }
}

.header__nav-submenu-item--orange {
  background-color: #e0903b;
  color: #fff;
}

.header__nav-submenu-item--orange a {
  color: #fff;
}

.header__nav-submenu-item img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header__nav-contact-item {
  display: flex;
  padding: 16px 7px 16px 14px;
  position: relative;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .header__nav-contact-item {
    padding: 0;
  }
}

.header__nav-contact-item p {
  color: #574109;
}

.header__nav-contact-item a {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .header__nav-contact-item a {
    padding: 16px 14px;
  }
}

.header__nav-contact-item a img {
  width: auto;
  height: auto;
}

.header__nav-contact-item .header__nav-submenu-item-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
}

.header__nav-contact-item--quotation {
  background-color: #faf8be;
}

.header__nav-contact-item--contact {
  background-color: #c3b08f;
}

.header__nav-contact-item--tel {
  background-color: #e0903b;
  border-radius: 0 0 0 20px;
}

.header__nav-contact-item--business {
  background-color: #fff;
  border-radius: 20px 0 0 0;
}

.header__nav-contact-item--contact p {
  color: #fff;
}

.header__button {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: relative;
  transition: ease 0.4s;
  display: block;
}

.header__button-bar:nth-child(1) {
  top: 0;
}

.header__button-bar:nth-child(2) {
  margin: 8px 0;
}

.header__button-bar:nth-child(3) {
  top: 0;
}

/* mv */
.p-top__mv {
  background-image: url(../image/p-top/p-top__bg-image.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1/0.606;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}

@media (max-width: 768px) {
  .p-top__mv {
    background-image: url(../image/p-top/p-top__bg-image-sp.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 1/1.675;
    position: relative;
    z-index: 1;
    width: calc(375 * var(--width-ratio));
    height: auto;
    max-width: 100%;
  }
}

.p-top__mv-authority-image {
  width: 167px;
  position: absolute;
}

@media (max-width: 768px) {
  .p-top__mv-authority-image {
    display: none;
  }
}

.p-top__mv-authority-image-sp {
  display: none;
}

@media (max-width: 768px) {
  .p-top__mv-authority-image-sp {
    width: calc(124 * var(--width-ratio));
    display: block;
  }
}

.p-top__mv-authority {
  position: relative;
  top: -75px;
  left: 307px;
}

@media (max-width: 767px) {
  .p-top__mv-authority {
    display: none;
  }
}

.p-top__mv-authority-sp {
  display: none;
}

@media (max-width: 768px) {
  .p-top__mv-authority-sp {
    position: relative;
    display: block;
    top: 2%;
    padding-left: calc(17 * var(--width-ratio));
  }
}

.p-top__mv-authority p {
  color: #574109;
  font-weight: bold;
  z-index: 5;
  top: 10px;
  display: block;
  text-align: center;
  z-index: 2;
  line-height: 1.44;
  position: absolute;
  top: 4px;
  left: 32px;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  .p-top__mv-authority p {
    display: none;
  }
}

.p-top__mv-authority-sp p {
  display: none;
}

@media (max-width: 768px) {
  .p-top__mv-authority-sp p {
    display: block;
    font-weight: bold;
    font-size: calc(12 * var(--width-ratio));
    color: #574109;
    font-weight: bold;
    display: block;
    text-align: center;
    z-index: 2;
    line-height: 1.44;
    position: absolute;
    left: calc(38 * var(--width-ratio));
    top: 5%;
  }
}

.p-top__mv-authority-text--small {
  line-height: 1.44;
  letter-spacing: -0.02em;
  font-weight: bold;
  font-size: 0.75rem;
  color: #574109;
  z-index: 5;
}

.p-top__mv-title-container {
  padding-left: calc(46 * var(--width-ratio));
}

@media (max-width: 768px) {
  .p-top__mv-title-container {
    display: flex;
    flex-direction: column;
    padding-top: 35px;
    padding-left: calc(20 * var(--width-ratio));
  }
}

.p-top__mv-label {
  padding-top: 11.3%;
  padding-left: 9px;
  position: relative;
}

@media (max-width: 1000px) {
  .p-top__mv-label {
    padding-top: 7%;
  }
}

@media (max-width: 768px) {
  .p-top__mv-label {
    flex-direction: initial;
    padding-top: 5% px;
    padding-left: 0px;
  }
}

.p-top__mv-label-text {
  font-size: 1.25rem;
  font-weight: bold;
  color: #574109;
}

@media (max-width: 768px) {
  .p-top__mv-label-text {
    font-size: calc(16 * var(--width-ratio));
  }
}

.p-top__mv-title {
  padding-top: 21px;
}

@media (max-width: 768px) {
  .p-top__mv-title {
    padding-top: 10px;
  }
}

.p-top__mv-sub-title {
  padding-top: 10px;
  padding-left: 2px;
}

@media (max-width: 768px) {
  .p-top__mv-sub-title {
    padding-top: 7px;
  }
}

.p-top__mv-title-image {
  width: 365px;
}

@media (max-width: 768px) {
  .p-top__mv-title-image {
    width: calc(309 * var(--width-ratio));
  }
}

.p-top__mv-sub-title-text {
  font-size: 1.25rem;
  color: #fc1426;
  font-weight: bold;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .p-top__mv-sub-title-text {
    font-size: calc(15 * var(--width-ratio));
  }
}

.p-top__mv-grid {
  display: grid;
  padding-top: 22px;
  padding-left: 41px;
  gap: 19px 10px;
  grid-template-columns: repeat(2, 1fr);
  width: 350px;
}

@media (max-width: 768px) {
  .p-top__mv-grid {
    display: grid;
    flex-direction: column;
    padding-top: 19px;
    padding-left: 20px;
    grid-template-columns: initial;
    gap: 10px 0;
    grid-template-columns: 1fr;
  }
}

.p-top__mv-grid-container {
  width: 170px;
  height: 60px;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: rgba(255, 255, 255, 0.78);
  border: 1px solid #574109;
  position: relative;
  border-radius: 0 30px 0 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .p-top__mv-grid-container {
    width: calc(134 * var(--width-ratio));
    height: calc(45 * var(--width-ratio));
    border-radius: 0 calc(30 * var(--width-ratio)) 0 calc(30 * var(--width-ratio));
  }
}

.p-top__mv-grid-text {
  display: block;
  line-height: 1.3;
  color: #574109;
  font-weight: bold;
}

@media (max-width: 768px) {
  .p-top__mv-grid-text {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-top__mv-grid-line {
  position: absolute;
  transform: translate(50%, 50%);
}

@media (max-width: 768px) {
  .p-top__mv-grid-line {
    width: calc(23 * var(--width-ratio));
    top: 0%;
    right: 82%;
    transform: rotate(-43deg);
  }
}

.p-top__mv-grid-line::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 1px;
  background-color: #574109;
  transform: rotate(-45deg);
  top: -31px;
  right: 50px;
}

@media (max-width: 768px) {
  .p-top__mv-grid-line::after {
    width: calc(23 * var(--width-ratio));
    top: 50%;
    left: -50%;
    transform: rotate(0deg);
    transform: translate(50%, 50%);
  }
}

.p-top__mv__info {
  background-color: #ffffff;
  width: 486px;
  border-radius: 30px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 33px;
  padding: 23px 0px 17px 17px;
}

@media (max-width: 1280px) {
  .p-top__mv__info {
    bottom: 60px;
  }
}

@media (max-width: 768px) {
  .p-top__mv__info {
    display: none;
  }
}

.p-top__mv__info-sp-relative {
  position: relative;
}

.p-top__mv__info-sp {
  display: none;
}

@media (max-width: 768px) {
  .p-top__mv__info-sp {
    display: block;
    position: absolute;
    transform: translateY(90%);
    width: calc(361 * var(--width-ratio));
    border-radius: 40px 0 0 0;
    padding-left: 17px;
    bottom: 10px;
    padding: 8.26% 29px 19px 17px;
    background-color: #ffffff;
    right: 0;
    z-index: 1;
    height: auto;
  }
}

.p-top__mv__info-item-column--sp {
  display: flex;
}

@media (max-width: 768px) {
  .p-top__mv__info-item-column--sp {
    display: flex;
    flex-direction: column;
  }
}

.p-top__mv__info-item-row--sp {
  display: flex;
}

@media (max-width: 768px) {
  .p-top__mv__info-item-row--sp {
    display: flex;
  }
}

.p-top__mv__info-label {
  position: absolute;
  width: 79px;
  height: 28px;
  justify-content: center;
  text-align: center;
  background-color: #dbb678;
  top: 0;
  left: 17px;
  transform: translateY(-12px);
}

@media (max-width: 768px) {
  .p-top__mv__info-label {
    width: calc(79 * var(--width-ratio));
    height: calc(28 * var(--width-ratio));
  }
}

.p-top__mv__info-label-text {
  color: #ffffff;
  letter-spacing: 0.04em;
  transform: translateY(-2px);
}

.p-top__mv__info-item {
  display: flex;
  flex-direction: row;
}

.p-top__mv__info-item:nth-child(2) {
  margin: 5px 0 5px 0;
}

.p-top__mv__info-date,
.p-top__mv__info-category,
.p-top__mv__info-text {
  color: #574109;
  font-weight: bold;
  /* font-size: 0.875rem; */
  justify-content: space-between;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.p-top__mv__info-text {
  flex: 1;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-top__mv__info-date {
  padding-right: 18px;
}

.p-top__mv__info-category {
  padding-right: 29px;
}

.p-top__mv__under-arrow-container {
  position: relative;
  z-index: 1;
}

.p-top__mv__under-arrow-text {
  color: #574109;
  line-height: 1.7;
  letter-spacing: 0.15em;
  position: absolute;
  bottom: 0;
  transform: rotate(90deg);
  right: 50%;
  bottom: 15px;
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

@media screen and (max-width: 767px) {
  .p-top__mv__under-arrow-text {
    bottom: 59px;
    right: 49%;
    font-size: 0.75rem;
  }
}

.p-top__mv__under-arrow-text.active {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.p-top__mv__under-arrow {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 73.5px;
  margin-right: 5.5px;
  border-radius: 9999px;
  background-color: #574109;
  bottom: -40px;
  right: 50%;
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-top__mv__under-arrow {
    bottom: 43px;
    height: 49px;
  }
}

.p-top__mv__under-arrow.active {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.p-top__mv__under-arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 13px;
  border-radius: 9999px;
  background-color: #574109;
  transform: rotate(15deg);
  transform-origin: 50% calc(100% - 0.5px);
}

/* 安心の赤外線STSヒーター床暖房 */
.p-top__features {
  background-color: #faf6f3;
  position: relative;
  overflow-x: clip;
  padding-bottom: 21px;
}

@media screen and (max-width: 767px) {
  .p-top__features {
    margin-top: 203px;
    padding-top: 70px;
  }
}

.p-top__features-title-container {
  padding-top: 116px;
  display: block;
  text-align: center;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-top__features-title-container {
    padding-top: 29px;
  }
}

.p-top__features-title {
  margin-top: 8.5px;
}

.p-top__features-wrapper {
  background-color: #ffffff;
  box-shadow: 0 0 9px rgba(231, 211, 197, 0.8);
  margin-top: 33px;
  border-radius: 50px 0 0 0;
  align-items: end;
  margin-left: 40px;
  position: relative;
  padding-left: calc(102 * var(--width-ratio));
  padding-bottom: 57px;
}

@media screen and (max-width: 767px) {
  .p-top__features-wrapper {
    margin-left: 20px;
    text-align: left;
    margin-bottom: 0;
    padding: 43px 10px 150px 10px;
  }
}

.p-top__features-text {
  line-height: 2;
  letter-spacing: 0.02em;
  color: #574109;
  padding: 40px 0 0;
  margin: 0 auto;
  padding-right: 213px;
}

@media screen and (max-width: 1100px) {
  .p-top__features-text {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-top__features-text {
    width: 100%;
    margin: 0;
    padding: 0 30px 0 0;
  }
}

.p-top__features-text p {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .p-top__features-text p {
    font-size: 18px;
  }
}

.p-top__features-text .red {
  color: #fc1426;
  font-size: 1.3em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-top__features-text-pc {
    display: none;
  }
}

.p-top__features-text-image-area {
  position: absolute;
  background-color: #e5c999;
  width: 130px;
  height: 124px;
  right: 12px;
  top: 15px;
}

@media screen and (max-width: 767px) {
  .p-top__features-text-image-area {
    width: 82px;
    height: 78px;
    z-index: 1;
    right: 20px;
    top: 80%;
  }
}

.p-top__features__bnr-btn {
  margin-top: 39px;
  padding-right: calc(102 * var(--width-ratio));
}

@media screen and (max-width: 767px) {
  .p-top__features__bnr-btn {
    padding-right: 0;
  }
}

.p-top__features__bnr-btn a {}

.p-top__features__bnr-btn a img {
  width: 100%;
}

.p-top__features-floor_heating {
  position: absolute;
  width: 165px;
  z-index: 1;
  top: 19px;
  right: 21px;
}

@media screen and (max-width: 767px) {
  .p-top__features-floor_heating {
    position: absolute;
    width: 174.74px;
    height: 163.15px;
    bottom: -26px;
    z-index: 2;
    top: -50%;
    right: -50%;
    transform: translateX(-54.26px) translateY(68.94px);
  }
}

/* 床暖だんの特徴 */
.p-top__product {
  background-color: #faf6f3;
  position: relative;
  overflow-x: hidden;
}

.p-top__product-title-container {
  padding-top: 96px;
  display: block;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top__product-title-container {
    margin-top: 121px;
  }
}

.p-top__product-bg-left {
  width: calc(446 * var(--width-ratio));
  max-width: 446px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(calc(-25 * var(--width-ratio)));
}

@media screen and (max-width: 767px) {
  .p-top__product-bg-left {
    display: none;
  }
}

.p-top__product-bg-left-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top__product-bg-left-sp {
    display: block;
    position: absolute;
    width: 395px;
    transform: translateX(-41px) translateY(107px);
  }
}

.p-top__product-bg-right {
  position: absolute;
  width: calc(485 * var(--width-ratio));
  max-width: 485px;
  transform: translateX(calc(65 * var(--width-ratio))) translateY(5%);
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-top__product-bg-right {
    display: none;
  }
}

.p-top__product-bg-right-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top__product-bg-right-sp {
    position: absolute;
    display: block;
    max-width: 139px;
    right: -48px;
    top: 184px;
  }
}

.p-top__title-arrow--top {
  width: 238.5px;
  z-index: 2;
  margin: 0 auto;
}

.p-top__product-title {
  margin-top: 6.5px;
  position: relative;
}

.p-top__product-wrapper {
  background-color: #ffffff;
  box-shadow: 0 0 9px rgba(231, 211, 197, 0.8);
  border-radius: 40px 0 0 0;
  margin-top: 43px;
  overflow: hidden;
  padding-top: 39px;
  margin-left: 3.34%;
  padding-left: 4.16%;
  padding-right: 4.73%;
}

@media screen and (max-width: 800px) {
  .p-top__product-wrapper {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-top__product-wrapper {
    width: 100%;
    padding-right: 10px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
  }
}

.p-top__product-point--top {
  border-bottom: 1px #574109 dashed;
  max-width: 1100px;
  padding-bottom: 38.5px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

/* @media screen and (max-width: 1400px) {
  .p-top__product-point--top {
    display: block;
  }
} */

@media screen and (max-width: 767px) {
  .p-top__product-point--top {
    padding-bottom: 30px;
    margin: 0;
    display: block;
  }
}

.p-top__product-point1 {
  display: flex;
}

/* @media screen and (max-width: 1400px) {
  .p-top__product-point1 {
    display: block;
  }
} */

@media screen and (max-width: 767px) {
  .p-top__product-point1 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
}

.p-top__product-point1-title-area {
  flex-direction: column;
  display: flex;
  position: relative;
  text-align: center;
  /* height: auto;
  width: clamp(315px, 44vw, 632px);
  max-width: 632px; */
}

@media screen and (max-width: 1400px) {
  .p-top__product-point1-title-area {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top__product-point1-title-area {
    margin-right: 0%;
    width: clamp(315px, 82vw, 632px);
    margin: 0 auto;
  }
}

.p-top__product-point1-title {
  line-height: 2;
  letter-spacing: 0.04em;
  color: #574109;
  font-size: 2.25rem;
  text-align: center;
  white-space: nowrap;
  transform: translateX(2%);
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-top__product-point1-title {
    font-size: calc((36 / 1400) * 100vw);
    transform: translateX(5vw);
  }
}

@media screen and (max-width: 767px) {
  .p-top__product-point1-title {
    font-size: calc(20 * var(--width-ratio));
    position: absolute;
    top: 11%;
    left: 52%;
    transform: translate(-40%, -50%);
    white-space: nowrap;
  }
}

.p-top__product-point1-photo {
  width: 100%;
  max-width: 632px;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-top__product-point1-photo {
    /* display: none; */
    max-width: calc((632 / 1400) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-top__product-point1-photo {
    display: none;
  }
}

.p-top__product-point1-sub-photo {
  width: 100%;
  max-width: 445px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-3%, -44%);
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-top__product-point1-sub-photo {
    /* display: none; */
    max-width: calc((445 / 1400) * 100vw);
    transform: translate(calc((-15 / 1400) * 100vw), calc((-205 / 1400) * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .p-top__product-point1-sub-photo {
    display: none;
  }
}

.p-top__product-point1-photo-2 {
  display: none;
}

@media screen and (max-width: 1400px) {
  /* .p-top__product-point1-photo-2 {
    display: block;
    width: 100%;
    max-width: 751px;
    transform: translateX(8.4%);
    padding-top: 1rem;
  } */
}

@media screen and (max-width: 767px) {
  .p-top__product-point1-photo-2 {
    display: none;
  }
}

.p-top__product-point1-photo-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top__product-point1-photo-sp {
    display: block;
    width: calc(315 * var(--width-ratio));
  }
}

.p-top__product-point1-text-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* padding-left: 5.7%; */
  padding-left: 60px;
}

@media screen and (max-width: 1400px) {
  .p-top__product-point1-text-container {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-top__product-point1-text-container {
    padding-left: 0;
  }
}

.p-top__product-point1-text {
  line-height: 2;
  color: #574109;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top__product-point1-text {
    width: calc(334 * var(--width-ratio));
    margin: 0 calc(10 * var(--width-ratio)) 0 calc(10 * var(--width-ratio));
  }
}

.p-top__product-point1-text .red {
  color: #fc1426;
  font-size: 1.3em;
  font-weight: 700;
}

.p-top__product-point1-text strong {
  font-weight: 900;
}

.p-top__product-point1-text p {
  max-width: 416px;
  width: 100%;
  padding-top: 103px;
  position: relative;
  letter-spacing: 0.02em;
  line-height: 2;
  font-size: 18px;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-top__product-point1-text p {
    padding-top: calc((103 / 1400) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-top__product-point1-text p {
    width: calc(314 * var(--width-ratio));
    margin: 0 auto;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.p-top__product-point1-text::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 104.5px;
  height: 1px;
  background-color: #574109;
}

@media screen and (max-width: 767px) {
  .p-top__product-point1-text::after {
    bottom: -20.5px;
  }
}

.p-p-top__product-point1 {
  position: absolute;
  max-width: 113px;
  width: 100%;
  top: 1%;
  left: 1%;
  transform: translate(0%, 1%);
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-p-top__product-point1 {
    /* display: none; */
    max-width: calc((113 / 1400) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-p-top__product-point1 {
    display: none;
  }
}

.p-top__product-point1-text-line {
  width: calc(359 * var(--width-ratio));
  line-height: 2;
  color: #574109;
  padding-top: calc(142 * var(--width-ratio));
  position: relative;
}

.p-top__link-button.p-top__link-button-product-top {
  display: block;
  max-width: 335px;
  width: 100%;
  height: 47px;
  color: #574109;
  background-color: #ffffff;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  box-shadow: 0 3px 0 #574109;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 15.5px;
}

@media screen and (max-width: 767px) {
  .p-top__link-button.p-top__link-button-product-top {
    display: block;
    top: 0px;
    width: 311px;
    height: 40px;
    color: #574109;
    background-color: #ffffff;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    box-shadow: 0 3px 0 #574109;
    margin: 0px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.p-top__link-button-arrow.p-top__link-button-product-top {
  left: 80%;
  display: block;
}

.p-top__product-point--center {
  border-bottom: 1px #574109 dashed;
  padding-bottom: 32.5px;
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 22.5px;
  gap: 5.32%;
}

@media screen and (max-width: 767px) {
  .p-top__product-point--center {
    margin-top: 17px;
    flex-direction: column;
    padding-bottom: 30px;
    gap: 0;
    margin: 0 calc(10 * var(--width-ratio)) 0 calc(10 * var(--width-ratio));
  }
}

.p-top__product-point2 {
  flex-direction: column;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top__product-point2 {
    border-bottom: 1px #574109 dashed;
    padding-bottom: 30px;
  }
}

.p-top__product-point3 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top__product-point3 {
    margin: 0;
  }
}

.p-top__product-point2-title {
  line-height: 2;
  letter-spacing: 0.02em;
  color: #574109;
  font-size: calc(20 * var(--width-ratio));
  text-align: center;
  position: absolute;
  top: 9%;
  left: 53%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-top__product-point2-title {
    top: 11%;
    left: 50%;
  }
}

.p-top__product-point3-title {
  line-height: 2;
  letter-spacing: 0.02em;
  color: #574109;
  font-size: calc(20 * var(--width-ratio));
  text-align: center;
  position: absolute;
  top: 9%;
  left: 53%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-top__product-point3-title {
    top: 14%;
    left: 50%;
  }
}

.p-top__product-point2-photo,
.p-top__product-point3-photo {
  width: 100%;
}

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

  .p-top__product-point2-photo,
  .p-top__product-point3-photo {
    display: none;
  }
}

.p-top__product-point2-photo-sp,
.p-top__product-point3-photo-sp {
  display: none;
}

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

  .p-top__product-point2-photo-sp,
  .p-top__product-point3-photo-sp {
    width: calc(315 * var(--width-ratio));
    margin-top: 17px;
    display: block;
  }
}

.p-top__product-point2-text,
.p-top__product-point3-text {
  font-size: calc(18 * var(--width-ratio));
  color: #574109;
  /* padding: 0 15px 9px 15px; */
}

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

  .p-top__product-point2-text,
  .p-top__product-point3-text {
    font-size: calc(16 * var(--width-ratio));
    /* padding: 0 15px 7px 15px; */
  }
}

@media screen and (max-width: 767px) {
  .p-top__product-point2-text {
    bottom: 5%;
  }
}

.p-top__product-point2-text .red,
.p-top__product-point3-text .red {
  font-size: 1.3em;
  font-weight: 700;
  transform: translateY(0.07em);
  position: relative;
  display: inline-block;
}

.p-top__product-point--bottom {
  display: flex;
  margin: 30.5px auto 40px;
  max-width: 1100px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-top__product-point--bottom {
    flex-direction: column;
    margin: 0 auto;
  }
}

.p-top__product-point4,
.p-top__product-point5,
.p-top__product-point6 {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-top__product-point4 {
    border-bottom: 1px #574109 dashed;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-top__product-point5 {
    border-bottom: 1px #574109 dashed;
    padding-bottom: 43px;
  }
}

@media screen and (max-width: 767px) {
  .p-top__product-point6 {
    padding-bottom: 32.5px;
  }
}

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

  .p-top__product-point4,
  .p-top__product-point5,
  .p-top__product-point6 {
    margin-top: 17px;
  }
}

.p-top__product-point4-icon p,
.p-top__product-point5-icon p,
.p-top__product-point6-icon p {
  display: flex;
  flex-direction: column;
}

.p-top__product-point4-icon,
.p-top__product-point5-icon,
.p-top__product-point6-icon {
  display: flex;
  flex-direction: column;
  color: #574109;
  padding-top: 1px;
}

.p-top__product-point4-label,
.p-top__product-point5-label,
.p-top__product-point6-label {
  color: #574109;
  line-height: 2;
  font-size: calc(20 * var(--width-ratio));
}

.p-top__product-point4-number,
.p-top__product-point5-number,
.p-top__product-point6-number {
  color: #574109;
  line-height: 2;
  font-size: calc(36 * var(--width-ratio));
  padding-left: calc(8 * var(--width-ratio));
}

.p-top__product-point4-line,
.p-top__product-point5-line,
.p-top__product-point6-line {
  position: relative;
}

.p-top__product-point4-line::after,
.p-top__product-point5-line::after,
.p-top__product-point6-line::after {
  content: "";
  position: absolute;
  left: 0;
  transform: translateX(20%);
  width: calc(61 * var(--width-ratio));
  height: 1px;
  background-color: #574109;
}

.p-top__product-point4-title,
.p-top__product-point5-title,
.p-top__product-point6-title {
  line-height: 1.16;
  letter-spacing: 0.02em;
  color: #574109;
  font-size: calc(16 * var(--width-ratio));
  margin-top: 13px;
  font-weight: bold;
}

.p-top__product-point4-photo,
.p-top__product-point5-photo,
.p-top__product-point6-photo {
  width: calc(210 * var(--width-ratio));
  max-width: 210px;
  padding-right: 6.3%;
  object-fit: contain;
}

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

  .p-top__product-point4-photo,
  .p-top__product-point5-photo,
  .p-top__product-point6-photo {
    display: none;
  }
}

.p-top__product-point4-photo-sp,
.p-top__product-point6-photo-sp {
  display: none;
}

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

  .p-top__product-point4-photo-sp,
  .p-top__product-point6-photo-sp {
    width: calc(192 * var(--width-ratio));
    min-width: 192px;
    aspect-ratio: 48/31;
    display: block;
    padding-right: 18px;
  }
}

.p-top__product-point5-photo-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top__product-point5-photo-sp {
    width: calc(192 * var(--width-ratio));
    min-width: 192px;
    aspect-ratio: 48/31;
    display: block;
    padding-right: 13px;
  }
}

.p-top__link-button.p-top__link-button-product {
  margin: 0 auto 44px;
  max-width: 1100px;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.box-shadow-area {
  height: 9px;
}

.p-top__product-box--column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 施工実績 */
.p-top__results {
  position: relative;
  background-color: #faf6f3;
  overflow: hidden;
}

.p-top__results-bg {
  width: calc(1247 * var(--width-ratio));
}

@media screen and (max-width: 767px) {
  .p-top__results-bg {
    display: none;
  }
}

.p-top__results-title-container {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  display: block;
  position: relative;
}

.p-top__results-text-container {
  margin-top: 66px;
  display: flex;
  flex-direction: row;
  margin-bottom: 34px;
  justify-content: center;
  z-index: 1;
  display: block;
}

.p-top__results-text-container-inner {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.p-top__results-text-container-inner img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-top__results-text-container-inner .p-top__results-text-image--left {
  left: -40px;
}

@media screen and (max-width: 767px) {
  .p-top__results-text-container-inner .p-top__results-text-image--left {
    display: none;
  }
}

.p-top__results-text-container-inner .p-top__results-text-image--right {
  right: -40px;
}

.p-top__results-text-image--right {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-top__results-text-image--right {
    display: none;
  }
}

.p-top__results-text-image--right-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top__results-text-image--right-sp {
    display: block;
    width: 19.6px;
    right: 0;
  }
}

.p-top__results-text-image--left,
.p-top__results-text-image--right {
  width: 22.5px;
}

.p-top__results-text-image--left-sp,
.p-top__results-text-image--right-sp {
  width: 19.6px;
}

.p-top__results-text {
  line-height: 2;
  color: #574109;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-top__results-text {
    line-height: 1.4;
  }
}

.p-top__results-title {
  padding-top: 138px;
}

.p-top__results-list {
  padding-bottom: 62px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 43px 24px;
  max-width: 1100px;
  margin: 34px auto 0px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 1000px) {
  .p-top__results-list {
    place-content: center;
    place-items: center;
    gap: 23px 11px;
  }
}

@media screen and (max-width: 767px) {
  .p-top__results-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-top__results-link {
  border-radius: 20px;
  position: relative;
  display: block;
  box-shadow: 0 2px 0px rgba(87, 65, 9, 1);
}

.p-top__results-item {
  max-width: 353px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .p-top__results-item {
    width: 100%;
    max-width: none;
  }
}

.p-top__results-item-image {
  width: 100%;
  max-width: 353px;
  border-radius: 20px;
  top: 70px;
  left: 0;
  box-shadow: 0 0 9px rgba(231, 211, 197, 0.8);
}

@media screen and (max-width: 1000px) {
  .p-top__results-item-image {
    display: none;
  }
}

.p-top__results-item-image-sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .p-top__results-item-image-sp {
    width: 100%;
    height: auto;
    display: block;
  }
}

.p-top__results-item-text {
  font-size: 1.25rem;
  line-height: 2;
  color: #574109;
  text-align: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  background: #fff;
  border-radius: 0 0 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26%;
}

@media screen and (max-width: 1000px) {
  .p-top__results-list .p-top__results-item-text {
    font-size: 16px;
    bottom: 0px;
    transform: translateX(-50%);
    top: auto;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-top__results-item-text {
    height: 17%;
  }
}

.p-top__link-button-product {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.p-top__link-button-image {
  max-width: 1050px;
  padding-bottom: 54px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-top__link-button-image {
    display: none;
  }
}

.p-top__link-button-image-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top__link-button-image-sp {
    min-width: 315px;
    width: calc(315 * var(--width-ratio));
    padding-bottom: 34px;
    display: block;
    margin: 0 auto;
    padding-right: 30px;
  }
}

/* 施工実績 */
.p-top__results-bg {
  position: absolute;
  display: block;
  width: 110%;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-top__results-bg {
    display: none;
  }
}

.p-top__results-bg-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top__results-bg-sp {
    position: absolute;
    display: block;
    width: calc(375 * var(--width-ratio));
    top: 11px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.p-top__results-bg-left {
  position: absolute;
  display: block;
  width: 301px;
  top: 142px;
  left: -78px;
}

@media screen and (max-width: 767px) {
  .p-top__results-bg-left {
    display: none;
  }
}

.p-top__results-bg-right {
  position: absolute;
  display: block;
  width: 292px;
  top: -65px;
  right: -29px;
}

@media screen and (max-width: 767px) {
  .p-top__results-bg-right {
    display: none;
  }
}

.p-top__results-bg-left-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top__results-bg-left-sp {
    position: absolute;
    display: block;
    width: 134px;
    top: 78px;
    left: -41px;
  }
}

.p-top__results-text-image--right-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top__results-text-image--right-sp {
    display: block;
    width: 19.6px;
    right: -25px;
  }
}

.p-top__results-bg-right-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top__results-bg-right-sp {
    position: absolute;
    display: block;
    width: 134px;
    top: -35px;
    right: -33px;
  }
}

.p-top__results-text-image--left-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top__results-text-image--left-sp {
    display: block;
    width: 19.6px;
    left: -25px;
  }
}

/* 施工事例 */
.p-top__case_study {
  position: relative;
  background-color: #faf6f3;
  background-image: url(../image/p-top/p-top__case-study-bg-image.webp);
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  overflow-x: hidden;
}

@media screen and (max-width: 1100px) {
  .p-top__case_study {
    background-image: url(../image/p-top/p-top__case-study-bg-image-sp.webp);
  }
}

.p-top__case-study-title-container {
  display: block;
  padding-top: 103px;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}

.p-top__case-study-title {
  color: #ffffff;
  position: relative;
}

.p-top__case-study-title-container-deco {
  position: absolute;
  top: 25%;
  left: 50%;
  height: 90px;
  transform: translate(-21%, 25%);
}

@media screen and (max-width: 1100px) {
  .p-top__case-study-title-container-deco {
    transform: translate(-13.5%, 0%);
    height: 74px;
    top: 50%;
  }
}

.p-top__case-study-title-deco {
  width: 31px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(155px, 13px);
}

@media screen and (max-width: 767px) {
  .p-top__case-study-title-deco {
    width: 28.02px;
    transform: translate(117px, 18px);
  }
}

.splide {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .splide {
    width: 335px;
    margin: 0 auto;
  }
}

.splide__slide {
  justify-content: center;
  align-items: center;
  margin-bottom: 52px;
}

@media screen and (max-width: 1100px) {
  .splide__slide {
    margin-bottom: 85px;
  }
}

.p-top__case_study-slide-item {
  display: flex;
}

@media screen and (max-width: 1100px) {
  .p-top__case_study-slide-item {
    display: block;
  }
}

.p-top__case_study__box {
  display: flex;
  box-shadow: 0 2px 0px rgba(87, 65, 9, 1);
  border-radius: 20px;
}

@media screen and (max-width: 1100px) {
  .p-top__case_study__box {
    display: block;
  }
}

.p-top__case_study-slide-item-image-area {
  position: relative;
  background-color: rgba(237, 226, 217, 0.8);
  max-width: 379px;
  /* height: 502px; */
  width: calc(379 * var(--width-ratio));
  border-radius: 20px 0 0 20px;
}

@media screen and (max-width: 1100px) {
  .p-top__case_study-slide-item-image-area {
    max-width: 336px;
    max-height: 242px;
    border-radius: 20px 20px 0 0;
  }
}

.p-top__case_study-slide-item-image-area .text {
  background-color: #ffffff;
  color: #e0903b;
  border-radius: 20px 0 20px 0;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  align-items: center;
  max-width: 180px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  padding: 0px 15px;
}

@media screen and (max-width: 1100px) {
  .p-top__case_study-slide-item-image-area .text {
    font-size: 1rem;
  }
}

.p-top__case_study-slide-item-image-area .text.--detached-house {
  background-color: #c3b08f;
  color: #fff;
}

.p-top__case_study-slide-item-image-area .text.--mansion {
  background-color: #E0903B;
  color: #fff;
}

.p-top__case_study-slide-item-image-area .text.--commercial-facility {
  background-color: #DBB678;
  color: #fff;
}

.p-top__case_study-slide-item-image-area .text.--childcare-facility {
  background-color: #FAF8BE;
  color: #E0903B;
}

.p-top__case_study-slide-item-image-area .text.--medical_nursing-facility {
  background-color: #879A73;
  color: #fff;
}

.p-top__case_study-slide-item-image-area .text.--other {
  background-color: #574109;
  color: #fff;
}

.p-top__case_study-slide-item-image-area .image {
  /* max-width: 379px; */
  border-radius: 20px 0 0 20px;
  /* position: absolute; */
  /* width: calc(379 * var(--width-ratio)); */
  /* aspect-ratio: 379/502; */
  /* top: 0; */

  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .p-top__case_study-slide-item-image-area .image {
    width: 336px;
    height: 242px;
    border-radius: 20px 20px 0 0;
  }
}

.p-top__case_study-slide-item-area--reason {
  position: relative;
}

@media screen and (max-width: 1100px) {
  .p-top__case_study-slide-item-area--reason {
    margin-left: 1px;
  }
}

.p-top__case_study-slide-item-text-area {
  background-color: rgba(237, 226, 217, 0.8);
  border-radius: 0 20px 20px 0;
  padding: 18px calc(24 * var(--width-ratio)) 27px calc(29 * var(--width-ratio));
}

@media screen and (max-width: 1100px) {
  .p-top__case_study-slide-item-text-area {
    border-radius: 0 0 20px 20px;
    padding: 18px 14px 40px 17px;
    max-width: 100%;
  }
}

.p-top__case_study-slide-item-area--title {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 40px;
  padding-right: 23px;
}

@media screen and (max-width: 1100px) {
  .p-top__case_study-slide-item-area--title {
    padding-right: 0px;
  }
}

.p-top__case_study-slide-item-area--title .image {
  max-width: 55px;
  object-fit: contain;
}

.p-top__case_study-slide-item-area--title .text {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.31;
  text-align: right;
  color: #574109;
}

@media screen and (max-width: 1100px) {
  .p-top__case_study-slide-item-area--title .text {
    padding-right: 0px;
  }
}

.p-top__case_study-slide-item-area--reason .title {
  background-color: #574109;
  border-radius: 50px;
  width: 167px;
  height: 41px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 5px;
  position: absolute;
  padding: 0 32px 0 30px;
  transform: translate(-7px, -50%);
}

@media screen and (max-width: 1100px) {
  .p-top__case_study-slide-item-area--reason .title {
    transform: translate(-2px, -50%);
  }
}

.p-top__case_study-slide-item-area--reason .image {
  max-width: 18px;
}

.p-top__case_study-slide-item-area--reason .reason {
  line-height: 1.6;
  color: #ffffff;
}

.p-top__case_study-slide-item-area--reason .text {
  color: #574109;
  line-height: 1.6;
  background-color: #ffffff;
  border-radius: 5px;
  max-width: 513px;
  width: calc(513 * var(--width-ratio));
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: calc(30 * var(--width-ratio)) calc(62 * var(--width-ratio));
}

@media screen and (max-width: 1100px) {
  .p-top__case_study-slide-item-area--reason .text {
    width: 302px;
    padding: 30px 20px;
  }
}

.p-top__case_study-slide-item-area--reason .text a{
  color: #574109;
}

.p-top__case_study-slide-item-area--point {
  margin-left: 1px;
}

.p-top__case_study-slide-item-area--point .title {
  background-color: #574109;
  border-radius: 50px;
  width: 199px;
  height: 41px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 10px;
  position: absolute;
  padding: 0 29.57px 0 30px;
  transform: translate(-7px, -50%);
}

@media screen and (max-width: 1100px) {
  .p-top__case_study-slide-item-area--point .title {
    transform: translate(-2px, -50%);
  }
}

.p-top__case_study-slide-item-area--point .image {
  max-width: 13.43px;
}

.p-top__case_study-slide-item-area--point .point {
  line-height: 1.6;
  color: #ffffff;
}

.p-top__case_study-slide-item-area--point .text {
  color: #574109;
  line-height: 1.6;
  background-color: #ffffff;
  border-radius: 5px;
  width: calc(513 * var(--width-ratio));
  max-width: 513px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: calc(30 * var(--width-ratio)) calc(62 * var(--width-ratio));
  margin-top: 30px;
}

@media screen and (max-width: 1100px) {
  .p-top__case_study-slide-item-area--point .text {
    width: 302px;
    padding: 30px 20px;
    margin-top: 39px;
    /* height: 334px; */
  }
}

.splide__arrow.splide__arrow--prev {
  background-color: #ffffff;
  opacity: 1;
  width: 54px;
  height: 54px;
  left: 50%;
  top: 50%;
  transform: translate(-568px, -110%);
  background-image: url(../image/p-top/splide-arrow-left.png);
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 9.5px 19.5px;
}

@media screen and (max-width: 1439px) {
  .splide__arrow.splide__arrow--prev {
    transform: translate(0, -110%);
    left: calc(33 * var(--width-ratio));
  }
}

@media screen and (max-width: 1200px) {
  .splide__arrow.splide__arrow--prev {
    left: calc(20 * var(--width-ratio));
  }
}

@media screen and (max-width: 1100px) {
  .splide__arrow.splide__arrow--prev {
    background-color: #dbb678;
    left: -19px;
    transform: translate(0, -175%);
    width: 49.79px;
    height: 49.79px;
    background-size: 8.76px 17.98px;
    background-position: 18px;
  }
}

.splide__arrow.splide__arrow--prev svg,
.splide__arrow.splide__arrow--next svg {
  display: none;
}

.splide__arrow.splide__arrow--next {
  background-color: #ffffff;
  opacity: 1;
  width: 54px;
  height: 54px;
  right: 50%;
  top: 50%;
  transform: translate(568px, -110%);
  background-image: url(../image/p-top/splide-arrow-right.png);
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: 9.5px 19.5px;
}

@media screen and (max-width: 1439px) {
  .splide__arrow.splide__arrow--next {
    right: calc(37 * var(--width-ratio));
    transform: translate(0, -110%);
  }
}

@media screen and (max-width: 1200px) {
  .splide__arrow.splide__arrow--next {
    right: calc(15 * var(--width-ratio));
  }
}

@media screen and (max-width: 1100px) {
  .splide__arrow.splide__arrow--next {
    background-color: #dbb678;
    right: -18px;
    transform: translate(0, -175%);
    width: 49.79px;
    height: 49.79px;
    background-size: 8.76px 17.98px;
    background-position: 22px;
  }
}

.splide__pagination {
  display: flex;
}

@media screen and (max-width: 1100px) {
  .splide__pagination {
    transform: translateY(-28px);
  }
}

.splide__pagination li {
  margin: 0 7px 0 7px;
}

.splide__pagination li button {
  background-color: #dbb678;
  border: none;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  opacity: 1;
  transition: opacity 0.3s;
}

.splide__pagination li button:hover {
  opacity: 1;
}

.splide__pagination__page {
  margin: 0;
}

.splide__pagination__page.is-active {
  background-color: #ffffff;
  margin: 0;
  transform: initial;
}

.p-top__link-button.case-study {
  display: flex;
  justify-content: end;
  padding-right: 66px;
  margin-bottom: 32px;
  font-weight: 500;
  margin-left: auto;
  right: 57px;
  box-shadow: 0 3px 0 rgb(87, 65, 9), 0 0 6.3px rgba(231, 211, 197, 0.8);
}

@media screen and (max-width: 1100px) {
  .p-top__link-button.case-study {
    margin: 0 auto 70px;
    right: 0;
  }
}

.p-top__link-button-arrow.case-study {
  left: 89%;
}

/* カタログ */
.p-top__catalog {
  background-image: url(../image/p-top/p-top__catalog-bg-image.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1.76/1;
}

.p-top__catalog-title-container {
  display: block;
  padding-top: 61px;
  text-align: center;
}

.p-top__catalog-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  gap: 51px 38px;
  margin: 74px auto 0px;
  border-radius: 74px;
  padding-bottom: 88px;
  max-width: 1042px;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-top__catalog-list {
    gap: 51px calc((38 / 1400) * 100vw);
  }
}

/* @media screen and (max-width: 1400px) {
  .p-top__catalog-list {
    display: flex;
    align-items: center;
    gap: 0;
    }
    } */

@media screen and (max-width: 767px) {
  .p-top__catalog-list {
    margin: 100px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}

.p-top__catalog-item {
  background-color: #faf8be;
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  justify-content: space-between;
  position: relative;
  /* height: 239px;
  width: 502px; */
  width: 100%;
  padding: 30px 46px 25px 27px;
  height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-top__catalog-item {
    padding: calc((30 / 1400) * 100vw) calc((46 / 1400) * 100vw) calc((25 / 1400) * 100vw) calc((27 / 1400) * 100vw);
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-top__catalog-item {
    margin-bottom: 77px;
    justify-content: space-between;
    width: 336px;
    height: 194px;
  }
}

@media screen and (max-width: 767px) {
  .p-top__catalog-item--bottom {
    margin-bottom: 0;
  }
}

.p-top__catalog-item-title-container {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-top__catalog-item-title-container {
    margin-top: 8px;
  }
}

.p-top__catalog-item-title-container-2 {
  margin-top: 15px;
}

.pdf-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.pdf-modal__inner {
  position: relative;
  background: #fff;
  padding: 30px;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  overflow: auto;
}

.pdf-modal__content {
  height: 100%;
}

.pdf-modal ._df_book {
  height: 100% !important;
}

.pdf-modal__close {
  position: absolute;
  top: 0px;
  right: 0px;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}


.p-top__catalog-item-circle--brown {
  background-color: #574109;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  left: 21px;
  top: 10px;
  transform: translate(-50%, -50%);
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .p-top__catalog-item-circle--brown {
    left: 0px;
    top: 0px;
    transform: translateX(0px) translateY(-60px);
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-top__catalog-item-circle--brown {
    width: 90px;
    height: 90px;
  }
}

.p-top__catalog-item-title {
  font-size: 1.75rem;
  color: #574109;
  line-height: 1.51;
  letter-spacing: 0.04em;
  white-space: nowrap;
  font-weight: bold;
  z-index: 1;
  text-decoration: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #fff;
  text-underline-offset: -5px;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-top__catalog-item-title {
    font-size: calc((28 / 1400) * 100vw);
    text-decoration-thickness: calc((10 / 1400) * 100vw);
    text-underline-offset: calc((-5 / 1400) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-top__catalog-item-title {
    font-size: 1.25rem;
    margin-top: 0;
  }
}

.p-top__catalog-item-text {
  font-weight: 400;
  line-height: 1.51;
  color: #574109;
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  .p-top__catalog-item-text {
    margin-top: 10px;
    min-width: 160px;
  }
}

.p-top__catalog-item-text-br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top__catalog-item-text-br-sp {
    display: block;
  }
}

.p-top__catalog-item-title-line--top {
  position: absolute;
  width: 166px;
  height: 15px;
  background-color: #ffffff;
  top: 77px;
  left: 27px;
}

@media screen and (max-width: 767px) {
  .p-top__catalog-item-title-line--top {
    width: 118px;
    height: 10px;
    top: 70px;
    left: 10px;
  }
}

.p-top__catalog-item-title-line--bottom {
  position: absolute;
  width: 238px;
  height: 15px;
  background-color: #ffffff;
  top: 100px;
  left: 27px;
}

@media screen and (max-width: 767px) {
  .p-top__catalog-item-title-line--bottom {
    width: 162px;
    height: 10px;
    top: 70px;
    left: 10px;
  }
}

.p-top__catalog-circle-text {
  font-size: 0.875rem;
  white-space: nowrap;
  color: #ffffff;
  font-weight: bold;
}

.p-top__catalog-item-image {
  width: 138px;
  object-fit: contain;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-top__catalog-item-image {
    width: calc((138 / 1400) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-top__catalog-item-image {
    width: 109px;
    height: auto;
  }
}

.p-top__catalog-circle-text--brown {
  font-size: 0.875rem;
  white-space: nowrap;
  color: #574109;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-top__catalog-item-circle--white {
  background-color: #ffffff;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 10px;
  left: 21px;
  transform: translate(-50%, -50%);
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .p-top__catalog-item-circle--white {
    top: 0px;
    left: 0px;
    transform: translateX(0px) translateY(-60px);
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-top__catalog-item-circle--white {
    width: 90px;
    height: 90px;
  }
}

.p-top__catalog-item-circle--orange {
  background-color: #e0903b;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 10px;
  left: 21px;
  transform: translate(-50%, -50%);
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .p-top__catalog-item-circle--orange {
    transform: translateX(0px) translateY(-60px);
    top: 0px;
    left: 0px;
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-top__catalog-item-circle--orange {
    width: 90px;
    height: 90px;
  }
}

.p-top__catalog-item-title--single {
  font-size: 1.75rem;
  color: #574109;
  line-height: 1.51;
  letter-spacing: 0.04em;
  white-space: nowrap;
  margin-top: 41px;
  font-weight: bold;
  z-index: 1;
  display: flex;
  flex-direction: row;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-top__catalog-item-title--single {
    font-size: calc((28 / 1400) * 100vw);
    text-decoration-thickness: calc((10 / 1400) * 100vw);
    text-underline-offset: calc((-5 / 1400) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-top__catalog-item-title--single {
    font-size: 1.25rem;
    margin-top: 43px;
  }
}

.p-top__catalog-item-title--single-2 {
  margin-top: 27px;
}

@media screen and (max-width: 767px) {
  .p-top__catalog-item-title--single-2 {
    margin-top: 20px;
  }
}

.p-top__catalog-arrow {
  width: 4px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-top__catalog-arrow {
    right: 5.5px;
  }
}

/* お知らせ */
.p-top__news {
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-top__news {
    padding: 0 25px;
  }
}

.p-top__news-title-container {
  display: block;
  padding-top: 64px;
  text-align: center;
  margin-bottom: 49px;
}

@media screen and (max-width: 767px) {
  .p-top__news-title-container {
    margin-bottom: 68px;
    padding-top: 63px;
  }
}

.p-top__news-list {
  color: #574109;
  max-width: 1100px;
  margin: 49px auto 33px;
  padding: 0 calc(51 * var(--width-ratio)) 0 calc(94 * var(--width-ratio));
}

@media screen and (max-width: 767px) {
  .p-top__news-list {
    padding: 0;
  }
}

.p-top__news-item {
  display: block;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  margin-bottom: 22px;
}

.p-top__news-item-row--sp {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.p-top__news-item:last-child {
  margin-bottom: 0px;
}

.p-top__news-item-container {
  display: flex;
  flex-direction: row;
  border-bottom: dashed 1px #574109;
  padding-bottom: 17px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .p-top__news-item-container {
    margin: 0 auto;
    flex-direction: column;
    border-bottom: none;
    flex-wrap: wrap;
  }
}

.p-top__news-arrow {
  width: 4px;
  height: 15px;
  position: absolute;
  right: 0;
  bottom: 50%;
}

@media screen and (max-width: 767px) {
  .p-top__news-arrow {
    transform: translateY(-50%);
  }
}

.p-top__news {
  width: 100%;
}

.p-top__news-category {
  font-weight: bold;
  color: #574109;
  letter-spacing: 0;
  border-radius: 50px;
  border: 1px solid #574109;
  padding: 5.86px 24px 5.86px 26px;
  white-space: nowrap;
  margin-left: 23px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 1100px) {
  .p-top__news-category {
    margin-left: 0px;
    padding: 2px 10px 2.56px 10px;
  }
}

.p-top__news-category.--cat01 {
  background: #E0903B;
  border: 1px solid #E0903B;
  color: #fff;
}

.p-top__news-category.--cat02 {
  background: #c3b08f;
  border: 1px solid #c3b08f;
  color: #fff;
}

.p-top__news-category.--cat03 {
  background: #DBB678;
  border: 1px solid #DBB678;
  color: #fff;
}

.p-top__news-category.--cat04 {
  background: #fff;
  border: 1px solid #574109;
  color: #fff;
}

.p-top__news-date {
  font-size: 1.25rem;
  color: #574109;
  letter-spacing: 0.05rem;
  white-space: nowrap;
  padding-left: calc(29 * var(--width-ratio));
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-top__news-date {
    padding-left: 6px;
  }
}

.p-top__news-text {
  line-height: 1.32;
  color: #574109;
  /* white-space: nowrap; */
  position: relative;
  padding-right: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-top__news-text {
    margin-left: 0;
    margin-right: 0;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: start;
    white-space: normal;
  }
}

.p-top__news-text-container {
  flex-direction: row;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 21px;
}

@media screen and (max-width: 1100px) {
  .p-top__news-text-container {
    padding-left: 0;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px dashed #000000;
    padding-bottom: 17px;
    padding-top: 6px;
  }
}

.p-top__link-button.p-top__link-button-news {
  max-width: calc(1100 * var(--width-ratio));
  margin: 33px 56px 65px auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  box-shadow: 0 3px 0 rgb(87, 65, 9), 0 0 6.3px rgba(231, 211, 197, 0.8);
}

@media screen and (max-width: 767px) {
  .p-top__link-button.p-top__link-button-news {
    margin: 33px auto 65px;
  }
}

.p-top__link-button-arrow.news {
  left: 89%;
}

/* コンタクト */
.p-top__contact {
  background-color: #faf6f3;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.p-top__contact-bg-image--left {
  position: absolute;
  width: calc(429 * var(--width-ratio));
  max-width: 429px;
  left: -116px;
  top: -23px;
}

@media screen and (max-width: 767px) {
  .p-top__contact-bg-image--left {
    display: none;
  }
}

.p-top__contact-bg-image--right {
  position: absolute;
  width: calc(385 * var(--width-ratio));
  max-width: 385px;
  top: -42px;
  right: -24px;
}

@media screen and (max-width: 767px) {
  .p-top__contact-bg-image--right {
    display: none;
  }
}

.p-top__contact-bg-image--left--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top__contact-bg-image--left--sp {
    width: calc(272 * var(--width-ratio));
    left: calc(-155 * var(--width-ratio));
    top: calc(-42 * var(--width-ratio));
    position: absolute;
    display: block;
  }
}

.p-top__contact-bg-image--right--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top__contact-bg-image--right--sp {
    width: calc(124 * var(--width-ratio));
    top: calc(-14 * var(--width-ratio));
    right: calc(-12 * var(--width-ratio));
    position: absolute;
    display: block;
  }
}

.p-top__contact-title-container {
  display: block;
  padding-top: 50px;
  text-align: center;
  /* z-index: 4; */
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top__contact-title-container {
    margin-bottom: 57px;
  }
}

.p-top__contact-container--column {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 32px;
  max-width: 813px;
  margin: 0 auto 32px;
  padding: 52px 22px 0;
}

@media screen and (max-width: 767px) {
  .p-top__contact-container--column {
    padding: 0;
  }
}

.p-top__contact-container--row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .p-top__contact-container--row {
    flex-direction: column;
    margin: auto;
    gap: 0px;
  }
}

.p-top__contact-contact-area-top--circle {
  position: relative;
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #574109;
}

@media screen and (max-width: 767px) {
  .p-top__contact-contact-area-top--circle {
    margin-left: 0;
    margin: 0 auto;
  }
}

.p-top__contact-contact-area-top--line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 40px;
  height: 2px;
  background-color: #574109;
}

.p-top__contact-contact-area-text--top {
  /* font-size: 0.875rem; */
  color: #574109;
  /* transform: translateY(183%); */
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-top__contact-contact-rectangle {
  position: relative;
  margin-top: 22px;
  background-color: #faf8be;
  display: flex;
  flex-direction: row;
  border-radius: 40px;
  padding: 29px 18px 31px 31px;
  font-weight: 500;
  width: 343px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-top__contact-contact-rectangle {
    width: 330px;
    justify-content: center;
  }
}

.p-top__contact-contact-rectangle--icon {
  width: 39px;
}

.p-top__contact-contact-area-text--bottom {
  font-size: 1.25rem;
  line-height: 1.3;
  color: #000000;
  padding-left: 41px;
  padding-right: 88px;
  font-weight: 500;
  white-space: nowrap;
}

.p-top__contact--arrow {
  display: inline-block;
  width: 4px;
  height: 15px;
  right: 18px;
  transform: translateY(50%);
  transition: transform 0.3s ease;
}

.p-top__news--arrow {
  position: relative;
  display: inline-block;
  padding-left: calc(291 * var(--width-ratio));
}

@media screen and (max-width: 1280px) {
  .p-top__news--arrow {
    padding-left: calc(450 * var(--width-ratio));
  }
}

@media screen and (max-width: 1000px) {
  .p-top__news--arrow {
    bottom: 0px;
    padding-left: 170px;
  }
}

.p-top__contact--arrow::before,
.p-top__contact--arrow::after,
.p-top__news--arrow::before,
.p-top__news--arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  transform-origin: 0.5px 50%;
  background-color: #574109;
  transition: background-color 0.3s ease;
}

.p-top__contact--arrow::before,
.aside__nav-menu-item--arrow::before,
.p-top__news--arrow::before {
  transform: rotate(123deg);
}

.p-top__contact--arrow::after,
.aside__nav-menu-item--arrow::after,
.p-top__news--arrow::after {
  transform: rotate(-125deg);
}

@media screen and (max-width: 1000px) {
  .p-top__contact-quotation-area {
    margin-top: 33px;
  }
}

.p-top__contact-quotation-area {
  z-index: 1;
}

.p-top__contact-quotation-area-top--circle {
  position: relative;
  background-color: rgba(87, 65, 9, 0.2);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #574109;
}

.p-top__contact-quotation-area-text--top {
  /* font-size: 0.875rem; */
  color: #574109;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-top__contact-quotation-rectangle {
  position: relative;
  margin-top: 22px;
  background-color: #e0903b;
  display: flex;
  width: 343px;
  flex-direction: row;
  border-radius: 40px;
  height: 87px;
  padding: 30px 18px 31px 31px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-top__contact-quotation-rectangle {
    width: 330px;
    justify-content: center;
    padding: 30px 12px 31px 31px;
  }
}

.p-top__contact-quotation-rectangle--icon {
  width: 27.37px;
}

.p-top__contact-quotation-area-text--bottom {
  font-size: 1.25rem;
  line-height: 1.3;
  color: #ffffff;
  padding-left: 21px;
  padding-right: 57px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  white-space: nowrap;
}

.p-top__contact-tel-area {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  justify-content: center;
  display: flex;
  flex-direction: row;
  z-index: 1;
  margin: 0 auto;
  margin-top: 34px;
  width: 100%;
  max-width: 813px;
  justify-content: center;
  gap: 158px;
}

@media screen and (max-width: 1000px) {
  .p-top__contact-tel-area {
    flex-direction: column;
    padding-top: 43px;
    padding-bottom: 44px;
    margin: 47px auto 24px;
    width: 333px;
    gap: 0;
  }
}

.p-top__contact-tel-box-left {
  padding-top: 33px;
  padding-bottom: 49px;
  white-space: nowrap;
  padding-left: calc(124 * var(--width-ratio));
}

@media screen and (max-width: 1000px) {
  .p-top__contact-tel-box-left {
    padding: 0 0 26px 0;
  }
}

.p-top__contact-tel-area-left-text {
  font-size: 1.25rem;
  color: #574109;
  border-bottom: solid 1px #574109;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-top__contact-tel-area-left-text {
    margin-top: 26px;
  }
}

.p-top__contact-tel-box-right {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 1000px) {
  .p-top__contact-tel-box-right {
    padding: 0;
    margin: auto;
  }
}

.p-top__contact-tel-rectangle-icon {
  width: 38px;
  height: 38px;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .p-top__contact-tel-rectangle-icon {
    padding-top: 6px;
    margin-top: 0;
  }
}

.p-top__contact-tel-box-right-text {
  margin-left: calc(16 * var(--width-ratio));
  display: flex;
  flex-direction: column;
  padding-top: 19px;
  padding-bottom: 20px;
  white-space: nowrap;
  font-weight: 500;
  padding-right: calc(107 * var(--width-ratio));
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 1000px) {
  .p-top__contact-tel-box-right-text {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}

.p-top__contact-tel-box-right-text--large {
  font-size: 2.25rem;
  font-family: #574109;
  font-weight: bold;
  line-height: 1.3;
  color: #574109;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-top__contact-tel-box-right-text--small {
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-top__bg-image-shape--left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(652 * var(--width-ratio));
  max-width: 652px;
}

@media screen and (max-width: 1400px) {
  .p-top__bg-image-shape--left {
    width: calc(611 * var(--width-ratio));
  }
}

@media screen and (max-width: 1000px) {
  .p-top__bg-image-shape--left {
    width: calc(550 * var(--width-ratio));
  }
}

@media screen and (max-width: 767px) {
  .p-top__bg-image-shape--left {
    width: calc(168 * var(--width-ratio));
  }
}

.p-top__bg-image-shape--right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(521 * var(--width-ratio));
  max-width: 521px;
}

@media screen and (max-width: 1400px) {
  .p-top__bg-image-shape--right {
    width: calc(479 * var(--width-ratio));
  }
}

@media screen and (max-width: 1000px) {
  .p-top__bg-image-shape--right {
    width: calc(419 * var(--width-ratio));
  }
}

@media screen and (max-width: 767px) {
  .p-top__bg-image-shape--right {
    width: calc(105 * var(--width-ratio));
  }
}

/* フッター */
.footer {
  background-color: #dbb678;
}

.footer__wrapper {
  padding: 45px 50px 54px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 32px;
}

@media screen and (max-width: 1000px) {
  .footer__wrapper {
    flex-direction: column;
    padding-left: 21px;
  }
}

@media screen and (max-width: 767px) {
  .footer__wrapper {
    align-items: center;
  }
}

.footer__logo-image {
  width: 218px;
  transform-origin: top left;
  margin: 0;
  padding: 0;
}

.footer__contact-details {
  margin-top: 28px;
  display: block;
}

@media screen and (max-width: 1000px) {
  .footer__contact-details {
    margin-top: 21px;
  }
}

.footer__contact-details p {
  color: #ffffff;
  white-space: nowrap;
}

.footer__links {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 1000px) {
  .footer__links {
    flex-direction: initial;
    margin: 25px auto 0;
  }
}

@media screen and (max-width: 1000px) {
  .footer__sub-nav-list {
    padding-left: 21px;
  }
}

.footer__nav-item {
  display: block;
}

.footer__nav-item-text {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.04em;
  line-height: 2;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 500;
}

.home .footer__nav-item-text {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .footer__nav-item-text {
    font-size: 1.4rem;
  }
}

.footer__nav-item:last-child {
  padding-bottom: 0;
}

.footer__sub-nav-item-text {
  font-size: 1.4rem;
}

.home .footer__sub-nav-item-text {
  font-size: 14px;
}

.footer__nav-list-column-sp {
  display: flex;
}

@media screen and (max-width: 1000px) {
  .footer__nav-list-column-sp {
    flex-direction: column;
    display: flex;
  }
}

.footer__nav-list-row-sp {
  display: flex;
  gap: 77px;
  flex-wrap: wrap;
}

@media screen and (max-width: 1000px) {
  .footer__nav-list-row-sp {
    flex-direction: row;
    display: flex;
    margin-bottom: 17px;
    gap: 50px;
    row-gap: 17px;
  }
}

.c-spdisplayBlock {
  display: none;
}

@media screen and (max-width: 1000px) {
  .c-spdisplayBlock {
    display: block;
  }
}

.submenu-list-1 {
  display: none;
  position: fixed;
  top: 141px;
  left: 0;
  z-index: -1;
  transition: transform 2s ease;
}

.submenu-list-1.active {
  display: block;
  position: fixed;
  top: 141px;
  transform: translateX(236px);
  z-index: 5;
}

.scroll-top-btn {
  width: 67px;
  position: fixed;
  height: 67px;
  border-radius: 50%;
  background-color: #ffffff;
  right: 22px;
  bottom: 6px;
  transition: 0.3s;
  z-index: 10;
}

@media screen and (max-width: 1000px) {
  .scroll-top-btn {
    right: 14px;
    bottom: 97px;
  }
}

.btn-arrow-scroll {
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.column-container {
  display: flex;
  flex-direction: column;
}

.modal {
  display: none;
  position: absolute;
  z-index: 10;
  left: -107%;
  top: -135%;
  height: 518px;
  width: 1041px;
  overflow: auto;
  background-color: rgba(87, 65, 9, 0.7);
  border-radius: 20px;
}

@media screen and (max-width: 1400px) {
  .modal {
    width: 502px;
    height: 383px;
    left: 50%;
    top: -92%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .modal {
    width: 375px;
    height: 286px;
    top: -77%;
  }
}

.modal-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close {
  position: absolute;
  top: 20.5px;
  right: 19.5px;
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 11;
}

@media screen and (max-width: 767px) {
  .close {
    top: 12.5px;
    right: 16.5px;
    font-size: 15.5px;
    width: 13.5px;
    height: 13.5px;
  }
}

.close::before,
.close::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 1px;
  background-color: #ffffff;
}

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

  .close::before,
  .close::after {
    width: 13.5px;
  }
}

.close::before {
  transform: rotate(45deg);
}

.close::after {
  transform: rotate(-45deg);
}

.video-thumbnail-container {
  position: absolute;
  display: inline-block;
  top: 44px;
  left: 50%;
  transform: translateX(-15px);
}

@media screen and (max-width: 767px) {
  .video-thumbnail-container {
    top: 42px;
  }
}

.video-thumbnail {
  width: 210px;
  height: 150px;
  display: block;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .video-thumbnail {
    width: calc((210 / 1400) * 100vw);
    height: calc((150 / 1400) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .video-thumbnail {
    width: 153.67px;
    height: 109.76px;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  pointer-events: none;
}

.catalog-thumbnail-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23px;
}

@media screen and (max-width: 767px) {
  .catalog-thumbnail-mark {
    width: 16.83px;
  }
}

.videoFrame {
  width: 743px;
  height: 418px;
}

@media screen and (max-width: 1400px) {
  .videoFrame {
    width: 358px;
    height: 309px;
  }
}

@media screen and (max-width: 767px) {
  .videoFrame {
    width: 306px;
    height: 202px;
  }
}

.modal-container {
  position: relative;
  transition: all ease 0.3s;
}

.modal-container:hover{
  opacity: 0.7;
}

/* MV円のスライド用 */
@media screen and (min-width: 768px) {
  .p-top__mv__circle {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
  }

  .p-top__mv__circle.--01 {
    top: -10%;
    right: 9px;
    aspect-ratio: 1/1;
    /* width: calc((326 / 1440) * 100vw); */
    width: min(22.638vw, 326px);
  }

  .p-top__mv__circle.--02 {
    top: 22%;
    right: -21px;
    aspect-ratio: 1/1;
    /* width: calc((211 / 1440) * 100vw); */
    width: min(14.638vw, 211px);
  }

  .p-top__mv__circle.--03 {
    top: 51%;
    right: 85px;
    aspect-ratio: 1/1;
    /* width: calc((142 / 1440) * 100vw); */
    width: min(9.861vw, 142px);
  }

  .p-top_mvCircle.splide {
    width: auto;
  }

  .p-top_mvCircle .splide__track,
  .p-top_mvCircle .slide-media {
    width: 100%;
    height: 100%;
  }

  .p-top_mvCircle .slide-media img {
    transition: 7s 1s ease-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center;
  }

  .p-top_mvCircle .splide__slide[class*=-active] .slide-media img {
    transition-delay: 0s;
    transform: scale(1.03);
  }
}

@media screen and (max-width: 767px) {
  .p-top__mv__circle {
    display: none;
  }
}

/*# sourceMappingURL=p-top.css.map */