/*======================================

top

======================================*/
.top header {
	margin-bottom: 40px;
}

.top .header-img {
	width: calc(100% + 60px);
	margin: 0 auto 140px;
	transform: translateX(-30px);
	border-radius: 0;
}

.top h2 {
	margin-left: 0 !important;
}

.top p{
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 2.5;
	margin-bottom: 20px;
	margin-left: 5px;
}

/* .concept */
.top .concept {
	width: 920px;
	margin: 0 auto 170px;
	position: relative;
}

.top .concept .img-parts {
	height: 784px;
	width: 485px;
	position: absolute;
	right: 0;
	top: -75px;
}

.top .img-parts .parts {
	position: absolute;
}

.top .img-parts .parts.flower1 {
	left: 115px;
	top: 0;
}

.top .img-parts .parts.flower2 {
	right: 0;
	bottom: 0;
}

.top .img-parts .parts.leaf1 {
	right: 6px;
	top: 150px;
}

.top .img-parts .parts.leaf2 {
	left: 0;
	top: 240px;
}

.top .img-parts .parts.leaf3 {
	left: 150px;
	bottom: 143px;
}

.top .concept h2{
	line-height: 1.4;
	font-size: 76px;
	letter-spacing: 0.26em;
	margin-bottom: 40px;
}

.h2-slide {
	overflow: hidden;
	width: 0;
	white-space: nowrap;
	transition: .8s cubic-bezier(0.65, 0, 0.35, 1);
}

.h2-slide.slide-open {
	width: 490px;
}

.top .concept h2 .border-btm::after{
	width: calc(100% - 21px);
}

/* .recommend-birth */
.top .recommend-birth {
	width: 1250px;	
	margin: 0 auto 160px;
}

.top .recommend-birth .txt-set {
	width: 980px;
	margin: 0 auto 55px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.top .recommend-birth .txt-set h2 {
	font-size: 67px;
	line-height: 1.45;
	margin-bottom: 0;
}

.top .recommend-birth .txt-set h2 .border-btm::after {
	bottom: -5px;
	width: calc(100% - 8px);
}

.top .recommend-birth .txt-set p {
	margin-left: auto;
	display: block;
	transform: translateY(26px);
}

.top .recommend-birth .txt-set p a {
	text-decoration: underline;
}

.top .recommend-birth .recommend-list {
	display: block;
	width: calc(100% + 70px);
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0 35px;
	transform: translateX(-35px);
}

.top .recommend-birth .recommend-list .slick-list {
	width: 100%;
	overflow: hidden;
}

.top .recommend-birth .recommend-list li {
	display: inline-block;
	text-align: center;
	margin: 0 15px 0 25px;
	position: relative;
	width: 238px;
}

.top .recommend-birth .recommend-list li figure {
	display: inline-block;
	width: 100%;
	height: 305px;
	position: relative;
}

.top .recommend-birth .recommend-list li figure img {
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.top .recommend-birth .recommend-list .birth::after {
	display: block;
	position: absolute;
	content: '';
	background: url(../img/top/txt-birth-flower.svg) no-repeat;
	width: 54px;
	height: 85px;
	left: -4px;
	bottom: 195px;
	z-index: 1;
}

.top .recommend-birth .recommend-list .recommend::after {
	display: block;
	position: absolute;
	content: '';
	background: url(../img/top/txt-recommend.svg) no-repeat;
	width: 23px;
	height: 129px;
	left: 34px;
	bottom: 150px;
	z-index: 1;
}

.top .recommend-birth .recommend-list li .dot strong{
	font-size: 17px;
	letter-spacing: 0.18em;
	margin-top: 23px;
	padding-left: 22px;
	position: relative;
	display: inline-block;
}

.top .recommend-birth .recommend-list li .dot strong::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	background: url(../img/share/ico-circle.svg) no-repeat;
	width: 10px;
	height: 10px;
}

/* slick.css 上書き */
.top .recommend-birth .recommend-list .slick-arrow {
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	position: absolute;
	width: 26px;
	height: 54px;
	display: block;
	right: 0;
	top: 159px;
	background: url(../img/share/arrow-large.svg) no-repeat;
	background-size: auto 100%;
	z-index: 1;
	transition: .15s ease-out;
}

.top .recommend-birth .recommend-list .slick-arrow:hover {
	opacity: 0.4;
}

.top .recommend-birth .recommend-list .slick-arrow.slick-prev {
	left: 0;
	right: auto;
	transform: scale(-1,1);
}


/* .news */
.news {
	width: 980px;
	margin: 0 auto;
}

.news h2 {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 15px !important;
	padding-bottom: 30px;
	padding-left: 27px;
}

.news h2 strong {
	font-size: 80px;
	margin-right: 25px;
	letter-spacing: 0.2em;
}

.news h2 p {
	font-weight: normal;
	display: block;
	transform: translateY(24px);
	letter-spacing: 0.24em;
}
.news .news-list {
	padding-bottom: 20px;
}

.news .news-list > li {
	border-bottom: dotted 1px #dd5900;
}

.news .news-list > li:last-of-type {
	border-bottom: none;
}

.news .news-list li a {
	padding: 20px 30px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.news .news-list li a .date {
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-right: 35px;
}

.news .news-list li a strong {
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0.12em;
	max-width: 420px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news .news-list li a .tag-list {
  margin-left: auto;
	text-align: right;
}

.news .news-list li a .tag-list li {
	padding-left: 14px;
	position: relative;
	letter-spacing: 0.1em;
	font-size: 14px;
	line-height: 1.2;
	display: inline-block;
	margin-right: 15px;
}

.news .news-list li a .tag-list li::before {
	position: absolute;]
	display: block;
	content: "#";
	left: 0;
	top: 0;
}

.news .news-list li a .tag-list li:last-of-type {
	margin-right: 0;
}

