@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.fair_contents {
	font-size: 100%;
    font-family: 'Noto Sans Japanese', sans-serif;
    color: #4E484A;
	width: 980px;
}
.fair_contents h2,
.fair_contents h3,
.fair_contents h4 {
	margin: 0;
}
.fair_contents img {
	max-width: 100%;
}

a {
	transition: 0.5s;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}

.note {
	margin: 1rem 0 0;
	font-size: 0.7rem;
	font-weight: normal;
}
.mt0 {
	margin-top:0;
}
.price1{
    font-size: 160%;
    font-family: 'Oxygen', sans-serif;
}

.price2{
    color: #c00;
    font-size: 240%;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
}

.balloon-2-bottom {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: 3em;
	min-width: 3em;
	height: 40px;
	color: #F6F6F6;
	line-height: 40px;
	text-align: center;
	background: #4E484A;
	z-index: 0;
    text-align: center;
}
.balloon-2-bottom:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #4E484A transparent transparent transparent;
}

/* ********** タイトル ********** */
.top {
    margin: 0 0 5rem;    
	text-align: center;
}
.top .subheader {
	margin: 4rem 0 0;
	font-size: 1.7rem;
	//line-height: 2;
	font-weight:bold;
}
.top .lead {
	font-size:1rem;
	line-height: 1.8;
}
.top h1 img{
	margin: 0 auto 1.5rem;    
}


/* ********** PICK UP ITEM ********** */
.topic {
	//margin: 0 0 5rem;
}
.topic:not(:nth-last-of-type(1)) {
	margin: 0 0 7rem;
}
.topic h2 {
	//margin: 0 0 2rem;
	color: #1a2f72;
	font-size: 2rem;
	text-align: center;
    letter-spacing: 0.2rem;
    padding-top: 0;
	line-height: 1.4;
}
.topic h3 {
	margin: 0 0 0.5rem;
	color: #1a2f72;
	font-size: 2.3rem;
	text-align: center;
    letter-spacing: 0.2rem;
    padding-top: 0;
}
.topic h4 {
	position: relative;
	text-align: center;
    font-size: 2.3rem;
    letter-spacing: 3px;
	margin-bottom:2rem;
}

.topic h4::before {
	content: "";
    width: 3%;
    border-bottom: 2px solid #4c4948;
    position: absolute;
    left: 39%;
    bottom: 28px;
    transform: translateX(-50%);
}
.topic h4::after {
	content: "";
	width: 3%;
	border-bottom: 2px solid #4c4948;
	position: absolute;
	left: 61%;
	bottom: 28px;
	transform : translateX(-50%);
}
.topic > p {
	margin: 1rem 0 0;
	font-size: 120%;
	text-align: center;
}
.topic .catch {
	font-size: 1.5rem;
	font-weight:bold;
	margin: 0 auto 2rem;
	line-height: 1.3;
}
.topic .catch .emphasis {
	font-size: 2.5rem;
	font-weight:bold;
	color:#f24a01;
}
.topic .catch .note {
    font-size: 0.7rem;
    margin-top: 0;
    margin-bottom: 3rem;
}


/* ********** 2col ********** */
.fair_contents > *:nth-child(2n) .text {
	order: +1;
}
.col2 {
	//margin-top: 3rem;
	display: flex;
	justify-content: space-between;
	margin-bottom: 4rem;	
}
.col2 > * {
	width: calc((99% - 2rem) / 2);
}
.col2:last-child {
	margin-bottom: 0;
}
.col2 .fair_tit {
	margin: 0;
	//color: #dc143c;
}

.col2:nth-child(2n) {
	flex-direction: row-reverse;        
}
 
.col2 dt {
	font-size: 1.2rem;
	font-weight: bold;
}
.col2 dd {
	margin-top: 0.5rem;
	font-size: 0.9rem;
}

.col2 .note {
	margin: 1rem 0 0;
	font-size: 0.8rem;
	font-weight: normal;
	//text-align: right;
}
.col2 .price_off {
    font-size: 0.9rem;
	background: #1a2f72;
    padding: 0.5rem;
    letter-spacing: 0.05rem;
    border-radius: 100px;
    margin-top: 2rem;
    margin-bottom: 0;
    text-align: center;
    position:relative;
	
}
.col2 .price_off a {
	color: #fff; 
	display: block;
}
.col2 .price_off a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	font-weight: bold;
    color: #fcf400;
    font-size: 1.2rem;
	top: 53%;
	right:1rem;
	transform: translateY(-50%); 
}


/* ********** feature ********** */
.feature {
	text-align:center;
}
.feature p {
	font-size:1.1rem;
	margin-bottom: 2rem;
	font-weight: bold;
}
.ftr_title {
	padding: 1.3rem 0;
	margin: 3rem 0 2rem;
	position: relative;
	letter-spacing: 0.05rem;  
}
.ftr_title p {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.05rem;  
}

.ftr_title::after {
	content: "";
	width: 6%;
	border-bottom: 2px solid #4c4948;
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform : translateX(-50%);
} 
.feature .bnr a {
	display:block;
}



/* ********** ご購入特典 ********** */
.tokuten {
	margin: 3rem 0;
	padding: 1.5rem;
	border: solid 3px #a9a9a9;
	font-size: 120%;
}
.tokuten h2 {
	margin: 0 0 0.5rem;
	padding: 0.2rem;
	background-color: #545a84;
	color: #fff;
	font-size: 160%;
	text-align: center;
    letter-spacing: 0.2rem;
}
.tokuten .tokuten_detail {
	margin: 1rem 0 0;
	padding: 1rem 0 0;
}
.tokuten .tokuten_detail p {
	margin: 0;
    text-align: left;
}
.tokuten .tokuten_detail ul {
	margin: 0.5rem 0;
	font-size: 105%;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;    
}
.tokuten .tokuten_detail li {
	width: calc(50% - 2rem);
	padding: 0 1.2rem;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
}
.tokuten .tokuten_detail li:first-child {
	padding-left: 0.5rem;    
}
.tokuten .tokuten_detail dd {
	color: #c00;
}
.tokuten .tokuten_detail .em {
	font-size: 160%;
}
.tokuten .normal{
    font-weight: normal;
}
.tokuten img{
    width: 420px;
}


/* *************** 店舗情報 *************** */
.shopinfo {
	width: 60%;
	margin: 5rem auto 0;
	padding: 1.5rem 1rem;
	border: solid 1px #000;
}
.shopinfo > *:not(h2) {
	margin: 0 1rem;
}
.shopinfo h2 {
    margin: 0 0 1rem;
	font-weight: normal;
}
.shopinfo h2::before {
	content: "[ ";
}
.shopinfo h2::after {
	content: " ]";
}
.shopinfo .shopname {
	margin: 0 1rem 1rem;
	padding: 0 0;
	font-weight: bold;
}
.shopinfo dl {
	overflow: hidden;
}
.shopinfo dt {
	float: left;
}
.shopinfo dt::after {
	content: ":";
}
.shopinfo span {
	font-size: 90%;
}
.shopname {
	border-top:none;
}