@charset "utf-8";
/* CSS Document */

/* Noto Serif JP */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;800;900&display=swap');
/* Noto Sans JP */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* Cormorant */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
  --C-black: #000;
  --C-white: #fff;

  --C-sub: #F5F4F0;

  --C-txt-main: #333;
  --C-txt-gray: #ADADAD;
  --C-txt-orange: #E36F0D;
  --C-txt-blue: #1069C9;

  --C-accent-green: #406E63;
  --C-accent-Dgreen: #2E423D;
  --C-accent-Dyellow: #7F7442;

  --C-checkbox-border: #808080;
  --C-line-gray: #CCCCCC;
}

/* ===============================
	site utility
 =============================== */
body { color: var(--C-txt-main);}
body *{font-family: 'Noto Sans JP', sans-serif , YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif; line-height: 1.75; letter-spacing: 0.05em; word-break: break-word;}
.bg_none { background: none;}
img { max-width: 100%; pointer-events: none;}
.bx-wrapper {
  margin-bottom: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.bx-wrapper .bx-loading {
  background-color: transparent;
}
@media screen and (max-width: 750px) {
  body { font-size: 3.73333333333333vw;}
}

.no_link {
  pointer-events: none;
}

.txt_L {
  text-align: justify;
}
.txt_C {
  text-align: center;
}
.txt_R {
  text-align: right;
}

/* 横幅 */
.w1040,.w1060,.w1280,.w1282,.w1608 {max-width: 100%;}
.w1040 {width: calc(1040px + (40px * 2));}
.w1060 {width: calc(1060px + (40px * 2));}
.w1280 {width: calc(1280px + (40px * 2));}
.w1282 {width: calc(1282px + (40px * 2));}
.w1608 {width: calc(1608px + (40px * 2));}

/* 見出し英字 */
.font-R {
  font-family: "Cormorant", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.font-R.fs2XL {
  font-size: 80px;
}
.font-R.fsXL {
  font-size: 50px;
}
.font-R.fsL {
  font-size: 32px;
}
.font-R.fsM {
  font-size: 24px;
}
.font-R.fsS {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .font-R.fs2XL {
    font-size: 11.73333333333333vw;
  }
  .font-R.fsXL {
    font-size: 11.73333333333333vw;
  }
  .font-R.fsL {
    font-size: 6.4vw;
  }
  .font-R.fsM {
    font-size: 5.33333333333333vw;
  }
  .font-R.fsS {
    font-size: 3.46666666666667vw;
  }
}

/* 見出し日本語 */
.font-J {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.font-J.fs2XL {
  font-size: 24px;
}
.font-J.fsXL {
  font-size: 20px;
}
.font-J.fsL {
  font-size: 18px;
}
.font-J.fsM {
  font-size: 16px;
}
.font-J.fsS {
  font-size: 14px;
}
.font-J.fsXS {
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .font-J.fs2XL {
    font-size: 5.33333333333333vw;
  }
  .font-J.fsXL {
    font-size: 4.8vw;
  }
  .font-J.fsL {
    font-size: 4.26666666666667vw;
  }
  .font-J.fsM {
    font-size: 3.73333333333333vw;
  }
  .font-J.fsS {
    font-size: 3.46666666666667vw;
  }
  .font-J.fsXS {
    font-size: 3.2vw;
  }
}

/* 本文 */
.font-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.font-txt.fsM {
  font-size: 16px;
}
.font-txt.fsS {
  font-size: 14px;
}
.font-txt.fsXS {
  font-size: 12px;
}
.font-txt.fs2XS {
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  .font-txt.fsM {
    font-size: 3.73333333333333vw;
  }
  .font-txt.fsS {
    font-size: 3.46666666666667vw;
  }
  .font-txt.fsXS {
    font-size: 3.2vw;
  }
  .font-txt.fs2XS {
    font-size: 2.66666666666667vw;
  }
}

.fw-600 {
  font-weight: 600 !important;
}

/* ===============================
	page
 =============================== */
.txt_C_green {
  color: var(--C-accent-green);
}

.txt_W_sb {
  font-weight: 600;
}

/* タイトル */
.title-01 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  color: var(--C-white);
}
.title-01 span {
  font-family: "Cormorant", serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: var(--C-white);
  display: block;
}
@media screen and (max-width: 750px) {
  .title-01 {
    font-size: 5.33333333333333vw;
  }
  .title-01 span {
    font-size: 9.6vw;
    line-height: 1.444444444444444;
  }
}

.title-02 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
}
.title-02 span {
  font-family: "Cormorant", serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: var(--C-accent-green);
  display: block;
  margin-bottom: 9px;
}
@media screen and (max-width: 750px) {
  .title-02 {
    font-size: 5.33333333333333vw;
  }
  .title-02 span {
    font-size: 11.73333333333333vw;
    line-height: 1.2;
    margin-bottom: 2.4vw;
  }
}

.title-03 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  position: relative;
}
.title-03::before {
  content: '';
  background: var(--C-accent-green);
  width: 55px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -24px;
  left: 0;
  z-index: +1;
}
.title-03::after {
  content: '';
  background: var(--C-line-gray);
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -24px;
  left: 0;
}
.title-03 span {
  font-family: "Cormorant", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: var(--C-accent-green);
  display: block;
  margin-bottom: -4px;
}
@media screen and (max-width: 750px) {
  .title-03 {
    font-size: 6.4vw;
  }
  .title-03::before,
  .title-03::after {
    bottom: -4.26666666666667vw;
  }
  .title-03::before {
    width: 14.66666666666667vw;
  }
  .title-03 span {
    font-size: 3.46666666666667vw;
    margin-bottom: -0.53333333333333vw;
  }
}

