@charset "UTF-8";
/* ------------------------------
　　common
------------------------------ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  background: #FFFAF2;
  font-size: 16px;
  margin: 0;
  line-height: 1.7;
  overflow-x: hidden;
  position: relative;
}
body.is-locked {
  overflow: hidden;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

p + p {
  margin-top: 1em;
}

nav ul {
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl {
  margin: 0;
}
dl + dl {
  margin-top: 30px;
}

dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

strong, .strong {
  font-weight: bold;
}

.hide-sp {
  display: block;
}

.hide-pc {
  display: none;
}

/* リンクの設定 */
a {
  color: #333;
  text-decoration: none;
  border: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:active {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}

.br-sp {
  display: none;
}

.br-pc {
  display: inline-block;
}

.f-palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.f-shippori {
  font-family: "Shippori Mincho", serif;
}

.f-notoSans {
  font-family: "Noto Sans JP", sans-serif;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.word-break {
  display: inline-block;
}

/* コンテナ */
.container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}
.container.--large {
  max-width: 1260px;
}
.container.--small {
  max-width: 940px;
}

section.bg-tone02 {
  background: url(../img/common/bg-tone02.webp) no-repeat center/cover;
}
@media screen and (max-width: 1439px) {
  section.bg-tone02 {
    background: url(../img/common/bg-tone02.webp) repeat-y center/1440px auto;
  }
}

.section {
  padding: 80px 0;
}

.bg-wht-wrap {
  padding: 50px 6%;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
}

/* タイトル */
.page-title {
  height: 120px;
  color: #000;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  line-height: 1.3;
  letter-spacing: 0.2em;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.page-title h1, .page-title .main {
  font-size: clamp(35px, 2.78vw, 40px);
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 0;
}
.page-title .pre-title {
  color: #D93205;
  font-size: clamp(18px, 1.39vw, 20px);
  padding-bottom: 5px;
}
.page-title .pre-title + h1 {
  font-size: clamp(28px, 2.22vw, 32px);
}

.document-title {
  color: #6F5544;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(28px, 2.22vw, 32px);
  font-weight: 500;
  line-height: 1.275;
  letter-spacing: 0.2em;
  margin: 0 auto 50px;
}

.border-title {
  color: #6F5544;
  font-size: clamp(20px, 1.67vw, 24px);
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  border-bottom: 1px solid #6F5544;
  line-height: 1.5;
  margin: 0 auto 20px;
  padding: 0 0 0.5em;
}

.icon-title {
  color: #6F5544;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  padding-left: 10px;
  position: relative;
}
.icon-title::before {
  content: "";
  width: 5px;
  height: 16px;
  background: url(../img/common/icon-polygon.png) no-repeat center/cover;
  position: absolute;
  top: 8px;
  left: 0;
}

.color-title {
  color: #D93205;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.51;
  margin: 0 auto;
}

.decoration-top {
  position: relative;
}
.decoration-top::before {
  content: "";
  width: 81px;
  aspect-ratio: 81/43;
  background: url(../img/common/icon-deco.png) no-repeat center/cover;
  position: absolute;
  top: -21px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.table-default {
  width: 100%;
  border-top: 1px solid #C1AFA3;
}
.table-default th, .table-default td {
  border-bottom: 1px solid #C1AFA3;
  vertical-align: text-top;
  text-align: left;
}
.table-default th p:first-child, .table-default td p:first-child {
  margin-top: 0;
}
.table-default th p:last-child, .table-default td p:last-child {
  margin-bottom: 0;
}
.table-default th a, .table-default td a {
  color: #005BAC;
  text-decoration: underline;
}
.table-default th ul, .table-default td ul {
  padding-left: 1em;
  position: relative;
}
.table-default th ul li::before, .table-default td ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.table-default th {
  padding: 20px;
  width: 31.82%;
}
.table-default th .icon-title {
  margin: 0;
}
.table-default td {
  padding: 20px 20px 20px 0;
}

.top-deco-list {
  padding-left: 26px;
}
.top-deco-list li {
  position: relative;
}
.top-deco-list li::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(177deg, #FE6D48 0%, #EB4B27 48.45%, #D90505 99.77%);
  position: absolute;
  top: 0.4em;
  left: -26px;
}
.top-deco-list li + li {
  margin-top: 0.3em;
}

.card-item-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.27% 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2.27%;
     -moz-column-gap: 2.27%;
          column-gap: 2.27%;
  row-gap: 20px;
}
.card-item-list li {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #C1AFA3;
  padding: 30px 6.98%;
}

/* ボタン */
.btn {
  width: 280px;
  max-width: 100%;
  height: 56px;
  background: linear-gradient(94deg, #6F5544 0%, #000 100%);
  color: #FFF;
  display: inline-block;
  margin: 0;
  padding: 13px 0;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  border-radius: 28px;
  position: relative;
}
.btn:visited, .btn:active {
  color: #FFF;
}
.btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(177deg, #FE6D48 0%, #EB4B27 48.45%, #D90505 99.77%);
  border-radius: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.btn::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/icon-arrow-wh.svg) no-repeat center/cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.btn > span {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    color: #FFF;
  }
  .btn:hover::before {
    opacity: 0;
  }
}
.btn.back-btn::after {
  top: calc(50% - 12px);
  right: auto;
  left: 16px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.btn.--small {
  width: 157px;
  height: 36px;
  font-size: 14px;
  text-align: left;
  padding: 6px 36px 6px 15px;
}
.btn.--small::after {
  width: 16px;
  height: 16px;
  right: 10px;
}
.btn.--border {
  background: transparent;
  border: 1px solid #6F5544;
  color: #6F5544;
}
.btn.--border::before {
  content: none;
}
.btn.--border::after {
  background: url(../img/common/icon-arrow-bw.svg) no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .btn.--border:hover {
    background: #6F5544;
    color: #FFF;
  }
  .btn.--border:hover::after {
    background: url(../img/common/icon-arrow-wh.svg) no-repeat center/cover;
  }
}
.btn.--brown {
  background: #6F5544 url(../img/common/icon-arrow-wh.svg) no-repeat right 16px top 16px;
  color: #FFF;
}
.btn.--brown::after {
  content: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn.--brown:hover {
    background: #C1AFA3 url(../img/common/icon-arrow-wh.svg) no-repeat right 16px top 16px;
  }
}
.btn.outlink::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/icon-outlink_black.svg) no-repeat center/cover;
  display: inline-block;
  margin: 0 0 0 15px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (hover: hover) and (pointer: fine) {
  .btn.outlink:hover::after {
    background: url(../img/icon-outlink_white.svg) no-repeat center/cover;
  }
}

.shop-btn, .contact-btn {
  width: 180px;
  height: 48px;
  max-width: 100%;
  text-align: center;
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #FFF;
  background: #C1AFA3;
  border: 2px solid #FFF;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.shop-btn::before, .contact-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.shop-btn:visited, .shop-btn:active, .contact-btn:visited, .contact-btn:active {
  color: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .shop-btn:hover, .contact-btn:hover {
    color: #FFF;
  }
  .shop-btn:hover::before, .contact-btn:hover::before {
    opacity: 0;
  }
}
.shop-btn > span, .contact-btn > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 52px;
  position: relative;
}
.shop-btn > span::before, .contact-btn > span::before {
  content: "";
  width: 24px;
  height: 19px;
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.shop-btn > span::after, .contact-btn > span::after {
  content: "";
  width: 1px;
  height: 38px;
  background: #FEE9E4;
  position: absolute;
  left: 52px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.shop-btn::before {
  background: linear-gradient(94deg, #6F5544 0%, #000 100%);
}
.shop-btn span::before {
  background: url(../img/common/icon-shop.svg) no-repeat center/cover;
}

.contact-btn::before {
  background: linear-gradient(177deg, #FE6D48 0%, #EB4B27 48.45%, #D90505 99.77%);
}
.contact-btn > span::before {
  background: url(../img/common/icon-mail.svg) no-repeat center/cover;
}
.contact-btn.--large {
  width: clamp(300px, 33.33vw, 480px);
  height: 100px;
  font-size: clamp(26px, 2.22vw, 32px);
}
.contact-btn.--large > span {
  padding: 0 0 0 100px;
}
.contact-btn.--large > span::before {
  width: 48px;
  height: 39px;
  left: 30px;
}
.contact-btn.--large > span::after {
  width: 1px;
  height: 60px;
  left: 100px;
}

.outlink-btn {
  display: inline-block;
  width: auto;
  height: 44px;
  min-width: 180px;
  max-width: 100%;
  border: 1px solid #D90505;
  background: #FFFAF2;
  font-family: "Shippori Mincho", serif;
  color: #6F5544;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding: 9px 50px 9px 16px;
  position: relative;
}
.outlink-btn::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon-outlink-rd.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (hover: hover) and (pointer: fine) {
  .outlink-btn:hover {
    background: #EDE0CC;
  }
}

.image-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.image-btn-wrap > a {
  width: 48.33%;
}

.image-btn {
  display: inline-block;
  max-width: 580px;
  aspect-ratio: 58/24;
  background: linear-gradient(177deg, #FE6D48 0%, #EB4B27 48.45%, #D90505 99.77%);
  position: relative;
}
.image-btn + .image-btn {
  margin-left: 3.33%;
}
.image-btn::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  left: 10px;
  top: 10px;
}
.image-btn.--01::before {
  background: url(../img/common/btn-bg01.jpg) no-repeat center/cover;
}
.image-btn.--02 {
  margin-left: 3.33%;
}
.image-btn.--02::before {
  background: url(../img/common/btn-bg02.jpg) no-repeat center/cover;
}
.image-btn > p {
  position: relative;
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(24px, 2.22vw, 32px);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  margin: 0;
  padding: clamp(30px, 3.47vw, 50px) clamp(20px, 2.78vw, 40px);
}
.image-btn > p .text-small {
  font-size: clamp(14px, 1.11vw, 16px);
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin-top: 12px;
}
@media (hover: hover) and (pointer: fine) {
  .image-btn:hover {
    opacity: 0.7;
  }
}

.image-btn-arrow {
  border-radius: 28px 0px 0px 28px;
  background: #FEE9E4;
  font-size: clamp(15px, 1.3vw, 18px);
  color: #D93205;
  padding: clamp(0px, 0.5vw, 8px) clamp(50px, 6.3vw, 90px) clamp(0px, 0.6vw, 9px) 20px;
  position: absolute;
  right: 10px;
  bottom: clamp(20px, 2.22vw, 32px);
  z-index: 2;
}
.image-btn-arrow::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/icon-arrow-rdgrd.png) no-repeat center/cover;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.liner-btn {
  display: inline-block;
  width: 100%;
  height: 124px;
  background: linear-gradient(177deg, #FE6D48 0%, #EB4B27 48.45%, #D90505 99.77%);
  position: relative;
}
.liner-btn::before {
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  left: 6px;
  top: 6px;
  background: url(../img/common/bg-tone02.webp) no-repeat center/1440px auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.liner-btn::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/icon-arrow-rdgrd.png) no-repeat center/cover;
  position: absolute;
  z-index: 2;
  right: 24px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.liner-btn > span {
  color: #6F5544;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(21px, 2.22vw, 32px);
  font-weight: 400;
  position: absolute;
  z-index: 2;
  background: #FFF;
  width: calc(100% - 12px);
  padding: 3px 33px;
  top: 50%;
  left: 6px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (hover: hover) and (pointer: fine) {
  .liner-btn:hover::before {
    opacity: 0.7;
  }
}
.liner-btn.--outlink::after {
  width: 20px;
  height: 20px;
  background: url(../img/common/icon-outlink-rd.svg) no-repeat center/cover;
  right: 33px;
}

/* トピックパス */
.breadcrumbs {
  padding: 5px 0;
  border-bottom: 1px solid #C1AFA3;
}
.breadcrumbs span[typeof=ListItem], .breadcrumbs span.paged {
  font-size: 12px;
  padding-right: 16px;
  color: #6F5544;
  display: inline-block;
  position: relative;
}
.breadcrumbs span[typeof=ListItem]:first-child, .breadcrumbs span.paged:first-child {
  padding-left: 16px;
}
.breadcrumbs span[typeof=ListItem]:first-child::before, .breadcrumbs span.paged:first-child::before {
  content: "";
  width: 12px;
  height: 11px;
  background: url(../img/common/icon-topicpath-home.svg) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.breadcrumbs span[typeof=ListItem]:last-of-type, .breadcrumbs span.paged:last-of-type {
  padding-right: 0;
}
.breadcrumbs span[typeof=ListItem]:last-of-type::after, .breadcrumbs span.paged:last-of-type::after {
  content: none;
}
.breadcrumbs span[typeof=ListItem]::after, .breadcrumbs span.paged::after {
  content: "";
  width: 4px;
  height: 7px;
  background: url(../img/common/icon-topicpath-arrow.svg) no-repeat center/cover;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.breadcrumbs span[typeof=ListItem] a, .breadcrumbs span.paged a {
  color: #005BAC;
  text-decoration: underline;
}

/* アニメーション */
.scroll-up {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.scroll-up.-on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.fade-on {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  opacity: 0;
}
.fade-on.-on {
  opacity: 1;
}

:root {
  --easing-ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
}

/* ヘッダー高さ分調整 */
:target::before {
  content: "";
  display: block;
  height: 70px; /* ずらしたい高さ */
  margin-top: -70px; /* heightに対するネガティブマージン */
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 1149px) {
  .contact-btn.--large {
    width: 310px;
    height: 64px;
    font-size: 24px;
  }
  .contact-btn.--large > span {
    padding: 0 0 0 80px;
  }
  .contact-btn.--large > span::before {
    width: 40px;
    height: 32px;
    left: 20px;
  }
  .contact-btn.--large > span::after {
    height: 40px;
    left: 80px;
  }
}
@media screen and (max-width: 1049px) {
  main {
    margin-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .hide-sp {
    display: none;
  }
  .hide-pc {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
  .container {
    padding: 0 clamp(20px, 7.69vw, 30px);
  }
  .bg-wht-wrap {
    padding: 40px 6.1%;
  }
  .page-title {
    height: 87px;
    letter-spacing: 0.1em;
  }
  .page-title h1, .page-title .main {
    font-size: clamp(20px, 6.15vw, 24px);
    letter-spacing: 0.1em;
  }
  .page-title .pre-title {
    font-size: clamp(16px, 4.62vw, 18px);
    padding-bottom: 0;
  }
  .document-title {
    line-height: 1.46;
    font-size: clamp(24px, 7.18vw, 28px);
    margin: 0 auto 40px;
  }
  .border-title {
    font-size: clamp(18px, 5.13vw, 20px);
    padding: 0 0 0.6em;
  }
  .icon-title {
    font-size: 16px;
  }
  .icon-title::before {
    top: 5px;
  }
  .color-title {
    font-size: 16px;
  }
  .table-default th {
    padding: 20px 5.5% 20px 0;
    width: calc(100px + 4.1vw);
  }
  .table-default td {
    padding: 20px 0;
  }
  .top-deco-list li + li {
    margin-top: 0.5em;
  }
  .card-item-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
  .card-item-list li {
    padding: 20px 6.9%;
  }
  .shop-btn, .contact-btn {
    width: 310px;
    height: 64px;
    font-size: 24px;
    border: 1px solid #FFF;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .shop-btn > span, .contact-btn > span {
    padding: 0 0 0 80px;
  }
  .shop-btn > span::before, .contact-btn > span::before {
    width: 40px;
    height: 32px;
    left: 21px;
  }
  .shop-btn > span::after, .contact-btn > span::after {
    height: 40px;
    left: 80px;
  }
  .outlink-btn {
    width: 310px;
    height: 64px;
    font-size: 18px;
    padding: 16px 20px;
  }
  .outlink-btn::after {
    content: "";
    width: 21px;
    height: 21px;
    right: 21px;
  }
  .image-btn-wrap > a {
    width: 100%;
    aspect-ratio: 320/118;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .image-btn + .image-btn {
    margin: 10px auto 0;
  }
  .image-btn > p {
    font-size: clamp(17px, 5.13vw, 20px);
  }
  .image-btn > p .text-small {
    display: none;
  }
  .image-btn-arrow {
    font-size: 0;
    padding: 0;
    width: 45px;
    height: 48px;
    bottom: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .image-btn-arrow::after {
    right: 7px;
  }
  .liner-btn {
    height: 118px;
  }
  .liner-btn::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .liner-btn::after {
    right: 20px;
  }
  .liner-btn > span {
    width: calc(100% - 20px);
    padding: 13px 10px;
    left: 10px;
    font-size: clamp(16px, 5.13vw, 20px);
  }
  .liner-btn.--outlink::after {
    right: 20px;
  }
  .breadcrumbs {
    padding: 6px 0;
  }
  .breadcrumbs .container {
    padding: 0 5.13vw;
  }
}
/* ------------------------------
　　header
------------------------------ */
header {
  width: 100%;
  height: 124px;
  background: url(../img/common/bg-header.webp) no-repeat center/cover;
}
@media screen and (max-width: 1439px) {
  header {
    background: url(../img/common/bg-header.webp) no-repeat center/1440px auto;
  }
}
header .hide-bigger {
  display: none;
}

.header__top {
  width: 100%;
  height: 88px;
}
.header__top > .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__bottom {
  background: url(../img/common/bg-nav.webp) no-repeat center/cover;
}
@media screen and (max-width: 1439px) {
  .header__bottom {
    background: url(../img/common/bg-nav.webp) no-repeat center/1440px auto;
  }
}

.header__logo {
  max-width: 239px;
  margin: 0;
  line-height: 1;
}
.header__logo a {
  display: block;
}

.header__top-btn {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__nav > ul {
  width: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
.header__nav > ul::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #CCC;
  position: absolute;
  top: 9px;
  right: 0;
}
.header__nav > ul > li {
  width: 20%;
  height: 36px;
  position: relative;
}
.header__nav > ul > li:focus ul, .header__nav > ul > li:focus-within ul {
  display: block;
}
.header__nav > ul > li::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #CCC;
  position: absolute;
  top: 9px;
  left: 0;
}
.header__nav > ul > li.has-submenu {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .header__nav > ul > li.has-submenu:hover > a {
    opacity: 0.7;
  }
}
.header__nav > ul > li.has-submenu ul.-active {
  display: block;
}
.header__nav > ul > li.has-submenu > a {
  pointer-events: none;
}
.header__nav > ul > li.has-submenu > a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/common/icon-arrow-rd.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
.header__nav > ul > li > a {
  height: 100%;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
@media (hover: hover) and (pointer: fine) {
  .header__nav > ul > li > a:hover {
    opacity: 0.7;
  }
}
.header__nav > ul > li ul {
  display: none;
  position: relative;
  z-index: 6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__nav > ul > li ul li {
  height: 39px;
}
.header__nav > ul > li ul li a {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%;
  background: #6F5544;
  color: #FFF;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1050px) {
  .header__nav > ul > li ul li a:hover {
    background: #D93205;
  }
}
.header__nav > ul > li ul li a[target=_blank] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav > ul > li ul li a[target=_blank]::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon-outlink-bw.svg) no-repeat center/cover;
  display: inline-block;
  margin-left: 10px;
}
.header__nav > ul > li ul li + li {
  border-top: 1px solid #C1AFA3;
}

.toggle-btn {
  display: none;
}

@media (hover: hover) and (pointer: fine) and (max-width: 1049px) {
  .header__nav > ul > li.has-submenu li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1049px) {
  header {
    height: 72px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  header .hide-bigger {
    display: block;
  }
  header .hide-smaller {
    display: none;
  }
  .header__top {
    height: 100%;
    padding: 0 0 0 10px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  }
  .header__top > .container {
    padding: 0;
  }
  .header__bottom {
    display: none;
    background: url(../img/common/bg-tone02.webp) no-repeat center/1440px auto;
    width: 100%;
    height: 100vh;
    overflow-x: scroll;
    padding: 0 0 72px;
    position: fixed;
    top: 72px;
    left: 0;
    z-index: 9999;
  }
  .header__bottom.is-opened {
    display: block;
  }
  .header__logo {
    max-width: 215px;
  }
  .toggle-btn {
    display: inline-block;
    background: url(../img/common/bg-tone02.webp) no-repeat center/1440px auto;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 72px;
    height: 72px;
  }
  .toggle-btn[aria-expanded=true] .icon-toggle-menu {
    background: transparent;
  }
  .toggle-btn[aria-expanded=true] .icon-toggle-menu::before {
    -webkit-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
  .toggle-btn[aria-expanded=true] .icon-toggle-menu::after {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
  .icon-toggle-menu {
    position: relative;
    display: block;
    width: 36px;
    height: 3px;
    background: #6F5544;
    margin: 14px auto;
    -webkit-transition: 0.1s all;
    transition: 0.1s all;
  }
  .icon-toggle-menu::before, .icon-toggle-menu::after {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 3px;
    background: #6F5544;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .icon-toggle-menu::before {
    top: 11px;
  }
  .icon-toggle-menu::after {
    bottom: 11px;
  }
  .header__nav.container {
    padding: 0;
  }
  .header__nav > ul {
    display: block;
    font-size: 16px;
  }
  .header__nav > ul::after {
    content: none;
  }
  .header__nav > ul > li {
    width: 100%;
    height: auto;
  }
  .header__nav > ul > li::before {
    width: 100%;
    height: 1px;
    background: #C1BAB6;
    top: 0;
  }
  .header__nav > ul > li a {
    width: 100%;
    height: auto;
    line-height: 1;
    padding: 24px clamp(20px, 7.69vw, 30px);
    text-align: left;
    display: block;
  }
  .header__nav > ul > li ul {
    background: url(../img/common/bg-tone01.webp) no-repeat center/1440px auto;
    -webkit-transition: unset;
    transition: unset;
    padding: 10px clamp(20px, 7.69vw, 30px);
  }
  .header__nav > ul > li ul li {
    height: auto;
  }
  .header__nav > ul > li ul li + li {
    border: none;
  }
  .header__nav > ul > li ul li a {
    background: transparent;
    color: #333;
    display: block;
    text-align: left;
    padding: 13px 18px;
  }
  .header__nav > ul > li ul li a[target=_blank] {
    display: block;
    text-align: left;
  }
  .header__nav > ul > li.has-submenu > a::after {
    width: 20px;
    height: 20px;
    top: 22px;
    right: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header__nav > ul > li.has-submenu.is-opened > a::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .header__nav > ul > li.has-submenu li a {
    position: relative;
  }
  .header__nav > ul > li.has-submenu li a::before {
    content: "";
    width: 10px;
    height: 16px;
    background: url(../img/common/icon-triangle-rd.svg) no-repeat center/cover;
    position: absolute;
    left: 0;
  }
  .header__bottom-btn {
    background: url(../img/common/bg-tone03.webp) no-repeat center/1440px auto;
    padding: 35px clamp(30px, 10.26vw, 40px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__bottom-btn.hide-bigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__bottom-btn a:nth-child(n+3) {
    margin-top: 20px;
  }
  .header__bottom-btn a:nth-child(2n) {
    margin-left: 20px;
  }
  .header__bottom-btn .shop-btn, .header__bottom-btn .contact-btn {
    width: 310px;
    height: 64px;
    font-size: 24px;
    font-weight: 500;
    border: 1px solid #FFF;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: block;
  }
  .header__bottom-btn .shop-btn > span, .header__bottom-btn .contact-btn > span {
    padding: 0 0 0 80px;
  }
  .header__bottom-btn .shop-btn > span::before, .header__bottom-btn .contact-btn > span::before {
    width: 40px;
    height: 32px;
    left: 21px;
  }
  .header__bottom-btn .shop-btn > span::after, .header__bottom-btn .contact-btn > span::after {
    height: 40px;
    left: 80px;
  }
  .header__bottom-btn .outlink-btn {
    width: 310px;
    height: 64px;
    font-size: 18px;
    padding: 16px 20px;
    display: block;
  }
  .header__bottom-btn .outlink-btn::after {
    width: 21px;
    height: 21px;
    right: 21px;
  }
}
@media screen and (max-width: 719px) {
  .header__bottom-btn.hide-bigger {
    display: -ms-grid;
    display: grid;
  }
  .header__bottom-btn a {
    display: block;
  }
  .header__bottom-btn a + a {
    margin-top: 20px;
  }
  .header__bottom-btn a:nth-child(n+3) {
    margin-top: 20px;
  }
  .header__bottom-btn a:nth-child(2n) {
    margin-left: 0;
  }
}
/* ------------------------------
　　footer
------------------------------ */
footer {
  background: url(../img/common/bg-tone03.webp) no-repeat center/cover;
}
@media screen and (max-width: 1439px) {
  footer {
    background: url(../img/common/bg-tone03.webp) no-repeat center/1440px auto;
  }
}
footer > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer small {
  font-size: 10px;
  line-height: 32px;
  text-align: center;
  display: block;
  border-top: 1px solid #6F5544;
}

.footer__contact {
  padding: clamp(30px, 4.17vw, 60px) 5% clamp(30px, 4.17vw, 60px) 0;
}
.footer__contact p {
  line-height: 2;
}
.footer__contact .contact-btn.--bigger > span {
  display: block;
}

.footer__contact-title {
  color: #6F5544;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  margin: 0 auto 10px;
}

.footer__link {
  padding: clamp(30px, 3.47vw, 50px) 0 clamp(30px, 3.47vw, 50px) 6.67%;
  border-left: 1px solid #6F5544;
  min-width: 645px;
}
.footer__link .outlink-btn + .outlink-btn {
  margin-left: 20px;
}

.footer__link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.footer__nav + .footer__nav {
  margin-left: 22px;
}
.footer__nav li a {
  display: block;
  text-align: left;
  line-height: 1;
  padding: 13px 18px;
  border-bottom: 1px solid transparent;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .footer__nav li a:hover {
    border-bottom: 1px solid #6F5544;
    opacity: 1;
  }
}
.footer__nav li a::before {
  content: "";
  width: 10px;
  height: 16px;
  background: url(../img/common/icon-triangle-rd.svg) no-repeat center/cover;
  position: absolute;
  left: 0;
}

.page-top-btn {
  width: 48px;
  height: 48px;
  background: #FE6D48;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: none;
  -webkit-transition: 0s;
  transition: 0s;
}
.page-top-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(94deg, #6F5544 0%, #000 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.page-top-btn:hover::before {
  opacity: 0;
}
.page-top-btn img {
  position: relative;
  top: 7px;
  left: 14px;
}

@media screen and (max-width: 1149px) {
  footer {
    background: url(../img/common/bg-tone03.webp) no-repeat center/cover;
  }
  footer > .container {
    display: block;
  }
  footer .hide-smaller {
    display: none;
  }
  .footer__contact {
    padding: 50px 0 40px;
    text-align: center;
  }
  .footer__contact .contact-btn.--bigger .hide-smaller {
    display: none;
  }
  .footer__link-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__link {
    border: none;
    padding: 0 0 40px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  footer {
    background: url(../img/common/bg-footer_sp.webp) no-repeat center/cover;
  }
  .footer__link {
    min-width: auto;
  }
  .footer__link-inner {
    display: block;
    margin-bottom: 40px;
  }
  .footer__contact p {
    text-align: left;
  }
  .footer__contact-title {
    font-size: 28px;
  }
  .footer__link {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-top: 1px solid #6F5544;
  }
  .footer__link .outlink-btn + .outlink-btn {
    margin: 20px auto 0;
  }
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__nav + .footer__nav {
    margin-left: 0;
  }
  .footer__nav li {
    width: 50%;
    border-bottom: 1px solid #6F5544;
  }
  .footer__nav li:nth-child(odd) {
    border-right: 1px solid #6F5544;
  }
  .footer__nav li a {
    line-height: 1.5;
    padding: clamp(10px, 4.36vw, 21px) 5.38% clamp(10px, 4.36vw, 21px) 17.4%;
    font-size: clamp(12px, 3.58vw, 14px);
  }
  .footer__nav li a::before {
    top: clamp(10px, 5.1vw, 25px);
    left: 8.2%;
  }
}
/* ------------------------------
　　top
------------------------------ */
.mv {
  position: relative;
}

.mv__main-title {
  width: 35.28vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .mv__main-title {
    width: 84.62vw;
  }
}
.top__news {
  padding: 70px 0;
}

.top__news-inner {
  background: url(../img/common/bg-tone01.webp) no-repeat center/1440px auto;
  border-radius: 24px;
  padding: 30px 4.17%;
}

.top__news-title {
  display: inline-block;
  color: #6F5544;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.33;
  text-transform: uppercase;
  margin: 0 30px 30px 0;
}
.top__news-title::first-letter {
  color: #D93205;
}
.top__news-title + .btn {
  margin-top: 10px;
  float: right;
}

@media screen and (min-width: 768px) {
  .top__news-list {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 2.9% 1fr 2.9% 1fr 2.9% 1fr;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 2.9%;
       -moz-column-gap: 2.9%;
            column-gap: 2.9%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top__news-list li a:hover {
    opacity: 0.7;
  }
}

.top__news-img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}

.news-time {
  margin-right: 10px;
}

.news-cate {
  color: #FE6D48;
  display: inline-block;
}
.news-cate a {
  color: #FE6D48;
}
.news-cate.category-child {
  font-size: 12px;
  font-family: "Shippori Mincho", serif;
  color: #6F5544;
  text-align: center;
  line-height: 26px;
  border: 1px solid #6F5544;
  border-radius: 20px;
  padding: 0 10px;
  margin: 10px 5px 0 0;
}
.news-cate.category-child a {
  color: #6F5544;
}

.top__news-txt {
  margin: 15px 0 20px;
}
.top__news-txt p {
  margin: 8px 0 0;
}

.splide__pagination li + li {
  margin-left: 5px;
}

.splide__pagination__page {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #D93205;
  background: #FFF;
}
.splide__pagination__page.is-active {
  background: #D93205;
}

@media screen and (max-width: 767px) {
  .top__news {
    padding: 40px 0 45px;
  }
  .top__news > .container {
    padding: 0 5.13%;
  }
  .top__news-inner {
    padding: 30px 8.57%;
  }
  .top__news-title {
    font-size: clamp(28px, 8.2vw, 32px);
    margin: 0 20px 20px 0;
  }
  .top__news-title + .btn {
    margin-top: 4px;
  }
  .top__news-txt {
    margin: 20px 3.44% 20px;
  }
  .top__news-txt p {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
  }
}
@media screen and (max-width: 370px) {
  .top__news-title {
    margin-bottom: 0;
  }
  .top__news-title + .btn {
    float: none;
    display: block;
    margin: 10px 0 20px auto;
  }
}
.top__about {
  padding: 100px 0 0;
}
@media screen and (max-width: 1439px) {
  .top__about {
    padding: clamp(80px, 6.94vw, 100px) 0 0;
  }
}

.top__about-inner {
  width: 89.03vw;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top__about-title {
  margin: 0 5.55vw 0 0;
}
.top__about-title img {
  width: 14.03vw;
}

.top__about-content {
  margin-top: 5.56vw;
  width: 69.44vw;
}
.top__about-content p {
  line-height: 2;
  margin: 40px 15.28vw 45px 0;
}
.top__about-content .btn {
  display: block;
  margin: 0 15.28vw 0 auto;
}

.top__about-movie video {
  aspect-ratio: 1000/650;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.67vw 0 0 1.67vw;
}

@media screen and (max-width: 767px) {
  .top__about {
    padding: 50px 0 60px;
  }
  .top__about-inner {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top__about-title {
    margin: 0 auto;
  }
  .top__about-title img {
    width: 72.56vw;
  }
  .top__about-content {
    margin: 40px 0 0 7.69vw;
    width: 100%;
  }
  .top__about-content p {
    margin: 30px 7.69vw 35px 0;
  }
  .top__about-movie video {
    border-radius: 6.15vw 0 0 6.15vw;
  }
}
.top__reason {
  padding: 72px 0 120px;
  position: relative;
}
.top__reason::before, .top__reason::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.top__reason::before {
  width: clamp(240px, 22.22vw, 320px);
  aspect-ratio: 320/168;
  background: url(../img/common/section-deco01.webp) no-repeat center/cover;
  top: -8px;
  left: 30px;
}
.top__reason::after {
  width: clamp(180px, 18.26vw, 263px);
  aspect-ratio: 264/129;
  background: url(../img/common/section-deco02.webp) no-repeat center/cover;
  bottom: 40px;
  right: 50px;
}

.top__reason-inner {
  margin-left: 8.33vw;
  background: url(../img/common/bg-tone02.webp) no-repeat center/cover;
  border-radius: 24px 0 0 24px;
  padding: clamp(60px, 5.56vw, 80px) 4.17% clamp(60px, 6.67vw, 96px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .top__reason-inner {
    background: url(../img/common/bg-tone02.webp) no-repeat center/1440px auto;
  }
}
.top__reason-inner figure {
  width: 56.25vw;
  margin: 0 clamp(20px, 3.47vw, 50px) 0 -8.33vw;
}

.top__reason-text {
  width: 520px;
  min-width: 400px;
}
.top__reason-text p {
  line-height: 2;
}
.top__reason-text .btn {
  display: block;
  margin: 40px 0 0 auto;
}

.top__reason-title {
  color: #6F5544;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(34px, 2.78vw, 40px);
  font-weight: 400;
  line-height: 1.75;
  margin: 20px auto;
}
.top__reason-title span {
  color: #D93205;
  font-size: 56px;
  line-height: 1;
}

@media screen and (max-width: 889px) {
  .top__reason {
    padding: clamp(50px, 5vw, 72px) 0 clamp(60px, 8.33vw, 120px);
  }
  .top__reason:before, .top__reason::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .top__reason {
    padding: 10px 0 60px;
  }
  .top__reason-inner {
    margin-left: 5.13vw;
    padding: 40px 8.12%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top__reason-inner figure {
    width: 94.1vw;
    margin: -60px 5.13vw 0 -5.13vw;
  }
  .top__reason-text {
    width: 100%;
    min-width: auto;
  }
  .top__reason-text .btn {
    margin: 30px auto 0;
  }
  .top__reason-title {
    font-size: clamp(22px, 8.21vw, 32px);
  }
  .top__reason-title span {
    font-size: clamp(38px, 12.31vw, 48px);
    margin-left: clamp(40px, 20.51vw, 80px);
  }
}
.top__shop {
  margin: 60px 0 120px;
  aspect-ratio: 144/36;
  background: url(../img/top/shop-bg_pc.webp) no-repeat center/cover;
}
.top__shop > .container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.top__shop .hide-bigger {
  display: none;
}

.top__shop-text p {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(20px, 1.94vw, 28px);
  font-weight: 300;
  margin: 0;
}
.top__shop-text p span {
  display: inline-block;
}
.top__shop-text p span:first-child {
  background: #6F5544;
  color: #FFF;
  padding: 0 0 0 11px;
}
.top__shop-text p span:nth-of-type(2) {
  background: #FFF;
  color: #6F5544;
  font-size: clamp(32px, 2.78vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  padding: 4px 0 4px 11px;
  margin-top: 16px;
}
.top__shop-text .btn {
  margin-top: clamp(20px, 2.78vw, 40px);
}

.top__shop-list {
  width: 42.86%;
  margin: 0;
  position: absolute;
  top: -60px;
  right: 30px;
}

@media screen and (max-width: 889px) {
  .top__shop {
    margin: 0;
    padding: 40px 0 50px;
    aspect-ratio: auto;
    background: url(../img/common/bg-tone02.webp) no-repeat center/1440px auto;
    position: relative;
  }
  .top__shop::after {
    content: "";
    width: 100vw;
    aspect-ratio: 144/36;
    background: url(../img/top/shop-bg_pc.webp) no-repeat center top/cover;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .top__shop > .container {
    text-align: center;
  }
  .top__shop .hide-bigger {
    display: block;
  }
  .top__shop .hide-smaller {
    display: none;
  }
  .top__shop .btn {
    margin: 0 auto;
  }
  .top__shop-text {
    width: 100%;
  }
  .top__shop-list {
    width: 100%;
    position: initial;
    margin: 30px auto;
  }
  .top__shop-list img {
    width: clamp(200px, 89.74vw, 400px);
  }
}
@media screen and (max-width: 767px) {
  .top__shop::after {
    aspect-ratio: 1/1;
    background: url(../img/top/shop-bg_sp.webp) no-repeat center top/cover;
  }
  .top__shop > .container {
    padding: 0 5.13vw;
  }
  .top__shop-text p {
    font-size: clamp(18px, 6.15vw, 24px);
  }
  .top__shop-text p span:nth-of-type(2) {
    font-size: clamp(20px, 7.18vw, 28px);
  }
}
.top__development {
  margin: clamp(100px, 14.79vw, 213px) 0 20px;
}

.top__development-inner {
  width: 83%;
  margin: 0 auto;
  padding: 65px 30px 60px;
  border-radius: 24px;
  background: url(../img/common/bg-tone02.webp) no-repeat center/1440px auto;
  text-align: center;
  position: relative;
}

.top__development-title {
  color: #6F5544;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(32px, 2.78vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  margin: 0 auto 30px;
}
.top__development-title span {
  color: #D93205;
  background: #FFF;
  padding: 4px 10px 4px 11px;
  display: inline-block;
  position: relative;
  left: -12px;
}
.top__development-title + p {
  line-height: 2;
  margin-bottom: 35px;
}

.top__development-btn {
  width: 128.2%;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .top__development {
    margin: 83px 0 60px;
  }
  .top__development > .container {
    padding: 0 5.33%;
  }
  .top__development-inner {
    width: 100%;
    padding: 60px 4.29% 50px;
  }
  .top__development-title {
    font-size: clamp(24px, 8.21vw, 32px);
    margin: 0 auto 25px;
    margin-left: 5.83vw;
  }
  .top__development-title span {
    margin: 15px 0 0 0;
    font-size: clamp(26px, 9.23vw, 36px);
    padding: 5px 11px 8px 16px;
  }
  .top__development-title + p {
    margin-bottom: 28px;
  }
  .top__development-btn {
    width: 100%;
  }
}
.top__recruit {
  margin: clamp(50px, 6.94vw, 100px) 0;
  padding: clamp(40px, 4.17vw, 60px) 0;
  background: url(../img/top/recruit-bg_pc.webp) no-repeat center/cover;
}
.top__recruit > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top__recruit-text {
  width: 46.67%;
}

.top__recruit-title {
  font-family: "Shippori Mincho", serif;
  color: #6F5544;
  font-size: clamp(30px, 2.78vw, 40px);
  font-weight: 400;
  margin: 0 auto 30px;
}
.top__recruit-title .top-title {
  color: #D93205;
  font-size: clamp(20px, 1.67vw, 24px);
  display: block;
  line-height: 1.5;
}
.top__recruit-title + p {
  line-height: 2;
  margin: 0;
}

.top__recruit-btn {
  width: 48.5%;
}
.top__recruit-btn > a {
  display: block;
}
.top__recruit-btn > a + a {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .top__recruit {
    padding: 50px 0;
    margin: 60px 0;
    background: url(../img/top/recruit-bg_sp.webp) no-repeat center/cover;
  }
  .top__recruit > .container {
    display: block;
  }
  .top__recruit-text {
    width: 100%;
  }
  .top__recruit-title {
    text-align: center;
    font-size: clamp(24px, 7.69vw, 30px);
    margin: 0 auto 12px;
  }
  .top__recruit-title .top-title {
    font-size: clamp(18px, 5.13vw, 20px);
  }
  .top__recruit-btn {
    width: 100%;
    margin: 30px 0 0;
    padding: 0 5px;
  }
  .top__recruit-btn > a + a {
    margin-top: 20px;
  }
}
/* ------------------------------
　　about
------------------------------ */
section[class^=about__]:last-of-type {
  margin-bottom: 80px;
}

.about__commit {
  padding: 60px 0;
  background: linear-gradient(109deg, #070B0C 37.17%, #C1AFA3 100%);
  color: #FFF;
  position: relative;
}
.about__commit::before {
  content: "";
  width: 400px;
  aspect-ratio: 40/21;
  background: url(../img/about/commit-deco.png) no-repeat center/cover;
  position: absolute;
  top: 20px;
  right: 20px;
}

.about__commit-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 4.17vw;
  position: relative;
}

.about__commit-txtWrap {
  max-width: 640px;
}
.about__commit-txtWrap p {
  margin: 0;
}

.about__commit-title {
  font-size: clamp(30px, 2.78vw, 40px);
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  line-height: 1.75;
  margin: 0 auto 30px;
}

.about__commit-image {
  width: clamp(400px, 49.09vw, 707px);
  position: relative;
  left: -4.17vw;
  bottom: -60px;
}

@media screen and (max-width: 1049px) {
  .about__commit {
    background: linear-gradient(109deg, #070B0C 48%, #C1AFA3 100%);
  }
  .about__commit-txtWrap {
    max-width: 100%;
    padding-bottom: 32.8vw;
  }
  .about__commit-image {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .about__commit {
    padding: 50px 0 55px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #070B0C), to(#C1AFA3));
    background: linear-gradient(180deg, #070B0C 50%, #C1AFA3 100%);
  }
  .about__commit::before {
    width: 74.36vw;
    right: 10px;
  }
  .about__commit-inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__commit-txtWrap {
    max-width: 100%;
    padding: 0;
    display: contents;
  }
  .about__commit-txtWrap p {
    padding: 40px 40px 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .about__commit-title {
    font-size: clamp(24px, 7.18vw, 28px);
    text-align: center;
    letter-spacing: 0.2em;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about__commit-image {
    position: initial;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about__charm {
  padding: 80px 0;
}

.about__charm-item {
  padding: 50px 4.17%;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.about__charm-item + .about__charm-item {
  margin-top: 40px;
}

.about__charm-txtWrap {
  width: 45.45%;
  min-width: 360px;
}
.about__charm-txtWrap p {
  margin: 0;
}
.about__charm-txtWrap .btn {
  margin-top: 40px;
}

.about__charm-title {
  font-size: clamp(27px, 2.22vw, 32px);
  font-family: "Shippori Mincho", serif;
  color: #6F5544;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto 38px;
}
.about__charm-title .f-red {
  color: #D93205;
}

.about__charm-image {
  width: 50.9%;
  aspect-ratio: 551/368;
  margin-left: 3.64%;
  position: relative;
  background: linear-gradient(177deg, #FE6D48 0%, #EB4B27 48.45%, #D90505 99.77%);
}
.about__charm-image img {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 6px;
  left: 6px;
}

@media screen and (max-width: 767px) {
  .about__charm {
    padding: 36px 0 60px;
  }
  .about__charm-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 6.06% 33px;
  }
  .about__charm-item + .about__charm-item {
    margin-top: 20px;
  }
  .about__charm-txtWrap {
    width: 100%;
    min-width: 100%;
    display: contents;
  }
  .about__charm-txtWrap p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .about__charm-txtWrap .btn {
    margin-top: 24px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .about__charm-title {
    font-size: clamp(20px, 6.15vw, 24px);
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about__charm-image {
    width: 100%;
    margin: 0 auto 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/* ------------------------------
　　philosophy
------------------------------ */
.philosophy__intro {
  padding: 60px 0;
}

.philosophy__intro-inner {
  padding: 60px 30px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}

.philosophy__intro-title {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(27px, 2.22vw, 32px);
  font-weight: 400;
  color: #6F5544;
  line-height: 1.28;
  text-align: center;
  margin: 0 auto 40px;
}

.philosophy__intro-slogan {
  width: clamp(600px, 55.56vw, 800px);
  margin: 0 auto 30px;
}
.philosophy__intro-slogan + p {
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .philosophy__intro {
    padding: 50px 0;
  }
  .philosophy__intro-inner {
    padding: 50px 6.1%;
  }
  .philosophy__intro-title {
    font-size: clamp(25px, 7.18vw, 28px);
  }
  .philosophy__intro-slogan {
    width: 100%;
    margin: 0 auto 25px;
  }
  .philosophy__intro-slogan + p {
    text-align: left;
  }
}
.philosophy__history {
  padding: 100px 0 80px;
  background: url(../img/philosophy/history-bg_pc.webp) no-repeat center top/100% auto;
  position: relative;
}
.philosophy__history::before, .philosophy__history::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.philosophy__history::before {
  width: clamp(240px, 22.22vw, 320px);
  aspect-ratio: 320/168;
  background: url(../img/common/section-deco01.webp) no-repeat center/cover;
  top: 40px;
  left: 30px;
}
.philosophy__history::after {
  width: clamp(180px, 18.26vw, 263px);
  aspect-ratio: 264/129;
  background: url(../img/common/section-deco02.webp) no-repeat center/cover;
  bottom: 40px;
  right: 30px;
}

.philosophy__history-inner {
  padding: 60px 6%;
  border-radius: 24px;
  background: url(../img/common/bg-tone01.webp) no-repeat center/cover;
}
@media screen and (max-width: 1439px) {
  .philosophy__history-inner {
    background: url(../img/common/bg-tone01.webp) no-repeat center/1440px auto;
  }
}

.philosophy__history-title {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(28px, 2.22vw, 32px);
  font-weight: 400;
  color: #6F5544;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin: 0 auto 50px;
}
.philosophy__history-title + p {
  line-height: 2;
}

.history-list-wrap {
  margin-top: 30px;
}

.history-list-title {
  color: #6F5544;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 500;
  padding: 20px 0;
  margin: 0;
  line-height: 1;
  border-bottom: 1px solid #6F5544;
}

.history-list li {
  padding: 16px 20px;
  border-bottom: 1px solid #C1AFA3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.history-list li .timeline-date {
  width: 240px;
}
.history-list li .timeline-date + p {
  padding-top: 2px;
  max-width: 560px;
  width: 100%;
}
.history-list li p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .philosophy__history {
    padding: 40px 0 20px;
    background: url(../img/philosophy/history-bg_sp.webp) no-repeat center top/100% auto;
  }
  .philosophy__history::before, .philosophy__history::after {
    content: none;
  }
  .philosophy__history-inner {
    padding: 45px 6.1% 40px;
    background: url(../img/common/bg-tone01.webp) repeat-y center/1440px auto;
  }
  .philosophy__history-title {
    font-size: clamp(25px, 7.18vw, 28px);
    margin: 0 auto 30px;
  }
  .philosophy__history-title::first-line {
    font-size: clamp(20px, 6.15vw, 24px);
  }
  .philosophy__history-title + p {
    line-height: 1.7;
  }
  .history-list-wrap {
    margin-top: 20px;
  }
  .history-list-title {
    font-size: 20px;
  }
  .history-list li {
    padding: 20px 0;
  }
  .history-list li .timeline-date {
    width: 144px;
  }
  .history-list li .timeline-date + p {
    width: calc(100% - 144px);
  }
}
.about__link-wrap {
  padding: 60px 0;
  margin-bottom: 80px;
  background: url(../img/common/bg-tone02.webp) no-repeat center/cover;
}
@media screen and (max-width: 1439px) {
  .about__link-wrap {
    background: url(../img/common/bg-tone02.webp) no-repeat center/1440px auto;
  }
}

@media screen and (max-width: 767px) {
  .about__link-wrap {
    padding: 30px 0;
    margin-bottom: 60px;
  }
}
/* ------------------------------
　　reason
------------------------------ */
section[class^=reason__]:last-of-type {
  margin-bottom: 80px;
}

.reason__intro {
  padding: 60px 0 160px;
  position: relative;
}
.reason__intro::before, .reason__intro::after {
  content: "";
  position: absolute;
}
.reason__intro::before {
  width: clamp(240px, 22.22vw, 320px);
  aspect-ratio: 320/168;
  background: url(../img/common/section-deco01.webp) no-repeat center/cover;
  top: 40px;
  left: 30px;
}
.reason__intro::after {
  width: clamp(180px, 18.33vw, 264px);
  aspect-ratio: 264/129;
  background: url(../img/common/section-deco02.webp) no-repeat center/cover;
  top: 40px;
  right: 30px;
}
.reason__intro p {
  margin: 35px auto 0;
}

.reason__intro-title {
  color: #6F5544;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(30px, 2.78vw, 40px);
  font-weight: 400;
  margin: 0 auto 40px;
}

.reason__intro-image {
  width: clamp(400px, 38.89vw, 560px);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .reason__intro {
    padding: 50px 0 100px;
  }
  .reason__intro::before {
    width: clamp(100px, 38.46vw, 150px);
    top: 20px;
    left: 20px;
  }
  .reason__intro::after {
    content: none;
  }
  .reason__intro .container {
    padding: 0 12.82vw;
  }
  .reason__intro p {
    margin: 30px auto 0;
  }
  .reason__intro-title {
    font-size: clamp(24px, 7.18vw, 28px);
    font-weight: 500;
    letter-spacing: 0.2em;
    margin: 0 auto 30px;
  }
  .reason__intro-image {
    width: 100%;
  }
}
.reason__point {
  padding: 0 0 80px;
}

.reason__point-list {
  margin-top: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reason__point-list li {
  width: 48.75%;
  border-radius: 16px;
  border: 1px solid #C1AFA3;
  background: #FFF;
  padding: 30px 2.5%;
}
.reason__point-list li:nth-child(2n) {
  margin-left: 2.5%;
}
.reason__point-list li:nth-child(n+3) {
  margin-top: 30px;
}

.reason__point-image {
  width: 100%;
  aspect-ratio: 525/355;
  position: relative;
  background: linear-gradient(177deg, #FE6D48 0%, #EB4B27 48.45%, #D90505 99.77%);
}
.reason__point-image img {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 6px;
  left: 6px;
}

.reason__point-title {
  color: #6F5544;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(27px, 2.22vw, 32px);
  line-height: 1.5;
  margin: 30px auto 25px;
}
.reason__point-title .f-red {
  color: #D93205;
}
.reason__point-title + p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .reason__point {
    padding: 0 0 60px;
  }
  .reason__point-list {
    margin-top: -60px;
  }
  .reason__point-list li {
    width: 100%;
    padding: 32px 6.1%;
  }
  .reason__point-list li:nth-child(2n) {
    margin-left: 0;
  }
  .reason__point-list li:nth-child(n+3) {
    margin-top: 21px;
  }
  .reason__point-list li + li {
    margin-top: 21px;
  }
  .reason__point-list li p {
    font-size: 16px;
  }
  .reason__point-title {
    font-size: clamp(22px, 6.15vw, 24px) !important;
    margin: 20px auto 15px;
  }
}
.reason__material {
  padding: 60px 0 80px;
}

.reason__material-inner {
  padding: 50px 3.33%;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}

.reason__material-title {
  font-size: 28px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #6F5544;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 auto 40px;
}
.reason__material-title .f-red {
  color: #D93205;
  font-size: 20px;
  display: block;
}
.reason__material-title strong {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
}

.reason__material-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reason__material-list li {
  width: 48.66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reason__material-list li:nth-child(n+3) {
  margin-top: 30px;
}
.reason__material-list li:nth-child(2n) {
  margin-left: 2.68%;
}

.reason__material-image {
  width: 42.39%;
  margin-right: 4.4%;
}

.reason__material-txtWrap {
  width: 53.21%;
  min-width: 252px;
}

.reason__material-headline {
  color: #6F5544;
  font-size: clamp(14px, 1.11vw, 16px);
  display: block;
  margin: 0;
}

@media screen and (max-width: 999px) {
  .reason__material-list li {
    display: block;
  }
  .reason__material-list li .border-title {
    text-align: center;
    font-size: clamp(20px, 6.15vw, 24px);
  }
  .reason__material-image {
    width: 71.96%;
    margin: 0 auto 20px;
  }
  .reason__material-txtWrap {
    width: 100%;
    min-width: 100%;
  }
  .reason__material-headline {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  section[class^=reason__]:last-of-type {
    margin-bottom: 60px;
  }
  .reason__material {
    padding: 50px 0 60px;
  }
  .reason__material-inner {
    padding: 50px 6.1% 25px;
  }
  .reason__material-title {
    font-size: clamp(18px, 5.13vw, 20px);
    margin: 0 auto 30px;
  }
  .reason__material-title .f-red {
    font-size: clamp(16px, 4.62vw, 18px);
    margin: 0 auto 0.3em;
  }
  .reason__material-title strong {
    font-size: clamp(24px, 7.18vw, 28px);
    line-height: 1.7;
  }
  .reason__material-list li {
    width: 100%;
  }
  .reason__material-list li:nth-child(2n) {
    margin: 25px 0 0;
  }
  .reason__material-list li:nth-child(n+3) {
    margin-top: 25px;
  }
  .reason__material-image {
    width: 100%;
  }
  .reason__material-headline {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
/* ------------------------------
　　development
------------------------------ */
section[class^=development__]:last-of-type {
  margin-bottom: 80px;
}

.page-title:has(+ .development__intro) h1 {
  font-size: clamp(20px, 6.15vw, 24px);
  letter-spacing: 0.2em;
}

.development__intro {
  padding: 60px 0 80px;
}

.development__intro-inner {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 30px;
}
.development__intro-inner > * {
  max-width: 880px;
  margin: 0 auto;
}

.development__intro-title {
  color: #6F5544;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: clamp(28px, 2.22vw, 32px);
  text-align: center;
  margin: 0 auto 40px;
}
.development__intro-title strong {
  color: #D93205;
  font-size: clamp(32px, 2.5vw, 36px);
  font-weight: 500;
}

.development__intro-dataWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.27% 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 20px 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-column-gap: 2.27%;
     -moz-column-gap: 2.27%;
          column-gap: 2.27%;
  row-gap: 20px;
  margin-top: 40px;
}

.development__intro-dataWrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.development__intro-dataWrap > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.development__intro-dataWrap > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.development__intro-dataWrap > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.development__intro-data {
  border: 1px solid #C1AFA3;
  background: #FFF;
  padding: 20px 7.1% 30px;
}
.development__intro-data.--01 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.development__intro-data.--02 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  grid-row: 2/2;
}
.development__intro-data.--03 {
  -ms-grid-column: 2;
  grid-column: 2/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.development__intro-data .top-deco-list {
  margin-left: 6.16%;
}
.development__intro-data .top-deco-list li {
  font-size: 18px;
}
.development__intro-data .top-deco-list li::before {
  top: 0.5em;
}

.development__intro-graph {
  margin: 40px auto 10px;
  max-width: 292px;
}

@page {
  margin: 10mm;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    -webkit-column-break-before: always;
       -moz-column-break-before: always;
            break-before: always;
    zoom: 0.75;
  }
  body header, body footer {
    display: none;
  }
  body .scroll-up {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  body .page-break {
    -webkit-column-break-before: page;
       -moz-column-break-before: page;
            break-before: page;
  }
}
@media screen and (max-width: 767px) {
  section[class^=development__]:last-of-type {
    margin-bottom: 60px;
  }
  .development__intro {
    padding: 50px 0 60px;
  }
  .development__intro-inner {
    padding: 50px 6.1%;
  }
  .development__intro-title {
    font-size: clamp(24px, 7.18vw, 28px);
    margin: 0 auto 25px;
  }
  .development__intro-title strong {
    font-size: clamp(28px, 8.2vw, 32px);
  }
  .development__intro-dataWrap {
    display: block;
    margin-top: 30px;
  }
  .development__intro-data + .development__intro-data {
    margin-top: 10px;
  }
  .development__intro-data .top-deco-list {
    margin-left: 0;
  }
  .development__intro-data .top-deco-list li {
    font-size: 16px;
  }
  .development__intro-data .top-deco-list li::before {
    top: 0.4em;
  }
  .development__intro-graph {
    margin: 24px auto 0;
  }
}
.development__brand {
  padding: 80px 0;
}

.development__brand-title {
  color: #6F5544;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(24px, 1.94vw, 28px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2em;
  margin: 0 auto 50px;
}
.development__brand-title .f-red {
  color: #D93205;
  font-size: clamp(18px, 1.39vw, 20px);
  display: block;
  margin: 0 auto 10px;
}
.development__brand-title strong {
  font-size: clamp(34px, 2.78vw, 40px);
  font-weight: 500;
  display: block;
  margin: 5px 0 0;
}

.development__brand-item {
  border-bottom: 1px solid #ccc;
  padding: 40px 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.development__brand-item:first-of-type {
  border-top: 1px solid #ccc;
}

.development__brand-textWrap {
  width: 46.88%;
  margin-right: 4.17%;
}
.development__brand-textWrap + figure {
  width: 48.95%;
}
.development__brand-textWrap p {
  margin: 0;
}

.development__brand-name {
  color: #D93205;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(20px, 1.39vw, 24px);
  font-weight: 400;
  margin: 10px 0 15px;
}

@media screen and (max-width: 767px) {
  .development__brand {
    padding: 80px 0 50px;
  }
  .development__brand-title {
    font-size: clamp(20px, 6.15vw, 24px);
    margin: 0 auto 35px;
  }
  .development__brand-title .f-red {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .development__brand-title strong {
    font-size: clamp(22px, 7.18vw, 28px);
  }
  .development__brand-item {
    padding: 32px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .development__brand-textWrap {
    width: 100%;
    margin-right: 0;
    display: contents;
  }
  .development__brand-textWrap > img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
  }
  .development__brand-textWrap p {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    font-size: 16px;
  }
  .development__brand-textWrap + figure {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 87.88%;
    margin: 0 auto 24px;
  }
  .development__brand-name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: clamp(20px, 6.15vw, 24px);
    text-align: center;
    margin: 10px 0 18px;
  }
}
.development__link {
  padding: 60px 0;
}

.development__link-item {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 4.92% 50px 4.17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.development__link-item + .development__link-item {
  margin-top: 40px;
}

.development__link-textWrap {
  width: 45.83%;
  margin-right: 3.67%;
}
.development__link-textWrap + figure {
  width: 50.47%;
}
.development__link-textWrap p {
  margin: 0;
}
.development__link-textWrap .btn {
  margin-top: 35px;
}

.development__link-title {
  color: #6F5544;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(24px, 2.22vw, 32px);
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto 30px;
}
.development__link-title .f-red {
  color: #D93205;
}

@media screen and (max-width: 767px) {
  .development__link {
    padding: 40px 0;
  }
  .development__link-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .development__link-textWrap {
    display: contents;
    padding: 40px 6.1%;
  }
  .development__link-item {
    padding: 35px 6.1% 40px;
  }
  .development__link-title {
    font-size: clamp(24px, 7.18vw, 28px);
    margin: 0 0 32px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .development__link-textWrap p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .development__link-textWrap .btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 30px;
  }
  .development__link-textWrap + figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin: 0 auto 30px;
  }
}
.development__contact {
  margin: 80px 0 0;
  padding: 60px 0;
  color: #FFF;
  background: url(../img/development/contact-bg_pc.webp) no-repeat center/cover;
}
.development__contact > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.development__contact .liner-btn {
  width: 48.33%;
  height: clamp(118px, 10.42vw, 150px);
}

.development__contact-textWrap {
  width: 47.92%;
  padding-left: 8.33%;
  margin-right: 3.75%;
}

.development__contact-title {
  font-size: clamp(26px, 2.22vw, 32px);
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  margin: 0 auto 20px;
}
.development__contact-title + p {
  margin: 0;
}

@media screen and (max-width: 999px) {
  .development__contact-textWrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .development__contact {
    margin: 60px 0 0;
    padding: 40px 0;
    background: url(../img/development/contact-bg_sp.webp) no-repeat center/cover;
  }
  .development__contact > .container {
    display: block;
  }
  .development__contact .liner-btn {
    width: 100%;
    height: 118px;
  }
  .development__contact-textWrap {
    width: 100%;
    margin: 0 auto 30px;
  }
  .development__contact-title {
    font-size: clamp(24px, 7.18vw, 28px);
  }
}
/* ------------------------------
　　development
------------------------------ */
section[class^=inquiry__]:last-of-type {
  margin-bottom: 80px;
}

.inquiry__content {
  padding: 60px 0;
}

.inquiry__content-inner {
  padding: 50px 4%;
}

.inquiry__content-title {
  font-weight: 400;
  margin: 0 auto 30px;
}

.inquiry__content-item {
  max-width: 880px;
  margin: 0 auto;
}
.inquiry__content-item:first-of-type {
  margin-top: 50px;
}
.inquiry__content-item:first-of-type .inquiry__item-flex p {
  width: 42%;
  min-width: 370px;
  margin: 0;
}
.inquiry__content-item:first-of-type .contact-btn {
  margin-left: 3.41%;
}
.inquiry__content-item + .inquiry__content-item {
  margin-top: 60px;
}
.inquiry__content-item .border-title {
  margin-bottom: 35px;
}

.inquiry__item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inquiry__content-list {
  margin-top: 30px;
}
.inquiry__content-list p:last-of-type {
  margin-bottom: 0;
}

.inquiry__list-title {
  margin: 0 auto 5px;
}

.inquiry__list-details {
  font-size: 18px;
  margin: 0;
}

.inquiry__list-tel {
  position: relative;
  padding-left: 30px;
  margin: 8px 0;
}
.inquiry__list-tel::before {
  content: "";
  width: 20px;
  height: 21px;
  background: url(../img/common/icon-tel-bw.svg) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 4px;
}

.inquiry__list-mail {
  position: relative;
  padding-left: 30px;
  margin: 8px 0;
}
.inquiry__list-mail::before {
  content: "";
  width: 20px;
  height: 14px;
  background: url(../img/common/icon-mail-bw.svg) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 8px;
}

@media print {
  .inquiry__content-item:first-of-type .contact-btn .hide-smaller {
    display: none;
  }
}
@media screen and (max-width: 1149px) {
  .inquiry__content-item:first-of-type .contact-btn .hide-smaller {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section[class^=inquiry__]:last-of-type {
    margin-bottom: 60px;
  }
  .inquiry__content {
    padding: 50px 0 60px;
  }
  .inquiry__content-inner {
    padding: 50px 6.1% 40px;
  }
  .inquiry__content-item:first-of-type {
    margin-top: 40px;
  }
  .inquiry__content-item:first-of-type .inquiry__item-flex p {
    min-width: 100%;
  }
  .inquiry__content-item:first-of-type .contact-btn {
    margin: 24px auto 0;
  }
  .inquiry__content-item.inquiry__content-item {
    margin-top: 50px;
  }
  .inquiry__content-item .border-title {
    margin-bottom: 20px;
  }
  .inquiry__content-title {
    margin: 0 auto 25px;
  }
  .inquiry__item-flex {
    display: block;
  }
  .inquiry__list-title {
    font-size: 18px;
  }
  .inquiry__list-details {
    font-size: 16px;
  }
}
/* ------------------------------
　　company
------------------------------ */
.company__info {
  padding: 60px 0;
}

.company__info-inner {
  padding: 50px 8.33%;
}

.company__info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company__info-content > figure {
  width: 24%;
  margin-right: 3%;
}

.company__info-text {
  width: 73%;
  margin-top: -0.5em;
}
.company__info-text p {
  margin: 0;
}

.company__info-name {
  text-align: right;
  color: #6F5544;
  margin: 35px auto 0;
}
.company__info-name span {
  color: #333;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 767px) {
  .company__info {
    padding: 50px 0 60px;
  }
  .company__info .document-title {
    margin-bottom: 25px;
  }
  .company__info-inner {
    padding: 50px 6.1% 40px;
  }
  .company__info-content {
    display: block;
  }
  .company__info-content > figure {
    width: 68.97%;
    margin: 0 auto 32px;
  }
  .company__info-text {
    width: 100%;
  }
  .company__info-name {
    margin: 20px auto 0 !important;
  }
  .company__info-name span {
    font-size: 20px;
  }
}
.company__profile {
  padding: 80px 0 60px;
  position: relative;
}
.company__profile::before, .company__profile::after {
  content: "";
  position: absolute;
}
.company__profile::before {
  width: clamp(240px, 22.22vw, 320px);
  aspect-ratio: 320/168;
  background: url(../img/common/section-deco01.webp) no-repeat center/cover;
  top: 40px;
  left: 30px;
}
.company__profile::after {
  width: clamp(180px, 18.33vw, 264px);
  aspect-ratio: 264/129;
  background: url(../img/common/section-deco02.webp) no-repeat center/cover;
  bottom: 30px;
  right: 30px;
}
.company__profile > .container {
  position: relative;
  z-index: 2;
}
.company__profile + .top__recruit {
  margin-top: 0;
}

.company__profile-inner {
  background: #FFF;
}

.company__profile-table .text-indent-5 {
  padding-left: 5em;
}

@media screen and (max-width: 767px) {
  .company__profile {
    padding: 50px 0 60px;
  }
  .company__profile::before, .company__profile::after {
    content: none;
  }
  .company__profile-inner {
    padding: 45px 6.1% 50px;
  }
  .company__profile-table .text-indent-5 {
    padding-left: 0;
  }
}
/* ------------------------------
　　shop
------------------------------ */
section[class^=shop__]:last-of-type {
  margin-bottom: 80px;
}

.shop__index {
  padding: 60px 0 0;
}

.shop__search {
  padding: 60px 0;
}

.shop__search-header {
  margin: 0;
}
.shop__search-header.open .shop__search-toggle {
  border-radius: 8px 8px 0 0;
}
.shop__search-header.open .shop__search-toggle .icon-search {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.shop__search-header.open + .shop__search-body {
  display: block;
}

.shop__search-body {
  background: #FFF;
  padding: 50px 4% 70px;
  border-radius: 0 0 8px 8px;
  display: none;
}

.shop__search-toggle {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  background: #6F5544;
  color: #FFF;
  width: 100%;
  border-radius: 8px;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 56px;
  position: relative;
}
.shop__search-toggle img {
  display: inline-block;
  margin: 18px 10px;
}
.shop__search-toggle .icon-search {
  width: 24px;
  height: 24px;
  background: url(../img/common/icon-arrow-wh.svg) no-repeat center/cover;
  position: absolute;
  top: 16px;
  right: 40px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.shop__search-main:nth-of-type(n + 2) {
  margin-top: 40px;
}
.shop__search-main.--area .shop__search-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.26% 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3.26%;
     -moz-column-gap: 3.26%;
          column-gap: 3.26%;
  row-gap: 25px;
}

.shop__search-list li {
  display: inline-block;
  margin: 0 20px 5px 0;
}
.shop__search-list li input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFFFFF;
  border: solid 1px #C1AFA3;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  margin: 0 9px 0 0;
  vertical-align: -2px;
}
.shop__search-list li input[type=checkbox]::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  -webkit-mask: url("../img/common/icon-check.svg") no-repeat center/contain;
          mask: url("../img/common/icon-check.svg") no-repeat center/contain;
  background-color: #FFF;
}
.shop__search-list li input[type=checkbox]:checked {
  background: #FE6D48;
  border: solid 1px #FE6D48;
}
.shop__search-list li input[type=checkbox]:checked::before {
  opacity: 1;
}

.shop-area-parent > strong {
  color: #6F5544;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px;
  display: block;
  padding-left: 10px;
  position: relative;
}
.shop-area-parent > strong::before {
  content: "";
  width: 5px;
  height: 16px;
  background: url(../img/common/icon-polygon.png) no-repeat center/cover;
  position: absolute;
  top: 8px;
  left: 0;
}

.search-btn-wrap {
  margin: 30px auto 0;
  text-align: center;
}
.search-btn-wrap button {
  border: none;
}

@media screen and (max-width: 767px) {
  .shop__search {
    padding: 50px 0 60px;
  }
  .shop__search-toggle {
    font-size: clamp(18px, 5.13vw, 20px);
  }
  .shop__search-toggle .icon-search {
    right: 16px;
  }
  .shop__search-body {
    padding: 30px 6.1% 40px;
  }
  .shop__search-main:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .shop__search-main.--area .shop__search-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5px;
  }
  .shop__search-list li {
    margin: 0 20px 10px 0;
  }
  .shop__search-list li input[type=checkbox] {
    margin: 0 5px 0 0;
  }
}
.shop__index-count {
  font-size: 16px;
}

.shop__index-list {
  border-top: 1px solid #C1AFA3;
  margin-bottom: 60px;
}
.shop__index-list li {
  border-bottom: 1px solid #C1AFA3;
  padding: 20px calc(6.8% + 102px) 20px 3.4%;
  position: relative;
}
.shop__index-list li p {
  margin: 0.3em 0;
}

.shop__index-title {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(18px, 1.39vw, 20px) !important;
  font-weight: 400;
  color: #D93205;
  margin: 0 auto !important;
}

.shop__index-tel {
  position: relative;
}
.shop__index-tel::before {
  content: "";
  width: 20px;
  height: 21px;
  display: inline-block;
  background: url(../img/common/icon-tel-bw.svg) no-repeat center/cover;
  margin-right: 10px;
  vertical-align: -4px;
}

.shop__index-link {
  position: absolute;
  right: 3.4%;
  bottom: 20px;
}
.shop__index-link a {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  color: #6F5544;
  border-bottom: 1px solid #6F5544;
  padding: 8px 5px;
}
.shop__index-link a::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/icon-arrow-rd.svg) no-repeat center/cover;
  display: inline-block;
  vertical-align: -3px;
  margin-left: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.shop__index-link a:hover {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}
.shop__index-link a:hover::after {
  background: url(../img/common/icon-arrow-bw.svg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .shop__index, .shop__single {
    padding: 50px 0 0;
  }
  .shop__index-list {
    margin-bottom: 50px;
  }
  .shop__index-list li {
    padding: 20px 0;
  }
  .shop__index-list li p {
    font-size: 16px;
  }
  .shop__index-title {
    font-size: clamp(18px, 5.13vw, 20px) !important;
  }
  .shop__index-link {
    position: initial;
    text-align: right;
  }
}
.shop__single {
  padding: 60px 0 80px;
}

.shop__single-inner .btn {
  display: block;
  margin: 60px auto 0;
}

.shop__single-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #6F5544;
  letter-spacing: 0.2em;
  font-size: clamp(28px, 2.22vw, 32px);
  line-height: 1.3;
  text-align: center;
  margin: 0 auto 50px;
}
.shop__single-title .single-cat {
  display: block;
  color: #D93205;
  font-size: 20px;
  margin: 0 auto 5px;
  letter-spacing: 0.2em;
}

.shop__single-table {
  width: 100%;
  border-top: 1px solid #C1AFA3;
}
.shop__single-table th, .shop__single-table td {
  border-bottom: 1px solid #C1AFA3;
  vertical-align: text-top;
  text-align: left;
}
.shop__single-table th a, .shop__single-table td a {
  display: inline-block;
  color: #005BAC;
  text-decoration: underline;
}
.shop__single-table th {
  padding: 20px;
  width: 31.82%;
}
.shop__single-table th.icon-title::before {
  top: 28px;
}
.shop__single-table td {
  padding: 20px 20px 20px 0;
}
.shop__single-table td.tel a {
  color: #333;
  text-decoration: none;
}

.shop__single-map {
  width: 100%;
  height: 420px;
  margin: 60px auto 0;
  overflow: hidden;
}
.shop__single-map iframe {
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
}

@media screen and (max-width: 767px) {
  .shop__single {
    padding: 50px 0 60px;
  }
  .shop__single-inner {
    padding: 50px 6.1% 60px;
  }
  .shop__single-inner .btn {
    margin-top: 32px;
  }
  .shop__single-title {
    font-size: clamp(26px, 7.18vw, 28px);
    margin: 0 auto 25px;
  }
  .shop__single-title .single-cat {
    font-size: clamp(16px, 4.62vw, 18px);
  }
  .shop__single-table th {
    padding: 20px 5.5% 20px 10px;
    width: calc(100px + 4.1vw);
  }
  .shop__single-table th.icon-title::before {
    top: 26px;
  }
  .shop__single-table td {
    padding: 20px 0;
  }
  .shop__single-map {
    width: 100%;
    height: 55.9vw;
    margin: 32px auto 0;
  }
}
/* ------------------------------
　　contact
------------------------------ */
.contact__form {
  padding-bottom: 80px;
}
.contact__form .bg-tone02.bg-tone02 {
  background: url(../img/common/bg-tone02.webp) no-repeat center/cover;
}
@media screen and (max-width: 1439px) {
  .contact__form .bg-tone02.bg-tone02 {
    background: url(../img/common/bg-tone02.webp) repeat-y center/1440px auto;
  }
}
.contact__form .document-title {
  margin: 0 auto 35px;
}
.contact__form .document-title + p {
  text-align: center;
}
.contact__form .bg-wht-wrap {
  margin-top: 50px;
}
.contact__form .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 20px auto;
}
.contact__form .button-wrap > .btn {
  margin-left: 20px;
}

.contact__form-inner {
  padding: 60px 0 80px;
}

.contact__form-table {
  width: 100%;
}
.contact__form-table p {
  margin: 0;
}
.contact__form-table th, .contact__form-table td {
  text-align: left;
  vertical-align: top;
  padding: 20px 0;
}
.contact__form-table th {
  width: 240px;
}
.contact__form-table th .label-required {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1px 6px;
  margin-left: 10px;
  color: #fff;
  background: #FE6D48;
}
.contact__form-table td ul {
  margin-top: 20px;
  font-size: 14px;
  color: #D93205;
}
.contact__form-table td ul li {
  text-indent: -1em;
  padding-left: 1em;
  word-break: auto-phrase;
}
.contact__form-table td ul li p {
  margin: 0;
}
.contact__form-table input[type=text], .contact__form-table input[type=email], .contact__form-table input[type=tel] {
  min-height: 40px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 14px;
  background: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 0;
}
.contact__form-table input[type=text]::-webkit-input-placeholder, .contact__form-table input[type=email]::-webkit-input-placeholder, .contact__form-table input[type=tel]::-webkit-input-placeholder {
  color: #969696;
}
.contact__form-table input[type=text]::-moz-placeholder, .contact__form-table input[type=email]::-moz-placeholder, .contact__form-table input[type=tel]::-moz-placeholder {
  color: #969696;
}
.contact__form-table input[type=text]:-ms-input-placeholder, .contact__form-table input[type=email]:-ms-input-placeholder, .contact__form-table input[type=tel]:-ms-input-placeholder {
  color: #969696;
}
.contact__form-table input[type=text]::-ms-input-placeholder, .contact__form-table input[type=email]::-ms-input-placeholder, .contact__form-table input[type=tel]::-ms-input-placeholder {
  color: #969696;
}
.contact__form-table input[type=text]::placeholder, .contact__form-table input[type=email]::placeholder, .contact__form-table input[type=tel]::placeholder {
  color: #969696;
}
.contact__form-table input[type=file] {
  min-width: 300px;
}
.contact__form-table input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
  display: block;
  background: #FFF url(../img/common/icon-arrow-bw.svg) no-repeat top 9px right 10px/16px auto;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
  height: 36px;
  border: 1px solid #6F5544;
  color: #6F5544;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 42px 0 16px;
  font-size: 14px;
  line-height: 36px;
  text-align: left;
  border-radius: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact__form-table input[type=file]::file-selector-button {
  cursor: pointer;
  display: block;
  background: #FFF url(../img/common/icon-arrow-bw.svg) no-repeat top 9px right 10px/16px auto;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
  height: 36px;
  border: 1px solid #6F5544;
  color: #6F5544;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 42px 0 16px;
  font-size: 14px;
  line-height: 36px;
  text-align: left;
  border-radius: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .contact__form-table input[type=file]::-webkit-file-upload-button:hover {
    color: #FFF;
    background: #6F5544 url(../img/common/icon-arrow-wh.svg) no-repeat top 9px right 10px/16px auto;
  }
  .contact__form-table input[type=file]::file-selector-button:hover {
    color: #FFF;
    background: #6F5544 url(../img/common/icon-arrow-wh.svg) no-repeat top 9px right 10px/16px auto;
  }
}
.contact__form-table select {
  min-height: 40px;
  max-width: 100%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 34px 0 14px;
  background: #fff url(../img/common/icon-select.svg) no-repeat right 16px top 13px;
  border: 1px solid #D5D5D5;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.contact__form-table select::-ms-expand {
  display: none;
}
.contact__form-table textarea {
  width: 100%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 14px;
  background: #fff;
  border: 1px solid #D5D5D5;
  line-height: 1.7;
  border-radius: 0;
}
.contact__form-table textarea::-webkit-input-placeholder {
  color: #969696;
}
.contact__form-table textarea::-moz-placeholder {
  color: #969696;
}
.contact__form-table textarea:-ms-input-placeholder {
  color: #969696;
}
.contact__form-table textarea::-ms-input-placeholder {
  color: #969696;
}
.contact__form-table textarea::placeholder {
  color: #969696;
}
.contact__form-table .col-6 {
  width: 47.62%;
}
.contact__form-table .col-10 {
  width: 79.37%;
}

.contact__form-note {
  font-weight: 400;
  font-size: 14px;
  margin: 3px 0 0 !important;
}

.contact__form-bottom {
  padding: 40px 0 0;
  text-align: center;
}
.contact__form-bottom p {
  margin: 0;
}
.contact__form-bottom p + p {
  margin-top: 30px;
}
.contact__form-bottom p.privacy-text a {
  color: #005BAC;
  text-decoration: underline;
}
.contact__form-bottom .wpcf7-list-item {
  font-size: 18px;
}
.contact__form-bottom .wpcf7-spinner {
  display: none;
}
.contact__form-bottom input[type=checkbox] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  border: 1px solid #555;
  border-radius: 0;
  margin-right: 10px;
}

.form-btn {
  border-radius: 32px;
  width: 357px;
  height: 64px;
  border: none;
  padding: 0;
  cursor: pointer;
}
.form-btn.--brown {
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 60px auto 0;
  background: #6F5544 url(../img/common/icon-arrow-wh.svg) no-repeat right 16px top 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .form-btn.--brown:hover {
    background: #C1AFA3 url(../img/common/icon-arrow-wh.svg) no-repeat right 16px top 20px;
  }
}
.form-btn input {
  cursor: pointer;
}
.form-btn input.back_button {
  display: inline-block !important;
  background: none;
  border: none;
  position: relative;
  border-radius: 32px;
  width: 357px;
  height: 64px;
  font-size: 18px;
  color: #6F5544;
}
@media (hover: hover) and (pointer: fine) {
  .form-btn input.back_button:hover {
    color: #FFF;
  }
}
.form-btn input[type=submit] {
  background: none;
  border: none;
  position: relative;
  border-radius: 32px;
  width: 357px;
  height: 64px;
  font-size: 18px;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .contact__form {
    padding-bottom: 50px;
  }
  .contact__form .document-title {
    margin: 0 auto 25px;
  }
  .contact__form .document-title + p {
    text-align: left;
  }
  .contact__form .bg-wht-wrap {
    margin-top: 30px;
  }
  .contact__form .button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 auto 20px;
  }
  .contact__form .button-wrap > .btn {
    margin: 0 auto;
  }
  .contact__form .button-wrap > .btn:first-child {
    margin-top: 20px;
  }
  .contact__form-inner {
    padding: 50px 0 60px;
  }
  .contact__form-table tr:first-child th {
    margin-top: 0;
  }
  .contact__form-table th, .contact__form-table td {
    display: block;
    padding: 0;
  }
  .contact__form-table th {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 15px;
  }
  .contact__form-table td ul {
    margin-top: 12px;
    font-size: 12px;
  }
  .contact__form-table .col-6, .contact__form-table .col-10 {
    width: 100%;
  }
  .contact__form-table input[type=file] {
    min-width: 100%;
    width: 100%;
  }
  .contact__form-note {
    font-size: 12px;
  }
  .contact__form-bottom p + p {
    margin-top: 25px;
  }
  .contact__form-bottom .wpcf7-list-item {
    font-size: clamp(14px, 4.1vw, 16px);
    margin: 0;
    max-width: 100%;
    text-align: left;
    padding-left: 30px;
    text-indent: -30px;
  }
  .contact__form-bottom input[type=checkbox] {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  .form-btn {
    width: 280px;
    height: 56px;
    margin: 0 auto;
  }
  .form-btn.--brown {
    margin-top: 30px;
  }
  .form-btn input.back_button {
    width: 280px;
    height: 56px;
  }
  .form-btn input[type=submit] {
    width: 280px;
    height: 56px;
  }
}
/* ------------------------------
　　news
------------------------------ */
.news__index, .news__single {
  margin-bottom: 80px;
}

.news__index-inner, .news__single-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news__index-main, .news__single-main {
  width: 76%;
  margin-right: 2%;
}

.news__index-list li {
  border-bottom: 1px solid #C1AFA3;
  padding: 30px 3.95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news__list-img {
  width: 150px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.news__index-title {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(17px, 1.39vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  margin: 10px auto 20px;
}

.news__index-textWrap {
  width: calc(100% - 170px);
}

.news__index-link {
  text-align: right;
}
.news__index-link a {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  color: #6F5544;
  border-bottom: 1px solid #6F5544;
  padding: 10px 5px;
}
.news__index-link a:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/icon-arrow-rd.svg) no-repeat center/cover;
  display: inline-block;
  vertical-align: -3px;
  margin-left: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .news__index-link a:hover {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  .news__index-link a:hover::after {
    background: url(../img/common/icon-arrow-bw.svg) no-repeat center/cover;
  }
}

.news__index-pager {
  margin-top: 50px;
}

.news__index-side {
  width: 22%;
  background: url(../img/common/bg-tone02.webp) repeat-y center/1440px auto;
  border-radius: 16px;
  padding: 24px 1.5%;
}
.news__index-side .icon-title {
  margin: 0 auto 5px;
  font-size: 18px;
}
.news__index-side .icon-title::before {
  top: 8px;
}

.index-side-item + .index-side-item {
  margin-top: 24px;
}

.index-side-list {
  border-top: 1px solid #C1AFA3;
}
.index-side-list li {
  border-bottom: 1px solid #C1AFA3;
}
.index-side-list li a {
  display: block;
  color: #6F5544;
  font-size: 16px;
  padding: 5px 36px 5px 9px;
  position: relative;
}
.index-side-list li a::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/icon-indexList.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (hover: hover) and (pointer: fine) {
  .index-side-list li a:hover {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
}

.pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-list li {
  width: 32px;
  height: 32px;
  border: 1px solid #6F5544;
  margin-right: 5px;
}
.pagination-list li:last-child {
  margin-right: 0;
}
.pagination-list li a, .pagination-list li > span {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
}
@media (hover: hover) and (pointer: fine) {
  .pagination-list li a:hover, .pagination-list li > span:hover {
    background: #6F5544;
    color: #FFF;
  }
}
.pagination-list li a.current, .pagination-list li > span.current {
  text-decoration: underline;
}
.pagination-list li a.prev, .pagination-list li a.next, .pagination-list li > span.prev, .pagination-list li > span.next {
  background: #6F5544;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .pagination-list li a.prev:hover, .pagination-list li a.next:hover, .pagination-list li > span.prev:hover, .pagination-list li > span.next:hover {
    background: #C1AFA3;
  }
}
.pagination-list li a.prev::before, .pagination-list li a.next::before, .pagination-list li > span.prev::before, .pagination-list li > span.next::before {
  content: "";
  width: 6px;
  height: 12px;
  background: url(../img/common/icon-pagenation.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pagination-list li a.prev::before, .pagination-list li > span.prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}

.pagination-prev-icon, .pagination-next-icon {
  background: #6F5544;
}

@media screen and (max-width: 767px) {
  .news__index-inner, .news__single-inner {
    display: block;
  }
  .news__index-main, .news__single-main {
    width: 100%;
    margin: 0 auto 60px;
  }
  .news__index-main .news-time, .news__single-main .news-time {
    font-size: 12px;
  }
  .news__index-main .news-cate, .news__single-main .news-cate {
    font-size: 12px;
  }
  .news__index-main .news-cate.category-child, .news__single-main .news-cate.category-child {
    margin: 5px 5px 0 0;
    line-height: 24px;
  }
  .news__index-list li {
    display: block;
    padding: 30px 6.1%;
  }
  .news__index-list li:first-child {
    padding-top: 20px;
  }
  .news__list-img {
    width: 100%;
    margin: 0 auto 20px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .news__index-textWrap {
    width: 100%;
  }
  .news__index-title {
    font-size: clamp(16px, 4.62vw, 18px);
    margin: 10px auto 5px;
  }
  .news__index-side {
    width: 100%;
    padding: 24px 3.85%;
  }
}
.news__single-head {
  border-bottom: 1px solid #6F5544;
  padding: 0 2.63%;
  margin-bottom: clamp(30px, 3.47vw, 50px);
}

.news__single-main h1 {
  font-size: clamp(24px, 1.94vw, 28px);
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  margin: 0;
  padding: 0.5em 0;
}
.news__single-main h2 {
  font-size: clamp(20px, 1.67vw, 24px);
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #6F5544;
  line-height: 1.5;
  margin: 50px auto 35px;
  padding: 0.5em 0;
  border-bottom: 1px solid #6F5544;
}
.news__single-main h3 {
  font-size: clamp(18px, 1.39vw, 20px);
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  color: #D93205;
  margin: 40px auto 15px;
}
.news__single-main h4 {
  color: #6F5544;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  padding-left: 10px;
  margin: 25px 0;
  position: relative;
}
.news__single-main h4::before {
  content: "";
  width: 5px;
  height: 16px;
  background: url(../img/common/icon-polygon.png) no-repeat center/cover;
  position: absolute;
  top: 8px;
  left: 0;
}
.news__single-main ul {
  padding-left: 1em;
  list-style: disc;
  margin: 1em 0;
}
.news__single-main ul li + li {
  margin-top: 0.3em;
}
.news__single-main ol {
  padding-left: 1em;
  list-style: decimal;
  margin: 1em 0;
}
.news__single-main ol li {
  padding-left: 0.3em;
}
.news__single-main ol li + li {
  margin-top: 0.3em;
}
.news__single-main > .btn {
  display: block;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .news__single-main h1 {
    font-size: clamp(22px, 1.73vw, 24px);
    padding: 0.5em 0 1em;
  }
  .news__single-main h2 {
    font-size: clamp(18px, 5.13vw, 20px);
    margin: 40px auto 25px;
    padding: 0.6em 0;
  }
  .news__single-main h3 {
    font-size: clamp(18px, 5.13vw, 20px);
    margin: 25px auto 10px;
  }
  .news__single-main h4 {
    margin: 25px 0 15px;
  }
  .news__single-head {
    width: calc(100% + 20px);
    margin: 0 -10px clamp(30px, 10.26vw, 40px);
    padding: 0 10px;
  }
}
/* ------------------------------
　　　　privacy-policy(document)
------------------------------ */
section[class^=privacy__]:last-of-type {
  margin-bottom: 80px;
}

.privacy-policy section {
  padding: 60px 0 80px;
}
.privacy-policy section + section {
  padding-top: 0;
}
.privacy-policy section h3 {
  color: #6F5544;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(20px, 1.67vw, 24px);
  font-weight: 500;
  line-height: 1.3;
  border-bottom: 1px solid #6F5544;
  margin: 0 auto 30px;
  padding: 0 0 20px;
}
.privacy-policy section h3:nth-of-type(n + 2) {
  margin-top: 60px;
}
.privacy-policy section ul {
  padding-left: 1em;
  position: relative;
}
.privacy-policy section ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  .privacy-policy section {
    padding: 50px 0 60px;
  }
  .privacy-policy section h3 {
    font-size: clamp(18px, 5.13vw, 20px);
    margin: 0 auto 20px;
    padding: 0 0 15px;
  }
  .privacy-policy section h3:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .privacy-policy .bg-wht-wrap {
    padding-bottom: 30px;
  }
}
/*# sourceMappingURL=style.css.map */