/*
Theme Name:Blazer
Author: Blazer
Description: Blazerのオリジナルテーマ
Version: 1.0
*/

@charset "utf-8";

:root {
	
	/* サイズ */
	--Size_02: 0.2rem;	--Size_04: 0.4rem;	--Size_06: 0.6rem;	--Size_08: 0.8rem;	--Size_10: 1.0rem;
	--Size_12: 1.2rem;	--Size_14: 1.4rem;	--Size_16: 1.6rem;	--Size_18: 1.8rem;	--Size_20: 2.0rem;
	--Size_22: 2.2rem;	--Size_24: 2.4rem;	--Size_26: 2.6rem;	--Size_28: 2.8rem;	--Size_30: 3.0rem;
	--Size_32: 3.2rem;	--Size_34: 3.4rem;	--Size_36: 3.6rem;	--Size_38: 3.8rem;	--Size_40: 4.0rem;
	--Size_42: 4.2rem;	--Size_44: 4.4rem;	--Size_46: 4.6rem;	--Size_48: 4.8rem;	--Size_50: 5.0rem;
	--Size_52: 5.2rem;	--Size_54: 5.4rem;	--Size_56: 5.6rem;	--Size_58: 5.8rem;	--Size_60: 6.0rem;
	--Size_62: 6.2rem;	--Size_64: 6.4rem;	--Size_66: 6.6rem;	--Size_68: 6.8rem;	--Size_70: 7.0rem;
	--Size_72: 7.2rem;	--Size_74: 7.4rem;	--Size_76: 7.6rem;	--Size_78: 7.8rem;	--Size_80: 8.0rem;
	--Size_82: 8.2rem;	--Size_84: 8.4rem;	--Size_86: 8.6rem;	--Size_88: 8.8rem;	--Size_90: 9.0rem;
	--Size_100: 10.0rem;
	--Size_110: 11.0rem;
	--Size_120: 12.0rem;
	--Size_130: 13.0rem;
	--Size_140: 14.0rem;
	--Size_150: 15.0rem;
	--Size_160: 16.0rem;
	--Size_170: 17.0rem;
	--Size_180: 18.0rem;
	--Size_190: 19.0rem;
	--Size_200: 20.0rem;	--Size_220: 22.0rem;	--Size_240: 24.0rem;	--Size_260: 26.0rem;	--Size_280: 28.0rem;
	--Size_300: 30.0rem;	--Size_320: 32.0rem;	--Size_340: 34.0rem;	--Size_360: 36.0rem;	--Size_380: 38.0rem;
	--Size_400: 40.0rem;	--Size_420: 42.0rem;	--Size_440: 44.0rem;	--Size_460: 46.0rem;	--Size_480: 48.0rem;
	
	/* グレー #1D1D1D*/
	--Color_1D100: rgba(29,29,29,1.0);
	--Color_1D080: rgba(29,29,29,0.8);
	--Color_1D060: rgba(29,29,29,0.6);
	--Color_1D040: rgba(29,29,29,0.4);
	--Color_1D020: rgba(29,29,29,0.2);
	--Color_1D000: rgba(29,29,29,0.0);
	
	/* 白 #FFFFFF*/
	--Color_FF100: rgba(247, 247, 247,1.0);
	--Color_FF080: rgba(247, 247, 247,0.8);
	--Color_FF060: rgba(247, 247, 247,0.6);
	--Color_FF040: rgba(247, 247, 247,0.4);
	--Color_FF020: rgba(247, 247, 247,0.2);
	--Color_FF000: rgba(247, 247, 247,0.0);
	
	/* カラーA # */
	--Color_A100: rgba(181, 18, 18,1.00);
	--Color_A080: rgba(181, 18, 18,0.80);
	--Color_A060: rgba(181, 18, 18,0.60);
	--Color_A040: rgba(181, 18, 18,0.40);
	--Color_A020: rgba(181, 18, 18,0.20);
	--Color_A000: rgba(181, 18, 18,0.00);

	/* カラーB # */
	--Color_B100: rgba(143, 13, 13,1.00);
	--Color_B080: rgba(143, 13, 13,0.80);
	--Color_B060: rgba(143, 13, 13,0.60);
	--Color_B040: rgba(143, 13, 13,0.40);
	--Color_B020: rgba(143, 13, 13,0.20);
	--Color_B000: rgba(143, 13, 13,0.00);

	/* カラーC # */
	--Color_C100: rgba(247, 135, 7,1.00);
	--Color_C080: rgba(247, 135, 7,0.80);
	--Color_C060: rgba(247, 135, 7,0.60);
	--Color_C040: rgba(247, 135, 7,0.40);
	--Color_C020: rgba(247, 135, 7,0.20);
	--Color_C000: rgba(247, 135, 7,0.00);
	
	/* ネオンカラー */
	--Color_NEON-A: #fc2675;
	--Color_NEON-A_Base: #fa025e;

	/* ネオンカラー */
	--Linehight_M: 1.5;
	--Linehight_S: 1.25;
	--Linehight_SS: 1.1;
		
	/* ヘッダー */
	--Header_background: var(--Color_A100);
	
	/* 書式 */
	--H4_background: linear-gradient(to bottom, var(--Color_B040), var(--Color_B060));

	/* ギミック */
	--Transition_06: all 0.6s ease;
	--Transition_04: all 0.4s ease;
	--Transform_rZ: rotateY(-0.004turn) scale(1);
	--Glo_background: linear-gradient(235deg, var(--Color_C100), var(--Color_A020), var(--Color_NEON-A));

	/* グラデーション */
	--Color_Gradation: linear-gradient(to right, var(--Color_A100),var(--Color_C100));
	--Color_GradationB: linear-gradient(to bottom, var(--Color_A100), var(--Color_C100));

	/* ボーダー */
	--Border-radius_L: var(--Size_200);
	--Border-radius_S: var(--Size_04);
	--Border-radius_T: var(--Border-radius_S) var(--Border-radius_S) 0 0;
	--Border-radius_B: 0 0 var(--Border-radius_S) var(--Border-radius_S);
	
	/* アスペクト */
	--Aspect-ratio_01-01: 1 / 1;
	--Aspect-ratio_16-09: 16 / 9;
	
}

