@charset "utf-8";
/* CSS Document  trendwatch2020*/

html {
  font-size: 62.5% !important;

}
html,body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.8em;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch; 
    box-sizing: border-box;

 } 
a {
	display: block;
	transition: .3s;
	text-decoration: none;
	color: #333;
}
a:hover {
	opacity: 0.7;
}
img {
	width: 100%;
	height: auto;
	display: block;
}
ul {
	list-style: none;
}
/*common*/
.section_title {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 10px
}
.more_btn {
	display: flex;
	justify-content: center;
}
.more_btn > p {
	padding: 0 10px 5px 0;
}
.more_btn > span {
	width: 20px;
	height: 20px;
}
.header, .sponsored_main, .col_area, .footer {
	max-width: 1000px;
	margin: auto;
	padding: 30px 0;
}
time {
	font-size: 1.2rem;
	color: #666;
}
.kouki_main ul li, .sp_main ul li {
	transition: all 0.6s ease 0s;
}
.kouki_main ul li:hover, .sp_main ul li:hover {
	transform: scale(1.03, 1.03);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
}
/*header*/
header {
	width: 100%;
	margin: 0 auto;
	border-bottom: 5px solid #000;
}
.header {
	position: relative;
	height: 80px;
	padding: 10px;
}
.header_man {
	width: 35px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.header_logo {
	width: 100px;
	position: absolute;
	left: 55px;
	top: 16px;
}
.header_title {
	width: 55%;
	position: absolute;
	right: 0;
	bottom: -3px;
}
@media screen and (max-width: 767px){
	.header, .sponsored_main, .col_area, .footer {
		max-width: 767px;
		width: auto;
		margin: 0 20px;
	}
}
/*sponsored*/
#sponsored {
	width: 100%;
	background: url("../images/diaback.png") top left no-repeat;
	background-size: contain;
	background-color: #e8e7e0;
}
.sponsored_article {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sponsored_article article {
	width: 48%;
}
.sponsored_left .object-fit-img {
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.sponsored_right a {
	display: flex;
	background-color: #fff;
	margin-bottom: 10px;
	height: 128px;
}
.sponsored_right .object-fit-img {
	width: 240px;
	height: 128px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.sponsored_text {
	background-color: #fff;
	padding: 15px;
	height: 135px;
}
.list_text {
	padding: 10px;
	line-height: 1.5;
	overflow: hidden;
}
.list_text p {
	font-size: 1.3rem;
	padding-top: 5px;
}
@supports (-webkit-line-clamp: 3) {
  .list_text p {
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 767px) {
.sponsored_article {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.sponsored_article article {
	width: 100%;
	margin-bottom: 10px;
}
}
/*2col_area*/
.col_area {
	display: flex;
	padding-bottom: 0;
}
@media screen and (max-width: 767px) {
	.col_area {
		display: flex;
    flex-wrap: wrap;
    justify-content: center;		
	}
}
/*kuokokukikaku*/
.left_container {
	width: 75%;
	margin-right: 40px;
}
.kouki {
	width: 100%;
}
.kouki_main ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.kouki_main ul li {
	width: 49%;
	margin: 0 10px 10px 0;
}
.kouki_main ul li:nth-child(even) {
	margin-right: 0;
}
.kouki_main ul li a > div {
	margin-right: 10px;
}
.kouki_main ul li a > div img {
	width: 150px;
	height: 100px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.kouki_main ul li a > div p {
	font-size: 1.3rem;
	font-weight: bold;
}
.kouki_main ul li a {
	display: flex;
	height: 122px;
	padding: 10px 10px 0 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.kouki_main ul li a div:nth-child(2) {
	padding: 0;
	margin-right: 0;
	line-height: 1.5;
	overflow: hidden;
}
@supports (-webkit-line-clamp: 4) {
  .kouki_main ul li a div:nth-child(2) p {
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
	margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
	.left_container {
		width: 100%;
		margin-right: 0;
	}
	.kouki_main ul li {
		width: 100%;
		margin-right: 0;
	}
	.kouki_main ul li a {
		padding-bottom: 10px;
	}
	.kouki_main ul li a > div p {
	font-size: 1.5rem;
	font-weight: bold;
	}
	@supports (-webkit-line-clamp: 3) {
  		.kouki_main ul li a div:nth-child(2) p {
			display: -webkit-box;
			overflow: hidden;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
		 }
	}
}
/*special*/
#special {
	background-color: #e8e7e0;
	margin: 30px 0;
}
.sp_main {
	padding: 0 20px 30px 20px;
}
.sp_main ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.sp_main ul li {
	width: 32%;
	margin:10px 10px 0 0;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.sp_main ul li:nth-child(3n) {
	margin-right: 0;
}
.sp_main ul li:nth-child(-n+3) {
	margin-top: 0;
}
.sp_main ul li a + div {
	text-align: center;
}
.sp_main ul li a p {
	font-weight: bold;
	padding-top: 10px;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.sp_main ul li {
		width: 48%;
	}
	.sp_main ul li:nth-child(n+3) {
		margin-top: 10px;
	}
	.sp_main ul li:nth-child(even) {
		margin-right: 0;
	}
	.sp_main ul li:nth-child(odd) {
		margin-right: 10px;
	}
}

/*right_container*/
.right_container {
	width: 25%;
}
@media screen and (max-width: 767px) {
	.right_container {
		width: 100%;
	}
}
/*ADinfo*/
.ad {
	margin-top: 30px;
	border: 5px solid #000;
}
.ad_logo {
	background-color: #000;
}
.ad_logo img {
		width: 150px;
		margin: 0 auto;
	}
.ad_info {
	padding: 5px 10px;
}
.ad_info ul li {
	font-size: 1.4rem;
}
.ad_info ul li:nth-child(2) {
	padding: 5px 0;
}
.ad_info  p {
	display: flex;
}
.ad_name p::before, .ad_tel p::before, .ad_mail a::before {
	content: '';
  	display: inline-block;
  	width: 25px;
  	height: 25px;
  	background-size: contain;
  	vertical-align: middle;
	margin-right: 5px;
}
.ad_name p::before {
	background-image: url("../images/team-icon.png");
}
.ad_tel p::before {
	background-image: url("../images/phone-icon.png");
}
.ad_mail a::before {
	background-image: url("../images/mail-icon.png");
}
@media screen and (max-width: 767px) {
	.ad {
		width: 80%;
		margin: 30px auto;
	}
}
/*banner*/
.banner {
	margin-top: 30px;
}
/*read*/
.right_container h3 {
	margin-bottom: 10px;
	text-align: center;
}
.read {
	padding: 15px;
	background: url("../images/stripeback.png");
}
.read h4 {
	padding: 10px;
	text-align: center;
	background-color: #fff;
}
.read_title {
	margin-top: 10px;
	background-color: #fff;
}
.read_title ul li {
	border-bottom: 1px dotted #ccc;
	padding: 10px 5px;
	line-height: 1.3;
}
.read_title ul li p {
	font-size: 1.2rem;
}
.read_title ul li span {
	font-size: 1.2rem;
	font-weight: bold;
}
.read_title ul li p::before {
	content: '';
  	display: inline-block;
	background-image: url("../images/read-point.png");
  	width: 12px;
  	height: 12px;
  	background-size: contain;
  	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.right_container h3 {
		font-size: 2rem;
		text-align: left;
	}
}

/*footer*/
footer {
	width: 100%;
	margin: 0 auto;
	border-top: 5px solid #000;
}
.footer {
	padding: 0;
	position: relative;
}
.footer_girl {
	position: absolute;
	top: -195px;
	right: 0;
	width: 50px;
}
.copyright {
	text-align: center;
	padding: 20px 0;
}
