@charset "UTF-8";

/* ====================================================
 *     サイト全体の基本スタイル
 *     背景色、文字色、リンク色はカラーセット設定で変化
 * ==================================================== */

/*背景*/
.gamen_bg_color1{
  background-color: #d1d2d1;
  width:770px;
  text-align:left;
  margin: 0px auto;
}
.gamen_bg_color1 a{
  text-decoration:underline;
}
.gamen_bg_color3{
    margin:10px auto;
  background-color: #fff;
  padding: 10px;
    width:93%;
    font-size:1.2em;
  /* border-radius */
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  /* border */
  border:1px solid #000;
}
.gamen_bg_color3 span{
  color: #0863C5;
}
.gamen_bg_color3 a{
    color:#0892C5;
}
.gamen_bg_color4{
  background-color: #fff;
  padding: 10px;
  width:85%;
  /* border-radius */
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  /* border */
  border:1px solid #000;
}
.gamen_bg_color5{
  background-color: #fff;
  padding: 8px;
    width:85%;
    margin-bottom:5px;
    height:290px;
  /* border-radius */
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  /* border */
  border:1px solid #000;
}
.gamen_bg_color6{
  background-color: #fff;
  padding: 5px;
    width:94%;
    margin-bottom:5px;
    height:280px;
  /* border-radius */
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  /* border */
  border:1px solid #000;
}
.gamen_bg_color7{
  background-color: #fff;
  padding: 8px;
    width:89%;
    margin-bottom:5px;
    height:340px;
  /* border-radius */
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  /* border */
  border:1px solid #000;
}

/*width100%のバナー*/
.gamen_width_max{
  text-align: center;
  line-height: 0px;
}
.gamen_width_max img{max-width: 100%;}

/* IE7 hack */
*+html .gamen_margin_top-4{margin-top:-4px;}

/*100%以下のdiv*/
.gamen_740div{margin:20px 15px 0px 15px;}
.gamen_740div2{margin:0px 15px 0px 15px;}
.gamen_95div{margin:5px 10px;}
.gamen_90div{width:90%;  margin:0 auto;}
.gamen_80div{width:80%;  margin:0 auto;}

/*tableに当てるクラス*/
table.gamen_title_box_table{width:100%;  margin-bottom:10px;}
table.gamen_title_box_table2{width:50%;  margin-bottom:10px;}
.gamen_v_top{vertical-align:top;}
.gamen_v_middle{vertical-align:middle;}
.gamen_v_bottom{vertical-align:bottom;}
.gamen_w06per{width:6%;}
.gamen_w08per{width:8%;}
.gamen_w13per{width:13%;}
.gamen_w16per{width:16%;}
.gamen_w22per{width:22%;}
.gamen_w30per{width:30%;}
.gamen_w40per{width:40%;}
.gamen_w45per{width:45%;}
.gamen_w50per{width:50%;}
.gamen_w59per{width:59%;}
.gamen_w70per{width:70%;}
.gamen_w55per{width:55%;}
.gamen_w81per{width:81%;}
.gamen_w84per{width:84%;}
.gamen_w91per{width:91%;}
.gamen_w99per{width:99%;}

/*表紙6列表示table*/
table.gamen_cover6_table{
  width:498px;
  margin-bottom:10px;
  margin-left:auto;
  margin-right:auto;
}
table.gamen_cover6_table td{
  width:83px;
  padding:2px;
}
table.gamen_cover6_table img{
  width:83px;
  border:1px solid #808080;
}

/*表紙3列表示table*/
table.gamen_cover3_table{
  width:249px;
  margin-bottom:10px;
  margin-left:auto;
  margin-right:auto;
}
table.gamen_cover3_table td{
  width:83px;
  padding:2px;
}
table.gamen_cover3_table img{
  width:83px;
  border:1px solid #808080;
}

/*表紙2列表示table*/
table.gamen_cover2_table{
  width:240px;
  margin-bottom:10px;
  margin-left:auto;
  margin-right:auto;
}
table.gamen_cover2_table td{
  width:120px;
  padding:2px;
}
table.gamen_cover2_table img{
  width:120px;
  border:1px solid #808080;
}

