.container h1{
	margin: 0;
  text-align: center;
}
.container h1 img{
	max-width: 100%;
}
.container h1 + p{
	text-align: left;
	margin-top: 25px;
	line-height: 1.8;
}
.ab_list_bt_dw      { margin-bottom: 40px; color: #443829; overflow: hidden;}
.ab_list_bt_dw ul   { display: flex; flex-wrap: wrap;}
.ab_list_bt_dw li   {
  width: 48.6%; margin-top: 20px; margin-right: 2.8%; color: #443829; border-radius: 50px; border: 2px solid #938675; text-align: center;
  background: url('../../common/img/ar_down.png') no-repeat 95%;
}
.ab_list_bt_dw li:nth-child(2n) { margin-right: 0;}
.ab_list_bt_dw li a { padding: 15px 20px; font-size: 18px; display: block;}

.image-section {
	margin-top: 30px;
}
.image-section-image {
	text-align: center;
}
.image-section-image img {
	max-width: 100%;
}
.image-section-detial {
	line-height: 1.8;
	margin-top: 15px;
}
.look-section {
	margin-top: 20px;
	position: relative;
}
.look-section-image {
	text-align: center;
  background: #faf7e4;
}
.look-section-image img {
	max-width: 100%;
}
.look-section-btn {
	width: 360px;
	position: absolute;
	left: calc(50% - 180px);
	bottom: 55px;
}
.look-section-btn a {
	line-height: 1.3;
	letter-spacing: 0.1em;
	display: block;
	padding: 17px 0 13px 0;
	border-radius: 50px;
	border: 2px solid #938675;
  background: #fff url('../../common/img/ar_down.png') no-repeat 95%;
  text-align: center;
  text-decoration: none;
	position: relative;
  color: #443829; 
}
.category-section {
	display: flex;
	margin-top: 45px;
}
.category-section-box {
	width: 450px;
	padding-bottom: 8px;
  box-sizing: border-box;
}
.category-section-box:nth-child(1) {
	padding-right: 20px;
}
.category-section-box:nth-child(2) {
	padding-left: 20px;
	border-left: 1px solid #737373;
}

.category-section-image {
	text-align: center;
}
.category-section-image img {
	max-width: 100%;
}
.category-section-detial {
	line-height: 1.8;
	margin-top: 15px;
}
.season-section {
	text-align: center;
	margin-top: 43px;
  background: #faf7e4;
}
.season-section img {
	max-width: 100%;
}
.sp {
	display: none;
}
@media only screen and (max-width: 767px) {
	.sp {
		display: block;
	}
	.pc {
	display: none;
  }
	.section-title {
	    font-size: 16px;
	}	
	.container h1 + p{
		text-align: left;
	}	
	.ab_list_bt_dw { margin: 0 10px 30px;}
	.ab_list_bt_dw li { width: 100%; margin-top: 10px; margin-right: 0;}
  .ab_list_bt_dw li a { padding: 10px 20px; font-size: 16px; display: block;}
  .block-event-page--header-freespace h1     { margin: 0 10px 15px;}
  .block-event-page--header-freespace h1 + p { margin: 0 10px 15px;font-size:16px;}
  
  .image-section-detial {
    line-height: 1.8;
    margin: 15px 10px 0;
  }
	.look-section-btn {
		width: 80%;
		left: 50%;
		bottom: 3%;
		margin-left: -40%;
	}
	.look-section-btn a {
		font-size: 16px;
		text-align: center;
		padding-left: 0;
	}
  .category-section {
    margin-left: 10px;
    margin-right: 10px;
  }
	.category-section-box:nth-child(1) {
		padding-right: 10px;
	}
	.category-section-box:nth-child(2) {
		padding-left: 10px;
	}
	.more-btn {
		width: 80%;
		height: 45px;
	}
}
