/***************************************************
ヘッダーAmazon
****************************************************/

.head_amazon {
    margin: 24px 0;
    padding: 16px;
    font-size: 17px;
    background: #fffefc;
    border-left: 5px solid #ff5050;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
    font-family: sans-serif;
}

.head_amazon_title {
    font-weight: bold;
    color: #d80000;
    margin-bottom: 10px;
}

.head_amazon_link {
    display: inline-block;
    font-weight: bold;
    color: #ff0055;
    background: linear-gradient(to right, #fff0f5, #ffe4e1);
    padding: 8px 12px;
    border: 1px solid #ff69b4;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(255, 105, 180, 0.5);
    text-decoration: none;
    position: relative;
    cursor: pointer;
}

.head_amazon_link:visited {
    color: #ff0055;
}

.amazon_link {
    text-decoration: underline;
}



/***************************************************
Amazonリスト
****************************************************/

#amazon_list {
	display: flex;
	flex-direction: column;
	margin: 8px 0 12px;
}

#amazon_list_title {
	margin-top: 20px;
	padding: 6px 12px;
	color: #f7de00;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	background: #232f3d;
}

.amazon_list_item {
    margin-bottom: 10px;
    box-shadow: #ccc 1px 1px 2px 1px;
}

.amazon_list_item_link {
    display: flex;
	width: 100%;
    text-decoration: none;
}

.amazon_list_item_link:hover {
    text-decoration: none;
}

.amazon_list_item_image {
	width: 40%;
    margin-right: 8px;
	text-align: center;
}

.amazon_list_item_image_img {
    margin: 0 auto;
    height: 200px;
}

.amazon_list_item_percent_word {
	font-size: 10px;
}

.amazon_list_item_title {
    flex: 1;
    margin-top: 2px;
    font-size: 16px;
	line-height: 24px;
    font-weight: 600;
}

.amazon_list_item_regular {
	height: 22px;
    color: #999;
    font-size: 12px;
	font-family: "Harucraft", sans-serif;
    font-style: italic;
    letter-spacing: 0px;
	text-decoration: line-through;
}

.amazon_list_item_regular_blank {
	height: 22px;
}

.amazon_list_item_price {
    color: #AB1700;
    font-size: 15px;
    line-height: 12px;
    font-weight: 700;
	font-family: "Harucraft", sans-serif;
    font-style: italic;
    letter-spacing: 0px;
    text-shadow: 3px 3px 1px yellow, -3px 3px 1px yellow, 3px -3px 1px yellow, -3px -3px 1px yellow;
}

/***************************************************
記事内アフィリエイト
****************************************************/
.affiliate_article {
	overflow:hidden;
	line-height:24px;
	margin:20px 10px 10px;
	border:1px solid #eee;
	box-shadow:0 2px 5px rgba(0, 0, 0, .13);
}

.affiliate_article_content {
	overflow:hidden;
	margin-bottom:10px;
}

.affiliate_article_link {
	display:block;
	overflow:hidden;
	padding:10px;
	text-decoration:none !important;
}

.affiliate_article_image {
	text-align:center;
	margin:0 auto 2px;
}

.affiliate_article_image_img {
	width:90%;
	max-width:300px;
	max-height:230px;
	box-shadow:0px 2px 3px #bbb;
}

.affiliate_article_image_img:active {
	-webkit-transform: translateY(2px);
  	transform: translateY(2px);
	box-shadow:none;
}

.affiliate_article_info {
	text-align:center;
}

.affiliate_article_product {
	margin-bottom:24px;
	font-size:10px;
	line-height:12px;
	color:#aaa;
}

.affiliate_article_title {
	margin-bottom:14px;
	font-size:16px;
	line-height:20px;
	color:#1d3994;
	font-family:"Lato","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro";
	text-decoration:none;
}

