@charset "utf-8";

/* -------------------------------------------------------------------------------------

	特集ページ

 ------------------------------------------------------------------------------------- */
 .special * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  word-break: break-all;
}
.special {
  font-family: "Open Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  background-color: #f2f6f7;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  font-weight: 400;
  font-style: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #403d3c;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  word-break: break-all;
  line-height: 1.5em;
}
.special .layout_table{
  width: 100%;
}
.special .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} 
span {
  display: inline-block;
}
a:hover{
  text-decoration: none;
} 
.special img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
} 
.special p.pan{
  margin: 0 auto;
  width: 1120px;
} 
.special .mv {
  height: 40vw;
  width: 100%;
  -webkit-transition: 3s;
  transition: 3s;
  margin-bottom: 4rem;
}
.special .bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.special .bg .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.main_catch {
  padding: 0 0 4rem;
  text-align: center;
}
.main_catch h1 {
  font-size: 2.2rem;
  margin-bottom: 4rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: .1rem;
}
.main_catch .text{
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2rem;
  line-height: 1.8em;
  font-weight: 100;
  }
.main_catch .text span{
  margin-bottom: 2rem;
}
.special .container {
  max-width: 1120px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.special .l-reason .sec_ttl{
  display: block;
  padding: 1.2rem 0 1rem;
  margin-bottom: 1rem;
  border-radius: 6px;
}
.special .l-reason .sec_ttl rt{
 font-size: 40%;
}
.special .l-reason-box {
  padding: 1.6rem 2.5rem;
  width: 50%;
  border-bottom: #707070 1px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.special .l-reason-box dt {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
}
.special .l-reason-box dd {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 0;
}
.special .l-reason-box dd span {
  font-size: .8rem;
}

.special .l-reason-box .num {
  height: 2.5rem;
  font-size: 2.5rem;
  text-align: left;
  line-height: 2.5rem;
  margin-right: 2.5rem;
  font-family: 'Noto Serif JP', serif;
}
.anchor .cont_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.anchor .cont_wrap {
  margin: 0 auto 1rem;
  width: 80%;
}
.anchor .cont_wrap.center{
  justify-content:center;
}
.anchor .cont_wrap {
  margin-bottom: 1rem;
}
.anchor .cont_wrap .col {
  width: 48%;
}
.anchor .cont_wrap .col .a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.anchor .cont_wrap .col .left {
  width: 38%;
}

.anchor .cont_wrap .col .right {
  width: 62%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.8rem;
}

.anchor .cont_wrap .col .right .in {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.anchor .cont_wrap .col .right .in .txt_box {
  color: #403d3c;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.anchor .cont_wrap .col:hover .right .in {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.anchor .cont_wrap .col:hover .right .in .txt_box, .anchor .cont_wrap .col:hover .right .in .txt_box .text {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.anchor img{
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.anchor img:hover{
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.6;
}
.anchor.anchor3 .cont_wrap {
  width: 100%;
  margin: 0 auto 0.5rem;
}
.anchor3 .cont_wrap .col {
  width: 32%;
}
.anchor3 .cont_wrap .col img{
  height: 100%;
}
.anchor3 .cont_wrap .col .right{
  text-align: center;
  justify-content: center;
  padding: 0;
  height:70px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
}
.anchor3 .cont_wrap .col .right p{
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.anchor3 .cont_wrap .col .right span{
  padding-left: .5rem;
  font-size: 70%;
}
.anchor3 .cont_wrap .col a{
  text-decoration: none;
  justify-content: center;
  border-radius: 5px;
}
.sec_ttl {
  font-size: 2.2rem;
  /*letter-spacing: .4rem;*/
  line-height: 1.2em;
  font-family: "Hannari", serif;
  font-weight: 400;
  color: #0B346E;
  text-align: center;
}
.l-reason .sec_ttl,.ranking .sec_ttl, .selection .sec_ttl{
  background: none;
}
.bg_ranking{
  background-color: #ccebf4;
  width: 100%;
  padding: 4rem 0 3rem;
}
.rank {
  position: relative;
}
.rank p {
  position: absolute;
  top: -10px;
  left: -10px;
  margin: 0;
  color: white;
  background: #FFC408;
  font-size: 1.8rem;
  line-height: 1;
  padding: 10px 15px;
}
.rank img {
  width: 100%;
}
.ranking .sec_ttl{
  margin-bottom: 3rem;
} 
.ranking .sec_lead {
  margin: 3rem 0 6rem;
}
.ranking_list li {
  width: 20%;
  text-align: center;
  border-radius: 3px;
  display: block;
  padding: .7rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ranking_list li:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.6;
}
.ranking_list span {
  margin-top: 1rem;
  line-height: 1.5em;
  color: #403d3c;
 } 
.item_list .ph {
  margin-bottom: 4rem;
}

.item_list .sec_ttl {
  margin-bottom: 3rem;
}
.item_list .sec_lead {
  margin-bottom: 4rem;
  font-family: 'Noto Serif JP', serif;
  color: #403d3c;
}
.sec_lead {
  line-height: 1.9em;
  font-size: 1.4rem;
  text-align: center;
}
.item_area .pkg {
  position: relative;
  margin-bottom: 2rem;
  transition: 0.2s;
}
.item_area.row .col.right {
  margin-left: 6%;
}
.item_list .item_area.row .col {
  margin-bottom: 0;
}
.item_list .item_area .col {
  width: 42%;
  margin-bottom: 6rem;
}  
.item_area.row {
  justify-content: center;
  align-items: center;
}
.item_area {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item_area .data_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item_wrap a .data_box{
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.item_wrap a .data_box:hover{
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
.item_wrap a{
  color: #403d3c;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  }
.item_wrap a:hover{
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.item_wrap a .pkg{
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.item_wrap a .pkg:hover{
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.6;
}
.item_area .item_ttl {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.item_area .item_ttl span {
  font-weight: bold;
}
.item_area .data_box{
  width: 100%;
}
.item_area .data_box .data {
  font-size: 1.1rem;
  letter-spacing: 0;
  /*color: #403d3c;*/
  line-height: 1.5;
  width: 100%;
}
.item_area .data_box .price{
  font-size: 1.2rem;
  margin-top: 1rem;
  width: 100%;
  font-weight: bold;
}

.item_area .data_box .btn {
  width: 72%;
  height: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 2rem auto 0;
  border-radius: 6px;
}
.item_area .data_box .btn .a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  position: relative;
  text-decoration: none;
}  
.item_area .data_box .btn:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.6;
}
.item_list .item_area .col3{
  width: 30%;
}
.item_area .col3,.item_area.row .col4{
  margin-bottom: 6rem;
}
.item_area .col4{
  margin-bottom: 4rem;
}
.item_area .col3 .item_ttl {
  font-size: 1.2rem;
  margin-bottom: 0.85rem;
}
.item_area .col3 .pkg{
  margin-bottom: 1.4rem;
}
.item_area .col3 .data_box .data {
  font-size: 0.94rem;
}
.item_area .col3 .data_box .price {
  font-size: 0.85rem;
  margin-top: 0rem;
  font-size: 1.1rem;
}
.item_area .col3 .data_box .btn {
  margin: 1.5rem auto 0;
}
.item_list .item_area .col4{
  width: 24%;
}
.item_area .col4 .item_ttl {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.item_area .col4 .pkg{
  margin-bottom: 1.2rem;
}
.item_area .col4 .data_box .data {
  font-size: 0.85rem;
}
.item_area .col4 .data_box .price {
  font-size: 0.77rem;
  /*margin-top: 0.77rem;*/
  margin-top: 0;
  font-size: 1rem;
}
.item_area .col4 .data_box .btn {
  margin: 1.3rem auto 0;
  height:40px;
}
.anchor,.l-reason,.ranking{
  margin-bottom: 6rem;
}
.item_list .btn_wrap{
  display: flex;
  justify-content:space-between;
  width: 100%;
}
.service{
  padding: 5rem 0;
}
.service .attention {
  font-size: 1.8rem;
  margin-top: 6rem;
  text-align: center;
  color: #3e3a39;
}
.service .notes {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  width: 100%;
  background-color: #ff0044;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  color: #fff;
}
.notes {
  text-align: center;
  font-weight: bold;
}
.special .caption {
  width: calc(100% - 12rem);
  text-align: left;
  padding: 0 0.5rem;
  margin: 0 auto;
  max-width: 760px;
}

/*column*/
.special .column{
  padding: 4rem 0;
}
.column article{
  padding-top: 3rem;
}
.column .sec_lead {
  text-align: left;
  margin-bottom: 3rem;
}
.column .sec_lead p{
  line-height: 1.5em;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.column h3{
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  text-indent: 1rem;
  margin-bottom: 2rem;
  position: relative;
  padding: 0.6em;
  background: #FFC408;
}
.column h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #FFC408;
  width: 0;
  height: 0;
}
.column .text_column p {
  line-height: 1.8em;
  margin-bottom: 3rem;
  padding: 0 1rem;
}
.column p span{
  font-weight: bold;
}

/*notification*/
.special .notification{
  text-align: center;
  display: block;
  margin:0 auto 2rem;
  font-size: .9rem;
  line-height: 1.8em;
  padding: 1rem;
}
.special .col_not{
  width: 100%;
  padding: 1rem;
}
.special .notification p{
  margin-bottom: 1rem;
}
.special .notification span{
  font-weight: bold;
  font-size:1.2em;
}
.special .notification .linear{
  font-weight: normal;
  background:linear-gradient(transparent 70%, #FFFF00 0%);
}

.special .notification .ttl_not{
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-weight:bold; 
  font-size:1.2rem;
  margin: 1rem;
}
.special .notification .caution{
  color :#ff0000;
  font-weight:bold;
  font-size:1.1rem;
}

/*ランキング*/
.ranking_list.img_circle li img {
  border-radius: 50%;
  border: #fff 2px solid;
  width:  100%;
  height: 100%;
}
.rank p.ribbon {  
  display: inline-block;
  z-index: 2;
  width: 48px;
  text-align: center;
  padding: 10px 15px 15px 15px;
}
.rank p.ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-bottom: 10px solid transparent;
}
.rank p.ribbon.gold{
  background:  #EFC433;
}
.rank p.ribbon.gold:after {
  border-left: 24px solid #EFC433;
  border-right: 24px solid #EFC433;
}
.rank p.ribbon.silver{
  background:  #b2b2b2;
}
.rank p.ribbon.silver:after{
  border-left: 24px solid #b2b2b2;
  border-right: 24px solid #b2b2b2;
}
.rank p.ribbon.bronz{
  background:  #C1AB8C;
}
.rank p.ribbon.bronz:after{
  border-left: 24px solid #C1AB8C;
  border-right: 24px solid #C1AB8C; 
}
.ranking_list.img_radius li img {
  border-radius: 5%;
  /*border: #fff 2px solid;*/
  width: 100%;
  height: 100%;
}

/*もっと見るボタン*/
.btn_more {
  font-size: 1.2rem;
  font-weight: bold; 
  text-align: center;
  font-family: "Noto Serif JP", serif;
  width: 50%;
  margin: 0 auto;
}
.summer_gifts_2022 .btn_more a {
  color: #329AD2;
  border: 1px solid #329AD2;
}
.btn_more a {
  padding: 1.5rem 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  text-decoration: none;
  border-radius: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.summer_gifts_2022 .btn_more a:hover{
  border: 1px solid #329AD2;
  background: #329AD2;
}
.btn_more a:hover{
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*カテゴリから選ぶ・予算から選ぶ*/
  
.summer_gifts_2022 .selection{
  background: #f4f2e8;
  padding: 2rem 0 5rem;
}
.by_category{
  padding-bottom: 2rem;
}
.by_category .container{
  border-bottom: 1px dotted #403d3c;
  padding-bottom: 3rem;
}
.selection h2 span {
  color: #329AD2;
  line-height: 2rem;
}
.special .by_category.item_list .item_area .col{
  width: 22%;
  margin-bottom: 2rem;
}
.by_category .item_area .pkg {
  margin-bottom: 1rem;
}
.selection .item_list .sec_ttl {
  padding: 2rem 0 0;
}
.selection .cat_ttl{
  text-align: center;
  font-weight: bold;
  align-items: center;
}
.by_price .cat_ttl{
  color: #329AD2;
  padding: 2rem .5rem;
  transition: 0.3s;
}
.by_price .cat_ttl:hover{
  color: #fff;
  transition: 0.3s;
}
.by_price.item_list .item_area .col{
  width: 18%;
  margin-bottom: 2rem;
  border: 1px solid #329AD2;
  border-radius: 3px;
  transition: 0.3s;
}
.by_price.item_list .item_area .col:hover{
  background-color: #329AD2;
  transition: 0.3s;
}
.selection .sec_ttl{
  background: none ;
}

/*--------------------------------------------
補正
---------------------------------------------*/
.onenga_2023 .bn_goodfortunetea,.winter_gifts_2022 .bn_goodfortunetea{
  width: 440px;
  height: auto;
  margin: 0 auto 6rem;
  text-align: center;
}

/*---------------
バレンタイン2023
---------------*/
.special.val_2023{
  background: #e2d7c2;
  background: #c8d5bb;
  color:#310c0c;
  background-repeat: repeat;
  height:100%;
}
.special.val_2023 .mv {
  height: 45vw;
  margin-bottom: 0;
  background: #69821b;
}
.special.val_2023 .mv .bg{
  background: url(https://shop.senkien.jp/images/valentinesday/2023/2023vd_fv_2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.special.val_2023 .container{
  max-width: calc(100% - 20rem);
  min-width:1120px;
}
.special.val_2023 .column .container,.special.val_2023 .selection .container{
  width:1120px;
}
.val_2023 .main_catch{
  background-color: #69821b;
  background-image: url(https://shop.senkien.jp/images/valentinesday/2023/2023vd_bg_main.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 40%;
  padding: 4rem 0 5rem;
  color: #fff;
}
.val_2023 .main_catch h1 {
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 2rem;
}
.val_2023 .main_catch .text{
  font-size: 1.5rem;
}
.val_2023 .sec_ttl{
  color:#3a500b;
  font-family: 'Noto Serif JP', serif;
}
.val_2023 .ranking .sec_ttl{
  color: #3a500b;
  line-height:3rem;
}
.val_2023 .anchor{
  background: #fcfcfa;
  padding: 0 0 5rem;
  color: #3a500b;
}
.val_2023 .anchor h3{
  margin-bottom: 3rem;
}
.val_2023 .anchor3 .cont_wrap .col a{
  color: #310c0c;
 }
.val_2023 .anchor3 .cont_wrap dd{
  text-align: center;
  margin: .5rem auto 1rem;
 }
 .val_2023 .anchor3 .cont_wrap dd span{
  color:#A54243;
  font-weight: bold;
 }
.special.val_2023 .l-reason .sec_ttl {
  color: #3a500b;
  border: 1px solid #3a500b;
  background: none;
  line-height: 3rem;
}
.val_2023 .l-reason-box dt,.val_2023  .l-reason-box dd {
  color: #3a500b;
}
.val_2023 .l-reason-box .num {
    color: #3a500b;
}
.val_2023 .l-reason-box {
  padding: 1.6rem 2.5rem;
  width: 50%;
  border-bottom: #69821b 1px solid;
}
.val_2023 .ranking{
  margin-bottom: 8rem;
  margin-bottom: 0;
}
.val_2023 .bg_ranking {
  width: 100%;
  padding: 4rem 0 5rem; 
  background-color: #40260b;         
}              
.val_2023 .ranking .sec_ttl, .val_2023 .ranking_list span {
  color: #fcfcfa;
  background: none;
}
.val_2023 .rank p{
  background:#69821b;
}
.val_2023 .truffle{
  padding-bottom: 2rem;
}
.val_2023 .raw_chocolate,.val_2023 .flesh_sweets{
  margin-bottom: 4rem;
}
.val_2023 .raw_chocolate .item_area.row{
  margin-bottom: 6rem;
}
.val_2023 .item_area .data_box{
  color:#310c0c;   
}
.val_2023 .item_area .data_box .data{
    color: #310c0c;
    line-height: 2rem;
    margin-bottom: 1rem;
    display: inline-block;
    border-bottom: 1px solid #69821b;
}
.val_2023 .raw_chocolate .data_box .data {
    margin-top: 1.5rem;
    background: none;
    font-size: 1rem;
}
.val_2023 .raw_chocolate .another_raw .data_box .data {
    margin-top: 0rem;
}
.val_2023 .raw_chocolate .main .data_box .data,.val_2023 .raw_chocolate .row .data_box .data {
  border-bottom: none;
}
.val_2023 .raw_chocolate .col4 .data_box .data {
  border-bottom: 1px solid #69821b;
  margin-top: 0;
}
.val_2023 .item_area .data_box .btn{
  background: #69821b;
  /*background: #A54243;*/
}
.val_2023 .item_list .sec_lead {
  color:#7A5D39;
  margin-top: .5rem;
  margin-bottom: 6rem;
}
.val_2023 h3{
  margin: 0 auto 3rem;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', serif;
}
.val_2023 .ttl_center{
  text-align: center;
}
.val_2023 h3.ribbon {
  color:#fff;
  background: #7A5D39;
  position: relative;
  height: 60px;/*リボンの高さ*/
  line-height: 60px;/*リボンの高さ*/
  text-align: center;
  color: #FFF;/*文字色*/
  box-sizing: border-box;
  /*width: 80%;*/
  display: inline-block;
  margin-bottom: 4rem;
  padding: 0 190px 0 200px;
}
.val_2023 h3.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.val_2023 h3.ribbon:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 30px;
  border-color: transparent transparent transparent #c8d5bb;
  border-style: solid;
}
.val_2023 h3.ribbon:after {
  top: 0;
  right: 0;
  border-width: 30px 30px 30px 0px;
  border-color: transparent #c8d5bb transparent transparent;
  border-style: solid;
}
.val_2023 h3.ribbon2 {
  display: inline-block;
  position: relative;
  height: 40px;/*高さ*/
  line-height: 40px;/*高さ*/
  text-align: center;
  padding: 0 40px 0 24px;/*文字の左右の余白*/
  /*font-size: 18px;/*文字サイズ*/
  background: #A54243;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
  font-size: 1.1rem;
  text-align: left;
}
.val_2023 h3.ribbon2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.val_2023 h3.ribbon2:after {
  top: 0;
  right: 0;
  border-width: 20px 10px 20px 0px;
  border-color: transparent #c8d5bb transparent transparent;
  border-style: solid;
}
.val_2023 .comment_area{
  margin-bottom: 6rem;
}
.val_2023 .comment_area .flex{
  justify-content: flex-start;
}
/*.val_2023 .truffle .comment_area{
  width: 80%;
}*/
.val_2023 .comment .flex>div{
  width: 50%;
}
.val_2023 .comment p{
  margin-bottom: 3rem;
  line-height: 2;
}
.val_2023 .truffle .comment_customer,.val_2023 .comment_staff{
  width: 12.5%;
  margin: 0 3.125%;
}
.val_2023 .raw_chocolate .comment_customer{
  width: 25%;
  margin: 0 6.25%;
}
.val_2023 .comment:last-child{
  margin-bottom: 8rem;
}
.val_2023 .comment_box{
  position:relative;
  width:62%;
  height:auto;
  background:#fcfcfa;
  padding:30px 60px 35px;
  text-align:left;
  border:1px solid #fcfcfa;
  color:#310C0C;
  border-radius:15px;
  margin-bottom: 2rem;
}
.val_2023 .comment_box:after,.val_2023 .comment_box:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  right:100%;
  top:46%;
}
.val_2023 .comment_box:after{
  border-color: rgba(255, 255, 255, 0);
  border-top-width:12px;
  border-bottom-width:12px;
  border-left-width:28px;
  border-right-width:28px;
  margin-top: -12px;
  border-right-color:#fcfcfa;
}
.val_2023 .comment_box:before{
  border-color: rgba(49, 12, 12, 0);
  border-top-width:13px;
  border-bottom-width:13px;
  border-left-width:30px;
  border-right-width:30px;
  margin-top: -13px;
  margin-right: 1px;
  border-right-color:#f6f3ed;
}
.val_2023 .col4{
  max-width: 315px;
  margin-bottom: 8rem;
}
.val_2023 .by_category .sec_ttl, .val_2023 .by_price .sec_ttl{
  color: #543f32;
  background: none;
}
.val_2023 .selection h2 span{
  color: #7A5D39;
}
.val_2023 .by_price .cat_ttl{
  color:#7A5D39;
}
.val_2023 .item_wrap a:hover{
  opacity: 1;
  color: #69821b;
}
.val_2023 .by_price .cat_ttl:hover{
  color:#fcfcfa;
}
.val_2023 .by_price.item_list .item_area .col:hover{
  background-color: #e98974;
}
.val_2023 .by_price.item_list .item_area .col{
  border: 1px solid #7A5D39;
}
.val_2023 .selection {
  background: #ebcbc4;
  padding: 2rem 0 5rem;
}
.val_2023 .item_wrap a .data_box:hover{
  color: #69821b;
}
.val_2023 .column{
  background: #fef4f4;
}
.val_2023 .column h3{
  background-color: #d69090;
  border: none;
}
.val_2023 .column h3:after {
  border-top: 15px solid #d69090;
}
.val_2023 .service{
  background: #fff;
}
.val_2023 .btn_more{
  margin-bottom: 8rem;
}
.val_2023 .btn_more a {
  color: #69821b;
  background: #fcfcfa;
  border: 1px solid #69821b;
}
.val_2023 .btn_more a:hover{
  color: #fcfcfa;
  border: 1px solid #69821b;
  background: #69821b;
}
.val_2023 .item_area .data_box .btn.bulk  {
  background-color: #fff;
  margin: 1rem auto 0;
  border: 1px solid #69821b;
}
.val_2023 .item_area .data_box .btn.bulk .a{
  color: #69821b;
}
.special.val_2023 .col_not {
    border-top: 3px double #69821B;
    border-bottom: 3px double #69821B;
    width: 60%;
    padding: 1rem;
}
.special.val_2023 .notification .ttl_not {
    color: #69821b;
}
.special.val_2023 .notification {
    padding: 2rem 0;
    background: #fcfcfa;
    margin:0 auto;
}

/*---------------
ホワイトデー2023
---------------*/
.special.white_2023{
  background: #fefdf5;
  color:#411300;
  background-repeat: repeat;
  height:100%;
}
.special.white_2023 .mv {
  height: 45vw;
  margin-bottom: 0;
  background: #507ea4;
}
.special.white_2023 .mv .bg{
  background: url(/images/whiteday/2023/2023wd_fv_c.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.special.white_2023 .container{
  max-width: calc(100% - 20rem);
  min-width:1120px;
}
.special.white_2023 .column .container,.special.white_2023 .selection .container,.special.white_2023 .service .container{
  width:1120px;
}
.white_2023 .main_catch{
  background-color: #507ea4;
  background-image: url(/images/whiteday/2023/2023wd_bg_main.jpg);
  background-position: center;
  background-size: 30%;
  padding: 0;
  color: #fff;
}
.special.white_2023 .main_catch .container {
  width: 1120px;
  background: #507ea4;
  height: 100%;
  padding: 3rem 0 4rem;
}
.white_2023 .main_catch h1 {
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 2rem;
}
.white_2023 .main_catch .text{
  font-size: 1.5rem;
}
.white_2023 .sec_ttl{
  color:#3f6b92;
  font-family: 'Noto Serif JP', serif;
  background: url(/images/whiteday/2023/2023wd_bg_ttl.jpg); 
  background-position: bottom;
  background-size: 20%;
  background-repeat: no-repeat;
  padding-bottom: 5rem;
}
.white_2023 .anchor{
  background: #fcfcfa;
  padding:0 0 2rem;
  color: #3f6b92;
  margin-bottom: 4rem;
margin-top: 4rem;

}
.white_2023 .anchor h3{
  margin-bottom: 3rem;
}
.white_2023 .anchor3 .cont_wrap .col a{
  color: #411300;
 }
.white_2023 .anchor3 .cont_wrap dd{
  text-align: center;
  margin: .5rem auto 1rem;
 }
 .white_2023 .anchor3 .cont_wrap dd span{
  color:#3f6b92;
  font-weight: bold;
 }
.special.white_2023 .l-reason .sec_ttl {
  color: #3f6b92;
  border: 1px solid #3f6b92;
  background: none;
  line-height: 3rem;
}
.white_2023 .l-reason-box dt,.white_2023  .l-reason-box dd {
  color: #3f6b92;
}
.white_2023 .l-reason-box .num {
  color: #3f6b92;
}
.white_2023 .l-reason-box {
  padding: 1.6rem 2.5rem;
  width: 50%;
  border-bottom: #507ea4 1px solid;
}
.white_2023 .ranking{
  margin-bottom: 8rem;
  margin-bottom: 0;
}
.white_2023 .bg_ranking {
  width: 100%;
  padding: 4rem 0 5rem; 
  background-color: #59b9c6;         
}            
.white_2023 .ranking .sec_ttl{
  color: #fcfcfa;
  background: none;
  margin-bottom: 0;
}
.white_2023 .ranking_list span{
  color: #fcfcfa;
}

.white_2023 .rank p{
  background:#507ea4;
}
.white_2023 .raw_chocolate,.white_2023 .flesh_sweets, .white_2023 .wd_special, .white_2023 .cookie{
  margin-bottom: 4rem;
}
.white_2023 .wd_special .item_area.row,.white_2023 .chocolate .item_area.row{
  margin-bottom: 6rem;
}
.white_2023 .item_area .data_box{
  color:#411300;   
}
.white_2023 .item_area .data_box .data{
  color: #411300;
  line-height: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
  border-bottom: 1px solid #507ea4;
}
.white_2023 .raw_chocolate .data_box .data, .white_2023 .wd_special .data_box .data {
  margin-top: 1.5rem;
  background: none;
  font-size: 1rem;
}
.white_2023 .raw_chocolate .another_raw .data_box .data{
  margin-top: 0rem;
}
.white_2023 .raw_chocolate .main .data_box .data,.white_2023 .raw_chocolate .row .data_box .data ,.white_2023 .wd_special .main .data_box .data{
  border-bottom: none;
}
.white_2023 .raw_chocolate .col4 .data_box .data {
  border-bottom: 1px solid #507ea4;
  margin-top: 0;
}
.white_2023 .item_area .data_box .btn{
  background: #507ea4;
  /*background: #A54243;*/
}
.white_2023 .item_list .sec_lead {
  color:#7A5D39;
  margin-top: .5rem;
  margin-bottom: 6rem;
}
.white_2023 h3{
  margin: 0 auto 3rem;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', serif;
}
.white_2023 .ttl_center{
  text-align: center;
}
.white_2023 .chocolate h3{
  line-height: 80px;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  padding: 0 80px;
  background-image: url(/images/whiteday/2023/2023wd_bg_h3_left.jpg),url(/images/whiteday/2023/2023wd_bg_h3_right.jpg) ;
  background-position: left,right;
  background-repeat: no-repeat;
  height:100%;
}
.white_2023 h3.ribbon {
  color:#fff;
  background: #7A5D39;
  position: relative;
  height: 60px;/*リボンの高さ*/
  line-height: 60px;/*リボンの高さ*/
  text-align: center;
  color: #FFF;/*文字色*/
  box-sizing: border-box;
  /*width: 80%;*/
  display: inline-block;
  margin-bottom: 4rem;
  padding: 0 190px 0 200px;
}
.white_2023 h3.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.white_2023 h3.ribbon:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 30px;
  border-color: transparent transparent transparent #fefdf5;
  border-style: solid;
}
.white_2023 h3.ribbon:after {
  top: 0;
  right: 0;
  border-width: 30px 30px 30px 0px;
  border-color: transparent #fefdf5 transparent transparent;
  border-style: solid;
}
.white_2023 .col4{
  max-width: 315px;
  margin-bottom: 8rem;
}
.white_2023 .by_category .sec_ttl, .white_2023 .by_price .sec_ttl{
  color: #543f32;
  background: none;
}
.white_2023 .selection h2 span{
  color: #3f6b92;
}
.white_2023 .by_price .cat_ttl{
  color:#3f6b92;
}
.white_2023 .item_wrap a:hover{
  opacity: 1;
  color: #3f6b92;
}
.white_2023 .by_price .cat_ttl:hover{
  color:#fcfcfa;
}
.white_2023 .by_price.item_list .item_area .col:hover{
  background-color: #a7bdcc;
}
.white_2023 .by_price.item_list .item_area .col{
  border: 1px solid #3f6b92;
}
.white_2023 .selection {
  background: #e2efe6;
  padding: 2rem 0 5rem;
}
.white_2023 .item_wrap a .data_box:hover{
  color: #507ea4;
}
.white_2023 .column{
  background: #fff;
}
.white_2023 .column h3{
  background-color: #85c3ca;
  border: none;
}
.white_2023 .column h3:after {
  border-top: 15px solid #85c3ca;
}
.white_2023 .service{
  background: #fff;
}
.white_2023 .btn_more{
  margin-bottom: 6rem;
}
.white_2023 .btn_more a {
  color: #507ea4;
  background: #fcfcfa;
  border: 1px solid #507ea4;
}
.white_2023 .btn_more a:hover{
  color: #fcfcfa;
  border: 1px solid #a7bdcc;
  background: #a7bdcc;
}
.white_2023 .item_area .data_box .btn.bulk  {
  background-color: #fff;
  margin: 1rem auto 0;
  border: 1px solid #507ea4;
}
.white_2023 .item_area .data_box .btn.bulk .a{
  color: #507ea4;
}
.special.white_2023 .col_not {
  border-top: 3px double #59b9c6;
  border-bottom: 3px double #59b9c6;
  width: 60%;
  padding: 1rem;
}
.special.white_2023 .notification .ttl_not {
  color: #59b9c6;
}
.special.white_2023 .notification {
  padding: 2rem 0 ;
  background: #fcfcfa;
  margin: 0 auto;
}

/*---------------
母の日2023
---------------*/
.special.mothers_2023{
  background: #f4f6f1;
  color:#411300;
  background-repeat: repeat;
  height:100%;
}
.special.mothers_2023 .mv {
  height: 45vw;
  margin-bottom: 0;
}
.special.mothers_2023 .mv .bg{
  background: url(/images/mothersday/2023/2023md_fv_c.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.special.mothers_2023 .container{
  max-width: calc(100% - 20rem);
  min-width:1120px;
}
.special.mothers_2023 .column .container,.special.mothers_2023 .selection .container,.special.mothers_2023 .service .container{
  width:1120px;
}
.mothers_2023 .main_catch{
  background-image: url();
  background-position: center;
  background-size: 30%;
  padding: 0;
}
.mothers_2023 .main_catch p.text{
  margin-bottom: 1rem;
  color: #a86965;
}
.mothers_2023 .main_catch p.text:last-child{
  margin-bottom: 0;
}
.special.mothers_2023 .main_catch .container {
  width: 1120px;
  height: 100%;
  padding: 3rem 0 4rem;
}
.mothers_2023 .main_catch h1 {
  color:#a86965;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 1.2rem;
  background: url(/images/mothersday/2023/2023md_bg_ttl.jpg); 
  background-position: bottom;
  background-size: 18%;
  background-repeat: no-repeat;
  padding-bottom: 4rem;
  font-family: 'Vollkorn', serif;
}
.mothers_2023 .main_catch h1 span{
  font-size: 1.2em;
  color: #c72236;
}
.mothers_2023 .sec_ttl{
  color:#a86965;
  font-family: 'Noto Serif JP', serif;
  background: url(/images/mothersday/2023/2023md_bg_ttl_2.jpg); 
  background-position: bottom;
  background-size: 18%;
  background-size: 24%;
  background-repeat: no-repeat;
  /*background:none;*/
  padding-bottom: 4rem;
  margin-bottom: 2rem;
}
.mothers_2023 .anchor{
  background: #fcfcfa;
  padding:0 0 2rem;
  color: #6c2c2f;
  margin-bottom: 4rem;
}
.mothers_2023 .anchor h3{
  margin-bottom: 3rem;
}
.mothers_2023 .anchor3 .cont_wrap .col a{
  color: #411300;
 }
.mothers_2023 .anchor3 .cont_wrap dd{
  text-align: center;
  margin: .5rem auto 1rem;
 }
 .mothers_2023 .anchor3 .cont_wrap dd span{
  color:#e17b79;
  font-weight: bold;
 }
.special.mothers_2023 .l-reason .sec_ttl {
  color: #a86965;
  border: 1px solid #a86965;
  background: none;
  line-height: 3rem;
}
.mothers_2023 .l-reason-box dt,.mothers_2023  .l-reason-box dd {
  color: #a86965;
}
.mothers_2023 .l-reason-box .num {
  color: #a86965;
}
.mothers_2023 .l-reason-box {
  padding: 1.6rem 2.5rem;
  width: 50%;
  border-bottom: #a86965 1px solid;
}
.mothers_2023 .ranking{
  margin-bottom: 8rem;
  margin-bottom: 0;
}
.mothers_2023 .bg_ranking {
  width: 100%;
  padding: 4rem 0 5rem; 
  background: url(https://shop.senkien.jp/images/mothersday/2023/2023md_bg_ranking.jpg) center;
  background-size: 20%;       
}            
.mothers_2023 .ranking .sec_ttl{
  color: #fcfcfa;
  background: none;
  /*margin-bottom: 0;*/
}
.mothers_2023 .ranking_list span{
  color: #fcfcfa;
}
.mothers_2023 .rank p{
  background:#e17b79;
}
.mothers_2023 .jelly,.mothers_2023 .matcha_sweets, .mothers_2023 .others{
  margin-bottom: 4rem;
}
.mothers_2023 .baked{
  padding-bottom: 4rem;
}
.mothers_2023 .j_tea{
  padding: 4rem 0 2rem;
  background: #f8f0e5;
}
.mothers_2023 .j_tea .sec_lead{
  font-size: 1.2rem;
}
.mothers_2023 .md_special .item_area.row,.mothers_2023 .jelly .item_area.row{
  margin-bottom: 6rem;
}
.mothers_2023 .item_area a{
  position: relative;
}
.mothers_2023 .item_area .data_box{
  color:#411300;   
}
.mothers_2023 .item_area .data_box .data{
  color: #411300;
  line-height: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
  border-bottom: 1px solid #e17b79;
}
.mothers_2023 .jelly .data_box .data, .mothers_2023 .wd_special .data_box .data {
  font-size: 1rem;
}
.mothers_2023 .jelly .another_raw .data_box .data{
  margin-top: 0rem;
}
.mothers_2023 .jelly .main .data_box .data,.mothers_2023 .jelly .row .data_box .data ,.mothers_2023 .wd_special .main .data_box .data{
  border-bottom: none;
}
.mothers_2023 .jelly .col4 .data_box .data {
  border-bottom: 1px solid #e17b79;
  margin-top: 0;
}
.mothers_2023 .data_box .price span {
  font-size: 0.8em;
  font-weight: normal;
  text-decoration: line-through;
  text-decoration-style:double;
  text-decoration-color: #c72236;
}
.mothers_2023 .data_box .flag {
  position: absolute;
  top: -6px;
  left: -6px;
  margin: 0;
  color: white;
  background: #d1576c;
  font-size: 2rem;
  display: inline-block;
  z-index: 2;
  padding: 16px 16px 18px;
}
.mothers_2023 .item_area .data_box .btn{
  background: #e17b79;
  background: #e17b79;
}
.mothers_2023 .item_list .sec_lead {
  color:#7A5D39;
  margin-top: .5rem;
  margin-bottom: 6rem;
}
.mothers_2023 h3{
  margin: 0 auto 3rem;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', serif;
}
.mothers_2023 .ttl_center{
  text-align: center;
}
.mothers_2023 .jelly h3{
  line-height: 80px;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  height:100%;
}
.mothers_2023 h3.ribbon {
  color:#fff;
  background: #af2500;
  background: url(https://shop.senkien.jp/images/mothersday/2023/2023md_bg_ribbon.jpg) center;
  background-size: cover;
  position: relative;
  height: 60px;/*リボンの高さ*/
  line-height: 60px;/*リボンの高さ*/
  text-align: center;
  color: #FFF;/*文字色*/
  box-sizing: border-box;
  /*width: 80%;*/
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0 190px 0 200px;
}
.mothers_2023 h3.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.mothers_2023 h3.ribbon:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 30px;
  border-color: transparent transparent transparent #f8f0e5;
  border-style: solid;
}
.mothers_2023 h3.ribbon:after {
  top: 0;
  right: 0;
  border-width: 30px 30px 30px 0px;
  border-color: transparent #f8f0e5 transparent transparent;
  border-style: solid;
}
.mothers_2023 .col4{
  max-width: 315px;
  margin-bottom: 8rem;
}
.mothers_2023 .by_category .sec_ttl, .mothers_2023 .by_price .sec_ttl{
  color: #543f32;
  background: none;
}
.mothers_2023 .selection h2 span{
  color: #6c2c2f;
}
.mothers_2023 .by_price .cat_ttl{
  color:#6c2c2f;
}
.mothers_2023 .item_wrap a:hover{
  opacity: 1;
  color: #6c2c2f;
}
.mothers_2023 .by_price .cat_ttl:hover{
  color:#fcfcfa;
}
.mothers_2023 .by_price.item_list .item_area .col:hover{
  background-color: #a7bdcc;
}
.mothers_2023 .by_price.item_list .item_area .col{
  border: 1px solid #6c2c2f;
}
.mothers_2023 .selection {
  background: #f8e5e5;
  padding: 2rem 0 5rem;
}
.mothers_2023 .item_wrap a .data_box:hover{
  color: #e17b79;
}
.mothers_2023 .column{
  background: #fff;
}
.mothers_2023 .column h3{
  background-color: #f6bfbc;
  border: none;
  background: url(https://shop.senkien.jp/images/mothersday/2023/2023md_bg_ranking.jpg);
  background-size: 20%;
  background-position: bottom;
}
.mothers_2023 .column h3:after {
  border-top: 15px solid #d1576c;
}
.mothers_2023 .service{
  background: #fff;
}
.mothers_2023 .column .text_column p{
  margin-bottom: 1.5rem;
}
.mothers_2023 .column .text_column p:last-child{
  margin-bottom: 3rem;
}
.mothers_2023 .notification {
  position: relative;
}
/*.mothers_2023 .col_not {
  border-top: 3px double #e17b79;
  border-bottom: 3px double #e17b79;
  border: 3px double #e17b79;
  padding: 1rem;
  background: #fff;
}*/
.mothers_2023 .col_not {
  padding: 0;
}
/*.mothers_2023 .col_not .sup {
  font-size: .8em;
  line-height: 1.2;
}*/
/*.mothers_2023 .earlybird{
  color: #e17b79;
  border: 3px double #e17b79;
  padding: 1rem;
}*/
.mothers_2023 .earlybird,.mothers_2023 .col_not {
  width: calc(49%)
}
.special.mothers_2023 .notification .ttl_not {
  color: #e17b79;
}
.special.mothers_2023 .earlybird .ttl_not {
  color: #e17b79;
}
.special.mothers_2023 .notification {
  padding: 4rem 0 ;
  background: #fcfcfa;
  margin: 0 auto;
}
/*---------------
父の日2023
---------------*/
/*共通*/
.anchor4 .cont_wrap .col{
  width: 24%;
}
.anchor4 .cont_wrap .col a {
  text-decoration: none;
}
/*---------------*/

.special.fathers_2023{
  background: #fefefe;
  color:#383c3c;
  background-repeat: repeat;
  height:100%;
}
.special.fathers_2023 .mv {
  height: 45vw;
  margin-bottom: 0;
}
.special.fathers_2023 .mv .bg{
  background: url(https://shop.senkien.jp/images/fathersday/2023/2023fd_fv_c.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.special.fathers_2023 .container{
  max-width: calc(100% - 20rem);
  min-width:1120px;
}
.special.fathers_2023 .column .container,.special.fathers_2023 .selection .container,.special.fathers_2023 .service .container{
  width:1120px;
}
.fathers_2023 .main_catch{
  padding: 0;
}
.fathers_2023 .main_catch p.text{
  margin-bottom: 1rem;
}
.fathers_2023 .main_catch p.text:last-child{
  margin-bottom: 0;
}
.special.fathers_2023 .main_catch .container {
  width: 1120px;
  height: 100%;
  padding: 3rem 0 4rem;
}
.fathers_2023 .main_catch h1 {
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 1.2rem;
  background: url(https://shop.senkien.jp/images/fathersday/2023/2023fd_bg_ttl.jpg); 
  background-position: bottom;
  background-size: 18%;
  background-repeat: no-repeat;
  padding-bottom: 5rem;
}
.fathers_2023 .sec_ttl{
  color:#02124f;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 2rem;
}
.fathers_2023 .anchor{
  background: #fcfcfa;
  padding:0;
  color: #383c3c;
  margin-bottom: 4rem;
}
.fathers_2023 .anchor h3{
  margin-bottom: 3rem;
}
.fathers_2023 .anchor .cont_wrap{
  width: 100%;
}
.fathers_2023 .anchor .cont_wrap .col a{
  color: #383c3c;
 }
.fathers_2023 .anchor .cont_wrap dd{
  text-align: center;
  margin: .5rem auto 1rem;
 }
 .fathers_2023 .anchor .cont_wrap dd span{
  color:#007bbb;
  font-weight: bold;
 }
.special.fathers_2023 .l-reason .sec_ttl {
  color: #02124f;
  border: 1px solid #02124f;
  background: none;
  line-height: 3rem;
}
.fathers_2023 .l-reason-box dt,.fathers_2023  .l-reason-box dd {
  color: #02124f;
}
.fathers_2023 .l-reason-box .num {
  color: #02124f;
}
.fathers_2023 .l-reason-box {
  padding: 1.6rem 2.5rem;
  width: 50%;
  border-bottom: #02124f 1px solid;
}
.fathers_2023 .ranking{
  margin-bottom: 8rem;
  margin-bottom: 0;
}
.fathers_2023 .bg_ranking {
  width: 100%;
  padding: 4rem 0 5rem; 
  background: #383c3c;
  background: url(https://shop.senkien.jp/images/fathersday/2023/2023fd_bg_ranking.jpg) center;
  background-size: 20%;
}            
.fathers_2023 .ranking .sec_ttl{
  color: #fcfcfa;
  background: none;
  margin-bottom: 3rem;
}
.fathers_2023 .ranking_list span{
  color: #fcfcfa;
}
.fathers_2023 .rank p{
  background:#0270b2;
}
.fathers_2023 .fd_special,.fathers_2023 .jelly,.fathers_2023 .matcha_sweets, .fathers_2023 .soba, .fathers_2023 .tea{
  margin-bottom: 4rem;
}
.fathers_2023 .black{
  padding-bottom: 4rem;
}
.fathers_2023 .fd_special .item_area.row,.fathers_2023 .black .item_area.row{
  margin-bottom: 6rem;
}
.fd_special .item_area .col,.black .item_area .col{
  position: relative;
}
.fathers_2023 .item_area .data_box{
  color:#383c3c;   
}
.fathers_2023 .item_area .data_box .data{
  color: #383c3c;
  line-height: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
  border-bottom: 1px solid #007bbb;
}
.fathers_2023 .fd_special .data_box .data {
  font-size: 1rem;
  line-height: 1.5em;
  padding-top: .6rem;
  border-bottom: none;
}
.fathers_2023 .data_box .price span {
  font-size: 0.8em;
  font-weight: normal;
  text-decoration: line-through;
  text-decoration-style:double;
  text-decoration-color: #c72236;
}
.fathers_2023 .col .flag {
  position: absolute;
  top: -10px;
  left: -10px;
  margin: 0;
  color: white;
  background: #0370b3;
  font-size: 2rem;
  display: inline-block;
  z-index: 2;
  padding: 16px 16px 18px;
}
.fathers_2023 .item_area .data_box .btn{
  background: #007bbb;
}
.fathers_2023 .item_list .sec_lead {
  color:#3d3d3d;
  margin-top: .5rem;
  margin-bottom: 6rem;
}
.fathers_2023 h3{
  margin: 0 auto 3rem;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', serif;
}
.fathers_2023 .ttl_center{
  text-align: center;
}
.fathers_2023 .col4{
  max-width: 315px;
  margin-bottom: 8rem;
}
.fathers_2023 .bn_shincha{
  width: 440px;
  margin: 3rem auto 0;
}
.fathers_2023 .bn_shincha a{
  text-decoration: none;
  font-size: 1.2rem;
}
.fathers_2023 .bn_shincha a:hover{
  opacity: .6;
}
.fathers_2023 .by_category .sec_ttl, .fathers_2023 .by_price .sec_ttl{
  color: #3d3d3d;
  background: none;
}
.fathers_2023 .selection h2 span{
  color: #383c3c;
}
.fathers_2023 .by_price .cat_ttl{
  color:#383c3c;
}
.fathers_2023 .item_wrap a:hover{
  opacity: 1;
  color: #383c3c;
}
.fathers_2023 .by_price .cat_ttl:hover{
  color:#fcfcfa;
}
.fathers_2023 .by_price.item_list .item_area .col:hover{
  background-color: #a7bdcc;
}
.fathers_2023 .by_price.item_list .item_area .col{
  border: 1px solid #383c3c;
}
.fathers_2023 .selection {
  background: #d9e5ed;
  padding: 2rem 0 5rem;
}
.fathers_2023 .item_wrap a .data_box:hover{
  color: #007bbb;
}
.fathers_2023 .column{
  background: #fffff1;
}
.fathers_2023 .column h3{
  background-color: #6186a5;
  border: none;
}
.fathers_2023 .column h3:after {
  border-top: 15px solid #6186a5;
}
.fathers_2023 .service{
  background: #fff;
}
.fathers_2023 .column .text_column p{
  margin-bottom: 1.5rem;
}
.fathers_2023 .column .text_column p:last-child{
  margin-bottom: 3rem;
}
.fathers_2023 .col_not {
  padding: 0;
}
.fathers_2023 .earlybird,.fathers_2023 .col_not {
  width: calc(49%)
}
.special.fathers_2023 .notification {
  padding: 4rem 0 ;
  background: #d9e5ed;
  margin: 0 auto 4rem;
  position: relative;
}

/*---------------
夏ギフト2023
---------------*/
/*共通*/
.anchor4 .cont_wrap .col{
  width: 24%;
}
.anchor4 .cont_wrap .col a {
  text-decoration: none;
}
.special .vertical{
  background: none;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  line-height: 2.8em;
  letter-spacing: .1em;
  height: 360px;
  margin: 0 auto;
  display: inline-block;
}
.summer_2023 .anchor .cont_wrap dd{
  text-align: center;
  margin: .5rem auto 1rem;
 }

/*---------------*/

.special.summer_2023{
  background: #fffff1;
  color:#0b3a55;
  background-repeat: repeat;
  height:100%;
}
.special.summer_2023 .mv {
  height: 45vw;
  margin-bottom: 0;
}
.special.summer_2023 .mv .bg{
  background: url(https://shop.senkien.jp/images/summer_gifts/2023/2023sg_fv.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.special.summer_2023 .container{
  max-width: calc(100% - 20rem);
  min-width:1120px;
}
.special.summer_2023 .column .container,.special.summer_2023 .selection .container,.special.summer_2023 .service .container{
  width:1120px;
}
.summer_2023 .main_catch{
  padding: 0;
  color: #444;
}
.summer_2023 .main_catch span{
  color: #2792c3;
}
.summer_2023 .main_catch p.text{
  font-size: 1.4rem;
  margin-left: 1rem;
  line-height: 3rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
}
.summer_2023 .main_catch p.text:last-child{
  margin-bottom: 0;
}
.special.summer_2023 .main_catch .container {
  width: 1120px;
  height: 100%;
  padding: 5rem 0;
  background: url(https://shop.senkien.jp/images/summer_gifts/2023/2023sg_bg_main_text.jpg) no-repeat;
  background-position: left bottom 20%;
  background-size: 30%;
}
.summer_2023 .main_catch h1 {
  font-family: 'Noto Serif JP', serif;
  margin-left: 1.2rem;
  margin-left: 4rem;
  margin-bottom: 0;
  font-size: 1.9rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 800;
  line-height: 3rem;
  background: url(https://shop.senkien.jp/images/summer_gifts/2023/2023sg_bg_main_h1.jpg) no-repeat;
  background-size: contain;
  display: block;
}
.summer_2023 .sec_ttl{
  color:#0b3a55;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 2rem;
}
.summer_2023 .anchor{
  background: url(https://shop.senkien.jp/images/summer_gifts/2023/2023sg_bg_anchor.jpg) center;
  background-size: 20%;
  color: #0b3a55;
  margin-bottom: 4rem;
  padding: 4rem 0 2rem;
}
.summer_2023 .anchor .cont_wrap{
  width: 100%;
}
.summer_2023 .anchor .cont_wrap .col a{
  color: #0b3a55;
 }
 .summer_2023 .anchor .cont_wrap dd span{
  color:#507ea4;
  font-weight: bold;
 }
.special.summer_2023 .l-reason .sec_ttl {
  color: #0b3a55;
  border: 1px solid #0b3a55;
  background: none;
  line-height: 3rem;
}
.summer_2023 .l-reason-box dt{
  color: #0b3a55;
}
.summer_2023  .l-reason-box dd {
  color: #0b3a55;
}
.summer_2023 .l-reason-box .num {
  color: #0b3a55;
}
.summer_2023 .l-reason-box {
  padding: 1.6rem 2.5rem;
  width: 50%;
  border-bottom: #0b3a55 1px solid;
}
.summer_2023 .ranking{
  margin-bottom: 8rem;
  margin-bottom: 0;
}
.summer_2023 .bg_ranking {
  width: 100%;
  padding: 4rem 0 5rem; 
  background: url(	https://shop.senkien.jp/images/summer_gifts/2023/2023sg_bg_ranking.jpg) center;
  background-size: 20%;
}            
.summer_2023 .ranking .sec_ttl{
  color: #fcfcfa;
  background: none;
  margin-bottom: 3rem;
}
.summer_2023 .ranking_list span{
  color: #fcfcfa;
}
.summer_2023 .rank p{
  background:#507ea4;
}
.summer_2023 .ice_pop,.summer_2023 .tea_sweets{
  margin-bottom: 8rem;
}
.summer_2023 .tea_sweets{
  margin-bottom: 4rem;
}
.summer_2023 .ice_pop .pkg{
  margin: 0 auto 4rem;
}
.summer_2023 .ice_pop .item_area{
  margin-bottom: 0;
  justify-content: center;
}
.summer_2023 .ice_pop .item_area .col{
  padding:0 3rem;
}
.summer_2023 .matcha_sweets, .summer_2023 .soba, .summer_2023 .tea{
  margin-bottom: 4rem;
}
.summer_2023 .item_area .data_box{
  color:#0b3a55;   
}
.summer_2023 .item_area .data_box .data{
  color: #0b3a55;
  line-height: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
  border-bottom: 1px solid #507ea4;
}
.summer_2023 .jelly .item_area .data_box .data{
  border-bottom: none;
  margin-top: 1.2rem;
}
.summer_2023 .j_assortment .ttl_center{
  width: 35%;
  margin: 0 auto 1rem;
}
.summer_2023 .ttl_center h3{
  margin-bottom: 0;
}
.summer_2023 .j_assortment .sec_lead{
  font-size: 1.2rem;
}
.summer_2023 .jelly .j_assortment .item_area .data_box .data{
  border-bottom: 1px solid #507ea4;
  margin-top: 0;
}
.summer_2023 .j_assortment .col4{
  position: relative;
}
.summer_2023 .flag{
  position: absolute;
  top: 5px;
  left: -5px;
  margin: 0;
  color: white;
  background: #ffd900;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  z-index: 2;
  padding: 8px 10px 8px;
}
.summer_2023 .item_area .data_box .btn{
  background: #507ea4;
}
.summer_2023 .btn_more a {
  color: #507ea4;
  border: 1px solid #507ea4;
  background: #fffff1;
}
.summer_2023 .btn_more a:hover{
  background: #fff;
}
.summer_2023 .jelly .btn_more{
  padding-bottom: 8rem;
}
.summer_2023 .item_list .sec_lead {
  margin-top: .5rem;
  margin-bottom: 6rem;
  color: #353535;
}
.summer_2023 h3{
  margin: 0 auto 3rem;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', serif;
}
.summer_2023 .ttl_center{
  text-align: center;
}
.summer_2023 .col4{
  width: 24%;
  margin-bottom: 8rem;
}
.summer_2023 .by_category .sec_ttl, .summer_2023 .by_price .sec_ttl{
  color: #353535;
  background: none;
}
.summer_2023 .selection h2 span{
  color: #0b3a55;
}
.summer_2023 .selection .sec_ttl span{
  font-size: 2.2rem;
}
.summer_2023 .by_price .cat_ttl{
  color:#0b3a55;
}
.summer_2023 .by_price .cat_ttl:hover{
  color:#fcfcfa;
}
.summer_2023 .by_price.item_list .item_area .col:hover{
  background-color: #a7bdcc;
}
.summer_2023 .by_price.item_list .item_area .col{
  border: 1px solid #0b3a55;
}
.summer_2023 .selection {
  background: #daeaef;
  padding: 2rem 0 5rem;
}
.summer_2023 .item_wrap a .data_box:hover{
  color: #507ea4;
}
.summer_2023 .info_sg li{
  width: 100%;
}

/*---------------
敬老ギフト2023
---------------*/
.special.keirou_2023{
  background: #fdfaf8;
  color:#390004 ;
  background-repeat: repeat;
  height:100%;
}
.special.keirou_2023 .special{
background: #fdfaf8;
}
.special.keirou_2023 .mv {
  height: 38vw;
  margin-bottom: 0;
}
.special.keirou_2023 .mv .bg{
  background: url(https://shop.senkien.jp/images/keirou/2023/2023kg_fv_c.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.special.keirou_2023 .container{
  max-width: calc(100% - 20rem);
  min-width:1120px;
}
.special.keirou_2023 .selection .container,.special.keirou_2023 .gift_service .container,.keirou_2023 .service .container{
  width:1120px;
}
.keirou_2023 .vertical{
  height: 420px;
}
.keirou_2023 .main_catch{
  padding: 0;
  color: #390004;
}
.special.keirou_2023 .main_catch .container {
  width: 1120px;
  height: 100%;
  padding: 5rem 0;
  background: url(https://shop.senkien.jp/images/keirou/2023/2023kg_bg_main_text.jpg) no-repeat;
  background-position: right 60% center;
  background-size: 48%;
}
.keirou_2023 .main_catch h1{
  color:#ba372f;
  margin-left: 4rem;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 3rem;
}
.keirou_2023 .main_catch span{
  font-weight: bold;
}
.keirou_2023 .main_catch p.text{
  font-size: 1.2rem;
  margin-left: 1rem;
  line-height: 2.4rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  margin-bottom: 1rem;
}
.keirou_2023 .main_catch p.text:last-child{
  margin-bottom: 0;
}
.special.keirou_2023 .main_catch .container {
  width: 1120px;
  height: 100%;
  padding: 6rem 0 5rem;
}
.keirou_2023 .large_order{
  background: #ded9dd;
  display: block;
  padding: 3rem 0;
 }
.keirou_2023 .sec_ttl{
  color:#9B003F;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 2rem;
}
.keirou_2023 .anchor{
  background: url(https://shop.senkien.jp/images/keirou/2023/2023kg_bg_check.jpg) center;
  background-size: 0.4%;
  color: #5e0010;
  margin-bottom: 4rem;
  padding: 4rem 0 2rem;
}
.keirou_2023 .anchor .cont_wrap{
  width: 100%;
}
.keirou_2023 .anchor .cont_wrap dd{
 text-align: center;
 margin: .5rem auto 1rem;
}
.keirou_2023 .anchor .cont_wrap .col a{
  color: #5e0010;
 }
 .keirou_2023 .anchor .cont_wrap dd span{
  color:#9B003F;
  font-weight: bold;
 }
.special.keirou_2023 .l-reason .sec_ttl {
  color: #390004;
  border: 1px solid #390004;
  background: none;
  line-height: 3rem;
}
.keirou_2023 .l-reason-box dt{
  color: #390004;
}
.keirou_2023  .l-reason-box dd {
  color: #390004;
}
.keirou_2023  .l-reason-box dd .caution{
    font-size: unset;
    color: #dc0000;
    font-weight: bold;
}
.keirou_2023 .l-reason-box .num {
  color: #390004;
}
.keirou_2023 .l-reason-box {
  padding: 1.6rem 2.5rem;
  width: 50%;
  border-bottom: #390004 1px solid;
}
.keirou_2023 .ranking{
  margin-bottom: 8rem;
  margin-bottom: 0;
}
.keirou_2023 .bg_ranking {
  width: 100%;
  padding: 4rem 0 5rem; 
  background: url(https://shop.senkien.jp/images/keirou/2023/2023kg_bg_ranking.jpg) center;
  background-size: 5%;
}            
.keirou_2023 .ranking .sec_ttl{
  color: #5e0010;
  background: none;
  margin-bottom: 3rem;
}
.keirou_2023 .ranking_list span{
  color: #5e0010;
}
.keirou_2023 .rank p{
  background:#9B003F;
}
.keirou_2023 .tea_sweets{
  margin-bottom: 8rem;
}
.keirou_2023 .tea_sweets{
  margin-bottom: 4rem;
}

.keirou_2023 .matcha_sweets, .keirou_2023 .soba, .keirou_2023 .tea{
  margin-bottom: 4rem;
}
.keirou_2023 .item_area .data_box{
  color:#390004;   
}
.keirou_2023 .col,.keirou_2023 .col3{
position: relative;
}
.keirou_2023 .flag{
  position: absolute;
  top: 5px;
  left: -5px;
  margin: 0;
  color: #fff;
  background: #ba372f;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  z-index: 2;
  padding: 10px 20px 10px;
}
.keirou_2023 .item_area .data_box .data{
  color: #390004;
  line-height: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
  border-bottom: 1px solid #9B003F;
}
.keirou_2023 .special .item_area .data_box .data{
  line-height: 1.8;
  margin: 0.5rem 0 1rem;
  border-bottom: none;
}
.keirou_2023 .item_area.col_center {
  justify-content: center;
}

.keirou_2023 .item_area .data_box .btn{
  background: #9B003F;
}
.keirou_2023 .item_list .sec_lead {
  margin-top: .5rem;
  margin-bottom: 6rem;
  color: #390004;
}
.keirou_2023 .ttl_center{
  text-align: center;
}
.keirou_2023 .col4{
  width: 24%;
  margin-bottom: 8rem;
}

.keirou_2023 .by_category .sec_ttl, .keirou_2023 .by_price .sec_ttl{
  color: #332631 ;
  background: none;
}
.keirou_2023 .selection h2 span{
  color: #513743;
}
.keirou_2023 .selection .sec_ttl span{
  font-size: 2.2rem;
}
.keirou_2023 .by_price .cat_ttl{
  color:#513743;
}
.keirou_2023 .by_price .cat_ttl:hover{
  color:#fcfcfa;
}
.keirou_2023 .by_price.item_list .item_area .col:hover{
  background-color: #d9c1d3;
}
.keirou_2023 .by_price.item_list .item_area .col{
  border: 1px solid #513743;
}
.keirou_2023 .selection {
  background: #ebdee8;
  padding: 2rem 0 5rem;
}
.keirou_2023 .item_wrap a .data_box:hover{
  color: #b94d79;
}
.keirou_2023 .keirou_gift a{
  transition: .3s;
}
.keirou_2023 .keirou_gift a:hover{
  opacity: .6;
  transition: .3s;
}
.keirou_2023 .gift_service{
  padding: 0;
  background: #fff;
}
.keirou_2023 .gift_service h2.sec_ttl{
  color:#ba372f;
  margin-bottom: 4rem;
  padding: 2rem 0;
  line-height: 3rem;
  background: url(https://shop.senkien.jp/images/keirou/2023/2023kg_bg_check.jpg) center;
  background-size: 0.4%;
}
.keirou_2023 .comment p {
  line-height: 2;
}
.keirou_2023 .comment {
  margin-bottom: 1rem;
}
.keirou_2023 .comment.ex {
  padding: 1rem;
  background:#fef6c3;
}
.keirou_2023 .comment.ex span{
  font-weight: bold;
}
.keirou_2023 .comment_area .flex {
  justify-content: flex-start;
}
.keirou_2023 .comment_img_left {
  width: 25%;
  margin: 0 10% 0 0;
}
.keirou_2023 .comment_img_right {
  width: 30%;
  margin: 0 0 0 5%;
}
.keirou_2023 .comment_box {
  position: relative;
  width: 60%;
  height: auto;
  text-align: left;
  margin-bottom: 2rem;
}
.keirou_2023 p.ttl_comment{
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.keirou_2023 .ttl_comment span{
  font-size: .7em;
} 
.keirou_2023 .bg_bottom{
  background: url(https://shop.senkien.jp/images/keirou/2023/2023kg_bg_check.jpg) center;
  background-size: 0.4%;
  height: 6rem;
  display: block;
}

/*---------------
冬ギフト2023
---------------*/
/*共通*/
.anchor4 .cont_wrap .col{
  width: 24%;
}
.anchor4 .cont_wrap .col a {
  text-decoration: none;
}
.vertical{
  background: none;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  line-height: 2.8em;
  letter-spacing: .1em;
  height: 360px;
  margin: 0 auto;
  display: inline-block;
}
.special .anchor .cont_wrap dd{
  text-align: center;
  margin: .5rem auto 1rem;
 }
.special .parallax {
  min-height: 70vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  background-position: center;
 }
.special .parallax h2.sec_ttl{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
 }
/*---------------*/

.special.winter_2023{
  background: #fdfaf8;
  color:#331402 ;
  background-repeat: repeat;
  height:100%;
}
.special.winter_2023 .special{
background: #fdfaf8;
}
.special.winter_2023 .mv {
  height: 38vw;
  margin-bottom: 0;
}
.special.winter_2023 .mv .bg{
  background: url(https://shop.senkien.jp/images/winter_gifts/2023/2023wg_fv.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.special.winter_2023 .container{
  max-width: calc(100% - 20rem);
  min-width:1120px;
}
.special.winter_2023 .l-reason .container,.special.winter_2023 .column .container,
.special.winter_2023 .selection .container, .special.winter_2023 .gift_service .container, .special.winter_2023 .service .container{
  width:1120px;
}
.winter_2023 .main_catch .vertical{
  height: 420px;
}
.obukucha .vertical, .baked .vertical, .matcha_dukushi .vertical, .tea .vertical, .soba .vertical, .sweets .vertical{
  height:300px;
  height:auto;
  width: 960px;
  font-weight: normal;
  line-height: 2em;
  display: flex;
  align-items: center;
  text-orientation: upright;
}
.winter_2023 .main_catch{
  padding: 0;
  color: #331402;
}
.special.winter_2023 .main_catch .container {
  width: 1120px;
  height: 100%;
  padding: 6rem 0 2rem;
  /*background: url(https://shop.senkien.jp/images/keirou/2023/2023kg_bg_main_text.jpg) no-repeat;
  background-position: right 60% center;
  background-size: 48%;*/
}
.winter_2023 .main_catch h1{
  /*color:#c12235;*/
  margin-left: 4rem;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 3rem;
}
.winter_2023 .main_catch span{
  font-weight: bold;
}
.winter_2023 .main_catch p.text{
  font-size: 1.2rem;
  margin-left: 1rem;
  line-height: 2.4rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  margin-bottom: 1rem;
}
.winter_2023 .main_catch p.text:last-child{
  margin-bottom: 0;
}
.winter_2023 .sec_ttl{
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 2rem;
}
.winter_2023 .sec_ttl p{
  color:#ad1320;
}
.winter_2023 .anchor{
  background: url(https://shop.senkien.jp/images/winter_gifts/2023/2023wg_bg_rhombus.jpg) center;
  background-size: 10%;
  color: #331402;
  margin-bottom: 4rem;
  padding: 4rem 0 2rem;
}
.winter_2023 .anchor .cont_wrap{
  width: 100%;
}
.winter_2023 .anchor .cont_wrap .col a{
  color: #331402;
 }
 .winter_2023 .anchor .cont_wrap dd{
  text-align: center;
  margin: .5rem auto 1rem;
 }
 .winter_2023 .anchor .cont_wrap dd span{
  color:#a37f3f;
  font-weight: bold;
 }
.special.winter_2023 .l-reason .sec_ttl {
  color: #331402;
  border: 1px solid #331402;
  background: none;
  line-height: 3rem;
}
.winter_2023 .l-reason-box dt{
  color: #331402;
}
.winter_2023  .l-reason-box dd {
  color: #331402;
}
.winter_2023 .l-reason-box .num {
  color: #331402;
}
.winter_2023 .l-reason-box {
  padding: 1.6rem 2.5rem;
  width: 50%;
  border-bottom: #331402 1px solid;
}
.winter_2023 .ranking{
  margin-bottom: 8rem;
  margin-bottom: 0;
}
.winter_2023 .bg_ranking {
  padding: 4rem 0 5rem; 
  width: 100%;
  background-color: rgb(206,185,103,0.5);
  background-image: conic-gradient(rgba(206, 185, 103, 0.902) 0deg 90deg, rgba(206,185,103,0.7) 90deg 180deg, rgba(206, 185, 103, 0.902) 180deg 270deg, rgba(206,185,103,0.7) 270deg 360deg);
  background-size: 60px 60px;
}            
.winter_2023 .ranking .sec_ttl{
  color: #fff;
  background: none;
  margin-bottom: 3rem;
}
.winter_2023 .ranking_list span{
  color: #fff;
}
.winter_2023 .rank p{
  background:#b29151;
}
.obukucha .parallax{
  background-image: url(https://shop.senkien.jp/images/winter_gifts/2023/2023wg_obukucha.jpg);
}
.matcha_dukushi .parallax{
  background-image: url(https://shop.senkien.jp/images/winter_gifts/2023/2023wg_matcha_dukushi.jpg);
}
.baked .parallax{
  background-image: url(https://shop.senkien.jp/images/winter_gifts/2023/2023wg_baked.jpg);
}
.tea .parallax{
  background-image: url(https://shop.senkien.jp/images/winter_gifts/2023/2023wg_tea.jpg);
}
.soba .parallax{
  background-image: url(https://shop.senkien.jp/images/winter_gifts/2023/2023wg_soba.jpg);
}
.sweets .parallax{
  background-image: url(https://shop.senkien.jp/images/winter_gifts/2023/2023wg_sweets.jpg);
}
.winter_2023 .parallax h2.sec_ttl{
  width: auto;
  color: #fdfaf8;
  margin-bottom: 0;
  font-weight: bold;    
  writing-mode: vertical-rl;
  text-align: center;
  letter-spacing: 0.15em;
  font-family: 'Hina Mincho', serif;
  height:100%;
  text-shadow: rgba(0,0,0,0.4) 1px 3px 8px;
  font-size: 1.8rem;
  transform: translate(-50%, -50%);
}
.winter_2023 .obukucha .parallax h2.sec_ttl{
  text-align: left;
  line-height: 1.6;
  transform: translate(-50%, -30%);
}
.winter_2023 .item_list .sec_lead p span{
font-weight: bold;
text-decoration: underline;
text-decoration-color: #d5c090;
}
.winter_2023 .bn_goodfortunetea {
  width: 440px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.winter_2023 .bn_goodfortunetea img {
  margin: 0 auto 10px;
}
.winter_2023 h3{
  margin: 0 auto 0.8rem;
  line-height: 2.4;
  border-bottom: 3px double #956d2e;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}
.winter_2023 .baked h3{
  width: 40%;
}
.winter_2023 .h3_txt {
  margin-bottom: 4rem;
  text-align: center;
  line-height: 1.6;
}
.winter_2023 .obukucha, .winter_2023 .soba{
  margin-bottom: 6rem;
}
.winter_2023 .matcha_dukushi,.winter_2023 .baked, .winter_2023 .sweets, .winter_2023 .tea{
  margin-bottom: 4rem;
}
.winter_2023 .item_area .data_box{
  color:#331402;   
}
.winter_2023 .col,.winter_2023 .col3{
position: relative;
}
.winter_2023 .flag{
  position: absolute;
  top: 5px;
  left: -5px;
  margin: 0;
  color: #fff;
  background: #c12235;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  z-index: 2;
  padding: 10px 20px 10px;
}
.winter_2023 .item_area .data_box .data{
  line-height: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
  border-bottom: 1px solid #956d2e;
}
.winter_2023 .obukucha .item_area .data_box .data{
  border-bottom: none;
}

.winter_2023 .special .item_area .data_box .data{
  line-height: 1.6rem;
  margin: 0.5rem 0 1.5rem;
  border-bottom: none;
}
.winter_2023 .item_area.col_center{
  justify-content: center;
}
.winter_2023 .item_area .data_box .btn{
  background: #b29151;
}
.winter_2023 .item_list .sec_lead {
  margin-top: .5rem;
  margin-bottom: 6rem;
  color: #331402;
}
.winter_2023 .ttl_center{
  text-align: center;
}
.winter_2023 .gift_service{
  background:#fff;
}
.winter_2023 .gift_service h2.sec_ttl {
  color: #331402;
  margin-bottom: 4rem;
  padding: 2rem 0;
  line-height: 3rem;
  background: url(https://shop.senkien.jp/images/winter_gifts/2023/2023wg_bg_rhombus.jpg) center;
  background-size: 10%;
}
.winter_2023 .bg_bottom {
  background: url(https://shop.senkien.jp/images/winter_gifts/2023/2023wg_bg_rhombus.jpg) center;
  background-size: 10%;
  height: 6rem;
  display: block;
}

.winter_2023 .by_category .sec_ttl, .winter_2023 .by_price .sec_ttl{
  color: #332631 ;
  background: none;
}
.winter_2023 .selection h2 span{
  color: #513743;
}
.winter_2023 .selection .sec_ttl span{
  font-size: 2.2rem;
}
.winter_2023 .by_price .cat_ttl{
  color:#513743;
}
.winter_2023 .by_price .cat_ttl:hover{
  color:#fcfcfa;
}
.winter_2023 .by_price.item_list .item_area .col:hover{
  background-color: #e8d6a6;
}
.winter_2023 .by_price.item_list .item_area .col{
  border: 1px solid #513743;
}
.winter_2023 .selection {
  background: #fcf8e9;
  padding: 2rem 0 5rem;
}
.winter_2023 .item_wrap .data_box:hover{
  color: #e8d6a6;
}
.winter_2023 .comment p {
  line-height: 2;
}
.winter_2023 .comment {
  margin-bottom: 1rem;
}
.winter_2023 .comment.ex {
  padding: 1rem;
  background:#fef6c3;
}
.winter_2023 .comment.ex span{
  font-weight: bold;
}
.winter_2023 .comment_area .flex {
  justify-content: flex-start;
}
.winter_2023 .comment_img_left {
  width: 25%;
  margin: 0 10% 0 0;
}
.winter_2023 .comment_img_right {
  width: 30%;
  margin: 0 0 0 5%;
}
.winter_2023 .comment_box {
  position: relative;
  width: 60%;
  height: auto;
  text-align: left;
  margin-bottom: 2rem;
}
.winter_2023 p.ttl_comment{
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.winter_2023 .ttl_comment span{
  font-size: .7em;
} 
.winter_2023 .column h3 {
  background-color: rgb(206,185,103,0.5);
  background-image: conic-gradient(rgba(206, 185, 103, 0.9) 0deg 90deg, rgba(206,185,103,0.7) 90deg 180deg, rgba(206, 185, 103, 0.9) 180deg 270deg, rgba(206,185,103,0.7) 270deg 360deg);
  background-size: 50px 50px;
  background-position: center;
  border-bottom: none;
  margin-bottom: 2rem;
  text-align: left;
}
.winter_2023 .column h3:after {
  border-top: 15px solid rgba(206,185,103,0.9);
}
/*---------------
お年賀2024
---------------*/

.special.onenga_2024{
  background: #fdfaf8;
  color:#331402 ;
  background-repeat: repeat;
  height:100%;
}
.special.onenga_2024 .special{
background: #fdfaf8;
}
.special.onenga_2024 .mv {
  height: 38vw;
  margin-bottom: 0;
}
.special.onenga_2024 .mv .bg{
  background: url(https://shop.senkien.jp/images/onenga/2024/2024og_fv.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.special.onenga_2024 .container{
  max-width: calc(100% - 20rem);
  min-width:1120px;
}
.special.onenga_2024 .l-reason .container,.special.onenga_2024 .column .container,
.special.onenga_2024 .selection .container, .special.onenga_2024 .gift_service .container, .special.onenga_2024 .service .container{
  width:1120px;
}
.onenga_2024 .main_catch .vertical{
  height: 420px;
}
.obukucha .vertical, .baked .vertical, .sp_package .vertical, .tea .vertical, .sweets .vertical{
  height:300px;
  height:auto;
  width: 960px;
  font-weight: normal;
  line-height: 2em;
  display: flex;
  align-items: center;
  text-orientation: upright;
}
.onenga_2024 .main_catch{
  padding: 0;
  color: #331402;
}
.special.onenga_2024 .main_catch .container {
  width: 1120px;
  height: 100%;
  padding: 6rem 0 2rem;
  /*background: url(https://shop.senkien.jp/images/keirou/2023/2023kg_bg_main_text.jpg) no-repeat;
  background-position: right 60% center;
  background-size: 48%;*/
}
.onenga_2024 .main_catch h1{
  /*color:#c12235;*/
  margin-left: 4rem;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 3rem;
}
.onenga_2024 .main_catch span{
  font-weight: bold;
}
.onenga_2024 .main_catch p.text{
  font-size: 1.2rem;
  margin-left: 1rem;
  line-height: 2.4rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  margin-bottom: 1rem;
}
.onenga_2024 .main_catch p.text:last-child{
  margin-bottom: 0;
}
.onenga_2024 .sec_ttl{
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 2rem;
}
.onenga_2024 .sec_ttl p{
  color:#ad1320;
}
.onenga_2024 .anchor{
  background: url(https://shop.senkien.jp/images/onenga/2024/2024og_bg_rhombus.jpg) center;
  background-size: 10%;
  color: #331402;
  margin-bottom: 4rem;
  padding: 4rem 0 2rem;
}
.onenga_2024 .anchor .cont_wrap{
  width: 100%;
}
.onenga_2024 .anchor .cont_wrap .col a{
  color: #331402;
 }
 .onenga_2024 .anchor .cont_wrap dd{
  text-align: center;
  margin: .5rem auto 1rem;
 }
 .onenga_2024 .anchor .cont_wrap dd span{
  color:#a37f3f;
  color:#331402;
  font-weight: bold;
 }
.special.onenga_2024 .l-reason .sec_ttl {
  color: #331402;
  border: 1px solid #331402;
  background: none;
  line-height: 3rem;
}
.onenga_2024 .l-reason-box dt{
  color: #331402;
}
.onenga_2024  .l-reason-box dd {
  color: #331402;
}
.onenga_2024 .l-reason-box .num {
  color: #331402;
}
.onenga_2024 .l-reason-box {
  padding: 1.6rem 2.5rem;
  width: 50%;
  border-bottom: #331402 1px solid;
}
.onenga_2024 .ranking{
  margin-bottom: 8rem;
  margin-bottom: 0;
}
.onenga_2024 .bg_ranking {
  padding: 4rem 0 5rem; 
  width: 100%;
  background-color: rgba(206, 103, 103, 0.5);
  background-image: conic-gradient(rgba(206, 103, 103, 0.902) 0deg 90deg, rgba(206,103,103,0.7) 90deg 180deg, rgba(206, 103, 103, 0.902) 180deg 270deg, rgba(206, 103, 103, 0.7) 270deg 360deg);
  background-size: 60px 60px;
  background-repeat: repeat;
  height: 100%;
}            
.onenga_2024 .ranking .sec_ttl{
  color: #fff;
  background: none;
  margin-bottom: 3rem;
}
.onenga_2024 .ranking_list span{
  color: #fff;
}
.onenga_2024 .rank p{
  background:#c03332;
}
.obukucha .parallax{
  background-image: url(https://shop.senkien.jp/images/onenga/2024/2024og_obukucha.jpg);
}
.sp_package .parallax{
  background-image: url(https://shop.senkien.jp/images/onenga/2024/2024og_special.jpg);
}
.sweets .parallax{
  background-image: url(https://shop.senkien.jp/images/onenga/2024/2024og_sweets.jpg);
}
.onenga_2024 .baked .parallax{
  background-image: url(https://shop.senkien.jp/images/onenga/2024/2024og_baked.jpg);
}
.onenga_2024 .parallax h2.sec_ttl{
  width: auto;
  color: #fdfaf8;
  margin-bottom: 0;
  font-weight: bold;    
  writing-mode: vertical-rl;
  text-align: center;
  letter-spacing: 0.15em;
  font-family: 'Hina Mincho', serif;
  height:100%;
  text-shadow: rgba(0,0,0,0.4) 1px 3px 8px;
  font-size: 1.8rem;
  transform: translate(-50%, -50%);
}
.onenga_2024 .obukucha .parallax h2.sec_ttl{
  text-align: left;
  line-height: 1.6;
  transform: translate(-50%, -30%);
}
.onenga_2024 .item_list .sec_lead p span{
font-weight: bold;
text-decoration: underline;
text-decoration-color: #d5c090;
}
.onenga_2024 .bn_goodfortunetea {
  width: 440px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.onenga_2024 .bn_goodfortunetea img {
  margin: 0 auto 10px;
}
.onenga_2024 h3{
  margin: 0 auto 0.8rem;
  line-height: 2.4;
  border-bottom: 3px double #c03332;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}
.onenga_2024 .baked h3{
  width: 40%;
}
.onenga_2024 .h3_txt {
  margin-bottom: 4rem;
  text-align: center;
  line-height: 1.6;
}
.onenga_2024 .obukucha{
  margin-bottom: 6rem;
}
.onenga_2024 .sweets, .onenga_2024 .tea{
  margin-bottom: 4rem;
}
.onenga_2024 .baked{
  margin-bottom: 2rem;
}
.onenga_2024 .sp_package{
  padding-bottom: 2rem;
}
.onenga_2024 .item_area .data_box{
  color:#331402;   
}
.onenga_2024 .col,.onenga_2024 .col3{
position: relative;
}
.onenga_2024 .flag{
  position: absolute;
  top: 5px;
  left: -5px;
  margin: 0;
  color: #fff;
  background: #c12235;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  z-index: 2;
  padding: 10px 20px 10px;
}
.onenga_2024 .item_area .data_box .data{
  line-height: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
  border-bottom: 1px solid #c03332;
}
.onenga_2024 .obukucha .item_area .data_box .data{
  border-bottom: none;
}
.onenga_2024 .special .item_area .data_box .data{
  line-height: 1.6rem;
  margin: 0.5rem 0 1.5rem;
  border-bottom: none;
}
.onenga_2024 .item_area.col_center{
  justify-content: center;
}
.onenga_2024 .item_area .data_box .btn{
  background: #c03332;
}
.onenga_2024 .item_list .sec_lead {
  margin-top: .5rem;
  margin-bottom: 6rem;
  color: #331402;
}
.onenga_2024 .ttl_center{
  text-align: center;
}
.onenga_2024 .gift_service{
  background: #fff;
} 
.onenga_2024 .gift_service h2.sec_ttl {
  color: #fff;
  margin-bottom: 4rem;
  padding: 2rem 0;
  line-height: 3rem;
  background: url(https://shop.senkien.jp/images/onenga/2024/2024og_bg_rhombus.jpg) center;
  background-size: 10%;
}
.onenga_2024 .bg_bottom {
  background: url(https://shop.senkien.jp/images/onenga/2024/2024og_bg_rhombus.jpg) center;
  background-size: 10%;
  height: 6rem;
  display: block;
}

.onenga_2024 .by_category .sec_ttl, .onenga_2024 .by_price .sec_ttl{
  color: #332631 ;
  background: none;
}
.onenga_2024 .selection h2 span{
  color: #513743;
}
.onenga_2024 .selection .sec_ttl span{
  font-size: 2.2rem;
}
.onenga_2024 .by_price .cat_ttl{
  color:#513743;
}
.onenga_2024 .by_price .cat_ttl:hover{
  color:#fcfcfa;
}
.onenga_2024 .by_price.item_list .item_area .col:hover{
  background-color: #d57d7c;
}
.onenga_2024 .by_price.item_list .item_area .col{
  border: 1px solid #513743;
}
.onenga_2024 .selection {
  background: #ebcbc4;
  padding: 2rem 0 5rem;
}
.onenga_2024 .item_wrap .data_box:hover{
  color: #e8d6a6;
}
.onenga_2024 .comment p {
  line-height: 2;
}
.onenga_2024 .comment {
  margin-bottom: 1rem;
}
.onenga_2024 .comment.ex {
  padding: 1rem;
  background:#fef6c3;
}
.onenga_2024 .comment.ex span{
  font-weight: bold;
}
.onenga_2024 .comment_area .flex {
  justify-content: flex-start;
}
.onenga_2024 .comment_img_left {
  width: 25%;
  margin: 0 10% 0 0;
}
.onenga_2024 .comment_img_right {
  width: 30%;
  margin: 0 0 0 5%;
}
.onenga_2024 .comment_box {
  position: relative;
  width: 60%;
  height: auto;
  text-align: left;
  margin-bottom: 2rem;
}
.onenga_2024 p.ttl_comment{
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.onenga_2024 .ttl_comment span{
  font-size: .7em;
} 
.onenga_2024 .column h3 {
  background-color:#c03332;
  border-bottom: none;
  margin-bottom: 2rem;
  text-align: left;
}
.onenga_2024 .column h3:after {
  border-top: 15px solid #c03332
}
.onenga_2024 .wrapping .ph {
  width: 710px;
  margin: 0 auto 4rem;
}
.onenga_2024 .wrapping .ph .text {
  text-align: right;
  font-size: 1rem;
  margin-top: 1rem;
  color: #da654a;
}
