/* common
------------------------------------------------------------------------------*/

body{
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

#main{

}

/* #ttl h2
------------------------------------------------------------------------------*/
#main #ttl h2 {
  background: url("/manga/img/manga_logo_wh.png") center 200px / 530px auto no-repeat;
}

/* contents
------------------------------------------------------------------------------*/

.p-manga-nav{
  max-width: 1000px;
  margin: 110px auto 100px;
  position: sticky;
  top: 115px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 20px;
  z-index: 4999;
}

.p-manga-nav__parent{
  display: flex;
  justify-content: space-between;
}

.p-manga-nav__child{
  margin: 20px auto 0;
  display: none;
  overflow: hidden;
  transition: none;
}

.p-manga-nav__child li a{
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #262626;
}

.p-manga-nav ul li{
}

.p-manga-nav ul li .nav{
  text-decoration: none;
  color: #262626;
  border-bottom: 3px solid #00a0e9;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.2rem;
  display: flex;
  align-items: center;
}

.p-manga-nav ul li a::before{
  content: "";
  background-image: url(../img/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 12px;
  transform: translateY(-1px);
}

.p-manga-contents{
  overflow: hidden;
}

.p-manga-slider__bg{
  background-color: #F5FBFE;
  padding: 70px 20px;
  margin-bottom: 100px;
}

.p-manga-slider{
  max-width: 940px;
  margin: auto;
}

.slick-slide img{
  width: 100%;
}

.slick-arrow{
  background-color: #00a0e9;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  z-index: 1;
}

.slick-arrow:hover{
  background-color: #00a0e9;
}

.slick-arrow:focus{
  background-color: #00a0e9;
}

.slick-prev:before, .slick-next:before{
  content: "";
  background-image: url(../img/icon-arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 18px;
  display: block;
}

.slick-prev::before{
  transform: rotate(180deg);
}

.slick-dots{
  bottom: -40px;
}

.slick-dots li button:before{
  color: #ACACAC;
  opacity: 1;
}

.slick-dots li.slick-active button:before{
  color: #00a0e9;
}

.p-manga-block{
  max-width: 1000px;
  margin: 0 auto 90px;
  padding-top: 90px;
  margin-top: -90px;
}

.p-manga-block__title01{
  margin-bottom: 80px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  border-bottom: 3px solid #00a0e9;
  position: relative;
}

.p-manga-block__title01::before{
  content: "";
  background-image: url(/common/img/icn_logo_octa.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  display: block;
  margin-right: 30px;
}

.p-manga-block__title01::after{
  content: "";
  position: absolute;
  bottom: -3px;
  left: 990px;
  height: 3px;
  width: 1920px;
  background-color: #00a0e9;
}

.p-manga-block__title01.is-left::after{
  content: "";
  position: absolute;
  bottom: -3px;
  left: auto;
  right: 990px;
  height: 3px;
  width: 1920px;
  background-color: #00a0e9;
}

.p-manga-block__title01 h3{
  color: #00a0e9;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.3rem;
}

.p-manga-block__img01{
  text-align: center;
  margin-bottom: 60px;
}

.p-manga-block__img01 img{
  max-width: 100%;
}

.p-manga-block__text01 p{
  text-align: center;
}

.p-manga-block__text01 .coming{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.p-manga-cast__bg{
  background-image: url(../img/bg-cast.jpg);
  background-size: cover;
  padding: 120px 0;
  margin-bottom: 160px;
}

.p-manga-cast-card{
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 70px 60px;
  max-width: 1200px;
  margin: auto;
}

.p-manga-cast-card__item{
  width: 28%;
}

.p-manga-cast-card__img{
  text-align: center;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 30px;
}

.p-manga-cast-card__text h4{
  font-weight: bold;
  color: #00a0e9;
  font-size: 16px;
  border-bottom: 2px solid #00a0e9;
  margin-bottom: 40px;
  padding-bottom: 30px;
  text-align: center;
}

.p-manga-cast-card__text h4 span{
  font-size: 22px;
  display: block;
}

.p-manga-cast-card__text p{
  text-align: center;
}

.p-manga-cast-card__text p span{
  font-size: 12px;
}

.p-manga-story{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.p-manga-story__img{
  width: 100%;
  text-align: center;
}

.p-manga-story__img img{
  max-width: 100%;
}

.p-manga-story__text{
  width: 66%;
}

.p-manga-story__btn{
  width: 100%;
  margin-top: 70px;
  padding-top: 50px;
  border-top: 1px solid #B0B0B0;
}

.p-manga-story__btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  height: 80px;
  margin: auto;
  background-color: #00a0e9;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}

.p-manga-story__btn a::after{
  content: "";
  display: block;
  width: 6px;
  height: 7px;
  background-image: url(../img/icon-btn-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 14px;
}

.p-manga-note{
  background-image: url(../img/bg-note.jpg);
  background-size: cover;
  padding: 100px 20px;
  margin-bottom: 160px;
}

.p-manga-note__img{
  max-width: 1000px;
  margin: auto;
}

.p-manga-sub__bg{
  background-color: #FAFAFA;
  padding: 100px 20px;
}

.p-manga-sub-card{
  max-width: 1560px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.js-hidden-card{
  transition: .4s;
}

.p-manga-sub-card__item{
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 50px;
}

.p-manga-sub-card__item:nth-child(3n){
  margin-right: 0;
}

.p-manga-sub-card__item a{
  text-decoration: none;
}

.p-manga-sub-card__img{
  margin-bottom: 20px;
}

.p-manga-sub__btn{
  width: 100%;
}

.p-manga-sub__btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  height: 80px;
  margin: auto;
  background-color: #fff;
  color: #00a0e9;
  border: 1px solid #00a0e9;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}

.p-manga-sub__btn a::after{
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(../img/icon-plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 14px;
}

.p-manga-vision{
  padding: 80px 20px;
  background-image: url(../img/bg-vision.jpg);
  background-size: cover;
  margin-bottom: 160px;
}

.p-manga-vision__btn{
  width: 100%;
}

.p-manga-vision__btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  height: 100px;
  margin: auto;
  background-color: #FBF138;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}

.p-manga-vision__btn a::after{
  content: "";
  display: block;
  width: 6px;
  height: 7px;
  background-image: url(../img/icon-btn-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 14px;
}

.p-manga-staff-list{
  margin-bottom: 160px;
}

.p-manga-staff-list ul li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.p-manga-staff-list__title{
  border-right: 2px solid #00a0e9;
  color: #00a0e9;
  font-weight: bold;
  font-size: 24px;
  width: 20%;
  padding-top: 40px;
}

.p-manga-staff-list__main{
  width: 74%;
  padding: 20px 0;
}

.p-manga-staff-list__main .logo{
  margin-bottom: 40px;
}

.p-manga-staff-list ul li:nth-child(3){
  align-items: center;
  margin-bottom: 0;
}

.p-manga-staff-list ul li:nth-child(3) .p-manga-staff-list__title{
  padding: 40px 0;
}

.p-manga-staff-list ul li:nth-child(3) .logo{
  margin-bottom: 0;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

br.sp-only{
  display: none;
}

.text-kerning{
  letter-spacing: 4px !important;
}
