@charset "UTF-8";
/* CSS Document */

/* グローバル変数 */
:root {
	--color-darkblue: #184492;
	--color-lightblue: #84cdf0;
	--color-pink: #ed7485;
	--color-gray: #808080;
	--color-black: #342e2c;
}

/* common */
html {
	font-size: 18px;
}
body {
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	height: 100vh;
	text-align: center;
	line-height: 1.5;
	color: var(--color-black);
	padding-top: 0;
	margin: 0;
}
body:before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
	background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    
    /* iOS（iPhone）のSafariで固定が外れる対策 */
    background-attachment: scroll;
}
a:hover {
    opacity: 0.7;
	transition: opacity .3s;
}
img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
	display: block;
	margin: 0 auto;
}

/* SPで表示、PCで非表示 */
.display_sp {
	display: block;
}
.display_pc {
	display: none;
}

/* メインビジュアル */
.mv {
	margin: 0 auto;
	padding: 0 2%;
	max-width: 800px;
}

/* menu */
.menu_nav {
	margin: 2rem auto;
	max-width: 800px;
	padding: 0 4%;
}
.menu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    list-style: none;
    padding: 0;
}
.menu_list li {
    width: calc((100% - 6px) / 2); 
}

/* コンテンツ */
.container {
	margin: 5rem auto 0;
	padding: 0 4%;
}
.content {
    background-color: #FFFFFF;
    max-width: 720px;
    margin: 3rem auto 5rem;
    overflow: visible; 
	font-size: 1rem;
	padding: 2rem 4% 3rem;
    border: 2px solid var(--color-lightblue);
	border-radius: 20px;
}
h2 {
	max-width: 1200px;
	width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2%;
	margin: -5rem auto 0 50%;
    transform: translateX(-50%);
}
h3 {
	max-width: 640px;
	margin: 2rem auto;
}
#content_3 h3 {
	margin-bottom: 0;
}
#content_4 h3 {
	margin-top: 0;
}
.content_img {
	margin: 1rem auto 0;
}
.btn {
	max-width: 16rem;
	margin: 1rem auto 0;
	cursor: pointer;
}
.txt_darkblue {
	color: var(--color-darkblue);
}
.txt_lightblue {
	color: var(--color-lightblue);
}
.txt_pink {
	color: var(--color-pink);
}
.txt_gray {
	color: var(--color-gray);
}
.txt_bold {
	font-weight: 600;
}
.txt_end {
	text-decoration: line-through; 
}
.hr {
    margin: 2rem 0;
}
.thumbnail {
	margin: 1rem auto;
	max-width: 14rem;
}
.marker span {
	background-image: linear-gradient(transparent 70%, #fff8a5 70%);
}

/* 拡大表示 */
.zoom_wrap {
    position: relative;
}
.label_zoom {
  width: 3em;
  position: absolute;
  bottom: 2%;
  left: 2%;
  z-index: 50;
}

/* 特別インタビュー */
.content_1_list li {
	margin-bottom: 3rem;
}

/* 複製原画プレゼント */
.content_2_list {
	margin-bottom: 3rem;
}
.content_2_list li {
	margin-bottom: 1rem;
}

/* 新連載 */
.detail_name {
	color: var(--color-pink);
	line-height: 1.4;
}

.author {
	font-size: 0.9rem;
	line-height: 1.4;
	margin: 1rem auto;
	color: var(--color-gray)
}
.story_txt {
	line-height: 1.2;
}

/* ライコミフェア */
#content_5 .content_img {
	margin-bottom: 2rem;
}

/* 対象作品一覧 */
.content_6_list li {
	margin-bottom: 4rem;
}
.content_6_list li:last-child {
	margin-bottom: 0;
}
#content_6 .thumbnail {
	margin-bottom: 0.8rem;
}
.hr_star {
	margin: 0.6rem 0;
}
#content_6 .detail_name {
	color: var(--color-darkblue);
}
#content_6 .author {
	color: var(--color-black);
	font-weight: 600;
	font-size: 1rem;
}

/* メインページに戻るボタン */
.btn_back {
	margin: 0 auto 12rem;
}

/* 公式X */
.btn_sns {
	max-width: 680px;
	margin: -3rem auto 0;
}

/* フッターバナー */
.footer_bnr {
	max-width: 14rem;
	margin: 3rem auto;
}

/* footer */
footer {
	padding: 30px 1rem 20px;
	text-align: center;
	background: #FFFFFF;
	border-top: 3px solid var(--color-lightblue);
	font-size: 0.8rem;
}
footer img {
	max-width: 154px;
	margin: 0 auto 15px;
}
footer ul {
	max-width: 380px;
	display: flex;
	justify-content: space-around;
	margin: 1rem auto;
}
.footer_li {
  flex-grow: 1;
  text-align: center;
}
.footer_li + .footer_li{
  border-left: 1px solid var(--color-black);
}

/* ページトップに戻るボタン */
#to_top {
    display: none;
    position: fixed;
    right: 16px;
    bottom: 80px;
	width: 80px;
	opacity: 0.9;
}

/*** for TB, PC ***/
@media (min-width: 520px),print {
	
	/* common */
	html {
/*		font-size: 20px;*/
	}
	
	/* SPで非表示、PCで表示 */
	.display_sp {
		display: none;
	}
	.display_pc {
		display: block;
	}
	
	/* コンテンツ */
	.container {
		margin-top: 10rem;
	}
	.content {
		border: 3px solid var(--color-lightblue);
		font-size: 1.6rem;
		margin-bottom: 10rem;
		padding-bottom: 6rem;
	}
	h2 {
		margin: -7.5rem auto 0 50%;
		transform: translateX(-50%);
	}
	h3 {
		margin: 3rem auto;
	}
	.btn {
		max-width: 20rem;
	}
	.thumbnail {
		max-width: 18rem;
	}
	
	/* 複製原画プレゼント */
	.content_2_list {
		margin-bottom: 6rem;
	}
	
	/* footer */
	footer {
		padding: 60px 1rem;
	}
	footer img {
		max-width: 274px;
		margin: 0 auto 30px;
	}
	
	/* ページトップに戻るボタン */
	#to_top {
		right: 200px;
		bottom: 100px;
		width: 160px;
	}
	
}
