@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap');
/*----------------------------------------
秋映えグルメ　スタイルシート
PC/SP共通
----------------------------------------*/
/*--------------------
reset系
--------------------*/
body.view #contents {
  padding: 0;
	background: #fcdbac;
}
body.view #contents > .inner {
width: 100%;
    padding: 0 0 48px;
    background:url("bg.png") repeat-x center bottom #f39800;
	background-size: 24px;


}
#contents-main.all {
  padding: 0;
}
#contents h2 {
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0 auto;
}
.special #contents-main .NewsItemList {
  width: auto !important;
  padding: 0;
  margin: 20px 40px 10px;
  border: 4px dotted #4e3229;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
/*item_feature*/
body.item_feature #contents > h2, body.item_feature h3, body.item_feature .html1 h2:before, body.item_feature .return_list {
  display: none;
}
body.item_feature #contents .content1 {
  position: relative;
  padding: 0;
}
body.item_feature h3.goods {
  display: block;
}
body.item_feature #contents .html1 {
  text-align: center;
}
body.item_feature #contents .html1 h2 {
  display: block;
  padding: 0;
  background: url("bg_main.png") repeat-x #fff;
}
body.item_feature.pc #contents .html1 h2 img:last-child {
  display: none;
}

body.item_feature #contents .html1 .insta_bnr{
	background: #720900;
	padding: 0 0 30px;
}

body.item_feature #contents .html1 .insta_bnr a{
	display: block;
	width: 92%;
	max-width: 600px;
	font-size: 18px;
	font-weight: bold;
	color: #40210f;
	margin: 0 auto;
	background:#fff;
	border-radius: 100px;
	padding: 7px 10px 8px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

body.item_feature #contents .html1 .insta_bnr a:after {
    font-family: "Material Symbols Outlined";
    font-weight: bold;
    content: "\e5cc";
    font-variation-settings: 'FILL' 1;
    position: absolute;
    top: calc(100% - 33px);
    right: 15px;
    width: 19px;
    height: 21px;
    border-radius: 50%;
    text-align: center;
    background-color: #DB1E64;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    padding-left: 2px;
}

body.item_feature #contents .html1 .insta_bnr p{
    display: inline-block;
    background: url(icn_insta.png) no-repeat left center;
    line-height: 30px;
    padding-left: 40px;
    background-size: 30px;
}
body.sp #contents .inner {
  padding: 0 0 1px;
}


/*--------------------
共通
--------------------*/
/*ナビ*/
#contents .nav {
  width: 960px;
  box-sizing: border-box;
  margin: 30px auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
}
#contents .nav li {
  width: 320px;
  position: relative;
  margin: 0 10px;
}
#contents .nav li:last-of-type{
	width: 200px;
}


#contents .nav li a {
  display: block;
  background: #b50829;
	border: 6px solid #fff;
  color: #fff;
  font-weight: bold;
  text-align: center;
    padding: 64px 0 18px;
  font-size: 30px;
  border-radius: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

#contents .nav li:last-child a {
    background: #f39800;
    font-size: 22px;
    padding: 67px 0 0;
    height: 100%;
    box-sizing: border-box;

}

#contents .nav li a:before{
    content: "";
    width: 100%;
    height: 95px;
    top: -37px;
	    left: 0;
    background: url(fig_nav1.png) no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
}

#contents .nav li:nth-child(2) a:before{
    background-image: url(fig_nav2.png);
    height: 83px;
    top: -24px;
}

#contents .nav li:last-of-type a:before{
background-image: url(fig_nav3.png);
    height: 73px;
    top: -11px;

}