/*巻サム*/
.gamen_vol_thum{
    text-align:left;
  padding:0 10px 0 0;
  margin-bottom: 5px;
  width: 96px;
}
.gamen_vol_thum img{
  margin: 0 0 5px;
  max-width: 100%;
  max-height: 100%;
  border:1px solid #808080;
}
.gamen_vol_thum2{
    text-align:left;
  margin-bottom: 5px;
  wwidth: 136px;
}
.gamen_vol_thum2 img{
  margin: 0 0 5px;
  max-width: 100%;
  max-height: 100%;
  border:1px solid #808080;
}
.gamen_vol_thum3{
    text-align:left;
  padding:0 10px 0 0;
  margin-bottom: 5px;
  width: 136px;
}
.gamen_vol_thum3 img{
  margin: 0 0 5px;
  max-width: 100%;
  max-height: 100%;
  border:1px solid #808080;
}

/*レビュー部分*/
.gamen_user_thum{
  padding:0 10px 0 0;
  margin-bottom: 5px;
}
.gamen_user_thum img{
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 5px;
}
.gamen_user_name{
  text-align:center;
  color:#43B4FF;
  font-size:12px;
  font-weight:bold;
}
.gamen_fukidasi {
  border:3px solid #A8D200;
  border-radius:10px;
  background-color:#FFF;
  padding:10px;
  margin: 5px 0;
}
.gamen_fukidasi p {font-size:12px;}
.gamen_fukidasi img {vertical-align:top;}

/*ページTOPへ*/
.gamen_page_top{
  text-align: right;
  margin-top:15px;
  margin-right: 20px;
  margin-bottom: 15px;
}
.gamen_page_top a {
  text-decoration:none;
}

