@charset "utf-8";



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

}

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

}

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

}

.underlayer_title{
	width: 100%;
	background: url(../img/top/header01.jpg) no-repeat center top;
	background-size: cover;
	height: 45rem;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;

	display: flex;
	align-items: center;
	justify-content: left;
}

.underlayer_title.goods{
	background: url(../img/under/goods.jpg) no-repeat center top;
}

.underlayer_title.white_crown{
	background: url(../img/under/white_crown.jpg) no-repeat center top;
}

.underlayer_title.earthball_green{
	background: url(../img/under/earthball_green.jpg) no-repeat center top;
}

.underlayer_title.sitemap{
	background: url(../img/under/sitemap.jpg) no-repeat center top;
}

.underlayer_title div{
	font-size: 5.0rem;
	margin-bottom: 0.5rem;
}

.underlayer_title h2{
	font-size: 2.0rem;
	margin-bottom: 0;
}

.underlayer_title .h2_title{
	width: 100%;
	/* color: #612822; */
}

.underlayer_title .h2_title.white{
	color: #fff;
}

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

	.underlayer_title .h2_title{
		margin-left: 4rem;
	}

}

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

	.underlayer_title{
		height: 25rem;
		background-size: cover;
	}

	.underlayer_title.goods{
		background: url(../img/under/goods.jpg) no-repeat center center;
		background-size: cover;
	}

	.underlayer_title.white_crown{
		background: url(../img/under/white_crown.jpg) no-repeat center center;
		background-size: cover;
	}

	.underlayer_title.earthball_green{
		background: url(../img/under/earthball_green.jpg) no-repeat center top;
	}

	.underlayer_title.sitemap{
		background: url(../img/under/sitemap.jpg) no-repeat center center;
		background-size: cover;
	}

	.underlayer_title div{
		font-size: 3.3rem;
		line-height: 1.2;
		margin-bottom: 1rem;
	}
	

	.underlayer_title .h2_title {
		margin-top: 4rem;
		margin-left: 2rem;
		line-height: 1;
	}

	.underlayer_title h2 {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.underlayer_title span {
		font-size: 1rem;
	}

}

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

.title_base{

}

.contact_banner .title_base div {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 1;
	margin-bottom: 2.5rem;
}

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

	.contact_banner .title_base div {
		font-size: 2.4rem;
		line-height: 1.4;
		margin-bottom: 2.0rem;
	}

	.contact_banner .title_base p {
		font-size: 1.4rem;
	}

}

/*-------------------------------------------------*/
/* goods */

.lineup_list{
	
}

.lineup_list > li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10rem;
	flex-wrap: wrap;
	margin-top: -10rem;
	padding-top: 10rem;
}

.lineup_list > li:last-child{
	margin-bottom: 0;
}

.lineup_list > li .item{
	width: 48%;
}

.lineup_list > li .text{
	width: 48%;
}

.lineup_list > li .text .name{
	font-family: "Shippori Mincho", serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	background: #1e1e1e;
	padding: 1rem 1.5rem 1rem;
}

.lineup_list > li .text .detail{
	padding: 1.5rem;
	border-bottom: 0.1rem solid #1e1e1e;
	padding: 1rem 1.5rem 1rem;
	margin-bottom: 1rem;
}

.lineup_list > li .text .amount{
	padding: 0rem 1.5rem;
	margin-bottom: 1rem;
}

.lineup_list > li .text .explanation{
	padding: 0rem 1.5rem;
	font-size: 1.4rem;
	margin-bottom: 2rem;
	min-height: 28rem;
}

.lineup_list > li .text .explanation h4.title{
	font-size: 1.8rem;
	margin-bottom: 1rem;
	line-height: 1.6;
    font-weight: bold;
}

