@charset"UTF-8";


/* 新規作成*/

/* ui-reset
========================================================================================================
*/

body {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0;
  margin: 0; 
}

@media print, screen and (min-width:600px)  { 
  body {
   font-size: 1.6rem; 
   /*line-height: 1.8rem;*/
  }
}

h1,h2,h3,h4,h5,div,ol,ul,li,dl,dt,dd,figure,p{
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
}

h1.title01{
  display: none;
}

footer{
  margin: 0;
}

/* 共通　common
========================================================================================================
*/

main.special-contents{
  width:100%;
  /* font-family: 'Noto Serif JP', serif; */
  font-weight: 400; 
  padding: 0 0 40px 0;
  color: #444;
}

@media print, screen and (min-width:600px)  { 
  main.special-contents{
   padding: 0 0 60px 0;
  }
}

main.special-contents p{
  line-height: 3.0rem;
}

/*--------------------------------------------------------
                                      ボタン 
----------------------------------------------------------*/

/*---- 高さ40/50 ----*/
main a.special-btn01{
  position: relative;
  width:100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;  
  /* font-family: 'Noto Sans JP', sans-serif;   */
  font-size: 1.3rem;
  transition: 1s;
}

@media print, screen and (min-width:600px)  { 
  main a.special-btn01{
    width:100%;
    height: 50px; 
    font-size: 1.6rem;
  }
}

/*---- 高さ40/40 ----*/
main a.special-btn02{
  position: relative;
  width:100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;  
  /* font-family: 'Noto Sans JP', sans-serif;   */
  font-size: 1.3rem;
  transition: 1s;
}

@media print, screen and (min-width:600px)  { 
  main a.special-btn02{
   position: relative;
   width:100%;
   height: 40px;
   font-size: 1.4rem;
  }
}

/*---- 高さ35/45 ----*/
main a.special-btn03{
  position: relative;
  width:100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;  
  /* font-family: 'Noto Sans JP', sans-serif;   */
  font-size: 1.2rem;
  transition: 1s;
}

@media print, screen and (min-width:600px)  { 
  main a.special-btn03{
    width:100%;
    height: 45px; 
    font-size: 1.6rem;
  }
}

main a.special-btn01:hover,
main a.special-btn02:hover,
main a.special-btn03:hover{
  opacity: 0.7;
}

/*---- 色反転 50 ----*/

main a.special-btn04{
  position: relative;
  width:100%;
  max-width:280px;
  height: 50px;
  background: #FFF;
  border: 1px solid #444;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-family: 'Noto Sans JP', sans-serif;   */
  font-size: 1.6rem;
  color: #444;
  margin: 80px auto 0 auto;
  transition: 1s;
}

/*---- 色反転 40 ----*/

main a.special-btn05{
  position: relative;
  width:100%;
  height: 40px;
  background: #FFF;
  border: 1px solid #444;
  display: flex;
  align-items: center;
  justify-content: center;  
  /* font-family: 'Noto Sans JP', sans-serif;   */
  font-size: 1.3rem;
  transition: 1s;
}

@media print, screen and (min-width:600px)  { 
  main a.special-btn05{
    width:100%;
    height: 50px; 
    font-size: 1.6rem;
  }
}

/*---- 矢印 ----*/

.icon-arrow-special01::after{
  content: "";
  width:6px;
  height: 6px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  top:50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  transition: 1s;
}


@media print, screen and (min-width:600px)  { 
  .lg-hide{
  display: none;
  }
}

@media print, screen and (max-width:599px)  { 
  .sm-hide{
  display: none;
  }
}

/* テンプレートカラー設定　#IDを設定してください
========================================================================================================
*/

/*---- ページ全体の背景カラーの設定 ----*/

main#template{
  background: #FFF;
}

/*---- お客様からのご感想の背景カラー設定 ----*/

main#template section.special-contents02{
  background: #FCE7E7;
}

/*--- ボタンのカラー設定 ---*/

main#template a.special-btn01,
main#template a.special-btn02,
main#template a.special-btn03{
  background: #CF3636;
  color: #FFF;
}

/*--- ボタンのカラー設定 反転バージョン ---*/

main#template a.special-btn05{
  border: 1px solid #CF3636;
  color: #CF3636;
}

main#template a.special-btn05:hover{
  background: #CF3636;
  border: 1px solid #CF3636;
  color: #FFF;
}

/*--- ボタンのカラー　商品一覧はこちら ---*/

main#template a.special-btn04{
  border: 1px solid #CF3636;
  color: #CF3636;
}

main#template a.special-btn04:hover{
  background: #CF3636;
  border: 1px solid #CF3636;
  color: #FFF;
}

/*--- 見出しのカラー設定 ---*/

/*--- h1 ---*/
main#template h1.sp-color01{
  color: #707070;
}

/*--- h2 見出しのカラー設定 ---*/

main#template h2.special-title01{
  color: #F18383;
}

/*--- h2 商品からさがす ---*/
main#template h2.special-title02{
  color: #401000;
}

/*--- 商品からさがす 線の色---*/
main#template h2.special-title02::before{
  background: #401000;
}

/*--- h2 お客様からのご感想 ---*/
main#template h2.special-title03{
  color: #333;
}

/*--- 特集についてのカラー設定 ---*/

/*--- 特集についての背景色 ---*/
main#template div.about-special-contents{
    background: #FCE7E7;
}

/*--- 特集についての見出しの色 ---*/
main#template div.about-special-contents h2{
    color: #F18383;
}

/*--- テキストカラー ---*/

/*templateのspecial-box03のテキストカラー設定*/
main#template div.special-box03 dl dt{
  color: #401000;
}

/*---ご利用についての下線の色---*/

main#template section.special-contents03 ul li{
  border-bottom: 1px solid #444;
}

/*--- 価格別ギフトのカラー設定 ---*/

main#template ul.special-price-list li a{
  background: #400000;  
  color: #FFF;
}

/*--- 見出し画像サイズの設定 ---*/

main#template section.special-contents01 h2 img{
  max-width: 200px;
}

@media print, screen and (min-width:600px)  { 
  main#template section.special-contents01 h2 img{
    max-width: 375px;
    margin: 0 0 10px 0;
  }
}


/* 迎春カラー設定　
========================================================================================================
*/

/*---- ページ全体の背景カラーの設定 ----*/

main#geisyun{
  background: #be9646;
}

main#geisyun section.special-contents01{
  width:95%;
  background: #FFF;
  padding: 0 0 40px 0;
}

/*---- お客様からのご感想の背景カラー設定 ----*/

main#geisyun section.special-contents02{
  background: #FFF;
}

main#geisyun section.special-contents02 div.special-feedback-box{
  border: 1px solid #999;
}

main#geisyun section.special-contents03{
  padding: 0;
}

/*--- ボタンのカラー設定 ---*/