.title-04 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-left: 16px;
}
.title-04::before {
  content: '';
  background: var(--C-accent-green);
  width: 4px;
  height: calc(100% - 7px);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: +1;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .title-04 {
    font-size: 5.33333333333333vw;
    padding-left: 4.26666666666667vw;
  }
  .title-04::before {
    width: 1.06666666666667vw;
    height: calc(100% - 1.86666666666667vw);
  }
}

.title-05 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--C-accent-green);
}
@media screen and (max-width: 750px) {
  .title-05 {
    font-size: 4.8vw;
  }
}

/* ボタン */
.btn {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  max-width: 100%;
  width: 364px;
  height: 64px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 2.6em;
  transition: .6s;
}
.btn::before {
  content: '';
  width: 8px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='24' height='24' transform='translate(1379 365)' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-1379 -365)' clip-path='url(%23a)'%3E%3Cpath fill='white' d='M.965,7.5h0L0,6.555,6.68,0l6.679,6.555-.964.946L6.68,1.894.966,7.5Z' transform='translate(1395 370.641) rotate(90)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .btn {
    font-size: 14px;
    width: 100%;
    height: 16vw;
  }
}

.btn_1 {
  color: var(--C-white);
  background: rgb(93,157,141);
  background: linear-gradient(90deg, rgba(93,157,141,1) 0%, rgba(65,110,99,1) 50%, rgba(52,95,84,1) 100%);
  z-index: 0;
}
.btn_1::after {
  content: '';
  background: #333;
  position: absolute;
  z-index: -1;
  inset: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .6s;
}
.btn_1:hover::after {
  transform: scale(1, 1);
}

.btn_2 {
  color: #333;
  border: #333 1px solid;
  z-index: 1;
}
.btn_2::after {
  content: '';
  background: #333;
  position: absolute;
  z-index: -1;
  inset: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .6s;
}
.btn_2::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='24' height='24' transform='translate(1379 365)' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-1379 -365)' clip-path='url(%23a)'%3E%3Cpath fill='rgb(112,112,112,1)' d='M.965,7.5h0L0,6.555,6.68,0l6.679,6.555-.964.946L6.68,1.894.966,7.5Z' transform='translate(1395 370.641) rotate(90)'/%3E%3C/g%3E%3C/svg%3E");
  transition: .6s;
}
.btn_2:hover {
  color: var(--C-white);
}
.btn_2:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='24' height='24' transform='translate(1379 365)' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-1379 -365)' clip-path='url(%23a)'%3E%3Cpath fill='white' d='M.965,7.5h0L0,6.555,6.68,0l6.679,6.555-.964.946L6.68,1.894.966,7.5Z' transform='translate(1395 370.641) rotate(90)'/%3E%3C/g%3E%3C/svg%3E");
}
.btn_2:hover::after {
  transform: scale(1, 1);
}

