@charset "utf-8";


.slide01{
	background: url(../img/top/mv_pc01.jpg) no-repeat;
	background-position: center;
}

.slide02{
	background: url(../img/top/mv_pc02.jpg) no-repeat;
	background-position: center;
}

.slide03{
	background: url(../img/top/mv_pc03.jpg) no-repeat;
	background-position: center;
}

.slide04{
	background: url(../img/top/mv_pc04.jpg) no-repeat;
	background-position: center;
}

.slide01, .slide02, .slide03, .slide04 {
	background-size: cover;
	/* height: 90rem; */
	height: 100svh;
}

.slide01 .inner,
.slide02 .inner,
.slide03 .inner,
.slide04 .inner{
		display: flex !important;
	justify-content: center;
	align-items: center;
	padding-left: 4rem;
	padding-right: 4rem;
	max-width: 120rem;
	margin-left: auto;
	margin-right: auto;
}

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

	.slide01, .slide02, .slide03, .slide04 {
		height:60rem;
	}

}

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

	.slide01, .slide02, .slide03, .slide04 {
		/*height: 45rem;*/
	}

}

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

	.slide01, .slide02, .slide03, .slide04 {
		background-size: cover;
		height: 55rem;
	}

}

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

	.slide01{
		background: url(../img/top/mv_sp01.jpg) no-repeat;
		background-position: center;
	}

	.slide02{
		background: url(../img/top/mv_sp02.jpg) no-repeat;
		background-position: center;
	}

	.slide03{
		background: url(../img/top/mv_sp03.jpg) no-repeat;
		background-position: center;
	}

	.slide04{
		background: url(../img/top/mv_sp04.jpg) no-repeat;
		background-position: center;
	}

	.carousel-inner {
		/* max-height: 100svh; */
		max-height: 70rem;
	}

	.slide01, .slide02, .slide03, .slide04 {
		background-size: cover;
		height: 70rem;
	}


}


/*-------------------------------------------------*/

.head_right_area{
	display: flex;
	align-items: center;
}

.head_right_area .head_bt_list{
	display: flex;
}

.head_right_area .head_bt_list li{
	margin-right: 1rem;
}

.head_right_area .head_bt_list li:last-child{
	margin-right: 0;
}

.head_right_area .head_bt_list li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14.2rem;
	height: 4.3rem;
	color: #fff;
	border-radius: 0.5rem;
}

.head_right_area .head_bt_list li a span{
	margin-right: 0.5rem;
	font-size: 2rem;
}

.head_right_area .head_bt_list li:first-child a{
	background: #612822;
}

.head_right_area .head_bt_list li:last-child a{
	background: #c34d13;
}

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

	.head_right_area{
		display: none;
	}

}

/*-------------------------------------------------*/

.w-120{
	max-width: 124rem;
	margin-left: auto;
	margin-right: auto;
}

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

	.w-120{
		margin-left: 3rem;
		margin-right: 3rem;
	}

}

/*-------------------------------------------------*/

.top_about_area {
	display: flex;
}

.top_about_area .image{
	max-width: 59rem;
	min-width: 42rem;
	margin-right: 6rem;
}


.top_about_area .image.rounded_corners img{
	/*border-radius: 1rem;*/
}

.top_about_area .text{
	max-width: 60rem;
}

.top_about_area .text .title{
	margin-bottom: 3.5rem;
}

.top_about_area .text .title h4{
	font-size: 3rem;
	font-weight: 600;
	font-family: "Shippori Mincho", serif;
	line-height: 1.4;

	margin-bottom: 2rem;
}

.top_about_area .text .title div{
	font-family: "Shippori Mincho", serif;
	font-size: 1.2rem;
	font-weight: 600;
	color: #E7536B;
}

.top_about_area .text .title.green div{
	color: #66bb05;
}

.top_about_area .text .sentence{
	line-height: 1.7;
	margin-bottom: 4rem;
}

