/* 
Theme Name: keitonoyaoyasan
Description: 毛糸の八百屋さんテーマ
Version: １.0 */

body {
  overflow-x: hidden !important;
}
/* 共通ここから--------------------------------------- */
.key-word {
  color: var(--color-accent);
}
/* ctaボタン */

.btn {
  display: inline-block;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .btn:hover {
    transform: rotate(5deg);
    scale: 1.06;
    transition-delay: 0.1s;
  }
}

/* h2タイトル */
.section-title-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 56px;
  padding-top: 32px;
}
.section-title {
  font-family: "Chillout";
  font-size: 20px;
  letter-spacing: -44%;
  color: var(--color-sub);
}
.section-sub-title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 8%;
  line-height: 160%;
  z-index: 1;
}

/* セクションリード文 */
.section-lead {
  text-align: center;
  font-weight: 500;
  letter-spacing: 20%;
  line-height: 1.6;
  display: inline-flex;
  flex-direction: column;
  gap: var(--space-lg);
}

@media (max-width: 767px) {
  main {
    /* overflow-x: hidden; */
  }
  .section-lead {
    text-align: left;
    font-size: 15px;
    padding: 0 var(--space-lg);
  }
  .section-title-wrap {
    margin-top: 48px;
    padding-bottom: 32px;
  }
  .section-sub-title {
    font-size: 24px;
    line-height: 150%;
    padding: 0 24px;
  }
}
/* 共通ここまで--------------------------------------- */

/* ヘッダーここから--------------------------------------- */
header {
  width: 100%;
  position: absolute;
}
.header__pc {
  padding: var(--space-lg) 0;
}

.header__list,
.header__logo,
.header__author,
.header__cta {
  position: absolute;
  z-index: var(--z-header);
  /* width: 260px; */
}

.header__cta,
.header__logo {
  position: fixed;
  z-index: var(--z-header);
}
.header__list {
  font-family: "Chillout";
  font-size: 18px;
  letter-spacing: -40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  top: 224px;
  left: 40px;
  transition: 0.3s;
}
.header__author {
  left: 50%;
  translate: -50% 0;
  top: 16px;
}
.header__author img {
  display: block;
  margin-inline: auto;
}
.header__cta {
  right: var(--space-lg);
}
.header__logo {
  left: var(--space-lg);
}
.header__cta img {
  margin-left: auto;
}
.header__list li::before {
  content: "";
  display: inline-block;
  background-image: url(img/header-list-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  opacity: 0;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .header__list li:hover::before {
    opacity: 1;
  }
  .header__list li:hover {
    color: var(--color-sub);
  }
}

/* ハンバーガーメニュー */
.header__sp {
  padding: var(--space-md);
}
.header__sp-cta,
.header__sp-logo,
.header__sp-menu {
  position: absolute;
}
.header__sp-logo {
  left: 50%;
  translate: -50% 0;
  top: 40px;
  z-index: 1;
}
.header__sp-cta {
  position: fixed;
  z-index: 98;
}
.header__sp-menu {
  position: fixed;
  z-index: var(--z-header);
}
.header__sp-menu {
  right: var(--space-md);
}
.header__sp-menu #open.hide {
  display: none;
}
.hamburger {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: -100%;
  background-color: var(--color-base-g);
  z-index: 99;
  transition: 0.6s;
  opacity: 0.9;
}

.hamburger.show {
  right: 0;
  opacity: 1;
}

.hamburger__close {
  position: absolute;
  top: var(--space-md);
  right: var(--space-md);
}
.hamburger__inner {
  margin-top: 62px;
}
.hamburger__inner .title-logo img {
  margin-inline: auto;
}
.hamburger__inner .menu-nav {
  background-image: url(img/menu-bg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 48px;
  padding: 32px 0;
}
.hamburger__inner .menu-nav ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.hamburger__inner .menu-nav li {
  font-family: "Chillout";
  font-size: 18px;
  letter-spacing: -40%;
}
.hamburger__inner .cta-btn-sp img {
  margin-inline: auto;
  cursor: pointer;
}
.hamburger__inner .icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 20px;
}
.hamburger__inner .author-logo img {
  margin-inline: auto;
  cursor: pointer;
}
.author-logo {
  margin-top: 16px;
}

@media (max-width: 767px) {
}
/* ヘッダーここまで--------------------------------------- */

