@charset "UTF-8";
/*------------- reset -------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*------------- base -------------*/
html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: none;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

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

a:hover {
  transition: all 0.3s ease-out;
  opacity: 0.6;
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
.clear {
  clear: both;
}

.slick-slider div {
  transition: none;
}

/*------------- layout -------------*/
.l-inner {
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  width: 1440px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 16px;
    width: 100%;
  }
}

.l-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 400;
  position: fixed;
  top: 0;
  left: 0;
  transition: background 0.3s ease;
  background: #fff;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 1273px) {
  .l-header {
    padding: 14px 16px;
  }
}
@media screen and (max-width: 1273px) {
  .drawer-open .l-header {
    background: transparent;
    pointer-events: none;
  }
}
@media screen and (max-width: 1273px) {
  .drawer-open .l-header__logo {
    visibility: hidden;
  }
}
.l-header__logo {
  padding: 10px 20px;
}
@media screen and (max-width: 1273px) {
  .l-header__logo {
    padding: 0;
  }
}
.l-header__logo a {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.l-header__logo a strong {
  color: #7b8d42;
  font-weight: 400;
}
.l-header__logo a .logo-sub {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  margin-top: 4px;
}
.l-header__logo a .logo-sub span {
  display: inline-block;
  background: #475717;
  color: #ffffff;
  font-size: 13px;
  padding: 2px 6px;
  letter-spacing: 0.04em;
  padding: 4px 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-header__logo a .logo-sub {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo a {
    font-size: 16px;
    color: #000;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
  margin-right: 30px;
}
@media screen and (max-width: 1273px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
}
.l-header__nav li a {
  font-size: 16px;
  letter-spacing: 0.04em;
  transition: opacity 0.3s ease;
}
.l-header__nav li a:hover {
  opacity: 0.7;
}
.l-header__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  padding: 31px 24px;
  letter-spacing: 0.08em;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  width: 240px;
}
.l-header__contact a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1273px) {
  .l-header__contact {
    display: none;
  }
}
.l-header__hamburger {
  display: none;
  flex-direction: column;
  gap: 7px;
  cursor: pointer;
  padding: 4px;
  width: 36px;
  height: auto;
  position: absolute;
  top: 42px;
  right: 16px;
  z-index: 500;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .l-header__hamburger {
    top: 19px;
  }
}
.l-header__hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: #000;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transform-origin: center;
}
.l-header__hamburger span:nth-child(1) {
  transform: translateY(9px);
}
.l-header__hamburger span:nth-child(3) {
  transform: translateY(-9px);
}
.l-header__hamburger.is-open span {
  background: #ffffff;
}
.l-header__hamburger.is-open span:nth-child(1) {
  transform: translateY(-4px) rotate(45deg);
}
.l-header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.l-header__hamburger.is-open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
@media screen and (max-width: 1273px) {
  .l-header__hamburger {
    display: block;
  }
}
.l-header.is-scrolled .l-header__nav li a {
  color: #000;
}
.l-header.is-scrolled .l-header__logo a {
  color: #000;
}

.l-drawer {
  display: none;
}
@media screen and (max-width: 1273px) {
  .l-drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3d5228;
    z-index: 200;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .l-drawer.is-open {
    transform: translateX(0);
  }
}
.l-drawer__inner {
  padding: 80px 30px 60px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.l-drawer__logo {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.l-drawer__nav {
  flex: 1;
}
.l-drawer__nav ul {
  list-style: none;
}
.l-drawer__nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.l-drawer__nav li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.l-drawer__nav a {
  display: block;
  padding: 20px 0;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  color: #ffffff;
  letter-spacing: 0.06em;
  transition: opacity 0.2s ease;
}
.l-drawer__nav a:hover {
  opacity: 0.7;
}
.l-drawer__contact {
  margin-top: 48px;
}
.l-drawer__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  padding: 18px;
  letter-spacing: 0.08em;
  width: 100%;
  transition: opacity 0.3s ease;
}
.l-drawer__contact a:hover {
  opacity: 0.8;
}

.l-drawer-overlay {
  display: none;
}
@media screen and (max-width: 1273px) {
  .l-drawer-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 140;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .l-drawer-overlay.is-show {
    opacity: 1;
    visibility: visible;
  }
}

.l-footer {
  background: #6b7c45;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 0 30px;
  }
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 30px;
  }
}
.l-footer__left {
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
}
.l-footer__logo {
  font-size: 29px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.l-footer__info {
  font-size: 18px;
  color: #ffffff;
  line-height: 2;
}
.l-footer__info a {
  color: #ffffff;
  text-decoration: underline;
}
.l-footer__links {
  margin-top: 20px;
  font-size: 18px;
}
.l-footer__links a {
  color: #ffffff;
  display: inline-block;
  margin-right: 16px;
  text-decoration: underline;
}
.l-footer__image {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__image {
    width: 100%;
  }
  .l-footer__image img {
    height: 180px;
  }
}
.l-footer__copy {
  font-size: 12px;
  color: #ffffff;
  margin-top: 40px;
  padding-top: 20px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    font-size: 10px;
    margin-top: 30px;
  }
}

.l-main {
  padding-top: 0;
}

/*------------- utility -------------*/
.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

.u-spbr {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-spbr {
    display: inline-block;
  }
}

.u-font-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font-mincho {
  font-family: "Shippori Mincho", serif;
}

.u-pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-pc-none {
    display: block;
  }
}

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