@media (prefers-color-scheme: dark) {
	:root {

		/* カラーA #5F0306 */
		--Color_A100: rgba(143, 13, 13,1.00);
		--Color_A080: rgba(143, 13, 13,0.80);
		--Color_A060: rgba(143, 13, 13,0.60);
		--Color_A040: rgba(143, 13, 13,0.40);
		--Color_A020: rgba(143, 13, 13,0.20);
		
		/* カラーB #5F0306 */
		--Color_B100: rgba(110, 10, 10,1.00);
		--Color_B080: rgba(110, 10, 10,0.80);
		--Color_B060: rgba(110, 10, 10,0.60);
		--Color_B040: rgba(110, 10, 10,0.40);
		--Color_B020: rgba(110, 10, 10,0.20);

		/* カラーC # */
		--Color_C100: rgba(219, 104, 2,1.00);
		--Color_C080: rgba(219, 104, 2,0.80);
		--Color_C060: rgba(219, 104, 2,0.60);
		--Color_C040: rgba(219, 104, 2,0.40);
		--Color_C020: rgba(219, 104, 2,0.20);
	
		/* グラデーション */
		--Color_Gradation: linear-gradient(to right, rgba(95,3,6,1.00) 0%, #e5e142 100%);
		--Color_GradationB: linear-gradient(to bottom, rgba(95,3,6,1.00) 0%, #e5e142 100%);

	}
}

@media screen and (max-width:480px) {
	:root {
		
		/* ヘッダー */
		--Header_padding: var(--Size_12);
		--Navi_padding: var(--Size_12);
		--Toplogo_padding: var(--Size_36);
		--Toplogo_Img_width: var(--Size_180);
		--covid19_width: auto;

		/* セクション */
		--Article_padding: var(--Size_24) var(--Size_12);
		--SectionCenter_flex-basis: 100%;
		--SectionRight_flex-basis: 100%;
		--SectionRight_margin: 0;
		--SectionRight_padding: 2rem 4vw 0;
		
		/* フッター */
		--Footer_padding: 1rem 6vw;

		--Transform_rZ: rotateY(0turn) scale(1);
		
		--Flex-direction_CRRR: column;
		--Flex-direction_CRCC: column;
		--Flex-direction_CCRR: column;
		--Flex-direction_RCCC: row;
	}
}

@media screen and (min-width:481px) and (max-width: 768px) {
	:root {

		/* ヘッダー */
		--Header_padding: var(--Size_12);
		--Navi_padding: var(--Size_12);
		--Toplogo_padding: var(--Size_36);
		--Toplogo_Img_width: var(--Size_200);
		--covid19_width: fit-content;

		/* セクション */
		--Article_padding: var(--Size_24) var(--Size_12);
		--SectionCenter_flex-basis: 100%;
		--SectionRight_flex-basis: 100%;
		--SectionRight_margin: 0;
		--SectionRight_padding: 2rem 4vw 0;

		/* フッター */
		--Footer_padding: 2rem 6vw;

		--Flex-direction_CRRR: row;
		--Flex-direction_CRCC: row;
		--Flex-direction_CCRR: column;
		--Flex-direction_RRCC: row;
		--Flex-direction_RCCC: column;
	}
}

@media screen and (min-width:769px) and ( max-width:1024px) {
	:root {
		
		/* ヘッダー */
		--Header_padding: var(--Size_12) var(--Size_24);
		--Navi_padding: var(--Size_12) var(--Size_24);
		--Toplogo_padding: var(--Size_48);
		--Toplogo_Img_width: var(--Size_300);
		--covid19_width: fit-content;

		/* セクション */
		--Article_padding: var(--Size_24) var(--Size_24);
		--SectionCenter_flex-basis: calc(100% - var(--Size_24) - var(--Size_160) );
		--SectionRight_flex-basis: var(--Size_160);
		--SectionRight_margin: 0;
		--SectionRight_padding: 0;

		/* フッター */
		--Footer_padding: 1rem 6vw;

		--Flex-direction_CRRR: row;
		--Flex-direction_CRCC: column;
		--Flex-direction_CCRR: row;
		--Flex-direction_RRCC: column;
		--Flex-direction_RCCC: column;
	}
}

@media screen and (min-width:1025px) and ( max-width:1440px) {
	:root {
		
		/* ヘッダー */
		--Header_padding: var(--Size_12) var(--Size_24);
		--Navi_padding: var(--Size_12) var(--Size_24);
		--Toplogo_padding: var(--Size_48);
		--Toplogo_Img_width: var(--Size_300);
		--covid19_width: fit-content;

		/* セクション */
		--Article_padding: var(--Size_24) var(--Size_24);
		--SectionCenter_flex-basis: calc(100% - var(--Size_24) - var(--Size_200) );
		--SectionRight_flex-basis: var(--Size_200);
		--SectionRight_margin: 0;
		--SectionRight_padding: 0;

		/* フッター */
		--Footer_padding: 1rem 6vw;

		--Flex-direction_CRRR: row;
		--Flex-direction_CRCC: column;
		--Flex-direction_CCRR: row;
		--Flex-direction_RRCC: column;
		--Flex-direction_RCCC: column;
	}
}

@media screen and (min-width:1440px) {
	:root {
		
		/* ヘッダー */
		--Header_padding: var(--Size_12) var(--Size_24);
		--Navi_padding: var(--Size_12) var(--Size_24);
		--Toplogo_padding: var(--Size_60);
		--Toplogo_Img_width: var(--Size_400);
		--covid19_width: fit-content;

		/* セクション */
		--Article_padding: var(--Size_24) var(--Size_24);
		--SectionCenter_flex-basis: calc(100% - var(--Size_24) - var(--Size_240) );
		--SectionRight_flex-basis: var(--Size_240);
		--SectionRight_margin: 0;
		--SectionRight_padding: 0;

		/* フッター */
		--Footer_padding: 1rem 6vw;

		--Flex-direction_CRRR: row;
		--Flex-direction_CRCC: column;
		--Flex-direction_CCRR: row;
		--Flex-direction_RRCC: column;
		--Flex-direction_RCCC: column;
	}
}



/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 62.5%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

html {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	min-height: 100vh;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: var(--Color_1D100);
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn { 0% { opacity: 0 } 100% { opacity: 1 } }
@-webkit-keyframes fadeIn { 0% { opacity: 0 } 100% { opacity: 1 } }


ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	text-decoration: none;
	border: 0;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

i {
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}

img {
	max-width: 100%;
	vertical-align: bottom;
	object-fit: cover;
}




/* ヘッダー */

header {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	padding: var(--Header_padding);
	background: var(--Color_A100);
}

header h1 {
	display: none;
}

header a.logo {
	position: relative;
}

header a.logo img {
	width: var(--Size_80);
	transition: .3s;
}

header a.logo:hover img {
	opacity: .6;
	transition: .6s;
}

header div {
	padding: var(--Size_04) var(--Size_10);
	background: var(--Color_1D100);
	border-radius: var(--Border-radius_S);
}

header div select {
	position: relative;
	padding: 0;
	border: none;
	color: var(--Color_FF080);
	font-size: var(--Size_08);
	background: var(--Color_1D100);
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

header div::after {
	content: '\f0ac';
	color: var(--Color_FF080);
	font-family: "Font Awesome 5 Free";
	font-size: var(--Size_08);
	font-weight: 900;
}








/* トップロゴ */

div#toplogo {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: var(--Toplogo_padding);
	background: url('https://blazer2010.info/data/wp-content/uploads/toplogo_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 10%;
}

div#toplogo img {
	width: var(--Toplogo_Img_width);
}








/* コロナ */

div#covid19 {
	background: var(--Color_1D100);
}

div#covid19 input {
	display: none;
}

div#covid19 label {
	padding: 1rem;
	display: flex;
	justify-content: center;
	color: var(--Color_FF100);
	background: var(--Color_1D080);
}

