@charset "UTF-8";
/*! オートレガーレ / 下層ページ共通 */
.lower_sec {
  padding-top: clamp(72px, 9vw, 128px);
  padding-bottom: clamp(72px, 9vw, 128px);
}

.lead_block {
  max-width: 40em;
  margin-bottom: clamp(36px, 4.5vw, 60px);
  font-size: 15px;
  line-height: 2.2;
}
.lead_block p + p {
  margin-top: 1.6em;
}

.sec_night .lead_block {
  color: #a79c8c;
}

.sec_day .lead_block,
.sec_paper .lead_block {
  color: #6a6154;
}

.set_block {
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
}
@media only screen and (max-width: 900px) {
  .set_block {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }
}
.set_block + .set_block {
  margin-top: clamp(48px, 6vw, 88px);
}
.set_block.reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 900px) {
  .set_block.reverse {
    flex-direction: column;
  }
}
.set_block .set_img {
  flex-shrink: 0;
  width: min(50%, 560px);
}
@media only screen and (max-width: 900px) {
  .set_block .set_img {
    width: 100%;
  }
}
.set_block .set_img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.set_block .set_img .caption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.7;
}
.set_block .set_txt {
  flex: 1 1 0;
  min-width: 0;
}
.set_block .set_txt h3 {
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 900;
  letter-spacing: 0.02em;
}
.set_block .set_txt p {
  max-width: 34em;
  margin-top: 16px;
  font-size: 15px;
  line-height: 2.1;
}

.sec_night .set_block .set_txt p,
.sec_night .set_block .set_img .caption {
  color: #a79c8c;
}

.sec_day .set_block .set_txt p,
.sec_day .set_block .set_img .caption,
.sec_paper .set_block .set_txt p,
.sec_paper .set_block .set_img .caption {
  color: #6a6154;
}

.photo_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.8vw, 24px);
}
@media only screen and (max-width: 900px) {
  .photo_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .photo_grid {
    grid-template-columns: 1fr;
  }
}
.photo_grid.col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 640px) {
  .photo_grid.col2 {
    grid-template-columns: 1fr;
  }
}
.photo_grid figure {
  margin: 0;
}
.photo_grid figure img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.photo_grid figure figcaption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.7;
}

.sec_night .photo_grid figcaption {
  color: #a79c8c;
}

.sec_day .photo_grid figcaption,
.sec_paper .photo_grid figcaption {
  color: #6a6154;
}

.item_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.4vw, 36px);
}
@media only screen and (max-width: 900px) {
  .item_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .item_grid {
    grid-template-columns: 1fr;
  }
}
.item_grid .item_set {
  padding-top: 24px;
  border-top: 1px solid rgba(28, 24, 19, 0.14);
}
.item_grid .item_set .item_en {
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8e5417;
  font-size: 10px;
}
.item_grid .item_set h3 {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.item_grid .item_set p {
  margin-top: 12px;
  color: #6a6154;
  font-size: 14px;
  line-height: 1.95;
}
.item_grid .item_set .item_price {
  display: inline-block;
  margin-top: 12px;
  color: #1c1813;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.item_grid .item_set .item_price .yen {
  font-size: 12px;
}

.sec_night .item_grid .item_set {
  border-top-color: rgba(243, 238, 229, 0.14);
}
.sec_night .item_grid .item_set .item_en {
  color: #d98a35;
}
.sec_night .item_grid .item_set p {
  color: #a79c8c;
}
.sec_night .item_grid .item_set .item_price {
  color: #f3eee5;
}

.flow_list {
  counter-reset: flow_num;
}
.flow_list .flow_set {
  position: relative;
  display: flex;
  gap: clamp(20px, 3vw, 40px);
  padding: 28px 0;
  border-top: 1px solid rgba(28, 24, 19, 0.14);
}
@media only screen and (max-width: 640px) {
  .flow_list .flow_set {
    flex-direction: column;
    gap: 10px;
  }
}
.flow_list .flow_set:last-child {
  border-bottom: 1px solid rgba(28, 24, 19, 0.14);
}
.flow_list .flow_set .flow_num {
  flex-shrink: 0;
  width: 84px;
  color: #8e5417;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
}
.flow_list .flow_set .flow_num::before {
  counter-increment: flow_num;
  content: "Step " counter(flow_num, decimal-leading-zero);
}
.flow_list .flow_set .flow_txt {
  flex: 1 1 0;
  min-width: 0;
}
.flow_list .flow_set .flow_txt h3 {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.flow_list .flow_set .flow_txt p {
  max-width: 36em;
  margin-top: 10px;
  color: #6a6154;
  font-size: 14px;
  line-height: 1.95;
}

.info_table {
  border-top: 1px solid rgba(28, 24, 19, 0.14);
}
.info_table th,
.info_table td {
  padding: 20px 8px;
  border-bottom: 1px solid rgba(28, 24, 19, 0.14);
  font-size: 15px;
  line-height: 1.9;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .info_table th,
  .info_table td {
    display: block;
    padding: 0 0 4px;
    border-bottom: none;
  }
}
.info_table th {
  width: 220px;
  color: #1c1813;
  font-weight: 900;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 640px) {
  .info_table th {
    width: 100%;
    padding-top: 18px;
    color: #8e5417;
    font-size: 13px;
  }
}
.info_table td {
  color: #6a6154;
}
@media only screen and (max-width: 640px) {
  .info_table td {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(28, 24, 19, 0.14);
  }
}
.info_table td a {
  color: #8e5417;
  text-decoration: underline;
}
@media only screen and (min-width: 1025px) {
  .info_table td a:hover {
    text-decoration: none;
  }
}

.map_wrap {
  margin-top: clamp(36px, 4.5vw, 60px);
}
.map_wrap iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 1px solid rgba(28, 24, 19, 0.14);
  filter: grayscale(0.25);
}
@media only screen and (max-width: 640px) {
  .map_wrap iframe {
    height: 300px;
  }
}

.note_box {
  margin-top: clamp(28px, 3vw, 44px);
  padding: 22px 24px;
  border-left: 2px solid #8e5417;
  background-color: rgba(142, 84, 23, 0.06);
}
.note_box p {
  color: #6a6154;
  font-size: 14px;
  line-height: 1.95;
}
.note_box ul {
  margin-top: 10px;
}
.note_box ul li + li {
  margin-top: 6px;
}
.note_box ul a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #8e5417;
  font-size: 14px;
  font-weight: 900;
}
.note_box ul a::before {
  content: "";
  width: 14px;
  height: 1px;
  background-color: currentColor;
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (min-width: 1025px) {
  .note_box ul a:hover::before {
    width: 24px;
  }
}

.sec_night .note_box {
  border-left-color: #d98a35;
  background-color: rgba(217, 138, 53, 0.08);
}
.sec_night .note_box p {
  color: #a79c8c;
}

.empty_stock {
  padding: clamp(40px, 5vw, 64px);
  border: 1px solid rgba(28, 24, 19, 0.14);
  background-color: #fbf9f6;
  text-align: center;
}
.empty_stock .empty_en {
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8e5417;
  font-size: 11px;
}
.empty_stock h3 {
  margin-top: 12px;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 900;
}
.empty_stock p {
  max-width: 32em;
  margin: 16px auto 0;
  color: #6a6154;
  font-size: 15px;
  line-height: 2;
}

.page_head.no_bg {
  position: relative;
  background-color: #0b0907;
  padding-bottom: clamp(36px, 4vw, 56px);
}
.page_head.no_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(217, 138, 53, 0) 0%, rgba(217, 138, 53, 0.85) 50%, rgba(217, 138, 53, 0) 100%);
}
.page_head.no_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1000px, 92%);
  height: 180px;
  transform: translateX(-50%);
  background: radial-gradient(60% 100% at 50% 0%, rgba(217, 138, 53, 0.16) 0%, rgba(217, 138, 53, 0) 70%);
  pointer-events: none;
}