.lineup_list > li .text .annotation{
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.lineup_list > li .text .price{
	padding: 0rem 1.5rem;
	margin-bottom: 2rem;
}

.lineup_list > li .text .image{
	margin-bottom: 2rem;
	min-height: 36rem;
	padding: 0rem 1.5rem;
	text-align: left;

	display: flex;
}

.lineup_list > li .text .image .left{
	min-width: 18rem;
	margin-right: 2rem;
}

.lineup_list > li .text .image .right{

}

.lineup_list > li .text .image .right div.title{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1rem;
	font-feature-settings: 'palt' on;
	letter-spacing: 0.1rem;
}

.lineup_list > li .text .image .right div.sub{
    font-family: "Shippori Mincho", serif;
	color: #66bb05;
	font-size: 1.45rem;
	font-weight: 600;
	font-style: normal;
}

.lineup_list > li .text .image .right p{
	margin-top: 2rem;
	font-size: 1.4rem;
}

.lineup_list > li .text .image ul{
	margin-top: 2rem;
	font-size: 1.4rem;
}

.lineup_list > li .text .image ul li{
	display: flex;
	margin-bottom: 1rem;
}

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

	.lineup_list > li .text .image{
		min-height: 32rem;
	}

	.lineup_list > li .text .explanation {
		min-height: 22rem;
	}

}

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

	.lineup_list > li .text .image{
		min-height: 26rem;
	}

	.lineup_list > li .text .explanation {
		min-height: 16rem;
	}

}

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

	.lineup_list > li .text .image{
		min-height: auto;
	}

	.lineup_list > li .text .explanation {
		min-height: auto;
	}

	.lineup_list > li .text .image{
		flex-wrap: wrap;
	}

	.lineup_list > li .text .image .left {
		max-width: 55%;
		min-width: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2rem;
	}

}

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

	.lineup_list > li .item{
		width: 100%;
		margin-bottom: 1rem;
	}

	.lineup_list > li .text{
		width: 100%;
		text-align: center;
	}
	
	.lineup_list > li .text .name{
		font-size: 1.8rem;
	}

	.lineup_list > li .text .explanation {
        text-align: left;
    }

	.lineup_list > li .text .annotation{
		max-width: 100%;
	}

}

/*-------------------------------------------------*/
/* white_crown */

.white_crown_about_bt{
	justify-content: center;
}

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

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

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

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

}

/*-----*/

.white_crown_detail_area{
	background: url(../img/white_crown/white_crown06-bg.jpg) #FFFAE1;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom;
}

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

.white_crown_detail li{
	width: 45%;
}

.white_crown_detail li .image{
	margin-bottom: 3rem;
}

.white_crown_detail li h4{
	font-family: "Shippori Mincho", serif;
	font-size: 3.0rem;
	font-weight: 600;
	margin-bottom: 2rem;
}

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

	.white_crown_detail li h4{
		font-size: 2.5rem;
	}

}

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

	.white_crown_detail li{
		width: 100%;
	}

	.white_crown_detail li:first-child{
		margin-bottom: 6rem;
	}

	.white_crown_detail li h4{
		font-size: 2.4rem;
		margin-bottom: 2rem;
		line-height: 1.4;
	}

	.white_crown_detail li div.text {
		font-size: 1.4rem;
		line-height: 2;
	}

}

/*-----*/

.white_crown_banner_area{
	background: #FAF5E5;
}

.contact_banner.commitment {
	background: #fff;
}

.contact_banner.commitment .image {
	max-width: 47%;
}

.contact_banner.commitment .text {
	width: 45%;
}

.contact_banner.white_crown {
	background: url(../img/white_crown/white_crown06-bg_banner.jpg) no-repeat;
	background-size: cover;
}

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

	.contact_banner.commitment {
		padding: 4rem;
	}
	
	.contact_banner.commitment .text {
		width: 100%;
		margin-right: 0rem;
	}

}

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


	.contact_banner.commitment {
		flex-wrap: wrap;
	}
	
	.contact_banner.commitment .image {
		max-width: 100%;
		margin-left: 0rem;
		margin-bottom: 3rem;
	}

	.contact_banner.commitment .text {
		width: 100%;
		margin-left: 0rem;
		margin-right: 0rem;
	}

	.contact_banner.commitment .text {
		margin-top: 0;
		margin-bottom: 0;
	}

	.contact_banner.white_crown {
		flex-wrap: wrap;
	}
	
	.contact_banner.white_crown .image {
		max-width: 100%;
		margin-left: 0;
	}
	
	.contact_banner.white_crown .text {
		width: 90%;
		margin-left: 3rem;
		margin-right: 3rem;
		margin-top: 3rem;
		margin-bottom: 4rem;
	}

}

/*-----*/

.white_crown_stores_area{
	background: #FAF5E5;
}

.top_contents_banner.stores {
	/*margin-bottom: 8rem;*/
	margin-bottom: 10rem;
}

