@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

html::-webkit-scrollbar{display:none;}

body {
  -webkit-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

h2{
  color:#D90012;
  font-size:30px;
}

h2 span{
  font-weight:400;
  font-size:50%;
  display:block;
  margin-top:0px;
}

input,
textarea,
select,
option {
  line-height: 1.1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

a,
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  max-width:100%;
  vertical-align: top; }

a {
  transition: 0.3s ease-in-out; }

@media (min-width: 768px) {
  .sp {
    display: none; } }

@media (min-width: 992px) {
  .tablet {
    display: none; } }

@media screen and (max-width: 767px) {
  .pc {
    display: none; } }

@media screen and (max-width: 991px) {
  .pc-tablet {
    display: none; } }

@media screen and (max-width: 1024px) {
  .pc-only {
    display: none; } }

@keyframes fade_in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slide_y {
  0% {
    transform: translateY(1.4vw); }
  100% {
    transform: translateY(0); } }

@keyframes slide_x {
  0% {
    transform: translateX(-1.4vw); }
  100% {
    transform: translateX(0); } }

@keyframes move {
  0% {
    left: 0;
    opacity: 0; }
  35% {
    left: 41%;
    transform: rotate(0deg);
    opacity: 1; }
  65% {
    left: 59%;
    transform: rotate(0deg);
    opacity: 1; }
  100% {
    left: 100%;
    transform: rotate(-180deg);
    opacity: 0; } }

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  line-height: 1.6;
  letter-spacing: .5px;
  background-color: #fff;
  color: #141414;
  -webkit-font-smoothing: antialiased; 
}
 
.l-container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto; 
}
  @media screen and (max-width: 767px) {
    .l-container {
      padding: 0 10px; 
    } 
}

.wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 0rem;
}
@media (max-width: 768px) {
.wrap {
  padding: 0 0rem;
}
}


/* pc sp only */
.pc_only{
  display: block;
}
.sp_only{
  display: none;
}
.unique_1{
  display: none;
}

@media screen and (min-width:768px) and ( max-width:1024px) {

}

@media (max-width: 767px){
.pc_only{
  display: none;
}
.sp_only{
  display: block;
}
.unique_1{
  display: none;
}
  }

@media (max-width: 540px){
.unique_1{
  display: block;
}
}

/* 中央寄せ */
.text-center{
  text-align: center;
}

/* 注意書き */
.red{
  color: #cf152d!important;
}


  :root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
  }

/*------------------------------------------------------------
  Contents

1. mv_slide_area メインビジュアル
2. page_link_area
3. concept

4. lineup
5. list シーズナルクレープ 定番クレープ
6. more-list もっと見る
7. iziModals モーダル
8. animation

9. shop_info

10. godiva_crepe_footer フッター

------------------------------------------------------------*/

/*--------------------------------------------------------------
1. mv_slide_area メインビジュアル
--------------------------------------------------------------*/
.mv_slide_area{
  display:flex;
  align-items: stretch;
  position: relative;
}

.mv_slide_area #swiper1 .pc_img{ display:block; }

.mv_slide_area #swiper1 .sp_img{ display:none; }

@media (max-width: 1024px) {
  .mv_slide_area #swiper1 .pc_img{ display:none; }

.mv_slide_area #swiper1 .sp_img{ display:block; }
}

.mv_slide_area #swiper1{
  width:45%;
  position: relative;
}

.swiper-slide{
  position: relative;
}

.swiper-slide .logo{
  position: absolute;
  top: 3%;
  left: 3%;
  width: 12%;
}

.mv_slide_area .mv_text_area{
  width:55%;
  display:flex;
  justify-content: center;
  position: relative;
  background-color:#fff;
}


.mv_slide_area .mv_text_area .collection_keywords{
  margin: 0;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align:center;
}

.mv_slide_area .mv_text_area .collection_keywords .inner{
  display: flex;
  flex-direction: column;
  width:90%;
  padding: 20px 20px;
}

.mv_slide_area .mv_text_area .collection_keywords h1{
  width:70%;
  margin: 0 auto;
}

.mv_slide_area .mv_text_area .collection_keywords p{
  color: #fff;
  font-weight:600;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  line-height:1.8;
}

@media screen and (min-width:768px) and ( max-width:1024px) {

.mv_slide_area #swiper1{
  width:50%;
  position: relative;
}

.mv_slide_area .mv_text_area{
  width:50%;
  display:flex;
  position: relative;
}

.mv_slide_area .mv_text_area .collection_keywords .inner{
  width:100%;
  padding: 0px 20px;
}

}