div#covid19 label b {
	position: relative;
}

div#covid19 label b::before,
div#covid19 label b::after {
	color: var(--Color_FF080);
	font-family: "Font Awesome 5 Free";
	font-size: var(--Size_10);
	font-weight: 900;
}

div#covid19 label b::before {
	content: '\f05a';
	padding: 0 var(--Size_02) 0 0;
}

div#covid19 label b::after {
	content: '\f078';
	padding: 0 0 0 var(--Size_08);
}

div#covid19 label,
div#covid19 div {
	-webkit-backface-visibility: hidden;
}

div#covid19 div.area {
	height: 0;
	padding: 0 var(--Size_20);
	overflow: hidden;
}

div#covid19 div.area div.wrap {
	margin: 0 auto;
	width: var(--covid19_width);
}

div#covid19 div.area div.wrap p {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: var(--Color_FF100);
	font-size: var(--Size_08);
}

div#covid19 div.area div.wrap ul {
	margin: var(--Size_10) 0;
	padding: 0;
}

div#covid19 div.area div.wrap ul li {
	position: relative;
	color: var(--Color_FF100);
	font-size: var(--Size_08);
	text-indent: -1.6rem;
	padding-left: 1.6rem;
	overflow-wrap: break-word;
}

div#covid19 div.area div.wrap ul li::before {
	content: '\f7f5';
	display: inline-blockblock;
	padding: 0 var(--Size_08) 0 0;
	width: var(--Size_20);
	color: var(--Color_FF080);
	font-family: "Font Awesome 5 Free";
	font-size: var(--Size_08);
	font-weight: 900;
}

