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

	特集ページ

 ------------------------------------------------------------------------------------- */
 .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;
} 
.special img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
} 
.special p.pan{
  margin: 0 auto;
  width: 1120px;
} 
.special .mv {
  height: 38vw;
  width: 100%;
  -webkit-transition: 3s;
  transition: 3s;
  margin-bottom: 0;
}
.special .bg {
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.special .vertical{
  height:auto;
  /*width: 960px;*/
  font-weight: normal;
  line-height: 2em;
  display: flex;
  align-items: center;
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  margin: 0 auto;
  letter-spacing: .1em;
}
.main_catch {
  padding: 0;
  text-align: center;
}
.special .main_catch .vertical{
  height: auto;
  display: inline-block;
  width: auto;
  width: min(85vw,960px);
  min-height: 500px;
}
.special .main_catch .container {
  /*width: 1120px;*/
  height: 100%;
  padding: 6rem 0;
  text-align: justify;
}
.special .main_catch h1{
  margin-left: 4rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: normal;
  font-size: clamp(1.6rem, 1.521rem + 0.32vw, 1.9rem);
  font-weight: 800;
  line-height: 3rem;
  letter-spacing: .1rem;
}
.special .main_catch p.text{
  font-size: clamp(1.1rem, 1.021rem + 0.32vw, 1.4rem);
  margin-left: 1rem;
  line-height: 3rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
}
.main_catch .text span{
  margin-bottom: 2rem;
}
.special .container {
  margin: 0 auto;
  height: 100%;
  position: relative;
  max-width: calc(100% - 30rem);
  min-width:1024px;
}
.special .l-reason .container,.special .column .container,
.special .selection .container, .special .gift_service .container, .special .service .container{
  width:1120px;
}
.l-reason{
  color:#444;
  padding: 0 0 8rem;
  background: #fff;
}
.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: clamp(1.1rem, 1.021rem + 0.32vw, 1.4rem);
  margin-bottom: 0.8rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
}
.special .l-reason-box dd {
  font-size: clamp(1rem, 0.947rem + 0.21vw, 1.2rem);
  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: clamp(1.5rem, 1.237rem + 1.05vw, 2.5rem);
  text-align: left;
  line-height: 2.5rem;
  margin-right: 2.5rem;
  font-family: 'Noto Serif JP', serif;
}
.special .anchor{
  margin-bottom: 0;
  padding: 4rem 0 3rem;
}
.anchor .cont_wrap {
  width: 100%;
  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;
  margin-bottom: 1rem;
}
.anchor .cont_wrap.center{
  justify-content:center;
}
.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 a{
  position: relative;
}
.anchor .cont_wrap dd {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(254, 244, 244, 0.8);
  padding: 1rem;
  translate: -50% -50%;
  width: 70%;
  margin: 0;
  font-size: 1rem;
  line-height: 1.1;
  text-align: center;
}
.anchor .cont_wrap dd span{
  font-size: 1rem;
  font-weight: bold;
}
.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%;
  position: relative;
}
.anchor3 .cont_wrap .col img{
  height: 100%;
}
.anchor3 .cont_wrap .col a{
  text-decoration: none;
}
.anchor4 .cont_wrap .col {
  width: 24%;
}
.anchor4 .cont_wrap dd {
  width: 80%;
}
.sec_ttl {
  font-size: clamp(1.6rem, 1.442rem + 0.63vw, 2.2rem);
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 2rem;
}
.l-reason .sec_ttl,.ranking .sec_ttl, .selection .sec_ttl{
  background: none;
}
.bg_ranking{
  width: 100%;
  height:100%;
  padding: 4rem 0 5rem;
}
.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;
}
.ranking_list li img {
  border-radius: 5%;
  width: 100%;
  height: 100%;
}
.ranking .sec_ttl{
  margin-bottom: 3rem;
  background: none;
  color: #fff;
} 
.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: .2rem;
  font-weight: bold;
  font-size: 1.1rem;
  color: #fff;
} 
.ranking_list a {
  text-decoration:none;
}
.ranking_list .name {
  margin-top: 1rem;
  line-height: 1.5em;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
} 
.item_list .sec_ttl {
  margin-bottom: 3rem;
}
.item_list .sec_lead {
  font-size: clamp(1.3rem, 1.221rem + 0.32vw, 1.6rem);
  margin-bottom: 6rem;
  font-family: 'Noto Serif JP', serif;
  width: 100%;
  min-height: 240px;
}
.special .parallax {
  min-height: 80vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  margin-bottom: 6rem;
  position: relative;
  background-position: center;
}
.special .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: clamp(1.8rem, calc(1.6714285714285715rem + 0.4285714285714286vw), 2.1rem);
  transform: translate(-50%, -50%);
  line-height: 1.6;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}