main#geisyun a.special-btn01,
main#geisyun a.special-btn02,
main#geisyun a.special-btn03{
  background: #be9646;
  color: #FFF;
}

/*--- ボタンのカラー　商品一覧はこちら ---*/

main#geisyun a.special-btn04{
  border: 1px solid #be9646;
  color: #be9646;
}

main#geisyun a.special-btn04:hover{
  background: #be9646;
  border: 1px solid #be9646;
  color: #FFF;
}

/*--- h2 商品からさがす ---*/
main#geisyun h2.special-title02{
  color: #000;
}

@media print, screen and (max-width:600px)  { 
  main#oseibo h2.special-title02{
    margin: 0 auto 30px auto!important;
  }
}

/*--- 商品からさがす 線の色---*/
main#geisyun h2.special-title02::before{
  background: #000;
}

/*--- h2 お客様からのご感想 ---*/
main#geisyun h2.special-title03{
  color: #333;
}

/*---ご利用についての下線の色---*/

main#geisyun section.special-contents03 ul li{
  border-bottom: 1px solid #444;
}

/*--- 価格別ギフトのカラー設定 ---*/

main#geisyun ul.special-price-list li a{
  background: #FFF;
  border: 2px solid #be9646;
  color: #be9646;
}

/*--- 見出しのカラー設定 ---*/

main#geisyun h2.special-title01{
  color: #be9646;
}

/*--- 見出し画像サイズの設定 ---*/

main#geisyun section.special-contents01 h2 img{
   max-width: 500px;
}

@media print, screen and (min-width:600px)  { 
  main#geisyun section.special-contents01 h2 img{
     max-width: 550px;
  }
}

/*--- お年賀の由来 ---*/

main#geisyun section.special-contents04{
  width:100%;
  margin: 0 auto;
}

main#geisyun section.special-contents04 div.trivia{
  width:100%;
  background: #faf5e8;
  padding: 35px 0 0 0;    
  margin: 0 auto;
}

@media print, screen and (min-width:600px)  {
  section.special-contents04 div.trivia{
    width:100%;
    max-width: 1060px;
    padding: 60px 0 20px 0;
  }
}

main#geisyun section.special-contents04 dl.trivia-box{
  width:90%;
  /* font-family: 'Noto Sans JP', sans-serif; */
  padding: 35px 0 10px 0;
  margin: 0 auto;
}

@media print, screen and (min-width:600px)  {section.special-contents04 dl.trivia-box{
  width:85%;
  /* font-family: 'Noto Sans JP', sans-serif; */
  padding: 60px 0 40px 0;
  margin: 0 auto;
  }
}

main#geisyun section.special-contents04 dl.trivia-box dt{
  position: relative;
  color: #32302a;
  font-weight: 600;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}

main#geisyun section.special-contents04 dl.trivia-box dt::before{
  content: "";
  width:14px;
  height: 14px;
  background: #faf5e8;
  border-radius: 50%;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY( -50%);
}

main#geisyun section.special-contents04 dl.trivia-box dd{
  line-height: 200%;
  font-weight: 400;
  margin: 0 0 40px 0;
}

main#geisyun section.special-contents04 dl.trivia-box dd strong{
  font-weight: 600;
}


/* バレンタインカラー設定　
========================================================================================================
*/

/*---- ページ全体の背景カラーの設定 ----*/

main#valentine{
  background: #F5E4E4;
}

/*---- お客様からのご感想の背景カラー設定 ----*/

main#valentine section.special-contents02{
  background: #623813;
}

/*--- ボタンのカラー設定 ---*/

main#valentine a.special-btn01,
main#valentine a.special-btn02,
main#valentine a.special-btn03{
  background: #623813;
  color: #FFF;
}

/*茶色ボタン*/
main#valentine a.special-btn04:hover{
  background: #623813;
  border: 1px solid #623813;
  color: #FFF;
}

/*--- 見出しのカラー設定 ---*/

main#valentine h1.sp-color01{
  color: #707070;
}

main#valentine h2.special-title02{
  color: #623813;
}

main#valentine h2.special-title02::before{
  background: #623813;
}

main#valentine h2.special-title03{
  color: #FFF;
}

/*--- 見出し画像サイズの設定 ---*/

main#valentine section.special-contents01 h2 img{
   max-width: 500px;
}

@media print, screen and (min-width:600px)  { 
  main#valentine section.special-contents01 h2 img{
     max-width: 550px;
  }
}

/*--- テキストカラー ---*/

/*valentineのspecial-box03のテキストカラー設定*/
main#valentine div.special-box03 dl dt{
  color: #1C0404;
}


/* ひな祭りカラー設定　
========================================================================================================
*/

/*---- ページ全体の背景カラーの設定 ----*/

main#hinamaturi{
  background: #FFFFFF;
}

/*--- ボタンのカラー設定 ---*/

main#hinamaturi a.special-btn01,
main#hinamaturi a.special-btn02,
main#hinamaturi a.special-btn03{
  background: #CF3636;
  color: #FFF;
}

/*--- ボタンのカラー設定 反転バージョン ---*/
main#hinamaturi a.special-btn05{
  border: 1px solid #CF3636;
  color: #CF3636;
}

/*茶系の赤色ボタン*/
main#hinamaturi a.special-btn04:hover,
main#hinamaturi a.special-btn05:hover{
  background: #CF3636;
  border: 1px solid #CF3636;
  color: #FFF;
}

/*ボタン矢印カラー*/
main#hinamaturi a.icon-arrow-special01::after{
  border-top: solid 2px #CF3636;
  border-right: solid 2px #CF3636;
}

/*--- 見出しのカラー設定 ---*/

main#hinamaturi h2.special-title01{
  color: #F18383;
}

/*--- 特集についての背景色 ---*/

main#hinamaturi div.about-special-contents{
    background: #FCE7E7;
}

main#hinamaturi div.about-special-contents h2{
    color: #F18383;
}

/*--- テキストカラー ---*/

/*hinamaturiのspecial-box03のテキストカラー設定*/
main#hinamaturi div.special-box03 dl dt{
  color: #1C0404;
}


/* ホワイトデーカラー設定　
========================================================================================================
*/

/*---- ページ全体の背景カラーの設定 ----*/

main#whiteday{
  background: #E7F8FE;
}

/*---- お客様からのご感想の背景カラー設定 ----*/

main#whiteday section.special-contents02{
  background: #E7F8FE;
}

/*--- ボタンのカラー設定 ---*/

main#whiteday a.special-btn01,
main#whiteday a.special-btn02,
main#whiteday a.special-btn03{
  background: #B94918;
  color: #FFF;
}

/*オレンジ系の茶色ボタン*/
main#whiteday a.special-btn04:hover{
  background: #B94918;
  border: 1px solid #B94918;
  color: #FFF;
}

/*--- 見出し画像サイズの設定 ---*/