/*　mvここから--------------------------------------- */
.mv {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.mv__inner {
  background-image: url(img/mv_bg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-inline: auto;
  position: relative;
  width: 72%;
  height: 100%;
  aspect-ratio: 960/720;
  display: grid;
  place-items: center;
}
.mv__title {
  position: relative;
  z-index: 2;
}
.mv__title-wrap {
  position: relative;
  width: 100%;
}
.mv__title img {
  margin-inline: auto;
  width: 75%;
  margin-top: 62px;
}
.mv__subtitle {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -28%;
}
.mv__subtitle img {
  width: 33.51vw;
  max-width: 586px;
}
.mv__deco {
  display: flex;
}
.mv__deco-left,
.mv__deco-right {
  width: 50%;
}
.kyabetu,
.ninzinn,
.broccoli,
.shiitake,
.toumorokoshi,
.negi,
.open {
  position: absolute;
}
.kyabetu {
  top: 0;
  left: 15%;
  width: clamp(180px, 18.28vw, 380px);
}
.ninzinn {
  bottom: 0;
  left: 3%;
  width: clamp(218px, 22.92vw, 428px);
}
.broccoli {
  bottom: 2%;
  left: 28%;
  width: clamp(108px, 10.32vw, 212px);
}
.shiitake {
  top: 3%;
  right: 20%;
  width: clamp(124px, 11.94vw, 234px);
}
.toumorokoshi {
  top: 20%;
  right: 0;
  width: clamp(165px, 15.9vw, 311px);
}
.negi {
  right: 6%;
  bottom: -6%;
  width: clamp(302px, 29.17vw, 571px);
}
.open {
  bottom: 17%;
  left: 47%;
}

@media (max-width: 767px) {
  .mv {
    min-height: 100vh;
  }
  .mv__inner {
    background-image: url(img/mv_bg-sp.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-inline: auto;
    position: relative;
    width: 72%;
    height: 100%;
    aspect-ratio: 312/504;
    /* display: grid;
    place-items: center; */
  }
  .mv__subtitle {
    width: 100%;
    text-align: center;
    position: static;
    translate: none;
  }
  .mv__subtitle .subtitle-text {
    display: inline-block;
    width: auto;
    text-align: center;
    margin-inline: auto;
    background-color: #aabf24;
    padding: 20px 12px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-white);
    border-radius: 4px;
  }
  .kyabetu-sp,
  .ninzinn-sp,
  .broccoli-sp,
  .toumorokoshi-sp {
    position: absolute;
  }
  .kyabetu-sp {
    top: 14%;
    left: 0;
    width: clamp(120px, 34.62vw, 180px);
  }
  .ninzinn-sp {
    bottom: 0;
    left: 0;
    width: clamp(160px, 40.05vw, 236px);
  }
  .toumorokoshi-sp {
    top: 20%;
    right: 0;
    width: clamp(96px, 30.56vw, 148px);
  }
  .broccoli-sp {
    bottom: -8%;
    right: 10%;
    width: clamp(130px, 32.23vw, 176px);
  }
}
@media (max-width: 380px) {
  .mv {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .kyabetu-sp {
    left: -2%;
  }
  .ninzinn-sp {
    bottom: 0;
  }
  .toumorokoshi-sp {
    top: 16%;
  }
}
/*　mvここまで--------------------------------------- */

/*　aboutここから--------------------------------------- */
.about .section-title-wrap {
  margin-top: 0;
}
.about__header {
  text-align: center;
  position: relative;
}
.about__header .section-lead {
  position: relative;
}
.about__header .section-lead .deco-bird {
  position: absolute;
  top: 50%;
  right: -18%;
  translate: 0 -50%;
}
.kakukaku {
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
  animation-name: kakukaku1;
  animation-duration: 1000ms;
}
@keyframes kakukaku1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(10deg);
  }
}
.about__header-deco .deco-left {
  position: absolute;
  width: clamp(180px, 15.27vw, 240px);
  height: 160px;
  left: 5%;
  bottom: 8%;
  z-index: 5;
}
.about__header-deco .deco-yaoya,
.about__header-deco .deco-yaoya-flower-l,
.about__header-deco .deco-yaoya-flower-r,
.about__header-deco .deco-car {
  position: absolute;
  /* pointer-events: none; */
}
.about__header-deco .deco-yaoya {
  bottom: 0;
  left: 0;
}
.about__header-deco .deco-yaoya-flower-l {
  bottom: 0;
  left: 12%;
}
.about__header-deco .deco-yaoya-flower-r {
  bottom: 0;
  right: -10%;
}
.about__header-deco .deco-car {
  top: 58%;
  right: 5%;
}
.about__header::after {
  content: "";
  display: block;
  background-image: url("img/about-bg-before.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 1440/326;
}
.about__body {
  background-color: var(--color-base-g);
  padding: 64px var(--space-lg) 0;
  position: relative;
}
.about__body .deco-area {
  max-width: 1920px;
  width: 100%;
  position: relative;
  margin-inline: auto;
}
.about__body .deco-left {
  width: 30%;
  height: 1800px;
  position: absolute;
  top: -10vw;
  left: 0;
}
.about__body .deco-right {
  width: 30%;
  height: 1800px;
  position: absolute;
  top: -10vw;
  right: 0;
}
.about__body .deco-area img {
  position: absolute;
}
.about__body .deco-left .deco-tomato {
  top: 23%;
  left: 20%;
  width: clamp(120px, 10.9vw, 414px);
}
.about__body .deco-left .deco-zyagaimo {
  bottom: 17%;
  left: 15%;
  width: clamp(146px, 13.3vw, 261px);
}
.about__body .deco-right .deco-kyuuri {
  top: -5%;
  right: 8%;
  width: clamp(156px, 13.8vw, 280px);
}
.about__body .deco-right .deco-nasu {
  top: 42%;
  right: 0;
  width: clamp(196px, 17.2vw, 352px);
}
.about__body .deco-right .deco-hutaba {
  bottom: 6%;
  right: 80%;
  width: clamp(99px, 9vw, 178px);
}
.about__body-inner {
  max-width: 992px;
  padding: var(--space-lg) 20px;
  margin-inline: auto;
}
.about__body-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-lg);
  margin-bottom: 136px;
}
.about__body-row.reverse {
  flex-direction: row-reverse;
}
.about__body-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 16%;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}
.about__body-cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.about__bottom-bg-area {
  content: "";
  display: block;
  background-image: url("img/about-bg-bottom.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 1440/240;
}
@media (max-width: 767px) {
  .about__header .section-lead {
    padding: 0 var(--space-lg);
  }
  .about__header-deco .deco-left {
    left: unset;
    margin-inline: auto;
    position: relative;
  }
  .about__header-deco .deco-yaoya {
    position: relative;
    bottom: unset;
    left: unset;
    margin-inline: auto;
    width: 162px;
    padding-top: 42px;
  }
  .about__header-deco .deco-yaoya-flower-r {
    right: 3%;
  }
  .about__header::after {
    background-image: url("img/about-bg-before-sp.svg");
    aspect-ratio: 390/100;
    margin-top: -80px;
  }
  .about__body {
    padding: 64px 0 0;
  }
  .about__body-inner {
    padding: 64px var(--space-lg);
  }
  .about__body-row {
    flex-direction: column-reverse;
    margin-bottom: 64px;
  }
  .about__body-row.mg-0 {
    margin-bottom: 32px;
  }
  .about__body-text {
    font-size: 15px;
    line-height: 2;
    gap: unset;
  }
  .about__body-row.reverse {
    flex-direction: column-reverse;
  }
  .about__body-cta p {
    padding-bottom: var(--space-lg);
  }
  .about__body .deco-kyuuri-sp {
    top: -138px;
    left: 0;
  }
  .about__body .deco-tomato-sp {
    top: -52px;
    right: 8%;
  }
  .about__body .deco-vegetables-sp {
    margin-inline: auto;
    margin-top: -40px;
  }
  .about__bottom-bg-area {
    background-image: url("img/about-bg-bottom-sp.svg");
    aspect-ratio: 390/100;
  }
  .about__body .deco-car-sp {
    position: absolute;
    bottom: -5%;
    right: 7%;
  }
}
/*　aboutここまで--------------------------------------- */

/*　profileここから--------------------------------------- */
.profile__inner {
  position: relative;
}
.profile__inner .deco-left,
.profile__inner .deco-right {
  position: absolute;
  /* pointer-events: none; */
  width: 50%;
  height: 600px;
}
.profile__inner .deco-left {
  top: 0;
  left: 0;
}
.profile__inner .deco-right {
  top: 0;
  right: 0;
}
.profile__inner .deco-area img {
  position: absolute;
}
.profile__inner .deco-left .deco-keito {
  top: -8%;
  left: 6%;
}
.profile__inner .deco-left .deco-kagibari {
  top: 40%;
  left: 0;
}
.profile__inner .deco-left .deco-hasami {
  top: 72%;
  left: 22%;
}
.profile__inner .deco-right .deco-felt {
  top: 9%;
  right: 24%;
}
.profile__inner .deco-right .deco-sisyuuito {
  top: 36%;
  right: 0;
}
.profile__inner .deco-right .deco-hari {
  bottom: -3%;
  right: 0;
}
@media (max-width: 980px) {
  .profile .sp-only {
    display: block;
  }

  .profile .pc-only {
    display: none;
  }
}
@media (max-width: 980px) {
  .profile {
    margin-top: 32px;
  }
  .profile__body-wrap {
    padding: 0 56px;
  }
  .profile__body-wrap .swiper {
    max-width: 400px;
    aspect-ratio: 280/320;
    margin-inline: auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  }

  .profile__body-wrap .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .profile__body-wrap .swiper-button-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .profile__body-wrap .swiper-button-prev,
  .profile__body-wrap .swiper-button-next {
    width: 48px;
    height: 48px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin-top: 0;
  }
  .profile__body-wrap .swiper-pagination-bullet-active {
    background-color: var(--color-accent);
  }
  .profile__body-wrap .swiper-pagination {
    position: relative;
    padding-top: 10px;
  }
  .profile__inner .deco-left .deco-keito {
    top: 5%;
    left: 0;
  }
  .profile__inner .deco-left .deco-kagibari {
    top: 30%;
    left: 0;
  }
  .profile__inner .deco-left .deco-hasami {
    top: unset;
    left: 0;
    bottom: 10%;
  }
  .profile__inner .deco-right .deco-felt {
    top: 16%;
    right: 4%;
  }
  .profile__inner .deco-right .deco-sisyuuito {
    top: 39%;
    right: 0;
  }
  .profile__inner .deco-right .deco-hari {
    bottom: 17%;
    right: 0;
  }
}
/*　profileここまで--------------------------------------- */
/*　blogここから--------------------------------------- */
#blog {
  margin: 160px 0;
  /* 仮 */
}
.blog__inner {
  text-align: center;
  background-image: url("img/blog-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  height: 1192px;
  max-width: 992px;
  margin-inline: auto;
  padding: 28px 0;
  position: relative;
}
.blog__body .blog-list {
  max-width: 576px;
  margin-top: 48px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 64px;
}
.blog__body .blog-item {
  max-width: 256px;
  text-align: left;
}
.blog__body .blog-thumbnail {
  aspect-ratio: 256/216;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 40px 16px 16px 16px;
  background-color: var(--color-white);
  position: relative;
  transition: 0.3s;
}
.blog__body .blog-thumbnail::before {
  content: "";
  display: inline-block;
  background-image: url("img/blog-thumbnail-deco.svg");
  width: 42px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
.blog__body .blog-thumbnail img {
  aspect-ratio: 224/160;
  object-fit: cover;
}
.blog__body .blog-date {
  position: absolute;
  font-family: "Chewy", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 6%;
  color: var(--color-text);
  top: 8px;
  right: 16px;
}
.blog__body .blog-contents {
  padding-top: 10px;
}
.blog__body .blog-category {
  display: block;
  width: fit-content;
  font-size: 13px;
  color: white;
  background-color: var(--color-sub);
  padding: 2px 10px;
  border-radius: 100vh;
  text-align: center;
}
.blog__body .blog-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: 10%;
  color: var(--color-text);
  display: inline;
  background-image: linear-gradient(var(--color-accent), var(--color-accent));
  background-position: 0 100%;
  background-size: 0 2px;
  background-repeat: no-repeat;
  padding-bottom: 4px;
  transition: background-size 0.3s ease;
}
.blog__btn .btn {
  margin-top: 48px;
}
.blog__deco .deco-left,
.blog__deco .deco-right {
  position: absolute;
  width: 30%;
  height: 100%;
}
.blog__deco .deco-left {
  top: 0;
  left: 0;
}
.blog__deco .deco-right {
  top: 0;
  right: 0;
}
.blog__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.blog__deco img {
  position: absolute;
}
.blog__deco .hutaba {
  top: 22%;
  left: 22%;
}
.blog__deco .arrow {
  top: 32%;
  left: 51%;
}
.blog__deco .left-flower {
  bottom: 8%;
  left: 52%;
}
.blog__deco .right-flower {
  top: 27%;
  right: 37%;
}
.blog__deco .line {
  bottom: 39%;
  right: 58%;
}
.blog__deco .harvest {
  bottom: 5%;
  right: 20%;
}

@media (any-hover: hover) {
  .blog__body .blog-item:hover .blog-title {
    background-size: 100% 2px;
    transition-delay: 0.1s;
  }
  .blog__body .blog-item:hover .blog-thumbnail {
    transform: rotate(5deg);
    transition-delay: 0.1s;
  }
}

@media (max-width: 767px) {
  #blog {
    margin: 0;
  }
  .blog__inner {
    padding: 0;
    background-image: none;
    height: auto;
  }
  .blog__body .blog-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 20px;
  }
  .blog__body .blog-item {
    flex-shrink: 0;
    width: 90%;
    max-width: 460px;
    aspect-ratio: 316/456;
    background-image: url("img/blog-bg-sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-8deg);
  }
  .blog__body .blog-item:nth-of-type(2),
  .blog__body .blog-item:nth-of-type(4) {
    transform: rotate(8deg);
  }
  .blog__body .blog-thumbnail {
    margin-top: 92px;
    margin-left: 20%;
    width: 70%;
  }
  .blog__body .blog-category {
    margin-left: 80px;
  }
  .blog__body .blog-title {
    display: block;
    text-align: left;
    background-image: none;
    padding-left: 86px;
    line-height: 1.6;
    width: 90%;
  }
  .blog__btn .btn {
    margin-top: 20px;
  }
  .blog__btn .btn img {
    width: 160px;
  }
}

