@charset "shift-jis";

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


/*common*/
body {
	font-family: "Helvetica Neue", Helvetica, Arial ,"qMmpS ProN W3", "Hiragino Kaku Gothic ProN", "SVbN", YuGothic, "CI", Meiryo, sans-serif;
	font-size: 13px;
}

a {
    color: #ff3333;
    text-decoration: none;
}


.wrapper {
	overflow: hidden;
}
.inner {
	margin-bottom: 100px;
}



#section-1,
#section-2,
#section-3,
#section-4 {
	margin-bottom: 70px;
	height: auto;
}
#section-1 h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color:#FF9800;
	margin-bottom: 30px;
}
#section-2 h2,
#section-3 h2,
#section-4 h2 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color:#5a6675;
	margin-bottom: 30px;
	border-bottom: solid 2px #28aa40;
}
#section-2 h2:after,
#section-3 h2:after,
#section-4 h2:after {
	    content: '';
    display: block;
    width: 490px;
    height: 6px;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    background: #28aa40;
    margin: 0 auto;
}
#section-1 h2 br {
	/*display: none;*/
}
/*contents-header*/
#contents-header {
	width: 100%;
	margin-bottom: 30px;
}
#contents-header h1 {
	position:absolute;
	top: 73px;
	left: 68px;
}
#contents-header h1 img {
	width: 563px;
	height: 479px;
}
#contents-header img {
	width: 100%;
	height: auto;
}
#contents-header figure {
	position: absolute;
	top:89px;
	right: 81px;
}
#contents-header figure img {
	width: 217px;
	height: 375px;
}
#contents-header figure figcaption {
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2em;
	position: relative;
	right:50px;
	top:25px;
}
#contents-header figure figcaption:after {
	content:url(../img/arrow-1.png);
	display: block;
	position: absolute;
	right: -70px;
	top: 0px;
}


#section-1 p, #section-2 p, #section-3 p, #section-4 p {
	font-size: 18px;
    line-height: 2em;
	margin: 0 auto 25px auto;
	text-align: center;
	width: 94%;
}



/*section-1*/
#section-1 {
	padding:0;
}

#coupon-section {
	width: 902px;
	margin:30px auto 100px auto;
}
#coupon-section .coupon {
	width:413px;
	float:left;
	position:relative;
}
#coupon-section .coupon a {
	position: absolute;
	bottom:54px;
	left:50%;
	margin-left: -104.5px;
}
#coupon-section .coupon a:hover {
	opacity:.8;
}
#coupon-section .coupon:last-child {
	margin-left: 76px;
}
/*section-2*/
#section-2 p {
	font-size: 18px;
	padding-left: .2em;
}
#section-2 #button-grp {
	width:440px;
	margin: 40px auto;
	overflow: hidden;
}
#section-2 #button-grp a {
	display:block;
	background: #28aa40;
	letter-spacing: normal;
	font-size: 23px;
	color:#fff;
	text-align: center;
	padding: 15px;
	position:relative;
}
#section-2 #button-grp a span {
	font-size: 0.75em;
}

#section-2 #button-grp a:last-child {
	margin-right: 0;
}
#section-2 #button-grp a:after {
	/*content:url(../img/arrow-2.png);
	display:block;
	width: 33px;
	height: 28px;
	position:absolute;
	top:26px;
	left: 67px;*/
}
#section-2 #button-grp a:last-child:after {
	left: 33px;
}
#section-2 #button-grp a:hover {
	opacity:.7;
}
#section-2 ul {
	overflow: hidden;
    width: 100%;
    margin: 0 auto 0 auto;
}
#section-2 ul li {
	display: block;
    padding: 0 0 0 1em;
    font-size: 16px;
    line-height:2em;
	text-indent: -1em;
}
#section-2 ul li:before {
	content: "";
}
#section-2 ul li.none:before {
	content:"";
	color: #FFFFFF;
}
#section-2 ul li em {
	font-weight: bold;
    font-style: normal;
	width: 180px;
	display: inline-block;
    padding-left: 1em;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
  margin: 30px 0 40px 0;
}
table th,
table td {
  padding: 15px 12px;
  border: 1px solid #9c9ca0;
}
table th {
  background-color: #eaffe4;
  text-align: center;
  width: 30%;
}


