.blog {
  display: flex;
  max-width: 1200px;
  flex-direction: column;
  margin: 0px auto;
  gap: 32px;
  padding: 24px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
}
.blog-title {
  margin: 24px auto 24px auto;
}
.blog-title img {
  width: 100%;
}
.blog-hush {
  margin: 24px auto 24px auto;
  font-size: 20px;
  border: 1px solid #fd746c;
  color: #fd746c;
  border-radius: 100px;
  padding: 8px 24px;
  white-space: nowrap;
  text-align: center;
  display: block;
  width: fit-content;
}
.blog .main {
  width: 100%;
}
.blog .side {
  width: 100%;
}

.blog-detail h2.blog-title{
  text-align: left;
}
.blog-detail .insta-caption {
  line-height: 36px;
  font-size: 18px;
  padding: 24px 0;
}
.blog-list {
  margin: auto;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media only screen and (max-width: 680px) {
  .blog-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
.blog a {
  text-decoration: none;
}
.blog a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.blog-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #222;
  display: block;
  width: 100%;
  margin: auto;
}
.hidden {
  display: none;
}
.more {
  border: 1px solid #fd746c;
  border-radius: 60px;
  width: fit-content;
  padding: 16px 32px;
  margin: 24px auto;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  display: block;
  cursor: pointer;
}
.back {
  border: 1px solid #fd746c;
  border-radius: 60px;
  width: fit-content;
  padding: 16px 32px;
  margin: 24px auto;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  display: block;
  cursor: pointer;
}
.notfound {
  padding: 24px;
  text-align: center;
}
.blog-item img {
  width: 100%;
  object-fit: cover;
  margin: auto;
  aspect-ratio: 1 / 1;
}

.blog-list .insta-caption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
  padding-top: 8px;
}
@media only screen and (max-width: 680px) {
  .blog-list .insta-caption {
    line-height: 21px;
    font-size: 15px;
  }
}

.blog-list .insta-timestamp {
  font-weight: 300;
  line-height: 20px;
  font-size: 14px;
  display: block;
  color: #999;
}
.blog h2 {
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  line-height: 30px;
  font-family: serif;
  margin: 24px auto;
  padding: 6px 12px;
}
.ranking-list {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
  min-width: 800px;
}

.ranking-item {
  font-size: 16px;
  line-height: 18px;
  color: #222;
  flex-basis: 200px;
  flex-grow: 1;
  flex-shrink: 0;
}

.ranking-item a {
  display: flex;
  flex-direction: column;
  color: #222;

  gap: 12px;
}

.ranking-item a:hover {
  opacity: 0.7;
}

.ranking-item a:nth-child(1) {
  flex-basis: 120px;
  flex-grow: 0;
}
.ranking-item a:nth-child(2) {
  flex-basis: auto;
  flex-grow: 2;
}
.ranking-item > a > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
}
.ranking-list .ranking-item .rankmark {
  display: none;
}

.ranking-list .ranking-item:nth-of-type(1) .rankmark {
  display: block;
}
.ranking-list .ranking-item:nth-of-type(1) .rankmark img {
  width: auto;
  height: 26px;

  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  margin-bottom: 1px;
}

.ranking-list .ranking-item .ranking-line {
  display: flex;
  flex-direction: column;
  color: #222;
  gap: 6px;
}
.ranking-list p.caption {
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 680px) {
  .ranking-list p.caption {
    font-size: 14px;
    line-height: 20px;
  }
}
.ranking-list .like {
  font-size: 15px;
  line-height: 14px;
  margin: 0;
  display: inline-block;
  color: #fd746c;
  margin-right: 12px;
}
.ranking-list .timestamp {
  font-size: 13px;
  margin: 0;
  display: inline-block;
  color: #999;
}
.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;
}

.tag-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}
.tag-list > * {
  flex-basis: 60px;
  flex-grow: 0;
}
.tag-list > * a {
  border: 1px solid #fd746c;
  border-radius: 100px;
  padding: 4px 12px;
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}
.tag-list > * a:hover {
  text-decoration: none;
}
.swiper {
  background-color: #eee;
}
.swiper-slide {
  text-align: center;
}

.swiper-slide img,
.swiper-slide video {
  width: auto;
  height: 540px;
  object-fit: contain;
  margin: auto;
  vertical-align: middle;
  border: 0;
}
@media only screen and (max-width: 768px) {
  .swiper-slide img,
  .swiper-slide video {
    width: auto;
    height: 400px;
    object-fit: contain;
    margin: auto;
    vertical-align: middle;
    border: 0;
  }
}

.swiper-button-prev,
.swiper-button-next {
  --swiper-navigation-color: #ff2911;
  background-color: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  width: 46px;
  height: 46px;
  border-radius: 46px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 30px;
  color: #fd746c;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

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