@charset "utf-8";
/* CSS Document */
.special01 .ank{
	padding-top: 190px;
	margin-top: -190px;
}
.special01_main_img{
	margin-bottom: 25px;
	text-align: center;
}
.special01_main_ttl{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 213px;
}
.special01_main_ttl h1{
	background: url(../../img/special01/spacial01_main_ttl.png) no-repeat left center;
	background-size: contain;
	font-size: 46px;
	font-weight: 700;
	min-height: 213px;
	padding-left: 171px;
	margin: 0 auto 15px auto;
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.special01_main_logo{
	text-align: center;
    margin: 0 auto 20px auto;
}
.special01_main_logo img{
	max-width: 200px;
}
.special01_main_lead{
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.0;
	margin-bottom: 10px;
}
.special01_main_link{
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}
.special01_main_link a{
	color: #705028;
	text-decoration: underline;
}
.special01_main_txt{
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2.0;
	margin-bottom: 80px;
	text-align: center;
}

.spacial01_menu{
	background-color: #fcf8f5;
	padding: 55px 0;
}
.spacial01_menu ul{
	display: flex;
}
.spacial01_menu ul li{
	width: calc((100% - 50px) / 6);
	margin-right: 10px;
	height: 56px;
	text-align: center;
}
.spacial01_menu ul li:last-child{
	margin-right: 0;
}
.spacial01_menu ul li a{
	border: 1px solid #705028;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	position: relative;
	background-color: #fff;
	color: #705028;
}
.spacial01_menu ul li a::after{
	position: absolute;
	right: 15px;
	top:50%;
	content: "";
	background: url(../../img/special01/spacial01_menu_arrow.png) no-repeat left top;
	width: 15px;
	height: 9px;
	margin-top: -5px;
}
.spacial01_ct{	
	padding: 90px 0 220px 0;
	display: flex;
	justify-content: center;
}
#ct01 .spacial01_ct{	
	background: url(../../img/special01/special01_ct01.jpg) no-repeat center bottom;
	background-size: cover;
}
#ct02 .spacial01_ct{
	background: url(../../img/special01/special01_ct02.jpg) no-repeat center bottom;
	background-size: cover;
}
#ct03 .spacial01_ct{
	background: url(../../img/special01/special01_ct03.jpg) no-repeat center bottom;
	background-size: cover;
}
#ct04 .spacial01_ct{
	background: url(../../img/special01/special01_ct04.jpg) no-repeat center bottom;
	background-size: cover;
}
#ct05 .spacial01_ct{
	background: url(../../img/special01/special01_ct05.jpg) no-repeat center bottom;
	background-size: cover;
}
#ct06 .spacial01_ct{
	background: url(../../img/special01/special01_ct06.jpg) no-repeat center top;
	background-size: cover;
	padding-bottom: 80px;
}
.spacial01_ct_ttl{
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 20px;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #705028;	
	font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.spacial01_ct_ttl02{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}
.spacial01_ct_img{
	text-align: center;
	margin-bottom: 30px;
}
.spacial01_ct_pb_cover{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.spacial01_ct_pb_cover .spacial01_ct_pb_in:nth-child(2){
	margin-left: 40px;
}
.spacial01_ct_pb_in{
	width: 550px;
}
.spacial01_ct_pb_in_img{
	text-align: center;
}
.spacial01_ct_pb_in_ttl{
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	margin: 15px 0 10px 0;
	color: #705028;
}
.spacial01_ct_pb_in_txt{
	background-color: #fff;
	padding: 20px;	
	text-align: center;
}
#ct02 .spacial01_ct_pb_in_txt,#ct04 .spacial01_ct_pb_in_txt{
	background-color: #fcf8f5;
}
.spacial01_ct_pb_in_txt .txt{
	color: #000;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 2.25;
}
.special01_ct_item ul{
	display: flex;
}
.special01_ct_item ul li{
	width: calc((100% - 90px) / 4);	
}
.special01_ct_item ul li .img{
	background-color: #fff;
}
.spacial01_ct_closetxt{
	color: #000;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2.25;
	margin-top: 20px;
	text-align: center;
}
.special01 .new_common_list_price{
	color: #000;
}
.special01 .new_common_list{
	margin-bottom: 50px;
}
.special01 .new_common_list ul{
	justify-content: center;
}
.special01 .new_common_list ul li{
	text-align: center;
}
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.special01 .new_common_list > ul > li .new_common_list_img a{
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio:260 / 260;
}
@-webkit-keyframes fadeInUp {
  from {
    transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
  }

  to {
    transform: translateY(0);
  opacity: 1.0;
  }
}
@keyframes fadeInUp {
  from {
    transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
  }

  to {
    transform: translateY(0);
  opacity: 1.0;
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
	-webkit-animation-duration: 1.0s;
	animation-duration: 1.0s;
}