#contents .nav li:nth-child(2) a {
  background: #497f34;
}
#contents .nav li:not(:last-of-type) a:hover {
  opacity: 1;
  background: #9e0522;
}
#contents .nav li:nth-child(2) a:hover {
  background: #356025;
}
#contents .nav li.active a::after {
     font-family: "Material Symbols Outlined";
    font-weight: bold;
    content: "\e5c5";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    font-size: 64px;
    color: #b50829;
}
#contents .nav li:nth-child(2).active a::after {
  color: #497f34;
}
#contents .nav li.active a:hover::after {
  color: #9e0522;
}
#contents .nav li:nth-child(2).active a:hover::after {
  color: #356025;
}


#contents .nav li a span{
    background: #fbc600;
    color: #b50829;
    font-size: 20px;
    display: inline-block;
    margin-right: 8px;
    padding: 0px 8px;
    border-radius: 4px;
	
}

#contents .nav li:nth-child(2) a span{

    color: #497f34;
 
}


#contents #campaign_info .step{
    background: rgba(255,255,255,0.8);
	text-align: center;
    margin: 0 auto;
	    padding: 64px 0 60px;
}

#contents #campaign_info .step dt{
    font-size: 40px;
    color: #40210f;
    margin-bottom: 40px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

#contents #campaign_info .step dd ul{
display: flex
;
    justify-content: space-between;
    width: 960px;
	max-width: 100%;
    margin: 0 auto;
}

#contents #campaign_info .step dd ul li{
	position: relative;
	max-width: 280px;
}

#contents #campaign_info .step dd ul li:not(:last-of-type):after{
    font-family: "Material Symbols Outlined";
    font-weight: bold;
    content: "\e5cc";
    font-variation-settings: 'FILL' 1;
    position: absolute;
    top: calc(50% - 32px);
    right: -45px;
    width: 30px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    background-color: #e95513;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    padding-left: 2px;}


#contents #campaign_info .step dd ul li img{
	border-radius: 10px;
	border: 6px solid #e95513;
	box-sizing: border-box;
}


#contents #campaign_info .step p.note{
	margin: 10px 0 0;
	    color: #40210f;
}


#contents .insta_bnr_bottom{text-align: center;
padding: 60px 0;}

body.pc #contents .insta_bnr_bottom img:last-of-type{
	display: none;
}

#contents .rule{
    background: #40210f;
    margin: 0 auto;
    padding: 64px 40px 60px;
    box-sizing: border-box;
}

#contents .rule h4{
	    font-size: 40px;
	    font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
	    color: #fff;
margin-bottom: 40px;
}

#contents .rule dl{
	max-width: 960px;
	background: #fff;
	margin: 0 auto;
    padding: 20px 40px 30px;
    border-radius: 10px;
	box-sizing: border-box;
    font-size: 16px;
    color: #40210f;
}

#contents .rule dt{
	border-top: 1px solid #ddd;
	font-weight: bold;
	padding: 20px 0 8px;
}

#contents .rule dt:first-of-type{
border: none;
}

#contents .rule dd{
	padding-bottom: 20px;
}

#contents .rule dd ul li{
    padding-left: 1em;
    position: relative;
    line-height: 1.4;
    margin-bottom: 10px;
}
#contents .rule dd ul li:last-of-type{
	margin-bottom: 0;
}
#contents .rule dd ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #40210f;
    position: absolute;
    left: 0;
    top: 11px;
}

/*グッズ一覧*/
body.item_feature #contents-main .NewsItemList {
  position: relative;
  width: 960px!important;
  margin: 30px auto 20px;
}
#contents-main .NewsItemList .item.cat2 .news_box .image:before {
  top: 10px;
  right: 94px;
}
#contents-main .NewsItemList .item.cat2 .news_box .image:after {
  top: 30px;
  right: 141px;
}
#contents-main .NewsItemList .item, .pc #contents-main .NewsItemList .item:last-of-type, .pc #contents-main .NewsItemList .item:nth-of-type(3n) {
  border-right: none;
  border-left: none;
  padding: 14px;
  margin-top: 5px;
  margin-bottom: 40px;
  height: 450px;
  width: 32%;
  margin-right: 2%;
  border-radius: 10px;
  background: #fff;
  position: relative;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}
