/*Timer
----------------------------------------------------*/
.end {
  padding: 15px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #d0111b;
  line-height: 1.4;
  border: 4px solid #d0111b;
  display: none;
}

@media only screen and (max-width: 768px) {
  .end {
    font-size: 18px;
  }
}

.active_timer {
  display: inline-block;
}

/*Wrapper
----------------------------------------------------*/
.content__outer {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .content__outer {
    width: 100%;
  }
}

.content__outer .content__inner {
  margin: 0 auto;
  max-width: 950px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .content__outer .content__inner {
    padding: 2% 2.5vw;
    width: 100%;
  }
}


/* ---------------------------------
	temprate
--------------------------------- */
html {
	font-size: 10px;
}

@media screen and (max-width: 1400px) {
	html {
		font-size: .71428vw;
	}
}

@media screen and (max-width: 768px) {
	html {
		font-size: 1.333vw;
	}
}

body {
	font-size: 1.6rem;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

#Wrapper {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	/* background-color: #e8e4db; */
}

#wrapper img {
	max-width: 100%;
}

#Wrapper a {
	word-break: break-all;
}

a img {
	transition: opacity .4s;
}

a img:hover,
a img:active {
	opacity: .6;
}

.iconTT {
	position: relative;
}

.iconTT::before {
	content: "";
	display: block;
	background: url(../img/icon_target.png) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: -2.8rem;
	left: 0;
	width: 10rem;
	height: 5.5rem;
}

.inner {
	width: 95rem;
	margin: 0 auto;
}

.txtKey {
	font-weight: bold;
	color: #3F3B35;
}

#Wrapper section h3 {
	/* font-family: Yu Mincho, YuMincho; */
	font-size: 4.4rem;
	text-align: center;
}

#Wrapper section h3 > span {
	display: block;
	font-size: 2.4rem;
}

#Wrapper section + section {
	padding: 12rem 0;
}


/* mv
--------------------------------- */
.mv h1 {
	margin: 0 auto;
	text-align: center;
	max-width: 700px;
}
.mv h1 img {
	width: 100%;
}

/* leadArea */
.leadArea h2 {
	padding-top: 10rem;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .02em;

}

.leadArea h2 span {
	/* font-family: Yu Mincho, YuMincho; */
	font-size: 120%;
	color: #3F3B35;
}

.leadArea .txt {
	margin-top: 3.5rem;
	text-align: center;
	font-size: 2rem;
	color: #40210d;
	line-height: 2;
}


/* recipe
--------------------------------- */
.recipe {
	margin-top: 11rem;
	background-color: #FDE9CE;
}

.recipe h3 {
	color: #000;
}

.recipe .wrap {
	margin-top: 4rem;
	padding: 6.8rem 6rem 8rem;
	background-color: #CBC500;
}

.recipe .recipeBlock {
	color: #584a49;
}

.recipe .recipeBlock + .recipeBlock {
	margin-top: 7.5rem;
	padding-top: 8rem;
	border-top: .1rem solid #584b49;
}

.recipe .recipeBlock .overview {
	display: flex;
	justify-content: space-between;
}

.recipe .recipeBlock:nth-of-type(even) .overview {
	flex-direction: row-reverse;
}

.recipe .recipeBlock .pic {
	width: 38.3rem;
}

.recipe .recipeBlock .txt {
	margin-top: auto;
	margin-bottom: auto;
	width: 41.5rem;
	color: #fff;
}

.recipe .recipeBlock .txt .name {
	font-size: 3.2rem;
	/* font-family: Yu Mincho, YuMincho; */
	line-height: 1.28;
}

.recipe .recipeBlock .txt .lead {
	margin-top: 1.5rem;
	font-weight: bold;
	line-height: 1.75;
	color: #fff;
}

.recipe .recipeBlock .txt .link {
	margin-top: 2rem;
	border: 5px solid #40210d;
	font-weight: bold;
}

.recipe .recipeBlock .txt .link a {
	display: block;
	position: relative;
	padding: 1rem 1.3rem;
	transition: background-color .2s;
}

.recipe .recipeBlock .txt .link a:link,
.recipe .recipeBlock .txt .link a:visited,
.recipe .recipeBlock .txt .link a:active {
	color: #40210d;
}

.recipe .recipeBlock .txt .link a:hover {
	text-decoration: none;
	background-color: rgb(255 255 255 / 20%);
}

.recipe .recipeBlock .txt .link a span {
	text-decoration: underline;
}

.recipe .recipeBlock .txt .link a:hover span {
	text-decoration: none;
}

.recipe .recipeBlock .txt .link a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 1.3rem;
	margin-top: -.65rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .75rem 0 .75rem .7rem;
	border-color: transparent transparent transparent #fff;
}

