/* 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 calc( 76 / 750 * 100vw ) / calc( 500 / 750 * 100vw ) auto no-repeat;
}

/* contents
------------------------------------------------------------------------------*/

.p-manga-nav{
  max-width: 1000px;
  margin: 30px auto 30px;
  padding: 0 calc( 60 / 750 * 100vw );
  position: sticky;
  top: 80px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 4999;
  overflow: scroll;
  padding: 14px 14px;
}

.p-manga-nav__parent{
  display: flex;
  width: 870px;
}

.p-manga-nav__child{
  margin: 15px 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{
  margin: 0 15px;
}

.p-manga-nav__child li{
  margin: 0 0 10px !important;
}

.p-manga-nav ul li .nav{
  text-decoration: none;
  color: #262626;
  border-bottom: 2px solid #00a0e9;
  font-weight: bold;
  font-size: 14px;
  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;
  /*padding: 0 calc( 60 / 750 * 100vw );*/
}

.p-manga-slider__bg{
  background-color: #F5FBFE;
  padding: 40px 34px;
  margin-bottom: 50px;
}

.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: 40px;
  height: 40px;
  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 50px;
  padding: 0 calc( 60 / 750 * 100vw );
  padding-top: 64px;
  margin-top: -64px;
  
}

.p-manga-block__title01{
  margin-bottom: 24px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  border-bottom: 2px 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: 45px;
  height: 45px;
  display: block;
  margin-right: 15px;
}

.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: 24px;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.p-manga-block__img01{
  text-align: center;
  margin-bottom: 30px;
}

.p-manga-block__img01 img{
  max-width: 100%;
}

.p-manga-block__text01 p{
}

.p-manga-block__text01 .coming{
  text-align: center;
  font-weight: bold;
}

.p-manga-cast__bg{
  background-image: url(../img/bg-cast.jpg);
  padding: 40px 20px;
  margin-bottom: 60px;
}

.p-manga-cast-card{
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.p-manga-cast-card__item{
  width: 100%;
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.p-manga-cast-card__item:nth-child(1){
  order: 3;
}

.p-manga-cast-card__item:nth-child(1) img{
  width: 70%;
}

.p-manga-cast-card__item:nth-child(2){
  order: 1;
}

.p-manga-cast-card__item:nth-child(2) img{
  width: 46%;
}

.p-manga-cast-card__item:nth-child(3){
  order: 2;
}

.p-manga-cast-card__item:nth-child(3) img{
  width: 30%;
}

.p-manga-cast-card__img{
  margin-bottom: 14px;
  text-align: center;
}

.p-manga-cast-card__img img{
  width: 40%;
}

.p-manga-cast-card__text h4{
  font-weight: bold;
  color: #00a0e9;
  font-size: 16px;
  border-bottom: 2px solid #00a0e9;
  margin-bottom: 14px;
  padding-bottom: 14px;
  text-align: center;
}

.p-manga-cast-card__text h4 span{
  font-size: 22px;
  display: block;
}

.p-manga-cast-card__text p span{
  font-size: 11px;
}

.p-manga-story{
}

.p-manga-story__img{
  margin-bottom: 20px;
  text-align: center;
}

.p-manga-story__img img{
  max-width: 100%;
}

.p-manga-story__btn{
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #B0B0B0;
}

.p-manga-story__btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  height: 50px;
  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: 40px 10px;
  margin-bottom: 60px;
}

.p-manga-note__img{
  max-width: 1000px;
  margin: auto;
}

.p-manga-sub__bg{
  background-color: #FAFAFA;
  padding: 40px 20px;
  margin-top: -20px;
}

.p-manga-sub-card{
  max-width: 1560px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.p-manga-sub-card__item{
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}

.p-manga-sub-card__item:nth-child(2n){
  margin-right: 0;
}

.p-manga-sub-card__item a{
  text-decoration: none;
}

.p-manga-sub-card__img{
  margin-bottom: 12px;
}

.p-manga-sub__btn{
  width: 100%;
}

.p-manga-sub__btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  height: 50px;
  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: 40px 20px;
  background-image: url(../img/bg-vision.jpg);
  background-size: cover;
  margin-bottom: 60px;
}

.p-manga-vision__btn{
  width: 100%;
}

.p-manga-vision__btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  height: 70px;
  margin: auto;
  background-color: #FBF138;
  color: #000;
  font-size: 18px;
  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 ul li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap
}

.p-manga-staff-list__title{
  border-left: 3px solid #00a0e9;
  color: #00a0e9;
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  padding-left: 10px;
  margin-bottom: 12px;
}

.p-manga-staff-list__main{
  width: 100%;
  padding: 20px 0;
}

.p-manga-staff-list__main .logo{
  margin-bottom: 20px;
  max-width: 100%;
}

.p-manga-staff-list ul li:nth-child(2) img{
  width: 60%;
}

.p-manga-staff-list ul li:nth-child(3){
  margin-bottom: 0;
}

.p-manga-staff-list ul li:nth-child(3) img{
  width: 30%;
}






























.p-manga-block__img02{
  margin-bottom: 14px;
}

.p-manga-block__contents02{
  display: flex;
  flex-wrap: wrap;
}

.p-manga-block__text02{
  width: 100%;
  margin-bottom: 20px;
}

.p-manga-block__img03{
  width: 100%;
  margin-bottom: 14px;
}

