@charset "shift_jis";

:root {
  /* --contents-padding-left: 425px; */
  --contents-padding-left: 500px;
}
@media screen and (max-width: 1700px) {
:root {
  /* --contents-padding-left: 400px; */
  --contents-padding-left: 23vw;
}
}

/*=======================================�X�^�C�����Z�b�g=======================================*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,
q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,
th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

ul, ol, li {
  list-style: none;
}

a, a:hover {
  color: #333;
  text-decoration: none;
  transition: 0.2s;
}

a:hover {
  opacity: 0.5;
}

/*=======================================����=======================================*/
body *{
  font-family:'Noto Sans JP','Yu Gothic black',sans-serif,'Lato','���C���I';
  font-size: 15px;
  letter-spacing:0;
  font-weight: normal;
  box-sizing: border-box;
}

#thanksgiving_day_dinner img{
  width: 100%;
  vertical-align:top;
}


#thanksgiving_day_dinner .pc_none {
  display: none;
}

#thanksgiving_day_dinner {
  position: relative;
  background-color: #9c0202;
  width: 100%;
} 

.content{
  width: 1280px;
  margin: 0 auto;
}


/* �Ŕ�
================================ */
#thanksgiving_day_dinner .title .main_img{
  width: 75%;
  margin: 0 auto;
  display: block;
}


/* ���� ���o��
================================ */
#thanksgiving_day_dinner h2{
  text-align: center;
  font-size: 50px;
  padding: 2% 0;
  font-weight: 900;
  color: #FFF;
} 

#thanksgiving_day_dinner h2.title_menu{
  display: block;
  width: 12%;
  margin: 0 auto;
} 

#thanksgiving_day_dinner .h2-translate{position: relative;}

#thanksgiving_day_dinner h2.title_cate{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2%;
}

#thanksgiving_day_dinner h2.title_cate img{width: 330px;}

#thanksgiving_day_dinner .main_red{background-color: #9c0202;}
#thanksgiving_day_dinner .main_hw{background-color: #1a1a1a;}


#thanksgiving_day_dinner p{
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 0.9em;
  margin-bottom: 3%;
  letter-spacing: 0.12em;
  font-weight: 700;
} 

#thanksgiving_day_dinner h3 {
  display: block;
  font-size: 1.7em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

/* ���� �J����
================================ */
#thanksgiving_day_dinner ul[class^="col_"]{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3%;
  margin-bottom: 3%;
}

#thanksgiving_day_dinner ul.col_1 > li{
  width:100%;
  margin-bottom: 10px;
}

#thanksgiving_day_dinner ul.col_2 > li{
  width: calc(calc(100% - 3%) / 2);
}

#thanksgiving_day_dinner ul.col_3 > li{
  width: calc(calc(100% - 3%*2) / 3);
}

#thanksgiving_day_dinner ul.col_4 > li{
  width: calc(calc(100% - 3%*3) / 4);
}

#thanksgiving_day_dinner ul.col_5 > li{
  width: calc(calc(100% - 3%*4) / 5);
}

#thanksgiving_day_dinner ul.col_6 > li{
  width: calc(calc(100% - 3%*6) / 6);
}

/*�A���J�[ ��������
================================ */
#thanksgiving_day_dinner section.anchor {
  max-width: none;
  /* background: linear-gradient(180deg, rgb(255 186 144) 0%, rgba(255, 226, 197, 1) 90%, rgba(255, 226, 197, 1) 100%); */
  background-color: #cbb758;
  position: relative;
  z-index: 5;
  padding: 2% 2.5% 7%;
}
#thanksgiving_day_dinner .anchor-h2 {
  width: 18em;
  max-width: 800px;
  margin: 0 auto .5%;
}
#thanksgiving_day_dinner section.anchor ul {
  /* display: flex;
  flex-wrap: nowrap; */
  justify-content: space-between;
  margin: 0 auto 1.5%;
  max-width: 900px; 
}
#thanksgiving_day_dinner section.anchor li {
  /* width: calc(100% / 3 - 1%); */
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  text-align: center;
}

#thanksgiving_day_dinner section.anchor li a{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 90px;
  padding-bottom: 5%;
  border: solid #100b03 3px;
  border-radius: 1vw;
  /* box-shadow: 4px 4px 0 #100b03; */
}

