@charset "UTF-8";

:root {
  --serif: "游明朝", YuMincho, "Hiragino Mincho ProN", "MS P明朝", serif;
}
.blog, .news {
  margin-bottom: 0;
}
.blog dd, .news dd {
  padding-top: 0;
  margin-bottom: 0;
}
.insta_header__mv {
  position: relative !important;
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .insta_header__mv {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 0;
  }
}
.container {
  position: relative !important;
}

.insta_header__mv-content {
    position: absolute;
    max-width: 841px;
    width: 100%;
    height: auto;
    display: flex;
    color: #fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
    left: 50%;
    bottom: 88px;
    transform: translate(-50%, 0);
}
.dr__mv .insta_header__mv-content {
  bottom: 62px;
}
@media only screen and (max-width: 767px) {
  .insta_header__mv-content {
      height: auto;
      align-items: flex-start;
      padding: 0;
      justify-content: unset;
      width: 68%;
      margin: 32px 0 40px;
  }
  .dr__mv .insta_header__mv-content {
      height: auto;
      align-items: flex-start;
      padding: 0;
      justify-content: unset;
      width: 54%;
      margin: 32px 0 0;
      bottom: 32px;
      text-align: left;
      left: 1%;
      transform: translate(0, 0);
  }
  .insta_header__mv-title em {
      font-size: 14px;
  }
}

.insta_header__mv-title {
    display: block;
    text-align: center;
    margin: 0 auto 48px;
}
.dr__mv .insta_header__mv-title {
  top: 300px;
}
.insta_header__mv-caption {
  margin: 0;

  text-align: center;
  font-size: 3.733vw;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media only screen and (max-width: 767px) {
  .insta_header__mv_caption {
    background-color: #252525;
    max-width: none;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    height: 100px;
    margin: auto;
    text-align: center;
    position: absolute;
  }
  .insta_header__mv-title {
      top: 47vw;
      transform: unset;
      left: 12.8vw;
      letter-spacing: -0.07em;
      font-size: 7.5vw;
      margin-bottom: 6vw;
  }
  .dr__mv .insta_header__mv-title {
      top: 47vw;
      left: 19vw;
  }
}
.insta_header__mv-text {
    color: #fff !important;
    font-weight: normal;
    font-size: clamp(1rem, 2.4vw, 1.6rem);
    line-height: 200%;
    margin: 0;
    position: static;
    width: 100%;
    font-size: 16px;
    top: auto;
    letter-spacing: 0;
    left: auto;
    transform: none;
}
.insta_header__mv-text > em {
    font-style: normal;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .insta_header__mv-text {
        font-size: 3vw;
        text-align: justify;
        max-width: 75%;
        margin: 0 0 0 9%;
  }
}
.insta_logo_mark {
  width: 100px !important;
  height: auto !important;
  margin: 32px auto !important;
}
@media only screen and (max-width: 767px) {
  .insta_logo_mark {
    margin-top: 15% !important;
  }
}

.insta .content__flex {
  margin: 0;
  padding: 0;
}

.blog-title {
  margin: 24px auto 24px auto;
}
.blog-title img {
  width: 100%;
}
.blog-hush {
  color: #b69d6c;
  display: inline-block;
  white-space: nowrap;
  font-family: var(--serif);
  margin-right: 12px;
  vertical-align: center;
}

.hidden {
  display: none;
}

.back {
  font-size: 16px;
  display: flex;
  background: #fff;
  border: 1px solid #fff;
  width: 249px;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin: 32px auto 0;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  color: #444;
  border-radius: 60px;
  cursor: pointer;
}
.notfound {
  padding: 24px;
  text-align: center;
}

.article-title {
  font-size: clamp(20px, 5vw, 24px);
  line-height: clamp(30px, 10vw, 34px);
  color: #333333;
  border-bottom: solid 2px #97783c;
  padding-bottom: 6px;
  font-family: var(--serif);
  width: calc(100% - 48px);
  margin: 0 auto 36px auto;
}

.article-title img {
  vertical-align: middle;
  margin-right: 12px;
}

.heart {
  color: #999;
  font-family: var(--serif);
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: clamp(16px, 1.4vw, 18px);
  display: inline-block;
  margin-right: 12px;
  text-align: left;
}
.heart span {
  color: #bd5070;
  margin-right: 4px;
  display: inline-block;
}
.timestamp {
  color: #999;
  font-family: var(--serif);
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: clamp(16px, 1.4vw, 18px);
  display: inline-block;

  text-align: left;
}
.icon-timestamp {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 4px;
  margin-bottom: 2px;
}

.ranking {
  width: 100%;
}
.ranking-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: auto;
  padding: 24px;
}
.ranking-list-item {
  border-bottom: 1px solid #eee;
  width: 100%;
  padding-bottom: 32px;
}
.ranking-list-item:last-child {
  border-bottom: 0;
}
.ranking-list-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.ranking-list-item .ranking-thumb {
  width: 90%;
  height: auto;
  max-width: 240px;
  max-height: 240px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: auto;
}
@media only screen and (max-width:767px){
  .ranking-list-item .ranking-thumb {

    max-width: 280px;
    max-height: 280px;
   
  }
}
.ranking-list-item .icon-crown {
  display: block;
  margin: auto;
  width: 42px;
  height: 42px;
}

