@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* リセットcss
========================================================================== */
p {
  margin: 0;
}

/* common css
========================================================================== */
.post {
  padding-bottom: 70px;
}
.post .inner {
  max-width: 1080px;
  width: 100%;
  padding: 0 36px;
  margin: 0 auto;
}
@media only screen and (max-width: 849px) {
  .post .inner {
    max-width: 100vw;
    padding: 0 4.5333333333vw;
  }
}
.post img {
  vertical-align: bottom;
}

:root {
  --theme-color: #825538;
  --bg-color-dark: #F5F3E0;
  --bg-color-light: #F9F1D7;
}

/* main
========================================================================== */
.main {
  background-color: #e8f0f3;
}
@media only screen and (max-width: 849px) {
  .main {
    margin-top: 86px;
  }
}

.mv {
  margin-bottom: 60px;
}
@media only screen and (max-width: 849px) {
  .mv {
    margin-bottom: 9.0666666667vw;
  }
}
.mv .inner {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 849px) {
  .mv .inner {
    max-width: 100vw;
    padding: 0 4.6666666667vw;
  }
}
.mv .mv_img_wrap {
  position: relative;
  background-image: url(../../../img/lifestyle/hiroba/02/mv_img_pc.jpg);
  background-position: center center;
  background-size: cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  height: 474px;
}
@media only screen and (max-width: 849px) {
  .mv .mv_img_wrap {
    background-image: url(../../../img/lifestyle/hiroba/02/mv_img_sp.jpg);
    width: 100vw;
    height: 101.8666666667vw;
  }
}
.mv .mv_img_wrap h1 {
  position: absolute;
  max-width: 660px;
  width: 100%;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 849px) {
  .mv .mv_img_wrap h1 {
    max-width: 100vw;
    top: 12.8vw;
  }
}

.intro {
  padding-bottom: 63px;
}
@media only screen and (max-width: 849px) {
  .intro {
    padding-bottom: 12vw;
  }
}
.intro_txt {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.54166667;
  color: #142020;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 849px) {
  .intro_txt {
    font-size: 4vw;
    line-height: 1.66666667;
  }
}
.intro_txt + .intro_txt {
  padding-top: 38px;
}
@media only screen and (max-width: 849px) {
  .intro_txt + .intro_txt {
    padding-top: 6.4vw;
  }
}

