/*==================================================
=			defalut			 =
==================================================*/
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,li,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-weight:normal;vertical-align:baseline;background:transparent;}body{line-height:1;}li,aside,dialog,figure,footer,header,hgroup,nav,section{display:block;}nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;border:0;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}deltext-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}img{vertical-align:bottom;}

html{width:100%; height:100%; font-size: 62.5%;-webkit-text-size-adjust: 100%;}
body{width: 100%; height:100%; word-wrap: break-word; color: #fff; position:relative; font-family: "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;}
img {max-width: 100%; height: auto;}

.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {*zoom:1;}

body{
	 overflow-y: scroll;
	text-align:center;
	margin:0 auto;
	background:#fff;
	color:#434343;
	font-family :	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	font-weight:400;
	font-size: 62.5%;/*デフォルト10px*/
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: flex;
	line-height:1.2;
}

/*******************************************

	今月のメインカラー*/

.main_color{
	color:#a06e2f;
}

/********************************************/


@media screen and (min-width: 726px){
.sp_img{
	display:none !important;
}
}

.gothic{
	font-family: 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ Std ', sans-serif;
	line-height:1.5;
}

.hov:hover{/*ホバーした時：共通*/
	cursor:pointer;
	text-decoration: transparent;
	opacity:0.3;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
}
.hov:active{
	cursor:pointer;
	text-decoration: transparent;
	opacity:0.3;
		-webkit-transition: all 0.1s;
		-moz-transition: all 0.1s;
		-ms-transition: all 0.1s;
		-o-transition: all 0.1s;
		transition: all 0.2s;
}
.flexbox{
	display:flex;
	justify-content: space-between;
}
.wrap_900{
	width:96%;
	max-width:900px;
	text-align:center;
	display:inline-block;
	position: relative;
}
.wrap_500{
	width:100%;
	max-width:500px;
	text-align:center;
	display:inline-block;
}
.kiji_14{
	font-size:1.6rem;
	font-weight:400;
	font-family: 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ Std ', sans-serif;
	line-height:1.6;
	text-align:left;
}
.chutitle{
	font-size:3.2rem;
	line-height:1.6;
	font-weight:700;
	text-align:left;
}
.shotitle{
	font-size:1.6rem;
	line-height:1.6;
	font-weight:500;
	font-family: 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ Std ', sans-serif;
	text-align:left;
}
.washibg{
	background-image:url("/haiku/common/img/bg.jpg");
	background-repeat:repeat;
	width:100%;
}

/*2021/01/21org
.chushaku{
	font-size:1.4rem;
	margin-top:2.5rem;
	color:#210c0c;
	line-height:1.6;
	text-align:left;
	padding:1rem 2rem;
	border:solid #ccc 3px;
	width:90% !important;
	display:inline-block;
}
*/
.chushaku{
	font-size:1.4rem;
	margin-top:1.25rem;
    margin-bottom:1.25rem;
	color:#210c0c;
	line-height:1.6;
	text-align:left;
	padding:1rem 2rem;
	border:solid #ccc 3px;
	width:80% !important;
	display:inline-block;
}
.chushaku span{
	font-size:1.6rem;
	color:#ed0e0e;
}
.chushaku .chusaku-akaji{
	font-size:1.4rem;
}

/*=============*/
	/*メニュー*/
/*=============*/
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .4s;
	text-align:center;
	height:80px;
	width:100%;
	background:rgba(255,255,255,0.97);
	z-index:500;
	position:absolute;
	position: fixed;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.03);
}

.menu_wrap_900{
	width:96%;
	max-width:900px;
	height:80px;
	text-align:center;
	display:inline-block;
	position: relative;
}
.haiku_logo{
	height: 30px;
	position: absolute;
	left: 0px;
	top: 23px;
	width: auto;
	z-index: 10;
}
.zaidan_logo{
	height: 32px;
	position: absolute;
	left: 160px;
	top: 23px;
	width: auto;
	z-index: 10;
}
.menu{
	cursor:pointer;
	height: 25px;
	position: absolute;
	right: 7px;
	top: 15px;
	width: 35px;
	z-index: 999;
}
.cart_menu{
	height: 25px;
	position: absolute;
	right: 100px;
	top: 10px;
	width: 32px;
	z-index: 10;
}
.hart_menu{
	height: 25px;
	position: absolute;
	right: 190px;
	top: 11px;
	width: 32px;
	z-index: 10;
}
.qa_menu{
	height: 25px;
	position: absolute;
	right: 260px;
	top: 11px;
	z-index: 10;
}