/*------------- component -------------*/
.c-flexPC {
  display: flex;
  justify-content: space-between;
}
.c-flexPC--alceter {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-flexPC {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .c-flexSP {
    display: flex;
  }
}

.c-page-hero {
  margin-top: 90px;
  position: relative;
  height: 330px;
  overflow: hidden;
  display: flex;
  line-height: 1.5;
  align-items: center;
  justify-content: center;
  background: url("../img/bg_page-hero_pc.jpg");
}
@media screen and (max-width: 768px) {
  .c-page-hero {
    height: 180px;
    background: url("../img/bg_page-hero_sp.jpg");
    padding: 0 16px;
  }
}
.c-page-hero__title {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 49px;
  font-weight: 400;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .c-page-hero__title {
    font-size: 24px;
    text-align: center;
  }
}

/* Yoast SEO パンくず用の表示微調整 */
#breadcrumbs {
  padding: 14px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 8px; /* リンク間の余白調整 */
  font-size: 12px;
}
#breadcrumbs span {
  margin: 0 8px;
}
#breadcrumbs span:nth-child(1) {
  margin-left: 0;
}

#breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    margin-top: 32px;
  }
}
.c-pagination__item a,
.c-pagination__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #d9d9d9;
  color: #000;
  transition: background 0.3s ease;
  color: #475717;
  font-family: "Shippori Mincho", serif;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .c-pagination__item a,
  .c-pagination__item span {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
}
.c-pagination__item.is-current a,
.c-pagination__item.is-current span {
  background: #475717;
  color: #ffffff;
  border-color: #475717;
}
.c-pagination__item--prev {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .c-pagination__item--prev {
    margin-right: 10px;
  }
}
.c-pagination__item--next {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .c-pagination__item--next {
    margin-left: 10px;
  }
}
.c-pagination__item--prev img, .c-pagination__item--next img {
  width: 10px;
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #475717;
  padding: 14px 22px 14px 22px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #475717;
  letter-spacing: 0.08em;
  min-width: 200px;
  transition: background 0.3s ease, color 0.3s ease;
  position: relative;
  border-radius: 5px;
  position: relative;
  width: 284px;
  margin: 0 auto;
  cursor: pointer;
}
.c-btn:after {
  content: "";
  background: url("../img/arrow-right.svg") no-repeat;
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
}
.c-btn span {
  text-align: center;
  width: calc(100% - 30px);
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 16px;
    width: 261px;
  }
}
.c-btn:hover {
  background: #475717;
  color: #ffffff;
  opacity: 1;
}
.c-btn:hover:after {
  background: url("../img/arrow-right-white.svg") no-repeat;
  background-size: 100% 100%;
}
.c-btn--white {
  background: #fff;
}
.c-btn--colwhite {
  color: #fff;
  border: 1px solid #fff;
}
.c-btn--colwhite:after {
  background: url("../img/arrow-right-white.svg") no-repeat;
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
}
.c-btn--colwhite:hover {
  color: #475717;
  background: #fff;
}
.c-btn--colwhite:hover:after {
  content: "";
  background: url("../img/arrow-right.svg") no-repeat;
  background-size: 100% 100%;
}
.c-btn--green {
  background: #475717;
  color: #fff;
}
.c-btn--green:after {
  background: url("../img/arrow-right-white.svg") no-repeat;
  background-size: 100% 100%;
}
.c-btn--green:hover {
  color: #475717;
  background: #fff;
}
.c-btn--green:hover:after {
  content: "";
  background: url("../img/arrow-right.svg") no-repeat;
  background-size: 100% 100%;
}
.c-btn--next {
  margin: 0;
}
.c-btn--back {
  margin: 0;
}
.c-btn--back:after {
  display: none;
}
.c-btn--back:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/arrow-left.svg") no-repeat;
  background-size: 100% 100%;
}
.c-btn--back:hover {
  background: #475717;
  color: #ffffff;
}
.c-btn--back:hover:before {
  content: "";
  background: url("../img/arrow-left-white.svg") no-repeat;
  background-size: 100% 100%;
}
.c-btn--left {
  margin: 40px 0 0 0;
}

.c-category {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding: 2px 0;
  font-family: "Shippori Mincho", serif;
}
.c-category--news {
  color: #475717;
}
.c-category--report {
  color: #7b8d42;
}
@media screen and (max-width: 768px) {
  .c-category {
    font-size: 12px;
  }
}

.c-date {
  font-size: 14px;
  color: #7b8d42;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-date {
    font-size: 12px;
  }
}

[id] {
  scroll-margin-top: 120px;
}
@media screen and (max-width: 768px) {
  [id] {
    scroll-margin-top: 70px;
  }
}

/*------------- top -------------*/
.p-top-mv {
  position: relative;
  height: 100vh;
  min-height: 600px;
  background: url("../img/top/top-mv_pc.jpg") top center no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    height: 100svh;
    min-height: 500px;
    background: url("../img/top/top-mv_sp.jpg") top center no-repeat;
    background-size: cover;
  }
}
.p-top-mv__content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding: 0 60px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-mv__content {
    padding: 0 24px;
    justify-content: flex-end;
    padding-bottom: 60px;
  }
}
.p-top-mv__catch {
  margin-top: 90px;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 81px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-left: 50px;
}
.p-top-mv__catch strong {
  font-size: 111px;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-top-mv__catch {
    font-size: 32px;
  }
}
.p-top-mv__sub {
  font-family: "Shippori Mincho", serif;
  color: #ffffff;
  font-size: 29px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 24px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .p-top-mv__sub {
    font-size: 13px;
    margin-top: 16px;
  }
}

.p-top-news {
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    padding: 48px 0;
    overflow: visible;
  }
}
.p-top-news__head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-top-news__head {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.p-top-news__title {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #475717;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-top-news__title {
    font-size: 24px;
  }
}
.p-top-news__more {
  font-size: 13px;
  color: #475717;
  text-decoration: underline;
}

