@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------
共通フレーム CSS
---------------------------------------------------------------------- */

/* - 共通仕様
---------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	font-weight: 500;
	font-size: 1.6rem;
	font-family: "ヒラギノ角ゴ ProN", "MS Pゴシック", "游ゴシック", "メイリオ", sans-serif;
}

html {
	font-size: 62.5%;
}

header {
	width: 100%;
}

a {
	color: #ffffff;
	text-decoration: none;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	border: none;
	vertical-align: top;
}

h2 {
	padding: 16px;
	font-size: 1.8rem;
}

.resizeimage img {
	width: 100%;
}

.contents {
	margin: 0 auto;
	padding: 0 1%;
	max-width: 1000px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.pinkLine:after {
	display: block;
	clear: both;
	border-bottom: solid 5px #ee0049;
	border-radius: 2.5px;
	/* 線幅の半分 */
	content: "";
}

/* - 会社ロゴ
---------------------------- */

#logo {
	padding: 20px 0;
	background: repeating-linear-gradient(-45deg, #292929, #292929 5px, #141414 5px, #141414 10px);
}

#logo .logoImg {
	width: 100%;
	text-align: center;
}

#logo .logoImg img {
	max-width: 400px;
	width: 40%;
	vertical-align: middle;
}


/* - SPメニュー
---------------------------- */

.hamburger-menu {
	height: 0;
}

#menu-btn-check {
	display: none;
}

.hamburger-menu .menu-content {
	display: none;
}

/* - navi（赤帯）
---------------------------- */

#red_nav,
#blue_nav {
	width: 100%;
	text-align: right;
	font-weight: bold;
}

#red_nav {
	background: repeating-linear-gradient(#453f46, #453f46 95%, #b2e81f 95%, #b2e81f 100%);
}

#blue_nav {
	background: repeating-linear-gradient(#453f46, #453f46 95%, #1f65e8 95%, #1f65e8 100%);
}

#red_nav>ul,
#blue_nav>ul {
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	padding: 0 1%;
	padding-top: 7px;
	padding-right: 10px;
	max-width: 1000px;
}

#red_nav>ul>li,
#blue_nav>ul>li {
	padding-top: 5px;
	padding-bottom: 5px;
}

#red_nav>ul>li:not(.current),
#blue_nav>ul>li:not(.current) {
	padding-top: 5px;
}

#red_nav>ul>li+li,
#blue_nav>ul>li+li {
	margin-left: 25px;
}

#red_nav>ul>li.current>a,
#blue_nav>ul>li.current>a {
	display: block;
	padding: 0 5px;
	border-radius: 3px;
	background-color: #7c7c7c;
}

#red_nav>ul>li.bg_black,
#blue_nav>ul>li.bg_black {
	padding: 5px 15px;
	border-radius: 4px 4px 0 0;
	background-color: #1e1e1e;
}

#red_nav>ul>li.bg_black:first-child,
#blue_nav>ul>li.bg_black:first-child {
	margin: 0;
	padding: 5px 5px 8px 15px;
	border-radius: 4px 0 0 0;
}

#red_nav>ul>li.bg_black:nth-child(2),
#blue_nav>ul>li.bg_black:nth-child(2) {
	margin: 0;
	padding: 5px 15px 8px 5px;
	border-radius: 0 4px 0 0;
}

/* - navi（黒帯）
---------------------------- */

#black_nav {
	position: relative;
	margin-bottom: 11px;
	width: 100%;
	background: #1e1e1e;
	white-space: nowrap;
	font-weight: bold;
}

/* 一番左に影を付ける */
#black_nav>ul+.navOverflowCover {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 100;
	width: 8%;
	height: 43px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(17 17 17) 100%);
	pointer-events: none;
}

#black_nav>ul {
	display: flex;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 0 auto;
	padding: 8px 1rem 0;
	max-width: 1000px;

	scrollbar-width: none;
	-ms-overflow-style: none;
}

#black_nav>ul::-webkit-scrollbar {
	display: none;
}

#black_nav>ul.no {
	padding-bottom: 12px;
}

#black_nav>ul>li {
	white-space: nowrap;
}

#black_nav>ul>li.current+li {
	margin-left: 0.5rem;
}

#black_nav>ul>li+li.current {
	z-index: 110;
	margin-left: 0.5rem;
}

#black_nav>ul>li>a,
#black_nav>ul>li.current>a {
	display: block;
	padding: 5px 1.5rem 10px;
}

#black_nav>ul>li.current>a {
	border-radius: 4px 4px 0 0;
	background-color: #fff;
	color: #1e1e1e;
}

#black_nav.fixed {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
}

#black_nav.fixed>ul {
	padding: 8px 2% 1px;
}

#black_nav.fixed>ul>li.current>a {
	padding: 5px 1.5rem 6px;
	border-radius: 4px;
}

