@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
#mainArea {
  letter-spacing: 0;
  line-height: 2;
  overflow: hidden;
  margin: 0 auto;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lead {
    font-size: 1.3rem;
    text-align: center;
	margin: 3em 0 0;
}
section {
	width: 840px;
    margin: 11em auto 7em;
}
.bnr_ {
	width: 900px;
	margin: 0 auto;
}
.center{
  text-align: center;
}
.f-12 {
  font-size: 1.2rem;
}
.f-n {
	font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
}
h3 {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.8;
    margin: 0 auto 1em;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
}
h4 {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.7;
    margin: 0 auto 1em;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 600;
    font-style: normal;
}
.movie__ {
	width: 600px;
	margin: 0 auto;
}
.about_title {
	width: 255px;
    margin: 0 auto 2em;
}
.about_img {
	width: 600px;
	margin: 0 auto;
}
.about_cap {
	margin: 3em auto 5em;
    text-align: center;
}
/*///*/
.check_area {
	width: 503px;
    margin: 0 auto 2em;
}
.check_ {
	display: inline-block;
    width: 20px;
    vertical-align: top;
    margin: 0 6px 0 0;
}
.check_cap {
	display: inline-block;
	width: 86%;
	vertical-align: top;
}
.check_cap span {
    background: linear-gradient(transparent 53%, #fffb82 30%);
}
/*///*/
.mainItem--img {
	display: inline-block;
    vertical-align: middle;
    width: 490px;
    margin-right: 45px;
}
.mainItem--text {
	display: inline-block;
    vertical-align: middle;
    width: 300px;
}
.f-sub {
	font-size: 90%;
    display: block;
    margin: 10px 0 0;
}
/*///*/
.sliderArea {
	width: 500px;
    margin: 5em auto;
    border: solid 6px #7f9cd9;
    padding: 3em 3em 2em;
}
.flickity-prev-next-button {
    width: 35px;
    height: 35px;
}
.flickity-button {
    background: none;
}
.flickity-prev-next-button.previous {
    left: -13%;
}
.flickity-prev-next-button.next {
    right: -13%;
}
.flickity-page-dots {
	display: none;
}
.flickity-prev-next-button .flickity-button-icon {
    top: -205%;
}
.point_ {
	width: 100px;
    margin: 2em auto 1em;
    display: block;
}
.flickity-button:hover {
    background: none;
}
/*///*/
.stylingArea {
  position: relative;
    width: 50%;
    margin-right: 11%;
    vertical-align: middle;
	display: inline-block;
}
.obi---1 {
	 background: #e0eaf0;
    width: 451px;
    height: 290px;
    position: absolute;
    top: 31%;
}
.obi---2 {
	 background: #f5f0e6;
    width: 451px;
    height: 290px;
    position: absolute;
    top: 31%;
}
.obi---3 {
	 background: #dae0ec;
    width: 451px;
    height: 290px;
    position: absolute;
    top: 31%;
}
.stylingTextarea {
	display: inline-block;
    width: 37%;
    vertical-align: middle;
}
.stylingTextarea span {
    background: linear-gradient(transparent 53%, #fffb82 30%);
}
/*///*/
.item-img {
	width: 75%;
	display: inline-block;
	vertical-align: middle;
}

.crditArea_ {
	width: 90%;
    margin: 0 auto;
    padding: 0% 0% 20%;
}
.crdit {
    margin-bottom: 15px;
}
.img_area {
	display: block;
    margin: 0 0 3em;
}
/*///*/
.img-c img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
/*////*/
.button_crdit {
	width: 74%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.8;
}
.button_main {
    width: 76px;
    height: 38px;
    border: solid 2px #222;
    background: #222;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    line-height: 2.6;
    text-decoration: none;
    font-family: futura-pt, sans-serif;
    font-size: 1.3rem;
}

.button_main:hover{
    background: #fff;
	border: solid 2px #222;
	color: #222 !important; 
	transition : .3s;
}
/*////*/
.button_ {
    width: 76px;
    height: 38px;
    border: solid 2px #222;
    background: #fff;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
    color: #222;
    line-height: 2.6;
    text-decoration: none;
    font-family: futura-pt, sans-serif;
    font-size: 1.3rem;
}
.button_:hover{
    background: #222;
	border: solid 2px #222;
	color: #fff !important; 
	transition : .3s;
}
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}

.fade.active {
	opacity: 1;
	transform: translateY(0px);
}
.btn_all {
	width: 80%;
	display: inline-block;
	margin: 0 auto;
}