@CHARSET "UTF-8";

body {
	height: 100vh;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

/* 背景に関する設定 START */
body.bg-transparent {
	background: transparent;
}
/* スマホ系横画面 */
body.bg-market,
.modal .bg-market {
	background: URL("../img/background/background-market-char.png") center center / 100vw auto no-repeat;
}
body.bg-market-dark,
.modal .bg-market-dark {
	background: linear-gradient(rgba(36, 39, 67, 0.8), rgba(36, 39, 67, 0.8)),
				URL("../img/background/background-market-char.png") center center / 100vw auto no-repeat;
}
body.bg-market-nochar,
.modal .bg-market-nochar {
	background: URL("../img/background/background-market-nochar.png") center center / 100vw auto no-repeat;
}
body.bg-market-nochar-dark,
.modal .bg-market-nochar-dark {
	background: linear-gradient(rgba(36, 39, 67, 0.8), rgba(36, 39, 67, 0.8)),
				URL("../img/background/background-market-nochar.png") center center / 100vw auto no-repeat;
}
body.bg-pier-park,
.modal .bg-pier-park {
	background: URL("../img/background/background-pier-park.png") center center / 100vw auto no-repeat;
}
body.bg-pier-park-dark,
.modal .bg-pier-park-dark {
	background: linear-gradient(rgba(36, 39, 67, 0.8), rgba(36, 39, 67, 0.8)),
				URL("../img/background/background-pier-park.png") center center / 100vw auto no-repeat;
}
body.bg-universe,
.modal .bg-universe {
	background: URL("../img/background/background-universe.png") center center / 100vw auto no-repeat;
}
body.bg-universe-dark,
.modal .bg-universe-dark {
	background: linear-gradient(rgba(36, 39, 67, 0.8), rgba(36, 39, 67, 0.8)),
				URL("../img/background/background-universe.png") center center / 100vw auto no-repeat;
}
body.bg-brick-cityscape,
.modal .bg-brick-cityscape {
	background: URL("../img/background/background-brick-cityscape.png") center center / 100vw auto no-repeat;
}
body.bg-brick-cityscape-dark,
.modal .bg-brick-cityscape-dark {
	background: linear-gradient(rgba(36, 39, 67, 0.8), rgba(36, 39, 67, 0.8)),
				URL("../img/background/background-brick-cityscape.png") center center / 100vw auto no-repeat;
}

@media (max-aspect-ratio: 16/9) {
	body.bg-market,
	.modal .bg-market,
	body.bg-market-dark,
	.modal .bg-market-dark,
	body.bg-market-nochar,
	.modal .bg-market-nochar,
	body.bg-market-nochar-dark,
	.modal .bg-market-nochar-dark,
	body.bg-pier-park,
	.modal .bg-pier-park,
	body.bg-pier-park-dark,
	.modal .bg-pier-park-dark,
	body.bg-universe,
	.modal .bg-universe,
	body.bg-universe-dark,
	.modal .bg-universe-dark,
	body.bg-brick-cityscape,
	.modal .bg-brick-cityscape,
	body.bg-brick-cityscape-dark,
	.modal .bg-brick-cityscape-dark {
		background-size: auto 100vh;
	}
}
/* 背景に関する設定 END */

body.header-padding {
	padding-top: 56px;
}

.bg-filter-kj{
	background-color: rgba(36, 39, 67, 0.8);
}
.bg-kj {
    background-color: #0B846F!important;
}

.navbar-kj .navbar-brand {
    color: white;
}

.btn-ok {
	color: #fff;
	background-color: #02836A;
	border-color: #02836A;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100vw;
}

.left-arrow-sm-btn {
	display: block;
	position: relative;
	background-color: transparent;
	height: 30px;
	color: white;
	font-size: 16px;
	border-style: none;
	padding-left: 15px;
}

.left-arrow-sm-btn::before {
	content: "";
	position: absolute;
	left: 3px;
	top: 3.5px;
	z-index: 1;
	width: 23px;
	height: 23px;
	background-color: rgb(166, 166, 166);
	border-style: solid;
	border-width: 3px;
	border-color: rgb(137, 137, 137);
	border-radius: 3px;
	transform: rotate(45deg);
}

.left-arrow-sm-btn::after {
	content: "";
	position: absolute;
	width: calc(100% - 15px);
	height: 100%;
	background-color: rgb(166, 166, 166);
	z-index: 2;
	color: white;
	border-style: solid;
	border-width: 3px 3px 3px 0px;;
	border-color: rgb(137, 137, 137);
	border-radius: 0px 3px 3px 0px;
	left: 15px;
	top: 0px;
}

.right-arrow-sm-btn {
	display: block;
	position: relative;
	background-color: transparent;
	height: 30px;
	color: white;
	font-size: 16px;
	border-style: none;
	padding-right: 15px;
}

.right-arrow-sm-btn::before {
	content: "";
	position: absolute;
	width: calc(100% - 15px);
	height: 100%;
	background-color: rgb(166, 166, 166);
	z-index: 1;
	color: white;
	border-style: solid;
	border-width: 3px 0px 3px 3px;
	border-color: rgb(137, 137, 137);
	border-radius: 3px 0px 0px 3px;
	left: 0px;
	top: 0px;
}

.right-arrow-sm-btn::after {
	content: "";
	position: absolute;
	right: 3px;
	top: 3.5px;
	z-index: 2;
	width: 23px;
	height: 23px;
	background-color: rgb(166, 166, 166);
	border-style: solid;
	border-width: 3px;
	border-color: rgb(137, 137, 137);
	border-radius: 3px;
	transform: rotate(45deg);
}

.left-arrow-btn {
	display: block;
	position: relative;
	background-color: transparent;
	height: 50px;
	color: white;
	font-size: 16px;
	border-style: none;
	padding-left: 15px;
}

.left-arrow-btn::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 6.4px;
	z-index: 1;
	width: 36.9px;
	height: 36.9px;
	background-color: rgb(166, 166, 166);
	border-style: solid;
	border-width: 3px;
	border-color: rgb(137, 137, 137);
	border-radius: 3px;
	transform: rotate(45deg);
}

