@charset "UTF-8";

/* ポートフォリオ　－　イラストページ PC */


/*************************************
イラスト・Web制作ページ　共通
h2.content_title
*************************************/
#illust_page .content_title {
    margin: 20px 0 40px 0;
}


/*************************************
イラストページの MENU
*************************************/
#illust_page .menu_inner {
    justify-content: space-between;
}
#illust_page .menu_inner .flex_items {
    width: 45%;
    margin-bottom: 80px;
}
#illust_page .menu_inner .flex_items:last-child {
    margin-bottom: 0;
}
#illust_page .menu_inner .flex_items.column_right {
    padding-top: 200px;
}
#illust_page .menu_inner .menu_detail {
    width: 100%;
    height: auto;
}
#illust_page .menu_inner .menu_detail .menu_detail_title {
    color: #ff6023;
    background-color: #fde49b;
}

/*************************************
イラスト　詳細ブロック
*************************************/
#illust_page .illust_detail_box {
    padding-top: 165px;
    margin-top: -165px;
    margin-bottom: 80px;
}

/* ヘッダー固定の場合のクラス追加 */
#illust_page .illust_detail_box.fixed {
    padding-top: 100px;
    margin-top: -100px;
    margin-bottom: 90px;
}

/* 詳細ブロックのタイトル */
#illust_page .detail_title {
    position: relative;
    height: 50px;
    border: 2px solid #ff6023;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    padding-left: 60px;
    margin-bottom: 40px;
    overflow: hidden;
    background-color: #fde49b;
    box-shadow: 3px 3px 0 #ffa886;
}
#illust_page .detail_title span {
    display: inline-block;
    padding: 0 15px 0 8px;
    margin-top: 3px;
    color: #ff6023;
}
#illust_page #illust_detail_postcard .detail_title span {
    padding: 0 15px 0 15px;
}
#illust_page .detail_title::before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 50px;
    height: 100%;
    top: 0;
    left: 10px;
}

/* 各詳細のアイコン */
#illust_page #illust_detail_ac .detail_title::before {
    background-image: url(../images/illust_page/icon_ac_50x50.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#illust_page #illust_detail_postcard .detail_title::before {
    width: 60px;
    background-image: url(../images/illust_page/icon_postcart_50x50.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#illust_page #illust_detail_line .detail_title::before {
    background-image: url(../images/illust_page/illust_50x50.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#illust_page #illust_detail_youtuber .detail_title::before {
    width: 55px;
    background-image: url(../images/illust_page/icon_youtuber_50x50.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/* 詳細ブロック */
#illust_page .detail_box {
    text-align: center;
}
#illust_page .detail_box .illust {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
}
#illust_page .detail_box .illust a {
    margin-bottom: 20px;
}
#illust_page .detail_box .illust a:last-child {
    margin-bottom: 0;
}
#illust_page .detail_box .illust img {
    width: 300px;
    height: auto;
    margin: 0 20px;
    border: 1px solid #ccc;
}
#illust_page .detail_box .illust .caption {
    font-size: 0.8rem;
    margin-left: 20px;   
    text-align: center;
    line-height: 1.4;
}

/* れいわ de ねんがのサイズ変更（縦長） */
#illust_page #illust_detail_postcard .detail_box .illust a {
    text-align: center;
}
#illust_page #illust_detail_postcard .detail_box .illust img {
    width: 200px;
}

/* コメント */
#illust_page .detail_box .comment {
    width: 70%;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 16px 20px;
    text-align: left;
}
#illust_page .detail_box .comment p {
    position: relative;
    line-height: 1.4;
    margin-bottom: 20px;
}
#illust_page .detail_box .comment p:last-child {
    margin-bottom: 0;
}
#illust_page .detail_box .comment p.comment_link {
    margin-left: 30px;
}
#illust_page .detail_box .comment p.comment_link:before {
    position: absolute;
    content: '';
    width: 17px;
    height: 16px;
    top: 50%; /* 親要素の上端から50%の位置 */
    transform: translateY(-50%); /* 中央揃えのために上へ50%戻す */
    left: -30px;
    background: url(../images/common/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#illust_page .detail_box .comment p.comment_link a {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
}

/* Youtuberチャンネル名 */
.youtuber_title {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: 2px solid #164b09;
    margin-bottom: 40px;
}

/***********************************
月別のイラスト帯    (#monthly_line)
***********************************/
#monthly_line {
    margin-bottom: 60px;
}
.monthly_image_box {
    display: flex;
}
.monthly_image_box li {
    height: 40px;
    width: auto;
    margin-right: 20px;
}
.monthly_image_box li img {
    height: 100%;
}


/*****************************
最下部ボタングループ
*****************************/
/* イラストページの「Web制作ページを見る」 */
#illust_page .btn_to_web a {
	position: relative;
	width: 200px;
	height: 40px;
    color: #fff;
	background-color: #07478b;
	border: 2px solid #07478b;
	border-radius: 16px;
	font-size: 0.875rem;
    font-weight: bold;
	margin-left: 50px;
	padding-right: 10px;
}
#illust_page .btn_to_web a:hover {
	opacity: 1;
	color: #07478b;
	background-color: #fff;
}
#illust_page .btn_to_web a::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	top: 50%;
	right: 15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}
#illust_page .btn_to_web a:hover::after {
	opacity: 1;
	border-top: 2px solid #07478b;
	border-right: 2px solid #07478b;
}

@media screen and (max-width: 767px) {
	#illust_page .btn_to_web a {
		margin: 0 auto;
	}
}