@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap');

/*共通*/
html {
	font-size: 10px;
}

#seibo_onlinestoreonly_201105 img {
	max-width: 100%;
}

#seibo_onlinestoreonly_201105 a {
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

#seibo_onlinestoreonly_201105 a:hover {
	opacity: .8;
}

@media screen and (min-width:768px) {
	#seibo_onlinestoreonly_201105 .sp {
		display: none;
	}
}

@media screen and (max-width:767px) {
	#seibo_onlinestoreonly_201105 .pc {
		display: none;
	}
}

/*メインビジュアル*/

#seibo_onlinestoreonly_201105 .mv {}

/*コンテンツ*/
#seibo_onlinestoreonly_201105 .contents {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #f4eff0;
	margin-top: 0 !important;
	padding: 0 1.5em 1.5em;
	background-image: url(../../d_images/campaign/201105_seibo_onlinestoreonly/contents_top_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	z-index: 0;
}

#seibo_onlinestoreonly_201105 .contents::after {
	content: "";
	display: inline-block;
	position: absolute;
	background-image: url(../../d_images/campaign/201105_seibo_onlinestoreonly/contents_bottom_bg.png);
	width: 513px;
	height: 518px;
	background-repeat: no-repeat;
	bottom: 0;
	right: 0;
	z-index: 0;
}

#seibo_onlinestoreonly_201105 .contents dl {
	display: block;
	background: #fff;
	width: calc((100% - 20px) / 2);
	margin-bottom: 2rem;
	z-index: 1;
}

#seibo_onlinestoreonly_201105 .contents dl:nth-child(11),
#seibo_onlinestoreonly_201105 .contents dl:nth-child(12) {
	margin-bottom: 0;
}

#seibo_onlinestoreonly_201105 .contents dl:nth-child(12){
	justify-content: flex-start;
}

#seibo_onlinestoreonly_201105 .contents dl .sec_img img{
		width: 100%;
	}

#seibo_onlinestoreonly_201105 .contents dd {
	padding: 0 1em 1.5em;
}

#seibo_onlinestoreonly_201105 dd p {
	line-height: 1.8;
	color: #19191a;
	font-size: 1.6rem;
}

#seibo_onlinestoreonly_201105 dd .name {
	font-size: 1.6rem;
	margin-bottom: 1.8rem;
	margin-top: 1.2rem;
}

#seibo_onlinestoreonly_201105 dd .price {
	color: #19191a;
	font-weight: bold;
	font-size: 2.2rem;
	margin-bottom: 2rem;
	text-align: right;
	line-height: 1.5;
}

#seibo_onlinestoreonly_201105 dd .price .price_txt{
	color: #d82625;
}

#seibo_onlinestoreonly_201105 dd .price span {
	font-size: 1.4rem;
}

#seibo_onlinestoreonly_201105 .br_sp {
	display: none;
}

/*商品を購入するボタン*/
#seibo_onlinestoreonly_201105 dd .buy_btn {
	background: #2b8dc9;
	box-sizing: border-box;
	font-weight: 500;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding: 2.5rem 2rem;
	position: relative;
	max-height: 10px;
	font-size: 1.8rem;
	text-align: center;
	z-index: 1;
	transition: all .3s;
	height: 5rem;
}

@media all and (-ms-high-contrast: none){
	#seibo_onlinestoreonly_201105 dd .buy_btn{
		font-weight: bold;
		padding: 3rem 2rem 2.5rem;
	}
	
	#seibo_onlinestoreonly_201105 dd .buy_btn::after{
		top: 40%;
	}
}

.buy_btn::before {
	content: '';
	width: 0;
	height: 0;
	z-index: -1;
	position: absolute;
	border-style: solid;
	border-width: 5.2rem 46rem 0 0;
	border-color: #36a1e3 transparent transparent transparent;
}

@media all and (-ms-high-contrast: none){
  .buy_btn::before{
    content: '';
	width: 0;
	height: 0;
	z-index: -1;
	left: 0;
	top: 0;
	position: absolute;
	border-style: solid;
	border-width: 5rem 45rem 0 0;
	border-color: #36a1e3 transparent transparent transparent;
  }
}

#seibo_onlinestoreonly_201105 dd .buy_btn::after {
	content: "";
	display: inline-block;
	background-image: url(../../d_images/campaign/201105_seibo_restaurant/icon_arrow01.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 11px;
	height: 15px;
	background-size: contain;
	right: 7rem;
	top: 39%;
}

#seibo_onlinestoreonly_201105 dd .buy_btn:hover {
	transform: translateY(-5px);
	opacity: 1.0;
}

/*TOPへ戻る*/
#seibo_onlinestoreonly_201105 .to_top_list {
	margin-top: 10rem;
	padding: 1.6rem 0;
	background: #f8f6f6;
	width: 100%;
}

#seibo_onlinestoreonly_201105 .to_top_list ul {
	display: flex;
	justify-content: center;
}

#seibo_onlinestoreonly_201105 .to_top_list ul li {
	margin-right: 2rem;
}

#seibo_onlinestoreonly_201105 .to_top_list ul li:nth-of-type(2) {
	margin-right: 0;
}

