


@charset "utf-8";
html{
  scroll-behavior: smooth;
}
#button_page_top {
    position: fixed;
    border-radius: 50%;
    background: #333;
right:20px;
}
#sougyou{
  font-weight: 500;
  font-style: normal;
  background: #fff1db;
  color: #5a3711;
}
  .feature header{background: rgb(182,39,39);background: linear-gradient(251deg, rgba(182,39,39,1) 9%, rgba(210,54,54,1) 15%, rgba(182,39,39,1) 23%, rgba(182,39,39,1) 66%, rgba(210,54,54,1) 72%, rgba(182,39,39,1) 79%, rgba(182,39,39,1) 92%, rgba(210,54,54,1) 94%, rgba(182,39,39,1) 97%);margin: 0;}
.box_feature .image {
  box-shadow: 0px 2px 8px #cdcdcd;
}
.image {
  margin-bottom: 10px;
}
#sougyou img{
  width: 100%;
  vertical-align: bottom;
  height: auto;
}
#sougyou a{
  text-decoration: none;
}
.sougyo-bt {
    margin:15px auto 0;
    width:80%
}
.sougyo-bt a {
  padding: 8px 0;
  background: rgb(150 117 30);
  width: 100%;
  display: block;
  position: relative;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-decoration:none;
  border-radius:100vh;
  box-shadow: 0 2px 4px #000;
  transition:0.3s;
}
.sougyo-bt a:hover{
  box-shadow:0 0 0;
  transform: translateY(2px);
}
.sougyo-bt a::after {
  /* content: ""; */
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-left: 2px solid;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: rotate(135deg) translateY(50%);
  z-index: 12;
  visibility: visible;
}
.sougyo-bt p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
}