/*コマサム*/
.gamen_bigthm{padding-left:5px;}
.gamen_bigthm img{
  border:1px #000 solid;
  width:98%;
}
.gamen_thum img{
  border:1px #000 solid;
  width:250px;
}
.gamen_thum_big img{
  width:110px;
  border:solid 1px #000;
}
.gamen_thum_big2 img{
  width:140px;
  border:solid 1px #000;
}
.gamen_thum_big3 img{
  width:145px;
  border:solid 1px #000;
}
.gamen_thum_big4 img{
  width:110px;
  border:solid 1px #000;
}
.gamen_thum_big5 img{
  width:170px;
  border:solid 1px #000;
}
.gamen_thum_big6 img{
  width:180px;
  border:solid 1px #000;
}
.gamen_canbtn3{
  margin:10px auto;
  width:300px;
  float: center;
  font-weight:bold;
  text-align:center;
  color:#000;
  background-color:#fff;
  background-image: linear-gradient(white,#ececec);
  margin:5px auto;
  font-size:1.3em;
  height:30px;
  /* border-radius */
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  /* border */
  border:1px solid #dddddd;
}
.gamen_canbtn3  a{
  color:#000;
  text-decoration: none;
  display: block;
  height:30px;
  line-height:1em;
}
.gamen_line {
  background: linear-gradient(transparent 60%, #FFFF9F 0%);
}
.gamen_2thum img{
  border:1px #000 solid;

}
.gamen_no1{
  width:100%;
  padding:5px 0;
  color:#fff;
  background-color:#0c0a6e;
  text-align:center;
  font-size:1.5em;
  font-weight:bold;
}
.gamen_no2{
  width:100%;
  padding:3px 0;
  margin-bottom:5px;
  color:#fff;
  background-color:#bcad01;
  text-align:center;
  font-size:1.2em;
  font-weight:bold;
}
.can_flame{
  background-color:#fff;
  width:93%;
  padding:10px;
  margin:10px auto;
  font-size:1.2em;
  border:2px solid #bcad01;
}
.can_flame span{
  font-weight:bold;
  color:#bcad01;
}
.gamen_no{
  text-align:left;
}
.gamen_no a{
 color:#000;
 font-size:1.5em;
 font-weight:bold;
}
.gamen_menu{
  display: flex;
  width:97%;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
.gamen_menu li{
  width:25%;
  text-align:center;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 0 1px 5px 1px;
  list-style: none;
}
.gamen_menu img{
  width: 100%;
  max-width: 184px;
  height: auto;
}
.gamen_container{
    display: flex;
  width: 700px;
  margin: 10px auto 0px;
}
.gamen_container2{
  display: flex;
  width:97%;
  flex-wrap: wrap;
  margin: auto;
}
.gamen_contents2{
  width:50%;
  display: flex;
  justify-content:space-between;
  margin-bottom: 10px;
}
.gamen_contents2_back {
  width:100%;
  background-color: #fff;
  padding: 5px;
  margin: 0px 5px 0px 5px;
  /* border-radius */
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  /* border */
  border:1px solid #000;
}
.gamen_container3{
    display: flex;
  width: 100%;
}
.gamen_left3{
    width: 180px;
  box-sizing: border-box;
}
.gamen_left3 img{
  width:170px;
  border:solid 1px #000;
}
.gamen_contents3{
    flex: 1;
  box-sizing: border-box;
}
.gamen_contents4{
  width:25%;
  display: flex;
  justify-content:space-between;
  margin-bottom: 10px;
  text-align: center;
}
.gamen_contents4_back {
  width:100%;
  background-color: #fff;
  padding: 8px;
  margin: 0px 5px 0px 5px;
  /* border-radius */
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  /* border */
  border:1px solid #000;
}

/*margin*/
.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb30{margin-bottom: 30px!important;}
.mb40{margin-bottom: 40px!important;}
.mb50{margin-bottom: 50px!important;}
.mb60{margin-bottom: 60px!important;}
.mb70{margin-bottom: 70px!important;}
.mb80{margin-bottom: 80px!important;}
.mb90{margin-bottom: 90px!important;}
.mb100{margin-bottom: 100px!important;}
.mb108{margin-bottom: 108px!important;}
.mb120{margin-bottom: 120px!important;}


.mt-10{margin-top: -10px!important;}
.mt7{margin-top: 7px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt50{margin-top: 50px!important;}

.mr5{margin-right: 5px!important;}
.mr10{margin-right: 10px!important;}
.mr15{margin-right: 15px!important;}
.mr20{margin-right: 20px!important;}

.ml5{margin-left: 5px!important;}
.ml15{margin-left: 15px!important;}

/*padding*/
.pt10{padding-top: 10px!important;}
.pt15{padding-top: 15px!important;}
.pt20{padding-top: 20px!important;}
.pt30{padding-top: 30px!important;}
.pt40{padding-top: 40px!important;}
.pt50{padding-top: 50px!important;}
.pt60{padding-top: 60px!important;}
.pt90{padding-top: 90px!important;}

.pb15{padding-bottom: 15px!important;}
.pb20{padding-bottom: 20px!important;}
.pb30{padding-bottom: 30px!important;}
.pb40{padding-bottom: 40px!important;}
.pb50{padding-bottom: 50px!important;}
.pb60{padding-bottom: 60px!important;}

.pl10{padding-left: 10px!important;}

/*text*/
.text_left{text-align: left}
.text_right{text-align: right}

/*flex*/
.fl{display: flex;}/*コンテンツ回り込み*/
.ju{justify-content: space-between;}/*左右にわける*/
.ju_sa{justify-content: space-around;}/* 各アイテムを均等に配置し各アイテムの両側に半分の大きさの間隔を置く */
.ju_left{justify-content: left;}
.ju_right{justify-content: right;}
.ju_f_end{justify-content: flex-end;}
.ju_se{justify-content: space-evenly;}/* 各アイテムを均等に配置し各アイテムの周りに同じ大きさの間隔を置く */
.ju_center{justify-content: center;}
.items_center{align-items: center;}


/********************************************************************
  kissbare
********************************************************************/

#kissbare {
  margin: 0 auto;
  width: 770px;
    background: #ffd8e1;
    text-align: center;
}

/*-----font------*/
#kissbare .pink {color:#eb2f6e;}

#kissbare .font075 {font-size: 0.75rem!important;}
#kissbare .font08 {font-size: 0.8rem!important;}
#kissbare .font085 {font-size: 0.85rem!important;}
#kissbare .font09 {font-size: 0.9rem!important;}
#kissbare .font095 {font-size: 0.95rem!important;}
#kissbare .font10 {font-size: 1rem!important;}
#kissbare .font11 {font-size: 1.1rem!important;}
#kissbare .font12 {font-size: 1.2rem!important;}
#kissbare .font13 {font-size: 1.3rem!important;}
#kissbare .font14 {font-size: 1.4rem!important;}
#kissbare .font15 {font-size: 1.5rem!important;}
#kissbare .font16 {font-size: 1.6rem!important;}
#kissbare .font17 {font-size: 1.7rem!important;}
#kissbare .font18 {font-size: 1.8rem!important;}
#kissbare .font19 {font-size: 1.9rem!important;}
#kissbare .font20 {font-size: 2rem!important;}
#kissbare .font21 {font-size: 2.1rem!important;}
#kissbare .font22 {font-size: 2.2rem!important;}
#kissbare .font23 {font-size: 2.3rem!important;}
#kissbare .font24 {font-size: 2.4rem!important;}
#kissbare .font25 {font-size: 2.5rem!important;}
#kissbare .font30 {font-size: 3rem!important;} 
#kissbare .font40 {font-size: 4rem!important;} 

#kissbare .line_h22 {line-height: 22px!important;}
#kissbare .line_h30 {line-height: 30px!important;}
#kissbare .letter15 {letter-spacing: 0.15em!important;}

/*-----size------*/
#kissbare .width38 {width:38%!important;}
#kissbare .width45 {width:45%!important;}
#kissbare .width50 {width:50%!important;}
#kissbare .width60 {width:60%!important;}
#kissbare .width70 {width:70%!important;}
#kissbare .width80 {width:80%!important;}
#kissbare .width85 {width:85%!important;}
#kissbare .width90 {width:90%!important;}
#kissbare .width95 {width:95%!important;}

#kissbare .m_a {margin:0 auto;}

#kissbare p, #kissbare h1,
#kissbare h2, #kissbare h3,
#kissbare h4, #kissbare h5,
#kissbare h6, #kissbare a,
#kissbare .interview_text .box .question,
#kissbare .interview_text .box .answer {
    font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    color: #221514;
}
#kissbare img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#kissbare .wrap {
    margin: 0 auto;
    max-width: 650px;
}
#kissbare .border {
    border: 1px solid #221514;
}
#kissbare .intr {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 56px;
}
#kissbare .intr span.up {
    font-size: 4.5rem;
}

