@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Baskervville+SC:wght@400..700&display=swap');

/*---------------------------------------------------------------------------
  トップページ
---------------------------------------------------------------------------*/
.f_header {
  padding-top: 90px;
}
.l-container {
  color: #4C4232;
}
/* ユーティリティ */
.u-center {
  text-align: center;
}
/* コンポーネント */
.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
  padding: 16px 40px;
  margin-top: 30px;
  background-color: #BA5B58;
  font-size: 16px;
  font-family: "Noto Sans JP";
  color: #fff;
}
.c-btn.-bg-white {
  background-color: #FFFBF5;
}
.c-btn.-txt-pink {
  color: #BA5B58;
}
.c-btn.-hot-pepper,
.c-btn.-line{
  padding: initial;
  margin-top: initial;
  background: initial;
}
.c-section {
  padding: 80px 0;
}
.c-heading {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.c-heading.-bubble {
  position: relative;
  width: fit-content;
  margin: 0 auto 75.5px;
  font-family: "YuMincho";
  font-size: 48px;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #BA5B58;
  color: #BA5B58;
  text-align: center;
}
.c-heading.-bubble::after {
  content: "";
  position: absolute;
  bottom: -12.5px;
  left: 0;
  right: 0;
  display: block;
  width: 21px;
  height: 13px;
  margin: auto;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/herbaciejp/ec_assets/466194cf27e6a355ea8cd31cfd4d834a40188f50-large.png?1759884518");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-heading.-bubble.-orange::after {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/herbaciejp/ec_assets/02ee11499be65fce25e368eb42c133c2bbf9950a-large.png?1759885935");
}
.c-heading.-bubble.-yellow::after {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/herbaciejp/ec_assets/69a1591a37c688d345ae332c3800aa302b7a0873-large.png?1759891615");
}
.c-heading.-herb {
  position: relative;
  width: fit-content;
  margin: auto;
  font-family: "Baskervville SC", serif;
  font-size: 40px;
  line-height: 1.5;
  color: #BA5B58;
  margin-bottom: 70px;
  z-index: 0;
}
.p-news__head .c-heading.-herb {
  margin: 0;
}
.c-heading.-herb span {
  font-size: 64px;
}

.c-heading img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 188px;
  object-fit: contain;
  object-position: center;
  z-index: -1;
}
.p-news__head .c-heading img {
  top: -6px;
  bottom: initial;
  left: initial;
  right: -43px;
  width: 104px;
}
.c-desc {
  font-size: 14px;
}
.c-inner {
  /* max-width: 1200px; */
  margin: 0 auto;
}
.c-inner.-bg-white {
  padding: 40px;
  max-width: 1080px;
  background: #fff;
}
.p-news .c-inner.-bg-white {
  padding-bottom: 64px;
}
.c-inner.-bg-pink {
  padding: 20px 0 100px;
  background: #FBEEEE;
}
.c-inner.-bg-orange {
  padding: 100px 0;
  background: #FCF2DB;
}
.c-inner.-bg-yellow {
    padding: 64px 40px;
  background: #FFF9EC;
  border: 1px solid #BA5B58;
}
@media (max-width: 767px) {
  .c-inner.-bg-white {
    padding: 60px 30px;
  }
}
.p-top-news__lists {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: sans-serif;  
}
.p-top-news__list {
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 45px;
  text-align: center;
}
.p-top-news__list:nth-child(even) {
  background-color: #BA5B58;
  color: #fff;
}
.p-top-news__list:nth-child(odd) {
  background-color: #DDD4C7;
  color: #4C4232;
}
.p-banner {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  max-width: 400px;
  width: 37vw;
  z-index: 1;
}
/* FV */
.p-fv {
  position: relative;
  margin-bottom: 60px;
}
.p-fv__catchphrase {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  padding: 40px 100px;
  background-color: rgb(36 11 10 / 0.5);
  z-index: 1;
}
.p-fv__text {
  font-family: "YuMincho";
  font-size: 40px;
  text-align: center;
  line-height: 2;
  letter-spacing: 8px;
  color: #fff;
}
.p-fv__logo {
  width: 100%;
  max-width: 162px;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .p-fv {
    margin-bottom: 50px;
  }
  .p-fv__logo {
    max-width: 130px;
  }
  .swiper-slide {
    height: 300px;
  }
}
@media screen and (max-width: 1024px){
  .slide-img {
    height: 100%;
  }
}
/* Lead */
.p-lead__content {
  display: flex;
  gap: 80px;
  flex-direction: column-reverse;
}
.p-lead__text {
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(20px, calc(5.3vw), 34px);
  letter-spacing: 0.5em;
  line-height: 2.5;
}
.p-lead__img {
  width: 100%;
  max-width: 620px;
  margin: auto;
}
@media (max-width: 767px) {
  .p-lead__content {
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
  }
  .p-lead__img {
    width: 90%;
  }
}

