@charset "utf-8";
/*----------------------------------------
       Reset
----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix,
#sec04 .drink02 .box02 dd{
  *zoom: 1;
}
.clearfix:after,
#sec04 .drink02 .box02 dd:after{
  content: "";
  display: table;
  clear: both;
}
/*--------------------------
font
---------------------------*/
@font-face{
 font-family: 'bell_b';
 src: url('../font/BELLB.TTF') format("truetype");
}
@font-face{
 font-family: 'bell';
 src: url('../font/BELL.TTF') format("truetype");
}
/*--------------------------
common
---------------------------*/
body {
	background: #fff;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  min-width: 1180px;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
	color: #262626;
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
    min-width: 100%;
    width: 100%;
  }
}

a {
  color: #333;
}
a:link {
  color: #333;
}
a:visited {
  color: #333;
}

/* ------------------------------
header
------------------------------ */
/*#break-header {
  display: none;
}
@media only screen and (max-width: 1200px) {
  #break-header {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
  }
  #break-header .header_logo {
    position: absolute;
    top: 14px;
    left: 15px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  #break-header .header_logo {
    left: 30px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 480px) {
  #break-header .header_logo {
    left: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  #break-header .header_logo img {
    width: 60px;
  }
}

#switchBtnArea {
  width: 100%;
  height: 54px;
  background: #fff;
  position: relative;
  border-bottom: solid 1px #ccc;
}
#switchBtnArea #switchBtn {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 46px;
  height: 34px;
  display: block;
  background: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media only screen and (max-width: 1200px) {
  #switchBtnArea #switchBtn {
    right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  #switchBtnArea #switchBtn {
    right: 15px;
  }
}
#switchBtnArea #switchBtn span {
  left: 23%;
  width: 54%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #666;
  border-radius: 5px;
  transition: all 0.2s linear;
}
#switchBtnArea #switchBtn span:nth-of-type(1) {
  top: 9px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
#switchBtnArea #switchBtn span:nth-of-type(2) {
  top: 15px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#switchBtnArea #switchBtn span:nth-of-type(3) {
  bottom: 9px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
  bottom: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#break-header ul {
  display: none;
  padding: 0px 12px 12px;
  background: #fff;
}
#break-header ul li {
  border-bottom: solid 1px #ccc;
}
#break-header ul li a {
  display: block;
  padding: 12px;
  background: #f1f1f1;
}*/

header {
  width: 100%;
	min-width: 1180px;
	background: url(../image/header_bg.jpg) top center no-repeat;
}
header #header_inner{
	width:1180px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
header h1{
	margin: 0 auto;
	text-align: center;
}
header .tx01{
	position: absolute;
	top:174px;
	right: 3px;
}
header .bg03{
	position: absolute;
	bottom: 100px;
	right: -45px;
	z-index: -1;
}
/*header .bnr01{
	width:980px;
	margin: 480px auto 60px;
}*/
header .txt_block{
	margin: 560px 0 0;
	position: relative;
}

header .tx02{
	box-sizing: border-box;
	width:980px;
	height: 468px;
	background: url(../image/header_bg02.jpg) no-repeat;
	padding: 90px 550px 0 30px;
	color: #fff;
	line-height: 2.5;
	margin: 0 auto 0;
}
header .tx02 span{
	font-size: 24px;
}
/* ------------------------------
section common
------------------------------ */
.inner{
	width:980px;
	margin: 0 auto;
	position: relative;
}
h2{
	color: #012b05;
	font-family:"bell_b", Georgia, "serif";
	font-size: 44px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 10;
}
h2 span{
	background: url(../image/h2_bg.png) bottom 10px left repeat-x;
	padding: 0 5px;
}
h2 em{
	display: block;
	font-family:游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 14px;
	font-style: normal;
	padding: 5px 0 0;
}
.contact{
	width:100%;
	height: 195px;
	background: url(../image/contact_bg01.jpg) top center no-repeat;
}
.contact .inner{
	width:830px;
	position: relative;
}
.contact .inner .btn{
	position: absolute;
	top:105px;
	right: 45px;
}
.contact .inner .btn a:hover img{
	opacity: 0.7; 
	filter: alpha(opacity=0.7); 
}
.bnr_block{
	text-align: center;
	margin: 0 auto 50px;
}
.bnr_block a:hover{ 
	opacity: 0.7; 
	filter: alpha(opacity=0.7); 
} 