main#whiteday section.special-contents01 h2 img{
   max-width: 500px;
}

@media print, screen and (min-width:600px)  { 
  main#whiteday section.special-contents01 h2 img{
     max-width: 550px;
  }
}


/* 母の日カラー設定　
========================================================================================================
*/

/*---- ページ全体の背景カラーの設定 ----*/

main#mother{
  background: #FAF4E5;
}

/*---- お客様からのご感想の背景カラー設定 ----*/

main#mother section.special-contents02{
  background: #FFeae4;
}

/*--- ボタンのカラー設定 ---*/

main#mother a.special-btn01,
main#mother a.special-btn02,
main#mother a.special-btn03{
  background: #ef3e49;
  color: #FFF;
}

/*--- ボタンのカラー　商品一覧はこちら ---*/

main#mother a.special-btn04{
  border: 1px solid #ef3e49;
  color: #ef3e49;
}

main#mother a.special-btn04:hover{
  background: #ef3e49;
  border: 1px solid #ef3e49;
  color: #FFF;
}

/*--- h2 商品からさがす ---*/
main#mother h2.special-title02{
  color: #000;
}

@media print, screen and (max-width:600px)  { 
  main#mother h2.special-title02{
    margin: 0 auto 30px auto!important;
  }
}

/*--- 商品からさがす 線の色---*/
main#mother h2.special-title02::before{
  background: #000;
}

/*--- h2 お客様からのご感想 ---*/
main#mother h2.special-title03{
  color: #333;
}

/*---ご利用についての下線の色---*/

main#mother section.special-contents03 ul li{
  border-bottom: 1px solid #444;
}

/*--- 価格別ギフトのカラー設定 ---*/

main#mother ul.special-price-list li a{
  background: #FFF;
  border: 2px solid #F14551;
  color: #F14551;
}

/*--- 見出し画像サイズの設定 ---*/

main#mother section.special-contents01 h2 img{
   max-width: 260px;
}

@media print, screen and (min-width:600px)  { 
  main#mother section.special-contents01 h2 img{
     max-width: 375px;
  }
}

main#mother  section.special-contents01 h2{
    padding:40px 0 20px 0;
}

@media print, screen and (min-width:600px)  { 
  main#mother  section.special-contents01 h2{
     padding: 0;
     margin:40px 0;
  }
}

main#mother  section.special-contents01 h2.special-title02{
    margin:40px auto;
}

main#mother  section.special-contents01 h1 + p{
    margin:0;
}

/* 父の日カラー設定　
========================================================================================================
*/

/*---- ページ全体の背景カラーの設定 ----*/

main#father{
  background: #CFDCE6;
}

main#father section.special-contents01{
  width:95%;
  background: #FFF;
  padding: 0 0 40px 0;
}

/*---- お客様からのご感想の背景カラー設定 ----*/

main#father section.special-contents02{
  background: #FFF;
}

main#father section.special-contents02 div.special-feedback-box{
  border: 1px solid #999;
}

main#father section.special-contents03{
  padding: 0;
}

/*--- ボタンのカラー設定 ---*/

main#father a.special-btn01,
main#father a.special-btn02,
main#father a.special-btn03{
  background: #365999;
  color: #FFF;
}

/*--- ボタンのカラー　商品一覧はこちら ---*/

main#father a.special-btn04{
  border: 1px solid #365999;
  color: #365999;
}

main#father a.special-btn04:hover{
  background: #365999;
  border: 1px solid #365999;
  color: #FFF;
}

/*--- h2 商品からさがす ---*/
main#father h2.special-title02{
  color: #000;
}

@media print, screen and (max-width:600px)  { 
  main#father h2.special-title02{
    margin: 0 auto 30px auto!important;
  }
}

/*--- 商品からさがす 線の色---*/
main#father h2.special-title02::before{
  background: #000;
}

/*--- h2 お客様からのご感想 ---*/
main#father h2.special-title03{
  color: #333;
}

/*---ご利用についての下線の色---*/

main#father section.special-contents03 ul li{
  border-bottom: 1px solid #444;
}

/*--- 価格別ギフトのカラー設定 ---*/

main#father ul.special-price-list li a{
  background: #FFF;
  border: 2px solid #365999;
  color: #365999;
}

/*--- 見出し画像サイズの設定 ---*/

main#father section.special-contents01 h2 img{
   max-width: 500px;
}

@media print, screen and (min-width:600px)  { 
  main#father section.special-contents01 h2 img{
     max-width: 800px;
  }
}

main#father section.special-contents01 h2{
    padding:40px 0 20px 0;
}

@media print, screen and (min-width:600px)  { 
  main#father section.special-contents01 h2{
     padding: 0;
     margin:80px auto;
  }
}

/*main#father section.special-contents01 aside.special-bn{
   margin: 30px auto;
}
@media print, screen and (min-width:600px)  {
   main#father section.special-contents01 aside.special-bn{
    margin: 60px auto;
  }
}*/



/* 夏の贈りものカラー設定　
========================================================================================================
*/

/*---- ページ全体の背景カラーの設定 ----*/

main#ochugen{
  background: #FFFFFF;
}

/*---- お客様からのご感想の背景カラー設定 ----*/

main#ochugen section.special-contents02{
  background: #FFF;
}

main#ochugen section.special-contents02 div.special-feedback-box{
  border: 1px solid #999;
}

main#ochugen section.special-contents03{
  padding: 0;
}

/*--- ボタンのカラー設定 ---*/

main#ochugen a.special-btn01,
main#ochugen a.special-btn02,
main#ochugen a.special-btn03{
  background: #EF682B;
  color: #FFF;
}

/*--- h2 お客様からのご感想 ---*/
main#ochugen h2.special-title03{
  color: #333;
}

/*---ご利用についての下線の色---*/

main#ochugen section.special-contents03 ul li{
  border-bottom: 1px solid #444;
}

/*--- 価格別ギフトのカラー設定 ---*/

main#ochugen ul.special-price-list li a{
  background: #FFF;
  border: 2px solid #EF682B;
  color: #EF682B;
}

/*--- 見出しのカラー設定 ---*/

main#ochugen h2.special-title01{
  color: #4bc1db;
}

/*--- 見出し画像サイズの設定 ---*/

main#ochugen section.special-contents01 h2 img{
   max-width: 300px;
}

@media print, screen and (min-width:600px)  { 
  main#ochugen section.special-contents01 h2 img{
     max-width: 550px;
  }
}

/*--- お中元の豆知識 ---*/

main#ochugen section.special-contents04{
  width:100%;
  margin: 0 auto;
}

main#ochugen section.special-contents04 div.trivia{
  width:100%;
  background: #faf4e6;
  padding: 35px 0 0 0;    
  margin: 0 auto;
}

@media print, screen and (min-width:600px)  {
  section.special-contents04 div.trivia{
    width:100%;
    max-width: 1060px;
    padding: 60px 0 20px 0;
  }
}

