@charset "UTF-8";
.mv_wrap {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .mv_wrap {
    margin-bottom: 30px;
  }
}

.sec_mv {
  margin-top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.sec_mv_overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .sec_mv_overlay {
    width: 100%;
    max-width: 1286px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
.sec_mv_overlay_text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .sec_mv_overlay_text {
    width: 51.72%;
    top: auto;
    left: auto;
    transform: none;
    bottom: 8px;
    right: 17px;
  }
}
@media (min-width: 1320px) {
  .sec_mv_overlay_text {
    bottom: 8px;
    right: 8px;
  }
}

/* ------------------------------------------------------------------------------------------------------------- */
/* toppage_slick 用のカスタマイズ (SCSS)
/*-------------------------------------------------------------------------------------------------------------- */
.slick-track {
  display: flex;
}

.toppage_slick .slick-prev,
.toppage_slick .slick-next {
  z-index: 100;
}
.toppage_slick .slick-prev:before,
.toppage_slick .slick-next:before {
  color: var(--yae-white);
}
.toppage_slick .slick-arrow {
  display: block;
  color: transparent;
  width: 20px;
  height: 38px;
  margin: auto;
  padding: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
  transition: opacity 0.3s;
}
.toppage_slick .slick-arrow:hover {
  opacity: 0.5;
}
.toppage_slick .slick-arrow::before, .toppage_slick .slick-arrow::after {
  vertical-align: middle;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
}
.toppage_slick .slick-arrow::after {
  width: 26px;
  height: 26px;
  border-top: 2px solid var(--yae-white);
  border-right: 2px solid var(--yae-white);
}
.toppage_slick .slick-next {
  right: 48px;
}
.toppage_slick .slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}
.toppage_slick .slick-prev {
  left: 48px;
}
.toppage_slick .slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}
.toppage_slick.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.toppage_slick .toppage_slick_slide {
  width: 100%;
  max-width: 1286px;
}
@media (min-width: 768px) {
  .toppage_slick .toppage_slick_slide {
    margin: 0 12px;
  }
}
.toppage_slick .toppage_slick_slide a:hover {
  opacity: 1;
}
.toppage_slick .toppage_slick_slide:not(.slick-current) {
  background: var(--yae-white);
}
.toppage_slick .toppage_slick_slide:not(.slick-current) img {
  opacity: 0.75;
}
.toppage_slick .toppage_slick_slide:not(.slick-current) a {
  pointer-events: none;
}

.toppage_slick > .toppage_slick_slide:not(:first-child) {
  display: none;
}

.toppage_slick-dots {
  text-align: center;
}
.toppage_slick-dots li {
  display: inline-block;
}
.toppage_slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cccccc;
  outline: none;
  cursor: pointer;
}
.toppage_slick-dots .slick-active button {
  background: #be2021;
}

@media (min-width: 768px) and (max-width: 1319px) {
  .toppage_slick_slide picture {
    display: block;
    aspect-ratio: 780/540; /* 画像の data-eio-rwidth / rheight に合わせる */
    overflow: hidden;
  }
}