.prize-section .sougyo-bt a {
    margin: 0 auto;
    max-width: 500px;
    padding: 17px 0;
    background: #bf2632;
}
#sougyou h2 {
  margin: 60px 0 0;
  color: rgb(255 255 255);
  text-align: center;
  font-size: 39px;
  position:relative;
  letter-spacing: 0.5em;
  padding: 10px 0;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding: 0;
}
@media screen and (max-width:950px){
	#sougyou h2{
		font-size: 28px;
	}
}
#sougyou h2 > span{
	position:relative;
	z-index:10;
	display: inline-flex;
	max-width: 94%;
	width: 85%;
	height: 65px;
	position: relative;
	background: #96751e; /* 8角形の色or画像 */
	justify-content: center;
	align-items: center;
}
#sougyou h2 > span::before {
  content: '';
  width: 0;
  height: 0;
  border: 35px solid transparent;
  border-top-color: #fff1db;
  border-left-color: #fff1db;
  position: absolute;
  top: 0;
  left: 0;
}
#sougyou h2 > span::after {
  content: '';
  width: 0;
  height: 0;
  border: 35px solid transparent;
  border-top-color: #fff1db;
  border-right-color:#fff1db;
  position: absolute;
  top: 0;
  right: 0;
}
#sougyou h2 > span span::before { 
  content: '';
  width: 0;
  height: 0;
  border: 35px solid transparent;
  border-bottom-color: #fff1db;
  border-left-color: #fff1db;
  position: absolute;
  bottom: 0;
  left: 0;
}
#sougyou h2 > span span::after {
  content: '';
  width: 0;
  height: 0;
  border: 35px solid transparent;
  border-bottom-color: #fff1db;
  border-right-color: #fff1db;
  position: absolute;
  bottom: 0;
  right: 0;
}
#sougyou h2::after,#sougyou h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 15%;
  height: 1px;
  border-bottom: 5px double #96751e;
  bottom: 41%;
  left: 3px;
  z-index:10000;
  visibility: visible;
}
#sougyou h2::before{
	left:auto;
	right:0;
	width: 15%;
}
section.limited-item-area {
    margin-top: 35px;
}
#sougyou .tab-panel h2::before {
    width: 430px;
}
.black-header {
    padding: 50px 0;
    color: #fff;
}
.black-title{
  width: 600px;
  margin: 0 auto 32px;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.black-title p{
  margin: 0 auto 10px;
  font-size: 22px;
}
.feature .box_feature{
	background: #fff;
}
.title02{
  margin-top: 30px;
  padding-left: 10px;
  font-size: 24px;
  position: relative;
  border-left: 6px solid #000000;
}
.button.inpreparation,
.button.inpreparation:hover{
	background-color:#ddd!important;
	border-color:#ddd!important;
	color:#333!important;
}
.ttlspace:nth-of-type(n+2) {
    margin-top: 50px;
}
/*目次*/
.index {
    width: 90%;
    max-width: 1100px;
  margin: 62px auto 0;
  background: #fff1db;
  border-radius: 4px;
}
.index a{
  padding: 9px 15px;
  color: #fff;
  position: relative;
  display: block;
}
.index h3{
  margin-top: 8px;
  text-align: center;
  margin-bottom: 26px;
  position: relative;
}
.index h3:after {
    display: block;
    width: 70px;
    height: 4px;
    margin: 5px auto 0;
    border-radius: 2px;
    background: #000000;
    content: " ";
  }
.index ol{
  margin: 20px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  list-style: none;
}
.index ol::after{
	display:none
}
.index li{
  position: relative;
  font-size: 18px;
  font-weight: 600;
  width: calc((100% - 80px) / 5);
  box-sizing: border-box;
  border-radius: 100vh;
  background: rgb(150,117,30);
}
.index li::marker{
  margin-right: 10px;
  display: block;
  font-weight: 600;
  font-size: 18px;
  border: 1px solid #000;
}
.index li::before{
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  right: 13px;
  bottom: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.index li::after{
	 /* content: ""; */
	 display: block;
	 position: absolute;
	 width: 25px;
	 height: 25px;
	 border: 2px solid #000000;
	 bottom: 3px;
	 right: -9%;
	 z-index: 20;
	 transform: translateX(-50%);
	 visibility: visible;
	 border-radius:50%
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    /* align-items: flex-end; */
}
.flex-wrap.box-area {
    padding:0 30px;
  gap:30px 10px
}
.flex-box:nth-of-type(n+3) {
    margin-top: 20px;
}

.heading_feature01 {
    margin: -59px auto 43px;
    width: 555px;
    background: #fff1db;
    letter-spacing: 0.2em;
    font-size: 29px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-align: center;
}
.heading_feature01 span.num{
  margin-bottom: 5px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.0;
  width: 50px;
  aspect-ratio: 1 / 1;
  border: 4px double;
  border-radius: 50%;
  letter-spacing: 0;
  color: #952020;
}

.heading_feature01 span.num::after{
	/* content: ""; */
	display: block;
	position: absolute;
	width: 17px;
	height: 10px;
	border-right: 1px solid #000000;
	background: #fff;
	bottom: -4px;
	left: 57%;
	z-index: 20;
	transform: translateX(-50%) rotate(144deg);
	visibility: visible;
}
.heading_feature01::after {
    display:none
}
.heading_feature02 {
    letter-spacing: 0.1em;
    font-size: 30px;
	text-align:center;
}
.icon {
  display:inline-block;
  font-size:16px;
  padding: 10px 20px;
  border-radius:5px;
  font-weight: 600;
  margin: -12px 5px 10px;
}

h3.tenpo-bt-title {
  text-align: center;
  color: #fff;
  margin-top: 50px;
  font-size: 21px;
}
.bt-wrap {
	margin-bottom:10px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.bt-wrap .sougyo-bt{
  width: calc((100% - 10px) / 2);
  border: none;
  margin: 0;
}
/*商品紹介*/
section.item-block {
    margin: 180px auto;
    max-width: 1400px;
    padding: 0 20px 30px;
    border: 4px double;
    border-radius: 30px;
}
@media screen and (max-width: 1400px){
  section.item-block {
    margin: 142px 20px;
  }
	section.item-block:last-of-type {
    margin: 180px 20px 0;
  }
}
.flex-wrap.itembox-wrap {
    gap: 30px;
    width: 95%;
    margin: 70px auto 0;
    justify-content: center;
    max-width: 1000px;
}
.flex-wrap.itembox-wrap .item-box {
    width: calc((100% - 60px) / 3);
    border-bottom: 1px solid;
    width: calc((100% - 30px) / 2);
}
.item-box p.item-coment {
    margin: 0 0 15px;
    padding: 12px 35px;
    background: #952020;
    border-radius: 100vh;
    color: #fff;
    line-height: 1.7;
    position: relative;
    min-height: 120px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 15px;
}
@media screen and (min-width: 850px){
  .sp{
    display:none
  }
  #shibuya .item-box:nth-of-type(4) .item-info, #shibuya .item-box:nth-of-type(5) .item-info, #shibuya .item-box:nth-of-type(6) .item-info, #nine .item-box:nth-of-type(4) .item-info, #nine .item-box:nth-of-type(5) .item-info, #nine .item-box:nth-of-type(6) .item-info, #nine .item-box:nth-of-type(8) .item-info, #nine .item-box:nth-of-type(7) .item-info {
	  min-height: 187px;
	 }
  #limited .item-box:nth-of-type(4) .item-info,#limited .item-box:nth-of-type(5) .item-info, #sale .item-box .item-info{
		min-height: 197px;
	}
  #limited .item-box:nth-of-type(2) .item-info,#limited .item-box:nth-of-type(3) .item-info{
		min-height: 315px;
	}
	#nine .item-box:nth-of-type(2) .item-info,#nine .item-box:nth-of-type(3) .item-info{
		min-height: 274px;
	}
	#shibuya .item-box:nth-of-type(1) .item-info,#shibuya .item-box:nth-of-type(3) .item-info{
		min-height: 239px;
	}
	#sale .item-box:nth-of-type(5) .item-info,#sale .item-box:nth-of-type(6) .item-info{
		min-height:197px
	}
    #shibuya .item-box:nth-of-type(2) .item-info{
		min-height:168px
	}
	#nine .item-box:nth-of-type(1) .item-info{
		min-height:183px
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px){
	.index ol {
    gap: 10px;
  }
	.index li {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (min-width: 768px) and (max-width: 849px){
	.index {
    width: 96%;
    margin: 30px auto 0;
    }
	section.item-block {
    margin: 100px 20px;
  }
	section.item-block:last-of-type {
    margin: 100px 20px 0;
  }
	.flex-wrap.itembox-wrap {
    gap: 30px 20px;
    width: 97%;
}
	.flex-wrap.itembox-wrap .item-box {
    width: calc((100% - 40px) / 3);
    width: calc((100% - 20px) / 2);
}
  #shibuya .item-box .item-info,#nine .item-box .item-info,#sale .item-box .item-info {
	  min-height: 200px;
	 }
  #limited .item-box .item-info{
		min-height: 250px;
	}
	  #limited .item-box:nth-of-type(4) .item-info,#limited .item-box:nth-of-type(5) .item-info,#nine .item-box:nth-of-type(1) .item-info,#nine .item-box:nth-of-type(2) .item-info,#nine .item-box:nth-of-type(3) .item-info{
		min-height: 190px;
	}
	#sale .item-box:nth-of-type(5) .item-info,#sale .item-box:nth-of-type(6) .item-info{
		min-height: 242px;
	}
  .item-box p.item-coment {
    border-radius: 20px;
    padding: 12px 15px;
  }
}
.item-box p.item-coment::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg) translateX(-50%);
    position: absolute;
    bottom: 2px;
    left: 50%;
    background: #952020;
    border-bottom-left-radius: 3px;
}
.item-box .image{
	border: 1px solid #e7e7e7;
	/* border-radius:10px; */
	/* border-bottom-left-radius: 0; */
	/* border-bottom-right-radius: 0; */
}
.item-box .item-info{
	margin: 0 auto;
	padding: 14px 20px 10px;
	border-top: 1px solid;
	font-size: 18px;
}
.item-box .item-info::after{
	display:none
}
.item-box .item-info .item-place{
  margin: 11px 0 0;
  padding: 19px 0;
  font-weight: 600;
  font-size: 11px;
  position:relative;
  border-top: 1px dashed;
  color: #000;
}
.item-info .item-place h4{
  padding-left: 15px;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  position:relative;
}
.item-info .item-place h4::after{
	content: "";
	display: block;
	position: absolute;
	width: 13px;
	height: 15px;
	top: 0;
	background:url(/sougyousai/image/map-icon.svg) no-repeat center/contain;
	left: 0px;
	z-index: 20;
	visibility: visible;
}
.item-info .item-place p{
	margin:3px 0 0;
	font-size: 17px;
}
.item-box .item-info .brand-name{
	margin: 0 0 6px;
	line-height: 1.0;
	font-weight: 600;
	font-size: 20px;
}
.item-box .item-info .item-name{
	margin: 15px 0 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
}
.item-info .item-price{
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
	text-align: right;
}
.item-box .item-info .item-price span{
	margin-left: 2px;
	font-size: 16px;
}


