@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
#mainArea{
  width: 1100px;
  letter-spacing: 0;
  line-height: 2;
  overflow: hidden;
  margin: 0 auto;
}
.topimg_ {
	width: 900px;
	margin: 0 auto;
}
.lead {
    font-size: 1.2rem;
    margin: 8% auto 9%;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}
section{
  width: 900px;
  margin: 4em auto 8em
}
.bold {
  font-weight: 700 !important;
}
.blc {
  display: block;
}
.in-blc{
  display: inline-block;
}
.right{
  text-align: right;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.v-m{
  vertical-align: middle;
}
.f-11 {
  font-size: 1.1rem;
}
.f-12 {
  font-size: 1.2rem;
}
.f-20 {
  font-size: 2.0rem;
}
.f-n {
	font-family: 'Noto Sans JP', sans-serif;
}
.f-m {
	font-family: montserrat, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.z-2 {
	position: relative;
	z-index: 2;
}
h3 {
	font-family: montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.4rem;
    line-height: 1.2;
    text-align: left;
    display: block;
    margin-bottom: 12px;
}

h3 span {
	font-family: montserrat, sans-serif;
	font-weight: 700;
	font-style: normal;
    font-size: 2.0rem;
    line-height: 1.3;
	display: block;
}
h5 {
    display: flex;
    align-items: center;
	font-size: 1.4rem;
	margin-bottom: 5%;
	font-family: montserrat, sans-serif;
	font-weight: 200;
	font-style: normal;
	letter-spacing: 1px;
}
h5:after {
    content: "";
    height: 1px;
    flex-grow: 1;
	background-color: #666;
    margin-left: 1rem;
}
.item_ {
	width: 84%;
	margin: 0 auto;
}
/*///*/
.fade {
	top: 50px;
}
.main-crdit {
	background: #efefef;
    padding: 9% 8%;
	margin-bottom: 2%;
}
.caption_ {
	margin: 0% auto 10%;
}
.spec__ {
	font-family: montserrat, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 1.0rem;
	letter-spacing: 1px;
	position: absolute;
    bottom: 0px;
    left: 19px;
}
.spec__::before{
   content:"";
   display:inline-block;
   width: 1px;
   height: 85px;
   background-color:#4B4B4B;
   position:absolute;
   left: -18px;
}
.sp2 {
	right: auto;
	left: 84px;
}
.mainimg_area {
	display: inline-block;
	position: relative;
	width: 52%;
	height: 785px;
	vertical-align: middle;
}
.m-r {
	margin-right: 8%;
}
.text_area {
	display: inline-block;
	width: 39%;
	vertical-align: middle;
}
.mainimg_ {
	position: absolute;
	width: 402px;
	top: 60px;
	left: 0;
}
.img2 {
	right: 0px;
	left: auto;
}
.mainimg2_ {
	width: 85%;
    margin: 0 auto;
    top: 45px;
}
.pattern {
	position: absolute;
    z-index: 0;
    width: 250px;
    top: 0;
    right: 0px;
}
.pattern-img {
	width: 70px;
	vertical-align: middle;
}
.crdit {
    display: inline-block;
    width: 74%;
    vertical-align: middle;
    font-size: 1.1rem;
    line-height: 1.8;
}
.crdit p {
    margin-bottom: 3px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.img-c img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
.credit_area {
	padding: 10% 0 0;
}
.line_ {
	border: solid #3f3f3f 0.5px;
    margin: 9% 0 5%;
}
/*////*/
.button_crdit {
	width: 79%;
	display: inline-block;
	vertical-align: middle;
}
.button_ {
  width: 60px;
  height: 30px;
  border: solid 1px #222;
  background: #fff;
  text-align: center;
  transition : 1s;
  vertical-align: middle;
}
.eff {
  text-decoration: none;
	line-height: 30px;
	color: #222 !important;
	font-size: 1.2rem;
	letter-spacing: 1px;
}
.button_:hover{
    background: #222;
	border: solid 1px #222;
	color: #fff !important; 
	transition : .3s;
}
.eff:hover {
    color: #fff !important;
    background: #222;
}
/*////*/
.btn_all {
    width: 420px;
    text-align: left;
    line-height: 4.0;
    display: block;
    vertical-align: middle;
    margin: 0px auto 10%;
}
.btn_all a {
	width: 100%;
   border: 2px solid #111;
    color: #111;
    background-color: #fff;
    text-align: center;
    padding: 0px;
    font-size: 1.2rem;
	font-weight: 800;
    transition: all 0.3s ease 0s;
    display: inline-block;
    text-decoration: none;
}
.btn_all a:hover {
    color: #fff !important;
    background-color: #111;
    border: 2px solid #111;
}
