@charset "UTF-8";
a:hover {
  transform: translateY(-5px);
}

.moreBTN {
  text-align: center;
  margin-top: clamp(25px, 2.34375vw, 45px);
}

.moreBTN a {
  color: white;
  font-weight: bold;
  display: inline-block;
  padding: 20px 84px;
  background-color: #444444;
  border-radius: 30px;
}

.moreBTN a:hover {
  opacity: 0.7;
  transform: none;
}

@media screen and (max-width: 767px) {
  .moreBTN {
    margin-top: 24px;
  }

  .top-l_wrap .moreBTN a {
    padding: clamp(15px, 3.3333333333vw, 25px) 10.6666666667vw;
    border-radius: 50px;
    font-size: clamp(20px, 4vw, 30px);
  }

  .title {
    width: 50%;
  }

  .logo {
    width: 30%;
  }

  .fv-ttl {
    background-image: none; /* 画像はimg要素で表示されているため背景は不要 */
    background-size: cover;
    height: auto;
    padding: 0;
    position: relative;
  }

  .fv-ttl img {
    width: 100%;
    height: auto;
    display: block;
  }

  .sp-fv-ttl {
    margin: auto;
    padding-bottom: clamp(25px, 6.6666666667vw, 50px);
    width: 86.6666666667vw;
  }

  .fv-logo {
    width: 59.3333333333vw;
    margin: auto;
    padding-bottom: clamp(250px, 60vw, 450px);
  }

  .hero-l_wrap {
    height: auto; /* 固定値から自動に修正 */
  }

  /* 🔶 NewsをHero画像の上に重ねる */
  .news-overlay {
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    padding: 10px 0;
  }

  .news-overlay .l-title {
    font-size: clamp(20px, 5vw, 34px);
    color: #000;
    background: rgba(255, 255, 255, 0.85);
    display: inline-block;
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
  }

  .news-l_wrap {
    padding: 0 0 20px;
    position: relative;
    z-index: 1; /* Heroの上に表示されるように */
  }

  .news-l_wrap h2 {
    display: flex;
    align-items: baseline;
    justify-content: center;
    border-bottom: solid 1px #000;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
    padding-bottom: 0;
  }

  .l-title span:after {
    display: none;
  }

  .news-inn .title {
    width: 100%;
  }

  .news-l_wrap .news-inn {
    display: grid;
  }

  /* PC専用の要素を非表示に */
  .pc-only {
    display: none;
  }

  /* SP専用の要素を表示、PCでは非表示にするためにSP用クラスを追加 */
  .sp-only {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  /* PCではSP専用要素を非表示 */
  .sp-only {
    display: none;
  }

  /* PCではSPのNews表示（重ねた方）を消す */
  .news-overlay {
    display: none;
  }
}


  /* 🔶 Aboutセクションのテキスト中央揃え修正 */
  .about-l_wrap ul {
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }

  .about-l_wrap ul li {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
  }
}
/*------
共通css
-------*/
.common-text {
  letter-spacing: 0.05rem;
}

.f-sttl {
  font-size: clamp(26px, 1.6145833333vw, 31px);
  letter-spacing: 0.05rem;
  padding-bottom: 0.5208333333vw;
}

.f-bold {
  font-size: clamp(13px, 0.8333333333vw, 16px);
  font-weight: bolder;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding-bottom: clamp(30px, 2.1875vw, 42px);
}

.concept-con .ttl,
.about-con .ttl {
  font-size: clamp(28px, 1.6145833333vw, 31px);
  letter-spacing: 0.05rem;
  font-weight: bold;
  padding-bottom: clamp(20px, 1.5625vw, 30px);
}