.page_head .head_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.page_head .head_meta time {
  color: #d98a35;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.page_head .head_meta .news_cat {
  padding: 3px 12px;
  border: 1px solid rgba(243, 238, 229, 0.14);
  color: #a79c8c;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.page_head .head_title {
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.5;
}

.filter_bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 2vw, 28px);
  margin-bottom: clamp(28px, 3vw, 40px);
  padding-bottom: clamp(20px, 2.4vw, 28px);
  border-bottom: 1px solid rgba(28, 24, 19, 0.14);
}
@media only screen and (max-width: 900px) {
  .filter_bar {
    flex-direction: column;
    align-items: stretch;
  }
}

.filter_cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter_cats .cat_btn {
  display: inline-block;
  padding: 9px 18px;
  border: 1px solid rgba(28, 24, 19, 0.14);
  color: #6a6154;
  font-size: 13px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.filter_cats .cat_btn .cnt {
  margin-left: 8px;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  opacity: 0.7;
}
.filter_cats .cat_btn[aria-pressed=true], .filter_cats .cat_btn[aria-current], .filter_cats .cat_btn.is_current {
  border-color: #8e5417;
  background-color: #8e5417;
  color: #fbf9f6;
}
@media only screen and (min-width: 1025px) {
  .filter_cats .cat_btn:hover:not([aria-pressed=true]):not([aria-current]):not(.is_current) {
    border-color: #8e5417;
    color: #8e5417;
  }
}
@media only screen and (max-width: 640px) {
  .filter_cats .cat_btn {
    flex: 1 1 auto;
    padding: 9px 12px;
    text-align: center;
  }
}

.pager {
  margin-top: clamp(40px, 5vw, 64px);
}
.pager ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pager li {
  margin: 0;
}
.pager .pager_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(28, 24, 19, 0.14);
  color: #6a6154;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  transition: border-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.pager .pager_link.is_current {
  border-color: #8e5417;
  background-color: #8e5417;
  color: #fbf9f6;
}
.pager .pager_link.is_prev, .pager .pager_link.is_next {
  font-family: inherit;
  letter-spacing: 0;
}
@media only screen and (min-width: 1025px) {
  .pager .pager_link:not(.is_current):hover {
    border-color: #8e5417;
    color: #8e5417;
  }
}
@media only screen and (max-width: 640px) {
  .pager .pager_link {
    min-width: 44px;
    height: 44px;
  }
}
.pager .pager_gap {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 4px;
  color: #6a6154;
  font-size: 13px;
}
@media only screen and (max-width: 640px) {
  .pager .pager_gap {
    height: 44px;
  }
}

.sec_night .pager .pager_link {
  border-color: rgba(243, 238, 229, 0.14);
  color: #a79c8c;
}
.sec_night .pager .pager_link.is_current {
  border-color: #d98a35;
  background-color: #d98a35;
  color: #14110e;
}
@media only screen and (min-width: 1025px) {
  .sec_night .pager .pager_link:not(.is_current):hover {
    border-color: #d98a35;
    color: #d98a35;
  }
}
.sec_night .pager .pager_gap {
  color: #a79c8c;
}