/*各店イベント紹介*/
.tab-wrap{
    width: 98%;
    margin: 47px auto 51px;
    justify-content: center;
    gap: 7px;
    min-height: 50px;
}
.tab-wrap::after{
	display:none
}
.tab-bt{
    padding: 10px 0;
    width: 13.1%;
    position: relative;
    background: #909090;
    font-weight: 600;
    transition: all 0.5s ease-out;
    cursor: pointer;
    text-align: center;
    color: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vh;
    font-size: 13px;
}
.tab-bt.active{
	width: 18%;
	border: none;
	position: relative;
	background: #b62929;
	color: #ffffff;
	font-size: 17px;
	padding: 15px 0 11px;
}
.tab-bt.active::before {
    content: "";
    display: block;
    width: 29px;
    height: 27px;
    transform: rotate(-45deg) translateX(-50%);
    position: absolute;
    bottom: 2px;
    left: 50%;
    background: #b62929;
    z-index: -1;
    border:none;
    border-radius: 5px;
}
.category-area{
	display: none;
}
.category-area.active {
    padding: 20px 20px 40px;
    display: block;
    max-width: 1400px;
    margin: 0 auto;
}
.category-area.active > .flex-wrap{
    display: flex;
    gap: 50px 20px;
    position: relative;
}
.mini-wrap:nth-of-type(n+1){
		margin-top: 60px;
	}
    .mini-wrap .mini-title{
		text-align:center;
		margin-bottom:15px;
		font-size: 19px;
		letter-spacing: 0.1em;
	}
	.mini-wrap .flex-wrap.itembox-wrap .item-box {
    width: calc((100% - 120px) / 5);
    border: none;
  }
	.mini-wrap .flex-wrap.itembox-wrap .item-box .image{
		margin: 0 0 5px;
		height:70px;
		width:100%;
		display: flex;
		background: #fff;
	}
	.mini-wrap .flex-wrap.itembox-wrap .item-box .image img{
		width:100%;
		height:100%;
		object-fit:contain;
	}
	.mini-wrap .flex-wrap.itembox-wrap .item-box .brand-name{
		font-size:12px;
		text-align:center;
	}


section#sale-event .item-info{
  width: 95%;
  margin: 0 auto 15px;
  font-size: 15px;
}
section#sale-event .item-info .item-place h4{
  font-size:16px;
  margin-bottom:8px
}
section#sale-event .kome {
  width: 95%;
  margin: 0 auto 15px;
  font-size: 13px;
}
section#sale-event .heading_feature01 {
    width: 80%;
}


/*25周年入口*/
#sougyou .anniv-section a:hover img{
	opacity: 1
}
section.anniv-section {margin: 100px 0 0;}
section.anniv-section picture {
	margin: 60px auto 0;
	position:relative;
	display: block;
	max-width: 1200px;
}
section.anniv-section .anniv-bt {
    position: absolute;
    top: 49.7%;
    width: 30.5%;
    right: 10.8%;
    transition: 0.3s;
    animation:big 2.5s forwards infinite
}
@keyframes big{
    0%,20%,100%{
        transform:scale(1.0)
    }
    10%{
        transform:scale(1.05)
    }
}
section.anniv-section .anniv-bt:hover{
    transform:scale(1.05);
    animation:none
}
@media screen and (max-width: 767px) {
  /* +++++++++++++++++++++++++++++++

   SmartPhone
  +++++++++++++++++++++++++++++++ */
	#sougyou{
		line-height: 1.7;
	}
	#sougyou  h2 {
    font-size: 25px;
    margin: 0 0 0;
    position:relative;
   }
