@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;}
.mt-20{margin-top: -20px!important;}
.mt-40{margin-top: -40px!important;}
.mt-90{margin-top: -90px!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;}

.mr5p{margin-right: 5%!important;}
.ml8p{margin-right: 8%!important;}
.mr10p{margin-right: 10%!important;}
.mr20p{margin-right: 20%!important;}
.mr30p{margin-right: 30%!important;}
.mr40p{margin-right: 40%!important;}

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

.ml5p{margin-left: 5%!important;}
.ml8p{margin-left: 8%!important;}
.ml10p{margin-left: 10%!important;}
.ml20p{margin-left: 20%!important;}
.ml30p{margin-left: 30%!important;}
.ml40p{margin-left: 40%!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}
.pt120{padding-top: 120px!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}
.pb90{padding-bottom: 90px!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;}

/********************************************************************
  kagurabachi_250304
********************************************************************/

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

#kagurabachi_250304 .ps_r {position: relative;}
#kagurabachi_250304 .ps_a {position: absolute;}

#kagurabachi_250304 ul li {list-style: none;}

/*-----追従ボタン------*/

#kagurabachi_250304 .float {
    direction: rtl;
}
#kagurabachi_250304 .floating {
  position: fixed;
  bottom: 0;
  display: none;
  z-index: 9999;
}
#kagurabachi_250304 .floating a {
  display: block;
  padding: 8px;
  text-decoration: none;
}
#kagurabachi_250304 .floating a:hover {
  opacity: 1;
}

/*-----キャンペーン------*/

#kagurabachi_250304 .cam {
    background: #b8a435;
    padding: 5px 0;
    font-size: 1.7rem;
    font-weight: bold;
}

/*-----位置調整------*/

#kagurabachi_250304 .txt_m_p {
    bottom: 1%;
    left: 0;
}
#kagurabachi_250304 .txt_01p {
    top: 0;
    left: 18%;
}
#kagurabachi_250304 .txt_02p {
    bottom: 1%;
    left: 1%;
}
#kagurabachi_250304 .txt_03p {
    bottom: 3%;
    left: 16%;
}
#kagurabachi_250304 .txt_04p {
    bottom: -10%;
    left: 8%;
}
#kagurabachi_250304 .txt_05p {
    bottom: 3%;
    left: 2%;
}
#kagurabachi_250304 .txt_09p {
    top: 5%;
    left: 6%;
}
#kagurabachi_250304 .txt_10p {
    bottom: 1%;
    right: 1%;
}

/*-----wrapper01------*/

#kagurabachi_250304 .wrapper01 {
    background: url(/auto/images/fix/title/250304_kagurabachi/images/pcc/bg01.jpg);
}

/*-----wrapper02------*/

#kagurabachi_250304 .wrapper02 {
    background: url(/auto/images/fix/title/250304_kagurabachi/images/pcc/bg02.jpg);
}
#kagurabachi_250304 .wrapper02 .bg_bottom {
    background: url(/auto/images/fix/title/250304_kagurabachi/images/pcc/bg06.png) bottom no-repeat;
    background-size: 100%;
}

/*-----wrapper04------*/

#kagurabachi_250304 .wrapper04 {
    background: url(/auto/images/fix/title/250304_kagurabachi/images/pcc/bg03.png);
}

/*-----wrapper05------*/

#kagurabachi_250304 .wrapper05 {
    background: url(/auto/images/fix/title/250304_kagurabachi/images/pcc/bg04.jpg);
}

/*-----wrapper06------*/

#kagurabachi_250304 .wrapper06 {
    background: url(/auto/images/fix/title/250304_kagurabachi/images/pcc/bg05.jpg);
}

/*--------折り畳みメニュー------*/

#kagurabachi_250304 div.accList input {
    display: none;
}
#kagurabachi_250304 div.accList section {
    position: relative;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
}
#kagurabachi_250304 div.accList input:checked + h2 + section {
    max-height: 10000px;
}

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

#kagurabachi_250304 .comic_box {
    width: 95%;
    margin: 0 auto;
}
#kagurabachi_250304 .btn_list {
    width: 85%;
    margin: 0 auto;
}
#kagurabachi_250304 .btn_list li {
    width: 50%;
}

#kagurabachi_250304 .footer {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 12px 0;
}

/*---------fadein----------*/

#kagurabachi_250304 .fade-in {
  opacity: 0;
  transition-property: opacity, transform;
}
#kagurabachi_250304 .fade-in01 {
  transition-duration: 1800ms;
  transition-delay: 0.5s;
}
#kagurabachi_250304 .fade-in-up {
  transition-duration: 500ms;
  transform: translate(0, 60px);
  transition-delay: 0.5s;
}
#kagurabachi_250304 .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
#kagurabachi_250304 .overflow-hidden{
  overflow: hidden;
}

.couponArea2022{display:none;}