/*固定メニューテキスト部分*/
.menyu{
	font-size:1.3rem;
	position: absolute;
	right: 0px;
	top: 50px;
	z-index: 10;
}
.kiunyusuru{
	font-size:1.3rem;
	position: absolute;
	right: 87px;
	top: 50px;
	z-index: 10;
}
.webgentei{/*トピック*/
	font-size:1.3rem;
	position: absolute;
	right: 179px;
	top: 50px;
	z-index: 10;
}
.qa_text{/*お問い合わせ*/
	font-size:1.3rem;
	position: absolute;
	right: 269px;
	top: 50px;
	z-index: 10;
}
.menu__line{
	background: #a06e2f;
	display: block;
	height: 4px;
	border-radius:50px;
	position: absolute;
	transition:transform .3s;
	width: 100%;
}
.menu__line--center{
	top: 11px;
}
.menu__line--bottom{
	bottom: 0;
}
.menu__line--top.active{
	top: 10px;
	transform: rotate(45deg);
	background: #fff;
}
.menu__line--center.active{
	transform:scaleX(0);

}
.menu__line--bottom.active{
	bottom: 10px;
	background: #fff;
	transform: rotate(135deg);
}
/*gnav*/
.gnav{
	background: rgba(64, 67, 77, 0.9);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 999;
	padding-top:80px;
}
.gnav a{
	text-decoration:none;
}
.gnav a:hover{
color:#fff000;
}
.menu_onebox img{
	max-width:45px;
	margin:5rem;
}
.menu_onebox img.qa_img{
	max-width:100px;
	margin:5rem;
}

.menutop{
	color:#fff;
	margin:8rem 0 0;
	display: inline-block;
	font-size:3rem;
	text-align:left;
}
.gnav__wrap{
	align-items:center;
	display: inline-block;
	max-width:1000px;
	height: 100%;
/*	justify-content: center;*/
	width: 100%;
}
.boxbox{
	align-items:center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
	max-height:250px;
}
.menu_onebox{
	align-items:center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 50%;
	min-width:400px;
}
.menu_textbox a{
	color:#fff;
	font-size:2.5rem;
	text-align:left;
	margin-left:3rem;
}
.menu_textbox a:hover{
	color:#fff000;
}
.menu_textbox a:nth-child(even){
	margin-top:2rem;
}
.menu_onebox ul{
	display:inherit;
}
.menu_onebox ul img{
	margin:0;
}
.menu_onebox footer ul li{
	display:inline-block;
	max-width:65px;
}
.menu_onebox  ul li:not(:last-child){
	margin-right:50px;
}

/*メニュー終わり*/


/***********************************
	トップコンテンツ
************************************/
#haiku_main{
	padding-top:80px;
	position:relative;
/*	background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(0, 161, 233, 0.1));
	background: -webkit-linear-gradient(top, #fff 0%, #2daedf 100%);
	-opacity:0.1;*/
	background:none;
	min-height:625px;
}
.haiku_bg{
	margin-top:80px;
	padding-top:80px;
	display:inline-block;
	width:100%;
	min-height:825px;
	position:absolute;
	top:0;left:0;
	background: -ms-linear-gradient(top, #fff 0%, #a06e2f 100%);
	background: -moz-linear-gradient(top, #fff, #a06e2f);
	background: linear-gradient(top bottom, #fff, #a06e2f);
	background: -webkit-linear-gradient(top, #fff 0%, #a06e2f 100%);
	opacity:0.1;
	z-index:-1;
}

#top_contents{
	width:100%;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	min-height:624px;
}
#top_contents #top_inner{
	width:100%;
	max-width:950px;
	display:inline-block;
	vertical-align:middle;
	min-height:624px;
	margin-top: 0px;
}
#top_inner .top_table{
	display:table;
	width:100%;
	vertical-align:middle;
	min-height:624px;
}
#top_inner .top_table .top_left{/*トップ左要素*/
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:50%;
}
.top_left .top_syoei{
	width:90%;
	border:#b8b8b8 solid 1px;
	max-width:370px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
#top_inner .top_table .top_right{/*トップ右要素*/
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:50%;
}
.top_right_inner{
	padding:0 10px;
	text-align:left;
}
#monthtitle{
	text-align:left;
	border-left:5px solid #a06e2f;
	padding-left:25px;
}
#top_inner .top_table .top_right .top_hatsubaibi{
	margin-top:15px;
	font-size:1.4rem;
	font-weight:400;
}
#top_inner .top_table .top_right .top_hatsubaibi span{
	margin-top:15px;
	font-size:1.4rem;
	color:#964e4e;
}
#top_inner .top_table .top_right .top_sub{
	color:#000;	font-size:2.1rem;
	font-weight:800;
}
#top_inner .top_table .top_right .top_daititle{
	color:#a06e2f;
	margin-top:0px;
	font-size:4.8rem;
	font-weight:900;
	letter-spacing:-1px;
}
#top_inner .top_table .top_right .top_titlechatch{
	/*
    2021年2月分文字数が多いため変更。少なかったら下に戻す
    margin-top:20px;
    font-size:3.7rem;*/
    margin-top:10px;
	font-size:3.5rem;
	font-weight:700;
}

.topbtn_box{
	display:flex;
	justify-content: space-between;
}
#top_inner .top_table .top_right .main_btn{
	text-decoration:none;
	text-align:center;
	display:inline-block;
	padding:23px 0;
	width:48%;
	margin-top:60px;
	max-width:224px;
	max-height:65px;
	border:solid #8a1919 1px;
	background:#fff;
	color:#000;
	font-size:1.7rem;
	font-weight:600;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	text-transform: uppercase;
	transition:all .2s ease-in-out;
}
#top_inner .top_table .top_right .main_btn:hover{
	border:solid #8a1919 0px;
	background:#8a1919;
	color:#fff;
	font-size:1.8rem

}
#top_inner .top_table .top_right .main_btn:active{
	border:solid #8a1919 0px;
	background:#8a1919;
	color:#fff;
	font-size:1.9rem
}
#top_topic{
	display:inline-block;
	width:100%;
	border:solid #8a1919 1px;
	margin:40px auto 0;
	text-align:center;
	background:#fff;
}
#top_topic .top_topic_title{
	font-size:2.1rem;
	font-weight:700;
	background:#8a1919;
	color:#fff;
	padding:5px 0;
}