.page_top {
    position: fixed;
    bottom: 0;
    top: auto;
    margin: 0;
    transform: translateX(-50%);
z-index:100
}

	#sougyou .campaign-section h2{
	font-size: 17px;
	}
	#sougyou h2 > span{
		font-size: 18px;
		letter-spacing: 0.2em;
		z-index: 10;
		height: 40px;
	}
	#sougyou .anniv-section h2 > span{
		width: 90%;
		max-width: 90%;
	}
	#sougyou h2 > span::before {
  content: '';
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #fff1db;
  border-left-color: #fff1db;
  position: absolute;
  top: 0;
  left: 0;
}
#sougyou h2 > span::after {
  content: '';
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #fff1db;
  border-right-color:#fff1db;
  position: absolute;
  top: 0;
  right: 0;
}
	#sougyou h2 > span span::before { 
  content: '';
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom-color: #fff1db;
  border-left-color: #fff1db;
  position: absolute;
  bottom: 0;
  left: 0;
}
#sougyou h2 > span span::after {
  content: '';
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom-color: #fff1db;
  border-right-color: #fff1db;
  position: absolute;
  bottom: 0;
  right: 0;
}
	#sougyou h2::after {
    width: 16%;
    height: 1px;
    bottom: 41%;
    left: 3px;
    }
	.heading_feature02 {
    letter-spacing: 0.1em;
    font-size: 20px;
  }
	.sougyo-bt {
    width: 99%;
  }
  .bt-wrap .sougyo-bt {
    width: 100%;
  }
	
  /*目次*/
  .index {
    width: 94%;
    margin: 17px auto 67px;
    min-width: 330px;
    max-width: 460px;
  }
  .index ol {
    margin: 0 auto;
    gap: 14px 20px;
    padding: 0;
  }

	.index h3{
		margin-top: 0;
	}
  .index li{
    width: calc((100% - 20px) / 2);
    position: relative;
    font-size: 14px;
  }
	.index li::marker{
		margin-right: 10px;
		display: block;
		font-weight: 600;
		font-size: 21px;
	}
  .index li::before{
		width: 5px;
		height: 5px;
	}
  
	/*クーポン*/
   .coupon-wrap .text-box{
      margin-top: 20px;
   }
	/*キャンペーン*/
	.campaign-wrap {
       margin: 30px 5px 30px;
    }
	.campaign-box{
		margin: 20px;
		background: #fff;
		flex-direction: column;
	}
	.campaign-img {
      border: 1px solid #cbcbcb;
      width: 100%;
 }
  .campaign-title{
      font-weight:600;
      font-size: 18px;
      text-align:center;
      margin-bottom: 10px;
  }
	.campaign-info {
    padding: 20px 10px;
    width: calc(100% - 20px);
  }
  .campaign-text{
      margin: 8px;
  }
	.osusume-wrap {
		margin: 0 10px 20px;
	}
  .box_feature .image, .box_link, .guide_netshop, .feature > .box_enclosing{
    margin: 0 0 10px;
  }
  .feature header{
  padding: 33px 20px 45px;
  }
	.black-header {
    padding: 0;
  }
  .black-title{
    margin: 0 auto 24px;
    width: 99%;
  }
  .heading_feature01{
    font-size: 18px;
    margin: -39px auto 30px;
    width: 228px;
  }
  .heading_feature01 span.num{
    margin: 0;
    font-size: 20px;
    line-height: 0;
    width: 30px;
    border: 3px double;
  }
  .box_button .button {
      padding: 10px 20px;
      margin: 20px auto;
      border-radius: 100vh;
      display: block;
      border: 5px solid;
  }
  .icon {
    font-size:14px;
    font-weight:500;
  }
  .icon::after {
    content: "\A" ;
    white-space: pre ;
  }


  .feature header .image{
    background-color:#fff;
    margin:15px;
  }
  #specialoffer .feature header .image{
    background-color:#fff;
    margin:15px 15px 0;
  }

  .storename{text-align:center;margin: 30px 15px 15px;background: #fff;padding: 15px 0;}
  .storename span{display:inline-block;font-size:13px;}

  .owabi{margin:10px;}
  .owabi .owabittl{font-size:18px;}
  .owabi p{font-size:16px;}


  .feature ul.linkmenu{
    display:flex;
    position:fixed;
    bottom: 0px;
    justify-content: center;
    z-index:999;
    width:100%;
    padding: 0;
    margin: 0;
  }
  .feature ul.linkmenu li{
    width:50%;
    background: #0a0a0a;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .feature ul.linkmenu li a{
    text-align:center;
    color: #fff;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
  }
	.category-area.active > .flex-wrap::before{
		display:none
	}
  .feature .flex-wrap .box_feature{
    width: 100%;
  }
  .box_feature p{font-size:14px;line-height: 1.7;}

  .product{
    font-weight:700;
    font-size:18px!important;
    text-align:left;
  }
  .product span{
    font-weight:normal;
    font-size:14px;
  }

  dl.detailinfo{
    margin: 1em 0 0;
	  
  }
  dl.detailinfo dt {
      padding: 5px;
      line-height: 1.5;
      margin-bottom: 10px;
      font-size: 14px;
  }

  dl.detailinfo dd {
      font-size: 16px;
      margin: 0;
  }

	.brand-img {
		margin: 25px 0 15px;
		height: 100px;
	}
	#sougyou .brand-img img {
		height: 100%;
		width: auto;
	}
	.brand-img:last-of-type{
		margin-top: 30px;
	}
	.brand-img:nth-child(1){
		height: 60px;
	}
	
	.box_feature p.maguro-date {
     font-size: 13px;
     margin: 0 0 10px;
  }
  .text-wrap {
    margin-bottom: 13px;
  }
  .box_feature p.store-name {
    margin: 0 10px 7px 0;
    padding: 5px 10px;
    border: 1px solid #000;
    font-size: 13px;
  }
  p.catchcopy{
    padding: 0 5px;
  }
  .cntbox .caption{
    font-size:14px;
  }
  #yumekuji .swiper-container .image img,
  #hogage .swiper-container .image img{
    margin-bottom:0;
  }
  #yumekuji .swiper-container .image p,
  #hogage .swiper-container .image p{
    padding:5px!important;
    margin:0!important;
    line-height:1.2!important;
  }
  .box_wide{
    padding:20px!important;
  }
  .box_wide .innercnt{
  /*	max-width:980px;*/
    background:#fff;
    border-radius:20px;
    margin:0 auto;
    box-sizing:border-box;
  /*	padding:15px;*/
    text-align:center;
  }
  .box_wide .innercnt .image img{
    border-radius:20px;
  }
  .box_wide .innercnt .description{
    padding:0 10px;
  }
  .box_wide .innercnt .description p{
    font-size:14px;
    line-height:1.4;
  }

  .kakomi{
    background:#eee;
    padding:15px;
  }
  .kakomi .description p{
    margin:5px!important;
  }
  .kakomi .description .midashi{
    font-weight:500;
  }
  .kakomi .image{
    max-width:250px;
  }

  .button{
    font-size:16px;
    font-weight:500;
  }
  /*特別提供品*/
  .feature .subtitle{
    background-color: #000;
    padding: 0;
    text-align: center;
    color: #fff;
  }
  .feature .subtitle .heading04{
    font-size: 20px;
    font-weight:700;
    color: #f5cf38;
  }
  .feature .subtitle p{
    font-size:16px;
    margin: 10px 010px 20px!important;
  }
  .product_container .product_box{
    margin: 0 0 10px;}
  .product_container .product_box:after{
    margin: 0 auto 20px;
    visibility:visible;
    border-bottom: 1px dashed #888;
  }
  .product_container .product_box:last-child:after{
    visibility:hidden;
      margin: 0;
  }
  .product_container .product_box .description{
    padding: 0;
  }
  .product_container .product_box p{
    line-height:1.5!important;
  }
  .product_container .product_box .productname{
    font-weight: 600;
    font-size:16px;
    border-left: 6px solid #000000;
    padding: 5px;
    margin-top: 15px;
  }
  .box_feature p{
	  margin: 0;
  }
	p.catchcopy {
    font-size: 12px;
  }
  p.item-title {
    text-align: center;
  }

  ul.scrollmenu{
    width: 100%;
    margin: 0;
    overflow-x: scroll;
    white-space: nowrap;
    background: #000;
    padding: 10px 0 14px;
    position: sticky !important;
    z-index: 30 !important;
    top: 54px !important;
    max-height: 60px;
    margin-bottom: 30px;
  }

  ul.scrollmenu li {
    display: flex;
    margin: 0 7px;
    font-weight: 600;
  }
  ul.scrollmenu li a {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    font-size: 13px;
    justify-content: center;
    line-height:3;
    color: #000;
    border: 2px solid #ffe422;
  }
	a.scroll.whisky {
    width: 123px;
  }
  .scroll.whisky div picture {
    display: flex;
    align-items: center;
  }

  
  /*-----ボタン設定----*/
  .bf-bt {
    width:90%;
    margin: 20px auto 0;
  }
  .bf-bt span{
    font-size: 16px;
  }
  .bf-bt a {
    padding: 15px 0;
    font-size: 12px;
  }
	.bf-bt a::after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    right: 5%;
  }
	h3.tenpo-bt-title {
    text-align: center;
    color: #fff;
    margin-top: 50px;
    font-size: 18px;
  }
	.bt-wrap{
		margin: 16px 10px 30px;
		display: flex;
	}
	.bt-wrap .bf-bt{
		width: calc((100% - 10px) / 2);
		margin: 0 10px 0 0;
		border: none;
		background: #ffdf2c;
	}
	.bt-wrap .bf-bt:nth-of-type(2n){
		margin-right: 0;
	}
	.bt-wrap .bf-bt:nth-of-type(n+3){
		margin-top: 20px;
	}
  
  /*惣菜セール*/	
  .box_feature p.catchcopy.brandname {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
  }
  .box_feature p.sell-date {
      margin: 4px;
      display: inline-block;
  }
  .box_feature p.item-name {
      margin-left: 10px;
      margin-bottom: 5px;
      font-weight: 600;
  }
  .flex-wrap.date-wrap {
      align-items: center;
      margin-bottom: 30px;
    margin-left: 10px;
  }

  .flex-wrap.date-wrap p.store-name {
      margin-bottom: 0;
  }

	/*商品紹介*/
  section.item-block {
    margin: 70px 9px;
    padding: 0 20px 30px;
    border-radius: 12px;
    border: 3px double;
  }
	section.item-block:last-of-type {
    margin: 70px 9px 30px;
    }
	section.item-block:nth-of-type(1) {
    margin: 40px 9px;
  }
  .flex-wrap.itembox-wrap {
    gap: 70px 15px;
    width: 88%;
    margin: 43px auto 0;
  }
  .flex-wrap.itembox-wrap .item-box {
      width: 100%;
      border-bottom: 1px solid;
  }
   .item-box .item-info{
	padding: 24px 5px;
	width: calc(100% - 10px);
	}