/*　blogここまで--------------------------------------- */
/*　instagramここから--------------------------------------- */
.instagram__inner {
  text-align: center;
  position: relative;
}
.instagram__inner .list-wrapper {
  position: relative;
}
.instagram__inner .list {
  padding-top: 64px;
  /* display: flex;
  justify-content: center;
  gap: var(--space-lg);
  overflow-y: hidden; */
}
.instagram__inner .list-item img {
  /* max-width: 240px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 5px; */
}
.instagram__inner .instagram-btn {
  margin: 56px 0;
}
.instagram__inner .deco-area {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.instagram__inner .deco-area img {
  position: absolute;
}

.instagram__inner .sun {
  top: -18%;
  right: 10%;
}
.instagram__inner .car {
  top: -38px;
  left: 12%;
  animation: none;
  width: clamp(155px, 12.84vw, 210px);
}
.car.aos-animate {
  animation: drive 5s ease-in-out forwards;
}
#sb_instagram #sbi_images {
  padding: 8px;
}

@keyframes drive {
  0% {
    left: 12%;
    transform: translateY(0);
  }
  10% {
    transform: translateY(-2px);
  }
  12% {
    transform: translateY(2px);
  }
  14% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-2px);
  }
  32% {
    transform: translateY(2px);
  }
  34% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-2px);
  }
  42% {
    transform: translateY(2px);
  }
  44% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-2px);
  }
  72% {
    transform: translateY(2px);
  }
  74% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(-2px);
  }
  82% {
    transform: translateY(2px);
  }
  84% {
    transform: translateY(0);
  }
  100% {
    left: -14%;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .instagram__inner .list-wrapper {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 24px;
  }
  .instagram__inner .list {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 0 16px; */
    margin-top: 32px;
  }
  .instagram__inner .list-item img {
    /* max-width: 100%;
    border-radius: 3px; */
  }
  .instagram__inner .sun {
    width: 114px;
    top: -6%;
    right: 4%;
  }
  .instagram__inner .car {
    width: 152px;
    top: unset;
    left: unset;
  }
  .instagram__inner .instagram-btn {
    margin: 40px 0;
  }
  #sb_instagram #sbi_images {
    padding: 0;
  }
  @keyframes drive {
    0% {
      left: 12%;
      transform: translateY(0);
    }
    10% {
      transform: translateY(-2px);
    }
    12% {
      transform: translateY(2px);
    }
    14% {
      transform: translateY(0);
    }
    30% {
      transform: translateY(-2px);
    }
    32% {
      transform: translateY(2px);
    }
    34% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-2px);
    }
    42% {
      transform: translateY(2px);
    }
    44% {
      transform: translateY(0);
    }
    70% {
      transform: translateY(-2px);
    }
    72% {
      transform: translateY(2px);
    }
    74% {
      transform: translateY(0);
    }
    80% {
      transform: translateY(-2px);
    }
    82% {
      transform: translateY(2px);
    }
    84% {
      transform: translateY(0);
    }
    100% {
      left: -30%;
      transform: translateY(0);
    }
  }
}
/*　instagramここまで--------------------------------------- */
/*　footerここから--------------------------------------- */
.footer__inner {
  position: relative;
  overflow-x: hidden;
}
.footer__inner .footer-cta {
  background-image: url("img/footer-cta-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 1440/400;
}
.footer__inner .footer-cta-container {
  width: 90%;
  margin-inline: auto;
}
.footer__inner .footer-cta-inner {
  padding-top: 116px;
  /* padding-left: 100px; */
  display: grid;
  grid-template-columns: 272px 1fr;
  gap: 88px;
  align-items: flex-end;
  max-width: 700px;
}
.footer__inner .contact {
  /* display: inline-flex;
  flex-direction: column;
  align-items: center; */
  position: relative;
  width: 338px;
  height: 338px;
  display: grid;
  place-items: center;
}
.footer__inner .contact-title {
  position: absolute;
  top: 20px;
  left: 0;
  animation: rotate 30s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.footer__inner .contact-body {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 18px;
  background-image: url("img/footer-contact-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 256px;
  aspect-ratio: 1/1;
  z-index: 5;
}
.footer__inner .contact-text {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 10%;
}
.footer__inner .cta-area {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-bottom: 18px;
}
.footer__inner .onlinestore img {
  transform: rotate(-10deg);
}
.footer__inner .instagram img {
  transform: rotate(10deg);
  margin-left: auto;
}
.footer__inner .deco-area {
  position: absolute;
  width: clamp(120px, 11.11vw, 200px);
  aspect-ratio: 141/103;
  top: 37%;
  right: 5%;
}
.footer__inner .deco-yaoya {
  position: absolute;
  width: 100%;
  top: 3%;
  right: 0;
}
.footer__inner .deco-yaoya-flower-l {
  position: absolute;
  left: 20%;
  bottom: 0;
}
.footer__inner .deco-yaoya-flower-r {
  position: absolute;
  right: -15%;
  bottom: 0;
}
.footer__inner .footer-nav {
  background-image: url("img/footer-nav-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100px;
}
.footer__inner .nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  margin: 0;
  padding: 40px 64px 0 64px;
}
.footer__inner .nav-list li {
  font-family: "Chillout";
  font-size: 18px;
  letter-spacing: -44%;
  transition: 0.3s;
}
.footer__inner .nav-list li::before {
  content: "";
  display: inline-block;
  background-image: url(img/header-list-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
@media (any-hover: hover) {
  .footer__inner .nav-list li:hover {
    color: var(--color-sub);
  }
}

.footer__inner .footer-copyright {
  background-color: var(--color-brown);
  margin: 0;
  text-align: center;
  font-size: 16px;
  color: white;
  letter-spacing: 10%;
  padding-bottom: 8px;
}

@media (max-width: 767px) {
  .footer__inner .footer-cta {
    background-image: url(img/footer-cta-bg-sp.svg);
    background-position: top center;
    aspect-ratio: unset;
  }
  .footer__inner .footer-cta-inner {
    display: flex;
    justify-content: center;
    padding-left: 0;
    min-width: 100%;
  }
  .footer__inner .cta-area {
    gap: 32px;
  }
  .footer__inner .contact-title {
    width: 320px;
    aspect-ratio: 1/1;
    top: 36px;
    left: 8px;
  }
  .footer__inner .onlinestore img {
    margin-left: auto;
    margin-right: 32px;
  }
  .footer__inner .instagram img {
    margin-right: 12px;
  }
  .footer__inner .footer-nav {
    background-image: url(img/footer-nav-bg-sp.svg);
    height: auto;
  }
  .footer__inner .nav-list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-bottom: 48px;
  }
  .footer__inner .nav-list li {
    font-size: 18px;
  }
  .footer__inner .nav-list li::before {
    width: 18px;
    height: 18px;
  }
  .footer__inner .deco-area {
    width: 30%;
    top: 0;
  }
  .footer__inner .deco-yaoya {
    top: 17%;
  }
}
@media (max-width: 560px) {
  .footer__inner .footer-cta {
    aspect-ratio: 390/480;
  }
  .footer__inner .footer-cta-inner {
    display: block;
    padding-top: 86px;
  }
  .footer__inner .contact {
    margin-bottom: 30px;
  }
  .footer__inner .contact-body {
    width: 236px;
  }
  .footer__inner .contact-text {
    font-size: 15px;
  }
  .footer__inner .footer-nav {
    height: 100px;
  }
  .footer__inner .nav-list {
    align-items: flex-start;
    gap: 20px;
    position: absolute;
    bottom: 13%;
    padding-top: 32px;
    padding-left: 32px;
    padding-bottom: 0;
  }
  .footer__inner .nav-list li {
    font-size: 16px;
  }
  .footer__inner .nav-list li::before {
    width: 16px;
    height: 16px;
  }
  .footer__inner .deco-yaoya {
    top: 7%;
  }
}
/*　footerここまで--------------------------------------- */

/*　下層ページ共通（ヘッダー）ここから--------------------------------------- */
.sub-page .header__author,
.sub-page .header__list {
  display: none;
}
.title-wrapper {
  background-image: url("img/page-header.png");
  width: 100%;
  aspect-ratio: 1440/400;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.page__title {
  font-size: 38px;
  color: var(--color-accent);
  position: absolute;
  bottom: 10%;
  left: 8%;
}
.page__title span {
  font-family: "Chillout";
  font-size: 20px;
  letter-spacing: -44%;
  color: var(--color-sub);
  display: block;
}

@media (max-width: 767px) {
  .sub-page .header__sp-logo {
    display: none;
  }
  .title-wrapper {
    background-image: url("img/page-header-sp.png");
    aspect-ratio: 390/286;
    margin-bottom: 72px;
  }
  .page__title {
    font-size: 28px;
    bottom: -10%;
    left: 50%;
    translate: -50% 0;
    line-height: 1.2;
  }
  .page__title span {
    text-align: center;
    margin-left: -10px;
  }
}
/*　下層ページ共通（ヘッダー）ここまで--------------------------------------- */

/*　contactページここから--------------------------------------- */
.contact-form-wrapper {
  margin: 40px;
}
.wpcf7 {
  max-width: 832px;
  background-color: #fffbe4;
  border-radius: 40px;
  margin-inline: auto;
  color: var(--color-sub);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 8%;
  line-height: 1.4;
}
.wpcf7-form {
  max-width: 584px;
  margin-inline: auto;
  padding: 80px 32px;
}
.wpcf7-form p {
  margin-bottom: 32px;
}
.wpcf7-form-control {
  border: none;
  margin-top: 8px;
  line-height: 2;
  border-radius: 5px;
  width: 100%;
  font-size: 16px !important;
  font-weight: normal !important;
  padding: 4px 12px !important;
}
.wpcf7-textarea {
  width: 100%;
  resize: none;
}
.required {
  color: var(--color-white);
  font-size: 10px;
  font-weight: 500;
  background-color: var(--color-accent);
  border-radius: 30px;
  padding: 1px 6px;
  margin-left: 8px;
}
.privacy-text {
  font-size: 14px;
  font-weight: normal;
  color: var(--color-text);
}
.submit-btn-wrapper {
  text-align: center;
  width: 100%;
}
.wpcf7-submit {
  background-image: url("img/contact__submit-btn.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 118px;
  height: 45px;
  cursor: pointer;
  border: none;
  color: transparent;
  background-color: transparent;
  transition: 0.3s;
}
.wpcf7-spinner {
  display: block;
  margin-inline: auto;
}
.wpcf7-spinner::before {
  /* position: unset;
  left: unset; */
}
input:focus,
textarea:focus {
  outline: none; /* デフォの青枠消す */
  border: none; /* 好きな色に */
}
::placeholder {
  color: #d9d9d9;
  font-size: 16px;
  font-weight: normal;
  padding-left: 10px;
  letter-spacing: 3%;
}
@media (any-hover: hover) {
  .wpcf7-submit:hover {
    transform: rotate(5deg);
    scale: 1.06;
    transition-delay: 0.1s;
  }
}

@media (max-width: 767px) {
  .contact-form-wrapper {
    margin: 24px;
    margin-bottom: 52px;
  }
  .wpcf7 {
    border-radius: 24px;
  }
  .wpcf7-form {
    padding-bottom: 23px;
  }
}
/*　contactページここまで--------------------------------------- */

/*　投稿ページ詳細ここから--------------------------------------- */
/* 投稿詳細ページ */
.blog__page-wrapper {
  max-width: 100%;
  padding-left: 8%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 132px 1fr;
  justify-content: space-between;
  gap: 88px;
  overflow-x: hidden;
}
.blog__page-wrapper .nav-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog__page-wrapper .nav-item a {
  display: inline-block;
  width: 132px;
  font-size: 18px;
  font-weight: bold;
  color: var(--color-sub);
  background-color: var(--color-base-g);
  letter-spacing: 10%;
  padding: 6px 20px;
  border-radius: 100vh;
  text-align: center;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .blog__page-wrapper .nav-item a:hover {
    color: var(--color-white);
    background-color: var(--color-sub);
    transition-delay: 0.1s;
  }
}
.blog__page-wrapper .blog-content-wrapper {
  background-image: url("img/singlepage_bg.png");
  width: 900px;
  aspect-ratio: 900/1084;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-inline: auto;
  position: relative;
}
.blog__page-wrapper .head-wrapper {
  max-width: 80%;
  margin-inline: auto;
  margin-top: 76px;
  padding-left: 16px;
}
.blog__page-wrapper .info {
  display: flex;
  gap: 16px;
}
.blog__page-wrapper .post-categories {
  margin: 0;
}
.blog__page-wrapper .post-categories a {
  display: inline-block;
  width: 80px;
  font-size: 14px;
  color: white;
  background-color: var(--color-sub);
  padding: 2px 10px;
  border-radius: 100vh;
  text-align: center;
}
.blog__page-wrapper .date {
  font-size: 16px;
  font-weight: 500;
  color: #afafaf;
}
.blog__page-wrapper h2 {
  display: inline;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 10%;
  margin-top: 8px;
  border-bottom: 2px solid var(--color-accent);
}
.blog__page .blog__page-wrapper .blog-item {
  margin-inline: auto;
  margin-top: 80px;
  max-height: 700px;
  margin-bottom: 60px;
  overflow-y: auto;
}
.blog__page .blog__page-wrapper .blog-thumbnail {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  width: 42%;
  margin-inline: auto;
  padding: 48px 16px 16px 16px;
  background-color: var(--color-white);
  position: relative;
  transition: 0.3s;
  transform: rotate(-5deg);
  margin-top: 24px;
}
.blog__page .blog__page-wrapper .blog-thumbnail::before {
  content: "";
  display: inline-block;
  background-image: url(img/blog-thumbnail-deco.svg);
  width: 42px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
.blog__page .blog__page-wrapper .blog-thumbnail img {
  aspect-ratio: 224 / 160;
  object-fit: cover;
}
.blog__page .blog__page-wrapper .blog-date {
  position: absolute;
  font-family: "Chewy", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 6%;
  color: var(--color-text);
  top: 5px;
  right: 40px;
}
.blog__page-wrapper .content {
  width: 620px;
  height: 300px;
  margin-top: 42px;
  margin-bottom: 42px;
  margin-inline: auto;
  padding-left: 48px;
}
.blog__page-wrapper .pagenation {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 580px;
  padding-left: 48px;
  margin-inline: auto;
  position: relative;
}
.blog__page-wrapper .prev,
.blog__page-wrapper .next {
  display: flex;
  gap: 6px;
  font-family: "Chillout";
  font-size: 18px;
  letter-spacing: -44%;
  color: var(--color-sub);
}
.blog__page-wrapper .prev {
  position: absolute;
  left: 48px;
}
.blog__page-wrapper .next {
  position: absolute;
  right: 48px;
}
.blog__page-wrapper .index {
  transition: 0.3s;
}
.blog__page-wrapper .prev .btn-text {
  margin-left: -7px;
}
.blog__page-wrapper .icon-arrow img {
  background-color: var(--color-accent);
  padding: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  transition: 0.3s;
}
.blog__page .content p {
  margin-top: 1.5em !important;
  letter-spacing: 8% !important;
}
@media (any-hover: hover) {
  .blog__page-wrapper .scale-hover:hover .icon-arrow img {
    width: 30px;
    height: 30px;
    transition-delay: 0.1s;
  }
  .blog__page-wrapper .index:hover {
    transform: rotate(5deg);
    scale: 1.1;
    transition-delay: 0.1s;
  }
}
/* 投稿一覧ページ */
.archive .blog__body {
  padding-top: 142px;
}
.archive .pagenation {
  position: absolute;
  bottom: 72px;
  left: 50%;
  translate: -50% 0;
}
.archive .page-step {
  font-family: "Chillout";
  font-size: 18px;
  letter-spacing: -10%;
  color: var(--color-sub);
}
.archive .is-active a {
  background-color: var(--color-sub);
  color: var(--color-white);
}

@media (max-width: 1079px) {
  .blog__page-wrapper {
    display: block;
    width: 900px;
    margin-left: 76px;
    padding-left: 0;
  }
  .blog__page-wrapper .nav-list {
    flex-direction: row;
  }
  .blog__page .blog__page-wrapper .head-wrapper {
    margin-top: 26px;
    padding-top: 72px;
  }
}
@media (max-width: 830px) {
  .blog__page-wrapper .blog__body .blog-list {
    margin-left: 100px;
  }
  .archive .pagenation {
    left: 40%;
  }
}
@media (max-width: 767px) {
  .blog__page-wrapper {
    overflow-x: visible;
    width: 100%;
    margin-left: auto;
  }
  .blog__page-wrapper .blog-content-wrapper {
    background-image: unset;
    width: 100%;
  }
  .blog__body .blog-list {
    margin-left: auto !important;
    flex-direction: column;
  }
  .archive .blog__body {
    padding-top: 0;
  }
  .blog__page-wrapper .nav-list {
    justify-content: center;
  }
  .blog__page-wrapper .nav-item a {
    font-size: 14px;
    width: 104px;
  }
  .archive .blog__body .blog-item {
    transform: unset;
    margin-inline: auto;
  }
  .archive .blog__body .blog-list {
    gap: 0;
  }
  .archive .pagenation {
    position: relative;
    left: unset;
    bottom: unset;
    translate: unset;
    width: 100%;
    z-index: 10;
    padding-left: 0;
    margin-bottom: 32px;
  }
  .archive .blog__body .blog-contents {
    padding-top: 12px;
  }
  .archive .blog__body .blog-title {
    width: 74%;
    margin-left: 64px;
    padding-left: 8px;
    text-align-last: left;
  }
  .blog__page-wrapper .prev {
    left: 30px;
  }
  .blog__page-wrapper .next {
    right: 30px;
  }

  /* single.php（投稿詳細ページ） */
  .blog__page .blog__page-wrapper .head-wrapper {
    padding-top: 0;
    padding-left: 0;
  }
  .blog__page .blog__page-wrapper .blog-item {
    margin-top: 44px;
    max-height: none;
    overflow-y: hidden;
    margin-bottom: 0;
  }
  .blog__page .blog__page-wrapper .blog-thumbnail {
    width: 82%;
    padding-top: 52px;
  }
  .blog__page .blog__page-wrapper .blog-date {
    font-size: 23px;
    top: 10px;
    right: 18px;
  }
  .blog__page .blog__page-wrapper .content {
    width: 100%;
    max-width: 620px;
    height: auto;
    padding: 0 32px;
  }
  .blog__page .blog__page-wrapper .pagenation {
    width: 100%;
    padding-left: 0;
  }
}
/*　投稿ページ詳細ここまで--------------------------------------- */

/* 404ページここから---------------------------- */
.error-404 {
  max-width: 100%;
  text-align: center;
  padding: 80px 0 56px;
}
.error-404 h1 {
  text-align: center;
  padding: 20px 46px;
  color: var(--color-accent);
  font-size: 42px;
}
.error-404 a {
  display: inline-block;
  color: var(--color-sub);
  border-bottom: solid 1px var(--color-sub);
  font-weight: 500;
  margin-top: 16px;
}
/* 404ページここまで---------------------------- */

/* recaptchaの表示設定 */
.grecaptcha-badge {
  visibility: hidden;
}

.page-id-8 .grecaptcha-badge {
  visibility: visible;
}