.p-top-news-swiper {
  position: relative;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 40px;
}
.p-top-news-swiper .swiper {
  overflow: visible;
  padding-left: 10vw;
}
@media screen and (max-width: 768px) {
  .p-top-news-swiper .swiper {
    padding-left: 8vw;
    overflow: hidden;
  }
}
.p-top-news-swiper .swiper-slide {
  width: 28vw;
  transform: scale(0.8);
  transition: transform 0.7s ease, opacity 0.7s ease;
}
@media screen and (max-width: 768px) {
  .p-top-news-swiper .swiper-slide {
    width: 54vw;
    transform: scale(0.85);
    transform-origin: left center;
  }
}
.p-top-news-swiper .swiper-slide a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-top-news-swiper .swiper-slide-active {
  transform: scale(1);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-top-news-swiper .swiper-slide-active {
    transform: translateX(-4vw);
  }
}
.p-top-news-swiper__img {
  width: 100%;
  object-fit: cover;
  display: block;
  background: #e8e8e8;
  border: 1px solid #d0d0d0;
}
.p-top-news-swiper__body {
  padding: 12px 0 0;
}
.p-top-news-swiper__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.p-top-news-swiper__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
}
.p-top-news-swiper .swiper-button-prev,
.p-top-news-swiper .swiper-button-next {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #7b8d42;
  border-radius: 50%;
  top: calc(50% - 36px);
  margin-top: 0;
  transform: translateY(-50%);
}
.p-top-news-swiper .swiper-button-prev::after,
.p-top-news-swiper .swiper-button-next::after {
  font-size: 12px;
  color: #7b8d42;
  font-weight: 700;
}
.p-top-news-swiper .swiper-button-prev:hover,
.p-top-news-swiper .swiper-button-next:hover {
  background: #ffffff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-top-news-swiper .swiper-button-prev,
  .p-top-news-swiper .swiper-button-next {
    width: 30px;
    height: 30px;
    top: calc(26vw - 30px);
  }
  .p-top-news-swiper .swiper-button-prev::after,
  .p-top-news-swiper .swiper-button-next::after {
    font-size: 10px;
  }
}
.p-top-news-swiper .swiper-button-prev {
  left: calc(10vw - 18px);
}
@media screen and (max-width: 768px) {
  .p-top-news-swiper .swiper-button-prev {
    left: 20vw;
  }
}
.p-top-news-swiper .swiper-button-next {
  left: calc(38vw - 18px);
  right: auto;
}
@media screen and (max-width: 768px) {
  .p-top-news-swiper .swiper-button-next {
    right: 20vw;
    left: inherit;
  }
}
.p-top-news-swiper .swiper-scrollbar {
  position: absolute;
  bottom: 8px;
  left: 10vw;
  right: 20px;
  width: auto;
  height: 10px;
  background: #d9d9d9;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .p-top-news-swiper .swiper-scrollbar {
    left: 8vw;
    right: 8vw;
    height: 2px;
    bottom: 4px;
  }
}
.p-top-news-swiper .swiper-scrollbar-drag {
  background: #8b8b8b;
  cursor: grab;
}
.p-top-news-swiper .swiper-scrollbar-drag:active {
  cursor: grabbing;
}

.p-top-recovery {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-top-recovery {
    padding: 48px 0;
  }
}
.p-top-recovery__title {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  font-family: "Shippori Mincho", serif;
  color: #475717;
}
@media screen and (max-width: 768px) {
  .p-top-recovery__title {
    font-size: 24px;
  }
}
.p-top-recovery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-recovery__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-top-recovery__item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.p-top-recovery__footer {
  margin-top: 32px;
  text-align: center;
}

.p-top-culture {
  padding: 80px 0;
  background: url("../img/top/bg_culture_pc.jpg") top center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .p-top-culture {
    padding: 48px 0;
  }
}
.p-top-culture__inner {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-culture__inner {
    flex-direction: column;
    gap: 24px;
  }
}
.p-top-culture__image {
  width: 50%;
  flex-shrink: 0;
}
.p-top-culture__image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-top-culture__image {
    width: 100%;
  }
  .p-top-culture__image img {
    height: 240px;
  }
}
.p-top-culture__content {
  flex: 1;
}
.p-top-culture__title {
  font-size: 32px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-top-culture__title {
    font-size: 24px;
  }
}
.p-top-culture__title span {
  color: #7b8d42;
}
.p-top-culture__content-title {
  font-size: 24px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-culture__content-title {
    font-size: 20px;
  }
}
.p-top-culture__lead {
  font-size: 18px;
  text-align: center;
  margin-bottom: 48px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-top-culture__lead {
    margin-bottom: 32px;
  }
}
.p-top-culture__text {
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-top-culture__text {
    font-size: 14px;
  }
}
.p-top-culture__btn {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-top-culture__btn {
    margin-top: 20px;
  }
}