div#covid19 a {
	color: var(--Color_FF100);
	font-size: var(--Size_08);
	overflow-wrap: break-word;
}

div#covid19 input:checked + label + div.area {
	height: auto;
	padding: 20px ;
	transition: all .3s;
}

div#covid19 input:checked + label::after {
	transform: rotate(-2deg);
}








/* ナビ */

nav {
	display: flex;
	flex-wrap: wrap;
	position: sticky;
	top: 0;
	z-index: 20;
	padding: var(--Navi_padding);
	width: 100%;
	background: var(--Color_B100);
	gap: var(--Size_08);
}

nav a {
	display: inline-block;
	color: var(--Color_FF100);
	font-size: var(--Size_08);
	line-height: var(--Linehight_SS);
	transition: .3s;
}

nav a.on {
	display: flex;
	padding: var(--Size_04) var(--Size_06);
	background: var(--Color_1D100);
	border-radius: var(--Border-radius_S);
}

nav a.off {
	display: flex;
	padding: var(--Size_04) 0;
	background: var(--Color_B100);
}

nav a span {
	display: inline-block;
}

nav a:hover {
	color: var(--Color_FF060);
}

nav a:hover span {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	transition: .6s;
}

nav a:hover span:nth-of-type(1) { -webkit-transition-delay: .02s; transition-delay: .02s; }
nav a:hover span:nth-of-type(2) { -webkit-transition-delay: .04s; transition-delay: .04s; }
nav a:hover span:nth-of-type(3) { -webkit-transition-delay: .06s; transition-delay: .06s; }
nav a:hover span:nth-of-type(4) { -webkit-transition-delay: .08s; transition-delay: .08s; }
nav a:hover span:nth-of-type(5) { -webkit-transition-delay: .10s; transition-delay: .10s; }
nav a:hover span:nth-of-type(6) { -webkit-transition-delay: .12s; transition-delay: .12s; }
nav a:hover span:nth-of-type(7) { -webkit-transition-delay: .14s; transition-delay: .14s; }
nav a:hover span:nth-of-type(8) { -webkit-transition-delay: .16s; transition-delay: .16s; }
nav a:hover span:nth-of-type(9) { -webkit-transition-delay: .18s; transition-delay: .18s; }
nav a:hover span:nth-of-type(10) { -webkit-transition-delay: .20s; transition-delay: .20s; }
nav a:hover span:nth-of-type(11) { -webkit-transition-delay: .22s; transition-delay: .22s; }
nav a:hover span:nth-of-type(12) { -webkit-transition-delay: .24s; transition-delay: .24s; }