.btn_3 {
  color: var(--C-white);
  border: #333 1px solid;
  background: #333;
  z-index: 1;
}
.btn_3::after {
  content: '';
  background: var(--C-white);
  position: absolute;
  z-index: -1;
  inset: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .6s;
}
.btn_3::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='24' height='24' transform='translate(1379 365)' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-1379 -365)' clip-path='url(%23a)'%3E%3Cpath fill='rgb(255,255,255,1)' d='M.965,7.5h0L0,6.555,6.68,0l6.679,6.555-.964.946L6.68,1.894.966,7.5Z' transform='translate(1395 370.641) rotate(90)'/%3E%3C/g%3E%3C/svg%3E");
  transition: .6s;
}
.btn_3:hover {
  color: #333;
}
.btn_3:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='24' height='24' transform='translate(1379 365)' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-1379 -365)' clip-path='url(%23a)'%3E%3Cpath fill='rgb(112,112,112,1)' d='M.965,7.5h0L0,6.555,6.68,0l6.679,6.555-.964.946L6.68,1.894.966,7.5Z' transform='translate(1395 370.641) rotate(90)'/%3E%3C/g%3E%3C/svg%3E");
}
.btn_3:hover::after {
  transform: scale(1, 1);
}

.btn_4 {
  color: var(--C-white);
  border: var(--C-white) 1px solid;
  z-index: 1;
}
.btn_4::after {
  content: '';
  background: var(--C-white);
  position: absolute;
  z-index: -1;
  inset: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .6s;
}
.btn_4::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='24' height='24' transform='translate(1379 365)' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-1379 -365)' clip-path='url(%23a)'%3E%3Cpath fill='rgb(255,255,255,1)' d='M.965,7.5h0L0,6.555,6.68,0l6.679,6.555-.964.946L6.68,1.894.966,7.5Z' transform='translate(1395 370.641) rotate(90)'/%3E%3C/g%3E%3C/svg%3E");
  transition: .6s;
}
.btn_4:hover {
  color: var(--C-black);
}
.btn_4:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='24' height='24' transform='translate(1379 365)' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-1379 -365)' clip-path='url(%23a)'%3E%3Cpath fill='rgb(0,0,0,1)' d='M.965,7.5h0L0,6.555,6.68,0l6.679,6.555-.964.946L6.68,1.894.966,7.5Z' transform='translate(1395 370.641) rotate(90)'/%3E%3C/g%3E%3C/svg%3E");
}
.btn_4:hover::after {
  transform: scale(1, 1);
}

.btn_more {
  color: #333;
  border: #333 1px solid;
  z-index: 1;
}
.btn_more::after {
  content: '';
  background: #333;
  position: absolute;
  z-index: -1;
  inset: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .6s;
}
.btn_more::before {
  width: 24px;
  height: 24px;
  background-image: url(../img/common/arrow_bottom.svg);
  transition: .6s;
}
.btn_more:hover {
  color: var(--C-white);
}
.btn_more:hover::before {
  background-image: url(../img/common/arrow_bottom_hover.svg);
 


}
.btn_more:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 750px) {
  .btn_more::before {
    width: 6.4vw;
    height: 6.4vw;
    right: 2.13333333333333vw;
  }
}

/* ===============================
	mv
 =============================== */
#mv {
  background-size: cover;
  background-position: center;
  height: 450px;
  display: flex;
  align-items: center;
}
#mv .title-02,
#mv .title-02 span {
  color: var(--C-white);
}
@media screen and (max-width: 1000px) {
  #mv .wrap {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 750px) {
  #mv {
    height: 80vw;
  }
  #mv .wrap {
    margin-bottom: auto;
  }
  #mv .title-02 span {
    font-size: 36px;
    margin-bottom: 8px;
  }
}

/* ===============================
	pankuzu
 =============================== */
#pankuzu {
  background: var(--C-white);
  display: flex;
  align-items: center;
  padding: 14px 0;
}
#pankuzu ul {
  display: flex;
  flex-wrap: wrap;
}
#pankuzu li {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
#pankuzu li:not(:last-child) {
  padding-right: 24px;
}
#pankuzu li:not(:last-child)::after {
  content: '>';
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  padding-top: 1px;
}
#pankuzu li a {
  color: var(--C-accent-green);
}
@media screen and (max-width: 750px) {
  #pankuzu {
    height: 33px;
    padding: 0;
    position: relative;
  }
  #pankuzu::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 98%);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
  }
  #pankuzu .wrap {
    overflow: hidden;
  }
  #pankuzu ul {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  #pankuzu li {
    font-size: 3.2vw;
  }
}