.item-box .item-info .item-place{
  margin: 11px 0 0;
  padding: 10px 0 0;
  font-size: 11px;
}
.item-box .item-info .item-place h4::after{
	bottom: 4px;
	height: 15px;
	width: 13px;
}
.item-box .item-info .brand-name{
	margin: 0 0 6px;
	font-size: 18px;
}
.item-info .item-price{
	font-size: 22px;
}
.item-box .item-info .item-price span{
	font-size: 13px;
}
  .item-box p.item-coment {
    padding: 12px 17px;
    border-radius: 15px;
    font-size: 13px;
    min-height: auto;
  } 
  
  /*各店イベント紹介*/
	#sougyou .tab-panel h2::before{
		width: 230px;
	}
  .category-area.active {
    padding: 20px 10px 40px;
  }
  .tab-wrap.flex-wrap {
    margin: 47px auto 0;
    padding: 15px 0;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
	.tab-bt.active{
		width: 43%;
		font-size: 15px;
		padding: 6px 0 3px;
	}
  .tab-bt {
      display: inline-block;
      padding: 6px 15px;
      width: 36.1%;
  }
	.mini-wrap:nth-of-type(n+1){
		margin-top:30px
	}
    .mini-wrap .mini-title{
		text-align:center;
		margin-bottom:15px;
		font-size: 17px;
		letter-spacing: 0.1em;
	}
	.mini-wrap .flex-wrap.itembox-wrap .item-box {
    width: calc((100% - 60px) / 3);
  }
	.mini-wrap .flex-wrap.itembox-wrap .item-box .image{
		margin: 0 0 5px;
		height:70px;
		width:100%;
		display: flex;
	}
	.mini-wrap .flex-wrap.itembox-wrap .item-box .image img{
		width:100%;
		height:100%;
		object-fit:contain;
	}
	.mini-wrap .flex-wrap.itembox-wrap .item-box .brand-name{
		font-size:12px;
		text-align:center;
	}
  section#sale-event .item-info{
    margin: 20px auto 9px;
    width: 100%;
    font-size: 13px;
  }
  section#sale-event .item-info .item-place h4{
    font-size:14px;
    margin-bottom:8px
  }
  section#sale-event .kome {
    width: 100%;
    margin: 0 auto 15px;
    font-size: 12px;
  }
  section#sale-event .heading_feature01 {
      width: 228px;
  }
  .pc{
    display:none
  }
	section.anniv-section picture{
		margin-top:30px
	}
	section.anniv-section .anniv-bt {
    top: auto;
    bottom: 23%;
    width: 55.5%;
    right: 21%;
}
}