#top_topic a{
	text-decoration:none;
	color:#000;
}
#top_topic a:hover{
	color:#59a8ba;
}
.top_midashi{
	font-size:1.7rem;
	padding:5px 10px;
	text-align:left;
	display:inline-block;
	margin:10px auto;
	font-weight:500;
}

#tokushu_naiyou{
	width:100%;
	background:#fff;
	border-radius:10px;
	text-align:center;
	display:inline-block;
	margin-bottom:60px;
}


/*************************************************
		特集
**************************************************/

#tokushu{
	margin-top:130px;
	margin-bottom:100px;
	text-align:right;
}
.tokushulogo{
	max-width:114px;
	background:#a06e2f;
	position:absolute;
	top:60px;
	left:70px;
}
.tokushu_inner{
	display:inline-block;
	background:#fff;
	border:solid 1px #8a1919;
	padding:80px 0;
	max-width:800px;
	width:80%;
	margin-right:50px;
}
.tokushu_inner .tokushutxtbox{
	width:80%;
	display:inline-block;
	max-width:660px;
	margin-left:50px;
	margin-right:2%;
	text-align:left;
}
.tokushu_inner .tokushutxtbox .zero_one{
	font-size:4.8rem;
	color:#8a1919;
	font-weight:900;
}
.tokushu_inner .tokushutxtbox .zero_one span{
	font-size: 2.4rem;
}
.tokushu_inner .tokushutxtbox .zero_tow{
	font-size:3.2rem;
	margin-top:20px;
	color:#8a1919;
	font-weight:900;
}

.tokushu_inner .tokushutxtbox .zero_tow span.zero_tow_small{
	font-size:3.0rem;
	margin-top:20px;
	color:#8a1919;
	font-weight:900;
}

.tokushu_inner .tokushutxtbox .zero_three{
	font-size:1.6rem;
	margin-top:30px;
    margin-right: 30px;
}

/***********
特集内容
**********/
#tokushu_naiyou .wrap_500{
	padding:75px 0;
}
#tokushu_naiyou .kiji_14{
	margin-bottom:45px;
}
#tokushu_naiyou  .bottomnone{
	margin-bottom:5px;
}
#tokushu_naiyou .kiji_14 span{
	font-size:1.5rem;
	font-weight: 600;
}
#tokushu_naiyou .kiji_14:last-child{
	margin-bottom:0px;
}
#tokushu_naiyou .kiji_14 .read{
	font-size:1.5rem;
	font-weight:400;
	color:#22374c;
	line-height:180%;
}
#tokushu_naiyou .chutitle{
	color:#8a1919;
	line-height:1.4;
}
#tokushu_naiyou .chutitle span{
	font-size:2rem;
}
#tokushu_naiyou .tokushu_daitaititle-chatch{
	display:inline-block;
	border-radius:100px;
	margin:0 auto;
	font-size:1.8rem;
	color:#fff;
	background:#8a1919;
	padding:0 1rem;
}
#tokushu_naiyou .kiji_14 .prefectures{
    font-size:1.2rem;
    font-weight: 400;
}

/*******************
写真付き内容
********************/
#photo_area{
	padding:40px 0;
}
#photo_area img{
	width: 100%;
	height: auto;
	max-height: 412px;
	object-fit: cover;
}

#photo_area .pht_txt_titilebox{
	width:70%;
	margin-bottom:3rem;
}
#photo_area .pht_txt_box{
	display:inline-block;
	width:100%;
	vertical-align:top;
	padding:30px 0 70px;
	text-align:center;
}
#photo_area .kiji_14 span{
	font-size:1.8rem;
}
#photo_area .pht_txt_box:last-child{
	padding:60px 0 0;
}
#photo_area .pht_txt_box .pht_left_box{
	display:table-cell;
	text-align:center;
	vertical-align:top;
	width:29%;
}
#photo_area .pht_txt_box p{
	display:inline-block;
	vertical-align:top;
	width:70%;
}

#photo_area .kohyo_credit{
	font-size: 1.5rem;
    text-align: right;
    padding-bottom: 0.5rem;
}