/* Beginning */
.p-beginning {
  display: flex;
}
.p-beginning__image {
  width: 400px;
  object-fit: cover;
  object-position: center;
}
.p-beginning__content {
  flex: auto;
  padding: 74px 24px;
  text-align: center;
  background-color: #BA5B58;
  color: #fff;
}
.p-beginning__title {
  font-family: "YuMincho";
  font-size: clamp(20px, calc(5.3vw), 36px);
  margin-bottom: 24px;
}
.p-beginning__text {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-family: sans-serif;
  margin-bottom: 40px;
}
.p-beginning__btn {
  margin: auto;
}

/* finding herb */
.p-finding-herbs {
  position: relative;
}
.p-finding-herbs .swiper-controller {
  position: absolute;
  max-width: 1164px;
  top: 160px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.p-finding-herbs__prev,
.p-finding-herbs__next {
  cursor: pointer;
  z-index: 2;
}
.p-finding-herbs__prev img,
.p-finding-herbs__next img {
  width: 56px;
}
.p-finding-herbs__next img {
  transform: rotate(180deg);
}
.p-finding-herbs__slider {
  max-width: 1006px;
}
.p-finding-herbs .swiper-slide {
  width: 320px;
  height: 320px;
  border: 1px solid;
  background-color: #fff;
  font-family: "YuMincho";
}
.p-finding-herbs .swiper-slide.-brown {
  border-color: #BA5B58;
}
.p-finding-herbs .swiper-slide.-pink {
  border-color: #BA5787;
}
.p-finding-herbs .swiper-slide.-yellow {
  border-color: #C4A75E;
}
.p-finding-herbs .swiper-slide.-orange {
  border-color: #CA7D00;
}
.p-finding-herbs .swiper-slide.-darkgreen {
  border-color: #44792E;
}
.p-finding-herbs .swiper-slide.-purple {
  border-color: #745089;
}
.p-finding-herbs .swiper-slide.-blue {
  border-color: #1657A0;
}
.p-finding-herbs .swiper-slide.-bluegreen {
  border-color: #3E9F92;
}
.p-finding-herbs .swiper-slide.-green {
  border-color: #0EA452;
}
.p-finding-herbs .swiper-slide.-red {
  border-color: #E36062;
}
.p-finding-herbs .swiper-slide a {
  display: block;
  height: 100%;
}
.p-finding-herbs .swiper-slide p {
  padding-top: 35.5px;
  font-size: 16px;
  line-height: 1.78;
  text-align: center;
}
.p-finding-herbs .swiper-slide p.line3 {
  padding-top: 19px;
}
.p-finding-herbs .swiper-slide strong {
  font-size: 24px;
  font-weight: normal;
}
.p-finding-herbs .swiper-slide span {
  font-size: 20px;
}
.p-finding-herbs .swiper-slide.-brown strong {
  color: #BA5B58;
}
.p-finding-herbs .swiper-slide.-pink strong {
  color: #BA5787;
}
.p-finding-herbs .swiper-slide.-yellow strong {
  color: #C4A75E;
}
.p-finding-herbs .swiper-slide.-orange strong {
  color: #CA7D00;
}
.p-finding-herbs .swiper-slide.-darkgreen strong {
  color: #44792E;
}
.p-finding-herbs .swiper-slide.-purple strong {
  color: #745089;
}
.p-finding-herbs .swiper-slide.-blue strong {
  color: #1657A0;
}
.p-finding-herbs .swiper-slide.-bluegreen strong {
  color: #3E9F92;
}
.p-finding-herbs .swiper-slide.-green strong {
  color: #0EA452;
}
.p-finding-herbs .swiper-slide.-red strong {
  color: #E36062;
}

.p-finding-herbs .swiper-slide img {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  width: 165px;
  height: 165px;
  object-fit: contain;
  margin: auto;
  border-radius: 100%;
  margin-top: 19px;
  background-color: rgb(217 217 217 / 0.4);
}
/*
.p-finding-herbs .swiper-slide.-brown img {
  background-color: #FBEEEE;
}
.p-finding-herbs .swiper-slide.-pink img {
  background-color: #FBEEF4;
}
.p-finding-herbs .swiper-slide.-yellow img {
  background-color: #FCF2DB;
}
*/

/* Contain */
@media (max-width: 767px) {
  .c-contents {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* Category */
.p-category {
  potision: relative;
}
.p-category__deco-top,
.p-category__deco-bottom {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  z-index: -1;
}
.p-category__deco-top {
  top: -1.6vw;
}
.p-category__deco-bottom {
  bottom: -1.6vw;
}
.p-category {
  potision: relative;
}
.p-category .c-heading {
  justify-content: center;
}
.p-category__lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.p-category__list {
  width: 380px;
}
.p-products .c-heading {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-category {
    padding: 0 30px;
  }
  .p-category__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .p-category__list {
    width: 100%;
  }
}

/* VOICE */
.p-voice {
  potision: relative;
}
.p-voice__deco-top,
.p-voice__deco-bottom {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  z-index: -1;
}
.p-voice__deco-top {
  top: -1.6vw;
}
.p-voice__deco-bottom {
  bottom: -1.6vw;
}
.p-voice .swiper-controller {
  position: absolute;
  max-width: 792px;
  top: 160px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.p-voice__prev,
.p-voice__next {
  cursor: pointer;
  z-index: 2;
}
.p-voice__prev img,
.p-voice__next img {
  width: 56px;
}
.p-voice__next img {
  transform: rotate(180deg);
}
.p-voice__slider {
  max-width: 600px;
}
.p-voice__slide {
  width: 600px;
  margin: auto;
  padding: 40px;
  border: 1px solid #BA5B58;
  background-color: #fff;
}
.p-voice__person {
  display: flex;
  align-items: center;
  gap: 32px;
}
.p-voice__image {
  border-radius: 100%;
  width: 119px;
  height: 119px;
  object-fit: cover;
  object-position: center;
}
.p-voice__name span {
  font-size: 14px;
  font-weight: 100;
}
.p-voice__name {
  font-family: "YuMincho";
  font-size: 22px;
  color: #4C4232;
}
.p-voice__text {
  margin-top: 26px;
  font-family: "Noto Sans JP";
  font-size: 18px;
  line-height: 1.8;
  color: #494949;
}

/* Products */
.p-products__lists {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}
.p-products__list {
  position: relative;
  width: 344px;
  padding: 24px 24px 30px 24px;
  border: 1px solid #BA5B58;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 0 0 #BA5B58;
  overflow: visible;
}
.c-product_item__copy {
  position: absolute;
  top: -32px;
  left: -1px;
  min-width: 72px;
  max-width: 100%;
  padding: 4px 39.5px;
  background-color: #BA5B58;
  font-family: "Noto Sans JP";
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-product_item__rank {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
  width: 48px;
  height: 48px;
  background-color: #BA5B58;
  color: #fff;
  text-align: center;
  line-height: 48px;
  border-radius: 100%;
}
.p-products__title {
  margin-bottom: 24px;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  color: #494949;
}
.p-ranking .p-products__title {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "YuMincho";
}
.p-ranking .swiper-controller {
  position: absolute;
  max-width: 1164px;
  top: 160px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.p-ranking__prev,
.p-ranking__next {
  cursor: pointer;
  z-index: 2;
}
.p-ranking__prev img,
.p-ranking__next img {
  width: 56px;
}
.p-ranking__next img {
  transform: rotate(180deg);
}
.p-ranking__slider {
  max-width: 1440px;
  padding-left: 150px;
  overflow: visible;
}

.p-products__thumbnail {
  height: 160px;
  margin-bottom: 21px;
  object-fit: contain;
}
.p-product__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px;
}
.p-product__wrapper .c-btn {
  margin: 0;
  height: 37px;
  width: 180px;
  flex-shrink: 0;
}
.p-products__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 16px;
  font-family: "Noto Sans JP";
}
.p-products__row {
  display: flex;
  gap: 5px;
  margin-bottom: 8px;
}
.p-products__cat {
  border: 1px solid #A29684;
  padding: 3px;
  font-size: 10px;
}

.p-products__price {
  font-family: "YuMincho";
  font-size: 24px;
  font-weight: bolder;
  color: #BA5B58;
}
.p-products__price .p-products__tax {
  font-size: 10px;
}
.p-products .c-btn {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-products .c-heading {
    justify-content: center;
    margin-bottom: 30px;
  }
  .p-products__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;    
  }
  .p-products__list {
    width: 100%;
  }
}

.p-topics {
  padding-right: 0;
}
.p-topics .c-inner {
  display: flex;
  gap: 100px;
  max-width: 100%;
  position: relative;
  left: calc(50% - 600px);
}
.p-topics__lists {
  display: flex;
  gap: 40px;
  justify-content: center;
  overflow-x: scroll;
  scrollbar-color: #BA5B58 transparent;
  padding-bottom: 20px;
}
.p-topics__list {
  width: 333px;
  min-width: 333px;
}
.p-topics__list img {
  height: 240px;
  object-fit: contain;
  background-color: #fff;
  margin-bottom: 24px;
}
.p-topics__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  color: #BA5B58;
  font-size: 14px;
}
.p-topics__time {
  font-family: "Noto Sans JP";
}
.p-topics__title {
  font-family: "YuMincho";
  font-size: 16px;
  color: #494949;
}
.p-topics__desc {
  margin-bottom: 15px;
  font-size: 12px;
  font-family: "Noto Sans", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: -webkit-box;             
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.p-topics__link {
  display: block;
  color: #A29684;
  font-size: 12px;
  text-decoration: underline;
  text-align: right;
}
@media (max-width: 767px) {
  .p-topics .c-inner {
    flex-direction: column;
    gap: 30px;
    left: 0;
  }
  .p-topics .c-heading {
    justify-content: center;
  }
  .p-topics__head {
    display: contents;
    text-align: center;
  }
  .p-topics__lists {
    padding: 0  30px;
    gap: 40px;
  }
  .p-topics__list {
    width: 290px;
    min-width: 290px;
    padding: 50px 20px ;
  }
  .p-topics .c-btn {
    order: 1;
    margin: 0 auto;
  }
}

/* instagram */
.p-instagram__lists {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.p-instagram__list {
  width: 320px;
  border-radius: 16px;
  overflow: hidden;
}
.p-instagram__head {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px;
  background-color: #fff;
}
.p-instagram__head img {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
.p-instagram__head h4 {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: bold;
  color: #2D2936;
}
.p-instagram__head h4 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #6C6C6C;
}
.p-instagram__thumbnail {
  display: block;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

/* info */
.p-info {
  max-width: 1160px;
  margin: auto;
}
.p-info__image-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 56px;
}
.p-info__image-wrapper img {
  height: 474px;
  object-fit: cover;
  object-position: center;
}
.p-info__image-wrapper img:nth-child(1) {
  width: 70%;
}
.p-info__image-wrapper img:nth-child(2) {
  width: 30%;
}
.p-info__text {
  font-family: "YuMincho";
  font-size: 24px;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 64px;
}
.p-info__access-wrapper {
  display: flex;
  gap: 60px;
}
.p-info__map {
  flex-shrink: 0;
}
.p-info__map iframe {
  width: 360px;
  height: 415px;
}
.p-info__access h3 {
  font-family: "YuMincho";
  font-size: 34px;
  color: #BA5B58;
  margin-bottom: 16px;
}
.p-info__access p {
  font-family: "Noto Sans JP";
  font-size: 16px;
  color: #494949;
  margin-bottom: 8px;
}
.p-info__access h4 {
  font-family: "YuMincho";
  font-size: 16px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 8px;
}
.p-info__btn-wrapper {
  display: flex;
  gap: 24px;
  height: 57px;
}
.p-info__btn-wrapper img {
  object-fit: contain;
  object-position: center;
  height: 57px;
}

/* NEWS */
.p-news .c-inner {
  display: flex;
  gap: 80px;
}
.p-news__time {
  display: block;
  margin-bottom: 6px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 1;
  color: #BA5B58;
}
.p-news__lists {
  flex-grow: 1;
}
.p-news__list {
  padding: 16px 24px;
  font-family: "YuMincho";
  font-size: 16px;
  border-bottom: 1px solid #BA5B58;
}
@media (max-width: 767px) {
  .p-news .c-inner {
    flex-direction: column;
    gap: 30px;
  }
  .p-news .c-heading {
    justify-content: center;
  }
  .p-news__head {
    display: contents;
    text-align: center;
  }
  .p-news .c-btn {
    order: 1;
    margin: 0 auto;
  }
}

#instagram-list{
  list-style:none;
  margin: 120px 0;
  display:flex;
  width:100%;
  overflow-x: scroll;
  scrollbar-color: #BA5B58 transparent;
 }
 #instagram-list>li{
  display:inline-block;
  color:#fff;
  margin-bottom:10px;
  min-width:300px;
  padding:0 5px;
 }
 .linkinsta{
  display:block;
  transition:0.2s;
  width:100%;
  position:relative;
 }
 .linkinsta:before{
  content:'';
  display:block;
  width:100%;
  padding-top:100%;
 }
 .linkinsta:hover{
  filter:brightness(1.2);
 }
 .imginsta{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  position:absolute;
  top:0;
  left:0;
 }
 .h3ttlinsta{
  font-size:14px;
  color:#fff;
  text-overflow:ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display:none;
 }
 .insta-timestamp{
  display:none;
 }
 .writer{
  display:none;
 }
 /* modal dialog */
 .insta-modal{
     position:fixed;
     top:0;
     left:0;
     width:100%;
     height: 100vh;
     background:rgba(0,0,0,0.8);
     display:none;
  z-index: 99999; 
 }
 .insta-modal-wrap{
     position:absolute;
     width:100%;
     max-width:600px;
     margin:0 auto;
     max-height: calc(100vh - var(--tophead-size1));
     min-height: 180px;
     overflow:scroll;
  top:50px;
     background:#f5f6f7;
 }
 .insta-box{
     display:block;
     width:100%;
     background:#f5f6f7;
 }
 .insta-img{
     width:100%;
 }
 .insta-author{
  background:#fff;
  padding: 16px 24px;
  margin-bottom:20px;
  font-weight:600;
  font-size:14px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
 }
 .insta-word{
     width:100%;
  margin-bottom:60px;
 }
 .insta-date{
  background:#fff;
  padding: 16px 24px;
  font-size:14px;
 }
 .insta-text{
  background:#fff;
  padding: 0 24px 40px;
  font-size:14px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
 }
 .insta-close-btn{
     position:sticky;
  left:10px;
  bottom:10px;
  top:auto;
  right:auto;
 }
 .insta-close-btn>a{
     display:flex;
  justify-content:center;
  align-items:center;
     width:50px;
     height:50px;
     color:#fff;
     background:var(--main-color);
     border-radius:50%;
  font-size:30px;
  line-height:30px;
  margin-left:10px;
  margin-bottom:10px;
  padding-bottom:3px;
  transition:0.3s;
 }
 .insta-close-btn>a:hover{
  filter:brightness(1.2);
 }
 @media (min-width: 576px){
  .ul-instagram>li{
  flex:0 0 33.333%;
  padding:0 5px;
  display:flex;
  justify-content:center;
  align-items:center;
  width:33.333%;
  }
 }
 @media (min-width: 600px){
  .insta-modal-wrap{
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  height:60vh;
  }
 }
 @media (min-width: 992px){
  .ul-instagram>li{
  flex:0 0 25%;
  width:25%;
  }
 }
 @media (min-width: 1200px){
  .ul-instagram>li{
  flex:0 0 16.666%;
  width:16.666%;
  }
 }
 
@media (max-width: 1300px) { 
  .p-category__deco-top,
  .p-category__deco-bottom,
  .p-voice__deco-top,
  .p-voice__deco-bottom {
    display: none;
  }
}
.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
  .c-section {
    padding: 40px 20px;
  }
  .c-heading.-bubble {
    font-size: clamp(20px, calc(1.8vw + 16px), 48px);
    margin-bottom: 34px;
  }
  
  .p-banner {
    display: none !important;
  }

  .p-fv__catchphrase {
    padding: 7px;
  }
  .p-fv__text {
    font-size: 13px;
  }
  .p-fv__logo {
    max-width: 100px;
    margin-top: 5px;
  }
  .p-beginning__text {
    font-size: 12px;
  }
  .p-beginning__image {
    width: 100%;
  }
  .p-products__lists {
    display: block;
  }
  .p-products__list + .p-products__list {
    margin-top: 50px;
  }
  .p-category.c-section,
  .p-voice.c-section,
  .p-info.c-section {
    padding: 40px 0;
  }
  .c-inner.-bg-pink,
  .c-inner.-bg-orange,
  .c-inner.-bg-yellow {
    padding: 40px 20px 40px;
  }
  .c-heading.-herb {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .c-heading img {
    width: 120px;
  }
  .c-heading.-herb span {
    font-size: 50px;
  }
  .p-ranking__slider {
    max-width: 1440px;
    padding-left: 0;
    overflow: visible;
  }
  .p-products__list {
    height: auto;
  }
  .p-ranking__slider .p-products__list + .p-products__list {
    margin: 0;
  }
  .p-voice__person {
    flex-direction: column;
    gap: 5px;
  }
  .p-voice__slide {
    padding: 20px;
  }
  .p-voice__text {
    margin-top: 10px;
    font-size: 14px;
  }
  .p-voice__slide {
    height: auto;
  }
  .p-topics__lists {
    align-items: center;
    flex-direction: column;
  }
  .p-topics__list {
    padding: 0;
  }
  .p-topics__list img {
    margin-bottom: 10px;
  }
  .p-instagram__lists {
    align-items: center;
    gap: 30px;
    flex-direction: column;
  }
  .p-info__image-wrapper {
    height: 37vw;
  }
  .p-info__image-wrapper img:nth-child(1),
    .p-info__image-wrapper img:nth-child(2) {
    width: 100%;
    height: 100%;
  }
  .p-info__text {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .c-inner.-bg-white {
    padding: 40px 20px;
  }
  .p-info__access-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .p-info__map iframe {
    width: 100%;
    height: 250px;
  }
  .p-info__btn-wrapper {
    flex-direction: column;
    gap: 10px;
    height: auto;
  }
}