@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: 1000px;
}

.main{
margin: 0px auto;
max-width: 1000px;
padding: 50px 30px;
}
.top_bg1 {
    width: 100%;
    background: #2660ac;
}
.main_bg1{
	width: 100%;
  background-image: linear-gradient(0deg, rgba(252, 251, 248, 1), rgba(242, 243, 230, 1));
}
.footer_bg1 {
    width: 100%;
    background: #8A2626;
}




/* 見出し */
.cp_title{
	text-align: center;
	width:100%;
	padding:10px;
	font-size:1.3rem;
	font-weight:600;
	color:#231815;
	border-bottom:solid 1px #2660ac;
}




.bn a:hover{
	 opacity: 0.8; 
	 transition-duration: 0.2s;
}



/* 内容 */

.w_box{
	width:100%;	
	background-color:#FFF;
	padding:40px;
}


/* 書籍情報 */

.book {
	width:300px;
	margin:0 auto;
	border: solid 1px #ccc;
	margin-bottom:30px;
}

.book_flex{
	display:flex;
}
.book_flex_left{
	width:300px;
	margin-right:20px;
	border: solid 1px #ccc;
}
.book_flex_right{
	width: calc(100% - 320px);
}





.book_gaiyou{font-size:1.1rem;}

.book_midashi{font-size:1rem;
font-weight:600;
color:#8A2626;
margin-bottom:5px;
}

.book_text{font-size:0.9rem;

}

/* 試読ボタン */

.button {padding:0 40px;
margin-top:30px;}
.button a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
	border: 1px solid #231815;
    display: block;
    background: #66E1BC;
    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:30px;}
.cara_left{margin-right:15px;
width:300px;
margin-right:20px;}
.cara_left img{
  border: 1px solid #cccccc;
  width:300px;
}
.cara_right{
  display: flex;
    flex-direction: column;/* 子要素の縦並び */
  width: calc(100% - 320px);}
.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;
}






/* 画像切り替えパソコンで見たときは"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;}
