html {
	overflow-x: hidden;
}

body {
	background: black !important;
	font-size: 16px;
	line-height: 1.6;
	color: white;
}

a {
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #fda403;
}

a:hover {
	text-decoration: none;
	color: #fda403;
}

.sub {
	font-size: 1rem;
}

.top-height {
	height: 500px;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	line-height: 1.45;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
}










/* ヘッダー */

@media screen and (max-width: 991px) {
	.site-navbar-light {
		background: #000 !important;
		top: 0;
		position: relative;
	}
}

.site-navbar-light .navbar-nav > .nav-item > .nav-link {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 960px) {
	.site-navbar-light .navbar-nav > .nav-item > .nav-link {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0px;
		padding-right: 0px;
	}
}

.site-navbar-light .navbar-nav > .nav-item.site-cta a {
	color: #fff;
}

.site-navbar-light .navbar-nav > .nav-item.site-seperator {
	position: relative;
	margin-left: 20px;
	padding-left: 20px;
}

@media screen and (max-width: 960px) {
	.site-navbar-light .navbar-nav > .nav-item.site-seperator {
		padding-left: 0;
		margin-left: 0;
	}
}

.site-navbar-light .navbar-nav > .nav-item.site-seperator:before {
	position: absolute;
	content: '';
	top: 10px;
	bottom: 10px;
	left: 0;
	width: 2px;
	background: rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 960px) {
	.site-navbar-light .navbar-nav > .nav-item.site-seperator:before {
		display: none;
	}
}

.site-navbar-light .navbar-toggler {
	border: none;
	color: white !important;
	cursor: pointer;
	padding-right: 0;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.site-navbar-light.scrolled {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	margin-top: -130px;
	background: #fff !important;
}

@media screen and (max-width: 768px) {
	.site-navbar-light.scrolled .navbar-nav {
		background: none;
		border-radius: 0px;
		padding-left: 0rem !important;
		padding-right: 0rem !important;
	}
}

@media screen and (max-width: 576px) {
	.site-navbar-light.scrolled .navbar-nav {
		background: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.site-navbar-light.scrolled .navbar-toggler {
	border: none;
	color: rgba(0, 0, 0, 0.5) !important;
	border-color: rgba(0, 0, 0, 0.5) !important;
	cursor: pointer;
	padding-right: 0;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.site-navbar-light.scrolled .nav-link {
	padding-top: 0.7rem !important;
	padding-bottom: 0.7rem !important;
	color: #000 !important;
}

.site-navbar-light.scrolled .nav-link.active {
	color: #fda403 !important;
}

.site-navbar-light.scrolled.awake {
	margin-top: 0px;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}

.site-navbar-light.scrolled.sleep {
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}

.site-navbar-light.scrolled .navbar-brand {
	color: #000;
}

.navbar-brand {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.site-cover .site-subheading,
.site-cover p {
	color: rgba(255, 255, 255, 0.7);
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
}

.site-cover a {
	position: relative;
	color: #fff;
}

.site-cover a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	content: ' ';
}

.site-cover.overlay {
	position: relative;
}

.site-cover.overlay:before {
	content: '';
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.site-cover .site-vh-100 {
	min-height: 700px !important;
}
/* ↑ここまでヘッダー */



/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */

.question-section {
    padding: 40px 30px;
}

.question-content {
    text-align: center;

}

.question-content .question-inner-content {
    text-align: left;
    display: inline-block;
}

.title {
    margin: 40px 0 50px;
    text-align: center;
    font-size: 1.5rem;
}

.question-item {
    margin-bottom: 40px;
}

.question-title {
    font-size: 15px;
    color: #f593dc;
    text-align: center;
}

.question-answer {
    font-size: 14px;
    color: white !important;
}




/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
@media (min-width: 768px) {

	.question-section {
		padding: 80px 30px;
	}

    .question-content {
        text-align: center;
        width: 60%;
        margin: auto;
    }
    
    .question-item {
        margin-bottom: 60px;
    }
    
    .question-title {
        font-size: 20px;
        color: #f593dc;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .question-answer {
        font-size: 18px;
	}
	
	.title {
		margin: 40px 0 80px;
		text-align: center;
		font-size: 2rem;
	}
}

/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */

@media (min-width: 1024px) {

}