.sec_why {
  margin: 0;
  padding: 20px 0;
  position: relative;
}
@media (min-width: 768px) {
  .sec_why {
    padding: 50px 0;
  }
}
.sec_why::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-image: url("../images/toppage/_sp/why_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .sec_why::after {
    background-image: url("../images/toppage/_pc/why_bg.png");
  }
}
.sec_why_inner {
  margin: 0 auto;
  padding: 0;
  max-width: 1310px;
}
.sec_why_title {
  margin: 0;
}
.sec_why_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 14px 0 0;
}
@media (min-width: 768px) {
  .sec_why_content {
    align-items: start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 40px;
    margin: 114px 0 0;
  }
}
.sec_why_text {
  width: 100%;
}
.sec_why .item_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
@media (min-width: 768px) {
  .sec_why .item_wrap {
    flex-direction: column !important;
  }
}
.sec_why .item_wrap.item_1 .item_img_main {
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .sec_why .item_wrap.item_1 .item_img_main {
    margin: 0;
    padding-left: 30px;
  }
}
.sec_why .item_wrap.item_1 .imageText {
  width: 48%;
  left: 6px;
  top: -5px;
}
@media (min-width: 768px) {
  .sec_why .item_wrap.item_1 .imageText {
    width: 52%;
    max-width: 155px;
    left: 0;
    top: -64px;
  }
}
@media (min-width: 1024px) {
  .sec_why .item_wrap.item_1 .imageText {
    width: 38.5%;
  }
}
.sec_why .item_wrap.item_2 {
  margin-top: 18px;
  padding-top: 18px;
  flex-direction: row-reverse;
  border-top: 1px solid #c8985f;
}
@media (min-width: 768px) {
  .sec_why .item_wrap.item_2 {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
.sec_why .item_wrap.item_2 .item_img_main {
  margin: 0;
}
@media (min-width: 768px) {
  .sec_why .item_wrap.item_2 .item_img_main {
    margin: 0;
    padding-left: 30px;
  }
}
.sec_why .item_wrap.item_2 .imageText {
  width: 40%;
  right: 6px;
  top: 0;
}
@media (min-width: 768px) {
  .sec_why .item_wrap.item_2 .imageText {
    width: 52%;
    max-width: 155px;
    left: 0;
    top: -64px;
  }
}
@media (min-width: 1024px) {
  .sec_why .item_wrap.item_2 .imageText {
    width: 38.5%;
  }
}
.sec_why .item_wrap.item_3 {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #c8985f;
}
@media (min-width: 768px) {
  .sec_why .item_wrap.item_3 {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
.sec_why .item_wrap.item_3 .item_img {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .sec_why .item_wrap.item_3 .item_img {
    padding-top: 0;
  }
}
.sec_why .item_wrap.item_3 .item_img_main {
  margin: 0;
}
@media (min-width: 768px) {
  .sec_why .item_wrap.item_3 .item_img_main {
    margin: 0;
    padding-left: 30px;
  }
}
.sec_why .item_wrap.item_3 .imageText {
  width: 45%;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .sec_why .item_wrap.item_3 .imageText {
    width: 52%;
    max-width: 155px;
    left: 0;
    top: -64px;
  }
}
@media (min-width: 1024px) {
  .sec_why .item_wrap.item_3 .imageText {
    width: 38.5%;
  }
}
.sec_why .item_img {
  width: calc(50% - 9px);
  position: relative;
}
@media (min-width: 768px) {
  .sec_why .item_img {
    width: 100%;
  }
}
.sec_why .item_img .item_img_main {
  display: block;
  width: 76%;
}
@media (min-width: 768px) {
  .sec_why .item_img .item_img_main {
    width: 100%;
    max-width: 417px;
  }
}
.sec_why .item_img .imageText {
  width: 80px;
  position: absolute;
}
@media (min-width: 768px) {
  .sec_why .item_img .imageText {
    width: 155px;
  }
}
.sec_why .item_img .imageText picture {
  display: block;
  width: 100%;
}
.sec_why .item_txt {
  width: calc(50% - 9px);
}
@media (min-width: 768px) {
  .sec_why .item_txt {
    padding-left: 30px;
    width: 100%;
  }
}
.sec_why .item_txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sec_why .item_txt li {
  padding-left: 15px;
  color: #8d6e40;
  font-size: 13px;
  line-height: 21px;
  position: relative;
}
@media (min-width: 768px) {
  .sec_why .item_txt li {
    padding-left: 30px;
    font-size: 24px;
    line-height: 39px;
  }
}
.sec_why .item_txt li::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(../images/toppage/_icon/why_icon.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 4px;
}
@media (min-width: 768px) {
  .sec_why .item_txt li::before {
    width: 23px;
    height: 23px;
    top: 10px;
  }
}
.sec_why .item_txt li span {
  display: inline-block;
  font-size: 13px;
}
@media (min-width: 768px) {
  .sec_why .item_txt li span {
    font-size: 24px;
  }
}

.sec_news {
  margin: 12px auto 16px;
}
@media (min-width: 768px) {
  .sec_news {
    margin: 50px auto 65px;
  }
}
@media (min-width: 768px) {
  .sec_news_inner {
    padding: 30px 47px;
    border: 1px solid #bd2221;
    position: relative;
  }
  .sec_news_inner::before, .sec_news_inner::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: absolute;
  }
  .sec_news_inner::before {
    width: 48px;
    height: 36px;
    background-image: url(../images/toppage/_icon/news_icon_1.png);
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
  }
  .sec_news_inner::after {
    width: 30px;
    height: 30px;
    background-image: url(../images/toppage/_icon/news_icon_2.png);
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
  }
}
.sec_news_header {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
}
@media (min-width: 768px) {
  .sec_news_header {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }
}
.sec_news_header .inner {
  max-width: 1286px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.sec_news_header h2 {
  display: inline-block;
  color: #be2221;
  font-family: var(--font-family-serif) !important;
  font-size: 14px;
  line-height: 1;
  width: auto;
  margin: 0;
  padding: 4px 68px;
  position: relative;
}
@media (min-width: 768px) {
  .sec_news_header h2 {
    margin-bottom: 0;
    padding: 2px 16px;
    font-size: 28px;
    background-color: var(--yae-white);
  }
}
.sec_news_header h2:before, .sec_news_header h2:after {
  content: "";
  display: block;
  width: 56px;
  height: 10px;
  top: 50%;
  background-image: url(../images/toppage/_icon/news_line.png);
  background-size: contain;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .sec_news_header h2:before, .sec_news_header h2:after {
    display: none;
  }
}
.sec_news_header h2:before {
  position: absolute;
  left: 0;
  transform: translateY(-40%);
}
.sec_news_header h2:after {
  position: absolute;
  right: 0;
  transform: translateY(-40%) rotate(180deg);
}
.sec_news_body {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .sec_news_body {
    margin-top: 0;
  }
}
.sec_news_body ul {
  margin: 0;
  list-style: none;
}
.sec_news_body li {
  margin-bottom: 11px;
  padding: 0;
  list-style: none;
}
.sec_news_body li:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sec_news_body li a {
  display: block;
  pointer-events: none;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .sec_news_body li a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.sec_news_body li a.active {
  pointer-events: auto;
}
.sec_news_body li a:hover .ttl {
  color: var(--yae-red-3);
}
.sec_news_body li a .icon {
  margin-left: 8px !important;
  transition: 0.3s;
}
.sec_news_body li a .icon i {
  color: var(--yae-red-3);
}
@media (min-width: 768px) {
  .sec_news_body li a .icon i {
    font-size: 21px;
  }
}
.sec_news_body li .meta {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  line-height: 1;
}
@media (min-width: 768px) {
  .sec_news_body li .meta {
    width: 210px;
  }
}
.sec_news_body li .date {
  display: inline-block;
  color: var(--yae-red);
  font-size: 12.5px;
}
@media (min-width: 768px) {
  .sec_news_body li .date {
    font-size: 21px;
    letter-spacing: 0.6px;
  }
}
.sec_news_body li .cate {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  padding: 0 6px 0 4px;
  height: 16px;
  color: var(--yae-white);
  font-size: 10px;
  text-align: center;
  background-color: var(--yae-red-3);
}
@media (min-width: 768px) {
  .sec_news_body li .cate {
    margin-left: 10px;
    padding: 0 5px;
    height: 26px;
    font-size: 18px;
    min-width: 70px;
  }
}
.sec_news_body li .cate.post_type_news {
  background-color: #ffc936;
  background: linear-gradient(to bottom, #f9dd90 0%, #f5bf2c 100%);
}
.sec_news_body li .cate.post_type_weblog {
  background-color: #88d7e0;
  background: linear-gradient(to bottom, #88d7e0 0%, #57a1a9 100%);
}
.sec_news_body li .visibility_hidden {
  visibility: hidden;
}
.sec_news_body li .ttl {
  padding-right: 22px;
  color: var(--yae-gray-6);
  font-size: 12.5px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  position: relative;
}
@media (min-width: 768px) {
  .sec_news_body li .ttl {
    margin-left: 26px;
    width: calc(100% - 150px);
    font-size: 21px;
  }
}

.sec_kimono {
  margin-top: 16px !important;
  padding: 16px 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .sec_kimono {
    margin-top: 60px !important;
    padding: 65px 0 0;
  }
}
.sec_kimono::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-image: url("../images/toppage/_sp/kimono_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .sec_kimono::after {
    background-image: url("../images/toppage/_pc/kimono_bg.png");
  }
}
@media (min-width: 768px) {
  .sec_kimono_content {
    padding-left: 46%;
    position: relative;
  }
}
.sec_kimono_image {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .sec_kimono_image {
    margin: 0;
    width: 39%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.sec_kimono_description {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .sec_kimono_description {
    margin-top: 28px;
    font-size: 18px;
    flex-grow: 1;
  }
}
.sec_kimono_button {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .sec_kimono_button {
    min-width: 300px;
    text-align: right;
  }
}
.sec_kimono_plan_wrap {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .sec_kimono_plan_wrap {
    margin-top: 50px;
  }
}

.sec_photo {
  padding: 22px 0;
}
@media (min-width: 768px) {
  .sec_photo {
    padding: 65px 0 55px;
  }
}

.sec_instagram {
  margin-top: 0;
  padding: 22px 0 25px;
  position: relative;
}
@media (min-width: 768px) {
  .sec_instagram {
    padding: 65px 0;
  }
}
.sec_instagram::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-image: url("../images/toppage/_sp/instagram_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .sec_instagram::after {
    background-image: url("../images/toppage/_pc/instagram_bg.png");
  }
}
.sec_instagram_title {
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .sec_instagram_title {
    margin-bottom: 35px;
  }
}
.sec_instagram .esf_insta_load_more_btns_wrap {
  display: none !important;
}
.sec_instagram_button {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .sec_instagram_button {
    justify-content: flex-end;
    margin-top: 25px;
  }
}
.sec_instagram_button a {
  display: block;
}
@media (min-width: 768px) {
  .sec_instagram_button a {
    width: 300px;
  }
}
.sec_instagram_button a:hover {
  opacity: 0.8;
}

.sec_blog {
  margin: 0 auto;
  padding: 30px 0 18px;
  position: relative;
}
@media (min-width: 768px) {
  .sec_blog {
    margin: 0;
    padding: 65px 0;
  }
}
.sec_blog:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-image: url(../images/common/line_circle.svg);
  background-size: 8px 3px;
  background-position: 0 0;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .sec_blog:before {
    display: none;
  }
}
.sec_blog_title {
  display: block;
  padding: 6px 10px;
  color: var(--yae-white);
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  background-color: var(--yae-red-3);
  position: relative;
}
@media (min-width: 768px) {
  .sec_blog_title {
    margin-bottom: 30px;
    padding: 10px;
    font-size: 24px;
  }
}
.sec_blog_title .icon_1 {
  display: inline-block;
  width: 60px;
  height: 50px;
  background-image: url(../images/common/img_title_before_sp.webp);
  background-size: contain;
  background-position: 0 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -18px;
  top: -12px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec_blog_title .icon_1 {
    width: 80px;
    height: 80px;
    left: -30px;
    top: -30px;
  }
}
.sec_blog_title .icon_2 {
  display: inline-block;
  width: 155px;
  height: 50px;
  background-image: url(../images/common/img_title_after_sp.webp);
  background-size: contain;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -52px;
  bottom: 0;
}
@media (min-width: 768px) {
  .sec_blog_title .icon_2 {
    width: 230px;
    height: 75px;
    right: auto;
    left: 150px;
    bottom: 0;
  }
}
.sec_blog_title .icon_3 {
  display: none;
}
@media (min-width: 768px) {
  .sec_blog_title .icon_3 {
    display: block;
    width: 80px;
    height: 80px;
    background-image: url(../images/common/img_title_before_pc.webp);
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: -20px;
    bottom: -30px;
  }
}
.sec_blog_body {
  margin-top: 16px;
}
.sec_blog_body ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: inherit;
  max-width: 380px;
}
@media (min-width: 768px) {
  .sec_blog_body ul {
    max-width: inherit;
    gap: 12px;
  }
}
.sec_blog_body li {
  margin: 0 0 16px;
  list-style: none;
  background-color: var(--yae-white);
  border: 1px solid #a2a2a2;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec_blog_body li {
    margin: 0;
    width: calc(33.3333% - 8px);
  }
}
.sec_blog_body a {
  display: block;
}
.sec_blog_body a:hover .thumbnail img {
  transform: scale(1.1);
}
.sec_blog_body .thumbnail {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.sec_blog_body .thumbnail img {
  width: 100%;
  transition: all 0.3s;
}
.sec_blog_body .card_body {
  padding: 5px 24px 10px;
  min-height: 6.5em;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec_blog_body .card_body {
    padding: 20px;
  }
}
.sec_blog_body .meta {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  align-items: center;
  gap: 0.5em;
  justify-content: space-between;
}
.sec_blog_body .date {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.sec_blog_body .cate {
  display: inline-block;
  padding: 3px 15px;
  color: var(--yae-white);
  font-size: 14px;
  text-align: center;
  background-color: #88d7e0;
  line-height: 1;
  min-width: 110px;
}
@media (min-width: 768px) {
  .sec_blog_body .cate {
    padding: 3px 20px;
  }
}
.sec_blog_body .ttl {
  margin-top: 0.5em;
  font-size: 14px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 340px;
}
@media (min-width: 768px) {
  .sec_blog_body .ttl {
    font-size: 16px;
    line-height: 1.5;
  }
}
.sec_blog_button {
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media (min-width: 768px) {
  .sec_blog_button {
    flex-direction: row;
    justify-content: end;
    margin-top: 35px;
  }
}
.sec_blog_button a:hover {
  opacity: 0.8;
}
.sec_blog_button_img {
  display: block;
}
@media (min-width: 768px) {
  .sec_blog_button_img {
    width: 300px;
  }
}
.sec_blog .bg_pink {
  display: block;
  width: 100vw;
  height: 100%;
  background: linear-gradient(to bottom, var(--yae-white) 0%, #fbdbda 80%);
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -2;
  transform: translateX(-50%);
}
.sec_blog .leaf_white {
  display: block;
  width: 100vw;
  height: 450px;
  background-image: url(../images/toppage/_sp/weblog_leaf.webp);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .sec_blog .leaf_white {
    background-image: url(../images/toppage/_pc/weblog_leaf.webp);
  }
}

.jinriki_plan {
  margin-top: 0;
}

.esf_insta_feeds_holder .esf-insta-load-opacity {
  display: block !important;
}

.esf-insta-plus {
  display: none;
}

/*# sourceMappingURL=style-p-toppage.css.map */
