@charset "UTF-8";
#beltbnr {
 display: none;
}
#mainArea{
   width: 900px;
  letter-spacing: 0;
  line-height: 2;
  overflow: hidden;
  margin: 0 auto;
}
.h_bar{
  display: none;
}
.lead {
    font-size: 1.3rem;
    margin: 8% auto 10%;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}
section{
  margin: 8em auto;
}
.blc {
  display: block;
}
.in-blc{
  display: inline-block;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.f-11 {
  font-size: 1.1rem;
}
.f-12 {
  font-size: 1.2rem;
}
.f-n {
	font-family: 'Noto Sans JP', sans-serif;
}
h4 {
	font-size: 1.6rem;
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
	padding-bottom: 3%;
	font-family: 'Noto Sans JP', sans-serif;
}
/*//what-title//*/
h3 {
	font-size: 1.8rem;
	text-align: center;
	font-weight: 800;
	line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
}
.item-img  {
	margin: 0% auto 13%;
}
.credit_area {
	color: #fff;
	margin: 15% 0 0;
	position: relative;
}
.item-name-img {
	display: inline-block;
    width: 22px;
    position: absolute;
    right: 68px;
    top: 0px;
}
.credit__text {
	width: 78%;
	margin: 0 auto;
}
.main-img {
    margin: 5% auto 6%;
}
.caption_ {
    width: 88%;
    margin: 0% auto 8%;
}
/*///*/
.crdit {
    display: inline-block;
    width: 74%;
    vertical-align: middle;
    font-size: 1.1rem;
    line-height: 1.8;
}
.crdit p {
    margin-bottom: 3px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 30px;
}
.img-c img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
/*////*/
.button_crdit {
	width: 75%;
	display: inline-block;
	vertical-align: middle;
	color: #111;
}
.button_ {
    width: 80px;
    height: 38px;
    border: solid 1px #111;
    background: #ffffff;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
}
.eff {
  text-decoration: none;
	line-height: 32px;
	color: #111 !important;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 2px;
	font-family: 'Noto Sans JP', sans-serif;
}
.button_:hover{
    background: #111;
	border: solid 1px #111;
	color: #fff !important; 
	transition : .3s;
}
.eff:hover {
    color: #fff !important;
    background: #111;
}
/*////*/
.btn_all {
    width: 480px;
    text-align: left;
    line-height: 4.0;
    display: block;
    vertical-align: middle;
    margin: 9% auto;
}
.btn_all a {
	width: 100%;
   border: 1px solid #111;
    color: #fff;
    background-color: #111;
    text-align: center;
    padding: 0px;
    font-size: 1.3rem;
	letter-spacing: 1px;
	font-weight: 400;
    transition: all 0.3s ease 0s;
    display: inline-block;
    text-decoration: none;
}
.btn_all a:hover {
    color: #111 !important;
    background-color: #fff;
    border: 1px solid #111;
}

