@charset "UTF-8";
/* トップページ */
.sp {
  display: none;
}

header {
  position: fixed;
  width: 100%;
  z-index: 1;
  background-color: rgba(101, 67, 33, 0.2);
}

.header_menu_sp{
  display: none;
}

header ul {
  display: flex;
  list-style: none;
  justify-content: center;
  padding-right: 5%;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
}

header ul li {
  padding-right: 30px;
}

header ul li a {
  color: #fff;
  text-decoration: none;
}

.fv img {
  width: 100%;
  height: 95vh;
  object-fit: cover;
}

.process {
  background: linear-gradient(to bottom, #D2D2D2 0%, #FFFFFF 98%);
  padding: 100px 30px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.process__item {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.process__item__text>p {
  margin-top: 0;
}

.process__item__text p {
  width: 70%;
  padding-left: 120px;
  line-height: 40px;
}

.process__item__text__img {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.almond_img {
  position: absolute;
  width: 30px;
  top: -3%;
  left: 4%;
}

.process__item__text__img p {
  padding-left: 100px;
  line-height: 30px;
  color: #4A4A4A;
}

.process__item__text__img .process_nuts {
  width: 30%;
}

.process-images {
  margin-top: -10%;
}

.process-images img {
  width: 100%;
}

.process__item__text2 {
  display: flex;
  align-items: center;
  margin-top: 30px;
  position: relative;
}

.process__item__text2 .mix_chocolate {
  width: 20%;
}

.process__item__text2 .pistachio_img {
  position: absolute;
  width: 40px;
  right: 20%;
  bottom: -10%;
}

.process__item__text2 p {
  padding-left: 80px;
  line-height: 30px;
  color: #7F807D;
}

.secret_bg {
  background-image: url("../img/almond-tree.png");
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.secret_bg h2 {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 90px;
  position: absolute;
  bottom: -32px;
  margin-bottom: 0;
}

.secret_bg__text {
  max-width: 1200px;
  margin: 0 auto;
}

.secret__contents {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #4A4A4A;
  position: relative;
  margin-bottom: 150px;
  padding: 0 30px;
}

.secret__contents p {
  line-height: 30px;
  letter-spacing: 3px;
}

.secret h3 {
  font-size: 25px;
  margin: 40px 0;
}

.btn {
  margin: 50px auto;
  width: fit-content;
}

.btn a {
  text-decoration: none;
  color: #000;
  border: solid 1px #000;
  padding: 10px 80px;
  background-color: #fff;
  display: block;
  width: fit-content;
}

.secret__contents img {
  position: absolute;
  bottom: -20%;
  width: 40px;
  right: 10%;
}

.menu {
  background: linear-gradient(to right,
      #D0D2CE 29%,
      #C0C0C0 42%,
      #D9D9D9 78%,
      #E4E4E4 100%);
}

.menu__item {
  max-width: 1200px;
  margin: 0 auto;
  padding: 130px 30px;
  position: relative;
}

.menu__item h2 {
  font-family: "Crimson Text", serif;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #4A4A4A;
  letter-spacing: 8px;
  margin-bottom: 170px;
}

.menu__item__textimg {
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #4A4A4A;
}

.menu__item__textimg img {
  width: 40%;
  object-fit: cover;
}

.menu__item__textimg__text {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.secret_process__item__box:nth-child(even){
  display: flex;
  flex-direction: row-reverse; 
}
.btn__left {
  margin: 30px 0 0 0;
}

.menu__item__textimg__text h3 {
  margin-top: 0;
  font-size: 22px;
}

.menu__item__textimg__text p {
  letter-spacing: 3px;
  line-height: 30px;
}

.menu_pc_pistachio2{
  position: absolute;
  bottom: 0;
  left: 10%;
}

.menu_pc_pistachio2 img{
  width: 30px;
}

.consept {
  margin: 0 auto;
  position: relative;
}

.consept .consept__manimg {
  width: 100%;
  object-fit: cover;
}

.consept__text {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
}

.consept__text h2 {
  font-family: "Crimson Text", serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 8px;
}

.consept__text h3 {
  margin: 50px 0;
}

.consept__text p {
  padding-right: 80px;
  line-height: 30px;
}

.pistachio_almond2 {
  position: absolute;
  bottom: -5%;
  width: 70px;
  right: 10%;
}

.news {
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 30px;
}

.news h2 {
  font-family: "Crimson Text", serif;
  font-weight: bold;
  font-style: normal;
  position: relative;
  color: #4A4A4A;
  margin-bottom: 90px;
}


.news h2::after {
  content: "";
  width: 300px;
  height: 1px;
  background-color: #4A4A4A;
  position: absolute;
  top: 50%;
  left: 120px;
}

.news-item {
  display: flex;
  justify-content: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.news-item__content {
  padding-left: 30px;
}

.news-date {
  font-size: 14px;
  color: #666;
  margin-right: 20px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

.news-category {
  font-size: 14px;
  color: #666;
  margin-right: 20px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  display: flex;
}

.news-text {
  font-size: 16px;
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.info {
  background-color: #DCDED9;
}

.info__item {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 30px;
  position: relative;
}

.info h2 {
  font-family: "Crimson Text", serif;
  font-weight: bold;
  font-style: normal;
  color: #4A4A4A;
  text-align: center;
  margin-bottom: 80px;
}

.info__item__box {
  display: flex;
  justify-content: space-between;
}

.info__item__box img {
  width: 45%;
  object-fit: cover;
}

.info__item__text {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 40px;
}

.info__item__text td {
  padding: 4px 10px;
}

.info__item__text table {
  border-left: solid 1px #000;
}

.info__item__text td:nth-child(1) {
  padding-left: 20px;
  width: 30%;
  vertical-align: baseline;
}

.cashewnuts_almond2 {
  position: absolute;
  top: -3%;
  width: 90px;
}

.footer {
  background: url("../img/footer_img2.webp") no-repeat center/cover;
  padding: 40px 0;
  text-align: center;
  color: white;
}

/* .footer__container {
  max-width: 1200px;
  margin: 0 auto;
} */

.footer__logo {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-family: "Aleo", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 5px;
}

.footer_logo{
	width:20%;
}

.footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer__nav ul li {
  display: inline;
  letter-spacing: 3px;
}

.footer__nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.footer__credit {
  margin-top: 20px;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  opacity: 0.8;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 10px;
  width: 100%;
  margin: 20px auto 0;
}

/* ジェラートの秘密 */
.header_content{
  position: relative;
}

.header_content img{
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.header_content h2{
  position: absolute;
  top: 40%;
  left: 15%;
}

.header_content h2{
  font-family: "Crimson Text", serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 5px;
  color: #fff;
}

.header_content span{
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-style: normal;
}

.secret_process{
  background-color: #EDE6DD;
}

.secret_process__item{
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 30px;
}

.secret_process__item__box{
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}

.secret_process__item__box img{
  width: 40%;
  object-fit: contain;
}

.secret_process__item__box_content{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.secret_process_left_margin{
  margin-left: 60px;
}

.secret_process_right_margin{
  margin-right: 60px;
}

.secret_process3{
  width: 55% !important;
}

.secret_process4{
  width: 30% !important;
}

.secret_video{
  text-align: center;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}

.secret_video_img{
  width: 60%;
}

 .flow_movie {
    font-family: "Crimson Text", serif;
    font-style: normal;
    text-align: center;
    color: #4A4A4A;
    letter-spacing: 2px;
    margin: 15px 0;
  }

#controller{
	display:none !important;
}

.cashewnuts_pistachio{
  position: absolute;
  width: 50px;
  top: 0;
  left: 0;

}

.secret_process__item__1{
  position: relative;
}

.pistachio_almond3{
  position: absolute;
  top: -15%;
  right: 0;
}

.pistachio_almond3 img{
  width: 100px;
}

.secret_process__item__box_content__title{
  display: flex;
  align-items: center;
}

.secret_process__item__box_content__title p{
  font-family: "Mea Culpa", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5vw;
  margin: 0 25px 0 0;
  color: #E0C794;
  letter-spacing: 15px;
}

.secret_process__item__box_content__title h3{
  font-size: 1.5vw;
}

.flavor h2{
  font-family: "Crimson Text", serif;
  font-style: normal;
  text-align: center;
  color: #4A4A4A;
  letter-spacing: 2px;
  margin: 100px 0;
}

.flavorimg img{
  width: 100%;
  object-fit: cover;
  height: 400px;
}

.flavor_pistachio,.flavor_almond{
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  align-items: center;
  max-width: 1200px;
  margin: 80px auto;
  justify-content: center;
}

.flavor_pistachio__text{
  margin-left: 70px;
}

.flavor_almond__text{
  margin-right: 70px;
}

.flavor_almond img{
  width: 20%;  
}

.flavor_pistachio img{
  width: 20%;
}

.flavor_pistachio h3{
  font-size: 25px;
  display: flex;
  align-items: center;
}

.flavor_pistachio span,.flavor_almond span{
  font-family: "Crimson Text", serif;
  font-weight: 100;
  font-style: normal;
  font-size: 17px;
  margin-left: 20px;
}

.flavor_almond{
  margin-bottom: 100px;
}

.consept_page{
  background-color: #B6B8B2;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #4A4A4A;
}

.consept_page__item{
  padding: 50px 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.consept_page__toptext{
  margin-top: 0;
  text-align: center;
  font-size: 20px;
  margin-top: 40px;
}

.consept_page__secondtext{
  text-align: center;
  margin: 70px 0;
}

.a_lot_of_pistachio__box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.a_lot_of_pistachio__text{
  width: 50%;
  margin-bottom: 30px;
  line-height: 30px;
}

.a_lot_of_pistachio__text >p{
  margin-top: 30px;
}

.a_lot_of_pistachio__box img{
  width: 40%;
}

.a_lot_of_pistachio__box2{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.a_lot_of_pistachio__box2 img{
  width: 40%;
}

.a_lot_of_pistachio__box2 p{
  margin-right: 100px;
  line-height: 30px;
  margin-left: 20px;
}

.blog__item{
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 30px;
}

.blog__box{
  width: 40%;
  border: 1px solid #ccc;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.blog__box img{
  width: 100%;
  object-fit: cover;
  height: auto;
}

.consept_page_blog{
  background-color: #B6B8B2;
}

.consept_page_blog__item h2{
  font-family: "Crimson Text", serif;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #4A4A4A;
  letter-spacing: 8px;
  padding: 0 30px 100px;
  text-align: center;
  margin: 0;
}

.blog-info{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 2px;
  padding: 20px;
}

.consept_page_blog__item{
  max-width: 1200px;
  margin: 0 auto;
}

.consept_page_blog__item h3{
  font-weight: normal;
  margin: 0;
}

.consept_page_blog__item .btn{
  margin: 50px auto 0;
  padding-bottom: 150px;
}

/* お店情報 */
.info_page{
  background: linear-gradient(to bottom, #D2D2D2 0%, #FFFFFF 98%);
  padding: 100px 30px;
}
.info_page__item{
  display: flex;
  max-width: 1200px;
  margin:0 auto;
}
.info_page__item img{
  width: 50%;
  object-fit: cover;
}
.kitchencar_news-box{
  margin-left: 30px;
}
.kitchencar_news-box h3{
  font-family: "Crimson Text", serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 3px;
}
.kitchencar_news-box h3 span{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 20px;
}
.kitchencar_news-container {
  width: 80%;
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.kitchencar_news-item {
  display: flex;
  justify-content: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.kitchencar_news-item__content {
  padding-left: 30px;
}

.kitchencar_news-date {
  font-size: 14px;
  color: #666;
  margin-right: 20px;
  font-optical-sizing: auto;
  font-family: "Crimson Text", serif;
  font-style: normal;
  letter-spacing: 2px;
}

.kitchencar_news-category {
  font-size: 14px;
  color: #666;
  margin-right: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
}

.kitchencar_news-text {
  font-size: 16px;
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shop_access_box{
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-around;
}

.shop_content,.access_content{
  width: 40%;
}

.access_content_iframe{
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
}

.access_content_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.shop_info_img{
  width: 100%;
  aspect-ratio: 3 / 2;
}

.access_content iframe{
  width: 100%;
}

.shop_access_box h3{
  font-family: "Crimson Text", serif;
  font-style: normal;
  letter-spacing: 2px;
}

.shop_access_box table{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
}

.shop_access_box td:nth-child(1) {
  width: 20%;
  vertical-align: baseline;
}

.sns_btn{
  padding: 30px 10px;
}

.sns_btn img{
  width: 60%;
  display: block;
  margin: 20px 0;
}

.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

/* Blog一覧ページ */
.blog-info a{
  color: brown;
}
.blog_page_blog{
  padding: 50px 0;
}
.blog__item{
  flex-wrap: wrap;
}

.blog__box{
  width: calc(25% - 2rem);
}

.blog-category {
  font-size: 12px;
  font-weight: bold;
  color: #a56c3c;
  margin-bottom: 8px;
  display: inline-block;
  background: #f3e9df;
  padding: 2px 8px;
  border-radius: 4px;
}

/* ページネーション全体 */
.c-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
  flex-wrap: wrap;
  font-family: 'Kiwi Maru', serif;
}

.c-pager__link {
  display: block;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #f2f2f2;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.c-pager__link:hover {
  background-color: #d1a26c; /* ホバー色：ナッツ系ブラウン */
  color: #fff;
}

/* 数字部分のリスト */
.c-pager__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
}

/* 数字の1つ1つ */
.c-pager__item {
  font-size: 1rem;
}

/* 現在のページ（例：.current が付いた場合） */
.c-pager__item .c-pager__link.current {
  background-color: #333;
  color: #fff;
  pointer-events: none;
}

/* Blog、News詳細ページ */
.blog_page_main{
  background: linear-gradient(to bottom, #D2D2D2 0%, #FFFFFF 98%);
}
.blog-detail {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0;
  font-family: "Crimson Text", serif;
}

.blog-detail__header {
  text-align: center;
  margin-bottom: 2rem;
}

.blog-detail__header h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.blog-detail__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.blog-detail__content p {
  font-size: 1rem;
  line-height: 1.8;
}

.blog-detail__back {
  margin-top: 3rem;
  text-align: center;
}

.blog-detail__back a {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
}

/* 初期状態（非表示で左にズレた位置） */
.fadeInLeft {
  opacity: 0;
  transform: translateX(-200px);
  transition: all 1s ease;
}

/* 表示状態（フェードインして元の位置へ） */
.fadeInLeft.show {
  opacity: 1;
  transform: translateX(0);
}

.fadeInRight {
  opacity: 0;
  transform: translateX(200px);
  transition: all 1s ease;
}

.fadeInRight.show {
  opacity: 1;
  transform: translateX(0);
}

/* Newsページ */
.news-page {
  padding: 80px 20px;
  background: #fff;
}

.news-page__title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

.news-list__item {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.news-list__item a {
  text-decoration: none;
  color: #333;
  display: block;
}

.news-list__date {
  font-size: 14px;
  color: #999;
}

.news-list__category {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-top: 4px;
}

.news-list__text {
  font-size: 16px;
  margin-top: 6px;
}





@media screen and (max-width:900px) {
  .consept__text h3 {
    margin: 10px 0;
  }
  .process-images{
    margin-top: 0;
  }
}

@media screen and (max-width:768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  .header_menu_sp{
    display: block;
  }

  .header_menu{
    display: none;
  }
    /* ハンバーガーメニュー */
    .nav_toggle{
      display: block;
      position: fixed;
      width: 2.75rem;
      height: 1.5rem;
      z-index: 1000;
      right: 15px;
      top: 15px;
    }
  
    .nav_toggle i {
      display: block;
      width: 100%;
      height: 3px;
      background-color: #4A4A4A;
      position: absolute;
      transition: transform 0s, opacity 0s;
    }
    .nav_toggle i:nth-child(1) {
      top: 0;
    }
    .nav_toggle i:nth-child(2) {
      top: 0;
      bottom: 0;
      margin: auto;
    }
    .nav_toggle i:nth-child(3) {
      bottom: 0;
    }
    .nav_toggle.show i:nth-child(1) {
      background-color: #fff;
    }
    .nav_toggle.show i:nth-child(2) {
      opacity: 0;
    }
    .nav_toggle.show i:nth-child(3) {
      opacity: 0;
    }
    .header_menu_sp {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      transition: opacity .5s, visibility .5s;
      z-index: 99;
      background-color: #443532;
    }
    .header_menu_sp.show {
      display: block;
      opacity: 1;
      visibility: visible;
    }
    .header_menu_sp ul{
      display: flex;
      margin-top: 0;
      width: fit-content;
      margin: auto auto;
      font-family: "Shippori Mincho", serif;
      font-weight: 400;
      font-style: normal;
      height: 100vh;
      flex-direction: column;
      justify-content: center;
    }
    .header_menu_sp li{
      padding:10px;
    }
    .header_menu_sp li::before{
      content: "_ ";
      color: #fff;
      font-size: 24px;
    }
    /* ハンバーガーメニュー終わり */
	
	.header_content img{
		height:190px;
	}

  .sp_process_group {
    text-align: right;
  }

  .sp_process_group img {
    width: 90%;
  }

  .sp_process_group2 {
    text-align: right;
  }

  .sp_process_group2 img {
    width: 90%;
  }

  .process__item__text__img p {
    padding-left: 0;
  }

  .process__item__text__img {
    justify-self: center;
  }

  .process__item__text2 p {
    padding-left: 0;
    width: 85%;
    margin: 30px auto;
  }

  .almond2 {
    position: absolute;
    width: 30px !important;
    bottom: 13% !important;
    left: 14%;
  }

  .menu__item__textimg {
    display: block;
  }

  .menu__item h2 {
    margin-bottom: 100px;
  }

  .menu__item__textimg img {
    width: 80%;
    display: block;
    margin-left: auto;
  }

  .menu__item__textimg__text{
    padding-left: 0px;
  }

  .menu__item__textimg__text h3 {
    margin: 50px 0;
  }

  .menu__item {
    position: relative;
  }

  .menu_sp_pistachio {
    position: absolute;
    width: 30px !important;
    bottom: 15%;
    left: 50%;
  }

  .menu .btn {
    margin: 90px auto 0 auto;
  }

  .consept__text h3 {
    margin: 0;
  }

  .consept__text {
    position: static;
  }

  .consept__manimg.sp {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  .consept__text {
    transform: none;
    color: #4A4A4A;
    width: 80%;
    margin: 70px auto 0 auto;
  }

  .consept__text p {
    padding-right: 0;
  }

  .consept h2.sp {
    font-family: "Crimson Text", serif;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 8px;
    text-align: center;
    margin: 70px 0;
  }

  .consept__text .btn__left {
    margin: 50px auto 0 auto;
  }

  .sp_img_flex {
    display: flex;
  }

  .sp_img_flex img {
    width: 25px;
    object-fit: contain;
    margin-left: 50px;
  }

  .secret_bg {
    background-image: url("../img/sp_almond-tree.webp");
}

  .news h2::after {
    width: 200px;
  }

  .news-item__content p {
    margin-left: -130px;
  }

  .info__item__box {
    display: block;
  }

  .info__item__box img {
    width: 100%;
  }

  .info__item__text {
    margin-top: 40px;
  }

  .news_sp_cashewnuts {
    margin:0 0 20px 20px;
  }

  .news_sp_cashewnuts img {
    width: 25px;
  }

  .news h2 {
    margin-bottom: 25px;
  }
  .info__item__text{
    padding-left: 0;
  }
  .info__item__text table{
    font-size: 14px;
    margin: 0 auto;
  }
  .info__item__text .btn__left{
    margin: 30px auto 0 auto;
  }
  .info__item__text td:nth-child(1){
    padding-left: 15px;
  }
  .footer__nav ul{
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }
	
  /* ジェラートの秘密 */
  .secret_process__item__box img{
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .pistachio_almond3 img {
    width: 100px;
  }
  .secret_process__item__box{
    flex-direction: column-reverse;
  }
  .secret_process__item__box:nth-child(even){
    flex-direction: column-reverse;
  }
  .secret_process3{
    width: 100% !important;
  }
  .secret_process4{
    width: 100% !important;
  }
  .secret_process__item__box_content{
    margin-bottom: 30px;
  }
  .secret_process__item__box_content__title{
    display: block;
  }
  .secret_process__item__box_content__title h3{
    margin-top: 0;
    font-size: 24px;
  }
  .secret_process__item__box_content__title p{
    font-size: 50px;
    letter-spacing: 10px;
  }
  .secret_process_left_margin{
    margin-left: 0;
  }
  .secret_process_right_margin{
    margin-right: 0;
  }
  .secret_process__item__box_content__text{
    line-height: 35px;
  }
  .pistachio_almond3{
    top: 0;
  }
  .pistachio_almond3 img{
    height: auto;
    width: 70px;
    object-fit: contain;
  }
  .cashewnuts_pistachio{
    width: 70px;
    bottom: -10%;
    right: 25%;
    top: auto;
    left: auto;
  }
  .secret_video{
    padding: 0 20px 50px 20px;
  }
  .secret_video_img{
    width: 75%;
  }
	.secret_process video{
		width: 70% !important;
	}
  .flavorimg img{
    height: 250px;
  }
  .flavor_pistachio{
    flex-direction: row-reverse;
    margin: 80px 20px;
  }
  .flavor_pistachio__text{
    margin-left: 0;
    margin-right: 50px;
  }
  .flavor_almond{
    margin: 80px 20px;
  }
  .flavor_almond__text{
    margin-left: 0;
    margin-right: 50px;
  }
  .a_lot_of_pistachio__box{
    flex-direction: column-reverse;
  }
  .a_lot_of_pistachio__box img{
    width: 80%;
  }
  .a_lot_of_pistachio__text{
    width: 80%;
  }
  .a_lot_of_pistachio__box2{
    flex-direction: column;
  }
  .a_lot_of_pistachio__box2 img{
    width: 80%;
  }
  .a_lot_of_pistachio__box2 p{
    width: 80%;
    margin-right: 0;
  }
  .consept_page_blog__item h2{
    padding: 0 30px;
  }
  .consept_page_blog__item .btn a{
    padding: 10px 100px;
  }
  .blog__item{
    display: block;
  }
  .blog__box{
    width: 100%;
    margin: 0 auto 30px 0;
  }
  .blog-info h3{
    margin:0;
  }
  .info_page__item{
    flex-direction: column;
  }
  .sp_kitchencar{
    width: 100% !important;
    margin: 0 auto;
  }
  .kitchencar_news-box{
    margin-left: 0;
  }
  .kitchencar_news-box h3{
    text-align: center;
    font-size: 30px;
  }
  .kitchencar_news-box h3 span{
    display: block;
    margin-left: 0;
    font-size: 25px;
  }
  .info_page__item img{
    aspect-ratio: 3/2;
  }
  .sp_kitchencar{
    margin-bottom: 30px;
  }
  .kitchencar_news-item__content{
    padding-left: 0;
  }
  .shop_access_box{
    flex-direction: column-reverse;
    gap: 40px;
  }
  .shop_content, .access_content {
    width: 90%;
    margin: 0 auto;
  }
  .shop_access_box h3{
    font-size: 25px;
  }
  .sns_btn img{
    width: 100%;
  }
}

@media screen and (max-width:530px) {
  .news-date {
    width: 30%;
    margin-right: 20px;
  }

  .news-item__content {
    padding-left: 0;
  }

  .secret_process__item__box img{
    height: 230px !important;
  }
  .flavor_pistachio img,.flavor_almond img{
    width: 30%;
  }
  .flavor_pistachio h3,.flavor_almond h3{
    font-size: 20px;
  }
  .flavor_pistachio__text p,.flavor_almond__text p{
    font-size: 12px;
  }
  .flavor_pistachio__text .btn a,.flavor_almond__text .btn a{
    padding: 10px 50px;
  }
  .flavor_pistachio span, .flavor_almond span{
    margin-left: 20px;
  }
  .flavor_pistachio__text,.flavor_almond__text{
    margin-right: 0;
  }
}

@media screen and (max-width:450px) {
  .news-item__content p {
    margin-left: -100px;
  }

  .news-date {
    width: 40%;
  }
  .a_lot_of_pistachio__box img{
    width: 100%;
  }
  .a_lot_of_pistachio__text{
    width: 100%;
  }
  .a_lot_of_pistachio__box2 img{
    width: 100%;
  }
  .a_lot_of_pistachio__box2 p{
    width: 100%;
  }
  .secret_video_img{
    width: 100%;
  }
}

@media screen and (max-width:375px) {
  .menu__item__textimg img{
    width: 85%;
  }
  .news-date {
    width: 70%;
  }

  .news h2::after {
    width: 150px;
  }

  .footer__nav ul{
    width: 95%;
  }
  .footer_logo{
	width: 35%;	
	}
  .info__item__text{
    padding-left: 0;
  }
  .info__item__text table{
    font-size: 12px;
  }
  .info__item__text td:nth-child(1){
    padding-left: 10px;
    width: 27%;
  }
  .flavor_pistachio__text .btn a,.flavor_almond__text .btn a{
    padding: 10px 40px;
  }
}