/***********************************************
******************** default ********************
***********************************************/

html {
  font-size: 16px;
}

body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  background-color: inherit;
  color: #000;
  letter-spacing: 1px;
}


p {font-size: 16px;}
.bg_w{background-color: #ffffff;}
.bg_ichi{
  background: url(../img/bg_ichimatsu.png);
  background-size:100% auto;
  background-repeat: no-repeat;
}

a{
  transition-duration:.5s;
}
a:hover{
  opacity: .5;
}


a.cv_btn{
  display: block;
  transition-duration:.5s;
}
a.cv_btn:hover{
  transform: translateY(5px);
  opacity: 1;
}

.modal {
    max-height: 100%;
    overflow-y: auto;
}

.navbar{
  background-color: #fff;
  z-index: 9999;
}

.navbar-brand img{
  width: 145px;
}

.navbar-light .navbar-nav .nav-link{
  font-size: 14px;
  color: #000;
}


/*=======メインイメージ=======*/
#mainimage{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-bottom: 4px solid #d93414;
  margin-bottom: 5%;
}


/*=======コンテンツ=======*/
main.main-contents{
  background-color: #e83916;
  position: relative;
}

.con-box{
    display: flex-root;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    clear: both;
}
#cont-01 .con-box{
  padding-bottom: 0;
}
#cont-01 h2{
  margin-top: -15%;
  margin-bottom: 0;
}
#cont-02 h2{
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 4px dotted #e83916;
}

#cont-03 h3{
  font-size: 16px;
  background-color: #000;
  padding: 5px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#cont-03 h3 span{
  position: absolute;
  display: block;
  background-color: #e83916;
  padding: 7px 8px 8px 12px;
  margin-top: -5px;
  margin-left: -5px;
  font-size: 14px;
}

#cont-03 .manga-box{
  padding: 30px 30px 0px 30px;
}

#cont-03 .manga-box a{
  display: block;
}

#cont-03 .cara-btn{
  height: 48%;
  text-align: center;
  background-color: #e83916;
  margin-top: 7%;
  width: 100%;
}


#cont-03 .cara-btn img{
  width: 60%;
  margin-top: -9%;
}

#cara img{
  width: 60%;
  height: 100%;
  margin-left: 20%;
}

#cont-03 .modal-footer{
  display: block;
}

.modal-body{
  height: 100%;
}

#cont-03 .archive-manga .modal-footer a,
#cont-03 .modal-footer a{
  padding: 5px 10px;
  background-color: #e83916;
  border-radius: 4px;
  color: #fff;
  display: inline;
  padding: 2.5% 4%;
}


#cont-04 .cont-04-title{
  background: url(../img/sp-04_hitooshi-img01.png);
  background-repeat: repeat-x;
  background-size: 3px;
  background-color: #fff;
}

#cont-04 .cont-04-title img{
  width: 40%;
  margin-left: 30%;
  margin-top: -1%;
}

#cont-04 p{
  text-align: center;
}

#cont-05 .issatsu-box{
  margin-top: 20%;
}
#cont-05 img.issatsu-img{
  margin-top: -25%;
  width: 50%;
  margin-left: 25%;
}

#cont-05.list-area .list img{
  width: 20%;
  margin-right: 5%;
  float: left;
}
#cont-05.list-area .list p{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0
}

.list-area .list{
  border-top: 4px dotted #e83916;
  padding-top: 5%;
}

#cont-08 h3{
  font-size: 15px;
  font-weight: bold;
}

#cont-08 p{
  font-size: 14px;
}

#cont-08 p span{
  display: block;
  color: #e83916;
  font-weight: bold;
}

#cont-09{
  background: url(../img/pc-09_movie-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#cont-09-list .youtube{
  position: relative;
  padding-top: 56.25%;
}

#cont-09-list .youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

footer{
  text-align: center;
  color: #fff;
  padding: 2% 0 1%;
  position: relative;
}

#pagetop-btn{
  position: fixed;
  bottom:160px;
  right: 2%;
  width: 60px;
  display: none;
}


#cont-03 .archive-manga h3{
  border-radius: 0;
  background-color: #ddd;
  padding: 10px 0;
  text-align: center;
  color: #000;
  margin-top: 30px;
}

#cont-03 .archive-manga a{
  margin-top: 30px;
  display: inline-block;
  padding: 10px 0;
  font-size: 16px;
  background-color: #e83916;
  width: 100%;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
#f-btn{
  position: fixed;
  right: 5px;
  bottom:0px;
  width: 180px;
  border-radius: 5px 5px 0 0 ;
  background-color: #fff;
  box-shadow:0px 0px 20px 2px rgba(0,0,0,0.19);
  display: none;
}

#f-btn ul{
  margin: 0;
  padding: 9px 5px 5px 7px;
}

#f-btn ul li{
  list-style-type: none;
  margin-bottom: 4px;
}

 .modal{
   z-index: 9999;
 }




/*=======utill=======*/

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;

  & > [class^="col-"],
  & > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

 .no-bb{
   border-bottom: 0 !important;
 }
