/* ----------------------------------------------------
 SNSボタン
-----------------------------------------------------*/
.sns-wrap {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1%;
}

.sns {
	margin: 0 auto;
	list-style: none;
}

.sns a {
	text-decoration: none;
	font-size: 15px;
}

.sns {
	text-align: center;
}

.sns li {
	float: left;
	width: 32.3%;
	margin: 0 .5% 2%;
}

.sns a {
	position: relative;
	display: block;
	padding: 10px 5px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}

.sns span,
.sns .fa {
	margin-right: .4em;
	color: #fff;
}

.sns li a:hover {
	-webkit-transform: translate3d(0px,5px,1px);
	-moz-transform: translate3d(0px,5px,1px);
	transform: translate3d(0px,5px,1px);
	box-shadow: none;
}

.sns .twitter a {
	background: #55acee;
	box-shadow: 0 5px 0 #0092ca;
}

.sns .facebook a {
	background: #315096;
	box-shadow: 0 5px 0 #2c4373;
}

.sns .googleplus a {
	background: #dd4b39;
	box-shadow: 0 5px 0 #ad3a2d;
}

.sns .hatebu a {
	background: #008fde;
	box-shadow: 0 5px 0 #016DA9;
}

.sns .pocket a {
	background: #f03e51;
	box-shadow: 0 5px 0 #c0392b;
}

.sns .feedly a {
	background: #87c040;
	box-shadow: 0 5px 0 #74a436;
}