/*section-3*/
#section-3 .adda-friend h3 {
	display: inline-block;
	width:178px;
	height:36px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	color: #fff;
	background: #1b9732;
	margin:0 15px 0 0 ;
}
#section-3 .adda-friend {
	width: 980px;
	height: 100%;
	margin: 50px 0 0 0;
}
#section-3 .adda-friend .flow span,
#section-3 .adda-friend .flow span p {
	display:inline-block;
    font-size: 18px;
}
#section-3 .adda-friend .flow span:after,
#section-3 .adda-friend .flow span p.af-al:after {
	content: url(../img/arrow-3.png);
	display: inline-block;
	width: 35px;
	height: 30px;
	margin:0 10px 3px 10px;
	vertical-align: middle;
}
#section-3 .adda-friend .flow span:last-child:after {
	content:'';
	width: 0;
	height: 0;
	margin: 0;
}
#section-3 .adda-friend .flow {
	width: 100%;
	height: 100%;
	position: relative;
}
.ss-1, .ss-2, .ss-3, .ss-4 {
	width: 207px;
	height: auto;
	position: absolute;
	top:70px;
	box-shadow: 1px 1px 15px  rgba(0,0,0,.2);
} 
.ss-1 {left:0;}
.ss-2{ left:257px;}
.ss-3{ left: 512px;}
.ss-4 { left: 771px;}



.flow ol {
	overflow: hidden;
    width: 94%;
    margin: 0 auto;
	list-style-type: decimal;
	counter-reset: number;
}
.flow ol li {
	display: block;
/*    padding: 0 0 0 1em;*/
    font-size: 16px;
    line-height:2em;
/*	text-indent: -1em;*/

}
.flow ol li:before{
counter-increment: number;
    content: counter(number);
    background: #5a6675;
    display: inline-block;
    width: 2em;
    height: 2em;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 0.3em;
    margin-bottom: 1em;
}




/*section-4*/
#section-4 p {
	font-size: 18px;
	line-height: 2em;
	padding-left: .3em;
	margin-bottom: 25px;
}
#section-4 h4 {
	font-size: 16px;
    padding: 3px 0 3px 20px;
    margin-bottom: 15px;
    line-height: 1.5em;
    font-weight: bold;
    background: #E8E7DB;
}
	
	
p#coup-click {
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#28aa40;
	padding:0;
	margin:15px auto;

}
.shoplists {
	width: 100%;
}
#section-4 .bt {
	width: 470px;
	height: 60px;
	float: left;
	background: #29aa41;
	box-sizing: border-box;
	position: relative;
	transition:.5s;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	margin: 0 10px;
}
#bt-2,
#bt-3 {
	margin-left: 25px;
}
#section-4 .bt:after{
	content:'';
	display: block;
	width: 0;
	height: 0;
	border: solid 16px transparent;
	border-top: solid 16px #29aa41;
	position:absolute;
	/*bottom:-34px;*/
	left:50%;
	margin-left: -16px;
	opacity:0;
	transition:.5s;
}
#section-4 .bt.ison:after{
	opacity:1;
}

#section-4 .bt:hover {
	opacity: .7;
}
#aco {
	position: relative;
	padding-bottom:50px;
	height: 2750px;
}
.shoplists {
    width: 100%;
    /* position: absolute; */
    left: 0;
    /* top: 110px; */
    transition: .5s;
    margin-bottom: 50px;
}
.hide {
	opacity:0;
	visibility:hidden;
}
.shoplists li.list-header {
	display:block;
	width:100%;
	font-size:28px;
	font-weight:bold;
	text-align:center;
	color:#28aa40;
	margin:0 0 40px 0;
	height: 100%;
}
.shoplists li.list-header span:before {
	content:url(../img/list-head-bef.png);
	display:inline-block;
	margin-right:5px;
}
.shoplists li.list-header span:after {
	content:url(../img/list-head-aft.png);
	display:inline-block;
	margin-left:5px;
}
.shoplists li {
	display: block;
	width: 50%;
	height:35px;
	padding:0 0 0 25px ;
	font-size:16px;
	line-height: 35px;
	box-sizing: border-box;
	margin:30px 0 0 0;
	float: left;
}
.longname-brk {
	display: block;
	width:300px;
	line-height: 17px !important;
	float:left;
}

