@charset "utf-8";

body {
/*color:#333;*/
font-size:95%;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height:1.5em;
-webkit-text-size-adjust: none;
}

#homereader h1 {
	margin: 0 auto;
	font-weight:bold;
	font-size:180%;
    line-height: 1.8;
}

/* スクロールで表示
------------------------------------------------------------*/
.fadein {
    opacity : 1;
    /*
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1500ms;*/
}
.fadein.scrollin {
    opacity : 1;
/*    transform : translate(0, 0);*/
}

.fadein_auto {
    opacity : 1;
    /*
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1500ms;*/
}
.fadein_auto.scrollin {
    opacity : 1;
    /*
    opacity : 0;
    transform : translate(0, 0);*/
}


/* スライド部
------------------------------------------------------------*/
.slidewrap{
	/*margin: 0 calc(50% - 50vw);*/
    margin: 0;
    width: 100%;/*追加*/
	max-width: 100%;
	position: relative;
}

.slide-img img{
	object-fit:contain;
    width: 100%;/*追加*/
	height:auto;
}

#page-top1 {
    display: none
}
#page-top2 {
    display: none
}

/*******************************************************
ドロップダウン
*******************************************************/
.menu_drop {
    position: relative;
    width: 100%;
/*    height: 60px;*/
    max-width: 1200px;
    margin: 0 auto;
}

.menu_drop  > li {
    float: left;
    width: 14.2857%;
/*    height: 60px;*/
/*    line-height: 60px;*/
    padding:15px 0;
    background: #eee;
    text-align: center;
    font-size: 80%;
}
