@charset "utf-8";


/*	共通
------------------------------*/
#header {
	padding: 0 6.25%;
}
#header .site-title {
	width: 42%;
	padding-top: 60px;
	position: absolute;
    z-index: 99;
}
.base_hd_en {
	font-size: 365%;
}
.fadeLeft {
	animation-name: fadeLeftAnime;
	animation-delay: 1.6s;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeLeftAnime {
	from {
		opacity: 0;
		transform: translateX(-100px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
.fadeDown {
	animation-name: fadeDownAnime;
	animation-delay: 2s;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeDownAnime {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media only screen and (max-width: 480px) {

#header {
	padding: 0 10%;
}
#header .site-title {
	padding-top: 40px;
}
.base_hd_en {
	font-size: 265%;
}

}


/*	ローディング
------------------------------*/
#splash {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	text-align:center;
}
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 999;
	transform: translate(-50%, -50%);
	width: 100%;
}
.loader_cover {
    width: 100%;
    height: 50%;
    background-color: #fafafa;
    transition: all .2s cubic-bezier(.04, .435, .315, .9);
    transform: scaleY(1);
}
.loader_cover-up {
    transform-origin: center top;
}
.loader_cover-down {
    position: absolute;
    bottom: 0;
    transform-origin: center bottom;
}
.coveranime {
    transform: scaleY(0);
}


/*	ヒーローエリア
------------------------------*/
#hero {
	padding: 20px 0;
	position: relative;
}
#hero_slide {
	width: calc(100% - 40px);
    height: calc(100vh - 40px);
	margin: 0 auto;
}
#hero_slide::before {
	content: "";
	display: block;
	width: 100%;
	height: 200px;
	background: -moz-linear-gradient(top,  rgba(114,128,99,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(114,128,99,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(114,128,99,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#728063', endColorstr='#00ffffff',GradientType=0 );
	position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.vegas-timer-progress {
	background-color: #e7bca3;
}
#hero .site-sign {
    padding: 50px 6.25%;
	background-color: #e7bca3;
	position: absolute;
    left: 0;
    bottom: 40px;
}
.site-copy {
	font-size: 185%;
    letter-spacing: .26em;
    line-height: 1.4;
}
.site-copy-en {
	display: inline-block;
	font-family: merriweather, serif;
    font-weight: 400;
    font-size: 75%;
}
.site-copy-en::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 1px;
	margin-right: 10px;
    vertical-align: middle;
	background-color: #454d3c;
}
.site-description {
	margin-top: 30px;
}
#hero .base_btn {
	position: absolute;
    right: 40px;
    bottom: 40px;
}
#hero .scroll {
	position: absolute;
	left: 2.5%;
	bottom: 60px;
}
#hero .scroll i {
	display: block;
	width: 1px;
	height: 60px;
	background-color: #728063;
	position: relative;
	-webkit-animation: scroll-animation 3000ms linear infinite both;
	animation: scroll-animation 3000ms linear infinite both;
}
#hero .scroll i::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 5px solid #728063;
    border-left: 5px solid transparent;
    border-right: 5px solid #728063;
    border-bottom: 5px solid transparent;
}
@-webkit-keyframes scroll-animation { 
	0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	4% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 15.407, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 15.407, 0, 1); }
	8.01% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 18.772, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 18.772, 0, 1); }
	31.03% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3.779, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3.779, 0, 1); }
	54.05% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.274, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.274, 0, 1); }
	100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}
@keyframes scroll-animation { 
	0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	4% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 15.407, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 15.407, 0, 1); }
	8.01% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 18.772, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 18.772, 0, 1); }
	31.03% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3.779, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3.779, 0, 1); }
	54.05% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.274, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.274, 0, 1); }
	100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}