/*-------------コミック--------------*/

#kissbare h2.title {
    background: #04cd84;
    color: #fff;
    border-radius: 40px 40px 0 0;
    font-size: 2.6rem;
    padding: 8px 0 6px;
}
#kissbare ul {
    list-style: none;
}
#kissbare ul.book_box li {
    width: 100%;
    background: #fff;
    border-radius: 0 0 40px 40px;
}
#kissbare ul.book_box li p {
    font-size: 2.6rem;
    letter-spacing: 0.04em;
    font-weight: bold;
}
#kissbare ul.book_box li .title_comic {
    font-size: 2.2rem;
    line-height: 28px;
}
#kissbare ul.book_box li .title_comic span {
    font-size: 1.8rem;
}
#kissbare ul.book_box li .title_free {
    font-size: 5.2rem;
}
#kissbare ul.book_box li .txt02 {
    font-size: 3.2rem;
    letter-spacing: 0.15em;
    font-weight: bold;
    color: #fff;
}
#kissbare ul.book_box li .txt02 span {
    background: #ec4b82;
    padding: 4px 6px;
}
#kissbare ul.book_box li p.font-size01 {
    font-size: 1.7rem;
    padding: 0 30px;
}
#kissbare .line::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 6px;
    background-image: url(/auto/images/fix/title/kissbare/images/pcc/line.png);
    background-position: center;
    background-repeat: no-repeat;
}
#kissbare .comment {
    border: 1px solid #221514;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto;
    padding: 20px 2% 20px;
    background: #fff;
    font-weight: bold;
    line-height: 24px;
}

/*--------オリジナルコミック---------*/
#kissbare .original_comic a{
  padding: 10px 48px 10px 40px;
  color: #fffcfc;
  font-weight: bold;
  font-size: 2.5em;
  background: #04cd84;
  display: inline-block;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 4px 7px #18ac76;
}

#kissbare .original_comic a::before{
  content: "";
  position: absolute;
  top: 53%;   /* 縦軸をセンタリングする */
  right: 12px;
  transform: translateY(-50%);   /* 縦軸をセンタリングする */
  border: 10px solid transparent;
  border-left: 14px solid #fffcfc;   /* 好みで色を変えてください */
}
#kissbare .original_comic a:hover{
    text-decoration: none;
    opacity: 0.7;
}
#kissbare .top_radius{
    border-radius: 40px !important;
}