.recipe .recipeBlock dt {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.recipe .recipeBlock .flow {
	margin-top: 4rem;
}

.recipe .recipeBlock .flow dd ul li {
	margin-top: 2.1rem;
	display: flex;
	justify-content: space-between;
}

.recipe .recipeBlock .flow dd ul li p:first-child {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	font-size: 2rem;
	font-weight: bold;
	width: 4.2rem;
	height: 4.2rem;
	color: #CBC500;
	background: #fff;
}

.recipe .recipeBlock .flow dd ul li p:nth-child(2) {
	padding-left: 1.1rem;
	width: calc(100% - 4.2rem);
	color: #fff;
}

.recipe .recipeBlock .item {
	margin: 0 auto;
	padding-top: 4rem;
	position: relative;
}

.recipe .recipeBlock .item ul {
	margin-top: 4rem;
	display: flex;
	flex-wrap: wrap;
}

.recipe .recipeBlock .item ul li p:first-child {
	border: solid 1px #999;
}

.recipe .recipeBlock .item ul li .name {
	margin-top: 0.8rem;
	color: #fff;
}

.recipe .recipeBlock .item ul li p img {
	width: 100%;
}

.one-point{
	background-color: #fff;
	padding: 3%;
	text-align: center;
	margin-top: 4rem;
	border: 3px solid #f19d06;
}
.one-point_ttl{
	font-weight: bold;
	font-size: 120%;
}
.one-point_txt{
	margin-top: 10px;
}
.one-point_link{
	margin-top: 20px;
	font-weight: bold;
}

@media screen and (min-width: 769px) {
	.recipe .recipeBlock .item ul li {
		width: 20rem;
		margin-left: 2.9rem;
	}

	.recipe .recipeBlock .item ul li:nth-child(3n+1) {
		margin-left: 0;
	}

	.recipe .recipeBlock .item ul li:nth-child(n+4) {
		margin-top: 2.6rem;
	}

	.recipe .recipeBlock dd {
		margin: 0 auto;
		width: 66rem;
	}
}


/* recommend
--------------------------------- */
.recommend {
	background: #f8eadd;
	position: relative;
}

.recommend h3 {
	color: #333;
}

.recommend .wrap {
	margin-top: 5rem;
}

.recommend .recommendBlock {
	position: relative;
	padding: 7rem 6rem 6.4rem;	
	color: #333;
	border: solid 1px #fff;
}

.recommend .recommendBlock + .recommendBlock {
	margin-top: 4rem;
}

.recommend .recommendBlock::before {
	content: "";
	display: block;
	background-color: #fcdc85;
	border: solid 1px #fff;
	width: calc(100% - 1rem);
	height: calc(100% - 1rem);
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
}

/* contents */
.recommend .recommendBlock .contents {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 30px;
}
.recommend .recommendBlock .contents:nth-child(1) {
	margin-top: 0;
}

.recommend .recommendBlock .contents .pic {
	margin-top: 2.8rem;
	width: 27rem;
}

.recommend .recommendBlock .contents .txt {
	width: 52rem;
}

.recommend .recommendBlock .contents .icnNew {
	padding: .3rem 0 .2rem;
	width: 5rem;
	font-size: 1.6rem;
	color: #e8e4db;
	background-color: #d25527;
	line-height: 1;
	text-align: center;
	border: solid 1px #fff;
}

.recommend .recommendBlock .contents .name {
	font-size: 2.8rem;
	font-weight: bold;
	/* font-family: Yu Mincho, YuMincho; */
	color: #333;
}

.recommend .recommendBlock .contents .lead {
	margin-top: 1rem;
}

.recommend .recommendBlock .contents .price {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: solid 1px #333;
}

.recommend .recommendBlock .note {
	position: relative;
	margin-top: 2.3rem;
	width: 26.5rem;
	font-size: 1.2rem;
	line-height: 1.5;
}

/* kodawari */
.kodawari {
	position: relative;
	margin-top: 6.1rem;
}

.kodawari h4 {
	font-size: 2.8rem;
	font-weight: bold;
	color: #e8e4db;
	text-align: center;
}

.kodawariBlock {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
	align-items: center;
}

.kodawariBlock .pic {
	width: 37rem;
}

.kodawariBlock .txt {
	width: 41.5rem;
}

.kodawariBlock .name {
	color: #e8e4db;
	font-size: 2rem;
	font-weight: bold;
}

.kodawariBlock .lead {
	margin-top: .4rem;
	font-size: 1.6rem;
}


/* coupon
--------------------------------- */
#Wrapper section.coupon {
	padding-bottom: 9rem;
	background-color: #fff;
}

.coupon h3 {
	color: #222;
}

.coupon .couponBlock {
	margin-top: 7rem;
	display: flex;
	justify-content: space-between;
}