#thanksgiving_day_dinner section.anchor li h3::after{
  position: absolute;
  font-family: 'Material Icons';
  content: "keyboard_double_arrow_down";
  transform: translateX(50%) scaleX(2);
  font-size: 20px;
  font-weight: bolder;
  bottom: 5%;
  right: 50%;
}


/* cate �J�e�S��
================================ */
#thanksgiving_day_dinner .cate{
  width: 1000px;
  margin: 0 auto;
  padding:0 2% 2% 2%;
  background-color: #fff890;
}

#thanksgiving_day_dinner .cate ul{
  margin: 0 auto 1% auto;
}

#thanksgiving_day_dinner .cate ul li a{
  position: relative;
  border:solid #202020 3px;
  background-color: #fff;
  height: 100px;
  padding-right: 2%;
  border-radius: 10px;
  box-shadow: 3px 3px 0px #202020;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}

#thanksgiving_day_dinner .cate ul.col_2 li a{
  flex-direction: row;
}

#thanksgiving_day_dinner .cate ul li a span{
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  color: #cc0001;
}

#thanksgiving_day_dinner .cate ul li a::after{
  position: absolute;
    right: 6%;
    top:50%;
    transform: translate(50%,-50%);
  font-family:'Material Icons';
  content: "\e5cc";
}

/* footer
================================ */
#thanksgiving_day_dinner .fotter {
  /* margin-top: 3%; */
  background: #212121;
  padding: 1% 0;
  text-align: center;
  color: #fff;
  font-size: 17px;
}

#thanksgiving_day_dinner .fotter a {
  color: #fff;
}


/* ���� ���i
================================ */
#thanksgiving_day_dinner .item_block{
  width: 840px;
  margin: 0 auto 0;
  /* background-color: #FF8C4A; */
  max-width: none;
  padding-bottom: 4%;
} 

#thanksgiving_day_dinner .item_block ul li{
  position: relative;
}

#thanksgiving_day_dinner .sale_icon{
  position: absolute;
  width: 24%;
  z-index: 10;
  top:-7%;
  left: -6%;
}

#thanksgiving_day_dinner .sale_icon-02{
  position: absolute;
  width: 40%;
  z-index: 10;
  top:-3%;
  left: -6%;
}

/*�ڋʏ��i========*/
#thanksgiving_day_dinner #medama_item{
  position: relative;
} 

#thanksgiving_day_dinner .item_block	dl dd.point{/*�|�C���g*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2% 0;
  padding: 2% 0;
  font-size: 25px;
  background-color: #cc0001;
  color: #fff65f;
  font-weight: bold;
} 

/*1�J�����̎�����========*/
/* #thanksgiving_day_dinner .item_block ul.col_1 li a img{
  width: 50%;
  margin-right: 15px;
} */

#thanksgiving_day_dinner .medama_item ul.col_1 li a img{
  width: 100%;
  margin-right: 0%;
}

/*�ڋʏ��i���摜�̎��ɓK�p========*/
/* #thanksgiving_day_dinner .item_block ul.col_1 li a dl{
  width: 50%;
} */
#thanksgiving_day_dinner .item_block .col_1{
  margin: 3% 0;
}


/*2�J�����̎�����========*/
#thanksgiving_day_dinner .item_block ul.col_2 li a{
  flex-direction: column;
}

#thanksgiving_day_dinner .item_block ul.col_2  li a dl{
  width: 100%;
}


/* �J�e�S���{�^��======= */

#thanksgiving_day_dinner .item_block .btn,
#thanksgiving_day_dinner .item_block .banner{
  margin-top: 3%;
}

#thanksgiving_day_dinner .item_block .banner ul.col_1 li a img{
  margin: 0;
  width: 100%;
}

#thanksgiving_day_dinner .banner .default_title{
  justify-content: center;
  font-size: 25px;
  display: flex;
  width: 100%;
}

#thanksgiving_day_dinner .banner ul li a{
  padding: 0;
}

#thanksgiving_day_dinner .item_block ul.btn{
  border-bottom: solid 0.1vw #8d8d8d;
}