.top_about_area.features .text .sentence{
	margin-bottom: 0;
}

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

	.top_about_area .image {
		max-width: 60rem;
		min-width: auto;
		margin-right: 4rem;
	}
	
	.top_about_area .text .title h4 .pc{
		display: none;
	}

}

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

	.top_about_area .image {
		min-width: 30rem;
	}

}

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

	.top_about_area {
		flex-wrap: wrap;
		justify-content: center;
	}

	.top_about_area .image {
		max-width: 60rem;
		margin-right: 0;
		margin-bottom: 4rem;
	}

	.top_about_area .text .title {
		margin-bottom: 2rem;
	}

	.top_about_area .text .title h4 {
		font-size: 2.4rem;
		line-height: 1.5;
		font-weight: 600;
	}

	.top_about_area .text .sentence{
		font-size: 1.4rem;
		line-height: 2;
	}


}

/*-------------------------------------------------*/

.top_feature_area{
	background: rgb(209,165,82);
	background: linear-gradient(0deg, rgba(209,165,82,1) 0%, rgba(188,124,2,1) 100%);
	display: flex;
	align-items: center;
}

.top_feature_area .image{
	min-width: 40rem;
}

.top_feature_area .text{
	background: url(../img/top_feature.png) no-repeat right bottom;
	max-width: 80rem;
	width: 100%;
	
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 4rem;
	padding-bottom: 4rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.top_feature_area .text h4{
	font-size: 2.5rem;
	font-weight: 400;
	font-family: "Shippori Mincho", serif;
	color: #fff;
	margin-bottom: 2rem;
}

.top_feature_area .text .top_feature_list{
	color: #fff;
	margin-bottom: 4rem;
}

.top_feature_area .text .top_feature_list li{
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}

.top_feature_area .text .top_feature_list li:last-child{
	margin-bottom: 0rem;
}

.top_feature_area .text .top_feature_list li span{
	margin-right: 1rem;
}

.top_feature_area .text .bt{
	display: flex;
	justify-content: center;
	width: 100%;
}


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

	.top_feature_area .image{
		min-width: 34rem;
		margin-left: 3rem;
		margin-right: 2rem;
	}

	.top_feature_area .text {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

}

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

	.top_feature_area {
		flex-wrap: wrap;
	}

	.top_feature_area .text {
		background: url(../img/top_feature_sp.png) no-repeat center bottom;
		padding-top: 3rem;
	}

	.top_feature_area .text h4 {
		font-size: 2.4rem;
		margin-bottom: 2rem;
		line-height: 1.4;
		text-align: center;
	}

	.top_feature_area .image {
		min-width: 30rem;
		margin-left: 0;
		margin-right: 0;
	}

}

/*-------------------------------------------------*/

div.bt{
	display: flex;
}

div.bt.center{
	display: flex;
	justify-content: center;
}

a.hony_bt{
	background: #1E1E1E;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20rem;
	height: 5.0rem;
	color: #C5C5C5;
	font-size: 1.8rem;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
}

.white a.hony_bt{
	background: #c5c5c5;
	color: #1E1E1E;
}

a.hony_bt.short{
	width: 12rem;
}

a.hony_bt span{
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0.0rem;
	font-size: 4rem;
}

a.hony_bt.cart span{
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0rem;
	font-size: 2.5rem;
}

a.hony_bt.center{
	margin-left: auto;
	margin-right: auto;
}

a.hony_bt.green{
	background: #46842e;
}

a.hony_bt.green::before{
	border-right: 2.3rem solid #46842e;
}

a.hony_bt.green::after{
	border-left: 2.3rem solid #46842e;
}

a.hony_bt.yellow{
	background: #ce8700;
}

a.hony_bt.yellow::before{
	border-right: 2.3rem solid #ce8700;
}

a.hony_bt.yellow::after{
	border-left: 2.3rem solid #ce8700;
}

/*-------------------------------------------------*/

.top_detail_area{
	background: url(../img/top/recommend_bg.jpg) no-repeat;
	background-position: top center;
	background-size: cover;
}

