@charset "utf-8";
/* import */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
/* 共通項目 */
body{
  font-family: 'Noto Sans JP', sans-serif;
  color:#575757;
  margin:0;
  background:#f7f7f7;
}
ul{
  margin:0;
  padding:0;
}
a{}
p,dl,dd,h1,h2,h3{margin:0;}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*==================
	 PC
==================*/
@media screen and (min-width:769px) {
/* displaynone */
.pc_none{
display: none !important;
}
/* フェードイン */
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/* width1000 */
.w1000{
  max-width: 1000px;
  margin:auto;
}
/* 余白 */
#strength,#production,#result,#service,#mangapro_info,#merit,#flow,#qa{
margin-bottom:100px;
}

/* 白背景 */
.bg_w{
  background:#fff;
}

/* nav */
#pc_nav{

}
.pc_nav_inner{
  width: 100%;
  display: flex;
    background: #f7f7f7;
    position: fixed;
    justify-content: space-between;
z-index: 100;
}
.nav_logo_a{
    margin: 18px 0 14px 60px;
}
.nav_logo{
  width: 140px;
}
.nav_ul{
width: 100%;
    display: flex;
}
.nav_li{
  list-style-type: none;
  display: inline-block;
  margin-right: 38px;
 }
.nav_li:last-child{
  margin-right: 48px;
}
.nav_link{
  text-decoration: none;
  color:#575757;
  display: block;
    font-size: 14px;
    padding: 24px 0;
}
.nav_right{
  right: 0;
  display: flex;
  margin-right: 60px;
    }
.nav_btn_a{
display: block;
    margin: 17px 0;
}

/* MV */
#mv{
  background:url(../images/mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
    padding:135px 0 0;
}
.mv_tit{
  font-size:25px;
}
.mv_logo{
  width:515px;
  margin-top: 25px;
}
.mv_txt{
  margin:25px 0 30px;
  line-height: 1.8;
      font-size:14px;
}

.mv_label_list{

}
.mv_label{
background:#25b7c4;
color:#fff;
font-size: 21px;
padding: 15px 40px;
    margin: 0 5px 12px;
    display: inline-block;
}

.mv_line{
  background:#ff9700;
  height: 35px;
  margin-top:87px;
}

/* マンガプロの強み */
#strength{
  margin-top:57px;
}
.section_tit{
  font-size:39px;
  color:#ff9700;
  font-weight: bold;
  background:url(../images/naname.png);
  background-repeat: no-repeat;
  background-position: 0 0.35em;
  padding-left: 1.25em;
  margin-bottom: 20px;
}
.comic{width:100%;}
/* ボタンエリア */
.btn_area{
  background:url(../images/town.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 40px 0;
}
.btn_area_inner{
  width: 1000px;
  margin:auto;
}
.btn_area_txt{
  font-size:21px;
  margin-bottom: 20px;
  background: url(../images/line_l.png),url(../images/line_r.png);
  background-repeat: no-repeat;
  background-position: left,right;
  padding: 0 2em;
}
.btn_txt01{
color:#ff9700;
font-size:28px;
font-weight: bold;
}
.btn_txt02{
font-size:28px;
}
.btn_area_main{
  display: inline-block;
}
.chara{
  margin:0 50px;
}

/*震え*/
.buru_h:hover{
    display: inline-block;
    animation: hurueru .1s  infinite;
}
.buru{
    display: inline-block;
    animation: hurueru .1s  infinite;
}
@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

/* 取引実績 */
#results{
margin-bottom:100px;
}
.logo_list{
  width: 100%;
}
.results_area{
  max-width: 1000px;
  padding: 50px;
}

/* 制作実績 */
.pro_link_area{
    width: 100%;
    display: flex;
}
.production_area{
  padding:30px 50px 50px;
}
.production_txt{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
}
.production_box{
  display: inline-block;
  max-width: 274px;
    margin-right: 35px;
      margin-bottom: 70px;
}