.left-arrow-btn::after {
	content: "";
	position: absolute;
	width: calc(100% - 25px);
	height: 100%;
	background-color: rgb(166, 166, 166);
	z-index: 2;
	color: white;
	border-style: solid;
	border-width: 3px 3px 3px 0px;;
	border-color: rgb(137, 137, 137);
	border-radius: 0px 3px 3px 0px;
	left: 25px;
	top: 0px;
}

.right-arrow-btn {
	display: block;
	position: relative;
	background-color: transparent;
	height: 50px;
	color: white;
	font-size: 16px;
	border-style: none;
	padding-right: 15px;
}

.right-arrow-btn::before {
	content: "";
	position: absolute;
	width: calc(100% - 25px);
	height: 100%;
	background-color: rgb(166, 166, 166);
	z-index: 1;
	color: white;
	border-style: solid;
	border-width: 3px 0px 3px 3px;
	border-color: rgb(137, 137, 137);
	border-radius: 3px 0px 0px 3px;
	left: 0px;
	top: 0px;
}

.right-arrow-btn::after {
	content: "";
	position: absolute;
	right: 6px;
	top: 6.4px;
	z-index: 2;
	width: 36.9px;
	height: 36.9px;
	background-color: rgb(166, 166, 166);
	border-style: solid;
	border-width: 3px;
	border-color: rgb(137, 137, 137);
	border-radius: 3px;
	transform: rotate(45deg);
}

.left-arrow-lg-btn {
	display: block;
	position: relative;
	background-color: transparent;
	height: 100px;
	color: white;
	font-size: 30px;
	border-style: none;
	padding-left: 50px;
}

.left-arrow-lg-btn::before {
	content: "";
	position: absolute;
	left: 12px;
	top: 11.8px;
	z-index: 1;
	width: 76.5px;
	height: 76.5px;
	background-color: rgb(166, 166, 166);
	border-style: solid;
	border-width: 3px;
	border-color: rgb(137, 137, 137);
	border-radius: 10px;
	transform: rotate(45deg);
}

.left-arrow-lg-btn::after {
	content: "";
	position: absolute;
	width: calc(100% - 50px);
	height: 100%;
	background-color: rgb(166, 166, 166);
	z-index: 2;
	color: white;
	border-style: solid;
	border-width: 3px 3px 3px 0px;
	border-color: rgb(137, 137, 137);
	border-radius: 0px 10px 10px 0px;
	left: 50px;
	top: 0px;
}


.right-arrow-lg-btn {
	display: block;
	position: relative;
	background-color: transparent;
	height: 100px;
	font-size: 30px;
	border-style: none;
	padding-right: 50px;
}

.right-arrow-lg-btn::before {
	content: "";
	position: absolute;
	width: calc(100% - 50px);
	height: 100%;
	background-color: rgb(166, 166, 166);
	z-index: -1;
	border-style: solid;
	border-width: 3px 0px 3px 3px;
	border-color: rgb(137, 137, 137);
	border-radius: 10px 0px 0px 10px;
	left: 0px;
	top: 0px;
}