/* 場所 */

article {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: var(--Article_padding);
}

article:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: linear-gradient(var(--Color_1D040), var(--Color_1D100)), url('https://blazer2010.info/data/wp-content/uploads/background_night.jpg'); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

article section {
	font-size: var(--Size_10);
	color: var(--Color_FF100);
	line-height: var(--Linehight_M);
}

article section#center {
	flex-basis: var(--SectionCenter_flex-basis);
	margin: 0;
	padding: 0;
}

article section#right {
	flex-basis: var(--SectionRight_flex-basis);
	margin: var(--SectionRight_margin);
	padding: var(--SectionRight_padding);
	overflow: hidden;
}








/* 中央 */

article section#center h2 {
	margin: 0 0 var(--Size_20);
	font-size: var(--Size_20);
	color: var(--Color_FF060);
	font-weight: 600;
	line-height: 1;
}

article section#center h3 {
	position: relative;
	margin: 0;
	padding: var(--Size_10) 0;
	color: var(--Color_C100);
	font-size: var(--Size_14);
	font-weight: 800;
	line-height: var(--Linehight_S);
}

article section#center h4 {
	display: inline-block;
	margin: var(--Size_10) 0 var(--Size_10);
	padding: var(--Size_02) var(--Size_08);
	color: var(--Color_FF100);
	font-size: var(--Size_10);
	font-weight: 600;
	line-height: var(--Linehight_M);
	background: var(--H4_background);
	transform: rotate(-2deg);
}

article section#center p,
article section#center li,
article section#center dt,
article section#center dd,
article section#center th,
article section#center td {
	color: var(--Color_FF100);
	font-size: var(--Size_10);
	line-height: var(--Linehight_M);
}

article section#center p span,
article section#center li span,
article section#center dt span,
article section#center dd span,
article section#center th span,
article section#center td span {
	font-size: var(--Size_08);
}

article section#center p {
	padding: 0 0 var(--Size_20);
}

article section#center p a {
	color: var(--Color_C100);
}

article section#center p a:hover {
	color: var(--Color_FF100);
}


/* 箇条書きリスト */

article section#center ul {
	padding: 0 0 var(--Size_20) var(--Size_14);
	list-style-position: outside;
	list-style: disc;
}

article section#center ul li {
	padding: 0 0 var(--Size_04);
	color: var(--Color_FF100);
	font-size: var(--Size_10);
	line-height: var(--Linehight_M);
}


/* ナンバーリスト */

article section#center ol {
	padding: var(--Size_10);
	counter-reset: li_count;
}

