/*---------------
journal
---------------*/
#jn-mv{
	position: relative;
	height: 470px;
}
.jn-mv-bg{
	position: absolute;
	top: 0;
	left: 0;
}
.jn-mv-bg img{
	height: 470px;
	width: 100%;
}
.jn-symbol{
	position: absolute;
	top: 137px;
	left: 0;
	right: 0;
	width: 282px;
	margin: 0 auto;
	opacity: 0;
}
#jn-mv h2{
	position: absolute;
	top: 287px;
	left: 0;
	right: 0;
	width: 160px;
	color: #fff;
	margin: 0 auto;
}
#jn-category{
	height: 119px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	margin-bottom: 80px;
}
#jn-category ul{
	height: 119px;
	display: flex;
	padding-left: 109px;
	align-items: center;
	overflow-x: scroll;
}
#jn-category li.cat-item{
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	font-style: normal;
	margin-right: 60px;
}

@media all and (max-width: 786px) {
	#jn-mv{
		position: relative;
		height: 373px;
	}
	.jn-mv-bg{
		position: absolute;
		top: 0;
		left: 0;
	}
	.jn-mv-bg img{
		height: 373px;
		width: 100%;
	}
	.jn-symbol{
		position: absolute;
		top:112px;
		left: 0;
		right: 0;
		width: 160px;
		margin: 0 auto;
	}
	#jn-mv h2{
		position: absolute;
		top: 227px;
		left: 0;
		right: 0;
		width: 100px;
	}
	#jn-category{
		height: 80px;
		margin-bottom: 0;
	}
	#jn-category ul{
		height: 80px;
		padding-left: 16px;
	}
	#jn-category li.cat-item{
		font-size: 16px;
		line-height: 24px;
		font-style: normal;
		margin-right: 80px;
		letter-spacing: -0.011em;
		flex-shrink: 0;
	}
}

/*---------------
pickup
---------------*/
#jn-pickup{
	position: relative;
	height: 408px;
	display: flex;
	max-width: 1440px;
	margin: 0 auto 83px;
}
.jn-pickup-bg{
	position: absolute;
	top: 56px;
	left: 0;
	opacity: 0;
}
.jn-pickup-bg img{
	width: 100%;
}
.jn-pickup-l{
	position: absolute;
	top: 0;
	left: 0;
	height: 409px;
	padding: 136px 0 0 129px;
}
.jn-pickup-r{
	position: absolute;
	top: 0;
	left: 380px;
	width: 960px;
	height: 408px;
	z-index: 5;
}
.jn-pickup-r ul{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.jn-pickup-r ul li{
	max-height: 408px;
	width: 300px;
	margin: 0 30px 40px 0;
}
.jn-pickup-r ul li:nth-child(3n){
	margin-right: 0;
}

.jn-pickup-r ul li .cts-thum {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.jn-pickup-r ul li .cts-thum img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.jn-pickup-r ul li:hover .cts-thum img {
    transform: scale(1.1);
}

.jn-pickup-r ul li .cts-ct,
.jn-pickup-r ul li .cts-title,
.jn-pickup-r ul li .cts-des {
    position: relative;
    z-index: 1;
}

@media all and (max-width: 786px) {
	#jn-pickup{
		width: calc(100% - 16px);
		margin: 0 0 84px 16px;
		display: block;
		height: auto;
	}
	.jn-pickup-bg{
		z-index: -1;
	}
	.jn-pickup-bg img{
	}
	.jn-pickup-l{
		position: initial;
		height: auto;
		padding: 57px 0 0 0;
		margin-bottom: 18px;
	}
	.jn-pickup-l h3{
		margin-bottom: 8px;
	}
	.jn-pickup-r{
		position: initial;
		width: 100%;
		height: auto;
		margin-top: 0;
		overflow-x: scroll;
	}
	.jn-pickup-r ul{
		overflow-x: scroll;
		flex-wrap: nowrap;
	}
	.jn-pickup-r ul li{
		width: calc((100% - 10px) / 2);
		margin: 0 10px 24px 0;
		flex-shrink: 0;
	}
	.jn-pickup-r ul li:nth-child(3n){
		margin-right: 10px;
	}
	.jn-pickup-r ul li .cts-thum {
    width: 100%;
    height: auto;
    overflow: hidden;
	}

	.jn-pickup-r ul li .cts-thum img {
	    width: 100%;
	    object-fit: cover;
	    transition: unset;
	}

	.jn-pickup-r ul li:hover .cts-thum img {
	    pointer-events: none;
	}

	.jn-pickup-r ul li .cts-ct,
	.jn-pickup-r ul li .cts-title,
	.jn-pickup-r ul li .cts-des {
	    position: relative;
	    z-index: 1;
	}

}

/*---------------
search
---------------*/
#jn-search{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	width: 960px;
	margin: 84px auto 80px;
}
#headerSearch{
	position: relative;
}
#HeaderSearchFormWrapper{
	width: 100%;
}
#HeaderSearchFormWrapper .c--notfound-box{
	border-radius: 0px;
	display: flex;
	justify-content: space-between;
}
#HeaderSearchFormWrapper .c--notfound-box > input {
  border: 0px;
  height: 60px;
  width: 100%;
  padding: 10px 10px 10px 28px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  transition: background 0.5s ease;
}
#HeaderSearchFormWrapper .c--notfound-box > input:focus {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  outline: none;
}