#contents-main .NewsItemList .item:after {
  display: none;
}
.pc #contents-main .NewsItemList .item:nth-of-type(3n) {
  margin-right: 0;
}
.img_bg_css.no_img_logo, #contents-main .NewsItemList .item .image span {
  background-color: #fff;
  border-radius: 0;
  border: none;
}
#contents-main .NewsItemList .item .date {
  display: none;
}
#contents-main .NewsItemList .item .image {
  margin: 0;
  padding: 0;
}
#contents-main .NewsItemList .item .image img {
  border-radius: 0;
}
#contents-main .NewsItemList .item .desc {
  padding: 12px;
}












/*****もっと見るボタン[汎用]*****/
#contents-main .NewsItemList .item .morelink {
  width: 80px;
  height: 70px;
  position: absolute;
  bottom: 0;
  right: 10px;
  display: block;
  overflow: hidden;
  font-family: Dosis, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  text-align: center;
}
#contents-main .NewsItemList .item .name a {
  font-size: 80%;
  color: #db1e64;
}
.item .morelink:hover {
  text-decoration: none;
}
.item .morelink span,
.item.cat2 .morelink span {
  background: #e95513;
  padding: 13px 0;
  color: #fff;
}
.item .morelink span em {
  display: block;
  font-weight: inherit;
}
.morelink span:after {
  display: none;
}
#contents-main .NewsItemList .item .goods_like_btn.mini {
  left: 14px;
  bottom: 14px;
}
.goods_like_btn.mini p span {
  background: #fff;
}
#contents .b_img {
  margin: 0 auto;
  width: 960px;
  display: block;
}
body.item_feature #contents .feature .content2{
    white-space: pre-wrap;
    padding: 0 20px 40px;
    font-size: 11px;
    line-height: 1.4em;
}

/*--------------------
スマホ
--------------------*/
body.sp #contents {
  padding-bottom: 0;
  border: none;
}
/*ナビ*/
body.sp #contents .nav{
	width: 100%;
	    margin: 26px auto 0;
	flex-wrap: wrap;
}

body.sp #contents .nav li{
    width: 44%;
    margin: 0 1%;
}

body.sp #contents .nav li:last-of-type{
width: 90%;
    margin-top: 14px;
}

body.sp #contents .nav li a{
	border-width: 3px;
	font-size: 16px;
	    padding: 22px 0 10px;
}

body.sp #contents .nav li:last-of-type a{
	padding: 8px;
}

body.sp #contents .nav li:last-of-type a:before{
	display: none;
}

body.sp #contents .nav li a span {
    font-size: 12px;
    margin-right: 6px;
    padding: 3px 4px;
    line-height: 1em;
    border-radius: 3px;
    top: -2px;
    position: relative;
    display: inline-block;
}

body.item_feature.sp #contents .nav li a:before {
	height: 55px;
top: -32px;}

body.item_feature.sp #contents .nav li:nth-child(2) a:before {
	    height: 48px;
    top: -23px;}

body.item_feature.sp #contents .html1 h2 {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: #fff;
}
body.item_feature.sp #contents .html1 h2 img:first-child {
  display: none;
}
body.item_feature.sp #contents .html1 .insta_bnr{
	padding: 0 0 14px;
}

body.item_feature.sp #contents .html1 .insta_bnr a{
	font-size: 13px;
	padding: 7px 16px 8px 0px;
}
body.item_feature.sp #contents .html1 .insta_bnr a:after{
    top: calc(100% - 27px);
    right: 8px;
    width: 15px;
    height: 15px;
    font-size: 12px;
    padding-left: 0;
}

body.item_feature.sp #contents .html1 .insta_bnr p {
    line-height: 20px;
    padding-left: 23px;
    background-size: 18px;
}


body.sp #contents #campaign_info .step{
	padding: 43px 0 40px;
}
body.sp #contents #campaign_info .step dt {
    font-size: 26px;
	margin-bottom: 20px;}