.l-reason .parallax{
  background-image: url(/common/img/bg_tea.jpg);
  min-height: 40vh;
}
.l-reason .parallax h2.sec_ttl{
  writing-mode: horizontal-tb;
  text-align: left;
  height: auto;
  text-align: center;
}
.item_list .item_area .col {
  width: 42%;
  margin-bottom: 6rem;
  position: relative;
}
.item_area .pkg {
  position: relative;
  margin-bottom: 2rem;
  transition: 0.2s;
}
.item_area .col.right {
  margin-left: 6%;
}
.item_list .item_area.row .col {
  margin-bottom: 0;
}
.item_area.col_center{
  justify-content: center;
}
.item_area.col_center .col3:nth-child(2){
  margin-right: 5%;
  margin-left: 5%;
}
.item_area.row {
  justify-content: 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: .8;
}
.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: .8;
}
.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: clamp(1.4rem, 1.095rem + 0.42vw, 1.6rem);
  margin-bottom: min(1vh, 1rem);
  line-height: 1.2;
}
.item_area .item_ttl span {
  font-weight: bold;
}
.item_area .data_box{
  width: 100%;
}
.item_area .data_box .data {
  font-size: clamp(1rem, 0.947rem + 0.21vw, 1.2rem);
  letter-spacing: 0;
  width: 100%;
  line-height: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.special .item_area .data_box .data.ex_txt{
  border-bottom: none;
  margin-top: 1.5rem;
  background: none;
  line-height: 1.8;
}
.item_area .data_box .price{
  font-size: 1.7rem;
  font-size: clamp(1.5rem, 1.195rem + 0.42vw, 1.7rem);
  margin-top: 1rem;
  width: 100%;
  font-weight: bold;
}

.item_area .data_box .btn {
  width: 72%;
  height: 60px;
  -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;
  font-size: clamp(1.1rem, 1.074rem + 0.11vw, 1.2rem);
}  
.item_area .data_box .btn:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.8;
}
.item_list .item_area .col3{
  width: 30%;
  position: relative;
}
.item_area .col3,.item_area.row .col4{
  margin-bottom: 6rem;
}
.item_area .col4{
  margin-bottom: 4rem;
}
.item_area .col3 .item_ttl{
  margin-bottom: 1.2rem;
}
.item_area .col3 .pkg{
  margin-bottom: 1.4rem;
}
.item_area .col3 .data_box .data {
  font-size: 1rem;
}
.item_area .col3 .data_box .price{
  font-size: 1.5rem;
  margin-top: 0rem;
}
.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: 1.2rem;
  margin-bottom: 0.5rem;
}
.item_area .col4 .pkg{
  margin-bottom: 1.2rem;
}
.item_area .col4 .data_box .data {
  font-size: 1rem;
}
.item_area .col4 .data_box .price {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  margin-top: 0;
}
.item_area .col4 .data_box .btn {
  margin: 1.3rem auto 0;
  height:50px;
}
.item_area .col4 .data_box .btn .a {
  font-size:1.1rem;
}
.item_list .btn_wrap{
  display: flex;
  justify-content:space-between;
  width: 100%;
}
.special h3{
  margin: 0 auto 0.8rem;
  line-height: 2.4;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', serif;
}
.special 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: 4rem 0;
  width: 40%;
}
.special h3.ribbon:before{
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 30px;
  border-color: transparent transparent transparent #c8d5bb;
  border-style: solid;
}
.special h3.ribbon:after {
  top: 0;
  right: 0;
  border-width: 30px 30px 30px 0px;
  border-color: transparent #c8d5bb transparent transparent;
  border-style: solid;
}
.special h3.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.service{
  padding: 5rem 0;
  margin-bottom: 2rem;
  background:#fff;
}
.service .attention {
  font-size: 1.8rem;
  margin-top: 6rem;
  text-align: center;
  color: #3e3a39;
}
.service .notes {
  font-size: clamp(1rem, 0.789rem + 0.84vw, 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;
}
.gift_service{
  background: #fff;
}
.special .gift_service h2.sec_ttl {
  /*color: #fff;*/
  margin-bottom: 4rem;
  padding: 2rem 0;
  line-height: 3rem;
}
.special .gift_service .bg_bottom {
  height: 6rem;
  display: block;
}
.special .comment_box {
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
  margin-bottom: 2rem;
 color: #683f36;
}
.special .comment_box img{
  width: 80%;
  margin: 0 auto;
  display: block;
}
.special .comment p {
  font-size: clamp(1rem, 0.974rem + 0.11vw, 1.1rem);
  line-height: 2;
  margin-bottom: 1rem;
}
.special .comment {
  margin-bottom: 3rem;
  width: 45%;
}
.special .comment_area .flex {
  justify-content: flex-start;
}
.special .comment_img_left {
  width: 25%;
  margin: 0 10% 0 0;
}
.special .comment_img_right {
  width: 30%;
  margin: 0 0 0 5%;
}
.special p.ttl_comment{
  font-size: clamp(1.2rem, 1.147rem + 0.21vw, 1.4rem);
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.special .ttl_comment span{
  font-size: .7em;
} 

/*column*/
.special .column{
  padding: 4rem 0 6rem;
}
.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;
}
.special .column h3{
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  text-indent: 1rem;
  margin-bottom: 2rem;
  position: relative;
  padding: 0.6em;
  /*background: #FFC408;*/
  border-bottom: none;
  text-align: left;
}
 .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 {
  font-size: 1.1rem;
  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: 1.1rem;
  line-height: 1.8em;
  padding: 2rem 0;
}
.special .col_not{
  width: 100%;
  padding: 1rem;
}
.special .notification .col_not.container{
  padding: 1rem auto;
  text-align: center;
}
.special .notification p{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.6;
}
.special .notification span{
  font-weight: bold;
  font-size:1.2rem;
}
.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{
  font-size: .9rem;
  line-height: 1.6;
  color: #fff;
  font-weight: normal;
}

/*ランキングリボン*/

.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; 
}


