<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@keyframes slideRight {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1950px 0;
  }
}

@keyframes slideLeft {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1950px 0;
  }
}

body {
  text-size-adjust: 100%;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1;
}

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

main {
  display: block;
}

img {
  display: inline;
  height: auto;
}

table {
  border-collapse: collapse;
}

small {
  font-size: inherit;
}

@keyframes bounceRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  49.999% {
    opacity: 0;
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.c-breadcrumb {
  padding-bottom: 25px;
}

.c-breadcrumb__linkList {
  display: flex;
  flex-wrap: wrap;
}

.c-breadcrumb__linkList li {
  display: flex;
  font-size: 14px;
  padding-right: 20px;
  position: relative;
}

.c-breadcrumb__linkList li:before {
  content: '&gt;';
  position: absolute;
  right: 5px;
  top: 0;
}

.c-breadcrumb__linkList li:last-child {
  padding-right: 0;
}

.c-breadcrumb__linkList li:last-child:before {
  content: none;
}

.c-breadcrumb__linkList li a {
  color: #333;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .c-breadcrumb__linkList li a:hover {
    text-decoration: underline;
  }
}

.c-columnSummary {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  display: block;
  height: 100%;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .c-columnSummary:hover .c-columnSummary__img span {
    transform: scale(1.1);
  }
}

.c-columnSummary__img {
  overflow: hidden;
}