/****************************
	今月号の購入
******************************/
#purchase{
	background:#fff;
	border-radius:10px;
	margin:100px 0;
	padding:50px 1.5rem;
	text-align:center;
}
#purchase .purchase_title{
	font-size:5rem;
}
#purchase hr{
	display:inline-block;
	border-top:1px  solid #434343;
	border-bottom:0;
	width:96%;
	margin:24px 0 60px;
}
#purchase .purchase_top{
	display:inline-block;
	width:100%;
	vertical-align:middle;
	max-width:750px;
	text-align:center;
}
#purchase .purchase_top_box{
	display:table;
	width:100%;
	vertical-align:middle;
	text-align:center;
}
#purchase .purchase_top_left{
	display:table-cell;
	width:40%;
	vertical-align:middle;
	text-align:center;
}
#purchase .purchase_top_left img{
	display:inline-block;
	width:98%;
	border:solid 1px #434343;
	vertical-align:middle;
}
#purchase .purchase_top_right{
	display:table-cell;
	vertical-align:top;
	text-align:center;
	padding-left:1rem;
}
#purchase  .pur_right_txt_area{
	display:inline-block;
	width:80%;
	text-align:left;
}

.prcs_chatch{
	font-size:2.4rem;
	font-weight:687px;
	marign-bottom:1rem;
}
.prcs_thismonth{
	font-size:6rem;
	font-weight:800;
	marign-bottom:4rem;
	letter-spacing:-4px;
}
.prcs_author{
	font-size:2rem;
	font-weight:400;
}
.prcs_author span{
	color:#964e4e;
	font-size:1.8rem;
}
#purchase_link{
	max-width:700px;
	display: inline-block;
	text-align:center;
}
.colr_one{
	color:#8a1919;
	margin:4.5rem auto 2rem;
	font-size:2.4rem;
	font-weight:700;
}

#purchase_link ul{
	width:100%;
	text-align:center;
	vertical-align:middle;
	display:inline-block;
}
#purchase_link ul li{
	width:48%;
	display:inline-block;
	padding:1rem 0;
	border:#eee solid 1px;
	margin-bottom:1.5rem;
}
#purchase_link ul li:nth-child(odd){
	margin-right:0.5rem;
}
#purchase_link ul li:nth-child(even){
	margin-left:0.5rem;
}
.p_fullbox{
	width:96%;
	display:inline-block;
	padding:1.8rem 0;
	border:#eee solid 1px;
	margin-bottom:1rem;
}


/******************************
	次回予告
********************************/
#notice{
	background:#fff;
	border-top:solid #a06e2f 2px;
	border-bottom:solid #a06e2f 2px;
	margin-bottom:130px;
	padding:68px 0;
	text-align:center;
	display:inline-block;
	width:100%;
}
#notice_box{
	display:table;
	vertical-align:middle;
}
#notice_box .n_leftbox{
	display:table-cell;
	width:40%;
	vertical-align:middle;
}
#notice_box .n_title{
	font-size:5rem;
	display:inline-block;
}
#notice_box .n_rightbox{
	display:table-cell;
	width:58%;
	padding:1.5rem;
	text-align:left;
	vertical-align:middle;
}
#notice_box .chutitle{
	display:inline;
	letter-spacing:-3px;
	font-weight:bold;
    line-height:1.1;/*2021/0622追加分　来月line-height取る*/
}
#notice_box .chutitle span{
	font-size:4.8rem;
	letter-spacing:-3px;
}
#notice_box .n_date{
	display:inline;
	font-size:2rem;
	margin:0 2rem;
	letter-spacing:-1px;
	font-weight:bold;
}
#notice_box .n_date2{
	display:inline;
	font-size:1.8rem;
	letter-spacing:-0.5px;
	font-weight:bold;
}

#notice_box .attention{
	display:inline-block;
    text-align: right;
	font-size:1.4rem;
    color: #777;
	letter-spacing:-0.5px;
    margin-bottom: 1.5rem;
}

/*************************************************
	バックナンバー
**************************************************/
#backnumber{
	padding:8rem 0rem;
	text-align:center;
	display:inline-block;
	width:100%;
}
 #syoseki{
	padding:2rem 0rem 0;
	text-align:center;
	display:inline-block;
	width:100%;
}
#backnumber .shoseki_midashi, #syoseki .shoseki_midashi{
	font-size:3.8rem;
	color:#000;
	display:inline-block;
	width:100%;
	padding-bottom:1.5rem;
	text-align:center;
}
#backnumber hr, #syoseki hr{
	display:inline-block;
	border-top:2px  solid #000;
	border-bottom:0;
	max-width:170px;
	width:100%;
	margin:0 auto 3rem;
	text-align:center;
}
#backnumber .swipe_box, #syoseki .swipe_box{
	max-width:1200px;
	display:inline-block;
	width:95%;
}
 .bln{
	display:block;
	width:100%;
}
.onebook img{
	border:solid 1px #989798;
	max-width:200px;
	width:100%;
}
.onebook p{
	font-size:1.7rem;
	margin-top:1rem;
}
/*===============*/
/*	書籍スライド*/
/*===============*/
.swiper-slide {
  cursor: pointer;
}
.sample03 .swiper-button-prev,
.sample03 .swiper-button-next {
    display: block;
}
@media (min-width: 768px) {
  .sample03 .swiper-button-prev,
  .sample03 .swiper-button-next {
    display: block;

  }
}


/************************
	twitter
*************************/
#sns_link{
	display: table;
}
.tw_box{
	display: table-cell;
	width:49%;
	vertical-align:middle;
}
.tw_box_inner{
	border-radius: 5px;
	border:solid 1px #d7d7d7;
	display: inline-block;
	width:100%;
	max-width:300px;
}