.top_detail_area .title{
	margin-bottom: 4rem;
}

.top_detail_area .title h4{
	font-size: 3rem;
	font-weight: 400;
	font-family: "Shippori Mincho", serif;
	text-align: center;
	margin-bottom: 1.2rem;
}

.top_detail_area .title div{
	font-size: 1.4rem;
	color: #a3803d;
	text-align: center;
}

.top_detail_area .annotation_area{
	display: flex;
	justify-content: center;
}

.top_detail_area .annotation{
	position: relative;
	margin: 1.5em 0 4rem;
	padding: 1.5rem 2rem;
	min-width: 120px;
	max-width: 100%;
	color: #fff;
	font-size: 16px;
	background: #612822;
	box-sizing: border-box;
	border-radius: 0.5rem;

	display: flex;
	align-items: center;
}

.top_detail_area .annotation::before{
	content: "";
	position: absolute;
	top: -4rem;
	left: 50%;
	margin-left: -1.5rem;
	border: 2rem solid transparent;
	border-bottom: 2rem solid #612822;
	z-index: 2;
}

.top_detail_area .annotation::after{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	z-index: 1;
}

.top_detail_area .annotation .image{
	margin-right: 2rem;
}

.top_detail_area .annotation .text{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.8;
}

.top_detail_area .annotation_bottom{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.8;
	color: #612822;
	text-align: center;
	margin-bottom: 4rem;
}

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

	.top_detail_area {
		background: url(../img/top/recommend_bg_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}

	.top_detail_area .title h4{
		font-size: 2.4rem;
	}

	.top_detail_area .title div {
		font-size: 1.2rem;
	}
	
	.top_detail_area .annotation .image{
		max-width: 6rem;
	}

	.top_detail_area .annotation .text {
		font-size: 1.6rem;
	}

	.top_detail_area .annotation_bottom {
		font-size: 1.9rem;
		line-height: 1.7;
		margin-bottom: 3rem;
	}


}

/*-------------------------------------------------*/

.top_item_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top_item_list li{
	max-width: 35rem;
	width: 30%;
}

.top_item_list li:nth-child(1),
.top_item_list li:nth-child(2),
.top_item_list li:nth-child(3){
	margin-bottom: 3rem;
}

.top_item_list li .image{
	margin-bottom: 2rem;
}

.top_item_list li .text{
	font-family: "Shippori Mincho", serif;
	text-align: center;
	font-weight: 600;
	margin-bottom: 3rem;
}

.top_item_list li .text a{

}

.top_item_list li .text a:hover{
	text-decoration: underline;
}

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

	.top_item_list li .text .sp{
		display: block;
	}

	
}

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

	.top_item_list li{
		width: 46%;
	}

	.top_item_list li:nth-child(1),
	.top_item_list li:nth-child(2),
	.top_item_list li:nth-child(3),
	.top_item_list li:nth-child(4){
		margin-bottom: 3rem;
	}

	.top_item_list li .text {
		font-size: 1.4rem;
	}

}

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

	.top_item_list li .text {
		font-size: 1.3rem;
	}

}

/*-------------------------------------------------*/

.top_contents_banner{
	display: flex;
	justify-content: space-between;
}

.top_contents_banner li{
	width: 48%;
	max-width: 57rem;
}

.top_contents_banner li:nth-child(1){
	background: url(../img/top/banner_whitecrown_bg.jpg);
	background-size: cover;
}

.top_contents_banner li:nth-child(2){
	background: url(../img/top/banner_water_bg.jpg);
	background-size: cover;
}

.top_contents_banner li .image{

}

.top_contents_banner li .data{
	padding: 3rem 7rem 4rem;
	color: #fff;
}

