@charset "UTF-8";
.c-btn-contact {
  text-align: center;
}
.c-btn-contact > a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin-inline: auto;
  padding: 20px 40px 20px 80px;
  background: #fff;
  border: 2px solid #3e3e3e;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  .c-btn-contact > a {
    padding: 20px 35px 20px 70px;
    font-size: 15px;
  }
}
.c-btn-contact > a::before {
  content: "";
  position: absolute;
  left: 50px;
  width: 20px;
  height: 20px;
  background-image: url("./img/icon-mail.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .c-btn-contact > a::before {
    left: 40px;
    width: 18px;
    height: 18px;
  }
}
.c-btn-contact > a:hover {
  transform: translateY(-3px);
  background-color: #FEF27E;
}

.c-btn-contact:has(input[type=submit]) {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 2px solid #3e3e3e;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}
.c-btn-contact:has(input[type=submit])::before {
  content: "";
  position: absolute;
  left: 50px;
  top: 50%;
  translate: 0 -50%;
  width: 20px;
  height: 20px;
  background-image: url("./img/icon-mail.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 2;
}
.c-btn-contact:has(input[type=submit]) > input[type=submit],
.c-btn-contact:has(input[type=submit]) .wpcf7-submit {
  text-decoration: none;
  background: #fff;
  width: max-content;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
  cursor: pointer;
  min-width: 120px;
  padding: 20px 30px 20px 90px;
}

/*=================================================
# base
=================================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
  border: #000;
  color: #3e3e3e;
  font-weight: 500;
  line-height: 1.6;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 769px) {
  :target {
    scroll-margin-top: 100px;
  }
}
@media (max-width: 768px) {
  :target {
    scroll-margin-top: 70px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", "Poppins", sans-serif;
}

img {
  width: 100%;
}

a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

li {
  list-style: none;
}

main {
  padding-top: 100px;
  border-bottom: 1px solid #3e3e3e;
}
@media (max-width: 768px) {
  main {
    padding-top: 70px;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
.c-dot-title {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .c-dot-title {
    font-size: 14px;
  }
}

.c-dot-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #E3C495;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .c-dot-title::before {
    width: 12px;
    height: 12px;
  }
}

.c-structure-title {
  font-size: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
}
.c-structure-title .c-structure-border {
  border: 1px solid #3e3e3e;
  border-radius: 999px;
  font-size: 14px;
  height: 100%;
  display: inline-block;
  padding-right: 15px;
  margin-right: 5px;
  background-color: #fff;
}
.c-structure-title .c-structure-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 5px;
  border: 1px solid #3d3d3d;
  border-radius: 999px;
  background: #E3C495;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-left: -1px;
  margin-right: 5px;
}

.border-under {
  position: relative;
}
.border-under::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #3e3e3e;
}

.highlight {
  display: inline-block;
  padding: 0 6px 2px;
  background-color: #E3C495;
  line-height: 1.2;
  margin: 0 5px;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  margin: 0;
}

/*=================================================
# header
=================================================*/
.header {
  height: 100px;
  background-color: #fff;
  padding-left: 90px;
  border-bottom: 1px solid #3e3e3e;
  position: fixed;
  inset: 0;
  z-index: 101;
}
@media (max-width: 768px) {
  .header {
    height: 70px;
    padding-left: 20px;
  }
}
.header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .header-wrap .header-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .header-wrap .header-brand .header-logo {
  width: 185px;
  margin-right: 30px;
  display: block;
}
@media (hover: hover) {
  .header .header-wrap .header-brand .header-logo {
    transition: 0.3s;
  }
  .header .header-wrap .header-brand .header-logo:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .header .header-wrap .header-brand .header-logo {
    width: 120px;
    margin-right: 20px;
  }
}
.header .header-wrap .header-brand .header-sublogo {
  width: 110px;
}
@media (max-width: 768px) {
  .header .header-wrap .header-brand .header-sublogo {
    width: 80px;
  }
}
.header .header-wrap .header-nav {
  height: 100%;
}
@media (max-width: 1150px) {
  .header .header-wrap .header-nav {
    display: none;
  }
}
.header .header-wrap .header-nav > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .header-wrap .header-nav > ul > li {
  height: 100%;
}
.header .header-wrap .header-nav > ul > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100%;
  border-left: 1px solid #3e3e3e;
  transition: 0.3s;
}
.header .header-wrap .header-nav > ul > li > a span {
  transition: 0.3s;
}
.header .header-wrap .header-nav > ul > li > a:hover span {
  opacity: 0.5;
}
.header .header-wrap .header-nav > ul > li > a.-gyosha {
  background-color: #f7f7f7;
  color: #0A175A;
}
.header .header-wrap .header-nav > ul > li > a.-contact {
  width: 120px;
  background-color: #FEF27E;
  height: 120px;
  border-bottom: 1px solid #3e3e3e;
  border-radius: 0 0 0 10px;
}
.header .header-wrap .header-nav > ul > li > a.-contact .icon {
  margin-bottom: 10px;
  width: 30px;
}
.header .header-wrap .header-nav > ul > li > a .icon {
  width: 20px;
  display: inline-block;
}
.header .header-wrap .header-nav > ul > li > a .text {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}

/* ドロワー
------------------------------------------------*/
.drawer {
  display: flex;
  align-items: center;
  z-index: 102;
  position: relative;
}
@media (min-width: 1151px) {
  .drawer {
    display: none;
  }
}
.drawer-icon {
  margin-right: 20px;
  height: 20px;
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.drawer-icon.active span:nth-of-type(1) {
  transform: translateY(-2px) rotate(-45deg);
}
.drawer-icon.active span:nth-of-type(2) {
  display: none;
}
.drawer-icon.active span:nth-of-type(3) {
  transform: scaleX(1) translateY(2px) rotate(45deg);
}
.drawer-icon span {
  height: 2px;
  width: 100%;
  background-color: #3e3e3e;
  transform-origin: center right;
  transition: 0.3s;
}

.drawer-nav {
  position: fixed;
  right: 0;
  top: 100px;
  bottom: 0;
  width: 100vw;
  background-color: #f7f7f7;
  padding: 40px 80px;
  transition: 0.5s;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .drawer-nav {
    top: 70px;
    padding: 40px 20px;
  }
}
.drawer-nav.active {
  opacity: 1;
  visibility: visible;
}

.drawer-nav ul li + li {
  margin-top: 20px;
}

.drawer-nav ul li > a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 14px 16px;
  border: 1px solid #3e3e3e;
  border-radius: 12px;
  background-color: #fff;
  justify-content: center;
}

.drawer-nav .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
}
.drawer-nav .icon img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.drawer-nav .text {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.drawer-nav li:nth-child(5) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.drawer-nav a.-gyosha {
  background-color: #f7f7f7;
  border-color: #0A175A;
}

.drawer-nav a.-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 60px;
  padding: 14px 16px;
  border-radius: 999px;
  background-color: #FEF27E;
  border: 1px solid #3e3e3e;
}
.drawer-nav a.-contact .icon {
  width: 18px;
  min-width: 18px;
}
.drawer-nav a.-contact .text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.drawer-cta {
  margin-top: 24px;
  padding: 24px 18px 20px;
  border: 1px solid #3e3e3e;
  border-radius: 12px;
  background-color: #FEF27E;
  text-align: center;
}

.drawer-cta-title {
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.drawer-cta-text {
  margin-top: 8px;
  color: #3e3e3e;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.drawer-cta-button {
  margin-top: 16px;
}

/*=================================================
# front-page
=================================================*/
/* メインビジュアル
------------------------------------------------*/
.top-mv {
  height: 600px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-image: var(--mv-bg-pc);
}
@media (max-width: 768px) {
  .top-mv {
    background-image: var(--mv-bg-sp);
  }
}
.top-mv .badge {
  position: absolute;
  top: 60px;
  left: 8vw;
  background-color: #70CB72;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .top-mv .badge {
    width: 120px;
    height: 120px;
    top: auto;
    bottom: 20px;
    left: 15px;
  }
}
.top-mv .badge:hover {
  transform: translateY(-3px);
}
.top-mv .badge .badge-text-fukidashi {
  color: #fff;
  font-size: 11px;
  line-height: 1.1;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .top-mv .badge .badge-text-fukidashi {
    font-size: 10px;
    margin-bottom: 3px;
  }
}
.top-mv .badge .badge-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .top-mv .badge .badge-text {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.top-mv .badge .badge-icon {
  line-height: 1;
}
.top-mv .badge .badge-icon img {
  width: 20px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .top-mv .badge .badge-icon img {
    width: 15px;
    margin-bottom: 0;
  }
}
.top-mv .badge .badge-arrow img {
  width: 12px;
}
@media (max-width: 768px) {
  .top-mv .badge .badge-arrow img {
    width: 10px;
  }
}
.top-mv .copy {
  position: absolute;
  top: 90px;
  right: 10vw;
}
@media (max-width: 768px) {
  .top-mv .copy {
    top: 40px;
    right: 15px;
    width: 140px;
  }
}
.top-mv .copy > p {
  writing-mode: vertical-rl;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #3e3e3e;
}
@media (max-width: 768px) {
  .top-mv .copy > p {
    font-size: 18px;
    letter-spacing: 0.3em;
  }
}

/* 木材加工販売
------------------------------------------------*/
.top-intro {
  background-color: #F7F7F7;
  padding: 40px 0 40px;
  position: relative;
}
.top-intro .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (min-width: 769px) {
  .top-intro .inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .top-intro .inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 769px) {
  .top-intro .inner .heading {
    position: absolute;
    z-index: 2;
    top: 100px;
    left: 80px;
  }
}
@media (min-width: 1440px) {
  .top-intro .inner .heading {
    left: 13vw;
  }
}
.top-intro .inner .heading .label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  padding: 0 18px;
  border: 2px solid #3e3e3e;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  .top-intro .inner .heading .label {
    width: 200px;
    height: 40px;
    font-size: 14px;
  }
}
.top-intro .inner .heading .title {
  margin-top: 20px;
  font-size: clamp(32px, 4.8vw, 64px);
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .top-intro .inner .heading .title {
    font-size: 34px;
  }
}
.top-intro .inner .heading .sub-title {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin-top: 20px;
}
.top-intro .inner .heading .sub-title span {
  font-size: 21px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .top-intro .inner .heading .sub-title span {
    font-size: 16px;
  }
}
.top-intro .inner .heading .sub-title span:last-of-type {
  margin-bottom: 10px;
}
.top-intro .inner .content {
  position: relative;
  z-index: 1;
  flex-basis: 67%;
  background-color: #fff;
  border-radius: 34px;
  padding: 65px 80px;
}
@media (min-width: 769px) {
  .top-intro .inner .content {
    transform: translateY(-80px);
  }
}
@media (max-width: 768px) {
  .top-intro .inner .content {
    padding: 40px 45px;
    margin-top: 40px;
  }
}
.top-intro .inner .content .corner-top {
  position: absolute;
  top: 10px;
  left: -80px;
  width: 110px;
}
@media (max-width: 768px) {
  .top-intro .inner .content .corner-top {
    top: -30px;
    left: auto;
    right: 0;
    width: 50px;
  }
}
.top-intro .inner .content .corner-bottom {
  position: absolute;
  right: 20px;
  bottom: -100px;
  width: 110px;
}
@media (max-width: 768px) {
  .top-intro .inner .content .corner-bottom {
    right: 0;
    bottom: -40px;
    width: 50px;
  }
}
.top-intro .inner .content .text {
  margin-left: auto;
}
@media (min-width: 769px) {
  .top-intro .inner .content .text {
    width: 100%;
  }
}
.top-intro .inner .content .text .lead {
  margin-bottom: 45px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .top-intro .inner .content .text .lead {
    font-size: 16px;
  }
}
.top-intro .inner .content .text p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #3e3e3e;
  margin-top: 30px;
}
.top-intro .inner .content .text p:first-of-type {
  margin-top: 0;
}
@media (max-width: 768px) {
  .top-intro .inner .content .text p {
    font-size: 14px;
  }
}