main#ochugen section.special-contents04 dl.trivia-box{
  width:90%;
  /* font-family: 'Noto Sans JP', sans-serif; */
  padding: 35px 0 10px 0;
  margin: 0 auto;
}

@media print, screen and (min-width:600px)  {section.special-contents04 dl.trivia-box{
  width:85%;
  /* font-family: 'Noto Sans JP', sans-serif; */
  padding: 60px 0 40px 0;
  margin: 0 auto;
  }
}

main#ochugen section.special-contents04 dl.trivia-box dt{
  position: relative;
  color: #4bc1db;
  font-weight: 600;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}

main#ochugen section.special-contents04 dl.trivia-box dt::before{
  content: "";
  width:14px;
  height: 14px;
  background: #faf4e6;
  border-radius: 50%;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY( -50%);
}

main#ochugen section.special-contents04 dl.trivia-box dd{
  line-height: 200%;
  font-weight: 400;
  margin: 0 0 40px 0;
}

main#ochugen section.special-contents04 dl.trivia-box dd strong{
  font-weight: 600;
}



/* お盆帰省みやげカラー設定　
========================================================================================================
*/

/*---- ページ全体の背景カラーの設定 ----*/

main#obon{
  background: #FFFFFF;
}

/*---- お客様からのご感想の背景カラー設定 ----*/

main#obon section.special-contents02{
  background: #FFF;
}

main#obon section.special-contents02 div.special-feedback-box{
  border: 1px solid #999;
}

main#obon section.special-contents03{
  padding: 0;
}

/*--- ボタンのカラー設定 ---*/

main#obon a.special-btn01,
main#obon a.special-btn02,
main#obon a.special-btn03{
  background: #46569b;
  color: #FFF;
}

/*--- h2 お客様からのご感想 ---*/
main#obon h2.special-title03{
  color: #333;
}

/*---ご利用についての下線の色---*/

main#obon section.special-contents03 ul li{
  border-bottom: 1px solid #444;
}

/*--- 価格別ギフトのカラー設定 ---*/

main#obon ul.special-price-list li a{
  background: #FFF;
  border: 2px solid #46569b;
  color: #46569b;
}

/*--- 見出しのカラー設定 ---*/

main#obon h2.special-title01{
  color: #46569b;
}

/*--- 見出し画像サイズの設定 ---*/

main#obon section.special-contents01 h2 img{
   max-width: 300px;
}

@media print, screen and (min-width:600px)  { 
  main#obon section.special-contents01 h2 img{
     max-width: 550px;
  }
}

/*--- お盆の豆知識 ---*/

main#obon section.special-contents04{
  width:100%;
  margin: 0 auto;
}

main#obon section.special-contents04 div.trivia{
  width:100%;
  background: #faf4e6;
  padding: 35px 0 0 0;    
  margin: 0 auto;
}

@media print, screen and (min-width:600px)  {
  section.special-contents04 div.trivia{
    width:100%;
    max-width: 1060px;
    padding: 60px 0 20px 0;
  }
}

main#obon section.special-contents04 dl.trivia-box{
  width:90%;
  /* font-family: 'Noto Sans JP', sans-serif; */
  padding: 35px 0 10px 0;
  margin: 0 auto;
}

@media print, screen and (min-width:600px)  {section.special-contents04 dl.trivia-box{
  width:85%;
  /* font-family: 'Noto Sans JP', sans-serif; */
  padding: 60px 0 40px 0;
  margin: 0 auto;
  }
}

main#obon section.special-contents04 dl.trivia-box dt{
  position: relative;
  color: #46569b;
  font-weight: 600;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}

main#obon section.special-contents04 dl.trivia-box dt::before{
  content: "";
  width:14px;
  height: 14px;
  background: #faf4e6;
  border-radius: 50%;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY( -50%);
}

main#obon section.special-contents04 dl.trivia-box dd{
  line-height: 200%;
  font-weight: 400;
  margin: 0 0 40px 0;
}

main#obon section.special-contents04 dl.trivia-box dd strong{
  font-weight: 600;
}



/* 敬老の日カラー設定　
========================================================================================================
*/

/*---- ページ全体の背景カラーの設定 ----*/

main#keirou{
  background: #FFFFFF;
}

/*---- お客様からのご感想の背景カラー設定 ----*/

main#keirou section.special-contents02{
  background: #FFF;
}

main#keirou section.special-contents02 div.special-feedback-box{
  border: 1px solid #999;
}

main#keirou section.special-contents03{
  padding: 0;
}

/*--- ボタンのカラー設定 ---*/

main#keirou a.special-btn01,
main#keirou a.special-btn02,
main#keirou a.special-btn03{
  background: #cf5e10;
  color: #FFF;
}

/*--- ボタンのカラー　商品一覧はこちら ---*/

main#keirou a.special-btn04{
  border: 1px solid #cf5e10;
  color: #cf5e10;
}

main#keirou a.special-btn04:hover{
  background: #cf5e10;
  border: 1px solid #cf5e10;
  color: #FFF;
}

/*--- 商品からさがす 線の色---*/
main#keirou h2.special-title02::before{
  background: #000;
}

/*--- h2 お客様からのご感想 ---*/
main#keirou h2.special-title03{
  color: #333;
}

/*---ご利用についての下線の色---*/

main#keirou section.special-contents03 ul li{
  border-bottom: 1px solid #444;
}

/*--- 価格別ギフトのカラー設定 ---*/

main#keirou ul.special-price-list li a{
  background: #FFF;
  border: 2px solid #cf5e10;
  color: #cf5e10;
}

/*--- 見出し画像サイズの設定 ---*/

main#keirou section.special-contents01 h2 img{
   max-width: 500px;
}

@media print, screen and (min-width:600px)  { 
  main#ochugen section.special-contents01 h2 img{
     max-width: 550px;
  }
}


/* お歳暮カラー設定　
========================================================================================================
*/

/*---- ページ全体の背景カラーの設定 ----*/

main#oseibo{
  background: #b63e27;
}

main#oseibo section.special-contents01{
  width:95%;
  background: #FFF;
  padding: 0 0 40px 0;
}

/*---- お客様からのご感想の背景カラー設定 ----*/

main#oseibo section.special-contents02{
  background: #FFF;
}

main#oseibo section.special-contents02 div.special-feedback-box{
  border: 1px solid #999;
}

main#oseibo section.special-contents03{
  padding: 0;
}

/*--- ボタンのカラー設定 ---*/

main#oseibo a.special-btn01,
main#oseibo a.special-btn02,
main#oseibo a.special-btn03{
  background: #b63e27;
  color: #FFF;
}

/*--- ボタンのカラー　商品一覧はこちら ---*/

main#oseibo a.special-btn04{
  border: 1px solid #b63e27;
  color: #b63e27;
}