@media (max-width: 767px) {
.mv_slide_area{
  display:block;
}

.mv_slide_area #swiper1{
  width:100%;
}

.mv_slide_area .mv_text_area{
  width:100%;
}

.mv_slide_area .mv_text_area .collection_keywords{
  padding: 30px 0 ;
}

.mv_slide_area .mv_text_area .collection_keywords .inner{
  width: 100%;
}

.mv_slide_area .mv_text_area .collection_keywords h1{
  width:55%;
  margin: 0 auto;
}
}

/*--------------------------------------------------------------
2. page_link_area
--------------------------------------------------------------*/
.page_link_area{
  padding: 15px 0 0px;
}

.page_link_area >ul{
    max-width: 1175px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.page_link_area ul li{
    width: calc((100% - 40px) / 4);
}

.page_link_area  ul li a{
  text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 1rem 1.3rem 1rem 0.8rem;
    margin: 0.2rem 0.2rem 0;
    background: #D90012;
    line-height: 1.6;
    text-align: center;
    justify-content: center;

}

.page_link_area ul li a::after {
  position: absolute;
    bottom: 28%;
    right: 0.5em;
    content: '';
    margin-top: -4px;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transition: all .2s;
}

@media screen and (max-width:540px) {
  .page_link_area ul li{
    width: calc((100% - 40px) / 2);
}
}

/*--------------------------------------------------------------
3. about
--------------------------------------------------------------*/
.about{
  padding: 80px 0 80px;
  text-align:center;
  background: #D90012;
}

.about .wrap{
  display:flex;
  align-items: center;
  max-width: 1080px;
  margin: auto;
  padding:0 20px;
  flex-wrap: wrap;
}

.about .wrap .about_img{
  width:50%;
  text-align:center;
  position:relative;
}

.about_img_inner{
  width:70%;
  margin: auto;
  position: relative;
}

.about .wrap .about_text{
  width: 50%;
  padding: 0px 50px;
  text-align:center;
  position:relative;
}

.choco_loves_butter{
  width: 50%;
}

.about .wrap .about_text p{
  font-size:16px;
  line-height:1.8;
  text-align:left;
  color:#fff;
  display: inline-block;
  margin: auto;
}

@media screen and (min-width:768px) and (max-width:820px)  {
.about .wrap .about_text{
  padding: 0px 0px;
}
}

@media screen and (max-width:540px) {
  .about .wrap .about_text h2{
  margin: 10px 0 30px;
}

  .about .wrap .about_text p{
  font-size: 4vw;
  letter-spacing: -.01em;
}

}

@media screen and (max-width:767px) {
  .about .wrap .about_img{
  width: 100%;
  margin: 0 auto;
}

.about .wrap .about_text{
  width: 100%;
  padding: 100px 40px 0;
}

}


/*--------------------------------------------------------------
4. lineup
--------------------------------------------------------------*/
#lineup, #lineup_2{
  padding: 0 1rem;
}

#lineup h2{
  margin: 1px 0 0;
  padding: 40px 0 0;
}

#lineup .wrap{
  background-color:#fff;
}

@media screen and (max-width:767px) {
  #lineup, #lineup_2{
  padding: 0 0;
}
}


/* --------------------------------
 商品詳細 collection_concept
---------------------------------- */
.collection_concept {
  padding: 0;
  margin: 0;
}

.collection_concept .list__special {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 3em 0 3em;
}

.collection_concept .list__special .list__special_img_half {
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width: 50%;
    width: 100%;
}

.collection_concept .list__special .list__special_img_half img {
    margin: auto;
    border-radius: 0 0px 0px 0;
    overflow: hidden;
    width: 100%;
}

.collection_concept .list__special .list__special_img_half.second img {
    margin: auto;
    border-radius: 60px 0 0 60px;
    overflow: hidden;
    width: 100%;
}

.collection_concept .list__special .list__special_text_half {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0 60px;
    width: 50%;
}

.collection_concept .list__special_text_half .title_product{
  text-align: left;
  margin-top: 0;
  margin-bottom: -35px;
  position: relative;
  padding-top: 0px;
  padding-bottom: 35px;
}

.collection_concept .list__special_text_half .title_product h3.jpn{
    font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.6rem);
    font-weight: 600;
    letter-spacing: -.01em;
    text-align: left;
    margin: 10px 0 10px;
    line-height: 1.4;
    color: #000;
    padding-bottom: 0px;
    border-bottom: solid 2px #D90012;
    display: inline-block;
}