#HeaderSearchFormWrapper .c--notfound-box span{
	background: transparent;!important;
	position: relative;
}
#HeaderSearchFormWrapper .c--notfound-box span #JinrSearchSubmit{
	background-image: url('https://highlite.jp/wp-content/themes/jinr-child/images/common/search.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
	height: 100%;
  width: 60px;
  border: none;
}
#jn-search p{
	color: #585858;
}
#jn-search img{
	height: 76px;
	width: 76px;
}
#HeaderSearchForm{
	opacity: 1!important;
}
@media all and (max-width: 786px) {
	#jn-search{
		width: calc(100% - 32px);
		padding: 0;
		display: flex;
		align-items: center;
	}
	#jn-search p{
	}
	#jn-search img{
	}
}

/*---------------
latest
---------------*/

#jn-latest{
	width: 960px;
	margin: 0 auto;
}
.jn-latest-li{
	width: 100%;
	margin: 32px 0 152px 0;
}
.jn-latest-li ul{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.jn-latest-li ul li{
	max-height: 408px;
	width: 300px;
	margin: 0 30px 40px 0;
}
.jn-latest-li ul li:nth-child(3n){
	margin-right: 0;
}

.jn-latest-li ul li .cts-thum {
    width: 100%;
    overflow: hidden;
}

.jn-latest-li ul li .cts-thum img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.jn-latest-li ul li:hover .cts-thum img {
    transform: scale(1.1);
}

.jn-latest-li ul li .cts-ct,
.jn-latest-li ul li .cts-title,
.jn-latest-li ul li .cts-des {
    position: relative;
    z-index: 1;
}

@media all and (max-width: 786px) {
	#jn-latest{
		width: calc(100% - 32px);
		margin: 0 auto 120px;
	}
	.jn-latest-li{
		margin-top: 24px;
	}
	.jn-latest-li ul{
	}
	.jn-latest-li ul li{
		width: calc((100% - 10px) / 2);
		margin: 0 10px 24px 0;
	}
	.jn-latest-li ul li:nth-child(3n){
		margin-right: 10px;
	}
	.jn-latest-li ul li:nth-child(2n){
		margin-right: 0;
	}

}