main#oseibo a.special-btn04:hover{
  background: #b63e27;
  border: 1px solid #b63e27;
  color: #FFF;
}

/*--- h2 商品からさがす ---*/
main#oseibo h2.special-title02{
  color: #000;
}

@media print, screen and (max-width:600px)  { 
  main#oseibo h2.special-title02{
    margin: 0 auto 30px auto!important;
  }
}

/*--- 商品からさがす 線の色---*/
main#oseibo h2.special-title02::before{
  background: #000;
}

/*--- h2 お客様からのご感想 ---*/
main#oseibo h2.special-title03{
  color: #333;
}

/*---ご利用についての下線の色---*/

main#oseibo section.special-contents03 ul li{
  border-bottom: 1px solid #444;
}

/*--- 価格別ギフトのカラー設定 ---*/

main#oseibo ul.special-price-list li a{
  background: #FFF;
  border: 2px solid #b63e27;
  color: #b63e27;
}

/*--- 見出しのカラー設定 ---*/

main#oseibo h2.special-title01{
  color: #b63e27;
}

/*--- 見出し画像サイズの設定 ---*/

main#oseibo section.special-contents01 h2 img{
   max-width: 500px;
}

@media print, screen and (min-width:600px)  { 
  main#oseibo section.special-contents01 h2 img{
     max-width: 550px;
  }
}

/*--- お歳暮の豆知識 ---*/

main#oseibo section.special-contents04{
  width:100%;
  margin: 0 auto;
}

main#oseibo section.special-contents04 div.trivia{
  width:100%;
  background: #f9f1dc;
  padding: 35px 0 0 0;    
  margin: 0 auto;
}

@media print, screen and (min-width:600px)  {
  section.special-contents04 div.trivia{
    width:100%;
    max-width: 1060px;
    padding: 60px 0 20px 0;
  }
}

main#oseibo section.special-contents04 dl.trivia-box{
  width:90%;
  /* font-family: 'Noto Sans JP', sans-serif; */
  padding: 35px 0 10px 0;
  margin: 0 auto;
}

@media print, screen and (min-width:600px)  {section.special-contents04 dl.trivia-box{
  width:85%;
  /* font-family: 'Noto Sans JP', sans-serif; */
  padding: 60px 0 40px 0;
  margin: 0 auto;
  }
}

main#oseibo section.special-contents04 dl.trivia-box dt{
  position: relative;
  color: #b63e27;
  font-weight: 600;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}

main#oseibo section.special-contents04 dl.trivia-box dt::before{
  content: "";
  width:14px;
  height: 14px;
  background: #f9f1dc;
  border-radius: 50%;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY( -50%);
}

main#oseibo section.special-contents04 dl.trivia-box dd{
  line-height: 200%;
  font-weight: 400;
  margin: 0 0 40px 0;
}

main#oseibo section.special-contents04 dl.trivia-box dd strong{
  font-weight: 600;
}


/* 法人ページ設定　
========================================================================================================
*/
/* houjin：定番の和菓子を必ず4列にする */
/* ■ 横4列（960px〜）：中央寄せ＋oseibo幅 */
@media print, screen and (min-width:960px){
main#houjin .special-box03.sp-box3-row4 > ul{
    display: grid;
    grid-template-columns: repeat(4, 240px);
    justify-content: center;     /* ← 4列の塊を中央に固定 */
  }

  /* 文字は左寄せ（※ズレ防止のため明示） */
main#houjin .special-box03.sp-box3-row4 ul li dt,
main#houjin .special-box03.sp-box3-row4 ul li dd{
    text-align: left;
  }
}

/* ■ 横3列（600〜959px）：商品名＝左／価格＝右 */
@media print, screen and (min-width:600px) and (max-width:959px){
main#houjin .special-box03.sp-box3-row4 ul li dt{
    text-align: left !important;
  }

main#houjin .special-box03.sp-box3-row4 ul li dd{
    text-align: right !important;
  }
}

/*---- ページ全体の背景カラーの設定 ----*/

main#houjin{
  background: #FFFFFF;
}

/*--- ボタンのカラー設定 ---*/

main#houjin a.special-btn01,
main#houjin a.special-btn02,
main#houjin a.special-btn03{
  background: #d29836;
  color: #FFF;
}

/*--- ボタンのカラー　商品一覧はこちら ---*/

main#houjin a.special-btn04{
  border: 1px solid #d29836;
  color: #d29836;
}

main#houjin a.special-btn04:hover{
  background: #d29836;
  border: 1px solid #d29836;
  color: #FFF;
}

/*--- 商品からさがす 線の色---*/
main#houjin h2.special-title02::before{
  background: #000;
}

/*---ご利用についての下線の色---*/

main#houjin section.special-contents03 ul li{
  border-bottom: 1px solid #444;
}

/*--- 価格別ギフトのカラー設定 ---*/

main#houjin ul.special-price-list li a{
  background: #FFF;
  border: 2px solid #d29836;
  color: #d29836;
}

/*--- 見出し画像サイズの設定 ---*/

main#houjin section.special-contents01 h2 img{
   max-width: 500px;
}

@media print, screen and (min-width:600px)  { 
  main#houjin section.special-contents01 h2 img{
     max-width: 550px;
  }
}





/* コンテンツ
========================================================================================================
*/
/*--------- 見出し ---------*/

/*---- h1 ----*/

section.special-contents01 h1,
section.special-contents-top h1{
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  margin: 30px 0 15px 0;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents01 h1,
  section.special-contents-top h1{
   font-size: 4.0rem;
   margin: 25px 0 15px 0;
  }
}

section.special-contents01 h1 + p,
section.special-contents-top h1 + p{
  text-align: center;
  margin: 0 0 60px 0;
}

@media print, screen and (min-width:600px)  { 
section.special-contents01 h1 + p,
  section.special-contents-top h1 + p{
  margin: 0 0 90px 0;
  }
}

/*---- h2  画像----*/

section.special-contents01 h2{
  width:100%;
  text-align: center;
  margin: 20px auto 15px auto;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents01 h2{
    width:100%;
    max-width: 1200px;  
    margin: 0 auto 30px auto;
  }
}

section.special-contents01 h2 img{
  width:100%;
  max-width: 160px;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents01 h2 img{
  max-width: 190px;
  }
}

/*special-title01*/

section.special-contents01 h2.special-title01{
  position: relative;
  width:100%;
  text-align: center;
  font-size: 2.4rem;
  margin: 0 auto 20px auto;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents01 h2.special-title01{
   max-width: 1200px;
   font-size: 3.2rem;
   margin: 60px auto 40px auto;
  }
}

section.special-contents02 h2.special-title01{
  position: relative;
  width:100%;
  text-align: center;
  font-size: 2.4rem;
  margin: 0 auto 30px auto;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents02 h2.special-title01{
   max-width: 1200px;
   font-size: 3.2rem;
   margin: 0 auto 60px auto;
  }
}

