@charset "UTF-8";
/***************************************

home

***************************************/
/***************************************

variables

***************************************/
/*---------------------------------------
break point
---------------------------------------*/
/*---------------------------------------
color
---------------------------------------*/
/***************************************

home

***************************************/
/***************************************

mixins

***************************************/
/*---------------------------------------
media queries
---------------------------------------*/
/*---------------------------------------
clearfix
---------------------------------------*/
/*---------------------------------------
vwのサイズ計算
---------------------------------------*/
/***************************************

common

***************************************/
h3.common_title {
  display: flex;
}
h3.common_title .jp {
  padding: 40px 0 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  h3.common_title .jp {
    padding: 6.1333333333vw 0 0 1.8666666667vw;
  }
}
h3.common_title .jp::before {
  content: "";
  display: block;
  width: 1px;
  height: 110px;
  background-color: #000;
  position: absolute;
  left: 10px;
  top: -20px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  h3.common_title .jp::before {
    height: 13.3333333333vw;
    left: 1.3333333333vw;
    top: -2vw;
  }
}

@media screen and (max-width: 768px) {
  #fv_common h2 img {
    width: 34.9333333333vw;
  }
}

/***************************************

#category

***************************************/
#category {
  background-color: #d3dadb;
  padding: 135px 0 120px;
}
@media screen and (max-width: 768px) {
  #category {
    padding: 10.6666666667vw 0;
  }
}
#category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 5px;
}
@media screen and (max-width: 768px) {
  #category ul {
    gap: 0.6666666667vw 0.6666666667vw;
  }
}
#category ul li {
  width: 330px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #category ul li {
    width: calc(50% - 0.3333333333vw);
  }
}
#category ul li a {
  border: 1px solid #fff;
  font-size: 18px;
  letter-spacing: 0.09em;
  height: 54px;
  line-height: 1.2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  #category ul li a {
    border: 0.2666666667vw solid #fff;
    font-size: 2.8vw;
    height: 11.2vw;
    padding: 0 1.3333333333vw;
  }
}
#category ul li a.on {
  border: none;
  background-color: #a41034;
  border: 1px solid #a41034;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #category ul li a.on {
    border: 0.2666666667vw solid #a41034;
  }
}

/***************************************

#pickup

***************************************/
#pickup {
  background-color: #f0f1f1;
  padding: 165px 0 140px;
}
@media screen and (max-width: 768px) {
  #pickup {
    padding: 13.3333333333vw 0 10vw;
  }
}
#pickup ul.article {
  display: flex;
  flex-wrap: wrap;
}
#pickup ul.article li {
  width: 292px;
  margin: 0 62px 87px 0;
}
@media screen and (max-width: 768px) {
  #pickup ul.article li {
    width: 40.6666666667vw;
    margin: 0 5.0666666667vw 9.3333333333vw 0;
  }
}
#pickup ul.article li:nth-child(3n) {
  margin: 0 0 87px;
}
@media screen and (max-width: 768px) {
  #pickup ul.article li:nth-child(3n) {
    margin: 0 5.0666666667vw 9.3333333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  #pickup ul.article li:nth-child(2n) {
    margin: 0 0 9.3333333333vw;
  }
}
#pickup ul.article li a {
  display: block;
}
#pickup ul.article li a .img_wrap img {
  width: 292px;
  height: 187px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #pickup ul.article li a .img_wrap img {
    width: 40.6666666667vw;
    height: 24.9333333333vw;
  }
}
#pickup ul.article li a .contents_wrap {
  background-color: #fff;
  padding: 20px 12px;
  height: 188px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #pickup ul.article li a .contents_wrap {
    padding: 1.3333333333vw 2.6666666667vw 2vw;
    height: auto;
    min-height: 27.6vw;
  }
}
#pickup ul.article li a .contents_wrap .meta_wrap {
  width: 100%;
}
#pickup ul.article li a .contents_wrap .meta_wrap h4 {
  font-size: 18px;
  line-height: 29px;
  padding: 0 0 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #pickup ul.article li a .contents_wrap .meta_wrap h4 {
    font-size: 3.3333333333vw;
    line-height: 4.6666666667vw;
    letter-spacing: 0.05em;
    padding: 0 0 0.6666666667vw;
  }
}
#pickup ul.article li a .contents_wrap .meta_wrap time {
  font-size: 12px;
  font-weight: 500;
  color: #9e9e9e;
}
@media screen and (max-width: 768px) {
  #pickup ul.article li a .contents_wrap .meta_wrap time {
    font-size: 2.6666666667vw;
    letter-spacing: 0.05em;
  }
}
#pickup ul.article li a .contents_wrap .category {
  font-size: 12px;
  color: #9e9e9e;
  font-weight: 500;
  display: block;
  padding: 18px 0 0;
  margin: auto 0 0;
  border-top: 1px solid #9e9e9e;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #pickup ul.article li a .contents_wrap .category {
    font-size: 2.6666666667vw;
    padding: 1.6vw 0 0;
  }
}