.info-wrap {
  margin: 0 auto;
  max-width: 600px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.info-wrap .index {
    background: transparent;
    width: 100%;
    margin: 0 0 30px;
}
.info-wrap .index li {
    width: calc((100% - 40px) / 3);
    box-shadow: 4px 4px 0 #831a1f;
    border: 1px solid #831a1f;
    text-align: center;
    background: #cc2a2a;
    font-size:20px;
    transition:0.3s;
    box-sizing: border-box;
}
.info-wrap .index li:hover{
    box-shadow:0 0 0;
    transform:translateY(5px);
    border:none
}

.info-wrap .info__desc{
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 0 31px;
  max-width: 510px;
  margin: 0 auto;
}
.info-wrap .info__desc:nth-of-type(n+2){
  margin-top: 57px;
}
.info-wrap .info__desc .info-subtitle{
  padding: 0 10px 0 5px;
  font-weight: 600;
  border-right: 1px solid;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.info-wrap .info__desc.irregular-info .info-subtitle{
  border-right: none;
}
.info-wrap .info__desc .info-text{
  margin: 5px 0 0;
  position: relative;
  font-size: 24px;
  font-weight: 600;
}
#artfestival .info-wrap .info__desc .info-text p{
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.5;
}
#artfestival .info-wrap .info__desc .info-text p:last-of-type{
  margin-bottom: 0;
}
.info-wrap .info__desc .info-text p span.mini-title {
  margin-bottom: 6px;
  display: inline-block;
  line-height: 1.0;
  font-weight: 600;
}
.info-wrap .info__desc .info-text span.kome{
  font-weight: 500;
}
.info-wrap .info__desc .info-text span.time {
  margin: 0 4px;
  font-size: 40px;
  line-height: 1.0;
}
.info-wrap .info__desc .info-text a{
  position: relative;
}
@media screen and (max-width: 768px){
  .info-wrap{
    margin: 0;
    padding: 0;
  }
  .info-wrap h2.en-title{
    margin-bottom:30px
  }
  .info-wrap .info__desc{
    gap: 5%;
    grid-template-columns: 54px 1fr;
  }
  .info-wrap .info__desc:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .info-wrap .info__desc .info-subtitle{
    padding: 0 10px 0 3px;
    font-size: 14px;
  }
  .info-wrap .info__desc .info-text{
    margin: 10px 0 0;
    font-size: 15px;
  }
  .info-wrap .info-text a::before{
    right: -50%;
    top: 70%;
  }
  .info-wrap .info__desc .info-text span.time {
    font-size: 18px;
  }
  .kome{
    font-size: 12px;
  }
  .tax-free.scsq-bt{
    margin-top: 40px;
    font-size: 13px;
  }
  .tax-free a{
    padding: 5px 23px;
    font-size: 14px;
  }
	.info-wrap .index {
    margin: 20px 0 30px;
  }
	.info-wrap .index li {
    width: calc((100% - 20px) / 2);
    font-size:13px;
  }
}

/* --------------------
 * event
 * -------------------- */

section.campaign-section {
    margin: 100px auto 0;
    padding: 0 0 60px;
}
.long-bnr {
    margin: 0 20px;
}
.eventlist {
    margin: 20px 20px 0;
}
.eventlist p{
	margin:0
}
.eventlist2{
  display: none;
}
.eventlist .eventitem:first-of-type .sougyo-bt{
  font-size:13px
}
.eventlist .eventitem{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: dashed 2px #b1b1b1;
}
.eventlist .eventimage{
  margin: 0 0 20px 0;
  width: 100%;
  border: 1px solid #5a3d1e;
}
.eventlist .eventimage img{
  width: 100%;
  height:100%;
  object-fit:cover
}