.p-top-appeal {
  padding: 80px 0;
  color: #ffffff;
  background: url("../img/top/bg_culture02_pc.jpg") center bottom no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .p-top-appeal {
    padding: 0 0 48px;
  }
}
.p-top-appeal__title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
}
.p-top-appeal__title span {
  background: #7b8d42;
  padding: 30px 20px;
  width: 557px;
  max-width: 100%;
  text-align: center;
  display: inline-block;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .p-top-appeal__title {
    font-size: 20px;
    margin-bottom: 24px;
    line-height: 1.5;
  }
  .p-top-appeal__title span {
    width: auto;
    padding: 10px 30px 15px;
  }
}
.p-top-appeal__contents {
  background-color: #f5f5ef;
  border: 1px solid #7b8d42;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-top-appeal__contents {
    padding-bottom: 0;
  }
}
.p-top-appeal__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  padding: 20px 40px;
}
.p-top-appeal__item:nth-child(3) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-top-appeal__item {
    flex-wrap: wrap;
    padding: 0 10px 130px;
    position: relative;
    gap: 20px;
  }
}
.p-top-appeal__item-image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-top-appeal__item-image {
    width: 100%;
    order: 1;
  }
}
.p-top-appeal__item-text {
  width: 50%;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-top-appeal__item-text {
    width: 100%;
    order: 0;
  }
}
.p-top-appeal__item-title {
  font-size: 24px;
  margin: 0 0 16px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-top-appeal__item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-appeal__item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-appeal__item .c-btn {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.p-top-brewery {
  padding: 100px 0 50px;
  background: #475717;
  position: relative;
}
.p-top-brewery:after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  bottom: -199px;
  position: absolute;
  background: #475717;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
@media screen and (max-width: 768px) {
  .p-top-brewery {
    padding: 48px 0;
  }
  .p-top-brewery:after {
    height: 45px;
    bottom: -44px;
  }
}
.p-top-brewery__title {
  text-align: center;
  font-size: 32px;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-top-brewery__title {
    font-size: 24px;
  }
}
.p-top-brewery__sub {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-top-brewery__sub {
    font-size: 16px;
  }
}
.p-top-brewery__map-image {
  width: 280px;
  flex-shrink: 0;
}
.p-top-brewery__map-image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-brewery__map-image {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}
.p-top-brewery__list {
  flex: 1;
}
.p-top-brewery__region {
  margin: 30px 0 64px;
}
.p-top-brewery__region-title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  color: #ffffff;
  letter-spacing: 0.06em;
  margin-bottom: 32px;
}
.p-top-brewery__region-title span {
  border: 1px solid #ffffff;
  padding: 5px 14px;
}
.p-top-brewery__region-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .p-top-brewery__region-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.p-top-brewery__region-item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  background: #f5f5f5;
}
.p-top-brewery__region-name {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  margin: 10px 0 20px;
}
@media screen and (max-width: 768px) {
  .p-top-brewery__region-name {
    font-size: 14px;
  }
}
.p-top-brewery__region-name:hover {
  text-decoration: underline;
  color: #7b8d42;
  opacity: 1;
}
.p-top-brewery__region-name:hover span {
  color: #fff;
  background: #7b8d42;
}
.p-top-brewery__region-name span {
  font-size: 15px;
  color: #475717;
  letter-spacing: 0.08em;
  background: #fff;
  border-radius: 50%;
  width: 24px;
  font-family: "Shippori Mincho", serif;
  height: 24px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .p-top-brewery__region-name span {
    font-size: 11px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-brewery__region-name .pc-number {
    display: none;
  }
}
.p-top-brewery__region-name .sp-number {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-brewery__region-name .sp-number {
    display: flex;
  }
}
.p-top-brewery__footer {
  margin-top: 40px;
  text-align: center;
}
.p-top-brewery__footer a {
  border: 1px solid #fff;
  color: #fff;
}
.p-top-brewery__footer a:hover {
  color: #475717;
  background: #fff;
}
.p-top-brewery__footer a:hover:after {
  content: "";
  background: url("../img/arrow-right.svg") no-repeat;
  background-size: 100% 100%;
}

.p-top-enjoy {
  padding: 240px 0 80px;
  background: #f7f5f0;
}
@media screen and (max-width: 768px) {
  .p-top-enjoy {
    padding: 88px 0 48px;
  }
}
.p-top-enjoy__title {
  text-align: center;
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-top-enjoy__title {
    font-size: 24px;
  }
}
.p-top-enjoy__title span {
  color: #7b8d42;
}
.p-top-enjoy__sub {
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-size: 18px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-top-enjoy__sub {
    font-size: 16px;
  }
}
.p-top-enjoy__grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-enjoy__grid {
    gap: 16px;
  }
}
.p-top-enjoy__item {
  width: 440px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  height: 440px;
  border-radius: 50%;
  background: #000000;
}
.p-top-enjoy__item:nth-child(1) {
  background: url("../img/top/enjoy01.jpg") center center no-repeat;
  background-size: cover;
}
.p-top-enjoy__item:nth-child(2) {
  background: url("../img/top/enjoy02.jpg") center center no-repeat;
  background-size: cover;
}
.p-top-enjoy__item:nth-child(3) {
  background: url("../img/top/enjoy03.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-top-enjoy__item {
    width: 300px;
    height: 300px;
  }
}
.p-top-enjoy__item-label {
  text-align: center;
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.06em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-enjoy__item-label {
    font-size: 22px;
  }
}
.p-top-enjoy__item p {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-enjoy__item p {
    font-size: 13px;
  }
}

.p-brewery-intro__map--top {
  max-width: 651px;
  margin: 0 auto;
}

/*------------- news -------------*/
.p-news-list {
  padding: 90px 0 110px;
}
@media screen and (max-width: 768px) {
  .p-news-list {
    padding: 10px 0 60px;
  }
}
.p-news-list__item {
  border-bottom: 1px solid #d9d9d9;
}
.p-news-list__item:last-child {
  border-bottom: none;
}
.p-news-list__item a {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 24px 0;
  transition: opacity 0.3s ease;
}
.p-news-list__item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-news-list__item a {
    gap: 14px;
    padding: 16px 0;
    align-items: flex-start;
  }
}
.p-news-list__thumbnail {
  width: 260px;
  height: 153px;
  flex-shrink: 0;
  overflow: hidden;
  background: #e8e8e8;
}
.p-news-list__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
a:hover .p-news-list__thumbnail img {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .p-news-list__thumbnail {
    width: 134px;
    height: 80px;
  }
}
.p-news-list__body {
  flex: 1;
  min-width: 0;
}
.p-news-list__meta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-news-list__meta {
    gap: 16px;
    margin-bottom: 2px;
  }
}
.p-news-list__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
}
.p-news-list__footer {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-news-list__footer {
    margin-top: 40px;
  }
}
.p-news-list__back-btn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-news-list__back-btn {
    margin-top: 30px;
  }
}