/************************
	関連リンク
*************************/
.kanren_link{
	width:49%;
	display: table-cell;
	text-align:cetner;
/*	margin-left:3rem;*/
}

.kanren_link a{
	width:100%;
	display: inline-block;
	padding:2rem 0;
	text-decoration:none;
	margin-bottom:1rem;
	text-align:center;
	font-size:2.5rem;
	font-weight:800;
	color:#fff;
	max-height:70px;
	border: solid 1px #818181;
	max-width:458px;
}
.kanren_link a span{
	font-size:1.5rem;
	font-weight:800;
}
.kanren_link .one01{
	background:#d5ac2f;
}
.kanren_link .one02{
	background:#722b4e;
}
.kanren_link .one03{
	background:#005752;
}
.kanren_link .one04{
	background:#0f3978;
}
.kanren_link .one05{
	background:#a774b0;
}
.kanren_link .one06{
	padding:0rem;
	max-width:458px;
	margin:0;
	padding:0;
}
.kanren_link .one06 img{
	display: inline-block;
	height:100%;
	width:100%;
	max-width:458px;
	max-height:70px;
	margin:0;
	padding:0;
}

/************************
	footer
*************************/
.foottop{/*バックナンバー追加分*/
	margin-top:7rem;
}

footer{
	background-image:url("/haiku/common/img/foot_bg.jpg");
	background-repeat:repeat;
	width:100%;
	padding:80px 0;
	margin-top:8rem;
}
footer ul{
	display:block;
}

footer ul li{
	display:inline-block;
	max-width:65px;
}
footer ul li:not(:last-child){
	margin-right:100px;
}

footer .logo{
margin:5rem auto;
	max-width:165px;
}
footer p{
font-size:12px;
}


/*************************************************
	続きを読むボタン
**************************************************/
.grad-wrap {
	position: relative;
	background:#fff;
	margin-bottom:8rem;
}
.grad-wrap + .grad-wrap {
	margin-top: 40px;
	background:#fff;
}
.grad-trigger {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 148px;
	margin: 0 auto -5rem;
	padding: .5em 0;
	border-radius: 2px;
	background: #a06e2f;
	font-weight:900;
	color: #fff;
	font-size: 1.7rem;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-trigger::after {
	content: "続きを読む"
}
.grad-trigger:hover {
	background: #fff;
	color: #a06e2f;
	font-weight:900;
}
.grad-trigger:active {
	background: #fff;
	color: #a06e2f;
	font-weight:900;
}
.grad-trigger .fa {
	margin-right: .5em;
}
.grad-item {
	position: relative;
	overflow: hidden;
	font-size:2.5rem;
	margin:1.5rem 0rem;
	background:#fff;
}
.grad-item.is-hide {
	height: 80px;
}
.grad-item p + p {
	margin-top: 1em;
}
.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 50px; /*グラデーションで隠す高さ*//*gnav*/
}
.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 50px; /*グラデーションで隠す高さ*/
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger.is-show {
	bottom: 0;
}
.grad-trigger.is-show + .grad-item::before {
	display: none;
}
.grad-trigger.is-show::after {
	content: "閉じる"
}
.grad-trigger.is-show .fa {
	transform: rotate(180deg);
}
.grad-trigger.is-show + .grad-item::before {
	display: none;
}
.pagetop {
	color: #fff;
	background:url(/haiku/common/img/top_btn.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-decoration: none;
	opacity:0.6;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 8rem;
	height: 8rem;
	line-height: 3.3rem;
	border-radius: 8rem;
	text-align: center;
	cursor: pointer;
}
.pagetop:hover {
	color: #fff !important;
	opacity:1;
	text-decoration: none;
}


/******************************
	トピック
********************************/

/*******ページング追加部分*********/
   .pagepage {
                display: none;
            }
            #page-1 {
                display: block;
            }
/*******ページング追加部分*********/

#topicpge{
	margin:80px auto;
	padding:50px 0 80px;
	text-align:center;
}
.topic_topic{
	margin-bottom:30px;
	margin-left:35px;
	font-size:6rem;
	border-left:solid #68318e 1.5rem;
	display:block;
	padding-left:1rem;
	text-align:left;
}
.wrap_topctxt{
	background:#fff;
	padding:50px 40px;
	text-align:left;s
}
#topicpge .flexbox{
	border-bottom:solid 3px #8a1919;
	padding-bottom:3rem;
	margin-bottom:2rem;
}
.topictitle{
	font-size:2.8rem;
	font-weight:700;
	align-self: flex-end;
}
.topic_date{
	font-size:1.5rem;
	align-self: flex-end;
}
.topic_naiyou{
	font-size:1.5rem;
}
.topic_img{
	width: 100%;
	height: auto;
	margin-bottom:2rem;
}
#topicpge a{
	color:#000;
}
#topicpge a:hover{
	color:#59a8ba;
}
.t_pageback{
	position:relative;
	display:inline-block;
	width:100%;
	padding:5rem 0 0;
}
.t_pageback a{
	font-size:2rem;
	text-decoration:none;
}
.t_next{
	position:absolute;
	top:5rem;left:0;
}
.t_prev{
	position:absolute;
	top:5rem;right:0;
}

