@charset "UTF-8";

.container.home .main {
	float: left;
	margin-top: -14px;
}
.container.home .main>div {
	padding: 0;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.container.home .main>div div+p,
.container.home .main>div p+p {
	margin-top: 0;
}
.container.home .side {
	-webkit-box-shadow: none;
	box-shadow: none;
	float: right;
	font-size: 12px;
}
.container.home .side .userbox {
	background: url("../img/heading/primary.png");
	padding: 5px;
	position: relative;
	-webkit-box-shadow: 0 0 5px 0 rgba(100,62,17,.5);
	box-shadow: 0 0 5px 0 rgba(100,62,17,.5);
	margin-bottom: 14px;
}
.container.home .side .userbox:before {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	background-image: url("../img/heading/primary_corner.png");
	top: 0;
	left: 0;
	background-position: top 5px left 5px;
}
.container.home .side .userbox:after {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	background-image: url("../img/heading/primary_corner.png");
	bottom: 0;
	left: 0;
	background-position: bottom 5px right 10px;
}
.container.home .side .userbox .login,
.container.home .side .userbox .mypage {
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 0 2px 8px 0 rgba(100,62,17,.5) inset,-1px -1px 1px 0 rgba(100,62,17,.2);
	box-shadow: 0 2px 8px 0 rgba(100,62,17,.5) inset,-1px -1px 1px 0 rgba(100,62,17,.2);
}
.container.home .side .userbox .login:before,
.container.home .side .userbox .mypage:before {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	background-image: url("../img/heading/primary_corner.png");
	bottom: 0;
	right: 0;
	background-position: bottom 5px right 5px;
}
.container.home .side .userbox .login:after,
.container.home .side .userbox .mypage:after {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	background-image: url("../img/heading/primary_corner.png");
	top: 0;
	right: 0;
	background-position: top 5px left 10px;
}
.container.home .side .userbox .login a:hover img,
.container.home .side .userbox .mypage a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.container.home .side .userbox .mypage .mypageStatus {
	text-align: center;
	color: #ff6600;
	padding-top: 10px;
	display: none;
}
@media screen and (max-width:768px) {
	.container.home .side .userbox .mypage .mypageStatus {
		display: block;
	}
}
.container.home .side .userbox .mypage .mypageStatus span {
	background: url("../img/bullet/down_w.png") left 0.2em no-repeat;
	background-size: 10px;
	padding-left: 16px;
}
.container.home .side .userbox .mypage .mypageStatus.open span {
	background: url("../img/bullet/up_w.png") left 0.2em no-repeat;
	background-size: 10px;
	padding-left: 16px;
}
@media screen and (max-width:768px) {
	.container.home .side .userbox .mypage .mypageStatusContent {
		display: none;
	}
}
.container.home .side .userbox .mypage .mypageStatus:hover {
	cursor: pointer;
}
.container.home .side .userbox .mypage .favorite{
	margin-top:5px;
}
.container.home .side .userbox .mypage .favorite .media img {
	width: 100%;
}
.container.home .side .userbox .mypage .favorite .text p.title {
	color: #e90000;
	font-weight: 700;
	text-align: center;
	margin-bottom: 6px;
}
.container.home .side .userbox .mypage .favorite .text .product a {
	display: block;
	background: url("../img/bullet/link.png") left 0.3em no-repeat;
	padding-left: 15px;
	margin-top: 10px;
	color: #006436;
}
.container.home .side .userbox .mypage .favorite .text .shop,
.container.home .side .userbox .mypage .favorite .text .change {
	display: block;
}
.container.home .side .userbox .mypage .favorite .text .change {
	margin-top: 5px;
}
.container.home .side .userbox .mypage .favorite .text .shop a,
.container.home .side .userbox .mypage .favorite .text .change a {
	color: #4c4c4c;
	display: block;
	background: url("../img/bullet/link_04.png") left 0.3em no-repeat;
	padding-left: 15px;
}
.container.home .side .userbox .mypage .favorite .noBurger {
	margin-top: 5px;
	text-align: center;
}

/* rank */
.container.home .side .userbox .mypage .rankArea{
	padding-top:10px;
	text-align:center;
}
.container.home .side .userbox .mypage .rankArea > p{
	display:inline-block;
	position:relative;
	margin:0 auto;
	padding-left:34px;
	text-align:left;
	color:#006436;
}
.container.home .side .userbox .mypage .rankArea > p:before{
	content:"";
	display:inline-block;
	position:absolute;
	top:3px;
	left:0;
	width:23px;
	height:32px;
	background-image:url("../img/icon_rank.png");
	background-repeat:no-repeat;
}
.container.home .side .userbox .mypage .rankArea.rank-1 > p:before{background-position:0 0;}
.container.home .side .userbox .mypage .rankArea.rank-2 > p:before{background-position:0 -40px;}
.container.home .side .userbox .mypage .rankArea.rank-3 > p:before{background-position:0 -80px;}
.container.home .side .userbox .mypage .rankArea.rank-add > p:before{background-position:0 -120px;}

.container.home .side .userbox .mypage .rankArea span{
	font-weight:bold;
	font-size:14px;
}
.container.home .side .userbox .mypage .rankArea.rank-1 span{color:#9e3622;}
.container.home .side .userbox .mypage .rankArea.rank-2 span{color:#999999;}
.container.home .side .userbox .mypage .rankArea.rank-3 span{color:#e5912e;}
.container.home .side .userbox .mypage .rankArea.rank-add span{color:#000;}

@media screen and (max-width:768px) {
	.container.home .side .userbox .mypage .favorite{
		margin-top:10px;
	}
	.container.home .side .userbox .mypage .favorite .text p.title {
		font-size: 14px;
		text-align:center;
	}
	.container.home .side .userbox .mypage .rankArea > p{
		padding-left:42px;
	}
	.container.home .side .userbox .mypage .rankArea > p:before{
		top:0;
		width:30px;
		height:40px;
		background-size:45px 160px;
	}
	.container.home .side .userbox .mypage .rankArea.rank-1 > p:before{background-position:-15px 0;}
	.container.home .side .userbox .mypage .rankArea.rank-2 > p:before{background-position:-15px -40px;}
	.container.home .side .userbox .mypage .rankArea.rank-3 > p:before{background-position:-15px -80px;}
	.container.home .side .userbox .mypage .rankArea.rank-add > p:before{background-position:-15px -120px;}
}



.container.home .side .userbox .login ul {
	text-align: center;
}
.container.home .side .userbox .login ul li {
	display: inline-block;
	margin: 0 5px;
}
.container.home .side .userbox .login ul li a {
	display: block;
	background: url("../img/bullet/link_04.png") left 0.3em no-repeat;
	padding-left: 15px;
}
.container.home .side .bannerList-home li {
	margin: 0 0 5px;
}
.container.home .side .bannerList-home li a {
	display: block;
	padding: 5px;
	-webkit-box-shadow: 0 0 5px 0 rgba(100,62,17,.5);
	box-shadow: 0 0 5px 0 rgba(100,62,17,.5);
	background: #fff;
}
.container.home .side .bannerList-home li a img {
	width: 100%;
}
.container.home .side .bannerList-home li a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.container.home .side .bannerList-home li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width:768px) {
	.container.home .main img {
		width: 100%;
	}
	.container.home .contents {
		padding: 0 5px;
	}
	.container.home .side {
		margin-bottom: 15px;
		padding: 0 5px;
		-webkit-box-shadow: none;
		box-shadow: none;
		float: right;
	}
	.container.home .side .bannerList-home {
		margin-bottom: 5px;
	}
	.container.home .side .bannerList-home li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		float: left;
		margin-bottom: 5px;
	}
	.container.home .side .bannerList-home li:nth-child(odd) {
		padding-right: 2.5px;
	}
	.container.home .side .bannerList-home li:nth-child(even) {
		padding-left: 2.5px;
	}
	.container.home .side .userbox {
		margin-bottom: 10px;
	}
	.container.home .side .userbox .mypage .favorite>div {
		/*display: table;*/
		width: 100%;
	}
	.container.home .side .userbox .mypage .favorite>div .media,
	.container.home .side .userbox .mypage .favorite>div .text {
		/*display: table-cell;*/
		vertical-align: middle;
	}
	.container.home .side .userbox .mypage .favorite>div .media {
		width: 50%;
		margin: 0 auto;
	}
	.container.home .side .userbox .mypage .favorite>div .text {
		padding-left: 10px;
	}
	.container.home .side .userbox .mypage .favorite>div .text p:first-child {
		margin-bottom: 5px;
	}
	.container.home .side .userbox .login>p {
		text-align: center;
	}
}
.information{
	width: auto;
	margin-top: 14px;
}
.information .btn{
 display: none;
 background: #b38658;
 text-align: center;
}
.information .btn a{
	display: block;
}
.information .btn a span{
	background: url("../img/bullet/anchor_w.png") no-repeat right center;
	background-size: 14px 14px;
	display: block;
	padding: 15px 0;
	margin: 0 15px;
}
.information .pc{
	display: block;
}
.information.sp{
	display: none;
}
.information .inner{
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 0 0 5px 0 rgba(100,62,17,.5);
	box-shadow: 0 0 5px 0 rgba(100,62,17,.5);
}
.information .inner .infoTitle{
	background: #b38658;
	text-align: center;
	padding: 15px 0;
}
.information .inner .infoTitle img{
	height: 16px;
}
.information .inner ul.list{
	margin-top: 0;
}
.information .inner ul.list li{
	padding: 15px 0;
	margin: 0 10px;
	border-top: 1px dotted #b38658;
}
.information .inner ul.list li:first-child{
	border-top: none;
}
.information .inner ul.list li:last-child{
	padding: 15px 0 10px 0;
}
.information .inner ul.list li a .title{
	font-size: 14px;
}
.information .inner ul.list li a .text{
	color: #000;
	margin-top: 5px;
	font-size: 12px;
}
.information .inner ul.list li a:hover{
	text-decoration: none;
}
@media screen and (max-width:768px) {
	.information{
		padding: 0;
		margin: 0;
	}
	.information .btn{
		display: block;
	}
	.information .pc{
		display: none;
	}
	.information.sp{
		padding: 0 5px !important;
		display: block;
		margin: 15px 0 0;
	}
	.information .btn a span img{
		height: 16px;
		width: auto;
	}
	.information .inner .infoTitle img{
		height: 16px;
		width: auto;
	}
}
.cautionGreen {
	width: 100%;
	margin: 0 auto;
}
.cautionGreen.pc{
	display: block;
}
.cautionGreen.sp{
	display: none;
}
.cautionGreen .inner{
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(100,62,17,.5);
  box-shadow: 0 0 5px 0 rgba(100,62,17,.5);
	padding: 20px;
	border: 2px solid #00a728;
	margin-top: 14px;
}
.cautionGreen .title{
	font-size: 18px;
	color: #00a728;
	margin-bottom: 5px;
}
.cautionGreen .text{
	font-size: 12px;
}
@media screen and (max-width:768px) {
	.cautionGreen.pc{
		display: none;
	}
	.cautionGreen.sp{
		display: block;
		margin-right: 10px;
		margin-left: 10px;
	}
	.cautionGreen{
		width: auto;
	}
	.cautionGreen .inner{
		-webkit-box-shadow: none;
	  box-shadow: none;
	  margin-top: 0;
	  padding: 10px;
	}
	.cautionGreen .title{
		font-size: 14px;
	}
	.cautionGreen .linkList{
		font-size: 12px;
	}
}
.fadeGallery {
	margin-bottom: 20px;
}
.fadeGallery>div {
	position: relative;
	height: 390px;
}
.fadeGallery>div .items li {
	visibility: hidden;
	position: absolute;
	width: 100%;
	height: 390px;
}
.fadeGallery>div .items li .background,
.fadeGallery>div .items li .visual {
	position: absolute;
	width: 100%;
}
.fadeGallery>div .items li .background {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f9f0d9;
}
.fadeGallery>div .items li .visual a {
	display: block;
	width: 970px;
	padding: 5px;
	margin: 15px auto;
	background: #fff;
	-webkit-box-shadow: 0 0 4px 0 rgba(100,62,17,.1);
	box-shadow: 0 0 4px 0 rgba(100,62,17,.1);
}
.fadeGallery>div .items li .visual a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.fadeGallery>div .next,
.fadeGallery>div .prev {
	position: absolute;
	top: 50%;
	margin-top: -39px;
	z-index: 101;
}
.fadeGallery>div .prev {
	left: 50%;
	margin-left: -490px;
}
.fadeGallery>div .next {
	right: 50%;
	margin-right: -490px;
}
.fadeGallery .nav {
	position: absolute;
	bottom: -5px;
	width: 100%;
	text-align: center;
}
.fadeGallery .nav li {
	display: inline-block;
	padding: 0 3px;
}
.fadeGallery .nav li a {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #b29b7d;
	border-radius: 8px;
	border: 2px solid #fff;
}
.fadeGallery .nav li a:hover {
	text-decoration: none;
}
.fadeGallery .nav li.active a {
	background: #e8002f;
}
@media screen and (max-width:768px) {
	.fadeGallery {
		display: none;
	}
}
.swipeGallery {
	display: none;
	padding-bottom: 29px;
}
.swipeGallery .swipe {
	background: #faf1db;
}
.swipeGallery .swipe .items li a {
	display: block;
}
.swipeGallery .swipe .items li a img {
	width: 100%;
}
.swipeGallery .swipe .nav {
	width: 100%;
	text-align: center;
}
.swipeGallery .swipe .nav li {
	display: inline-block;
}
.swipeGallery .swipe .nav li a {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #b29b7d;
	border-radius: 8px;
	border: 2px solid #fff;
}
.swipeGallery .swipe .nav li a:hover {
	text-decoration: none;
}
.swipeGallery .swipe .nav li.active a {
	background: #e8002f;
}
.swipeGallery .swipe .nav li {
	vertical-align: middle;
}
@media screen and (max-width:768px) {
	.swipeGallery {
		display: block;
		padding-bottom: 0;
	}
}
.renga {
	position: relative;
	margin-left: -7px;
	width: 744px !important;
	margin-top: 7px;
}
.renga .item {
	width: 234px;
	padding: 7px;
	opacity: 0;
}
.renga .item .frame {
	height: 340px;
	overflow: hidden;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 0 5px 0 rgba(100,62,17,.5);
	box-shadow: 0 0 5px 0 rgba(100,62,17,.5);
}
.renga .item .frame .media a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.renga .item .frame>.text {
	padding: 15px;
	font-size: 12px;
	line-height: 18px;
}

.renga .item .frame>.text .title {
	font-size: 14px;
	margin-bottom: 5px;
}
.renga .item .frame>.text .title a {
	color: #00a23f;
	display: block
}
.renga .item .frame>.text .txt{
	letter-spacing: -.7px;
}
.renga .item .frame>.text .mediaBox {
	margin-top: 0;
}
.renga .item .frame:after {
	position: absolute;
	top: -5px;
	right: -5px;
}
.renga .item.video{
	width: 482px;
}
.renga .item.video .frame a{
	display: block;
}
.renga .item.video .frame .media{
	position: relative;
	height: 265px;
	padding: 5px;
	overflow: hidden;
}
.renga .item.video .frame .media img{
	height: 100%;
}
.renga .item.video .frame .text{
	background: url("../img/icn_youtube.png") no-repeat right center;
	padding: 0;
	margin: 0 15px 0 15px;
}
.renga .item.video .frame .text .title{
	height: 65px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 70px;
}
.renga .item.tweet{
	height: 695px;
}
.renga .item.tweet .frame{
	background: #fff url('../img/bg_twitter.png') center 87% no-repeat;
	height: 460px;
	margin-bottom: 14px;
}
.renga .item.tweet .frame > .media{
	margin: 5px;
	overflow: hidden;
}
.renga .item.tweet .frame > .media a{
	display: block;
}
.renga .item.tweet .frame > .media a img{
	width: 100%;
	max-height: 224px;
}

.renga .item.tweet .frame > .text {
	margin-top: 0;
}
.renga .item.tweet .frame .text .mediaBox{

}
.renga .item.tweet .frame .text .mediaBox .media{
	padding: 0;
	margin-right: 5px;
}
.renga .item.tweet .frame .text .mediaBox .media img{
	width: 39px;
}
.renga .item.tweet .frame .text .mediaBox .text p{
	font-size: 14px;
	padding-top: 5px;
}
.renga .item.tweet .frame .text .mediaBox .text a{
	color: #000;
}
.renga .item.tweet .frame .text > .text{
	margin-top: 20px;
}
.renga .item.tweet .frame .text > .text p{
	word-break: break-all;
}
.renga .item.tweet .social a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-top: 5px;
}
.renga .item.tweet .social a:first-child {
	margin-top: 0;
}
.renga .item.tweet .social a img {
	-webkit-box-shadow: 0 0 5px 0 rgba(100,62,17,.5);
	box-shadow: 0 0 5px 0 rgba(100,62,17,.5);
}

.renga .item.tweet .social a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.renga .item.other .frame{
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: table;
	table-layout:fixed;
}
.renga .item.other .frame a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 234px;
	height: 234px;
}

@media screen and (max-width:768px) {
	.renga {
		width: 100% !important;;
		margin-left: 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.renga .item {
		width: 49.9%;
		padding: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.renga .item .frame{
		height: auto;
	}
	.renga .item .frame>.text {
		padding: 10px;
	}
	.renga .item .frame>.text .title {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.renga .item.video{
		width: 100%;
	}
	.renga .item.video iframe{
		width: 100%;
	}
	.renga .item.video .frame .media{
		height: auto;
	}
	.renga .item.video .frame .media img{
		height: auto;
	}
	.renga .item.tweet{
		height: auto;
	}
	.renga .item.tweet .frame{
		margin-bottom: 8px;
	}
	.renga .item.tweet .frame .text .mediaBox .media{
		float: left;
		margin-bottom: 0;
	}
	.renga .item.tweet .frame .text .mediaBox .text{
		font-size: 10px;
	}
	.renga .item.tweet .frame .text .mediaBox .text p{
		font-size: 10px;
		padding-top: 2px;
	}
}
@-webkit-keyframes shake {
	0% {
		-webkit-transform: translate(3px,2px) rotate(0deg);
	}
	10% {
		-webkit-transform: translate(-2px,-3px) rotate(-1deg);
	}
	20% {
		-webkit-transform: translate(-4px,0) rotate(1deg);
	}
	30% {
		-webkit-transform: translate(0px,3px) rotate(0deg);
	}
	40% {
		-webkit-transform: translate(2px,-2px) rotate(1deg);
	}
	50% {
		-webkit-transform: translate(-2px,3px) rotate(-1deg);
	}
	60% {
		-webkit-transform: translate(-4px,2px) rotate(0deg);
	}
	70% {
		-webkit-transform: translate(3px,2px) rotate(-1deg);
	}
	80% {
		-webkit-transform: translate(-2px,-2px) rotate(1deg);
	}
	90% {
		-webkit-transform: translate(2px,4px) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(2px,-3px) rotate(-1deg);
	}
}
