@charset "UTF-8";

/* ------------------------------------------
common
------------------------------------------ */
/* .sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
} */
.txt_center{
  text-align: center;
}
.strong {
  font-weight: bold;
}

.block {
  display: block;
}

.mgm_20-0{
  margin: 20px 0;
}

.mgm-top_50{
  margin: 50px 0 0 0;
}
.mgm-btm_60{
  margin-bottom: 60px;
}

.y-5px{
  transform: translateY(5px);
}
.y-10px{
  transform: translateY(10px);
}
.tr-Y_15{
  transform: translateY(15px);
}
.tr-Y_30{
  transform: translateY(30px);
}

/* ------------------------------------------
color
------------------------------------------ */

:root {
  --bs-red: #dd2c00;
  --bs-wt: #fff;
  --bs-brown: #3b1410;
  --bk-beige: #f8f4f4;

  /* 修正時に色追加 */
  --bs-red_2: #e44d3c;
  --bs-orange: #f88102;
  --bs-gray: #777;
  --bs-pink: #ffc2b5;
  --bs-beige_2: #fce9d3;
  --bk-pink_2: #fff7f7;
  /* tool-design用 */
  --bs-orange_2: #ff5400;  
  --bs-beige_3: #f8e9ce;
  --bk-yellow: #fef9e9;
  --bk-gray: #efefef;
  --bk-gray_flow: #f5f5f5;
  --bs-yellow: #ffcd00;
  --bs-bk: #3c3c3c;
  --bs-txt-bk:#222;
  --bk-item-pink:#fff7f7;
  --bs-txt-yellow: #ffc639;
}



/* mv ------------------ */
.chochin-item-txt p{
  font-size: 19px;
  margin: 0 auto 20px;
  line-height: 1.8;
  text-align: left;
  width: 88%;
}
.check-box__head_chochin{
  font-size: 22px;
  font-weight: bold;
}

.button-container_2{
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin: 3rem 0 4.5rem;
}

@media screen and (max-width: 767px) {
  .chochin-item-txt p{
  font-size: 17px;
  margin-bottom: 30px;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  }
  .check-box__head_chochin{
  font-size: 19px;
  }
  .button-container_2{
  margin: 3rem 0 4.3rem;
  }
  .button-container_2 a.c-button__primary{
    width: 240px;
    height: 50px;
    font-size: 14px;
  }
  .c-arrow__right-white-red::before{
    width: 16px;
    height: 16px;
    top: 28px;
    right: 14%;
  }
  .c-arrow__right-white-red::after{
    right: 32px;
    width: 9px;
    height: 10px;
    top: 26px;
  }
}


/* 提灯お探しガイド ------------ */

/* h3 title */
.chochin-guide_cont h3{
  text-align: center;
  width: 195px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin: 0 auto 15px;
  height: 60px;
  padding: 25px 0 0;
}
.chochin-guide_cont h3.chochin-guide_ttl-02{
  height: 50px;
  padding: 10px 0 0;
}
div.chochin-guide_cont h3{
  color: var(--bs-bk);
  text-decoration: underline;
}

div.chochin-guide_cont h3 a:visited{
  color: var(--bs-bk);
}

div.chochin-guide_cont h3 a:hover{
  color: var(--bs-red);
}
@media screen and (max-width: 767px) {
  /* h3 title */
.chochin-guide_cont h3{
  /* text-align: center;
  width: 195px; */
  font-size: 16px;
  margin: 0 auto 0px;
  height: 55px;
  padding: 10px 0 0;
}
.chochin-guide_cont h3.chochin-guide_ttl-02{
  height: 50px;
  padding: 5px 0 0;
}
.chochin-guide_cont h3.chochin-guide_ttl-03{
  padding: 5px 0 0;
  height: 50px;
}

  /* div.chochin-guide_cont h3 a:hover{
  color: var(--bs-red);
  text-decoration: underline;
  } */
   div.chochin-guide_cont h3 a:hover{
  color: var(--bs-bk);
  text-decoration: underline;
  }
  div.chochin-guide_cont h3 a:active{
  color: var(--bs-red);
  text-decoration: underline;
  }

}

