@charset "utf-8";
body {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
 color: #1E1E1E;
font-size:1.1rem;
}


img{
    /* SPの長押し禁止 */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}


.br-sp {
  display: none;
}

/* ヘッダー */
.top{
margin: 0px auto;
max-width: 1200px;
}

.main{
margin: 0px auto;
max-width: 1000px;
padding: 50px 30px;
}
.top_bg1 {
    width: 100%;
    background: #FBFBFA;
}
.main_bg1{
	width: 100%;
background-size: auto auto;
background-color: rgba(247, 242, 236, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 17px, rgba(240, 233, 227, 1) 17px, rgba(240, 233, 227, 1) 19px );
}
.footer_bg1 {
    width: 100%;
    background: #8A2626;
}

/* ニュース */
.news_title{
	text-align: center;
	width:100%;
	padding:10px;
	font-size:1rem;
	font-weight:600;
	color:#fff;
	background-color:#00489d;
}


.news_box{display:flex;
width:100%;
font-size:0.95rem;
margin-bottom:7px;}
.news_day{
color:#00489d;
font-weight:600;
width:100px;
}
.news_text{
width: calc(100% - 150px);
}


/* 見出し */
.cp_title{
	text-align: center;
	width:100%;
	padding:10px;
	font-size:1.3rem;
	font-weight:600;
	color:#231815;
	border-bottom:solid 2px #00489d;
}




.bn a:hover{
	 opacity: 0.8; 
	 transition-duration: 0.2s;
}



/* 内容 */

.w_box{
	width:100%;	
	background-color:#FFF;
	padding:40px;
}


/* 書籍詳細 */
.book_flex{display:flex;}
.book_flex_l{margin-right: 20px;
width: 400px;}
.book_flex_r{
	flex-direction: column;/* 子要素の縦並び */
	width: calc(100% - 420px);
	line-height: 1.9rem;
}
.book_flex_title{
 font-size: 1.2rem;
	margin-bottom: 10px;
	line-height: 2rem;
 }

.flex_book{
	font-size: 1rem;
	display:flex;
	margin-top: 15px;
	margin-left: 10px;
	border-bottom: dashed 1px #BCA9B5}
.flex_book_l{
	width: 150px;
	color: #35318f;
}
.flex_book_r{
	width: calc(100% - 150px);
}
.WB {
    word-break: break-all;
}

.book_gaiyou{}

.book_midashi{font-size:1rem;
font-weight:600;
color:#8A2626;
margin-bottom:5px;
}

.book_text{font-size:0.9rem;

}

/* 試読ボタン */

.button {padding:0 40px;}
.button a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
	border: 1px solid #231815;
    display: block;
    background: #92B1D7;
    margin: auto;
    padding: 10px 30px;
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
	    font-size: 0.9rem;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
}

.button a span {
    position: relative;
    z-index: 3;
    color:#231815;
}

.button a:hover span{
    color:#231815;
}
.bgskew::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background:#fff;
  width:120%;
  height: 110%;
  transform: skewX(-25deg);
}

.bgskew:hover::before {
  animation: skewanime .3s forwards;
}

@keyframes skewanime {
  100% {
    left:-10%;
  }
}


/* リンク */
.link a{text-decoration: none;}
.link a:hover{text-decoration:underline;}


/* キャラ紹介 */

.maincara_flex{display:flex;
justify-content:space-between;
width:100%;
padding-bottom:20px;
border-bottom:dashed 1px #EACAC1;
margin-bottom:20px;
}
.maincara_seme{display: flex;
    flex-direction: column;/* 子要素の縦並び */
	text-align:center;
	width:45%;}
.maincara_uke{display: flex;
    flex-direction: column;/* 子要素の縦並び */
	width:45%;
	text-align:center;}
	
.maincara_pic{text-align:center;

margin:0 auto;
margin-bottom:10px;
}
.maincara_pic img{ border: 1px solid #cccccc;
width:300px;}

.cara_flex{display:flex;
margin-bottom:10px;}
.cara_left{margin-right:15px;
width:200px;}
.cara_left img{
  border: 1px solid #cccccc;
  width:200px;
}
.cara_right{
  display: flex;
    flex-direction: column;/* 子要素の縦並び */
  width: calc(100% - 215px);}
.mg_b20{margin-bottom:20px;}

.cara_name{margin-bottom:5px;
font-weight:600;
font-size:1.1rem;
color:#000;}

.cara_name2{margin-bottom:5px;
font-weight:600;
font-size:1rem;
}

.cara_text{font-size:0.9rem;
text-align:left;}


/* 既刊リスト */

.kikanlist {display:flex;

justify-content:space-between;
width: 100%;
}
.kikanlist li {width:250px;}
.kikanlist li img{border: solid 1px #ccc;
margin-bottom:10px;}
.kikanlist li p{font-size:0.9rem;
text-align:center;}

/* footer1 */
.footer1{
	width: 100%;
	color: #fff;
	margin: 0px auto;
max-width: 1000px;
padding: 30px 30px;
}


 
/* 見出しセリフ */
.sgh_serifu_header {
  width: fit-content;
    text-align: center;
    padding: 10px 30px 4px 30px;
    font-size: 1.4rem;
    position: relative;
    color: #00489d;
    margin: 0 auto;
		margin-bottom:5px;
}
.sgh_serifu_header::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 60%;
  background-color: #00489d;
  left: 10px;
  top: 0;
  bottom: -5px;
  margin: auto;
  transform: rotate(-25deg);
}
.sgh_serifu_header::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 60%;
  background-color: #00489d;
  right: 10px;
  top: 0;
  bottom: -5px;
  margin: auto;
  transform: rotate(25deg);
}



/* 画像切り替えパソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
 
 .mg_btm30{margin-bottom:30px;}
 .mg_btm20{margin-bottom:20px;}
  .mg_btm10{margin-bottom:10px;}
