@charset "UTF-8";
.insta .swiper-wrapper {
  left: 50%;
  transform: translate(-50%, 0) !important;
}
.content__flex {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: center;
gap: 40px;
list-style: none;
padding: 0;
}

.post__card {
position: relative;
padding: 24px;
background: #F7F7F7;
box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}
.post__card .post__tag > a {
background: #fff;
font-size: 14px;
}

.post__card .post__tag > a:first-child {
display: none;
}
.post__tag {
justify-content: flex-start;
gap: 8px;
margin-top: 16px;
margin-bottom: 16px;
}
.post__card .list-thumb {
width: 100%;
object-fit: cover;
object-position: center;
aspect-ratio: 1 / 1;
}
.list-info {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
width: 100%;
}
.prev__link {
padding-bottom: 20px;
}

.prev__link a {
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 0px 11px 0px rgba(0, 0, 0, 0.3);
color: #444;
border-radius: 60px;
cursor: pointer;
}

.prev__link a:hover {
color: #fff;
background: #0a3e7c;
opacity: 1;
}

.post__area {
padding: 8px 0 0;
}
.post__tag a {
  border-radius: unset;
  padding: 2px 8px;
  border: 1px solid #a79775;
  margin-right: 8px;
}
.insta .post__card .post__tag a:first-child {
  display: none;
}
.insta .post__card .post__tag a {
  width: auto;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 5px 8px 4px;
  color: #a79775;
}
#tag__instalist {
padding-top: 64px;
}
.tag__instalist-inner {
width: 100%;
  border: 1px solid #ddd;
padding: 24px;
  margin: 0 auto;
  border-radius: 12px;
}

@media screen and (min-width: 768px) {
.post__card {
  width: 47%;
}

.content__flex {
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 32px;
}

.prev__link a {
  margin-top: 40px;
}

.tag__instalist-inner {
  padding: 32px;
}
}

.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: #222;
  font-size: 16px;
  line-height: clamp(16px, 1.4vw, 18px);
  display: inline-block;
  margin-right: 0;
  text-align: left;
}
.heart span {
  /* color: #b17db5; */
  color: #E34C4C;
  margin-right: 4px;
  display: inline-block;
}
.timestamp {
  color: #222;
  font-size: 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;
}
.single__title {
  color: #00479d;
  font-size: 23px;
  font-weight: 700;
  margin: 0 0 24px;
}
.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: 15px;
  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;
}
.detail-btm-flex {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin: 24px 0 0;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .insta .detail {
    flex-flow: column;
  }
}
.insta .detail_top {
  background-color: #ccd3d7;
}
.insta .detail_bottom {
  padding: 24px 48px 48px;
}
@media only screen and (max-width: 768px) {
  .insta .detail_bottom {
    padding: 24px;
  }
}.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;
  }
}
.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: 768px) {
  .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: 769px) {
  .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
