@charset "UTF-8";
section {
	padding: 80px 0;
}
@media only screen and (max-width: 959px) {
	section {
		padding: 50px 0;
	}
}

.main-vis {
	display: block;
	background: url("../images/main-vis__img.jpg") no-repeat right top #fff;
	background-size: auto 100%;
	width: 100%;
	height: 640px;
	position: relative;
}
@media screen and (max-width: 1440px) {
	.main-vis {
		background-position: right -16.66vw top 0;
	}
}
@media screen and (max-width: 959px) {
	.main-vis {
		background-position: right -20vw top 0;
	}
}
@media screen and (max-width: 767px) {
	.main-vis {
		height: 100vw;
		background-image:
			linear-gradient(to right, rgba(255,255,255,1) 33.33%, rgba(255,255,255,0) 100%),
			url("../images/main-vis__img.jpg");
		background-repeat: no-repeat, no-repeat;
		background-position: left top, right -41.33vw top 0;
		background-size: 50% 100%, auto 100%;
	}
}
@media screen and (max-width: 480px) {
	/*.main-vis {
		height: 100vw;
		background-image:
			linear-gradient(to right, rgba(255,255,255,1) 33.33%, rgba(255,255,255,0) 100%),
			url("../images/main-vis__img.jpg");
		background-repeat: no-repeat, no-repeat;
		background-position: left top, right -41.33vw top 0;
		background-size: 50% 100%, auto 100%;
	}*/
}

.main-vis__inner {
	display: block;
	max-width: 1200px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 32px;
}
@media screen and (max-width: 959px) {
	.main-vis__inner {
		padding: 0 20px;
	}
}
@media screen and (max-width: 767px) {
	.main-vis__inner {
		padding: 0 16px;
	}
}

.main-vis__txt {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	height: 100%;
}
.main-vis__txt h1 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.15ex;
	margin: 0;
	order: 10;
}
.main-vis__txt p {
	color: #00aba2;
	font-size: 28px;
	font-weight: 600;
	font-feature-settings: 'palt';
	line-height: 56px;
	letter-spacing: 0.15ex;
	margin: 0;
	order: 0;
}
.main-vis__txt .logo {
	margin: 40px 0 0;
	order: 99;
}
.main-vis__txt .logo img {
	max-width: 320px;
	width: 100%;
	height: auto;
}
.main-vis__txt .copy {
	font-size: 20px;
	order: 10;
}
@media screen and (max-width: 767px) {
	.main-vis__txt h1 {font-size: 5vw;}
	.main-vis__txt p {
		font-size: 4vw;
		line-height: 8vw;
	}
	.main-vis__txt .logo {
		margin: 3vw 0 0;
	}
	.main-vis__txt .logo img {
		max-width: 50vw;
		width: 100%;
		height: auto;
	}
	.main-vis__txt .copy {
		font-size: 5vw;
	}
}
@media screen and (max-width: 480px) {
	.main-vis__txt h1 {font-size: 5vw;}
	.main-vis__txt p {
		font-size: 4vw;
		line-height: 8vw;
	}
	.main-vis__txt .logo {
		margin: 3vw 0 0;
	}
	.main-vis__txt .logo img {
		max-width: 50vw;
		width: 100%;
		height: auto;
	}
	.main-vis__txt .copy {
		font-size: 5vw;
	}
}