/*special-title02*/

section.special-contents01 h2.special-title02{
  position: relative;
  width:90%;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: left;
  margin: 60px auto 30px auto;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents01 h2.special-title02{
   position: relative;
   width:100%;
   max-width: 1080px;
   font-size: 2.8rem;
   margin: 80px auto 40px auto;
  }
}

section.special-contents01 h2.special-title02::before{
  content: "";
  width:53%;
  height: 1px;
  position: absolute;
  top:50%;
  right:0;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents01 h2.special-title02::before{
    content: "";
    width:80%;
    height: 1px;
  }
}

@media print, screen and (min-width:960px)  { 
  section.special-contents01 h2.special-title02::before{
    content: "";
    width:80%;
    height: 1px;
  }
}

/*special-title03*/

section.special-contents02 h2.special-title03{
  position: relative;
  width:100%;
  text-align: center;
  font-size: 2.4rem;
  margin: 0 auto 30px auto;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents02 h2.special-title03{
   position: relative;
   width:100%;
   text-align: center;
   font-size: 2.8rem;
   margin: 60px auto;
  }
}

/* 特集コンテンツ
========================================================================================================
*/
main.special-contents section.special-contents01{
  width:100%;
  padding: 0 0 40px 0;
  margin: 0 auto;
}

@media print, screen and (min-width:600px)  { 
  main.special-contents section.special-contents01{
   width:95%;
   max-width: 1200px;
   padding: 35px 0 80px 0;
   margin: 0 auto;
  }
}

main.special-contents section.special-contents01 div.contents-wrap01{
  width:100%;
  padding:0;
  background: #FFF;
  margin: 15px auto 0 auto;
}

@media print, screen and (min-width:600px)  { 
  main.special-contents section.special-contents01 div.contents-wrap01{
    padding: 0 20px;
    margin: 0 auto;
  }
}

main.special-contents div.contents-wrap02{
  width:95%;
  max-width: 1200px;
  background: #FFF;
  padding: 0 0 20px 0;
  margin: 0 auto;
}

section.special-contents01 figure img{
  width:100%;
}

div.special-box01 a img,
div.special-box02 a img,
div.special-box03 a img,
div.special-box04 a img,
aside.special-bn a img,
div.special-feedback figure a img{
  transition: 0.5s;
}

div.special-box01 a:hover img,
div.special-box02 a:hover img,
div.special-box03 a:hover img,
div.special-box04 a:hover img,
aside.special-bn a:hover img,
div.special-feedback figure a:hover img{
    opacity: 0.7;
}

/*---------------------------------------- レイアウト ----------------------------------------*/

/*-------------------- special-wrap01 --------------------*/

/*--------- コンテンツ上部50px／100pxマージン---------*/

div.special-wrap01{
  width:100%;
  margin: 60px 0 0 0;
}

@media print, screen and (min-width:600px)  { 
div.special-wrap01{
  margin: 120px 0 0 0;
  }
}

/*-------------------- special-box01 --------------------*/

div.special-box01{
  width:90%;
  display: flex;
  flex-flow: column-reverse nowrap;
  margin: 0 auto 40px auto;
}

@media print, screen and (min-width:600px)  { 
  div.special-box01{
    width:100%;
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    margin: 0 auto 50px auto;
  }
}

@media print, screen and (min-width:960px)  { 
  div.special-box01{
    width:100%;
    max-width: 1080px;
    height: 350px;
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    margin: 0 auto 50px auto;
  }
}

div.special-box01 div{
  width:100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 0 5px 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-box01 div{
   width:48%;
   height: 100%;
   display: flex;
   flex-direction: column;
   padding: 0 0 5px 0;
  }
}

div.special-box01 div h3{
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 150%;
  padding: 20px 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-box01 div h3{
    font-size: 2.4rem;
    padding: 20px 0 35px 0;
  }
}

div.special-box01 div p.special-box01-lead{
  flex-grow: 1;
  font-size: 1.6rem;
  font-weight: 600;
}

div.special-box01 div p.special-box01-price{  
  /* font-family: 'Noto Sans JP', sans-serif;   */
  font-size: 2.0rem;
  font-weight: 700;
  text-align: right;
  color: #000;
  margin: 20px 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-box01 div p.special-box01-price{  
   font-size: 2.4rem;
   margin: 20px 0;
  }
}

div.special-box01 div p.special-box01-price span{  
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 0 0 3px;
}

div.special-box01 figure{
  width:100%; 
}

@media print, screen and (min-width:600px)  { 
  div.special-box01 figure{
    width:48%;
  }
}

div.special-box01 figure img{
  width:100%;
}

@media print, screen and (min-width:600px)  { 
  div.special-box01 figure img{
    width:100%;
    border-radius: 10px;
  }
}

/*-------------------- special-box02 --------------------*/

div.special-box02{
  width: 90%;
  display: flex;
  flex-flow: row wrap;
  margin: 40px auto 20px auto;
}

@media print, screen and (min-width:600px)  { 
  div.special-box02{
    width: 100%;  
    display: flex;
    flex-flow: row wrap;
    margin: 80px auto;
  }
}

@media print, screen and (min-width:960px)  {
  div.special-box02{
   width: 100%;
   max-width:1020px;
   display: flex;
   flex-flow: row wrap;
   margin: 80px auto;
  }
}

/*----  2列の場合 -----*/

div.sp-box2-row2{   
  justify-content: space-between;
}

@media print, screen and (min-width:600px)  {
  div.sp-box2-row2{
   justify-content:center;
  }
}

div.sp-box2-row2 div{
  width:calc( ( 100% - 5% ) / 2); 
  margin: 0 0 30px 0;
}

@media print, screen and (min-width:600px)  {
  div.sp-box2-row2 div{
    width:calc( ( 100% - 16% ) / 2);
    max-width: 300px;
    margin: 0 4%;
  }
}

@media print, screen and (min-width:960px)  {
  div.sp-box2-row2 div{
    width:calc( ( 100% - 16% ) / 2);
    max-width: 400px;
    margin: 0 4%;
  }
}

/*----  3列の場合 -----*/

div.sp-box2-row3{
  justify-content: space-between;
}

div.sp-box2-row3 div{
  width:calc( ( 100% - 5% ) / 2); 
  margin: 0 0 30px 0;
}

@media print, screen and (min-width:600px)  {
  div.sp-box2-row3 div{
    width:calc( ( 100% - 8%) / 3);
    max-width: 300px;
    margin: 0;
  }
}

@media print, screen and (min-width:960px)  {
  div.sp-box2-row3 div{
    width:calc( ( 100% - 16%) / 3);
    max-width: 300px;
    margin: 0;
  }
}

/*----  画像 -----*/

div.special-box02 div figure{
  width:100%;
}

div.special-box02 div figure img{
  width:100%;
  border-radius: 5px;
}