.prodaction_link{
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.link_last{
  margin-right: 0;
}
.prodaction_link:hover{
  transition:.5s;
  opacity: .5;
}
.pro_tit01,.pro_tit02{
  color:#575757;
}
.pro_tit01{
  margin-top: 20px;
}
.more{
  text-align: center;
  display: block;
}
.pro_label{
background:#575757;
color:#fff;
    margin-top: 10px;
    padding: 8px 0;
    width: 90px;
    text-align: center;
}
.pro_img{
    width: 100%;
    max-width: 280px;
}

/* サービス紹介 */
#service{
}
.service_list_area{
    width: 100%;
    display: flex;
}
.service_area{
    display: inline-block;
    margin-right: 20px;
    width: 33.3%;
}
.service_area:last-child{margin-right: 0;}
.service_box{
    max-width: 297px;
    background: #fff;
    padding: 10px;
    margin-bottom: 100px;
}
.ser_tit{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    background: #ff9700;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
}
.ser_img{
width: 100%;
}
.ser_tit_sub{
    font-size: 21px;
    font-weight: bold;
    background: #27cad8;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin: 20px 0;
}
.ser_txt{
    padding: 0 0 10px 1.5em;
    font-size: 14px;
    font-weight: bold;
}
.ser_txt_list{

}


/* アマビエちゃん */
#mangapro_info{
  background: url(../images/bg.png);
  background-repeat:no-repeat;
  background-size: cover;
}
.mangapro_img_area{
  font-size:35px;
  font-weight: bold;
  color: #fff;
  text-shadow:0px 0px 10px #000;
  text-align: center;
  padding: 68px 0 57px;
}
.mangapro_logo{
}

/* マンガプロはここが凄い！ */
.merit_area{
  padding: 40px 25px;
  width: 950px;
}
.merit_box{
display: inline-block;
    margin: 40px 50px;
}
.merit_img{
    vertical-align: bottom;
}
.merit_tit{
    background: #ff9700;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    padding: 17px 0;
    width: 357px;
    text-align: center;
    margin-bottom: 20px;
}
.merit_txt{
font-size: 14px;
    width: 357px;
}

/* 制作の流れ */
.flow_area{
  padding:50px;
  margin-bottom: 100px;
}
.flow_link_area{
width: 100%;
    display: flex;
}
.flow_box{
width: 33.3%;
    background: url(../images/flow.png);
    background-repeat: no-repeat;
    padding-right: 30px;
    background-position: right 9em;
}
.flow_box:last-child{
  background: none;
  padding-right: 0;
}
.flow_tit{
    color: #ff9700;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}
.flow_img{
      width: 100%;
}
.flow_txt{
  font-size: 14px;
  margin-top: 10px;
}

/* よくある質問 */
.acd-check{
    display: none;
}
.acd-label{
    background: url(../images/q.png),#fff;
    background-repeat: no-repeat;
    background-position: 20px 15px;
    display: block;
    margin-bottom: 10px;
    padding: 20px 0 20px 78px;
    position: relative;
    font-size: 18px;
}
.acd-label:after{
background: #fff;
    color: #ff9700;
    box-sizing: border-box;
    content: '\02228';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 45px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 10px;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    background: url(../images/a.png);
    background-repeat: no-repeat;
    background-position: 20px 15px;
}

.acd-content p{    padding: 0 40px 0 67px;}
.acd-check:checked + .acd-label:after{
    content: '\02227';
}
.acd-check:checked + .acd-label + .acd-content{
    height:auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
/* footer */
footer{
    background: #575757;
    color: #fff;
    font-size:14px;
  }
footer a{
  color:#fff;
}
.footer_area{
  width: 1000px;
  margin:auto;
  padding: 60px 0;
}
.footer_inner{
  width: 100%;
  display: flex;
}

/*左*/
.footer_l{
  width: 65%;
  display: flex;
    margin-right: 100px;
}
.footer_l_logo{
    display: block;
    margin-right: 70px;
    }
.footer_l_img{}
.l_inner{
    display: flex;
    width: 100%;
  }
.f_l{
    width: 50%;
}
.f_l a:hover{
color:#ff9700;
transition:.5s;
}
.f_l1{

}
.f_l2{

}
.f_l_list{
      margin-bottom: 3px;
}
.f_l_inner_{}
.f_l_inner_list{
    list-style-type: none;
}

/*右*/
.footer_r{
  width: 35%;
  display: flex;
}
.footer_r_img{
  width: 60px;
    height: 60px;
        margin-right: 25px;
}
.f_r{
      display: flex;
    flex-wrap: wrap;
}
.f_r_tit{
    width: 20%;
}
.f_r_txt{
    width: 80%;
}
.f_r_txt a:hover{
color:#ff9700;
transition:.5s;
}

/* コピーライト */
.copy{
  text-align: center;
  font-size: 12px;
  background:#474747;
  padding: 30px 0;
}
}
/*==================
	 SP
==================*/
@media screen and (max-width:768px) {
/* displaynone */

.sp_none{
  display:none !important;
}
/* フェードイン */
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/* width1000 */
.w1000{
margin:0 20px;
}
/* 余白 */
#strength,#production,#result,#service,#mangapro_info,#merit,#flow,#qa{
margin-bottom:60px;
}
/* 白背景 */
.bg_w{
  background:#fff;
}

/* 見出し */
.section_tit{
  font-size:28px;
  color:#ff9700;
  font-weight: bold;
  background:url(../images/naname.png);
  background-repeat: no-repeat;
  background-position: 0 0.3em;
  padding-left: 1.25em;
  margin-bottom: 20px;
}

/* MV */
#mv{
  background:url(../images/mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.mv_area{
    padding:80px 50px 0;
}
.mv_tit{
  font-size:14.5px;
  font-weight: bold;
}
.mv_logo{
width: 80%;
margin: 20px auto 0;
}
.mv_txt{
    margin: 25px auto 18px;
    line-height: 1.8;
    font-size: 13px;
}

.mv_label_list{
    display: flex;
}
.mv_label{
    background: #25b7c4;
    color: #fff;
    font-size: 11.5px;
    padding: 8px 10px;
    margin-right: 5px;
    margin-bottom:5px;
    width: 33.3%;
    list-style-type: none;
}
.mv_label:last-child{margin-right: 0;}
.mv_btn {width:100%;}
.mv_line{
  background:#ff9700;
  height: 20px;
  margin-top:30px;
}
/* マンガプロの強み */
#strength{
  margin-top:60px;
}

.comic{width:100%;}
/* ボタンエリア */
.btn_area{
    background: #fff;
  text-align: center;
}
.btn_area_inner{
    position: relative;
    height: 330px;
    padding: 30px 20px;
    background: url(../images/town.png);
    background-repeat: no-repeat;
    background-size: 500%;
    background-position: bottom;
}
.btn_area_txt{
  font-size:13.5px;
  margin-bottom: 10px;
  background: url(../images/line_l.png),url(../images/line_r.png);
  background-repeat: no-repeat;
  background-position: left,right;
  padding: 0 2em;
}
.btn_txt01{
color:#ff9700;
font-size:16px;
font-weight: bold;
}
.btn_txt02{
font-size:16px;
}
.btn_area_main{
}
.btn{width: 100%;}
.chara{
  position: absolute;
}
.chara1{
    bottom: 15px;
    left: 20%;
    width: 30%;
    max-width: 89px;
}
.chara2{
    right: 20%;
    bottom: 15px;
    width: 30%;
    max-width: 92px;
}

/*震え*/
.buru_h:hover{
    display: inline-block;
    animation: hurueru .1s  infinite;
}
.buru{
    display: inline-block;
    animation: hurueru .1s  infinite;
}
@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

/* 取引実績 */
#results{
margin-bottom:60px;
}
.logo_list{
  width: 100%;
}
.results_area{
  padding:20px 15px;
}