/*もっと見るボタン*/
.btn_more {
  font-size: 1.2rem;
  font-weight: bold; 
  text-align: center;
  font-family: "Noto Serif JP", serif;
  width: 30%;
  margin: 0 auto;
}
.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;
}
.btn_more a:hover{
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*カテゴリから選ぶ・予算から選ぶ*/
  
.by_category{
  padding-bottom: 2rem;
}
.by_category .container{
  border-bottom: 1px dotted #403d3c;
  padding-bottom: 3rem;
}
.by_category .sec_ttl,.by_price .sec_ttl{
  background: none;
}
.selection{
padding: 2rem 0 5rem;
background: #edf2e2;
color: #666;
}
.selection h2 span {
  line-height: 2rem;
  color: #638134;
}
.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;
  color: #444;
}
.selection .sec_ttl span{
  font-size: 2.2rem;
}
.selection .cat_ttl{
  text-align: center;
  font-weight: bold;
  align-items: center;
}
.by_price .cat_ttl{
  padding: 2rem .5rem;
  transition: 0.3s;
  color:#638134;
}
.by_price .cat_ttl:hover{
  color: #fff;
  transition: 0.3s;
}
.by_price.item_list .item_area .col{
  width: 18%;
  margin-bottom: 2rem;
  border-radius: 3px;
  transition: 0.3s;
  border: 1px solid #638134;
}
.by_price.item_list .item_area .col:hover{
  transition: 0.3s;
  background:#ccdab1;
}
.selection .sec_ttl{
  background: none ;
}
.special .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 12px 10px;
  font-size: 1.1rem;
}
.price span.tax, .ranking_list span.tax{
  font-size:70%;
}
.btn_reason{
  width: 100%;
  text-align: center;
  /*background: #fff;*/
  padding: 6rem 0;
}
.btn_reason a{
border: 1px solid #8b4a46;
border-radius: 10px;
padding: 1rem 4rem;
text-align: center;
color: #8b4a46 !important;
font-size: clamp(1.1rem, calc(1rem + 1vw), 1.6rem);
text-decoration: none;
margin: 0 auto;
line-height: 1.6rem;
transition: .3s;
}
.btn_reason a:hover{
border: 1px solid #d95352;
color: #d95352 !important;
background: #f8eeef;
transition: .3s;
}
.btn_reason a span{
font-size: 1rem;
}
.flag_new{
  position: absolute;
  top: 10px;
  left: 20px;
  margin: 0;
  color: white;
  background: #c12235;
  font-size: 1.2rem;
  display: inline-block;
  z-index: 2;
  width: 90px;
  padding: 35px 12px 35px;
  border-radius: 50%;
  transform: rotate(-10deg);
  font-weight: bold;
  line-height: .9;
  }

.info_sg{
  margin-bottom: 6rem;
}

/***********Responsive*****************/

