@charset "utf-8";

.s5-returnToTop__inner2 {
  max-width: 1400px;
}
.hr-glay {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: solid 1px #efefef;
}
.contents-block {
    padding-top: 9%;
}
.mt100 {
  margin-top: 10% !important;
}
.mb100 {
  margin-bottom: 10% !important;
}
.c100 {
  margin-bottom: 5%;
}
.c800 {
  margin-top: 0;
  padding-bottom: 40px;
}
.product-title {
	margin-bottom: 6.66667%;
	padding-bottom: 1em;
	font-size: 137.5%;
	font-weight: 700;
	text-align: center;
}
.l-contents {
    width: 94%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.c5-banner {
  margin: 0 0 120px 0;
  text-align: center;
  padding: 0 15px;
}
.c5-bannerArea {
	padding: 50px 0 0;
}
.c5-bannerArea .c5-bannerArea_inner {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: url("../images/module/banner_twitter_follow.jpg");
	background-repeat: no-repeat;
	background-position: 0 -60px;
	background-size: 50%;
}

.c5-bannerArea .c5-bannerArea_inner .c5-banner-row {
	display: flex;
  justify-content: center;
  align-items: center;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0) 20%);
}

.c5-bannerArea .c5-bannerArea_inner .c5-banner-row .c5-banner-row_col {
	width: calc(100% / 2);
}

.c5-bannerArea .c5-bannerArea_inner .c5-banner-row .c5-banner-row_col:first-child {
	padding-left: 15px;
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
}

.c5-bannerArea .c5-bannerArea_inner .c5-banner-row .c5-banner-row_col:last-child {
	padding: 60px 10px;
	text-align: center;
	background: #4e4e4e;
}

.c5-bannerArea .c5-bannerArea_inner .c5-banner-row .c5-banner-row_col:last-child p {
	margin-bottom: 10px;
	color: #ffffff;
	line-height: 1.5;
	text-align: center;
}

.c5-bannerArea .c5-bannerArea_inner .c5-banner-row .c5-banner-row_col:last-child p a {
	color: #ffffff;
	text-decoration: underline;
}

.c5-bannerArea .c5-bannerArea_inner .c5-banner-row .c5-banner-row_col:last-child p a:hover {
	opacity: 0.5;
  transition: opacity ease 0.5s;
}

@media screen and (max-width: 840px) {
	.c5-bannerArea .c5-bannerArea_inner .c5-banner-row .c5-banner-row_col:first-child {
		font-size: 18px;
	}
	.c5-bannerArea .c5-bannerArea_inner .c5-banner-row .c5-banner-row_col:last-child {
		padding: 30px 10px;
	}
}

@media screen and (max-width: 767px) {
	.c5-banner,
  p + .c5-ttl_middle {
    margin-top: 70px;
  }
  *:not(.c5-more) + .c5-box_white {
    margin-top: 50px;
  }
  .c5-bannerArea {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .c5-banner {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .c5-banner a img{
    margin: 0 auto;
  }
	.c5-bannerArea .c5-bannerArea_inner {
		max-width: 675px;
	}
}

@media screen and (max-width: 670px) {
	.c5-bannerArea .c5-bannerArea_inner {
		background-position: -140px -50px;
		background-size: 80%;
	}
	.c5-bannerArea .c5-bannerArea_inner .c5-banner-row {
		background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0) 50%);
	}
}

@media screen and (max-width: 490px) {
	.c5-bannerArea .c5-bannerArea_inner {
		background-position: -140px 0;
		background-size: 100%;
	}
}
.c5-details-recommended {
  padding: 60px 0;
}
.c5-details-recommended img {
  max-width: 100%;
}
.c5-details-recommended .l-contents {
	max-width: 100%;
}

.c5-common-head {
	margin: 0 0 60px;
  line-height: 1;
	text-align: center;
}

