@charset "UTF-8";

/** -- mv -- **/
.mv {
	background-color: #fff;
	position: relative;
}
.mv .text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
}
.mv .text h1 {
	color: #b44c97;
	font-size: 50px;
	margin-bottom: 20px;
}
.mv .text p.copy {
	font-size: 24px;
	font-weight: 500;
}
.mv img {
	display: block;
	margin-left: auto;
	width: 50%;
}
@media screen and (max-width: 1240px) {
	.mv {
		background-color: #fff;
		position: relative;
	}
	.mv .text {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 800px;
	}
	.mv .text h1 {
		color: #b44c97;
		font-size: 50px;
		margin-bottom: 20px;
	}
	.mv .text p.copy {
		font-size: 24px;
		font-weight: 500;
	}
	.mv img {
		display: block;
		margin-left: auto;
		width: 50%;
	}
}
@media screen and (max-width: 780px) {
	.mv {
		padding-top: 4vw;
	}
	.mv .text {
		position: relative;
		left: auto;
		top: auto;
		transform: initial;
		margin: 0 4vw;
		width: auto;
		z-index: 1;
	}
	.mv .text h1 {
		font-size: 7vw;
		margin-bottom: 4vw;
	}
	.mv .text p.copy {
		font-size: 3.6vw;
	}
	.mv img {
		display: block;
		margin-left: auto;
		margin-top: -31vw;
		width: 56%;
	}
}

/** -- headline -- **/
.headline_1 {
	margin-bottom: 30px;
}
.headline_1 .title_deco {
	color: #cc7eb1;
	font-size: 50px;
	font-style: italic;
	font-weight: 400;
	text-align: center;
}
.headline_1 h2 {
	font-size: 24px;
	text-align: center;
}
@media screen and (max-width: 1240px) {
	.headline_1 {
		margin-bottom: 6vw;
	}
	.headline_1 .title_deco {
		color: #cc7eb1;
		font-size: 50px;
		font-style: italic;
		font-weight: 400;
		text-align: center;
	}
	.headline_1 h2 {
		font-size: 24px;
		text-align: center;
	}
}
@media screen and (max-width: 780px) {
	.headline_1 {
		margin-bottom: 6vw;
	}
	.headline_1 .title_deco {
		font-size: 8vw;
	}
	.headline_1 h2 {
		font-size: 4vw;
	}
}

