@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.yyi-rinker-info {
	width: 76%;
	}
.yyi-rinker-image {
	width: 20%;
	}
.yyi-rinker-contents {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
	}
.yyi-rinker-box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-decoration: none;
	border: solid 1px #CCC;
	border-radius: 3px;
	align-items: center;
	}


.yyi-rinker-title {
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.5;
	height: 46px;
	font-size: 15px;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	}
.yyi-rinker-tracking {
	text-decoration: none;
	font-weight: bold;
	}
.credit-box {
	font-size: 10px;
	text-align: right;
	}
.price-box {
	font-size: 10px;
	text-align: right;
	}
.yyi-rinker-links {
	margin: 0!important;
	}

/*投稿ページトップ画像の加工*/
.article-header {
	position: relative;
}
.entry-title {
	position: absolute;
    bottom: 15px;
    right: 0;
    padding: 5px 20px;
    z-index: 10;
    background: #fff;
}
/*固形シャンプーのページ
#post-158 .entry-title {
	background: darkgoldenrod;
}*/
.eye-catch {
	position: relative;
    margin-bottom: 0.6em;
    max-width: 100%;
    height: 330px;
    overflow: hidden;
}
header .cat-label {
	position: absolute;
    right: auto;
    top: -49px;
    bottom: auto;
    color: #fff;
    text-shadow: rgb(0 0 0 / 30%) 2px 2px 2px;
    left: 0;
	border: none;
    background: none;
    font-size: 100px;
    text-transform: uppercase;
}

.home .cat-label,.archive .cat-label,.single .article-footer .cat-link	{
	color: #fff;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/

}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.eye-catch,.cat-label	{
		font-size: 10px;
		padding: 2px 4px;
	}
.eye-catch {
    height: 50vw;
	}
	header .cat-label {
		top: -0.4em;
		font-size: 5em;
		}
}

	

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.yyi-rinker-info {
		width: 60%;
		padding: 2%;
		align-items: center;
		margin: auto;
		}
	.yyi-rinker-image {
		width: 35%;
		height: auto;
		}
	.entry-title {
		bottom: 15px;
		padding: 1% 2%;
		font-size: 1.2em;
		background: rgb(255,255,255,49%);
		}

}

.sns-follow-buttons .website-button	{
	display: none;
}
.reCAPTCHA {
	font-size: 12px;
    text-align: right;
}