/**************************************************************************
		ウィンドウ幅1000px以下
***************************************************************************/
@media screen and (max-width: 1000px){

/******************
TOP(*1000)
********************/
.top_left .top_syoei{
	width:90%;
	border:#b8b8b8 solid 1px;
	max-width:350px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
#top_inner .top_table .top_right{/*トップ右要素*/
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:50%;
}
#monthtitle{
	padding-left:15px;
}
#top_inner .top_table .top_right .top_hatsubaibi{
	font-size:1.4rem;
}
#top_inner .top_table .top_right .top_sub{
	font-size:2.1rem;
}
#top_inner .top_table .top_right .top_daititle{
	margin-top:12px;
	font-size:4.2rem;
}
#top_inner .top_table .top_right .top_titlechatch{
	margin-top:12px;
	font-size:2.6rem;
}


/*******************
特集(*1000)
*******************/
.tokushu_inner .tokushutxtbox{
	display:inline-block;
	max-width:600px;
}
}


/**************************************************************************
		ウィンドウ幅725px以下
***************************************************************************/
@media screen and (max-width: 725px){

.pc_img{
	display:none !important;
}
.sp_img{
	display:inline-block !important;
}

/************************
メニュー(*725)
*************************/
header {
	height:65px;
}
.haiku_logo{
	height: 30px;
	position: absolute;
	left: 5px;
	top: 17px;
	width: auto;
	z-index: 10;
}
.menu{
	height: 25px;
	right: 7px;
	top: 10px;
	width: 35px;

}

.hart_menu{
	height: 25px;
	position: absolute;
	right: 70px;
	top: 10px;
	width: 32px;
	z-index: 10;
}
.qa_menu{
	height: 25px;
	position: absolute;
	right: 70px;
	top: 10px;
	z-index: 10;
}    
.menyu{
	font-size:1rem;
	position: absolute;
	right: 5px;
	top: 45px;
	z-index: 10;
}
.webgentei{
	font-size:1rem;
	position: absolute;
	right: 68px;
	top: 45px;
	z-index: 10;
}
.qa_text{/*お問い合わせ*/
	font-size:1rem;
	position: absolute;
	right: 88px;
	top: 45px;
	z-index: 10;
}    
.menu_onebox img{
	max-width:45px;
	margin:5rem;
}

.menutop{
	color:#fff;
	margin:3rem 0 0;
	display: inline-block;
	font-size:3rem;
	text-align:left;
}
.gnav {
    padding-top: 0px;
}
.gnav__wrap{
	align-items:center;
	display: inline-block;
	max-width:400px;
	height: 100%;
/*	justify-content: center;*/
	width: 100%;
}
.boxbox{
	align-items:center;
	display: inline-block;
	height: auto;
	justify-content: center;
	width: 100%;
	max-height:250px;
}
.menu_onebox{
	display: inline-block;
	height: auto;
	width: 100%;
	min-width:300px;
}
.menu_textbox a p{
	color:#fff;
	font-size:2.5rem;
	text-align:center;
	margin-left:0rem;
	margin-top:2.5rem;
}
.menu_textbox a:hover{
	color:#fff000;
}
.menu_onebox ul{
	display:inline-block;
	margin:2.5rem auto;
}
.menu_onebox ul li{
	display:inline-block;
	max-width:65px;
}
.menu_onebox  ul li:not(:last-child){
	margin-right:10px;
}


/****************
TOP(*725)
*****************/
#haiku_main{
	padding-top:80px;
	position:relative;
	background: none;
	min-height:850px;
}
.haiku_bg{
	padding-top:80px;
	display:inline-block;
	width:100%;
	min-height:1300px;
	position:absolute;
	top:0;left:0;
	background: -moz-linear-gradient(top, #fff, #a06e2f);
	background: linear-gradient(top bottom, #fff, #a06e2f);
	background: -webkit-linear-gradient(top, #fff 10%, #a06e2f 100%);
	opacity:0.3;
	z-index:-1;
}
#top_contents{
	width:100%;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	min-height:850px;
}
#top_contents #top_inner{
	width:100%;
	max-width:721px;
	display:inline-block;
	min-height:850px;
	margin-top: 0px;
}
#top_inner .top_table{
	display:inline-block;
	width:100%;
	min-height:850px;
}
#top_inner .top_table .top_left{/*トップ左要素*/
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	width:100%;
}
.top_left .top_syoei{
	width:55%;
	border:#b8b8b8 solid 1px;
	max-width:502px;
	margin:10px auto 15px;
}