/***************************************

#pickup_detail

***************************************/
#pickup_detail {
  padding: 70px 0 0;
}
@media screen and (max-width: 768px) {
  #pickup_detail {
    padding: 8.2666666667vw 0 0;
  }
}
#pickup_detail #meta {
  padding: 0 0 70px;
}
@media screen and (max-width: 768px) {
  #pickup_detail #meta {
    padding: 0 0 5.6vw;
  }
}
#pickup_detail #meta .data {
  border-left: 1px solid #c5cdcf;
  padding: 8px 0 17px 15px;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  #pickup_detail #meta .data {
    padding: 0.9333333333vw 0 0.9333333333vw 2.6666666667vw;
  }
}
#pickup_detail #meta .data .category {
  font-size: 12px;
  font-weight: 500;
  display: block;
  color: #9e9e9e;
  padding: 0 0 8px;
}
@media screen and (max-width: 768px) {
  #pickup_detail #meta .data .category {
    font-size: 2.4vw;
    padding: 0 0 1.0666666667vw;
  }
}
#pickup_detail #meta .data .date {
  font-size: 12px;
  font-weight: 500;
  display: block;
  color: #9e9e9e;
}
@media screen and (max-width: 768px) {
  #pickup_detail #meta .data .date {
    font-size: 2.4vw;
  }
}
#pickup_detail #meta h2 {
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 0.025em;
  font-weight: 500;
  font-family: YakuHanJP, "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  #pickup_detail #meta h2 {
    font-size: 5.0666666667vw;
    line-height: 8.2666666667vw;
  }
}
#pickup_detail #thumbnail {
  background-color: #d3dadb;
  text-align: center;
  border-top: 1px solid #dbdfe0;
}
@media screen and (max-width: 768px) {
  #pickup_detail #thumbnail {
    border-top: none;
    padding: 3.6vw 0;
  }
  #pickup_detail #thumbnail img {
    width: 92.8vw;
  }
}
#pickup_detail #detail {
  background-color: #f0f1f1;
  padding: 100px 0 200px;
}
@media screen and (max-width: 768px) {
  #pickup_detail #detail {
    padding: 0 0 19.7333333333vw;
  }
}
#pickup_detail #detail .inner3 {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #pickup_detail #detail .inner3 {
    width: 100%;
  }
}
#pickup_detail #detail .inner3 .text {
  padding: 100px 232px 205px;
}
@media screen and (max-width: 768px) {
  #pickup_detail #detail .inner3 .text {
    padding: 18.6666666667vw 6.6666666667vw 24vw;
  }
}
#pickup_detail #detail .inner3 .text p, #pickup_detail #detail .inner3 .text cite, #pickup_detail #detail .inner3 .text li {
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.1em;
  text-align: justify;
  min-height: 30px;
}
@media screen and (max-width: 768px) {
  #pickup_detail #detail .inner3 .text p, #pickup_detail #detail .inner3 .text cite, #pickup_detail #detail .inner3 .text li {
    font-size: 3.4666666667vw;
    line-height: 6vw;
    min-height: 6vw;
  }
}
#pickup_detail #detail .inner3 .text p strong, #pickup_detail #detail .inner3 .text cite strong, #pickup_detail #detail .inner3 .text li strong {
  font-weight: 700;
}
#pickup_detail #detail .inner3 .text p a, #pickup_detail #detail .inner3 .text cite a, #pickup_detail #detail .inner3 .text li a {
  color: #a41034;
  text-decoration: underline;
}
#pickup_detail #detail .inner3 .text cite {
  color: #004e6e;
}
#pickup_detail #detail .inner3 .text h2, #pickup_detail #detail .inner3 .text h3, #pickup_detail #detail .inner3 .text h4, #pickup_detail #detail .inner3 .text h5, #pickup_detail #detail .inner3 .text h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  font-family: YakuHanJP, "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  #pickup_detail #detail .inner3 .text h2, #pickup_detail #detail .inner3 .text h3, #pickup_detail #detail .inner3 .text h4, #pickup_detail #detail .inner3 .text h5, #pickup_detail #detail .inner3 .text h6 {
    font-size: 4.2666666667vw;
    line-height: 7.2vw;
  }
}
#pickup_detail #detail .inner3 .text h2 strong, #pickup_detail #detail .inner3 .text h3 strong, #pickup_detail #detail .inner3 .text h4 strong, #pickup_detail #detail .inner3 .text h5 strong, #pickup_detail #detail .inner3 .text h6 strong {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-weight: 700;
}
#pickup_detail #detail .inner3 .text img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#pickup_detail #detail .inner3 .text .wp-block-gallery {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  #pickup_detail #detail .inner3 .text .wp-block-gallery {
    display: block;
  }
  #pickup_detail #detail .inner3 .text .wp-block-gallery .wp-block-image {
    padding: 0 0 2.6666666667vw;
    width: 100% !important;
  }
  #pickup_detail #detail .inner3 .text .wp-block-gallery .wp-block-image:last-child {
    padding: 0;
  }
}
#pickup_detail #detail .inner3 .text ul {
  padding: 0 0 0 25px;
}
@media screen and (max-width: 768px) {
  #pickup_detail #detail .inner3 .text ul {
    padding: 0 0 0 6.6666666667vw;
  }
}
#pickup_detail #detail .inner3 .text ul li {
  list-style: inside;
}
#pickup_detail #detail .inner3 .text .wp-block-buttons {
  width: fit-content;
  height: 70px;
  line-height: 70px;
  padding: 0 25px;
  min-width: 261px;
  max-width: 100%;
  border-radius: 35px;
  background-color: #a41034;
}
@media screen and (max-width: 768px) {
  #pickup_detail #detail .inner3 .text .wp-block-buttons {
    height: 11.7333333333vw;
    line-height: 11.7333333333vw;
    padding: 0 0 0 4.6666666667vw;
    border-radius: 5.8666666667vw;
    font-size: 3.0666666667vw;
    min-width: 46.6666666667vw;
    max-width: 100%;
  }
}
#pickup_detail #detail .inner3 .text .wp-block-buttons.is-content-justification-center {
  margin: 0 auto;
}
#pickup_detail #detail .inner3 .text .wp-block-buttons.is-content-justification-right {
  margin: 0 0 0 auto;
}
#pickup_detail #detail .inner3 .text .wp-block-buttons a {
  color: #fff;
}
#pickup_detail #other {
  background-color: #f0f1f1;
  padding: 0 0 310px;
}
@media screen and (max-width: 768px) {
  #pickup_detail #other {
    padding: 0 0 20vw;
  }
}
#pickup_detail #other h3 {
  text-align: center;
  padding: 0 0 72px;
}
@media screen and (max-width: 768px) {
  #pickup_detail #other h3 {
    padding: 0 0 7.7333333333vw;
  }
  #pickup_detail #other h3 img {
    width: 29.0666666667vw;
  }
}
#pickup_detail #other ul {
  display: flex;
  justify-content: space-between;
  padding: 0 0 95px;
}
@media screen and (max-width: 768px) {
  #pickup_detail #other ul {
    padding: 0 0 13.3333333333vw;
  }
}
#pickup_detail #other ul li {
  width: 292px;
  margin: 0 0 0 62px;
}
@media screen and (max-width: 768px) {
  #pickup_detail #other ul li {
    width: 40.8vw;
    margin: 0;
  }
}
#pickup_detail #other ul li:first-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #pickup_detail #other ul li:nth-child(n+3) {
    display: none;
  }
}
#pickup_detail #other ul li a {
  display: block;
}
#pickup_detail #other ul li a .img_wrap img {
  width: 292px;
  height: 187px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #pickup_detail #other ul li a .img_wrap img {
    width: 40.6666666667vw;
    height: 24.9333333333vw;
  }
}
#pickup_detail #other ul li a .contents_wrap {
  padding: 25px 10px 22px;
  background-color: #fff;
  height: 188px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #pickup_detail #other ul li a .contents_wrap {
    padding: 1.3333333333vw 2.6666666667vw 2vw;
    height: auto;
    min-height: 27.6vw;
  }
}
#pickup_detail #other ul li a .contents_wrap h4 {
  font-size: 18px;
  line-height: 29px;
  padding: 0 12px;
  margin: 0 0 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #pickup_detail #other ul li a .contents_wrap h4 {
    font-size: 3.3333333333vw;
    line-height: 4.6666666667vw;
    padding: 0;
    margin: 0;
  }
}
#pickup_detail #other ul li a .contents_wrap .category {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #9e9e9e;
  padding: 18px 0 0 12px;
  border-top: 1px solid #c5cdcf;
  width: 100%;
  margin: auto 0 0;
}
@media screen and (max-width: 768px) {
  #pickup_detail #other ul li a .contents_wrap .category {
    font-size: 2.6666666667vw;
    padding: 1.3333333333vw 0 0;
  }
}

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