.p-manga-block__text01 p,.p-manga-block__text02 p,.p-manga-block__text03 p{
  line-height: 1.8;
  font-size: 14px;
}

.p-manga-title{
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/co-creation/img/creation_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 40vw;
  margin-bottom: 30px;
}

.p-manga-title h3{
font-size: 14px;
letter-spacing: 0.1rem;
line-height: 1;
text-align: center;
}

.p-manga-title h3 .title{
  font-size: 24px;
  margin-top: 10px;
  letter-spacing: 0.4rem;
  padding: 10px 20px 5px;
}

.p-manga-title h3 span{
  background-color: #fff100;
  padding: 10px 12px 5px;
  display: table;
  margin: auto;
}

.p-manga-info{
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 0 calc( 60 / 750 * 100vw );
  box-sizing: border-box;
  padding-top: 250px;
  margin-top: -250px;
}

.p-manga-info__title h3{
  color: #00a0e9;
  font-size: 24px;
  margin-bottom: 12px;
}

.p-manga-info__list{
  border-top: 1px solid #00a0e9;
  border-bottom: 1px solid #00a0e9;
  padding: 20px 0;
  margin-bottom: 20px;
}

.p-manga-info__list ul li{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(216, 216, 216);
}

.p-manga-info__list ul li:last-child{
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}

.p-manga-info__list ul li .cat{
  background-color: #00a0e9;
  color: #fff;
  padding: 2px 20px;
  text-align: center;
  margin-right: 4%;
  width: 64%;
  box-sizing: border-box;
}

.p-manga-info__list ul li .date{
  width: 32%;
  text-align: right;
}

.p-manga-info__list ul li .text{
  width: 100%;
  margin-top: 10px;
}

.p-manga-area__box{
  margin-bottom: 50px;
  padding-top: 250px;
  margin-top: -250px;
}

.p-manga-area__heading{
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 0 calc( 60 / 750 * 100vw );
}

.p-manga-area__heading h3{
  font-size: 20px;
  border: 4px solid #000;
  padding: 8px 10px 4px;
  display: block;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.p-manga-area__heading h3::before{
  content: "";
  width: 17px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: -4px;
  left: 16px;
}

.p-manga-area__heading h3::after{
  content: "";
  width: 17px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: -4px;
  right: 16px;
}

.p-manga-area__heading p{
  font-size: 14px;
  line-height: 2;
}

.p-manga-area__body{
  background-color: #f3f3f3;
  width: 100%;
  padding: 30px calc( 60 / 750 * 100vw );
  box-sizing: border-box;
}

.p-manga-area__gallery{
  max-width: 1000px;
  margin: 0 auto 20px;
}

.p-manga-area__gallery ul{
  display: flex;
  flex-wrap: wrap;
}

.p-manga-area__gallery ul li{
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  box-sizing: border-box;
}

.p-manga-area__gallery ul li a{
  display: block;
  text-decoration: none;
  padding: 5px 5px 14px;
  background-color: #fff;
  text-align: center;
}

.p-manga-area__gallery ul li:nth-child(2n){
  margin-right: 0;
}

.p-manga-area__gallery ul li img{
  width: 100%;
  margin-bottom: 10px;
}

.p-manga-area__gallery ul li p{
  font-size: calc( 18 / 750 * 100vw );
  font-weight: bold;
  text-align: center;
  color: #262626;
  line-height: 1.5;
}

.p-manga-area__gallery ul li span{
  font-size: calc( 28 / 750 * 100vw );
  display: block;
  margin-top: 2px;
}

.p-manga-area__pdf{
  max-width: 1000px;
  margin: auto;
}

.p-manga-area__pdf ul li{
  margin-bottom: 14px;
}

.p-manga-area__pdf ul li:last-child{
  margin-bottom: 0;
}

.p-manga-area__pdf ul li a{
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.p-manga-area__pdf ul li a::before{
  content: "";
  background-image: url(/co-creation/img/icon-pdf.svg);
  width: 18px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-right: 8px;
}

.p-manga-contact{
  max-width: 1000px;
  margin: auto;
  padding-top: 64px;
  margin-top: -64px;
}

.p-manga-contact__title{
  margin-bottom: 15px;
  padding: 0 calc( 60 / 750 * 100vw );
}

.p-manga-contact__title h3{
  color: #00a0e9;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}

.p-manga-contact__title h3 span{
  font-size: 12px;
  display: block;
  margin-bottom: 6px;
}

.p-manga-contact__body{
  background-color: #00a0e9;
  padding: 30px calc( 60 / 750 * 100vw );
  box-sizing: border-box;
}

.p-manga-contact__text{
  margin-bottom: 20px;
}

.p-manga-contact__text p{
  color: #fff;
  font-size: 14px;
}

.p-manga-contact__btn{
  background-color: #fff;
  padding: 20px;
}

.p-manga-contact__btn p{
  color: #00a0e9;
  text-align: center;
  font-size: 13px;
}

.p-manga-contact__btn .title{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.p-manga-contact__btn a{
  text-decoration: none;
}

.p-manga-contact__btn .btn{
  display: block;
  width: 100%;
  color: #fff;
  background-color: #000;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  border-radius: 40px;
  text-decoration: none;
  margin: 20px auto 0;
  font-weight: bold;
  box-sizing: border-box;
}

br.sp-only{
  display: block;
}