.shoplists li a {
	display: inline-block;
	width: 123px;
	height: 35px;
	line-height:35px;
	text-align: center;
	background: #9c9ca0;
	color: #fff;
	float:right;
	position: relative;
    right: 10px;
}
.shoplists li a:hover {
	opacity: 0.7;
}
.longname {
	display:inline-block;
	width:342px;
	letter-spacing: -.09em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.shoplists li {
	position: relative;
}
.ant-cp {
	font-size: 8px;
	position: absolute;
	bottom: -24px;
	left: 25px;
}

@media screen and (max-width:768px) {
/*common*/
body {
	padding-top:75px;
	font-family: Avenir, 'Helvetica neue', Helvetica, Arial, "qMmpS ProN W3", "Hiragino Kaku Gothic ProN", "SVbN", YuGothic, "CI", Meiryo, sans-serif;	
	overflow-x:hidden;
}
.inner {
	width: 100%;
	margin:auto;
}
#section-1,
#section-2,
#section-3,
#section-4 {
	height: auto;
	margin: 0 20px 30px;
}
#section-1 h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color:#ff3333;
	margin-bottom: 25px;
}
#section-2 h2,
#section-3 h2,
#section-4 h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color:#5a6675;
	margin-bottom: 25px;
	border-bottom: solid 2px #5a6675;
}
#section-2 h2:after,
#section-3 h2:after,
#section-4 h2:after {
	    content: '';
    display: block;
    width: 70%;
    height: 6px;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    background: #5a6675;
    margin: 0 auto;
}

/*contents-header*/
#contents-header {
	width: 100%;
	height:;
}
#contents-header h1 {
	position:absolute;
	top: 10px;
	left: 10px;
}
#contents-header h1 img {
	width: 65%;
	height: auto
}
#contents-header figure {
	width: 
	position: absolute;
	top:10px;
	right: 10px;
}
#contents-header figure img {
	width: 32%;
	height: auto;
}
#contents-header figure figcaption {
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2em;
	position: relative;
	right:50px;
	top:25px;
}
#contents-header figure figcaption:after {
	content:url(../img/arrow-1.png);
	display: block;
	position: absolute;
	right: -70px;
	top: 0px;
}
#section-1 p, #section-2 p, #section-3 p,#section-4 p {
	font-size: 16px;
    line-height: 2em;
}
/*section-1*/
#section-1 h2 {
	font-size: 22px;
	line-height: 1.5em;
}
#section-1 h2 br {
	display: inline;
}
#coupon-section {
	width: 100%;
	margin:30px auto 0 auto;
}
#coupon-section .coupon {
	width:90%;
	float:none;
	margin:30px auto;
}
#coupon-section .coupon img {
	width: 100%;
	height: auto;
}
#coupon-section .coupon a {
	width: 50%;
	position: absolute;
	bottom:35px;
	left:50%;
	margin-left: -25%;
}
#coupon-section .coupon a img {
	width: 100%;
	height:auto;
}
#coupon-section .coupon:last-child {
	margin-left: auto;
}

#section-2 #button-grp a em {
	display: block;
	font-style: normal;
}

/*section-2*/
#section-2 {

}
#section-2 p {
	font-size: 14px;
}

#section-2 #button-grp {
	width:90%;
	margin:35px auto 50px auto;
}
#section-2 #button-grp a {
	display: block;
	margin: 0 auto 20px auto;
	font-size: 18px;
	line-height: 1.5em;
	position:relative;
	float:none;
}
#section-2 #button-grp a span {
    font-size: 0.7em;
}
#section-2 #button-grp a:last-child {
	/*margin-right: auto;
    padding-left: 20%;*/
}
#section-2 #button-grp a:after {
	top:18px;
	left: 25px;
}
#section-2 #button-grp a:last-child:after {
	left: 25px;
}
#section-2 #button-grp a:hover {
	opacity:.7;
}
#section-2 ul li {
    font-size: 14px;
}
#section-2 ul li em {
	width: auto;
}

table {
   border-top: 1px solid #999;
  }
  table td {
    display: block;
    text-align: center;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: auto;
}
table th,
table td {
  padding: 8px 12px;
  text-align: left;
}

/*section-3*/


