﻿@charset 'utf-8';
.main_wrap .eria2 {
	text-align: left;
	display: block;
	width: 100%;
	background: #eee;
	font-size: 12px;
	padding: 10px 0px;
	margin-top: 20px;
}
.main_wrap .eria2 p {
	font-weight: bold;
}
.loyaltaisho {
	width: 100%;
	font-size: 1.8rem;
	text-align: center;
	margin-top: 50px;
}
.loyaltaisho>a {
	text-decoration: none;
	background: #000;
	color: #d09410;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 50px;
}
.btneria.shopuse.use span {
	background: #9b7d57;
	color: #fff;
	padding: 0.7rem 3rem;
	border-radius: 6rem;
}
.copybtn {
	background: #ffffff;
	display: inline-block;
	font-size: 1.2rem;
	border-radius: 10rem;
	color: #272727;
	font-weight: normal;
	padding: 0.1rem 0.5rem;
	border: 1px solid #b9b9b9;
	margin-left: 0.5rem;
	cursor: pointer;
}
.btneria.shopuse.use {
	margin-top: 0;
	border-top: 0;
}
span div.popup {
	position: absolute;
	display: none;
	top: 0;
	font-size: 1.2rem;
	background: #313131;
	color: #fff;
	font-weight: normal;
	padding: 0.2rem 1.4rem;
	border-radius: 4rem;
}
input.code {
	display: inline-block;
	width: 10rem;
	text-align: center;
	background: #000000;
	color: #fff;
	border: none;
	border-radius: 10rem;
	font-size: 1.5rem;
	cursor: pointer;
}
.notlogin_wrap {
	text-align: center;
	font-size: 1.5rem;
	transform: rotate(0.05deg);
	position: absolute;
	width: 100%;
	line-height: 22rem;
	z-index: 1;
	color: #fff;
}
.notlogin_wrap_bg {
	background: #000000b3;
	height: 25rem;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.notlogin_wrap a {
	color: #3bafdf;
}
.main_wrap {
	display: flex;
	flex-wrap: wrap;
	max-width: 480px;
	margin: 0 auto;
	margin-top: 3rem;
}
.main_wrap .eria1{
	font-size: 1.4rem;
	text-align: center;
	transform: rotate(0.05deg);
	display: block;
	width: 100%;
}
.main_wrap .btneria{
	display: block;
	width: 90%;
	transform: rotate(0.05deg);
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
}
.main_wrap .btneria span{
	font-size: 1.5rem;
	color: #000000;
	font-weight: bold;
}
.main_wrap .ecuse{
	margin-top: 2rem;
}
.main_wrap .shopuse{
	margin-top: 3rem;
}
.main_wrap .ecuse.code {
	margin-top: 0;
	border-top: 0;
	padding: 10px 0;
	margin-bottom: 10px;
}
.birthdayCPattention {
	padding: 2rem 3rem;
	font-size: 1.1rem;
	background: #fcd6d3;
	margin-top: 5rem;
	max-width: 480px;
	margin: 5rem auto;
}
.birthdayCPattention p {
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
}
.birthdayCPattention span {
	display: list-item;
}
.birthdayCPattention span.listnone {
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 1rem 0;
}
/*PCの時*/
@media only screen and (min-width: 769px) {
	.main_wrap .eria1 {
		font-size: 2rem;
	}
	.main_wrap .btneria span {
		font-size: 1.8rem;
	}
	.notlogin_wrap {
		position: inherit;
		color: #000;
		line-height: 7rem;
		font-size: 2rem;
		margin-top: 5rem;
	}
	.main_wrap .eria2 {
		padding-left: 20px;
		font-size: 14px;
	}
}
/*SPの時*/
@media only screen and (max-width: 768px) {
	.pane-left {
		display: none;
	}
}
