@charset "UTF-8";

:root {
  --serif: "游明朝", YuMincho, "Hiragino Mincho ProN", "MS P明朝", serif;
}
body {
  margin: 0;
  font-family: sans-serif;
}
a {
  transition: ease all 0.5s;
  color: #333333;
  width: 100%;
}
.insta_header__mv {
  position: relative !important;
  height: 458px;
  background-image: url(images/insta_mv_pc.webp);
  background-repeat: none;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .insta_header__mv {
    height: 780px;
    background-image: url(images/insta_mv_sp.webp);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.container {
  position: relative !important;
}

.insta_header__mv-content {
  position: static;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .insta_header__mv-content {
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.insta_header__mv-title {
  display: block;
  text-align: center;
  margin: auto;
  color: white;
}

.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: 768px) {
  .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-text {
  color: white !important;
  font-weight: normal;
  font-size: clamp(1rem, 2.4vw, 1.3rem);
  line-height: 160%;
  margin: 0;
  position: static;
  width: 100%;
  top: auto;
  letter-spacing: 0;
  left: auto;
  transform: none;
}
@media only screen and (max-width: 768px) {
  .insta_header__mv-text {
    color: white !important;
  }
}
.insta_logo_mark {
  width: 100px !important;
  height: auto !important;
  margin: 32px auto !important;
}
@media only screen and (max-width: 768px) {
  .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: #b17db5; */
  color: #999;
  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%;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 auto 40px;
  padding: 24px 24px 0;
}
.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: 320px;
  max-height: 320px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0 auto 16px;
}
@media only screen and (max-width:768px){
  .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;
  margin-bottom: 8px;
}
.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: #FF9530;
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .single__title {
    color: #FF9530;
    font-size: 22px;
  }
}
.insta .post__card a {
  display: flex;
  flex-direction: column;
  color: #737373;
  justify-content: center;
  gap: 12px;
  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;
  border: 1px solid #D1D1D1;
  background: #fff;
  box-shadow: unset;
  width: 100%;
  margin: auto;
  display: flex;
  flex-flow: column;
}
@media only screen and (max-width: 768px) {
  .insta .detail {
    flex-flow: column;
  }
}
.insta .detail_top {
  background-color: #ccd3d7;
}
.insta .detail_bottom {
  padding: 48px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .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: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  gap: 14px;
}
@media only screen and (max-width: 768px) {
  .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: #fff;
  border: 1px solid #E3E3E3;
  width: 249px;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin: 32px auto 0;
  box-shadow: unset !important;
  color: #737373;
  border-radius: 60px;
  cursor: pointer;
}
.prev__link a:hover {
  background: #FF9530;
}
.btn-follow {
  position: absolute;
  background-color: #000;
  border-radius: 60px;
  color: #fff;
  padding: 18px 64px 20px;
  font-size: 18px;
  font-weight: 600;
  left: 50%;
  text-align: center;
  display: block;
  margin: auto;
  width: fit-content;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-indent: 1.4em;
  transform: translate(-50%, 0);
  bottom: 24px;
  left: 50%;
}
.btn-follow::before {
  content: "";
  background-image: url(./images/blog-mv-icon.svg);
  width: 33px;
  height: 33px;
  position: absolute;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
  left: 40px;
  top: 50%;
}
.btn-follow:hover {
  opacity: 0.7;
}
.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: 768px) {
  .swiper-slide img,
  .swiper-slide video {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .btn-follow {
      bottom: 7.267vw;
      width: 77.333vw;
      padding: 4.267vw 0 4.8vw;
      font-size: 4.333vw;
      text-indent: 2.7em;
  }
  .btn-follow::before {
      left: 24px;
  }
}

.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;
}
.blog__side-ranking-heading::before {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(./images/blog-side-renking.svg);
  width: 34px;
  height: 30px;
  transform: translateY(2px);
}
.blog__side-category-heading::before {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(./images/blog-side-category.svg);
  width: 34px;
  height: 43px;
  transform: translateY(2px);
}
.blog__side-keyword-heading::before {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(./images/blog-side-keyword.svg);
  width: 36px;
  height: 36px;
  transform: translateY(2px);
}
.blog__side-keyword-heading, .blog__side-category-heading, .blog__side-ranking-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0;
  color: #444;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
h3:not(#_#_#_#_#_#_#_#_).side__heading {
  color: #444444;
  border-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
h3:not(#_#_#_#_#_#_#_#_).side__heading::after {
  content: "";
  margin: auto;
  width: 160px;
  height: 6px;
  display: block;
  background: #FF9530;
  border-radius: 30px;
  position: absolute;
  left: 0;
  right: 0;
}
.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: 769px) {
  .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .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(/instagram-blog/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;
}
