@charset "UTF-8";
/* 共通部分マケインマンガ用のCSSです！！！！！！！！！
------------------------------- */
html {
    font-size: 62.5%;/*---エンドユーザーの指定を使う---*/
    scroll-behavior: smooth;/*HTML全体にスムーススクロールを適用した*/
}
body{
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    line-height: 1.7;
    color: #432;
    margin-top: 60px;/*ヘッダーのぶんだけボディを下げます*/
    background-image: url(../images/kabegami-01.png);/*cssからみた画像の場所になるので注意*/
    background-repeat: repeat;
}

a {/*---リンク下線の表示OFF---*/
    text-decoration: none;
}
img {
    max-width: 100%;
}
.yuji-boku-regular {/*グーグルフォント朴雄二*/
    font-family: "Yuji Boku", serif;
    font-weight: 400;
    font-style: normal;
  }

/*---レイアウト---*/
.wrapper {
    max-width: 1120px;/*サイトの最大幅*/
    margin: auto;/*要素をセンター合わせに*/
    padding: 0 1.5rem;/*上下ゼロ、左右を15px相当*/
    overflow:hidden;/*はみ出ているものを無視する*/

}

.align-center {/*この名前で囲んだ部分はセンター配置できるので使おう*/
    text-align: center;
}

/*ここまでが固定ヘッダー部分*/


     .menu a:hover {/*Menuをさわると色が変わる*/
           color: rgb(248, 8, 188);
     }
 

     .page-title {/*ページのタイトルの色と大きさ行ぞろえ*/
        /*メンテ用・background-color: aqua; */   
        color: #601e25;
        font-size: 2.5rem;
           border-style: solid;/*下線のスタイルは実線*/
           border-width: 4px 0px 4px 0px;/*下線つけた*/
           border-color: #92b809;   
            margin-top:30px;
            width: fit-content;/*ボーダーラインとテキストの幅をそろえる*/
            font-weight:bold;/*文字を太くした*/
     }   





.makemanga-subtitle{/*まんがのサブタイトル*/
    border-width:3px 0px 3px;
    border-style: dotted;
    border-color: #d30519;
    text-align:center;
}
.nanver{/*マンガのエピソード番号*/
    color:#296dff;
}
.manga-day{/*マンガの発表日付*/
    text-align: center;
    color: #1f77fa;
    font-size:1.2rem;
}


.manga-alea{/*まんがコマの大枠エリア*/
    margin-bottom: 20px;
    border: solid 5px #6091d3;/*線*/
    background-color: #04b3fe52;
             border-top-left-radius: 20px;/*角を丸くする*/
         border-top-right-radius: 20px;
         border-bottom-right-radius: 20px;
         border-bottom-left-radius: 20px;
    padding-top:20px;
        width:auto;
        height:auto;
}

.manga-alea img{
    object-fit:contain;
    /*height: 70%;*/
  }


.who{
  color:#307ae8
}

.manga-alea2{/*まんがコマの大枠エリアだが、「2」をつけくわえてページガイド用としている*/
    margin-bottom: 150px;
    border: solid 5px #f97575;/*線*/
    background-color: #fd8ff052;
             border-top-left-radius: 20px;/*角を丸くする*/
         border-top-right-radius: 20px;
         border-bottom-right-radius: 20px;
         border-bottom-left-radius: 20px;
    /*padding-top:20px;*/
        width:auto;
        height:auto;
}



/*枠線つき吹き出し*/
.balloon{
    position: relative;
    padding: 2em;
    border: 3px solid #ef8f3a;
    background-color: #ecfbc3;
    margin-top:15px;
    margin-left: 5%;
    margin-right:5%;
    margin-bottom:30px;
      padding: 10px;
       border-top-left-radius: 40px;/*角を丸くする*/
       border-top-right-radius: 40px;
       border-bottom-right-radius: 40px;
       border-bottom-left-radius: 40px;
  }
  .balloon:before,
  .balloon:after{/*△の部分*/
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
  }
  .balloon:before{/*後ろ側*/
    top: -40px;
    border-style: solid;
    border-color: transparent transparent #ef8f3a transparent;
    border-width: 0 45px 40px 0;
  }
  .balloon:after{/*前側*/
    top: -34px;
    border-style: solid;
    border-color: transparent transparent #ecfbc3;
    border-width: 0 39px 35px 0;
    z-index: 10;
  }/*ここまでが吹き出し*/


/*ここからtalk-about*/
.talk-about-alea {
    margin-top: 50px;
    margin-bottom: 200px;
    padding-top :20px;
    padding-bottom :20px;
    width: 80%;
    text-align: center;
    background-color: #e7ff92;
      border-top-left-radius: 80px;/*角を丸くする*/
      border-top-right-radius: 80px;
      border-bottom-right-radius: 80px;
      border-bottom-left-radius: 80px;
    font-size:1.5rem;
}
.talk-about-alea img {/*プロフィールのまんがおばけの顔アイコン*/
    width: 30%; 
}

.talk-about {   
    color :#ff0593;
    font-size:2rem;
}
.talk-about-p { /*マケイン用に調整したもの*/  
   color :#3b3002;
   font-size:1.5rem;
   text-align:left;
   padding-left:5%;
}


/*ここからフッターと次へ戻るボタン*/
.page-footer {/*フッター*/
    background-color: rgb(48, 2, 215);
    color: aliceblue;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 10px;
    font-size:1.5rem;
    opacity: .5;
}


/*---------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------
デスクトップ版
--------------------------------------------------------------------------------------------------------------- */

@media (min-width: 800px) {

    body {
        margin-top: 90px; /* ヘッダーの高さ分の余白をいれ、後ろの要素が隠れないようにする */
    }

    .page-title {/*ページのタイトルの色と大きさ行ぞろえ*/
        font-size: 3rem;/*大きくした*/
          border-width: 6px 0px 6px 0px;/*下線太らせた*/
            margin-top:50px;
     }    

.manga-alea{/*まんがコマの大枠エリア*/
    margin-bottom: 20px;
}
.manga-alea img{


width: 500px;
 
}

    

 /*ここからtalk-about*/
 .talk-about-alea {
    margin-top: 50px;
    margin-bottom:150px;
    padding-top :20px;
    padding-bottom :20px;
    width: 80%;
    text-align: center;
    background-color: #e7ff92;
      border-top-left-radius: 80px;/*角を丸くする*/
      border-top-right-radius: 80px;
      border-bottom-right-radius: 80px;
      border-bottom-left-radius: 80px;
    font-size:1.5rem;
   }
  .talk-about-alea img {/*プロフィールのまんがおばけの顔アイコン*/
    width: 10%; /*縮小した*/
  }


}/*←メディアアクリの閉じ*/