@charset "utf-8";
/* CSS Document */

#mothersday2026 {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
	line-height:1.6em;
  color: #1D1D1D;
	-webkit-text-size-adjust: 100%;
}

#mothersday2026 img {
  margin: 0;
  padding: 0;
}

/*:: 余白 :::::::::::::::::::::::*/

#mothersday2026 .patb_1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

#mothersday2026 .mat {
  margin-top: 3.5em;
}


/*:: 各セクション :::::::::::::::::::::::*/

/* PC */
@media (min-width:719px) {
  #mothersday2026 .mothersday2026_intro {
    margin-bottom: 1.5em;
  }  
}

#mothersday2026 .mothersday2026_intro p {
  font-size: 4vw;
  font-size: min(4vw, 20px);
  line-height: 2.2rem;
  text-align: center;
}

#mothersday2026 h2 {
  font-size: 5vw;
  font-size: min(5vw,24px);
  line-height: 1.8rem;
}

#mothersday2026 .mothersday2026_section {
  margin: 1.5em 0;
  padding-bottom: 1.5em;
  text-align: center;
}

#mothersday2026 .scene_color {
  display: flex;
  justify-content: space-around;
  width: 100%;
}



/*:: h2 下線の色変更 :::::::::::::::::::::::*/
.block-section--header span, .block-brand-list--goods-header span {
/*  border-bottom: 1px solid #f59896;*/
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #a2d2ff, #bde0fe, #cdb4db) 1;
}


/*:: SPのみ改行 :::::::::::::::::::::::*/

/* PC */
@media (min-width:719px) {
  #mothersday2026 .sp-only {
    display: none;
  }  
}




/*::::::::::::::::::::::::::::::::::
　YOUTUBE動画枠
:::::::::::::::::::::::::::::::::::*/

#mothersday2026 .youtube {
  width: 90%;
  aspect-ratio: 16 / 9;
  text-align: center;
  margin: 1em auto 3em;
}
#mothersday2026 .youtube iframe {
  width: 90%;
  height: 90%;
}






/*::::::::::::::::::::::::::::::::::
　デフォルト表示調整
:::::::::::::::::::::::::::::::::::*/

/*:: もっと見るを非表示にする :::::::::::::::::::::::*/
.block-link { 
  display: none;
}

.btn-more-link {
  margin-top: 30px;
  text-align: center;
}

.btn-more-link--link {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: #363636;
  background: #FFF;
  border: solid 1px #363636;
  border-radius: 10px;
}

/*:: イベント上部の余白調整 :::::::::::::::::::::::*/
.block-top-event {
  padding: 30px 0px;
}

/*:: 商品サムネイル中央寄せ :::::::::::::::::::::::*/
.block-thumbnail-t {
  display: flex;
  justify-content: center;
}

/*:: サムネイル商品名左寄せ :::::::::::::::::::::::*/
.block-thumbnail-t--goods-name {
    text-align: left;
}

/*:: 表示形式を非表示にする :::::::::::::::::::::::*/
.block-goods-list--sort-order-items{ 
  display: none;
}
.block-goods-list--display-style-items {
  display: none;
}

/*:: 表示件数（上）を非表示にする :::::::::::::::::::::::*/
.block-goods-list--pager-top{ 
  display: none;
}

/* 表示件数（下）を非表示にする */
.block-goods-list--pager-bottom{ 
  display: none;
}



/*:: SP :::::::::::::::::::::::*/
/*:: 商品サムネイル中央寄せ :::::::::::::::::::::::*/
.block-thumbnail-t--items {
  justify-content: center;
}

/*:: サムネイル商品名左寄せ :::::::::::::::::::::::*/
.block-thumbnail-t--goods-name {
    text-align: left;
}

/*:: 表示形式を非表示にする :::::::::::::::::::::::*/
.block-goods-list--sort-order-items{ 
  display: none!important;
}
.block-goods-list--display-style-items {
  display: none!important;
}

/*:: 表示件数（上）を非表示にする :::::::::::::::::::::::*/
.block-goods-list-naviframe--top{ 
  display: none!important;
}

/* 表示件数（下）を非表示にする */
.block-goods-list-naviframe--bottom{ 
  display: none!important;
}