.p-news-detail {
  padding: 60px 0 120px;
}
@media screen and (max-width: 768px) {
  .p-news-detail {
    padding: 40px 0 60px;
  }
}
.p-news-detail__inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-news-detail__inner {
    max-width: 100%;
  }
}
.p-news-detail__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.p-news-detail__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  margin-bottom: 36px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-news-detail__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.p-news-detail__eyecatch {
  margin: 0 auto 48px;
  padding: 0 40px;
}
.p-news-detail__eyecatch img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-news-detail__eyecatch {
    padding: 0;
    margin-bottom: 32px;
  }
}
.p-news-detail__body {
  font-size: 15px;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-news-detail__body {
    font-size: 14px;
  }
}
.p-news-detail__body h2 {
  font-size: 24px;
  font-weight: 400;
  color: #475717;
  margin: 60px 0 16px;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-news-detail__body h2 {
    font-size: 18px;
    margin: 32px 0 12px;
  }
}
.p-news-detail__body h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 32px 0 12px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-news-detail__body h3 {
    font-size: 15px;
  }
}
.p-news-detail__body p {
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-news-detail__body p {
    font-size: 14px;
  }
}
.p-news-detail__body blockquote {
  background: #f8f8f8;
  padding: 20px 24px;
  margin: 32px 0;
  font-size: 14px;
  line-height: 1.9;
  color: #000;
  position: relative;
}
.p-news-detail__body blockquote::before {
  content: "“";
  font-size: 54px;
  color: #b4b4b4;
  position: absolute;
  top: 8px;
  left: 16px;
  line-height: 1;
  font-family: Georgia, serif;
}
.p-news-detail__body blockquote p {
  margin: 0;
  padding-left: 24px;
}
.p-news-detail__body ol {
  list-style: decimal;
  padding-left: 24px;
  margin-bottom: 24px;
}
.p-news-detail__body ol li {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-news-detail__body ol li {
    font-size: 14px;
  }
}
.p-news-detail__body ul {
  list-style: none;
  margin-bottom: 24px;
}
.p-news-detail__body ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.8;
}
.p-news-detail__body ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 8px;
  color: #475717;
  line-height: 3.6;
}
@media screen and (max-width: 768px) {
  .p-news-detail__body ul li {
    font-size: 14px;
  }
  .p-news-detail__body ul li::before {
    line-height: 3.2;
  }
}
.p-news-detail__body a {
  color: #1571da;
  text-decoration: underline;
}
.p-news-detail__body a:hover {
  opacity: 0.7;
}
.p-news-detail__body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 32px auto;
}
.p-news-detail__nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-news-detail__nav {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
  }
}
.p-news-detail__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #475717;
  padding: 14px 48px;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.08em;
  min-width: 280px;
  position: relative;
  transition: background 0.3s, color 0.3s;
  font-family: "Shippori Mincho", serif;
  border-radius: 5px;
}
.p-news-detail__nav-btn:hover {
  background: #475717;
  color: #ffffff;
  opacity: 1;
}
.p-news-detail__nav-btn--back::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/arrow-left.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 20px;
}
.p-news-detail__nav-btn--top::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/arrow-right.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .p-news-detail__nav-btn {
    width: 100%;
    max-width: 320px;
  }
}

/*------------- page-common -------------*/
.p-page-intro {
  padding: 72px 0 64px;
}
@media screen and (max-width: 768px) {
  .p-page-intro {
    padding: 48px 0 40px;
  }
}
.p-page-intro__inner {
  display: flex;
  align-items: center;
  gap: 10%;
}
@media screen and (max-width: 768px) {
  .p-page-intro__inner {
    flex-direction: column;
    gap: 24px;
  }
}
.p-page-intro__body {
  flex: 1;
  min-width: 0;
}
.p-page-intro__image {
  width: 46.5%;
  flex-shrink: 0;
}
.p-page-intro__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-page-intro__image {
    width: 100%;
  }
}
.p-page-intro--img-left .p-page-intro__inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-page-intro--img-left .p-page-intro__inner {
    flex-direction: column;
  }
}
.p-page-intro__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.06em;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-page-intro__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.p-page-intro__text {
  font-size: 16px;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-page-intro__text {
    font-size: 14px;
  }
}

.p-page-feature {
  padding: 72px 0 120px;
  background: #f7f5f0;
}
.p-page-feature--white {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-page-feature {
    padding: 48px 0;
  }
}
.p-page-feature__title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  color: #7b8d42;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-page-feature__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.p-page-feature__lead {
  text-align: center;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #000;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .p-page-feature__lead {
    font-size: 20px;
    text-align: left;
  }
}
.p-page-feature__lead-text {
  line-height: 2;
  color: #000;
  margin-bottom: 80px;
  max-width: 989px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-page-feature__lead-text {
    margin-bottom: 32px;
    text-align: left;
    font-size: 14px;
  }
}
.p-page-feature__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 78px 48px;
}
@media screen and (max-width: 768px) {
  .p-page-feature__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.p-page-feature__item {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-page-feature__item {
    display: block;
    position: relative;
    margin-top: 32px;
  }
}
.p-page-feature__badge {
  flex-shrink: 0;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  font-family: "Shippori Mincho", serif;
  border: 1px solid #7b8d42;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .p-page-feature__badge {
    width: 95px;
    height: 95px;
    position: absolute;
    right: 0;
    top: -20px;
  }
}
.p-page-feature__badge-label {
  font-size: 18px;
  color: #7b8d42;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-page-feature__badge-label {
    font-size: 12px;
  }
}
.p-page-feature__badge-num {
  font-size: 48px;
  color: #7b8d42;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-page-feature__badge-num {
    font-size: 32px;
  }
}
.p-page-feature__item-body {
  flex: 1;
  min-width: 0;
}
.p-page-feature__item-title {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
  line-height: 1.6;
  min-height: 60px;
}
@media screen and (max-width: 768px) {
  .p-page-feature__item-title {
    font-size: 18px;
    margin-bottom: 26px;
    min-height: 58px;
    padding-right: 100px;
  }
}
.p-page-feature__item-text {
  font-size: 16px;
  line-height: 1.9;
  color: #000;
}
.p-page-feature__item-text span {
  color: #7b8d42;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-page-feature__item-text {
    font-size: 14px;
  }
}

