@charset "utf-8";.crumbsList {
	margin-bottom: 0;
}

.wrapper {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom:10px;
}

.wrapper2 { 
	max-width: 1024px; 
	margin: 0 auto;
	text-align: center; 
	padding-bottom: 10px;
} 

#wrapper .section2 {
	text-align: center;
	background: #fff;
	width: 70.5%;
	margin: auto;
}

#wrapper .section2 {
	text-align: center;
	background: #fff;
	width: 70.5%;
	margin: auto;
}

#wrapper .section2.base_text{
	background: #f0ece4;
}

#wrapper .section2 div {
	width: 100%;
}

#wrapper .section2 div span.en_font_base {
	display: block;
	position: relative;
	text-align:center;
	font-size:1.3em;
	padding: 20px 0px;
}

#wrapper .section2 div span.en_font {
	display: block;
	position: relative;
	text-align:center;
	font-size:1.3em;
	padding: 0px 0px 10px 0px;
	font-family: TT Norms Pro Regular;
}
#wrapper .section2 div span.jp_font {
	display: block;
	position: relative;
	text-align:center;
	font-size:1.3em;
	padding: 20px 0px 0px 0px;
	font-family: SawarabiGothic Regular;
}


#wrapper .section2 div.header_img span {
	padding-top: 130px;
}

p.jp_font{
    font-size: 100%;
    font-weight: normal;
    line-height: 2;
    display: block;
    font-family: SawarabiGothic Regular;
}

p.en_font{
    font-size: 100%;
    font-weight: normal;
    line-height: 2;
    display: block;
    font-family: TT Norms Pro Medium;
}

span.en_font_base{
    font-size: 100%;
    font-weight: normal;
    line-height: 2;
    display: block;
    font-family: TT Norms Pro Regular;
}

p.base_en_font{
    font-size: 100%;
    font-weight: normal;
    line-height: 2;
    display: block;
    font-family: TT Norms Pro Regular;
}

.img_div {
    border-left: 20px;
	border-right: 20px;
	border-top: 20px;
	border-color: #ffffff;
	border-style: solid;
}

.img_div.header_img{
	border-left: 20px;
	border-right: 20px;
	border-top: 180px;
	border-color: #fff;
	border-style: solid;
}

.img_div.header_img img{
	width: 65%;
}

.img_div > div {
	width: 100%;
	position: relative;
}

@media (max-width: 751px) {
	#wrapper .section2 {
		width: 100%;
	}
}

.closet_grid {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 30px;
	background-color: #ffffff;
	padding: 20px 30px;
}

.closet_sub_grid {
	display: grid;
	grid-template-columns: 48% 48%; 
	grid-gap: 4%;
	background-color: #ffffff;
	padding: 10px;
}