@charset "UTF-8";

/********************************************************************
	追加
********************************************************************/

/*margin*/
.m_mb15{margin-bottom: -15px!important;}
.m_mb30{margin-bottom: -30px!important;}
.m_mb45{margin-bottom: -45px!important;}
.m_mb70{margin-bottom: -70px!important;}
.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb25{margin-bottom: 25px!important;}
.mb30{margin-bottom: 30px!important;}
.mb35{margin-bottom: 35px!important;}
.mb40{margin-bottom: 40px!important;}
.mb45{margin-bottom: 45px!important;}
.mb50{margin-bottom: 50px!important;}
.mb55{margin-bottom: 55px!important;}
.mb60{margin-bottom: 60px!important;}
.mb65{margin-bottom: 60px!important;}
.mb70{margin-bottom: 70px!important;}
.mb80{margin-bottom: 80px!important;}
.mb90{margin-bottom: 80px!important;}
.mb100{margin-bottom: 100px!important;}
.mb110{margin-bottom: 110px!important;}
.mb120{margin-bottom: 120px!important;}
.mb130{margin-bottom: 130px!important;}
.mb150{margin-bottom: 150px!important;}
.mb180{margin-bottom: 180px!important;}
.mb200{margin-bottom: 200px!important;}

.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt50{margin-top: 50px!important;}
.mt80{margin-top: 80px!important;}
.mr10{margin-right: 10px!important;}
.mr15{margin-right: 15px!important;}

/*padding*/
.pt10{padding-top: 10px!important;}
.pt20{padding-top: 20px!important;}
.pt30{padding-top: 30px!important;}

.pb20{padding-bottom: 20px!important;}
.pb30{padding-bottom: 30px!important;}



.width20{width: 20%!important;}
.width21{width: 21%!important;}
.width22{width: 22%!important;}
.width23{width: 23%!important;}
.width24{width: 24%!important;}
.width25{width: 25%!important;}
.width26{width: 26%!important;}
.width27{width: 27%!important;}
.width28{width: 28%!important;}
.width29{width: 29%!important;}
.width30{width: 30%!important;}
.width31{width: 31%!important;}
.width32{width: 32%!important;}
.width33{width: 33%!important;}
.width34{width: 34%!important;}
.width35{width: 35%!important;}
.width36{width: 36%!important;}
.width37{width: 37%!important;}
.width38{width: 38%!important;}
.width39{width: 39%!important;}
.width40{width: 40%!important;}
.width41{width: 41%!important;}
.width42{width: 42%!important;}
.width43{width: 43%!important;}
.width44{width: 44%!important;}
.width45{width: 45%!important;}
.width46{width: 46%!important;}
.width47{width: 47%!important;}
.width48{width: 48%!important;}
.width49{width: 49%!important;}
.width50{width: 50%!important;}
.width51{width: 51%!important;}
.width52{width: 52%!important;}
.width53{width: 53%!important;}
.width54{width: 54%!important;}
.width55{width: 55%!important;}
.width56{width: 56%!important;}
.width57{width: 57%!important;}
.width58{width: 58%!important;}
.width59{width: 59%!important;}
.width60{width: 60%!important;}
.width61{width: 61%!important;}
.width62{width: 62%!important;}
.width63{width: 63%!important;}
.width64{width: 64%!important;}
.width65{width: 65%!important;}
.width66{width: 66%!important;}
.width67{width: 67%!important;}
.width68{width: 68%!important;}
.width69{width: 69%!important;}
.width70{width: 70%!important;}
.width71{width: 71%!important;}
.width72{width: 72%!important;}
.width73{width: 73%!important;}
.width74{width: 74%!important;}
.width75{width: 75%!important;}
.width76{width: 76%!important;}
.width77{width: 77%!important;}
.width78{width: 78%!important;}
.width79{width: 79%!important;}
.width80{width: 80%!important;}

.width100{width: 100%!important;}

/*text*/
.text-left{text-align: left;}
.text-right{text-align: right;}
.text-center{text-align: center;}