/*---------------
journal-list
---------------*/
.ct-contents-list, #mainContent{
	background-color:  #d9d9d9!important;
}
#mainContent #mainContentInner{
	padding-top: 0!important;
	flex-direction: column;
}
.d--article-width-740{
	max-width: 860px!important;
}
#postHeaderInner{
	margin-bottom: 40px;
}
#jinrPostMeta{
	margin: 0 auto 16px;
	display: flex;
	justify-content: space-between;
}
#jinrPostMeta .c--jinr-post-date{
	display: none;
	opacity: 1.0!important;
}
#jinrPostMeta .c--jinr-post-date span{
	display: none;
}
#jinrPostMeta .a--post-cat{
	height: 36px;
	width: 300px;
	display: flex;
	align-items: center;
	padding: 8px 0 8px 16px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
#jinrPostMeta .a--post-cat a{
	color: #515151!important;
	font-size: 14px;
}
#jinrPostMeta .jif::before{
	display: none;
}
#jinrPostThumb,#postContent, .wp-block-image, h2.wp-block-heading, h3.wp-block-heading, h4.wp-block-heading, #postContent p,.wp-block-quote,.b--jinr-button, .wp-block-jinr-blocks-fukidashi{
	margin-top: 0px!important;
	margin-bottom: 24px!important;
}
#postContent{
	margin-bottom: 120px!important;
}
h2.wp-block-heading{
	background: #fff;
	padding: 16px;
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.01em;
	font-style: normal;
}
h3.wp-block-heading{
	font-family: "Noto Sans JP", serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.01em;
	font-style: normal;
}
h4.wp-block-heading{
	font-family: "Noto Sans JP", serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -0.01em;
	font-style: normal;
	background-color: transparent!important;
}
#postContent p{
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
}
.wp-block-quote{
	padding-left: 18px!important;
	border-left: 2px solid #7396D8!important;
}
.wp-block-quote p{
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
}
#postContent p a{
	color: #7396D8;
	font-weight: bold;
}
.b--jinr-button{
}
.b--jinr-button span{
	width: 100%!important;
	height: 60px;
	line-height: 60px;
}
.d--button-type1{
	display: flex;
}
.d--button-type1 span{
	color: #585858!important;
	font-family: "Noto Sans JP", serif;
	font-weight: 700;
	font-size: 16px;
	font-style: normal;
}
.d--button-type1 a {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))!important;
  border-radius: 0!important;
  width: 100%!important;
  padding: 0 0 0 20px!important;
  text-align: left;
  box-shadow: none!important;
  transition: background 0.5s ease!important;
}
.d--button-type1 a:hover {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1))!important;
}
.d--button-type1 a::after {
  content: "";
  display: inline-block;
  width: 51px;
  height: 51px;
  background-image: url("../../images/common/btn_w.png");
  background-size: contain;
  transition: background-image 0.5s ease!important;
}