.top_contents_banner li .data .title{
	font-family: "Shippori Mincho", serif;
	text-align: center;
	border-bottom: 0.1rem solid #fff;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}

.top_contents_banner li .data .title div{
	font-size: 4rem;
}

.top_contents_banner li .data .title p{
	font-size: 2rem;
}

.top_contents_banner li .data .text{
	margin-bottom: 2.5rem;
	text-align: left;
}

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

	.top_contents_banner li .data {
		padding: 3rem 5rem 4rem;
	}

	.top_contents_banner li .data .title div {
		line-height: 1.2;
		margin-bottom: 1rem;
	}

}

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

	.top_contents_banner li .data .title {
		min-height: 17rem;
	}

}

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

	.top_contents_banner li .data .title {
		min-height: auto;
	}

	.top_contents_banner li .data .title div {
		font-size: 3.5rem;
	}

}

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

	.top_contents_banner {
		flex-wrap: wrap;
	}

	.top_contents_banner li {
		width: 100%;
	}

	.top_contents_banner li:nth-child(1){
		margin-bottom: 5rem;
	}

	.top_contents_banner li .data {
		padding: 3rem 3rem 4rem;
	}
	
	.top_contents_banner li .data .text{
		font-size: 1.5rem;
		text-align: left;
	}

	.top_contents_banner li .data .title div{
		font-size: 3rem;
		font-weight: 600;
		line-height: 1.2;
		margin-bottom: 1rem;
	}

}

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

	.top_contents_banner li .data {
		padding: 3rem 2.5rem 4rem;
	}

}

/*-------------------------------------------------*/

.top_recommend_list{
	display: flex;
	justify-content: space-between;
}

.top_recommend_list li{
	max-width: 35rem;
	width: 30%;
}

.top_recommend_list li .image{
	margin-bottom: 2rem;
}

.top_recommend_list li .text{
	text-align: center;
	font-weight: 500;
	margin-bottom: 3rem;
}

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

	.top_recommend_list li .text{
		font-size: 1.4rem;
	}

}

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

	.top_recommend_list{
		flex-wrap: wrap;
	}
	
	.top_recommend_list li{
		width: 100%;
		margin-bottom: 6rem;
		max-width: unset;
	}
	
	.top_recommend_list li:last-child{
		margin-bottom: 0;
	}

	.top_recommend_list li .text{
		font-size: 1.6rem;
		margin-bottom: 3rem;
	}
	

}

/*-------------------------------------------------*/

.contact_banner{
	background: url(../img/top/banner_order_bg.jpg) no-repeat right top;
	background-size: cover;
	position: relative;
	
	display: flex;
	align-items: center;
}

.contact_banner .image{
	max-width: 55%;
}

.contact_banner .text{
	width: 37%;
	margin-left: 5rem;
	margin-right: 5rem;
}

.contact_banner .title{
	margin-bottom: 8rem;
}