.main-vis__cta {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.main-vis__cta > * {
	width: 100%;
	padding: 32px;
}
@media screen and (max-width: 1440px) {
	.main-vis__cta > * {padding: 24px;}
}
@media screen and (max-width: 959px) {
	.main-vis__cta > * {padding: 20px;}
}
@media screen and (max-width: 767px) {
	.main-vis__cta > * {padding: 16px;}
}
@media screen and (max-width: 480px) {
	.main-vis__cta > * {padding: 16px;}
}
.main-vis__cta-user1 {
	position: relative;
	background: #00aba2;
	color: #fff;
}
.main-vis__cta-user2 {
	background: #da9658;
	color: #fff;
}

.main-vis__cta-ttl {
	margin: 0 0 40px;
	padding: 0;
	position: relative;
}
.main-vis__cta-ttl > span {
	display: block;
	font-size: 28px;
	font-weight: 700;
	font-feature-settings: 'palt';
	line-height: 1;
	letter-spacing: 0.15ex;
	text-align: center;
}
.main-vis__cta-ttl > a {
	display: block;
	color: inherit;
	font-size: 18px;
	font-weight: 700;
	font-feature-settings: 'palt';
	letter-spacing: 0.15ex;
	line-height: 1;
	padding: 0 1em 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.main-vis__cta-ttl > a::after {
	content: '';
	display: block;
	border-right: solid 1px;
	border-bottom: solid 1px;
	font-size: 12px;
	width: 0.7071em;/* NOTE: 1 / √2 */
	height: 0.7071em;/* NOTE: 1 / √2 */
	transform: translate(0,-50%) rotate(-45deg);
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 1;
}
@media screen and (max-width: 1440px) {
	.main-vis__cta-ttl {margin: 0 0 24px;}
	.main-vis__cta-ttl > span {font-size: 20px;}
	.main-vis__cta-ttl > a {font-size: 16px;}
	.main-vis__cta-ttl > a::after {font-size: 12px;}
}
@media screen and (max-width: 959px) {
	.main-vis__cta-ttl {margin: 0 0 16px;}
	.main-vis__cta-ttl > span {font-size: 16px;}
	.main-vis__cta-ttl > a {font-size: 16px;}
	.main-vis__cta-ttl > a::after {font-size: 12px;}
}
@media screen and (max-width: 767px) {
	.main-vis__cta-ttl {margin: 0 0 16px;}
	.main-vis__cta-ttl > span {
		font-size: 16px;
		text-align: left;
	}
	.main-vis__cta-ttl > a {font-size: 12px;}
	.main-vis__cta-ttl > a::after {font-size: 12px;}
}
@media screen and (max-width: 480px) {
	.main-vis__cta-ttl {margin: 0 0 16px;}
	.main-vis__cta-ttl > span {font-size: 14px;}
	.main-vis__cta-ttl > a {
		font-size: 8px;
		padding-right: 0.75em;
	}
	.main-vis__cta-ttl > a::after {font-size: 7px;}
}


.main-vis__cta-box-button-group {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.main-vis__cta-pr {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(255,255,255,0.3);
	font-size: 24px;
	font-weight: 700;
	font-feature-settings: 'palt';
	line-height: 56px;
	letter-spacing: 0.15ex;
	text-align: center;
	width: calc( ( 100% - 16px ) / 2 );
	height: 80px;
}
.main-vis__cta-box-button-group > a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	font-size: 24px;
	font-weight: 700;
	font-feature-settings: 'palt';
	line-height: 56px;
	letter-spacing: 0.15ex;
	text-align: center;
	width: 100%;
	height: 80px;
	margin: 16px 0 0;
	position: relative;
}
.main-vis__cta-box-button-group > a::after {
	content: '';
	display: block;
	border-right: solid 1px;
	border-bottom: solid 1px;
	font-size: 12px;
	width: 0.7071em;/* NOTE: 1 / √2 */
	height: 0.7071em;/* NOTE: 1 / √2 */
	transform: translate(0,-50%) rotate(-45deg);
	position: absolute;
	right: 2em;
	top: 50%;
	z-index: 1;
}
.main-vis__cta-user1 .main-vis__cta-box-button-group > a {color: #00aba2;}
.main-vis__cta-user2 .main-vis__cta-box-button-group > a {color: #da9658;}
@media screen and (max-width: 1440px) {
	.main-vis__cta-pr {
		font-size: 20px;
		line-height: 40px;
		width: calc( ( 100% - 16px ) / 2 );
		height: 64px;
	}
	.main-vis__cta-box-button-group > a {
		font-size: 20px;
		line-height: 40px;
		height: 64px;
		margin: 16px 0 0;
	}
	.main-vis__cta-box-button-group > a::after {
		font-size: 12px;
		right: 2em;
	}
}
@media screen and (max-width: 959px) {
	.main-vis__cta-pr {
		font-size: 16px;
		line-height: 32px;
		width: calc( ( 100% - 16px ) / 2 );
		height: 56px;
	}
	.main-vis__cta-box-button-group > a {
		font-size: 16px;
		line-height: 32px;
		height: 56px;
		margin: 16px 0 0;
	}
	.main-vis__cta-box-button-group > a::after {
		font-size: 12px;
		right: 2em;
	}
}
@media screen and (max-width: 767px) {
	.main-vis__cta-pr {
		font-size: 14px;
		line-height: 20px;
		width: calc( ( 100% - 16px ) / 2 );
		height: 56px;
	}
	.main-vis__cta-box-button-group > a {
		font-size: 14px;
		line-height: 28px;
		height: 56px;
		margin: 16px 0 0;
	}
	.main-vis__cta-box-button-group > a::after {
		font-size: 12px;
		right: 1em;
	}
}
@media screen and (max-width: 480px) {
	.main-vis__cta-pr {
		font-size: 14px;
		line-height: 20px;
		width: calc( ( 100% - 8px ) / 2 );
		height: 56px;
	}
	.main-vis__cta-box-button-group > a {
		font-size: 14px;
		line-height: 28px;
		height: 56px;
		margin: 8px 0 0;
	}
	.main-vis__cta-box-button-group > a::after {
		font-size: 12px;
		right: 1em;
	}
}





.feature {}
.feature__list {}
.feature__item {
	width: 18.4%;
	margin-right: 2%;
}
@media screen and (min-width: 768px) {
	.feature__item:nth-child(5n) {
		margin-right: 0;
	}
}
.feature__img {}
.feature__img img {
	height: 160px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 5px;
}
.feature__desc {
	margin-top: 10px;
}
.feature__ttl {
	font-weight: 700;
}
.feature__txt {
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	.feature__item {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	.feature__item:nth-child(2n) {
		margin-right: 0;
	}
}
.main-vis_newopen {
	position: absolute;
	top: -60px;
	left: 50px;
}
.main-vis_newopen > img {
	width: 140px;
	height: 140px;
	transform:rotate(-8deg);
}
@media screen and (max-width: 1400px) {
	.main-vis_newopen {
		top: -90px;
		left: 40px;
	}
}
@media screen and (max-width: 1200px) {
	.main-vis_newopen {
		left: 20px;
	}
}
@media screen and (max-width: 980px) {
	.main-vis_newopen {
		left: 10px;
	}
	.main-vis_newopen > img {
		width: 120px;
		height: 120px;
	}
}
@media screen and (max-width: 767px) {
	.main-vis_newopen {
		top: -70px;
	}
	.main-vis_newopen > img {
		width: 80px;
		height: 80px;
	}
}
/**人気記事ランキング**/
.rank {
	position: absolute;
	left: 0;
	top: -5px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	background: #d9b340;
	color: #fff;
	font-weight: 700;
	border-radius: 50px;
	font-size: 18px;
	box-sizing: border-box;
}
.rank::after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 48px;
	left: 39px;
	border-style: solid;
	border-width: 10px 6px 0px 6px;
	border-color: #d9b340 transparent transparent transparent;
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
}
.rank {
	position: absolute;
	left: 0;
	top: -5px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	background: #bbb;
	color: #fff;
	border-radius: 50px;
	font-size: 12px;
	box-sizing: border-box;
}
.rank::after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 38px;
	left: 29px;
	border-style: solid;
	border-width: 10px 6px 0px 6px;
	border-color: #bbb transparent transparent transparent;
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
}
.rank1 {
	background: #d9b340 !important;
}
.rank1::after{
	border-color: #d9b340 transparent transparent transparent!important;
}
.rank2 {
	background: #6f7b83 !important;
}
.rank3 {
	background: #a15326 !important;
}
.rank2::after {
	border-color: #6f7b83 transparent transparent transparent !important;
}
.rank3::after {
	border-color: #a15326 transparent transparent transparent !important;
}

/* slick実装時 */
.top_pickup_slider.slick-slider .slick-track {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.top_pickup_slider.slick-slider .slick-track li > a {
	height: 100%;
}

.top_pickup_slider li {
	border-radius: 5px;
	border: solid 10px #ededed;
	background-color: #fff;
	margin: 0 10px;
	padding: 0;
}
.top_pickup_slider li a {
	display: block;
	background-color: #fff;
}
section.top_pop {
	padding-bottom: 0;
}
.top_pop_slider li{
	position: relative;
	min-height: 280px;
}
.top_pop_slider .slick-list{
	padding-top: 10px!important;
}

.top_slider{
	margin-bottom: 70px!important;
}
.top_slider li{
	margin: 0 10px;
}
.slick-track {
	display: flex!important;
	align-items: center;
}
.slick-slide {
	height: auto !important;
}
.slick-dots li button{
	width: 10px!important;
	height: 10px!important;
}
.slick-dots li.slick-active button{
	background: #fd7686!important;
}
.slick-prev:before {
	content: "\f3cf";
}
.slick-next {
	right: 0;
	z-index: 1000;
}
.slick-next:before {
	content: "\f3d1";
}
.slick-prev:before, .slick-next:before{
	background-color: #fff!important;
	color: #9f9f9f!important;
	display: block;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	background-color: rgba(0,255,255,0.6);
	border-radius: 50%;
	font-size: 2rem;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.top_pop_img{
	max-height: 150px;
}
.top_pop_img img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: auto;
	max-height: 100%;
}
.top_pop_txt{
	color: #fd7686;
	font-size: 14px;
	font-feature-settings: 'palt';
	padding: 7px;
}