@charset "UTF-8";
/* CSS Document */

/************************************************
autumn-winter.css
************************************************ */
#autumn-winter{
	width: 1000px;
	line-height: 1.4;
	color: #4e392c;
	margin: 20px auto;
	font-family: 'Noto Sans JP', sans-serif;
}
#autumn-winter a{
	text-decoration: none;
	color: #333;
}
#autumn-winter a:hover{
	opacity: 0.7;
}
#autumn-winter img{
	max-width: 100%;
}
.intro {
	margin: 0 auto;
}
.intro h3{
	position: relative;
}
.intro h3 span{
	position: absolute;
	top: 0;
	left: 0;
}
.intro .lead-box {
	position: relative;
	background: url(../../images/unique/autumn-winter/bg-img01.jpg) bottom center no-repeat;	
	background-size: 100%;
	padding: 80px 0 0;
	height: 200px;
}
.intro .lead1 {
	position: absolute;
	left: 60px;
	bottom: 0;
	width: 320px;
	height: 320px;
}
.intro .lead1 img {
	width: 100%;
	height: auto;
}
.intro .lead2 {
	width: 600px;
	position: relative;
	top: -45px;
	float: right;
	padding-right: 70px;
}
.intro p {
	font-size: 16px;
	text-align: left;
	padding-left: 10px;
	margin: 0 auto;
	line-height: 1.5;
}
.section-box{
	padding: 0 15px;
	margin: 0 auto;
	background: url(../../images/unique/autumn-winter/bg-img02.jpg) top center repeat-y;	
	background-size: 100%;
}
.section-inner{
	margin: 0 auto 20px;
}
.section-box h4{
	font-size: 32px;
	font-family: 'Dosis', sans-serif;
	text-align: center;
	letter-spacing: .05em;
	padding-bottom: 10px;
	margin: 0;
}
.img-box{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.item-img {
	width: 45%;
  position: relative;
}
.item-img:before, .item-img:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.item-img:before {
  left: -1px;
  border-width: 8px;
  border-style: solid;
  border-color: #fbf4e6 transparent transparent #fbf4e6;
}
.item-img:after {
  right: -1px;
  border-width: 8px;
  border-style: solid;
  border-color: #fbf4e6 #fbf4e6 transparent transparent;
}
.item-img-inner:before, .item-img-inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.item-img-inner:before {
  left: -1px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fbf4e6 #fbf4e6;
}
.item-img-inner:after {
  right: -1px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #fbf4e6 #fbf4e6 transparent;
}
.section-box .text-box{
	clear: both;
	font-size: 14px;
	padding: 20px 40px;
	margin: 30px;
	background-color: rgba(254,252,248,0.8);
	line-height: 1.5;
}
.section-box .section-inner:last-child .text-box{
	margin: 30px 30px 0;
}
.bottom-text{
	position: relative;
	font-size: 22px;
	text-align: center;
	line-height: 1.5;
	padding: 60px 0 0;
	margin-bottom: 30px;
}
.bottom-text:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 140px;
	background: url(../../images/unique/autumn-winter/bg-img03.jpg) top center no-repeat;	
	background-size: 100%;
	z-index: -1;
}
.bottom-text span{
	color: #DF8514;
}
.bottom-text p:before{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50px;
	background: url(../../images/unique/autumn-winter/text-before3.png) top right no-repeat;
	background-size: contain;
	padding: 40px;
}
.bottom-text p:after{
	content: "";
	position: absolute;
	bottom: -10px;
	right: 50px;
	background: url(../../images/unique/autumn-winter/text-after3.png) top left no-repeat;
	background-size: contain;
	padding: 40px;
}
.top_feature {
	text-align: center;
	margin: 50px auto;
}
.top_feature h3 {
	font-size: 20px;
	line-height: 1.4;
	text-align: left;
	background: none;
	border-bottom: 1px solid #666;
	margin-bottom: 30px;
}
.top_feature li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 0 10px 30px 0;
	text-align: left !important;
}
.top_feature li img {
	width: 180px;
	height: auto;
}
.top_feature li dl {
	width: 180px;
	margin: 0 5px;
	float: right;
}
.top_feature li dt {
	margin: 0 auto 5px;
}