/* - テンプレート　コラム
---------------------------- */

#contents_wrapper {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 1%;
	padding-bottom: 60px;
	max-width: 1000px;
}

#contents_wrapper.wide {
	max-width: 100%;
}

#contents_wrapper.column2:after {
	display: block;
	clear: both;
	content: '';
}

#contents_wrapper.column1 .main {
	width: 100%;
}

#contents_wrapper.column2 .main {
	float: left;
	width: calc(98% - 255px);
}

#contents_wrapper.column2 .right {
	float: right;
	width: 255px;
}

.spacer {
	margin-top: 40px;
}

.line {
	border: #dfdfdf solid 1px;
}

.line_bottom {
	border-bottom: solid 1px #dfdfdf;
}

.font12 {
	float: left;
	font-size: 1.2rem;
}

.font14 {
	font-size: 1.4rem;
}

.font22 {
	font-size: 2.2rem;
}

.fontDate {
	font-size: 2.4rem;
}

.today {
	clear: both;
	padding: 0;
}

/* - サイドバナー
---------------------------- */
#side_block * {
	box-sizing: border-box;
}

#side_block .snsBlock>.title {
	padding: 10px 5px;
	background-color: #000000;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.2;
}

#side_block .snsBlock>.content {
	padding: 10px;
	border: 1px solid #000000;
	border-top: none;
}

#side_block .snsBlock>.content ul {
	display: flex;
	flex-wrap: wrap;
}

#side_block .snsBlock>.content ul li {
	width: 50%;
}

#side_block .snsBlock>.content ul li:nth-child(2n) {
	margin-right: 0;
}

#side_block .snsBlock>.content ul li:nth-child(n+3) {
	margin-top: 10px;
}

#side_block .snsBlock>.content ul li a {
	display: block;
	color: #333;
	font-size: 1.5rem;
}

#side_block .snsBlock>.content ul li a>.inner {
	display: flex;
	align-items: center;
}

#side_block .snsBlock>.content ul li a>.inner>.cap {
	width: 26px;
	text-align: center;
}

#side_block .kaigai_unit>.title {
	padding: 10px 5px;
	background: #c92929;
	color: #fff;
	text-indent: 1rem;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.2;
}

#side_block .kaigai_unit>.content {
	position: relative;
	padding: 10px;
	border: 1px solid #c92929;
	color: #000;
	font-weight: bold;
}

#side_block .kaigai_unit>.content span.grade {
	padding: 4px;
	color: #fff;
	font-weight: normal;
}

#side_block .kaigai_unit>.content span.grade.g1 {
	background: #0a6abe;
}

#side_block .kaigai_unit>.content .racename {
	letter-spacing: -1px;
	line-height: 2;
}

#side_block .kaigai_unit>.content .racename>a {
	color: #000;
}

#side_block .kaigai_unit>.content .racename>a:hover {
	color: #c92929;
	text-decoration: solid underline;
}

#side_block .kaigai_unit>.content .kaigai_icon {
	position: absolute;
	top: 17%;
	right: 8px;
	width: auto;
	height: 60%;
}

#side_block .snsBlock,
#side_block .jraloginBtn {
	width: 100%;
}

#side_block .helppageBtn>a {
	display: block;
	padding: 10px;
	border-radius: 6px;
	background-color: #000000;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
}

#side_block .contactBlock>.title {
	padding: 10px 5px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.2;
}

#side_block .contactBlock>.content {
	padding: 10px;
	border: 1px solid #000000;
	border-top: none;
	font-weight: normal;
	font-size: 1.3rem;
}

#side_block .contactBlock .content .phoneNumber a {
	color: inherit;
}

#side_block .contactBlock>.content p+p {
	margin-top: 5px;
}

#side_block .contactBlock>.content .caution {
	margin-top: 10px;
	color: #000000;
	font-weight: bold;
}

#side_block .contactBlock>.content .btn {
	margin-top: 10px;
}

#side_block .contactBlock>.content .btn a {
	display: block;
	padding: 10px;
	border: 1px solid #666666;
	background-color: gainsboro;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
}

/* debug */
#side_block .helpBlock {
	display: flex;
	flex-direction: column;
	margin-bottom: 8px;

	gap: 8px;
}

#side_block .helpBlock>.flexBlock {
	display: flex;
	flex-direction: column;

	gap: 8px;
}

#side_block .bannerList {
	display: grid;

	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
	grid-auto-flow: row dense;
}

#side_block .bannerList>.bannerBlock.w100 {
	grid-column: span 2;
	grid-row: span 2;
}


/* - フッター
---------------------------- */
footer {
	width: 100%;
	background: #1e1e1e;
}

footer>.content {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 32px 2%;
	max-width: 1000px;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
}