.d--button-type1 a:hover::after {
  background-image: url("../../images/common/btn_b.png")!important;
}
.wp-block-jinr-blocks-fukidashi{
	background-color: #fff;
	border-radius: 80px;
	padding: 5px;
}
.o--jinr-fukidashi{
	display: flex;
}
.c--fukidashi-contents{
	font-family: "Roboto", serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.01em;
	font-style: normal;
	display: flex;
	align-items: center;
}
.c--fukidashi-contents .o--fukidashi-inner p{
	margin-bottom: 0px!important;
}
.c--fukidashi-img-box{
	height: 92px;
	margin-right: 21px;
}
.c--fukidashi-img-box .a--fukidashi-img img{
	height: 92px;
	width: 92px;
}
#snsShareBottom{
	background-color: #fff!important;
	max-width: 860px;
	margin: 0 auto;
}
#snsShareBottom ul.o--sns-share-inner{
	display: flex;
	padding: 20px 0 20px 81px;
	justify-content: center;
}
#snsShareBottom ul li#snsShareLabel{
	color: #515151;
	width: 130px;
	text-align: left;
	background: transparent!important;
	font-family: "Roboto", serif;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: -0.011em;
	font-style: normal;
	margin-right: 24px;
}
#snsShareBottom ul li.c--sns-share-item {
  position: relative;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  width: 160px;
  text-align: center;
  color: #fff;
  margin-right: 24px;
  background: linear-gradient(90deg, rgba(33, 33, 33, 1), rgba(33, 33, 33, 0))!important;
  transition: background 0.5s ease;
}
#snsShareBottom ul li.c--sns-share-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(33, 33, 33, 1), rgba(33, 33, 33, 1))!important;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}
#snsShareBottom ul li.c--sns-share-item:hover::before {
  opacity: 1;
}
#snsShareBottom ul li.c--sns-share-item a,
#snsShareBottom ul li.c--sns-share-item i,
#snsShareBottom ul li.c--sns-share-item span {
  position: relative;
  z-index: 1;
}
#snsShareBottom ul li.c--sns-share-item:nth-child(4){
	margin-right: 0;
}
#snsShareBottom ul li.c--sns-share-item .jif{
	display: none;
}
#snsShareBottom ul li.c--sns-share-item:nth-child(5){
	display: none;
}
#snsShareBottom ul li.c--sns-share-item span{
	display: inline-block;
	font-weight: 700;
}
#postTagBox a{
	border: 1px solid #fff;
	border-radius: 2px;
}
#postTagBox a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}
#postTagBox a:hover::before {
  opacity: 1;
}
#postTagBox a:hover {
  color: #000;
}
.jn-sg-symbol{
	position: absolute;
	right: -135px;
	top: -69px;
	z-index: -1;
}
.jn-sg-symbol img{
	width: 282px;
}
.jn-sg-bg{
	position: absolute;
	left: 0;
	top: 440px;
	z-index: -1;
}
.jn-sg-bg img{
	width: 100%;
}

