@charset "UTF-8";

/*----------MENU-------------

 Reset
 teaser

------------MENU-----------*/

@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans+JP:wght@100..900&display=swap');


.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.kosugi-regular {
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/*-------------------------
	Reset
---------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
section,
main {
  display: block; }

body {
  -webkit-text-size-adjust: 100%; }

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;}

.brand_title_item h1{
  margin: 0 0 0 !important;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

table {
  border-collapse: collapse;
}

blockquote,
q {
  quotes: none; }

*:focus {
outline: none!important;
}

a {outline:none!important;}

a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer!important;

}

a,
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  max-width:100%;
  vertical-align: top; }

a {
  transition: 0.3s ease-in-out; }

ul li{
  list-style:none;
}

ul{
  margin:0;
  padding:0;
}

body.clamp .block-top-topic--body{
  background: none;
}

body.clamp .pane-contents{
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: .11em;
}

body.clamp .wrapper{
  background: none;
}


/* ----------------------------------------------------------
  kv_title
---------------------------------------------------------- */
.kv_title{
  background: #DAC488;
  background: linear-gradient(254deg, rgba(218, 196, 136, 1) 0%, rgba(229, 211, 165, 1) 50%, rgba(218, 196, 136, 1) 100%);
}

.kv_title h1,
.kv_title > article{
  max-width:1600px;
  margin: 0 auto;
  text-align: center;
}

.kv_title > article p{
    max-width: 768px;
    margin: 0px auto 0;
    padding: 0 10px 20px;
    font-size: 15px;
}

@media (max-width: 767px){
  .kv_title > article p{
    text-align: left;
    padding: 0 20px 20px;
  }
}

/* ----------------------------------------------------------
  lead_area
---------------------------------------------------------- */
.lead_area{
  background: url(/assets/img/clamp2/bg_red.webp);
  padding: 10px 0 50px;
  text-align: center;
  position: relative;
}

.lead_area .lead_hook_area{
  padding: 40px 0 0;
  position: relative;
  max-width: 768px;
  margin: 0 auto;
}

.lead_area .lead_hook_area .lead_hook_area_inner{
  background-color: #fff;
  padding: 20px 20px;
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  z-index: 2;
}

.lead_area .lead_hook_area .lead_hook_area_inner h2{
  font-size: clamp(1.375rem, 1.33rem + 0.23vw, 1.5rem);/*22-24px*/
  margin: 0 0 10px;
}

.lead_area .lead_hook_area .lead_hook_area_inner p.lead_txt{
  font-size: 16px;
  display: inline-block;
  text-align: left;
  max-width: 800px;
  padding: 0 20px;
}

.lead_area .lead_hook_area img.bg_heart{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 45%;
  z-index: 1;
}

@media (max-width: 540px){
  .lead_area .lead_hook_area img.bg_heart{
  width: 70%;
}
}

@media (max-width: 539px){

}


/*目次*/

.lead_area .mokuji_recommend {
    margin: 20px auto 0px;
    position: relative;
    z-index: 3;
}

.lead_area .mokuji_recommend .btn_page_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
}

.lead_area .mokuji_recommend .btn_page_link li {
    min-width: 240px;
    min-height: 60px;
    text-align: center;
    position: relative;
    background: #45090b;
    border: none;
    border-radius: 0px;
    /*border-radius: 60px;*/
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 0 5px 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    flex-direction: unset;
    justify-content: center;
    margin: 0 0 0px;
    filter: drop-shadow(1px 8px 8px rgba(0, 0, 0, 0.2));
    align-items: center;
}

.lead_area .mokuji_recommend .btn_page_link li:after{
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: auto;
    bottom: 8px;
    margin: auto;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-315deg);
    transform: rotate(315deg);
}

.lead_area .mokuji_recommend .btn_page_link li a{
  color:#fff;
  width: 100%;
  height:100%;
  align-items: center;
  display: flex;
}

.lead_area .mokuji_recommend .btn_page_link img.icon_reco{
  width:30%;
}

.lead_area .mokuji_recommend .btn_page_link li p{
  width:70%;
  font-size: 15px;
  font-family: "Marcellus", sans-serif;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 5px;
}