.coupon .couponBlock dl {
	width: calc(100%/3);
	padding: 1rem 1.5rem;
}

.coupon .couponBlock dl:nth-child(2),
.coupon .couponBlock dl:nth-child(3) {
	border-left: solid 1px #242424;
}

.coupon .couponBlock dt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 4.8rem;
}

.coupon .couponBlock dt p:first-child {
	flex-shrink: 0;
	font-size: 2rem;
	width: 4.2rem;
	height: 4.2rem;
	background: #11558f;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.coupon .couponBlock dt p:nth-child(2) {
	padding-left: 1rem;
	width: calc(100% - 4.2rem);
}

.coupon .couponBlock dd {
	margin: 2.3rem auto 0;
	width: 24rem;
}

.coupon .couponBlock dd p img {
	width: 100%;
}

.app-coupon {
	padding: 10rem 0;
	background-color: #FDE9CE;
}

.app-coupon .inner {
	padding: 6rem;
	background-color: #CBC500;
}

.app-coupon h2 {
	font-size: 4rem;
	text-align: center;
	letter-spacing: .02em;
}

.app-coupon h2 span {
	font-size: 120%;
	color: #fff;
}

.app-coupon__items {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 6rem;
}

.app-coupon__item {
	width: calc((100% - 6rem)/3);
}

.app-coupon__item:nth-of-type(2),
.app-coupon__item:nth-of-type(3) {
	margin-left: 3rem;
}

.app-coupon__item__text {
	margin-top: .8rem;
	color: #fff;
}

#Wrapper section.maruetsu {
	padding-bottom: 0;
}

.maruetsu-headline img {
	width: 100%;
}

.maruetsu-item {
	text-align: center;
	margin: auto;
}

@media screen and (min-width: 769px) {

  .maruetsu-headline {
		width: 640px;
		margin: 0 auto 25px;
	}

  .maruetsu-item {
    width: 285px;
	}

	.maruetsu-item__qr {
		width: 200px;
		margin: 0 auto 25px;
	}

}