#thanksgiving_day_dinner .item_block ul.btn:last-child{
  border-bottom: none;
}

#thanksgiving_day_dinner .item_block ul.btn a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background: #202020;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
}

#thanksgiving_day_dinner .item_block ul.btn li a::after{
  position: absolute;
  font-family: 'Material Icons';
  content: 'navigate_next';
  transform: translate(50%,-50%);
  top:50%;
  right: 10%;
  font-weight: 400
}




/* coupon
================================ */
/* #thanksgiving_day_dinner[id^="cate"]{padding: 5% 0 2%;} */

#thanksgiving_day_dinner section#cate01 {
  max-width: none;
  background-color: #cbb758;
  position: relative;
  padding: 2.3% 0 0;
  /* z-index: 5;*/
  overflow: hidden;
}

#thanksgiving_day_dinner h2.title_shopcoupon{
  /* display: block; */
  margin: 0 auto;
  width: 363px;
} 


#thanksgiving_day_dinner section[id^="cate"] .swiper{
	position: relative;
	max-width: 1000px;
	overflow: visible;
	padding: 1.5% 0;
}
#thanksgiving_day_dinner section[id^="cate"] .swiper-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 1%;
}
#thanksgiving_day_dinner section[id^="cate"] .swiper-slide:not(.swiper-slide-visible) {
	opacity: 0.25; 
	pointer-events: none;
}

#thanksgiving_day_dinner section[id^="cate"] .swiper-button-prev,
#thanksgiving_day_dinner section[id^="cate"] .swiper-button-next {
	top: calc(50% - 1%);
	width: 48px;
	height: 48px;
	background-color: #111;
  opacity: 0.9;
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.25);
	border-radius: 50%;
}
#thanksgiving_day_dinner section[id^="cate"] .swiper-button-prev {
	left: calc(50% - 35rem);
}
#thanksgiving_day_dinner section[id^="cate"] .swiper-button-next {
	right: calc(50% - 35rem);
}
#thanksgiving_day_dinner section[id^="cate"] .swiper-button-prev::after,
#thanksgiving_day_dinner section[id^="cate"] .swiper-button-next::after {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
#thanksgiving_day_dinner section[id^="cate"] .swiper-scrollbar {
    background-color: #ddd;
	border-radius: 0;
}
#thanksgiving_day_dinner section[id^="cate"] .swiper-horizontal > .swiper-scrollbar,
#thanksgiving_day_dinner section[id^="cate"] .swiper-scrollbar.swiper-scrollbar-horizontal {
    max-width: 50%;
    width: 100%;
    height: 5px;
    left: calc(25%);
    bottom: 0;
    border-radius: 999px;
}
#thanksgiving_day_dinner section[id^="cate"] .swiper-scrollbar-drag {
    background-color: #666;
    border-radius: 999px;
}


/* ���� */
@media screen and (max-width: 1400px) {
	#thanksgiving_day_dinner section[id^="cate"] .swiper-button-prev {
		left: -20px;
	}
	#thanksgiving_day_dinner section[id^="cate"] .swiper-button-next {
		right: -20px;
	}
}
@media screen and (max-width: 1024px) {
	#thanksgiving_day_dinner section[id^="cate"] .swiper-button-prev {
		left: 10px;
	}
	#thanksgiving_day_dinner section[id^="cate"] .swiper-button-next {
		right: 10px;
	}
}

#thanksgiving_day_dinner section[id^="cate"] ul > li{
    position: relative;
    text-align: center;
    /* padding: 1%; */
    /* background-color: #fff; */
    /* border-radius: 10px; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* border: 1px solid #4794c2; */
	transition: 0.5s;
}

#thanksgiving_day_dinner section[id^="cate"] ul > li .item_img{width: 100%;}

/*�N�[�|������*/
#thanksgiving_day_dinner .coupon_txt{
  text-align: center;
  font-size: 1.2em;
  padding-top: 3%;
}

/*�N�[�|�������o��*/
#thanksgiving_day_dinner .speech-bubble{
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 0;
}