@media screen and (max-width: 767px) {
  .concept-con .ttl,
  .about-con .ttl {
    font-size: clamp(30px, 6.6666666667vw, 50px);
  }
  .common-text {
    padding: 0 4vw 1.3333333333vw;
  }
  .f-sttl {
    font-size: clamp(20px, 5.3333333333vw, 40px);
    line-height: normal;
    padding-bottom: 2.6666666667vw;
  }
  .f-bold,
  .f-normal {
    text-align: left;
    font-size: clamp(15px, 4vw, 30px);
    letter-spacing: 0.05rem;
  }
  .l-title {
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: solid 1px #000;
    margin: auto;
  }
  .l-title span:after {
    width: 32vw;
  }
  .display-pc {
    display: none !important;
  }
  .news-l_wrap h2,
  .item-l_wrap h2,
  .pickUp-l_wrap h2,
  .newTopics-l_wrap h2,
  .instagram-l_wrap h2 {
    font-size: clamp(30px, 6.6666666667vw, 50px);
    padding-bottom: 2vw;
  }
  .news-l_wrap h2 {
    padding-bottom: 0;
  }
  .news-l_wrap h2 .title span,
  .item-l_wrap h2 .title span,
  .pickUp-l_wrap h2 .title span,
  .newTopics-l_wrap h2 .title span,
  .instagram-l_wrap h2 .title span {
    font-size: clamp(20px, 4vw, 30px);
  }
}
/*------
about 
-------*/
.about-l_wrap {
  text-align: center;
  padding: clamp(60px, 5.2083333333vw, 100px) 0 clamp(80px, 5.9895833333vw, 115px);
  background-color: #fff;
  background-image: none;
}

.about-con .ttl {
  color: #d74a61;
}

@media screen and (max-width: 767px) {
  .about-l_wrap {
    padding: clamp(40px, 7.3333333333vw, 55px) 0 clamp(140px, 22.6666666667vw, 170px);
  }
}
/*----------
online-shop 
-----------*/
.online-shop {
  background-color: #f2f2e9;
  padding: clamp(20px, 1.8229166667vw, 35px) clamp(15px, 1.5625vw, 30px);
}

.online-shop ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 1.6666666667vw, 32px) clamp(40px, 4.1666666667vw, 80px);
  text-align: center;
  font-size: clamp(26px, 1.6145833333vw, 31px);
}

.online-shop ul li {
  width: 100%;
}

.online-shop li.yahoo {
  width: clamp(50px, 5.2083333333vw, 100px);
}

.online-shop li.base {
  width: clamp(109px, 11.3541666667vw, 218px);
}

.search-img {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .online-shop {
    padding: clamp(50px, 10vw, 75px) 0 clamp(30px, 7.3333333333vw, 55px);
  }
  .online-shop .yahoo {
    width: clamp(80px, 14.6666666667vw, 110px);
  }
  .online-shop ul {
    font-size: clamp(25px, 5.3333333333vw, 40px);
  }
  .search {
    background-color: #807264;
    padding: clamp(70px, 13.3333333333vw, 100px) 0 clamp(45px, 10vw, 75px);
    color: #fff;
    text-align: center;
  }
  .search-1 {
    font-size: clamp(25px, 6.6666666667vw, 50px);
    text-transform: uppercase;
  }
  .search-2 {
    font-size: clamp(16px, 4vw, 30px);
  }
}
/*----------
item-l_wrap 
-----------*/
.item-l_wrap {
  background-color: #f2f2e9;
  padding: clamp(90px, 7.03125vw, 135px) 0 clamp(100px, 7.8125vw, 150px);
}

.item-l_wrap .news-inn {
  align-items: flex-start;
}

.item-l_wrap .item-inn {
  padding-bottom: clamp(30px, 2.6041666667vw, 50px);
}

.news-inn .item-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(25px, 2.0833333333vw, 40px) clamp(15px, 1.3020833333vw, 25px);
  padding: clamp(20px, 2.34375vw, 45px) clamp(25px, 2.6041666667vw, 50px);
  background-color: #fff;
}

.item-list .item:hover {
  opacity: 0.6;
  cursor: pointer;
}

.item-list .item {
  width: clamp(180px, 12.2395833333vw, 235px);
}

.item-con .btn-con {
  text-align: center;
}

.item-con .item-btn {
  color: #fff;
  background-color: #444444;
  width: 95%;
  text-align: center;
  margin: auto;
}