.eventlist .eventtitle{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.53;
  margin-bottom: 12px;
  text-align: center;
}
.eventlist .eventsummary{
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 35px;
}
.eventlist .eventsummary span{
	font-size:13px
}
.eventlist .eventsummary a{
  color: var(--color-01-blue);
  font-weight: 500;
  text-decoration: underline;
}
article.feature p.eventsummary-title {
    margin-bottom: 10px;
    color: #c69a68;
}
.eventlist .eventmeta, .eventlist2 .eventmeta {
  gap: 15px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.eventlist .eventmeta:has(.eventplace)::after, .eventlist2 .eventmeta:has(.eventplace)::after {
  border-right: 1px solid #707070;
  content: "";
  display: block;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 1px;
}
.eventlist .eventp-d,.eventlist .eventp-p{
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.8;
  margin-bottom: 12px;
  display: grid;
  align-items: center;
  grid-template-columns: 79px 1fr;
  gap: 10px;
}
.eventlist .eventp-d:last-of-type{
  margin-bottom: 0;
}
.eventlist .eventp-d p:first-of-type, .eventlist .eventp-p p:first-of-type{
  padding: 3px 7px 3px 0;
  border-right: 1px solid #000;
  line-height: 1.5;
}
.eventlist .eventp-d p:last-of-type{
	font-size: 16px;
	line-height: 1.2;
}
.eventlist .eventp-d p span{
	font-size:13px;
	display: block;
	margin: 7px 0 0;
}
.eventlist .eventp-d.scsq {
  color: #164c82;
  font-size: 11px;
  margin-bottom: 5px;
}
.eventlist .eventp-d.shinqs {
  color: #ad651e;
  font-size: 11px;
  margin-bottom: 5px;
}
.eventlist .eventp-d.tama{
  color: #e05175;
  font-size: 11px;
  margin-bottom: 5px;
}
.eventlist .sougyo-bt a{
	padding:15px 0
}

@media print, screen and (max-width: 768px) {
  .prize-section > .eventlist .eventitem:last-of-type{
    border:none;
  }
}
@media print, screen and (min-width: 769px) {
  section.campaign-section {
    margin: 150px auto 0;
    padding: 0 0 60px;
  }
  .long-bnr {
    max-width: 1000px;
    margin: 0 auto;
  }
  .eventlist {
    max-width: 1000px;
    margin: 52px auto 0px;
    padding: 0 30px;
    gap: 100px 67px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .eventlist .eventitem {
    margin: 0;
  }
  .eventlist .eventimage {
    margin-bottom: 30px;
  }
  .eventlist .eventplace {
    font-size: 11px;
  }
  .eventlist .eventtitle {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .eventlist .eventp-d p:last-of-type{
	  font-size:20px
  }
	.eventlist .eventsummary{
		font-size: 17px;
		line-height:1.8
	}
}



article.feature .prize-section {
  margin: 100px 0 140px;
}
.inner-header,.inner-content {
    max-width: 1000px;
    margin: 0 auto 0px;
}
.inner-header {
    margin-top: 30px;
}
article.feature .prize-section .inner-header h2 img {
  width: 100%;
}
article.feature .prize-section .inner-header .page-tab {
  display: none;
}
@media screen and (max-width: 768px) {
  article.feature .prize-section {
  padding: 0;
  }
  article.feature .prize-section .inner-header .page-tab {
    display: block;
    padding-top: 30px;
    padding-left: 38px;
    padding-right: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  article.feature .prize-section .inner-header .page-tab a {
    background-color: #C69A68;
    height: 46px;
    width: calc(50% - 5px);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 5px 0px #666;
  }
}
article.feature .prize-section .inner-content .detail-area {
  padding-bottom: 45px;
}
article.feature .prize-section .inner-content .detail-area .detail {
  padding-top: 25px;
}
article.feature .prize-section .inner-content .detail-area .detail h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 2px solid #C69A68;
  padding-bottom: 10px;
  margin-bottom: 10px;
  gap: 8px;
}
article.feature .prize-section .inner-content .detail-area .detail h3 span {
  font-size: 14px;
  position: relative;
  bottom: -1px;
}
article.feature .prize-section .inner-content .detail-area .detail p {
  font-size: 16px;
  text-align: justify;
}
article.feature .prize-section .inner-content .detail-area .detail small {
  font-size: 12px;
  padding-top: 5px;
  display: block;
}
article.feature .prize-section .inner-content .prize-area h3 {
  width: 100%;
  height: 54px;
  margin-bottom: 30px;
  background-color: #C69A68;
  display: flex;
  align-items: center;
}
#sougyou .prize-section .inner-content .prize-area h3 img{
  height: 63%;
  object-fit:contain;
}
article.feature .prize-section .inner-content .prize-area .prize-list {
  margin: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px 42px;
  padding-bottom: 0;
}
article.feature .prize-section .inner-content .prize-area .prize-list .prize-card {
  width: calc(33.3333333333% - 28.333333px);
  padding-bottom: 34px;
  border-bottom: 1px solid #C69A68;
}
article.feature .prize-section .inner-content .prize-area .prize-list .prize-card .number {
  font-size: 12px;
  color: #FF2D16;
  font-weight: bold;
  margin-bottom: 5px;
}
article.feature .prize-section .inner-content .prize-area .prize-list .prize-card .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 13px;
}
.height-box {
    min-height: 100px;
}

.premium .height-box {
    min-height: 124px;
}
article.feature .prize-section .inner-content .prize-area .prize-list .prize-card .title:after {
  display: none;
}
article.feature .prize-section .inner-content .prize-area .prize-list .prize-card .title > span {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
article.feature .prize-section .inner-content .prize-area .prize-list .prize-card .title > span:first-of-type {
    width: calc(100% - 81px);
}
article.feature .prize-section .inner-content .prize-area .prize-list.premium .prize-card .title .num {
    width: 119px;
}

article.feature .prize-section .inner-content .prize-area .prize-list.premium .prize-card .title > span:first-of-type {
    width: calc(100% - 128px);
}
article.feature .prize-section .inner-content .prize-area .prize-list .prize-card .title .num {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 81px;
}
article.feature .prize-section .inner-content .prize-area .prize-list .prize-card .title .num .limit-num {
  font-size: 40px;
  color: #FF2D16;
}
article.feature .prize-section .inner-content .prize-area .prize-list .prize-card .title .num span {
  font-size: 13px;
}
article.feature .prize-section .inner-content .prize-area .prize-list .prize-card .thumbnail {
  position: relative;
}
article.feature .prize-section .inner-content .prize-area .prize-list.kakuten .prize-card .thumbnail {
    aspect-ratio: 2/1;
}

article.feature .prize-section .inner-content .prize-area .prize-list.kakuten .prize-card .thumbnail img {
    height: 100%;
    object-fit: contain;
}
article.feature .prize-section .inner-content .prize-area .prize-list .prize-card .thumbnail img {
  width: 100%;
}
article.feature .prize-section .inner-content .prize-area .prize-list .prize-card .thumbnail p.caption {
  position: absolute;
  bottom: -20px;
  font-size: 10px;
  right: 0;
}
article.feature .prize-section .inner-content .prize-area .prize-list .prize-card--row .spec {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 17px;
}
article.feature .prize-section .inner-content .prize-area .prize-list .prize-card--row .spec .thumbnail {
  width: 127px;
}
article.feature .prize-section .inner-content .prize-area .prize-list .prize-card--row .spec .thumbnail img {
  width: 100%;
}
article.feature .prize-section .inner-content .prize-area .prize-list .prize-card--row .spec .text {
  width: calc(100% - 17px - 127px);
  flex-grow: 1;
}
article.feature .prize-section .inner-content .prize-area .prize-list .prize-card--row .spec .text p {
  font-size: 14px;
  line-height: 27px;
}
article.feature .prize-section .inner-content .prize-area .prize-list .prize-card--row .spec .text small {
  display: block;
  padding-top: 5px;
  font-size: 11px;
}
article.feature .prize-section .inner-content .prize-area .notification {
  padding-top: 30px;
}
article.feature .prize-section .inner-content .prize-area .notification p {
  font-size: 10px;
}
article.feature .prize-section .inner-content .prize-area .notification p.privacypolisy {
  font-size: 9px;
  line-height: 13px;
  padding-top: 13px;
}
article.feature .prize-section .inner-content .prize-area .notification a {
  margin-top: 15px;
  color: #1F42A2;
  text-decoration: underline;
  font-size: 11px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  article.feature .prize-section .inner-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  article.feature .prize-section .inner-content .detail-area {
    padding-bottom: 45px;
  }
  article.feature .prize-section .inner-content .detail-area .detail {
    padding-top: 25px;
  }
  article.feature .prize-section .inner-content .detail-area .detail h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px solid #C69A68;
    padding-bottom: 10px;
    margin-bottom: 10px;
    gap: 8px;
  }
  article.feature .prize-section .inner-content .detail-area .detail h3 span {
    font-size: 14px;
    position: relative;
    bottom: -1px;
  }
  article.feature .prize-section .inner-content .detail-area .detail p {
    font-size: 16px;
    text-align: justify;
  }
  article.feature .prize-section .inner-content .detail-area .detail small {
    font-size: 12px;
    padding-top: 5px;
    display: block;
  }
  article.feature .prize-section .inner-content .prize-area h3 svg {
    width: 192px;
  }
  article.feature .prize-section .inner-content .prize-area h3 p.award-text {
    width: 85px;
    right: 0;
  }
  article.feature .prize-section .inner-content .prize-area .anchor-point {
    margin-top: -54px;
    padding-top: 54px;
  }
  article.feature .prize-section .inner-content .prize-area .prize-list {
    flex-direction: column;
  }
  article.feature .prize-section .inner-content .prize-area .prize-list .prize-card {
    width: 100%;
    padding-bottom: 34px;
  }
  article.feature .prize-section .inner-content .prize-area .prize-list .prize-card .number {
    font-size: 12px;
    color: #FF2D16;
    font-weight: bold;
    margin-bottom: 5px;
  }
  article.feature .prize-section .inner-content .prize-area .prize-list .prize-card .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 13px;
  }
  .height-box {
    min-height: 100%;
  }

  .premium .height-box {
    min-height: 100%;
  }
  article.feature .prize-section .inner-content .prize-area .prize-list .prize-card .title:after {
    display: none;
  }
  article.feature .prize-section .inner-content .prize-area .prize-list .prize-card .title > span {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
  }
  article.feature .prize-section .inner-content .prize-area .prize-list .prize-card .title .num {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  article.feature .prize-section .inner-content .prize-area .prize-list.premium .prize-card:last-of-type .title .num {
    width: 130px;
  }
  article.feature .prize-section .inner-content .prize-area .prize-list .prize-card .title .num .limit-num {
    font-size: 40px;
    color: #FF2D16;
  }
  article.feature .prize-section .inner-content .prize-area .prize-list .prize-card .title .num span {
    font-size: 13px;
  }
  article.feature .prize-section .inner-content .prize-area .prize-list .prize-card .thumbnail {
    position: relative;
  }
  article.feature .prize-section .inner-content .prize-area .prize-list .prize-card .thumbnail img {
    width: 100%;
  }
  article.feature .prize-section .inner-content .prize-area .prize-list .prize-card .thumbnail p.caption {
    position: absolute;
    bottom: -20px;
    font-size: 10px;
    right: 0;
  }
  article.feature .prize-section .inner-content .prize-area .prize-list .prize-card--row .spec {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 17px;
  }
  article.feature .prize-section .inner-content .prize-area .prize-list .prize-card--row .spec .thumbnail {
    width: 127px;
  }
  article.feature .prize-section .inner-content .prize-area .prize-list .prize-card--row .spec .thumbnail img {
    width: 100%;
  }
  article.feature .prize-section .inner-content .prize-area .prize-list .prize-card--row .spec .text {
    width: calc(100% - 17px - 127px);
    flex-grow: 1;
  }
  article.feature .prize-section .inner-content .prize-area .prize-list .prize-card--row .spec .text p {
    font-size: 14px;
    line-height: 27px;
  }
  article.feature .prize-section .inner-content .prize-area .prize-list .prize-card--row .spec .text small {
    display: block;
    padding-top: 5px;
    font-size: 11px;
  }
  article.feature .prize-section .inner-content .prize-area .notification {
    padding-top: 30px;
  }
  article.feature .prize-section .inner-content .prize-area .notification p {
    font-size: 10px;
  }
  article.feature .prize-section .inner-content .prize-area .notification p.privacypolisy {
    font-size: 9px;
    line-height: 13px;
    padding-top: 13px;
  }
  article.feature .prize-section .inner-content .prize-area .notification a {
    margin-top: 15px;
    color: #1F42A2;
    text-decoration: underline;
    font-size: 11px;
    display: inline-block;
  }
}
.inner-footer {
  padding: 40px 20px 50px;
  text-align: center;

}
.inner-footer a {
  max-width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.inner-footer a img {
  width: 94%;
}