#thanksgiving_day_dinner .speech-bubble span.speech{
  position: relative;
  display: inline-block;
  margin: 0 0 1.2em;
  padding: 2px 10px;
  min-width: 292px;
  max-width: 100%;
  font-size: 25px;
  font-weight: bold;
  color: #cbb758;
  background: #fff;
  border: solid 3px #fff;
  box-sizing: border-box;
  border-radius: 10px;
}

#thanksgiving_day_dinner .coupospeech-bubblen span.speech:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #cbb758;
  z-index: 2;
}

#thanksgiving_day_dinner .speech-bubble span.speech:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #fff;
  z-index: 1;
}

#thanksgiving_day_dinner .speech-bubble span.speech p {
  margin: 0;
  padding: 0;
}

/* 80��OFF�e���b�v
================================ */
#thanksgiving_day_dinner .off_scroll {
  display: flex;
  width: 100%;
  padding-bottom: 3px;
  overflow: hidden;
}

#thanksgiving_day_dinner .top {padding-top: 5%;}
#thanksgiving_day_dinner .loop {white-space: nowrap;}
#thanksgiving_day_dinner .loop img{width: 210px;}

#thanksgiving_day_dinner .loop:nth-child(odd) {
  animation: loop 20s -10s linear infinite;
}
#thanksgiving_day_dinner .loop:nth-child(even) {
  animation: loop2 20s linear infinite;
}

@keyframes loop {
  0% {transform: translateX(100%);}
  to {transform: translateX(-100%);}
}

@keyframes loop2 {
  0% {transform: translateX(0);}
  to {transform: translateX(-200%);}
}



/* �~�����i
================================ */
#thanksgiving_day_dinner section#cate02 {
  max-width: none;
  background-color: #e37321;
  position: relative;
  padding: 5% 0 7%;
  /* z-index: 5;*/
}

#thanksgiving_day_dinner h2.title_cate_02{
  width: 330px;
  margin: 0 auto;
}


/* �e�J�e�S���[
================================ */
#thanksgiving_day_dinner section#cate03,
#thanksgiving_day_dinner section#cate04,
#thanksgiving_day_dinner section#cate05,
#thanksgiving_day_dinner section#cate06,
#thanksgiving_day_dinner section#cate07,
#thanksgiving_day_dinner section#cate08,
#thanksgiving_day_dinner section#cate09
 {
  max-width: none;
  background-color: #cbb758;
  position: relative;
  padding-top: 2%;
}

#thanksgiving_day_dinner h2.title_cate_03{
  width: 100%;
  margin: 0 auto;
}

/* ���W
================================ */
#thanksgiving_day_dinner section#cate10,
#thanksgiving_day_dinner section#cate11
 {
  max-width: none;
  background-color: #9c0202;
  position: relative;
  padding-top: 2%;
}

#thanksgiving_day_dinner ul[class^="event_col_"]{
  display: flex;
  flex-wrap: wrap;
  gap: 7px 1%;
  margin-bottom: 1%;
}

#thanksgiving_day_dinner ul.event_col_3 > li{
  width: calc(calc(100% - 2%) / 3);
}


/* side_anchor_link �T�C�h���j���[ �Œ�
================================ */
#thanksgiving_day_dinner .side_anchor_link {
  position: fixed;
  top: 10%;
  right: 0;
  opacity: 0;
  transition: 0.6s;
  z-index: 99;
}
#thanksgiving_day_dinner .side_anchor_link.on {
  opacity: 1;
}
#thanksgiving_day_dinner .side_anchor_link ul {
  background-color: #fff;
  border-radius: 10px;
  border-right: solid 35px #333;
  width: 250px;
  padding: 10% 0 0 0;
}
#thanksgiving_day_dinner .side_anchor_link ul li:not(:last-child) {
  border-bottom: solid 1px #222;
  width: 90%;
  margin: 0 auto;
}
#thanksgiving_day_dinner .side_anchor_link ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 5%;
  font-size: 18px;
  transition: 0.2s;
  text-align: center;
}
#thanksgiving_day_dinner .side_anchor_link ul li a:hover {
  background-color: #9c0202;
  color: #fff;
}

#thanksgiving_day_dinner .side_anchor_link ul li.bg_red{
  background-color: #9c0202;
  border-radius: 0 0 0 10px;
}