body.wagashi{
  letter-spacing: .1em !important;
}

.en .chocolate_text {
    width: 65%;
    margin: 0 .5rem;
    display: block;
    position: relative;
}

.en .chocolate_img{
  margin: 0;
}

/*--------------------------------------------------------------
.hero メインビジュアル
--------------------------------------------------------------*/
.hero{
  display:flex;
  align-items: stretch;
  position: relative;
}

.hero .img_area{
  width:60%;
  position: relative;
}

.hero .img_area .block-breadcrumb {
    padding: 0.5em 0;
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 0 ;
    left: 0.3em;
    background-color: transparent;
}

.hero .img_area .block-breadcrumb a{
   color: #fff;
}

.hero .img_area .block-breadcrumb a:hover{
  text-decoration:none;
}

@media (max-width: 1199px) {
   .hero .img_area .block-breadcrumb--body {
        padding: 0 0 0 0;
    }
  .hero .img_area .block-breadcrumb {
    font-size: 12px;
  }
}

.hero .text_area{
  width:40%;
  display:flex;
  justify-content: center;
  position: relative;
  background: url(/kokuritsu/img/bg_wa.webp);
  background-size: cover;
}

.hero .text_area .inner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0px ;
}

.hero .text_area .inner h1{
  font-size: clamp(2.25rem, 1.977rem + 1.36vw, 3rem);
  text-align: center;
  margin: 0 auto;
}


@media screen and (min-width:768px) and (max-width:1024px)  {
  .hero .img_area{
  width:50%;
}
  .hero .text_area{
    width:50%;
}

}

@media (max-width: 767px) {
.hero{
  display:block;
}

.hero .img_area{
  width:100%;
}

.hero .text_area{
  width:100%;
}

.hero .text_area .inner{
  width: 100%;
}

}


/*--------------------

コンテンツ

--------------------*/

.collabo_name{
  text-align: center;
  padding: 20px 0;
  background-color: #ede9e6;
}

.collabo_name h2{
  margin: 0px auto;
  max-width: 600px;
}

@media (max-width: 820px) {
  .collabo_name{
  padding: 10px 0;
}

.collabo_name h2{
  margin: 0px auto;
  max-width: 500px;
  padding: 0 20px
}
}

/*--------------------

見出し h2.title-wagashi

--------------------*/
h2.title-wagashi{
  text-align: center;
  font-size: clamp(1.875rem, 1.739rem + 0.68vw, 2.25rem);
  margin: 80px 0 20px;
}

.shop_info h2.title-wagashi{
  text-align: center;
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  margin: 20px 0 ;
}

.recipe h2.title-wagashi{
  text-align: center;
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  margin: 20px 0 ;
}


.products .list__special_text_half h3,
.products .list__special_text_half h4 {
  font-size: clamp(1.625rem, 1.58rem + 0.23vw, 1.75rem);
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 10px 0 20px;
}

.products .list__special_text_half p.limited {
  text-align: center;
   font-size: 18px;
   color: #fff;
   background:#8e354a;/*#d0104c*/
  background: linear-gradient(135deg, transparent 5px, #8e354a 0) top left,
  linear-gradient(-135deg, transparent 5px, #8e354a 0) top right,
  linear-gradient(-45deg, transparent 5px, #8e354a 0) bottom right,
  linear-gradient(45deg, transparent 5px, #8e354a 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  margin:0 auto;
  padding: 8px 0px;
  max-width:210px
   /*市松
   background-size: 15px 15px;
  background-image: repeating-conic-gradient(from 0deg, #fff 0deg 90deg, #000 90deg 180deg);
  background-repeat: repeat;*/
}

/*.products .list__special_text_half p.limited {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #000;
}
.products .list__special_text_half p.limited::before, .heading::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #000;
}
.products .list__special_text_half p.limited::before {
    margin-right: 1rem;
}
.products .list__special_text_half p.limited::after {
    margin-left: 1rem;
}*/


.products .list__special_text_half p.price {
   margin: 10px;
   font-size: 18px;
}

.products .list__special_text_half p.guide_collection{
   margin: 10px 10px 10px;
   font-size: 18px;
   line-height: 1.8;
}


/*--------------------

shop_info_inner

--------------------*/
.shop_info_inner{
  margin: 0px auto;
  max-width: 500px;
  padding: 20px 30px;
  background-color: #ede9e6;
}

.shop_info_inner p{
  font-size: 18px;
  line-height: 1.8;
  margin-bottom:20px;
}

.shop_info_inner .btn_arrow_light{
  width: 270px;
  margin: 10px auto 10px;
}

/*--------------------

pkg

--------------------*/
.pkg .list__special_text_half p {
  font-size: 18px;
  line-height:1.8;
  margin-bottom: 5px;
}

.pkg .list__special_img_half, .list__special_text_half {
        position: relative;
    }

.icon_pkg_umemaru{
  position: absolute;
  top: -5%;
  right: -5%;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .pkg .list__special_img_half, .list__special_text_half {
        padding: 10px 0px;
    }

  .icon_pkg_umemaru{
  position: absolute;
  width: 50%;
}
}

/*--------------------

recipe

--------------------*/




/*--------------------

recipe

--------------------*/
.recipe{
  padding: 0 0 50px;
}

.recipe_inner{
  border: solid 1px #a18b65;
  margin: 0 10px;
}

.list_chocolate_box {
    margin: 0px auto 0px;
    padding: 5px;
}

p.recipe_guide{
  font-size: 15px;
  line-height:1.7;
  margin-bottom: 5px;
}

p.recipe_guide::first-letter {
  font-size: 1.2rem;
  font-weight: bold;
  color: #8e354a;
  border: solid 1px #8e354a;
  border-radius: 1.2rem;
  padding: 0 0.7rem 0.2rem;
}

p.recipe_guide_2{
  font-size: 15px;
  line-height:1.7;
  margin-bottom: 5px;
}

p.recipe_guide span,
p.recipe_guide_2 span{
  color: #cf152d;
}

/*--------------------

About_brand

--------------------*/
.About_brand{
  padding: 0px 50px 50px;
  width: 100%;
}

.About_brand_inner{
  max-width: 50%;
  margin: 0 auto;
  border: 1px dotted #cda45e;
  padding: 20px 40px 20px;
  background-color: #fff;
}

.About_brand_inner h2{
  text-align:center;
  font-weight:400;
  font-size: 1.6rem;
  margin: 20px auto;
  max-width: 300px;
}

.About_brand_inner p{
  margin-bottom: 20px;
  font-size: 0.9rem;
  letter-spacing: .1em;
  line-height: 1.8;
}

@media screen and (min-width:768px) and (max-width:1024px)  {
  .About_brand_inner{
  max-width: 80%;
  padding: 0px 20px 50px;
}
}


@media screen and (max-width: 767px) {
  .About_brand{
  padding: 0px 30px 50px;
}
  .About_brand_inner{
  max-width: 100%;
  padding: 0px 20px 50px;
}
}


/*--------------------

common_kokuritsu

--------------------*/
.common_kokuritsu .top_lead{
  position: relative;
  display:flex;
  justify-content:center;
  background-image: url(../img/bg_wa.webp);
  background-size: cover;
  background-position:  center;
  background-repeat: no-repeat;
  max-width:100%;
  margin: 0 0 50px;
}

.common_kokuritsu .top_lead .container{
  background-color: #fff;
  padding: 20px 0;
}

.common_kokuritsu .top_interview{
  margin-bottom: 50px;
}