.category-inn .category-ttl {
  padding-bottom: clamp(40px, 3.125vw, 60px);
}

.category-inn .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(30px, 2.6041666667vw, 50px) clamp(15px, 1.0416666667vw, 20px);
  justify-content: center;
  width: clamp(1000px, 62.5vw, 1200px);
  margin: auto;
}

.cate {
  width: clamp(250px, 17.1875vw, 330px);
  text-align: center;
  background-color: #fff;
  border: solid #897c69 1px;
  padding: clamp(15px, 1.0416666667vw, 20px) 0;
  font-size: clamp(16px, 1.09375vw, 21px);
}

.cate:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.shop-inn {
  margin-top: 100px;
}

.shop-inn ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 53px;
}

.shop-inn ul li {
  text-align: center;
}

.shop-inn ul li figure {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-inn ul li .moreBTN {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .item-l_wrap {
    padding: clamp(25px, 6.6666666667vw, 50px) 0 clamp(60px, 11.3333333333vw, 85px);
  }
  .item-inn {
    display: grid;
    gap: 5.3333333333vw;
  }
  .item-l_wrap .item-inn {
    padding-bottom: clamp(80px, 13.3333333333vw, 100px);
  }
  .item-con {
    font-size: clamp(18px, 3.2vw, 24px);
  }
  .item-con .item-img {
    width: 100%;
  }
  .news-inn {
    width: 95%;
  }
  .news-inn .item-list {
    grid-template-columns: 1fr 1fr;
    gap: clamp(30px, 7.3333333333vw, 55px) clamp(30px, 5.3333333333vw, 40px);
    padding: clamp(20px, 5.3333333333vw, 40px) clamp(25px, 6vw, 45px) clamp(70px, 12.6666666667vw, 95px);
    font-size: clamp(20px, 3.2vw, 24px);
  }
  .item-list .item {
    width: 100%;
  }
  .item-btn {
    line-height: 2;
  }
  .category-inn {
    background-color: #fff;
    width: 100%;
    padding-bottom: 8vw;
  }
  .category-inn .category-list {
    width: clamp(300px, 65.3333333333vw, 490px);
    gap: 2.6666666667vw;
    padding-bottom: 7.3333333333vw;
  }
  .category-inn .category-ttl {
    padding-top: 9.3333333333vw;
    padding-bottom: 2vw;
    margin-bottom: 5.3333333333vw;
  }
  .cate {
    width: clamp(300px, 65.3333333333vw, 490px);
    font-size: clamp(20px, 4vw, 30px);
    padding: clamp(18px, 3.0666666667vw, 23px) 0;
  }
  .shop-inn {
    flex-wrap: wrap;
    margin-top: clamp(30px, 8vw, 60px);
  }
  .shop-inn ul {
    gap: 0 clamp(18.5px, 4.9333333333vw, 37px);
    margin: clamp(33.5px, 8.9333333333vw, 67px) auto 0;
  }
  .shop-inn ul li figure {
    height: clamp(44px, 11.7333333333vw, 88px);
    max-width: clamp(100px, 26.6666666667vw, 200px);
    margin: 0 auto;
  }
  .shop-inn ul li:last-of-type figure {
    max-width: clamp(83.5px, 22.2666666667vw, 167px);
  }
  .shop-inn ul li:last-of-type figure img {
    height: 100%;
  }
  .shop-inn ul li .moreBTN {
    margin-top: clamp(8.5px, 2.2666666667vw, 17px);
  }
  .shop-inn ul li .moreBTN a {
    font-size: clamp(15px, 4vw, 30px);
    line-height: 1.2;
  }
}
/*------
concept 
-------*/
.concept-l_wrap {
  background-color: #F2F2E9;
  padding-bottom: clamp(60px, 3.125vw, 60px);
}

.concept-con {
  background-image: url(../img/concept_pc.png);
  background-size: 100% 100%;
  padding: clamp(60px, 4.4270833333vw, 85px) 0 clamp(110px, 6.7708333333vw, 130px);
  text-align: center;
  color: #fff;
}

.concept-text {
  padding-bottom: clamp(30px, 2.34375vw, 45px);
}

.revew {
  border-radius: 30px;
  width: clamp(350px, 20.8333333333vw, 400px);
  min-width: 400px;
  animation: loop-slide 20s infinite linear 1s both;
  background-color: #fff;
}

.revew .img-name {
  display: flex;
  gap: 7px;
  align-items: center;
  text-align: left;
  background-color: #e6e3c7;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  color: #000;
  font-weight: 500;
  padding: clamp(8px, 0.78125vw, 15px) clamp(15px, 1.0416666667vw, 20px);
}

.revew .img-name p span {
  font-size: clamp(18px, 1.09375vw, 21px);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.revew .img-name p,
.revew-text {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.revew .revew-text {
  background-color: #fff;
  color: #000;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: clamp(10px, 1.0416666667vw, 20px) clamp(35px, 2.6041666667vw, 50px);
  text-align: left;
  font-size: clamp(16px, 0.9375vw, 18px);
}

.revew .img-name img {
  width: clamp(30px, 2.03125vw, 39px);
}

.revew-con {
  overflow: hidden;
  width: 100%;
  display: flex;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.revew-list {
  display: flex;
  align-items: stretch;
  gap: clamp(20px, 2.6041666667vw, 50px);
  overflow: hidden;
  width: 100%;
}

.concept-con .moreBTN a,
.welcome .moreBTN a {
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 767px) {
  .concept-l_wrap {
    padding-bottom: 0;
  }
  .concept-con {
    background-image: none;
    background: #FFFFFF;
    padding: 0 0 clamp(110px, 6.7708333333vw, 130px);
    text-align: center;
    color: #000;
  }
  .concept_img {
    padding-bottom: 4.6666666667vw;
  }
  .concept-con .ttl {
    color: #d74a61;
  }
  .concept-text {
    padding: 0 4vw 7.3333333333vw;
  }
  .concept-con .moreBTN a {
    background-color: #000;
    color: #fff;
  }
  .revew-menu {
    padding: 0 5.3333333333vw 0;
  }
  .img-name {
    display: flex;
    align-items: center;
  }
  .img-name p {
    text-align: left;
  }
  .img-name img {
    width: 10.6666666667vw;
    padding-right: 8px;
  }
  .sp-revew {
    border-radius: 30px;
    background: #e8e2c4;
    box-shadow: 10px 5px 5px rgba(76, 76, 76, 0.35);
    margin-bottom: 18px;
  }
  /*ベース*/
  .toggle {
    display: none;
  }
  .Label { /*タイトル*/
    padding: 15px 39px 15px 20px;
    display: block;
    color: #000;
    font-weight: 500;
    border-radius: 30px;
    background: #e8e2c4;
  }
  .Label::before { /*タイトル横の矢印*/
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 25px;
    transform: rotate(135deg);
  }
  .Label::after { /*タイトル横の矢印*/
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 50px;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
    transform: rotate(135deg);
  }
  .Label,
  .content {
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .content { /*本文*/
    height: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
    text-align: left;
    font-weight: 500;
    background-color: #fff;
  }
  .toggle:checked + .Label + .content { /*開閉時*/
    height: auto;
    padding: 20px;
    transition: all 0.3s;
  }
  .toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
  }
}
/*------
welcome
-------*/
.welcome {
  background-image: url(../img/w_back_pc.jpg);
  background-size: 100% 100%;
  padding: clamp(50px, 3.8020833333vw, 73px) clamp(100px, 6.5104166667vw, 125px);
  text-align: center;
}

.welcome-img {
  width: clamp(400px, 35.9375vw, 690px);
  margin: auto;
  padding-bottom: clamp(8px, 0.78125vw, 15px);
}

.welcome-text {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  color: #fff;
}

.welcome .moreBTN {
  margin-bottom: clamp(45px, 3.125vw, 60px);
}

@media screen and (max-width: 767px) {
  .welcome {
    background-image: url(../img/w_back_sp.jpg);
    background-size: 100% 100%;
    padding: clamp(70px, 13.3333333333vw, 100px) 0 16vw;
    text-align: center;
  }
  .welcome-img {
    width: 88vw;
  }
  .welcome-text {
    font-size: 4vw;
  }
  .pickUp-l_wrap ul {
    display: grid;
    justify-content: center;
  }
  .pickUp-l_wrap li {
    width: 100%;
  }
  .pickUp-l_wrap {
    padding: 45px 6.1333333333vw 12vw;
  }
  .border {
    width: 21.4vw;
    background-color: #000;
    display: block;
    height: 1px;
    text-align: center;
    margin: auto;
    margin-top: 6vw;
  }
  .pickUp-l_wrap h3 {
    line-height: 1.3;
  }
  .newTopics-l_wrap .title {
    width: 100%;
    font-size: clamp(20px, 4vw, 30px);
  }
  .newTopics-l_wrap time {
    display: block;
  }
  .newTopics-l_wrap li > a {
    padding: 10px 0;
  }
}
/*------
instagram
-------*/
.instagram-l_wrap {
  border-top: 2px solid #000000;
}

.instagram-l_wrap > div {
  padding-bottom: clamp(30px, 2.0833333333vw, 40px);
  margin-bottom: clamp(30px, 2.0833333333vw, 40px);
  border-bottom: 1px solid #000000;
}

.instagram-l_wrap > div:last-of-type {
  border-bottom: none;
}

.instagram-l_wrap > div:nth-child(n+2) .l-title-img {
  padding-top: 0;
}

.instagram-l_wrap .instagram-inn {
  justify-content: space-between;
  align-items: flex-start;
}

.instagram-l_wrap .instagram-inn .l-title p {
  font-size: clamp(14px, 0.8333333333vw, 16px);
}

#sb_instagram .sb_instagram_header, .sb_instagram_header {
  padding-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .instagram-l_wrap .l-title {
    padding-bottom: clamp(17.5px, 4.6666666667vw, 35px);
    border-bottom: none;
  }
  .instagram-l_wrap .l-title span:after {
    display: block;
  }
  .instagram-l_wrap .instagram-inn .l-title p {
    font-size: clamp(15px, 4vw, 30px);
    margin-top: clamp(12.5px, 3.3333333333vw, 25px);
  }
  .instagram-l_wrap .instagram-inn .right-content {
    margin: 0 auto;
    padding: 0 clamp(5px, 1.3333333333vw, 10px);
    box-sizing: border-box;
  }
}
/*------------------
20241214-追加css
-------------------*/
.shop-inn {
  display: grid;
}

.shop-inn ul li:last-of-type figure {
  max-width: none;
}

.service-inn {
  margin-top: 100px;
}

.service-inn .l-title {
  margin-bottom: 70px;
}

.service-inn ul {
  max-width: 1030px;
  margin: auto;
  display: grid;
  gap: 25px;
}

@media screen and (max-width: 767px) {
  .service-inn {
    margin-top: clamp(30px, 8vw, 60px);
  }
  .service-inn .l-title {
    padding-top: 9.3333333333vw;
    padding-bottom: 2vw;
    margin-bottom: 5.3333333333vw;
  }
}
.contact_bg {
  background-image: url(../img/contact-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 35px 0;
  text-align: center;
}

.contact_bg ul {
  color: #fff;
}

.contact_bg ul .contact-ttl {
  font-size: 30px;
  text-transform: uppercase;
}

.question-inn {
  margin-top: 100px;
}

.question-inn .l-title {
  margin-bottom: 70px;
}

.question-inn .q-list {
  max-width: 1030px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.question-inn .q-list li {
  background-image: url(../img/qanda_bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 25px 0;
  text-align: center;
}

.question-inn .moreBTN {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .contact_bg {
    background-image: url(../img/sp-contact-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 35px 0;
    text-align: center;
  }
  .question-inn .q-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 70px;
  }
}/*# sourceMappingURL=style.css.map */