@charset "utf-8";
/************ --------------------

天 CSS　2025 by FLICKS

 -------------------- ************/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600;700&display=swap');
body {
  -webkit-text-size-adjust: 100%;
}
.c-breadcrumbs {
  margin: 20px auto 25px !important;
  width: 1024px;
}
#ten_contents {
  overflow: hidden;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  color: #231815;
  font-weight: 600;
  font-feature-settings: "palt";
  line-break: anywhere;
  font-style: normal;
  line-height: 1.5;
  font-size: 20px;
  background: #f5eee2 url("../images/products_bg_01.jpg") center bottom;
}
#ten_contents * {
  box-sizing: border-box;
  /*max-height: 100%;*/
}
#ten_contents p {
  margin-bottom: 1em;
}
/* ---　PCサイズのみ　---*/
@media all and (min-width:768px) {
  #rakuchin-contents .sp {
    display: none !important;
  }
}
/**********************************
 
Utility
 
**********************************/
.u-no-wrap {
  display: inline-block;
}
.hankaku_before { /*クラス名はJSでつけています*/
  display: inline-block;
  margin-left: -0.3em;
}
/**********************************
 
Main Visual #mv
 
**********************************/
.mv {
  background: url("../images/mv_pc.webp") no-repeat center center / cover;
  text-align: center;
}
/* ---　PCサイズのみ　---*/
@media all and (min-width:768px) {
  .mv img {
    max-height: 711px;
    width: auto;
  }
}
/**********************************
 
.intro
 
**********************************/
.intro {
  background: url("../images/intro_bg_pc.webp") no-repeat center center, #f5eee2 url("../images/intro_bg_01.jpg") repeat-x center center;
  background-size: cover;
  text-align: center;
}
.intro__inner {
  padding: 3.5em 2em;
}
.intro p {
  font-size: 24px;
  letter-spacing: 0.15em;
}
.btns {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.btns {
  display: flex;
  justify-content: center;
  gap: 1em;
  padding-top: 2.2em;
}
.btns__item {
  width: 314px;
  cursor: pointer;
  border: 1px solid #000;
  transition: 0.3s;
  display: inline-block;
  line-height: 0;
}
.btns__item:hover {
  background: #fff;
}
.btns__item img {
  width: 100%;
}
@media (min-width: 1790px) {
  .intro {
    background-size: 1790px; /* 上限 */
  }
}
/* ---　SPサイズのみ　---*/
@media all and (max-width:767px) {
  .intro {
    background: #ede5d9 url("../images/intro_bg_sp-2.webp") repeat-y top center/contain;
  }
  .intro:after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1534 / 1206; /* 元画像比率を維持 */
    background: url("../images/intro_bg_sp.webp");
    background-size: contain;
  }
  .intro__inner {
    padding: 2.2em 1.5em 0;
  }
  .intro p {
    font-size: 4.0vw;
    letter-spacing: 0;
  }
  .btns {
    padding-top: 0.5em;
    gap: 3%;
  }
  .btns__item {
    width: 48%;
  }
}
/**********************************
 
.products
 
**********************************/
section.products {
  padding: 3.5em 2em;
  background: #f5eee2 url("../images/products_bg_01.jpg") center top;
}
/*------------
lbox
--------------*/
.lbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.lbox__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.lbox__block {
  position: relative;
  z-index: 100;
  display: none;
  margin: 0 auto;
  text-align: left;
}
.lbox__block .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  cursor: pointer;
}
.lbox .clickable {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
  background: #020202;
  opacity: .8;
}
.lbox__cont {
  position: relative;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px 6%;
  max-width: 1024px;
  max-height: 90vh;
  width: 100%;
  background: #ffffff;
  text-align: center;
}
.lbox__cont img {
  width: 100%;
}
/* ---　PCサイズのみ　---*/
@media screen and (min-width: 768px) {
  .lbox__block {
    width: 960px;
    padding: 16px;
  }
  .lbox__cont {
    display: flex;
    padding: 40px 3%;
  }
}
/* ---　SPサイズのみ　---*/
@media screen and (max-width: 767px) {
  .lbox__block {
    width: 92%;
  }
  .lbox__cont {
    padding-top: 8%;
  }
  .lbox__cont_01 {
    padding-top: 16%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .lbox__box.is-column dl {
    margin-top: 50px;
  }
}
/* ---　SPサイズのみ　---*/
@media all and (max-width:767px) {
  .products {
    background: #f5eee2 url("../images/products_bg_01.jpg") center top;
    padding: 3.5em 4%;
  }
}
/*------------
.products__item
--------------*/
/*---雲---*/
.products__item {
  position: relative;
}
.products__item__inner {
  width: 892px;
  margin: auto;
  text-align: left;
  position: relative;
  z-index: 1;
}
/* 共通 */
.products__item::before {
  content: "";
  position: absolute;
  top: 56px;
  width: 571px;
  height: 360px;
  background: url("../images/kumo.png") no-repeat center center;
  background-size: contain;
}
/* 奇数番目 → 左側に背景 */
.products__item:nth-child(odd)::before {
  left: calc((100% - 892px)/2 - 300px);
}
/* 偶数番目 → 右側に背景 */
.products__item:nth-child(even)::before {
  right: calc((100% - 892px)/2 - 300px);
}
@media all and (max-width: 767px) {
  .products__item::before {
    content: none;
  }
  .products__image {
    position: relative;
    z-index: 0; /* 背景扱い */
  }
  .products__image::before, .products__image::after {
    content: "";
    position: absolute;
    width: calc(35% + 10%);
    height: auto;
    aspect-ratio: 571 / 360; /* 元画像比率を維持 */
    background: url("../images/kumo.png") no-repeat center center;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
  }
  .products__image::before {
    top: 0;
    left: calc(-10%);
  }
  .products__image::after {
    bottom: 0;
    right: calc(-10%);
  }
}
/*---//雲---*/
.products__item:not(:last-child) {
  margin-bottom: 6em;
}
.products__item__inner {
  width: 892px;
  display: block;
  margin: auto;
  text-align: left;
}
.products__image {
  float: right;
  width: 200px;
  text-align: right;
  margin-bottom: 1em;
}
.products__image img {
  width: 100px;
}
.products__name {
  font-size: 44px;
  font-weight: 700;
  border-bottom: 1px solid #231815;
  padding-top: 16px;
  margin-bottom: 12px;
  padding-bottom: 0.2em;
}
.products__explanation {
  font-size: 23.8px;
  font-weight: 700;
  margin-bottom: 1.2em;
  line-height: 1.6;
}
.products__data {
  font-size: 16px;
  margin-bottom: 1.5em;
  line-height: 1.7;
}
.products__item--ten .products__name, .products__item--ten .products__explanation, .products__item--ten .products__data {
  width: 624px;
}
.products__name, .products__explanation, .products__data {
  width: 700px;
}
/* ---　SPサイズのみ　---*/
@media all and (max-width:767px) {
  section.products {
    padding: 1em 2em;
  }
  .products__item__inner {
    width: auto;
    margin: 0 1% 20px;
    display: flex;
    flex-direction: column;
  }
  .products__item:not(:last-child) {
    margin-bottom: 3em;
  }
  .products__name {
    order: 1;
    text-align: center;
    font-size: 22px;
  }
  .products__explanation {
    order: 2;
    text-align: center;
    font-size: 14px;
  }
  .products__name, .products__explanation, .products__data {
    width: 100% !important;
  }
  .products__image {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.4em !important;
    order: 3;
    text-align: center;
    height: 70vw;
  }
  .products__image img {
    height: 100%;
    width: auto;
  }
  .products__data {
    order: 4;
    font-size: 12px;
    margin-bottom: 0;
  }
  .products__lineup {
    order: 5;
  }
}
/*------------
.products__lineup(アコーディオン式)
--------------*/
.products__lineup {
  border: 1px solid #000;
  width: 100%;
  overflow: hidden; /* 高さの変化を隠す */
  transition: max-height 0.3s ease; /* 親の高さのアニメーション */
  max-height: 44px; /* 最初はボタン分だけの高さ */
  clear: both;
}
.products__lineup__btn {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center; /* 画像中央 */
  position: relative;
  padding: 12px 10px 30px; /* 上下も広めに */
  transition: 0.3s;
}
.products__lineup__btn img {
  height: 1em;
  width: auto;
}
.products__lineup__btn:hover {
  background: #fff;
}
/* マークを右端に固定 */
.toggle-mark {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  transition: transform 0.3s ease;
  pointer-events: none; /* マークがクリックを邪魔しない */
}
/* プラスの縦線 */
.toggle-mark::before, .toggle-mark::after {
  content: "";
  position: absolute;
  background-color: #333;
  transition: all 0.3s ease;
}
/* 横線 */
.toggle-mark::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
/* 縦線 */
.toggle-mark::after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
/* 開いた状態：縦線を消して回転 */
.products__lineup.show .toggle-mark::after {
  height: 0;
  top: 50%;
}
.products__lineup.show .toggle-mark {
  transform: rotate(180deg);
}
/*------------ 画像部分 --------------*/
.products__lineup__image {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  padding: 26px 38px;
  text-align: center;
}
.products__lineup.show {
  max-height: 685px; /* 100%だとアニメーションしないので500px等の数値で指定したい */
  background: #fff;
}
.products__lineup.show .products__lineup__image {
  opacity: 1;
  transform: translateY(0);
}
/* ---　PCサイズのみ　---*/
@media screen and (min-width: 768px) {
  .products__lineup__image img {
    height: 311px;
    width: auto;
  }
}
/* ---　SPサイズのみ　---*/
@media all and (max-width:767px) {
  .products__lineup__btn img {
    height: 11px;
  }
  .products__lineup {
    max-height: 29px;
  }
  .products__lineup__image {
    padding: 0;
  }
  .products__lineup__btn {
    padding: 8px 10px 30px;
  }
  .toggle-mark {
    width: 12px;
    height: 12px;
  }
}
/**********************************
 
.foods
 
**********************************/
.foods {
  background: #f5eee2 url("../images/foods_bg.webp") center top;
  padding: 3.5em 2em;
}
.foods__inner {
  width: 892px;
  margin: auto;
}
.foods h2 {
  background: rgba(255, 255, 255, 0.53);
  border: 1px solid rgba(35, 24, 21, 0.5);
}
.foods__images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2em;
}
.foods__images img {
  width: 32%;
  margin-bottom: 2%;
}
/* ---　SPサイズのみ　---*/
@media all and (max-width:767px) {
  .foods {
    background-size: contain;
    padding: 2em 2em 1em;
  }
  .foods__inner {
    width: auto;
  }
  .foods__images {
    margin-top: 1.6em;
  }
  .foods__images img {
    width: 48%;
    margin-bottom: 4%;
  }
  .foods__images img:nth-child(1) {
    order: 1;
  }
  .foods__images img:nth-child(2) {
    order: 2;
  }
  .foods__images img:nth-child(4) {
    order: 3;
  }
  .foods__images img:nth-child(5) {
    order: 4;
  }
  .foods__images img:nth-child(3) {
    order: 5;
  }
  .foods__images img:nth-child(6) {
    order: 6;
  }
}
/**********************************
 
下部ボタン類
 
**********************************/
.lineup__btn {
  position: relative;
  display: block;
  padding: 10px 38px 11px 25px;
  border: solid 2px #cb2c23;
  border-radius: 50px;
  background: #ffffff;
  color: #cb2c23 !important;
  letter-spacing: 4.1px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
}
.lineup__btn-wrap {
  margin-top: 35px;
  text-align: center;
}
.lineup__btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 21px;
  width: 11px;
  height: 11px;
  background: url(../images/btn_tab.png) no-repeat 50% 50%;
}
.lineup__btn span {
  position: relative;
  color: #3d3129;
  letter-spacing: 1.15px;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .lineup__btn {
    display: inline-block;
    padding: 2px 68px 0 69px;
    border-radius: 28px;
    font-size: 3.2rem;
    line-height: 1.5;
    transition: opacity .3s;
  }
  .lineup__btn:hover {
    opacity: .7;
  }
  .lineup__btn span {
    top: -3px;
    display: inline-block;
    margin-left: 5px;
    font-size: 2.4rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .lineup__btn {
    margin: 0 auto;
    width: 310px;
    max-width: 90%;
  }
  .lineup__btn span {
    display: block;
    margin-top: 6px;
  }
}
/* --サステナ誘導ボタン（ここから）--*/
.sustainability_list {
  width: 900px;
  margin: auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  justify-content: -webkit-space-between;
  align-items: stretch;
  align-items: -webkit-stretch;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  padding-top: 40px;
  padding-bottom: 40px;
}
.sustainability_list .btn_sustainability {
  text-align: center;
}
.btn_sustainability:hover {
  opacity: 0.7;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .sustainability_list {
    margin: 0 auto;
    max-width: 1024px;
    width: 91%;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .sustainability_list .btn_sustainability {
    width: 100%;
    margin: auto;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 0 !important;
  }
  .btn_sustainability img {
    width: 100%;
  }
}
/* --サステナ誘導ボタン（ここまで）--*/
/**********************************
 
scroll Animation
 
**********************************/
/* fadein(MV) */
.fadein {
  opacity: 0;
  animation: fadeIn 2s ease 0.2s 1 forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 単発用 */
.js-fadeup {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 1.2s, transform 1.2s;
}
.js-fadeup.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* 順番用 */
.js-fadeup-row-child {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 1.2s, transform 1.2s;
}
.js-fadeup-row-child--fast {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 3s, transform 3s;
}
.js-fadeup-row.is-visible .js-fadeup-row-child, .js-fadeup-row.is-visible .js-fadeup-row-child--fast {
  opacity: 1;
  transform: translateY(0);
}