article section#center ol li {
	position: relative;
	margin: var(--Size_06) 0 0;
	padding: 0 0 0 var(--Size_26);
	color: var(--Color_FF100);
	line-height: var(--LineHeight_M);
}

article section#center ol li:nth-of-type(1) {
	margin: 0;
}

article section#center ol li::before {
	position: absolute;
	top: var(--Size_02);
	left: 0;
	padding: var(--Size_02) 0 0;
	width: var(--Size_20);
	height: var(--Size_12);
	text-align: center;
	font-size: var(--Size_06);
	color: var(--Color_FF100);
	line-height: var(--LineHeight_S);
	background: var(--Color_A100);
	border-radius: var(--Border-radius_L);
	counter-increment: li_count;
	content: counter(li_count);
}




/* テーブル */

article section#center table {
	margin: 0 0 var(--Size_20);
}

article section#center table tr {
	color: var(--Color_FF100);
	font-size: var(--Size_10);
	line-height: var(--Linehight_M);
}

article section#center table tr th {
	padding: var(--Size_04) var(--Size_04);
	border: 1px var(--Color_A100) solid;
}

article section#center table tr td {
	padding: var(--Size_04) var(--Size_04);
	border: 1px var(--Color_A100) solid;
}




/* ボタン */

article section#center div.btn {
	display: block;
	margin: var(--Size_20) 0;
	padding: 0;
	text-align: center;
}

article section#center div.btn a {
	display: inline-block;
}

article section#center div.btn a {
	display: inline-block;
	margin: 0;
	padding: var(--Size_08) var(--Size_12);
	font-size: var(--Size_12);
	color: var(--Color_FF100);
	background-color: var(--Color_B100);
	border-radius: var(--Border-radius_S);
}

article section#center div.btn a:hover {
	background-color: var(--Color_A040);
}




/* ページネーション */

div#pagination {
	padding: 0 0 var(--Size_12);
	text-align: center;
}

div#pagination span,
div#pagination a {
	display: inline-block;
	padding: var(--Size_02) var(--Size_08);
	font-size: var(--Size_08);
	color: var(--Color_FF100);
	border-radius: var(--Border-radius_S);
}

div#pagination span {
	background: var(--Color_FF000);
	border: 1px var(--Color_FF100) solid;
}

div#pagination a {
	color: var(--Color_FF040);
	background: var(--Color_FF000);
	border: 1px var(--Color_FF040) solid;
}

div#pagination a:hover {
	color: var(--Color_FF100);
	background: var(--Color_FF000);
	border: 1px var(--Color_FF100) solid;
}








/* アクセス */

article section#center iframe#access {
	margin: 0 0 var(--Size_20);
	width: 100%;
	border-radius: var(--Border-radius_S);
}

article section#center p.name,
article section#center p.phone,
article section#center p.address {
	margin: 0;
	padding: 0 0 var(--Size_10);
}

article section#center p.name::before,
article section#center p.phone::before,
article section#center p.address::before {
	display: inline-block;
	width: var(--Size_16);
	color: var(--Color_FF080);
	font-family: "Font Awesome 5 Free";
	font-size: var(--Size_10);
	font-weight: 600;
}

article section#center p.name::before {
	content: '\f7e4';
}

article section#center p.phone::before {
	content: '\f095';
}

article section#center p.phone a {
	color: var(--Color_FF100);
}

article section#center p.address::before {
	content: '\f3c5';
}








/* 右 */

article section#right div.wrap {
	margin: 0 0 var(--Size_10);
	padding: var(--Size_10);
}




/* 右 */
/* NEWS */

article section#right h3 {
	margin: 0;
	padding: 0 0 var(--Size_08);
	color: var(--Color_FF100);
	font-size: var(--Size_12);
	font-weight: 600;
	line-height: var(--Linehight_S);
	background-image: var(--Color_Gradation);
	background-repeat: no-repeat;
	background-size: 100% 2px;
	background-position: bottom;
}

article section#right p {
	margin: 0 0 var(--Size_10);
	padding: var(--Size_04);
	color: var(--Color_FF100);
	font-size: var(--Size_10);
	font-weight: 400;
	line-height: var(--Linehight_M);
}








