@charset "UTF-8";

/*ワイド*/

#d_container .wrap {
  width: 100%;
}

#d_container #d_topic_path {
  width: 990px;
  margin: 0 auto 20px;
}

/*カゴメ特集*/

#wg_kagome_20251016 {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-align: center;
}

#wg_kagome_20251016 a {
  display: block;
  text-decoration: none;
}

#wg_kagome_20251016 a:hover {
    opacity: 0.6;
}

#wg_kagome_20251016 .pc {
  display: block;
}

#wg_kagome_20251016 .sp {
  display: none;
}
/*mv*/

#wg_kagome_20251016 .mv-wrap{
    background-image: url("/ec/shop/images/campaign/20251016_wg_kagome/bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;

}

#wg_kagome_20251016 .mv{
    margin: 0 auto;
    text-align: center;
}



#wg_kagome_20251016 .catchcopy{
    padding: 40px 0;
    text-align: center;
}

#wg_kagome_20251016 .catchcopy_title{
    font-size: 40px;
    font-weight: bold;
    color: #2F970B;
}

#wg_kagome_20251016 .catchcopy_txt{
    font-size: 16px;
    color: #333333;
}


#wg_kagome_20251016 .campaign_area{
    background-color: #EBE7C7;
    margin-bottom: 80px;
}

#wg_kagome_20251016 .campaign_area_wrap{
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
    width: 990px;
}
#wg_kagome_20251016 .h2{
    font-size: 40px;
    font-weight: bold;
    color: #A78920;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("/ec/shop/images/campaign/20251016_wg_kagome/ttlbg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding-top: 5px;
    max-width: 487px;

}

#wg_kagome_20251016 .campaign {
    margin-bottom: 32px;
}

#wg_kagome_20251016 .campaign img{
    margin: 0 auto;
    text-align: center;
}



#wg_kagome_20251016 .btn {
  font-size: 24px;
  width: 600px;
  height:auto;
  position: relative;
  margin: 0 auto;
}

#wg_kagome_20251016 .btn a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 1em 0 .7em 0;
    background-color: #e60003;
    border-radius: 100px;
    box-shadow: 0 4px 6px rgba(59, 2, 2, 0.3);
}

#wg_kagome_20251016 .btn a::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 32px;
    top: 50%;
    margin-top: -5px;
}

/*商品ラインナップ*/
#wg_kagome_20251016 .section{
    background-image: url("/ec/shop/images/campaign/20251016_wg_kagome/bg.jpg");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: contain;
    padding-bottom: 80px;
}

#wg_kagome_20251016 .section_content{
    margin-bottom: 80px;}

#wg_kagome_20251016 .section .section_h2{
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
}

#wg_kagome_20251016 .section .content{
  width: 990px;
  margin: 0 auto 40px;
}

#wg_kagome_20251016 .section .list .item{
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 24px;
  border: 1px solid #2F970B;
  background-color: #fff;
}

#wg_kagome_20251016 .section .list .item .item_img img{
  width: 100%;
  height: 100%;
}

#wg_kagome_20251016 .section .list .item .item_txt{
  padding: 32px;
}

#wg_kagome_20251016 .section .list .item .item_name{
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 16px;
  color: #333333
}



#wg_kagome_20251016 .section .list .item .item_desc{
  font-size: 16px;
  color: #333333;
  text-align: left;
  margin-bottom: 16px;
}

#wg_kagome_20251016 .section .list .item .item_btn {
  font-size: 16px;
  width: 200px;
  height:auto;
  position: relative;
}

#wg_kagome_20251016 .section .list .item .item_btn a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 1em 0 .7em 0;
    background-color: #2F970B;
    border-radius: 100px;
    box-shadow: 0 4px 6px rgba(59, 2, 2, 0.3);
}



#wg_kagome_20251016 .section .list .item .item_btn a::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 32px;
    top: 50%;
    margin-top: -5px;
}

/*交互*/
/* 奇数アイテムは画像左、テキスト右（デフォルトのまま） */
#wg_kagome_20251016 .section .list .item:nth-child(odd) {
  grid-template-columns: 1fr 1fr;
}

/* 偶数アイテムはテキスト左、画像右に並び替え */
#wg_kagome_20251016 .section .list .item:nth-child(even) {
  grid-template-columns: 1fr 1fr;
}

/* 偶数アイテムは画像を後ろに配置 */
#wg_kagome_20251016 .section .list .item:nth-child(even) .item_img {
  order: 2;
}

/* 偶数アイテムはテキストを前に配置 */
#wg_kagome_20251016 .section .list .item:nth-child(even) .item_txt {
  order: 1;
}

/* 奇数アイテムはデフォルトの順番 */
#wg_kagome_20251016 .section .list .item:nth-child(odd) .item_img,
#wg_kagome_20251016 .section .list .item:nth-child(odd) .item_txt {
  order: unset;
}


/*youtube*/

#wg_kagome_20251016 .movie_area {
  max-width: 800px;
  margin: 0 auto 80px;
}