.mb70{
	margin-bottom: 70px;
}
/* ------------------------------
section01
------------------------------ */
#sec01{
	width:100%;
	min-height: 400px;
	background: url(../image/sec01_bg01.jpg) top center no-repeat;
	position: relative;
	z-index: 1;
	margin: -80px 0 0;
	padding: 175px 0 0;
}
#sec01 .inner{
	background: url(../image/sec01_bg02.jpg) top left 55px no-repeat;
}
#sec01 .inner ul{
	margin: 20px 0 0 535px;
}
#sec01 .inner ul li{
	color: #012b05;
	font-family:"bell_b", Georgia, "serif";
	line-height: 1.1;
	padding: 0 0 10px;
}
#sec01 .inner ul li .num{
	font-size: 24px;
}
#sec01 .inner ul li em{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-style: normal;
	padding: 5px 0 0;
	display: block;
}
#sec01 .inner ul li .en01{
	font-family:"bell", Georgia, "serif";
	font-size: 12px;
	padding: 0 0 0 5px;
}
/* ------------------------------
section02
------------------------------ */
#sec02{
	width:100%;
	background: url(../image/sec02_bg01.jpg) top center no-repeat;
	padding: 45px 0 40px;
	text-align: center;
}
#sec02 .pic{
	margin: -15px 0 0;
	position: relative;
}
/* ------------------------------
section03
------------------------------ */
#sec03{
	width: 100%;
	background: url(../image/sec03_bg01.jpg) top center no-repeat;
	padding: 20px 0 0;
}
#sec03 .inner{
	height: 623px;
}
#sec03 h2{
	color: #fff;
}
#sec03 .txt_box{
	box-sizing: border-box;
	width:315px;
	border: 2px solid #012b05;
	background-color: #fff;
	margin: 20px auto 10px;
}
#sec03 .txt_box h3{
	background: #012b05;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 50px;
	text-align: center;
}
#sec03 .txt_box table{
	width:100%;
}
#sec03 .txt_box table tr{
	border-top: 2px solid #012b05;
}
#sec03 .txt_box table tr:first-child{
	border-top: none;
}
#sec03 .txt_box table th,
#sec03 .txt_box table td{
	width: 50%;
	height: 45px;
	vertical-align: middle;
	text-align: center;
	color: #012b05;
	font-size: 14px;
	font-weight: normal;
}
#sec03 .txt_box table th{
	box-sizing: border-box;
	border-right: 2px solid #012b05;
}
#sec03 .txt_box table td span{
	display: block;
	font-size: 10px;
	padding: 5px 0 0;
}
#sec03 .txt_box ul{
	margin: 30px 15px 10px;
}
#sec03 .txt_box ul li{
	font-size: 14px;
	line-height: 1.2;
	padding: 0 0 10px 20px;
	position: relative;
}
#sec03 .txt_box ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #012b05;
  border-radius: 100%;
}
#sec03 .txt_box .btn{
	margin: 0 0 15px;
}
#sec03 .txt_box .btn a{
	display: block;
	width:215px;
	height: 35px;
	background-color: #012b05;
	border-radius: 8px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	box-shadow:3px 3px 3px 1px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
}
#sec03 .txt_box .btn a:hover{
	opacity: 0.7; 
	filter: alpha(opacity=0.7); 
}
#sec03 .box2_wrap{
	width:650px;
	background: url(../image/sec03_bg02.png) top center no-repeat;
	padding: 50px 0 0;
	margin: 0 auto;
}
#sec03 .box2_wrap .txt_box{
	margin: 0;
}
#sec03 .box2_wrap .txt_box:first-child{
	float: left;
}
#sec03 .box2_wrap .txt_box:last-child{
	float: right;
}
/* ------------------------------
section04
------------------------------ */
#sec04{
	padding: 60px 0 0;
}
#sec04 .txt01{
	box-sizing: border-box;
	width:980px;
	height: 468px;
	background: url(../image/sec04_bg01.jpg) no-repeat;
	color: #fff;
	padding: 30px 0 0 35px;
	margin: 75px 0 40px;
}
#sec04 .txt02{
	box-sizing: border-box;
	width:980px;
	height: 468px;
	background: url(../image/sec04_bg06.jpg) no-repeat;
	color: #fff;
	padding: 30px 0 0 35px;
	margin: 25px 0 40px;
}
#sec04 .txt01 h3,
#sec04 .txt02 h3,
#sec04 .drink01 .box01 h3,
#sec04 .drink02 .box01 h3,
#sec04 .option01 .box01 h3{
	text-indent: 50px;
	font-family:"bell", Georgia, "serif";
	font-size: 34px;
	font-weight:normal;
	margin: 0 0 20px;
}
#sec04 .txt01 h3 span,
#sec04 .txt02 h3 span,
#sec04 .drink01 .box01 span,
#sec04 .drink02 .box01 span,
#sec04 .option01 .box01 span{
	display: block;
	font-family:游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 13px;
	padding: 5px 0 0;
	margin: 0 0 0 -50px;
}
#sec04 .txt01 p,
#sec04 .txt02 p{
	width: 380px;
	line-height: 2.5;
}
#sec04 .txt01 .sml,
#sec04 .txt02 .sml,
#sec04 .drink01 .box01 .sml,
#sec04 .drink02 .box01 .sml{
	width: 400px;
	font-size: 12px;
	line-height: 1.5;
	margin: 20px 0 0;
}
#sec04 .item{
	width:320px;
	background-repeat: no-repeat;
	padding: 312px 0 0;
}
#sec04 .item .box{
	width: 320px;
	height: 375px;
	background: url(../image/sec04_bg05.jpg) no-repeat;
	position: relative;
	margin-bottom: 50px;
}
#sec04 .item .box2{
	width: 320px;
	height: 375px;
	background: url(../image/sec04_bg10.jpg) no-repeat;
	position: relative;
}
#sec04 .item .box ul,
#sec04 .item .box2 ul{
	margin: 5px 0 5px 25px;
}
#sec04 .item .box ul li{
	font-size: 12px;
	line-height: 1.2;
	padding: 0 0 8px;
}
#sec04 .item .box2 ul li{
	font-size: 12px;
	line-height: 1.2;
	padding: 0 0 6px;
}
#sec04 .item .box .o_price{
	padding: 5px 30px 0;
	font-size: 10px;
	line-height: 16px;
}
#sec04 .item .box .o_price em{
	display: inline-block;
	background-color: #fff100;
	font-style: normal;
	font-size: 10px;
	padding: 0 3px;
}
#sec04 .item .box .o_price span{
	font-size: 16px;
	text-decoration: line-through;
}
#sec04 .item .box .price,
#sec04 .item .box2 .price{
	position: absolute;
	right: 0;
	bottom: 0;
}
#sec04 #item01{
	background-image: url(../image/sec04_bg02.jpg);
	float: left;
}
#sec04 #item02{
	background-image: url(../image/sec04_bg03.jpg);
	margin: 0 10px;
	float: left;
}
#sec04 #item03{
	background-image: url(../image/sec04_bg04.jpg);
	float: left;
}
#sec04 #item04{
	background-image: url(../image/sec04_bg07.jpg);
	float: left;
}
#sec04 #item05{
	background-image: url(../image/sec04_bg08.jpg);
	margin: 0 10px;
	float: left;
}
#sec04 #item06{
	background-image: url(../image/sec04_bg09.jpg);
	float: left;
}
#sec04 .drink01{
	margin: 70px 0 0;
	float: left;
}
#sec04 .drink02{
	margin: 70px 0 0;
	float: right;
}
#sec04 .drink01 .box01,
#sec04 .drink02 .box01{
	box-sizing: border-box;
	width:454px;
	height: 178px;
	background: url(../image/sec04_bg11.png) no-repeat;
	color: #fff;
	padding: 30px 0 0 35px;
}
#sec04 .drink02 .box01{
	background: url(../image/sec04_bg12.png) no-repeat;
}
#sec04 .drink01 .box02,
#sec04 .drink02 .box02{
	box-sizing: border-box;
	width:456px;
	height: 362px;
	background: url(../image/sec04_bg12.jpg) no-repeat;
	padding: 30px 30px 0;
}
#sec04 .drink01 .box02 ul{
	padding: 0 15px 0 0;
	float: left;
}
#sec04 .drink01 .box02 ul:last-child{
	padding: 0;
}
#sec04 .drink01 .box02 ul li{
	font-size: 11px;
	margin: 0 0 12px;
}
#sec04 .drink02 .box02 dl{
	margin: 0 0 10px;
}
#sec04 .drink02 .box02 dt{
	font-family:"bell", Georgia, "serif";
	font-size: 14px;
	font-weight:normal;
	margin: 0 0 5px;
}
#sec04 .drink02 .box02 dd{
	font-size: 11px;
	line-height: 1.35;
}
#sec04 .drink02 .box02 dd span{
	font-family:"bell", Georgia, "serif";
	font-size: 14px;
	float: right;
}
#sec04 .drink02 .box02 dd span i{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 10px;
	font-style: normal;
}
#sec04 .option01{
	margin: 70px 0 0;
	float: right;
}
#sec04 .option01 .box01{
	box-sizing: border-box;
	width:454px;
	height: 178px;
	background: url(../image/sec04_bg13.png) no-repeat;
	color: #fff;
	padding: 30px 0 0 35px;
}
#sec04 .option01 .box01 p{
	line-height: 1.35;
	margin: -10px 0 20px;
}
#sec04 .option01 .box01 .sml{
	font-size: 12px;
	line-height: 1.5;
}
#sec04 .option01 .box02{
	box-sizing: border-box;
	width:456px;
	height: 362px;
	background: url(../image/sec04_bg12.jpg) no-repeat;
	padding: 30px 15px 0 30px;
}


