
/* =======================
 PC
=======================*/
#sec02 sup{
	font-size: 0.6em;
}
@media (min-width: 762px) {
	.mizumirai_con00 #sec02 .flex{
		display: flex;
		justify-content: space-between;
		margin: 40px 0 0;
	}
	.mizumirai_con00 #sec02 .flex figure{
		width: 48%;
		padding: 0;
		margin: 0;
	}
	.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;
    }

	.mizumirai_con01 #sec02 .flex3{
		display: flex;
		justify-content: space-between;
		margin: 40px 0 0;
	}
	.mizumirai_con01 #sec02 .flex3 figure{
		width: 32%;
		padding: 0;
		margin: 0;
	}

	/* ============================================================
 	main
	==============================================================*/
	#main_ttl_wrap{
		width: 100%;
		height: 580px;
		overflow: hidden;
		margin: 80px 0 0;
		position: relative;
	}
	#main_ttl_wrap #main_ttl_box {
		width: 700px;
	}
	.line_box{
		padding: 0 0 75px;
	}
	.ta_center{
		text-align: center;
	}
	#main_ttl_box p.vol_txt{
		font-family: 'Sorts Mill Goudy', serif;
		font-weight: 300;
		line-height:50%;
		font-size: 1.8rem;
		letter-spacing:1px;
		color:#fff;
		text-indent: 12px;
		text-shadow: 0 0 10px rgba(0,0,0,0.8);
	}

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

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

	#main_ttl_box h1{
		font-family: 'Noto Serif JP', serif;
		font-weight:400;
		font-size: 5rem;
		line-height:120%;
		margin: -24px 0 0;
		padding:0 0 20px;
		text-shadow: 0 0 10px rgba(0,0,0,0.8);
	}

	#main_ttl_box p.copy_txt{
		font-family: 'Noto Serif JP', serif;
		font-weight:400;
		font-size: 3.0rem;
		line-height: 160%;
		letter-spacing:1px;
		color: #fff;
		text-shadow: 0 0 10px rgba(0,0,0,1);
		position:relative;
		padding: 0 0 0 5px;
	}
	
	.small_txt{
		font-size: 1.3rem!important;
	}
	.img_box p{
		
	}
	.img_box_full {
		width: 100%;
		margin-top: 40px;
	}
	.img_box_full figure {
		width: 100%;
		margin: 0 auto;
	}
	.img_box_full img {
		width: 100%;
		height: auto;
	}
	.mtajust{
		margin: -20px 0 0 0;
	}

	.flex + p {
		margin-top: 20px;
	}
	
	/* ============================================================
 	sec_page_nav
	==============================================================*/
	
	#sec_page_nav{
		width: 100%;
		background: #fff;
		padding: 60px 0 120px;
	}

	#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.5rem;
		color:#fff;
		background:#00a0e9;
		line-height:100%;
		border-radius: 40px;
		padding: 14px 70px 16px 80px;
		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:hover{
		background:#107fd5;
	}

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

	#sec_page_nav .next_chap a:hover:before{
		left: 26px;
	}


	#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;
	}


    #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;
    }
    
    #page_nav li a:hover{
		background:#b3d9f3;
		color:#fff;
    }

    #page_nav li.prev_p a:hover:after{
		border-right:solid 1px #ffffff;
		border-bottom:solid 1px #ffffff;
    }

    #page_nav li.next_p a:hover:after{
		border-right:solid 1px #ffffff;
		border-bottom:solid 1px #ffffff;
    }
    
    
    
    /* ============================================================
 	mizumirai_con00 > section 02
	==============================================================*/
	
	.mizumirai_con00 #sec02{
		width: 100%;
		background: #fff;
        padding: 60px 0;
	}


	.mizumirai_con00 #sec02 .wrapper{
		width: 700px;
	}

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


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

	.mizumirai_con00 #sec02 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:300;
		font-size: 1.5rem;
		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;
		width: 80%;
		max-width: 1000px;
		background:#fff;
		padding: 20px 6% 70px;
		transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	#modal_photo .m_n_box_act{
		opacity:1;
		transform:translate(-50%, -50%);
	}
	
	#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;
		margin: 0 -6% 20px auto;
		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 60px;
	}

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

	#sec_bnr .bnr_wrap .wrapper{
		height:522px;
	}

	#sec_bnr .txt_box{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		color:#fff;
	}

	#sec_bnr p.vol_txt{
		font-family: 'Sorts Mill Goudy', serif;
		font-weight: 300;
		line-height:50%;
		font-size: 1.8rem;
		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: 3.6rem;
		margin:0 20px 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: 200px;
		height: 1px;
		background:#fff;
		position: absolute;
		top: 34px;
		left: 345px;

	}

	#sec_bnr h3{
		font-family: 'Noto Serif JP', serif;
		font-weight:400;
		font-size: 5.5rem;
		line-height:120%;
		padding:0 0 20px;
		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: 3.8rem;
		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: 2.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 a:hover .bnr_wrap:before {
		opacity:0.5;
	}

	#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: 220px 0 302px;
		font-family: 'Noto Serif JP', serif;
		font-weight:500;
		font-size: 5rem;
		color:#fff;
		line-height:130%;
		text-shadow: 0 0 10px rgba(0,0,0,1);
	}

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

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

    .line_box h1{
    	font-family: 'Noto Serif JP', serif;
		font-weight:400;
		font-size: 5.2rem;
		line-height:120%;
    }

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

    .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: 1000px;
	}

	
	/* ============================================================
 	mizumirai_con01 sec
 	=============================================================*/

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

	.mizumirai_con01 #sec02 .wrapper{
		width:720px;
	}

	.mizumirai_con01 #sec02 h2{
		font-family: 'Noto Serif JP', serif;
		font-weight:400;
		font-size: 2.4rem;
		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.5rem;
		line-height:200%;
	}
    
    
    /* ============================================================
 	mizumirai_con02 sec
 	=============================================================*/

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

	.mizumirai_con02 #sec02 .wrapper{
		width:720px;
	}

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

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

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

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

	.mizumirai_con02 #sec02 ul{
		display: flex;
        justify-content:space-between;
        margin:40px 0 10px;
	}
	.mizumirai_con02 #sec02 ul li{
		width:48%;
		text-align:center;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:500;
		font-size: 1.4rem;
	}

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

 	.mizumirai_con03 #sec02{
		width: 100%;
		padding: 460px 0 60px;
		background: url("../img/bg_photo03.jpg") no-repeat top center;
	}

	.mizumirai_con03 #sec02 .wrapper{
		width:720px;
	}

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

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

	.mizumirai_con03 #sec02 h2.t02{
		padding: 30px 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.5rem;
		line-height:200%;
		padding:0 40px;
	}

	.sub_txt{
		font-size: 1.2rem;
	}

	.mizumirai_con03 #sec03{
		width: 920px;
		margin:0 auto;
		padding: 40px 40px 40px;
		background:#dde9f1;
		display: flex;
        justify-content:space-between;
	}


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

	.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.5rem;
		line-height:140%;
		padding: 5px 0 5px;
		width:680px;
	}
    
    .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.4rem;
		line-height:100%;
		padding:0 0 10px 30px;
		margin:10px 0 0 47px;
		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.4rem;
		line-height:100%;
		padding:0 0 10px 30px;
		margin:10px 0 0 0;
	}

	
    
}