#wg_kagome_20251016 .movie {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 アスペクト比 */
  height: 0;
}

#wg_kagome_20251016 .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/*totop*/
#wg_kagome_20251016 .totop {
  max-width: 990px;
  margin: 0 auto 40px;
  text-align: center
}




/*sp*/
#news #wg_kagome_20251016 img {
  width: 100%;
}

#news #wg_kagome_20251016 a {
  text-decoration: none;
}

#news #wg_kagome_20251016 a:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.4s;
}

#news #wg_kagome_20251016 .pc {
  display: none;
}

#news #wg_kagome_20251016 .sp {
  display: block;
}

/*キャッチコピー*/
#news #wg_kagome_20251016 .catchcopy{
    padding: 20px 0;
}

#news #wg_kagome_20251016 .catchcopy_title{
    font-size: calc(((100 / 375) * 20) * 1vw);
    margin-bottom: 4px;
}

#news #wg_kagome_20251016 .catchcopy_txt{
    font-size: calc(((100 / 375) * 12) * 1vw);
}


#news #wg_kagome_20251016 .campaign_area{
    margin-bottom: 40px;
}

#news #wg_kagome_20251016 .campaign_area_wrap{
    padding: 20px 2%;
    width: 96%;
}
#news #wg_kagome_20251016 .h2{
    font-size: calc(((100 / 375) * 20) * 1vw);
    margin-bottom: 12px;
    background-image: url("/ec/shop/images/campaign/20251016_wg_kagome/ttlbg.png");
    padding-top: 0;
    max-width: 487px;

}

#news #wg_kagome_20251016 .campaign {
    margin-bottom: 16px;
}

#news #wg_kagome_20251016 .btn {
  font-size: calc(((100 / 375) * 18) * 1vw);
  width: 86%;
}

#news #wg_kagome_20251016 .btn a::after {
    right: 16px;
    margin-top: -4px;
}


/*商品ラインナップ*/
#news #wg_kagome_20251016 .section{
    padding-bottom: 40px;
}

#news #wg_kagome_20251016 .section_content{
    width: 96%;
    margin: 0 auto 40px;
}

#news #wg_kagome_20251016 .section .section_h2{
    font-size: calc(((100 / 375) * 20) * 1vw);
    font-weight: bold;
    margin-bottom: 12px;
}

#news #wg_kagome_20251016 .section .content{
  width: 100%;
  margin: 0 auto 20px;
}

#news #wg_kagome_20251016 .section .list .item{
  margin-bottom: 20px;
}


#news #wg_kagome_20251016 .section .list .item .item_txt{
  padding: 16px;
}

#news #wg_kagome_20251016 .section .list .item .item_name{
  font-size: calc(((100 / 375) * 16) * 1vw);
  margin-bottom: 8px;
}



#news #wg_kagome_20251016 .section .list .item .item_desc{
  font-size: calc(((100 / 375) * 12) * 1vw);
  margin-bottom: 8px;
}

#news #wg_kagome_20251016 .section .list .item .item_btn {
  font-size: calc(((100 / 375) * 16) * 1vw);
  width: 200px;
  margin: 0 auto;
}




#news #wg_kagome_20251016 .section .list .item .item_btn a::after {
    right: 16px;
    margin-top: -4px;
}


#news #wg_kagome_20251016 .section .list .item {
    grid-template-columns: 1fr;
  }
  #news #wg_kagome_20251016 .section .list .item .item_img,
  #news #wg_kagome_20251016 .section .list .item .item_txt {
    order: unset;
  }




/*youtube*/
#news #wg_kagome_20251016 .movie_area {
        background-size: cover;
        position: relative;
		padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
        height: 0;
        overflow: hidden;
        margin-bottom: 40px;
    }  
    
#news #wg_kagome_20251016 .movie_area iframe{
        position: absolute;
         top: 0;
         left: 0;
         right: 0;
         margin: 0 auto;
         width: 96%;
         height: 100%;
    }  

/* スマホ横向き表示時のスタイル */
@media (orientation: landscape) and (max-height: 450px) {
#news #wg_kagome_20251016 .movie_area iframe{
    width: 97%;
    }

}


/*totop*/
#news #wg_kagome_20251016 .totop {
  max-width: 100%;
  margin: 0 auto;
  text-align: center
}



	
/* 終了時 */
#wg_kagome_20251016 .section_content.contents_end{
  margin-top: 40px;
}

#wg_kagome_20251016 .campaign_area.campaign_end .campaign_area_wrap .h2{
  font-size: 36px;
}

#wg_kagome_20251016 .campaign_area.campaign_end .campaign{
  justify-content: center;
  position: relative;
  display: flex
  
}

#wg_kagome_20251016 .campaign_area.campaign_end .campaign .endWrap{
  position: absolute;
    display: flex;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    max-width: 765px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

#wg_kagome_20251016 .campaign_area.campaign_end .campaign .endWrap > span{
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
}

#news #wg_kagome_20251016 .campaign_area.campaign_end .campaign_area_wrap .h2{
  padding: 5px;
}