.ranking-info {
  text-align: left;
  padding: 8px 0 3px;
}
.ranking-info .heart span {
  color: #bd5070;
}
.ranking-caption {
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 240px;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: clamp(18px, 1.5vw, 22px);
}
.ranking-num {
  background-color: #b69d6c;
  width: 36px;
  height: 36px;
  color: white;
  font-family: var(--serif);
  font-size: 26px;
  line-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single__title {
  color: #d79c74;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .single__title {
    color: #d79c74;
    font-size: 22px;
  }
}
.insta .post__card a {
  display: flex;
  flex-direction: column;
  color: #222;
  justify-content: center;
  gap: 0;
  align-items: flex-start;
  text-decoration: none;
  text-align: left;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: clamp(20px, 1.5vw, 24px);
}

.insta .post__card a:hover {
  opacity: 0.7;
}

.insta .post__card .list-thumb {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
}

.insta .post__area {
  border-top: 1px solid #eee;
}
.insta .detail {
  position: relative;
  padding: 0;
  margin-bottom: 48px;
  background: #fff;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  margin: auto;
  display: flex;
  flex-flow: column;
}
@media only screen and (max-width: 767px) {
  .insta .detail {
    flex-flow: column;
  }
}
.insta .detail_top {
  background-color: #ccd3d7;
}
.insta .detail_bottom {
  padding: 48px;
}
@media only screen and (max-width: 767px) {
  .insta .detail_bottom {
    padding: 24px;
  }
}
.breadcrumb {
  padding: 0 0 24px 0;
}
.breadcrumb a {
  display: inline-block;
  padding: 6px;
  font-size: 14px;
  line-height: 24px;
  border: 0;
}

.breadcrumb a:hover {
  opacity: 0.8;
}
.keyword {
  padding-bottom: 48px;
}

.tag-list {
  all: initial;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  gap: 8px;
}
#main ul li {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .tag-list {
    width: 100%;
    padding: 0 24px;
  }
}

@media screen and (min-width: 768px) {
  .prev__link a {
    margin-top: 40px;
  }
}
.prev__link a {
  font-size: 16px;
  display: flex;
  background: #c5b067;
  border: 1px solid #fff;
  width: 249px;
  height: 60px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  margin: 32px auto 0;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 60px;
  cursor: pointer;
}
.prev__link a:hover {
  background: #af9d5f;
}
.btn-follow {
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  font-weight: 300;
  display: block;
  margin: 32px auto 0;
  max-width: 360px;
  position: relative;
  width: 100%;
  width: 100%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  font-family: sans-serif;
}
.btn-follow:hover {
  opacity: 0.5;
}
a.btn-follow:link, a.btn-follow:visited, a.btn-follow:hover {
  color: #fff;
  text-decoration: none;
}
.swiper {
  width: 100%;
}

.swiper-wrapper {
  height: 100%;
}
.swiper-slide {
  width: 100% !important;
  text-align: center;
}

.swiper-slide img,
.swiper-slide video {
  width: auto;
  height: 580px;
  object-fit: contain;
  margin: auto;
  vertical-align: middle;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .swiper-slide img,
  .swiper-slide video {
    width: 100%;
    height: auto;
  }
}
.swiper-button-prev,
.swiper-button-next {
  width: 46px;
  height: 46px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 26px !important;
  color: #482f19;
  line-height: 26px !important;
  background-color: rgba(255, 255, 255, 0.6);
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
@media only screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

.swiper-pagination-bullet {
  background: #ddd;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #482f19;
}
.insta-banner {
  text-align: center;
  padding: 64px 0 32px 0;
}
.insta-banner img {
  max-width: 500px;
  margin: auto;
  width: 100%;
}
.autoscroll {
  width: 100%;
  overflow: auto;
  position: relative;
}

.embed {
  position: relative;
  display: block;
}
.embed:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(images/play.svg);
  background-position: center;
  background-size: 60px 60px;
  background-color: rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
}

.btn_follow {
  background-color: #482f19;
  color: white;
  font-size: 20px;
  font-weight: 600;
  border-radius: 60px;
  padding: 10px 24px;
  display: block;
  width: 200px;
  object-position: center;
  margin: auto;
  font-family: sans-serif;
}

.spacer-128 {
  height: 128px;
}
.spacer-72 {
  height: 72px;
}
.spacer-64 {
  height: 64px;
}
.spacer-48 {
  height: 48px;
}
.spacer-32 {
  height: 32px;
}
.spacer-24 {
  height: 24px;
}
.spacer-16 {
  height: 16px;
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.instagram-post-link {
  text-align: center;
  margin: 1em auto 0;
}
.instagram-post-link a {
  background-color: #999;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.instagram-post-link a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/contents/wp-content/themes/blog-renew/images/insta_logo_mark.webp);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 4px;
  filter: brightness(15);
}
.instagram-post-link a:hover {
  opacity: .7;
}
.swiper-button-prev, .swiper-button-next {
  background-image: none;
}
