@charset "utf-8";
/* ---------------------------------------------------------------------------
 * ROOT
--------------------------------------------------------------------------- */
:root {
	--color_01: #fff10d; /* var(--color_01) */
	/*英語フォント*/
	--txt_eng: 'Roboto', sans-serif; /* var(--txt_eng) */
	/*日本語フォント*/
	--txt_jpn: 'UD Shin Go DemiBold'; /* var(--txt_jpn) */
}
/* ---------------------------------------------------------------------------
 * RESET STYLE
--------------------------------------------------------------------------- */
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: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---------------------------------------------------------------------------
 * COMMON
--------------------------------------------------------------------------- */
html {
	scroll-behavior: smooth;
}
body {
	min-width: inherit;
	color: #333;
	font-family: 'Roboto', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
b {
	font-weight: bold;
}
@media screen and (max-width:640px) {
	.onlyPC {
		display: none !important;
	}
	.onlyTAB {
		display: none !important;
	}
	.onlySP {
		display: block;
	}
}
@media screen and (min-width:641px) {
	.onlyPC {
		display: block;
	}
	.onlySP {
		display: none !important;
	}
}
@media screen and (min-width:641px) and (max-width:1000px) {
	.onlyTAB {
		display: block;
	}
	.noTAB {
		display: none !important;
	}
}
@media screen and (min-width:1001px) {
	.onlyTAB {
		display: none !important;
	}
}
/* ---------------------------------------------------------------------------
 * timeTable
--------------------------------------------------------------------------- */
#wrap {
	background: none;
	padding-bottom: 90px;
}
#timeTable {
	font-size: 0.875rem;
}
@media screen and (min-width:1001px) {
	#wrap {
		padding-bottom: 120px;
	}
}
/* ---------------------------------------------------------------------------
 * header
--------------------------------------------------------------------------- */
.header_wrap {
	background: #fff000 url("../images/bg_main.jpg") no-repeat center;
	background-size: cover;
}
.header_inner {
	width: 94%;
	max-width: 1000px;
	padding: 6% 0;
	margin: 0 auto;
}
.header_logo {
	width: 94%;
	max-width: 660px;
	margin: 0 auto 3%;
}
.header_catch {
	width: 88%;
	max-width: 640px;
	padding: 0.5em 1em;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	color: var(--color_01);
	font-size: 3.75vw;
	font-family: var(--txt_jpn);
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	z-index: 1;
}
.header_catch::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000;
	top: 0;
	left: 0;
	z-index: -1;
	transform: skew(-10deg, 0);
}
.header_catch span {
	display: inline-block;
}
.header_date {
	padding: 10px;
	background: #000;
	display: block;
	font-size: 1.25em;
	color: #fff;
	font-weight: bold;
	font-family: var(--txt_jpn);
	line-height: 1.2;
	letter-spacing: 1px;
	text-align: center;
}
@media screen and (max-width:640px) {
	.header_date span {
		display: block;
	}
}
@media screen and (min-width:450px) {
	.header_catch {
		font-size: 1em;
	}
}
@media screen and (min-width:641px) {
	.header_date {
		font-size: 1.5em;
	}
	.header_date span + span {
		margin-left: 0.25em;
		display: inline-block;
	}
}
@media screen and (min-width:1001px) {
	.header_inner {
		padding: 50px 0;
	}
}
/* ---------------------------------------------------------------------------
 * main
--------------------------------------------------------------------------- */
.arbc_page_main {
	padding: 20px 0;
	background: #fff;
}
.contents {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 0.875em;
}
.contents_main {
	width: 90%;
	margin: 0 auto 20px;
}
.contents_side {
	width: 90%;
	margin: 30px auto 20px;
}
@media screen and (min-width:641px) {
	.arbc_page_main {
		padding: 40px 0;
	}
	.contents {
		width: 94%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 1em;
	}
	.contents_main {
		width: 68%;
		margin: 0;
	}
	.contents_side {
		width: 28%;
		margin: 0;
		font-size: 0.875em;
	}
}
@media screen and (min-width:1001px) {
	.contents_main {
		width: 65%;
	}
	.contents_side {
		width: 31%;
	}
}
/* btn_contact
------------------------------------ */
.game_list dl {
	background: #f8f8f8;
	border-bottom: 1px solid #e6e6e6;
	display: flex;
}
.game_list dl:nth-child(even) {
	background: #fff;
}
.game_list dt {
	width: 20%;
	padding: 0.75em 0.5em;
	position: relative;
	box-sizing: border-box;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.game_list dt::after {
	content: "";
	width: 1px;
	height: calc(100% - 10px);
	background: #e6e6e6;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.game_date {
	text-align: center;
	font-size: 0.875em;
	line-height: 1.2;
}
.game_date .date {
	display: inline-block;
	position: relative;
	top: 0.05em;
	font-family: var(--txt_eng);
	font-size: 1.5em;
}
.game_date.sta {
	color: #000099;
}
.game_date.sun {
	color: #990000;
}
.game_grid {
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.game_grid:last-child {
	margin-bottom: 0;
}
.game_grid .vs_txt {
	margin: 0 1em;
	font-family: var(--txt_eng);
	font-weight: bold;
}
.game_grid .team_name {
	width: 100%;
	font-family: var(--txt_jpn);
	font-weight: bold;
}
.game_grid .team_name:nth-child(1) {
	text-align: right;
}
.game_info {
	font-size: 0.875em;
	text-align: center;
	line-height: 1.5;
}
.game_info p, .game_info span {
	margin-right: 1em;
	display: inline-block;
}
.game_info .info_txt {
    padding-top: 0.75em;
    margin-top: 0.75em;
    border-top: 1px dotted #ccc;
    display: block;
    line-height: 1.2;
}
.game_info p:last-child, .game_info span:last-child {
	margin-right: 0;
}
.game_list dd {
	width: 80%;
	padding: 0.75em 0.5em;
}
.game_grid.result::before {
	content: none;
}
.score {
	width: 10em;
	margin: 0 1em;
	display: inline-block;
	text-align: center;
}
.score::after {
	width: 4em;
	padding: 0.25em 0.5em;
	display: inline-block;
	box-sizing: border-box;
	font-size: 0.875em;
	font-family: var(--txt_eng);
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.score.win,
.score.lose,
.score.draw{
	font-family: var(--txt_eng);
	/*font-size: 1.5em;*/
	font-weight: bold;
}
.score.win::after,
.score.lose::after,
.score.draw::after{
    margin: 0.2em auto ;
	display: block;
	font-size: 0.875rem;
}

.score.win::after {
	content: "WIN";
	background: var(--color_01);
}
.score.lose::after {
	content: "LOSE";
	background: #ccc;
}
.score.draw::after {
	content: "DRAW";
	background: #cceeff;
}

.score .score_num{
	font-family: var(--txt_eng);
	font-size: 1.5em;
	font-weight: bold;
}
.score.other .score_num{
	font-size: 1.125em;
}

@media screen and (max-width:350px) {
	.game_grid .team_name {
		font-size: 1em;
	}
}
@media screen and (max-width:640px) {
	.game_info .commentator {
		display: block;
	}
}
@media screen and (min-width:641px) {
	.game_grid .vs_txt {
		margin: 0 2em;
	}
	.game_info p {
		margin-right: 2em;
	}
	.score {
		margin: 0 2em;
	}
}
@media screen and (min-width:1001px) {
	.game_date {
		font-size: 1em;
	}
	.game_grid {
		margin-bottom: 0.75em;
	}
	.game_grid .team_name {
		font-size: 1.25em;
	}
	.game_list dt {
		padding: 1em;
	}
	.game_list dd {
		padding: 1em;
	}
}

/* comingsoon
------------------------------------ */
.comingsoon {
	min-height: 5em;
	background: #f8f8f8;
	border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25em;
    text-align: center;
}

/* calendar
------------------------------------ */
.wrap_calendar {
	margin-top: 20px;
	word-break: break-all;
}
.month_box {
	padding: 0.5em;
	background: #000;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
}
.month_box p {
	text-align: center;
}
.month_box a {
	width: 2.3em;
	height: 2.3em;
}
.month_box .month_num {
	font-size: 1.125em;
}
.month_box .btn_prev {
	position: absolute;
	top: 0;
	left: 0;
}
.month_box .btn_next {
	position: absolute;
	top: 0;
	right: 0;
}
.month_box .wrap_calendar_btn .btn_prev.conceal, .month_box .wrap_calendar_btn .btn_next.conceal {
	display: none;
}
.month_box .btn_prev::before, .month_box .btn_next::before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid var(--color_01);
	border-right: 2px solid var(--color_01);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}
.month_box .btn_prev::before {
	transform: translate(-40%, -40%) rotate(-135deg);
}
.month_box .btn_next::before {
	transform: translate(-60%, -40%) rotate(45deg);
}
.wrap_calendar .week_box {
	padding: 0.5em 0;
	font-weight: bold;
}
.wrap_calendar .week_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}
.wrap_calendar .week_box li {
	width: 14.285%;
	font-size: 0.875rem;
	text-align: center;
}
.wrap_calendar .week_box li:nth-child(6) {
	color: #000099;
}
.wrap_calendar .week_box li:nth-child(7n) {
	color: #990000;
}
.wrap_calendar .day_box ul {
	display: flex;
	flex-wrap: wrap;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
}
.wrap_calendar .day_box li {
	width: calc(14.285% + 1px);
	min-height: 5em;
	padding: 0.5em 0.25em;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-right: -1px;
	margin-bottom: -1px;
	box-sizing: border-box;
	font-size: 0.875em;
    line-height: 1.2;
}
.wrap_calendar .day_box li:nth-child(7n-1), .wrap_calendar .day_box li:nth-child(7n-1) a {
	color: #000099;
}
.wrap_calendar .day_box li:nth-child(7n), .wrap_calendar .day_box li:nth-child(7n) a {
	color: #990000;
	border-right: none;
}
.wrap_calendar .date_num {
	margin-bottom: 0.25em;
	display: block;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
}
.wrap_calendar .team_name {
	display: block;
	color: #000;
	font-size: 0.875em;
	text-align: center;
}
.wrap_calendar .score {
	width: auto;
	margin: 0;
	display: block;
	color: #333;
}
.wrap_calendar .score.win,
.wrap_calendar .score.lose,
.wrap_calendar .score.draw{
	font-size: 1em;
	font-weight: normal;
}
.wrap_calendar .score::after {
	font-size: 0.75em;
	font-weight: normal;
}
.wrap_calendar .score.other{
	margin-top: 0.2em;
	display: block;
	font-size: 0.875em;
	text-align: center;
	line-height: 1;
}
@media screen and (min-width:401px) {
	.wrap_calendar .day_box li {
		font-size: 1em;
	}
}
@media screen and (min-width:1001px) {
	.month_box {
		font-size: 1.125em;
	}
}
/* cast
------------------------------------ */
.cast_list {
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.cast_list li {
	width: 48%;
	padding: 0 2%;
	margin-bottom: 15px;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.2;
}
.cast_img {
	margin-bottom: 10px;
	display: inline-block;
}
.cast_info {
	margin-top: 0.25em;
	font-size: 0.7em;
	text-align: center;
}
.cast_name {
	font-weight: bold;
	text-align: center;
}
.cast_info span, .cast_name span {
	display: inline-block;
}
@media screen and (min-width:401px) {
	.cast_list li {
		width: 33%;
	}
	.cast_list.col1 li {
		width: 45%;
	}
}
@media screen and (min-width:1000px) {
	.cast_list {
		padding-top: 15px;
	}
	.cast_list li {
		width: 25%;
		padding: 0 1%;
	}
}
/* btn_contact
------------------------------------ */
.btn_contact {
	width: 70%;
	max-width: 260px;
	margin: 0 auto 20px;
}
.btn_contact a {
	padding: 10px 20px 10px 10px;
	background: url("../images/icon_arrow_down.png") right 0.75em center no-repeat #ff9900;
	background-size: 1em;
	border: 2px solid #000;
	box-sizing: border-box;
	box-shadow: 0 2px 0 #ccc;
	display: block;
	color: #000 !important;
	font-size: 1.125em;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
}
@media screen and (min-width:641px) {
	.btn_contact a {
		border: 3px solid #000;
		font-size: 1.25em;
	}
}
/* box
------------------------------------ */
.box {
	margin-bottom: 20px;
}
.box:last-child {
	margin-bottom: 0;
}
.off_season .box.game {
	display: none;
}
@media screen and (min-width:641px) {
	.box {
		margin-bottom: 40px;
	}
	.contents_side.box {
		margin-bottom: 20px;
	}
}
/**/
.box_ttl {
	padding: 0.5em;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background: var(--color_01);
	color: #000;
	font-size: 1.25em;
	font-weight: bold;
	font-family: var(--txt_jpn);
	text-align: center;
	line-height: 1.2;
}
.box_sttl {
	padding: 0.5em 0.5em 0.5em 0.75em;
	margin-top: 10px;
	background: #000;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
}
.box_sttl.ttl_line {
	padding: 0.5em 0.5em 0.6em 0.75em;
	margin-top: 0;
	background: none;
	color: #000;
	position: relative;
}
.box_sttl.ttl_line::after {
	content: "";
	width: 100%;
	height: 1px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	position: absolute;
	left: 0;
	bottom: 0;
}
@media screen and (min-width:641px) {
	.box_sttl {
		margin-top: 20px;
	}
}
@media screen and (min-width:1001px) {
	.box_ttl {
		font-size: 1.5em;
	}
	.box_sttl {
		margin-top: 20px;
		font-size: 1.125em;
	}
	.contents_side .box_ttl {
		font-size: 1.25em;
	}
}
/* side_list
------------------------------------ */
.side_list li {
	padding: 0.75em;
	border-bottom: 1px dotted #000;
	line-height: 1.2;
}
/* sns
------------------------------------ */
.mail {
	margin: 20px auto;
}
.mw {
	max-width: 310px;
}
.mail a {
	padding: 1.5em 2em 1.5em 1em;
	background: url("../images/icon_arrow.png") right 0.75em center no-repeat #ff9900;
	background-size: 1em;
	border: 2px solid #000;
	box-sizing: border-box;
	box-shadow: 0 2px 0 #ccc;
	display: block;
	color: #000 !important;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	transition: .2s;
}
.mail a span {
	padding: 0 0 0 2em;
	position: relative;
}
.mail a span:before {
	content: "";
	width: 1.5em;
	height: 1.1em;
	margin-top: -0.5em;
	background: url(../images/btn_mail.png) 0 0 no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}
@media screen and (min-width:641px) {
	.mail a {
		font-size: 2vw;
	}
}
@media screen and (min-width:1001px) {
	.mail a {
		font-size: 1.5em;
	}
}
/* bnr
------------------------------------ */
.bnr_list {
	margin: 20px auto;
	text-align: center;
}
.bnr_list a {
	transition: .2s;
}
.bnr_list li {
	margin-bottom: 10px;
	text-align: center;
}
.bnr_list li:last-child {
	margin-bottom: 0;
}
/* X
---------------------------------------- */
.wrap_x {
	border: 1px solid #000;
	overflow: hidden;
}
.ttl_x {
	padding: 0.5em 0;
	background: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.ttl_x a {
	color: #fff !important;
	text-decoration: non !important;
}
.x_embed {
	max-width: 630px;
	min-height: 400px;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow-y: scroll;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 1px rgb(0 0 0 / 30%);
}
.x_embed iframe {
	width: 660px !important;
}
.btn_tag {
	padding: 0.75em 0.75em 0.75em 3em;
	margin: 10px 0;
	background-color: #000;
	background: #000;
	border-radius: 5px;
	display: block;
	box-sizing: border-box;
	position: relative;
	color: #fff !important;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	transition: .2s;
}
.btn_tag::before {
	content: "";
	width: 1.75em;
	height: 1.75em;
	background: url(../images/icon_x.png) center no-repeat;
	background-size: contain;
	position: absolute;
	left: 1em;
	top: 50%;
	transform: translateY(-50%);
}
.btn_tag span {
	display: inline-block;
}
.btn_tag .fc_yel {
	color: #fff10d !important;
	font-size: 1.1em;
}
@media screen and (min-width:641px) {
	.x_embed {
		overflow: hidden;
	}
	.btn_tag {
		font-size: 0.875rem;
	}
}
@media screen and (min-width:1001px) {
	.ttl_x {
		font-size: 1rem;
	}
	.btn_tag {
		font-size: 1rem;
	}
}
/* list
------------------------------------ */
.wrap_list {
	margin-bottom: 1em;
}
p + .wrap_list {
	margin-top: 1em;
}
.wrap_list:last-child {
	margin-bottom: 0;
}
.wrap_list li {
	padding-left: 1em;
	margin-bottom: 0.5em;
	text-indent: -1em;
	line-height: 1.3;
}
.wrap_list li:last-child {
	margin-bottom: 0;
}
/* font
------------------------------------ */
sup {
	position: relative;
	top: -0.3em;
	font-size: 0.75em;
}
.fc_red {
	color: #990000;
	font-size: 1.125em;
	font-weight: bold;
}
.fc_orn {
	color: #ea5e00;
	font-size: 1.125em;
	font-weight: bold;
}
.fc_bl {
	color: #00892f;
	font-size: 1.125em;
	font-weight: bold;
}
.fs_up {
	font-size: 1.06em;
}
.ta_center {
	text-align: center;
}
.week {
	margin: 0 -0.4em;
	display: inline-block;
}
/* btn
------------------------------------ */
.wrap_btn {
	width: 90%;
	max-width: 350px;
	margin: 0 auto 0.5em;
}
.wrap_btn:last-child {
	/*margin-bottom: 0;*/
}
.wrap_btn.btn_large {
	width: 100%;
	max-width: 660px;
	font-size: 1.125em;
}
.wrap_btn span {
	display: inline-block;
}
a.btn_general {
	padding: 0.75em 1.5em 0.75em 0.5em;
	min-height: 4em;
	background: #00892f;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
	color: #fff;
	font-size: 1.125em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
	transition: .3s;
}
a.btn_general::before {
	content: '';
	width: 0.5em;
	height: 0.5em;
	margin-top: -0.3em;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 1em;
}
a.btn_gene2 {
	background: #ea5e00;
}
a.btn_gene3 {
	background: #333;
}
a.btn_general.no_btn {
	background: #e5e5e5;
	color: #333;
	pointer-events: none;
}
a.btn_general.no_btn::before {
	content: none;
}
a.btn_general span {
	display: inline-block;
}
@media screen and (min-width:641px) {
	a.btn_general {
		min-height: 3em;
		padding: 1em 1.5em 1em 0.5em;
		font-size: 1.25em;
	}
}

/* ---------------------------------------------------------------------------
 * footer
--------------------------------------------------------------------------- */
.arbc_page_footer {
	background: #000;
	color: #fff;
	line-height: 1.3;
}
.arbc_page_footer_inner {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.footer_copyright {
	padding: 30px 0;
	color: #999;
	font-size: 0.75em;
	text-align: center;
}
.pageTop a {
	width: 100%;
	height: 40px;
	background: var(--color_01);
	box-sizing: border-box;
	display: block;
	position: relative;
	text-indent: -9999px;
	transition: .2s;
}
.pageTop a::before {
	content: "";
	width: 20px;
	height: 20px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: translate(-50%, -20%) rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
@media screen and (min-width:1001px) {
	.pageTop {
		position: absolute;
		right: 0;
		top: -33px;
	}
	.pageTop a {
		width: 66px;
		height: 66px;
		border: 2px solid #000;
		box-sizing: border-box;
		border-radius: 100%;
		display: block;
		text-indent: -9999px;
	}
	.footer_copyright {
		padding: 15px 0 45px;
		text-align: left;
	}
}

/* hover
------------------------------------ */
@media (any-hover:hover) {
	.arbc_page_main a:hover {
		text-decoration: none;
	}
	.mail a:hover,
	.bnr_list a:hover,
	.btn_tag:hover {
		opacity: 0.7;
	}
	.pageTop a:hover {
		transform: translateY(-10px);
	}
}

/* テキストスタイル
---------------------------------------- */
.txtBold {
	font-weight: bold;
}
.txtSSS {
	font-size: 0.625em !important;
}
.txtSS {
	font-size: 0.75em !important;
}
.txtS {
	font-size: 0.875em !important;
}
.txtL {
	font-size: 1.125em !important;
	font-weight: bold;
	line-height: 1.4;
}
.txtLL {
	font-size: 1.25em !important;
	font-weight: bold;
	line-height: 1.4;
}
.txtCenter {
	text-align: center !important;
}
.ls-01 {
	letter-spacing: -0.1em;
}
.ls-02 {
	letter-spacing: -0.2em;
}
.ls-03 {
	letter-spacing: -0.3em;
}
.ti-05 {
	text-indent: -0.5em;
}
/* レイアウト
---------------------------------------- */
.mt30 {
	margin-top: 30px !important;
}
.mt0 {
	margin-top: 0px !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb30 {
	margin-bottom: 30px !important;
}