/* 制作実績 */
.pro_link_area{
    width: 100%;
}
.production_area{
  padding:15px;
}
.production_txt{
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 30px;
}
.production_box{
      margin-bottom: 25px;
}

.prodaction_link{
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.prodaction_link:hover{
  transition:.5s;
  opacity: .5;
}
.pro_tit01,.pro_tit02{
  color:#575757;
  font-size: 12px;
}
.pro_tit01{
    margin: 10px 0;
    font-weight: bold;
}
.more{
  text-align: center;
  display: block;
    margin-bottom: 15px;
  }
.more_img{
  width: 100%;
}
.pro_label{
    background: #575757;
    color: #fff;
    padding: 5px 0;
    width: 100px;
    text-align: center;
    font-size: 12px;
}
.pro_img{
    width: 100%;
    margin-top:10px;
}

/* サービス紹介 */
#service{
}
.service_list_area{
}
.service_area{
}
.service_box{
    background: #fff;
    padding: 10px;
    margin-bottom: 30px;
}
.ser_tit{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    background: #ff9700;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 25px;
    border-radius: 5px;
  }
.ser_img{
width: 100%;
}
.ser_tit_sub{
    font-size: 22.5px;
    font-weight: bold;
    background: #27cad8;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin: 20px 0;
}
.ser_txt{
    padding: 0 0 10px 1.5em;
    font-size: 15px;
    font-weight: bold;
}
.ser_txt_list{

}


/* マンガプロはここが凄い！ */
.merit_area{
  padding: 15px;
}
.merit_box{

}
.merit_img{
    vertical-align: bottom;
    width: 100%;
}
.merit_tit{
    background: #ff9700;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 15px;
}
.merit_txt{
font-size: 12px;
margin-bottom: 30px;
}

