@charset "UTF-8";
/* CSS Document */

.box__top-image {
  margin-bottom: 120px;
  height: 100vh;
  object-position: center;
}

.img__top-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.copy__top-image {
  font-family: "Shippori Mincho";
  font-style: normal;
  text-shadow: 0px 4px 72px rgba(0, 0, 0, 0.3);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 3px;
  position: relative;
  top: -80%;
  left: -18%;
}


/* --------------------
アニメーション_start
-------------------- */
.text.offs .effect {
  opacity: 0;
}
.text.ons .effect {
  opacity: 1;
  transition-duration: 1s;
}

[class^="effect"] {
  font-size: 5.3vw;}

/* 遅延の設定  */
.delay-1 {
  transition-delay: 0.2s;
}
.delay-2 {
  transition-delay: 0.4s;
}
.delay-3 {
  transition-delay: 0.6s;
}
.delay-4 {
  transition-delay: 0.8s;
}
.delay-5 {
  transition-delay: 1s;
}
.delay-6 {
  transition-delay: 1.2s;
}
.delay-7 {
  transition-delay: 1.4s;
}
.delay-8 {
  transition-delay: 1.6s;
}
.delay-9 {
  transition-delay: 1.8s;
}
.delay-10 {
  transition-delay: 2s;
}
.delay-11 {
  transition-delay: 2.2s;
}
.delay-12 {
  transition-delay: 2.4s;
}
.delay-13 {
  transition-delay: 2.6s;
}
.delay-14 {
  transition-delay: 2.8s;
}
.delay-15 {
  transition-delay: 3s;
}
.delay-16 {
  transition-delay: 3.2s;
}
.delay-17 {
  transition-delay: 3.4s;
}
/* アニメーション_end */

.STORY, .BOAST{
  padding-inline: 4%;
  max-width: 1280px;
  margin: auto;
  margin-bottom: 240px;
}

.wrapper__story__description {
  max-width: 45%;
}

.description__section__story {
  font-size: 1.6rem;
  font-weight: lighter;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 40px;
}

.label{
  display: none;
}