/*margin*/
.margin-right img{margin: 0 0 0 auto!important;}
.margin-left img{margin: auto 0 0 0!important;}

/*poti_re*/
.posi-re{position: relative;}

/*flex*/
.fl{display: flex;}/*コンテンツ回り込み*/
.ju{justify-content: space-between;}/*左右にわける*/
.ju-sa{justify-content: space-around;}/* 各アイテムを均等に配置し各アイテムの両側に半分の大きさの間隔を置く */
.ju-left{justify-content: left;}
.ju-f-end{justify-content: flex-end;}
.ju-se{justify-content: space-evenly;}/* 各アイテムを均等に配置し各アイテムの周りに同じ大きさの間隔を置く */
.ju-center{justify-content: center;}
.items-center{align-items: center;}
.fl-wr{flex-wrap: wrap;}

/*縦横中央 親要素に入れること。子要素はdivで囲む*/
#aoashi .middle-center{
	display:flex;
	justify-content: center;
	align-items: center;
}
/********************************************************************
	共通
********************************************************************/
#aoashi{
	margin: 0 auto;
	max-width: 770px;
	background: #fff;
	text-align: center;
}

#aoashi .wrap{
	padding: 55px 0 60px 0; 
	margin: 0 auto;
	max-width: 650px;
	box-sizing: border-box;
}

#aoashi .wrap-koma{
	padding: 55px 0 60px 0; 
	margin: 0 auto;
	max-width: 100%;
	box-sizing: border-box;
}

#aoashi p{
    text-align: center;
    color: #000;
    font-size: 1.8em;
    line-height: 1em;
}

#aoashi img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
    display: block;
}

#aoashi .img_width100 img{width: 100%;}
#aoashi .img_auto img{width: auto!important;}

/*色*/
#aoashi .orange{color: #ff6000!important;}
#aoashi .red{color: #b52852!important;}
#aoashi .blue{color: #53a4ff!important;}
#aoashi .green{color: #00a1be!important;}
#aoashi .pink{color: #eb619f!important;}
#aoashi .yellow{color: #fdca00!important;}

/*太字*/
#aoashi .bold{font-weight: bold;}

/*リスト*/
#aoashi ul li{
	list-style: none!important;
}

#aoashi a img {display: inline-block;}
#aoashi ruby rt{font-size: 35%; transform: translateY(-0.4em);}

/********************************************************************
	見出し
********************************************************************/
#aoashi h1 img{border: none!important;}

#aoashi h2 {
    padding: 0 35px 0 35px;
    font-size: 2.8em;
    color: #186fbf;
    line-height: 1;
    letter-spacing: 0.1em;
    border-left: 8px solid #186fbf;
    border-right: 8px solid #186fbf;
    display: inline-block;
}

#aoashi #bottom h2{
	border: none;
}

#aoashi h3 span{
	padding: 0 10px 0 10px;
	font-size: 2.5em;
	line-height: 1.8;
	color: #fff;
	border-bottom: 4px solid #fdca00;
	display: inline;
}

/********************************************************************
	リンク
********************************************************************/
#aoashi a{
	transition: all 0.3s 0.1s ease-in-out;
}

#aoashi a:hover{
	text-decoration: none;
}

#aoashi .comic-box ul li {
	font-weight: bold;
    background: #fff;
    box-sizing: border-box;
}

/*リンクボタン共通*/

#aoashi .link-button a{
    font-size: 1.4em;
	color: #fff;
	background: #000;
	border-bottom: 5px solid #fdca00;
	display: block;
}

#aoashi .link-button a :hover{opacity: 0.8;}

/*新刊*/
#aoashi .comic-box ul li a{padding: 10px 40px 10px 15px;}

#aoashi .comic-box ul li a::after{
	content: '';
    border-style: solid;
    border-width: 8px 0px 8px 14px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    width: 0;
    height: 0;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 42%;
    right: 20px;
    transform: translateY(-45%); /* translateYのみ */
}

/*comicリンクボタン*/
#aoashi .comic .link-button a{padding: 10px 15px 10px 15px;font-size: 1.8em;}