footer .footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 48px;
	font-size: 1.4rem;

	gap: 2rem 5rem;
}

footer .copyright {
	line-height: 2.5;
}

#side_block br.sp {
	display: none;
}

/* - Topに戻るボタン
---------------------------- */
.pagetopBtn {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border: solid 2px #000;
	border-radius: 50%;
	background: #000;
	box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
}

.pagetop__arrow {
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: translateY(20%) rotate(-45deg);
}

/* @media (hover: hover) and (pointer: fine) {
  .pagetopBtn:hover, .pagetopBtn:hover .pagetop__arrow {
    border-color: #ec2828;
  }
} */

/* - 的中情報
---------------------------- */
.tekichuInfo {
	display: flex;
	margin-bottom: 8px;
	background: #000000;
}

.tekichuInfo .tekichud,
.tekichuInfo #tekichuTxt {
	box-sizing: border-box;
	height: 38px;
}

.tekichuInfo .tekichud {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
	width: 18%;
}

.tekichuInfo .tekichud .tekichuIcon {
	width: 80px;
}

.tekichuInfo #tekichuTxt {
	position: relative;
	display: flex;
	overflow: hidden;
	align-items: center;
	padding-left: 1rem;
	width: 100%;
	color: #dacd00;
	text-align: left;
	font-size: 18px;
	line-height: 1.25;
}

.tekichuInfo #tekichuTxt li {
	position: absolute;
}

/* - 記者ランキング
---------------------------- */
.ranking {
	font-weight: bold;
}

.ranking .crownImg {
	padding: 0 4px;
	width: auto;
	height: 30px;
	vertical-align: middle;
}

.ranking .writerIcon {
	width: 30px;
	height: 30px;
}

.ranking::after {
	display: block;
	clear: both;
	content: "";
}

.ranking .rankingPeriod {
	margin-bottom: 10px;
	text-align: right;
	font-size: 1.2rem;
}

.ranking .rankingTitle {
	text-align: right;
	font-size: 1.2rem;
}

.ranking .rankingWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.ranking .rankingContents {
	width: 32%;
}

.ranking .rankingContents .rankGroup {
	/* 2行目に記者結果数値になったとき：右揃え */
	float: left;
	padding: 5px 0;
	width: 100%;
}

.ranking .rankLine {
	display: inline-block;
	padding: 8px 0;
	width: 100%;
}

.ranking .rankLine a {
	color: #000;
}

.ranking .rankResult {
	display: inline-block;
	/* 2行目に記者結果数値になったとき：右揃え */
	float: right;
	margin-top: 0.5rem;
	font-size: 1.2rem;
}

/* - バナーグループ
---------------------------- */
.section-ai .bannerBlock {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.section-ai .bannerBlock a {
	margin: 1%;
	width: 49%;
}

/*----------------------------
  スライダー
---------------------------- */
.slider {
	position: relative;
	width: 100%;
}

.slider img {
	width: 100%;
	height: 300px;

	object-fit: cover;
}

.sliderBlock {
	position: relative;
}

.sliderBlock .onSliderText {
	position: absolute;
	bottom: 4%;
	left: 2%;
	width: 92%;
	filter: drop-shadow(0 0px 3px rgba(0, 0, 0, .9));
}

/*---------------------------------------
  メディアクエリ
--------------------------------------- */
@media screen and (max-width: 1000px) {
	.resizeimage img {
		width: 100%;
	}

	body {
		font-size: 1.6rem;
	}

	/* --------------------------------- */
	/* 的中情報ティッカー                   */
	/* --------------------------------- */
	.tekichuInfo #tekichuTxt {
		font-size: 1.7vw;
	}

	/* --------------------------------- */
	/* 記者ランキング                      */
	/* --------------------------------- */
	.ranking .rankingContents {
		width: 47%;
	}
}