.top_contents_banner.stores li {
	/*width: 32%;*/
	background: #000;
/*
	width: 48%;
	max-width: 60rem;
*/
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.top_contents_banner.stores li .image {
    width: 50%;
}

.top_contents_banner.stores li .data {
	width: 50%;
	padding: 3rem 4.5rem 4rem;
}

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

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

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

.top_contents_banner.stores li .data .title.ginza div {
	margin-bottom: 1.9rem;
}

.top_contents_banner.stores li .data .title.ginza p {
	line-height: 1.3;
}

.top_contents_banner.stores li .data .text {
	
}

.top_contents_banner.stores li .bt span {
	font-size: 2.0rem;
	margin-right: 1rem;
}

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

	.top_contents_banner.stores li .data {
		
	}

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

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

	.top_contents_banner.stores li .data .text {
		min-height: 10rem;
	}

}

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

	.top_contents_banner.stores {
		flex-wrap: wrap;
		/*justify-content: space-between;*/
		justify-content: center;
		margin-bottom: 0;
	}

	.top_contents_banner.stores li {
		/*max-width: 47%;*/
		max-width: 70%;
		width: 100%;
		/*margin-bottom: 6rem;*/
		margin-bottom: 0rem;
	}

	.top_contents_banner.stores li:last-child {
		/*margin-bottom: 0;*/
	}
	
	.top_contents_banner.stores li .image {
	    width: 100%;
	}

	.top_contents_banner.stores li .data {
		width: 100%;
		padding: 3rem 3.0rem 4rem;
	}

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

	.top_contents_banner.stores li .data .title div {
		font-size: 1.8rem;
		margin-bottom: 0;
	}
	
	.top_contents_banner.stores li .data .title p {
		font-size: 2.8rem;
	}

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

}

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

    .top_contents_banner.stores li {
        max-width: 100%;
    }

}

/*-----*/

.banner_rokutoku{
/*
	width: 50vw;
    max-width: 70rem;
*/
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.banner_rokutoku img{
	/*width: 80%;*/
}

.white_crown_banner{
	display: flex;
	justify-content: space-between;
	max-width: 124rem;
	margin-left: auto;
	margin-right: auto;
}

.white_crown_banner > div{
	width: 45%;
}

.banner_rokutoku{
		width: 100%;
}

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

	.white_crown_banner {
		margin-left: 3rem;
		margin-right: 3rem;
	}

}

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

	.banner_rokutoku{
		/*width: unset;*/
	}

}

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

	.white_crown_banner {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.white_crown_banner > div {
	    width: 70%;
	    margin-top: 5rem;
	}

	.banner_rokutoku{
	    width: 100%;
	}

}

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

    .white_crown_banner > div {
        width: 100%;
        margin-top: 3rem;
    }

	.banner_rokutoku{
		/*max-width: unset;*/
	}

}

/*-------------------------------------------------*/
/* earthball_green */

.earthball_green_features_area{
	background: url(../img/earthball_green/earthballgreen_bg.jpg) no-repeat;
	background-size: cover;
}

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

.top_about_area.features {
	justify-content: center;
	align-items: center;
}

.top_about_area.features .image {
	max-width: 42rem;
}

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

.earthball_green_use{
	display: flex;
	background: rgba(255,255,255,.8);
	flex-wrap: wrap;
}

.earthball_green_use div.th{
	font-family: "Shippori Mincho", serif;
	font-size: 2.5rem;
	font-weight: 600;
	background: #6DA3A0;
	padding: 0.5rem;
}

.earthball_green_use div.th{
	color: #fff;
	width: 35%;

	display: flex;
	justify-content: center;
	align-items: center;
}

.earthball_green_use div.td{
	padding: 2.5rem 3.5rem;
}

.earthball_green_use div.td ul{
	margin-bottom: 0;
}

.earthball_green_use div.td ul li{
	display: flex;
}

.earthball_green_use div.td ul li span{
	color: #6DA3A0;
	margin-right: 0.5rem;
}

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

	.earthball_green_use div.th{
		width: 100%;
		font-size: 2.0rem;
	}

}

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

	.earthball_green_use div.td ul {
		font-size: 1.4rem;
	}

}

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

.earthball_green_use_title{
	margin-bottom: 3rem;
}

.earthball_green_use_title{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.earthball_green_use_title::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 0.1rem;
	background: #aac9cd;
}

.earthball_green_use_title div{
	font-family: "Shippori Mincho", serif;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 0 2rem;
	white-space: nowrap;
	color: #aac9cd;
	background: #fff;
	z-index: 1;
}

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

.earthball_green_features_list li{
	width: 30%;
}

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

.earthball_green_features_list li .text{

}

