html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  height: 1px;
}
:root {
  --color-brown-1: #4b2b22;
  --color-brown-2: #6c4229;
  --color-brown-3: #bb815f;
  --color-brown-4: #251e1c;
  --color-brown-5: #d4bfb5;
  --color-brown-6: #f9f3f2;
  --color-brown-7: #eae3db;
  --color-brown-8: #c9bfbc;
  --color-black-1: #000;
  --color-white-1: #fff;
  --color-white-2: #f8f8f8;
  --color-gray-1: #d9d9d9;
  --color-gray-2: #c6c6c6;
  --color-red-1: #b91616;
  --color-orange-1: #f38e18;
  --radius-SS: 4px;
  --radius-S: 8px;
  --radius-1: 16px;
  --radius-2: 24px;
  --radius-3: 32px;
  --radius-4: 40px;
  --radius-5: 64px;
  --margin-1: 8px;
  --margin-2: 16px;
  --margin-3: 24px;
  --margin-4: 32px;
  --margin-5: 40px;
  --margin-L: 64px;
  --margin-LS: 80px;
  --margin-LL: 120px;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  html {
    font-size: min(1.6px, 0.27vw);
  }
}
html.fixed {
  height: 100vh;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--color-brown-1);
  min-width: 1260px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
}
body.fixed main {
  filter: blur(5px);
}
main {
  min-height: 100vh;
  filter: blur(0);
  transition: 0.3s ease;
}
a {
  appearance: none;
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
button,
input,
select {
  appearance: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
}
.pc-oi {
  display: inline !important;
}
@media screen and (max-width: 767px) {
  .pc-oi {
    display: none !important;
  }
}
.sp-oi {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-oi {
    display: inline !important;
  }
}
.pc-ob {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-ob {
    display: none !important;
  }
}
.sp-ob {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-ob {
    display: block !important;
  }
}
.pc-of {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .pc-of {
    display: none !important;
  }
}
.sp-of {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-of {
    display: flex !important;
  }
}
.img-box {
  font-size: 0;
  width: 100%;
}
.img-box img {
  width: 100%;
  height: auto;
}
.img-hov img {
  transform: translate3d(0, 0, 0);
  transition: 0.3s ease;
}
.wrap {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.wrap-s {
  max-width: 900px;
  margin: 0 auto;
}
.wrap-out {
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap-out {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wrap-out .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.wrap-out-out {
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap-out-out {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wrap-out-out .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.wrap-max {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap-max {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-sp-max {
    max-width: 500px;
  }
}
.wrap-of {
  overflow: hidden;
}
.link-out {
  pointer-events: none;
}
.nolink * {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.7;
}
a.nolink {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.7;
}
.svg-fill,
.svg-path {
  transition: 0.3s ease;
}
.accordion-sw > * {
  cursor: pointer;
}
.accordion-tg {
  display: none;
}
section {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  section {
    padding-left: 0;
    padding-right: 0;
  }
}
.txt-ib span {
  display: inline-block;
}
.txt-indent {
  display: flex;
}
.txt-indent > span:nth-of-type(1) {
  flex-shrink: 0;
}
.txt-indent.circle {
  gap: 8px;
}
.txt-indent.circle > span:nth-of-type(1):before {
  content: "";
  display: inline-block;
  width: 8px;
  min-width: 0;
  aspect-ratio: 1/1;
  background: var(--color-brown-1);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .hov-img a:hover img {
    transform: translate3d(0, 0, 0) scale(1.1);
  }
}
.hov-img img {
  transform: translate3d(0, 0, 0);
  transition: 0.3s ease;
}
.txt-break {
  word-break: break-all;
  overflow-wrap: break-word;
}
.txt-red {
  color: var(--color-red-1);
  font-weight: bold;
}
.txt-center {
  text-align: center;
}
.threedot-1line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.threedot-2line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.threedot-3line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.threedot-4line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.threedot-5line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.threedot-6line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
@media screen and (max-width: 767px) {
  .threedot-3line-sp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.mt-5 {
  margin-top: var(--margin-5);
}
.mt-l {
  margin-top: var(--margin-L);
}
.mt-ll {
  margin-top: var(--margin-LL);
}
.link-box .link-box-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 150px;
  height: 36px;
  padding-left: 20px;
  transition: 0.3s ease;
}
.link-box .link-tit {
  display: block;
  font-family: "Brygada 1918", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1;
  transition: 0.3s ease;
}
.link-box .link-arrow {
  display: block;
  width: 23px;
  height: 1px;
  transition: 0.3s ease;
}
.link-box.link-brown .link-box-in {
  background: var(--color-brown-1);
  border: 1px solid var(--color-brown-1);
}
.link-box.link-brown .link-tit {
  color: var(--color-white-1);
}
.link-box.link-brown .link-arrow {
  background: var(--color-white-1);
}
@media screen and (min-width: 768px) {
  .link-box.link-brown a.link-box-in:hover {
    background: var(--color-white-1);
  }
  .link-box.link-brown a.link-box-in:hover .link-tit {
    color: var(--color-brown-1);
  }
  .link-box.link-brown a.link-box-in:hover .link-arrow {
    background: var(--color-brown-1);
  }
}
.link-box.link-bd-wh .link-box-in {
  border: 1px solid var(--color-white-1);
}
.link-box.link-bd-wh .link-tit {
  color: var(--color-white-1);
}
.link-box.link-bd-wh .link-arrow {
  background: var(--color-white-1);
}
@media screen and (min-width: 768px) {
  .link-box.link-bd-wh a.link-box-in:hover {
    background: var(--color-white-1);
  }
  .link-box.link-bd-wh a.link-box-in:hover .link-tit {
    color: var(--color-brown-1);
  }
  .link-box.link-bd-wh a.link-box-in:hover .link-arrow {
    background: var(--color-brown-1);
  }
}
.link-box.link-bd-br .link-box-in {
  border: 1px solid var(--color-brown-1);
  background: var(--color-white-1);
}
.link-box.link-bd-br .link-tit {
  color: var(--color-brown-1);
}
.link-box.link-bd-br .link-arrow {
  background: var(--color-brown-1);
}
@media screen and (min-width: 768px) {
  .link-box.link-bd-br a.link-box-in:hover {
    background: var(--color-brown-1);
  }
  .link-box.link-bd-br a.link-box-in:hover .link-tit {
    color: var(--color-white-1);
  }
  .link-box.link-bd-br a.link-box-in:hover .link-arrow {
    background: var(--color-white-1);
  }
}
.link-box.link-tr .link-box-in {
  background: transparent;
}
.link-box.link-center {
  display: flex;
  justify-content: center;
}
.link-box.link-right {
  display: flex;
  justify-content: flex-end;
}
.link-box.link-big .link-box-in {
  position: relative;
  justify-content: center;
  width: 400px;
  height: 64px;
  padding: 0;
}
.link-box.link-big .link-box-in .link-arrow {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  a:hover .link-brown .link-box-in {
    background: var(--color-white-1);
  }
  a:hover .link-brown .link-box-in .link-tit {
    color: var(--color-brown-1);
  }
  a:hover .link-brown .link-box-in .link-arrow {
    background: var(--color-brown-1);
  }
  a:hover .link-bd-wh .link-box-in {
    background: var(--color-white-1);
  }
  a:hover .link-bd-wh .link-box-in .link-tit {
    color: var(--color-brown-1);
  }
  a:hover .link-bd-wh .link-box-in .link-arrow {
    background: var(--color-brown-1);
  }
  a:hover .link-bd-br .link-box-in {
    background: var(--color-brown-1);
  }
  a:hover .link-bd-br .link-box-in .link-tit {
    color: var(--color-white-1);
  }
  a:hover .link-bd-br .link-box-in .link-arrow {
    background: var(--color-white-1);
  }
}
.tit-box-main .tit .en {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Brygada 1918", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: var(--color-brown-1);
  letter-spacing: 0.01em;
  line-height: 1;
}
.tit-box-main .tit .en:before {
  content: "";
  width: 4px;
  min-width: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-brown-1);
}
.tit-box-main .tit .jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  color: var(--color-brown-1);
  letter-spacing: 0.2em;
  line-height: 1.4;
  display: block;
  margin: 3px 0 0;
}
@media screen and (max-width: 767px) {
  .tit-box-main .tit .jp {
    font-size: 26px;
    display: block;
    margin: 6px 0 0;
  }
}
.tit-box-main.tit-wh .tit .en,
.tit-box-main.tit-wh .tit .jp {
  color: var(--color-white-1);
}
.bg-wrap {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .bg-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.bg-white {
  background: var(--color-white-1);
}
.sec-pd-lr0 {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .clm2-box-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .clm2-box-top > *:not(.tit-box-main) {
    width: 860px;
  }
}
.news-list article + article {
  margin: -1px 0 0;
}
.news-list a,
.news-list .article-in {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  height: 100px;
  border: 1px solid var(--color-brown-1);
  padding-left: 30px;
  margin-left: 60px;
  background: var(--color-white-1);
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .news-list a,
  .news-list .article-in {
    position: relative;
    display: block;
    height: 150px;
    margin: 0;
    padding: 20px 60px 15px 20px;
  }
}
@media screen and (min-width: 768px) {
  .news-list a:hover {
    margin-left: 0;
  }
  .news-list a:hover .ico {
    background: var(--color-brown-1);
  }
  .news-list a:hover .ico:before {
    border-color: var(--color-white-1);
  }
}
.news-list .meta-box {
  flex-shrink: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .news-list .meta-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.news-list .data {
  font-size: 14px;
  color: var(--color-brown-3);
}
.news-list .cat {
  display: flex;
}
@media screen and (min-width: 768px) {
  .news-list .cat {
    margin: 10px 0 0;
  }
}
.news-list .cat span {
  display: flex;
  align-items: center;
  height: 23px;
  padding: 0 15px 2px;
  background: var(--color-brown-3);
  font-size: 12px;
  color: #fff;
  line-height: 1;
}
.news-list .tit {
  font-size: 14px;
  line-height: 1.571;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .news-list .tit {
    margin: 15px 0 0;
  }
}
.news-list .ico {
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 100%;
  border-left: 1px solid var(--color-brown-1);
  margin-left: auto;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .news-list .ico {
    position: absolute;
    width: 39px;
    top: 0;
    right: 0;
    background: var(--color-brown-1);
  }
}
.news-list .ico:before {
  position: absolute;
  content: "";
  width: 10px;
  min-width: 0;
  aspect-ratio: 1/1;
  border-top: 1px solid var(--color-brown-1);
  border-right: 1px solid var(--color-brown-1);
  transform: rotate(45deg);
  margin-right: 3px;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .news-list .ico:before {
    border-color: var(--color-white-1);
  }
}
.slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 0;
  aspect-ratio: 1/1;
  border: 1px solid var(--color-brown-1);
  background: var(--color-white-1);
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .slick-arrow:hover {
    background: var(--color-brown-1);
  }
  .slick-arrow:hover:before {
    border-color: var(--color-white-1);
  }
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 46px;
  }
}
.slick-arrow:before {
  position: absolute;
  content: "";
  width: 10px;
  min-width: 0;
  aspect-ratio: 1/1;
  border-top: 1px solid var(--color-brown-1);
  border-right: 1px solid var(--color-brown-1);
  transform: rotate(45deg);
  margin-right: 4px;
  transition: 0.3s ease;
}
.slick-arrow.slick-prev {
  transform: rotate(180deg);
}
.slick-dots {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  pointer-events: none;
  transition: 0.3s ease;
}
.slick-dots li {
  width: 100%;
  max-width: 40px;
  height: 2px;
  background: var(--color-gray-1);
}
.slick-dots .slick-active {
  background: var(--color-brown-1);
}
.slide-indicator {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .slide-indicator {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .slide-indicator .slick-dots {
    width: 100%;
  }
}
.slide-indicator .slick-arrow {
  flex-shrink: 0;
}
.slide-indicator .slick-next {
  margin-right: 10px;
}
.slide-indicator .link-box {
  order: 999;
}
@media screen and (max-width: 767px) {
  .slide-indicator .link-box {
    margin: 30px auto 0;
  }
}
.fade-top {
  transform: translateY(50px);
  opacity: 0;
  transition: 1s ease;
}
.fade-top.on {
  transform: translateY(0);
  opacity: 1;
}
header {
  position: fixed;
  z-index: 900;
  width: 100%;
  min-width: 1260px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  header {
    min-width: auto;
  }
}
@media screen and (min-width: 768px) {
  header {
    backdrop-filter: blur(20px);
    background: rgba(255,255,255,0.3);
  }
}
@media screen and (max-width: 767px) {
  header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    background: rgba(255,255,255,0.3);
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  header.bg-on {
    background: rgba(75,43,34,0.3);
  }
}
@media screen and (max-width: 767px) {
  header.bg-on:before {
    background: rgba(75,43,34,0.3);
  }
}
header.header-under .head-nav-wrap ul {
  color: var(--color-brown-1);
}
.head-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 0 24px;
}
@media screen and (max-width: 767px) {
  .head-wrap {
    padding: 0 0 0 12px;
  }
}
.head-l {
  position: relative;
  flex-shrink: 0;
  width: 134px;
}
@media screen and (max-width: 767px) {
  .head-l {
    width: 92px;
    filter: blur(0);
    transition: 0.3s ease;
  }
  .head-l.on {
    filter: blur(5px);
  }
}
.head-l img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .head-r {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .head-r nav {
    display: flex;
    align-items: center;
    gap: 50px;
  }
}
.head-r .link-box {
  position: relative;
  width: 170px;
}
.head-r .link-box-in {
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .head-r .link-arrow {
    width: 27px;
  }
}
@media screen and (max-width: 767px) {
  .head-nav-wrap {
    position: fixed;
    top: 0;
    left: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
  }
  .head-nav-wrap.on {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .head-nav-wrap ul {
    display: flex;
    align-items: center;
    gap: 46px;
    color: var(--color-white-1);
  }
}
@media screen and (max-width: 767px) {
  .head-nav-wrap ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 30px;
    width: 90%;
    max-width: 290px;
    height: 100%;
    max-height: 500px;
    background: #fff;
    padding: 60px clamp(0px, 18%, 65px);
  }
  .head-nav-wrap ul li {
    width: 100%;
  }
}
.head-nav .link-tit {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .head-nav .link-tit {
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .head-nav a:hover .link-tit {
    color: var(--color-brown-3);
  }
}
.head-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .head-btn {
    position: relative;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    min-width: 0;
    aspect-ratio: 1/1;
    background: #fff;
  }
  .head-btn .head-btn-in {
    position: relative;
    display: block;
    width: 25px;
    height: 12px;
  }
  .head-btn .head-btn-in:before,
  .head-btn .head-btn-in:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--color-brown-1);
    left: 0;
    transition: 0.3s ease;
  }
  .head-btn .head-btn-in:before {
    top: 0;
  }
  .head-btn .head-btn-in:after {
    bottom: 0;
  }
  .head-btn.on .head-btn-in:before {
    top: 5px;
    transform: rotate(225deg);
  }
  .head-btn.on .head-btn-in:after {
    bottom: 5px;
    transform: rotate(-225deg);
  }
}
footer {
  position: relative;
  background: var(--color-brown-1);
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 0;
  }
}
footer .wrap-out {
  position: relative;
  padding: 60px 20px 70px;
}
footer .top-btn {
  position: absolute;
  top: -25px;
  right: 0;
}
@media screen and (max-width: 767px) {
  footer .top-btn {
    right: 20px;
  }
}
footer .top-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--color-brown-1);
  background: #fff;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  footer .top-btn a:hover {
    background: var(--color-brown-1);
    border-color: var(--color-white-1);
  }
  footer .top-btn a:hover:before {
    background: var(--color-white-1);
  }
  footer .top-btn a:hover span {
    color: var(--color-white-1);
  }
}
footer .top-btn a:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: var(--color-brown-1);
  top: 0;
  transition: 0.3s ease;
}
footer .top-btn span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .foot-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.foot-top .logo {
  width: 228px;
}
@media screen and (max-width: 767px) {
  .foot-top .logo {
    width: 201px;
  }
}
.foot-top .logo img {
  width: 100%;
  height: auto;
}
.foot-top .txt {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-gray-2);
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 26px 0 0;
}
@media screen and (max-width: 767px) {
  .foot-top .txt {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .foot-nav-wrap {
    margin: 60px 0 0;
  }
}
.foot-nav-wrap nav {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .foot-nav-wrap nav {
    gap: 25px;
  }
}
.foot-nav-wrap ul {
  display: flex;
  gap: 46px;
}
@media screen and (max-width: 767px) {
  .foot-nav-wrap ul {
    flex-wrap: wrap;
    gap: 25px 30px;
  }
}
.foot-nav-wrap ul+ ul li {
  min-width: 118px;
}
@media screen and (min-width: 768px) {
  .foot-nav a:hover .link-tit {
    color: var(--color-brown-3);
  }
}
.foot-nav .link-tit {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-white-1);
  letter-spacing: 0.1em;
  transition: 0.3s ease;
}
.foot-bot {
  margin: 40px 0 0;
  border-top: 1px solid var(--color-brown-5);
}
@media screen and (max-width: 767px) {
  .foot-bot {
    margin: 70px 0 0;
  }
}
.foot-bot .sns-box {
  margin: 30px 0 0;
}
.sns-box {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .sns-box {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .sns-box a:hover img {
    transform: scale(1.2) translate3d(0, 0, 0);
  }
}
.sns-box img {
  width: auto;
  height: 30px;
  transform: translate3d(0, 0, 0);
  transition: 0.3s ease;
}
.sns-box .sns-x img {
  height: 25px;
}
.sns-box .sns-yt img {
  height: 28px;
}
.sns-box .sns-ti img {
  height: 32px;
}
.sec-main {
  position: relative;
  height: 100vh;
  background: var(--color-brown-1);
}
@media screen and (max-width: 767px) {
  .sec-main {
    height: 100svh;
    min-height: 480rem;
  }
}
.sec-main .main-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sec-main .main-slide img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
.sec-main .wrap-out {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec-main .wrap-out {
    justify-content: center;
    padding: 0;
  }
}
.sec-main .txt-box {
  color: var(--color-white-1);
}
@media screen and (max-width: 767px) {
  .sec-main .txt-box {
    max-width: 513px;
    width: 100%;
    margin: 0 20px;
  }
}
.sec-main .txt-box .tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  letter-spacing: 0.2em;
  line-height: 1.41;
}
@media screen and (max-width: 767px) {
  .sec-main .txt-box .tit {
    font-size: 28rem;
    line-height: 1.5;
  }
}
.sec-main .txt-box .txt {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.85;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-main .txt-box .txt {
    font-size: 14rem;
  }
}
.sec-main .scroll-box {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(90deg);
  transform-origin: bottom right;
}
@media screen and (max-width: 767px) {
  .sec-main .scroll-box {
    right: calc(50% + 1px);
  }
}
.sec-main .scroll-box .txt {
  font-family: "Brygada 1918", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: var(--color-white-1);
  letter-spacing: 0.06em;
  line-height: 1;
}
.sec-main .scroll-box .ico {
  position: relative;
  width: 160px;
  height: 2px;
  background: var(--color-brown-4);
  margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-main .scroll-box .ico {
    width: 100px;
  }
}
.sec-main .scroll-box .ico:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-white-1);
  top: 0;
  right: 0;
  animation: scroll 1.4s ease infinite;
}
@-moz-keyframes scroll {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@-webkit-keyframes scroll {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@-o-keyframes scroll {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes scroll {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
.sec-about {
  position: relative;
  padding: 110px 0 154px;
}
@media screen and (max-width: 767px) {
  .sec-about {
    padding: 60px 0 70px;
  }
}
.sec-about:before {
  position: absolute;
  z-index: 20;
  content: "";
  width: 5px;
  height: 0;
  background: var(--color-brown-1);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 1s ease;
}
@media screen and (max-width: 767px) {
  .sec-about:before {
    width: 6px;
    height: 0;
  }
}
.sec-about .bg-box {
  position: absolute;
  z-index: 10px;
  width: 475px;
  height: 0;
  background: url("../img/top-about-bg.webp") top center/cover no-repeat;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 1s ease;
}
@media screen and (max-width: 767px) {
  .sec-about .bg-box {
    width: 100%;
    height: 0;
    opacity: 0.9;
  }
}
.sec-about.on:before {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec-about.on:before {
    height: 60px;
  }
}
.sec-about.on .bg-box {
  height: 800px;
}
@media screen and (max-width: 767px) {
  .sec-about.on .bg-box {
    height: 100%;
  }
}
.about-box-wrap {
  position: relative;
  z-index: 30;
  padding: 80px 80px 60px;
}
@media screen and (min-width: 768px) {
  .about-box-wrap {
    display: flex;
    justify-content: flex-end;
    background: url("../img/top-about-pc.webp") center left/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .about-box-wrap {
    padding: 0;
  }
  .about-box-wrap:before {
    content: "";
    display: block;
    width: 100%;
    min-width: 0;
    aspect-ratio: 67/68;
    background: url("../img/top-about-sp.webp") center left/cover no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .about-box {
    color: var(--color-white-1);
  }
}
@media screen and (max-width: 767px) {
  .about-box {
    padding: 50px 0 0;
    position: relative;
  }
  .about-box:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 60px;
    background: var(--color-brown-1);
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .about-box .tit-box-main .tit .en,
  .about-box .tit-box-main .tit .jp {
    color: var(--color-brown-1);
  }
}
.about-box .txt {
  font-size: 14px;
  line-height: 1.85;
  margin: 3em 0 0;
}
@media screen and (max-width: 767px) {
  .about-box .txt {
    letter-spacing: -0.02em;
  }
}
.about-box .txt + .txt {
  margin: 2em 0 0;
}
.about-box .link-box {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .about-box .link-box {
    justify-content: center;
  }
  .about-box .link-box .link-box-in {
    border-color: var(--color-brown-1);
  }
  .about-box .link-box .link-tit {
    color: var(--color-brown-1);
  }
  .about-box .link-box .link-arrow {
    background: var(--color-brown-1);
  }
}
.sec-passion {
  position: relative;
  padding-top: 20px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .sec-passion {
    padding-top: 70px;
    padding-bottom: 130px;
  }
}
.sec-passion:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 112px;
  background: var(--color-brown-1);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 1s ease;
}
@media screen and (min-width: 768px) {
  .sec-passion:before {
    transform: scaleY(0);
    transform-origin: top;
  }
}
@media screen and (max-width: 767px) {
  .sec-passion:before {
    width: 6px;
    height: 0;
    top: -50px;
    bottom: auto;
  }
}
.sec-passion .tit-box .tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 2.08;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-passion.on:before {
    transform: scaleY(1);
  }
}
@media screen and (max-width: 767px) {
  .sec-passion.on:before {
    height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .passion-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .passion-box {
    margin: 30px 0 0;
  }
}
.passion-box:before,
.passion-box:after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color-brown-1);
}
.passion-box article {
  flex-shrink: 0;
  width: 314px;
  aspect-ratio: 1/1;
  border: 1px solid var(--color-brown-1);
  border-radius: 50%;
  padding: 70px 50px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .passion-box article {
    width: 100%;
    max-width: 314px;
    min-height: 314px;
    margin: 0 auto;
  }
}
.passion-box article:nth-of-type(2) {
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .passion-box article:nth-of-type(2) {
    margin: -30px auto;
  }
}
.passion-box .num {
  font-family: "Brygada 1918", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  letter-spacing: 0.01em;
}
.passion-box .txt {
  font-size: 14px;
  line-height: 1.85;
  margin: 13px 0 0;
}
.sec-flow {
  position: relative;
  background: url("../img/top-flow-bg-pc.webp") center/cover no-repeat;
  padding: 60px 0 100px;
}
@media screen and (max-width: 767px) {
  .sec-flow {
    padding: 70px 0;
  }
}
.sec-flow:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 0;
  background: var(--color-white-1);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 1s ease;
}
@media screen and (max-width: 767px) {
  .sec-flow:before {
    width: 6px;
    height: 110px;
    background: linear-gradient(180deg, var(--color-brown-1) 0px, var(--color-brown-1) 50px, var(--color-white-1) 50px, var(--color-white-1) 140px);
    top: -50px;
  }
}
.sec-flow.on:before {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec-flow.on:before {
    height: 110px;
  }
}
.sec-flow .wrap-out {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec-flow .wrap-out {
    max-width: 1440px;
  }
}
.sec-flow .tit-box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-flow .tit-box {
    padding-left: 25px;
  }
}
.sec-flow .tit-box .tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  color: var(--color-white-1);
  letter-spacing: 0.4em;
  line-height: 4;
}
@media screen and (min-width: 768px) {
  .sec-flow .tit-box .tit {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
@media screen and (max-width: 767px) {
  .sec-flow .tit-box .tit {
    font-size: 24px;
    letter-spacing: 0.2em;
    line-height: 2.08;
  }
}
.sec-flow .tit-box span {
  display: block;
}
.flow-box {
  display: grid;
  gap: 100px;
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .flow-box {
    gap: 75px;
  }
}
@media screen and (min-width: 768px) {
  .flow-box article {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .flow-box .flow-in {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1340px;
  }
}
.flow-box .img-box {
  position: relative;
  width: 690px;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .flow-box .img-box {
    width: 100%;
  }
}
.flow-box .img-box:before,
.flow-box .img-box:after {
  position: absolute;
  content: "";
  height: 10px;
  background: var(--color-brown-3);
}
.flow-box .img-box:before {
  width: 460px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .flow-box .img-box:before {
    width: 52%;
  }
}
.flow-box .img-box:after {
  width: 300px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .flow-box .img-box:after {
    width: 55%;
  }
}
@media screen and (min-width: 768px) {
  .flow-box .txt-box-wrap {
    display: flex;
    width: calc(100% - 690px);
  }
}
@media screen and (max-width: 767px) {
  .flow-box .txt-box-wrap {
    width: 100%;
    padding-left: 30px;
  }
}
.flow-box .txt-box {
  position: relative;
  width: 100%;
  max-width: 484px;
  padding-top: 100px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .flow-box .txt-box {
    max-width: none;
    width: calc(100% + 20px);
    margin: 30px -20px 0 0;
    padding: 50px 0 20px;
    border-bottom: 1px solid var(--color-brown-3);
  }
}
.flow-box .tit {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .flow-box .tit {
    left: -30px;
  }
}
.flow-box .tit span {
  display: block;
}
.flow-box .tit .en {
  font-family: "Brygada 1918", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: var(--color-brown-2);
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .flow-box .tit .en {
    font-size: 20px;
  }
}
.flow-box .tit .num {
  font-family: "Brygada 1918", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 180px;
  color: var(--color-brown-2);
  letter-spacing: -0.04em;
  line-height: 130px;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .flow-box .tit .num {
    font-size: 80px;
    line-height: 70px;
    margin: 0;
  }
}
.flow-box .txt {
  position: relative;
  width: 336px;
  font-size: 18px;
  color: var(--color-white-1);
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .flow-box .txt {
    width: 100%;
    padding-right: 5px;
  }
}
@media screen and (min-width: 768px) {
  .flow-box article:nth-of-type(odd) {
    justify-content: flex-end;
    padding-left: 30px;
  }
  .flow-box article:nth-of-type(odd) .txt-box-wrap {
    justify-content: flex-end;
    padding-left: 90px;
  }
  .flow-box article:nth-of-type(odd) .txt-box {
    border-bottom: 1px solid var(--color-brown-3);
  }
  .flow-box article:nth-of-type(odd) .tit {
    left: -60px;
  }
}
@media screen and (min-width: 768px) {
  .flow-box article:nth-of-type(even) {
    padding-right: 30px;
  }
  .flow-box article:nth-of-type(even) .flow-in {
    gap: 90px;
  }
  .flow-box article:nth-of-type(even) .img-box {
    order: 1;
  }
  .flow-box article:nth-of-type(even) .txt-box-wrap {
    order: 0;
    justify-content: flex-end;
    width: calc(100% - 780px);
    border-bottom: 1px solid var(--color-brown-3);
  }
  .flow-box article:nth-of-type(even) .txt-box {
    padding-left: 30px;
    width: auto;
  }
  .flow-box article:nth-of-type(even) .txt {
    margin-left: 60px;
  }
}
.sec-products {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .sec-products {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-products .link-box {
    margin: 50px 0 0;
  }
}
.products-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .products-head {
    gap: 15px;
  }
}
.products-head .tit-box-main {
  width: 100%;
}
.products-head .txt {
  font-size: 14px;
  line-height: 1.85;
}
.products-body {
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .products-body {
    margin: 40px 0 0;
  }
}
.products-body article {
  height: 300px;
}
@media screen and (max-width: 767px) {
  .products-body article {
    height: auto;
  }
}
.products-body article+ article {
  margin: -1px 0 0;
}
.products-body a {
  position: relative;
  border: 1px solid var(--color-brown-1);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .products-body a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
  }
  .products-body a:hover .img-box img {
    filter: blur(5px) grayscale(0.7);
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .products-body a {
    display: block;
  }
}
.products-body .img-box {
  position: absolute;
  width: 546px;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: 0.6s ease;
}
@media screen and (max-width: 767px) {
  .products-body .img-box {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1092/596;
  }
}
.products-body .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.6s ease;
}
.products-body .txt-box {
  display: flex;
  justify-content: center;
  width: calc(100% - 546px);
}
@media screen and (max-width: 767px) {
  .products-body .txt-box {
    display: block;
    width: 100%;
    padding: 30px 20px 60px;
  }
}
.products-body .txt-box span {
  display: block;
}
.products-body .txt-box .tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .products-body .txt-box .tit {
    font-size: 18px;
  }
}
.products-body .txt-box .price {
  font-size: 14px;
  line-height: 1;
}
.products-body .link-box {
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.sec-news {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .sec-news {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-news .news-list {
    margin: 30px 0 0;
  }
}
.sec-news .link-box {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-news .link-box {
    justify-content: center;
  }
}
.sec-blog {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .sec-blog {
    padding-top: 60px;
  }
}
.sec-blog .blog-slide-wrap {
  flex-shrink: 0;
  width: 861px;
  margin-right: -1px;
}
@media screen and (min-width: 768px) {
  .sec-blog .blog-slide-wrap .blog-slide-indicator {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-blog .blog-slide-wrap {
    position: relative;
    width: calc(500px + ((100vw - 500px) / 2));
    margin-top: 30px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .sec-blog .blog-slide-wrap .slick-arrow {
    position: absolute;
    z-index: 20;
    top: 100px;
  }
  .sec-blog .blog-slide-wrap .slick-arrow.slick-prev {
    left: 0;
  }
  .sec-blog .blog-slide-wrap .slick-arrow.slick-next {
    right: 15px;
  }
  .sec-blog .blog-slide-wrap .slick-dots {
    margin-top: 40px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 500px) {
  .sec-blog .blog-slide-wrap {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-slide {
    margin-left: 30px;
  }
}
.blog-slide article {
  padding-right: 1px;
  background: #fff;
  transition: 0.3s ease;
}
.blog-slide .blog-slide-in {
  width: 186px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .blog-slide .blog-slide-in {
    width: 165px;
  }
}
.blog-slide a {
  display: flex;
  justify-content: flex-end;
  width: 186px;
  overflow: hidden;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .blog-slide a:hover img {
    transform: scale(1.1) translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 767px) {
  .blog-slide a {
    width: 165px;
  }
}
.blog-slide .blog-slide-article {
  flex-shrink: 0;
  position: relative;
  width: 300px;
  padding: 15px;
  border: 1px solid var(--color-brown-1);
  background: var(--color-brown-1);
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .blog-slide .blog-slide-article {
    max-width: 300px;
    width: calc(100vw - 75px);
  }
}
.blog-slide .cat {
  position: absolute;
  z-index: 20;
  top: -1px;
  left: -1px;
}
.blog-slide .cat span {
  display: flex;
  align-items: center;
  height: 27px;
  padding: 0 12px;
  background: var(--color-brown-1);
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
.blog-slide .img-box {
  aspect-ratio: 270/180;
  overflow: hidden;
}
.blog-slide .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.blog-slide .txt-box {
  margin: 25px 0 0;
  padding: 0 25px 20px;
  transition: 0.3s ease;
}
.blog-slide .data {
  font-size: 14px;
  color: var(--color-brown-3);
}
.blog-slide .tit {
  font-size: 14px;
  color: var(--color-white-1);
  line-height: 1.85;
  transition: 0.3s ease;
  margin: 10px 0 0;
}
.blog-slide .link-box {
  position: absolute;
  bottom: -1px;
  right: -1px;
  opacity: 0;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .blog-slide *:not(.hovered) a:hover {
    width: 300px;
  }
  .blog-slide *:not(.hovered) a:hover .blog-slide-article {
    background: var(--color-white-1);
    padding-bottom: 45px;
  }
  .blog-slide *:not(.hovered) a:hover .txt-box {
    padding-top: 25px;
  }
  .blog-slide *:not(.hovered) a:hover .tit {
    color: var(--color-brown-1);
  }
  .blog-slide *:not(.hovered) a:hover .link-box {
    opacity: 1;
  }
}
.blog-slide .hovered a {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .blog-slide .hovered a {
    max-width: 300px;
    width: calc(100vw - 75px);
  }
}
.blog-slide .hovered a .blog-slide-article {
  background: var(--color-white-1);
  padding-bottom: 45px;
}
.blog-slide .hovered a .txt-box {
  padding-top: 25px;
}
.blog-slide .hovered a .tit {
  color: var(--color-brown-1);
}
.blog-slide .hovered a .link-box {
  opacity: 1;
}
.blog-slide .hovered + * article {
  margin-left: 114px;
}
@media screen and (max-width: 767px) {
  .blog-slide .hovered + * article {
    margin-left: min(135px, calc(100vw - 240px));
  }
}
.sec-sdgs {
  position: relative;
  margin: 100px 0 0;
  background: url("../img/top-sdgs-bg-pc.webp") center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .sec-sdgs {
    background-image: url("../img/top-sdgs-bg-sp.webp");
    overflow: hidden;
  }
}
.sec-sdgs .bg-box {
  position: absolute;
  width: 680px;
  height: 356px;
  background: url("../img/top-sdgs-bg-tit.svg") center/contain no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.6;
  top: 180px;
  left: calc(50% - 720px);
}
@media screen and (max-width: 767px) {
  .sec-sdgs .bg-box {
    top: 670px;
    right: -60px;
    left: auto;
    transform: rotate(90deg);
    transform-origin: top right;
  }
}
.sdgs-box {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sdgs-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .sdgs-box {
    padding: 60px 0 50px;
  }
}
.sdgs-box .tit-box-main {
  margin: 0 auto;
}
.sdgs-box .tit-box-main .tit .en:before {
  background: var(--color-brown-3);
}
@media screen and (max-width: 767px) {
  .sdgs-box .txt-box {
    margin: 30px 0 0;
  }
}
.sdgs-box .txt-box .txt {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white-1);
  line-height: 1.875;
}
.sdgs-box .txt-box .txt+ .txt {
  margin: 2em 0 0;
}
.sdgs-box .txt-box .link-box {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .sdgs-box .txt-box .link-box {
    display: flex;
    justify-content: center;
  }
}
.sec-notice {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .sec-notice {
    padding: 70px 20px;
  }
}
.sec-notice:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 0;
  background: var(--color-brown-1);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 1s ease;
}
@media screen and (max-width: 767px) {
  .sec-notice:before {
    width: 6px;
  }
}
.sec-notice.on:before {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec-notice .wrap {
    padding: 0;
  }
}
.sec-notice .clm2-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .sec-notice .clm2-box {
    display: block;
  }
}
.sec-notice .clm2-box .tit {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .sec-notice .clm2-box .tit {
    text-align: center;
  }
}
.sec-notice .clm2-box .txt {
  width: 760px;
  font-size: 14px;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .sec-notice .clm2-box .txt {
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
  }
}
.sec-notice .clm2-box .link-box {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec-notice .clm2-box .link-box {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
  }
}
.notice-box {
  position: relative;
  display: flex;
  align-items: center;
  height: 330px;
  margin: 0 auto;
  border: 1px solid var(--color-brown-1);
  background: #fff;
}
@media screen and (min-width: 768px) {
  .notice-box {
    max-width: 1240px;
  }
}
@media screen and (max-width: 767px) {
  .notice-box {
    max-width: 460px;
    height: auto;
    padding: 40px;
  }
}
.notice-box:before,
.notice-box:after {
  position: absolute;
  content: "";
  width: 335px;
  height: 6px;
  background: var(--color-brown-3);
}
@media screen and (max-width: 767px) {
  .notice-box:before,
  .notice-box:after {
    width: 32%;
  }
}
.notice-box:before {
  top: -7px;
  right: -1px;
}
.notice-box:after {
  bottom: -7px;
  left: -1px;
}
.sec-contact {
  display: flex;
  align-items: center;
  height: 600px;
  background: url("../img/contact-bg-pc.webp") center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .sec-contact {
    height: auto;
    background-image: url("../img/contact-bg-sp.webp");
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.sec-contact .wrap {
  width: 100%;
}
.sec-contact .clm2-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec-contact .clm2-box {
    display: block;
  }
}
.sec-contact .tit-box-main {
  width: 100%;
}
.sec-contact .tit-box-main .tit .en:before {
  background: var(--color-white-1);
}
.sec-contact .txt {
  font-size: 14px;
  color: var(--color-white-1);
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .sec-contact .txt {
    margin: 30px 0 0;
  }
}
.sec-contact .link-box {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec-contact .link-box {
    display: flex;
    justify-content: center;
    margin: 50px 0 0;
  }
}
.page-under {
  padding-top: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-under {
    padding-top: 100px;
  }
}
.page-under:before,
.page-under:after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-under:before,
  .page-under:after {
    display: none;
  }
}
.page-under:before {
  width: 970px;
  border-left: 1px solid var(--color-brown-6);
  border-right: 1px solid var(--color-brown-6);
}
@media screen and (max-width: 767px) {
  .page-under:before {
    width: calc(100% - 80px);
  }
}
.page-under:after {
  width: 1px;
  background: var(--color-brown-6);
}
.page-under > * {
  position: relative;
  z-index: 10;
}
.under-head {
  padding-bottom: 150px;
  border-bottom: 1px solid var(--color-brown-1);
  position: relative;
}
@media screen and (max-width: 767px) {
  .under-head {
    padding-bottom: 60px;
  }
}
.under-head:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 6px;
  background: var(--color-brown-3);
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .under-head:before {
    width: 80px;
  }
}
.under-head .tit .en {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Brygada 1918", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: var(--color-brown-1);
  letter-spacing: 0.01em;
  line-height: 1;
}
.under-head .tit .en:before {
  content: "";
  width: 4px;
  min-width: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-brown-1);
}
.under-head .tit .jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  color: var(--color-brown-1);
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: block;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .under-head .tit .jp {
    font-size: 26px;
    display: block;
    margin: 6px 0 0;
  }
}
.breadcrumbs {
  position: absolute;
  width: 100%;
  bottom: -30px;
  left: 0;
}
.breadcrumbs ul {
  display: flex;
  overflow: hidden;
}
.breadcrumbs li {
  flex-shrink: 0;
  padding-right: 40px;
  position: relative;
}
.breadcrumbs li:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background: var(--color-brown-1);
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 13px;
}
.breadcrumbs li:nth-last-of-type(1) {
  padding-right: 0;
  flex-shrink: 1;
}
.breadcrumbs li:nth-last-of-type(1):after {
  display: none;
}
.breadcrumbs li a {
  color: inherit;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .breadcrumbs li a:hover {
    color: var(--color-brown-3);
  }
}
.breadcrumbs li a,
.breadcrumbs li span {
  display: flex;
  font-size: 12px;
  color: var(--color-brown-1);
  letter-spacing: 0.06em;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.under-body {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .under-body {
    margin-top: 80px;
  }
}
.cat-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
}
.cat-list a {
  display: flex;
  padding: 0 20px 20px;
  border-bottom: 2px solid var(--color-gray-1);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .cat-list a:hover {
    border-color: var(--color-brown-3);
  }
  .cat-list a:hover .cat-tit {
    color: var(--color-brown-3);
  }
}
.cat-list .cat-tit {
  font-size: 14px;
  line-height: 1;
  transition: 0.3s ease;
}
.cat-list .on a {
  pointer-events: none;
  border-color: var(--color-brown-1);
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  aspect-ratio: 1/1;
  min-width: 0;
  border: 1px solid var(--color-brown-1);
  background: var(--color-white-1);
  margin-left: -1px;
  font-size: 14px;
  line-height: 1;
  transition: 0.3s ease;
}
.wp-pagenavi span {
  background: var(--color-brown-1);
  color: var(--color-white-1);
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .first:hover:before,
  .wp-pagenavi .last:hover:before,
  .wp-pagenavi .previouspostslink:hover:before,
  .wp-pagenavi .nextpostslink:hover:before,
  .wp-pagenavi .first:hover:after,
  .wp-pagenavi .last:hover:after,
  .wp-pagenavi .previouspostslink:hover:after,
  .wp-pagenavi .nextpostslink:hover:after {
    border-color: var(--color-white-1);
  }
}
.wp-pagenavi .first:before,
.wp-pagenavi .last:before,
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
  position: absolute;
  content: "";
  width: 10px;
  min-width: 0;
  aspect-ratio: 1/1;
  border-bottom: 1px solid var(--color-brown-1);
  border-left: 1px solid var(--color-brown-1);
  transform: rotate(45deg);
  margin-left: 5px;
  transition: 0.3s ease;
}
.wp-pagenavi .first:before,
.wp-pagenavi .last:before {
  margin-left: 12px;
}
.wp-pagenavi .first:after,
.wp-pagenavi .last:after {
  position: absolute;
  content: "";
  width: 10px;
  min-width: 0;
  aspect-ratio: 1/1;
  border-bottom: 1px solid var(--color-brown-1);
  border-left: 1px solid var(--color-brown-1);
  transform: rotate(45deg);
  margin-left: -2px;
  transition: 0.3s ease;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .wp-pagenavi a:hover {
    background: var(--color-brown-3);
    color: var(--color-white-1);
  }
}
.detail-wrap {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid var(--color-brown-1);
  background: var(--color-white-1);
}
@media screen and (max-width: 767px) {
  .detail-wrap {
    border: none;
    background: none;
  }
}
.detail-in {
  max-width: 720px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .detail-in {
    padding: 0 0 50px;
  }
}
.detail-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px 15px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-brown-1);
}
@media screen and (max-width: 767px) {
  .detail-head {
    gap: 20px 15px;
  }
}
.detail-head .data {
  font-size: 14px;
  color: var(--color-brown-3);
}
.detail-head .cat {
  display: flex;
  gap: 15px;
}
.detail-head .cat span {
  display: flex;
  align-items: center;
  height: 23px;
  padding: 0 15px 2px;
  background: var(--color-brown-3);
  font-size: 12px;
  color: #fff;
  line-height: 1;
}
.detail-head .tit {
  font-size: 26px;
  color: var(--color-brown-1);
  line-height: 1.75;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .detail-head .tit {
    line-height: 1.38;
  }
}
.detail-body {
  font-size: 14px;
  line-height: 1.85;
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .detail-body {
    margin: 40px 0 0;
  }
}
.detail-body img {
  max-width: 100%;
  height: auto;
}
.detail-body strong {
  font-weight: 700;
}
.detail-body h2 {
  border-left: 5px solid var(--color-brown-3);
  padding-left: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .detail-body h2 {
    line-height: 1.3;
    padding-left: 10px;
  }
}
.detail-body h3 {
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .detail-body h3 {
    line-height: 1.3;
  }
}
.detail-body * + h2,
.detail-body * + h3 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .detail-body * + h2,
  .detail-body * + h3 {
    margin-top: 40px;
  }
}
.detail-body figure {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .detail-body figure {
    margin-top: 20px;
  }
}
.detail-body a {
  text-decoration: underline;
  text-underline-offset: 5px;
  overflow-wrap: anywhere;
  word-break: break-all;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .detail-body a:hover {
    color: var(--color-brown-3);
  }
}
.detail-body .wp-block-list {
  list-style: disc;
  padding-left: 2em;
}
.detail-foot {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  border-top: 1px solid var(--color-brown-1);
}
@media screen and (max-width: 767px) {
  .detail-foot {
    border: 1px solid var(--color-brown-1);
  }
}
.detail-foot .article-pager a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 60px;
  padding: 0 30px;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .detail-foot .article-pager a:hover .link-tit {
    color: var(--color-brown-3);
  }
  .detail-foot .article-pager a:hover .ico {
    border-color: var(--color-brown-3);
  }
}
@media screen and (max-width: 767px) {
  .detail-foot .article-pager a {
    gap: 3px;
    padding: 0 15px;
  }
}
.detail-foot .article-pager .link-tit {
  font-size: 12px;
  color: var(--color-brown-1);
  transition: 0.3s ease;
}
.detail-foot .article-pager .ico {
  width: 12px;
  min-width: 0;
  aspect-ratio: 1/1;
  transform: rotate(45deg);
  transition: 0.3s ease;
}
.detail-foot .article-pager.prev,
.detail-foot .article-pager.next {
  position: absolute;
}
.detail-foot .article-pager.prev {
  left: 0;
  border-right: 1px solid var(--color-brown-1);
}
.detail-foot .article-pager.prev .ico {
  border-bottom: 1px solid var(--color-brown-1);
  border-left: 1px solid var(--color-brown-1);
  margin-top: 2px;
}
.detail-foot .article-pager.next {
  right: 0;
  border-left: 1px solid var(--color-brown-1);
}
.detail-foot .article-pager.next .ico {
  border-top: 1px solid var(--color-brown-1);
  border-right: 1px solid var(--color-brown-1);
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  .detail-foot .article-pager.center {
    max-width: calc(100% - 186px);
  }
}
.page-news .news-list {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page-news .news-list {
    width: 100%;
  }
}
.page-news .news-list a,
.page-news .news-list .article-in {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .page-news .news-list a:hover {
    margin-left: -60px;
  }
}
.products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .products-list {
    gap: 40px 20px;
  }
}
.products-list article {
  width: calc((100% - 180px) / 4);
}
@media screen and (max-width: 767px) {
  .products-list article {
    width: calc(50% - 10px);
  }
}
.products-list article:nth-of-type(1),
.products-list article:nth-of-type(2) {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .products-list article:nth-of-type(1),
  .products-list article:nth-of-type(2) {
    width: 100%;
  }
}
.products-list article:nth-of-type(1) .img-box,
.products-list article:nth-of-type(2) .img-box {
  aspect-ratio: 13/8;
}
.products-list .img-box {
  aspect-ratio: 59/49;
  overflow: hidden;
}
.products-list .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.products-list .txt-box {
  margin: 15px 0 0;
}
.products-list .tit {
  font-size: 14px;
  line-height: 1.571;
}
.caution-body {
  display: grid;
  gap: 100px;
}
.caution-box {
  display: grid;
  gap: 50px;
}
.caution-box .tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.18;
  text-align: center;
  line-height: 1.85;
}
.caution-box .txt-box {
  display: flex;
  justify-content: center;
}
.caution-box .txt {
  font-size: 14px;
  line-height: 1.85;
}
.caution-box.bg {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.caution-box.bg:before {
  position: absolute;
  content: "";
  width: 200vw;
  height: 100%;
  background: var(--color-brown-7);
  top: 0;
  left: calc(50% - 100vw);
}
@media screen and (max-width: 767px) {
  .caution-box.bg:before {
    width: 100vw;
    left: calc(50% - 50vw);
  }
}
.caution-box.bg > * {
  position: relative;
}
.caution-box .notice-box {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.bnr-link-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bnr-link-wrap {
    gap: 20px;
  }
}
.bnr-link-wrap:before,
.bnr-link-wrap:after {
  content: "";
  order: 999;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .bnr-link-wrap:before,
  .bnr-link-wrap:after {
    display: none;
  }
}
.bnr-link-wrap .bnr-link {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .bnr-link-wrap .bnr-link {
    width: calc(50% - 10px);
  }
}
.bnr-link-wrap a {
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .bnr-link-wrap a:hover {
    opacity: 0.7;
  }
}
.bnr-link-wrap img {
  width: 100%;
  height: auto;
}
.sec-under-full {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .sec-under-full .wrap-out {
    max-width: 1300px;
    padding: 0 30px;
  }
}
.sec-under-full .under-body {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .about-under-clm2 {
    display: flex;
  }
  .about-under-clm2.ex .img-box {
    order: 1;
  }
  .about-under-clm2.ex .txt-box-wrap {
    order: 0;
  }
}
.about-under-clm2 .img-box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .about-under-clm2 .img-box {
    width: 100%;
  }
}
.about-under-clm2 .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-under-clm2 .txt-box-wrap {
  width: 50%;
  padding: 60px 30px;
  background: var(--color-white-2);
}
@media screen and (min-width: 768px) {
  .about-under-clm2 .txt-box-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 680px;
  }
}
@media screen and (max-width: 767px) {
  .about-under-clm2 .txt-box-wrap {
    width: 100%;
    padding: 30px 20px 40px;
  }
}
.about-under-clm2 .txt-box {
  max-width: 450px;
}
.about-under-clm2 .tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .about-under-clm2 .tit {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .about-under-clm2 .tit {
    font-size: 24px;
  }
}
.about-under-clm2 .tit:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: var(--color-brown-3);
  margin: 30px 0 0;
}
.about-under-clm2 .txt {
  font-size: 14px;
  line-height: 1.85;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 30px 0 0;
}
.under-clm2-sec {
  margin: 100px 0 0;
}
@media screen and (min-width: 768px) {
  .under-clm2-sec {
    display: flex;
  }
}
.under-clm2-sec .tit-box-main {
  flex-shrink: 0;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .under-clm2-sec .tit-box-main {
    width: 100%;
    margin: 0 0 30px;
  }
}
.under-clm2-body {
  width: 100%;
  border: 1px solid var(--color-brown-1);
}
.under-clm2-body .map-box {
  height: 400px;
}
@media screen and (max-width: 767px) {
  .under-clm2-body .map-box {
    height: 500px;
  }
}
.under-clm2-body .map-box iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .under-clm2-body .list-box {
    display: flex;
    gap: 30px;
    margin: 30px 0 0;
    padding: 0 75px 75px;
  }
}
@media screen and (max-width: 767px) {
  .under-clm2-body .list-box {
    margin: 30px 0 0;
    padding: 0 20px 40px;
  }
}
.under-clm2-body .list-box ul {
  width: 100%;
}
.under-clm2-body .list-box li {
  display: flex;
  border-bottom: 1px solid var(--color-brown-8);
  padding: 20px 0;
}
.under-clm2-body .list-box .list-l {
  flex-shrink: 0;
  width: 90px;
}
.under-clm2-body .list-box .tit {
  font-size: 14px;
  line-height: 1.85;
}
.under-clm2-body .list-box .txt {
  font-size: 14px;
  line-height: 1.85;
  font-feature-settings: "palt";
}
.under-clm2-body .year-box {
  padding: 75px;
}
@media screen and (max-width: 767px) {
  .under-clm2-body .year-box {
    padding: 40px 20px;
  }
}
.under-clm2-body .year-box dl {
  padding-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .under-clm2-body .year-box dl {
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }
}
.under-clm2-body .year-box dl:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--color-brown-1);
  top: 10px;
  left: 115px;
}
@media screen and (max-width: 767px) {
  .under-clm2-body .year-box dl:before {
    top: 0;
    left: 5px;
  }
}
.under-clm2-body .year-box dt {
  flex-shrink: 0;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .under-clm2-body .year-box dt {
    width: 100%;
    padding-left: 30px;
  }
}
.under-clm2-body .year-box dt time {
  font-size: 28px;
  font-weight: 500;
  color: var(--color-brown-1);
}
@media screen and (max-width: 767px) {
  .under-clm2-body .year-box dt time {
    font-size: 24px;
  }
}
.under-clm2-body .year-box dd {
  display: grid;
  gap: 30px;
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  .under-clm2-body .year-box dd {
    gap: 20px;
    padding: 0;
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .under-clm2-body .year-box .txt {
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }
}
.under-clm2-body .year-box .txt time {
  flex-shrink: 0;
  display: block;
  width: 70px;
  font-size: 18px;
  line-height: 18px;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 767px) {
  .under-clm2-body .year-box .txt time {
    width: 100%;
    text-align: left;
    padding-left: 30px;
    line-height: 1;
  }
}
.under-clm2-body .year-box .txt time:before {
  position: absolute;
  content: "";
  width: 11px;
  min-width: 0;
  aspect-ratio: 1/1;
  background: var(--color-brown-1);
  border-radius: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
.under-clm2-body .year-box .txt span {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .under-clm2-body .year-box .txt span {
    padding-left: 30px;
    line-height: 1.85;
    margin: 5px 0 0;
  }
}
.sdgs-body {
  container-type: inline-size;
  overflow: hidden;
}
.sdgs-ico {
  padding: 80px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sdgs-ico {
    display: flex;
    justify-content: center;
    gap: 110px;
  }
}
.sdgs-ico:before {
  position: absolute;
  content: "";
  width: calc(100cqw + 60px);
  height: 100%;
  background: var(--color-white-2);
  top: 0;
  left: calc(50% - 50cqw - 30px);
}
@media screen and (max-width: 767px) {
  .sdgs-ico:before {
    width: 100cqw;
    left: calc(50% - 50cqw);
  }
}
.sdgs-ico article {
  position: relative;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .sdgs-ico article {
    width: 100%;
  }
  .sdgs-ico article+ article {
    margin: 80px 0 0;
  }
}
.sdgs-ico .img-box {
  width: 160px;
  margin: 0 auto;
}
.sdgs-ico .txt-box {
  margin: 20px 0 0;
}
.sdgs-ico .tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
}
.sdgs-ico .txt {
  font-size: 14px;
  line-height: 1.85;
  word-break: break-all;
  overflow-wrap: break-word;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 15px 0 0;
}
.sdgs-list {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 100px 0;
  color: var(--color-white-1);
}
@media screen and (max-width: 767px) {
  .sdgs-list {
    width: 100%;
  }
}
.sdgs-list:before {
  position: absolute;
  content: "";
  width: calc(100cqw + 60px);
  height: 100%;
  top: 0;
  left: calc(50% - 50cqw - 30px);
  background: url("../img/under-sdgs-bg.webp") top center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .sdgs-list:before {
    width: 100cqw;
    left: calc(50% - 50cqw);
  }
}
.sdgs-list > * {
  position: relative;
}
.sdgs-list .tit-box .tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  text-align: center;
}
.sdgs-list ul {
  margin: 70px 0 0;
  border-top: 1px solid var(--color-white-1);
}
@media screen and (max-width: 767px) {
  .sdgs-list ul {
    margin-left: 41px;
  }
}
.sdgs-list li {
  padding: 40px 0;
  border-bottom: 1px solid var(--color-white-1);
  font-size: 0;
  position: relative;
}
.sdgs-list li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--color-white-1);
  top: 55px;
  left: -56px;
}
@media screen and (max-width: 767px) {
  .sdgs-list li:before {
    left: -31px;
  }
}
.sdgs-list li:nth-last-of-type(1):before {
  display: none;
}
.sdgs-list .time {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 7px;
}
.sdgs-list .time:after {
  position: absolute;
  content: "";
  width: 11px;
  min-width: 0;
  aspect-ratio: 1/1;
  background: var(--color-white-1);
  border-radius: 50%;
  left: -61px;
}
@media screen and (max-width: 767px) {
  .sdgs-list .time:after {
    left: -36px;
  }
}
.sdgs-list .time time {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding: 0 20px;
  background: var(--color-orange-1);
  font-size: 18px;
  position: relative;
}
.sdgs-list .time time:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 7px;
  border-color: transparent;
  border-right-color: var(--color-orange-1);
  left: -14px;
}
.sdgs-list .tit {
  font-size: 24px;
  line-height: 1.5;
  margin: 15px 0 0;
}
.sdgs-list .txt {
  font-size: 14px;
  line-height: 1.85;
  margin: 15px 0 0;
}
.sdgs-msg {
  position: relative;
  padding: 100px 0;
  color: var(--color-white-1);
}
@media screen and (min-width: 768px) {
  .sdgs-msg {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
}
.sdgs-msg .bg {
  position: absolute;
  width: calc(100cqw + 60px);
  height: 100%;
  background: url("../img/top-sdgs-bg-pc.webp") center/cover no-repeat;
  top: 0;
  left: calc(50% - 50cqw - 30px);
}
@media screen and (max-width: 767px) {
  .sdgs-msg .bg {
    width: 100cqw;
    left: calc(50% - 50cqw);
  }
}
.sdgs-msg > * {
  position: relative;
}
.sdgs-msg .img-box {
  z-index: 20;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .sdgs-msg .img-box {
    width: 100%;
  }
}
.sdgs-msg .txt-box {
  z-index: 10;
  width: 500px;
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .sdgs-msg .txt-box {
    width: 100%;
    padding: 0;
    margin: 60px 0 0;
  }
}
.sdgs-msg .txt-box > * {
  position: relative;
}
.sdgs-msg .en {
  position: absolute;
  font-family: "Brygada 1918", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 200px;
  color: var(--color-black-1);
  opacity: 0.3;
  top: -80px;
  left: calc(50% - 475px);
}
@media screen and (max-width: 767px) {
  .sdgs-msg .en {
    font-size: 100px;
    left: calc(50% - 250px);
    top: -40px;
  }
}
.sdgs-msg .tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.75;
}
.sdgs-msg .txt {
  font-size: 16px;
  line-height: 1.875;
  margin: 2em 0 0;
}
.sdgs-what {
  position: relative;
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  .sdgs-what {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.sdgs-what .tit-box {
  width: 100%;
}
.sdgs-what .tit-box .tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  text-align: center;
}
.sdgs-what .img-box {
  position: absolute;
  width: 262px;
  left: 120px;
}
@media screen and (max-width: 767px) {
  .sdgs-what .img-box {
    position: static;
    width: 80%;
    margin: 40px auto 0;
  }
}
.sdgs-what .txt-box {
  width: 600px;
  margin-top: 50px;
  margin-left: auto;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .sdgs-what .txt-box {
    width: 100%;
    margin: 40px 0 0;
    padding: 0;
  }
}
.sdgs-what .txt-box .txt {
  font-size: 14px;
  line-height: 1.85;
}
.sdgs-what .txt-box .txt+.txt {
  margin: 2em 0 0;
}
.products-head-slide {
  max-width: 1240px;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .products-head-slide {
    display: flex;
    justify-content: space-between;
  }
}
.products-head-slide .products-slide-wrap {
  width: 560px;
}
@media screen and (max-width: 767px) {
  .products-head-slide .products-slide-wrap {
    width: 100%;
  }
}
.products-head-slide .products-slide-indicator {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .products-head-slide .products-slide-indicator {
    margin: 10px 0 0;
  }
}
.products-head-slide .products-slide-indicator .slick-dots {
  display: flex;
  gap: 20px;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .products-head-slide .products-slide-indicator .slick-dots {
    gap: 10px;
  }
}
.products-head-slide .products-slide-indicator li {
  width: 100%;
  max-width: calc((100% - 80px) / 5);
  height: auto;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .products-head-slide .products-slide-indicator li {
    max-width: calc((100% - 40px) / 5);
  }
}
.products-head-slide .products-slide-indicator li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  transition: 0.3s ease;
}
.products-head-slide .products-slide-indicator button {
  display: block;
  aspect-ratio: 96/64;
}
.products-head-slide .products-slide-indicator img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.products-head-slide .products-slide-indicator .slick-active {
  pointer-events: none;
}
.products-head-slide .products-slide-indicator .slick-active:before {
  opacity: 1;
}
.products-head-slide .txt-box {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .products-head-slide .txt-box {
    width: 100%;
    margin: 30px 0 0;
  }
}
.products-head-slide .txt-box .tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .products-head-slide .txt-box .tit {
    font-size: 24px;
    line-height: 1.6;
  }
}
.products-head-slide .txt-box .txt {
  font-size: 14px;
  line-height: 1.85;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .products-head-slide .txt-box .txt {
    margin: 20px 0 0;
  }
}
.products-head-slide .txt-box .link-box {
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .products-head-slide .txt-box .link-box {
    margin: 30px 0 0;
  }
}
.products-head-slide .txt-box .link-box a {
  position: relative;
  justify-content: center;
  width: 100%;
  height: 64px;
  padding: 0;
}
.products-head-slide .txt-box .link-box .link-arrow {
  position: absolute;
  right: 0;
}
.products-set {
  max-width: 1240px;
  margin: 80px auto 0;
}
@media screen and (min-width: 768px) {
  .products-set {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.products-set .tit-box {
  order: 0;
  width: 100%;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--color-brown-1);
  margin: 0 0 55px;
}
@media screen and (max-width: 767px) {
  .products-set .tit-box {
    margin: 0 0 40px;
  }
}
.products-set .tit-box .tit {
  font-size: 14px;
}
.products-set .img-box {
  order: 2;
  width: 600px;
}
@media screen and (max-width: 767px) {
  .products-set .img-box {
    width: 100%;
  }
}
.products-set .list-box {
  width: 585px;
}
@media screen and (max-width: 767px) {
  .products-set .list-box {
    width: 100%;
    margin: 20px 0 0;
  }
}
.products-set .list-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
@media screen and (max-width: 767px) {
  .products-set .list-box ul {
    gap: 30px 20px;
  }
}
.products-set .list-box li {
  position: relative;
  width: calc((100% - 60px) / 3);
  padding-top: 10px;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .products-set .list-box li {
    width: calc((100% - 20px) / 2);
  }
}
.products-set .list-box .ico {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 0;
  aspect-ratio: 1/1;
  background: var(--color-brown-3);
}
.products-set .list-box .ico:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 34px;
  background: var(--color-brown-3);
  top: 100%;
  left: 0;
}
.products-set .list-box .ico span {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: var(--color-white-1);
}
.products-set .list-box .img img {
  width: 100%;
  height: auto;
}
.products-set .list-box .txt {
  font-size: 14px;
  flood-color: var(--color-brown-1);
  line-height: 1.85;
  text-align: center;
  margin: 10px 0 0;
}
.page-products {
  container-type: inline-size;
  position: relative;
}
.products-flow {
  margin: 210px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .products-flow {
    margin: 130px 0 0;
  }
}
.products-flow:before {
  position: absolute;
  content: "";
  width: 100cqw;
  height: 100%;
  background: url("../img/top-flow-bg-pc.webp") center/cover no-repeat;
  top: 0;
  left: calc(50% - 50cqw);
}
.products-flow:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100px;
  background: var(--color-brown-1);
  top: -100px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .products-flow:after {
    height: 90px;
    top: -90px;
  }
}
.products-flow .sec-flow {
  background: none;
  overflow: hidden;
}
.products-flow .sec-flow:before {
  height: calc(100% - 164px);
}
@media screen and (max-width: 767px) {
  .products-flow .sec-flow:before {
    height: 50px;
    top: 0;
    background: var(--color-white-1);
  }
}
.products-flow .sec-flow .tit-box {
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .products-flow .sec-flow .tit-box {
    display: block;
    padding: 0;
  }
}
.products-flow .sec-flow .tit-box .tit {
  order: 1;
  line-height: 1.6;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .products-flow .sec-flow .tit-box .tit {
    text-align: center;
    padding: 0;
  }
}
.products-flow .sec-flow .tit-box .txt {
  order: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: var(--color-white-1);
  letter-spacing: 0.2em;
  line-height: 2.28;
}
@media screen and (min-width: 768px) {
  .products-flow .sec-flow .tit-box .txt {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
@media screen and (max-width: 767px) {
  .products-flow .sec-flow .tit-box .txt {
    text-align: center;
    margin: 20px 0 0;
  }
}
.products-flow .sec-flow .tit-box .txt span {
  display: inline-block;
}
.products-flow .flow-box .sub {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  color: var(--color-white-1);
  letter-spacing: 0.2em;
}
.products-flow .flow-box .txt {
  font-size: 14px;
  line-height: 1.85;
  margin: 25px 0 0;
}
@media screen and (min-width: 768px) {
  .products-flow article:nth-of-type(even) .sub {
    margin-left: 60px;
  }
}
.products-flow .link-box {
  margin: 80px 0 0;
}
.products-order {
  max-width: 1100px;
  margin: 80px auto 0;
}
.products-order .tit-box .tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0.2em;
  text-align: center;
}
.products-order .order-box {
  margin: 80px 0 0;
}
.products-order .order-box ul {
  display: grid;
  gap: 40px;
}
.products-order .order-box li {
  display: flex;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .products-order .order-box li {
    display: block;
  }
}
.products-order .order-box li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 60px);
  background: var(--color-brown-3);
  left: 50px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .products-order .order-box li:before {
    left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .products-order .order-box li:nth-last-of-type(1):before {
    display: none;
  }
}
.products-order .order-box .oredr-l {
  flex-shrink: 0;
  width: 150px;
}
.products-order .order-box .step {
  display: flex;
  align-items: center;
  gap: 10px;
}
.products-order .order-box .step .en {
  font-family: "Brygada 1918", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: var(--color-brown-3);
}
.products-order .order-box .step .num {
  font-family: "Brygada 1918", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  color: var(--color-brown-3);
}
.products-order .order-box .oredr-r {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .products-order .order-box .oredr-r {
    display: block;
    margin: 20px 0 0;
    padding-left: 40px;
  }
}
.products-order .order-box .img-box {
  flex-shrink: 0;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .products-order .order-box .txt-box {
    margin: 30px 0 0;
  }
}
.products-order .order-box .tit {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .products-order .order-box .tit {
    font-size: 18px;
  }
}
.products-order .order-box .txt {
  font-size: 14px;
  line-height: 1.85;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .products-order .order-box .txt {
    margin: 20px 0 0;
  }
}
.products-order .link-box {
  margin: 40px 0 0;
}
.page-contact {
  overflow: hidden;
}
.contact-body .tel-tit {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-body .tel-tit a {
    pointer-events: none;
  }
}
.contact-body .tel-txt {
  font-size: 14px;
  text-align: center;
  margin: 10px 0 0;
}
.contact-body .notice-box {
  justify-content: center;
  height: auto;
}
@media screen and (max-width: 767px) {
  .contact-body .notice-box {
    padding: 40px 20px;
  }
}
.contact-body .notice-box-in {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .contact-body .notice-box-in {
    padding: 0;
  }
}
.contact-top {
  position: relative;
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  .contact-top {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .contact-top {
    max-width: 460px;
    margin: 0 auto;
    padding: 50px 0;
  }
}
.contact-top:before {
  position: absolute;
  content: "";
  width: 200vw;
  height: 100%;
  background: var(--color-white-2);
  top: 0;
  left: calc(50% - 100vw);
}
@media screen and (max-width: 767px) {
  .contact-top:before {
    width: 100vw;
    left: calc(50% - 50vw);
  }
}
.contact-top > * {
  position: relative;
}
.contact-top-l .tit {
  font-size: 20px;
  line-height: 1.4;
}
.contact-top-l .txt {
  font-size: 14px;
  line-height: 1.8571;
  margin: 20px 0 0;
}
.contact-top-l .link-txt {
  line-height: 2.571;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .contact-top-l .link-txt {
    margin: 20px 0 0;
  }
}
.contact-top-l .link-txt a {
  text-decoration: underline;
  text-underline-position: under;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .contact-top-l .link-txt a:hover {
    opacity: 0.7;
  }
}
.contact-top-r {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .contact-top-r {
    width: 100%;
    margin: 50px 0 0;
  }
}
.contact-top-r .tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
.contact-top-r .notice-box {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .contact-top-r .notice-box {
    margin: 30px auto 0;
  }
}
.contact-top-r .notice-box:before,
.contact-top-r .notice-box:after {
  display: block;
  width: 162px;
}
@media screen and (max-width: 767px) {
  .contact-top-r .notice-box:before,
  .contact-top-r .notice-box:after {
    width: 100px;
  }
}
.contact-mid {
  margin: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .contact-mid {
    max-width: 460px;
    margin: 50px auto 0;
  }
}
.contact-mid .tit-box .tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  text-align: center;
}
.contact-mid .tit-box .txt {
  font-size: 14px;
  line-height: 1.85;
  text-align: center;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .contact-mid .tit-box .txt {
    text-align: left;
  }
}
.contact-mid .notice-box {
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .contact-mid .notice-box {
    margin: 30px auto 0;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .contact-mid .notice-box-in {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .contact-mid .notice-box-in > * {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .contact-mid .notice-box-in {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-mid .notice-box-in-l {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-mid .notice-box-in-r {
    padding: 30px 20px;
    border-top: 1px solid var(--color-brown-1);
  }
}
.contact-mid .txt {
  font-size: 14px;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .contact-mid .txt {
    text-align: center;
  }
}
.contact-mid .mail {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact-mid .mail {
    text-align: center;
  }
}
.contact-bot {
  position: relative;
  margin: 100px 0 0;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .contact-bot {
    margin: 50px 0 0;
    padding: 50px 0;
  }
}
.contact-bot:before {
  position: absolute;
  content: "";
  width: 200vw;
  height: 100%;
  background: var(--color-brown-7);
  top: 0;
  left: calc(50% - 100vw);
}
@media screen and (max-width: 767px) {
  .contact-bot:before {
    width: 100vw;
    left: calc(50% - 50vw);
  }
}
.contact-bot > * {
  position: relative;
}
.contact-bot .tit-box .tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
}
.form-body {
  width: 800px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .form-body {
    width: 100%;
    max-width: 460px;
    margin: 30px auto 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .form-body .form-box {
    display: flex;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .form-body .form-box+ .form-box {
    margin: 20px 0 0;
  }
}
.form-body .form-box dt {
  flex-shrink: 0;
  width: 200px;
}
.form-body .form-box dd {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form-body .form-box dd {
    margin: 10px 0 0;
  }
}
.form-body .form-box .tit {
  font-size: 14px;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .form-body .form-box .tit {
    line-height: 1;
  }
}
.form-body .form-box .form-in {
  width: 100%;
}
.form-body .form-box .form-in.ex {
  height: auto;
}
.form-body .form-box input {
  width: 114.29%;
  height: 57.14px;
  border: 1px solid var(--color-brown-1);
  background: var(--color-white-1);
  font-size: 16px;
  transform: scale(0.875);
  transform-origin: top left;
  padding: 0 20px;
  border-radius: 0;
}
.form-body .form-box textarea {
  width: 114.29%;
  outline: none;
  border: 1px solid var(--color-brown-1);
  appearance: none;
  font-size: 16px;
  line-height: 1.75;
  transform: scale(0.875);
  transform-origin: top left;
  padding: 10px 20px;
  border-radius: 0;
}
.form-body .form-submit {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .form-body .form-submit {
    width: 100%;
    margin: -10px 0 0;
  }
}
.form-body .form-submit p {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form-body .form-submit p {
    width: 100%;
  }
}
.form-body .form-submit p:before {
  position: absolute;
  z-index: 20;
  content: "";
  width: 22px;
  height: 1px;
  background: var(--color-brown-1);
  right: 1px;
  pointer-events: none;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .form-body .form-submit p:hover:before {
    background: var(--color-white-1);
  }
}
.form-body .form-submit input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 64px;
  border: 1px solid var(--color-brown-1);
  background: var(--color-white-1);
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: var(--color-brown-1);
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .form-body .form-submit input:hover {
    background: var(--color-brown-1);
    color: var(--color-white-1);
  }
}
@media screen and (max-width: 767px) {
  .form-body .form-submit input {
    width: 100%;
    height: 50px;
    border-radius: 0;
  }
}
.form-body .form-submit .wpcf7-spinner {
  position: absolute;
  right: -48px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .form-body .form-submit .wpcf7-spinner {
    left: 0;
    right: 0;
    bottom: -36px;
    margin: 0 auto;
  }
}
.form-body .screen-reader-response {
  display: none;
}
.form-body .wpcf7-response-output {
  display: none;
}
.form-body .invalid .wpcf7-response-output {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: var(--color-brown-1);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white-1);
  letter-spacing: 0.05em;
}
.form-body .invalid .wpcf7-response-output + * {
  margin-top: 30px;
}
.form-body .invalid .form-submit + .wpcf7-response-output {
  margin-top: 30px;
}
.form-body .after-send .tit {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
.form-body .after-send .txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.66;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .form-body .after-send .txt {
    line-height: 1.75;
  }
}
.form-body .submitting .form-submit input {
  filter: grayscale(1);
  pointer-events: none;
  background: var(--color-gray-2);
}
.under-body.txt-body {
  display: grid;
  gap: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .under-body.txt-body {
    gap: 60px;
    padding-bottom: 50px;
  }
}
.under-body.txt-body .txt-box .tit {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.under-body.txt-body .txt-box .txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.75;
  margin: 25px 0 0;
}
.under-body.txt-body .txt-box .txt a {
  transition: 0.3s ease;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .under-body.txt-body .txt-box .txt a:hover {
    opacity: 0.7;
  }
}
.sec-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100svh;
}
.sec-404 .tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
}