/* ---------------------------------
	sp
--------------------------------- */
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.iconTT::before {
		width: 14.2rem;
		height: 7.7rem;
	}

	.inner {
		width: 100%;
		padding: 0 3rem;
	}

	#Wrapper section h3 {
		font-size: 5.2rem;
	}

	#Wrapper section h3 > span {
		display: block;
		font-size: 2.8rem;
	}


	/* mv
	--------------------------------- */
	.leadArea h2 {
		padding-top: 11rem;
		font-size: 5rem;
	}

	.leadArea .txt {
		margin-top: 5rem;
		font-size: 2.6rem;
	}


	/* recipe
	--------------------------------- */
	.recipe {
		padding: 11rem 0 12rem;
	}

	.recipe .wrap {
		margin-top: 7rem;
		padding: 8rem 4rem;
	}

	.recipe .recipeBlock > * {
		padding-left: 0;
		padding-right: 0;
	}

	.recipe .recipeBlock .overview,
	.recipe .recipeBlock:nth-of-type(even) .overview {
		flex-direction: column;
	}

	.recipe .recipeBlock .pic,
	.recipe .recipeBlock .txt {
		width: 100%;
	}

	.recipe .recipeBlock .txt {
		margin-top: 5rem;
		text-align: center;
		color: #fff;
	}

	.recipe .recipeBlock .txt .name {
		font-size: 4rem;
		line-height: 1.15;
	}

	.recipe .recipeBlock .txt .lead {
		margin-top: 2rem;
		font-size: 2.8rem;
		line-height: 1.5;
		color: #fff;
	}

	.recipe .recipeBlock .txt .link {
		margin-top: 3.5rem;
		margin-bottom: 2rem;
		font-size: 2.8rem;
		text-align: left;
	}

	.recipe .recipeBlock .txt .link a {
		padding: 2rem 2.1rem;
	}

	.recipe .recipeBlock .txt .link a::before {
		right: 2.3rem;
		margin-top: -1.3rem;
		border-width: 1.25rem 0 1.25rem 1.2rem;
	}

	.recipe .recipeBlock .flow {
		margin-top: 4.5rem;
		color: #fff;
	}

	.recipe .recipeBlock .flow dt {
		font-size: 2.8rem;
		color: #fff;
	}

	.recipe .recipeBlock .flow dd ul {
		width: 100%;
	}

	.recipe .recipeBlock .flow dd ul li {
		margin-top: 4rem;
	}

	.recipe .recipeBlock .flow dd ul li p:first-child {
		font-size: 2.8rem;
		width: 6rem;
		height: 6rem;
	}

	.recipe .recipeBlock .flow dd ul li p:nth-child(2) {
		margin-top: -0.6rem;
		padding-left: 2.1rem;
		width: 100%;
		font-size: 2.8rem;
	}

	.recipe .recipeBlock .item {
		margin-bottom: 8.3rem;
		padding-top: 6rem;
	}

	.recipe .recipeBlock .item dt {
		font-size: 2.8rem;
		color: #fff;
	}

	.recipe .recipeBlock .item dd ul {
		margin-top: 0;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}

	.recipe .recipeBlock .item dd ul li {
		margin-top: 8rem;
		width: 28.2rem;
	}

	.recipe .recipeBlock .item ul li .name {
		font-size: 2.8rem;
		color: #fff;
	}

	.recipe .recipeBlock .item ul li p.iconTT::before {
		top: -3.9rem;
	}

	.one-point{
		padding: 5%;
	}
	.one-point_ttl{
		font-size: 2.8rem;
	}
	.one-point_txt{
		font-size: 2.6rem;
	}
	.one-point_link{
		font-size: 3rem;
	}


	/* recommend
	--------------------------------- */
	.recommend .recommendBlock {
		margin-top: 6rem;
		padding: 6rem 4rem 8rem;
		flex-direction: column;
	}

	.recommend .recommendBlock > .contents {
		flex-direction: column;
	}

	.recommend .recommendBlock .contents .pic {
		width: 50rem;
		margin-left: auto;
		margin-right: auto;
	}

	.recommend .recommendBlock .contents .pic.iconTT::before {
		top: -5.1rem;
	}

	.recommend .recommendBlock .contents .txt {
		padding-top: 6.2rem;
		width: 100%;
	}

	.recommend .recommendBlock .contents .icnNew {
		margin-bottom: 1.5rem;
		padding: .9rem 0;
		width: 10rem;
		font-size: 3rem;
	}

	.recommend .recommendBlock .contents .name {
		font-size: 4rem;
	}

	.recommend .recommendBlock .contents .lead {
		font-size: 2.8rem;
	}

	.recommend .recommendBlock .contents .price {
		font-size: 2.8rem;
	}

	.recommend .recommendBlock .note {
		margin-top: 5rem;
		font-size: 2.4rem;
		width: 100%;
	}

	.kodawari {
		margin-top: 7rem;
	}

	.kodawari h4 {
		font-size: 3.2rem;
	}

	.kodawariBlock {
		margin-top: 4rem;
		flex-direction: column;
	}

	.kodawariBlock .pic {
		width: 61rem;
	}

	.kodawariBlock .txt {
		margin-top: 3.5rem;
		width: 100%;
	}

	.kodawariBlock .txt .name {
		font-size: 3.2rem;
	}
	
	.kodawariBlock .txt .lead {
		font-size: 2.8rem;
	}


	/* coupon
	--------------------------------- */
	#Wrapper section.coupon {
		padding-bottom: 8rem;
	}

	.coupon .couponBlock {
		margin-top: 4rem;
		flex-wrap: wrap;
	}

	.coupon .couponBlock dl {
		width: 50%;
		padding: 2rem 0;
	}

	.coupon .couponBlock dl:nth-child(1) {
		padding-right: 2rem;
	}

	.coupon .couponBlock dl:nth-child(2) {
		padding-left: 2rem;
	}

	.coupon .couponBlock dl:nth-child(3) {
		border-left: none;
		width: 100%;
		margin-top: 4rem;
		padding-top: 4rem;
		padding-bottom: 0;
		border-top: solid 1px #242424;
	}

	.coupon .couponBlock dt {
		align-items: flex-start;
	}

	.coupon .couponBlock dt p:first-child {
		font-size: 3.2rem;
		width: 6rem;
		height: 6rem;
	}

	.coupon .couponBlock dt p:nth-child(2) {
		margin-top: -0.3rem;
		padding-left: 2rem;
		width: calc(100% - 6rem);
		font-size: 2.8rem;
	}

	.coupon .couponBlock dd {
		margin: 3rem auto 0;
		width: 30rem;
	}

	.coupon .couponBlock dl:nth-child(3) dd {
		width: 32.6rem;
	}

	.app-coupon {
		padding: 11rem 3rem;
	}
	
	.app-coupon .inner {
		padding: 4rem;
	}

	.app-coupon__item {
		width: calc((100% - 3rem)/2);
	}

	.app-coupon__item:nth-of-type(3) {
		margin: 3rem 0 0;
	}

	.app-coupon__item__text {
		font-size: 2.8rem;
	}

	.maruetsu-headline {
		width: 100%;
		margin: 0 auto 5vw;
	}

  .maruetsu-headline img {
		width: 100%;
	}

  .maruetsu-item__qr {
		display: none;
	}

}

.no-bg{
	background: none!important;
}

/* footer */
footer .inner ul li {
	font-size: 11px;
}