#mainArea{
	letter-spacing: 1px;
  line-height: 2;
	color: #000000;
}
.left{
	text-align: left;
}
.mainbanner_{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 5% 0;
}
.inner_{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 8% 0;
}
.f-24{
   font-size: 24px;
}
.f-18{
   font-size: 18px;
}
.f-15{
   font-size: 15px;
}
.f-13{
   font-size: 13px;
}
.f-ja{
  font-family: "Josefin Sans" ,"Harmonia Sans W01", "Yu Gothic Medium", "貂ｸ繧ｴ繧ｷ繝�け Medium", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け菴�","Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
}
.f-en{
  font-family: 'Josefin Sans', sans-serif !important;
}
.leadText_{
  margin:5% auto 0;
  line-height: 2.5;
}
.ma_t_5{
	margin:5% 0 0 0;
}
.ma_r_5{
  margin: -5% 5% 0 0;
}
.ma_t__7{
	margin: -7% 0 0 0;
}
.ma_t_8_b_3{
	margin: 8% 0 3%;
}
.border_{
	border:20px solid #ffffff;
}
.bg_{
	background: #f6f3f1;
}
.blc{
	display: block;
}
.in-blc{
	display: inline-block;
}
.v-t{
	vertical-align: top;
}
.w_24{
	width: 24%;
}
.w_45{
	width: 45%;
}
.w_28{
	width: 28%;
}
.w_36{
	width: 36%;
}
.w_31{
	width: 31%;
}
.w_60{
	width: 60%;
}
.w_65{
	width: 65%;
	margin: 0 5% 0 0;
}
.sub1-3_{
	margin: 50px 0 -80px -110px;
}
.sub2-3_{
	 margin: -7% 2% 0 3%;
}
.sub3-3_{
	text-align: right;
	margin: -28% -12% -32% 0;
}
.sub3-3_::after{
	position: absolute;
	content: "";
	height: 10px;
	width: 50px;
	background: #ffffff;
	display: inline-block;
	text-align: center;
	margin-top: 70px;
	left: 0;
}
.ttl1_{
	margin: -24px 0 0 320px;
	position: absolute;
	z-index: 100;
}
.ttl2_{
	margin: 40px 0 0 720px;
	position: absolute;
	z-index: 100;
}
.ttl3_{
	margin: 520px 0 0 590px;
	position: absolute;
	z-index: 100;
}
.ttl4_{
	margin: 60px 0 0 1100px;
	position: absolute;
	z-index: 100;
}
.cap-1{
	margin: 0 0 30px 20px;
	width: 120%;
}
.cap-3{
	writing-mode: vertical-rl;
}
.cap-4{
	width: 120%;
  margin: 0 0 5%;
}
.style-4-4{
	background: #ffffff;
	margin: -80px 0 0 25px;
	z-index: 103;
	padding: 5% 0 0 5%;
	width: 358px;
}
.profile_{
	margin: 0 0 40px 0;
	position: relative;
}
.profile_ p{
	line-height: 1.5;
}
.linkArea_{
	position: relative;
}
.linkArea_:before{
	position: absolute;
	content: "";
	height: 1px;
	width: 50px;
	background: #000000;
	display: inline-block;
	text-align: center;
	margin-top: -20px;
	left: 0;
}
.itemLink_{
	margin: 15px 0;
}
.img-container{
	overflow: hidden;
	position: relative;
}
.img-container__img{
	opacity: 0;
	position: relative;
	transition:all .5s .3s ease;
	z-index: 0;
}
.img-container:before{
	background: #ffffff;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transform: translateY(-100%);
	transition:all .8s 0s ease;
	width: 100%;
	z-index: 1;
}
.text-container{
	padding: 0;
	text-align: left;
	position: relative;
}
.text-container__title{
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 120%;
}
.text-container__title:before{
	background: #ffffff;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transform: translateX(-100%);
	transition:all .8s .3s ease;
	width: 101%;
	z-index: 1;
}
.text-container__title__inner{
	display: inline-block;
	opacity: 0;
	transition: all .8s .5s ease;
}
.text-container__text{
	opacity: 0;
	position: relative;
}
.img-container.active img{
	opacity: 1;
}
.img-container.active:before{
	transform: translateY(100%);
}
.text-container.active .text-container__title:before{
	transform: translateX(100%);
}
.text-container.active .text-container__title__inner{
	opacity: 1;
}
.text-container.active .text-container__text{
	opacity: 1;
  font-size: 13px !important;
  margin: 5% 0 15% !important;
}
.text-container__text:after{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	border-bottom: 2px solid #333;
	width: 30px;
	margin: 8% 0 0 0;
}
.linkArea_{
padding: 15% 0 0 0;
}
.value_ {
	width: 74%;
	display: inline-block;
	text-align: left;
	line-height: 1.5;
	letter-spacing: 0.2px;
}
.btnArea_ {
  margin: 0 auto;
  text-align: center;
  width: 70px;
  vertical-align: top;
  color: #ffffff;
  background: #666666;
  display: inline-block;
}
.btnArea_ a {
	border: 1px solid #666666;
	color: #ffffff;
	text-align: center;
	padding: 5px 5px 0 5px;
	margin: 0;
	transition: all .3s;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	font-family: 'Josefin Sans', sans-serif !important;
	letter-spacing: 0;
	line-height: 28px;
}
.btnArea_ a:hover {
  color: #666666 !important;
  background-color: #ffffff;
  border: 1px solid #666666;
}
.instaBtn_ {
	margin: 10px auto 0;
	text-align: center;
	width: 120px;
	vertical-align: top;
	color: #ffffff;
	background: #666666;
	display: inline-block;
	border-radius: 20px;
}
.instaBtn_ a {
  color: #ffffff;
  text-align: center;
  padding: 5px;
  margin: 0;
  transition: all .3s;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  letter-spacing: 0;
}