.p-page-lineage {
  padding: 96px 0 72px 0;
}
@media screen and (max-width: 768px) {
  .p-page-lineage {
    padding: 48px 0 20px;
  }
}
.p-page-lineage__title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  color: #7b8d42;
  letter-spacing: 0.08em;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-page-lineage__title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.p-page-lineage__title em {
  font-style: normal;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .p-page-lineage__title em {
    font-size: 18px;
  }
}
.p-page-lineage__chart.--hyakumangoku {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-page-lineage__chart {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 0 16px 20px 0;
    width: calc(100% + 16px);
  }
  .p-page-lineage__chart img {
    max-width: none;
    width: 940px;
    height: auto;
    display: block;
  }
  .p-page-lineage__chart.--hyakumangoku img {
    width: 554px;
  }
}
.p-page-lineage__note {
  margin: 80px auto 0;
  text-align: center;
  max-width: 1000px;
}
.p-page-lineage__note.--hyakumangoku {
  max-width: 787px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-page-lineage__note {
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
  }
  .p-page-lineage__note.--hyakumangoku {
    margin: 20px 0;
  }
}

.p-page-howto {
  padding: 90px 0 120px;
}
@media screen and (max-width: 768px) {
  .p-page-howto {
    padding: 48px 0;
  }
}
.p-page-howto__title {
  text-align: center;
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #7b8d42;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-page-howto__title {
    font-size: 24px;
    margin-bottom: 28px;
  }
}

.p-page-shop {
  padding: 72px 0;
  background: #f7f5f0;
}
@media screen and (max-width: 768px) {
  .p-page-shop {
    padding: 48px 0;
  }
}
.p-page-shop__title {
  text-align: center;
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 50px;
  color: #7b8d42;
}
@media screen and (max-width: 768px) {
  .p-page-shop__title {
    font-size: 24px;
    margin-bottom: 28px;
  }
}
.p-page-shop__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-page-shop__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.p-page-shop__item {
  position: relative;
  overflow: hidden;
}
.p-page-shop__item a {
  display: block;
}
.p-page-shop__item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  filter: brightness(0.7);
  transition: transform 0.4s ease;
}
.p-page-shop__item:hover img {
  transform: scale(1.04);
}
.p-page-shop__item-label {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-page-shop__item img {
    width: 100%;
    height: 125px;
  }
  .p-page-shop__item-label {
    font-size: 18px;
  }
}

.p-page-movie {
  padding: 72px 0;
}
@media screen and (max-width: 768px) {
  .p-page-movie {
    padding: 48px 0 20px;
  }
}
.p-page-movie__title {
  text-align: center;
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 50px;
  color: #7b8d42;
}
@media screen and (max-width: 768px) {
  .p-page-movie__title {
    font-size: 24px;
    margin-bottom: 28px;
  }
}
.p-page-movie__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-page-movie__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.p-page-movie__grid--3col {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-page-movie__grid--3col .p-page-movie__item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .p-page-movie__grid--3col {
    display: block;
  }
  .p-page-movie__grid--3col .p-page-movie__item {
    width: 100%;
  }
}
.p-page-movie__item {
  position: relative;
}
.p-page-movie__item .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-page-movie__item .youtube iframe {
  width: 100%;
  height: 100%;
}

.p-page-section {
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .p-page-section {
    padding: 30px 0;
  }
}
.p-page-section--reverse {
  flex-direction: row-reverse;
}
.p-page-section__inner {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-page-section__inner {
    flex-direction: column;
    gap: 24px;
  }
}
.p-page-section--reverse .p-page-section__inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-page-section--reverse .p-page-section__inner {
    flex-direction: column;
  }
}
.p-page-section__body {
  flex: 1;
  min-width: 0;
}
.p-page-section__image {
  width: 46.5%;
  flex-shrink: 0;
}
.p-page-section__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-page-section__image {
    width: 100%;
  }
}
.p-page-section__title {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.7;
  color: #000;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-page-section__title {
    font-size: 20px;
  }
}
.p-page-section__text {
  font-size: 14px;
  line-height: 2;
  color: #000;
}

.p-page-back {
  padding: 60px 0 120px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-page-back {
    padding: 40px 0 60px;
  }
}

/*------------- brewery（組合員・酒蔵）-------------*/
.p-brewery-page,
.page-template-page-brewery {
  background: #475717;
  color: #ffffff;
  min-height: 100vh;
}

.p-brewery-page .c-page-hero__title {
  color: #ffffff;
}

.p-brewery-page .c-breadcrumb {
  color: rgba(255, 255, 255, 0.7);
  padding: 16px 0;
}
.p-brewery-page .c-breadcrumb__item::after {
  color: rgba(255, 255, 255, 0.5);
}
.p-brewery-page .c-breadcrumb__link {
  color: rgba(255, 255, 255, 0.7);
}
.p-brewery-page .c-breadcrumb__link:hover {
  color: #ffffff;
}
.p-brewery-page .c-breadcrumb span {
  color: rgba(255, 255, 255, 0.9);
}