/** -- pick_up -- **/
.pick_up {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 8px rgba(204,126,177, .5);
	margin: 120px auto;
	width: 1000px;
}
.pick_up .inner {
	margin: 0 auto;
	padding: 60px 0;
	position: relative;
	width: 800px;
}
.pick_up .title_deco {
	color: #cc7eb1;
	font-size: 50px;
	font-style: italic;
	font-weight: 400;
	position: absolute;
	left: 50%;
	top: -40px;
	transform: translateX(-50%);
}
.pick_up h2 {
	font-size: 24px;
	margin-bottom: 30px;
	text-align: center;
}
.pick_up .first article {
	border-radius: 10px;
	box-shadow: 0 0 12px rgba(204,126,177, .2);
	overflow: hidden;
	position: relative;
}
.pick_up .first article a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.pick_up .first article .thumb {
	width: 50%;
}
.pick_up .first article .text {
	padding: 40px;
	width: 50%;
}
.pick_up .first article h3 {
	font-size: 18px;
}
@media screen and (max-width: 1240px) {
	.pick_up {
		background-color: #fff;
		border-radius: 5px;
		box-shadow: 2px 2px 8px rgba(204,126,177, .5);
		margin: 120px auto;
		width: 1000px;
	}
	.pick_up .inner {
		margin: 0 auto;
		padding: 60px 0;
		position: relative;
		width: 800px;
	}
	.pick_up .title_deco {
		color: #cc7eb1;
		font-size: 50px;
		font-style: italic;
		font-weight: 400;
		position: absolute;
		left: 50%;
		top: -40px;
		transform: translateX(-50%);
	}
	.pick_up h2 {
		font-size: 24px;
		margin-bottom: 30px;
		text-align: center;
	}
	.pick_up .first article {
		border-radius: 10px;
		box-shadow: 0 0 12px rgba(204,126,177, .2);
		overflow: hidden;
		position: relative;
	}
	.pick_up .first article a {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.pick_up .first article .thumb {
		width: 50%;
	}
	.pick_up .first article .text {
		padding: 40px;
		width: 50%;
	}
	.pick_up .first article h3 {
		font-size: 18px;
	}
}
@media screen and (max-width: 780px) {
	.pick_up {
		margin: 14vw 6vw 12vw;
		width: auto;
	}
	.pick_up .inner {
		padding: 8vw 6vw;
		width: auto;
	}
	.pick_up .title_deco {
		font-size: 8vw;
		top: -6vw;
	}
	.pick_up h2 {
		font-size: 4vw;
		margin-bottom: 8vw;
	}
	.pick_up .first article {
		border-radius: 5px;
		box-shadow: 0 0 10px rgba(204,126,177, .2);
	}
	.pick_up .first article .thumb {
		height: 45vw;
		width: 100%;
	}
	.pick_up .first article .thumb img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	.pick_up .first article .text {
		padding: 4vw;
		width: 100%;
	}
	.pick_up .first article h3 {
		font-size: 3.8vw;
	}
}

/** -- ranking -- **/
.ranking .list {
	margin: 0 -25px;
}
.ranking article {
	margin: 0 25px 50px;
	width: calc(50% - 50px);
}
.ranking article .thumb {
	border-radius: 5px;
	margin-bottom: 20px;
	overflow: hidden;
}
.ranking article .thumb img {
	object-fit: cover;
}
.ranking article h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
.ranking article .date {
	color: #d3ccd6;
	font-size: 12px;
}
@media screen and (max-width: 1240px) {
	.ranking .list {
		margin: 0 -25px;
	}
	.ranking article {
		margin: 0 25px 50px;
		width: calc(50% - 50px);
	}
	.ranking article .thumb {
		border-radius: 5px;
		margin-bottom: 20px;
		overflow: hidden;
	}
	.ranking article .thumb img {
		object-fit: cover;
	}
	.ranking article h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.ranking article .date {
		color: #d3ccd6;
		font-size: 12px;
	}
}
@media screen and (max-width: 780px) {
	.ranking .list {
		margin: 0;
	}
	.ranking article {
		margin: 0 0 10vw;
		width: 100%;
	}
	.ranking article .thumb {
		margin-bottom: 4vw;
		height: 48vw;
	}
	.ranking article .thumb img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	.ranking article h3 {
		font-size: 3.6vw;
		margin-bottom: 1vw;
	}
	.ranking article .date {
		font-size: 3.2vw;
	}
}

/** -- blog list -- **/
main .blog_list .list {
	
}
main .blog_list article {
	align-items: center;
	border-bottom: solid 1px #e6cde3;
	padding-bottom: 40px;
	position: relative;
}
main .blog_list article + article {
	margin-top: 40px;
}
main .blog_list article a {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
main .blog_list article figure {
	border-radius: 10px;
	overflow: hidden;
	width: 200px;
}
main .blog_list article figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
main .blog_list article .text {
	margin-left: 30px;
	width: calc(100% - 200px - 30px);
}
main .blog_list article .text h3 {
	font-size: 18px;
}
main .blog_list article .text .cat {
	margin-bottom: 10px;
}
main .blog_list article .text .cat li {
	background-color: #cc7eb1;
	border-radius: 2px;
	color: #fff;
	font-size:14px;
	padding: 2px 8px;
}
@media screen and (max-width: 1240px) {
	main .blog_list article {
		align-items: center;
		border-bottom: solid 1px #e6cde3;
		padding-bottom: 40px;
		position: relative;
	}
	main .blog_list article + article {
		margin-top: 40px;
	}
	main .blog_list article a {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
	main .blog_list article figure {
		border-radius: 10px;
		overflow: hidden;
		width: 200px;
	}
	main .blog_list article figure img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	main .blog_list article .text {
		margin-left: 30px;
		width: calc(100% - 200px - 30px);
	}
	main .blog_list article .text h3 {
		font-size: 18px;
	}
	main .blog_list article .text .cat {
		margin-bottom: 10px;
	}
	main .blog_list article .text .cat li {
		background-color: #cc7eb1;
		border-radius: 2px;
		color: #fff;
		font-size:14px;
		padding: 2px 8px;
	}
}
@media screen and (max-width: 780px) {
	main .blog_list article {
		padding-bottom: 8vw;
	}
	main .blog_list article + article {
		margin-top: 8vw;
	}
	main .blog_list article figure {
		border-radius: 5px;
		width: 28vw;
	}
	main .blog_list article .text {
		margin-left: 5vw;
		width: calc(100% - 28vw - 5vw);
	}
	main .blog_list article .text h3 {
		font-size: 3.6vw;
	}
	main .blog_list article .text .cat {
		margin-bottom: 2vw;
	}
	main .blog_list article .text .cat li {
		font-size: 3.2vw;
		padding: .5vw 2vw;
	}
}