@media all and (max-width: 786px) {
	.ct-contents-list, #mainContent{
	}
	#mainContent #mainContentInner{
	}
	.d--article-width-740{
		max-width: 860px!important;
	}
	#postHeaderInner{
		margin-bottom: 40px;
	}
	#jinrPostMeta{
		margin: 0 auto 15px;
		padding-right: 16px;
	}
	#jinrPostMeta .c--jinr-post-date{
	}
	#jinrPostMeta .c--jinr-post-date span{
	}
	#jinrPostMeta .a--post-cat{
		padding: 10px 0 9px 16px;
	}
	#jinrPostMeta .a--post-cat a{
		font-size: 12px;
	}
	#jinrPostMeta .jif::before{
	}
	#jinrPostThumb,#postContent, .wp-block-image, h2.wp-block-heading, h3.wp-block-heading, h4.wp-block-heading, #postContent p,.wp-block-quote,.b--jinr-button, .wp-block-jinr-blocks-fukidashi{
		margin-top: 0px!important;
		margin-bottom: 24px!important;
	}
	h2.wp-block-heading{
		background: #fff;
		padding: 16px;
		font-family: "Roboto", serif;
		font-weight: 400;
		font-size: 20px;
		line-height: 30px;
		letter-spacing: -0.01em;
		font-style: normal;
	}
	h3.wp-block-heading{
		font-family: "Roboto", serif;
		font-weight: 600;
		font-size: 20px;
		line-height: 30px;
		letter-spacing: -0.01em;
		font-style: normal;
	}
	h4.wp-block-heading{
		font-family: "Roboto", serif;
		font-weight: 600;
		font-size: 18px;
		line-height: 27px;
		letter-spacing: -0.01em;
		font-style: normal;
		background-color: transparent!important;
	}
	#postContent p{
		font-family: "Noto Sans JP", serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 23px;
		font-style: normal;
	}
	.wp-block-quote{
		padding-left: 18px!important;
		border-left: 2px solid #7396D8!important;
	}
	.wp-block-quote p{
		font-family: "Noto Sans JP", serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
		font-style: normal;
	}
	#postContent p a{
		color: #7396D8;
		font-weight: bold;
	}
	.b--jinr-button{
	}
	.b--jinr-button span{
		width: 100%!important;
		height: 60px;
		line-height: 60px;

	}
	.d--button-type1{
		display: flex;
	}
	.d--button-type1 span{
		color: #585858!important;
		font-family: "Noto Sans JP", serif;
		font-weight: 700;
		font-size: 16px;
		font-style: normal;
	}
	.d--button-type1 a{
		background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))!important;
		border-radius: 0!important;
		width: 100%!important;
		padding: 0 0 0 20px!important;
		text-align: left;
		box-shadow:none!important;
	}
	.d--button-type1 a::after{
		content: "";
	    display: inline-block;
	    width: 51px;
	    height: 51px;
		background-image: url("../../images/common/btn.png");
		background-size: contain;
	}
	.wp-block-jinr-blocks-fukidashi{
		background-color: #fff;
		border-radius: 80px;
		padding: 5px;
	}
	.o--jinr-fukidashi{
		display: flex;
	}
	.c--fukidashi-contents{
		font-family: "Roboto", serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 21px;
		letter-spacing: -0.01em;
		font-style: normal;
		display: flex;
		align-items: center;
	}
	.c--fukidashi-contents .o--fukidashi-inner p{
		margin-bottom: 0px!important;
	}
	.c--fukidashi-img-box{
		height: 92px;
		margin-right: 21px;
	}
	.c--fukidashi-img-box .a--fukidashi-img img{
		height: 92px;
		width: 92px;
	}
	#snsShareBottom{
		background-color: #fff!important;
		max-width: 860px;
		margin: 0 auto;
	}
	#snsShareBottom ul.o--sns-share-inner{
		display: flex;
		flex-wrap: wrap;
		padding: 27px 18px 16px;
		justify-content: center;
	}
	#snsShareBottom ul li#snsShareLabel{
		width: 100%;
		text-align: center;
		margin-right: 0;
	}
	#snsShareBottom ul li.c--sns-share-item{
		height: 40px;
		line-height: 40px;
		width: calc((100% - 32px) / 3);
		margin-right: 16px;
	}
	#snsShareBottom ul li.c--sns-share-item:nth-child(4){
	}
	#snsShareBottom ul li.c--sns-share-item .jif{
	}
	#snsShareBottom ul li.c--sns-share-item:nth-child(5){
	}
	#postTagBox a{
	}
	.jn-sg-symbol{
		position: absolute;
		right: -3px;
		top: -49px;
		z-index: -1;
	}
	.jn-sg-symbol img{
		width: 139px;
		transform: rotate(68deg);
	}
	.jn-sg-bg{
		display: none;
	}
	.jn-sg-bg img{
	}
}


/*---------------
index
---------------*/
.rtoc-mokuji-content{
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))!important;
	padding: 20px 10px 20px 20px;
	margin: 16px 0 40px;
}
#rtoc-mokuji-title{
	color: #585858!important;
	font-family: "Roboto", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
}
.rtoc-item a{
	font-family: "Roboto", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: -0.01em;
	font-style: normal;
}


/*---------------
tag
---------------*/
.tag-mv-bg{
	position: absolute;
	top: 0;
	left: 0;
}
.tag-mv-bg img{
	height: 280px;
	width: 100%;
}
#tag-header-inner{
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	width: 960px !important;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#tag-head{
	margin-bottom: 15px;
	border-radius: 2px;
	border: 1.5px solid #fff;
	background-color: rgba(161, 161, 161, 0.2);
	text-align: center;
	height: 50px;
	line-height: 47px;
	width: fit-content;
	padding: 0 34px;
}
.tag-contents-list{
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))!important;
	margin: 280px auto 36px;
	padding-top: 80px;
}
.tag-return{
	position: absolute;
	top: -233px;
	right: 0;
	height: 88px;
	width: 88px;
}
.tag-return .return-inner {
  display: inline-block;
  position: relative;
}