/********************************************************************
	画面表示
********************************************************************/
/*ふわっと表示*/
#aoashi .fade {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1.5s, transform 1s;
}

#aoashi .fade.active {
	opacity: 1;
	transform: translateY(0px);
}

/*横からフェードイン*/
.animated {
  /* アニメーションのプロパティを指定 */
  -webkit-transform: translateZ(0);
  animation-name: example;
  animation-duration: 0.8s;
  animation-timing-function: ease-in;
  position: relative;
  display: block;
  opacity: 1;

}

@keyframes example {
  from {
    opacity: 0;
    left: -100px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}

/********************************************************************
	共通背景
********************************************************************/
#aoashi .bg{
	background: url(/auto/images/fix/title/250829_aoashi/pcc/250829/bg.jpg)repeat-y;
	background-size: 100%;
}

#aoashi .bg-triangle{
	background: url(/auto/images/fix/title/250829_aoashi/pcc/250829/bg-triangle.png)left top no-repeat;
	background-size: auto;
}

/********************************************************************
	通常
********************************************************************/
#aoashi p.can-time{
	padding: 15px 0 15px 0;
	font-size: 1.5em;
	color: #fff;
	background: #000;
}

/********************************************************************
	comic
********************************************************************/
#aoashi .comic-box{
	padding: 20px 20px 20px 20px;
	width: 100%;
	background: #fff;
	border: 2px solid #000;
	box-shadow: 6px 6px #000;
	box-sizing: border-box;
}

#aoashi .comic-box .comic-img img{
	border: 2px solid #b6bcc1;
}

#aoashi .comic-box p {
    text-align: left;
    color: #000;
    font-size: 1.2em;
    line-height: 1em;
}

#aoashi .not-applicable {
	padding: 2px 0 0 0;
	background: #fdca00;
	font-size: 1.3rem !important;
	line-height: 1.3 !important;
	text-align: center !important;
}

#aoashi .not-applicable span{font-weight: bold;}

/********************************************************************
	section
********************************************************************/
#aoashi .section01{background: #007eda url(/auto/images/fix/title/250829_aoashi/pcc/bg-triangle-blue.png) no-repeat left top;}
#aoashi .section02{background: #00b3ec url(/auto/images/fix/title/250829_aoashi/pcc/bg-triangle-blue.png) no-repeat left top;}

#aoashi .section01 p,#aoashi .section02 p{color: #fff;font-size: 2.5em; line-height: 1.2}

#aoashi .name{font-size: 5em!important; font-weight: bold;}
#aoashi .name rt{font-size: 25%;}

#aoashi .big-font{font-size: 3.2em!important;}

#aoashi .bg-color-common{
	padding: 10px 25px 10px 25px;
	font-weight: bold;
	line-height: 1!important;
	display: inline-block;
}

#aoashi .bg-yellow{color: #000!important; background: #fdca00;}
#aoashi .bg-black{background: #000;}

#aoashi .bg-dark{padding: 30px 0 30px 0;background: #13284c;}
#aoashi .gradation {padding: 0 0 60px 0; background: linear-gradient(0deg, #13284c 25%, #00b3ec);}
#aoashi .gradation02 {padding: 30px 0 60px 0; background: linear-gradient(0deg, #00b3ec, #13284c 60%);}

#aoashi .bg-color-common ruby rt{transform: translateY(0em);}
#aoashi .ruby-padding{padding: 30px 25px 10px 25px;}

/********************************************************************
	ページ下部
********************************************************************/
#aoashi #bottom .bottom-copyright{
	font-size: 1.2em;
}

#aoashi #bottom .link-check{
	font-size: 3rem;
	font-weight: bold;
	display: inline;
	text-decoration: underline;
	line-height: 1.2;
}

#aoashi #bottom .link-check a{color: #000;}
#aoashi #bottom .link-check a:hover{color: #000;}

/********************************************************************
	縦横中央
********************************************************************/
#aoashi .horizontal-center{
	display: flex;
	justify-content: center; /* 横方向の中央揃え（必要に応じて） */
	flex-direction:column;
}