@media screen and (max-width: 768px){
	#autumn-winter{
		width: 96%;
		margin: 20px auto;
		overflow: hidden;
	}
	#autumn-winter h3{
		padding: 0;
		margin: 0;
	}
	.intro {
		margin: 0 auto;
	}
	.intro .lead-box {
		position: relative;
		background: url(../../images/unique/autumn-winter/bg-img01.jpg) bottom center no-repeat;	
		background-size: 100%;
		padding: 0;
		height: auto;
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		align-items: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
	}
	.intro p {
		font-size: 13px;
		padding: 0;
		margin: 10px auto;
		line-height: 1.4;
	}
	.intro .lead1 {
		position: static;
		/*position: absolute;
		left: 30px;*/
		width: 34%;
		height: auto;
	}
	.intro .lead1 img {
		width: 100%;
		height: auto;
		max-width:inherit;
	}
	.intro .lead2{
		position: static;
		/*position: relative;
		top: 5vh;*/
		width: 60%;
		padding: 0;
	}
	.section-box{
		padding: 0 2%;
		margin: 0 auto;
		background: url(../../images/unique/autumn-winter/bg-img02.jpg) top center repeat-y;	
		background-size: 100%;
	}
	.section-inner{
		margin: 0 auto 15px;
	}
	.section-box h4{
		font-size: 1.5rem;
		text-align: center;
		letter-spacing: .05em;
		padding-bottom: 8px;
		margin: 0;
	}
	.section-inner .img-box{
		position: relative;
	}
	.section-box .flL{
		width: 48%;
		float: left;
		margin: 0;
		box-sizing: border-box;
	}
	.section-box .flR{
		width: 48%;
		float: right;
		margin: 0;
		box-sizing: border-box;
	}
	.section-inner .arrow{
		position: absolute;
		top:0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 3.7%;
		margin: auto;
	}
	.item-img:before {
		left: -1px;
		border-width: 4px;
		border-style: solid;
		border-color: #fbf4e6 transparent transparent #fbf4e6;
	}
	.item-img:after {
		right: -1px;
		border-width: 4px;
		border-style: solid;
		border-color: #fbf4e6 #fbf4e6 transparent transparent;
	}
	.item-img-inner:before {
		left: -1px;
		border-width: 4px;
		border-style: solid;
		border-color: transparent transparent #fbf4e6 #fbf4e6;
	}
	.item-img-inner:after {
		right: -1px;
		border-width: 4px;
		border-style: solid;
		border-color: transparent #fbf4e6 #fbf4e6 transparent;
	}
	.section-box .text-box{
		font-size: .75rem;
		padding: 10px 15px;
		margin: 20px 8px;
		line-height: 1.5;
	}
	.section-box .section-inner:last-child .text-box{
		margin: 20px 8px 0;
	}
	.bottom-text{
		position: relative;
		font-size: 1rem;
		text-align: center;
		line-height: 1.5;
		padding: 0;
		margin: 0 auto;
	}
	.bottom-text:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 140px;
		background: url(../../images/unique/autumn-winter/bg-img03.jpg) top center no-repeat;	
		background-size: 100%;
		z-index: -1;
		padding-top: 30px;
	}
	.bottom-text p{
		position: relative;
		padding-top: 30px;
		display: inline-block;
	}
	.bottom-text p:before{
		content: "";
		position: absolute;
		bottom: 0%;
		left: -60px;
		background: url(../../images/unique/autumn-winter/text-before3.png) top right no-repeat;
		background-size: contain;
		padding: 26px;
	}
	.bottom-text p:after{
		content: "";
		position: absolute;
		bottom: 0%;
		right: -60px;
		background: url(../../images/unique/autumn-winter/text-after3.png) top left no-repeat;
		background-size: contain;
		padding: 26px;
	}
	.top_feature {
		text-align: center;
		margin: 40px auto 0;
	}
	.top_feature h3 {
		font-size: 1rem;
		margin-bottom: 20px;
	}
	.top_feature li {
		display: inline-block;
		vertical-align: top;
		width: 48%;
		margin: 0 auto 20px;
		text-align: center!important;
	}
	.top_feature li img {
		width: 100%;
		height: auto;
		max-width: 240px;
		text-align: center;
	}
	.top_feature li dl {
		width: 100%;
		margin: 0 auto;
		float: none;
		max-width: 240px;
		text-align: left;
	}
	.top_feature li dt {
		margin: 10px auto 5px;
	}
}

@media screen and (max-width: 567px){
	.intro p {
		font-size: 3.2vw;
		line-height: 1.6;
		padding-left: 0;
		margin: 20px auto;
	}
	.bottom-text{
		position: relative;
		font-size: 4vw;
		text-align: center;
		line-height: 1.4;
		padding: 0;
		margin: 0 auto;
	}
}