.c-columnSummary__img span {
  background-image: url(../img/component/column-summary/no-img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  transition: all 0.6s cubic-bezier(0.48, 0.18, 0, 0.98) 0s;
}

.c-columnSummary__img img {
  vertical-align: bottom;
  width: 100%;
}

.c-columnSummary__body {
  padding: 25px;
  position: relative;
}

.c-columnSummary__date {
  color: #808080;
  font-size: 13px;
  font-weight: 500;
}

.c-columnSummary__cat {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  right: 25px;
  top: 18px;
}

.c-columnSummary__cat span {
  align-items: center;
  display: inline-flex;
  height: 26px;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}

.c-columnSummary__ttl {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.555;
  margin-top: 10px;
}

.c-conciergeMedia {
  margin-top: 65px;
}

@media all and (min-width: 768px) {
  .c-conciergeMedia {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media all and (min-width: 768px) {
  .c-conciergeMedia.-reverse {
    flex-direction: row-reverse;
  }
}

.c-conciergeMedia + .c-conciergeMedia {
  margin-top: 30px;
}

@media all and (min-width: 768px) {
  .c-conciergeMedia__img {
    width: 43%;
  }
}

@media all and (min-width: 768px) {
  .c-conciergeMedia__body {
    width: 53.2%;
  }
}

@media screen and (max-width: 767px) {
  .c-conciergeMedia__body {
    margin-top: 30px;
  }
}

.c-conciergeMedia__heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-conciergeMedia__heading {
    font-size: 15px;
    padding-left: 20px;
  }
}

.c-conciergeMedia__heading::before {
  background-image: url(../img/component/concierge-media/kazari.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  content: '';
  height: 24px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 24px;
}

@media screen and (max-width: 767px) {
  .c-conciergeMedia__heading::before {
    background-size: 14px 14px;
    height: 14px;
    top: 5px;
    width: 14px;
  }
}

.c-conciergeMedia__txt {
  font-size: 15px;
  line-height: 1.866;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .c-conciergeMedia__txt {
    line-height: 1.733;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

@media screen and (max-width: 767px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 20px !important;
  }
}

.c-contact__sec + .c-contact__sec {
  margin-top: 45px;
  padding-top: 45px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-contact__sec + .c-contact__sec {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.c-contact__sec + .c-contact__sec::before {
  background-color: #e5e5e5;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-contact__sec + .c-contact__sec::after {
  background-color: #808080;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 118px;
}

@media screen and (max-width: 767px) {
  .c-contact__sec + .c-contact__sec::after {
    width: 95px;
  }
}

.c-contact__table {
  table-layout: fixed;
  width: 100%;
}

.c-contact__table th {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  padding-top: 10px;
  text-align: left;
  width: 200px;
}

@media all and (min-width: 768px) {
  .c-contact__table th {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-contact__table th {
    display: block;
    font-size: 15px;
  }
}

.c-contact__table th span {
  color: #d70012;
  font-size: .6em;
  vertical-align: top;
}

.c-contact__table td {
  font-size: 16px;
  line-height: 1.875;
  padding-bottom: 10px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .c-contact__table td {
    display: block;
    font-size: 15px;
    padding-top: 5px;
  }
}

.c-contact__table td input[type='text'] {
  border: 1px solid #b0b0b0;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-contact__table td input[type='text'] {
    height: 45px;
  }
}

@media all and (min-width: 768px) {
  .c-contact__table td input[type='text'].-short {
    width: 314px;
  }
}

.c-contact__table td input[type='email'] {
  border: 1px solid #b0b0b0;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-contact__table td input[type='email'] {
    height: 45px;
  }
}

.c-contact__table td textarea {
  border: 1px solid #b0b0b0;
  height: 200px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.c-contact__table td .mwform-checkbox-field {
  display: inline-block;
  margin-bottom: 25px;
}

@media all and (min-width: 768px) {
  .c-contact__table td .mwform-checkbox-field {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-contact__table td .mwform-checkbox-field {
    margin-bottom: 20px;
    margin-left: 20px !important;
  }
}

.c-contact__table td .error {
  color: #d70012;
  display: block;
  line-height: 1;
  margin-top: 10px;
}

.c-contact__checkboxes {
  margin-bottom: -25px;
}

@media screen and (max-width: 767px) {
  .c-contact__checkboxes {
    margin-bottom: -20px;
    margin-left: -20px;
  }
}

.c-contact__action {
  margin-top: 80px;
}

@media all and (min-width: 768px) {
  .c-contact__action {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .c-contact__action {
    margin-top: 40px;
    text-align: center;
  }
}

.c-contact__agree {
  color: #808080;
  font-size: 14px;
  margin-bottom: 25px;
  margin-top: -20px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-contact__agree {
    font-size: 13px;
  }
}

.c-contact__agree a {
  color: #808080;
}

@media all and (min-width: 768px) {
  .c-contact__agree a:hover {
    text-decoration: none;
  }
}

.c-contact__backBtn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
  display: flex;
  font-size: 16px;
  height: 66px;
  justify-content: center;
  position: relative;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .c-contact__backBtn {
    margin-right: 13px;
    transition: .4s;
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .c-contact__backBtn {
    font-size: 15px;
    height: 45px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
  }
}

@media all and (min-width: 768px) {
  .c-contact__backBtn:hover {
    background-color: #e5e5e5;
  }
}

.c-contact__backBtn input {
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #333;
  cursor: pointer;
  font-weight: 400;
  height: 100%;
  position: relative;
  width: 100%;
}

.mw_wp_form_input .c-contact__backBtn {
  display: none;
}

.c-contactTxt {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-contactTxt {
    font-size: 15px;
  }
}

.c-contactTxt span {
  color: #d70012;
  font-size: .6em;
  vertical-align: top;
}

.c-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

@media all and (min-width: 768px) {
  .c-container {
    max-width: 1040px;
  }
}

.c-customer {
  position: relative;
}

@media all and (min-width: 768px) {
  .c-customer {
    max-width: 715px;
    width: 71.5vw;
  }
}

@media all and (min-width: 768px) {
  .c-customer.-right {
    margin-left: auto;
  }
}

.c-customer + .c-customer {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .c-customer + .c-customer {
    margin-top: 25px;
  }
}

@media all and (min-width: 768px) {
  .c-customer__img {
    left: -50px;
    position: absolute;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-customer__img {
    text-align: center;
  }
}

.c-customer__header {
  position: relative;
}

@media all and (min-width: 768px) {
  .c-customer__header {
    margin-left: auto;
    padding-top: 140px;
    width: calc(100% - 390px);
  }
}

@media screen and (max-width: 767px) {
  .c-customer__header {
    margin-top: -25px;
  }
}

.c-customer__name {
  font-size: 22px;
  font-weight: 500;
}

.c-customer__name span {
  display: block;
  font-size: 18px;
  margin-top: 20px;
}

.c-customer__item {
  color: #b48c50;
  font-size: 14px;
  line-height: 1.642;
  margin-top: 20px;
}

.c-customer__qa {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-customer__qa {
    margin-top: 40px;
  }
}

.c-customer__qa div + div {
  margin-top: 30px;
}

.c-customer__qa dt {
  color: #b48c50;
  font-size: 16px;
  line-height: 1.687;
  padding-left: 45px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-customer__qa dt {
    font-size: 15px;
  }
}

.c-customer__qa dt span {
  align-items: center;
  color: #fff;
  display: flex;
  height: 26px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 42px;
}

.c-customer__qa dt span::before {
  border-bottom: 13px solid transparent;
  border-right: 21px solid #b48c50;
  border-top: 13px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
}

.c-customer__qa dt span::after {
  border-bottom: 13px solid transparent;
  border-left: 21px solid #b48c50;
  border-top: 13px solid transparent;
  content: '';
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: -1;
}

.c-customer__qa dd {
  font-size: 16px;
  line-height: 1.687;
  padding-left: 45px;
}

@media screen and (max-width: 767px) {
  .c-customer__qa dd {
    font-size: 15px;
  }
}

.c-customerPerson {
  margin-top: 30px;
}

@media all and (min-width: 768px) {
  .c-customerPerson {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 45px;
  }
}

@media all and (min-width: 768px) {
  .c-customerPerson__img {
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .c-customerPerson__img {
    text-align: center;
  }
}

.c-customerPerson__img img {
  vertical-align: bottom;
}

@media all and (min-width: 768px) {
  .c-customerPerson__body {
    width: calc(100% - 145px);
  }
}

@media screen and (max-width: 767px) {
  .c-customerPerson__body {
    margin-top: 15px;
  }
}

.c-customerPerson__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.928;
}

@media screen and (max-width: 767px) {
  .c-customerPerson__txt {
    font-size: 13px;
  }
}

.c-customerPerson__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.928;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .c-customerPerson__name {
    font-size: 13px;
  }
}

.c-finish__txt {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-finish__txt {
    font-size: 15px;
  }
}

.c-finish__txt + .c-finish__txt {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .c-finish__txt + .c-finish__txt {
    margin-top: 30px;
  }
}

.c-inputCheckbox label {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .c-inputCheckbox label {
    font-size: 15px;
  }
}

.c-mv {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 330px;
  padding-top: 150px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-mv {
    height: 175px;
    padding-top: 70px;
  }
}

.c-mv::before {
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-mv.-traditionalArchive {
  background-image: url(../img/component/mv/traditional-archive.jpg);
}

.c-mv.-productArchive {
  background-image: url(../img/component/mv/product-archive.jpg);
}

.c-mv.-info {
  background-image: url(../img/component/mv/info.jpg);
}

.c-mv.-column {
  background-image: url(../img/component/mv/column.jpg);
}

.c-mv.-contact {
  background-image: url(../img/component/mv/contact.jpg);
}

.c-mv.-concierge {
  background-image: url(../img/component/mv/concierge.jpg);
}

.c-mv.-customer {
  background-image: url(../img/component/mv/customer.jpg);
}

.c-mv.-notFound {
  background-image: url(../img/component/mv/not-found.jpg);
}

.c-mv__heading {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-mv__heading {
    font-size: 20px;
  }
}

.c-mv__heading::before {
  background-image: url(../img/component/mv/kazari-01.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 120px 81px;
  content: '';
  height: 81px;
  left: 50%;
  position: absolute;
  top: -70px;
  transform: translateX(-50%);
  width: 120px;
}

@media screen and (max-width: 767px) {
  .c-mv__heading::before {
    background-size: contain;
    height: 41px;
    top: -30px;
    width: 60px;
  }
}

.c-mv__heading.-traditionalSingle::before {
  background-image: url(../img/component/mv/kazari-02.svg);
  background-size: 100px 99px;
  height: 99px;
  top: -80px;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .c-mv__heading.-traditionalSingle::before {
    background-size: 50px auto;
    height: 50px;
    top: -40px;
    width: 50px;
  }
}

.c-mv__heading.-traditionalArchive::before {
  background-image: url(../img/component/mv/kazari-03.svg);
  background-size: 160px 78px;
  height: 78px;
  top: -65px;
  width: 160px;
}

@media screen and (max-width: 767px) {
  .c-mv__heading.-traditionalArchive::before {
    background-size: 50px auto;
    height: 39px;
    top: -30px;
    width: 80px;
  }
}

.c-mv__heading.-product::before {
  background-image: url(../img/component/mv/kazari-03.svg);
  background-size: 160px 78px;
  height: 78px;
  top: -65px;
  width: 160px;
}

@media screen and (max-width: 767px) {
  .c-mv__heading.-product::before {
    background-size: 50px auto;
    height: 39px;
    top: -30px;
    width: 80px;
  }
}

.c-mv__txt {
  color: #fff;
  font-size: 18px;
  margin-top: 25px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-mv__txt {
    font-size: 15px;
    margin-top: 10px;
  }
}

.c-page {
  padding-bottom: 100px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .c-page {
    padding-bottom: 60px;
    padding-top: 40px;
  }
}

.c-pager {
  margin-top: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-pager {
    margin-top: 60px;
  }
}

.c-pager .wp-pagenavi {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-pager .wp-pagenavi a {
  align-items: center;
  border: 1px solid #808080;
  color: #333;
  display: flex;
  font-size: 13px;
  height: 34px;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 11px;
  padding-right: 11px;
  text-decoration: none;
  transition: .4s;
}

@media all and (min-width: 768px) {
  .c-pager .wp-pagenavi a:hover {
    background-color: #808080;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .c-pager .wp-pagenavi a.first {
    display: none;
  }
}

.c-pager .wp-pagenavi a.previouspostslink {
  margin-right: 19px;
}

@media screen and (max-width: 767px) {
  .c-pager .wp-pagenavi a.previouspostslink {
    margin-right: 5px;
  }
}

.c-pager .wp-pagenavi a.nextpostslink {
  margin-left: 19px;
}

@media screen and (max-width: 767px) {
  .c-pager .wp-pagenavi a.nextpostslink {
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .c-pager .wp-pagenavi a.last {
    display: none;
  }
}

.c-pager .wp-pagenavi .current {
  align-items: center;
  background-color: #808080;
  color: #fff;
  display: flex;
  font-size: 13px;
  height: 34px;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 11px;
  padding-right: 11px;
  text-decoration: none;
}

.c-panel {
  background-color: #fff;
  border: 2px solid #b48c50;
  padding: 80px 73px;
}

@media screen and (max-width: 767px) {
  .c-panel {
    border-width: 1px;
    padding: 20px;
  }
}

.c-panel__action {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .c-panel__action {
    margin-top: 40px;
  }
}

.c-primaryBtn {
  align-items: center;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 66px;
  justify-content: center;
  position: relative;
  text-decoration: none;
  width: 100%;
}

@media all and (min-width: 768px) {
  .c-primaryBtn {
    transition: .4s;
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .c-primaryBtn {
    font-size: 15px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
}

@media all and (min-width: 768px) {
  .c-primaryBtn:hover {
    background-color: #FFF;
    color: #333;
  }
}

@media all and (min-width: 768px) {
  .c-primaryBtn:hover i {
    animation-delay: 0s;
    animation-duration: .4s;
    animation-fill-mode: both;
    animation-name: bounceRight;
    animation-timing-function: cubic-bezier(0.5, 0.03, 0.5, 0.9);
    background-image: url(../img/component/btn-primary/arrow-black.svg);
  }
}

@media all and (min-width: 768px) {
  .c-primaryBtn:hover input {
    color: #333;
  }
}

.c-primaryBtn.-w100 {
  width: 100% !important;
}

.c-primaryBtn span {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.c-primaryBtn i {
  background-image: url(../img/component/btn-primary/arrow-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 31px 4px;
  height: 100%;
  position: absolute;
  right: 18px;
  top: 0;
  width: 31px;
}

@media screen and (max-width: 767px) {
  .c-primaryBtn i {
    right: 15px;
  }
}

.c-primaryBtn input {
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #FFF;
  cursor: pointer;
  font-weight: 400;
  height: 100%;
  position: relative;
  width: 100%;
}

.c-productAction {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .c-productAction {
    margin-top: 40px;
  }
}

.c-productAction__btn {
  align-items: center;
  border: 1px solid #333;
  color: #333;
  display: flex;
  font-size: 16px;
  height: 66px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  width: 400px;
}

@media screen and (max-width: 767px) {
  .c-productAction__btn {
    font-size: 15px;
    height: 60px;
    max-width: 300px;
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .c-productAction__btn {
    transition: .4s;
  }
}

@media all and (min-width: 768px) {
  .c-productAction__btn:hover {
    background-color: #333;
    color: #fff;
  }
}

.c-productRecommend {
  padding-bottom: 65px;
  padding-top: 55px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-productRecommend {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.c-productRecommend::before {
  background-image: url(../img/component/product-recommend/pattern.png);
  background-size: 113px auto;
  content: '';
  height: 100%;
  opacity: .4;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.c-productRecommend__sec {
  padding-top: 64px;
}

@media screen and (max-width: 767px) {
  .c-productRecommend__sec {
    padding-top: 40px;
  }
}

.c-productRecommend__sec + .c-productRecommend__sec {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .c-productRecommend__sec + .c-productRecommend__sec {
    margin-top: 40px;
  }
}

.c-productRecommend__heading {
  font-size: 34px;
  font-weight: 500;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-productRecommend__heading {
    font-size: 20px;
  }
}

.c-productRecommend__heading::before {
  background-image: url(../img/component/product-recommend/kazari.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 160px 78px;
  content: '';
  height: 78px;
  left: 50%;
  position: absolute;
  top: -64px;
  transform: translateX(-50%);
  width: 160px;
}

@media screen and (max-width: 767px) {
  .c-productRecommend__heading::before {
    background-size: 80px auto;
    height: 39px;
    top: -40px;
    width: 80px;
  }
}

.c-productRecommend__heading span {
  color: #d70012;
}

.c-productRecommend__linkList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .c-productRecommend__linkList {
    margin-bottom: -20px;
    margin-top: 40px;
  }
}

.c-productRecommend__linkList li {
  margin-bottom: 40px;
  margin-left: 20px;
  width: calc(25% - 15px);
}

@media screen and (max-width: 767px) {
  .c-productRecommend__linkList li {
    margin-bottom: 20px;
    margin-left: 0;
    width: calc(50% - 7px);
  }
}

@media all and (min-width: 768px) {
  .c-productRecommend__linkList li:nth-child(4n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-productRecommend__linkList li:nth-child(even) {
    margin-left: 14px;
  }
}

.c-productSummary {
  display: block;
  height: 100%;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .c-productSummary:hover .c-productSummary__img span {
    transform: scale(1.1);
  }
}

.c-productSummary__img {
  overflow: hidden;
}

.c-productSummary__img span {
  background-image: url(../img/component/column-summary/no-img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  transition: all 0.6s cubic-bezier(0.48, 0.18, 0, 0.98) 0s;
}

.c-productSummary__img img {
  vertical-align: bottom;
  width: 100%;
}

.c-productSummary__heading {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-productSummary__heading {
    font-size: 14px;
    margin-top: 15px;
  }
}

.c-productSummary__price {
  color: #333;
  font-size: 12px;
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-productSummary__price {
    font-size: 10px;
    margin-top: 10px;
  }
}

.c-sec + .c-sec {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .c-sec + .c-sec {
    margin-top: 40px;
  }
}

.c-sec.-bottom {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .c-sec.-bottom {
    margin-top: 60px;
  }
}

.c-single__ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-single__ttl {
    font-size: 18px;
  }
}

.c-single__date {
  color: #808080;
  font-size: 13px;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
}

.c-single__body {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .c-single__body {
    margin-top: 40px;
  }
}

.c-single__body * + *:not(li):not(cite) {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .c-single__body * + *:not(li):not(cite) {
    margin-top: 40px;
  }
}

.c-single__body * + p {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .c-single__body * + p {
    margin-top: 30px;
  }
}

.c-single__body * + ul {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .c-single__body * + ul {
    margin-top: 30px;
  }
}

.c-single__body h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-single__body h2 {
    font-size: 15px;
    padding-left: 16px;
  }
}

.c-single__body h2::before {
  background-image: url(../img/component/single/petal.svg);
  background-position: center center;
  background-size: 33px 34px;
  content: '';
  height: 33px;
  left: 0;
  position: absolute;
  top: 0;
  width: 34px;
}

@media screen and (max-width: 767px) {
  .c-single__body h2::before {
    background-size: 15px 15px;
    height: 15px;
    top: 4px;
    width: 15px;
  }
}

.c-single__body h3 {
  background-color: #fff7ef;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding: 11px 15px;
}

@media screen and (max-width: 767px) {
  .c-single__body h3 {
    font-size: 15px;
    padding: 10px;
  }
}

.c-single__body h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-single__body h4 {
    font-size: 15px;
  }
}

.c-single__body h4::before {
  background-color: #e5e5e5;
  bottom: -10px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.c-single__body h4::after {
  background-color: #D70012;
  bottom: -10px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 118px;
}

.c-single__body h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-single__body h5 {
    font-size: 15px;
  }
}

.c-single__body h5::before {
  background-color: #e5e5e5;
  bottom: -10px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.c-single__body h5::after {
  background-color: #808080;
  bottom: -10px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 118px;
}

.c-single__body p {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .c-single__body p {
    font-size: 15px;
    line-height: 1.7333;
  }
}

.c-single__body ul li {
  font-size: 16px;
  line-height: 2;
  padding-left: 1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-single__body ul li {
    font-size: 15px;
    line-height: 1.7333;
  }
}

.c-single__body ul li::before {
  content: '・';
  left: 0;
  position: absolute;
  top: 0;
}

.c-single__body .wp-block-image {
  text-align: center;
}

.c-single__body .wp-block-table table {
  border: 1px solid #b0b0b0;
  table-layout: fixed;
  width: 100%;
}

.c-single__body .wp-block-table table th {
  background-color: #fff7ef;
  border: 1px solid #b0b0b0;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  padding: 5px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-single__body .wp-block-table table th {
    font-size: 15px;
    line-height: 1.7333;
  }
}

.c-single__body .wp-block-table table td {
  border: 1px solid #b0b0b0;
  font-size: 16px;
  line-height: 2;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .c-single__body .wp-block-table table td {
    font-size: 15px;
    line-height: 1.7333;
  }
}

@media screen and (max-width: 767px) {
  .c-single__body .wp-block-columns {
    display: block;
  }
}

@media all and (min-width: 768px) {
  .c-single__body .wp-block-column + .wp-block-column {
    margin-top: 0;
  }
}

.c-single__body .wp-block-quote {
  background-color: #FFF7EF;
  padding: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-single__body .wp-block-quote {
    padding: 30px 20px;
  }
}

.c-single__body .wp-block-quote::before {
  background-image: url(../img/component/single/quote-left.svg);
  background-position: center center;
  background-size: 28px 24px;
  content: '';
  height: 24px;
  left: 20px;
  position: absolute;
  top: -4px;
  width: 28px;
}

@media screen and (max-width: 767px) {
  .c-single__body .wp-block-quote::before {
    left: 15px;
  }
}

.c-single__body .wp-block-quote cite {
  display: block;
  font-size: 14px;
  font-style: normal;
  text-align: right;
}

.c-summary {
  display: block;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .c-summary:hover .c-summary__img span {
    transform: scale(1.1);
  }
}

.c-summary__img {
  overflow: hidden;
}

.c-summary__img span {
  background-image: url(../img/component/summary/no-img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  transition: all 0.6s cubic-bezier(0.48, 0.18, 0, 0.98) 0s;
}

.c-summary__img img {
  vertical-align: bottom;
  width: 100%;
}

.c-summary__heading {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.555;
  margin-top: 15px;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-summary__heading {
    font-size: 15px;
    margin-top: 10px;
  }
}

.c-summary__heading::before {
  background-image: url(../img/component/summary/kazari.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  content: '';
  height: 14px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 14px;
}

@media screen and (max-width: 767px) {
  .c-summary__heading::before {
    top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .c-summary__heading.-compact {
    border-bottom: 1px solid #333;
    font-size: 15px;
    padding-bottom: 5px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-summary__heading.-compact::before {
    content: none;
  }
}

.c-summary__txt {
  color: #333;
  font-size: 14px;
  line-height: 1.928;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .c-summary__txt {
    font-size: 15px;
    line-height: 1.733;
    margin-top: 5px;
  }
}

.c-summary__more {
  color: #b48c50;
  font-size: 14px;
  margin-top: 20px;
  text-decoration: underline;
}

@media all and (min-width: 768px) {
  .c-summary__more {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .c-summary__more {
    margin-top: 5px;
  }
}

.c-summary__more span {
  padding-left: 10px;
  position: relative;
}

.c-summary__more span::before {
  border-bottom: 3px solid transparent;
  border-left: 6px solid #b48c50;
  border-top: 3px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.c-tag {
  align-items: center;
  border: 1px solid #ABB8C3;
  border-radius: 13px;
  color: #333;
  display: inline-flex;
  font-size: 11px;
  height: 26px;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .c-tag:hover {
    background-color: #ABB8C3;
    color: #fff;
  }
}

.c-traditionalItem__img {
  overflow: hidden;
}

.c-traditionalItem__img span {
  background-image: url(../img/component/traditional-item/no-img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.c-traditionalItem__img img {
  vertical-align: bottom;
  width: 100%;
}

.c-traditionalItem__heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 15px;
}

@media all and (min-width: 768px) {
  .c-traditionalItem__heading {
    padding-left: 20px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .c-traditionalItem__heading {
    border-bottom: 1px solid #333;
    font-size: 15px;
    padding-bottom: 5px;
  }
}

@media all and (min-width: 768px) {
  .c-traditionalItem__heading::before {
    background-image: url(../img/component/traditional-item/kazari.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    content: '';
    height: 14px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 14px;
  }
}

.c-traditionalItem__txt p {
  font-size: 14px;
  line-height: 1.928;
  margin-top: 20px;
}

ul.p-columnArchive__catList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -14px;
}

@media screen and (max-width: 767px) {
  ul.p-columnArchive__catList {
    justify-content: space-between;
  }
}

ul.p-columnArchive__catList li {
  margin-bottom: 14px;
  width: 155px;
}

@media screen and (max-width: 767px) {
  ul.p-columnArchive__catList li {
    width: calc(50% - 7px);
  }
}

@media all and (min-width: 768px) {
  ul.p-columnArchive__catList li + li {
    margin-left: 14px;
  }
}

@media all and (min-width: 768px) {
  ul.p-columnArchive__catList li + li:nth-child(6n + 7) {
    margin-left: 0;
  }
}

ul.p-columnArchive__catList li a {
  align-items: center;
  border: 1px solid #000;
  color: #000;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 60px;
  justify-content: center;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  ul.p-columnArchive__catList li a {
    font-size: 16px;
    height: 40px;
  }
}

@media all and (min-width: 768px) {
  ul.p-columnArchive__catList li a:hover {
    text-decoration: underline;
  }
}

ul.p-columnArchive__catList li a.-here {
  background-color: #000;
  color: #fff;
}

ul.p-columnArchive__linkList {
  margin-bottom: -40px;
  margin-top: 80px;
}

@media all and (min-width: 768px) {
  ul.p-columnArchive__linkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

ul.p-columnArchive__linkList &gt; li {
  margin-bottom: 40px;
}

@media all and (min-width: 768px) {
  ul.p-columnArchive__linkList &gt; li {
    width: calc(33.333% - 28px);
  }
}

@media screen and (max-width: 767px) {
  ul.p-columnArchive__linkList &gt; li {
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 768px) {
  ul.p-columnArchive__linkList &gt; li:nth-child(3n + 2) {
    margin-left: 42px;
    margin-right: 42px;
  }
}

.p-concierge {
  margin-bottom: 80px;
}

@media all and (min-width: 768px) {
  .p-concierge {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-concierge {
    margin-bottom: 40px;
  }
}

@media all and (min-width: 768px) {
  .p-concierge::before {
    background-image: url(../img/project/concierge/bg.png);
    background-position: top center;
    background-size: 1600px 595px;
    bottom: -35px;
    content: '';
    height: 595px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
  }
}

.p-concierge__img {
  position: relative;
  text-align: center;
}

.p-cookieConsent {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 12px;
  justify-content: center;
  line-height: 1.6;
  padding: 1.2em;
  position: fixed;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .p-cookieConsent {
    flex-wrap: wrap;
  }
}

.p-cookieConsent.-show {
  visibility: visible;
}

.p-cookieConsent.-hide {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .p-cookieConsent__text {
    margin-bottom: 1em;
  }
}

.p-cookieConsent__text span.-policyLink a {
  color: #fff;
  font-size: 15px;
  text-decoration: underline;
}

.p-cookieConsent__agree,
.p-cookieConsent__reject {
  background: #b38b50;
  color: #fff;
  margin-left: 20px;
  padding: .5em 1.5em;
}

.p-cookieConsent__agree:hover,
.p-cookieConsent__reject:hover {
  cursor: pointer;
}

.p-customerAction {
  display: flex;
  justify-content: center;
  margin-top: 110px;
}

.p-indexArea {
  margin-top: 170px;
  position: relative;
}

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

@media all and (min-width: 768px) {
  .p-indexArea::before {
    background-image: url(../img/project/index-area/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1600px auto;
    content: '';
    height: 819px;
    left: 0;
    position: absolute;
    top: -55px;
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .p-indexArea__inner {
    display: flex;
    flex-wrap: wrap;
    left: 75px;
    margin-left: auto;
    max-width: 925px;
    position: absolute;
    top: 0;
  }
}

.p-indexArea__heading {
  font-size: 34px;
  font-weight: 500;
  position: relative;
}

@media all and (min-width: 768px) {
  .p-indexArea__heading {
    width: 34px;
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 767px) {
  .p-indexArea__heading {
    font-size: 20px;
    text-align: center;
  }
}

@media all and (min-width: 768px) {
  .p-indexArea__heading::before {
    background-color: #333;
    content: '';
    height: 60px;
    left: 17px;
    position: absolute;
    top: -70px;
    width: 1px;
  }
}

.p-indexArea__heading::after {
  background-image: url(../img/project/index-area/kazari.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 168px 78px;
  content: '';
  height: 78px;
  left: 50%;
  position: absolute;
  top: 355px;
  transform: translateX(-50%);
  width: 160px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-indexArea__heading::after {
    background-size: 80px auto;
    height: 39px;
    top: -40px;
    width: 80px;
  }
}

.p-indexArea__heading span {
  color: #d70012;
}

@media all and (min-width: 768px) {
  .p-indexArea__body {
    padding-left: 50px;
    padding-top: 34px;
    width: calc(100% - 34px);
  }
}

@media screen and (max-width: 767px) {
  .p-indexArea__body {
    margin-top: 30px;
  }
}

.p-indexArea__txt {
  font-size: 18px;
  line-height: 1.833;
}

@media screen and (max-width: 767px) {
  .p-indexArea__txt {
    font-size: 15px;
    line-height: 1.733;
  }
}

@media screen and (max-width: 767px) {
  ul.p-indexArea__linkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -15px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-indexArea__linkList li {
    margin-bottom: 15px;
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 767px) {
  ul.p-indexArea__linkList li a {
    align-items: center;
    border: 1px solid #333;
    border-radius: 20px;
    color: #333;
    display: flex;
    font-size: 15px;
    height: 40px;
    justify-content: center;
    text-decoration: none;
  }
}

.p-indexBnr {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-indexBnr {
    margin-top: 30px;
  }
}

@media all and (min-width: 768px) {
  .p-indexBnr__bnrList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
}

@media screen and (max-width: 767px) {
  .p-indexBnr__bnrList {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media all and (min-width: 768px) {
  .p-indexBnr__bnrList li {
    width: calc(33.333% - 20px);
  }
}

@media all and (min-width: 768px) {
  .p-indexBnr__bnrList li:nth-child(3n + 2) {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.p-indexColumn {
  padding-bottom: 80px;
}

@media all and (min-width: 768px) {
  .p-indexColumn {
    margin-top: 240px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-indexColumn {
    background-image: url(../img/project/index-column/pattern.png);
    background-size: 113px auto;
    padding-top: 70px;
  }
}

@media all and (min-width: 768px) {
  .p-indexColumn::before {
    background-image: url(../img/project/index-column/pattern.png);
    background-size: 113px auto;
    content: '';
    height: 459px;
    position: absolute;
    right: 0;
    top: -170px;
    width: 50%;
  }
}

.p-indexColumn__heading {
  font-size: 34px;
  font-weight: 500;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-indexColumn__heading {
    font-size: 20px;
  }
}

.p-indexColumn__heading::before {
  background-image: url(../img/project/index-column/kazari.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px 99px;
  content: '';
  height: 99px;
  left: 50%;
  position: absolute;
  top: -80px;
  transform: translateX(-50%);
  width: 100px;
}

@media screen and (max-width: 767px) {
  .p-indexColumn__heading::before {
    background-size: 50px auto;
    height: 50px;
    top: -40px;
    width: 50px;
  }
}

ul.p-indexColumn__linkList {
  margin-bottom: -40px;
  margin-top: 80px;
}

@media all and (min-width: 768px) {
  ul.p-indexColumn__linkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  ul.p-indexColumn__linkList {
    margin-top: 30px;
  }
}

ul.p-indexColumn__linkList &gt; li {
  margin-bottom: 40px;
}

@media all and (min-width: 768px) {
  ul.p-indexColumn__linkList &gt; li {
    width: calc(33.333% - 28px);
  }
}

@media screen and (max-width: 767px) {
  ul.p-indexColumn__linkList &gt; li {
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 768px) {
  ul.p-indexColumn__linkList &gt; li:nth-child(3n + 2) {
    margin-left: 42px;
    margin-right: 42px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-indexColumn__linkList &gt; li + li {
    margin-top: 25px;
  }
}

.p-indexColumn__action {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-indexColumn__action {
    margin-top: 40px;
  }
}

.p-indexColumn__btn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
  display: flex;
  font-size: 16px;
  height: 66px;
  justify-content: center;
  position: relative;
  text-decoration: none;
  width: 100%;
}

@media all and (min-width: 768px) {
  .p-indexColumn__btn {
    transition: .4s;
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .p-indexColumn__btn {
    background-color: #333;
    color: #fff;
    font-size: 15px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
}

@media all and (min-width: 768px) {
  .p-indexColumn__btn:hover {
    background-color: #333;
    color: #fff;
  }
}

@media all and (min-width: 768px) {
  .p-indexColumn__btn:hover i {
    animation-delay: 0s;
    animation-duration: .4s;
    animation-fill-mode: both;
    animation-name: bounceRight;
    animation-timing-function: cubic-bezier(0.5, 0.03, 0.5, 0.9);
    background-image: url(../img/project/index-column/arrow-white.svg);
  }
}

@media screen and (max-width: 767px) {
  .p-indexColumn__btn:hover i {
    background-image: url(../img/project/index-column/arrow-black.svg);
  }
}

@media all and (min-width: 768px) {
  .p-indexColumn__btn:hover input {
    color: #333;
  }
}

.p-indexColumn__btn span {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.p-indexColumn__btn i {
  background-image: url(../img/project/index-column/arrow-black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 31px 4px;
  height: 100%;
  position: absolute;
  right: 18px;
  top: 0;
  width: 31px;
}

@media screen and (max-width: 767px) {
  .p-indexColumn__btn i {
    right: 15px;
  }
}

.p-indexCustomer {
  margin-top: 60px;
  padding-bottom: 80px;
}

@media all and (min-width: 768px) {
  .p-indexCustomer {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-indexCustomer {
    background-image: url(../img/project/index-customer/pattern.png);
    background-size: 113px auto;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-top: 80px;
  }
}

@media all and (min-width: 768px) {
  .p-indexCustomer::before {
    background-image: url(../img/project/index-customer/pattern.png);
    background-size: 113px auto;
    content: '';
    height: calc(100% - 240px);
    left: 0;
    position: absolute;
    top: 55px;
    width: 87.5%;
  }
}

.p-indexCustomer__inner {
  margin-bottom: 5px;
}

@media all and (min-width: 768px) {
  .p-indexCustomer__inner {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    max-width: 925px;
  }
}

@media screen and (max-width: 767px) {
  .p-indexCustomer__inner {
    margin-bottom: 25px;
  }
}

.p-indexCustomer__heading {
  font-size: 34px;
  font-weight: 500;
  position: relative;
}

@media all and (min-width: 768px) {
  .p-indexCustomer__heading {
    width: 34px;
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 767px) {
  .p-indexCustomer__heading {
    font-size: 20px;
    text-align: center;
  }
}

@media all and (min-width: 768px) {
  .p-indexCustomer__heading::before {
    background-color: #333;
    content: '';
    height: 60px;
    left: 17px;
    position: absolute;
    top: -70px;
    width: 1px;
  }
}

.p-indexCustomer__heading::after {
  background-image: url(../img/project/index-customer/kazari.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 128px 77px;
  content: '';
  height: 77px;
  left: 50%;
  position: absolute;
  top: 187px;
  transform: translateX(-50%);
  width: 128px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-indexCustomer__heading::after {
    background-size: 64px auto;
    height: 39px;
    top: -30px;
    width: 64px;
  }
}

@media all and (min-width: 768px) {
  .p-indexCustomer__body {
    margin-right: auto;
    width: calc(100% - 34px -176px);
  }
}

@media screen and (max-width: 767px) {
  .p-indexCustomer__body {
    margin-top: 25px;
  }
}

.p-indexFaq {
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .p-indexFaq {
    margin-top: 75px;
    padding-bottom: 40px;
  }
}

@media all and (min-width: 768px) {
  .p-indexFaq__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    max-width: 925px;
  }
}

.p-indexFaq__heading {
  font-size: 34px;
  font-weight: 500;
  position: relative;
}

@media all and (min-width: 768px) {
  .p-indexFaq__heading {
    width: 34px;
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 767px) {
  .p-indexFaq__heading {
    font-size: 20px;
    text-align: center;
  }
}

@media all and (min-width: 768px) {
  .p-indexFaq__heading::before {
    background-color: #333;
    content: '';
    height: 60px;
    left: 17px;
    position: absolute;
    top: -70px;
    width: 1px;
  }
}

.p-indexFaq__heading::after {
  background-image: url(../img/project/index-faq/kazari.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 128px 77px;
  content: '';
  height: 77px;
  left: 50%;
  position: absolute;
  top: 187px;
  transform: translateX(-50%);
  width: 128px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-indexFaq__heading::after {
    background-size: 64px auto;
    height: 39px;
    top: -30px;
    width: 64px;
  }
}

@media all and (min-width: 768px) {
  .p-indexFaq__body {
    padding-left: 100px;
    padding-top: 34px;
    width: calc(100% - 34px);
  }
}

@media screen and (max-width: 767px) {
  .p-indexFaq__body {
    margin-top: 30px;
  }
}

.p-indexFaq__qa {
  border-top: 1px solid #e5e5e5;
}

.p-indexFaq__qa &gt; div {
  border-bottom: 1px solid #e5e5e5;
}

.p-indexFaq__qa dt {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  min-height: 72px;
  padding: 10px 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-indexFaq__qa dt {
    font-size: 15px;
    line-height: 1.733;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.p-indexFaq__qa dt::before {
  color: #d70012;
  content: 'Q';
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-indexFaq__qa dt::before {
    font-size: 16px;
  }
}

.p-indexFaq__qa dt::after {
  background-image: url(../img/project/index-faq/plus.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  content: '';
  height: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

@media screen and (max-width: 767px) {
  .p-indexFaq__qa dt::after {
    background-size: 13px auto;
    height: 13px;
    width: 13px;
  }
}

.p-indexFaq__qa dt.-active::after {
  background-image: url(../img/project/index-faq/minus.svg);
}

.p-indexFaq__qa dd {
  border-top: 1px dashed #e5e5e5;
  display: none;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .p-indexFaq__qa dd {
    font-size: 15px;
    line-height: 1.733;
  }
}

.p-indexFaq__qa dd div {
  align-items: center;
  display: flex;
  min-height: 72px;
  padding: 10px 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-indexFaq__qa dd div {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.p-indexFaq__qa dd div::before {
  color: #d70012;
  content: 'A';
  font-size: 18px;
  font-weight: 500;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-indexFaq__qa dd div::before {
    font-size: 16px;
  }
}

.p-indexFaq__qa dd p span {
  font-size: 14px;
}

.p-indexFaq__qa dd a {
  color: #333;
}

@media all and (min-width: 768px) {
  .p-indexFaq__qa dd a:hover {
    text-decoration: underline;
  }
}

.p-indexInfo {
  margin-top: 128px;
}

@media screen and (max-width: 767px) {
  .p-indexInfo {
    margin-top: 65px;
  }
}

@media all and (min-width: 768px) {
  .p-indexInfo__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    max-width: 925px;
  }
}

.p-indexInfo__heading {
  font-size: 34px;
  font-weight: 500;
  position: relative;
}

@media all and (min-width: 768px) {
  .p-indexInfo__heading {
    width: 34px;
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 767px) {
  .p-indexInfo__heading {
    font-size: 20px;
    padding-left: 35px;
  }
}

.p-indexInfo__heading::before {
  background-color: #333;
  content: '';
  height: 60px;
  left: 17px;
  position: absolute;
  top: -70px;
  width: 1px;
}

@media screen and (max-width: 767px) {
  .p-indexInfo__heading::before {
    height: 1px;
    left: 0;
    top: 50%;
    width: 30px;
  }
}

.p-indexInfo__heading::after {
  background-image: url(../img/project/index-info/kazari.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 228px 104px;
  content: '';
  height: 104px;
  position: absolute;
  top: 115px;
  width: 228px;
  z-index: -1;
}

@media all and (min-width: 768px) {
  .p-indexInfo__heading::after {
    left: -162px;
  }
}

@media screen and (max-width: 767px) {
  .p-indexInfo__heading::after {
    background-image: url(../img/project/index-info/kazari-sp.png);
    background-size: 91px auto;
    height: 41px;
    right: 0;
    top: -5px;
    width: 91px;
  }
}

@media all and (min-width: 768px) {
  .p-indexInfo__body {
    padding-left: 100px;
    width: calc(100% - 34px);
  }
}

@media screen and (max-width: 767px) {
  .p-indexInfo__body {
    margin-top: 30px;
  }
}

ul.p-indexInfo__linkList {
  border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  ul.p-indexInfo__linkList {
    margin-top: 25px;
  }
}

ul.p-indexInfo__linkList li {
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  font-size: 16px;
  line-height: 2;
  padding-bottom: 20px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  ul.p-indexInfo__linkList li {
    font-size: 15px;
    line-height: 1.7333;
  }
}

@media all and (min-width: 768px) {
  ul.p-indexInfo__linkList li {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-indexInfo__linkList li {
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

ul.p-indexInfo__linkList li a {
  color: #333;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  ul.p-indexInfo__linkList li a {
    padding-left: 110px;
  }
}

@media all and (min-width: 768px) {
  ul.p-indexInfo__linkList li a:hover {
    text-decoration: underline;
  }
}

ul.p-indexInfo__linkList li a span {
  font-size: 14px;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  ul.p-indexInfo__linkList li a span {
    left: 0;
    line-height: 2.285;
    position: absolute;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  ul.p-indexInfo__linkList li a span {
    display: block;
  }
}

.p-indexInfo__more {
  margin-top: 20px;
  text-align: right;
}

.p-indexInfo__more a {
  color: #333;
  font-size: 14px;
  padding-right: 25px;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-indexInfo__more a {
    font-size: 12px;
  }
}

.p-indexInfo__more a::before {
  background-image: url(../img/project/index-info/arrow.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  content: '';
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

@media all and (min-width: 768px) {
  .p-indexInfo__more a:hover {
    text-decoration: underline;
  }
}

.p-indexIntro {
  background-image: url(../img/project/index-intro/bg.jpg);
  background-position: center center;
  background-size: cover;
  border-bottom: 5px solid #d70012;
  margin-top: 100px;
  padding-bottom: 190px;
  padding-top: 160px;
}

@media all and (min-width: 768px) {
  .p-indexIntro {
    background-attachment: fixed;
  }
}

@media screen and (max-width: 767px) {
  .p-indexIntro {
    border-bottom-width: 3px;
    padding-bottom: 60px;
    padding-top: 100px;
  }
}

.p-indexIntro__heading {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-indexIntro__heading {
    font-size: 20px;
  }
}

.p-indexIntro__heading::before {
  background-image: url(../img/project/index-intro/kazari.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 170px 110px;
  content: '';
  height: 110px;
  left: 50%;
  position: absolute;
  top: -55px;
  transform: translateX(-50%);
  width: 170px;
}

@media screen and (max-width: 767px) {
  .p-indexIntro__heading::before {
    background-size: 85px auto;
    height: 55px;
    top: -30px;
    width: 85px;
  }
}

.p-indexIntro__lead {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-top: 45px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-indexIntro__lead {
    font-size: 20px;
    line-height: 1.7;
  }
}

@media all and (min-width: 768px) {
  .p-indexIntro__body {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.p-indexIntro__txt {
  color: #fff;
  font-size: 18px;
  line-height: 1.777;
  margin-top: 50px;
}

@media all and (min-width: 768px) {
  .p-indexIntro__txt {
    display: inline-block;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-indexIntro__txt {
    font-size: 15px;
    line-height: 1.733;
    margin-top: 30px;
  }
}

.p-indexIntro__txt + * {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .p-indexIntro__txt + * {
    margin-top: 26px;
  }
}

.p-indexMade {
  margin-top: 160px;
}

@media screen and (max-width: 767px) {
  .p-indexMade {
    margin-top: 80px;
  }
}

.p-indexMade__heading {
  font-size: 34px;
  font-weight: 500;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-indexMade__heading {
    font-size: 20px;
  }
}

.p-indexMade__heading::before {
  background-image: url(../img/project/index-made/kazari.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 160px 78px;
  content: '';
  height: 78px;
  left: 50%;
  position: absolute;
  top: -64px;
  transform: translateX(-50%);
  width: 160px;
}

@media screen and (max-width: 767px) {
  .p-indexMade__heading::before {
    background-size: 80px auto;
    height: 39px;
    top: -40px;
    width: 80px;
  }
}

.p-indexMade__heading span {
  color: #d70012;
}

.p-indexMade__txt {
  font-size: 18px;
  line-height: 1.833;
  margin-top: 35px;
}

@media all and (min-width: 768px) {
  .p-indexMade__txt {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-indexMade__txt {
    font-size: 15px;
    line-height: 1.733;
  }
}

ul.p-indexMade__linkList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}

@media all and (min-width: 768px) {
  ul.p-indexMade__linkList {
    margin-bottom: -65px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-indexMade__linkList {
    justify-content: space-between;
    margin-top: 30px;
  }
}

ul.p-indexMade__linkList &gt; li {
  margin-bottom: 65px;
  width: calc(33.333% - 28px);
}

@media screen and (max-width: 767px) {
  ul.p-indexMade__linkList &gt; li {
    margin-bottom: 30px;
    width: calc(50% - 7px);
  }
}

@media all and (min-width: 768px) {
  ul.p-indexMade__linkList &gt; li:nth-child(3n + 2) {
    margin-left: 42px;
    margin-right: 42px;
  }
}

.p-indexMap {
  background-image: url(../img/project/index-map/base.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-indexMap img {
  vertical-align: bottom;
}

.p-indexMap__inner {
  background-image: url(../img/project/index-map/base.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-indexMap__inner.-hokkaido {
  background-image: url(../img/project/index-map/hokkaido.png);
}

.p-indexMv {
  margin-top: -100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-indexMv {
    margin-top: -60px;
  }
}

.p-indexMv__inner {
  height: 100vh;
  width: 100%;
}

.p-indexMv__heading {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-indexMv__heading img {
    width: 75px;
  }
}

.p-indexPrice {
  margin-top: 160px;
}

@media screen and (max-width: 767px) {
  .p-indexPrice {
    margin-top: 80px;
  }
}

.p-indexPrice__heading {
  font-size: 34px;
  font-weight: 500;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-indexPrice__heading {
    font-size: 20px;
  }
}

.p-indexPrice__heading::before {
  background-image: url(../img/project/index-price/kazari.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 160px 78px;
  content: '';
  height: 78px;
  left: 50%;
  position: absolute;
  top: -64px;
  transform: translateX(-50%);
  width: 160px;
}

@media screen and (max-width: 767px) {
  .p-indexPrice__heading::before {
    background-size: 80px auto;
    height: 39px;
    top: -40px;
    width: 80px;
  }
}

.p-indexPrice__heading span {
  color: #d70012;
}

.p-indexPrice__linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -40px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-indexPrice__linkList {
    display: block;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 260px;
  }
}

@media all and (min-width: 768px) {
  .p-indexPrice__linkList li {
    margin-bottom: 40px;
    width: 31%;
  }
}

.p-indexPrice__linkList li + li {
  margin-left: 3.5%;
}

@media screen and (max-width: 767px) {
  .p-indexPrice__linkList li + li {
    margin-left: 0;
    margin-top: 15px;
  }
}

.p-indexPrice__btn {
  align-items: center;
  border: 1px solid #707070;
  color: #333;
  display: flex;
  font-size: 18px;
  height: 60px;
  justify-content: center;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-indexPrice__btn {
    font-size: 15px;
    height: 40px;
  }
}

@media all and (min-width: 768px) {
  .p-indexPrice__btn:hover {
    background-color: #333;
    color: #fff;
  }
}

.p-indexSearch {
  margin-top: 130px;
}

@media all and (min-width: 768px) {
  .p-indexSearch {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-indexSearch {
    margin-top: 80px;
  }
}

@media all and (min-width: 768px) {
  .p-indexSearch::before {
    background-image: url(../img/project/index-column/pattern.png);
    background-size: 113px auto;
    content: '';
    height: 789px;
    left: 0;
    position: absolute;
    top: -130px;
    width: 33.125%;
  }
}

.p-indexSearch__more {
  margin-top: 40px;
  text-align: right;
}

@media all and (min-width: 768px) {
  .p-indexSearch__more {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .p-indexSearch__more {
    margin-top: 20px;
  }
}

.p-indexSearch__more a {
  color: #333;
  font-size: 14px;
  padding-right: 25px;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-indexSearch__more a {
    font-size: 12px;
  }
}

.p-indexSearch__more a::before {
  background-image: url(../img/project/index-info/arrow.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  content: '';
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

@media all and (min-width: 768px) {
  .p-indexSearch__more a:hover {
    text-decoration: underline;
  }
}

ul.p-indexSearch__linkList {
  margin-top: 45px;
}

@media all and (min-width: 768px) {
  ul.p-indexSearch__linkList {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-indexSearch__linkList {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 260px;
  }
}

@media all and (min-width: 768px) {
  ul.p-indexSearch__linkList li {
    width: 30.232%;
  }
}

@media screen and (max-width: 767px) {
  ul.p-indexSearch__linkList li + li {
    margin-top: 15px;
  }
}

.p-indexSearch__btn {
  align-items: center;
  background-color: #333;
  background-image: url(../img/project/index-search/arrow-white.svg);
  background-position: right 9px center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  border: 1px solid #333;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 60px;
  justify-content: center;
  text-decoration: none;
  transition: .4s;
}

@media screen and (max-width: 767px) {
  .p-indexSearch__btn {
    font-size: 15px;
    height: 40px;
  }
}

@media all and (min-width: 768px) {
  .p-indexSearch__btn:hover {
    background-color: #fff;
    background-image: url(../img/project/index-search/arrow-black.svg);
    color: #333;
  }
}

.p-indexSearch__keyword {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

@media all and (min-width: 768px) {
  .p-indexSearch__keyword {
    display: flex;
    justify-content: space-between;
    max-width: 860px;
  }
}

@media screen and (max-width: 767px) {
  .p-indexSearch__keyword {
    width: 260px;
  }
}

.p-indexSearch__keyword input[type='text'] {
  background-color: #fff;
  border: 1px solid #b0b0b0;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100% - 242px);
}

@media screen and (max-width: 767px) {
  .p-indexSearch__keyword input[type='text'] {
    display: block;
    height: 45px;
    width: 100%;
  }
}

.p-indexSearch__keyword input[type='submit'] {
  -moz-appearance: none;
  appearance: none;
  background-color: #333;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  position: relative;
  width: 230px;
}

@media screen and (max-width: 767px) {
  .p-indexSearch__keyword input[type='submit'] {
    display: block;
    height: 45px;
    margin-top: 5px;
    width: 100%;
  }
}

.p-indexTraditional {
  margin-top: 135px;
}

.p-indexTraditional__heading {
  font-size: 34px;
  font-weight: 500;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-indexTraditional__heading {
    font-size: 20px;
  }
}

.p-indexTraditional__heading::before {
  background-image: url(../img/project/index-traditional/kazari.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px 99px;
  content: '';
  height: 99px;
  left: 50%;
  position: absolute;
  top: -80px;
  transform: translateX(-50%);
  width: 100px;
}

@media screen and (max-width: 767px) {
  .p-indexTraditional__heading::before {
    background-size: 50px auto;
    height: 50px;
    top: -40px;
    width: 50px;
  }
}

.p-indexTraditional__txt {
  font-size: 18px;
  line-height: 1.833;
  margin-top: 35px;
}

@media all and (min-width: 768px) {
  .p-indexTraditional__txt {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-indexTraditional__txt {
    font-size: 15px;
    line-height: 1.733;
  }
}

.p-indexTraditional__txt + .p-indexTraditional__txt {
  margin-top: 28px;
}

.p-indexTraditional__carousel {
  display: flex;
  margin-top: 80px;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-indexTraditional__carousel {
    margin-top: 30px;
  }
}

.p-indexTraditional__carousel + .p-indexTraditional__carousel {
  margin-top: 0;
}

.p-indexTraditional__carousel div {
  animation: slideRight 50s linear infinite;
  background-position: 0 0;
  background-size: cover;
  width: 100%;
}

.p-indexTraditional__carousel div.-top {
  background-image: url(../img/project/index-traditional/img-01.jpg);
}

.p-indexTraditional__carousel div.-bottom {
  background-image: url(../img/project/index-traditional/img-02.jpg);
}

.p-indexTraditional__carousel div.-reverse {
  animation: slideLeft 50s linear infinite;
}

.p-indexTraditional__carousel div img {
  vertical-align: bottom;
  width: 100%;
}

.p-indexUse {
  margin-top: 195px;
}

@media all and (min-width: 768px) {
  .p-indexUse {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-indexUse {
    background-image: url(../img/project/index-column/pattern.png);
    background-size: 113px auto;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-top: 80px;
  }
}

@media all and (min-width: 768px) {
  .p-indexUse::before {
    background-image: url(../img/project/index-column/pattern.png);
    background-size: 113px auto;
    content: '';
    height: 1000px;
    opacity: .4;
    position: absolute;
    right: 0;
    top: -125px;
    width: 87.5%;
  }
}

.p-indexUse__heading {
  font-size: 34px;
  font-weight: 500;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-indexUse__heading {
    font-size: 20px;
  }
}

.p-indexUse__heading::before {
  background-image: url(../img/project/index-use/kazari.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 160px 78px;
  content: '';
  height: 78px;
  left: 50%;
  position: absolute;
  top: -64px;
  transform: translateX(-50%);
  width: 160px;
}

@media screen and (max-width: 767px) {
  .p-indexUse__heading::before {
    background-size: 80px auto;
    height: 39px;
    top: -40px;
    width: 80px;
  }
}

.p-indexUse__heading span {
  color: #d70012;
}

.p-indexUse__txt {
  font-size: 18px;
  line-height: 1.833;
  margin-top: 35px;
}

@media all and (min-width: 768px) {
  .p-indexUse__txt {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-indexUse__txt {
    font-size: 15px;
    line-height: 1.733;
  }
}

ul.p-indexUse__linkList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}

@media all and (min-width: 768px) {
  ul.p-indexUse__linkList {
    margin-bottom: -65px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-indexUse__linkList {
    justify-content: space-between;
    margin-bottom: -30px;
    margin-top: 30px;
  }
}

ul.p-indexUse__linkList &gt; li {
  margin-bottom: 65px;
  width: calc(33.333% - 28px);
}

@media screen and (max-width: 767px) {
  ul.p-indexUse__linkList &gt; li {
    margin-bottom: 30px;
    width: calc(50% - 7px);
  }
}

@media all and (min-width: 768px) {
  ul.p-indexUse__linkList &gt; li:nth-child(3n + 2) {
    margin-left: 42px;
    margin-right: 42px;
  }
}

ul.p-infoArchive__linkList {
  border-top: 1px solid #e5e5e5;
}

ul.p-infoArchive__linkList li {
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  font-size: 16px;
  line-height: 2;
  padding-bottom: 20px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  ul.p-infoArchive__linkList li {
    font-size: 15px;
    line-height: 1.7333;
  }
}

@media all and (min-width: 768px) {
  ul.p-infoArchive__linkList li {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-infoArchive__linkList li {
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

ul.p-infoArchive__linkList li a {
  color: #333;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  ul.p-infoArchive__linkList li a {
    padding-left: 110px;
  }
}

@media all and (min-width: 768px) {
  ul.p-infoArchive__linkList li a:hover {
    text-decoration: underline;
  }
}

ul.p-infoArchive__linkList li a span {
  font-size: 14px;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  ul.p-infoArchive__linkList li a span {
    left: 0;
    line-height: 2.285;
    position: absolute;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  ul.p-infoArchive__linkList li a span {
    display: block;
  }
}

.p-notFound__heading {
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-notFound__heading {
    font-size: 28px;
  }
}

.p-notFound__txt {
  font-size: 16px;
  line-height: 2;
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-notFound__txt {
    font-size: 15px;
    margin-top: 15px;
  }
}

.p-productArchiveSearch {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-productArchiveSearch {
    margin-bottom: 40px;
  }
}

.p-productArchiveSearch.-bottom {
  margin-bottom: 0;
  margin-top: 80px;
}

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

.p-productArchiveTag {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .p-productArchiveTag {
    margin-bottom: 45px;
  }
}

.p-productArchiveTag__heading {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-productArchiveTag__heading {
    font-size: 20px;
  }
}

.p-productArchiveTag__heading span {
  color: #d70012;
}

.p-productArchiveTag__linkList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-productArchiveTag__linkList {
    margin-bottom: -20px;
    margin-top: 40px;
  }
}

.p-productArchiveTag__linkList li {
  margin-bottom: 40px;
  margin-left: 20px;
  width: calc(25% - 15px);
}

@media screen and (max-width: 767px) {
  .p-productArchiveTag__linkList li {
    margin-bottom: 20px;
    margin-left: 0;
    width: calc(50% - 7px);
  }
}

@media all and (min-width: 768px) {
  .p-productArchiveTag__linkList li:nth-child(4n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-productArchiveTag__linkList li:nth-child(even) {
    margin-left: 14px;
  }
}

.p-productDetail {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-productDetail {
    margin-bottom: 60px;
  }
}

@media all and (min-width: 768px) {
  .p-productDetail__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media all and (min-width: 768px) {
  .p-productDetail__colLeft {
    width: 52%;
  }
}

.p-productDetail__colRight {
  width: 43%;
}

@media screen and (max-width: 767px) {
  .p-productDetail__colRight {
    margin-top: 40px;
    width: auto;
  }
}

.p-productDetail__imgList li {
  display: none;
}

.p-productDetail__imgList li.-active {
  display: block;
}

.p-productDetail__imgList li img {
  vertical-align: bottom;
  width: 100%;
}

.p-productDetail__thumbnailList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-productDetail__thumbnailList {
    margin-top: 15px;
  }
}

.p-productDetail__thumbnailList li {
  cursor: pointer;
  width: 31%;
}

.p-productDetail__thumbnailList li:first-child {
  margin-left: 0;
}

.p-productDetail__thumbnailList li + li {
  margin-left: 3.5%;
}

.p-productDetail__thumbnailList li img {
  vertical-align: bottom;
  width: 100%;
}

.p-productDetail__tagList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-productDetail__tagList {
    margin-top: 25px;
  }
}

.p-productDetail__tagList li {
  margin-bottom: 10px;
  margin-right: 10px;
}

.p-productDetail__table {
  border: 1px solid #ABB8C3;
  width: 100%;
}

.p-productDetail__table th {
  border: 1px solid #ABB8C3;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.1429;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-top: 15px;
  text-align: left;
  width: calc(6em + 50px);
}

@media screen and (max-width: 767px) {
  .p-productDetail__table th {
    font-size: 15px;
    line-height: 2.6333;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    width: calc(6em + 20px);
  }
}

.p-productDetail__table td {
  border: 1px solid #ABB8C3;
  font-size: 14px;
  line-height: 2.1429;
  padding: 15px 25px;
}

@media screen and (max-width: 767px) {
  .p-productDetail__table td {
    font-size: 15px;
    line-height: 1.7333;
    padding: 5px 10px;
  }
}

.p-productDetail__txt {
  margin-top: 55px;
}

.p-productDetail__txt p {
  font-size: 14px;
  line-height: 2.1429;
}

@media screen and (max-width: 767px) {
  .p-productDetail__txt p {
    font-size: 15px;
    line-height: 1.7333;
  }
}

.p-productDetail__more {
  margin-top: 25px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-productDetail__more {
    margin-top: 5px;
  }
}

.p-productDetail__more a {
  color: #b48c50;
  font-size: 14px;
  text-decoration: underline;
}

.p-productDetail__more span {
  padding-left: 10px;
  position: relative;
}

.p-productDetail__more span::before {
  border-bottom: 3px solid transparent;
  border-left: 6px solid #b48c50;
  border-top: 3px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.p-productDetail__action {
  margin-top: 60px;
}

.p-productSearchResult {
  padding-top: 64px;
}

@media screen and (max-width: 767px) {
  .p-productSearchResult {
    padding-top: 40px;
  }
}

.p-productSearchResult__condition {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-productSearchResult__condition {
    margin-bottom: 30px;
  }
}

.p-productSearchResult__condition::before {
  background-image: url(../img/project/product-search-result/kazari.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 160px 78px;
  content: '';
  height: 78px;
  left: 50%;
  position: absolute;
  top: -64px;
  transform: translateX(-50%);
  width: 160px;
}

@media screen and (max-width: 767px) {
  .p-productSearchResult__condition::before {
    background-size: 80px auto;
    height: 39px;
    top: -40px;
    width: 80px;
  }
}

.p-productSearchResult__condition li {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .p-productSearchResult__condition li {
    font-size: 16px;
  }
}

.p-productSearchResult__condition li + li:before {
  content: '/';
}

.p-productSearchResult__linkList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-productSearchResult__linkList {
    margin-bottom: -20px;
    margin-top: 50px;
  }
}

.p-productSearchResult__linkList li {
  margin-bottom: 40px;
  margin-left: 20px;
  width: calc(25% - 15px);
}

@media screen and (max-width: 767px) {
  .p-productSearchResult__linkList li {
    margin-bottom: 20px;
    margin-left: 0;
    width: calc(50% - 7px);
  }
}

@media all and (min-width: 768px) {
  .p-productSearchResult__linkList li:nth-child(4n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-productSearchResult__linkList li:nth-child(even) {
    margin-left: 14px;
  }
}

.p-productSearchResult__noResult {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-productSearchResult__noResult {
    font-size: 15px;
    line-height: 1.7333;
  }
}

.p-productSearchSearch {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-productSearchSearch {
    margin-top: 60px;
  }
}

.p-searchCondition__sec + .p-searchCondition__sec {
  margin-top: 40px;
}

.p-searchCondition__heading {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 18px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-searchCondition__heading {
    font-size: 15px;
    padding-bottom: 10px;
  }
}

.p-searchCondition__heading::before {
  background-color: #e5e5e5;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-searchCondition__heading::after {
  background-color: #808080;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 118px;
}

@media screen and (max-width: 767px) {
  .p-searchCondition__heading::after {
    width: 95px;
  }
}

.p-searchCondition__heading.-hasAction {
  background-image: url(../img/project/search-condition/arrow-down.svg);
  background-position: right 10px top 2px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-searchCondition__heading.-hasAction {
    background-position: right 0 top 4px;
    background-size: 12px auto;
  }
}

.p-searchCondition__heading.-hasAction.-active {
  background-image: url(../img/project/search-condition/arrow-up.svg);
}

.p-searchCondition__heading span {
  color: #d70012;
}

.p-searchCondition__heading + * {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-searchCondition__heading + * {
    margin-top: 20px;
  }
}

.p-searchCondition__inputTxt input[type='text'] {
  border: 1px solid #b0b0b0;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-searchCondition__inputTxt input[type='text'] {
    height: 45px;
  }
}

@media all and (min-width: 768px) {
  .p-searchCondition__areaList &gt; div {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-searchCondition__areaList &gt; div + div {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .p-searchCondition__areaList &gt; div + div {
    border-top: 1px solid #D5D5D5;
    margin-top: 20px;
    padding-top: 20px;
  }
}

@media all and (min-width: 768px) {
  .p-searchCondition__areaList dt {
    width: 155px;
  }
}

@media screen and (max-width: 767px) {
  .p-searchCondition__areaList dt {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-searchCondition__areaList dt span {
    background-image: url(../img/project/search-condition/arrow-down.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-searchCondition__areaList dt span.-active {
    background-image: url(../img/project/search-condition/arrow-up.svg);
  }
}

@media all and (min-width: 768px) {
  .p-searchCondition__areaList dd {
    display: block !important;
    width: calc(100% - 155px);
  }
}

@media screen and (max-width: 767px) {
  .p-searchCondition__areaList dd {
    display: none;
    margin-top: 20px;
  }
}

ul.p-searchCondition__checkboxList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -25px;
}

@media screen and (max-width: 767px) {
  ul.p-searchCondition__checkboxList {
    margin-bottom: -20px;
    margin-left: -20px;
  }
}

ul.p-searchCondition__checkboxList &gt; li {
  margin-bottom: 25px;
}

@media all and (min-width: 768px) {
  ul.p-searchCondition__checkboxList &gt; li {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-searchCondition__checkboxList &gt; li {
    margin-bottom: 20px;
    margin-left: 20px;
  }
}

.p-searchCondition__action {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-searchCondition__action {
    margin-top: 40px;
  }
}

.p-searchCondition__btn {
  align-items: center;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 60px;
  justify-content: center;
  margin-left: 44px;
  position: relative;
  text-decoration: none;
  width: 230px;
}

@media all and (min-width: 768px) {
  .p-searchCondition__btn {
    transition: .4s;
  }
}

@media screen and (max-width: 767px) {
  .p-searchCondition__btn {
    font-size: 15px;
    height: 45px;
    margin-left: 10px;
    max-width: 300px;
  }
}

@media all and (min-width: 768px) {
  .p-searchCondition__btn:hover {
    background-color: #FFF;
    color: #333;
  }
}

@media all and (min-width: 768px) {
  .p-searchCondition__btn:hover input {
    color: #333;
  }
}

.p-searchCondition__btn input {
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #FFF;
  cursor: pointer;
  font-weight: 400;
  height: 100%;
  position: relative;
  width: 100%;
}

.p-searchCondition__resetBtn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
  display: flex;
  font-size: 16px;
  height: 60px;
  justify-content: center;
  position: relative;
  text-decoration: none;
  width: 230px;
}

@media all and (min-width: 768px) {
  .p-searchCondition__resetBtn {
    transition: .4s;
  }
}

@media screen and (max-width: 767px) {
  .p-searchCondition__resetBtn {
    font-size: 15px;
    height: 45px;
    max-width: 300px;
  }
}

@media all and (min-width: 768px) {
  .p-searchCondition__resetBtn:hover {
    background-color: #e5e5e5;
  }
}

.p-searchCondition__resetBtn input {
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #333;
  cursor: pointer;
  font-weight: 400;
  height: 100%;
  position: relative;
  width: 100%;
}

.p-searchCondition__body {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-searchModal {
    background-color: transparent;
    padding: 0;
    padding-top: 35px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-searchModal__close {
    position: absolute;
    right: 15px;
    top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-searchModal__inner {
    height: calc(100vh - 45px);
    overflow-y: scroll;
  }
}

@media screen and (max-width: 767px) {
  .p-searchModalTrigger__btn {
    align-items: center;
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    display: flex;
    font-size: 15px;
    height: 60px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    position: relative;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .p-searchModalTrigger__btn span {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-searchModalTrigger__btn i {
    background-image: url(../img/project/search-modal-trigger/double-square.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    height: 100%;
    position: absolute;
    right: 18px;
    top: 0;
    width: 15px;
  }
}

.p-traditionalAbout {
  position: relative;
}

@media all and (min-width: 768px) {
  .p-traditionalAbout {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-traditionalAbout {
    padding-top: 20px;
  }
}

.p-traditionalAbout::before {
  background-image: url(../img/project/traditional-about/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1600px auto;
  content: '';
  height: 398px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-traditionalAbout::before {
    background-image: url(../img/project/traditional-about/bg-sp.png);
    background-position: right top;
    background-size: 171px auto;
    height: 105px;
    top: -25px;
  }
}

@media all and (min-width: 768px) {
  .p-traditionalAbout__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
  }
}

.p-traditionalAbout__heading {
  font-size: 34px;
  font-weight: 500;
}

@media all and (min-width: 768px) {
  .p-traditionalAbout__heading {
    position: relative;
    width: 34px;
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 767px) {
  .p-traditionalAbout__heading {
    font-size: 20px;
    text-align: center;
  }
}

@media all and (min-width: 768px) {
  .p-traditionalAbout__heading::before {
    background-color: #333;
    content: '';
    height: 60px;
    left: 17px;
    position: absolute;
    top: -70px;
    width: 1px;
  }
}

@media all and (min-width: 768px) {
  .p-traditionalAbout__body {
    padding-left: 46px;
    padding-top: 25px;
    width: calc(100% - 34px);
  }
}

@media screen and (max-width: 767px) {
  .p-traditionalAbout__body {
    margin-top: 30px;
  }
}

.p-traditionalAbout__body p {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-traditionalAbout__body p {
    font-size: 15px;
    line-height: 1.7333;
  }
}

.p-traditionalAbout__body p + p {
  margin-top: 28px;
}

.p-traditionalAbout__body p + .p-traditionalAbout__area {
  margin-top: 30px;
}

.p-traditionalAbout__area {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-traditionalAbout__area {
    font-size: 16px;
    padding-bottom: 20px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-traditionalAbout__area::before {
    background-color: #333;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 30px;
  }
}

.p-traditionalAbout__area + p {
  margin-top: 15px;
}

.p-traditionalAbout__map {
  margin-top: 80px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-traditionalAbout__map {
    margin-top: 35px;
  }
}

.p-traditionalAbout__map iframe {
  height: 350px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-traditionalAbout__map iframe {
    height: 165px;
  }
}

.p-traditionalAction {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.p-traditionalArchive {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-traditionalArchive {
    margin-top: 30px;
  }
}

ul.p-traditionalArchive__condition {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  ul.p-traditionalArchive__condition {
    margin-bottom: 30px;
  }
}

ul.p-traditionalArchive__condition li {
  font-size: 14px;
}

ul.p-traditionalArchive__condition li + li:before {
  content: '/';
}

.p-traditionalArchive__noResult {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-traditionalArchive__noResult {
    font-size: 15px;
    line-height: 1.7333;
  }
}

@media all and (min-width: 768px) {
  ul.p-traditionalArchive__linkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: -80px;
  }
}

@media all and (min-width: 768px) {
  ul.p-traditionalArchive__linkList &gt; li {
    margin-bottom: 80px;
    width: calc(33.333% - 28px);
  }
}

@media screen and (max-width: 767px) {
  ul.p-traditionalArchive__linkList &gt; li {
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 768px) {
  ul.p-traditionalArchive__linkList &gt; li:nth-child(3n + 2) {
    margin-left: 42px;
    margin-right: 42px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-traditionalArchive__linkList &gt; li + li {
    margin-top: 45px;
  }
}

.p-traditionalContact {
  background-image: url(../img/project/traditional-contact/pattern.png);
  background-size: 113px auto;
  margin-top: 60px;
}

.p-traditionalContact__inner {
  background-image: url(../img/project/traditional-contact/bg.png);
  background-position: center center;
  background-size: 1600px auto;
  padding-bottom: 55px;
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .p-traditionalContact__inner {
    background-image: url(../img/project/traditional-contact/bg-sp.png);
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.p-traditionalContact__heading {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-traditionalContact__heading {
    font-size: 17px;
    line-height: 1.529;
  }
}

.p-traditionalContact__txt {
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-traditionalContact__txt {
    font-size: 15px;
    line-height: 1.733;
    margin-top: 30px;
  }
}

.p-traditionalContact__action {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .p-traditionalContact__action {
    margin-top: 30px;
  }
}

.p-traditionalHistory {
  margin-top: 160px;
  position: relative;
}

@media all and (min-width: 768px) {
  .p-traditionalHistory {
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 767px) {
  .p-traditionalHistory {
    margin-top: 75px;
  }
}

.p-traditionalHistory::before {
  background-image: url(../img/project/traditional-history/pattern.png);
  background-size: 113px auto;
  bottom: 0;
  content: '';
  height: calc(100% - 130px);
  left: 0;
  position: absolute;
  width: 87.5%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-traditionalHistory::before {
    background-image: url(../img/project/traditional-history/bg-sp.png);
    background-position: center center;
    background-size: 138px auto;
    height: 43px;
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
    width: 138px;
  }
}

@media all and (min-width: 768px) {
  .p-traditionalHistory__inner {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    max-width: 925px;
  }
}

.p-traditionalHistory__heading {
  font-size: 34px;
  font-weight: 500;
}

@media all and (min-width: 768px) {
  .p-traditionalHistory__heading {
    position: relative;
    width: 34px;
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 767px) {
  .p-traditionalHistory__heading {
    font-size: 20px;
    text-align: center;
  }
}

@media all and (min-width: 768px) {
  .p-traditionalHistory__heading::before {
    background-color: #333;
    content: '';
    height: 60px;
    left: 17px;
    position: absolute;
    top: -70px;
    width: 1px;
  }
}

@media all and (min-width: 768px) {
  .p-traditionalHistory__heading::after {
    background-image: url(../img/project/traditional-history/bg.png);
    background-size: 278px auto;
    content: '';
    height: 178px;
    position: absolute;
    right: -135px;
    top: 217px;
    width: 278px;
    z-index: -1;
  }
}

@media all and (min-width: 768px) {
  .p-traditionalHistory__body {
    padding-right: 46px;
    padding-top: 34px;
    width: calc(100% - 34px);
  }
}

@media screen and (max-width: 767px) {
  .p-traditionalHistory__body {
    margin-top: 30px;
  }
}

.p-traditionalHistory__body p {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-traditionalHistory__body p {
    font-size: 15px;
    line-height: 1.7333;
  }
}

.p-traditionalHistory__body p + p {
  margin-top: 28px;
}

.p-traditionalHistory__img {
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-traditionalHistory__img {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .p-traditionalHistory__img img {
    width: 100%;
  }
}

.p-traditionalHistory__linkList {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-traditionalHistory__linkList {
    margin-top: 35px;
  }
}

@media all and (min-width: 768px) {
  .p-traditionalHistory__linkList div {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-traditionalHistory__linkList div + div {
  margin-top: 15px;
}

.p-traditionalHistory__linkList dt {
  align-items: center;
  background-color: #b48c50;
  color: #fff;
  display: flex;
  font-size: 14px;
  height: 20px;
  justify-content: center;
  width: 80px;
}

@media all and (min-width: 768px) {
  .p-traditionalHistory__linkList dt {
    margin-top: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-traditionalHistory__linkList dt {
    font-size: 13px;
  }
}

.p-traditionalHistory__linkList dd {
  color: #b48c50;
  font-size: 14px;
  line-height: 1.8;
}

@media all and (min-width: 768px) {
  .p-traditionalHistory__linkList dd {
    padding-left: 10px;
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 767px) {
  .p-traditionalHistory__linkList dd {
    margin-top: 5px;
  }
}

.p-traditionalHistory__linkList dd a {
  color: #b48c50;
}

.p-traditionalItem {
  margin-top: 160px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-traditionalItem {
    margin-top: 50px;
  }
}

.p-traditionalItem::before {
  background-image: url(../img/project/traditional-item/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 463px auto;
  content: '';
  height: 140px;
  left: 50%;
  position: absolute;
  top: -65px;
  width: 463px;
}

@media all and (min-width: 768px) {
  .p-traditionalItem::before {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .p-traditionalItem::before {
    background-image: url(../img/project/traditional-item/bg-sp.png);
    background-size: 205px auto;
    height: 71px;
    left: 0;
    top: -35px;
    width: 205px;
  }
}

.p-traditionalItem__heading {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media all and (min-width: 768px) {
  .p-traditionalItem__heading {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-traditionalItem__heading {
    font-size: 20px;
  }
}

@media all and (min-width: 768px) {
  .p-traditionalItem__heading::before {
    background-color: #333;
    content: '';
    height: 60px;
    left: 50%;
    position: absolute;
    top: -85px;
    width: 1px;
  }
}

ul.p-traditionalItem__itemList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -70px;
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  ul.p-traditionalItem__itemList {
    justify-content: space-between;
    margin-top: 30px;
  }
}

ul.p-traditionalItem__itemList &gt; li {
  margin-bottom: 70px;
  width: calc(33.333% - 28px);
}

@media screen and (max-width: 767px) {
  ul.p-traditionalItem__itemList &gt; li {
    margin-bottom: 30px;
    width: calc(50% - 7px);
  }
}

@media all and (min-width: 768px) {
  ul.p-traditionalItem__itemList &gt; li:nth-child(3n + 2) {
    margin-left: 42px;
    margin-right: 42px;
  }
}

@media all and (min-width: 768px) {
  .u-d-n-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-d-n-sp {
    display: none !important;
  }
}

.l-bnr {
  bottom: 95px;
  position: fixed;
  z-index: 9;
}

@media all and (min-width: 768px) {
  .l-bnr {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-bnr {
    bottom: 20px;
    left: 20px;
  }
}

.l-bnr img {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .l-bnr img {
    width: 220px;
  }
}

.l-footer {
  background-color: #333;
  padding-bottom: 45px;
  position: relative;
}

@media all and (min-width: 768px) {
  .l-footer {
    padding-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer {
    background-color: #F4F4F4;
    padding-bottom: 85px;
  }
}

@media all and (min-width: 768px) {
  ul.l-footer__linkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -10px;
  }
}

@media screen and (max-width: 767px) {
  ul.l-footer__linkList {
    background-color: #333;
    margin-left: -20px;
    margin-right: -20px;
  }
}

ul.l-footer__linkList &gt; li {
  color: #fff;
  font-size: 14px;
}

@media all and (min-width: 768px) {
  ul.l-footer__linkList &gt; li {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  ul.l-footer__linkList &gt; li {
    border-bottom: 1px solid #CCC;
  }
}

@media all and (min-width: 768px) {
  ul.l-footer__linkList &gt; li + li {
    padding-left: 3em;
    position: relative;
  }
}

@media all and (min-width: 768px) {
  ul.l-footer__linkList &gt; li + li::before {
    content: '／';
    left: 1em;
    position: absolute;
    top: 0;
  }
}

ul.l-footer__linkList &gt; li a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  ul.l-footer__linkList &gt; li a {
    align-items: center;
    background-image: url(../img/layout/footer/arrow.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 6px auto;
    display: flex;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (min-width: 768px) {
  ul.l-footer__linkList &gt; li a:hover {
    text-decoration: underline;
  }
}

.l-footer__copyright {
  font-size: 11px;
  line-height: 1.9091;
}

@media all and (min-width: 768px) {
  .l-footer__copyright {
    color: #fff;
    margin-top: 70px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 13px;
    line-height: 1.7308;
    padding-top: 20px;
  }
}

.l-footer__notice {
  font-size: 11px;
  line-height: 1.9091;
}

@media all and (min-width: 768px) {
  .l-footer__notice {
    color: #fff;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__notice {
    font-size: 13px;
    line-height: 1.7308;
  }
}

@media screen and (max-width: 767px) {
  .l-gnav {
    background-color: black;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
}

.l-gnav.-index .l-gnav__linkList &gt; li a {
  color: #fff;
}

@media all and (min-width: 768px) {
  .l-gnav__inner {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .l-gnav__inner {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .l-gnav__linkList {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    padding-left: 200px;
    padding-right: 215px;
  }
}

.l-gnav__linkList &gt; li {
  font-size: 14px;
}

@media all and (min-width: 768px) {
  .l-gnav__linkList &gt; li {
    line-height: 2.142;
    padding-left: 2em;
  }
}

@media screen and (max-width: 767px) {
  .l-gnav__linkList &gt; li {
    font-size: 16px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .l-gnav__linkList &gt; li + li {
    margin-top: 30px;
  }
}

.l-gnav__linkList &gt; li a {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .l-gnav__linkList &gt; li a {
    color: #fff;
  }
}

@media all and (min-width: 768px) {
  .l-gnav__linkList &gt; li a:hover {
    text-decoration: underline;
  }
}

@media all and (min-width: 768px) {
  .l-gnav__action {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .l-gnav__action {
    margin-top: 50px;
  }
}

.l-gnav__btn {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  font-size: 14px;
  height: 50px;
  justify-content: center;
  text-decoration: none;
  transition: .4s;
  width: 180px;
}

@media screen and (max-width: 767px) {
  .l-gnav__btn {
    border-color: #fff;
    color: #fff;
    font-size: 16px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .l-gnav__btn.-contact {
    border: 1px solid #fff;
  }
}

.l-gnav__btn.-contact span::before {
  background-image: url(../img/layout/gnav/mail.svg);
  background-repeat: no-repeat;
  background-size: 20px 14px;
  height: 14px;
  width: 20px;
}

.l-gnav__btn.-tel {
  background-color: #b38b50;
  font-size: 16px;
}

@media all and (min-width: 768px) {
  .l-gnav__btn.-tel {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .l-gnav__btn.-tel {
    margin-top: 15px;
  }
}

.l-gnav__btn.-tel span::before {
  background-image: url(../img/layout/gnav/phone.svg);
  background-repeat: no-repeat;
  background-size: 19px 22px;
  height: 22px;
  width: 19px;
}

.l-gnav__btn span {
  padding-left: 30px;
  position: relative;
}

.l-gnav__btn span::before {
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media all and (min-width: 768px) {
  .l-gnav__btn:hover {
    opacity: .8;
  }
}

@media screen and (max-width: 767px) {
  .l-hamburger {
    display: inline-block;
    height: 19px;
    position: fixed;
    right: 20px;
    top: 21px;
    transition: .4s;
    width: 25px;
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  .l-hamburger.-index span {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .l-hamburger span {
    background-color: #000;
    display: inline-block;
    height: 2px;
    position: absolute;
    right: 0;
    transition: all .4s;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-hamburger span:nth-of-type(1) {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-hamburger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .l-hamburger span:nth-of-type(3) {
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-hamburger.-active span:nth-of-type(1) {
    background-color: #fff;
    transform: translateY(9px) rotate(-135deg);
  }
}

@media screen and (max-width: 767px) {
  .l-hamburger.-active span:nth-of-type(2) {
    opacity: 0;
    right: -15px;
  }
}

@media screen and (max-width: 767px) {
  .l-hamburger.-active span:nth-of-type(3) {
    background-color: #fff;
    transform: translateY(-9px) rotate(135deg);
  }
}

.l-header {
  background-color: #fff;
  height: 100px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
  }
}

.l-header.-index {
  background-color: transparent;
}

@media all and (min-width: 768px) {
  .l-header.-index .l-header__logo {
    margin-top: 20px;
  }
}

.l-header.-index .l-header__logo img.-normal {
  display: none;
}

.l-header.-index .l-header__logo img.-index {
  display: block;
}

.l-header__logo {
  left: 2.5vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .l-header__logo {
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: 75px;
  }
}

.l-header__logo img.-index {
  display: none;
}

@media all and (min-width: 768px) {
  .l-header__gnav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.l-main {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 60px;
  }
}

.l-toTop {
  border: 1px solid #b48c50;
  border-radius: 50%;
  bottom: 24px;
  display: flex;
  height: 46px;
  position: fixed;
  right: 22px;
  transition: .4s;
  width: 46px;
}

.l-toTop::before {
  background-image: url(../img/layout/to-top/arrow-colored.svg);
  background-position: center center;
  background-size: 5px 18px;
  content: '';
  height: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
}

@media all and (min-width: 768px) {
  .l-toTop:hover {
    background-color: #b48c50;
  }
}

@media all and (min-width: 768px) {
  .l-toTop:hover::before {
    background-image: url(../img/layout/to-top/arrow-white.svg);
  }
}
</pre></body></html>