.tag-return .return-inner img {
  transition: opacity 0.5s ease;
  height: 88px;
  width: 88px;
  filter: drop-shadow(0px 4px 16px rgba(0,0,0,0.12));
}

.tag-return .return-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://highlite.jp/wp-content/themes/jinr-child/images/common/return_b.png');
  background-size: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.tag-return .return-inner:hover img {
  opacity: 0;
}

.tag-return .return-inner:hover::after {
  opacity: 1;
}
#post-wrap{
	width: 960px!important;
	max-width: 960px!important;
	margin: 0 auto;
	position: relative;
}
#post-list{
	width: 960px;
	margin: 0 auto;
}
#post-list ul{
	width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#post-list ul li{
    width: calc((100% - 60px) / 3)!important;
    margin: 0 30px 40px 0!important;
}
#post-list ul li .cts-thum {
    width: 100%;
    overflow: hidden;
}
#post-list ul li .cts-thum img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
#post-list ul li:hover .cts-thum img {
    transform: scale(1.1);
}
#post-list ul li:nth-child(3n) {
    margin-right: 0!important;
}
#post-list ul li .cts-ct a{
    color: #fff!important;
}

@media all and (max-width: 786px) {
	.tag-mv-bg{
		height: 244px;
		width: 100%;
	}
	.tag-mv-bg img{
		height: 244px;
		width: 100%;
	}
	#tag-header-inner{
		position: absolute;
		top: 120px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: auto!important;
		display: inline-table;
	}
	#tag-head{
	}
	.tag-contents-list{
		width: calc(100% - 32px);
		margin: 240px auto 40px;
		padding: 40px 16px!important;
	}
	.tag-return{
		position: absolute;
		top: -96px;
		right: 0px;
		height: 67px;
		width: 67px;
	}
	.tag-return .return-inner {
	}
	.tag-return .return-inner img {
	  transition: unset;
	  height: 67px;
	  width: 67px;
	}
	.tag-return .return-inner::after {
	  transition: unset;
	}
	.tag-return .return-inner:hover img {
	  pointer-events: none;
	}
	.tag-return .return-inner:hover::after {
	  pointer-events: none;
	}
	#post-wrap{
		width: 100%!important;
		max-width: initial!important;
		margin: 0 auto;
	}
	#post-list{
		width: 100%;
		margin: 0 auto;
	}
	#post-list ul{
		width: 100%;
		margin: 0 auto;
	}
	#post-list ul li{
	    width: calc((100% - 10px) / 2)!important;
	    margin: 0 10px 24px 0!important;
	}
	#post-list ul li:nth-child(3n) {
	    margin-right: 10px!important;
	}
	#post-list ul li:nth-child(2n) {
	    margin-right: 0!important;
	}
	#post-list ul li .cts-ct a{
	}
}

/*---------------
category
---------------*/
.ct-mv-bg{
	position: absolute;
	top: 0;
	left: 0;
}
.ct-mv-bg img{
	height: 320px;
	width: 100%;
}
#ct-header{
	position: relative;
}
#ct-header-inner{
	position: absolute;
	top: 184px;
	left: 0;
	right: 0;
	width: 960px !important;
    margin: 0 auto;
}
.ct-return{
	position: absolute;
	top: -233px;
	right: 0;
	height: 88px;
	width: 88px;
}
.ct-return .return-inner {
  display: inline-block;
  position: relative;
}
.ct-return .return-inner img {
  transition: opacity 0.5s ease;
  height: 88px;
  width: 88px;
  filter: drop-shadow(0px 4px 16px rgba(0,0,0,0.12));
}
.ct-return .return-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://highlite.jp/wp-content/themes/jinr-child/images/common/return_b.png');
  background-size: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.ct-return .return-inner:hover img {
  opacity: 0;
}
.ct-return .return-inner:hover::after {
  opacity: 1;
}
#ct-head{
	margin-bottom: 20px;
	height: 60px;
}
.ct-contents-list{
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))!important;
	margin: 320px auto 36px;
	padding-top: 80px;
}