.p-brewery-intro {
  padding: 48px 0 40px;
}
@media screen and (max-width: 768px) {
  .p-brewery-intro {
    padding: 32px 0 24px;
  }
}
.p-brewery-intro__inner {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .p-brewery-intro__inner {
    flex-direction: column;
    gap: 24px;
  }
}
.p-brewery-intro__body {
  flex: 1;
  min-width: 0;
}
.p-brewery-intro__title {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.7;
  margin-bottom: 30px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-brewery-intro__title {
    font-size: 20px;
  }
}
.p-brewery-intro__text {
  color: #ffffff;
  margin-bottom: 40px;
}
.p-brewery-intro__map {
  width: 49%;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-brewery-intro__map {
    width: 100%;
  }
}
.p-brewery-intro__map img {
  width: 100%;
  height: auto;
  display: block;
}
.p-brewery-intro__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-brewery-intro__list li {
  position: absolute;
  transition: none !important;
}
.p-brewery-intro__list li,
.p-brewery-intro__list li * {
  transition: none !important;
}
.p-brewery-intro__list .sp-number {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-brewery-intro__list .sp-number {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-brewery-intro__list .pc-number {
    display: none;
  }
}
.p-brewery-intro__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  font-family: "Shippori Mincho", serif;
  color: #475717;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: none !important;
  white-space: nowrap;
  letter-spacing: -0.03em;
}
.p-brewery-intro__list a:hover {
  background: #7b8d42;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-brewery-intro__list a {
    font-size: 12px;
    width: 16px;
    height: 16px;
  }
}

.p-brewery-tab {
  display: flex;
}
.p-brewery-tab__inner {
  display: flex;
  justify-content: center;
  border-top: 1px solid #dbdbdb;
  flex-wrap: wrap;
  padding-top: 80px;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-brewery-tab__inner {
    justify-content: flex-start;
    padding: 30px 50px 40px;
    border-top: none;
    gap: 10px 30px;
  }
}
.p-brewery-tab__item {
  width: 195px;
}
.p-brewery-tab__item a {
  display: block;
  font-size: 24px;
  padding: 10px 0;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  letter-spacing: 0.04em;
  position: relative;
  border-bottom: 1px solid #fff;
}
.p-brewery-tab__item a:before {
  width: 17px;
  height: 17px;
  position: absolute;
  content: "";
  background: url("../img/arrow-down.svg") no-repeat;
  background-size: 100% 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-brewery-tab__item {
    width: 44%;
  }
  .p-brewery-tab__item a {
    font-size: 14px;
    padding: 8px 0;
  }
  .p-brewery-tab__item a:before {
    width: 10px;
    height: 10px;
  }
}

