@charset "utf-8";

html,body{
    height: 100%;
}
body{
    background-color: #727272;
    margin: 0;
    font-family: Verdana, Arial, "メイリオ","ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif,'Font Awesome 5 Free';
}
img{border: none;}

/***スライダー土台(読み込み完了してからフェードイン)**********************************************/
.slider{
    background-color: #727272;
    padding-top: 30px; /*メニュー分*/
    height: 100%;
    display: none;
    transition: display .3s linear;
}
.slider.slick-initialized{
    display: block;
}

/***メイン画像部分**********************************************/
.slider div{
    height: 100%;
}
.slider div .last_page_in{
    line-height: 1em;
    margin-top: 40%;
}
.slick-slide:nth-child(odd){
    text-align: left;
}
.slick-slide:last-child{
    text-align: right;
}
.slick-slide:focus {
    outline: none;
}
.slick-slide img{
    max-width:100%;
    max-height:100%;
    display: inline-block;
}

/***Dots**********************************************/
.slick-dots{
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    width: 98%;
    height: 14px;
    border-radius: 25px;
    overflow: hidden;
}
.slick-dots li{
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #555555;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
    background: #fff;
}
.slick-dots li.slick-active button{
    background: #ccc;
}

/***矢印**********************************************/
.slide-arrow{
    opacity: 0;
    z-index: 1;
    height: 100%;
    line-height: 100vh;
    width: 25%;
    position: absolute;
    top: 0;
    cursor: pointer;
    font-size: 3em;
    font-weight: bold;
    box-sizing: border-box;
}
.slide-arrow.hover{
    opacity: 0.8;
}
.next-arrow{
    text-align: left;
    padding-left: 50px;
    left: 0;
}
.next-arrow span::before{
    content: '\f137';
}
.prev-arrow{
    text-align: right;
    padding-right: 50px;
    right: 0;
}
.prev-arrow span::before{
    content: '\f138';
}
.slide-arrow.slick-disabled{
    display: none;
}

/***メニュー**********************************************/
.menu_box{
    color: #ccc;
    background-color: rgba(0,0,0,0.9);
    z-index: 2;
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
}
.menu_show{
    display: none;
    margin-bottom: 4px;
}
/*メニュー・クローズ*/
.menu_button{
    display: block;
    height: 30px; /*メニューの高さ*/
    width: 100%;
    font-weight: bold;
    cursor: default;
    color: #fff; /*メニューボタン文字カラー*/
}
.menu_button::before{
    vertical-align: middle;
    display: inline-block;
    content: '\f107';
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding: 0 5px;
    line-height: 30px;
}
.close{
    color: #ccc;
    cursor: pointer;
}
.close::before{
    content: '\f00d';
	font-family: 'Font Awesome 5 Free';
}
.close:hover{
    opacity: 0.6;
}
/*メニュー内スタイル*/
h1{
    font-size: 1.9em;
    font-weight:bold;
    line-height: 1.2em;
}
small{
    font-size: 0.8em;
    display: block;
    margin-bottom: 16px;
}
.slick-counter{
    margin-top: 22px;
}
.dots{
    margin: 0 0 16px;
}
/*ボタン装飾*/
.button{
    -webkit-appearance: none;
    margin: 0 2px;
    width: 120px;
	background-color: #000;
	border: 2px solid #888;
	color: #CCC;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
    cursor: pointer;
    border-radius: 20px;
    transition: all .3s;
    box-sizing: border-box;
    padding: 4px 0;
}
.button:hover{
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}
.button.o_button:hover{
	background-color: #fff;
	border-color: #eb9359;
	color: #eb9359;
}

/***ガイド**********************************************/
.guide{
    z-index: 100;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
    text-shadow: 
        #fff 1px 1px 0, #fff -1px -1px 0,
        #fff -1px 1px 0, #fff 1px -1px 0,
        #fff 0px 1px 0, #fff  0-1px 0,
        #fff -1px 0 0, #fff 1px 0 0;
}
.guide::after{
    box-sizing: border-box;
    line-height: 40px;
    padding: 5px;
    font-size: 2em;
    content: "\f00d";
	font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-weight: bold;
    text-shadow: none;
    display: block;
    background-color: #4b6ec2;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
.guide_yazirusi{
    color: #4b6ec2;
    font-weight: bold;
    margin-top: 32px;
}
.guide_yazirusi .icon::before{
    font-size: 5em;
    content: '\f062';
	font-family: 'Font Awesome 5 Free';
}
.guide_yazirusi .text::before{
    padding-top: 20px;
    content: 'メニューバー';
}
.guide_yubi{
    color: #4b6ec2;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 45%;
    left: 0;
}
.guide_yubi .icon{
    animation: yubi 1.5s 0s infinite;
}
.guide_yubi .icon::before{
    font-size: 5em;
    content: '\f0a6';
	font-family: 'Font Awesome 5 Free';
}
.guide_yubi .text::before{
    content: 'スライド・クリックで\Aページ移動';
    white-space: pre;
    font-weight: bold;
}
@keyframes yubi{
    0% {
        transform: translateX(-50px);
    }
    100% {
        transform: translateX(50px);
    }
}
.guide .slide-arrow,.guide .slide-arrow.hover{
    color: #4b6ec2;
    opacity: 1;
}

/***ヘルプ**********************************************/
.help{
    display: none;
    background-color: rgba(0,0,0,0.9);
    z-index: 100;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    cursor: pointer;
}
.help_in{
    width: 80%;
    border: 3px solid #4b6ec2;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
}
.help_in p{
    margin-bottom: 0;
    margin-top: 4px;
}
.help_in p:nth-of-type(1){
    margin-top: 16px;
}
.help_in ul{
    display: inline-block;
    text-align: left;
    list-style-type: none;
    padding-left: 0;
    margin-top: 8px;
}
.help_in li{
    margin-bottom: 4px;
}
.help_in li:last-child{
    margin-bottom: 0;
}
.help_img{
    background-image: url(/manga/help.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    max-width: 300px;
    height: 177px;
    margin: 20px auto 0;
}
.help::after{
    box-sizing: border-box;
    line-height: 40px;
    padding: 5px;
    font-size: 2em;
    content: "\f00d";
	font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-weight: bold;
    display: block;
    background-color: #4b6ec2;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

/***h1修正用**********************************************/
h1 div{
    display: flex;
    justify-content:center;
}
h1 p{
    margin: 0;
}
.last_page_in h1 div{
    flex-direction: row-reverse;
    justify-content: flex-end;
}

/***メニュータップ範囲拡大用**********************************************/
.menu_sizeup{
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

/***メディアクエリ**********************************************/
/*指定幅以下になった時*/
@media screen and (max-width:767px) {
    h1{
        font-size: 1.6em;
    }
    .slick-slide,.slick-slide:nth-child(odd),.slick-slide:last-child{
        text-align: center;
    }
    .last_page_in h1 div{
        justify-content: center;
    }
    /*矢印*/
    .slide-arrow{
        width: 15%;
        font-size: 2em;
    }
    .next-arrow,.prev-arrow{
        padding: 0;
        text-align: center;
    }
    /*ヘルプ*/
    .help_in span{
        display: block;
        padding-left: 1em;
    }
    .help_in li{
        margin-bottom: 8px;
    }
    /*メニュー内ボタン縦並び*/
    .menu_box .button{
        display: block;
        margin: 10px auto;
    }
}
/*指定幅以上になった時*/
@media screen and (min-width:767px) {
    .slider div .last_page_in{
        margin-left: 10%;
        margin-right: 10%;
    }
}