#section-3 {
	padding-bottom: 50px;
}
#section-3 h2 span {
	font-weight:bold;
}
#section-3 .adda-friend h3 {
	display: block;
	width:65%;
	height:40px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	background: #1b9732;
	margin:0 auto 80px auto ;
}
#section-3 .adda-friend {
	width: 100%;
	height: auto;
	margin-top:20px;
}
#section-3 .adda-friend .flow {
	width:100%;
	font-size:24px;
	font-weight:bold;
	text-align:left;
	margin:auto;
}
#section-3 .adda-friend .flow span {
	display:block;
	position:relative;
}
#section-3 .adda-friend .flow span:nth-child(3),
#section-3 .adda-friend .flow span:nth-child(4) {
	display:inline-block;
}
#section-3 .adda-friend .flow span p {
	font-size:16px;
	font-weight:bold;
	margin-left:-30px;
}
#section-3 .adda-friend .flow span p.af-al+p {
	display:inline-block;
	margin-left:50px;
}
#section-3 .adda-friend .flow span p:after,
#section-3 .adda-friend .flow span p.af-al:after {
	content: url(../img/arrow-3.png);
	display: inline-block;
	width: 35px;
	height: 30px;
	margin:7px 10px 3px 10px;
	vertical-align: middle;
	position:absolute;
	top:0;
}
#section-3 .adda-friend .flow span:after {
	content:'';
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0;
	position:static;
}
#section-3 .adda-friend .flow span:last-child:after {
	content:'';
	width: 0;
	height: 0;
	margin: 0;
}
#section-3 .adda-friend:last-child {
	/*display:none;*/
}


.ss-1, .ss-2, .ss-3, .ss-4 {
	width: 207px;
display:block;
margin:20px auto 30px auto;
	height: auto;
	position: static;
	top:0;
	box-shadow: 1px 1px 15px  rgba(0,0,0,.2);
} 
.ss-1 {left:0;}
.ss-2{ left:257px;}
.ss-3{ left: 512px;}
.ss-4 { left: 771px;}


.flow ol li {
    margin-bottom: 1em;
}
.flow ol li:before {
    margin-bottom: 0;
}

/*section-4*/

#section-4 {
	height:100%;
}
#section-4 p {
	font-size: 14px;
	padding: 20px 5%;
}

#section-4 .bt {
	width: 90%;
	height: auto;
	float: none;
	margin:0 auto 20px auto;
	border:solid 2px #29aa41;
	box-sizing: border-box;
	position: relative;
	text-align:center;
	padding:0;
	transition:none;
}
#section-4 .bt img {
	vertical-align:middle;
}
#bt-2,
#bt-3 {
	margin-left: auto;
}
#section-4 .bt img {
	width: 95%;
	height: auto;
	margin:10px auto 10px auto; 
}
#aco {
	position: static;
	width:100%;
	height: 100%;
	margin:20px auto;
}
p#coup-click {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#28aa40;
	padding:0 1em;
}
.hide {
	opacity:1;
	visibility:visible;
}
.shoplists {
	position: relative;
	margin-bottom:50px;
	/*display:none;*/
	transition:none;
}

.shoplists li.list-header {
	font-size:16px;
	line-height:1.3em;
	margin:0 0 20px 0;
}
.shoplists li.list-header img {
	width: 100%;
}
.shoplists li.list-header span:before {
	content:'';
	background:url(../img/list-head-bef.png) no-repeat;
	background-size:100%;;
	display:inline-block;
	width:12px;
	height:17px;
}
.shoplists li.list-header span:after {
	content:'';
	background:url(../img/list-head-aft.png) no-repeat;
	background-size:100%;;
	display:inline-block;
	width:12px;
	height:17px;
}
.shoplists li {
	display: block;
	width: 100%;
	height:35px;
	padding:0 0 0 0 ;
	margin:20px auto 0 auto;
	font-size:13px;
	line-height: 35px;
	box-sizing: border-box;
	float: none;
	letter-spacing:-.08em;
}
.shoplists li a {
	display: inline-block;
	width: 76px;
	height: 35px;
	line-height:35px;
	text-align: center;
	background: #9e9e9e;
	font-size:12px;
	color: #fff;
	float:right;
}
.longname {
	display:inline-block;
	width:auto;
	letter-spacing: -.15em;
	font-size:10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.longname-brk {
	display: block;
	width: 70%;
	line-height: 17px !important;
	float:left;
}
.shoplists li {
	position: relative;
}
.ant-cp {
	font-size: 8x;
	position: absolute;
	bottom: -23px;
	left: 0;
}

}