/* h3 title ー 業種で選ぶ */
h3.chochin-guide_ttl-01::before{
  content: "";
  display: inline-block;
  width: 35px;
  height: 65px;
  background: url(https://tools.itembox.design/item/category/store-promotion/chochin/img/img_chochin_item_01.png) no-repeat center center / contain;
  position: absolute;
  left: -20px;
  top: 0.1em;
}
h3.chochin-guide_ttl-01::after{
  content: "";
  display: inline-block;
  width: 35px;
  height: 65px;
  background: url(https://tools.itembox.design/item/category/store-promotion/chochin/img/img_chochin_item_02.png) no-repeat center center / contain;
  position: absolute;
  right: -20px;
  top: 0.1em;
}
@media screen and (max-width: 767px) {
  h3.chochin-guide_ttl-01::before{
  width: 35px;
  height: 50px;
  left: 5px;
  top: -5px;
  }
  h3.chochin-guide_ttl-01::after{
  width: 35px;
  height: 50px;
  right: 8px;
  top: -5px;
  }

  .chochin-guide_cont .c-button__primary{
    height: 40px;
  }
}
/* h3 title ー 色で選ぶ */
h3.chochin-guide_ttl-02::before{
  content: "";
  display: inline-block;
  width: 40px;
  height: 65px;
  background: url(https://tools.itembox.design/item/category/store-promotion/chochin/img/img_chochin_item_03.png) no-repeat center center / contain;
  position: absolute;
  left: -20px;
  top: -10px;
}
h3.chochin-guide_ttl-02::after{
  content: "";
  display: inline-block;
  width: 40px;
  height: 65px;
  background: url(https://tools.itembox.design/item/category/store-promotion/chochin/img/img_chochin_item_04.png) no-repeat center center / contain;
  position: absolute;
  right: -20px;
  top: -10px;
}
@media screen and (max-width: 767px) {
  h3.chochin-guide_ttl-02::before{
  width: 40px;
  height: 45px;
  left: 5px;
  top: -11px;
  }
  h3.chochin-guide_ttl-02::after{
  width: 40px;
  height: 45px;
  right: 7px;
  top: -11px;
  }
}
/* h3 title ー サイズで選ぶ */
h3.chochin-guide_ttl-03::before{
  content: "";
  display: inline-block;
  width: 35px;
  height: 65px;
  background: url(https://tools.itembox.design/item/category/store-promotion/chochin/img/img_chochin_item_05.png) no-repeat center center / contain;
  position: absolute;
  left: -20px;
  top: 0.1em;
}
h3.chochin-guide_ttl-03::after{
  content: "";
  display: inline-block;
  width: 35px;
  height: 65px;
  background: url(https://tools.itembox.design/item/category/store-promotion/chochin/img/img_chochin_item_06.png) no-repeat center center / contain;
  position: absolute;
  right: -20px;
  top: 0.1em;
}
@media screen and (max-width: 767px) {
  h3.chochin-guide_ttl-03::before{
  width: 28px;
  height: 45px;
  left: 8px;
  top: -10px;
  }
  h3.chochin-guide_ttl-03::after{
  width: 28px;
  height: 45px;
  right: 12px;
  top: -10px;
  }

  .c-button__primary_txt-2l{
    display: inline-block;
    line-height: 1;
    transform: translateY(-3px);
  }
}



/* button ------------ */
 .chochin-guide-point{
  margin: 0 0 5rem;
}
.chochin-guide_cont{
  background-color: var(--bk-item-pink);
  padding: 20px 50px 25px;
  width: 90%;
  margin: 10px auto 20px;
}
.chochin-guide_item{
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap: 10px 20px;
}
.chochin-guide_item .button-container{
  width: calc((100% - 40px)/3);
  margin: 5px 0 8px;
}

.button-container a.c-button__bg-wt{
  color: var(--bs-txt-bk) !important;
  font-size: 18px;
}

.c-button__bg-wt{
  color: var(--bs-txt-bk) !important;
  display: inline-block;
  background: var(--bs-wt);
  padding: 20px 28px;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0 , 0.2);
  border-radius: 30px;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .chochin-guide-point{
  margin: 0 0 4rem;
  }

  .chochin-guide-point .nobori-guide-header{
    padding: 1.2rem;
  }
  .chochin-guide_cont{
  background-color: var(--bk-item-pink);
  padding: 18px 0px 25px;
  width: 100%;
  margin: 10px auto 20px;
  }
  .chochin-guide_item{
  /* width: 100%; */
  gap: 5px 20px;
  }
  
  .chochin-guide_item .button-container{
  width: calc((100% - 40px)/2);
  margin: 5px 0 8px;
  }

  .button-container a.c-button__bg-wt{
  font-size: 14px;
  }
  

  .c-button__bg-wt{
  display: inline-block;
  background: var(--bs-wt);
  padding: 10px 10px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0 , 0.2);
  border-radius: 30px;
  width: 160px;
  }
}

/* arrow */
.c-arrow__right-red_chochin{
  position: relative;
}

.c-arrow__right-red_chochin::before{
  width: 20px;
  height: 20px;
  background: var(--bs-red_2);
  margin-top: -12px;
  right: 15px;

  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
}
.c-arrow__right-red_chochin::after{
  right: 16px;
  width: 9px;
  height: 11px;
  border: 5px solid transparent;
  border-left: 7px solid var(--bs-wt);
  margin-top: -7px;
  
  content: "";
  position: absolute;
  top:50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-arrow__right-red_chochin::before{
  width: 16px;
  height: 16px;
  margin-top: -9px;
  right: 6px;
  top: 50%;
  }
  .c-arrow__right-red_chochin::after{
  right: 5px;
  width: 9px;
  height: 10px;
  margin-top: -6px;
  box-sizing: border-box;
  }

}




/* 行燈（あんどん） ------------ */
.andon_img{
  position: relative;
}
.andon_img::before{
  content: "";
  display: inline-block;
  width: 40px;
  height: 73px;
  background: url(https://tools.itembox.design/item/category/store-promotion/chochin/img/img_chochin_item_07.png) no-repeat center center / contain;
  position: absolute;
  left: -60px;
  top: -10px;
}
.andon_img::after{
  content: "";
  display: inline-block;
  width: 40px;
  height: 76px;
  background: url(https://tools.itembox.design/item/category/store-promotion/chochin/img/img_chochin_item_08.png) no-repeat center center / contain;
  position: absolute;
  right: -100px;
  top: -10px;
}
.chochin-guide_cont-2{
  background-color: var(--bk-item-pink);
  padding: 15px 50px 15px;
  width: 90%;
  margin: 10px auto 40px;
}
.chochin-guide_item-2{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.button-container-2{
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin: 1.5rem 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .andon_img::before{
  width: 40px;
  height: 65px;
  left: -45px;
  top: -18px;
  }
  .andon_img::after{
  width: 40px;
  height: 68px;
  right: 5px;
  top: -16px;
  }
  .chochin-text-catch{
    margin: 32px 0 0 ;
  }
  .chochin-guide_cont-2{
  padding: 15px 50px 15px;
  width: 100%;
  margin: 10px auto 40px;
  }
  /* 
  .chochin-guide_item-2{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  }
  .button-container-2{
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin: 1.5rem 0 1.5rem;
  } */
  .button-container-2 .c-button__bg-wt{
    width: 230px;
    height: 40px;
   }
  .button-container-2 .c-arrow__right-red_chochin::before{
  /* width: 16px;
  height: 16px;
  margin-top: -9px; */
  right: 45px;
  /* top: 50%; */
  }
  .button-container-2 .c-arrow__right-red_chochin::after{
  right: 45px;
  /* width: 9px;
  height: 10px;
  margin-top: -6px;
  box-sizing: border-box; */
  }

}




/* ◆◆◆ ------------ */
@media screen and (max-width: 767px) {

}




/* ◆◆◆ ------------ */
@media screen and (max-width: 767px) {

}