/* 右 */
/* サイドバナー */

article section#right div#side_banner {
	display: flex;
	flex-direction: column;
	gap: var(--Size_12);
}

section#sidebar p {
	padding: 0 0 var(--Size_10);
}

article section#right div#side_banner figure {
	margin: 0;
}

article section#right div#side_banner figure img {
	border-radius: var(--Border-radius_S);
}

section#right a.xt {
	position: relative;
	display: inline-block;
	margin: var(--Size_12) var(--Size_24) 0;
	padding: var(--Size_06);
	width: calc( 100% - var(--Size_48) );
	text-align: center;
	background: var(--Color_FF080);
	border: 3px var(--Color_A100) solid;
	border-radius: var(--Border-radius_L);
	overflow: hidden;
}

section#right a.xt::after {
	content: '';
	position: absolute;
	top: -10%;
	left: -20%;
	width: 40px;
	height: 100%;
	transform: scale(2) rotate(20deg);
	background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, #ffebfe 100%, rgba(255, 255, 255, 0) 0%);
	opacity: 1;
	
	/* アニメーション */
	animation-name: shiny;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

@keyframes shiny {
	0% { left: -20%; }
	10% { left: 120%; }
	100% { left: 120%; }
}

section#right a.xt:hover {
	background: var(--Color_FF100);
	opacity: 1;
}

section#right a.xt img {
	width: var(--Size_24);
}








/* 右 */
/* Twitter */


article section#right iframe#twitter-widget-1 {
	display: none !important;
}













/* フェードイン */

.animation {
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}

.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}








/* 共通ギミック */
/* 背景 */

article section#center div.wrap {
	margin: 0 0 var(--Size_20);
	padding: var(--Size_12);
}

.bg {
	background-color: var(--Color_1D060);
	border-radius: var(--Border-radius_S);
	backdrop-filter: blur(10px);
}

.bg2 {
	background-color: var(--Color_1D060);
	backdrop-filter: blur(10px);
}







/* 共通ギミック */
/* ネオン */

.neonA {
	background: var(--Color_B100);
	border: 1px var(--Color_NEON-A_Base) solid;
	box-shadow:
		0 0 4px var(--Color_NEON-A),
		inset 0 0 4px var(--Color_NEON-A),
		0 0 8px var(--Color_NEON-A),
		inset 0 0 8px var(--Color_NEON-A),
		0 0 12px var(--Color_NEON-A),
		inset 0 0 12px var(--Color_NEON-A),
		0 12px 3px #000;
}








/* 共通ギミック */
/* ネオンリンク */

.glo {
	position: relative;
	display:flex;
	padding: 0;
	border-radius: var(--Border-radius_S);
	z-index: 0;
	-webkit-transition: var(--Transition_06);
	-moz-transition: var(--Transition_06);
	-o-transition: var(--Transition_06);
	transition: var(--Transition_06);
}

.glo::before {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border-radius: var(--Border-radius_S);
	z-index: -1;
	opacity: 1;
}

.glo:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: var(--Border-radius_S);
	filter: blur(0);
	-webkit-transition: var(--Transition_06);
	-moz-transition: var(--Transition_06);
	-o-transition: var(--Transition_06);
	transition: var(--Transition_06);
}

.glo:hover:after {
	filter: blur(12px);
}

.glo::before,
.glo::after {
	background: var(--Glo_background);
}

.glo > div,
.glo > a,
.glo > dl {
	flex-basis: 100%;
}

.glo:hover {
	opacity: 1;
	transform: var(--Transform_rZ);
}








i.fa-solid {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

i.fa-brands {
	font-family: "Font Awesome 5 Brands";
	font-weight: 900;
}








/* フッター */

footer {
	padding: var(--Footer_padding);
	text-align: center;
	background-color: var(--Color_A100);
}

footer p {
	color: var(--Color_FF100);
	font-size: var(--Size_08);
	line-height: 1;
}









/* フェードイン用のCSS */
.slide-bottom {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1.3s 0s ease-out;
 }




/* フェードイン用のCSS */
.slide-right {
	opacity: 0;
	transform: translateX(20px);
	transition: all 1.3s 0s ease-out;
 }



