@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 {
   width: 86%;
    font-size: 1.4rem;
    margin: 8% auto 10%;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}
section{
    width: 80%;
    margin: 9em auto;
}
.blc {
  display: block;
}
.in-blc{
  display: inline-block;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.m-l {
   margin-left: 7%;
}

.f-11 {
  font-size: 1.1rem;
}
.f-12 {
  font-size: 1.2rem;
}
.f-n {
	font-family: 'Noto Sans JP', sans-serif;
}
/*//what-title//*/
#cream {
	background: #fffcee;
	border-top: #222 solid 1px;
	border-bottom: #222 solid 1px;
	padding: 10% 0;
}
h3 {
	    font-size: 2.0rem;
    margin-bottom: 6%;
	font-weight: 700;
	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;
}
.main-img {
    width: 400px;
    margin: 5% auto 10%;
}
.main-area {
	width: 92%;
    margin: 5% auto 10%;
}
.sub-area {
	width: 49%;
    display: inline-block;
   vertical-align: middle;
}
.caption_area {
	width: 43%;
    display: inline-block;
   vertical-align: middle;
}

.caption_ {
   font-size: 1.4rem;
}
/*///*/
.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;
}
/*////*/
.item--credit {
	width: 75%;
    display: inline-block;
    vertical-align: middle;
}
.item--button {
  width: 74px;
  height: 34px;
  text-align: center;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
  background: #fffcee;
  border-radius: 10px;
  border: 1px solid #000000;
}
.item--button a {
  color: #000;
  text-decoration: none;
  line-height: 34px;
  transition: all .5s ease;
  z-index: 2;
  display: block;
  font-size: 1.2rem;
	letter-spacing: 1px;
}
.item--button a:hover{
  color: #fffcee;
  display: block;
  border: 1px solid #000000;
  border-radius: 10px;
  background: #000;
}
/*////*/

.button_crdit {
	display: inline-block;
	vertical-align: middle;
	color: #222;
}
.button_ {
    width: 100%;
    height: 48px;
    border: solid 2px #222;
    background: #222;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
	margin-top: 8%;
}
.eff {
  text-decoration: none;
	line-height: 42px;
	color: #fff !important;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 2px;
	font-family: 'Noto Sans JP', sans-serif;
}
.button_:hover{
    background: #fff;
	border: solid 2px #222;
	color: #fff !important; 
	transition : .3s;
}
.eff:hover {
    color: #222 !important;
    background: #fff;
}
/*////*/
.more_area {
	margin: 10% auto;
    width: 480px;
}
.sample01 {
	
   margin : 0 auto 40px;
   width : 100%;
   
  text-align : center;
   overflow : hidden;
}
.sample01 p{
	font-family: 'Hind', sans-serif;
	font-size : 2.2rem;
   margin:0;
   display : inline-block;
   padding-left: 100%;
   white-space : nowrap;
   line-height : 1em;
   animation : scrollSample01 30s linear infinite;
}
@keyframes scrollSample01{
0% { transform: translateX(0)}
100% { transform: translateX(-100%)}
}