@charset "utf-8";
/* CSS Document */
/*リセット*/
#conts h1,
#conts h1:before,
#conts h1:after,
#conts h2,
#conts h3,
#conts h4,
#conts p{
	margin:0;
	padding:0;
	background-color:inherit;
	background:none;
	height:auto;
	border:none;
}
#conts{
	line-height:inherit;
}
/*------------全体の背景------------*/
.pbAreaWrapper1{
	width:100%;
}
.pbAreaWrapper2{
	margin: 0 auto;
}
.pbAreaWrapper1 .pbMainArea {
	width:100%;
}
/*ブロック毎の背景*/
.titleBK{
	background:url("../img/event/event2411BK.jpg") center top #48000b;
	background-repeat:no-repeat;
}
.CountDownBK{
	background-color: white;
}
.basicBK{
	background-color:#48000b;
}
.basicKinpun{
	background:url("../img/event/event2411BKrepeat.png") left top;
	background-repeat:repeat-y;
	background-size:contain;
	padding-bottom:9em;
}
.ChumokuBK{
	background-color:#630018;
	padding-bottom:3em;
}
/*-共有--*/
#conts .imgCenter{
	margin:1em auto 2.2em;
	text-align: center;
}
/*ブロック毎のコンテンツ枠*/
.EventBlock{
	width:1200px;
	margin:0 auto;
	padding:0;
}
#conts .EventBlock h2{
	text-align: center;
	color:white;
	font-size:330%;
	padding: 0;
	margin-bottom:0.5em;
	padding-top:3em;
	position: relative;
}
#conts .EventBlock h2.YokokuH2 span{
	font-size:50%;
	padding:6px 5px 3px;
	border-top: 2px solid #f8d729;
	border-bottom: 2px solid #f8d729;
	position: absolute;
	top:146px;
	left:36%;
}
#conts .EventBlock h2 b{
	font-size:110%;
}
#conts .EventBlock h2.YokokuH2 b{
	font-size:100%;
}
#conts .EventBlock h3{
	text-align: center;
	font-size:300%;
	padding: 0;
	margin-bottom:0.3em;
	color:white;
	text-shadow: #FC0 1px 0 10px;
}
.BKwhite{
	background-color:white;
	padding:1em 0 3em;
	border:10px solid #e4dfd5;
	margin:3em 4em 0;
}
#conts .EventBlock p{
	color:white;
	font-size: 120%;
	margin-bottom:0.5em;
	text-align: center;
	line-height: 180%;
}
#conts .EventBlock p b{
	font-size:114%;
}
/*---------------カウントダウン--*/
p.CountDown{
	font-size:200%;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 160%;
	margin:3em auto 1em;
	position: relative;
}
p.CountDown:before{
	  content: '　';
	background:url("../img/event/CountDown_BKleft.png") left top;
	background-repeat: no-repeat;
	width: 88px;
	position: absolute;
	top:60%;
	left:15%;
}
p.CountDown:after{
	  content: '　';
	background:url("../img/event/CountDown_BKright.png") left top;
	background-repeat: no-repeat;
	width: 88px;
	position: absolute;
	top:60%;
	right:15%;
}
p.CountDown span.Title{
	border:#a86122 3px solid;
background: -webkit-linear-gradient(#48000b 0%,#b20032 50%, #48000b 100%);
background: -o-linear-gradient(#48000b 0%,#b20032 50%, #48000b 100%);
background: linear-gradient(#48000b 0%,#b20032 50%, #48000b 100%);
	padding:17px 20px 5px;
	color: white;
}
p.CountDown span.Title b{
	font-size:140%;
}
p.CountDown span.Date{
	font-size:130%;
}
p.CountDown span.Date:before{
	  content: '　';
}
p.CountDown span.Date b{
	color:#e80023;
	font-size:440%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*---------------タイトル--*/
#conts .Title h1{
	padding-top:2em;
	width:1200px;
	margin:0 auto;
	text-align: center;
}
#conts .Title h1 img{
	width:74%;
	margin-bottom:1.5em;
	padding-top:3.5em;
}

/*修正
#conts .titleBK p{
	margin-bottom: 2em;
}*/

#conts .titleBK p {
    margin-bottom: 0em;
}

#conts p.YokokuMark{
	text-align: center;
	color: white;
	font-size:220%;
	margin:0 auto -3.2em;
	 text-shadow: #48000b 2px 0, #48000b -2px 0, #48000b 0 -2px, #48000b 0 2px, #48000b 2px 2px, #48000b -2px 2px, #48000b 2px -2px, #48000b -2px -2px, #48000b 1px 2px, #48000b -1px 2px, #48000b 1px -2px, #48000b -1px -2px, #48000b 2px 1px, #48000b -2px 1px, #48000b 2px -1px, #48000b -2px -1px;
	padding-top:1em;
}
#conts p.YokokuDate{
	text-align: center;
	color: white;
	font-size:380%;
	margin:-0.5em auto 1em;
}
/*---------------カウントダウンNEW--*/
.countdown-wrapper{
  align-content: center;
  color: white;
  display: grid;
  gap: 0;
  justify-items: center;
  margin: 0;
  padding:50px 0 0;
  width: 100vw;
  color-scheme: dark;
}
#conts .titleBK p.CDtitle{
	font-size:140%;
	border-top:#f8d729 3px solid;
	border-bottom:#f8d729 3px solid;
	width:36em;
	margin:0 auto 1em;
	text-align: center;
	letter-spacing: 0.25em;
}
#conts .titleBK .CDtitle b{
	font-size:200%;
	margin-right:10px;
}
.CDtimer {
  align-items: flex-end;
  background-color: rgb(128 128 128 / .2);
  border: 1px solid rgb(255 255 255 / .4);
  border-radius: 24px;
  display: flex;
  padding: 12px 16px;
	font-size:150%;
  
  & > .time {
    border-radius:5px;
    background:linear-gradient(0deg, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.8) 50%), rgba(255, 255, 255, 0.55);
    font-size:460%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    line-height: 1;
    min-width: 48px;
    min-height: 48px;
    display: grid;
    place-items: center;
    padding:6px 12px 0px;
    margin-left: 12px;
	  color:#e80023;
	  border: #a86122 3px solid;
	  letter-spacing: -0.02em;
  }
  & > .unit {
    margin-left: 4px;
	  margin-right: 10px;
	 text-shadow: #48000b 2px 0, #48000b -2px 0, #48000b 0 -2px, #48000b 0 2px, #48000b 2px 2px, #48000b -2px 2px, #48000b 2px -2px, #48000b -2px -2px, #48000b 1px 2px, #48000b -1px 2px, #48000b 1px -2px, #48000b -1px -2px, #48000b 2px 1px, #48000b -2px 1px, #48000b 2px -1px, #48000b -2px -1px;
  }
}
/*目次*/
#conts .EventMenu{
	margin:2em auto 0;
	width:1200px;
	padding-bottom: 2em;
}
.EventMenu li{
	float: left;
	font-size:100%;
	line-height: 160%;
	margin: 0 0.5% 1%;
	text-align: center;
}
.EventMenu li a{
	display:block;
	border:2px #c08621 solid;
  border-radius: 8px;
	background-color: white;
	padding:5% 4% 2%;
}
#conts .EventMenu li a,
#conts .EventMenu li a:visited,
#conts .EventMenu li a:hover{
	text-decoration: none;
	color:#4C4A4A;
}
.EventMenu li b{
	font-size: 126%;
	color:#ba7500;
}
#conts .EventMenu li.oaItemMenu{
	width:19%;
}
#conts .EventMenu li.oaItemMenu a{
	background-color:#c08621;
	padding:6% 0 7%;
	min-height: 54px;
}
#conts .EventMenu li.oaItemMenu b{
	display: block;
}
#conts .EventMenu li.oaItemMenu a:visited,
#conts .EventMenu li.oaItemMenu b{
	color: white;
}
.EventMenu li span{
	display: block;
	background-color:#c08621;
	color: white;
  border-radius: 8px;
	font-size: 70%;
}
.Menu5 .EventMenu li{
	width:19%;
}
.Menu7 .EventMenu li{
	width:17%;
}
.Menu8 .EventMenu li{
	width:14%;
}
/*about----------------------*/
#about{
	background:url("../img/event/GSTVaniv25-mv.jpg") center top #f2f3f6;
	background-repeat:no-repeat;
	padding:30px 510px 100px 70px;
	background-size:auto;
	min-height: 470px;
}
.aboutBK{
	margin:0 0 0 15%;
	background-color:rgba(255,255,255,0.8);
	width:710px;
}
.aboutBK .whiteBox{
	background-color:rgba(255,255,255,0.6);
	padding:20px 30px 10px;
}
.whiteBox02{
	width:430px;
	margin:0 0 0 470px;
	background-color:rgba(255,255,255,0.6);
	padding: 40px 40px 20px;
}
#conts #about p{
	line-height: 180%;
	margin-bottom: 20px;
}
#conts .aboutBK h2{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:210%;
	padding:10px 0 0;
	margin-bottom:0.5em;
	text-align: center;
}
/*本日のオンエアアイテム*/
#conts #about .OnairItem p{
	text-align: center;
}
.Lay2{
	display: flex;
	justify-content: space-around;
	margin:2em auto 1em;
}
.Lay2 div{
	width:50%;
	margin:1% 3%;
}
.OnairItem .checkItem{
	margin:2em 6.1em 0!important;
	background-color:white;
	padding:3em 1em 1em;
}
.OnairItem .checkItem .ttl{
	display: none;
}
#conts p.Pcatch{
	font-size:100%;
	text-align: center;
}
#conts p.Pcatch span{
	font-size:90%;
}
#conts .BtnOnair{
	text-align:center;
}
#conts .BtnOnair img{
	border:2px #b97c1f solid;
	padding: 3px;
	width:42%;
	background-color:white;
}
/*ポイント----------------------*/
#conts #point p{
	color:#4f4f4f;
}
#conts #point p.att{
	text-align: left;
	font-size:100%;
	font-weight: normal;
	margin-bottom: 0.75em;
}
#conts #point p b{
	font-size: 115%;
}
#conts #point p.kikan{
	font-size: 156%;
	letter-spacing:0.025em;
	border-bottom: 1px solid #4f4f4f;
	padding: 0.5em;
}
#conts #point p.kikan b{
	font-size: 145%;
}
.point_box{
	background-color:rgb(255 255 255);
	padding:0.5em 3em 1em;
	margin:0 5em;
	border-radius:10px;
}
#conts #point p.txtBlmb075 {
	color:white;
	margin-bottom: 0.75rem;
}
/*本日のオンエアボタン*/
#conts .OnairItem .checkItem div.link {
	display: inline-block;
	padding:0.5em 1.5em!important;
	text-decoration :none;
	background:none!important;
	background-color:#bc841c!important;
	box-shadow: 3px 3px #654b39;
	transition: .3s;
	font-weight: bold;
	font-size:2rem;
	margin: 1em 34% 1em!important;
	border-radius:20px;
}
#conts .OnairItem .checkItem div.link a,
#conts .OnairItem .checkItem div.link a:hover,
#conts .OnairItem .checkItem div.link a:visited{
	color:white;
}
.comPicList{
	margin:0 auto!important;
}
/*--------------目玉-------*/
#conts p.ChumokuMark{
	color:#f4b4d0;
	font-weight: bold;
	margin:4em auto 0.5em;
	width:8em;
	border-bottom:4px double #d20039;
	line-height: 132%;
}
#chumoku2,
#chumoku3{
	margin-top:13em;
}
#conts p.ChumokuMark b{
	font-size:140%;
}
.flexIMG{
	margin:3em auto;
}
.flexIMG li{
	float: left;
	margin:0 2%;
	width:42%;
	height:42%;
	border:2px #b97c1f solid;
}
.flexIMG li img{
	width:100%;
}
#conts .LayOut1 p{
	text-align: left;
}
#conts .LayOut3 div.floatL{
	float:left;
	text-align: left;
	margin:10px 0 0 20px;
}
#conts .LayOut2 p,
#conts .LayOut4 p,
#conts .LayOut5 p{
	clear: both;
}
.LayOut2 .flexIMG li{
	width:41%;
	height:41%;
	margin:0 4% 4% 4%;
}
.LayOut3 .flexIMG li:nth-child(n+2),
.LayOut4 .flexIMG li:nth-child(n+2),
.LayOut5 .flexIMG li:nth-child(n+2){
	width:24%;
	height:24%;
	margin:0 2% 2% 0;
}
.LayOut4 .flexIMG li,
.LayOut5 .flexIMG li{
	width:47%;
	height:47%;
}
.LayOut4 .flexIMG li:nth-child(n+2),
.LayOut5 .flexIMG li:nth-child(n+2){
	width:22%;
	height:22%;
}
.LayOut1,
.LayOut2,
.LayOut3,
.LayOut4,
.LayOut5,
.posiRel{
	position: relative;
}
#conts div.UpdateMark{
	position:absolute;
	top:-20px;
	left:-10px;
	width:100px;
	height:100px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	background:white;
	border:#a90811 7px solid;
}
#conts div.UpdateMark:after{
	content: '';
  background-color:#a90811;
  height: calc(30px / 2);
  width: 25px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	display: block;
	position: relative;
	top:90px;
	left:70px;
	transform: rotate(-160deg);
}
#conts div.UpdateMark p{
	line-height:145%;
	color:#a90811;
	font-weight:bold;
	position: absolute;
	top:30px;
	left:6px;
	font-size:21px;
	text-align: center;
	letter-spacing: -1px;
	font-family:"Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#conts .posiRel div.UpdateMark p{
	top:34px;
	left:8px;
}
#conts .LayOut3 div.UpdateMark p,
#conts .chumoku2sns div.UpdateMark p,
#conts .LayOut4 div.UpdateMark p,
#conts .LayOut5 div.UpdateMark p{
	top:27px;
	left:14px;
}
#conts div.UpdateMark p b{
	font-size:130%;
	display: block;
}
#conts p.OnairDate{
	background-color:white;
	width:20em;
	font-size:160%;
	font-weight: bold;
	color: #431504;
	margin: 0 auto;
	display:flex;
	margin-top:2em;
}
#conts p.OnairDate span{
	background-color: #a86122;
	color:white;
	font-size:80%;
	padding:6px 20px;
	line-height: 220%;
}
#conts p.OnairDate b{	
	padding:6px 20px;
}
.LinkSns{
	margin-top:80px;
}
#conts ul.speList{
	background-color: #731a30;
	padding:20px;
	margin:2em 10%;
	border-radius: 0.4em;
}
.speList li{
	color:white;
	font-size:130%;
	margin:1% 10%;
	list-style-type: disc;
}
.speList li+li{
	margin-top:1em;	
}
#conts p.txtRight{
	text-align: right;
}
#conts p.snsCatch{
	font-size:140%;
	margin:80px auto 10px;
}/*注目商品リンク*/
#conts .chumokuLay1 p.OnairDate{
	margin-bottom:10rem;
}
#conts .chumokuLay1 b a:link{
	color:white;
	text-decoration: underline;
}
.mt10em{
	margin-top:10rem;
}
#conts .mt10em p{
	font-size:170%;
	font-weight: bold;
}
.chumokuLay2{
	display: flex;
	justify-content: space-between;
}
.chumokuLay2 div{
	width:48%;
	text-align: center;
}
#conts .chumokuLay2 h3{
	font-size:200%;
}
.chumokuLay2 div img{
	width:100%;
	margin-bottom:10px;
}
/*--------------WEBおすすめ特集-------*/
#kikaku{
	padding:20px;
}
#kikaku .kikakuList{
	padding:0 1% 3em;
	float: left;
	width:31%;
}
#kikaku .kiji03 .kikakuList{
	padding: 0 1% 3em;
	width:31%;
}
/*#kikaku .kiji02 .kikakuList:nth-child(-n+2){
	width:44%;
}*/
#kikaku .kikakuList img{
	width:100%;
	border:2px #b97c1f solid;
}
#PickF .about_txt,
#kikaku .about_txt{
	display: block;
	text-align: center;
	margin-top:0.25em;
	font-size:1.45rem;
	line-height: 130%;
	color:white;
	padding-top:0.5em;
	text-decoration: underline;
}
#kikaku .about_txt b{
	font-size:120%;
	line-height: 190%;
}
#conts a span.about_txt span.tLine{
	text-decoration: underline;
}
/*#kikaku a:hover,
#kikaku a:visited,
#kikaku a:link,
#kikaku a:hover,
#kikaku a:visited,*/
#item a:link,
#item a:visited,
#item a:hover{
	color:white;
}
/*-- banner ---------------------*/
.BunnerList{
	padding:0 3em;
	margin:0 1em;
}
.BunnerList ul li{
	width:23%;
	float:left;
	margin:2%;
}
.BunnerList ul li img{
	border:1px solid #d4d5d0;
}
.BunnerList ul li:first-child{
	width:40%;
	margin-right:4%;
}
.BunnerList ul li img{
	width:100%;
	border:1px solid #d4d5d0;
}
/*--------------PickItem----------*/
#conts #PickItem h2{
	font-size:350%;
}
.ItemBlock{
	padding:1% 2%;
}
#conts .ItemBox{
	padding: 0.2em;
	float: left;
	width: 22%;
	margin: 0 1% 2%;
	position:relative;
	text-align: center;
}
#conts .ItemBox img.photo{
	border:2px #bfbfbf solid;
}
#PickItem .ItemBox:first-child{
	width:47%;
}
.ItemBox img{
	width:96%;
	margin:1% 2%;
}
#conts .ItemBlock p{
	margin-top:5px;
	font-size:100%;
	margin: 1% 2%;
	font-weight: normal;
}
#conts .ItemBox span.i-name{
	font-size:1.3rem;
	display: block;
	padding:6px 0.45em 6px;
	text-align: left;
}
#PickItem .ItemBox:first-child span.i-name{
	padding:6px 1em 8px;
}
#conts .ItemBox b.i-about{
	font-size:1.6rem;
	display: block;
	padding:8px 1em 13px;
	text-align: left;
}
#conts .ItemBox span.price{
	font-size:1.25rem;
	display: block;
	font-weight: bold;
}
#conts .ItemBox span.price b{
	font-size:1.7rem;
	color:#c01025;
}
#conts #PickItem .ItemBox:first-child span.price{
	font-size: 1.6rem;
}
#conts #PickItem .ItemBox:first-child span.price b{
	font-size:2.2rem;
}
#conts .ItemBox a,
#conts .ItemBox a:hover{
	color:#4C4A4A;
	text-decoration: none;
}
.ItemBox span.soldOut {
    position: absolute;
    width: 208px;
    top:30%;
    left: 7px;
    background-color: rgba(255,255,255, 0.85);
	font-size: 1.8rem;
	color:#e51626;
	font-weight: bold;
	padding-top:3px;
	box-shadow: 0px 1px 0 rgba(0,0,0,0.1);
}
#conts #PickItem .ItemBox:first-child span.soldOut{
	font-size: 2.8rem;
	width:445px;
	left:12px;
	top:32%;
}
/*最下部のチェックしたアイテム*/
.wid1200px{
	margin:0 auto 2em;
	width:1040px;
}
.BKwhite .checkItem{
	padding:0 20px;
}
#conts .comPicList li .title{
	margin:0 0 5px 0;
}
/*------------------------YouTube---------------*/
#YouTube .BKYohaku{
	padding:40px 40px 0;
	margin-bottom:1em;
}
.kikakuYTList div.YouTube{
	border:solid 1px #ccc;
	background-color: #fafafa;
	padding:10px;
	width:610px;
  aspect-ratio: 16 / 9;
}
#YouTube .kikakuYTList{
	margin-bottom: 2em;
	
}
.kikakuYTList div.YouTube iframe{
	width:100%;
	height: 100%;
}
#conts .EventBlock .kikakuYTList p{
	text-align: left;
}
#conts .EventBlock .kikakuYTList p b{
	padding:1em 0 0.25em;
	display: block;
	font-size: 120%;
}
#conts #kikakuYT .btn_Link{
	margin-top:0;
}
#conts .clearfix .imgBoxR {
    margin-bottom: 0;
}
#conts .imgBoxR {
    float: right;
    margin: 0 0 20px 20px;
}