.affiliate_article_button_copy {
	position:relative;
	display:inline-block;
	margin:0 0 10px;
	padding:0 19px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#999;
	letter-spacing:0;
	font-family:'Karla',YuGothic,"Yu Gothic","Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.affiliate_article_button_copy:before,
.affiliate_article_button_copy:after {
	display: inline-block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    border-radius: 3px;
    background-color: #999;
    content: "";
}

.affiliate_article_button_copy:before {
	left: 0;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.affiliate_article_button_copy:after {
	right: 0;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.affiliate_article_button {
	position:relative;
	width:74%;
	max-width:240px;
	margin:0 auto 10px;
	padding:14px 20px;
	text-align:center;
	font-family:"Lato","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro";
	font-size: 16px;
	letter-spacing:0em;
	font-weight:bold;
	box-shadow:0px 3px 6px #bbb;
	background:#5e4296;
	background: -moz-linear-gradient(to bottom,#9c74ea,#5e4296 50%,#9c74ea);
	background: -webkit-linear-gradient(to bottom,#9c74ea,#5e4296 50%,#9c74ea);
	background: linear-gradient(to bottom,#9c74ea,#5e4296 50%,#9c74ea);
	text-align:center;
	text-decoration:none;
}

.affiliate_article_button_letter {
	position: absolute;
    left:-14px;
    top:-14px;
    padding:6px 8px 4px;
    font-size:14px;
    line-height:12px;
    color:#b10606;
    background:#fff;
    border-radius:14px 14px 0 14px;
    box-shadow:0px -1px 6px 1px #ccc;
}

.affiliate_article_button:after {
	content:"";
	position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
	width:18px;
    height:18px;
    background:url("../img/content/affiliate_fieldset_link_yajirusi.png");
    background-size:18px;
}

.affiliate_article_button.relation {
	background:#4e92df;
	background: -moz-linear-gradient(to bottom,#88bcf7,#4e92df 50%,#88bcf7);
	background: -webkit-linear-gradient(to bottom,#88bcf7,#4e92df 50%,#88bcf7);
	background: linear-gradient(to bottom,#88bcf7,#4e92df 50%,#88bcf7);
}

.affiliate_article_button:active,
.affiliate_article_button.relation:active {
	background:#F28DEA;
}

.affiliate_article_button_link,
.affiliate_article_button_link:visited {
	display:block;
	color: #ffffff;
	text-decoration:none !important;
}

.affiliate_article_link_tab {
	margin:4px 10px 0;
	text-align:right;
	font-size:14px;
}

.affiliate_article_relation {
	padding:10px 6px 10px 16px;
	background:#f6f9ff;
	border-top:2px solid #eee;
}

.affiliate_article_relation_link {
	font-size:14px;
	font-weight:bold;
	text-decoration:none !important;
}

/***************************************************
記事下CTA
****************************************************/
#content_cta_under_detail {
	font-size:16px;
}

#content_cta_under_detail .field_copy {
	margin:12px 0 70px;
}

/***************************************************
インフィード
****************************************************/
.affiliate_infeed {
	width:99%;
	border:1px solid #ececec;
}

.affiliate_infeed a:hover {
	text-decoration:none;
}

.affiliate_infeed a:hover .affiliate_infeed_link_more {
	color:#fff;
	background:#F28DEA;
}

.affiliate_infeed a:hover .affiliate_infeed_more {
	background:#F28DEA;
}

.affiliate_infeed_image {

}

.affiliate_infeed_image img {
	width:100%;
}

.affiliate_infeed_info {
	overflow:hidden;
	padding:14px 20px 0;
}

.affiliate_infeed_logo {
	float:left;
	padding-right:14px;
	width:50px;
	height:50px;
}

.affiliate_infeed_title {
	float:left;
	width:calc(100% - 64px);
	font-family:'Noto Sans Japanese',sans-serif;
	font-size:18px;
	line-height:22px;
	color:#212121;
}

.affiliate_infeed_footer {
	clear:both;
	overflow:hidden;
	padding:14px 6px 8px 6px;
}

.affiliate_infeed_author {
	float:left;
	font-family:'Noto Sans Japanese',sans-serif;
	font-size:14px;
	color:#474747;
}

.affiliate_infeed_more {
	float:right;
	padding:6px 2px 6px 12px;
	text-align:center;
	font-size:16px;
	color:#fff;
	background:#4e92df;
	box-shadow:0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
}

.affiliate_infeed_copy {
	width:100%;
	margin:0 0 10px;
	text-align:left;
	font-family:sans-serif;
	font-size:13px;
	line-height:18px;
	color:#1b9442d1;
}

.affiliate_infeed_link_info {
	overflow:hidden;
	margin:4px 0 0;
}

.affiliate_infeed_link_title {
	width:100%;
	margin:15px 0 0;
	text-align:center;
	font-family:sans-serif;
	font-size:14px;
	letter-spacing:0;
	color:#212121;
}

.affiliate_infeed_link_more {
	width:260px;
	margin:0 auto 14px;
	padding:8px 2px 8px 8px;
	text-align:center;
	font-family:sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#4e92df;
	border:2px solid #4e92df80;
	border-radius:3px;
}



/***************************************************
フィールドボタン
****************************************************/
.affiliate_fieldset {
	margin:30px 0 4px;
	text-align:center;
	border:none;
}

.affiliate_legend {
	display:none;
	margin-bottom:15px;
	color:#5a5a5a;
	font-size:18px;
	font-weight:bold;
}

.affiliate_fieldset_copy {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	font-family: cursive;
	color: #f5998f;
	font-size: 16px;
	font-weight: bold;
	background: #FFF;
	border: solid 2px #f5998f;
	box-sizing: border-box;
}

.affiliate_fieldset_copy:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 11px solid transparent;
  border-top: 13px solid #FFF;
  z-index: 2;
}

.affiliate_fieldset_copy:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 13px solid transparent;
  border-top: 16px solid #f5998f;
  z-index: 1;
}

.affiliate_fieldset_link a {
	position: relative;
	display: inline-block;
	overflow:hidden;
	width:224px;
	padding:20px 30px;
	text-decoration:none !important;
	font-size:16px;
	color: #FFF;
	background:#5e4296;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	font-weight: bold;
	text-shadow:0 0 10px rgba(255,255,255,.8), 1px 1px 1px rgba(0,0,0,1);
	border:solid #fff 3px;
	border-radius:12px;
	background: -moz-linear-gradient(to bottom,#9c74ea,#5e4296 50%,#9c74ea);
	background: -webkit-linear-gradient(to bottom,#9c74ea,#5e4296 50%,#9c74ea);
	background: linear-gradient(to bottom,#9c74ea,#5e4296 50%,#9c74ea);
	box-shadow:1px 1px 10px 0 #a1a1a1;
}

.affiliate_fieldset.affection .affiliate_fieldset_link a {
	background:#e679d9;
	background: -moz-linear-gradient(to bottom,#fdaff4,#e679d9 50%,#fdaff4);
	background: -webkit-linear-gradient(to bottom,#fdaff4,#e679d9 50%,#fdaff4);
	background: linear-gradient(to bottom,#fdaff4,#e679d9 50%,#fdaff4);
}

.affiliate_fieldset_link a:active {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	text-shadow:none;
	box-shadow:1px 1px 3px 0 #a1a1a1;
	background:#9c74ea !important;
}

.affiliate_fieldset.affection .affiliate_fieldset_link a:active {
	background:#fdaff4 !important;
}

.affiliate_fieldset_link.double a {
	background:#f88080;
	background: -moz-linear-gradient(to bottom,#f1a4a4,#f88080 50%,#f1a4a4);
	background: -webkit-linear-gradient(to bottom,#f1a4a4,#f88080 50%,#f1a4a4);
	background: linear-gradient(to bottom,#f1a4a4,#f88080 50%,#f1a4a4);
}

.unit_anime a {
	overflow:hidden;
	display:inline-block;
	position:relative;
}

.affiliate_fieldset_link a:before,
.unit_anime a:before {
	display: block;
    position: absolute;
    left: 0;
    top: -180%;
    content: "";
    width: 30px;
    height: 100px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    background-color: #fff;
    animation: reflection 3s ease-in-out infinite;
    -webkit-animation: reflection 3s ease-in-out infinite;
    -moz-animation: reflection 3s ease-in-out infinite;
}

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: .5
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0
  }
}

.affiliate_fieldset_link a:after {
	content:"";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width:18px;
    height:18px;
    background:url("../img/content/affiliate_fieldset_link_yajirusi.png");
    background-size:18px;
}

.affiliate_fieldset_link_tab {
	margin:0 10px 10px;
	max-width:490px;
	text-align:right;
	font-size:14px;
}

.field_copy {
	margin: 10px 0 60px;
}

.field_copy_detail {
	margin-bottom:8px;
	text-align:center;
	font-size:12px;
	line-height:17px;
	color:#c00000;
}

.fieldset_copy_img {
	margin-right:6px;
	width:16px;
}

.field_img_copy {
	margin-bottom:8px;
	padding-top:40px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#888;
}

.affiliate_fieldset_relation {
	margin-top:30px;
	font-size:14px;
}

.affiliate_fieldset_under_img {
    box-shadow:0px 2px 3px #bbb !important;
}

.affiliate_fieldset_under_img:active {
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow:none !important;
}

.field_speech {
	margin:0 auto;
	padding:10px;
	width:300px;
	font-size:14px;
	background:#eee;
	border-radius:10px;
}

.afi_tag {
	display: none;
}


/****************************************************
ジャンル
****************************************************/
.affiliate_genre {
	margin:20px 0 0;
	text-align:center;
}

.affiliate_genre_link {
	display:inline-block;
	margin-bottom:10px;
}

.affiliate_genre_img {
	display:block;
	margin:0 auto 6px;
	max-width: 99%;
	max-height: 400px;
    box-shadow:0px 2px 3px #bbb;
}

.affiliate_genre_img:active {
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow:none;
}

.affiliate_genre_text {
	display:inline-block;
	text-align:left;
	font-size:12px;
	color:#DF0101;
}



/***************************************************
コンテンツ下アフィリエイト
****************************************************/
.affiliate_content {
	overflow:hidden;
	line-height:24px;
	margin:40px auto 20px;
	text-align:center;
}

.affiliate_content_catch {
	position:relative;
	display:inline-block;
	margin-bottom: 12px;
	padding:0 20px;
    text-align: center;
    color: #626262;
    font-size: 16px;
    font-weight: bold;
}

.affiliate_content_catch:before,
.affiliate_content_catch:after {
	display: inline-block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    border-radius: 3px;
    background-color: #999;
    content: "";
}

.affiliate_content_catch:before {
	left: 0;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.affiliate_content_catch:after {
	right: 0;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.affiliate_content_info {
	text-align:center;
}

.affiliate_content_speech {
	max-width:500px;
	margin:0 auto 28px;
}

.affiliate_content_speech_detail {
	display:inline-block;
	width:100%;
	text-align:left;
	font-size:13px;
	line-height:18px;
	color:#1b9442d1;
}

.affiliate_content_image {
	text-align:center;
	margin:0 auto 26px;
}

.affiliate_content_image a img {
	max-width:300px;
    box-shadow:0px 2px 3px #bbb;
}

.affiliate_content_image a img:active {
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow:none;
}

.affiliate_content_button {
	width:240px;
	margin:0 5px 10px 5px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:30px;
	letter-spacing:0em;
	font-weight:bold;
	color: #ffffff;
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display:inline-flex;
	box-shadow:0px 2px 3px #bbb;
	background:#f76;
	background: -moz-linear-gradient(to bottom,#fd9b9b,#f76 50%,#fd9b9b);
	background: -webkit-linear-gradient(to bottom,#fd9b9b,#f76 50%,#fd9b9b);
	background: linear-gradient(to bottom,#fd9b9b,#f76 50%,#fd9b9b);
}

.affiliate_content_button.relation {
	background:#4e92df;
	background: -moz-linear-gradient(to bottom,#88bcf7,#4e92df 50%,#88bcf7);
	background: -webkit-linear-gradient(to bottom,#88bcf7,#4e92df 50%,#88bcf7);
	background: linear-gradient(to bottom,#88bcf7,#4e92df 50%,#88bcf7);
}

.affiliate_content_button:active,
.affiliate_content_button.relation:active {
	background:#F28DEA;
}

.affiliate_content_button a {
	display:block;
	width:100%;
	padding:8px 20px;
	color:#ffffff;
	text-align:center;
	text-decoration:none !important;
}

.affiliate_content_tab {
	margin:6px 10px 0;
	max-width:560px;
	text-align:right;
	font-size:14px;
	text-decoration:underline;
}




/***********************330px***********************/
@media screen and (min-width:330px) {
.affiliate_fieldset_link a {
	width:270px;
}

}




/***********************450px***********************/
@media screen and (min-width:450px) {
.affiliate_infeed_image {
	float:left;
	width:50%;
}

.affiliate_infeed_info {
	padding:5px 10px 0 10px;
}

.affiliate_infeed_logo {
	display:none;
}

.affiliate_infeed_title {
	width:100%;
	font-size:16px;
}

.affiliate_infeed_footer {
	clear:none;
	padding:10px 10px;
}

.affiliate_infeed_author {
	width:100%;
	color:#9f9f9f;
}

.affiliate_infeed_more {
	float:left;
	margin-top:10px;
	padding:5px 10px;
	font-size:14px;
	color:#fff;
	background:#4e92df;
	box-shadow:0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
}

.affiliate_infeed_more .fa-angle-right {
	display:none;
}


}

/***********************640px***********************/
@media screen and (min-width:640px) {
	#affiliate_toc_infeed_image_img {
		max-width: 300px;
	}

	#affiliate_toc_infeed_image_full {
		margin-right: 14px;
		height:100%;
	}

	#affiliate_toc_infeed_content {
		display: flex;
	}

	#affiliate_toc_infeed_title {
		width:100%;
		text-align:left;
		font-size:16px;
	}

.affiliate_image {
	margin:0 auto;
	height:auto;
	float:left;
	width:36%;
}

.affiliate_image a img {
	max-width:100%;
}

.affiliate_info {
	float:left;
	width:calc(100% - 39%);
	margin-left:3%;
}

.affiliate_product {
	margin-bottom:20px;
}

.affiliate_title {
	font-size:18px;
	line-height:20px;
	text-align:left;
}

.affiliate_author {
	text-align:left;
}

.affiliate_money {
	text-align:left;
}

.affiliate_basic {
	text-align:left;
}

.affiliate_link {
	float:left;
	margin-left:0;
	margin-right:4%;
	width:46%;
	min-width:160px;
}

.affiliate_link a {
	padding:6px 0;
}

.affiliate_button {
	float:left;
	margin-right:2%;
	width:135px;
	text-align:left;
}

.affiliate_article_image {
	margin:0 auto;
	height:auto;
	float:left;
	width:36%;
}

.affiliate_article_info {
	float:left;
	width:calc(100% - 39%);
	margin-left:3%;
	text-align:left;
}

.affiliate_article_title {
	padding-top:10px;
	font-size:18px;
}

.affiliate_article_button {
	margin:0 auto 10px 0;
}


}