#sec04 .option01 .box02 dl{
	padding: 0 0 15px;
}
#sec04 .option01 .box02 dt{
	font-family:"bell", Georgia, "serif";
	font-size: 14px;
	font-weight:normal;
	padding: 0 0 0 25px;
	margin: 0 0 8px;
}
#sec04 .option01 .box02 dd{
	font-size: 11px;
	line-height: 1;
	padding: 0 0 0 25px;
	margin: 0 0 8px;
	position: relative;
}
#sec04 .option01 .box02 dd.icon{
	background: url(../image/sec04_img02.png) left center no-repeat;
}
#sec04 .option01 .box02 dd span{
	font-family:"bell", Georgia, "serif";
	font-size: 14px;
	position: absolute;
	top:0;
	right: 40px;
}
#sec04 .option01 .box02 dd i{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
	position: absolute;
	right: 0;
	bottom:0;
}
#sec04 .txt03{
	width:980px;
	padding: 85px 0 0;
	margin: 0 auto;
}
#sec04 .txt03 .l_box{
	width:530px;
	float: left;
}
#sec04 .txt03 .l_box h3{
	background: #012b05;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 50px;
	text-align: center;
}
#sec04 .txt03 .l_box table{
	width:100%;
	border-top: 2px solid #012b05;
	border-left: 2px solid #012b05;
	margin: 0 0 10px;
}
#sec04 .txt03 .l_box table td{
	height: 45px;
	vertical-align: middle;
	text-align: center;
	color: #012b05;
	border-right: 2px solid #012b05;
	border-bottom: 2px solid #012b05;
}
#sec04 .txt03 .l_box p{
	text-align: right;
	font-size: 13px;
}
#sec04 .txt03 .r_box{
	width:425px;
	float: right;
}
#sec04 .txt03 .r_box ul li{
	color: #012b05;
	font-size: 13px;
	line-height: 1.2;
	margin: 0 0 10px;
}
/* ------------------------------
section05
------------------------------ */
#sec05{
	width:100%;
	height: 1468px;
	background: url(../image/sec05_bg01.png) top center no-repeat;
	margin: -80px 0 0;
	padding: 180px 0 0;
	position: relative;
	z-index: 10;
}
#sec05 .inner{
	width:750px;
	color: #012b05;
	font-size: 14px;
}
#sec05 h2{
	margin-bottom: 10px;
}
#sec05 h3{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}
#sec05 h4{
	font-size: 14px;
	font-weight:normal;
	text-align: center;
}
#sec05 h4 span{
	background-color: #f3e7cd;
	padding: 0 30px;
}
#sec05 .tb_box table:nth-of-type(1){
	width:450px;
	margin: 0 0 20px;
	float: left;
}
#sec05 .tb_box table:nth-of-type(2){
	width:250px;
	margin: 0 0 20px;
	float: right;
}
#sec05 table{
	border: 2px solid #012b05;
	border-bottom: none;
}
#sec05 table tr{
	border-bottom: 2px solid #012b05;
}
#sec05 table th{
	background: #012b05;
	text-align: center;
	color: #fff;
	font-weight: normal;
	padding: 8px 15px;
}
#sec05 table td{
	vertical-align: middle;
	text-align: center;
	color: #012b05;
}
#sec05 ul.list01{
	margin: 0 0 20px;
}
#sec05 ul.list01 li{
	line-height: 1.2;
	padding: 0 0 8px 20px;
	position: relative;
}
#sec05 ul.list01 li::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #012b05;
}
#sec05 p{
	line-height: 1.2;
	margin: 0 0 10px;
}
#sec05 .tx_box{
	box-sizing: border-box;
	width:720px;
	border:2px solid #8a8170;
	padding: 20px 20px;
	margin: -12px auto 20px;
}
#sec05 .tx_box h5{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
}
#sec05 .tx_box h5:nth-of-type(2){
	margin: 10px 0 5px;
}
#sec05 .tx_box p{
	margin: 0;
}
#sec05 .tx_box ul li{
	margin: 0 0 8px 14px;
	line-height: 1.2;
	text-indent: -14px;
}
/*
#sec05 .tx_box .col{
	box-sizing: border-box;
	width:50%;
	padding: 0 30px;
	float: left;
}
#sec05 .tx_box ul li{
	list-style-type: disc;
	margin: 0 0 10px 15px;
	line-height: 1.5;
}
*/