body.sp #contents #campaign_info .step dd ul{
	flex-wrap: wrap;
}
body.sp #contents #campaign_info .step dd ul li{
    width: 80%;
    margin: 0 auto 40px;
}

body.sp #contents #campaign_info .step dd ul li:last-of-type{
	margin-bottom: 0;
}

body.sp #contents #campaign_info .step dd ul li:not(:last-of-type):after{
    content: "\e313";
    top: auto;
    bottom: -31px;
    width: 24px;
    height: 24px;
    right: calc(50% - 12px);
    font-size: 21px;
    padding: 0;
}

body.sp #contents #campaign_info .step dd ul li img{
	border-width: 3px;
	width: 100%;
}

body.sp #contents #campaign_info .step p.note{
	font-size: 90%;
}

body.sp #contents .insta_bnr_bottom{
	padding: 40px 5%;
}

body.sp #contents #campaign_info .insta_bnr_bottom img:first-of-type{
	display: none;
}
body.sp #contents .rule{
	    padding: 44px 5% 40px;
}



body.sp #contents .rule h4{    font-size: 26px;
    margin-bottom: 20px;}

body.sp #contents .rule dl {
font-size: 90%;
	padding: 10px 24px 10px;}

body.sp #contents .rule dl dt{
padding: 10px 0 4px;}

body.sp #contents .rule dl dd {
    padding-bottom: 10px;
}

body.sp #contents-main {
  background: none;
}
body.sp #contents-main .NewsItemList {
	width: 100%!important;
padding: 14px 5% 40px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.sp #contents-main .NewsItemList .item {
  /*height: 340px;*/
    height: auto;
    padding: 10px;
    margin: 0;
    width: calc(50% - 5px);
    border-right: none;
    float: none;
}
body.sp #contents-main .NewsItemList .item:after {
  height: 10px;
  bottom: -10px;
  background-size: 10px;
}
body.sp #contents-main .NewsItemList .item .image {
  height: 150px;
}
body.sp #contents-main .NewsItemList .item .date {
  line-height: 2em;
  top: -2em;
}
body.sp #contents-main .NewsItemList .item:nth-child(even) {
  margin-right: 0;
}
body.sp #contents-main .NewsItemList .item .news_box {
  margin: 0;
}
body.item_feature.sp #contents-main .NewsItemList .item .morelink {
  left: calc(50% - 40px);
  z-index: 999;
}
body.sp #contents-main .NewsItemList .item .morelink {
  bottom: -20px;
}
body.item_feature.sp #contents-main .NewsItemList .item .morelink {
  /*bottom: 0px;*/
	display: none;
}
body.sp #contents-main .NewsItemList .item .desc {
  padding: 6px 0 0;
  line-height: 120%;
}
body.sp #contents-main .NewsItemList .item .goods_like_btn.mini {
  left: 0;
  bottom: 0;
}
body.sp #contents-main .NewsItemList .item .morelink span {
  top: auto;
  padding: 4px 0 0;
  font-size: 15px;
  line-height: 13px;
  box-sizing: border-box;
}
body.sp .item .morelink span::before {
  font-size: 18px;
  display: block;
  margin: 0 4px;
  transform: rotate(-90deg);
  animation: vertical_8053 3.44s ease infinite;
  transform-origin: 50% 50%;
}
@keyframes vertical_8053 {
  0% {
    transform: translate(0, -3px)
  }
  5.55556% {
    transform: translate(0, 3px)
  }
  11.11111% {
    transform: translate(0, -3px)
  }
  16.66667% {
    transform: translate(0, 3px)
  }
  22.22222% {
    transform: translate(0, -3px)
  }
  27.77778% {
    transform: translate(0, 3px)
  }
  30.55556% {
    transform: translate(0, 0)
  }
  100% {
    transform: translate(0, 0)
  }
}
body.sp #contents .b_img {
  width: 100%;
}



/*SE対策*/
@media (max-width:370px) {}