.post_list {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 68px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 849px) {
  .post_list {
    max-width: 100%;
    padding: 0 10.9333333333vw 13.3333333333vw;
    gap: 10.6666666667vw;
  }
}
.post_list .post {
  max-width: 573px;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  padding: 16px 20px 20px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.73333333;
  text-align: justify;
}
@media only screen and (max-width: 849px) {
  .post_list .post {
    max-width: 78.1333333333vw;
    border-radius: 1.3333333333vw;
    padding: 2.4vw 4.5333333333vw 3.4666666667vw;
    font-size: 3.7333333333vw;
  }
}
.post_list .post .postedBy {
  font-weight: 500;
  line-height: 1;
  display: block;
  text-align: right;
  padding-top: 16px;
}
@media only screen and (max-width: 849px) {
  .post_list .post .postedBy {
    padding-top: 2.6666666667vw;
  }
}
.post_list .post.left {
  border-top: 6.5px solid #5693aa;
}
@media only screen and (max-width: 849px) {
  .post_list .post.left {
    border-top: 1.3333333333vw solid #5693aa;
  }
}
.post_list .post.left .postedBy {
  color: #ff8300;
}
.post_list .post.right {
  border-top: 6.5px solid #ebc14a;
  margin-inline: auto 0;
}
@media only screen and (max-width: 849px) {
  .post_list .post.right {
    border-top: 1.3333333333vw solid #ebc14a;
  }
}
.post_list .post.right .postedBy {
  color: #5693aa;
}
.post_list .post:has(.post_img) {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 849px) {
  .post_list .post:has(.post_img) {
    flex-direction: column;
    gap: 2.9333333333vw;
  }
}
.post_list .post:has(.post_img) .post_img {
  max-width: 240px;
  width: 100%;
}
@media only screen and (max-width: 849px) {
  .post_list .post:has(.post_img) .post_img {
    max-width: 64vw;
    margin: 1.3333333333vw auto 0;
  }
}
.post_list .post:has(.post_img) .post_txt {
  max-width: 270px;
  width: 100%;
}
@media only screen and (max-width: 849px) {
  .post_list .post:has(.post_img) .post_txt {
    max-width: 100%;
  }
}
.post_list .post::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 849px) {
  .post_list .post::before {
    display: none;
    visibility: hidden;
  }
}
.post_list .post:nth-child(1)::before {
  background-image: url(../../../img/lifestyle/hiroba/02/post_illust01.svg);
  width: 290px;
  height: 118px;
  bottom: 18px;
  right: -327px;
}
@media only screen and (max-width: 1080px) {
  .post_list .post:nth-child(1)::before {
    width: 220px;
    height: 88px;
    right: -240px;
  }
}
.post_list .post:nth-child(2)::before {
  background-image: url(../../../img/lifestyle/hiroba/02/post_illust02.svg);
  width: 255px;
  height: 94px;
  bottom: 18px;
  left: -294px;
}
@media only screen and (max-width: 1080px) {
  .post_list .post:nth-child(2)::before {
    width: 191px;
    height: 74px;
    left: -220px;
  }
}
.post_list .post:nth-child(3)::before {
  background-image: url(../../../img/lifestyle/hiroba/02/post_illust03.svg);
  width: 213px;
  height: 99px;
  bottom: 23px;
  right: -267px;
}
@media only screen and (max-width: 1080px) {
  .post_list .post:nth-child(3)::before {
    width: 180px;
    height: 84px;
    right: -200px;
  }
}
.post_list .post:nth-child(4)::before {
  background-image: url(../../../img/lifestyle/hiroba/02/post_illust04.svg);
  width: 192px;
  height: 109px;
  bottom: 44px;
  left: -240px;
}
@media only screen and (max-width: 1080px) {
  .post_list .post:nth-child(4)::before {
    width: 160px;
    height: 94px;
    left: -200px;
  }
}
.post_list .post:nth-child(5)::before {
  background-image: url(../../../img/lifestyle/hiroba/02/post_illust05.svg);
  width: 203px;
  height: 152px;
  bottom: 14px;
  right: -246px;
}
@media only screen and (max-width: 1080px) {
  .post_list .post:nth-child(5)::before {
    width: 180px;
    height: 132px;
    right: -220px;
  }
}
.post_list .post:nth-child(6)::before {
  background-image: url(../../../img/lifestyle/hiroba/02/post_illust06.svg);
  width: 263px;
  height: 104px;
  bottom: 39px;
  left: -300px;
}
@media only screen and (max-width: 1080px) {
  .post_list .post:nth-child(6)::before {
    width: 210px;
    height: 84px;
    left: -230px;
  }
}
.post_list .post:nth-child(7)::before {
  background-image: url(../../../img/lifestyle/hiroba/02/post_illust07.svg);
  width: 289px;
  height: 79px;
  bottom: 45px;
  right: -316px;
}
@media only screen and (max-width: 1080px) {
  .post_list .post:nth-child(7)::before {
    width: 220px;
    height: 54px;
    right: -240px;
  }
}
.post_list .post:nth-child(8)::before {
  background-image: url(../../../img/lifestyle/hiroba/02/post_illust08.svg);
  width: 309px;
  height: 160px;
  bottom: 53px;
  left: -338px;
}
@media only screen and (max-width: 1080px) {
  .post_list .post:nth-child(8)::before {
    width: 220px;
    height: 120px;
    left: -240px;
  }
}
.post_list .post:nth-child(9)::before {
  background-image: url(../../../img/lifestyle/hiroba/02/post_illust09.svg);
  width: 321px;
  height: 182px;
  bottom: 83px;
  right: -360px;
}
@media only screen and (max-width: 1080px) {
  .post_list .post:nth-child(9)::before {
    width: 220px;
    height: 110px;
    right: -260px;
  }
}
.post_list .post:nth-child(10)::before {
  background-image: url(../../../img/lifestyle/hiroba/02/post_illust10.svg);
  width: 266px;
  height: 285px;
  bottom: 123px;
  left: -321px;
}
@media only screen and (max-width: 1080px) {
  .post_list .post:nth-child(10)::before {
    width: 200px;
    height: 180px;
    left: -210px;
  }
}
.post_list .post:nth-child(11)::before {
  background-image: url(../../../img/lifestyle/hiroba/02/post_illust11.svg);
  width: 284px;
  height: 107px;
  bottom: 28px;
  right: -318px;
}
@media only screen and (max-width: 1080px) {
  .post_list .post:nth-child(11)::before {
    width: 220px;
    height: 84px;
    right: -240px;
  }
}
.post_list .post:nth-child(12)::before {
  background-image: url(../../../img/lifestyle/hiroba/02/post_illust12.svg);
  width: 293px;
  height: 163px;
  bottom: 27px;
  left: -306px;
}
@media only screen and (max-width: 1080px) {
  .post_list .post:nth-child(12)::before {
    width: 220px;
    height: 120px;
    left: -240px;
  }
}

.closing {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  padding: 34px 0px;
  border-top: 2px solid #5693aa;
  border-bottom: 2px solid #5693aa;
}
@media only screen and (max-width: 849px) {
  .closing {
    max-width: 84.5333333333vw;
    padding: 3.7333333333vw 0;
    border-top: 0.2666666667vw solid #5693aa;
    border-bottom: 0.2666666667vw solid #5693aa;
  }
}
.closing_txt {
  max-width: 418px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 849px) {
  .closing_txt {
    max-width: 76.8vw;
  }
}
.closing_txt img {
  vertical-align: middle;
}

.sec_popular {
  margin-top: 0;
}

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