@media print, screen and (min-width:600px)  { 
  div.special-box02 div figure img{
    width:100%;
    border-radius: 10px;
  }
}

/*----  テキスト -----*/

div.special-box02 div dl{
  width:95%;
  min-height: 110px;
  display: flex;
  flex-direction: column; 
  line-height: 150%;
  margin: 15px auto 0 auto;
}

div.special-box02 div dl dt{
  flex-grow: 1;
  font-size: 1.6rem;
  font-weight: 600;
  margin:0 0 15px 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-box02 div dl dt{
   flex-grow: 1;
   font-size: 1.8rem;
   margin:0 0 5px 0;
  }
}

div.special-box02 div dl dd{
  /* font-family: 'Noto Sans JP', sans-serif;     */
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  margin:5px 0 10px 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-box02 div dl dd{ 
     font-size: 1.8rem;
     margin:10px 0 15px 0;
  }
}

div.special-box02 div dl dd span{
  display: inline-block;
  font-size: 1.2rem;  
  margin: 0 0 0 2px;
}

@media print, screen and (min-width:600px)  { 
  div.special-box02 div dl dd span{
    display: inline-block;
    font-size: 1.3rem;  
    margin: 0 0 0 2px;
  }
}

/*-------------------- special-box03 --------------------*/

div.special-box03{
   width: 90%;  
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
   grid-gap: 30px 20px;
   margin: 0 auto 40px auto;
}

@media print, screen and (min-width:600px)  { 
  div.special-box03{
    width: 100%;   
    max-width: 1080px;  
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));*/
    grid-gap: 30px;
    margin: 0 auto 80px auto;
  }
}

@media print, screen and (min-width:600px)  { 

/*----  3列の場合 -----*/

 div.sp-box3-row3{   
   grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); 
  }
  
/*----  4列の場合 -----*/
/*--div.sp-box3-row4{   
   grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); 
  }--*/
}

@media print, screen and (min-width:960px)  { 

/*----  3列の場合 -----*/

 div.sp-box3-row3{   
   grid-template-columns: repeat( 3, minmax(200px, 240px));
   justify-content: center;
  }
  
/*----  4列の場合 -----*/
div.sp-box3-row4{   
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
  }
}


div.special-box03 div figure img{
  display: block;
  width:100%;
  border-radius: 10px;
}

/*----  テキスト -----*/

div.special-box03 div dl{
  width:95%;
  min-height: 110px;
  display: flex;
  flex-direction: column; 
  line-height: 150%;
  margin: 15px auto 0 auto;
}

div.special-box03 div dl dt{
  flex-grow: 1;
  font-size: 1.6rem;
  font-weight: 600;  
  margin:0 0 15px 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-box03 div dl dt{
    font-size: 1.6rem;  
    margin:5px 0;
  }
}

div.special-box03 div dl dd{
  /* font-family: 'Noto Sans JP', sans-serif;     */
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  margin:0 0 15px 0;
}

div.special-box03 div dl dd span{
  display: inline-block;
  font-size: 1.3rem;
  margin: 0 0 0 2px;
}

/*-------------------- special-box04 --------------------*/

div.special-box04{
   width: 90%;  
   display: grid;
   grid-template-columns: repeat(1,1fr);
   grid-gap: 60px;
   margin: 0 auto;
}

@media print, screen and (min-width:960px)  { 
  div.special-box04{
    width: 100%;
    max-width: 1080px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 60px;
    margin: 0 auto;
  }
}

