@charset "utf-8";
/*
 common
============================================*/
html{overflow:auto;}
body{
  position:relative;
  min-width:1024px;
  overflow-x:hidden;
  color: #333;
}
.all_contents{
  font-size: 14px;
  color: #333;
}

.main_section{
  position: relative;
}

/*
 kanban_wrap
==================================================== */
.kanban_wrap{
  position: relative;
  height: 388px;
}
.fadeIn_image{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1920px;
  height: 388px;
  margin-left: 50%;
  transform: translate(-50%);
}
.fadeIn_image._img1{
  position: absolute;
  opacity: 1;
  animation: fadeIn1 8s -4s linear infinite;
}
.fadeIn_image._img2{
  position: absolute;
  opacity: 0;
  animation: fadeIn1 8s 0s linear infinite;
}
@keyframes fadeIn1 {
   0% { opacity: 0; }
  22% { opacity: 0; }
  38% { opacity: 1; }
  62% { opacity: 1; }
  78% { opacity: 0; }
 100% { opacity: 0; }
}

/*
 title
============================================*/
.main_title{
  position: relative;
  margin-bottom: 48px;
  font-size: 38px;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
}
.main_title._coupon{
  color: #fc5a80;
  font-size: 36px;
  margin-bottom: 32px;
}
/* title02 */
.title02{
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.title02 .title_01_text{
  position: relative;
  /*display: inline-block;
  padding: 0 68px;*/
  font-size: 30px;
  color: #fc5a80;
  font-weight: normal;
  line-height: 1.5;
}
.title02 .title_01_text::before{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 139px;
  height: 14px;
  background-image: url("https://r.r10s.jp/evt/event/food/limited/_pc/img/20240202/ttl_border.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  z-index: -1;
}
.title02 .title_01_text._long::before{
  width: 345px;
  height: 14px;
  background-image: url("https://r.r10s.jp/evt/event/food/limited/_pc/img/20250120/ttl_border02.png");
}
/* sub_title01 */
.sub_title01{
  font-size: 16px;
  text-align: center;
  margin: -30px 28px 55px;
  line-height: 1.4;
}
/*
button
======================================================= */
/* button01 */
.button01{
  margin-top: auto;
}
.button01 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 358px;
  height: 72px;
  margin: 0 auto;
  border-radius: 36px;
  background: #fdb2c5;
  color: #333;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  box-sizing: border-box;
  font-weight: bold;
}
.button01 .buttonLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  transform: rotate(45deg);
}
.item_list .button01 .buttonLink{
  width: 272px;
  height: 52px;
  border-radius: 26px;
  font-size: 17px;
}
.button01 .buttonLink:hover{
  opacity: .8;
  text-decoration: none;
}
/*
kanban
======================================================= */
.kanban_text{
  background: #fdfdec;
  padding: 36px 0;
  line-height: 1.45;
  font-size: 16px;
  text-align: center;
/*  margin: 0 auto 50px;*/
}
.kanban_text br{
  display: none;
}
/*
 mainNavi
============================================*/
.mainNavi_container{
  border-bottom: none!important;
}
.mainNavi_navi{
  height: 64px;
  background-color: #fbeef2;
}
.mainNavi_navi .mainNavi_anchor{
  width: calc(960px/7);
  font-size: 16px;
  font-weight: normal;
  border: none;
  line-height: 1.3;
}
.mainNavi_navi .mainNavi_anchor ::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #fdb2c5;
  display: block;
  z-index: 1;
}
.mainNavi_navi .mainNavi_anchor:last-of-type{
  border-right: 1px solid #fdb2c5;
}