.hide-area {
	display: none;
}
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
.modaal-video .modaal-inner-wrapper{
	padding:0;
}
@media only screen and (max-width: 768px) {

#hero .site-sign {
	bottom: 120px;
}

}
@media only screen and (max-width: 480px) {

#hero {
	padding: 10px 0 40px;
}
#hero_slide {
    width: calc(100% - 20px);
    height: calc(100vh - 20px);
    margin: 0 auto;
}
#hero_slide::before {
	height: 160px;
}
#hero .site-sign {
	width: calc(100% - 20px);
    margin: -120px 0 40px;
    padding: 30px 6.25%;
	position: relative;
	bottom: unset;
}
.site-copy {
	font-size: 145%;
}
.site-description {
	margin-top: 20px;
	text-align: justify;
}
#hero .base_btn {
	position: relative;
	right: unset;
    bottom: unset;
}
#hero .scroll {
	display: none;
}

}


/*	ニュースティッカー
------------------------------*/
#news_ticker {
	-js-display: flex;
	display: flex;
	background-color: #fafafa;
}
.ticker_hd {
	-js-display: flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 25%;
	padding: 0 40px;
	color: #dbb39b;
	font-family: span, serif;
	font-weight: 400;
	font-size: 145%;
	text-align: right;
	background-color: #454d3c;
}
#news_ticker .bx-wrapper {
	width: 75%;
	padding: 25px 0;
	position: relative;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
#news_ticker .bx-viewport {
	transform: translateZ(0);
}
.ticker_item {
	margin-right: 120px;
}
.ticker_date {
	display: inline-block;
	margin-right: 12px;
	font-family: span, serif;
	font-weight: 400;
	font-size: 75%;
	letter-spacing: .26em;
}
.ticker_txt {
	display: inline-block;
	font-size: 85%;
}
.ticker_txt a {
	color: #454d3c;
	text-decoration: underline;
}
.ticker_txt a:hover {
	text-decoration: none;
}
@media only screen and (max-width: 480px) {

#news_ticker {
	flex-wrap: wrap;
}
.ticker_hd {
	width: 100%;
	justify-content: center;
	padding: 6px 20px;
	font-size: 125%;
	border-right: none;
}
#news_ticker .bx-wrapper {
	width: 100%;
	padding: 12px 0;
}
.ticker_date {
	font-size: 85%;
}
.ticker_txt {
	font-size: 93%;
}

}


/*	私たちについて
------------------------------*/
#about {
	padding: 120px 0;
}
.about_img {
	width: 50%;
}
.about_img img {
	width: 100%;
    height: 100%;
}
.about_txtarea {
	-js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
	padding: 40px;
    background-color: #e7bca3;
}
.about_txtarea p {
	line-height: 2;
}
.about_txtarea .base_btn {
	margin-top: 50px;
}
@media only screen and (max-width: 768px) {

.about_img,
.about_txtarea {
	width: 100%;
}

}
@media only screen and (max-width: 480px) {

#about {
	padding: 60px 0;
}
.about_txtarea {
	padding: 20px;
}
.about_txtarea p {
	line-height: 1.8;
}
.about_txtarea .base_btn {
	margin-top: 30px;
}

}


/*	事業内容
------------------------------*/
#service {
	padding: 80px 0;
	background-color: #fafafa;
}
.service_item {
	width: 32%;
    margin-right: 2%;
	margin-bottom: 20px;
	background-color: #454d3c;
}
.service_item:first-child {
	width: 49%;
}
.service_item:nth-child(2) {
	width: 49%;
	margin-right: 0;
}
.service_item:last-child {
    margin-right: 0;
}
.service_img {
	height: 220px;
}
.service_item:first-child .service_img,
.service_item:nth-child(2) .service_img {
	height: 320px;
}
.service_img img {
	width: 100%;
	height: 100%;
}
.service_name {
	padding: 12px;
	color: #fff;
    text-align: center;
}
.service_hd_ja {
	display: block;
	font-size: 115%;
    line-height: 1.4;
    letter-spacing: 0.26em;
}
.service_hd_en {
	display: block;
    font-family: span, serif;
    font-weight: 400;
    font-size: 65%;
    letter-spacing: 0.32em;
}
.service_item:nth-child(2) .service_hd_ja {
    letter-spacing: 0.06em;
}
.service_item a:hover .service_name {
	color: #dbb39b;
}
#service .base_btn {
	margin-top: 40px;
}
#service .bnr_catalog {
	margin-top: 80px;
}
@media only screen and (max-width: 768px) {

.service_item {
	width: 49%;
}
.service_item:first-child {
	width: 100%;
}
.service_item:nth-child(2) {
	margin-right: 2%;
}
.service_item:nth-child(odd) {
	margin-right: 0;
}
.service_img,
.service_item:nth-child(2) .service_img {
	height: 180px;
}
.service_item:nth-child(2) .service_hd_ja {
	font-size: 90%;
}

}
@media only screen and (max-width: 480px) {

.service_item,
.service_item:nth-child(2) {
	width: 100%;
	margin-right: 0;
}
.service_item:first-child .service_img {
	height: 180px;
}
.service_item:nth-child(2) .service_hd_ja {
    font-size: 110%;
}

}