div.special-box04 div{
  width:100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

div.special-box04 div div{     
  flex-basis:auto;  
  display: flex;
  flex-flow: column;
  justify-content: flex-start;   
  padding: 0 0 0 15px;
}

@media print, screen and (min-width:960px)  { 
  div.special-box04 div div{      
    flex-basis:auto;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 0 0 0 20px;
  }
}

div.special-box04 div h3{
  font-size: 1.8rem;
  font-weight: 600;
  padding: 10px 0 0 0;
  margin: 0 0 15px 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-box04 div h3{
   font-size: 2.4rem;
   padding: 10px 0 0 0;
   margin: 0 0 35px 0;
  }
}

div.special-box04 div p{
  flex-grow: 1;
  line-height: 150%;
}

div.special-box04 div figure{
  flex-basis:90%;
}

div.special-box04 div figure img{
  display: block;
  width:100%;
  border-radius: 10px;
}

/*------------------  special-box05  値段の無い場合のレイアウト  --------------------*/

div.special-box05{
  width:90%;
  display: flex;
  flex-flow: column-reverse nowrap;
  margin: 0 auto 50px auto;
}

@media print, screen and (min-width:600px)  { 
  div.special-box05{
    width:100%;
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    margin: 0 auto 50px auto;
  }
}

@media print, screen and (min-width:960px)  { 
  div.special-box05{
    width:100%;
    max-width: 1080px;
    height: 350px;
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    margin: 0 auto 50px auto;
  }
}

div.special-box05 div{
  width:100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 0 5px 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-box05 div{
   width:48%;
   height: 100%;
   display: flex;
   flex-direction: column;
   padding: 0 0 5px 0;
  }
}

div.special-box05 div h3{
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 150%;
  padding: 20px 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-box05 div h3{
    font-size: 2.4rem;
    padding: 20px 0 35px 0;
  }
}

div.special-box05 div p.special-box01-lead{
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 30px 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-box05 div p.special-box01-lead{
   margin: 0 0 50px 0;
  }
}

div.special-box05 figure{
  width:100%; 
}

@media print, screen and (min-width:600px)  { 
  div.special-box05 figure{
    width:48%;
  }
}

div.special-box05 figure img{
  width:100%;
}

@media print, screen and (min-width:600px)  { 
  div.special-box05 figure img{
    width:100%;
    border-radius: 10px;
  }
}

/*-------------------- 価格別ギフト  --------------------*/

ul.special-price-list{
  width:90%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  margin: 20px auto 40px auto;
}

@media print, screen and (min-width:600px)  { 
  ul.special-price-list{ 
    width:100%;  
    max-width: 1080px;
    column-gap: 20px; 
    margin: 40px auto;
  }
}

ul.special-price-list li{
  height: 48px;
  margin: 0 0 20px 0;
}

@media print, screen and (min-width:600px)  { 
  ul.special-price-list li{
   height: 50px;
    margin: 0;
  }
}

ul.special-price-list li a{
  display: block;
  width: 100%;
  height: 100%; 
  background: #EEE;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-family: 'Noto Sans JP', sans-serif;   */
  font-size: 1.6rem;
  transition: 0.8s;
}

@media print, screen and (min-width:600px)  { 
  ul.special-price-list li a{
    font-size: 1.8rem;
  }
}

ul.special-price-list li a:hover{
  opacity: 0.7;
}

/*-------------------- プチギフトカテゴリーリンクバナー --------------------*/

aside.special-bn{
  width:90%;
  padding:0;
  margin: 10px auto;
}

@media print, screen and (min-width:600px)  { 
  aside.special-bn{
   width:100%;
   max-width: 1080px;
   padding: 20px 0 0 0;
   margin: 20px auto;
  }
}

aside.special-bn a{
  width:100%;
}

aside.special-bn a img{
  width:100%;
}


/* お客様からのご感想
========================================================================================================
*/

main.special-contents section.special-contents02{
  width:100%;
  padding: 30px 0;
  margin: 0 auto;
}

@media print, screen and (min-width:600px)  { 
  main.special-contents section.special-contents02{
   width:100%;
   padding: 30px 0 70px 0;
   margin: 0 auto;
  }
}

div.special-feedback{
  width:90%;
  /* font-family: 'Noto Sans JP', sans-serif; */
  margin: 0 auto;
}

@media print, screen and (min-width:600px)  { 
  div.special-feedback{
    width:90%;
    max-width: 1060px;
    margin: 0 auto;
  }
}

div.special-feedback div.special-feedback-box{
  background: #FFF;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 145px auto;
  margin: 0 0 30px 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-feedback div.special-feedback-box{
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 250px auto;
    margin: 0 0 30px 0;
  }
}

div.special-feedback-box figure{
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  padding: 15px 0 5px 15px;
}

@media print, screen and (min-width:600px)  { 
  div.special-feedback-box figure{
   grid-row: 1 / 3;
   grid-column: 1 / 2;
   padding: 20px;
  }
}

div.special-feedback-box figure img{
  width:100%;
  min-width: 130px;
}

div.special-feedback-box h3{  
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  font-size: 1.8rem;
  line-height: 150%;
  padding: 0 15px 15px 15px;
  margin: 15px 0 0 0;
}

div.special-feedback-box h3 span{  
  display: block;
}

@media print, screen and (min-width:600px)  { 
  div.special-feedback-box h3{
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    padding: 15px 30px 0 0;
    margin: 20px 0;
  }
  
  div.special-feedback-box h3 span{  
  display: inline-block;
  }
}

div.special-feedback-box h3 a{
  border-bottom: 1px solid #000; 
  color: #000;
  transition: 0.5s;
}

div.special-feedback-box h3 a:hover{
  border-bottom: none;
}

div.special-feedback-box h3 a:hover,
div.special-feedback-box h3 a:active,
div.special-feedback-box h3 a:visited{
  color: #000;
}

div.special-feedback-box div{  
  grid-row: 2 / 3;
  grid-column: 1 / 3;
  padding: 0 15px 15px 15px;
}

@media print, screen and (min-width:600px)  { 
  div.special-feedback-box div{  
   grid-row: 2 / 3;
   grid-column: 2 / 3;
   padding: 0 30px 20px 0;
  }
}

div.special-feedback-box div p + p{
  margin: 5px 0;
}

@media print, screen and (min-width:600px)  {
  div.special-feedback-box div p + p{   
    margin: 15px 0;
  }
}
/*----------  星 ----------*/

span.star-rating{
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #EDC82B; /* イエローカラー */  
  font-size:clamp(18px, 5.0vw, 24px);/*フォントサイズ */
  letter-spacing: 0.4em;
}

.star-rating:before{
  content: '☆☆☆☆☆';
}

.star-rating:after{
  content: '★★★★★';
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}

.star-rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star-rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star-rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star-rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star-rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star-rating[data-rate="0"]:after{ width: 0%; } /* 星0 */


/* 特集について
========================================================================================================
*/

div.about-special-contents{
  width:90%;
  border-radius: 10px;  
  display: flex;
  flex-flow: column nowrap;
  padding: 40px;
  margin: 60px auto 0 auto;
}

@media print, screen and (min-width:600px)  { 
  div.about-special-contents{
   width:100%;
   max-width: 1080px;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   padding: 40px;
   margin: 100px auto 0 auto;
  }
}

div.about-special-contents div{
    width:100%;
}

@media print, screen and (min-width:600px)  { 
  div.about-special-contents div{
    width:50%;
  }
}

div.about-special-contents div h2{
  font-size: 2.0rem;
  padding: 0;
  margin: 0 0 20px 0;
}

@media print, screen and (min-width:600px)  { 
  div.about-special-contents div h2{
    font-size: 2.8rem;
    padding: 0;
    margin: 20px 0 40px 0;
  }
}

div.about-special-contents div p{
  line-height: 200%;
}

div.about-special-contents figure{
  width:100%;
  margin: 30px 0 0 0;
}

@media print, screen and (min-width:600px)  { 
  div.about-special-contents figure{
    width:45%;
    margin: 0;
  }
}

div.about-special-contents figure img{
  width:100%;
}



/* ご利用について
========================================================================================================
*/

main.special-contents section.special-contents03{
  width:90%;
  margin: 20px auto 0 auto;
}

@media print, screen and (min-width:600px)  { 
  main.special-contents section.special-contents03{
     max-width:1060px;
     padding: 60px 0 0 0;
     margin: 0 auto;
  }
}

section.special-contents03 ul{
  width:100%;
}

section.special-contents03 ul li{
  width:100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  border-bottom: 1px solid #593B1C;
  padding: 40px 0;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents03 ul li{
    width:100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    padding: 40px 0 40px 8%;
  }
}

section.special-contents03 ul li figure{
   padding:0;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents03 ul li figure{
    padding: 0 8% 0 0;
  }
}

section.special-contents03 ul li figure img{
  width:100%;
  max-width:175px;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents03 ul li figure img{  
    width:100%;
    width:215px;
  }
}

section.special-contents03 ul li div{
  width:95%;
  text-align: center;
  margin: 20px 0 0 0;
}

@media print, screen and (min-width:600px)  {
  section.special-contents03 ul li div{
    width:auto; 
    text-align: left;
  }
}

section.special-contents03 ul li div h3{
  font-size: 2.0rem;
  margin: 0 0 20px 0;
}

@media print, screen and (min-width:600px)  {
  section.special-contents03 ul li div h3{
    font-size: 2.4rem;
    margin: 0 0 40px 0;
  }
}

section.special-contents03 ul li div p{
  font-size: 1.5rem;
}

@media print, screen and (min-width:600px)  {
  section.special-contents03 ul li div p{
    padding: 0 10px 0 0;
  }
}

aside.special-btn-top{
  width:100%;
  margin: 60px auto;
}

@media print, screen and (min-width:600px)  {
  aside.special-btn-top{
   width:100%;
   max-width: 1200px;
   margin: 80px auto 100px auto;
  }
}

aside.special-btn-top a{
  width:100%;
  max-width: 280px;
  margin: 0 auto;
}



/* テーブル
========================================================================================================
*/

table {
  caption-side: bottom;
  border-collapse: collapse;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}


.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