@media screen and (max-width: 1400px) {
	.c5-common-head {
		margin-bottom: 4.28571vw;
		font-size: 3.21429vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-head {
		margin-bottom: 30px;
	}
}

.c5-common-head img {
  max-width: none;
	height: 30px;
}

@media screen and (max-width: 1400px) {
	.c5-common-head img {
		height: 2.14286vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-head img {
		height: 20px;
	}
}

.c5-container {
	position: relative;
}

.c5-common-inner {
	margin: 0 auto;
}

.c5-common-inner.c5-common-inner--xs {
	max-width: 800px;
}

.c5-common-inner.c5-common-inner--sm {
	max-width: 900px;
}

.c5-common-inner.c5-common-inner--md {
	max-width: 1000px;
}

.c5-common-inner.c5-common-inner--lg {
	max-width: 1280px;
}

.c5-common-inner.c5-common-inner--xl {
	max-width: 1400px;
}

.c5-common-bg--gray {
	background-color: #ebebeb;
}

.c5-common-bg--white {
	background-color: #ffffff;
}

.c5-common-btn {
	display: inline-block;
	width: 100%;
	max-width: 350px;
	padding: 30px 0;
	border: 1px solid #4e4e4e;
	text-align: center;
  transition: opacity 0.4s;
}

@media screen and (max-width: 1400px) {
	.c5-common-btn {
		max-width: 25vw;
		padding: 2.14286vw 0;
		font-size: 1.14286vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-btn {
		max-width: 300px;
		padding: 20px 0;
		font-size: 14px;
	}
}

.c5-common-btn:hover {
	opacity: 0.7;
}

.c5-common-btn img {
	width: 30px;
}

@media screen and (max-width: 1400px) {
	.c5-common-btn img {
		width: 2.14286vw;
	}
}

@media screen and (max-width: 979px) {
	.c5-common-btn img {
		width: 3.06122vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-btn img {
		width: 35px;
	}
}

.c5-common-list--col1 .c5-new {
	width: 12.5%;
}

@media screen and (max-width: 767px) {
	.c5-common-list--col1 .c5-new {
		width: 17.33333%;
	}
}

.c5-cat-list .c5-cat {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-right: 20px;
}

@media screen and (max-width: 767px) {
	.c5-cat-list .c5-cat {
		margin-right: 15px;
	}
}

.c5-cat-list .c5-cat:last-child {
	margin-right: 0;
}

.c5-cat-list .c5-cat-icon,
.c5-cat-list .c5-cat-text {
	line-height: 1;
	vertical-align: bottom;
}

.c5-cat-list .c5-cat-icon {
	display: inline-block;
	margin-right: 10px;
	font-size: 26px;
}

@media screen and (max-width: 1400px) {
	.c5-cat-list .c5-cat-icon {
		margin-right: 0.71429vw;
		font-size: 1.85714vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-cat-list .c5-cat-icon {
		margin-right: 10px;
		font-size: 15px;
	}
}

.c5-cat-list .c5-cat-text {
	font-size: 18px;
}

@media screen and (max-width: 1400px) {
	.c5-cat-list .c5-cat-text {
		font-size: 1.28571vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-cat-list .c5-cat-text {
		font-size: 12px;
	}
}

.c5-cat-list.c5-cat--white .c5-cat-icon,
.c5-cat-list.c5-cat--white .c5-cat-text {
	color: #ffffff;
}

.c5-cat-list.c5-cat--black .c5-cat-icon {
	color: #4e4e4e;
}

.c5-cat-list.c5-cat--black .c5-cat-text {
	color: #000000;
}

.c5-article-info {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.c5-article-info .c5-tags {
	margin-right: 30px;
}

@media screen and (max-width: 1400px) {
	.c5-article-info .c5-tags {
		margin-right: 2.14286vw;
	}
}

.c5-article-info .c5-tags .c5-tag {
	color: #6e737b;
	font-size: 12px;
	text-decoration: none;
}

@media screen and (max-width: 1400px) {
	.c5-article-info .c5-tags .c5-tag {
		font-size: 0.85714vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-article-info .c5-tags .c5-tag {
		font-size: 12px;
	}
}

.c5-article-info .c5-tags .c5-tag + .c5-tag {
	margin-left: 8px;
}

@media screen and (max-width: 1400px) {
	.c5-article-info .c5-tags .c5-tag + .c5-tag {
		margin-left: 0.57143vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-article-info .c5-tags .c5-tag + .c5-tag {
		margin-left: 8px;
	}
}

.c5-article-info .c5-date {
	color: #6e737b;
	font-size: 12px;
}

@media screen and (max-width: 1400px) {
	.c5-article-info .c5-date {
		font-size: 0.85714vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-article-info .c5-date {
		font-size: 12px;
	}
}

.c5-common-list--col1 .c5-common-list-item {
	display: table;
	table-layout: fixed;
	width: 100%;
  box-sizing: border-box;
	vertical-align: top;
	background-color: #ffffff;
}

.c5-common-list--col1 .c5-common-list-col {
	display: table-cell;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	.c5-common-list--col1 .c5-common-list-col {
		display: block;
	}
}

.c5-common-list--col1 .c5-common-list-col.c5-common-list-col--left {
	width: 58%;
}

@media screen and (max-width: 767px) {
	.c5-common-list--col1 .c5-common-list-col.c5-common-list-col--left {
		width: auto;
	}
}

.c5-common-list--col1 .c5-common-list-col.c5-common-list-col--right {
	width: auto;
	padding: 45px;
	background-color: #ebebeb;
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col1 .c5-common-list-col.c5-common-list-col--right {
		padding: 3.21429vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col1 .c5-common-list-col.c5-common-list-col--right {
		padding: 10px;
		background-color: #ffffff;
	}
}

.c5-common-list--col1 .c5-common-list-thumb {
	display: block;
	overflow: hidden;
	position: relative;
	line-height: 0;
}

.c5-common-list--col1 .c5-common-list-thumb:before,
.c5-common-list--col1 .c5-common-list-thumb:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(255, 255, 255, 0.1);
  transition: transform 0.4s ease;
}

.c5-common-list--col1 .c5-common-list-thumb:before {
	        transform: translate(-100%, -100%);
}

.c5-common-list--col1 .c5-common-list-thumb:after {
	        transform: translate(100%, 100%);
}

.c5-common-list--col1 .c5-common-list-thumb:hover {
	opacity: 1;
}

.c5-common-list--col1 .c5-common-list-thumb:hover:before,
.c5-common-list--col1 .c5-common-list-thumb:hover:after {
	        transform: translate(0);
	        transition: transform 0.4s ease;
}

.c5-common-list--col1 .c5-common-list-title {
	display: block;
	margin-bottom: 30px;
	font-size: 25px;
	line-height: 1.5;
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col1 .c5-common-list-title {
		margin-bottom: 2.14286vw;
		font-size: 1.14286vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col1 .c5-common-list-title {
		margin-bottom: 5px;
		font-size: 18px;
	}
}

.c5-common-list--col1 .c5-common-list-desc {
	font-size: 16px;
	line-height: 1.5;
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col1 .c5-common-list-desc {
		font-size: 1.14286vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col1 .c5-common-list-desc {
		display: none;
		font-size: 13px;
	}
}

.c5-common-list--col1 .c5-cat-list {
	margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col1 .c5-cat-list {
		margin-bottom: 1.42857vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col1 .c5-cat-list {
		margin-bottom: 5px;
	}
}

.c5-common-list--col1 .c5-cat-list .c5-cat-icon,
.c5-common-list--col1 .c5-cat-list .c5-cat-text {
	display: inline-block;
}

.c5-common-list--col1 .c5-cat-list .c5-cat-icon {
	font-size: 24px;
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col1 .c5-cat-list .c5-cat-icon {
		font-size: 1.71429vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col1 .c5-cat-list .c5-cat-icon {
		font-size: 15px;
	}
}

.c5-common-list--col1 .c5-cat-list .c5-cat-text {
	font-size: 18px;
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col1 .c5-cat-list .c5-cat-text {
		font-size: 1.28571vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col1 .c5-cat-list .c5-cat-text {
		font-size: 12px;
		white-space: nowrap;
	}
}

.c5-common-list--col1 .c5-article-info {
	margin-bottom: 50px;
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col1 .c5-article-info {
		margin-bottom: 3.57143vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col1 .c5-article-info {
		margin-bottom: 0;
	}
}

.c5-common-list--col3 {
	letter-spacing: -6px;
}

.c5-common-list--col3 .c5-new {
	width: 19.17808%;
}

@media screen and (max-width: 767px) {
	.c5-common-list--col3 .c5-new {
		width: 27.02703%;
	}
}

.c5-common-list--col3 .c5-common-list-item {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	padding: 20px;
	        box-sizing: border-box;
	letter-spacing: normal;
	vertical-align: top;
	background-color: #ffffff;
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col3 .c5-common-list-item {
		padding: 1.42857vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col3 .c5-common-list-item {
		width: 48%;
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col3 .c5-common-list-item:nth-child(2n) {
		margin-right: 0;
	}
}

.c5-common-list--col3 .c5-common-list-item:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.c5-common-list--col3 .c5-common-list-item:nth-child(3n) {
		margin-right: 2%;
	}
}

.c5-common-list--col3 .c5-common-list-item + .c5-common-list-item {
	margin-top: 2%;
}

.c5-common-list--col3 .c5-common-list-item:nth-of-type(-n+3) {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.c5-common-list--col3 .c5-common-list-item:nth-of-type(-n+3) {
		margin-top: 2%;
	}
}

.c5-common-list--col3 .c5-common-list-item:nth-of-type(-n+2) {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.c5-common-list--col3 .c5-common-list-item:nth-of-type(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col3 .c5-common-list-text {
		padding: 10px;
	}
}

.c5-common-list--col3 .c5-common-list-thumb {
	display: block;
	overflow: hidden;
	position: relative;
	line-height: 0;
}

.c5-common-list--col3 .c5-common-list-thumb:before,
.c5-common-list--col3 .c5-common-list-thumb:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(255, 255, 255, 0.1);
	        transition: transform 0.4s ease;
}

.c5-common-list--col3 .c5-common-list-thumb:before {
	        transform: translate(-100%, -100%);
}

.c5-common-list--col3 .c5-common-list-thumb:after {
	        transform: translate(100%, 100%);
}

.c5-common-list--col3 .c5-common-list-thumb:hover {
	opacity: 1;
}

.c5-common-list--col3 .c5-common-list-thumb:hover:before,
.c5-common-list--col3 .c5-common-list-thumb:hover:after {
	        transform: translate(0);
	        transition: transform 0.4s ease;
}

.c5-common-list--col3 .c5-common-list-title {
	display: block;
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.5;
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col3 .c5-common-list-title {
		margin-top: 1.42857vw;
		font-size: 1.28571vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col3 .c5-common-list-title {
		margin-top: 10px;
		font-size: 13px;
	}
}

.c5-common-list--col3 .c5-common-list-desc {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col3 .c5-common-list-desc {
		margin-top: 1.07143vw;
		font-size: 1vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col3 .c5-common-list-desc {
		display: none;
		margin-top: 10px;
		font-size: 13px;
	}
}

.c5-common-list--col3 .c5-cat-list {
	margin-bottom: 15px;
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col3 .c5-cat-list {
		margin-bottom: 1.07143vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col3 .c5-cat-list {
		margin-bottom: 10px;
	}
}

.c5-common-list--col3 .c5-cat-list .c5-cat-icon,
.c5-common-list--col3 .c5-cat-list .c5-cat-text {
	display: inline-block;
}

.c5-common-list--col3 .c5-cat-list .c5-cat-icon {
	font-size: 24px;
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col3 .c5-cat-list .c5-cat-icon {
		font-size: 1.71429vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col3 .c5-cat-list .c5-cat-icon {
		font-size: 15px;
	}
}

.c5-common-list--col3 .c5-cat-list .c5-cat-text {
	font-size: 18px;
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col3 .c5-cat-list .c5-cat-text {
		font-size: 1.28571vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col3 .c5-cat-list .c5-cat-text {
		font-size: 12px;
		white-space: nowrap;
	}
}

.c5-common-list--col3 .c5-article-info {
	margin-top: 10px;
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col3 .c5-article-info {
		display: block;
		margin-top: 0.71429vw;
	}
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col3 .c5-article-info .c5-tags {
		margin: 0;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col3 .c5-article-info .c5-date {
		margin-top: 5px;
	}
}

.c5-common-list--col4 {
	letter-spacing: -6px;
}

.c5-common-list--col4 .c5-new {
	width: 24.2915%;
}

@media screen and (max-width: 767px) {
	.c5-common-list--col4 .c5-new {
		width: 31.49606%;
	}
}

.c5-common-list--col4 .c5-common-list-item {
	display: inline-block;
	width: 23.5%;
	height: auto !important;
	margin-right: 2%;
	padding: 12px;
	        box-sizing: border-box;
	letter-spacing: normal;
	vertical-align: top;
	background-color: #ffffff;
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col4 .c5-common-list-item {
		padding: 1.42857vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col4 .c5-common-list-item {
		display: table;
		table-layout: fixed;
		width: 100%;
		margin-right: 0 !important;
		padding: 10px;
	}
}

.c5-common-list--col4 .c5-common-list-item:nth-child(4n) {
	margin-right: 0;
}

.c5-common-list--col4 .c5-common-list-item + .c5-common-list-item {
	margin-top: 2%;
}

.c5-common-list--col4 .c5-common-list-item:nth-of-type(-n+4) {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.c5-common-list--col4 .c5-common-list-item:nth-of-type(-n+4) {
		margin-top: 2%;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col4 .c5-common-list-col {
		display: table-cell;
		vertical-align: middle;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col4 .c5-common-list-col.c5-common-list-col--left {
		width: 40%;
		padding-right: 12px;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col4 .c5-common-list-col.c5-common-list-col--right {
		width: auto;
	}
}

.c5-common-list--col4 .c5-common-list-thumb {
	display: block;
	overflow: hidden;
	position: relative;
	line-height: 0;
}

.c5-common-list--col4 .c5-common-list-thumb:before,
.c5-common-list--col4 .c5-common-list-thumb:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(255, 255, 255, 0.1);
  transition: transform 0.4s ease;
}

.c5-common-list--col4 .c5-common-list-thumb:before {
	        transform: translate(-100%, -100%);
}

.c5-common-list--col4 .c5-common-list-thumb:after {
	        transform: translate(100%, 100%);
}

.c5-common-list--col4 .c5-common-list-thumb:hover {
	opacity: 1;
}

.c5-common-list--col4 .c5-common-list-thumb:hover:before,
.c5-common-list--col4 .c5-common-list-thumb:hover:after {
	        transform: translate(0);
	        transition: transform 0.4s ease;
}

.c5-common-list--col4 .c5-common-list-title {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.5;
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col4 .c5-common-list-title {
		margin-top: 0.71429vw;
		font-size: 1.14286vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col4 .c5-common-list-title {
		margin-top: 10px;
		font-size: 13px;
	}
}

.c5-common-list--col4 .c5-cat-list {
	margin-bottom: 10px;
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col4 .c5-cat-list {
		margin-bottom: 0.71429vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col4 .c5-cat-list {
		margin-bottom: 10px;
	}
}

.c5-common-list--col4 .c5-cat-list .c5-cat-icon,
.c5-common-list--col4 .c5-cat-list .c5-cat-text {
	display: inline-block;
}

.c5-common-list--col4 .c5-cat-list .c5-cat-icon {
	font-size: 24px;
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col4 .c5-cat-list .c5-cat-icon {
		font-size: 1.71429vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col4 .c5-cat-list .c5-cat-icon {
		font-size: 15px;
	}
}

.c5-common-list--col4 .c5-cat-list .c5-cat-text {
	font-size: 14px;
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col4 .c5-cat-list .c5-cat-text {
		font-size: 1vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col4 .c5-cat-list .c5-cat-text {
		font-size: 12px;
		white-space: nowrap;
	}
}

.c5-common-list--col4 .c5-article-info {
	display: block;
	margin-top: 10px;
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col4 .c5-article-info {
		margin-top: 0.71429vw;
	}
}

.c5-common-list--col4 .c5-article-info .c5-tags {
	margin: 0;
}

.c5-common-list--col4 .c5-article-info .c5-date {
	margin-top: 10px;
}

@media screen and (max-width: 1400px) {
	.c5-common-list--col4 .c5-article-info .c5-date {
		margin-top: 0.71429vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-common-list--col4 .c5-article-info .c5-date {
		margin-top: 5px;
	}
}

.c5-recommended {
	background-color: #0a0a0a;
}

.c5-recommended .c5-tag {
	color: #ffffff !important;
}

.c5-recommended .c5-date {
	color: #ffffff !important;
}

.c5-recommended .c5-recommended-row {
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px 80px;
  box-sizing: border-box;
}

@media screen and (max-width: 1400px) {
	.c5-recommended .c5-recommended-row {
		padding: 2.14286vw 5.71429vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-recommended-row {
		display: block;
		width: auto;
		padding: 0;
	}
}

.c5-recommended .c5-recommended-col {
	display: table-cell;
  box-sizing: border-box;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-recommended-col {
		display: block;
		width: auto;
	}
}

.c5-recommended .c5-recommended-img {
	width: auto;
}

.c5-recommended .c5-recommended-img .c5-new {
	width: 9.2915%;
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-recommended-img .c5-new {
		width: 15.49606%;
	}
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-recommended-img {
		margin-bottom: 10px;
	}
}

.c5-recommended .c5-recommended-img .c5-recommended-img-thumb {
	display: inline-block;
	position: relative;
	line-height: 0;
}

.c5-recommended .c5-recommended-img .c5-recommended-img-thumb a {
	display: block;
	overflow: hidden;
	position: relative;
	line-height: 0;
}

.c5-recommended .c5-recommended-img .c5-recommended-img-thumb a:before,
.c5-recommended .c5-recommended-img .c5-recommended-img-thumb a:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(255, 255, 255, 0.1);
  transition: transform 0.4s ease;
}

.c5-recommended .c5-recommended-img .c5-recommended-img-thumb a:before {
	        transform: translate(-100%, -100%);
}

.c5-recommended .c5-recommended-img .c5-recommended-img-thumb a:after {
	        transform: translate(100%, 100%);
}

.c5-recommended .c5-recommended-img .c5-recommended-img-thumb a:hover {
	opacity: 1;
}

.c5-recommended .c5-recommended-img .c5-recommended-img-thumb a:hover:before,
.c5-recommended .c5-recommended-img .c5-recommended-img-thumb a:hover:after {
	        transform: translate(0);
	        transition: transform 0.4s ease;
}

.c5-recommended .c5-recommended-img .c5-recommended-img-thumb img {
	width: 100%;
}

.c5-recommended .c5-recommended-img .c5-recommended-img-desc {
	margin-top: 20px;
}

@media screen and (max-width: 1400px) {
	.c5-recommended .c5-recommended-img .c5-recommended-img-desc {
		margin-top: 1.42857vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-recommended-img .c5-recommended-img-desc {
		margin-top: 10px;
		padding: 0 10px;
	}
}

.c5-recommended .c5-recommended-img .c5-recommended-img-content {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 100%;
	line-height: normal;
	text-align: center;
	        transform: translate(-50%, 0);
}

.c5-recommended .c5-recommended-img .c5-recommended-img-head {
	display:         -webkit-inline-box;
	display:         -ms-inline-flexbox;
	display:         inline-flex;
	        -webkit-box-pack: justify;
	            -ms-flex-pack: justify;
	                justify-content: space-between;
	        -webkit-box-align: center;
	            -ms-flex-align: center;
	                align-items: center;
	width: 400px;
	margin-bottom: 40px;
	padding: 0 60px;
	color: #ffffff;
	font-size: 40px;
	text-align: center;

	-webkit-align-items: center;
	-webkit-justify-content: space-between;
}

@media screen and (max-width: 1400px) {
	.c5-recommended .c5-recommended-img .c5-recommended-img-head {
		width: 28.57143vw;
		margin-bottom: 2.85714vw;
		padding: 0 4.28571vw;
		font-size: 2.85714vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-recommended-img .c5-recommended-img-head {
		width: 205px;
		margin-bottom: 30px;
		padding: 0 35px;
		font-size: 20px;
	}
}

.c5-recommended .c5-recommended-img .c5-recommended-img-head img {
	height: 30px;
}

@media screen and (max-width: 1400px) {
	.c5-recommended .c5-recommended-img .c5-recommended-img-head img {
		height: 2.14286vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-recommended-img .c5-recommended-img-head img {
		height: 20px;
	}
}

.c5-recommended .c5-recommended-img .c5-recommended-img-head:after,
.c5-recommended .c5-recommended-img .c5-recommended-img-head:before {
	display: block;
	width: 30px;
	height: 50px;
	content: "";
	background-image: url("../images/img_slash_white.svg");
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (max-width: 1400px) {
	.c5-recommended .c5-recommended-img .c5-recommended-img-head:after,
	.c5-recommended .c5-recommended-img .c5-recommended-img-head:before {
		width: 2.14286vw;
		height: 3.57143vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-recommended-img .c5-recommended-img-head:after,
	.c5-recommended .c5-recommended-img .c5-recommended-img-head:before {
		width: 20px;
		height: 35px;
	}
}

.c5-recommended .c5-recommended-img .c5-recommended-img-title {
	display: block;
	margin-top: 15px;
	color: #ffffff;
	font-size: 25px;
	letter-spacing: -0.05rem;
	line-height: 1.5;
}

@media screen and (max-width: 1400px) {
	.c5-recommended .c5-recommended-img .c5-recommended-img-title {
		margin-top: 1.07143vw;
		font-size: 1.78571vw;
	}
}

@media screen and (max-width: 1400px) {
	.c5-recommended .c5-recommended-img .c5-recommended-img-title {
		margin: 10px auto 0;
		font-size: 18px;
	}
}

.c5-recommended .c5-recommended-img .c5-article-info {
	margin-top: 10px;
}

@media screen and (max-width: 1400px) {
	.c5-recommended .c5-recommended-img .c5-article-info {
		margin-top: 0.71429vw;
	}
}

@media screen and (max-width: 1400px) {
	.c5-recommended .c5-recommended-img .c5-article-info {
		margin-top: 5px;
	}
}

.c5-recommended .c5-recommended-list {
	width: 36%;
	padding-left: 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 1400px) {
	.c5-recommended .c5-recommended-list {
		padding-left: 2.14286vw;
	}
}

@media screen and (max-width: 979px) {
	.c5-recommended .c5-recommended-list {
		padding-left: 1.07143vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-recommended-list {
		width: auto;
		padding-left: 0;
		font-size: 0;
		letter-spacing: -0.6px;
	}
}

.c5-recommended .c5-recommended-list .c5-recommended-list-item {
	max-width: 510px;
	padding: 40px 0;
  box-sizing: border-box;
	vertical-align: top;
}

@media screen and (max-width: 1400px) {
	.c5-recommended .c5-recommended-list .c5-recommended-list-item {
		padding: 2.85714vw 0;
	}
}

.c5-recommended .c5-recommended-list .c5-recommended-list-item + .c5-recommended-list-item {
	border-top: 2px solid #ffffff;
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-recommended-list .c5-recommended-list-item + .c5-recommended-list-item {
		border-top: 0;
	}
}

.c5-recommended .c5-recommended-list .c5-recommended-list-item:first-child {
	padding-top: 0;
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-recommended-list .c5-recommended-list-item:first-child {
		padding: 5px;
	}
}

.c5-recommended .c5-recommended-list .c5-recommended-list-item:last-child {
	padding-bottom: 0;
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-recommended-list .c5-recommended-list-item:last-child {
		padding: 5px;
	}
}

@media screen and (max-width: 1400px) {
	.c5-recommended .c5-recommended-list .c5-recommended-list-item {
		max-width: auto;
		max-width: initial;
		padding: 1.42857vw 0;
	}
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-recommended-list .c5-recommended-list-item {
		display: inline-block;
		width: 50%;
		padding: 5px;
		letter-spacing: normal;
	}
}

.c5-recommended .c5-recommended-list .c5-recommended-list-item-row {
	display: table;
	table-layout: fixed;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-recommended-list .c5-recommended-list-item-row {
		display: block;
		width: auto;
	}
}

.c5-recommended .c5-recommended-list .c5-recommended-list-item-col {
	display: table-cell;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-recommended-list .c5-recommended-list-item-col {
		display: block;
		width: auto;
	}
}

.c5-recommended .c5-recommended-list .c5-recommended-list-item-thumb {
	width: 140px;
	line-height: 0;
}

@media screen and (max-width: 1400px) {
	.c5-recommended .c5-recommended-list .c5-recommended-list-item-thumb {
		width: 10vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-recommended-list .c5-recommended-list-item-thumb {
		display: block;
		width: auto;
	}
}

.c5-recommended .c5-recommended-list .c5-recommended-list-item-thumb a {
	display: block;
	overflow: hidden;
	position: relative;
	border: 1px solid #ffffff;
	line-height: 0;
}

.c5-recommended .c5-recommended-list .c5-recommended-list-item-thumb a:before,
.c5-recommended .c5-recommended-list .c5-recommended-list-item-thumb a:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";

	background-color: rgba(255, 255, 255, 0.1);
  transition: transform 0.4s ease;
}

.c5-recommended .c5-recommended-list .c5-recommended-list-item-thumb a:before {
	        transform: translate(-100%, -100%);
}

.c5-recommended .c5-recommended-list .c5-recommended-list-item-thumb a:after {
	        transform: translate(100%, 100%);
}

.c5-recommended .c5-recommended-list .c5-recommended-list-item-thumb a:hover {
	opacity: 1;
}

.c5-recommended .c5-recommended-list .c5-recommended-list-item-thumb a:hover:before,
.c5-recommended .c5-recommended-list .c5-recommended-list-item-thumb a:hover:after {
	        transform: translate(0);
	        transition: transform 0.4s ease;
}

.c5-recommended .c5-recommended-list .c5-recommended-list-item-desc {
	width: auto;
	padding-left: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 1400px) {
	.c5-recommended .c5-recommended-list .c5-recommended-list-item-desc {
		padding-left: 1.07143vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-recommended-list .c5-recommended-list-item-desc {
		padding: 10px;
	}
}

.c5-recommended .c5-recommended-list .c5-recommended-list-item-title {
	display: block;
	margin-top: 10px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (max-width: 1400px) {
	.c5-recommended .c5-recommended-list .c5-recommended-list-item-title {
		margin-top: 0.71429vw;
		font-size: 1vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-recommended-list .c5-recommended-list-item-title {
		margin-top: 10px;
		font-size: 14px;
	}
}

.c5-recommended .c5-recommended-list .c5-article-info {
	margin-top: 5px;
}

@media screen and (max-width: 1400px) {
	.c5-recommended .c5-recommended-list .c5-article-info {
		margin-top: 0.35714vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-recommended-list .c5-article-info {
		display: block;
		margin-top: 10px;
	}
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-recommended-list .c5-article-info .c5-date {
		margin-top: 5px;
	}
}

.c5-recommended .c5-cat-icon {
	font-size: 24px;
}

@media screen and (max-width: 1400px) {
	.c5-recommended .c5-cat-icon {
		font-size: 1.71429vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-cat-icon {
		font-size: 15px;
	}
}

.c5-recommended .c5-cat-text {
	font-size: 14px;
}

@media screen and (max-width: 1400px) {
	.c5-recommended .c5-cat-text {
		font-size: 1vw;
	}
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-cat-text {
		font-size: 12px;
	}
}

.c5-recommended .c5-new {
	width: 24.2915%;
}

@media screen and (max-width: 767px) {
	.c5-recommended .c5-new {
		width: 31.49606%;
	}
}

.c5-display-pc--block {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.c5-display-pc--block {
		display: none !important;
	}
}

.c5-display-pc--inlineBlock {
	display: inline-block !important;
}

@media screen and (max-width: 767px) {
	.c5-display-pc--inlineBlock {
		display: none !important;
	}
}

.c5-display-pc--inline {
	display: inline !important;
}

@media screen and (max-width: 767px) {
	.c5-display-pc--inline {
		display: none !important;
	}
}

.c5-display-sp--block {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.c5-display-sp--block {
		display: block !important;
	}
}

.c5-display-sp--inlineBlock {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.c5-display-sp--inlineBlock {
		display: inline-block !important;
	}
}

.c5-display-sp--inline {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.c5-display-sp--inline {
		display: inline !important;
	}
}

.c5-is-hidden {
	overflow: hidden !important;
}

.l-contents.btn {
	text-align: center;
}

.l-contents.btn a:hover {
	opacity: 0.7;
}

@media screen and (min-width: 767px) {
	.l-contents.btn a {
		display: block;
		max-width: 550px;
		margin: 0 auto;
	}
}