/*PC_only*/
@media(min-width:1025px){
  .special .main_catch .container{
  width: 1120px;
  }
  #anchor_sp{
    display: none !important;
  }
  #ranking_sp{
    display: none !important;
  }
  .br_sp{
    display: none;
  }
}
/*tablet_or_less*/
@media(max-width:1024px){
  .special .mv {
    height: 38vw;
  }
  .special .mv .bg {
    background-size: cover;
    background-position: center;
  }
  .special .parallax h2.sec_ttl{
    top:45%;
  }
  .pc{
    display: none;
  }
  #anchor{
    display: none !important;
  }
  .anchor .col{
    width: 48%;
    margin: 1%;
  }
  #ranking_sp{
    display: none;
  }
  .special .parallax {
    min-height: 50vh;
    background-attachment:unset;
  }
  .l-reason .parallax {
    min-height: 20vh;
  }
  .special .container{
    max-width: calc(100% - 6rem);
    min-width: auto;
  }
  .special .l-reason .container, .special .column .container, .special .selection .container, .special .gift_service .container, .special .service .container {
    width: auto;
  }
  .special .l-reason-box {
    padding: 1.2rem 1.6rem;
  }
  .special .l-reason-box .num {
    margin-right: 1.6rem;
  }
  .item_list .item_area .col {
    width: 46%;
  }
  .item_area .data_box .data{
    line-height: 1.4rem;
  }
  .item_area .data_box .btn{
    width: 75%;
    height: 50px;
    margin: 1rem auto 0;
    border-radius: 5px;
  }
  .item_area .col4 .data_box .btn{
    width: 88%;
  }
  .btn_more {
    width: 70%;
  }
  .col4 .data{
    display: none!important;
  }
  .col4 .data_sp{
    display: block;
  }
  .item_list .item_area .col4 .pkg {
    margin-bottom: 0.3rem;
  }
  .item_area .col4 .data_box .data_sp {
    line-height: 2rem;
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%;
    font-size: .8rem;
  }
}
/*air_or_less*/
@media(max-width:840px){
  .br_pc{
    display: none;
  }
  .special .container{
    max-width: calc(100% - 3rem);
    min-width: auto;
  }
  .special .main_catch .vertical{
    width: 100%;
    align-content: center;
  }
  .special .main_catch h1 {
    margin-left: 2rem;
    line-height: 1.6;
  }
  .special .main_catch p.text {
    line-height: 2.4rem;
  }
  .item_area.col_center .col3:nth-child(2){
    margin-right: 0;
  }
  .item_list .item_area .col3{
    width: 46%;
    position: relative;
  }
  .special .comment{
    width: 48%;
  }
}
/*SP_or_over*/
@media(min-width:600px){
  .pkg.mini_sp,.column .ph_sp{
    display: none;
  }
  .col4 .data.sp{
    display: none;
  }
  .sp{
    display: none;
  }
  .br_sp{
    display: none;
  }
}
/*SP_only*/
@media(max-width:599px){
#anchor,#ranking,.pkg.mini,.column .ph,.col4 .data{
  display: none !important;
}
.br_sp{
  display: block;
}
.pc{
  display: none;
}
  .special .container {
  margin: 0 auto;
  height: 100%;
  position: relative;
  max-width: calc(100% - 2rem);
  min-width: auto;
  padding: 0;
  }
  .special .mv {
    height: auto;
    display: block;
    margin-bottom: 2rem;
  }
  .special .bg {
    background: none;
  }
  .special .vertical {
    height: auto;
    font-weight: normal;
    line-height: 2em;
    display: flex;
    align-items: center;
    text-orientation: upright;
    writing-mode: vertical-rl;
    text-align: left;
    margin: 0 auto 3rem
  }
  .special .main_catch .vertical {
  writing-mode: horizontal-tb;
  text-align: center;
  }
  .main_catch {
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .special .main_catch .container{
    padding: 0 0 2rem;
    width: 100%;
    height: 100%;
  }
  .special .main_catch h1 {
    margin-bottom: 2rem;
    line-height: 1.5;
    letter-spacing: .1rem;
    margin-left: 0;
    font-weight: normal;
  }
  .special .main_catch p.text{
  line-height: 1.6;
  margin-left: 0;
  margin-bottom: 1rem;
  }  
  .special .main_catch .text span{
    margin-bottom: 2rem;
  }
  .special .anchor{
    padding: 2rem 0 1rem;
  }
  .anchor .cont_wrap {
    margin: 0 auto 1rem;
  }
  .anchor .cont_wrap .col {
    width: 50%;
    padding: 0.2rem;
    margin: 0 0 2px 0;
  }
  .anchor .cont_wrap dd {
  line-height: 1.4;
  background: none;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  translate:0;
  width: 100%;
  margin: 0;
  }
  .btn_reason {
    padding: 2rem 0 4rem;
  }
  .btn_reason a{
    display: inline-block;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    line-height: 1.6rem;
    display: inline-block;
    transition: .3s;
  }
  .special .l-reason{
    padding-bottom: 4rem;
  }
  .special .l-reason-box {
  padding: 0.8rem 0.2rem;
  width: 100%;
  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 .num {
  line-height: 1.5rem;
  margin-right: 1rem;
  }
  .special .l-reason-box dt {
  margin-bottom: 0.4rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  }
  .special .l-reason-box dd {
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 0;
}
#ranking_sp{
  display: block;
}
.special .ranking_swiper .sec_ttl {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  background: none;
  margin-bottom: 2rem;
  padding-bottom: 0;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  }
  .special .swiper-button-prev{
  background-image: none;
  }
  .special .swiper-button-next{
  background-image: none;
  }
  .bg_ranking {
  width: 100%;
  padding: 2rem 0 2rem;
  }
  .ranking_swiper .rank p.ribbon {
  width: 40px;
  }
  .ranking_swiper .rank p.ribbon.gold:after {
  border-left: 20px solid #EFC433;
  border-right: 20px solid #EFC433;
  }
  .ranking_swiper .rank p.ribbon.silver:after {
  border-left: 20px solid #b2b2b2;
  border-right: 20px solid #b2b2b2;
  }
  .ranking_swiper .rank p.ribbon.bronz:after {
  border-left: 20px solid #C1AB8C;
  border-right: 20px solid #C1AB8C;
  }
  .special .rank p {
  top: 0px;
  left: -6px;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1;
  padding: 10px 15px;
  }
  .ranking_list p.name {
  font-size: 1rem;
  text-align: center;
  }
  .ranking_list span{
    font-size: 1rem;
    text-align: center;
  }
  .special .parallax {
  background-attachment:unset;
  margin-bottom: 4rem;
  min-height: 56vh;
  }
  .l-reason .parallax{
    min-height: 25vh;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
  .special .parallax h2.sec_ttl{
    display: none;
  }
  .item_list .sec_lead {
  margin-bottom: 3rem;
  width: 100%;
  }
  .item_list .sec_ttl {
  line-height: 1.2em;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2rem;
  }
  .item_list .sec_lead.vertical{
    font-weight: bold;
    line-height: 2.3em;
    margin-bottom: 5rem;
  }
  .item_list .item_area .col,.item_list .item_area.row .col,.item_list .item_area .col3 {
  width: 100%;
  margin-bottom: 3rem;
}
.item_list .item_area .col4 {
  width: 48%;
}
.item_list .item_area .col4 .pkg {
  margin-bottom: 0.3rem;
}
.item_area.row .col.right {
  margin-left:0;
  margin-bottom: 0;
}
.item_area.col_center .col3:nth-child(2) {
  margin-left: 0;
}
.item_area .pkg,.item_area .col3 .pkg {
  margin-bottom: 1rem;
}
.item_area .data_box .price {
  margin-top: 0;
  font-weight: bold;
}
.item_list .item_area .data_box .data {
  margin-bottom: 1rem;
  line-height: 2rem;
}
.special .item_area .data_box .data.ex_txt{
  line-height: 1.6;
  margin-top: 1rem;
}
.item_area .data_box .btn {
  width: 75%;
  height: 50px;
  margin: 1rem auto 0;
  border-radius: 5px;
}
.btn_more {
  width: 90%;
}
.special .comment_area {
  margin-bottom: 3rem;
}
.special .comment_box {
  margin-bottom: 1rem;
}
.special .comment {
  margin-bottom: 0;
  width: 100%;
}
.special .comment p{
  line-height: 1.6;
}
.special p.ttl_comment{
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.special .gift_service h2.sec_ttl{
  font-size: 1.2rem;
  padding: 2rem 0;
  line-height: 1.6;
  font-weight: bold;
}
.special .by_category.item_list .item_area .col {
  width: 48%;
}
.special .by_price.item_list .item_area .col {
  width: 48%;
  margin-bottom: 0.5rem;
}
.special .caption {
  width: calc(100% - 2rem);
}
.by_category.item_list .item_area .pkg {
  margin-bottom: .5rem;
}
.selection .cat_ttl{
  font-weight: normal;
}
.selection .sec_ttl span{
  font-size: 1.6rem;
}

}
/*---------------
  夏ギフト2024
---------------*/

/*共通*/

.summer_2024 .anchor .cont_wrap dd {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(254, 244, 244, 0.8);
  padding: 1rem;
  translate: -50% -50%;
  width: 70%;
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.1;
}

.summer_2024 .anchor .cont_wrap dd span {
  font-size: .7rem;
}

.summer_2024 .l-reason {
  padding: 0 0 8rem;
  background: #fff;
  margin-bottom: 0;
}

.summer_2024 .btn_reason {
  padding: 6rem 0;
}

.summer_2024 .btn_reason a {
  border: 1px solid #00495c;
  color: #00495c !important;
}

.btn_reason a:hover {
  border: 1px solid #83ccd2;
  color: #83ccd2 !important;
  background: #daf0f1;
}

.summer_2024 .jelly .flag,
.summer_2024 .sg_special .flag {
  background: #ffd900;
}

.flag_new {
  position: absolute;
  top: 10px;
  left: 20px;
  margin: 0;
  color: white;
  background: #c12235;
  font-size: 1.2rem;
  display: inline-block;
  z-index: 2;
  width: 90px;
  padding: 35px 12px 35px;
  border-radius: 50%;
  transform: rotate(-10deg);
  font-weight: bold;
  line-height: .9;
}

/****************/


.special.summer_2024 {
  background: #fffff1;
  color: #41341e;
}

.summer_2024 .mv {
  background: #fffff1;
}

.summer_2024 .mv .bg {
  background: url(/images/summer_gifts/2024/2024sg_fv.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.summer_2024 .main_catch {
  padding: 0;
  color: #00495c;
}

.summer_2024 .main_catch .vertical {
  padding-left: 6rem;
}

.summer_2024 .main_catch p.text {
  line-height: 3rem;
}

.special.summer_2024 .main_catch .container {
  width: 1120px;
  height: 100%;
  padding: 6rem 0;
  background: url(/images/summer_gifts/2024/bg_main.png) no-repeat;
  background-position: left bottom 20%;
  background-size: 30%;
}

.summer_2024 .anchor {
  background: #eff4ba;
  background: #f9efa6;
  color: #00495c;
  margin-bottom: 0;
}

.summer_2024 .anchor .cont_wrap .col a {
  color: #00495c;
}

.summer_2024 .anchor .cont_wrap dd {
  font-size: 1rem;
}

.summer_2024 .anchor .cont_wrap dd span {
  color: #00495c;
  font-weight: bold;
}

.special.summer_2024 .l-reason .sec_ttl {
  color: #fff;
  border: none;
}

.summer_2024 .l-reason-box dt {
  color: #41341e;
}

.summer_2024 .l-reason-box dd {
  color: #41341e;
}

.summer_2024 .l-reason-box .num {
  color: #41341e;
}

.summer_2024 .l-reason-box {
  border-bottom: #41341e 1px solid;
}

.summer_2024 .bg_ranking {
  background-image: conic-gradient(#9ad1e1 0deg 90deg, #8ec8db 90deg 180deg, #9ad1e1 180deg 270deg, #8ec8db 270deg 360deg);
  background-size: 60px 60px;
  background-repeat: repeat;
}

.summer_2024 .ranking .sec_ttl {
  color: #fff;
}

.summer_2024 .ranking_list span {
  color: #fff;
}

.summer_2024 .ranking_list .name {
  color: #fff;
}

.summer_2024 .rank p {
  background: #5194a7;
}

.summer_2024 .sg_special .parallax {
  background-image: url(/images/summer_gifts/2024/2024sg_special.jpg);
}

.summer_2024 .tea_sweets .parallax {
  background-image: url(/images/summer_gifts/2024/2024sg_tea_sweets.jpg);
}

.summer_2024 .ice_pop .parallax {
  background-image: url(/images/summer_gifts/2024/2024sg_ice_pop.jpg);
}

.summer_2024 .jelly .parallax {
  background-image: url(/images/summer_gifts/2024/2024sg_jelly.jpg);
}

.summer_2024 .soba .parallax {
  background-image: url(/images/summer_gifts/2024/2024sg_soba.jpg);
  ;
}

.summer_2024 .tea .parallax {
  background-image: url(/images/summer_gifts/2024/2024sg_tea.jpg);
  ;
}

.summer_2024 .sweets .parallax {
  background-image: url(/images/summer_gifts/2024/2024sg_sweets.jpg);
}

.summer_2024 .sg_special .parallax,
.summer_2024 .tea_sweets .parallax {
  margin-bottom: 0;
}

.summer_2024 .sg_special .container,
.summer_2024 .tea_sweets .container {
  background-image: url(/images/summer_gifts/2024/blue-maple01.png), url(/images/summer_gifts/2024/blue-maple02.png);
  background-position: top left, top right;
  background-repeat: no-repeat;
  background-size: 360px 374px, 380px 480px;
  padding-top: 6rem;
}

.summer_2024 .parallax h2.sec_ttl {
  text-align: center;
  height: 100%;
}

.summer_2024 .l-reason .parallax h2.sec_ttl {
  writing-mode: horizontal-tb;
  text-align: left;
  height: auto;
}

.summer_2024 .sweets {
  margin-bottom: 8rem;
}

.summer_2024 .tea_sweets,
.summer_2024 .ice_pop {
  margin-bottom: 10rem;
}

.summer_2024 .jelly {
  padding-bottom: 10rem;
}

.summer_2024 .sg_special,
.summer_2024 .tea,
.summer_2024 .soba {
  margin-bottom: 4rem;
}

.summer_2024 .sg_special .row,
.summer_2024 .tea_sweets .row {
  margin-bottom: 6rem;
}

.summer_2024 .ice_pop .item_area .pkg {
  margin-bottom: 3rem;
}

.summer_2024 .item_area .data_box {
  color: #41341e;
}

.summer_2024 .col,
.summer_2024 .col3 {
  position: relative;
}

.summer_2024 .item_area .data_box .data {
  border-bottom: 1px solid #00495c;
}

.summer_2024 .item_area .data_box .price {
  color: #00495c;
}

.summer_2024 .item_area .data_box .btn {
  background: #83ccd2;
}

.summer_2024 .item_area .data_box .btn .a {
  color: #fff;
  font-weight: bold;
}

.summer_2024 .item_area .data_box .btn:hover {
  opacity: .8;
}

.summer_2024 .item_list .sec_lead {
  color: #00495c;
  margin-top: 0;
  font-size: 1.6rem;
}

.summer_2024 .jelly .col4 {
  position: relative;
}

.summer_2024 .gift_service {
  background: #fff;
}

.summer_2024 .comment_box {
  color: #00495c;
}

.summer_2024 .gift_service h2.sec_ttl {
  background-image: conic-gradient(#9ad1e1 0deg 90deg, #8ec8db 90deg 180deg, #9ad1e1 180deg 270deg, #8ec8db 270deg 360deg);
  background-size: 40px 40px;
  background-repeat: repeat;
  color: #fff;
}

.summer_2024 .gift_service .bg_bottom {
  background-image: conic-gradient(#9ad1e1 0deg 90deg, #8ec8db 90deg 180deg, #9ad1e1 180deg 270deg, #8ec8db 270deg 360deg);
  background-size: 40px 40px;
  background-repeat: repeat;
}

.summer_2024 .item_wrap .data_box:hover {
  color: #41341e;
}

.summer_2024 .btn_more {
  width: 50%;
}

.summer_2024 .btn_more a {
  background: #daf0f1;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 600px;
  padding: 1.6rem;
  color: #00495c;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}

.summer_2024 .btn_more a:hover {
  background: #00495c;
  color: #FFF;
}

.summer_2024 .btn_more a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;


  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.summer_2024 .btn_more a:hover:after {
  background: #00495c;
  color: #FFF;
}

.summer_2024 .btn_more a:hover:after {
  right: 1.4rem;
}

.info_sg {
  margin-bottom: 6rem;
}




/*---------------
  敬老ギフト2024
---------------*/

.special.keirou_2024{
  background:#fbfbf7;
  color:#543f32;
}
.keirou_2024 .mv {
  background: #fbfbf7;
}
.keirou_2024 .mv .bg{
  background: url(/images/keirou/2024/2024kg_fv_c.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.keirou_2024 .main_catch{
  color:#715a24;
}
.keirou_2024 .notification {
  background: #715a24;
  color: #fff;
  margin: 0;
}
.keirou_2024 .col_not {
  border-top: 3px double #fff;
  border-bottom: 3px double #fff;
  padding: 1rem 0;
}
.keirou_2024 .large_order{
  background: #dcd3b2;
  display: block;
  padding: 3rem 0 4rem;
}
.keirou_2024 .anchor{
  background: #ede9d8;
  color:#543d11;
}
.anchor .cont_wrap dd {
  color: #543d11;
}
.keirou_2024 .anchor .cont_wrap .col a{
  color:#543d11;
}
.keirou_2024 .btn_reason a{
  border: 1px solid #543d11;
  color: #543d11 !important;
}
.keirou_2024 .btn_reason a:hover{
  border: 1px solid #766441;
  color: #766441!important;
  background: #eeebe7;
}
.special.keirou_2024 .l-reason .sec_ttl {
color:#fff;
border:none;
}
.keirou_2024 .l-reason-box dt{
color:#543d11;
}
.keirou_2024  .l-reason-box dd {
color:#543d11;
}
.keirou_2024 .l-reason-box .num {
color:#543d11;
}
.keirou_2024 .l-reason-box {
  border-bottom: #543d11 1px solid;
}
.keirou_2024 .bg_ranking {
  background-image: conic-gradient(#cb8347 0deg 90deg, #cc8952 90deg 180deg, #cb8347 180deg 270deg, #cc8952 270deg 360deg);
  background-size: 60px 60px;
  background-repeat: repeat;
}  
.keirou_2024 .rank p{
  background:#6c5547;
}
.keirou_2024 .kg_special .parallax{
  background-image: url(/images/keirou/2024/2024kg_special.jpg);
}
.keirou_2024 .tea_sweets .parallax{
  background-image: url(/images/keirou/2024/2024kg_tea_sweets.jpg);
}
.keirou_2024 .matcha .parallax{
  background-image: url(/images/keirou/2024/2024kg_matcha.jpg);
}
.keirou_2024 .matcha_2 .parallax {
  background-image: url(/images/keirou/2024/2024kg_matcha_2.jpg);
}
.keirou_2024 .tea .parallax{
  background-image: url(/images/keirou/2024/2024kg_tea.jpg);
}
.keirou_2024 .sweets .parallax{
  background-image: url(/images/keirou/2024/2024kg_sweets.jpg);
}

@media(max-width:1024px){
.keirou_2024 .kg_special .parallax{
  background-size: cover;
  background-position: right;
}
.keirou_2024 .tea_sweets .parallax{
  background-size: cover;
}
.keirou_2024 .matcha .parallax{
  background-size: cover;
}
.keirou_2024 .matcha_2 .parallax {
  background-size: cover;
}
.keirou_2024 .tea .parallax{
  background-size: cover;
}
.keirou_2024 .sweets .parallax{
  background-size: cover;
}
}
@media(max-width:599px){
  .keirou_2024 .kg_special .parallax{
    background-image: url(/images/keirou/2024/2024kg_special_sp.jpg);
    background-size: 100%;
  }
  .keirou_2024 .tea_sweets .parallax{
    background-image: url(/images/keirou/2024/2024kg_tea_sweets_sp.jpg);
    background-size: 100%;
  }
  .keirou_2024 .matcha .parallax{
    background-image: url(/images/keirou/2024/2024kg_matcha_sp.jpg);
    background-size: 100%;
  }
  .keirou_2024 .matcha_2 .parallax {
    background-image: url(/images/keirou/2024/2024kg_matcha_2_sp.jpg);
    background-size: 100%;
  }
  .keirou_2024 .tea .parallax{
    background-image: url(/images/keirou/2024/2024kg_tea_sp.jpg);
    background-size: 100%;
  }
  .keirou_2024 .sweets .parallax{
    background-image: url(/images/keirou/2024/2024kg_sweets_sp.jpg);
    background-size: 100%;
  }
}
.keirou_2024 .kg_special,.keirou_2024 .matcha{
  margin-bottom: 10rem;
}
.keirou_2024 .tea_sweets{
  margin-bottom: 6rem;
}
.keirou_2024 .tea,.keirou_2024 .matcha_2{
  padding-bottom: 4rem;
}
.keirou_2024 .sweets{
  margin-bottom: 8rem;
}
.keirou_2024 .kg_special .row {
  margin-bottom: 6rem;
}
@media(max-width:1024px){
.keirou_2024 .matcha,  .keirou_2024 .matcha_2, .keirou_2024 .tea_sweets, .keirou_2024 .tea, .keirou_2024 .sweets{
    margin-bottom: 3rem;
  }
  .keirou_2024 .matcha_2, .keirou_2024 .tea {
    padding-bottom: 0;
  }
  .keirou_2024 .kg_special{
    margin-bottom: 6rem;
  }
}
.keirou_2024 .item_area .data_box{
  color:#543d11;   
}
.keirou_2024 .item_area .data_box .data{
  border-bottom: 1px solid #6c5547;
}
.keirou_2024 .item_area .data_box .btn{
  background:#726250;

}
.keirou_2024 .item_area .data_box .btn .a{
  color: #fff;
  font-weight: bold;
}
.keirou_2024 .item_list .sec_lead {
  color:#543d11;   
}
.keirou_2024 .kg_gift{
  height:420px;
  width:1120px;
  margin:2rem auto 0;
}
.keirou_2024 .comment_box {
  color: #543d11;
}
.keirou_2024 .gift_service .comment_box .ex {
  padding: 1rem;
  background:#ffc;
}
.keirou_2024 .ex span{
  font-weight: bold;
}
.keirou_2024 .gift_service h2.sec_ttl {
  background-image: conic-gradient(#cb8347 0deg 90deg, #cc8952 90deg 180deg, #cb8347 180deg 270deg, #cc8952 270deg 360deg);
  background-size: 40px 40px;
  background-repeat: repeat;
  color:#fff;
}
.keirou_2024 .gift_service .bg_bottom {
  background-image: conic-gradient(#cb8347 0deg 90deg, #cc8952 90deg 180deg, #cb8347 180deg 270deg, #cc8952 270deg 360deg);
  background-size: 40px 40px;
  background-repeat: repeat;
}
@media(max-width:599px){
.l-reason .parallax{
  background: url(/images/keirou/2024/kg_reason_sp.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
}