#top_inner .top_table .top_right{/*トップ右要素*/
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	width:100%;
	padding-bottom:2rem;
}
.top_right_inner{
	display:inline-block;
	width:90%;
	padding:0 ;
	text-align:center;
	max-width:700px;
}
#monthtitle{
	display:inline-block;
	width:100%;
	border-left:0px solid #68318e;
	padding-left:0px;
	max-width:425px;
	text-align:left;
}
#top_inner .top_table .top_right .top_sub{
	font-size:2rem;
}
#top_inner .top_table .top_right .top_daititle{
	margin-top:5px;
	font-size:4.2rem;
}
#top_inner .top_table .top_right .top_titlechatch{
	margin-top:10px;
	font-size:3.2rem;
}
#top_inner .top_table .top_right .top_hatsubaibi{
	margin-top:15px;
	margin-bottom:15px;
	font-size:1.3rem;
	text-align:left;
	max-width:425px;
	display:inline-block;
	width:100%;
}
.topbtn_box{
	display:inline-block;
	width:100%;
}
#top_inner .top_table .top_right .main_btn{
	text-decoration:none;
	display:inline-block;
	padding:30px 0;
	width:90%;
	margin-top:20px;
	max-width:450px;
	max-height:65px;
	border:solid #8a1919 1px;
	background:#fff;
	color:#000;
	font-size:1.7rem;
	font-weight:600;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.top_midashi {
	display:inline-block;
	font-size: 1.5rem;
	text-align:left;
}
#top_inner .top_table .top_right .main_btn_bottom{
	margin-bottom:50px;
	margin-top:5px;
}
#top_topic{
	width:90%;
	max-width: 450px;
	margin-bottom:80px;
}
#top_topic .top_topic_title{
	font-size:2.1rem;
	font-weight:700;
	background:#8a1919;
	color:#fff;
	padding:5px 0;
}
#top_topic a{
	text-decoration:none;
	color:#000;
}
#top_topic a:hover{
	color:#59a8ba;
}
.top_midashi{
	font-size:1.5rem;
	padding:5px 10px;
	text-align:left;
	display:inline-block;
	margin:10px auto;
	font-weight:500;
}


/*************************************************
	特集(725)
**************************************************/

#tokushu{
	margin-top:130px;
	margin-bottom:50px;
	text-align:center;
}
.tokushulogo{
	max-width:70px;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
}
.tokushu_inner{
	display:inline-block;
	background:#fff;
	border:solid 1px #8a1919;
	padding:60px 0 50px;
	max-width:800px;
	width:94%;
	margin:0 auto;
}
.tokushu_inner .tokushutxtbox{
	width:90%;
	display:inline-block;
	max-width:660px;
	margin:20px auto 0;
	text-align:left;
}
.tokushu_inner .tokushutxtbox .zero_one{
	font-size:3.6rem;
}
.tokushu_inner .tokushutxtbox .zero_tow{
	font-size:2.5rem;
	margin-top:15px;
	color:#8a1919;
	font-weight:900;
}
    
.tokushu_inner .tokushutxtbox .zero_tow span.zero_tow_small{
	font-size:2.2rem;
	margin-top:15px;
	color:#8a1919;
	font-weight:900;
}    
    
.tokushu_inner .tokushutxtbox .zero_three{
	font-size:1.7rem;
	margin-top:20px;
    margin-right: 0;
	font-weight:600;
}

/*************************************************
	特集内容(725)
**************************************************/

#tokushu_naiyou .wrap_500{
	width:94%;
	padding:35px 0;
}

.kiji_14{
	font-size:1.6rem;
}
.chutitle{
	font-size:2.6rem;
}
.shotitle{
	font-size:1.6rem;
	line-height:1.8;
	font-weight:600;
}


/****************************************
	写真付き内容(725)
*****************************************/
#photo_area{
	padding:40px 0;
}
#photo_area img{
	width: 100%;
	height: auto;
	max-height: 457px;
	object-fit: cover;
}
#photo_area .pht_txt_box{
	display:inline-block;
	width:90%;
	vertical-align:top;
	padding:30px 0 50px;
	text-align:left;
}
#photo_area .pht_txt_box:last-child{
	padding:30px 0 0;
}
#photo_area .pht_txt_box .pht_left_box{
	display:inline-block;
	text-align:left;
	vertical-align:top;
	width:100%;
}
#photo_area .pht_txt_box p{
	display:inline-block;
	vertical-align:top;
	width:100%;
}
#photo_area .kiji_14 span{
	font-size:2rem;
}

#photo_area .kohyo_credit{
	font-size: 1.3rem;
}
/***********************************
	今月号の購入(725)
*************************************/
#purchase{
	margin:50px 0;
	padding:3rem 1.5rem;
}
#purchase .purchase_title{
	font-size:4.5rem;
}
#purchase hr{
	display:inline-block;
	border-top:1px  solid #434343;
	border-bottom:0;
	width:95%;
	margin:24px 0px;
}
#purchase .purchase_top_box{
	display:table;
	width:100%;
	vertical-align:middle;
	text-align:center;
}
#purchase .purchase_top_left{
	display:table-cell;
	width:45%;
}
#purchase .purchase_top_right{
	padding-left:0.7rem;
}
#purchase  .pur_right_txt_area{
	width:90%;
}
.prcs_chatch{
	font-size:1.6rem;
	font-weight:700;
	marign-bottom:1rem;
}
.prcs_thismonth{
	font-size:3rem;
	marign-bottom:4rem;
	letter-spacing:-2px;
}
.prcs_author{
	font-size:1.2rem;
}
.prcs_author span{
	color:#964e4e;
	font-size:1.2rem;
}
＃purchase_link{
	max-width:725px;
}
.colr_one{
	color:#8a1919;
	margin-top:4.5rem;
	font-size:2.4rem;
}
#purchase_link ul{
	width:100%;
	text-align:center;
	vertical-align:middle;
	display:inline-block;
}
#purchase_link ul li{
	width:46%;
	display:inline-block;
	padding:1.8rem 0;
	border:#d5d5d5 solid 1px;
	margin-bottom:1rem;
}
#purchase_link ul li:nth-child(odd){
	margin-right:0.2rem;
}
#purchase_link ul li:nth-child(even){
	margin-left:0.2rem;
}
.p_fullbox img{
	max-width:200px;
}