.mainNavi_navi .mainNavi_anchor[data-in-viewport=true]{
  background-color: #fc5a80;
  color: #fff;
  border: none;
  font-weight: normal;
}
.mainNavi_navi .mainNavi_anchor:hover{
  background-color: #fc5a80;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
/*
 index
============================================*/
.index{
  width: 960px;
  margin: 72px auto 80px;
  line-height: 1.4;
}
.index_title{
  font-weight: normal;
  text-align: center;
  padding-bottom: 16px;
  font-size: 30px;
}
.index_list{
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;
}
.index_list li{
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.index_list li:nth-child(3n+1):nth-last-child(-n+3),
.index_list li:nth-child(3n+1):nth-last-child(-n+3) ~ li{
  border-bottom: none;
}
.index_list li a{
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
}
.index_list li a i{
  margin-left: auto;
  font-weight: bold;
  color: #fdb2c6;
}
.index_list li a:hover{
  text-decoration: none;
}
.index_list li a:hover > span{
  text-decoration: underline;
}

/*
coupon
============================================*/
.coupon_section{
  margin-top: 48px;
  line-height: 1.5;
}
.coupon_body::before{
  background-image: 
  radial-gradient(circle at center left, transparent 0, transparent 10px, #fc5a80 11px),
  radial-gradient(circle at center right, transparent 0, transparent 10px, #fc5a80 11px);
}
.coupon_link{
  box-sizing: border-box;
}
.coupon_link::before{
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-image: 
    radial-gradient(circle at center left, transparent 0, transparent 11px, #ffffff 12px),
    radial-gradient(circle at center right, transparent 0, transparent 11px, #ffffff 12px);
}
.coupon_discount{
  color: #fc5a80;
}
.coupon_discount > em{}

.coupon_title{
  color: #666;
}
.coupon_text{
  height: 40px;
  color: #ffffff;
  border: none;
  background-color: #fc5a80;
}
.coupon_text .coupon_text_icon{
  color: #ffffff;
}
.coupon_note{
  font-size: 14px;
  color: #666;
}

.periodWrap01{
  margin: 28px 0 0;
}
.period_wrap{
  margin-bottom: 16px;
}
.period{
  font-size: 18px;
  text-align: center;
}
.period + .period{
  margin-top: 8px;
}
.period_title{
  font-weight: bold;
}
.cautionTxt_wrap{
  width: 550px;
  margin: 0 auto;
  font-size: 12px;
}
.index_list + .cautionTxt_wrap{
  width: 800px;
  text-align: center;
}
.cautionTxt{
  color: #666666;
}
.campaignLink_wrap{
  width: 400px;
  margin: 20px auto 0;
}
.campaignLink_wrap li{
  text-align: center;
  box-sizing: border-box;
}
.campaignLink_wrap li + li{
  border-left: 2px solid #cccccc;
}
.campaignLink_wrap li a{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.1;
}
.campaignLink_wrap li a ._icon_right{
  margin-left: 8px;
  color: #666;
}
.campaignLink_wrap li a:hover{
  text-decoration: none;
}
.cautionTxt a,
.campaignLink_wrap li a span{
  text-decoration: underline;
}
.cautionTxt a:hover,
.campaignLink_wrap li a span:hover{
  opacity: .8;
}


/*
main_section
======================================================= */
.main_section{
  padding-top: 76px;
  padding-bottom: 76px;
}
.main_section02{
  padding-top: 112px;
}
/* item_box */
.item_box{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -32px;
}
.item_box a:hover{
  opacity: .8;
  text-decoration: none;
}
.sub_box{
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
}
.item_list{
  border-radius: 10px;
  background-color: #fff;
  padding: 19px 18px;
  box-sizing: border-box;
  width: calc(-0.1px + (100% - 36px)/3)!important;
  margin-right: 18px!important;
  margin-bottom: 32px;
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,.1);
  display: flex;
  flex-flow: column;
  line-height: 1.5;
}
.item_list:nth-of-type(3n){
  margin-right: 0!important;
}
.tag_box span{
  font-size: 15px;
  padding: 2px 8px;
  margin-bottom: 5px;
  color: #fff;
  background-color: #ed5252;
  display: inline-block;
}
/*
.shop_logo{
  margin-bottom: 12px;
}
*/
.tag_box{
  margin-top: 12px;
}

.img_box{
  margin-bottom: 10px;
}
.price{
  margin-bottom: 10px;
  color: #bd0000;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
}
.price .ship{
  color:#bd0000;
  font-size:small;
  padding-left:5px;
}
.item_text{
  color: #333;
  font-size: 16px;
  margin-bottom: 4px;
}
.tag_text{
  color: #333;
  font-size: 16px;
  margin-bottom: 11px;
}
.tag_text span{
  padding-right: 3px;
}

.special_area {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 272px;
  padding-bottom: 7px;
}
.special__item{
  margin-top: 10px;
  margin-right: 9px;
}
.special__item .special__thumb:hover{
  opacity: .8;
  cursor: pointer;
  text-decoration: none;
}
.special__item:last-of-type{
  margin-right: 0;
}
.special__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
.special__thumb {
  display: block;
  width: 85px;
}
.special__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.special__selector:checked + .special__img {
  opacity: 1;
  pointer-events: auto!important;
}
.special__selector:checked + .special__img:hover{
  opacity: .8;
  text-decoration: none;
}
.special__selector:checked ~ .special__thumb > img {
  border: 2px solid #ed5252;
  box-sizing: border-box;
}

.special_movie_area{
  margin-bottom: 18px;
}
.special_movie_area iframe{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
}
.dot_special{
  text-align: center;
}
.dot_special{
  margin: 40px 0;
  text-align: center;
}
.dot_special img{
  display: block;
  width: 352px;
  height: auto;
  margin: 0 auto;
}

/*
sub_section
======================================================= */
.sub_section{
  padding-bottom: 50px;
}
.sub_section:last-of-type{
  padding-bottom: 0;
}
/*
new_item
======================================================= */
.new_item{
  position: relative;
}
.new_item::before{
  content: "";
  background-color: #ebf6f9;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
/*
special
======================================================= */
.special{
  position: relative;
}
.special::before{
  content: "";
  background-color: #fdfdec;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
/*
 js-slider
----------------------------------------*/
.js-slider {
  /* width: 258px; */
  width: 213px;
	margin:0 auto;
}
.js-slider__main {
	position:relative;
	margin-bottom:15px;
}
.js-slider__main--wrap {
	position:relative;
	width:213px;
	height:213px;
	margin-left:0;
	overflow:hidden;
}
.js-slider__main--child {
	position:absolute;
	float:left;
	width:213px;
}

.js-slider__pagenation {
	margin-bottom:20px;
}
.js-slider__pagenation--wrap {
  display: flex;
  justify-content: center;
  align-content: center;
}
.js-slider__pagenation--child {
	width:38px;
  margin-right: 9px;
}
.js-slider__pagenation--child._active{
  border: 1px solid;
  box-sizing: border-box;
}
.js-slider__pagenation--child:last-of-type{
  margin-right: 0;
}

/*
product_list
======================================================= */
.stop20_area{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 562px;
  margin: 40px auto 0;
}
.stop20_img01{
  width: 46px;
}
.stop20_img02{
  width: 57px;
}
.stop20_text{
  font-size: 14px;
  flex: 1;
  padding: 0 11px;
}
/*
scene 
======================================================= */
.scene_wrap > ul > li > a{
  position: relative;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 1px 12px 0px rgba(0,0,0,.15);
}
.scene_wrap .category_img{
  width: 100%;
}
.scene_wrap .category_txt{
  width: 100%;
}
.scene_wrap .category_txt span{
  position: relative;
  width: 100%;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 1.2;
}
.scene_wrap .category_txt span::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px;
  border-color: #fff #fdb2c5 #fdb2c5 #fff;
  border-radius: 0 0 4px 0;
}
.scene_wrap > ul > li > a:hover{
  opacity: .8;
  text-decoration: none;
}

/*
kodawari 
======================================================= */
.kodawari_wrap > ul > li > a{
  position: relative;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  color: #333;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 1px 12px 0px rgba(0,0,0,.15);
}
.kodawari_wrap .category_img{
  width: 150px;
}
.kodawari_wrap .category_txt{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 150px);
  font-size: 18px;
  text-align: center;
}
.kodawari_wrap .category_txt::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px;
  border-color: #fff #fdb2c5 #fdb2c5 #fff;
  border-radius: 0 0 4px 0;
}
.kodawari_wrap> ul > li > a:hover{
  opacity: .8;
  text-decoration: none;
}

/*
keyword 
======================================================= */
.search_wrap{
  width: 780px;
  margin: 0 auto;
}
.searchBox_wrap{
  margin: 0 0 28px;
}
.search01 .search_box{
  border-radius: 5px;
  border: 1px solid #fdb2c5;
  height: 54px;
}
.search01 .search_box_submit{
  width: 56px;
  padding: 0;
  background-color: #fdb2c5;
  border-radius: 0 3px 3px 0;
}
.search01 .search_input{
  padding-left: 20px;
  font-size: 16px;
}
.search01 .search_input::placeholder{
  color: #b7b3af;
}
.search01 .search_box_ic{
  font-size: 24px;
  color: #333;
}
.keyword01{
  margin: 0 52px;
}
.keyword01 .keyword_list > a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  font-size: 16px;
  color: #333;
  padding: 0;
  border: none;
  border-radius: 26px;
  background-color: #fbeef2;
  box-sizing: border-box;
}
.keyword01 .keyword_list > a:hover{
  opacity: .8;
  text-decoration: none;
}
/*
ranking  
======================================================= */
.ranking{
  padding-bottom: 100px;
}
.ranking_note{
  margin: 24px 0 0;  
}
.ranking_note li{
  font-size: 14px;
  color: #666;
  text-indent: -1em;
  padding-left: 1em;
}

/*
rule
======================================================= */
.rule{
  position: relative;
  padding: 72px 0;
}
.rule::before{
  content: "";
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}

/*
related
======================================================= */
.related_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.related_list li{
  width: calc((100% - 96px - 0.01px)/5);
  margin-right: 24px;
  margin-bottom: 24px;
}
.related_list li:nth-of-type(5n),
.related_list li:last-of-type{
  margin-right: 0;
}
.related_list li a img{
  width: 100%;
  height: auto;
}
.related_list a:hover{
  opacity: .8;
  text-decoration: none;
}

/*
alcor_item
======================================================= */
.alcor_slider {
  width: 976px;
  margin-top: -12px;
  margin-left: -8px;
  padding: 12px 8px;
}
.alcor_item{
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 1px 12px 0px rgba(0,0,0,.15);
}