@charset "utf-8";
/* Common */
a{
  text-decoration: none;
  color: #333333;
}
.in-blc {
	display: inline-block;
}
.font_10 {
  font-size: 1.0rem;
}
.font_12 {
  font-size: 1.2rem;
}
.font_15 {
  font-size: 1.5rem;
}
.font_18 {
  font-size: 1.8rem;
}
hr {
  border-bottom: 1px solid #e4e9ec;
  margin: 5% auto 0;
}
.center {
  text-align: center;
}
h2{
  margin: 3% 0;
  font-weight: bold;
}
h3{
	display: block;
	text-align: center;
	font-size: 1.5rem;
	text-decoration: underline;
	line-height: 1.8;
    margin: 0% 0 8% 0;
	font-weight: 900;
}
h4 {
	font-size: 3.0rem;
    margin: 0 0 6%;
    font-family: 'Spartan', sans-serif;
}
h5 {
	font-size: 3.0rem;
    margin: 0 0 1%;
	color: #6C6C6C;
	letter-spacing: 0.1px;
}
h6 {
	font-size: 1.2rem;
    font-weight: 800;
    position: relative;
    margin: 0 auto 17%;
}
h6::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -43px;
    width: 1px;
    height: 30px;
    margin: auto;
    background-color: #000;
}
.mb_0 {margin-bottom: 0px !important;}
.mb_10 {margin-bottom: 10px !important;}
.mb_20 {margin-bottom: 20px !important;}
.mb_30 {margin-bottom: 30px !important;}
.mb_40 {margin-bottom: 40px !important;}
.mb_60 {margin-bottom: 60px !important;}
.mt_0 {margin-top: 0px !important;}
.pt_0 {padding-top: 0px !important;}
.f-al {
    font-family: al-fresco, sans-serif;
    font-weight: 400;
    font-style: normal;
}
#mainArea {
	width: 840px;
  margin: 0 auto;
  color: #333333;
  letter-spacing: 1px;
  margin-bottom: 60px;
  font-size: 1.2rem;	
  line-height: 2.4rem;
}
#mainImg {
  margin: 0 auto;
  text-align: center;
}
.mainLead {
	font-size: 1.3rem;
    margin: 8% auto 0;
    text-align: center;
}

.item-area {
	width: 90%;
	margin: 13% auto;
}
.staff-area {
	width: 90%;
	margin: 0 auto;
}
.item-area-staff {
	width: 40%;
    display: inline-block;
    vertical-align: top;
}
.m-r {
	margin-right: 15%;
}
.series {
	display: inline-block;
    font-size: 2.0rem;
    text-align: center;
    margin: 0 0 1%;
}
.item-area-img {
	width: 55%;
    display: inline-block;
    padding: 0 6% 0 0;
    vertical-align: middle;
}
.item-area-text {
	width: 43%;
    display: inline-block;
    vertical-align: middle;
}
.text-area {
	margin-bottom: 12%;	
}
.icon-img {
	width: 70px;
    margin: 0 auto 4%;
}
.staff-img {
	margin: 0 auto 12%;
}
.staff-info {
	margin: 0 0 7%;
}
.shop_ {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
	margin-right: 5px;
}
.staff_ {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
}
.staff--comment {
  position: relative;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2em 0em 3em;
  text-align: left;
}
.staff--comment::before,
.staff--comment::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.staff--comment::before {
  top: 0;
  left: 0;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
}
.staff--comment::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
}


.v-m {
	vertical-align: middle !important;
}

.crdit {
    display: inline-block;
    width: 78%;
    vertical-align: middle;
	font-size: 1.1rem;
	line-height: 1.8;
}
.btn_ {
    width: 64px;
    text-align: left;
    line-height: 2.4;
    letter-spacing: 2px;
    margin: 0px auto;
    display: inline-block;
    vertical-align: middle;
}
.btn_ a {
   border: 1px solid #070707;
    color: #070707;
    background-color: #fff;
    text-align: center;
    padding: 0px;
    font-size: 1.1rem;
    transition: all 0.3s ease 0s;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    letter-spacing: 1px;
}
.btn_ a:hover {
    color: #fff !important;
    background-color: #070707;
    border: 1px solid #070707;
}
.morebtn_ {
    width: 80px;
    text-align: left;
    line-height: 2.7;
    letter-spacing: 2px;
    margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}
.morebtn_ a {
   border: 1px solid #070707;
    color: #fff;
    background-color: #070707;
    text-align: center;
    padding: 0px;
    font-size: 1.3rem;
    transition: all 0.3s ease 0s;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    letter-spacing: 1px;
}
.morebtn_ a:hover {
    color: #070707 !important;
    background-color: #fff;
    border: 1px solid #070707;
}
.button_all {
	font-size: 1.5rem;
    margin: 5% auto;
    width: 48%;
    height: 52px;
    border: solid 1px #000;
    background: #fff;
    text-align: center;
    transition: 1s;
  }
  .eff2 {
	text-decoration: none;
	  line-height: 52px;
	  color: #000 !important;
  }
  
  .button_all:hover{
	  background: #000;
	  border: solid 1px #000;
	  color: #000 !important; 
	  transition : .3s;
  }
  .eff2:hover {
	color: #fff !important; 
  }