/*	フラワーマーケット情報
------------------------------*/
#journal {
	padding: 80px 0;
    background-color: #454d3c;
}
#journal .flex_box {
	justify-content: space-between;
}
.journal_item {
	width: 47.5%;
    margin-bottom: 60px;
}
.journal_img {
	height: 240px;
    margin-bottom: 20px;
}
.journal_img img {
	width: 100%;
    height: 100%;
}
.journal_title a {
	color: #fff;
    font-size: 115%;
    line-height: 1.6;
}
.journal_date {
	display: block;
    color: #dbb39b;
    font-family: merriweather, serif;
    font-weight: 400;
    font-size: 75%;
    letter-spacing: .32em;
    text-align: right;
}
.journal_category {
	display: block;
    color: #dbb39b;
    font-size: 85%;
    text-align: right;
}
.journal_category a {
	color: #dbb39b;
}
.journal_category a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 480px) {

.journal_item {
	width: 100%;
    margin-bottom: 40px;
}
.journal_img {
	height: 180px;
    margin-bottom: 10px;
}

}


/*	新たな価値観と取り組み
------------------------------*/
#action {
	padding: 120px 0;
    background-color: #fff;
}
.logo_SDGs {
	width: 200px;
    margin: 0 auto 40px;
}
#action p {
	text-align: justify;
    line-height: 2.2;
}
#action .base_btn {
	margin-top: 60px;
}
@media only screen and (max-width: 480px) {

#action {
	padding: 60px 0;
}
.logo_SDGs {
	width: 120px;
    margin: 0 auto 20px;
}
#action p {
	line-height: 1.8;
}
#action .base_btn {
	margin-top: 40px;
}

}


/*	お知らせ
------------------------------*/
#news {
	padding: 120px 0 80px;
	background-color: #fafafa;
}
#news .flex_box {
	justify-content: space-between;
}
.news_wrap {
	width: 50%;
}
.news_item {
	padding: 30px 0;
    border-bottom: 1px dotted #454d3c;
}
.news_item:first-child {
	padding: 0 0 30px;
}
.news_date {
	font-family: merriweather, serif;
    font-weight: 400;
    font-size: 75%;
    letter-spacing: .26em;
}
.news_title {
	margin-top: 6px;
    line-height: 1.6;
}
.news_title a:hover {
	text-decoration: underline;
}
.news_wrap .base_btn {
	margin-top: 60px;
}
#news .instagram {
	width: 45%;
}
.instagram_logo {
	height: 50px;
    margin-top: 40px;
    text-align: center;
}
.instagram_logo img {
	width: auto;
    height: 100%;
}
.bnr_queens {
	width: 100%;
    max-width: 600px;
    margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {

.news_wrap {
	width: 100%;
}
#news .instagram {
	width: 100%;
    margin-top: 60px;
}

}
@media only screen and (max-width: 480px) {

#news {
	padding: 60px 0 40px;
}
.news_item {
	padding: 12px 0 16px;
}
.news_item:first-child {
	padding: 0 0 16px;
}
.news_wrap .base_btn {
	margin-top: 40px;
}
.instagram_logo {
	height: 30px;
    margin-top: 20px;
}

}