/******************************
	次回予告(725)
********************************/
#notice{
	background:#fff;
	border-top:solid #a06e2f 2px;
	border-bottom:solid #a06e2f 2px;
	margin-bottom:70px;
	padding:45px 0;
	text-align:center;
	display:inline-block;
	width:100%;
}
#notice_box{
	display:block;
	vertical-align:middle;
}
#notice_box .n_leftbox{
	display:block;
	width:100%;
	vertical-align:middle;
}
#notice_box .n_title{
	font-size:5rem;
	display:inline-block;
	width:100%;
}
#notice_box .chutitle{
	display:inline-block;
	width:100%;
}
#notice_box .n_rightbox{
	display:inline-block;
	width:92%;
	padding:0;
	text-align:center;
	vertical-align:middle;
}
#notice_box .chutitle{
	display:inline-block;
	letter-spacing:-3px;
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
	font-size:4rem;
}
#notice_box .chutitle span{
	font-size:10rem;
	line-height:1.3;
	letter-spacing:-3px;
	margin:0;
	padding:0;
	font-weight:900;
}
#notice_box .n_date{
	display:inline-block;
	font-size:3.5rem;
	margin:0 ;
	letter-spacing:-1px;
	font-weight:bold;
	width:100%;
	text-align:center;
	margin-bottom:1.5rem;
}
#notice_box .n_date2{
	display:inline-block;
	font-size:2.8rem;
	letter-spacing:-0.5px;
	font-weight:bold;
	text-align:center;
	margin-bottom:1.5rem;
}


/******************************************
	バックナンバー(725)
*******************************************/
.onebook p{
	font-size:1.2rem;
	margin-top:1rem;
}
#backnumber{
	padding:5rem 0rem 2rem;
	text-align:center;
	display:inline-block;
	width:100%;
}
 #syoseki{
	padding:2rem 0rem 0;
	text-align:center;
	display:inline-block;
	width:100%;
}

/************************
	twitter(725)
*************************/
#sns_link{
	display: inline-block;
}
.tw_box{
	display: inline-block;
	width:100%;
	margin-bottom:7rem;
}
.tw_box_inner{
	display: inline-block;
	width:100%;
}

/************************
	関連リンク(725)
*************************/
.kanren_link{
	width:100%;
	display: inline-block;
}
.kanren_link a{
	width:98%;
	display: inline-block;
	padding:2rem 0;
	margin-bottom:1.2rem;
	text-align:center;
	font-size:2.5rem;
	font-weight:800;
	color:#fff;
	max-height:70px;
	border: solid 1px #818181;
	max-width:458px;
}
.kanren_link a span{
	font-size:1.8rem;
	font-weight:800;
}
.kanren_link .one01{
	background:#d5ac2f;
}
.kanren_link .one02{
	background:#722b4e;
}
.kanren_link .one03{
	background:#005752;
}
.kanren_link .one04{
	background:#0f3978;
}
.kanren_link .one05{
	background:#a774b0;
}
.kanren_link .one06{
	padding:0rem;
	max-width:458px;
	margin:0;
	padding:0;
}
.kanren_link .one06 img{
	display: inline-block;
	height:100%;
	width:100%;
	max-width:458px;
	max-height:70px;
	margin:0;
	padding:0;
}

/************************
	footer(725)
*************************/
footer{
	padding:80px 0;
}
footer .wrap_500{
	width:96%;
}
footer ul{
	display:block;
}

footer ul li{
	max-width:60px;
}
footer ul li:not(:last-child){
	margin-right:50px;
}


/************************************
	トピック(725)
**************************************/
#topicpge{
	margin:45px auto;
	padding:50px 0 80px;
}
.topic_topic{
	margin-bottom:30px;
	margin-left:20px;
	font-size:5rem;
	border-left:solid #68318e 1rem;
	padding-left:0.3rem;
	text-align:left;
}
.wrap_topctxt{
	background:#fff;
	padding:50px 40px;
	text-align:left;s
}
#topicpge .flexbox{
	display:inline-block;
	width:100%;
	border-bottom:solid 3px #8a1919;
	padding-bottom:2rem;
	margin-bottom:2rem;
}
.topictitle{
	font-size:2rem;
	margin-bottom:1rem;
}
.topic_date{
	font-size:1.5rem;
}
.wrap_topctxt{
	background:#fff;
	padding:20px 15px;
	text-align:left;s
}
.t_pageback{
	position:relative;
	display:inline-block;
	width:100%;
	padding:2rem 0 0;
}
.t_pageback a{
	font-size:1.6rem;
	text-decoration:none;
}
.t_next{
	position:absolute;
	top:4rem;left:1rem;
}
.t_prev{
	position:absolute;
	top:4rem; right:1rem;
}
}