.p-brewery-section {
  padding: 48px 0 32px;
}
@media screen and (max-width: 768px) {
  .p-brewery-section {
    padding: 32px 0 24px;
  }
}
.p-brewery-section__title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  color: #ffffff;
  letter-spacing: 0.06em;
  margin-bottom: 32px;
}
.p-brewery-section__title span {
  border: 1px solid #ffffff;
  padding: 5px 14px;
}
@media screen and (max-width: 768px) {
  .p-brewery-section__title {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.p-brewery-card {
  display: flex;
  gap: 0 24px;
  padding: 40px 0;
  border-bottom: 1px solid #fff;
  align-items: start;
}
.p-brewery-card:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p-brewery-card {
    display: block;
    padding: 32px 0;
  }
}
.p-brewery-card__left {
  width: 510px;
}
@media screen and (max-width: 768px) {
  .p-brewery-card__left {
    width: 100%;
  }
}
.p-brewery-card__images {
  display: flex;
}
.p-brewery-card__logo {
  width: 40%;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: #ffffff;
  display: block;
  margin-right: 6%;
}
@media screen and (max-width: 768px) {
  .p-brewery-card__logo {
    grid-column: 1/2;
    grid-row: 1/2;
    aspect-ratio: 1/1;
  }
}
.p-brewery-card__photo {
  width: 54%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-brewery-card__photo {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.p-brewery-card__body {
  flex: 1;
}
.p-brewery-card__head {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-brewery-card__head {
    flex-wrap: wrap;
  }
}
.p-brewery-card__number {
  font-size: 19px;
  color: #475717;
  letter-spacing: 0.08em;
  background: #fff;
  border-radius: 50%;
  width: 32px;
  font-family: "Shippori Mincho", serif;
  height: 32px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .p-brewery-card__number {
    font-size: 11px;
    width: 18px;
    height: 18px;
  }
}
.p-brewery-card .sp-number {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-brewery-card .sp-number {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-brewery-card .pc-number {
    display: none;
  }
}
.p-brewery-card__name {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-brewery-card__name {
    font-size: 16px;
  }
}
.p-brewery-card__since {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.04em;
}
.p-brewery-card__since span {
  padding: 4px 10px;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-brewery-card__since {
    font-size: 14px;
    width: 100%;
    margin: 7px 0 16px;
  }
}
.p-brewery-card__text {
  font-size: 16px;
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-brewery-card__text {
    font-size: 14px;
  }
}
.p-brewery-card__text a {
  text-decoration: underline;
  color: #fff;
}
.p-brewery-card__origin {
  font-size: 14px;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.15);
  margin: 1em 0;
}

.p-brewery-select {
  padding: 24px 0 0;
}
.p-brewery-select__wrap {
  position: relative;
}
.p-brewery-select__wrap::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("../img/arrow-white-up.svg") no-repeat;
  background-size: 100% 100%;
}
.p-brewery-select__box {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 1px solid rgb(255, 255, 255);
  color: #ffffff;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  padding: 8px 44px 8px 16px;
  letter-spacing: 0.06em;
  cursor: pointer;
  outline: none;
}
.p-brewery-select__box option {
  background: #475717;
  color: #ffffff;
}

.p-brewery-page .p-page-back .c-btn {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.p-brewery-page .p-page-back .c-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.p-brewery-page .l-footer {
  background: #2d3e1a;
}

/*------------- contact -------------*/
.p-contact-page {
  background: #f5f3ee;
}

.p-contact-form {
  padding: 60px 0 80px;
}
@media screen and (max-width: 768px) {
  .p-contact-form {
    padding: 32px 0 60px;
  }
}
.p-contact-form__box {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  max-width: 1000px;
  margin: 0 auto;
  padding: 48px 56px 56px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__box {
    padding: 24px 20px 40px;
  }
}
.p-contact-form__lead {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__lead {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.p-contact-form__tel {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__tel {
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 0;
  }
}
.p-contact-form__tel-number {
  font-size: 28px;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-contact-form__tel-number {
    font-size: 26px;
    margin-left: 4px;
    line-height: 1;
  }
}
.p-contact-form__tel-icon {
  line-height: 1;
}
.p-contact-form__tel-note {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__tel-note {
    display: block;
    margin-left: 0;
    font-size: 13px;
    margin-top: 3px;
  }
}

.p-contact-field {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-contact-field {
    margin-bottom: 20px;
  }
}
.p-contact-field__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  font-family: "Shippori Mincho", serif;
}
.p-contact-field__required {
  display: inline-block;
  background: #ffe731;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 6px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  border-radius: 5px;
}
.p-contact-field__note {
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.7;
}
.p-contact-field__input {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 12px 14px;
  font-size: 16px;
  color: #000;
  background: #ffffff;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  transition: border-color 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
}
.p-contact-field__input::placeholder {
  color: #c6cad2;
}
.p-contact-field__input:focus {
  border-color: #475717;
}
.p-contact-field__textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 12px 14px;
  font-size: 16px;
  color: #000;
  background: #ffffff;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  resize: vertical;
  min-height: 160px;
  line-height: 1.8;
  transition: border-color 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 5px;
}
.p-contact-field__textarea::placeholder {
  color: #c6cad2;
}
.p-contact-field__textarea:focus {
  border-color: #475717;
}
@media screen and (max-width: 768px) {
  .p-contact-field__textarea {
    min-height: 130px;
  }
}

.p-contact-agree {
  text-align: center;
  color: #000;
  margin: 28px 0 32px;
  line-height: 1.8;
}
.p-contact-agree a {
  color: #1571da;
}
.p-contact-agree a img {
  width: 8px;
  transform: translateY(-9px);
  margin: 0 3px;
}
.p-contact-agree a:hover {
  opacity: 0.7;
}

.p-contact-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact-btns {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
.p-contact-btns__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #475717;
  padding: 14px 40px;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.08em;
  min-width: 200px;
  position: relative;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact-btns__back::before {
  content: "<";
  position: absolute;
  left: 18px;
  font-size: 12px;
}
.p-contact-btns__back:hover {
  background: #f0f0f0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-contact-btns__back {
    width: 100%;
    max-width: 320px;
  }
}
.p-contact-btns__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #475717;
  border: 1px solid #475717;
  padding: 14px 40px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.08em;
  min-width: 200px;
  position: relative;
  transition: opacity 0.3s;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact-btns__submit::after {
  content: ">";
  position: absolute;
  right: 18px;
  font-size: 12px;
}
.p-contact-btns__submit:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-contact-btns__submit {
    width: 100%;
    max-width: 320px;
  }
}

.p-contact-confirm {
  padding: 60px 0 80px;
}
@media screen and (max-width: 768px) {
  .p-contact-confirm {
    padding: 32px 0 60px;
  }
}
.p-contact-confirm__lead {
  color: #000;
  margin: 0 auto 40px;
  max-width: 580px;
}
@media screen and (max-width: 768px) {
  .p-contact-confirm__lead {
    margin-bottom: 28px;
  }
}
.p-contact-confirm__list {
  max-width: 580px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .p-contact-confirm__list {
    margin-bottom: 36px;
  }
}
.p-contact-confirm__item {
  padding: 16px 0;
}
.p-contact-confirm__label {
  font-size: 18px;
  margin-bottom: 6px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
.p-contact-confirm__value {
  color: #000;
  margin-bottom: 0px;
}
.p-contact-confirm__btns {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact-confirm__btns {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

.p-contact-thanks {
  padding: 80px 0 120px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks {
    padding: 60px 0 80px;
  }
}
.p-contact-thanks__title {
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: 600;
  color: #000;
  margin-bottom: 28px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks__title {
    font-size: 24px;
  }
}
.p-contact-thanks__text {
  font-size: 18px;
  line-height: 2;
  color: #000;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks__text {
    font-size: 16px;
    margin-bottom: 48px;
  }
}

/* Contact Form 7 の自動挿入ラッパーへの対策 */
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-spinner {
  display: none !important; /* 送信インジケータの位置ズレ防止 */
}

/*------------- static（404・プライバシーポリシーなど静的ページ）-------------*/
.p-404 {
  padding: 100px 0 140px;
  text-align: center;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-404 {
    padding: 64px 0 100px;
  }
}
.p-404__title {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.1em;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .p-404__title {
    font-size: 24px;
  }
}
.p-404__text {
  font-size: 18px;
  color: #000;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-404__text {
    font-size: 16px;
    margin-bottom: 48px;
  }
}

.p-privacy {
  padding: 60px 0 20px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-privacy {
    padding: 40px 0 0px;
  }
}
.p-privacy__inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-privacy__inner {
    max-width: 100%;
  }
}
.p-privacy__lead {
  color: #000;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-privacy__lead {
    margin-bottom: 32px;
  }
}
.p-privacy__section {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .p-privacy__section {
    margin-bottom: 28px;
  }
}
.p-privacy__heading {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  font-family: "Shippori Mincho", serif;
}
.p-privacy__text {
  font-size: 16px;
  color: #000;
}
.p-privacy__text a {
  color: #307fd9;
  text-decoration: underline;
}
.p-privacy__text a:hover {
  opacity: 0.7;
}
.p-privacy__list {
  list-style: none;
  margin: 8px 0;
}
.p-privacy__list li {
  font-size: 13px;
  line-height: 2;
  color: #000;
  padding-left: 1em;
  position: relative;
}
.p-privacy__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/*# sourceMappingURL=style.css.map */