/* ------------------------------
section01
------------------------------ */
/*----------------------------------------
footer
----------------------------------------*/
footer{
	width:100%;
	height: 294px;
	background: url(../image/footer_bg.jpg) top center no-repeat;
	margin: -100px 0 0;
}
footer .tel{
	float: left;
}
footer .mail{
	box-sizing: border-box;
	width:350px;
	height: 120px;
	background: url(../image/footer_mail.png) no-repeat;
	padding: 20px 0 0 95px;
	float: left;
}
footer .mail a:hover img{
	opacity: 0.7; 
	filter: alpha(opacity=0.7); 
}
footer p{
	clear: left;
}
/*----------------------------------------
page top
----------------------------------------*/
#page-top {
  position: fixed;
  bottom: 50px;
  right: 3%;
  z-index: 10;
}
#page-top a {
	display: block;
  color: #fff;
  width: 60px;
  height: 60px;
  background-color: #012b05;
  border-radius: 100%;
  transition: all 0.5s;
}
#page-top a:before {
  speak: none;
  content: '▲';
  font-size: 12px;
	position: absolute;
	top:24px;
	left: 24px;
}
#page-top a span {
  display: none;
}
#page-top a:hover{
	opacity: 0.7; 
	filter: alpha(opacity=0.7);
}

/* ------------------------------
Fade Effect
------------------------------ */
.fadein {
  opacity: 0;
  transform: translate(0px, 0px);
  transition: all 2s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein_top {
  opacity: 0;
  transform: translate(0px, 30px);
  transition: all 1s;
}

.fadein_top.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein_right {
  opacity: 0;
  transform: translate(30px, 0px);
  transition: all 1s;
}

.fadein_right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein_bottom {
  opacity: 0;
  transform: translate(0px, -30px);
  transition: all 1s;
}

.fadein_bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein_left {
  opacity: 0;
  transform: translate(-30px, 0px);
  transition: all 1s;
}

.fadein_left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

