
/*===============================================
　画面の横幅が480pxまで▼▼▼▼▼
===============================================*/

@media (max-width:761px){


    /* ============================================================
 	main
	==============================================================*/
    
    #main_ttl_wrap #main_ttl_box {
    width: 90%;
}
.mizumirai_con00 #sec02 .flex{
	display: block;
	justify-content: space-between;
	margin: 40px 0 0;
}
.mizumirai_con00 #sec02 .flex figure{
	width: 100%;
	padding: 0;
	margin: 0 0 25px;
}
.mizumirai_con00 #sec02 figcaption {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 200%;
	margin: 15px 0 0;
}
    #main_ttl_box p.vol_txt{
		font-family: 'Sorts Mill Goudy', serif;
		font-weight: 300;
		line-height:50%;
		font-size: 1.4rem;
		letter-spacing:1px;
		color: #fff;
		text-shadow: 0 0 10px rgba(0,0,0,0.8);
	}
	.ta_center{
		text-align: center;
	}
	#main_ttl_box p.ttl_sh span{
		display:inline-block;
		font-family: 'Sorts Mill Goudy', serif;
		font-weight: 300;
		font-size: 2.2rem;
		margin: 0 10px 0 0;
		padding: 0;
	}

	#main_ttl_box p.ttl_sh{
		font-family: 'Noto Serif JP', serif;
		font-weight:200;
		font-size: 1.8rem;
		letter-spacing:1px;
		text-shadow: 0 0 10px rgba(0,0,0,0.8);
		position:relative;
		color: #fff;
		padding: 0 0 20px;
	}
	#main_ttl_box p.ttl_sh:before{
		content: "";
		display: block;
		width: 20%;
		height: 1px;
		background:#fff;
		position: absolute;
		top: 18px;
		right: 0;
	}

	#main_ttl_box h1{
		font-family: 'Noto Serif JP', serif;
		font-weight:400;
		font-size: 4.2rem;
		line-height:120%;
		padding: 0 0 18px;
		text-shadow: 0 0 10px rgba(0,0,0,0.8);
		white-space: normal;
	}

	#main_ttl_box p.copy_txt{
		font-family: 'Noto Serif JP', serif;
		font-weight:400;
		font-size: 1.6rem;
		line-height: 160%;
		letter-spacing:1px;
		color: #fff;
		text-shadow: 0 0 10px rgba(0,0,0,1);
		position:relative;
	}
    
	
	/* ============================================================
 	sec_page_nav
	==============================================================*/
	
	#sec_page_nav{
		width: 100%;
		background: #fff;
        padding: 60px 0;
	}

	#sec_page_nav .next_chap{
		border-top: 1px solid #e8e8e8;
		padding: 30px 0 0;
		text-align: center;
	}

	#sec_page_nav .next_chap a{
		display:inline-block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:400;
		font-size: 1.4rem;
		color:#fff;
		text-align: left;
		background:#00a0e9;
		line-height: 140%;
		border-radius: 40px;
		padding: 14px 40px 16px 26px;
		position:relative;
		transition: all 0.5s cubic-bezier(0.17, 0.53, 0.34, 0.99) 0s;
	}

	#sec_page_nav .next_chap a span{
		display:inline-block;
		margin: 0 16px 0 0;
		font-size: 1.4rem;
	}


	#sec_page_nav .next_chap a:before{
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-right:solid 1px #fff;
		border-bottom:solid 1px #fff;
		position: absolute;
		top: 50%;
		right: 20px;
		transform:translate(0, -50%) rotate(-45deg);
		transition: all 0.5s cubic-bezier(0.17, 0.53, 0.34, 0.99) 0s;
	}


	#page_nav{
		display: flex;
		justify-content:center;
		margin:20px 0 50px;
		counter-reset: number -2;
	}
	
	#page_nav li{
		padding: 0 5px;
	}
	
	#page_nav li a{
		display: block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:300;
		width:34px;
		text-align: center;
		padding: 11px 0;
		height:1em;
		font-size: 1.2rem;
		line-height: 100%;
		border-radius:50%;
		position:relative;
		transition: all 0.5s ease 0s;
	}

	#page_nav li.act a{
		background:#00a0e9;
		color:#fff;
	}

	.small_txt{
		font-size: 1.3rem!important;
	}
	.img_box p{
		text-align: center;
	}
	.mtajust{
		margin: -15px 0 0 0;
	}
    #page_nav li.prev_p a:after{
    	content: "";
		display: block;
		width: 8px;
		height:8px;
		border-right:solid 1px #78808d;
		border-bottom:solid 1px #78808d;
		position: absolute;
		top: 50%;
		left: 56%;
		transform:translate(-50%, -50%) rotate(135deg);
		transition: all 0.5s ease 0s;
    }


    #page_nav li.next_p a:after{
    	content: "";
		display: block;
		width: 8px;
		height:8px;
		border-right:solid 1px #78808d;
		border-bottom:solid 1px #78808d;
		position: absolute;
		top: 50%;
		left: 40%;
		transform:translate(-50%, -50%) rotate(-45deg);
		transition: all 0.5s ease 0s;
    }
    
    
    
    
    /* ============================================================
 	mizumirai_con00 > section 02
	==============================================================*/
	
	.mizumirai_con00 #sec02{
		width: 100%;
		background: #fff;
        padding: 60px 0 0;
	}


	.mizumirai_con00 #sec02 .wrapper{
	}

	.mizumirai_con00 #sec02 h2{
		font-family: 'Noto Serif JP', serif;
		font-weight:400;
		font-size: 2.0rem;
		line-height:160%;
		padding: 0 0 30px;
	}


	.mizumirai_con00 #sec02 h3{
		font-family: 'Noto Serif JP', serif;
		font-weight:600;
		font-size: 3rem;
		line-height:140%;
		padding: 40px 0 0;
	}

	.mizumirai_con00 #sec02 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:300;
		font-size: 1.4rem;
		line-height:200%;
	}
    
    
    /* ============================================================
 	Modal
	==============================================================*/
	
	#modal_photo {
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.9);
		width: 100vw;
		height: 100vh;
		z-index: 10000;
		display: none;
	}

	#modal_photo .m_n_wrap {
		position: relative;
		width: 100%;
		height: 100vh;
	}

	#modal_photo .m_n_box {
		position: absolute;
		top: 50%;
		left: 50%;
		transform:translate(-50%, -20%);
		opacity:0;
		overflow-x: scroll;
		width: 95%;
		padding: 10px;
		transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	#modal_photo .m_n_box img{
		width:100%;
		height:auto;
	}

	.mizumirai_con02 #modal_photo  .m_n_box img{
		width:200%;
		height:auto;
	}

	#modal_photo .m_n_box_act{
		opacity:1;
		transform:translate(-50%, -50%);
		background:#fff;
	}

	#modal_photo ul{
		position:absolute;
		right: 10px;
		top: 10px;
		/* transform:translate(-50%, 0); */
	}
	
	#modal_photo a.xClose{
		display:block;
		color: #404348;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:300;
		font-size:1.3rem;
		text-align:center;
		padding:30px 0 6px;
		position: relative;
		border-radius:4px;
		background: #ececec;
		width:60px;
		transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	
	#modal_photo a.xClose:before{
		content: "";
		display: block;
		width: 20px;
		height:1px;
		background: #878b92;
		position: absolute;
		top: 35%;
		left: 50%;
		transform:translate(-50%, -50%) rotate(-45deg);
	}
	#modal_photo a.xClose:after{
		content: "";
		display: block;
		width: 20px;
		height:1px;
		background: #878b92;
		position: absolute;
		top: 35%;
		left: 50%;
		transform:translate(-50%, -50%) rotate(45deg);
	}

	#modal_photo a.xClose:hover{
		color: #797f8a;
		background:#151617;
	}

	/* ============================================================
 	sec_bnr
	==============================================================*/
	
	#sec_bnr{
		width: 100%;
		background: #fff;
		padding:0 0 50px;
	}


	#sec_bnr a{
		display:block;
	}
	
	
	#sec_bnr .bnr_wrap{
		width:100%;
		position:relative;
		background: url("/mizumirai/vol11_02/img/main_ttl_img_sp.jpg") no-repeat center;
		background-size: cover;
	}

	#sec_bnr .bnr_wrap .wrapper{
	}

	#sec_bnr .bg01{
		background: url("/img/mizumirai_bg01.jpg") no-repeat center;
		background-size: cover;
	}
    
    #sec_bnr .bg02{
		background: url("/img/mizumirai_bg02.jpg") no-repeat center;
        background-size: cover;
	}

	#sec_bnr .txt_box{
		padding: 40px 0;
		color:#fff;
	}

	#sec_bnr p.vol_txt{
		font-family: 'Sorts Mill Goudy', serif;
		font-weight: 300;
		line-height:50%;
		font-size: 1.4rem;
		letter-spacing:1px;
		text-shadow: 0 0 10px rgba(0,0,0,0.8);
	}

	#sec_bnr p.ttl_sh span{
		display:inline-block;
		font-family: 'Sorts Mill Goudy', serif;
		font-weight: 300;
		font-size: 2.2rem;
		margin: 0 10px 0 0;
	}

	#sec_bnr p.ttl_sh{
		font-family: 'Noto Serif JP', serif;
		font-weight:200;
		font-size: 1.8rem;
		letter-spacing:1px;
		text-shadow: 0 0 10px rgba(0,0,0,0.8);
		position:relative;
	}
	#sec_bnr p.ttl_sh:before{
		content: "";
		display: block;
		width: 26%;
		height: 1px;
		background:#fff;
		position: absolute;
		top: 17px;
		right: 0;
	}

	#sec_bnr h3{
		font-family: 'Noto Serif JP', serif;
		font-weight:400;
		font-size: 4.0rem;
		line-height:120%;
		padding: 0 0 10px;
		text-shadow: 0 0 10px rgba(0,0,0,0.8);
	}

	#sec_bnr p.copy_txt{
		font-family: 'Noto Serif JP', serif;
		font-weight:400;
		font-size: 1.4rem;
		line-height:130%;
		letter-spacing:1px;
		text-shadow: 0 0 10px rgba(0,0,0,1);
		position:relative;
	}

	#sec_bnr .bg02 p.copy_txt{
		font-size: 1.4rem;
	}

	#sec_bnr li{
		width:160px;
		font-family: 'Noto Serif JP', serif;
		font-weight:200;
		font-size: 1.3rem;
		border:1px solid #fff;
		border-radius:20px;
		text-align:center;
		padding:1px 0 4px 10px;
		margin:30px 0 0;
		position:relative;
	}

	#sec_bnr li:before{
		content: "";
		display: block;
		width: 6px;
		height:6px;
		border-right:solid 1px #fff;
		border-bottom:solid 1px #fff;
		position: absolute;
		top: 50%;
		left: 20px;
		transform:translate(0, -50%) rotate(-45deg);
	}

	#sec_bnr a .bnr_wrap:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background:#000;
		opacity:0;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.5s cubic-bezier(0.17, 0.53, 0.34, 0.99) 0s;
	}

	#sec_bnr .bnr_coming{
		position:relative;
		overflow: hidden;
	}
	#sec_bnr .coming{
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height: 0;
		background: rgba(0,0,0,0.7);
		z-index: 1;
		text-align: center;
		padding: 22% 0 302px;
		font-family: 'Noto Serif JP', serif;
		font-weight:500;
		font-size: 4rem;
		color:#fff;
		line-height:130%;
		text-shadow: 0 0 10px rgba(0,0,0,1);
	}

	#sec_bnr .coming span{
		display:block;
		font-size: 2rem;
	}
    
    /* ============================================================
 	mizumirai_con01-03
	==============================================================*/
    
    .chap_txt{
    	font-family: 'Sorts Mill Goudy', serif;
    	font-weight: 300;
    	font-size: 2.4rem;
    	text-align:center;
    	margin: 90px 0 0 0;
    }

    .chap_txt span{
    	display:inline-block;
    	font-size: 4.4rem;
    	margin:0 0 0 5px;
    }

    .line_box h1{
    	font-family: 'Noto Serif JP', serif;
    	font-weight:400;
    	font-size: 2.6rem;
    	line-height:120%;
    }
    
    .line_box h1 span{
    letter-spacing: -16px;
    }

    .chap_copy_txt{
    	font-family: 'Noto Serif JP', serif;
    	font-weight:400;
    	font-size: 1.8rem;
    	line-height: 160%;
    	padding: 20px 0 60px;
    	text-align:center;
    }

    .chap_copy_txt span{
    	letter-spacing:-20px;
    }

    .line_box:before{
		content: "";
		display: block;
		width: 0;
		height: 1px;
		background: #e8e8e8;
		position: absolute;
		bottom:0;
		left: 50%;
		transform:translate(-50%,0);
		transition: all 2s cubic-bezier(0, 0, 0.1, 1.22) 0s;
	}
	
	.line_box_act:before{
		width: 100%;
	}
    
    /* ============================================================
 	mizumirai_con01 sec
 	=============================================================*/

 	.mizumirai_con01 #sec02{
		width: 100%;
		padding: 440px 0 0;
		background: url("../img/bg_photo01.jpg") no-repeat top center;
		background-size: 1000px auto;
	}

	.mizumirai_con01 #sec02 .wrapper{
	}

	.mizumirai_con01 #sec02 h2{
		font-family: 'Noto Serif JP', serif;
		font-weight:400;
		font-size: 1.8rem;
		line-height:160%;
		padding: 0 0 30px;
		text-align: center;
	}

	.mizumirai_con01 #sec02 .img_box{
		margin:40px 0;
	}

	.mizumirai_con01 #sec02 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:300;
		font-size: 1.4rem;
		line-height:200%;
		margin: -20px 0 0;
	}
    
    /* ============================================================
 	mizumirai_con02 sec
 	=============================================================*/

 	.mizumirai_con02 #sec02{
		width: 100%;
		padding: 340px 0 0;
		background: url("../img/bg_photo02.jpg") no-repeat top center;
		background-size: 1000px auto;
	}

	.mizumirai_con02 #sec02 .wrapper{
	}

	.mizumirai_con02 #sec02 h2{
		font-family: 'Noto Serif JP', serif;
		font-weight:400;
		font-size: 1.8rem;
		line-height:160%;
		padding: 0 0 30px;
		text-align: center;
	}

	.mizumirai_con02 #sec02 h2.ss{
		font-size:1.7rem;
	}

	.mizumirai_con02 #sec02 .img_box{
		margin:40px 0;
	}
	.mizumirai_con02 #sec02 .img_box.mb{
		margin:40px 0 0;
	}
	.mizumirai_con02 #sec02 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:300;
		font-size: 1.4rem;
		line-height:200%;
	}

	.mizumirai_con02 #sec02 p.cap_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:300;
		font-size: 1.3rem;
		line-height:160%;
		padding:0 0 40px;
	}

	.mizumirai_con02 #sec02 ul{

        margin:40px 0 10px;
	}
	.mizumirai_con02 #sec02 ul li{
		text-align:center;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:500;
		font-size: 1.4rem;
		padding:20px 0 0;
	}

	.mizumirai_con02 #sec02 ul li a{
		display:block;
		margin:10px 0 0;
	}
    
    /* ============================================================
 	mizumirai_con03 sec
 	=============================================================*/

 	.mizumirai_con03 #sec02{
		width: 100%;
		padding: 340px 0 60px;
		background: url("../img/bg_photo03.jpg") no-repeat -310px 0;
		background-size: 1000px auto;
	}

	.mizumirai_con03 #sec02 .wrapper{
	}

	.mizumirai_con03 #sec02 .wrapper .caps{
		margin: -0px 0 40px;
        font-size: 1.1rem;
	}

	.mizumirai_con03 #sec02 h2{
		font-family: 'Noto Serif JP', serif;
		font-weight:400;
		font-size: 1.8rem;
		line-height:160%;
		padding: 0 0 30px;
		text-align: center;
	}

	.mizumirai_con03 #sec02 h2.t02{
		padding:40px 0 30px;
	}

	.mizumirai_con03 #sec02 .img_icon{
		width:120px;
		margin:-160px 0 30px;
	}

	.mizumirai_con03 #sec02 .img_box{
		margin:40px 0;
	}

	.mizumirai_con03 #sec02 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:300;
		font-size: 1.4rem;
		line-height:200%;
	}

	.sub_txt{
		font-size: 1.2rem;
	}

	.mizumirai_con03 #sec03{
		width: 80%;
		margin:0 auto;
		padding: 40px 5% 40px;
		background:#dde9f1;
	}


	.mizumirai_con03 #sec03 .prof_img{
		margin: 0 30px 30px;
	}

	.mizumirai_con03 #sec03 h2{
		font-family: 'Noto Serif JP', serif;
		font-weight:400;
		font-size: 2.0rem;
		line-height:160%;
		padding:5px 0 0;
	}


	.mizumirai_con03 #sec03 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:300;
		font-size: 1.4rem;
		line-height:160%;
		padding: 5px 0 5px;
	}
    
    .tit{
    	font-weight: bold!important;
    	margin: 20px 0 10px;
    	text-align: center;
    }
    
    
    
    /* ============================================================
 	mizumirai_con01-03 common
 	=============================================================*/

	#sec02 p.ic_cap_txt{
		background: url("/global/img/icon_search_sp.png")no-repeat 0 0;
		background-size:18px auto;
		font-size: 1.2rem;
		line-height:100%;
		padding: 0 0 10px 27px;
		margin:10px 0 0 20px;
		text-align: left;
		position: relative;
		z-index: 2;
	}
	#sec02 p.ic_cap_txts{
		background: url("/global/img/icon_search_sp.png")no-repeat 0 0;
		background-size:18px auto;
		font-size: 1.2rem;
		line-height:100%;
		padding: 0 0 10px 27px;
		margin:10px 0 0;
		text-align: left;
	}

	.sp_none{
		display: none
	}

}



/*===============================================
　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

/*********  SPヘッダー iPhone5サイズ対応 ************/
@media (max-width:349px) {
	
	
}