h4.mincho {
    /*font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;*/
    line-height: 1.6;
    font-weight: 400;
    text-align: left;
}

/*.collection_concept .list__special_text_half .title_product::after{
    background-color: #D90012;
    content: '　';
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
}*/

.collection_concept .list__special_text_half p.guide_product{
  font-size: 14px!important;
  text-align: left!important;
  line-height: 1.7;
}

.flex_list {
    padding: 0em 0 3em;
}

.flex_list h3 {
    line-height: 2;
}



@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .collection_concept .list__special {
    align-items: flex-start;
}
  .collection_concept .list__special .list__special_img_half {
    max-width: 50%;
}
  .collection_concept .list__special .list__special_text_half {
    margin: 0 0 0 20px;
    padding: 0 10px 0 0;
    width: 50%;
  }
}


@media (max-width: 768px) {
  .collection_concept .list__special {
    display: block;
}

.collection_concept .list__special .list__special_img_half {
        max-width: 98%;
        width: 100%;
        margin: 0px auto 0 0;
    }

.collection_concept .list__special .list__special_img_half.second {
        max-width: 98%;
        width: 100%;
        margin: 0px 0 0 auto;
    }

.collection_concept .list__special .list__special_text_half {
    padding: 20px 40px 0;
    width: 100%;
}

.flex_list {
    padding: 0em 40px 3em;
}

}

@media (max-width: 640px){
  .flex_list.buttersand{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0em 0 3em;

}

}

.wrap_1600 {
  max-width: 1600px;
  margin: auto;
  padding: 0 1rem;
}



/*--------------------------------------------------------------
5. about_butter
--------------------------------------------------------------*/
.about_butter{
  padding: 120px 0 20px;
  text-align:center;
  background: #D90012;
}

.about_butter .wrap{
  display:flex;
  max-width: 1080px;
  margin: auto;
  padding:0 20px;
  flex-wrap: wrap;
}

.about_butter .wrap .about_img{
  width:50%;
  text-align:center;
  position:relative;
  margin: 18% 0 0;
}

.about_img_inner{
  width:70%;
  margin: auto;
  position: relative;
}

.about_butter .wrap .about_text{
  width: 50%;
  padding: 0px 50px;
  text-align:center;
  position:relative;
}

.about_butter .wrap .about_text p{
  font-size:16px;
  line-height:1.8;
  text-align:left;
  color:#fff;
  display: inline-block;
  margin: auto;
}

@media screen and (min-width:768px) and (max-width:820px)  {
  .about_butter .wrap {
    padding: ;
}

.about_butter .wrap .about_text{
  width: 55%;
  padding:  0 0 0 8%;
}

.about_butter .wrap .about_img{
  width:45%;
  text-align:center;
  position:relative;
  margin: 30% 0% 0% 0%;
}

}

@media screen and (max-width:540px) {
  .about_butter .wrap .about_text h2{
  margin: 10px 0 30px;
}

  .about_butter .wrap .about_text p{
  font-size: 4vw;
  letter-spacing: -.01em;
}

}

@media screen and (max-width:767px) {
  .about_butter{
  padding: 70px 0 20px;
  text-align:center;
  background: #D90012;
}

  .about_butter .wrap .about_img{
  width: 100%;
  margin: 0 auto;
}

.about_butter .wrap .about_text{
  width: 100%;
  padding: 0px 40px 0;
}

}

/*--------------------------------------------------------------
8. animation
--------------------------------------------------------------*/
.js-view-y {
  opacity: 0;
  transform: translateY(1.4vw); }

.js-view-y.is-view-y {
  animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation-name: fade_in, slide_y; }

.js-view-x {
  opacity: 0;
  transform: translatex(-1.4vw); }

.js-view-x.is-view-x {
  animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation-name: fade_in, slide_x; }



/*--------------------------------------------------------------
bag-box
--------------------------------------------------------------*/
.bag-box{
  padding: 50px 0 0em;
}

.bag-box h2 {
    color: #fff;
    font-size: 30px;
}

.bag-box_inner{
  max-width: 1000px;
  margin: 0px auto 0;
  padding: 0 20px 0px;
  color:#fff;/**/
}

.bag-box_inner h3{
  text-align: left;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 25px;
  border-bottom: solid 2px #fff;
  display: inline-block;
}

.GB-shopper .shop_guide_inner,
.GB-box .shop_guide_inner{
  max-width: 60%;
  margin: auto;
}

p.bag-box_price{
  margin-top: 15px;
}