/* 飛騨の天板やでできること
------------------------------------------------*/
.top-possibility {
  padding: 60px 0;
  background: #f7f7f7;
}
.top-possibility .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .top-possibility .inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.top-possibility .inner .title {
  text-align: center;
  font-size: 32px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .top-possibility .inner .title {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.top-possibility .inner .content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .top-possibility .inner .content {
    display: block;
  }
}
.top-possibility .inner .group {
  position: relative;
}
.top-possibility .inner .circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  z-index: 0;
}
@media (max-width: 768px) {
  .top-possibility .inner .circle {
    width: 85%;
  }
}
.top-possibility .inner .group-general {
  margin-top: 60px;
  height: 820px;
  width: 530px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1180px) {
  .top-possibility .inner .group-general {
    height: 820px;
    width: 380px;
  }
}
@media (max-width: 768px) {
  .top-possibility .inner .group-general {
    margin-top: 0;
    height: 700px;
    width: min(100%, 500px);
    margin-left: auto;
    margin-right: auto;
  }
}
.top-possibility .inner .group-general .circle {
  border: 2px solid #E3C495;
  background-color: #fff;
}
.top-possibility .inner .group-general .main::before {
  background-color: #E3C495;
}
.top-possibility .inner .group-general .balloon {
  border-color: #E3C495;
}
.top-possibility .inner .group-general .balloon::after {
  width: 20px;
  height: 15px;
  bottom: -8px;
  right: 5px;
  background-image: url("./img/illust-fukidashi-beige.png");
}
@media (max-width: 1180px) {
  .top-possibility .inner .group-general .balloon::after {
    width: 15px;
    height: 10px;
    bottom: -5px;
    right: 3px;
  }
}
.top-possibility .inner .group-general .balloon[class*=no] {
  position: absolute;
}
.top-possibility .inner .group-general .balloon.no1 {
  left: 40px;
  top: 0;
}
.top-possibility .inner .group-general .balloon.no2 {
  left: -100px;
  top: 80px;
}
.top-possibility .inner .group-general .balloon.no3 {
  left: 170px;
  top: 120px;
}
.top-possibility .inner .group-general .balloon.no4 {
  left: -30px;
  top: 200px;
}
.top-possibility .inner .group-general .balloon.no5 {
  left: 120px;
  top: 270px;
}
.top-possibility .inner .group-general .balloon.no6 {
  left: -80px;
  top: 360px;
}
@media (max-width: 1180px) {
  .top-possibility .inner .group-general .balloon.no1 {
    left: 10%;
    top: 0;
  }
  .top-possibility .inner .group-general .balloon.no2 {
    left: 0;
    top: 80px;
  }
  .top-possibility .inner .group-general .balloon.no3 {
    left: auto;
    right: 15%;
    top: 150px;
  }
  .top-possibility .inner .group-general .balloon.no4 {
    left: 0;
    top: 200px;
  }
  .top-possibility .inner .group-general .balloon.no5 {
    left: auto;
    right: 13%;
    top: 250px;
  }
  .top-possibility .inner .group-general .balloon.no6 {
    left: 0;
    top: 340px;
  }
}
.top-possibility .inner .group-general .illust-balloon {
  position: absolute;
}
.top-possibility .inner .group-general .illust-balloon.no1 {
  width: 30px;
  left: 10px;
  top: 40px;
}
.top-possibility .inner .group-general .illust-balloon.no2 {
  width: 60px;
  left: 300px;
  top: 80px;
}
.top-possibility .inner .group-general .illust-balloon.no3 {
  width: 60px;
  left: 30px;
  top: 280px;
}
.top-possibility .inner .group-general .illust-balloon.no4 {
  width: 60px;
  left: 260px;
  top: 350px;
}
.top-possibility .inner .group-general .illust-balloon.no5 {
  width: 30px;
  left: 240px;
  top: 390px;
}
@media (max-width: 1180px) {
  .top-possibility .inner .group-general .illust-balloon.no1 {
    width: 30px;
    left: 10px;
    top: 40px;
  }
  .top-possibility .inner .group-general .illust-balloon.no2 {
    width: 60px;
    left: 240px;
    top: 80px;
  }
  .top-possibility .inner .group-general .illust-balloon.no3 {
    width: 60px;
    left: 30px;
    top: 280px;
  }
  .top-possibility .inner .group-general .illust-balloon.no4 {
    width: 60px;
    left: 200px;
    top: 300px;
  }
  .top-possibility .inner .group-general .illust-balloon.no5 {
    width: 30px;
    left: 180px;
    top: 320px;
  }
}
.top-possibility .inner .group-business {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 450px;
  transform: translateX(-40px);
}
@media (max-width: 1180px) {
  .top-possibility .inner .group-business {
    height: 610px;
    width: 380px;
  }
}
@media (max-width: 768px) {
  .top-possibility .inner .group-business {
    height: 700px;
    width: min(100%, 500px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    transform: translateX(0);
  }
}
.top-possibility .inner .group-business .circle {
  border: 2px solid #0A175A;
}
.top-possibility .inner .group-business .main::before {
  background-color: #0A175A;
}
.top-possibility .inner .group-business .balloon {
  border-color: #0A175A;
}
.top-possibility .inner .group-business .balloon::after {
  width: 10px;
  height: 10px;
  bottom: -5px;
  left: 5px;
  background-image: url("./img/illust-fukidashi-navy.png");
}
.top-possibility .inner .group-business .balloon[class*=no] {
  position: absolute;
}
.top-possibility .inner .group-business .balloon.no1 {
  left: -80px;
  top: 60px;
}
.top-possibility .inner .group-business .balloon.no2 {
  left: 200px;
  top: 0;
}
.top-possibility .inner .group-business .balloon.no3 {
  left: 230px;
  top: 70px;
}
.top-possibility .inner .group-business .balloon.no4 {
  left: -40px;
  top: 150px;
}
.top-possibility .inner .group-business .balloon.no5 {
  left: 30px;
  top: 230px;
}
.top-possibility .inner .group-business .balloon.no6 {
  left: 290px;
  top: 170px;
}
@media (max-width: 1180px) {
  .top-possibility .inner .group-business .balloon.no1 {
    left: 0;
    top: 70px;
  }
  .top-possibility .inner .group-business .balloon.no2 {
    left: auto;
    right: 5%;
    top: 0;
  }
  .top-possibility .inner .group-business .balloon.no3 {
    left: auto;
    right: 0;
    top: 140px;
  }
  .top-possibility .inner .group-business .balloon.no4 {
    left: 0;
    top: 200px;
  }
  .top-possibility .inner .group-business .balloon.no5 {
    left: auto;
    right: 5%;
    top: 330px;
  }
  .top-possibility .inner .group-business .balloon.no6 {
    left: 10%;
    top: 270px;
  }
}
.top-possibility .inner .group-business .illust-balloon {
  position: absolute;
}
.top-possibility .inner .group-business .illust-balloon.no1 {
  width: 50px;
  left: 110px;
  top: 20px;
}
.top-possibility .inner .group-business .illust-balloon.no2 {
  width: 30px;
  left: 100px;
  top: 130px;
}
.top-possibility .inner .group-business .illust-balloon.no3 {
  width: 30px;
  left: 430px;
  top: 150px;
}
.top-possibility .inner .group-business .illust-balloon.no4 {
  width: 40px;
  left: 250px;
  top: 200px;
}
@media (max-width: 1180px) {
  .top-possibility .inner .group-business .illust-balloon.no1 {
    left: 5%;
    top: 30px;
  }
  .top-possibility .inner .group-business .illust-balloon.no2 {
    left: 10%;
    top: 140px;
  }
  .top-possibility .inner .group-business .illust-balloon.no3 {
    left: auto;
    right: 20%;
    top: 260px;
  }
  .top-possibility .inner .group-business .illust-balloon.no4 {
    left: auto;
    right: 5%;
    top: 280px;
  }
}
.top-possibility .inner .heading {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .top-possibility .inner .heading {
    margin-top: 0;
    padding-top: 50px;
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .top-possibility .inner .heading.pc-only {
    display: none;
  }
}
.top-possibility .inner .heading .sub {
  font-size: 13px;
  margin-bottom: 6px;
  margin-bottom: 20px;
  text-decoration: underline;
}
.top-possibility .inner .heading .main {
  font-size: 18px;
  width: max-content;
  margin-inline: auto;
}
.top-possibility .inner .balloons {
  position: relative;
}
@media (min-width: 769px) {
  .top-possibility .inner .balloons.up {
    transform: translateY(-40px);
  }
}
.top-possibility .inner .balloons .balloon {
  padding: 16px 40px;
  border-radius: 100px;
  background: #fff;
  margin: 8px;
  font-size: 13px;
  position: absolute;
  width: max-content;
  border-style: solid;
  border-width: 2px;
}
@media (max-width: 1180px) {
  .top-possibility .inner .balloons .balloon {
    font-size: 12px;
    padding: 8px 20px;
  }
}
.top-possibility .inner .balloons .balloon::after {
  content: "";
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.top-possibility .inner .person {
  position: absolute;
  bottom: 140px;
  right: -10px;
}
@media (max-width: 768px) {
  .top-possibility .inner .person {
    bottom: 120px;
    right: 0;
  }
}
.top-possibility .inner .person img {
  width: 140px;
  height: auto;
  display: block;
}
@media (max-width: 1180px) {
  .top-possibility .inner .person img {
    width: 80px;
  }
}
.top-possibility .inner .button-wrap {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  margin-block: auto;
}
.top-possibility .inner .button-wrap .button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 20px 40px;
  border-radius: 100px;
  background: #E3C495;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  border: 2px solid #3e3e3e;
  transition: 0.3s;
}
.top-possibility .inner .button-wrap .button.vendor {
  background-color: #fff;
  color: #0A175A;
  border-color: #0A175A;
}
@media (max-width: 768px) {
  .top-possibility .inner .button-wrap .button {
    padding: 15px 30px;
    font-size: 14px;
  }
}
.top-possibility .inner .button-wrap .button:hover {
  transform: translateY(-3px);
}
.top-possibility .inner .button-wrap .arrow {
  width: 14px;
}
@media (max-width: 768px) {
  .top-possibility .inner .button-wrap .arrow {
    width: 12px;
  }
}
.top-possibility .business-balloons-layer {
  position: absolute;
  top: 0;
  left: 50%;
  height: 610px;
  width: 450px;
  z-index: 3;
}
@media (min-width: 901px) and (max-width: 1180px) {
  .top-possibility .business-balloons-layer {
    height: 610px;
    width: 380px;
    left: 46%;
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  .top-possibility .business-balloons-layer {
    height: 610px;
    width: 380px;
    left: 42%;
  }
}
.top-possibility .business-balloons-layer .circle {
  border: 2px solid #0A175A;
}
.top-possibility .business-balloons-layer .main::before {
  background-color: #0A175A;
}
.top-possibility .business-balloons-layer .balloon {
  border-color: #0A175A;
}
.top-possibility .business-balloons-layer .balloon::after {
  width: 16px;
  height: 10px;
  bottom: -3px;
  left: 3px;
  transform: rotate(14deg);
  background-image: url("./img/illust-fukidashi-navy.png");
}
@media (max-width: 1180px) {
  .top-possibility .business-balloons-layer .balloon::after {
    width: 12px;
    bottom: -5px;
    left: 3px;
  }
}
.top-possibility .business-balloons-layer .balloon[class*=no] {
  position: absolute;
}
.top-possibility .business-balloons-layer .balloon.no1 {
  left: -80px;
  top: 60px;
}
.top-possibility .business-balloons-layer .balloon.no2 {
  left: 200px;
  top: 0;
}
.top-possibility .business-balloons-layer .balloon.no3 {
  left: 230px;
  top: 70px;
}
.top-possibility .business-balloons-layer .balloon.no4 {
  left: -40px;
  top: 150px;
}
.top-possibility .business-balloons-layer .balloon.no5 {
  left: 30px;
  top: 230px;
}
.top-possibility .business-balloons-layer .balloon.no6 {
  left: 290px;
  top: 170px;
}
@media (max-width: 1180px) {
  .top-possibility .business-balloons-layer .balloon.no1 {
    left: -40px;
    top: 30px;
  }
  .top-possibility .business-balloons-layer .balloon.no2 {
    left: 150px;
    top: -20px;
  }
  .top-possibility .business-balloons-layer .balloon.no3 {
    left: 130px;
    top: 80px;
  }
  .top-possibility .business-balloons-layer .balloon.no4 {
    left: -40px;
    top: 130px;
  }
  .top-possibility .business-balloons-layer .balloon.no5 {
    left: 30px;
    top: 230px;
  }
  .top-possibility .business-balloons-layer .balloon.no6 {
    left: 190px;
    top: 170px;
  }
}
.top-possibility .business-balloons-layer .illust-balloon {
  position: absolute;
}
.top-possibility .business-balloons-layer .illust-balloon.no1 {
  width: 50px;
  left: 110px;
  top: 20px;
}
.top-possibility .business-balloons-layer .illust-balloon.no2 {
  width: 30px;
  left: 100px;
  top: 130px;
}
.top-possibility .business-balloons-layer .illust-balloon.no3 {
  width: 30px;
  left: 430px;
  top: 150px;
}
.top-possibility .business-balloons-layer .illust-balloon.no4 {
  width: 40px;
  left: 250px;
  top: 200px;
}
@media (max-width: 1180px) {
  .top-possibility .business-balloons-layer .illust-balloon.no1 {
    left: 50px;
    top: 0;
  }
  .top-possibility .business-balloons-layer .illust-balloon.no2 {
    left: 80px;
    top: 100px;
  }
  .top-possibility .business-balloons-layer .illust-balloon.no3 {
    left: 130px;
    top: 190px;
  }
  .top-possibility .business-balloons-layer .illust-balloon.no4 {
    left: 270px;
    top: 240px;
  }
}

/* 一般のお客様へ　皆さん天板選びを試してください
------------------------------------------------*/
.top-trial {
  padding: 60px 0;
  background-color: #f7f7f7;
}
.top-trial .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) and (max-width: 768px) {
  .top-trial .inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.top-trial .head {
  max-width: 560px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .top-trial .head {
    margin-bottom: 20px;
  }
}
.top-trial .head > .title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .top-trial .head > .title {
    font-size: 28px;
  }
}
.top-trial .head .text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-trial .head .text {
    font-size: 14px;
  }
}
.top-trial .main {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}
.top-trial .main .visual {
  position: relative;
  max-width: 800px;
  padding-top: 20px;
}
@media (min-width: 769px) {
  .top-trial .main .visual {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .top-trial .main .visual {
    width: 100%;
  }
}
.top-trial .main .visual .circle {
  position: absolute;
  border-radius: 50%;
  background-color: #70CB72;
}
.top-trial .main .visual .circle.circle-1 {
  top: -20px;
  right: 30px;
  width: 60px;
  height: 60px;
  z-index: 2;
}
@media (max-width: 768px) {
  .top-trial .main .visual .circle.circle-1 {
    top: 0;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
.top-trial .main .visual .circle.circle-2 {
  left: -60px;
  bottom: 160px;
  width: 120px;
  height: 120px;
  z-index: 1;
}
@media (max-width: 768px) {
  .top-trial .main .visual .circle.circle-2 {
    left: -40px;
    bottom: 140px;
    width: 80px;
    height: 80px;
  }
}
.top-trial .main .visual .circle.circle-3 {
  right: -50px;
  bottom: -50px;
  width: 80px;
  height: 80px;
  z-index: 2;
}
@media (max-width: 768px) {
  .top-trial .main .visual .circle.circle-3 {
    right: -10px;
    bottom: -30px;
    width: 50px;
    height: 50px;
  }
}
.top-trial .main .visual .card {
  position: relative;
  z-index: 1;
  border: 10px solid #E3C495;
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-trial .main .visual .card {
    border-width: 6px;
  }
}
.top-trial .main .visual .card .card-top {
  padding: 30px;
}
@media (max-width: 768px) {
  .top-trial .main .visual .card .card-top {
    padding: 20px 15px;
  }
}
.top-trial .main .visual .card .card-top .chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
}
@media (max-width: 768px) {
  .top-trial .main .visual .card .card-top .chip-list {
    gap: 10px 15px;
  }
}
.top-trial .main .visual .card .card-top .chip {
  height: 40px;
  border: 2px solid #3e3e3e;
  border-radius: 999px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 900;
  color: #222;
  cursor: pointer;
  padding: 0 25px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .top-trial .main .visual .card .card-top .chip {
    font-size: 14px;
    padding: 0 20px;
  }
}
.top-trial .main .visual .card .card-top .chip:hover {
  background-color: #FEF27E;
}
.top-trial .main .visual .card .card-top .chip.is-active {
  background-color: #FEF27E;
}
.top-trial .main .visual .card .card-middle {
  border-top: 10px solid #E3C495;
  padding: 30px;
}
@media (max-width: 768px) {
  .top-trial .main .visual .card .card-middle {
    border-width: 6px;
    padding: 20px 15px;
  }
}
.top-trial .main .visual .card .card-middle .input-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}
.top-trial .main .visual .card .card-middle .size-image {
  width: min(300px, 80%);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.top-trial .main .visual .card .card-middle .input-group {
  flex: 1;
}
@media (max-width: 768px) {
  .top-trial .main .visual .card .card-middle .input-group {
    font-size: 14px;
  }
}
.top-trial .main .visual .card .card-middle > .label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}
.top-trial .main .visual .card .card-middle .input {
  width: 100%;
  height: 50px;
  border: 2px solid #3e3e3e;
  padding: 0 12px;
  font-size: 16px;
  outline: none;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .top-trial .main .visual .card .card-middle .input {
    font-size: 14px;
  }
}
.top-trial .main .visual .card .card-middle .input::placeholder {
  color: #aaa;
}
@media (max-width: 768px) {
  .top-trial .main .visual .card .card-middle .input::placeholder {
    font-size: 10px;
  }
}
.top-trial .main .visual .card .card-middle .times {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 50px;
}
.top-trial .main .visual .card .card-middle .tips {
  background-color: #f7f7f7;
  padding: 20px 20px;
}
.top-trial .main .visual .card .card-middle .tips > .title {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 700;
  margin-right: 8px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .top-trial .main .visual .card .card-middle .tips > .title {
    font-size: 20px;
  }
}
.top-trial .main .visual .card .card-middle .tips > .text {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 12px;
}
.top-trial .main .visual .card .card-middle .tips .box {
  border-top: 1px solid #3e3e3e;
  padding-top: 14px;
}
.top-trial .main .visual .card .card-middle .tips .example {
  font-size: 13px;
  line-height: 2;
}
.top-trial .main .visual .card .card-middle .tips .example + .example {
  margin-top: 20px;
}
.top-trial .main .visual .card .card-middle .tips .example .title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}
.top-trial .main .visual .card .card-middle .tips .example .number {
  display: inline-block;
  padding: 2px 5px;
  margin: 0 2px;
  border-radius: 3px;
  border: 2px solid #3e3e3e;
  background-color: #fff;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  font-size: 16px;
}
.top-trial .main .visual .card .card-bottom {
  border-top: 10px solid #E3C495;
  padding: 30px;
}
@media (max-width: 768px) {
  .top-trial .main .visual .card .card-bottom {
    border-width: 6px;
    padding: 20px 15px;
  }
}
.top-trial .main .visual .card .card-bottom .note {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .top-trial .main .visual .card .card-bottom .note {
    font-size: 20px;
  }
}
.top-trial .main .visual .card .card-bottom .price {
  text-align: right;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
.top-trial .main .visual .card .card-bottom .price-number {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-trial .main .visual .card .card-bottom .price-number {
    font-size: 28px;
  }
}
.top-trial .main .visual .card .card-bottom .price-yen {
  font-size: 20px;
  font-weight: 900;
  margin-left: 6px;
}
@media (max-width: 768px) {
  .top-trial .main .visual .card .card-bottom .price-yen {
    font-size: 12px;
  }
}
.top-trial .main .visual .card .step {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .top-trial .main .visual .card .step.sp-only {
    display: none;
  }
}
.top-trial .main .visual .card .step > .label {
  font-size: 16px;
  color: #E3C495;
  letter-spacing: 0.05em;
  font-weight: 900;
}
.top-trial .main .visual .card .step > .text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.top-trial .main .visual .card .step > .text span {
  background: linear-gradient(transparent 60%, #E3C495 60%);
}
.top-trial .main .steps {
  width: 30%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .top-trial .main .steps {
    display: none;
  }
}
.top-trial .main .steps .step.top {
  min-height: 180px;
}
@media (max-width: 1100px) {
  .top-trial .main .steps .step.top {
    min-height: 250px;
  }
}
.top-trial .main .steps .step.middle {
  min-height: 440px;
}
@media (max-width: 1100px) {
  .top-trial .main .steps .step.middle {
    min-height: 480px;
  }
}
.top-trial .main .steps .step.bottom {
  min-height: 200px;
}
@media (max-width: 1100px) {
  .top-trial .main .steps .step.bottom {
    min-height: 300px;
  }
}
.top-trial .main .steps .step > .label {
  font-size: 21px;
  color: #E3C495;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
@media (max-width: 1100px) {
  .top-trial .main .steps .step > .label {
    font-size: 16px;
  }
}
.top-trial .main .steps .step > .text {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 1100px) {
  .top-trial .main .steps .step > .text {
    font-size: 20px;
  }
}
.top-trial .main .steps .step > .text span {
  background: #E3C495;
  padding: 0 5px;
}
.top-trial .arrow-area {
  position: relative;
  height: 140px;
}
.top-trial .arrow-area .icon {
  position: absolute;
  left: 300px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
@media (max-width: 768px) {
  .top-trial .arrow-area .icon {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 769px) {
  .top-trial .bottom-area {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
  }
}
.top-trial .bottom-area .bottom-card {
  position: relative;
}
.top-trial .bottom-area .contact {
  width: 100%;
  max-width: 600px;
  background: #FEF27E;
  border: 1px solid #3e3e3e;
  border-radius: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  padding: 60px 40px;
}
@media (max-width: 768px) {
  .top-trial .bottom-area .contact {
    padding: 40px 15px;
  }
}
.top-trial .bottom-area .contact .bottom-label {
  position: absolute;
  top: -20px;
  left: -10px;
  padding: 12px 40px;
  background: #fff;
  border: 1px solid #3e3e3e;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}
.top-trial .bottom-area .contact .bottom-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-trial .bottom-area .contact .bottom-title {
    font-size: 18px;
  }
}
.top-trial .bottom-area .contact .bottom-text {
  margin-bottom: 30px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-trial .bottom-area .contact .bottom-text {
    font-size: 14px;
  }
}
.top-trial .bottom-area .contact .bottom-sub-text {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.top-trial .bottom-area .mitsumori {
  width: 100%;
  max-width: 520px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .top-trial .bottom-area .mitsumori {
    padding-top: 40px;
  }
}
.top-trial .bottom-area .mitsumori .bottom-link-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.top-trial .bottom-area .mitsumori .bottom-link-area .bottom-link-arrow {
  width: 30px;
}
@media (max-width: 768px) {
  .top-trial .bottom-area .mitsumori .bottom-link-area .bottom-link-arrow {
    width: 20px;
  }
}
.top-trial .bottom-area .mitsumori .bottom-link-area .bottom-link-text {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  font-size: 11px;
  font-weight: 900;
}
.top-trial .bottom-area .mitsumori .bottom-link-area .bottom-link-text::before {
  content: "";
  position: absolute;
  right: -18px;
  top: -12px;
  width: 20px;
  height: 20px;
  background-image: url(./img/illust-attention.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.top-trial .bottom-area .mitsumori .bottom-card-white {
  position: relative;
  border: 1px solid #3e3e3e;
  border-radius: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  padding: 60px 40px;
}
@media (max-width: 768px) {
  .top-trial .bottom-area .mitsumori .bottom-card-white {
    padding: 40px 15px;
  }
}
.top-trial .bottom-area .mitsumori .bottom-card-white .bottom-label {
  position: absolute;
  top: -20px;
  right: -10px;
  padding: 12px 40px;
  background: #fff;
  border: 1px solid #3e3e3e;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}
.top-trial .bottom-area .mitsumori .bottom-card-white .bottom-title-small {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.top-trial .bottom-area .mitsumori .bottom-card-white .bottom-text-small {
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 2;
  color: #333;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-trial .bottom-area .mitsumori .bottom-card-white .bottom-text-small {
    font-size: 14px;
  }
}
.top-trial .bottom-area .mitsumori .bottom-card-white .bottom-more {
  margin-left: auto;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.05em;
}
@media (hover: hover) {
  .top-trial .bottom-area .mitsumori .bottom-card-white .bottom-more {
    transition: 0.3s;
  }
  .top-trial .bottom-area .mitsumori .bottom-card-white .bottom-more:hover {
    opacity: 0.5;
  }
}
.top-trial .bottom-area .mitsumori .bottom-card-white .bottom-more img {
  width: 14px;
  height: auto;
  display: block;
  flex-shrink: 0;
}
.top-trial .bottom-area .mitsumori .bottom-card-white .bottom-more span {
  text-decoration: underline;
}

/* 家具は天板からできている
------------------------------------------------*/
.top-structure {
  position: relative;
  padding: 120px 0 40px;
}
@media (max-width: 768px) {
  .top-structure {
    padding: 40px 0 40px;
  }
}
.top-structure .inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  min-height: 1100px;
}
@media (max-width: 768px) {
  .top-structure .inner {
    padding-top: 40px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .top-structure .inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.top-structure .structure-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .top-structure .structure-bg {
    z-index: -1;
    border-radius: 999px;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .top-structure .structure-center {
    position: absolute;
    top: 280px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}
.top-structure .structure-center-circle {
  width: 280px;
  height: 400px;
  background: #70CB72;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .top-structure .structure-center-circle {
    padding: 15px 10px;
    width: 160px;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-structure .structure-center-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 18px;
}
.top-structure .structure-center-icon img {
  display: block;
  width: 30px;
}
.top-structure .structure-center-sub {
  color: #fff;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .top-structure .structure-center-sub {
    font-size: 16px;
  }
}
.top-structure .structure-center-title {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .top-structure .structure-center-title {
    font-size: 24px;
  }
}
.top-structure .structure-center-bottom {
  color: #fff;
  margin-top: 12px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .top-structure .structure-center-bottom {
    font-size: 10px;
  }
}
@media (min-width: 769px) {
  .top-structure .structure-item {
    position: absolute;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .top-structure .structure-item {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 90% !important;
  }
}
.top-structure .structure-item .structure-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .top-structure .structure-item .structure-head {
    justify-content: center;
  }
}
.top-structure .structure-item .structure-image {
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-structure .structure-item .structure-image {
    margin-left: auto;
    margin-right: auto;
  }
}
.top-structure .structure-item .structure-image img {
  display: block;
  width: 100%;
  height: auto;
}
.top-structure .structure-item .structure-image.colunm2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.top-structure .structure-item .structure-image.colunm2 img {
  width: 50%;
}
.top-structure .structure-item .structure-text p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-structure .structure-item .structure-text p {
    font-size: 14px;
  }
}
.top-structure .structure-item.structure-item-01 {
  top: 80px;
  left: 40px;
  width: 300px;
}
.top-structure .structure-item.structure-item-01 .structure-image {
  max-width: 250px;
}
.top-structure .structure-item.structure-item-02 {
  top: 20px;
  right: 0;
  width: 500px;
  padding-right: 20px;
}
.top-structure .structure-item.structure-item-02 .structure-head {
  justify-content: center;
}
@media (min-width: 769px) {
  .top-structure .structure-item.structure-item-02 .structure-text {
    width: 320px;
    margin-left: auto;
  }
}
.top-structure .structure-item.structure-item-03 {
  top: 610px;
  left: 95px;
  width: 360px;
}
@media (max-width: 1000px) {
  .top-structure .structure-item.structure-item-03 {
    left: 20px;
  }
}
.top-structure .structure-item.structure-item-03 .structure-image {
  max-width: 290px;
}
@media (min-width: 769px) {
  .top-structure .structure-message {
    position: absolute;
    right: 0;
    bottom: 140px;
    width: 390px;
    z-index: 3;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .top-structure .structure-message {
    margin-top: 40px;
  }
}
.top-structure .structure-message .structure-message-body {
  padding: 28px 26px;
  background: #fff;
  border: 2px solid #3d3d3d;
  border-radius: 12px;
}
@media (max-width: 1000px) {
  .top-structure .structure-message .structure-message-body {
    padding: 20px 15px;
  }
}
@media (max-width: 768px) {
  .top-structure .structure-message .structure-message-body {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-structure .structure-message .structure-message-body p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.top-structure .structure-message .structure-message-body p + p {
  margin-top: 14px;
}

/* 家具は天板からできている　製作事例集
------------------------------------------------*/
.top-product {
  padding: 40px 0 160px;
}
.top-product.vendor {
  background-color: #f7f7f7;
  padding: 120px 0 40px;
}
@media (max-width: 768px) {
  .top-product.vendor {
    padding: 60px 0 40px;
  }
}
.top-product .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) and (max-width: 768px) {
  .top-product .inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.top-product .top-product-head {
  margin-bottom: 48px;
  flex-basis: 30%;
}
@media (min-width: 769px) {
  .top-product .top-product-head {
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
  }
}
.top-product .top-product-head .right-area {
  max-width: 510px;
}
.top-product .top-product-head .top-product-sub {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.top-product .top-product-head .top-product-sub-title::before {
  background-color: #3e3e3e;
}
.top-product .top-product-head .top-product-title {
  font-size: 28px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.top-product .top-product-head .top-product-title-under-text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-product .top-product-head .top-product-title-under-text {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .top-product .top-product-content .card-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: start;
  }
}
@media (max-width: 768px) {
  .top-product .top-product-content .card-wrap .product-card + .product-card {
    margin-top: 40px;
  }
}
.top-product .top-product-content .card-wrap .product-card .product-card-head {
  margin-bottom: 10px;
}
.top-product .top-product-content .card-wrap .product-card .product-card-image {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}
.top-product .top-product-content .card-wrap .product-card .product-card-image:hover img {
  transform: scale(1.05);
}
.top-product .top-product-content .card-wrap .product-card .product-card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: 0.3s;
}
.top-product .top-product-content .card-wrap .product-card .product-card-text {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.top-product .top-product-content .top-product-footer {
  display: flex;
  justify-content: right;
  margin-top: 80px;
}
.top-product .top-product-content .top-product-footer .top-product-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (hover: hover) {
  .top-product .top-product-content .top-product-footer .top-product-more {
    transition: 0.3s;
  }
  .top-product .top-product-content .top-product-footer .top-product-more:hover {
    opacity: 0.5;
  }
}
.top-product .top-product-content .top-product-footer .top-product-more-text {
  font-style: 21px;
}
.top-product .top-product-content .top-product-footer img {
  width: 60px;
}
@media (max-width: 768px) {
  .top-product .top-product-content .top-product-footer img {
    width: 40px;
  }
}

/* 10つの樹種から選ぶことができます
------------------------------------------------*/
.top-species {
  padding: 120px 0;
  background: #f7f7f4;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-species {
    padding: 60px 0;
  }
}
.top-species .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) and (max-width: 768px) {
  .top-species .inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.top-species .inner .section-main-title {
  margin-bottom: 120px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-species .inner .section-main-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.top-species .inner .top-species-head {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .top-species .inner .top-species-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 70px;
  }
}
@media (min-width: 769px) {
  .top-species .inner .top-species-head .top-species-lead {
    flex: 0 0 400px;
  }
}
.top-species .inner .top-species-head .top-species-sub {
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.top-species .inner .top-species-head .top-species-sub::before {
  background-color: #70CB72;
}
.top-species .inner .top-species-head .top-species-title {
  font-size: 28px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-species .inner .top-species-head .top-species-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .top-species .inner .top-species-head .top-species-text {
    flex: 1;
    flex-shrink: 1;
    max-width: 400px;
    margin-left: auto;
  }
}
.top-species .inner .top-species-head .top-species-text p {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-species .inner .top-species-head .top-species-text p {
    font-size: 14px;
  }
}
@media (min-width: 1100px) {
  .top-species .inner .species-card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    align-items: stretch;
  }
}
.top-species .inner .species-card-list .species-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 1099px) {
  .top-species .inner .species-card-list .species-card + .species-card {
    margin-top: 20px;
  }
}
.top-species .inner .species-card-list .species-card-image {
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  aspect-ratio: 10/7;
}
.top-species .inner .species-card-list .species-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.3s;
}
.top-species .inner .species-card-list .species-card-en {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
}
.top-species .inner .species-card-list .species-card-place {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  bottom: 16px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  width: 100%;
}
.top-species .inner .species-card-list .species-card-body {
  padding: 22px 18px 20px;
  border: 3px solid #70CB72;
  border-top: 0;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.top-species .inner .species-card-list .species-card-title {
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  color: #70CB72;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.top-species .inner .species-card-list .species-card-text {
  font-size: 14px;
  color: #70CB72;
  letter-spacing: 0.05em;
}
.top-species .inner .edge-board-box {
  max-width: 1100px;
  margin: 200px auto 0;
  position: relative;
}
@media (max-width: 768px) {
  .top-species .inner .edge-board-box {
    margin: 120px auto 0;
  }
}
.top-species .inner .edge-board-box .edge-board-head {
  margin-bottom: 100px;
}
@media (min-width: 901px) {
  .top-species .inner .edge-board-box .edge-board-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .top-species .inner .edge-board-box .edge-board-head {
    margin-bottom: 40px;
  }
}
.top-species .inner .edge-board-box .edge-board-title {
  margin-bottom: 20px;
  font-size: 28px;
}
.top-species .inner .edge-board-box .edge-board-title-under-text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-species .inner .edge-board-box .edge-board-title-under-text {
    font-size: 14px;
  }
}
.top-species .inner .edge-board-box .edge-board-title-sub::before {
  background-color: #70CB72;
}
@media (min-width: 901px) {
  .top-species .inner .edge-board-box .edge-board-text-wrap {
    max-width: 320px;
    margin-left: auto;
    flex-shrink: 1;
  }
}
@media (max-width: 900px) {
  .top-species .inner .edge-board-box .edge-board-text-wrap {
    margin-top: 20px;
  }
}
.top-species .inner .edge-board-box .edge-board-text {
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-species .inner .edge-board-box .edge-board-text {
    font-size: 14px;
  }
}
.top-species .inner .edge-board-box .edge-board-top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-species .inner .edge-board-box .edge-board-list {
  padding-top: 140px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .top-species .inner .edge-board-box .edge-board-list {
    padding-top: 100px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.top-species .inner .edge-board-box .edge-board-card {
  position: relative;
}
.top-species .inner .edge-board-box .edge-board-card::before {
  position: absolute;
  content: "";
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(./img/icon-arrow-bottom-green.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .top-species .inner .edge-board-box .edge-board-card::before {
    top: -60px;
  }
}
@media (max-width: 768px) {
  .top-species .inner .edge-board-box .edge-board-card:nth-of-type(2)::before,
.top-species .inner .edge-board-box .edge-board-card:nth-of-type(3)::before {
    display: none;
  }
}
.top-species .inner .edge-board-box .edge-board-chip {
  position: absolute;
  display: inline-block;
  top: -18px;
  left: 10px;
}
.top-species .inner .edge-board-box .edge-board-chip .chip-inner {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  min-width: 70px;
  font-size: 16px;
  font-weight: 600;
  color: #70CB72;
  background: #fff;
  border: 3px solid #70CB72;
  border-radius: 8px;
  line-height: 1;
  z-index: 2;
}
@media (max-width: 768px) {
  .top-species .inner .edge-board-box .edge-board-chip .chip-inner {
    font-size: 14px;
  }
}
.top-species .inner .edge-board-box .edge-board-chip::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 100%;
  height: 100%;
  background-color: #70CB72;
  border-radius: 8px;
  z-index: 1;
}
.top-species .inner .edge-board-box .edge-board-image {
  aspect-ratio: 10/7;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}
.top-species .inner .edge-board-box .edge-board-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .top-species .inner .edge-board-box .edge-board-text {
    font-size: 14px;
  }
}

/* 飛騨の木でつくる！
------------------------------------------------*/
.top-maruta-project {
  padding: 100px 0;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  .top-maruta-project {
    padding: 40px 0;
  }
}
.top-maruta-project-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) and (max-width: 768px) {
  .top-maruta-project-inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.top-maruta-project-head {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .top-maruta-project-head {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 100px;
  }
}
.top-maruta-project-subheading {
  margin-bottom: 8px;
}
.top-maruta-project-subheading::before {
  background-color: #3e3e3e;
}
.top-maruta-project-title {
  font-size: 28px;
}
@media (max-width: 768px) {
  .top-maruta-project-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.top-maruta-project-lead {
  width: 320px;
}
.top-maruta-project-lead p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .top-maruta-project-lead p {
    font-size: 14px;
  }
}
.top-maruta-project-card {
  overflow: hidden;
  border-radius: 30px;
  background: #70CB72;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.top-maruta-project-card + .top-maruta-project-card {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .top-maruta-project-card + .top-maruta-project-card {
    margin-top: 30px;
  }
}
.top-maruta-project-gallery {
  position: relative;
}
@media (max-width: 768px) {
  .top-maruta-project-gallery .top-maruta-project-img {
    aspect-ratio: 3/2;
  }
  .top-maruta-project-gallery .top-maruta-project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
  }
}
.top-maruta-project-vertical {
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
@media (min-width: 769px) {
  .top-maruta-project-vertical {
    writing-mode: vertical-rl;
    font-size: 28px;
  }
}
.top-maruta-project-body {
  padding: 20px 15px;
}
@media (min-width: 769px) {
  .top-maruta-project-body {
    display: flex;
    justify-content: space-between;
    padding: 30px 40px;
    gap: 40px;
  }
}
.top-maruta-project-body-title {
  font-size: 28px;
  color: #fff;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-maruta-project-body-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.top-maruta-project-label {
  color: #fff;
  font-size: 12px;
}
.top-maruta-project-label .en {
  font-family: "Poppins", sans-serif;
  display: block;
  color: #fff;
  margin-left: -10px;
}
@media (min-width: 769px) {
  .top-maruta-project-body-right {
    max-width: 50%;
  }
}
.top-maruta-project-body-right p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-maruta-project-body-right p {
    font-size: 14px;
    margin-top: 10px;
  }
}

/* 樹種についてもう少し知りたい方　ご質問のある方はこちら
------------------------------------------------*/
.top-contact-banner {
  padding: 40px 40px 120px;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .top-contact-banner {
    padding: 40px 15px 60px;
  }
}
.top-contact-banner .top-contact-banner-inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) and (max-width: 768px) {
  .top-contact-banner .top-contact-banner-inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.top-contact-banner .top-contact-banner-content {
  padding: 60px 80px;
  background: #FEF27E;
  border-radius: 20px;
  border: 1px solid #3e3e3e;
  position: relative;
}
@media (min-width: 769px) {
  .top-contact-banner .top-contact-banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
  }
}
@media (max-width: 900px) {
  .top-contact-banner .top-contact-banner-content {
    padding: 30px 40px;
  }
}
.top-contact-banner .top-contact-banner-icon-top,
.top-contact-banner .top-contact-banner-icon-bottom {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
}
.top-contact-banner .top-contact-banner-icon-top {
  top: 10px;
  left: 10px;
}
.top-contact-banner .top-contact-banner-icon-bottom {
  right: 10px;
  bottom: 10px;
}
.top-contact-banner .top-contact-banner-title {
  margin: 0 0 4px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .top-contact-banner .top-contact-banner-title {
    font-size: 19px;
  }
}
@media (min-width: 901px) {
  .top-contact-banner .top-contact-banner-title .small-wide-only {
    display: none;
  }
}
.top-contact-banner .top-contact-banner-note {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-contact-banner .top-contact-banner-note {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.top-contact-banner .top-contact-banner-button-wrap {
  text-align: center;
}
.top-contact-banner .text-mailer {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

/* 私たちヒダコレ家具が運営しています。工房と家具ショップを運営しています。
------------------------------------------------*/
.top-about-shop {
  padding: 160px 40px 0;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  .top-about-shop {
    padding: 80px 0 40px;
  }
}
.top-about-shop .top-about-shop-inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) and (max-width: 768px) {
  .top-about-shop .top-about-shop-inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 769px) {
  .top-about-shop .top-about-shop-head {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 100px;
  }
}
.top-about-shop .top-about-shop-main {
  max-width: 600px;
}
.top-about-shop .top-about-shop-logo {
  max-width: 200px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 21px;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .top-about-shop .top-about-shop-logo {
    max-width: 140px;
    gap: 10px;
    font-size: 18px;
  }
}
.top-about-shop .top-about-shop-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.top-about-shop .top-about-shop-copy {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .top-about-shop .top-about-shop-copy .sp-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .top-about-shop .top-about-shop-copy {
    font-size: 18px;
    margin-bottom: 60px;
  }
}
.top-about-shop .top-about-shop-copy span {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .top-about-shop .top-about-shop-copy span {
    font-size: 24px;
  }
}
.top-about-shop .top-about-shop-question {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: underline;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .top-about-shop .top-about-shop-question {
    font-size: 14px;
    margin-bottom: 60px;
  }
}
.top-about-shop .top-about-shop-lead-sub::before {
  background-color: #3e3e3e;
}
.top-about-shop .top-about-shop-lead-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-about-shop .top-about-shop-lead-title {
    font-size: 18px;
  }
}
.top-about-shop .top-about-shop-content {
  position: relative;
  margin-top: 40px;
}
@media (min-width: 1051px) {
  .top-about-shop .top-about-shop-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.top-about-shop .top-about-shop-producthop,
.top-about-shop .top-about-shop-store {
  position: relative;
}
.top-about-shop .top-about-shop-producthop {
  margin-top: 60px;
}
.top-about-shop .top-about-shop-producthop-circle,
.top-about-shop .top-about-shop-store-circle {
  position: absolute;
  border-radius: 50%;
  background: #F8FFEE;
  z-index: 0;
}
.top-about-shop .top-about-shop-producthop-circle {
  width: 400px;
  height: 400px;
  right: -40px;
  top: -60px;
}
@media (max-width: 1050px) {
  .top-about-shop .top-about-shop-producthop-circle {
    width: max(250px, 50vw);
    height: max(250px, 50vw);
    right: auto;
    top: auto;
    bottom: -150px;
    left: 10%;
  }
}
.top-about-shop .top-about-shop-store-circle {
  width: 400px;
  height: 400px;
  left: -100px;
  top: 50px;
}
@media (max-width: 1050px) {
  .top-about-shop .top-about-shop-store-circle {
    width: max(250px, 50vw);
    height: max(250px, 50vw);
    left: 50%;
    transform: translateX(-30%);
    top: 10%;
  }
}
.top-about-shop .top-about-shop-producthop-text {
  position: absolute;
  left: 60px;
  top: 40px;
  z-index: 2;
  margin-bottom: 18px;
  padding-left: 6px;
  z-index: 2;
}
@media (max-width: 768px) {
  .top-about-shop .top-about-shop-producthop-text {
    left: 0;
    top: 0;
  }
}
.top-about-shop .top-about-shop-producthop-title {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.top-about-shop .top-about-shop-producthop-desc {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.top-about-shop .top-about-shop-producthop-image,
.top-about-shop .top-about-shop-store-image {
  position: relative;
  z-index: 2;
}
.top-about-shop .top-about-shop-producthop-image img,
.top-about-shop .top-about-shop-store-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}
.top-about-shop .top-about-shop-producthop-image {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1050px) {
  .top-about-shop .top-about-shop-producthop-image {
    width: max(300px, 50%);
  }
}
.top-about-shop .top-about-shop-store-image {
  width: 600px;
  margin-left: 0;
}
@media (min-width: 1051px) {
  .top-about-shop .top-about-shop-store-image {
    margin-right: auto;
    transform: translateY(-100px);
  }
}
@media (max-width: 1050px) {
  .top-about-shop .top-about-shop-store-image {
    width: max(300px, 50%);
    margin-left: auto;
    margin-right: auto;
  }
}
.top-about-shop .top-about-shop-info {
  position: absolute;
  z-index: 3;
  padding-top: 20px;
  margin-bottom: 10px;
  left: -20px;
  top: -40px;
}
@media (max-width: 1050px) {
  .top-about-shop .top-about-shop-info {
    left: 60px;
    top: 0;
  }
}
@media (max-width: 768px) {
  .top-about-shop .top-about-shop-info {
    left: 0;
  }
}
.top-about-shop .top-about-shop-info-title {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.top-about-shop .top-about-shop-info-sub {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.top-about-shop .top-about-shop-info-heading {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
.top-about-shop .top-about-shop-info-block p {
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
.top-about-shop .top-about-shop-store {
  padding-top: 30px;
}
@media (max-width: 1050px) {
  .top-about-shop .top-about-shop-store {
    padding-top: 240px;
  }
}

/* 私たちヒダコレ家具が運営しています。ヒダコレのカスタムオーダー家具は。
------------------------------------------------*/
.top-custom-order {
  padding: 0 40px 200px;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  .top-custom-order {
    padding: 0 0 60px;
  }
}
.top-custom-order .top-custom-order-inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) and (max-width: 768px) {
  .top-custom-order .top-custom-order-inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.top-custom-order .top-custom-order-head {
  margin-bottom: 60px;
}
@media (min-width: 1051px) {
  .top-custom-order .top-custom-order-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }
}
.top-custom-order .top-custom-order-text {
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1051px) {
  .top-custom-order .top-custom-order-text {
    width: 36%;
  }
}
.top-custom-order .top-custom-order-sub-title {
  font-size: 16px;
}
@media (max-width: 768px) {
  .top-custom-order .top-custom-order-sub-title {
    font-size: 14px;
  }
}
.top-custom-order .top-custom-order-sub-title::before {
  background-color: #3e3e3e;
}
.top-custom-order .top-custom-order-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .top-custom-order .top-custom-order-title {
    font-size: 18px;
  }
  .top-custom-order .top-custom-order-title .pc-only {
    display: none;
  }
}
.top-custom-order .top-custom-order-description {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.top-custom-order .top-custom-order-visual {
  position: relative;
}
@media (min-width: 1051px) {
  .top-custom-order .top-custom-order-visual {
    width: 64%;
  }
}
.top-custom-order .top-custom-order-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #EFF5E7;
  z-index: 1;
}
.top-custom-order .top-custom-order-image {
  width: 80%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1050px) {
  .top-custom-order .top-custom-order-image {
    width: min(400px, 100%);
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
}
.top-custom-order .top-custom-order-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.top-custom-order .top-custom-order-points {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
}
@media (min-width: 1101px) {
  .top-custom-order .top-custom-order-points {
    margin-top: -150px;
  }
}
.top-custom-order .top-custom-order-point {
  display: grid;
  grid-template-columns: 64px auto;
  min-height: 64px;
  border-top: 2px solid #3e3e3e;
  border-left: 2px solid #3e3e3e;
  background: transparent;
  width: fit-content;
}
.top-custom-order .top-custom-order-point:nth-of-type(3) {
  transform: translateY(-2px);
}
.top-custom-order .top-custom-order-point:nth-of-type(1) .top-custom-order-point-number::after {
  content: "01";
}
.top-custom-order .top-custom-order-point:nth-of-type(2) .top-custom-order-point-number::after {
  content: "02";
}
.top-custom-order .top-custom-order-point:nth-of-type(3) .top-custom-order-point-number::after {
  content: "03";
}
.top-custom-order .top-custom-order-point:nth-of-type(2) {
  border-top: none;
}
.top-custom-order .top-custom-order-point-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #3e3e3e;
  border-bottom: 2px solid #3e3e3e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  background-color: #fff;
}
.top-custom-order .top-custom-order-point-number::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  background: #EFF5E7;
  border-radius: 50%;
  z-index: 1;
}
.top-custom-order .top-custom-order-point-number::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  line-height: 64px;
  text-align: center;
  z-index: 2;
}
.top-custom-order .top-custom-order-point-text {
  display: flex;
  align-items: center;
  padding: 6px 15px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: fit-content;
  background-color: #fff;
  border-right: 2px solid #3e3e3e;
  border-bottom: 2px solid #3e3e3e;
}
@media (max-width: 768px) {
  .top-custom-order .top-custom-order-point-text {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .top-custom-order .top-custom-order-point:nth-of-type(2) {
    transform: translateY(-2px);
  }
  .top-custom-order .top-custom-order-point:nth-of-type(3) {
    transform: translateY(-4px);
  }
  .top-custom-order .top-custom-order-point {
    border-left: 0;
    border-top: 0;
  }
  .top-custom-order .top-custom-order-point .top-custom-order-point-number {
    min-height: 64px;
    align-self: flex-start;
    border-top: 2px solid #3e3e3e;
    border-left: 2px solid #3e3e3e;
    border-right: 0;
  }
  .top-custom-order .top-custom-order-point .top-custom-order-point-text {
    min-height: 64px;
    align-self: flex-start;
    border-top: 2px solid #3e3e3e;
    border-left: 2px solid #3e3e3e;
  }
}

/*=================================================
# page-vendor
=================================================*/
/* 飛騨の天板やが、このページでお手伝いできること。
------------------------------------------------*/
.vendor-works-flow-section {
  padding: 160px 0 100px;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 768px) {
  .vendor-works-flow-section {
    padding: 40px 0 60px;
  }
}
.vendor-works-flow-section .vendor-works-flow-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) and (max-width: 768px) {
  .vendor-works-flow-section .vendor-works-flow-inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.vendor-works-flow-section .vendor-works-flow-label::before {
  background-color: #0A175A;
}
.vendor-works-flow-section .vendor-works-flow-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .vendor-works-flow-section .vendor-works-flow-title {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.vendor-works-flow-section .vendor-works-flow-slider + .vendor-works-flow-slider {
  margin-top: 20px;
}
.vendor-works-flow-section .vendor-works-flow-slider {
  overflow: visible;
}
.vendor-works-flow-section .vendor-works-flow-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.vendor-works-flow-section .vendor-works-flow-slider .swiper-slide {
  aspect-ratio: 1.28/0.84;
  overflow: hidden;
  flex-shrink: 0;
}
.vendor-works-flow-section .vendor-works-flow-slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vendor-works-flow-section .vendor-works-flow-text-area {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .vendor-works-flow-section .vendor-works-flow-text-area {
    margin-top: 40px;
  }
}
.vendor-works-flow-section .vendor-works-flow-text-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .vendor-works-flow-section .vendor-works-flow-text-title {
    font-size: 18px;
  }
}
.vendor-works-flow-section .vendor-works-flow-text {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  max-width: 700px;
}
@media (max-width: 768px) {
  .vendor-works-flow-section .vendor-works-flow-text {
    font-size: 14px;
  }
}

/* 飛騨の天板やでお手伝いできること
------------------------------------------------*/
.vendor-problems-section {
  padding: 100px 0 40px;
}
@media (max-width: 768px) {
  .vendor-problems-section {
    padding: 60px 0 40px;
  }
}
.vendor-problems-section .vendor-problems-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) and (max-width: 768px) {
  .vendor-problems-section .vendor-problems-inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.vendor-problems-section .vendor-problems-head {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .vendor-problems-section .vendor-problems-head {
    margin-bottom: 40px;
  }
}
.vendor-problems-section .vendor-problems-label::before {
  background-color: #0A175A;
}
.vendor-problems-section .vendor-problems-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .vendor-problems-section .vendor-problems-title {
    font-size: 18px;
  }
}
.vendor-problems-section .vendor-problems-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.vendor-problems-section .vendor-problems-layout {
  position: relative;
}
@media (min-width: 769px) {
  .vendor-problems-section .vendor-problems-layout {
    min-height: 1100px;
  }
}
.vendor-problems-section .vendor-problems-center-circle {
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .vendor-problems-section .vendor-problems-center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .vendor-problems-section .vendor-problems-center-circle {
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.vendor-problems-section .vendor-problems-center-circle p {
  border-radius: 50%;
  font-size: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  position: relative;
  line-height: 1.2;
  z-index: 2;
}
@media (max-width: 768px) {
  .vendor-problems-section .vendor-problems-center-circle p {
    font-size: 20px;
  }
}
.vendor-problems-section .vendor-problems-center-circle p::before {
  position: absolute;
  background-color: #fff;
  content: "";
  width: 280px;
  height: 280px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .vendor-problems-section .vendor-problems-center-circle p::before {
    width: 200px;
    height: 200px;
  }
}
.vendor-problems-section .vendor-problems-center-circle p span {
  font-size: 26px;
}
@media (max-width: 768px) {
  .vendor-problems-section .vendor-problems-center-circle p span {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .vendor-problems-section .vendor-problems-card {
    position: absolute;
    z-index: 3;
    width: 320px;
  }
}
@media (min-width: 769px) and (max-width: 1250px) {
  .vendor-problems-section .vendor-problems-card {
    width: min(300px, 28vw);
  }
}
@media (max-width: 768px) {
  .vendor-problems-section .vendor-problems-card + .vendor-problems-card {
    margin-top: 40px;
  }
}
.vendor-problems-section .vendor-problems-card-01 {
  top: 130px;
  left: -2%;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .vendor-problems-section .vendor-problems-card-01 {
    left: 0;
  }
}
@media (min-width: 769px) {
  .vendor-problems-section .vendor-problems-card-02 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 769px) {
  .vendor-problems-section .vendor-problems-card-03 {
    top: 570px;
    left: 0;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .vendor-problems-section .vendor-problems-card-03 {
    top: 600px;
    left: 0;
  }
}
@media (min-width: 769px) {
  .vendor-problems-section .vendor-problems-card-04 {
    top: 225px;
    right: -2%;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .vendor-problems-section .vendor-problems-card-04 {
    right: 0;
  }
}
.vendor-problems-section .vendor-problems-card-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .vendor-problems-section .vendor-problems-card-title {
    font-size: 16px;
  }
}
.vendor-problems-section .vendor-problems-card-title span {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .vendor-problems-section .vendor-problems-card-title span {
    font-size: 12px;
  }
}
.vendor-problems-section .vendor-problems-card-box {
  border: 1px solid #0A175A;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}
.vendor-problems-section .vendor-problems-card-image {
  aspect-ratio: 2/1;
  overflow: hidden;
}
.vendor-problems-section .vendor-problems-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vendor-problems-section .vendor-problems-card-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vendor-problems-section .vendor-problems-card-list li {
  min-height: 44px;
  padding: 12px 6px;
  border-top: 1px solid #0A175A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #fff;
  text-align: center;
}
@media (min-width: 769px) {
  .vendor-problems-section .vendor-problems-message {
    position: absolute;
    right: 8%;
    bottom: 10%;
    max-width: 500px;
    z-index: 4;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .vendor-problems-section .vendor-problems-message {
    width: 400px;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .vendor-problems-section .vendor-problems-message {
    margin-bottom: 40px;
  }
}
.vendor-problems-section .vendor-problems-message-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  border: 1px solid #0A175A;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.vendor-problems-section .vendor-problems-message-body {
  padding: 20px 30px;
  border: 1px solid #0A175A;
  border-radius: 0 20px 20px 20px;
  background-color: #fff;
}
.vendor-problems-section .vendor-problems-message-body p {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.vendor-problems-section .vendor-problems-message-body p + p {
  margin-top: 14px;
}

/* やり取りの流れ
------------------------------------------------*/
.vendor-flow-section {
  padding: 120px 0;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .vendor-flow-section {
    padding: 60px 0;
  }
}
.vendor-flow-section .vendor-flow-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) and (max-width: 768px) {
  .vendor-flow-section .vendor-flow-inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.vendor-flow-section .vendor-flow-grid {
  padding: 70px 30px;
  border: 3px solid #0A175A;
  background-color: #fff;
}
@media (min-width: 769px) {
  .vendor-flow-section .vendor-flow-grid {
    display: flex;
    justify-content: center;
    column-gap: 120px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .vendor-flow-section .vendor-flow-grid {
    column-gap: 40px;
  }
}
@media (max-width: 768px) {
  .vendor-flow-section .vendor-flow-grid {
    padding: 30px 15px;
  }
}
.vendor-flow-section .vendor-flow-heading {
  min-width: 240px;
}
.vendor-flow-section .vendor-flow-heading-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px 20px;
  border: 2px solid #0A175A;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .vendor-flow-section .vendor-flow-heading-label {
    font-size: 12px;
  }
}
.vendor-flow-section .vendor-flow-heading-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .vendor-flow-section .vendor-flow-heading-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.vendor-flow-section .vendor-flow-step + .vendor-flow-arrow {
  margin-top: 40px;
}
.vendor-flow-section .vendor-flow-arrow + .vendor-flow-step {
  margin-top: 40px;
}
.vendor-flow-section .vendor-flow-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  min-height: 30px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid #6c6c6c;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #eee;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .vendor-flow-section .vendor-flow-step-number {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.vendor-flow-section .vendor-flow-step-title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .vendor-flow-section .vendor-flow-step-title {
    font-size: 17px;
  }
}
.vendor-flow-section .vendor-flow-step-text {
  margin-bottom: 40px;
}
.vendor-flow-section .vendor-flow-step-text p {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.vendor-flow-section .vendor-flow-step-text p.detail {
  font-weight: 900;
}
@media (max-width: 768px) {
  .vendor-flow-section .vendor-flow-step-text p.detail {
    text-align: center;
    margin-top: 20px;
  }
}
.vendor-flow-section .vendor-flow-step-text p + p {
  margin-top: 10px;
}
@media (min-width: 769px) {
  .vendor-flow-section .vendor-flow-step-button-wrap {
    margin-right: auto;
    width: fit-content;
  }
}
.vendor-flow-section .vendor-flow-step-button-wrap p {
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
}
.vendor-flow-section .vendor-flow-step-button-wrap .vendor-flow-step-button a {
  border-width: 2px;
  background-color: #fff;
}
.vendor-flow-section .vendor-flow-step-button-wrap .vendor-flow-step-button a:hover {
  background-color: #FEF27E;
}
.vendor-flow-section .vendor-flow-step-button-wrap .vendor-flow-step-button.calc a::before {
  background-image: url(./img/icon-calc.png);
}
.vendor-flow-section .vendor-flow-arrow {
  position: relative;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 18px solid #3e3e3e;
}
@media (max-width: 768px) {
  .vendor-flow-section .vendor-flow-arrow {
    margin-left: auto;
    margin-right: auto;
  }
}

/*=================================================
# page-product
=================================================*/
/* 実は家具は天板でできている
------------------------------------------------*/
.product-board-copy-section {
  padding: 120px 0 40px;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .product-board-copy-section {
    padding: 60px 0 20px;
  }
}
.product-board-copy-section .product-board-copy-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .product-board-copy-section .product-board-copy-inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.product-board-copy-section .product-board-copy-grid {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .product-board-copy-section .product-board-copy-grid {
    display: flex;
    column-gap: 100px;
    align-items: start;
    justify-content: space-between;
  }
}
.product-board-copy-section .product-board-copy-text {
  max-width: 430px;
}
.product-board-copy-section .product-board-copy-label {
  letter-spacing: 0.05em;
}
.product-board-copy-section .product-board-copy-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .product-board-copy-section .product-board-copy-title {
    font-size: 28px;
  }
}
.product-board-copy-section .product-board-copy-lead {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .product-board-copy-section .product-board-copy-lead {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.product-board-copy-section .product-board-copy-lead .border-under::before {
  width: 96%;
}
.product-board-copy-section .product-board-copy-lead .highlight {
  margin: 0;
}
.product-board-copy-section .product-board-copy-lead .line-height-wide {
  line-height: 2.5;
}
.product-board-copy-section .product-board-copy-text p {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .product-board-copy-section .product-board-copy-text p {
    font-size: 14px;
  }
}

/* 製作事例レイアウト
------------------------------------------------*/
.product-structure-section {
  padding: 120px 0;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .product-structure-section {
    padding: 40px 0;
  }
}
.product-structure-section .product-structure-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .product-structure-section .product-structure-inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 769px) {
  .product-structure-section .product-structure-head {
    display: flex;
    justify-content: center;
    column-gap: 100px;
    align-items: center;
  }
}
.product-structure-section .product-structure-head.reverse {
  flex-direction: row-reverse;
}
.product-structure-section .product-structure-figure {
  display: flex;
  justify-content: center;
}
.product-structure-section .product-structure-figure-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 768px) {
  .product-structure-section .product-structure-figure-circle {
    width: 300px;
    margin-bottom: 20px;
  }
}
.product-structure-section .product-structure-figure-circle img {
  display: block;
  width: 100%;
  border-radius: 50%;
  height: auto;
  object-fit: contain;
}
.product-structure-section .product-structure-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .product-structure-section .product-structure-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.product-structure-section .product-structure-text {
  max-width: 440px;
}
.product-structure-section .product-structure-text p {
  margin: 0;
  letter-spacing: 0.05em;
}
.product-structure-section .product-structure-case {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .product-structure-section .product-structure-case {
    margin-top: 40px;
  }
}
.product-structure-section .product-structure-case-title {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.product-structure-section .product-structure-case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 768px) {
  .product-structure-section .product-structure-case-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-structure-section .product-structure-case-item img {
  display: block;
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

/* 脚も作れる・選べる
------------------------------------------------*/
.product-legs-section {
  padding: 120px 0;
  background-color: #fff;
}
.product-legs-section.bg-gray {
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .product-legs-section {
    padding: 60px 0;
  }
}
.product-legs-section .product-legs-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .product-legs-section .product-legs-inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 769px) {
  .product-legs-section .product-legs-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
    align-items: start;
  }
}
.product-legs-section .product-legs-content {
  max-width: 410px;
}
.product-legs-section .product-legs-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .product-legs-section .product-legs-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .product-legs-section .product-legs-text {
    margin-bottom: 40px;
  }
}
.product-legs-section .product-legs-text p {
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .product-legs-section .product-legs-text p {
    font-size: 14px;
  }
}
.product-legs-section .product-legs-button a {
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-width: 2px;
}
.product-legs-section .product-legs-button a:hover {
  background-color: #FEF27E;
}
@media (max-width: 768px) {
  .product-legs-section .product-legs-button a {
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
}
.product-legs-section .product-legs-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 20px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .product-legs-section .product-legs-gallery {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
}
.product-legs-section .product-legs-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 50/33;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

/* 実はTVボードも天板でできている
------------------------------------------------*/
.product-tvboard-structure-section {
  padding: 120px 0;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .product-tvboard-structure-section {
    padding: 60px 0;
  }
}
.product-tvboard-structure-section .product-tvboard-structure-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .product-tvboard-structure-section .product-tvboard-structure-inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 769px) {
  .product-tvboard-structure-section .product-tvboard-structure-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
    align-items: start;
  }
}
.product-tvboard-structure-section .product-tvboard-structure-heading {
  max-width: 420px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .product-tvboard-structure-section .product-tvboard-structure-heading {
    margin-bottom: 40px;
  }
}
.product-tvboard-structure-section .product-tvboard-structure-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .product-tvboard-structure-section .product-tvboard-structure-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .product-tvboard-structure-section .product-tvboard-structure-lead {
    margin-bottom: 20px;
  }
}
.product-tvboard-structure-section .product-tvboard-structure-lead p {
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .product-tvboard-structure-section .product-tvboard-structure-lead p {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .product-tvboard-structure-section .product-tvboard-structure-body {
    display: grid;
    grid-template-columns: 1fr 400px;
    column-gap: 100px;
    align-items: start;
  }
}
.product-tvboard-structure-section .product-tvboard-structure-figure-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .product-tvboard-structure-section .product-tvboard-structure-figure-box {
    margin-bottom: 20px;
  }
}
.product-tvboard-structure-section .product-tvboard-structure-figure-box img {
  display: block;
  width: 100%;
  max-width: 450px;
  height: auto;
  object-fit: contain;
}
.product-tvboard-structure-section .product-tvboard-structure-content {
  max-width: 390px;
}
.product-tvboard-structure-section .product-tvboard-structure-text p {
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .product-tvboard-structure-section .product-tvboard-structure-text p {
    font-size: 14px;
  }
}
.product-tvboard-structure-section .product-tvboard-structure-cta {
  margin-top: 42px;
}
.product-tvboard-structure-section .product-tvboard-structure-button a {
  background-color: #FEF27E;
  font-size: 18px;
  font-weight: 700;
  border-width: 2px;
}

/* カスタムオーダー家具
------------------------------------------------*/
.product-custom-order-section {
  padding: 120px 0;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .product-custom-order-section {
    padding: 40px 0 80px;
  }
}
.product-custom-order-section .product-custom-order-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .product-custom-order-section .product-custom-order-inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.product-custom-order-section .product-custom-order-head {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .product-custom-order-section .product-custom-order-head {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .product-custom-order-section .product-custom-order-head {
    margin-bottom: 40px;
  }
}
.product-custom-order-section .product-custom-order-label {
  margin-bottom: 18px;
}
.product-custom-order-section .product-custom-order-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .product-custom-order-section .product-custom-order-title {
    font-size: 28px;
  }
}
.product-custom-order-section .product-custom-order-collage {
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .product-custom-order-section .product-custom-order-collage {
    aspect-ratio: 3/2.1;
  }
}
.product-custom-order-section .product-custom-order-collage img {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .product-custom-order-section .product-custom-order-collage img {
    height: 100%;
    object-fit: cover;
  }
}
.product-custom-order-section .product-custom-order-copys-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .product-custom-order-section .product-custom-order-copys-inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.product-custom-order-section .product-custom-order-copy {
  margin: 60px auto 30px;
}
@media (max-width: 768px) {
  .product-custom-order-section .product-custom-order-copy {
    margin-top: 20px;
  }
}
.product-custom-order-section .product-custom-order-lead {
  font-size: 21px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .product-custom-order-section .product-custom-order-lead {
    font-size: 18px;
    line-height: 1.6;
  }
}
.product-custom-order-section .product-custom-order-text {
  letter-spacing: 0.05em;
}
.product-custom-order-section .product-custom-order-case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 20px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .product-custom-order-section .product-custom-order-case-list {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
}
.product-custom-order-section .product-custom-order-case-item {
  display: block;
  color: inherit;
  text-decoration: none;
}
.product-custom-order-section .product-custom-order-case-image {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}
.product-custom-order-section .product-custom-order-case-image img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.product-custom-order-section .product-custom-order-case-link:hover .product-custom-order-case-image img {
  transform: scale(1.05);
}
.product-custom-order-section .product-custom-order-case-content {
  margin-top: 12px;
}
.product-custom-order-section .product-custom-order-case-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.product-custom-order-section .product-custom-order-case-text {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.product-custom-order-section .product-custom-order-cta {
  display: flex;
  justify-content: center;
  margin-top: 72px;
}
.product-custom-order-section .product-custom-order-button a {
  background-color: #FEF27E;
  font-size: 18px;
  font-weight: 700;
  border-width: 2px;
}

/*=================================================
# page-estimate
=================================================*/
/* 計算結果表示（追従）
------------------------------------------------*/
.estimate-summary {
  position: fixed;
  top: 100px;
  right: 0;
  left: 0;
  background: #E3C495;
  border: 1px solid #3e3e3e;
  border-left: 0;
  border-right: 0;
  z-index: 10;
  margin-top: -1px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .estimate-summary {
    top: 70px;
    display: none;
  }
}
.estimate-summary.pro {
  background: #0A175A;
}
.estimate-summary.pro * {
  color: #fff;
}
.estimate-summary__title-wrap {
  padding: 0 15px;
  text-align: center;
}
.estimate-summary__title-wrap p {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.estimate-summary__body {
  padding: 0 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.estimate-summary__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.estimate-summary__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
}
.estimate-summary__row dt {
  font-size: 11px;
  font-weight: 700;
  margin-right: 5px;
}
.estimate-summary__row dd {
  font-size: 11px;
}
.estimate-summary__price-wrap {
  padding: 0 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
}
.estimate-summary__note {
  font-size: 11px;
  margin-right: 10px;
}
.estimate-summary__price {
  text-align: right;
}
.estimate-summary__num {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
}
.estimate-summary__yen {
  margin-left: 4px;
  font-size: 12px;
  font-weight: 700;
}

/* ヘッド部分
------------------------------------------------*/
.estimate-head {
  background: #f7f7f7;
  padding: 100px 0 120px;
}
@media (max-width: 768px) {
  .estimate-head {
    padding: 60px 0 80px;
  }
}
.estimate-head__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) and (max-width: 768px) {
  .estimate-head__inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.estimate-head__lead {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .estimate-head__lead {
    margin-bottom: 40px;
  }
}
.estimate-head__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .estimate-head__title {
    font-size: 34px;
  }
}
.estimate-head__text {
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .estimate-head__text {
    font-size: 14px;
  }
}
.estimate-head.pro .estimate-step {
  border: 2px solid #0A175A;
}
.estimate-head.pro .estimate-step .estimate-step__label {
  background: #0A175A;
  color: #fff;
}
.estimate-head .estimate-step {
  padding: 50px 40px;
  border: 2px solid #3e3e3e;
  background: #fff;
}
@media (max-width: 768px) {
  .estimate-head .estimate-step {
    padding: 20px 15px;
  }
}
.estimate-head .estimate-step__title {
  margin-bottom: 60px;
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .estimate-head .estimate-step__title {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .estimate-head .estimate-step__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.estimate-head .estimate-step__item {
  text-align: center;
}
.estimate-head .estimate-step__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  height: 26px;
  padding: 0 14px;
  margin-bottom: 18px;
  border: 1px solid #3e3e3e;
  border-radius: 999px;
  background: #E3C495;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.estimate-head .estimate-step__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 20px;
}
.estimate-head .estimate-step__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.estimate-head .estimate-step__heading {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.estimate-head .estimate-step__desc {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: left;
}
@media (max-width: 768px) {
  .estimate-head .estimate-step__desc {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

/* お見積もり
------------------------------------------------*/
.estimate-form {
  background-color: #f7f7f7;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .estimate-form {
    padding-bottom: 80px;
  }
}
.estimate-form__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) and (max-width: 768px) {
  .estimate-form__inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.estimate-form__top-content {
  background-color: #fff;
  border-radius: 50px;
  position: relative;
}
.estimate-form__head {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 40px 50px 0;
}
@media (max-width: 768px) {
  .estimate-form__head {
    padding: 40px 20px 0;
    flex-wrap: wrap;
  }
}
.estimate-form.pro .estimate-form__step {
  background: #0A175A;
  color: #fff;
}
.estimate-form__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid #3e3e3e;
  background: #E3C495;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .estimate-form__step {
    padding: 0 10px;
    min-width: 70px;
    height: 25px;
    font-size: 16px;
  }
}
.estimate-form__lead {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .estimate-form__lead {
    font-size: 16px;
  }
}
.estimate-form__body {
  padding: 60px 50px;
}
@media (max-width: 768px) {
  .estimate-form__body {
    padding: 40px 20px 60px;
  }
}
.estimate-form .estimate-block + .estimate-block {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .estimate-form .estimate-block + .estimate-block {
    margin-top: 40px;
  }
}
.estimate-form .estimate-block .text-required {
  color: red;
  text-align: right;
  margin-bottom: 20px;
}
.estimate-form .estimate-block .required {
  font-size: 12px;
  color: red;
  vertical-align: super;
}
.estimate-form .estimate-block--contact {
  margin-top: 20px;
}
.estimate-form .estimate-block__title {
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .estimate-form .estimate-block__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.estimate-form .estimate-block__note {
  margin-bottom: 30px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .estimate-form .estimate-block__note {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.estimate-form .estimate-block textarea {
  display: block;
  width: 100%;
  min-height: 240px;
  height: 240px;
  padding: 18px;
  border: 2px solid #3e3e3e;
  border-radius: 3px;
  background: #fff;
  font-size: 16px;
  resize: vertical;
  outline: none;
}
@media (max-width: 768px) {
  .estimate-form .estimate-block textarea {
    min-height: 160px;
    height: 160px;
  }
}
@media (min-width: 769px) {
  .estimate-form .estimate-chip-list {
    display: flex;
    align-items: flex-start;
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .estimate-form .estimate-chip-list {
    padding-bottom: 60px;
  }
}
.estimate-form .estimate-chip-list .left-area {
  position: relative;
}
@media (min-width: 769px) {
  .estimate-form .estimate-chip-list .left-area {
    width: 60%;
  }
}
@media (min-width: 769px) {
  .estimate-form .estimate-chip-list .right-area {
    width: 40%;
  }
}
.estimate-form .estimate-chip {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.estimate-form .estimate-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.estimate-form .estimate-chip label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 42px;
  padding: 0 25px;
  border: 2px solid #3e3e3e;
  border-radius: 999px;
  background: #fff;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
}
@media (max-width: 768px) {
  .estimate-form .estimate-chip label {
    min-width: 60px;
    height: 35px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.estimate-form .estimate-chip label:hover {
  background: #FEF27E;
}
.estimate-form .estimate-chip label:has(input:checked) {
  background: #FEF27E;
}
.estimate-form .estimate-chip.jyushu .wpcf7-list-item:last-of-type {
  position: absolute;
  top: 0;
  right: -140px;
}
@media (max-width: 768px) {
  .estimate-form .estimate-chip.jyushu .wpcf7-list-item:last-of-type {
    top: auto;
    bottom: -60px;
    right: auto;
    left: 0;
  }
}
.estimate-form .estimate-size {
  position: relative;
}
@media (max-width: 768px) {
  .estimate-form .estimate-size {
    padding-bottom: 20px;
  }
}
.estimate-form .estimate-size__inputs {
  position: relative;
  z-index: 2;
}
.estimate-form .estimate-size__row {
  display: flex;
  align-items: flex-end;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .estimate-form .estimate-size__row {
    justify-content: center;
  }
}
.estimate-form .estimate-size__field {
  width: 200px;
}
@media (max-width: 768px) {
  .estimate-form .estimate-size__field {
    width: 100%;
  }
}
.estimate-form .estimate-size__field label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .estimate-form .estimate-size__field label {
    font-size: 14px;
  }
}
.estimate-form .estimate-size__field input {
  width: 100%;
  height: 50px;
  border: 2px solid #3e3e3e;
  padding: 0 12px;
  font-size: 16px;
  outline: none;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .estimate-form .estimate-size__field input {
    height: 40px;
  }
}
.estimate-form .estimate-size__field input::placeholder {
  color: #888;
}
.estimate-form .estimate-size__cross {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin: 0 5px;
  font-size: 14px;
  line-height: 50px;
}
@media (max-width: 768px) {
  .estimate-form .estimate-size__cross {
    display: none;
  }
}
.estimate-form .estimate-size__undecided {
  margin-top: 20px;
}
.estimate-form .estimate-size__image {
  margin-left: 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .estimate-form .estimate-size__image {
    margin-left: auto;
    margin-right: auto;
  }
}
.estimate-form .estimate-size__image img {
  display: block;
  max-width: 400px;
  height: 100%;
}
.estimate-form .estimate-choice-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}
@media (min-width: 769px) {
  .estimate-form .estimate-choice-grid.sori {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .estimate-form .estimate-choice-grid {
    flex-direction: column;
  }
}
.estimate-form .estimate-radio {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  cursor: pointer;
  min-width: 20%;
}
@media (max-width: 768px) {
  .estimate-form .estimate-radio.mimi, .estimate-form .estimate-radio.sori {
    max-width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.estimate-form .estimate-radio input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.estimate-form .estimate-radio .estimate-radio__mark-area {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .estimate-form .estimate-radio .estimate-radio__mark-area {
    width: 50%;
  }
}
.estimate-form .estimate-radio__mark {
  position: relative;
  width: 35px;
  height: 35px;
  border: 2px solid #3e3e3e;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .estimate-form .estimate-radio__mark {
    width: 20px;
    height: 20px;
  }
}
.estimate-form .estimate-radio__mark::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #3f3f3f;
  opacity: 0;
  transition: 0.2s ease;
}
@media (max-width: 768px) {
  .estimate-form .estimate-radio__mark::after {
    inset: 3px;
  }
}
.estimate-form .estimate-radio__text {
  font-size: 21px;
}
@media (max-width: 768px) {
  .estimate-form .estimate-radio__text {
    font-size: 16px;
  }
}
.estimate-form .estimate-radio__image {
  width: 100%;
}
.estimate-form .estimate-radio__image img {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .estimate-form .estimate-radio__image {
    width: 50%;
    min-height: 80px;
  }
}
.estimate-form .estimate-radio input:checked ~ .estimate-radio__mark::after {
  opacity: 1;
}
.estimate-form .estimate-quantity {
  display: flex;
  align-items: center;
  gap: 14px;
}
.estimate-form .estimate-quantity select {
  width: 200px;
  height: 50px;
  border: 2px solid #3e3e3e;
  padding: 0 12px;
  font-size: 16px;
  outline: none;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .estimate-form .estimate-quantity select {
    height: 40px;
  }
}
.estimate-form .estimate-quantity select::placeholder {
  color: #888;
}
.estimate-form .estimate-quantity span {
  font-size: 21px;
}
@media (max-width: 768px) {
  .estimate-form .estimate-quantity span {
    font-size: 16px;
  }
}
.estimate-form .estimate-contact__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 80px;
}
@media (max-width: 768px) {
  .estimate-form .estimate-contact__grid {
    grid-template-columns: 1fr;
    gap: 30px 40px;
  }
}
.estimate-form .estimate-contact__field label {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .estimate-form .estimate-contact__field label {
    margin-bottom: 10px;
  }
}
.estimate-form .estimate-contact__field input {
  width: 100%;
  height: 50px;
  border: 2px solid #3e3e3e;
  padding: 0 12px;
  font-size: 16px;
  outline: none;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .estimate-form .estimate-contact__field input {
    height: 40px;
  }
}
.estimate-form.pro .estimate-submit .estimate-form__bottom-content__step {
  background: #0A175A;
  color: #fff;
}
.estimate-form .estimate-output__content {
  margin-top: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px 25px;
}
@media (max-width: 768px) {
  .estimate-form .estimate-output__content {
    flex-direction: column;
  }
}
.estimate-form .estimate-output__title {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
}
.estimate-form .estimate-output__list {
  width: 100%;
}
.estimate-form .estimate-output__row {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(79, 64, 47, 0.45);
}
.estimate-form .estimate-output__row dt,
.estimate-form .estimate-output__row dd {
  font-size: 16px;
}
.estimate-form .estimate-output__row dt {
  font-weight: 700;
  min-width: 100px;
}
.estimate-form .estimate-output__row dd {
  font-weight: 700;
}
.estimate-form .estimate-output__summary {
  max-width: 500px;
  flex-basis: 45%;
}
.estimate-form .estimate-output__arrow {
  flex-basis: 10%;
}
.estimate-form .estimate-output__arrow .arrow {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .estimate-form .estimate-output__arrow .arrow {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 22px solid #333;
  }
}
@media (max-width: 768px) {
  .estimate-form .estimate-output__arrow .arrow {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 18px solid #333;
  }
}
.estimate-form .estimate-output__action {
  text-align: center;
  flex-basis: 45%;
}
.estimate-form .estimate-output__price-note {
  font-size: 12px;
  text-align: left;
  margin-bottom: 10px;
}
.estimate-form .estimate-output__price {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1;
  text-align: right;
}
.estimate-form .estimate-output__price span {
  font-size: 32px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .estimate-form .estimate-output__price span {
    font-size: 36px;
  }
}
.estimate-form .estimate-output__mail-note {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
}
.estimate-form .estimate-form__bottom-content {
  padding: 40px 50px 80px;
  border: 1px solid #3e3e3e;
  border-radius: 0 0 50px 50px;
  background: #FEF27E;
}
@media (max-width: 768px) {
  .estimate-form .estimate-form__bottom-content {
    padding: 30px 20px;
  }
}
.estimate-form .estimate-form__bottom-content__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .estimate-form .estimate-form__bottom-content__head {
    display: block;
  }
}
.estimate-form .estimate-form__bottom-content__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid #3e3e3e;
  background: #E3C495;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .estimate-form .estimate-form__bottom-content__step {
    padding: 0 10px;
    margin-bottom: 20px;
    min-width: 120px;
    height: 25px;
    font-size: 16px;
  }
}
.estimate-form .estimate-form__bottom-content__lead {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .estimate-form .estimate-form__bottom-content__lead {
    font-size: 16px;
  }
}
.estimate-form .estimate-form__bottom-content__button {
  margin-top: 80px;
  display: flex !important;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.estimate-form .estimate-form__bottom-content__bottom-note {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 768px) {
  .estimate-form .estimate-form__bottom-content__bottom-note {
    text-align: left;
  }
}

.estimate-shipping {
  background: #f7f7f7;
  padding: 40px;
  /* サイズ案内 */
  /* メイン文 */
  /* 数値 */
  /* 注意ボックス */
  /* タイトル */
  /* 本文 */
  /* =========================
     1行目（サイズ）固定
  ========================= */
  /* =========================
     2行目（重量）固定
  ========================= */
  /* =========================
     1列目固定
  ========================= */
  /* =========================
     左上の重なり最優先
  ========================= */
}
@media (max-width: 768px) {
  .estimate-shipping {
    padding: 60px 0 80px;
  }
}
.estimate-shipping__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) and (max-width: 768px) {
  .estimate-shipping__inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.estimate-shipping__title {
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .estimate-shipping__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.estimate-shipping .estimate-size-guide {
  margin-top: 30px;
  margin-bottom: 60px;
}
.estimate-shipping .estimate-size-guide__lead {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #333;
}
@media (max-width: 768px) {
  .estimate-shipping .estimate-size-guide__lead {
    font-size: 16px;
  }
}
.estimate-shipping .estimate-size-guide__number {
  font-size: 32px;
  font-weight: 700;
  margin: 0 6px;
  border-bottom: 2px solid #3e3e3e;
  line-height: 1;
}
@media (max-width: 768px) {
  .estimate-shipping .estimate-size-guide__number {
    font-size: 24px;
  }
}
.estimate-shipping .estimate-size-guide__note {
  margin-top: 20px;
  padding: 5px 20px;
  border-left: 4px solid #ccc;
}
@media (max-width: 768px) {
  .estimate-shipping .estimate-size-guide__note {
    padding: 12px 15px;
  }
}
.estimate-shipping .estimate-size-guide__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #555;
}
.estimate-shipping .estimate-size-guide__note p {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}
@media (max-width: 768px) {
  .estimate-shipping .estimate-size-guide__note p {
    font-size: 12px;
  }
}
.estimate-shipping .estimate-shipping__outer {
  margin-bottom: 80px;
}
.estimate-shipping__caption {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .estimate-shipping__caption {
    font-size: 16px;
  }
}
.estimate-shipping__table-wrap {
  overflow: auto;
  height: 400px;
}
@media (max-width: 768px) {
  .estimate-shipping__table-wrap {
    height: 300px;
  }
}
.estimate-shipping__table {
  border-collapse: separate;
  border-spacing: 0;
  width: max-content;
  background: #fff;
  border: 1px solid #3e3e3e;
}
@media (min-width: 769px) {
  .estimate-shipping__table {
    min-width: 1000px;
  }
}
@media (max-width: 768px) {
  .estimate-shipping__table {
    min-width: 800px;
  }
}
.estimate-shipping__table.art {
  min-width: 600px;
}
@media (max-width: 768px) {
  .estimate-shipping__table.art {
    min-width: 400px;
  }
}
.estimate-shipping__table.seino {
  min-width: 800px;
}
@media (max-width: 768px) {
  .estimate-shipping__table.seino {
    min-width: 400px;
  }
}
.estimate-shipping__table th,
.estimate-shipping__table td {
  border: 1px solid #3e3e3e;
  padding: 12px;
  text-align: center;
  font-size: 16px;
  background: #fff;
}
@media (max-width: 768px) {
  .estimate-shipping__table th,
.estimate-shipping__table td {
    padding: 5px;
    font-size: 14px;
  }
}
.estimate-shipping__table tbody th span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}
.estimate-shipping thead tr:nth-child(1) th {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #f3f3f3;
}
.estimate-shipping thead tr:nth-child(2) th {
  position: sticky;
  top: 48px;
  z-index: 3;
  background: #f9f9f9;
}
@media (max-width: 768px) {
  .estimate-shipping thead tr:nth-child(2) th {
    top: 34px;
  }
}
.estimate-shipping th:first-child,
.estimate-shipping td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fafafa;
  max-width: 350px;
}
@media (max-width: 768px) {
  .estimate-shipping th:first-child,
.estimate-shipping td:first-child {
    width: 65px;
    text-align: left;
  }
}
.estimate-shipping thead tr:nth-child(1) th:first-child {
  z-index: 5;
}
.estimate-shipping thead tr:nth-child(2) th:first-child {
  z-index: 5;
}

/*=================================================
# page-contact
=================================================*/
.contact-page {
  background: #f7f7f7;
  padding: 100px 0 120px;
}
@media (max-width: 768px) {
  .contact-page {
    padding: 40px 0 60px;
  }
}
.contact-page__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) and (max-width: 768px) {
  .contact-page__inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.contact-page__head {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .contact-page__head {
    margin-bottom: 40px;
  }
}
.contact-page__title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .contact-page__title {
    font-size: 18px;
  }
}
.contact-page__lead {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .contact-page__lead {
    font-size: 14px;
  }
}

.contact-form-card {
  background: #fff;
  border-radius: 18px;
  padding: 80px 50px;
}
@media (max-width: 768px) {
  .contact-form-card {
    padding: 30px 20px;
  }
}
.contact-form-card .text-required {
  text-align: right;
  color: red;
  margin-bottom: 20px;
}
.contact-form-card__form {
  width: 100%;
}
.contact-form-card__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 80px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .contact-form-card__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.contact-form-card__field label {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .contact-form-card__field label {
    margin-bottom: 10px;
  }
}
.contact-form-card__field .required {
  color: red;
  font-size: 12px;
  vertical-align: super;
}
.contact-form-card__field input,
.contact-form-card__field textarea {
  width: 100%;
  height: 50px;
  border: 2px solid #3e3e3e;
  padding: 0 12px;
  font-size: 16px;
  outline: none;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .contact-form-card__field input,
.contact-form-card__field textarea {
    height: 40px;
    font-size: 14px;
  }
}
.contact-form-card__field input {
  height: 50px;
  padding: 0 12px;
}
@media (max-width: 768px) {
  .contact-form-card__field input {
    height: 40px;
    font-size: 14px;
  }
}
.contact-form-card__field textarea {
  min-height: 250px;
  padding: 12px;
  resize: vertical;
}
@media (max-width: 768px) {
  .contact-form-card__field textarea {
    min-height: 200px;
  }
}
.contact-form-card__field--textarea {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .contact-form-card__field--textarea {
    margin-bottom: 40px;
  }
}
.contact-form-card__submit {
  text-align: center;
}
.contact-form-card__submit-note {
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.contact-form-card__button {
  background-color: transparent !important;
}
.contact-form-card__button:hover {
  background-color: #FEF27E !important;
  transform: translateY(-3px);
}
.contact-form-card__button input[type=submit] {
  background-color: transparent !important;
}
.contact-form-card__bottom-note {
  margin-top: 20px;
  font-size: 13px;
  letter-spacing: 0.05em;
}

/*=================================================
# 404
=================================================*/
.notfound {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
  padding: 120px 0;
  background-color: #f7f7f7;
  text-align: center;
}
.notfound .notfound-inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .notfound .notfound-inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.notfound .notfound-head {
  margin-bottom: 48px;
}
.notfound .notfound-code {
  margin: 0;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #E3C495;
}
@media (max-width: 768px) {
  .notfound .notfound-code {
    font-size: 60px;
  }
}
.notfound .notfound-title {
  margin: 20px 0 0;
  font-size: 28px;
  font-weight: 700;
}
.notfound .notfound-text {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 768px) {
  .notfound .notfound-text {
    text-align: left;
  }
}
.notfound .notfound-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.notfound .notfound-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  background-color: #FEF27E;
  border: 2px solid #3e3e3e;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
.notfound .notfound-button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
.notfound .notfound-button.-outline {
  background-color: transparent;
  padding-left: 60px;
}

/*=================================================
# footer
=================================================*/
.footer {
  padding: 100px 0 60px;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0;
  }
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (min-width: 769px) {
  .footer-inner {
    display: grid;
    grid-template-columns: 1fr 480px;
    column-gap: 40px;
    row-gap: 90px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .footer-inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .footer-left {
    margin-bottom: 40px;
  }
}

.footer-logo {
  display: inline-block;
  width: 190px;
}
@media (max-width: 768px) {
  .footer-logo {
    width: 120px;
  }
}
.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-nav {
  margin-top: 40px;
}

.footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-nav-list a {
  font-size: 14px;
}
@media (hover: hover) {
  .footer-nav-list a {
    transition: 0.3s;
  }
  .footer-nav-list a:hover {
    opacity: 0.5;
  }
}

.footer-cta {
  align-self: start;
  padding: 50px 40px;
  border: 1px solid #3e3e3e;
  border-radius: 10px;
  background: #FEF27E;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-cta {
    padding: 40px 25px;
    margin-bottom: 20px;
  }
}

.footer-cta-title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .footer-cta-title {
    font-size: 18px;
  }
}

.footer-cta-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.footer-cta-button a {
  font-weight: 700;
}

@media (min-width: 769px) {
  .footer-bottom {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 768px) {
  .footer-links {
    margin-bottom: 30px;
    justify-content: space-around;
  }
}
.footer-links a {
  font-size: 13px;
}
@media (hover: hover) {
  .footer-links a {
    transition: 0.3s;
  }
  .footer-links a:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .footer-links a {
    font-size: 11px;
  }
}

.footer-copyright {
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 769px) {
  .footer-copyright {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .footer-copyright {
    text-align: center;
    font-size: 12px;
  }
}

/*=================================================
# archive
=================================================*/
/* ブログ
------------------------------------------------*/
.blog-list {
  padding: 180px 0;
}
@media (max-width: 768px) {
  .blog-list {
    padding: 60px 0;
  }
}
.blog-list.archive, .blog-list.category {
  background-color: #f7f7f7;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .blog-list.archive, .blog-list.category {
    padding: 40px 0;
  }
}
.blog-list .blog-list-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) and (max-width: 768px) {
  .blog-list .blog-list-inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-list .blog-list-head {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .blog-list .blog-list-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
  }
}
.blog-list .blog-list-head.archive, .blog-list .blog-list-head.category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
}
.blog-list .blog-list-logo {
  width: 180px;
}
@media (max-width: 768px) {
  .blog-list .blog-list-logo {
    width: 120px;
  }
}
.blog-list .blog-list-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .blog-list .blog-list-title {
    font-size: 20px;
  }
}
.blog-list .blog-list-head-sub {
  font-size: 14px;
  padding: 10px 18px;
  border: 2px solid #3e3e3e;
}
@media (max-width: 768px) {
  .blog-list .blog-list-head-sub {
    font-size: 12px;
    padding: 6px 10px;
    width: max-content;
    margin-top: 20px;
  }
}
.blog-list .blog-list-category-area {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .blog-list .blog-list-category-area {
    margin-bottom: 20px;
  }
}
.blog-list .blog-list-category-title {
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 900;
}
.blog-list .blog-list-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.blog-list .blog-list-category-item {
  font-size: 13px;
  padding: 6px 20px;
  border: 2px solid #3e3e3e;
  font-weight: 900;
  border-radius: 999px;
  text-decoration: none;
  color: #333;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .blog-list .blog-list-category-item {
    font-size: 12px;
  }
}
.blog-list .blog-list-category-item:hover {
  background: #3e3e3e;
  color: #fff;
}
@media (min-width: 769px) {
  .blog-list .blog-list-post-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.blog-list .blog-list-post-item {
  position: relative;
}
@media (max-width: 768px) {
  .blog-list .blog-list-post-item + .blog-list-post-item {
    margin-top: 20px;
  }
}
.blog-list .blog-list-post-thumb {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
  aspect-ratio: 3/2;
}
.blog-list .blog-list-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  display: block;
}
.blog-list .blog-list-post-thumb:hover img {
  transform: scale(1.05);
}
.blog-list .blog-list-post-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.blog-list .blog-list-post-date {
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  font-family: "Poppins", sans-serif;
}
.blog-list .blog-list-post-title {
  font-size: 16px;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
@media (hover: hover) {
  .blog-list .blog-list-post-title a {
    transition: 0.3s;
  }
  .blog-list .blog-list-post-title a:hover {
    opacity: 0.5;
  }
}
.blog-list .blog-list-post-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}
@media (hover: hover) {
  .blog-list .blog-list-post-category-list a {
    transition: 0.3s;
  }
  .blog-list .blog-list-post-category-list a:hover {
    opacity: 0.5;
  }
}
.blog-list .blog-list-post-category-item {
  font-size: 10px;
  letter-spacing: 0.05em;
}
.blog-list .blog-list-post-arrow {
  width: 40px;
  display: block;
}
@media (hover: hover) {
  .blog-list .blog-list-post-arrow {
    transition: 0.3s;
  }
  .blog-list .blog-list-post-arrow:hover {
    opacity: 0.5;
  }
}
.blog-list .blog-list-bottom {
  margin-top: 120px;
  text-align: right;
}
@media (max-width: 768px) {
  .blog-list .blog-list-bottom {
    margin-top: 60px;
    text-align: center;
  }
}
.blog-list .blog-list-more {
  display: inline-flex;
  align-items: center;
  gap: 40px;
}
@media (hover: hover) {
  .blog-list .blog-list-more {
    transition: 0.3s;
  }
  .blog-list .blog-list-more:hover {
    opacity: 0.5;
  }
}
.blog-list .blog-list-more-text {
  font-size: 21px;
}
.blog-list .blog-list-more-arrow {
  width: 64px;
}
@media (max-width: 768px) {
  .blog-list .blog-list-more-arrow {
    width: 40px;
    padding-top: 10px;
  }
}
.blog-list .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.blog-list .page-numbers a,
.blog-list .page-numbers span {
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border-radius: 50%;
  border: 2px solid #3e3e3e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .blog-list .page-numbers a,
.blog-list .page-numbers span {
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
  }
}
.blog-list .page-numbers a:hover {
  background: #E3C495;
}
.blog-list .page-numbers .current {
  background: #E3C495;
}
.blog-list .page-numbers .prev,
.blog-list .page-numbers .next {
  font-size: 18px;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .blog-list .page-numbers .prev,
.blog-list .page-numbers .next {
    padding: 0 12px;
  }
}

.blog-list-single {
  padding: 100px 0 120px;
}
@media (max-width: 768px) {
  .blog-list-single {
    padding: 60px 0 80px;
  }
}
.blog-list-single .blog-list-single-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) and (max-width: 768px) {
  .blog-list-single .blog-list-single-inner {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-list-single .blog-list-single-date {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
}
.blog-list-single .blog-list-single-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .blog-list-single .blog-list-single-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.blog-list-single .blog-list-single-thumbnail {
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .blog-list-single .blog-list-single-thumbnail {
    margin-bottom: 30px;
  }
}
.blog-list-single .blog-list-single-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-list-single .blog-list-single-content {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .blog-list-single .blog-list-single-content {
    font-size: 14px;
    line-height: 2;
  }
}
.blog-list-single .blog-list-single-content p {
  margin-top: 0;
  margin-bottom: 1.8em;
}
.blog-list-single .blog-list-single-content h2,
.blog-list-single .blog-list-single-content h3,
.blog-list-single .blog-list-single-content h4 {
  margin-top: 2.2em;
  margin-bottom: 0.8em;
  font-weight: 700;
}
.blog-list-single .blog-list-single-content h2 {
  font-size: 18px;
}
.blog-list-single .blog-list-single-content h3 {
  font-size: 17px;
}
.blog-list-single .blog-list-single-content img {
  max-width: 100%;
  height: auto;
}
.blog-list-single .blog-list-single-content a {
  text-decoration: underline;
}
@media (hover: hover) {
  .blog-list-single .blog-list-single-content a {
    transition: 0.3s;
  }
  .blog-list-single .blog-list-single-content a:hover {
    opacity: 0.5;
  }
}
.blog-list-single .blog-list-single-content strong {
  font-weight: 700;
}
.blog-list-single .blog-list-single-content ul,
.blog-list-single .blog-list-single-content ol {
  margin: 1.5em 0;
  padding-left: 1.5em;
}
.blog-list-single .blog-list-single-content li {
  margin-bottom: 0.5em;
  position: relative;
}
.blog-list-single .blog-list-single-content li::before {
  content: "";
  position: absolute;
  background-color: #333;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: -0.8em;
  top: 1em;
}
.blog-list-single .blog-list-single-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .blog-list-single .blog-list-single-category-list {
    margin-top: 24px;
  }
}
.blog-list-single .blog-list-single-category-item {
  font-size: 10px;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media (hover: hover) {
  .blog-list-single .blog-list-single-category-item {
    transition: 0.3s;
  }
  .blog-list-single .blog-list-single-category-item:hover {
    opacity: 0.5;
  }
}
.blog-list-single .blog-list-single-back {
  margin-top: 140px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .blog-list-single .blog-list-single-back {
    margin-top: 80px;
  }
}
.blog-list-single .blog-list-single-back-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
}
@media (hover: hover) {
  .blog-list-single .blog-list-single-back-link {
    transition: 0.3s;
  }
  .blog-list-single .blog-list-single-back-link:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .blog-list-single .blog-list-single-back-link {
    gap: 16px;
  }
}
.blog-list-single .blog-list-single-back-arrow {
  width: 56px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .blog-list-single .blog-list-single-back-arrow {
    width: 42px;
  }
}
.blog-list-single .blog-list-single-back-arrow img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-list-single .blog-list-single-back-text {
  font-size: 21px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .blog-list-single .blog-list-single-back-text {
    font-size: 16px;
  }
}
.blog-list-single .blog-list-related {
  margin-top: 120px;
  max-width: 1100px;
  margin: 120px auto 0;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .blog-list-single .blog-list-related {
    margin-top: 60px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .blog-list-single .blog-list-related {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-list-single .blog-list-related .blog-list-related-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .blog-list-single .blog-list-related .blog-list-related-title {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .blog-list-single .blog-list-related .blog-list-related-post-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.blog-list-single .blog-list-related .blog-list-related-post-item {
  position: relative;
}
@media (max-width: 768px) {
  .blog-list-single .blog-list-related .blog-list-related-post-item + .blog-list-related-post-item {
    margin-top: 24px;
  }
}
.blog-list-single .blog-list-related .blog-list-related-post-thumb {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
  aspect-ratio: 3/2;
}
.blog-list-single .blog-list-related .blog-list-related-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}
.blog-list-single .blog-list-related .blog-list-related-post-thumb:hover img {
  transform: scale(1.05);
}
.blog-list-single .blog-list-related .blog-list-related-post-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}
.blog-list-single .blog-list-related .blog-list-related-post-left {
  flex: 1 1 auto;
}
.blog-list-single .blog-list-related .blog-list-related-post-right {
  flex-shrink: 0;
}
.blog-list-single .blog-list-related .blog-list-related-post-date {
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  font-family: "Poppins", sans-serif;
}
.blog-list-single .blog-list-related .blog-list-related-post-title {
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (hover: hover) {
  .blog-list-single .blog-list-related .blog-list-related-post-title a {
    transition: 0.3s;
  }
  .blog-list-single .blog-list-related .blog-list-related-post-title a:hover {
    opacity: 0.5;
  }
}
.blog-list-single .blog-list-related .blog-list-related-post-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}
@media (hover: hover) {
  .blog-list-single .blog-list-related .blog-list-related-post-category-list a {
    transition: 0.3s;
  }
  .blog-list-single .blog-list-related .blog-list-related-post-category-list a:hover {
    opacity: 0.5;
  }
}
.blog-list-single .blog-list-related .blog-list-related-post-category-item {
  font-size: 10px;
  letter-spacing: 0.05em;
}
.blog-list-single .blog-list-related .blog-list-related-post-arrow {
  width: 40px;
  display: block;
}
@media (hover: hover) {
  .blog-list-single .blog-list-related .blog-list-related-post-arrow {
    transition: 0.3s;
  }
  .blog-list-single .blog-list-related .blog-list-related-post-arrow:hover {
    opacity: 0.5;
  }
}

/*=================================================
# keyVisual
=================================================*/
.c-kv-section {
  border-bottom: 1px solid #3e3e3e;
}

@media (min-width: 769px) {
  .c-kv-inner {
    min-height: 500px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.c-kv-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media (min-width: 769px) {
  .c-kv-content {
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  .c-kv-content {
    padding: 40px 15px;
  }
}

.c-kv-label {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-kv-label {
    font-size: 14px;
  }
}

.c-kv-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .c-kv-title {
    font-size: 34px;
  }
}

.c-kv-text {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-kv-text {
    font-size: 14px;
  }
}

.c-kv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*
theme Name: hidanotenbanya
Author: WebUp hashimoto
Description: 自作テーマ
version： 1.0.0
*//*# sourceMappingURL=style.css.map */