.contact_banner .title div{
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 5rem;
	line-height: 1;
	margin-bottom: 3rem;
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.contact_banner .title div img{
	max-width: 9rem;
}

.contact_banner .title div.japanese{
	font-size: 2.4rem;
}

.contact_banner .title p{
	font-weight: 500;
}

.contact_banner .bt{

}

.contact_banner .bt a{
	font-family: "Shippori Mincho", serif;
	width: 100%;
	height: 5.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1E1E1E;
	color: #C5C5C5;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
}

.contact_banner .bt a span{
	margin-right: 1rem;
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0.0rem;
	font-size: 4rem;
}

.contact_banner .bt.open_in_new a span{
	font-size: 2.5rem;
}

.contact_banner .bt a span{
	margin-right: 1rem;
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0.0rem;
	font-size: 4rem;
}

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

	.contact_banner .title{
		margin-bottom: 3rem;
	}

}


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

	.contact_banner .tel div{
		font-size: 3.5rem;
	}

}

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

	.contact_banner .image {
		max-width: 45%;
		margin-left: 3rem;
	}

	.contact_banner .text {
		width: 44%;
		margin-left: 3rem;
		margin-right: 3rem;
		margin-top: 4rem;
		margin-bottom: 4rem;
	}

	.contact_banner .tel div{
		font-size: 3.5rem;
	}

}

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

	.contact_banner {
		flex-wrap: wrap;
	}

	.contact_banner .image {
		max-width: 100%;
		margin-left: 0rem;
	}

	.contact_banner .text {
		width: 90%;
		margin-left: 3rem;
		margin-right: 3rem;
		margin-top: 3rem;
		margin-bottom: 4rem;
	}

	.contact_banner .title{
		margin-bottom: 3rem;
	}

	.contact_banner .title div {
		font-size: 3rem;
		text-align: center;
		margin-bottom: 2rem;
		display: flex;
		justify-content: center;
	}
	
	.contact_banner .title div img {
		max-width: 5.5rem;
		margin-left: 2rem;
	}

	.contact_banner .title p {
		font-size: 1.4rem;
		text-align: center;
	}

	.contact_banner .tel {
		margin-left: auto;
		margin-right: auto;
	}

	.contact_banner .tel div {
		font-size: 3.2rem;
		margin-bottom: 1rem;
	}

	.contact_banner .tel p {
		font-size: 1.5rem;
		text-align: center;
	}

}

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

	.contact_banner .bt.open_in_new a {
		font-size: 1.6rem;
		text-align: center;
		line-height: 1.4;
		height: 6.5rem;
	}
	
	.contact_banner .bt.open_in_new a span {
		font-size: 2.5rem;
		margin-right: 1rem;
	}

}

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

	.contact_banner .title p {
		/*font-size: 1.5rem;*/
	}

	.contact_banner .bt a{
		font-size: 1.7rem;
	}

	.contact_banner .bt a span {
		margin-right: 0.0rem;
	}

}

/*-------------------------------------------------*/

.follow_sp{
	display: none;
}

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

	.follow_sp {
		display: flex /*!important*/;
		align-items: center;
		height: 6rem;
		margin: 0;
		position: fixed;
		bottom: 0;
		width: 100%;
		background: #c5c5c5;
		z-index: 1;
		
		transition: .5s;
		opacity: 0;
	}

	.follow_sp.active{
		opacity: 1;
	}

	.follow_sp li{
		margin-left: 1rem;
		width: 25%;
	}

	.follow_sp li.page_top_sp{
		min-width: 5rem;
		width: 15%;
	}

	.follow_sp li a{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 4rem;
		background: #1e1c1d;
		border-radius: 0rem;
		color: #c8c6c7;
		font-size: 1.4rem;
		font-weight: bold;
	}

	.follow_sp li a span{
		font-size: 2rem;
		margin-right: 0.5rem;
	}

}

/*-------------------------------------------------*/

/*-------------------------------------------------*/

/*---------------------------------------------------------------------------------------------*/
/*印刷用CSSの定義を指定する*/

@media print{

	body {
		-webkit-print-color-adjust: exact; /* 印刷時でも背景色や背景画像を表示 */
		width: 1640px;
		zoom: 1.0; /* なるべく多くのブラウザで切れないようにするため */
	  }

	.page_top,
	.item_bt,
	.hamburger {
		position: absolute;
	}

}

/*-----------------------------------------------------------------------------*/
/*IEハック*/

_:-ms-lang(x)::-ms-backdrop, .top_detail_area .top_detail_list li h5{ padding-top: 1rem ; }
_:-ms-lang(x)::-ms-backdrop, .top_detail_area .top_detail_list li h5 span{ margin-top: -0.8rem ; }

_:-ms-lang(x)::-ms-backdrop, a.hony_bt{ padding-top: 0.5rem ; }
_:-ms-lang(x)::-ms-backdrop, a.hony_bt span{ margin-top: -1rem ; }

_:-ms-lang(x)::-ms-backdrop, .contact_banner .tel{ width: 29rem ; }

/*-----------------------------------------------------------------------------*/
/*Safariハック*/
/*_::-webkit-full-page-media, _:future, :root a.hony_bt span { top: 0.3rem ; }*/