@media only screen and ( max-width: 736px ) {
	.sns li {
		width: 32.3%;
		margin: 0 .5% 4%;
	}
	
	.sns a {
		font-size: 13px;
		padding: 6px 3px;
	}
}
.keikou {
  background: linear-gradient(transparent 70%, #ffff00 40%);
}
.demo {
  background: linear-gradient(transparent 70%,#1e90ff 40%);
}
.under {
  background: linear-gradient(transparent 70%, #ff0000 40%);
}
.box15 {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}
.box15 p {
    margin: 0; 
    padding: 0;
}
.box23 {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 8px 15px;
    background: #fff0c6;
    border-radius: 30px;
}
.box23:before{font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 15px;
    left: -40px;
    bottom: 0;
    color: #fff0c6;
}
.box23:after{
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 23px;
    left: -23px;
    bottom: 0;
    color: #fff0c6;
}
.box23 p {
    margin: 0; 
    padding: 0;
}
.box18{
    margin:2em 0;
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
.box18:before,.box18:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.box18:after {
    top:-12px;
    left:-12px;
}
.box18:before {
    bottom:-12px;
    right:-12px;
}
.box18 p {
    margin: 0; 
    padding: 0;
}
.box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}
/* カエレバ装飾 */

.shoplinkamazon {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #008B8B), color-stop(0.00, #00BFFF))!important;
background : -webkit-linear-gradient(top, #00BFFF 0%, #008B8B 88%)!important ;
background : -moz-linear-gradient(top, #00BFFF 0%, #008B8B 88%)!important ;
background : -o-linear-gradient(top, #00BFFF 0%, #008B8B 88%)!important ;
background : -ms-linear-gradient(top, #00BFFF 0%, #008B8B 88%)!important ;
background : linear-gradient(to bottom, #00BFFF 0%, #008B8B 88%)!important ;
}

.shoplinkrakuten {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #DC143C), color-stop(0.00, #A52A2A))!important;
background: -webkit-linear-gradient(top, #A52A2A 0%, #DC143C 88%)!important;
background: -moz-linear-gradient(top, #A52A2A 0%, #DC143C 88%)!important;
background: -o-linear-gradient(top, #A52A2A 0%, #DC143C 88%)!important;
background: -ms-linear-gradient(top, #A52A2A 0%, #DC143C 88%)!important;
background: linear-gradient(to bottom, #A52A2A 0%, #DC143C 88%)!important;
}

.shoplinkyahoo {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #DAA520), color-stop(0.00, #FF8C00))!important;
background: -webkit-linear-gradient(top, #FF8C00 0%, #DAA520 88%)!important;
background: -moz-linear-gradient(top, #FF8C00 0%, #DAA520 88%)!important;
background: -o-linear-gradient(top, #FF8C00 0%, #DAA520 88%)!important;
background: -ms-linear-gradient(top, #FF8C00 0%, #DAA520 88%)!important;
background: linear-gradient(to bottom, #FF8C00 0%, #DAA520 88%)!important;
}

.shoplinkyahooAuc {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #FF69B4), color-stop(0.00, #F08080))!important;
background: -webkit-linear-gradient(top, #F08080 0%, #FF69B4 88%)!important;
background: -moz-linear-gradient(top, #F08080 0%, #FF69B4 88%)!important;
background: -o-linear-gradient(top, #F08080 0%, #FF69B4 88%)!important;
background: -ms-linear-gradient(top, #F08080 0%, #FF69B4 88%)!important;
background: linear-gradient(to bottom, #F08080 0%, #FF69B4 88%)!important;
}

.shoplinkseven {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #6B8E23), color-stop(0.00, #9ACD32))!important;
background: -webkit-linear-gradient(top, #9ACD32 0%, #6B8E23 88%)!important;
background: -moz-linear-gradient(top, #9ACD32 0%, #6B8E23 88%)!important;
background: -o-linear-gradient(top, #9ACD32 0%, #6B8E23 88%)!important;
background: -ms-linear-gradient(top, #9ACD32 0%, #6B8E23 88%)!important;
background: linear-gradient(to bottom, #9ACD32 0%, #6B8E23 88%)!important;
}


.shoplinkamazon a,
.shoplinkrakuten a,
.shoplinkyahoo a,
.shoplinkyahooAuc a,
.shoplinkseven a {
color : white!important ;
text-decoration : none!important ;
display : inline-block!important ;
padding : 0.2em 1em!important ;
}

.shoplinkamazon,
.shoplinkrakuten,
.shoplinkyahoo,
.shoplinkyahooAuc,
.shoplinkseven {
display : inline-block!important ;
padding: 0.3em!important; 
margin : 0 0.2em 0.2em 0!important ; 
letter-spacing : 0.2em!important ;
line-height : 1.2!important ;
border-radius : 10px!important ;
-webkit-border-radius : 10px!important ;
-moz-border-radius : 10px!important ;
}

.shoplinkamazon:hover,
.shoplinkrakuten:hover,
.shoplinkyahoo:hover,
.shoplinkyahooAuc:hover,
.shoplinkseven:hover {
background : gray!important ;
}

/*web font*/
.wf-roundedmplus1c { font-family: "Rounded Mplus 1c";font-weight: 800; }
 
/*kirabutton01*/
.kirabutton01{
    display: block;
    width: 70%;
    margin: 20px auto;
    border-bottom: 8px solid #900;
    border-radius: 10px;
    background: linear-gradient(#f44, #f00);
    background-color: #f00;
    color: #ffffff;
    padding: 20px 10px;
    font-size:30px;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
}
.kirabutton01:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -50%;
    content: "";
    width: 30px;
    height: 200px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
    animation: KiraKira1 3s infinite linear;
    -webkit-animation: KiraKira1 3s infinite linear;
    -moz-animation: KiraKira1 3s infinite linear;
}
@keyframes KiraKira1 {
    0% {left: -30%;}
    20% {left: 120%;}
    100% {left: 120%;}
}
@-webkit-keyframes KiraKira1 {
    0% {left: -30%;}
    20% {left: 120%;}
    100% {left: 120%;}
}
@-moz-keyframes KiraKira1 {
    0% {left: -30%;}
    20% {left: 120%;}
    100% {left: 120%;}
}
@media only screen and (max-width: 480px) {
.kirabutton01{
    width: 90%;
    font-size:24px;
    }
}

.comment-form-mail { display: none; }

.comment-form-url { display: none; }