.earthball_green_features_list li .text .title{
	font-family: "Shippori Mincho", serif;
	/* font-size: 2.5rem; */
	font-size: 2.3rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.earthball_green_features_list li .text p{
	font-size: 1.5rem;
}

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

.earthball_green_use_list li{
	width: 21%;
}

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

	.earthball_green_features_list li{
		width: 100%;
		margin-bottom: 4rem;
	}

	.earthball_green_features_list li:last-child{
		margin-bottom: 0;
	}

	.earthball_green_features_list li .text .title{
		font-size: 2.2rem;
	}

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

	.earthball_green_use_list li{
		width: 46%;
		margin-bottom: 2rem;
	}

	.earthball_green_use_list li:nth-child(3),
	.earthball_green_use_list li:nth-child(4){
		margin-bottom: 0;
	}

}

/*-------------------------------------------------*/
/* sitemap */

.sitemap_list{
	width: 50rem;
	margin-left: auto;
	margin-right: auto;
}

.sitemap_list li{
	display: flex;
	align-items: center;
	margin-bottom: 6rem;
}

.sitemap_list li:last-child{
	margin-bottom: 0;
}

.sitemap_list li .image{
	max-width: 15rem;
	margin-right: 5rem;
}

.sitemap_list li .text{
	font-family: "Shippori Mincho", serif;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.2;
}

.sitemap_list li .text a{
	
}

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

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

	.sitemap_list{
		width: 100%;
	}

	.sitemap_list li{
		margin-bottom: 3rem;
	}

	.sitemap_list li .image{
		max-width: 10rem;
		margin-right: 2rem;
	}

	.sitemap_list li .text {
		font-size: 1.8rem;
	}

}

/*-------------------------------------------------*/
/* policy */

.policy_area{
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
}

.policy_area .policy_text{
	margin-bottom: 4rem;
}

.policy_area .policy_list{

}

.policy_area .policy_list > li{
	border-bottom: 0.1rem dotted #ccc;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.policy_area .policy_list > li:last-child{
	border-bottom: none;
	padding-bottom: 0rem;
	margin-bottom: 0rem;
}

.policy_area .policy_list > li .title{
	font-size: 2.2rem;
	font-weight: bold;
	
	display: flex;
}

.policy_area .policy_list.personal > li .title{
	font-size: 1.8rem;
}



.policy_area .policy_list > li .title span{
	margin-right: 2rem;
}

.policy_area .policy_list > li .text{
	margin-top: 2rem;
}

.policy_area .policy_list > li .under_list{
	margin-top: 2rem;
	margin-left: 2.5rem;
}

.policy_area .policy_list > li .under_list li{
	display: flex;
	margin-bottom: 1rem;
}

.policy_area .policy_list > li .under_list li:last-child{
	margin-bottom: 0rem;
}

.policy_area .policy_list > li .under_list li span{
	margin-right: 1rem;
}

.policy_area .policy_list > li .under_list li > .under_list{
	margin-bottom: 1rem;
}

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

	.policy_area .policy_text {
		font-size: 1.4rem;
		margin-bottom: 4rem;
	}

	.policy_area .policy_list > li .title{
		font-size: 1.8rem;
	}

	.policy_area .policy_list > li .text {
		font-size: 1.4rem;
	}

	.policy_area .policy_list > li .under_list {
		font-size: 1.4rem;
	}

	.policy_area .policy_list > li .under_list {
		margin-left: 2rem;
	}

}


/*-------------------------------------------------*/
/* sitemap */

.sitemap_box{
	width: 680px;
}

.sitemap_box ul{
	margin: 0rem 2rem 2rem 5rem;
}

.sitemap_box li{
	background: url(../img/a.gif) no-repeat 20px 3px;
	padding: 0 0 0 35px;
	margin: 0 0 15px;
}

.sitemap_box a{
	color: #797979;
}

.sitemap_box a:hover {
    text-decoration: underline;
}

.sitemap_box .a{
	background: none;
	padding: 0;
	color: #797979;
}

.sitemap_box .b{
	background: url(../img/b.gif) no-repeat 20px 3px;
}

.sitemap_box .c{
	padding: 0 0 0 60px;
	margin: 0 0 30px;
	background: url(../img/b.gif) no-repeat 45px 3px;
}

.sitemap_box .c span{
	padding: 0 0 0 25px;
	background: url(../img/c.gif) no-repeat 5px 3px;
}

.sitemap_box .d{
	padding: 0 0 0 60px;
	margin: 0 0 10px;
	background: url(../img/a.gif) no-repeat 45px 3px;
}

.sitemap_box .d span{
	padding: 0 0 0 25px;
	background: url(../img/c.gif) no-repeat 5px 3px;
}

.sitemap_box .clam{
	float: left;
	width: 250px;
	color: #24468c;
}

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

	.sitemap_box{
		width: 100%;
	}

	.sitemap_box ul{
		margin: 0rem 2rem 2rem 2rem;
	}

}