#conts .EventBlock .kikakuYTList p {
    text-align: left;
}

#conts .imgBoxL {
    float: left;
	margin: 0 40px 20px 0;
}
/*ボタン*/
#conts .btn_Link a{
  display: inline-block;
	padding:0.4em 0.5em 0.3em 1em;
  text-decoration :none;
  transition: .3s;
	font-weight: bold;
	font-size:1.85rem;
	border:3px solid #f0d85a;
	background-color: white;
	color: #4a1102;
}
.ClickIcon{
	display: inline-block;
  vertical-align: middle;
  color: #c39326;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
	margin-left:1em;
}
.ClickIcon::before{
	  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/*SNS*/
.SNS_pickup img{
	border:1px solid #e6e6e6;
}
#SNS_block .SNS_others{
  margin-top:5rem;
}
#conts .EventBlock .SNS_pickup h3,
#conts .EventBlock .SNS_pickup p,
#conts .EventBlock .SNS_others h3,
#conts .EventBlock .SNS_others p{
	color:#4f4f4f;
}

#conts .EventBlock .SNS_pickup h3{
	padding-top:3rem;
}
#SNS_block .SNS_others img{
	width:100%;
}
.SNS_others{
	margin-top:3rem;
}
.SNS_others ul{
	display: flex;
	gap:4rem;
	justify-content: center;
}
#SNS_block .SNS_others li{
	max-width:80px;
}
.instaPost{
	margin:0 auto;
	max-width:540px;
}
.youtubePost {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtubePost iframe {
  width: 100%;
  height: 100%;
}
/*調整*/
#conts .mt05{
	margin-top:0.5em;
	margin-bottom: 0.25em;
}
#conts .mt3em{
	margin-top:3em;
}
#conts .mt20{
	margin-top:20px;
}
#conts .mt40{
	margin-top:40px!important;
}
#conts .mt80{
	margin-top:80px;
}
#conts .mb40{
	margin-bottom:40px;
}
#conts p.txtLeft{
	text-align: left;
}