/* ===============================
	pagenation_common
 =============================== */
.pagenation_common ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.pagenation_common li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--C-accent-green);
  width: 48px;
  height: 48px;
  background: var(--C-white);
  border: var(--C-line-gray) 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
.pagenation_common .pagination-sp:not(.pagination-index):hover a {
  color: var(--C-white);
  background: var(--C-accent-green);
}
.pagenation_common .pagination-no-num a,
.pagenation_common .pagination-index a {
  background: none;
  border: none;
}
.pagenation_common .pagination-index a {
  pointer-events: none;
}
.pagenation_common .pagination-no-num a {
  color: rgb(51 51 51 / .3);
}
.pagenation_common .pagenation-off a {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .pagenation_common .first.pagenation-off,
  .pagenation_common .last.pagenation-off,
  .pagenation_common .pagination-sp-off {
    display: none;
  }
  .pagenation_common ul {
    gap: 3.2vw;
  }
  .pagenation_common li a {
    font-size: 4.26666666666667vw;
    width: 12.8vw;
    height: 12.8vw;
  }
}

/* ===============================
	pickup_common
 =============================== */
.pickup_common > .wrap {
  container-type: inline-size;
}
.pickup_common .title-02 {
  margin-bottom: 63px;
}
.pickup_common .title-02 span {
  margin-bottom: 16px;
}
.pickup_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc((100% - (40px * 2)) / 3));
  gap: 40px;
}
.pickup_list li {
  background: var(--C-white);
  width: 100%;
  filter: drop-shadow(0 10px 20px rgb(0 0 0 / 0.16));
}
.pickup_list li > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: .6s;
}
.pickup_img {
  transition: .6s;
}
.pickup_list li > a:hover .pickup_img {
  opacity: .6;
}
.pickup_img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 365 / 205;
  object-fit: cover;
  object-position: center;
}
.pickup_list .pickup_txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pickup_list .txt_con {
  padding: 16px 16px 14px;
}
.pickup_category {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  border: var(--C-accent-green) 2px solid;
  border-radius: 13px;
  width: 128px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category_01 .pickup_category {
  color: var(--C-accent-green);
  border-color: var(--C-accent-green);
}
.category_02 .pickup_category {
  color: #9D6872;
  border-color: #9D6872;
}
.category_03 .pickup_category {
  color: #7F7442;
  border-color: #7F7442;
}
.pickup_title {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  border-bottom: var(--C-line-gray) 1px solid;
  padding-bottom: 16px;
  margin-top: 12px;
  margin-bottom: 16px;
}
.pickup_add {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}
.pickup_add span {
  font-weight: 600;
  color: var(--C-txt-gray);
  margin-right: 12px;
  width: calc(4ch + 12px);
}
.pickup_add p {
  width: calc(100% - (7ch + 12px));
}
.pickup_list .list_btn {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--C-white);
  background: var(--C-accent-Dgreen);
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .6s;
}
.pickup_list li > a:hover .list_btn {
  background: #576763;
}
@container (max-width: 880px) {
  .pickup_list {
    grid-template-columns: repeat(auto-fit, calc((100% - 40px) / 2));
  }
}
@media screen and (max-width: 750px) {
  .pickup_common .title-02 {
    margin-bottom: 10.66666666666667vw;
  }
  .pickup_common .title-02 span {
    margin-bottom: 3.2vw;
  }
  .pickup_list {
    grid-template-columns: auto;
    gap: 6.4vw;
  }
  .pickup_list li {
    width: 100%;
    min-height: 390px;
  }
  .pickup_img {
    width: 100%;
    height: 50.4vw;
  }
  .pickup_list .pickup_txt {
    height: auto;
  }
  .pickup_list .txt_con {
    padding: 4.26666666666667vw 4.26666666666667vw 8.53333333333333vw;
  }
  .pickup_title {
    font-size: 16px;
    padding-bottom: 4.26666666666667vw;
    margin-top: 2.13333333333333vw;
    margin-bottom: 4.26666666666667vw;
  }
  .pickup_add {
    font-size: 13px;
  }
  .pickup_list .list_btn {
    font-size: 14px;
    height: 11.73333333333333vw;
  }
}

/* ===============================
	news_common
 =============================== */