@media screen and (min-width:768px) and ( max-width:850px) {
  .GB-shopper .shop_guide_inner,
.GB-box .shop_guide_inner{
  max-width: 80%;
}
}

@media (max-width: 640px){
  .bag-box_inner{
  width: 96%;
}

.bag-box .GB-box{
  margin-top: 70px;
}

.GB-shopper .shop_guide_inner,
.GB-box .shop_guide_inner{
  max-width: 100%;
}

}

/*--------------------------------------------------------------
9. shop_info SHOP INFORMATION
--------------------------------------------------------------*/
#shop_info{
  padding: 0px 0 0em;
}

#shop_info .shop_info{
  display: flex;
    margin: 0 auto 0px;
    align-items: flex-start;
    color: #fff;
    max-width: 1000px;
    padding: 0 20px 50px;
}

#shop_info h2{
  text-align:center;
  padding: 50px 0 20px;
  margin: 0 ;
  color:#fff;
}

.shop_info{
  display:flex;
  margin:0 0 0px;
  align-items: center;
}

.shop_img{
  width: 50%;
  text-align:center;
  position: relative;
}

.shop_guide{
  width: 50%;
  padding: 0px 20px 0;
}

#shop_info .shop_guide_inner{
  width:96%;
  margin:auto;
  padding: 0px 40px;
}


.shop_guide_inner p{
  font-size: 14px;
}

@media screen and (min-width:768px) and ( max-width:850px) {
  #shop_info .shop_guide_inner{
  width:96%;
  margin:auto;
  padding: 0px 0px;
}

.shop_img {
    padding: 0 0 0 3%;
}
}

@media screen and (max-width:767px) {
#shop_info .shop_info,
.shop_info{
  display:block;
}

#shop_info .shop_info{
    padding: 0 20px 20px;
}

.shop_img{
  width: 94%;
  margin:auto;
}

.shop_guide{
  width: 100%;
  margin:auto;
  padding: 0px 0px 0;
}

#bag-box .shop_guide{
  width: 100%;
  margin:auto;
  padding: 0px 10px 20px;
}

.shop_guide_inner{
  width:100%;
  padding: 20px 20px 0;
}

#shop_info .shop_guide_inner{
  width:96%;
  margin:auto;
  padding: 40px 20px 0;
}


}

#shop_info p.bold{
  font-weight:600;
  margin: 10px 0 0;
}


/*--------------------------------------------------------------
10. campaign
--------------------------------------------------------------*/
 .campaign{
    margin: 0px auto 0px;
    color: #fff;
    max-width: 600px;
    padding: 0 50px 75px;
}

.campaign h2{
  text-align:center;
  padding: 50px 0 20px;
  margin: 0 ;
  color:#fff;
}

.campaign .campaign_guide h3 {
  margin: 10px 0;
  font-size: 17px;
  display: inline-block;
  text-align: left;
  padding-bottom: 0px;
  margin-bottom: 25px;
  border-bottom: solid 2px #fff;
  display: inline-block;
}

.campaign .campaign_guide p{
  display: inline-block;
  text-align: left;
  font-size: 14px;
  padding-bottom:25px;
}



/*--------------------------
staff_voice_1 (スタッフ)
--------------------------*/
.staff_voice_1{
  border: solid 1px #fff;/*#a18b65*/
  border-radius: 0 0px 0 0px;
  margin: 35px auto 30px;
  width: 75%;
  padding: 0;
  background: rgba(255, 255, 255, 0);
}

.staff_voice_1 .flex{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 10px;
}

.staff_voice_1 .flex .coment_title{
  margin:0;
  font-size: 0.913rem;
  padding-left: 10px;
  text-align: left;
}

.staff_voice_1 .flex .circle_staff{
  border-radius: 50%;
  background-color: #fff;
  width: 70px;
  height: 80px;
  margin: -30px 0 0;
  border: solid 1px #fff;
  outline: solid 2px #fff;
  outline-offset: 2px;
  overflow: hidden;
}

 .staff_voice_1 .comment{
  text-align: left;
  padding: 0 15px 15px;
}

.staff_voice_1 .comment p{
  font-size:14px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
  .staff_voice_1{
    width: 80%;
  }
}

@media (max-width: 539px) {
  .staff_voice_1{
    width: 99%;
  }
}


/*--------------------------
btn_shop-info (ショップ ボタン)
--------------------------*/
.btn_area{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 10px;
}



@media screen and (min-width:540px) and ( max-width:1000px) {

}

@media (max-width: 539px) {

}