.container__section__story {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.wrapper__story__photo {
  max-width: 70%;
}

.img__story__store-front {
  padding-bottom: 4%;
  width: 100%;
}
.block__img__item-list {
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:16.5%
}

/* ３つの商品 */
.description__section__boast,
.description__section__letter {
  max-width: 90%;
  font-weight: lighter;
  text-align: left;
  line-height: 1.8;
  margin: 0 auto 96px;}

  .description__boast___item{
    font-size: clamp(1.5rem, 1.471rem + 0.14vw, 1.6rem);
    line-height: 1.8;
  }

[class^="container__boast"]{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.container__boast__tofu,
.container__boast__konnyaku{
  padding-bottom: 120px;
}

.img__boast {
  width: 50%;
}

.content__boast__item-detail {
  width: 46%;
  text-align: left;
  position: relative;
}

.img__ill{
  width: 35%;
  position: absolute;
  top: -2%;
    right: -5%;
}

.title__section__tofu {
  background-image: url(../images/top/boast_check_green.webp);
}

.title__section__konnyaku {
  background-image: url(../images/top/boast_circle_pink.webp);
}
.title__section__bread {
  background-image: url(../images/top/boast_bread_yellow.webp);
}

[class^="title__section__"]{
  width: 64%;
  text-align: center;
  background-repeat: repeat;
  margin-bottom: 30px;
}

.policy__boast__item-point {
  font-size: clamp(1.8rem, 1.629rem + 0.86vw, 2.4rem);
  font-weight: 400;
  line-height: 2;
  margin-bottom: 30px;

}

.policy__boast__item-point span {
  font-size: clamp(1.8rem, 1.629rem + 0.86vw, 2.4rem);
  background: linear-gradient(transparent 70%, yellow 70%);
  line-height: 0.8;
}


/* ショートレター */
.SHORT-LETTER {
  background-color: #e4dcc6;
  background: rgba(228, 220, 198, 0.2);
  padding: 80px 0 120px;
  padding-inline: 4%;
}
.br_sp{
  display: none;
}

.box__letter-msg__pc {
  max-width: 1280px;
  padding-bottom: 120px;
  margin: 0 auto;
}

.box__letter-msg__sp{
  display: none;
}

.area__btn-sp__item-list{
  display: none;
}

[class^="area__"]{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:5%;
  width: 100%;
  margin: auto;
}

.btn-pc__item-list,
.btn-sp__item-list{
  font-size: clamp(1.6rem, 1.486rem + 0.57vw, 2rem);
  padding: 2% 17% 2.5% 10%;
  border: 1px solid var(--black, #4f4638);
  text-decoration: none;
  font-weight: 400;
  border-radius: 80px;
  position: relative;
  color: #000;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 4px 0px rgba(154, 143, 128, 0.5);
}

[class^="btn-common"]{
  font-size: clamp(1.6rem, 1.486rem + 0.57vw, 2rem);
  padding: 2% 17% 2.5% 10%;
  border: 1px solid var(--black, #4f4638);
  text-decoration: none;
  font-weight: 400;
  border-radius: 80px;
  position: relative;
  color: #000;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 4px 0px rgba(154, 143, 128, 0.5);
}

.btn-common::after,
.btn-pc__item-list::after,
.btn-sp__item-list::after{
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 47%;
  right: 20%;
  border-radius: 1px;
  transition: 0.2s ease-in-out;
}

.btn-common:hover,
.btn-pc__item-list:hover,
.btn-sp__item-list:hover {
  background: #4f4638;
  color: #fff;
}

.btn-common:hover::after,
.btn-pc__item-list:hover::after,
.btn-sp__item-list:hover::after{
  border-color: #fff;
}


/* --------
@media
-------- */

/* min_1025 */
@media (min-width: 1025px) {
.area__btn-sp{
  display: none;
}
}

/* max_1024 */
@media (max-width: 1024px) {

.container__section__story {
flex-direction: column;
justify-content: center;
align-items: center;
gap: 72px;
width: 100%;
}

.block__img__item-list {
  margin-bottom: 10%;
}
.area__btn-pc{
  display: none;
}
.area__btn-pc__item-list{
  display: none;
}
.area__btn-sp__item-list{
  display: block;
  white-space: nowrap;
}



/* ----------------------
1200_続きを読むグラデ_start
------------------------ */
label{
  display: none;
}

.wrapper__story__description {
  position: relative;
  max-width: 90%;
}
.wrapper__story__description p {
  max-height: calc(2.5em * 4);
  position: relative;
  overflow: hidden;
  margin: auto;
}

.wrapper__story__description:has(:checked) p {
  display: block;
  max-height: none;
}

.wrapper__story__description p::after {
  display: block;/* レスポンシブ時はblock */
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, hsl(0deg 0% 100% / 0%) 0, hsl(0deg 0% 95.04% / 74%) 50%, hsl(0deg 0% 97.24% / 90%) 0, #f9f9f9);
  content: '';
}

.wrapper__story__description:has(:checked) p::after {
  content: none;
}

.label {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #02127f;
  font-size: 1.4rem;
}

.label span {
font-size: 1rem;
text-align: center;}

.label:hover,
.label span :hover {
  color: #73b165;
  text-decoration: underline;
  cursor: pointer;
  z-index: 100;
}

.wrapper__story__description:has(:checked) label {
  display: none;
}

.wrapper__story__description input {
  display: none;
}
/* ----------------
続きを読むグラデ_end
---------------- */

  .BOAST {
    max-width: 1200px;
  }
  .container__boast__tofu,
  .container__boast__konnyaku,
  .container__boast__bread
  {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .content__boast__item-detail{
    width: 90%;
  }
  .img__boast{
    width: 90%;
  }
  .SHORT-LETTER {
    padding: 64px 0px 120px;
    padding-inline: 6%;
}
.description__boast___item{
  margin-bottom: 32px;
}
.box__letter-msg__pc{
  display: none;
}
.box__letter-msg__sp{
  display: block;
  margin-bottom: 80px;
}
}

/* 960 */
@media (max-width: 960px) {
  .STORY, .BOAST {
  margin-bottom: 160px;
  }

.area__btn-common {
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
}

/* 768 */
@media screen and (max-width: 768px){
  .copy__top-image {
    letter-spacing: 2px;
    left: -15%;
  }

  [class^="effect"] {
    font-size: 5.8vw;}

  .br_sp{
    display:block;
    text-align: left;
    padding-left: 4%;
  }
}

/* 560 */
@media (max-width: 560px){
.copy__top-image {
  letter-spacing: 2px;
  left: -17%;
}

[class^="effect"] {
  font-size: 6vw;}

.box__top-image {
  margin-bottom: 80px;
}

.STORY, .BOAST {
  margin-bottom: 120px;
}

.btn-sp__item-list{
  padding: 2% 24% 2.5% 10%;
}

.btn-common::after,
.btn-sp__item-list::after {
  width: 6px;
  height: 6px;
  right: 18%;
}
}

/* 480 */
@media (max-width: 480px){
  .copy__top-image {
    line-height: 2;
    left: -2%;
  }

  [class^="effect"] {
    font-size: 8vw;
  }
}