.news_common .news_list {
  display: none;
}
.news_common .news_list.show {
  display: block;
}
.news_common .news_con {
  display: flex;
  gap: 24px;
}
.news_common .news_list li {
  border-top: var(--C-line-gray) 1px solid;
  padding: 32px 0;
}
.news_common .news_list li:last-child {
  border-bottom: var(--C-line-gray) 1px solid;
}
.news_common .news_con > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 4px 16px;
  width: 100%;
}
.news_common .news_con time {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
}
.news_common .news_con .news_category {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--C-white);
  width: 106px;
  height: 26px;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px; 
}
.news_common .category_01 .news_category {
  background: #9D6872;
}
.news_common .category_02 .news_category {
  background: #7F7442;
}
.news_common .category_03 .news_category {
  background: var(--C-accent-green);
}
.news_common .category_04 .news_category {
  background: #3F516E;
}
.news_common .news_con > div p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 210px - 14px - (16px * 2));
  transition: .4s;
}
/* hover */
.news_common .news_con:hover > div p {
  color: var(--C-accent-green);
  text-decoration: underline;
  opacity: .6;
}
/* /hover */
@media screen and (max-width: 750px) {
  .news_common {
    padding-top: 10.66666666666667vw;
  }
  .news_common .news_con {
    gap: 4.26666666666667vw;
    flex-direction: column;
    padding: 6.4vw 0 6.66666666666667vw;
  }
  .news_common .news_con > div {
    flex-wrap: wrap;
  }
  .news_common .news_con .title {
    font-size: 3.73333333333333vw;
    text-align: center;
    padding-right: 0;
    padding-bottom: 3.2vw;
  }
  .news_common .news_con .title::after {
    width: 100%;
    height: 1px;
    top: auto;
    left: 0;
  }
  .news_common .news_list li {
    padding: 0;
  }
  .news_common .news_con > div {
    gap: 3.2vw 4.26666666666667vw;
  }
  .news_common .news_con time {
    font-size: 3.73333333333333vw;
  }
  .news_common .news_con > div p {
    font-size: 3.73333333333333vw;
    width: 100%;
  }
}
.news_common #news_category_con {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.news_common #news_category_con a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  border: var(--C-line-gray) 1px solid;
  background: var(--C-white);
  width: 106px;
  height: 26px;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s;
}
.news_common .news_category_btn:hover,
.news_common .news_category_btn.active {
  color: var(--C-white);
}
.news_common #news_category_con .news_category_btn.all:hover,
.news_common #news_category_con .news_category_btn.all.active {
  background: var(--C-accent-green);
}
.news_common #news_category_con .news_category_btn.category_01:hover,
.news_common #news_category_con .news_category_btn.category_01.active {
  background: #9D6872;
}
.news_common #news_category_con .news_category_btn.category_02:hover,
.news_common #news_category_con .news_category_btn.category_02.active {
  background: #7F7442;
}
.news_common #news_category_con .news_category_btn.category_03:hover,
.news_common #news_category_con .news_category_btn.category_03.active {
  background: var(--C-accent-green);
}
.news_common #news_category_con .news_category_btn.category_04:hover,
.news_common #news_category_con .news_category_btn.category_04.active {
  background: #3F516E;
}
@media screen and (max-width: 750px) {
  .news_common #news_category_con {
    gap: 2.13333333333333vw;
  }
  .news_common #news_category_con a {
    font-size: 3.2vw;
    width: calc((100% - 4.26666666666667vw) / 3);
    width: 28.26666666666667vw;
    height: 6.93333333333333vw;
    border-radius: 3.46666666666667vw;
  }
}

/* ===============================
	common_list
 =============================== */
.common_list dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1px;
}
.common_list dt,
.common_list dd {
  font-size: 14px;
  height: 60px;
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0 16px;
}
.common_list dt {
  font-weight: 500;
  color: var(--C-accent-green);
  background: rgb(64 110 99 / .15);
  width: 180px;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding-top: 20px;
}
.common_list dd {
  font-weight: 400;
  background: #F2F2F2;  
  width: calc((100% - 180px) - 1px);
  height: auto;
  padding: 18px 16px;
} 
@media screen and (max-width: 750px) {
  .common_list dt,
  .common_list dd {
    font-size: 3.46666666666667vw;
    width: 100%;
    min-height: 9.33333333333333vw;
    padding: 6px 3.2vw;
  }
}