@media screen and (max-width: 767px) {
	body {
		font-size: 1.4rem;
	}

	h2 {
		padding: 2%;
	}

	#logo .logoImg img {
		width: 60%;
	}

	#menu-btn-check:checked~.menu-btn {
		position: fixed;
	}

	.hamburger-menu .menu-btn {
		position: absolute;
		top: 16px;
		right: 8px;
		z-index: 510;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: 50px;
		background-color: #0574c2;
	}

	.hamburger-menu .menu-btn span {
		margin-top: 23.5px;
		margin-left: 12.5px;
	}

	.hamburger-menu .menu-btn span,
	.hamburger-menu .menu-btn span:before,
	.hamburger-menu .menu-btn span:after {
		position: absolute;
		display: block;
		width: 25px;
		height: 3px;
		border-radius: 3px;
		background-color: #ffffff;
		content: '';
	}

	.hamburger-menu .menu-btn span:before {
		bottom: 8px;
	}

	.hamburger-menu .menu-btn span:after {
		top: 8px;
	}

	#menu-btn-check:checked~.menu-btn span {
		background-color: rgba(255, 255, 255, 0);
		/*メニューオープン時は真ん中の線を透明にする*/
	}

	#menu-btn-check:checked~.menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}

	#menu-btn-check:checked~.menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}

	.hamburger-menu .menu-content {
		position: fixed;
		z-index: 500;
		display: block;
		padding: 0 1%;
		width: 100%;
		height: 100%;
		background-color: #3584bb;
	}

	.hamburger-menu .menu-content ul {
		padding: 70px 10px 0;
	}

	.hamburger-menu .menu-content ul li {
		display: block;
		padding: 0 2%;
		border-bottom: solid 1px #ffffff;
		list-style: none;
	}

	.hamburger-menu .menu-content ul li a {
		position: relative;
		display: block;
		box-sizing: border-box;
		padding: 9px 15px 10px 0;
		width: 100%;
		color: #ffffff;
		text-decoration: none;
		font-size: 15px;
	}

	.hamburger-menu .menu-content ul li a::before {
		position: absolute;
		top: 16px;
		right: 11px;
		width: 7px;
		height: 7px;
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
		content: "";
		transform: rotate(45deg);
	}

	.hamburger-menu .menu-content {
		position: fixed;
		top: 0;
		left: 100%;
		/*rightの値を変更してメニューを画面外へ*/
		z-index: 500;
		width: 100%;
		height: 100%;
		background-color: #0574c2;
		transition: all 0.5s;
		/*アニメーション設定*/
	}

	#menu-btn-check:checked~.menu-content {
		left: 0;
		/*メニューを画面内へ*/
	}

	.blackBox,
	h2 {
		font-size: 1.6rem;
	}

	#red_nav>ul>li+li,
	#blue_nav>ul>li+li {
		margin-left: 15px;
	}

	#black_nav.fixed>ul {
		padding-right: 6%;
	}

	#black_nav>ul>li>a {
		padding: 5px 10px 10px;
	}

	#contents_wrapper {
		padding-bottom: 20px;
	}

	#contents_wrapper.column2 .main {
		float: none;
		width: 100%;
	}

	#contents_wrapper.column2 .right {
		float: none;
		margin-top: 30px;
		width: 100%;
	}

	.font22 {
		font-size: 2.0rem;
	}

	#side_block .kaigai_unit>.content .racename {
		letter-spacing: 0;
	}

	/* debug */
	#side_block .helpBlock {
		flex-direction: row;
	}

	#side_block .helpBlock>.flexBlock {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		width: 100%;

		gap: 8px;
	}

	#side_block .bannerList {
		grid-template-columns: repeat(4, 1fr);
	}


	/* --------------------------------- */
	/* フッター                           */
	/* --------------------------------- */
	footer>.content {
		font-size: 1rem;
	}

	footer .footer-menu {
		font-size: 1.2rem;
	}

	/* --------------------------------- */
	/* 的中情報ティッカー                   */
	/* --------------------------------- */
	.tekichuInfo .tekichud,
	.tekichuInfo #tekichuTxt {
		height: 36px;
	}

	.tekichuInfo .tekichud {
		width: 23%;
	}

	.tekichuInfo #tekichuTxt {
		padding-left: 0.5rem;
		font-size: 2.5vw;
	}

	/* --------------------------------- */
	/* 記者ランキング                      */
	/* --------------------------------- */
	.ranking .rankingContents {
		width: 100%;
	}

	/* --------------------------------- */
	/* バナーグループ                      */
	/* --------------------------------- */
	.section-ai .bannerBlock a {
		width: 320px;
	}
}

@media screen and (max-width: 480px) {
	#side_block br.sp {
		display: block;
	}

	#side_block span.pc {
		display: none;
	}

	/* --------------------------------- */
	/* メインビジュアル                    */
	/* --------------------------------- */
	.slider img {
		height: 240px;
	}

	/* --------------------------------- */
	/* 的中情報                           */
	/* --------------------------------- */
	.tekichuInfo #tekichuTxt {
		font-size: 1.3rem;
	}

	/* --------------------------------- */
	/* バナーグループ                      */
	/* --------------------------------- */
	.section-ai .bannerBlock {
		display: block;
	}

	.section-ai .bannerBlock a {
		margin: 0;
		width: 50%;
	}

	.section-ai .bannerBlock a img {
		margin-top: 5px;
	}

	/* --------------------------------- */
	/* フッター                           */
	/* --------------------------------- */
	#side_block .helpBlock {
		flex-direction: column;
	}

	#side_block .helpBlock>.flexBlock {
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
	}

	#side_block .helpBlock .helppageBtn {
		width: 48.5%;
	}
}
