/*Amazonマイクロコピー*/
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a:before {
	font-size: 0.5em;
	content: "タイムセール開催中！";
	color: #F6A307;
	position: absolute;
	top: -20px;
}

/*楽天マイクロコピー*/
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a:before {
	font-size: 0.5em;
	content: "";
	color: #C44540;
	position: absolute;
	top: -20px;
}

/*Yahooマイクロコピー*/
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a:before {
	font-size: 0.5em;
	content: "";
	color: #51A7E8;
	position: absolute;
	top: -20px;
}

/*以下は共通設定*/
div.yyi-rinker-contents ul.yyi-rinker-links li{
	margin-top: 5px;
}
@media screen and (max-width: 599px){
	div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink {
		margin: 15px 0 0 0;
	}
	div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink {
		margin: 20px 0 0 0;
	}
	div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink {
		margin: 20px 0 0 0;
	}
	div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a:before {
		font-size: 0.75em;
		top: -27px;
	}
	div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a:before {
		font-size: 0.75em;
		top: -27px;
	}
	div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a:before {
		font-size: 0.75em;
		top: -27px;
	}
}

/*------------------------------------------------------------
 ライン風の吹き出し
-------------------------------------------------------------*/
.balloon {
	margin-bottom: 30px;
	margin:40px 0px 20px 0px
}
.balloon figure {
	width:100px;
	height:100px;
}
.balloon-img-left {
	float: left;
}
.balloon-img-right {
	float: right;
}
.balloon-img-left figure {
	margin: 0 auto 0 0;
}
.balloon-img-right figure {
	margin: 0 0 0 auto;
}
.balloon img {
	width: 90%;
	height: 90%;
	margin: -20%;
}
.balloon-img-caption {
	padding: 5px 0 0;
	white-space: nowrap;
	font-size: 12px;
}
div[class^="balloon-"] {
	padding: 18px;
	position: relative;
	border-radius: 13px;
}
div[class^="balloon-img"] {
	padding: 0;
	text-align: center;
}
div[class^="balloon-left"] {
	margin-left: 110px;
}
div[class^="balloon-right"] {
	margin-right: 110px;
}
.balloon p {
	margin: 0 0 10px;
}
.balloon p:last-child {
	margin-bottom: 0;
}
div[class^="balloon-left-"]::before,
div[class^="balloon-right-"]::before,
div[class^="balloon-left-"]::after,
div[class^="balloon-right-"]::after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	top: 20px;
}
div[class^="balloon-left-"]::before,
div[class^="balloon-left-"]::after {
	left: -20px;
}
div[class^="balloon-right-"]::before,
div[class^="balloon-right-"]::after {
	right: -20px;
}
div.balloon::after, div.balloon::before {
	clear: both;
	content: '';
	display: block;
}

/* 吹き出しの背景色 (左) */
div.balloon-left-line {
	background: #ffccdc;
}
div.balloon-left-line::before,
div.balloon-left-line::after {
	border-right: 10px solid #ffccdc;
}

/* 吹き出しの背景色 (右) */
div.balloon-right-line {
	background: #ffccdc;
}
div.balloon-right-line::before,
div.balloon-right-line::after {
	border-left: 12px solid #ffccdc;
}
/*********フォローボタン**********/
.follow-btn{
 width: 100%;
 margin: 5px 0px 5px 0px;
}
.follow-btn ul {
 list-style: none;
 display: -webkit-flex;
 display: flex;
 margin: 0;
 padding: 0;
}
.follow-btn li {
 height:100px;
 width: 100%;
 -webkit-transition: width 0.3s ease-out;
 transition: width 0.3s ease-out;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center;
 align-items: center;
 -webkit-justify-content: center;
 justify-content: center;
}
.follow-btn li:hover {
 width: 200%;
}
.follow-btn li span{
 line-height:2.5;
 font-size:180%;
 font-weight: normal;
 font-style: normal;
 font-weight: normal;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
 
 
.Twitter_btn{
 background: #55ACEE;/*Twitterの背景色*/
}
.Facebook_btn {
 background: #5882FA;/*Facebookの背景色*/
}
.Feedly_btn {
 background: #82C36F;/*Feedlyの背景色*/
}
.Insta_btn {
 background: #5F5E5E;/*Instagramの背景色*/
}
 
.Youtube_btn {
 background: #F06A6A;/*YouTubeの背景色*/
}
 
.Twitter-icon:before{
 content: "\f099";/*Twitterアイコン*/
 color: #ffffff;
 display: inline-block;
 font-family: FontAwesome;
}
.Facebook-icon:before{
 content: "\f230";/*Facebookアイコン*/
 display: inline-block;
 font-family: FontAwesome;
}
.Feedly-icon:before{
 content: "\f09e";/*Feedlyアイコン*/
 display: inline-block;
 font-family: FontAwesome;
}
 
.Insta-icon:before{
 content: "\f16d";/*Instagramアイコン*/
 display: inline-block;
 font-family: FontAwesome;
}
 
.Youtube-icon:before{
 content: "\f167";/*YouTubeアイコン*/
 display: inline-block;
 font-family: FontAwesome;
}
 
.follow-btn a {
 width:100%;
 height:100%;
 font-size: 13px;
 line-height: 1;
 font-weight: normal;
 text-decoration: none;
 text-align: center;
 color: #ffffff;
 -webkit-transition: all 0.3s ease-out;
 transition: all 0.3s ease-out;
}

/* 吹き出しのアイコンを左右に傾ける */
.voice_icon__img {
animation: tilt 2s linear infinite;
}

@keyframes tilt {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(-8deg); }
  50% { transform: rotate(0deg); }
	75% { transform: rotate(8deg); }
}