.filter_tools {
  display: flex;
  align-items: center;
  gap: 12px;
}
.filter_tools .key_submit {
  flex: 0 0 auto;
  padding: 10px 18px;
  border: 1px solid rgba(28, 24, 19, 0.14);
  color: #6a6154;
  font-size: 13px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (min-width: 1025px) {
  .filter_tools .key_submit:hover {
    border-color: #8e5417;
    background-color: #8e5417;
    color: #fbf9f6;
  }
}
@media only screen and (max-width: 640px) {
  .filter_tools {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
}

.filter_select select {
  min-width: 150px;
  padding: 10px 40px 10px 14px;
  border: 1px solid rgba(28, 24, 19, 0.14);
  color: #1c1813;
  font-size: 16px;
  background-image: linear-gradient(45deg, transparent 50%, #6a6154 50%), linear-gradient(135deg, #6a6154 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% + 1px), calc(100% - 14px) calc(50% + 1px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: border-color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.filter_select select:focus {
  border-color: #8e5417;
}
@media only screen and (max-width: 640px) {
  .filter_select select {
    width: 100%;
  }
}

.filter_key {
  position: relative;
  display: flex;
  align-items: center;
}
.filter_key input[type=search] {
  width: 260px;
  padding: 10px 40px 10px 38px;
  border: 1px solid rgba(28, 24, 19, 0.14);
  color: #1c1813;
  font-size: 16px;
  transition: border-color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.filter_key input[type=search]::placeholder {
  color: rgba(106, 97, 84, 0.7);
}
.filter_key input[type=search]:focus {
  border-color: #8e5417;
}
.filter_key input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 640px) {
  .filter_key input[type=search] {
    width: 100%;
  }
}
.filter_key .key_icon {
  position: absolute;
  left: 14px;
  width: 13px;
  height: 13px;
  border: 1px solid #6a6154;
  border-radius: 50%;
  pointer-events: none;
}
.filter_key .key_icon::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 10px;
  width: 6px;
  height: 1px;
  background-color: #6a6154;
  transform: rotate(45deg);
  transform-origin: left center;
}
.filter_key .key_clear {
  position: absolute;
  right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #6a6154;
  font-size: 16px;
  line-height: 1;
  transition: color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (min-width: 1025px) {
  .filter_key .key_clear:hover {
    color: #8e5417;
  }
}

.sec_night .filter_bar {
  border-bottom-color: rgba(243, 238, 229, 0.14);
}
.sec_night .filter_tools .key_submit {
  border-color: rgba(243, 238, 229, 0.14);
  color: #a79c8c;
}
@media only screen and (min-width: 1025px) {
  .sec_night .filter_tools .key_submit:hover {
    border-color: #d98a35;
    background-color: #d98a35;
    color: #14110e;
  }
}
.sec_night .filter_cats .cat_btn {
  border-color: rgba(243, 238, 229, 0.14);
  color: #a79c8c;
}
.sec_night .filter_cats .cat_btn[aria-pressed=true], .sec_night .filter_cats .cat_btn[aria-current], .sec_night .filter_cats .cat_btn.is_current {
  border-color: #d98a35;
  background-color: #d98a35;
  color: #14110e;
}
@media only screen and (min-width: 1025px) {
  .sec_night .filter_cats .cat_btn:hover:not([aria-pressed=true]):not([aria-current]):not(.is_current) {
    border-color: #d98a35;
    color: #d98a35;
  }
}
.sec_night .filter_select select {
  border-color: rgba(243, 238, 229, 0.14);
  color: #f3eee5;
  background-color: transparent;
  background-image: linear-gradient(45deg, transparent 50%, #a79c8c 50%), linear-gradient(135deg, #a79c8c 50%, transparent 50%);
}
.sec_night .filter_select select:focus {
  border-color: #d98a35;
}
.sec_night .filter_select select option {
  background-color: #1e1a15;
  color: #f3eee5;
}
.sec_night .filter_key input[type=search] {
  border-color: rgba(243, 238, 229, 0.14);
  color: #f3eee5;
}
.sec_night .filter_key input[type=search]::placeholder {
  color: rgba(167, 156, 140, 0.75);
}
.sec_night .filter_key input[type=search]:focus {
  border-color: #d98a35;
}
.sec_night .filter_key .key_icon {
  border-color: #a79c8c;
}
.sec_night .filter_key .key_icon::after {
  background-color: #a79c8c;
}
.sec_night .filter_key .key_clear {
  color: #a79c8c;
}
@media only screen and (min-width: 1025px) {
  .sec_night .filter_key .key_clear:hover {
    color: #d98a35;
  }
}
.sec_night .list_status {
  color: #a79c8c;
}

.list_status {
  margin-bottom: 20px;
  color: #6a6154;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.list_status .hit {
  color: #8e5417;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.sec_night .list_status .hit {
  color: #d98a35;
}

.list_empty {
  padding: clamp(40px, 5vw, 64px);
  border: 1px solid rgba(28, 24, 19, 0.14);
  text-align: center;
}
.list_empty .empty_en {
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8e5417;
  font-size: 11px;
}
.list_empty h3 {
  margin-top: 12px;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
}
.list_empty p {
  max-width: 32em;
  margin: 14px auto 0;
  color: #6a6154;
  font-size: 14px;
  line-height: 1.95;
}

.list_empty + .link_list {
  margin-top: 32px;
}

.sec_night .list_empty {
  border-color: rgba(243, 238, 229, 0.14);
}
.sec_night .list_empty .empty_en {
  color: #d98a35;
}
.sec_night .list_empty p {
  color: #a79c8c;
}

.is_hide {
  display: none !important;
}

.article_body {
  max-width: 40em;
  font-size: 15px;
  line-height: 2.1;
}
.article_body.page_modules {
  max-width: none;
}

.article_body:not(.page_modules) > * + * {
  margin-top: 1.6em;
}
.article_body:not(.page_modules) h2 {
  margin-top: 2.4em;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(28, 24, 19, 0.14);
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.article_body:not(.page_modules) h3 {
  margin-top: 2em;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.article_body:not(.page_modules) p {
  color: #6a6154;
}
.article_body:not(.page_modules) strong {
  color: #1c1813;
  font-weight: 900;
}
.article_body:not(.page_modules) a {
  color: #8e5417;
  text-decoration: underline;
}
@media only screen and (min-width: 1025px) {
  .article_body:not(.page_modules) a:hover {
    text-decoration: none;
  }
}
.article_body:not(.page_modules) ul,
.article_body:not(.page_modules) ol {
  color: #6a6154;
}
.article_body:not(.page_modules) ul li,
.article_body:not(.page_modules) ol li {
  position: relative;
  padding-left: 20px;
}
.article_body:not(.page_modules) ul li + li,
.article_body:not(.page_modules) ol li + li {
  margin-top: 8px;
}
.article_body:not(.page_modules) ul li::before,
.article_body:not(.page_modules) ol li::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 2px;
  width: 6px;
  height: 1px;
  background-color: #8e5417;
}
.article_body:not(.page_modules) ol {
  counter-reset: article_ol;
}
.article_body:not(.page_modules) ol li {
  padding-left: 28px;
}
.article_body:not(.page_modules) ol li::before {
  counter-increment: article_ol;
  content: counter(article_ol) ".";
  top: 0;
  width: auto;
  height: auto;
  background: none;
  color: #8e5417;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
.article_body:not(.page_modules) figure {
  margin: 2.4em 0;
}
.article_body:not(.page_modules) figure img {
  width: 100%;
}
.article_body:not(.page_modules) figure figcaption {
  margin-top: 10px;
  color: #6a6154;
  font-size: 12px;
  line-height: 1.7;
}
.article_body:not(.page_modules) blockquote {
  padding: 4px 0 4px 20px;
  border-left: 2px solid #8e5417;
  color: #6a6154;
  font-size: 14px;
}

.post_nav {
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin-top: clamp(48px, 5vw, 72px);
  padding-top: clamp(28px, 3vw, 40px);
  border-top: 1px solid rgba(28, 24, 19, 0.14);
}
@media only screen and (max-width: 640px) {
  .post_nav {
    flex-direction: column;
  }
}
.post_nav .nav_set {
  flex: 1 1 0;
  min-width: 0;
}
.post_nav .nav_set.is_next {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .post_nav .nav_set.is_next {
    text-align: left;
  }
}
.post_nav .nav_set a {
  display: block;
  height: 100%;
  padding: 18px 20px;
  border: 1px solid rgba(28, 24, 19, 0.14);
  transition: border-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (min-width: 1025px) {
  .post_nav .nav_set a:hover {
    border-color: #8e5417;
  }
  .post_nav .nav_set a:hover .nav_title {
    color: #8e5417;
  }
}
.post_nav .nav_set .nav_dir {
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8e5417;
  font-size: 10px;
}
.post_nav .nav_set .nav_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 8px;
  color: #1c1813;
  font-size: 14px;
  line-height: 1.7;
  transition: color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.post_nav .nav_set.is_none {
  visibility: hidden;
}
@media only screen and (max-width: 640px) {
  .post_nav .nav_set.is_none {
    display: none;
  }
}

.work_main {
  margin-bottom: clamp(32px, 4vw, 52px);
}
.work_main img {
  width: 100%;
  aspect-ratio: 4/3;
  max-height: 620px;
  object-fit: cover;
}
.work_main figcaption {
  margin-top: 12px;
  color: #6a6154;
  font-size: 12px;
  line-height: 1.7;
}

.stock_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.2vw, 32px);
}
@media only screen and (max-width: 900px) {
  .stock_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .stock_list {
    grid-template-columns: 1fr;
  }
}

.stock_set a {
  display: block;
  height: 100%;
  border: 1px solid rgba(28, 24, 19, 0.14);
  background-color: #fbf9f6;
  transition: border-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (min-width: 1025px) {
  .stock_set a:hover {
    border-color: #8e5417;
  }
  .stock_set a:hover .img_wrap img {
    transform: scale(1.06);
  }
  .stock_set a:hover h3 {
    color: #8e5417;
  }
}
.stock_set .img_wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  background-color: #e3ddd1;
}
.stock_set .img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.stock_set .txt_wrap {
  padding: 18px 20px 20px;
}
.stock_set .stock_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.stock_set .stock_body {
  color: #6a6154;
  font-size: 11px;
  letter-spacing: 0.06em;
}
.stock_set h3 {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.5;
  transition: color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.stock_set .stock_spec {
  margin-top: 8px;
  color: #6a6154;
  font-size: 12px;
  line-height: 1.7;
}
.stock_set .stock_price {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(28, 24, 19, 0.14);
}

.stock_state {
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.stock_state.is_ready {
  background-color: #8e5417;
  color: #fbf9f6;
}
.stock_state.is_talking {
  border: 1px solid #8e5417;
  color: #8e5417;
}
.stock_state.is_sold {
  background-color: rgba(28, 24, 19, 0.55);
  color: #fbf9f6;
}

.stock_price {
  color: #1c1813;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.stock_price .total {
  display: block;
  margin-top: 4px;
  color: #6a6154;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.stock_noimg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #efeae1;
  color: #6a6154;
}
.stock_noimg .noimg_en {
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 10px;
  opacity: 0.7;
}
.stock_noimg .noimg_txt {
  font-size: 13px;
}

.stock_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(24px, 3vw, 36px);
  padding-bottom: clamp(20px, 2.4vw, 28px);
  border-bottom: 1px solid rgba(28, 24, 19, 0.14);
}
.stock_head .stock_price {
  font-size: clamp(28px, 3.4vw, 40px);
}
.stock_head .stock_price .total {
  font-size: 13px;
}

.work_main.stock_noimg {
  aspect-ratio: 16/9;
  max-height: 480px;
  border: 1px solid rgba(28, 24, 19, 0.14);
}

.stock_equip {
  margin-top: clamp(28px, 3vw, 40px);
}
.stock_equip h2 {
  margin-bottom: 14px;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.stock_equip ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.stock_equip li {
  padding: 6px 14px;
  border: 1px solid rgba(28, 24, 19, 0.14);
  background-color: #fbf9f6;
  color: #6a6154;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.search_page_form {
  margin-bottom: clamp(28px, 3vw, 40px);
}
.search_page_form .search_field {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(28, 24, 19, 0.28);
  transition: border-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.search_page_form .search_field:focus-within {
  border-bottom-color: #8e5417;
}
.search_page_form input[type=search] {
  flex: 1 1 0;
  min-width: 0;
  padding: 14px 0;
  color: #1c1813;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.search_page_form input[type=search]::placeholder {
  color: rgba(106, 97, 84, 0.7);
}
.search_page_form input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.search_page_form .search_submit {
  flex-shrink: 0;
  padding: 12px 28px;
  background-color: #8e5417;
  color: #fbf9f6;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  transition: background-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (min-width: 1025px) {
  .search_page_form .search_submit:hover {
    background-color: #d98a35;
  }
}

.search_list {
  border-top: 1px solid rgba(28, 24, 19, 0.14);
}
.search_list .search_item {
  border-bottom: 1px solid rgba(28, 24, 19, 0.14);
}
.search_list .search_item a {
  display: block;
  padding: 24px 0;
}
@media only screen and (min-width: 1025px) {
  .search_list .search_item a:hover .item_title {
    color: #8e5417;
  }
}
.search_list .search_item .item_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.search_list .search_item .item_type {
  padding: 3px 10px;
  background-color: rgba(142, 84, 23, 0.1);
  color: #8e5417;
  font-size: 11px;
  letter-spacing: 0.08em;
}
.search_list .search_item .item_date {
  color: #6a6154;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.search_list .search_item .item_title {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.6;
  transition: color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.search_list .search_item .item_lead {
  margin-top: 8px;
  color: #6a6154;
  font-size: 13px;
  line-height: 1.9;
}
.search_list .search_item .item_path {
  margin-top: 8px;
  color: #6a6154;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  word-break: break-all;
}
.search_list .search_item mark {
  background-color: rgba(217, 138, 53, 0.28);
  color: inherit;
  font-weight: 900;
}

.ctn-search-form {
  margin-bottom: clamp(28px, 3vw, 40px);
}
.ctn-search-form .ctn-search-form__label {
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  color: #8e5417;
  font-size: 11px;
}
.ctn-search-form .ctn-search-form__row {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(28, 24, 19, 0.28);
  transition: border-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.ctn-search-form .ctn-search-form__row:focus-within {
  border-bottom-color: #8e5417;
}
.ctn-search-form .ctn-search-form__input {
  flex: 1 1 0;
  min-width: 0;
  padding: 14px 0;
  border: none;
  background: none;
  color: #1c1813;
  font-family: inherit;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.ctn-search-form .ctn-search-form__input::placeholder {
  color: rgba(106, 97, 84, 0.7);
}
.ctn-search-form .ctn-search-form__input:focus {
  outline: none;
}
.ctn-search-form .ctn-search-form__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.ctn-search-form .ctn-search-form__btn {
  flex-shrink: 0;
  padding: 12px 28px;
  border: none;
  background-color: #8e5417;
  color: #fbf9f6;
  font-family: inherit;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (min-width: 1025px) {
  .ctn-search-form .ctn-search-form__btn:hover {
    background-color: #d98a35;
  }
}
@media only screen and (max-width: 640px) {
  .ctn-search-form .ctn-search-form__btn {
    padding: 12px 18px;
  }
}

.ctn-search .ctn-search__summary {
  margin-bottom: 20px;
  color: #6a6154;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.ctn-search .ctn-search__summary strong,
.ctn-search .ctn-search__summary b {
  color: #8e5417;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.ctn-search .ctn-search__list {
  border-top: 1px solid rgba(28, 24, 19, 0.14);
}
.ctn-search .ctn-search__item {
  border-bottom: 1px solid rgba(28, 24, 19, 0.14);
}
.ctn-search .ctn-search__link {
  display: block;
  padding: 24px 0;
}
@media only screen and (min-width: 1025px) {
  .ctn-search .ctn-search__link:hover .ctn-search__title {
    color: #8e5417;
  }
}
.ctn-search .ctn-search__badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 10px;
  background-color: rgba(142, 84, 23, 0.1);
  color: #8e5417;
  font-size: 11px;
  letter-spacing: 0.08em;
}
.ctn-search .ctn-search__title {
  display: block;
  color: #1c1813;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.6;
  transition: color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.ctn-search .ctn-search__excerpt {
  display: block;
  margin-top: 8px;
  color: #6a6154;
  font-size: 13px;
  line-height: 1.9;
}
.ctn-search .ctn-search__date,
.ctn-search .ctn-search__path {
  display: block;
  margin-top: 8px;
  color: #6a6154;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  word-break: break-all;
}
.ctn-search mark {
  background-color: rgba(217, 138, 53, 0.28);
  color: inherit;
  font-weight: 900;
}
.ctn-search .ctn-search__empty,
.ctn-search .ctn-search__error {
  padding: clamp(40px, 5vw, 64px);
  border: 1px solid rgba(28, 24, 19, 0.14);
  color: #6a6154;
  font-size: 14px;
  line-height: 1.95;
  text-align: center;
}
.ctn-search .ctn-search__pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: clamp(28px, 3vw, 40px);
}
.ctn-search .ctn-search__pager a,
.ctn-search .ctn-search__pager span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid rgba(28, 24, 19, 0.14);
  color: #6a6154;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  transition: border-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.ctn-search .ctn-search__pager .is_current,
.ctn-search .ctn-search__pager [aria-current] {
  border-color: #8e5417;
  background-color: #8e5417;
  color: #fbf9f6;
}
@media only screen and (min-width: 1025px) {
  .ctn-search .ctn-search__pager a:hover {
    border-color: #8e5417;
    color: #8e5417;
  }
}

.contact_form {
  margin-top: clamp(32px, 4vw, 52px);
}
.contact_form .form_row {
  display: flex;
  gap: clamp(20px, 3vw, 40px);
  padding: 24px 0;
  border-top: 1px solid rgba(28, 24, 19, 0.14);
}
@media only screen and (max-width: 640px) {
  .contact_form .form_row {
    flex-direction: column;
    gap: 10px;
    padding: 18px 0;
  }
}
.contact_form .form_row:last-of-type {
  border-bottom: 1px solid rgba(28, 24, 19, 0.14);
}
.contact_form .form_label {
  flex-shrink: 0;
  width: 240px;
  padding-top: 12px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 640px) {
  .contact_form .form_label {
    width: 100%;
    padding-top: 0;
  }
}
.contact_form .form_label .req,
.contact_form .form_label .any {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.06em;
  vertical-align: 2px;
}
.contact_form .form_label .req {
  background-color: #8e5417;
  color: #fbf9f6;
}
.contact_form .form_label .any {
  border: 1px solid rgba(28, 24, 19, 0.14);
  color: #6a6154;
}
.contact_form .form_field {
  flex: 1 1 0;
  min-width: 0;
}
.contact_form .form_field input[type=text],
.contact_form .form_field input[type=email],
.contact_form .form_field input[type=tel],
.contact_form .form_field textarea,
.contact_form .form_field select {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(28, 24, 19, 0.28);
  background-color: #fbf9f6;
  color: #1c1813;
  font-size: 16px;
  line-height: 1.7;
  transition: border-color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.contact_form .form_field input[type=text]::placeholder,
.contact_form .form_field input[type=email]::placeholder,
.contact_form .form_field input[type=tel]::placeholder,
.contact_form .form_field textarea::placeholder,
.contact_form .form_field select::placeholder {
  color: rgba(106, 97, 84, 0.7);
}
.contact_form .form_field input[type=text]:focus,
.contact_form .form_field input[type=email]:focus,
.contact_form .form_field input[type=tel]:focus,
.contact_form .form_field textarea:focus,
.contact_form .form_field select:focus {
  border-color: #8e5417;
}
.contact_form .form_field textarea {
  min-height: 200px;
  resize: vertical;
}
.contact_form .form_field select {
  background-image: linear-gradient(45deg, transparent 50%, #6a6154 50%), linear-gradient(135deg, #6a6154 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% + 2px), calc(100% - 14px) calc(50% + 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 44px;
}
.contact_form .form_field .field_note {
  margin-top: 8px;
  color: #6a6154;
  font-size: 12px;
  line-height: 1.7;
}
.contact_form .form_privacy {
  margin-top: 32px;
  text-align: center;
}
.contact_form .form_privacy label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  cursor: pointer;
}
.contact_form .form_privacy input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(28, 24, 19, 0.4);
  background-color: #fbf9f6;
  cursor: pointer;
}
.contact_form .form_privacy input[type=checkbox]:checked {
  border-color: #8e5417;
  background-color: #8e5417;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fbf9f6' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5 6.5 11.5 12.5 4.5'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}
.contact_form .form_privacy a {
  color: #8e5417;
  text-decoration: underline;
}
.contact_form .form_submit {
  margin-top: 32px;
  text-align: center;
}
.contact_form .form_submit button {
  min-width: 280px;
  padding: 20px 32px;
  background-color: #8e5417;
  color: #fbf9f6;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.08em;
  transition: background-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (min-width: 1025px) {
  .contact_form .form_submit button:hover {
    background-color: #d98a35;
  }
}
@media only screen and (max-width: 640px) {
  .contact_form .form_submit button {
    width: 100%;
    min-width: 0;
  }
}

.form_page_wrap {
  max-width: 900px;
  margin: clamp(40px, 6vw, 88px) auto;
  padding: clamp(32px, 5vw, 64px) clamp(20px, 4vw, 56px);
  background-color: #efeae1;
  color: #1c1813;
}
@media only screen and (max-width: 640px) {
  .form_page_wrap {
    margin: 32px 16px;
  }
}

.form_steps {
  display: flex;
  margin: 0 0 clamp(28px, 4vw, 40px);
  padding: 0;
  list-style: none;
}

.form_step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  color: #6a6154;
  font-size: 13px;
  text-align: center;
}
.form_step::before {
  content: "";
  position: absolute;
  top: 17px;
  left: -50%;
  width: 100%;
  height: 1px;
  background-color: #e3ddd1;
  z-index: 0;
}
.form_step:first-child::before {
  display: none;
}
.form_step.is_current {
  color: #14110e;
  font-weight: 900;
}

.form_step_num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #e3ddd1;
  color: #6a6154;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.form_step.is_current .form_step_num {
  background-color: #8e5417;
  color: #fbf9f6;
}
.form_step.is_done .form_step_num {
  background-color: #14110e;
  color: #fbf9f6;
}

.form_step_label {
  font-size: 13px;
}

.form_page_head {
  margin-bottom: clamp(22px, 4vw, 32px);
}

.form_page_label {
  display: block;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8e5417;
  margin-bottom: 8px;
}

.form_page_title {
  margin: 0 0 12px;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900;
  color: #14110e;
  line-height: 1.3;
}

.form_page_text {
  margin: 0;
  color: #6a6154;
  font-size: 14px;
  line-height: 1.9;
}

.form_error_box {
  margin-bottom: clamp(20px, 3vw, 28px);
  padding: clamp(16px, 2.4vw, 20px) clamp(18px, 2.6vw, 24px);
  background-color: rgba(163, 64, 47, 0.08);
  border: 1px solid rgba(163, 64, 47, 0.4);
  border-left-width: 4px;
}
.form_error_box .form_error_box_title {
  margin: 0 0 8px;
  color: #a3402f;
  font-weight: 900;
  font-size: 14px;
}
.form_error_box ul {
  margin: 0;
  padding-left: 1.2em;
}
.form_error_box li {
  color: #8a3325;
  font-size: 14px;
  line-height: 1.9;
}

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

.form_field {
  display: flex;
  gap: clamp(20px, 3vw, 40px);
  padding: 24px 0;
  border-top: 1px solid rgba(28, 24, 19, 0.14);
}
.form_field:last-of-type {
  border-bottom: 1px solid rgba(28, 24, 19, 0.14);
}
@media only screen and (max-width: 640px) {
  .form_field {
    flex-direction: column;
    gap: 10px;
    padding: 18px 0;
  }
}

.form_field_label {
  flex-shrink: 0;
  width: 220px;
  padding-top: 12px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #14110e;
}
@media only screen and (max-width: 640px) {
  .form_field_label {
    width: 100%;
    padding-top: 0;
  }
}
.form_field_label .required_mark,
.form_field_label .form_field_any {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.06em;
  vertical-align: 2px;
}
.form_field_label .required_mark {
  background-color: #8e5417;
  color: #fbf9f6;
}
.form_field_label .form_field_any {
  border: 1px solid rgba(28, 24, 19, 0.14);
  color: #6a6154;
}

.form_field_input {
  flex: 1 1 0;
  min-width: 0;
}
.form_field_input input[type=text],
.form_field_input input[type=email],
.form_field_input input[type=tel],
.form_field_input input[type=number],
.form_field_input input[type=date],
.form_field_input textarea,
.form_field_input select {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(28, 24, 19, 0.28);
  background-color: #fbf9f6;
  color: #1c1813;
  font-size: 16px;
  line-height: 1.7;
  transition: border-color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.form_field_input input[type=text]::placeholder,
.form_field_input input[type=email]::placeholder,
.form_field_input input[type=tel]::placeholder,
.form_field_input input[type=number]::placeholder,
.form_field_input input[type=date]::placeholder,
.form_field_input textarea::placeholder,
.form_field_input select::placeholder {
  color: rgba(106, 97, 84, 0.7);
}
.form_field_input input[type=text]:focus,
.form_field_input input[type=email]:focus,
.form_field_input input[type=tel]:focus,
.form_field_input input[type=number]:focus,
.form_field_input input[type=date]:focus,
.form_field_input textarea:focus,
.form_field_input select:focus {
  outline: none;
  border-color: #8e5417;
}
.form_field_input textarea {
  min-height: 180px;
  resize: vertical;
}
.form_field_input select {
  background-image: linear-gradient(45deg, transparent 50%, #6a6154 50%), linear-gradient(135deg, #6a6154 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% + 2px), calc(100% - 14px) calc(50% + 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 44px;
  cursor: pointer;
}

.form_field_help {
  margin: 8px 0 0;
  color: #6a6154;
  font-size: 12px;
  line-height: 1.7;
}

.form_radio_group,
.form_checkbox_group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 6px;
}

.form_radio,
.form_check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #14110e;
  cursor: pointer;
  line-height: 1.7;
}
.form_radio input,
.form_check input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 1px solid rgba(28, 24, 19, 0.4);
  background-color: #fbf9f6;
  cursor: pointer;
}

.form_radio input {
  border-radius: 50%;
}
.form_radio input:checked {
  border-color: #8e5417;
  background-color: #fbf9f6;
  background-image: radial-gradient(#8e5417 0 45%, transparent 47%);
}

.form_check input:checked {
  border-color: #8e5417;
  background-color: #8e5417;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fbf9f6' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5 6.5 11.5 12.5 4.5'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}

.form_agree {
  margin-top: clamp(24px, 4vw, 32px);
}

.form_agree_label {
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8e5417;
  margin: 0 0 8px;
  text-align: center;
}

.form_agree_box {
  margin: 0 auto 16px;
  max-width: 640px;
  color: #6a6154;
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
}
.form_agree_box a {
  color: #8e5417;
  text-decoration: underline;
}

.form_agree_check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  color: #14110e;
  cursor: pointer;
  line-height: 1.7;
}
.form_agree_check input[type=checkbox] {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 1px solid rgba(28, 24, 19, 0.4);
  background-color: #fbf9f6;
  cursor: pointer;
}
.form_agree_check input[type=checkbox]:checked {
  border-color: #8e5417;
  background-color: #8e5417;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fbf9f6' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5 6.5 11.5 12.5 4.5'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}

.form_actions {
  margin-top: clamp(28px, 4vw, 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.form_actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 220px;
  justify-content: center;
  padding: 17px 32px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.06em;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (max-width: 640px) {
  .form_actions .btn {
    min-width: 0;
    width: 100%;
  }
}
.form_actions .btn_primary,
.form_actions .btn_submit,
.form_actions .btn_fill {
  background-color: #8e5417;
  color: #fbf9f6;
}
@media only screen and (min-width: 1025px) {
  .form_actions .btn_primary:hover,
  .form_actions .btn_submit:hover,
  .form_actions .btn_fill:hover {
    background-color: #d98a35;
  }
}
.form_actions .btn_outline,
.form_actions .btn_back {
  background-color: #fbf9f6;
  color: #6a6154;
  border-color: rgba(28, 24, 19, 0.28);
}
@media only screen and (min-width: 1025px) {
  .form_actions .btn_outline:hover,
  .form_actions .btn_back:hover {
    border-color: #8e5417;
    color: #8e5417;
  }
}

.form_confirm {
  margin-top: clamp(20px, 3vw, 28px);
}

.form_confirm_list {
  margin: 0;
  border: 1px solid rgba(28, 24, 19, 0.14);
  background-color: #fbf9f6;
}

.form_confirm_row {
  display: flex;
  gap: clamp(16px, 3vw, 32px);
  padding: clamp(15px, 2.2vw, 19px) clamp(18px, 2.6vw, 24px);
}
.form_confirm_row + .form_confirm_row {
  border-top: 1px solid rgba(28, 24, 19, 0.14);
}
.form_confirm_row dt {
  flex-shrink: 0;
  width: 200px;
  margin: 0;
  font-weight: 900;
  font-size: 14px;
  color: #6a6154;
}
.form_confirm_row dd {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  font-size: 15px;
  color: #14110e;
  line-height: 1.8;
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}
@media only screen and (max-width: 640px) {
  .form_confirm_row {
    flex-direction: column;
    gap: 4px;
  }
  .form_confirm_row dt {
    width: 100%;
    font-size: 13px;
  }
}

.form_confirm_agree {
  margin-top: clamp(20px, 3vw, 28px);
  padding: clamp(16px, 2.4vw, 20px) clamp(18px, 2.6vw, 24px);
  background-color: #fbf9f6;
  border: 1px solid rgba(28, 24, 19, 0.14);
  text-align: center;
}

.form_confirm_agree_label {
  margin: 0 0 6px;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8e5417;
}

.form_confirm_agree_text {
  margin: 0;
  font-size: 14px;
  color: #6a6154;
  line-height: 1.8;
}

.form_complete {
  display: flex;
  justify-content: center;
}

.form_complete_card {
  max-width: 600px;
  width: 100%;
  text-align: center;
  background-color: #fbf9f6;
  border: 1px solid rgba(28, 24, 19, 0.14);
  padding: clamp(40px, 6vw, 64px) clamp(24px, 4vw, 48px);
}

.form_complete_icon {
  width: 72px;
  height: 72px;
  margin: 0 auto clamp(18px, 3vw, 24px);
  border-radius: 50%;
  background-color: rgba(142, 84, 23, 0.12);
  position: relative;
}
.form_complete_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 14px;
  margin: -6px 0 0 -13px;
  border-left: 3px solid #8e5417;
  border-bottom: 3px solid #8e5417;
  transform: rotate(-45deg);
}

.form_complete_label {
  display: block;
  margin-bottom: 8px;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8e5417;
}

.form_complete_title {
  margin: 0 0 clamp(14px, 2vw, 18px);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900;
  color: #14110e;
  line-height: 1.3;
}

.form_complete_text {
  margin: 0 0 clamp(28px, 4vw, 36px);
  font-size: 15px;
  color: #6a6154;
  line-height: 1.9;
}

.form_complete_actions {
  display: flex;
  justify-content: center;
}
.form_complete_actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.06em;
  background-color: #8e5417;
  color: #fbf9f6;
  transition: background-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (min-width: 1025px) {
  .form_complete_actions .btn:hover {
    background-color: #d98a35;
  }
}

.contact_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 4vw, 56px);
  padding: clamp(32px, 4vw, 48px);
  border: 1px solid rgba(28, 24, 19, 0.14);
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .contact_tel {
    flex-direction: column;
    gap: 14px;
  }
}
.contact_tel .tel_txt {
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .contact_tel .tel_txt {
    text-align: center;
  }
}
.contact_tel .tel_txt .tel_en {
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8e5417;
  font-size: 11px;
}
.contact_tel .tel_txt p {
  margin-top: 6px;
  color: #6a6154;
  font-size: 14px;
  line-height: 1.8;
}
.contact_tel .tel_num {
  color: #1c1813;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(30px, 3.6vw, 42px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media only screen and (min-width: 1025px) {
  .contact_tel .tel_num:hover {
    color: #8e5417;
  }
}

.post_list_wrap {
  display: contents;
}

.goods_set .goods_state {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.goods_set .goods_state.is_order {
  border: 1px solid #8e5417;
  background-color: #fbf9f6;
  color: #8e5417;
}
.goods_set .goods_state.is_stock {
  background-color: #8e5417;
  color: #fbf9f6;
}
.goods_set .goods_state.is_sold {
  background-color: rgba(28, 24, 19, 0.55);
  color: #fbf9f6;
}
.goods_set .goods_price {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(28, 24, 19, 0.14);
  color: #1c1813;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(18px, 1.8vw, 21px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.goods_set .goods_price .price_note {
  display: block;
  margin-top: 3px;
  color: #6a6154;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}

.gallery + .goods_head {
  margin-top: clamp(28px, 3.4vw, 44px);
}

.goods_head {
  margin-bottom: clamp(24px, 3vw, 36px);
  padding-bottom: clamp(20px, 2.4vw, 28px);
  border-bottom: 1px solid rgba(28, 24, 19, 0.14);
}
.goods_head .goods_price_main {
  color: #1c1813;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.goods_head .goods_price_note {
  margin-top: 6px;
  color: #6a6154;
  font-size: 13px;
  line-height: 1.7;
}

.goods_spec {
  margin-top: clamp(24px, 3vw, 36px);
}
.goods_spec h3 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 900;
}
.goods_spec ul {
  display: grid;
  gap: 6px;
}
.goods_spec li {
  position: relative;
  padding-left: 16px;
  color: #1c1813;
  font-size: 14px;
  line-height: 1.8;
}
.goods_spec li::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 6px;
  height: 1px;
  background-color: #8e5417;
  content: "";
}

.stock_state.is_order {
  border: 1px solid #8e5417;
  color: #8e5417;
}
.stock_state.is_stock {
  background-color: #8e5417;
  color: #fbf9f6;
}

.goods_cta {
  margin-top: clamp(28px, 3.4vw, 44px);
  padding-top: clamp(24px, 3vw, 32px);
  border-top: 1px solid rgba(28, 24, 19, 0.14);
  text-align: center;
}
.goods_cta .cta_note {
  margin-top: 12px;
  color: #6a6154;
  font-size: 13px;
  line-height: 1.8;
}
.goods_cta .cta_note a {
  color: #8e5417;
  text-decoration: underline;
}
@media only screen and (min-width: 1025px) {
  .goods_cta .cta_note a:hover {
    text-decoration: none;
  }
}
.goods_cta .btn.is_disabled {
  border-color: rgba(28, 24, 19, 0.2);
  background-color: rgba(28, 24, 19, 0.06);
  color: #6a6154;
  cursor: default;
}
.goods_cta .btn.is_disabled::after {
  content: none;
}
.goods_cta .btn.is_disabled.btn_fill {
  border-color: rgba(28, 24, 19, 0.2);
  background-color: rgba(28, 24, 19, 0.06);
  color: #6a6154;
}

.gallery.goods_gallery .gallery_set {
  max-width: var(--img_w, 100%);
  margin: 0 auto;
}