@media (max-width: 767px){
  .lead_area p.lead_txt{
  font-size: 15px;
}

  .lead_area .mokuji_recommend .btn_page_link {
    column-gap: 5px;
}

 .lead_area .mokuji_recommend .btn_page_link li {
    min-width: 175px;
    min-height: 60px;
    font-size: 14px;
}

.lead_area .mokuji_recommend .btn_page_link li:after{
    bottom: 5px;
}

}

/* ----------------------------------------------------------
  見出し
---------------------------------------------------------- */

h2.clamp_h2{
  margin: 0 0 10px;
  background:#45090b;
  color: #fff;
  position: relative;
  padding: 1em 0 1em;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 0px;
  line-height: 1.2;
}

h2.clamp_h2 span:nth-child(1){
    font-size:36px;
    display:block;
    font-family: "Marcellus", sans-serif;
}

h2.clamp_h2 span:nth-child(2){
    font-size:24px;
    display:block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight:300;
}

h3.clamp_h3{
  margin: 0 0 10px;
  background:#eadacd;
  color: #45090b;
  position: relative;
  padding: 1em 0 1em;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

h3.clamp_h3_white{
  margin: 0 0 10px;
  background:#fff;
  color: #45090b;
  position: relative;
  padding: 1em 0 1em;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

h3.clamp_h3_2{
  margin: 10px 0 10px;
  color: #45090b;
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

/* ----------------------------------------------------------
  コンテンツ
---------------------------------------------------------- */
section.lineup,
section.shopping_bag,
section.campaign,
section.ar_camera,
section.about_clamp{
  padding: 0px 0 20px;
}


.clamp .flex_list{
  max-width: 1200px;
  margin: 20px auto;
  gap: 20px;
  width: calc(100% - 5rem);
}

.clamp .flex_list li{
  width: calc((100% - 20px) / 2);
}

.clamp .drink_list {
    max-width: 536px;
    margin: 20px auto;
    display: block;
}

.clamp .drink_list li {
    width: ;
    margin: 0 auto 20px;
}

.clamp .flex_list h3 {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: -.01em;
        text-align: center;
        margin: 10px 0 0px;
    }

.clamp .flex_list p.price {
    font-size: 12px;
    text-align: center;
}


@media screen and (max-width: 767px) {
  .clamp .flex_list.sp_1 li{
  width: calc((100% - 20px));
}
}

p.period{
  text-align: center;
  margin-bottom:20px;
  font-size: 14px;
}

@media (max-width: 767px){
  .clamp .flex_list{
  gap: 10px;
  width: 100%;
}
}

/* ----------------------------------------------------------
  lineup_inner
---------------------------------------------------------- */
.lineup .buy_area{
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
  padding: 0 0 20px;
}


/*category_lead*/
.category_lead{
  max-width: 800px;
  margin: 20px auto 20px;
  text-align: left;
  padding: 1rem 1rem;
  border: solid 2px #eadacd;
  text-align: center;
}

.category_lead h3.clamp_h3_2{
  margin: 0px 0 10px;
  color: #231815;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.category_lead p{
  font-size: 15px;
}

.category_lead p span{
  font-weight: 600;
}

/*category_lead*/


.lineup .buy_area .ec{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}


.lineup .buy_area .ec .comingsoon {
    padding: 10px 20px;
    text-align: center !important;
    background: #000;
    color: #fff;
    font-size: 16px !important;
    margin: 0px auto 20px!important;
    max-width: 240px;
}


.lineup .buy_area .real-shop_area{
  margin-top: auto;
}

@media screen and (max-width:540px) {
.lineup .buy_area{
  width: 90%;
}
}

/*ご予約/販売についてのご案内*/
.guide_txt{
  max-width: 800px;
  margin: 0 auto 0px;
  text-align: left;
  padding: 1rem 1rem;
  border: dotted 2px #eadacd;
}

.guide_txt h3.clamp_h3_2{
  margin: 0px 0 10px;
  color: #231815;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.guide_txt p{
  font-size: 15px;
}

/*限定チョコレート*/
.chocolate_box_flex {
    display: flex;
    justify-content: center;
    gap: 10px 10px;
    padding: 10px 10px 50px
}

.chocolate_box_flex .chocolat {
    padding: 5px 5px;
    width: calc((100% - 10px) / 10);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
}

.chocolate_box_flex .chocolat p {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    margin: 10px 0 0;
}

.iziModals .chocolate_map_inner .recomend_box span{
  font-weight: 600;
  font-size: 14px;
}

.iziModals p.title1 {
    color: #78412b;
    font-size: 14px;
    margin-bottom: 10px;
}

@media screen and (max-width:912px) {
  .chocolate_box_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.chocolate_box_flex .chocolat{
  padding: 5px 5px;
  width: calc((100% - 10px) / 5);
}

}

@media (max-width: 767px) {
    .iziModals p.title1 {
        font-size: 14px;
    }
}

@media screen and (max-width:540px) {
  .chocolate_box_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.chocolate_box_flex .chocolat{
  padding: 5px 5px;
  width: calc((100% - 10px) / 3);
}

.iziModals .chocolate_map_inner .recomend_box span{
  font-size: 12px;
}

}

@media screen and (max-width:420px) {
  .chocolate_box_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.chocolate_box_flex .chocolat{
  padding: 5px 5px;
  width: calc((100% - 10px) / 2);
}



}

@media screen and (max-width:376px) {

}

/*アイス*/
.comingsoon {
    padding: 10px;
    text-align: center !important;
    background: #000;
    color: #fff;
    font-size: 16px !important;
    margin: 20px auto 20px!important;
    max-width: 240px;
}

/* ----------------------------------------------------------
  shopping_bag_inner
---------------------------------------------------------- */
.shopping_bag_inner{
  max-width: 800px;
  margin: 0px auto 20px;
  padding: 0 10px;
  text-align: center;
}

p.item_guide{
  font-size: 14px;
  display: inline-block;
  text-align: left;
  margin: 10px auto 20px;
}

.shopping_bag_inner p.price{
  font-size: 14px;
}

@media screen and (max-width:540px) {
p.notice{
  text-align:left;
  display: inline-block;
}
}




/* ----------------------------------------------------------
  x-campaign
---------------------------------------------------------- */
.campaign_about_inner{
  text-align: left;
  padding: 0 0 20px;
}

.campaign_about_inner h4 {
    background: #d71528;/*#d71528*/
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    padding: 5px 20px;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: none;
    color: #fff;
}

.campaign_about_inner h5 {
    background: #fff;
    border: dashed 2px #d71528;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    padding: 5px 20px;
    text-align: center;
    display: inline-block;
    margin: 10px 0;
    color: #d71528;
}

.campaign_title{
  padding: 20px 20px;
  border-radius: 20px 20px 0 0;
}

.campaign_title h2{
  text-align: center;
  font-size: 20px;
  margin: 0 0 0px;
  border-bottom: none;
  padding-bottom: 0;
  font-weight: 600;
}

.special_point{
  font-weight:600;
  font-size:15px!important;
  margin:10px 0;
  border: dotted 1px #ccc;
  padding: 10px 15px 8px;
}

.present{
  text-align: center;
  padding: 10px 20px;
}

.campaign_kv{
  text-align: center;
  margin: 10px 0 0;
}

.campaign_flex{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 10px;
  max-width: 860px;
  margin: auto;
}

.campaign_flex .text{
  width: 75%;/*width: 55%;*/
  line-height: 2;
  padding: 10px 10px 10px 0px;
  letter-spacing: -.01em;
}

.campaign_flex .text .camp_item{
  text-align: left;
}

.campaign_flex .text .camp_item ul{
    list-style-type: disc;
    list-style-position: inside;
}

.campaign_flex .text .camp_item ul li{
  font-size: 14px;
  padding: 3px 0;
}

.campaign_flex .text .camp_item ul li a{
  color: #07398c;
}

.campaign_flex .image{
  width: 25%;/*width: 45%;*/
}

.btn_twitter {
  display: flex;
  justify-content:flex-start;
  align-items: center;
  color: #fff;
  background: #1da1f2;
  padding: .5em 1em .5em .5em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 15px auto 0;
  border-radius: 20px;
  position: relative;
  max-width: 360px;
}

.btn_twitter::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-135deg);
    transition: .3s;
}
.btn_twitter:hover::after{
    right: 10px;
}


@media screen and (max-width:767px) {

.campaign_inner{
  max-width: 980px;
  padding: 0 5px 20px;
  margin: 0 auto;
}

.campaign_title h2{
  text-align: center;
  font-size: 18px;
  margin: 0 0;
}

 .campaign_flex{
  display: block;
}
.campaign_flex .text{
  width: 100%;
  line-height: 1.6;
  padding: 10px 0px 10px 0px;
}

.campaign_flex .text .camp_item{
  text-align: center;
}

.campaign_flex .image{
  width: 70%;
  text-align: center;
  margin: 0 auto 10px;
}
  }

.campaign_about{
  background: #fff;
  padding: 0px 20px 30px;
}

.campaign_about h3{
  font-size: 16px;
  line-height: 1.6;
  padding: 20px 0;
  text-align: center;
  border-bottom: none;
}

.campaign_about h4{
  border-radius: 20px;
  font-size: 15px;
  line-height: 1.6;
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: none;
}

.campaign_about h5{
  background: #fff;
  border-radius: 20px;
  font-size: 15px;
  line-height: 1.6;
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
  margin: 10px 0 ;
}

.campaign_about p{
  font-size: 14px;
  line-height: 1.6;
  padding: 3px 5px 0;
}

@media screen and (max-width:767px) {
.campaign_about{
  padding: 0px 10px 10px;
}

.campaign_flex .text .camp_item ul{
    list-style: none;
}
}

@media screen and (max-width:280px) {
.sp280_only{
  display: block;
}
}

/* ----------------------------------------------------------
  campaign
---------------------------------------------------------- */
.campaign_inner{
  max-width: 800px;
  margin: 20px auto 0;
  padding: 0 1.75rem;
  text-align: center;
}


/*campaign_lead*/
.campaign_lead{
  max-width: 800px;
  margin: 20px auto 20px;
  text-align: left;
  padding: 1rem 1rem;
  border: solid 2px #eadacd;/**/
}

.campaign_lead h3.clamp_h3_2{
  margin: 0px 0 10px;
  color: #231815;
  position: relative;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}

.campaign_lead p{
  font-size: 15px;
}
/*category_lead*/

.service_area{
  border: dotted 2px #d5af4a;
  padding: 0 30px 20px;
  margin-bottom:40px;
  background-color:#fff;
  text-align:center;
}

.service_area a.underline{
  text-decoration:underline;
}


.service_area dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  text-align:left;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.service_area dl:first-child {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    text-align: left;
    padding-top: 20px;
    border-top: none;
}

.service_area dl.kaigyo{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: unset;
  text-align:left;
}

.service_area dt {
  width: 25%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  font-size:20px;
  font-weight: 600;
}

.service_area dd {
  width: 75%;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width:540px) {
  .service_area{
  padding: 0 30px 20px;
}

  .service_area dt {
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 0px;
  font-size:18px;
}

.service_area dd {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
}

.service_area p{
  padding-top:10px;
}

.service_area p.notice{
  padding-top:10px;
  font-size:14px;
}

.btn_area{
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn_area .btn_arrow_light{
  width: 280px;
}

.accordion-area .box p,
.accordion-area .box ul li{
  text-align: left!important;
}


/* ----------------------------------------------------------
  ar_camera
---------------------------------------------------------- */
.ar_camera_inner{
  max-width: 800px;
  margin: 10px auto 0;
  padding: 0 10px;
  text-align: center;
}

.dl_app_area{
  max-width: 200px;
  margin: 20px auto;
  text-align: center;
}

.dl_app_area p{
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 10px;
}

/* ----------------------------------------------------------
  about_clamp
---------------------------------------------------------- */
.about_CLAMP{
  max-width: 800px;
  margin: 20px auto;
  text-align:center;
  padding: 0 10px;
}

.about_CLAMP_inner{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 20px ;
  gap: 20px;
  text-align:center;
  border: solid 2px #eadacd;
}

.about_CLAMP_inner .text{
  width: calc(65% - 20px);
}

.about_CLAMP_inner .text h2{
  margin: 10px 0 10px;
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
}

.about_CLAMP_inner .text p{
  text-align: left;
  display: inline-block;
  font-size: 15px;
}

.about_CLAMP_inner .img{
  width: calc(35% - 20px);
}

@media screen and (max-width:540px) {
  .about_CLAMP_inner .text{
  width: 96%;
  padding-bottom: 10px;
}

.about_CLAMP_inner .img{
  width: 96%;
}
}
/* ----------------------------------------------------------
  コピー
---------------------------------------------------------- */
.copy_clamp{
  max-width: 130px;
  margin: 0 auto;
  padding: 30px 10px;
}