#seibo_onlinestoreonly_201105 .to_top_list a {
	background: #fff;
	box-sizing: border-box;
	color: #19191a;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	height: 50px;
	padding: 1rem 4rem 1rem;
	position: relative;
	text-align: center;
}

@media all and (-ms-high-contrast: none){
	#seibo_onlinestoreonly_201105 .to_top_list a{
		padding: 1.5rem 4rem 1rem;
	}
}

#seibo_onlinestoreonly_201105 .to_top_list a::before{
    content: "";
	display: inline-block;
	background-image: url(../../d_images/campaign/201105_seibo_restaurant/icon_arrow03.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 11px;
	height: 15px;
	background-size: contain;
	left: 1.5rem;
	top: 1.8rem;
	letter-spacing: .15em;
  }


@media screen and (min-width:768px) and ( max-width:840px){
	#seibo_onlinestoreonly_201105 dd .buy_btn::after{
		right: 1rem;
	}
}

/*SP*/
@media screen and (max-width:767px) {

	/*mv*/
	#seibo_onlinestoreonly_201105 .mv {}

	/*コンテンツ*/
	#seibo_onlinestoreonly_201105 .contents {
		display: block;
		padding: 0 1em 1.5em;
		background-image: url(../../d_images/campaign/201105_seibo_onlinestoreonly/contents_top_bg_sp.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
	}
	
	#seibo_onlinestoreonly_201105 .contents::after {
	content: "";
	background-image: none;
}

	#seibo_onlinestoreonly_201105 .contents dl {
		width: 100%;
	}

	#seibo_onlinestoreonly_201105 dd {
		width: 100%;
		height: auto;
		margin-top: 1.5rem;
	}

	#seibo_onlinestoreonly_201105 dd .name {
		font-size: 1.5rem;
		margin-bottom: 1rem;
		margin-top: 0;
	}

	#seibo_onlinestoreonly_201105 dd .price {
		font-size: 1.8rem;
		margin-bottom: 1.3rem;
	}

	#seibo_onlinestoreonly_201105 .br_sp {
		display: block;
	}
	
	.pair1,.pair2,.pair3,.pair4 {
    height: auto !important;
  }

	/*商品を購入するボタン*/
	#seibo_onlinestoreonly_201105 dd .buy_btn {
		padding: 2rem;
		font-size: 1.4rem;
		max-height: 4rem;
	}

	.buy_btn::before {
		content: '';
		width: 0;
		height: 0;
		z-index: -1;
		position: absolute;
		border-style: solid;
		border-width: 20vw 400vw 0 0;;
		border-color: #36a1e3 transparent transparent transparent;
	}

	#seibo_onlinestoreonly_201105 dd .buy_btn::after {
		content: "";
		display: inline-block;
		background-image: url(../../d_images/campaign/201105_seibo_restaurant/icon_arrow01_sp.png);
		width: 1.5rem;
		height: 1.5rem;
		right: 3rem;
		top: 35%;
	}

	#seibo_onlinestoreonly_201105 dd .buy_btn:hover {
		transform: none;
	}

	/*TOPへ戻る*/
	#seibo_onlinestoreonly_201105 .to_top_list {
		margin-top: 5rem;
		padding: 2rem 3rem
	}

	#seibo_onlinestoreonly_201105 .to_top_list ul {
		display: block;
	}

	#seibo_onlinestoreonly_201105 .to_top_list ul li {
		margin-right: 0;
		margin-bottom: 1.5rem;
	}

	#seibo_onlinestoreonly_201105 .to_top_list ul li:nth-of-type(2) {
		margin-right: 0;
		margin-bottom: 0;
	}

	#seibo_onlinestoreonly_201105 .to_top_list a {
		font-size: 1.2rem;
		padding: 1.2rem 0;
	}

	#seibo_onlinestoreonly_201105 .to_top_list a::before {
		content: "";
		display: inline-block;
		background-image: url(../../d_images/campaign/201105_seibo_restaurant/icon_arrow03_sp.png);
		background-repeat: no-repeat;
		position: absolute;
		width: 1.5rem;
		height: 1.5rem;
		background-size: contain;
		left: 1.5rem;
		letter-spacing: .15em;
	}
}

@media screen and (max-width:416px){
	/*商品を購入するボタン*/
	#seibo_onlinestoreonly_201105 dd .buy_btn {
		padding: 2rem;
		font-size: 1.4rem;
		max-height: 4rem;
	}

	.buy_btn::before {
		content: '';
		width: 0;
		height: 0;
		z-index: -1;
		position: absolute;
		border-style: solid;
		border-width: 13vw 100vw 0 0;
		border-color: #36a1e3 transparent transparent transparent;
	}

	#seibo_onlinestoreonly_201105 dd .buy_btn::after {
		content: "";
		display: inline-block;
		background-image: url(../../d_images/campaign/201105_seibo_restaurant/icon_arrow01_sp.png);
		width: 1.5rem;
		height: 1.5rem;
		right: 3rem;
		top: 35%;
	}

	#seibo_onlinestoreonly_201105 dd .buy_btn:hover {
		transform: none;
	}
	}