@media all and (max-width: 786px) {
	.ct-mv-bg{
		height: 244px;
	}
	.ct-mv-bg img{
		height: 244px;
	}
	#ct-header{
	}
	#ct-header-inner{
		position: absolute;
		top: 131px;
		left: 70px;
		right: auto;
		width: calc(100% - 70px)!important;
		margin: auto;
	}
	.ct-return{
		position: absolute;
		top: -96px;
		right: 0px;
		height: 67px;
		width: 67px;
	}
	.ct-return .return-inner {
	}
	.ct-return .return-inner img {
	  transition: unset;
	  height: 67px;
	  width: 67px;
	}
	.ct-return .return-inner::after {
	  transition: unset;
	}
	.ct-return .return-inner:hover img {
	  pointer-events: none;
	}
	.ct-return .return-inner:hover::after {
	  pointer-events: none;
	}
	#ct-head{
		height: auto;
		margin-bottom: 8px;
	}
	#ct-head h1{
		margin-bottom: 8px;
		letter-spacing: -0.01em;
	}
	.ct-contents-list{
		width: calc(100% - 32px);
		margin: 240px auto 40px;
		padding: 40px 16px!important;
	}
}

/*---------------
Recommend
---------------*/
#jinrRelatedPost{
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	margin-bottom: -264px;
}
.related-li{
	width: 100%;
	margin-top: 32px;
	max-height: 1000px;
	overflow-y: scroll;
}
.related-li ul{
	display: -webkit-flex;
	display: flex;
	width: 100%;
	max-height: 1308px;
}
.related-li ul li{
	max-height: 408px;
	width: 300px;
	margin: 0 30px 40px 0;
	display: block!important;
}
.related-li ul li .cts-thum {
    width: 100%;
    overflow: hidden;
}

.related-li ul li .cts-thum img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-li ul li:hover .cts-thum img {
    transform: scale(1.1);
}

.related-li ul li .cts-ct,
.related-li ul li .cts-title,
.related-li ul li .cts-des {
    position: relative;
    z-index: 1;
}
.related-li ul li .cts-title{
	white-space: normal!important;
}
.related-li ul li:nth-child(3n){
	margin-right: 0;
}
.a--relatedpost-maincopy::before{
	display: none;
}
.a--relatedpost-maincopy::after{
	display: none;
}
.a--relatedpost-maincopy{
	text-align: left!important;
	justify-content: normal!important;
	font-size: 32px!important;
	line-height: 48px!important;
}
.a--relatedpost-subcopy{
	text-align: left!important;
	font-size: 14px!important;
	line-height: 20px!important;
}
.t--main-width{
	max-width: 860px!important;
}
@media all and (max-width: 786px) {
	#jinrRelatedPost{
		margin-bottom: -67px;
		padding: 24px 0 24px 24px!important;
	}
	.related-li{
		width: 100%;
		margin-top: 0;
		max-height: initial;
		overflow-y: scroll;
	}
	.related-li ul{
		display: -webkit-flex;
		display: flex;
		width: auto;
		min-width: 550px;
		max-height: 1308px;
		overflow-x: scroll;
	}
	.related-li ul li{
		max-height: 408px;
		width: 175px;
		margin: 0 16px 40px 0;
		display: block!important;
	}
	.related-li ul li:nth-child(3n){
		margin-right: 16px;
	}
	.a--relatedpost-maincopy::before{
		display: none;
	}
	.a--relatedpost-maincopy::after{
		display: none;
	}
	.a--relatedpost-maincopy{
		text-align: left!important;
		justify-content: normal!important;
		font-size: 32px!important;
		line-height: 38px!important;
		margin-bottom: 8px;
	}
	.a--relatedpost-subcopy{
		text-align: left!important;
		font-size: 18px!important;
		line-height: 26px!important;
	}
	.t--main-width{
		max-width: 960px!important;
	}
}