/* 制作の流れ */
.flow_area{
  padding:15px;
  margin-bottom: 50px;
}
.flow_link_area{
}
.flow_box{
}
.flow_box:last-child{
  background: none;
  padding-right: 0;
}
.flow_tit{
    color: #ff9700;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.flow_img{
      width: 100%;
}
.flow_txt{
    font-size: 12px;
    margin: 10px 0 30px;
}

/* よくある質問 */
.acd-check{
    display: none;
}
.acd-label{
    background: url(../images/q.png),#fff;
    background-repeat: no-repeat;
    background-position: 15px;
    background-size: 30px;
    display: block;
    margin-bottom: 10px;
    padding: 15px 15px 15px 60px;
    position: relative;
    font-size: 12px;
}
/*.acd-label:after{
background: #fff;
    color: #ff9700;
    box-sizing: border-box;
    content: '\02228';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 45px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 10px;
}*/
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    background: url(../images/a.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;
        background-size: 30px;
}

.acd-content p{
    padding: 0px 15px 15px 60px;
  font-size: 12px;
  }
/*.acd-check:checked + .acd-label:after{
    content: '\02227';
}*/
.acd-check:checked + .acd-label + .acd-content{
    height:auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
/* footer */
footer{
    background: #575757;
    color: #fff;
    font-size:12px;
  }
footer a{
  color:#fff;
}
.footer_area{
    padding: 30px 20px;
}
.footer_inner{

}

/*上*/
.footer_l{
border-bottom: solid 1px #fff;
}
.footer_l_logo{

    }
.footer_l_img{}
.l_inner{
display: flex;
    padding: 22.5px 20px;
  }
.f_l{
width: 45%;
}

.f_l1{

}
.f_l2{

}
.f_l_list{
      margin-bottom: 3px;
}
.f_l_inner_{}
.f_l_inner_list{
    list-style-type: none;
}

/*下*/
.footer_r{
    padding-top: 32px;
}
.footer_r_img{

}
.f_r{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.f_r_tit{
width: 15%;
}
.f_r_txt{
  width: 85%;
}

/* コピーライト */
.copy{
  text-align: center;
  font-size: 10px;
  background:#474747;
  padding: 12px 0;
}

/* ハンバーガー */
.header{
background: #fff;
    height: 50px;
    position: fixed;
    z-index: 99999;
    width: 100%;
}
.top_logo{
  position: relative;
}
.top_logo_link{
  display: block;
     position: absolute;
    top: -10px;
    left: 8px;
}
.ahs_logo{width:70px;}
.nav_list{
margin:50px 0 0;
padding:0;
}
.nav_u{
  font-size:22px;
   font-weight: bold;
}
.nav_s{
  font-size:16px;
margin: 0 0 20px;
    display: inline-block;
}
.span_bg{
  background: #ff9700;
position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 26px;
    height: 20px;
    padding: 15px 12px;
}

/*#nav-open {
    display: inline-block;
    width: 26px;
    height: 20px;
    vertical-align: middle;
    background: #f80;
    padding: 15px 12px;
}*/

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  transition: all 0.4s;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
  z-index: 9999;/*最前面*/
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}


/*中身*/
#nav-content {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: .2s ease-in-out;
}

#nav-content.open {
  display: block;
  opacity: 1;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background:#ff9700;/*背景色*/
  overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
}


/*:beforeにぼかし効果を設定する*/
#nav-content.open:before {
  content: '';
  overflow: hidden;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  z-index: -1;/*重なり順序を一番下にしておく*/
}


/*チェックが入ったら表示する内容*/

.hamburger-top {
  height: 40px;/*×ボタンと被らないように*/
}

.category {
  text-align: center;
}

.category-title {
  padding: 1.5rem;
}

.category-title a {
  color: #fff;
  text-decoration: none;
}


/*三本線を動かす*/
#nav-open.active span {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

#nav-open.active span:before {
  -webkit-transform: translateY(-8px) rotate(45deg);/*打ち消す*/
  transform: translateY(-8px) rotate(45deg);/*打ち消す*/
  opacity: 0;
}

#nav-open.active span:after {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(90deg);
}
#sp_main_nav{
    background: #ff9700;
    width: 100%;
    height: 50px;
}
.sp_main_nav_inner{
    padding: 15px 0;
    text-align: right;
}
#sp_top_logo{
  position: relative;
}
.sp_logo_a{
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.sp_main_logo{
width: 100px;
  }

.mail_a{
    margin-right: 15px;
}
.mail{
width: 25px;
}
#sp_nav_area{
position: fixed;
    width: 100%;
    z-index: 99999;
}
}