.right-arrow-lg-btn::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 11.8px;
	z-index: -2;
	width: 76.5px;
	height: 76.5px;
	background-color: rgb(166, 166, 166);
	border-style: solid;
	border-width: 3px;
	border-color: rgb(137, 137, 137);
	border-radius: 10px;
	transform: rotate(45deg);
}

.dialog-close-btn-green{
	position: absolute;
    top: -20px;
    right: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #FFFFFF;
    border: 2px solid;
    border-color: #0B846F;
    border-radius: 20px;
}

.green-3d-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid transparent;
	background-color: transparent;
	cursor: pointer;
	border-image: URL("../img/3dBtn-Green.svg") stretch;
	border-image-slice: 25 25 fill;
	border-image-width: 25 25;
}
.green-3d-btn:hover {
	color: white;
	text-decoration: none;
}

.orange-3d-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid transparent;
	background-color: transparent;
	cursor: pointer;
	border-image: URL("../img/3dBtn-Orange.svg") stretch;
	border-image-slice: 25 25 fill;
	border-image-width: 25 25;
}
.orange-3d-btn:hover {
	color: white;
	text-decoration: none;
}

.white-3d-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0B7150;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid transparent;
	background-color: transparent;
	cursor: pointer;
	border-image: URL("../img/3dBtn-White.svg") stretch;
	border-image-slice: 25 25 fill;
	border-image-width: 25 25;
}
.white-3d-btn:hover {
	color: #0B7150;
	text-decoration: none;
}

.yellow-3d-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #683E00;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid transparent;
	background-color: transparent;
	cursor: pointer;
	border-image: URL("../img/3dBtn-Yellow.svg") stretch;
	border-image-slice: 25 25 fill;
	border-image-width: 25 25;
}
.yellow-3d-btn:hover {
	color: #683E00;
	text-decoration: none;
}

.to-lesson-list-btn {
	color: #51546A;
	font-weight: bold;
	border: 2px solid #A4A7BA;
	text-decoration: none;
	background-color: white;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.to-lesson-list-btn:hover {
	color: #51546A;
	text-decoration: none;
}

.color-gray {
	color: white;
}

.color-gray::before,
.color-gray::after {
	background-color: rgb(166, 166, 166);
	border-color: rgb(137, 137, 137);
}

.color-orange {
	color: white;
}

.color-orange::before,
.color-orange::after {
	background-color: rgb(255,128,33);
	border-color: rgb(188,92,21);
}

/* 強調単語 */
.emphasis-sentence {
	text-align: left;
	white-space: pre;
}
.emphasis-sentence strong {
	display: block;
}
.emphasis-sentence em {
	background-color: #E7F4F2;
	border: solid 1px #C4E4DF;
	border-radius: 20px;
	padding: 0px 15px;
	color: #01583C;
	vertical-align: middle;
	font-style: unset;
	font-weight: bold;
	font-family: 'Quicksand', sans-serif;
}

/* コースカラー（背景色） */
.course-bg-color-K1 {
	background-color: #E94343;
}

.course-bg-color-K2 {
	background-color: #00ACE6;
}

.course-bg-color-K3 {
	background-color: #F5D800;
}

.course-bg-color-P1 {
	background-color: #E83AA8;
}

.course-bg-color-P2 {
	background-color: #F27500;
}

.course-bg-color-P3 {
	background-color: #A362BE;
}

.course-bg-color-P4 {
	background-color: #F5A300;
}

.course-bg-color-P5 {
	background-color: #69AC32;
}

.course-bg-color-P6 {
	background-color: #1A7DC3;
}

/* スクロールバーデザイン */
::-webkit-scrollbar {
	width: 17px; /* 縦スクロールバーの幅 */
	height: 17px; /* 横スクロールバーの高さ */
}
::-webkit-scrollbar-track {
	background-color: transparent; /* スクロールバーの背景色 */
}
::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 4px solid transparent;
	background-clip: content-box;
	background-color: #848484; /* スクロールバーの色 */
}

/* フォント */
@font-face {
	font-family: 'Quicksand';
	src: url('../fonts/Quicksand-Regular.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'NotoSansJP';
	src: url('../fonts/NotoSansJP-Regular.otf') format('opentype');
	font-display: swap;
}
body {
	font-family: 'Quicksand', 'NotoSansJP', sans-serif; /* 画面全体のデフォルト */
}
.font-quicksand {
	font-family: 'Quicksand', sans-serif; /* Quicksand個別指定用 */
}
.font-notosansjp {
	font-family: 'NotoSansJP', sans-serif; /* NotoSansJP個別指定用 */
}

.backIcon {
	background-image: url("../img/LeftBtn-inactive.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 20px;
	height: 20px;
}
