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

html {
	font-size: 62.5%;
}
body {
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-size: 1.6rem;
	margin: 0;
	background-color: #032869;
	background-image: url(../img/bg_sky_comp.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
body::before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.24);
	z-index: -1;
}
h1, figure {
	margin: 0;
}
h2, h3, h4, p, table, dl {
	color: #fff;
}
h1 {
	font-family: serif;
}
h2 {
	margin: 64px 0 24px;
	font-family: serif;
	font-size: 1.6em;
	line-height: 1.8;
}
h3 {
	margin: 48px 0 8px;
	font-family: serif;
	line-height: 2.0;
}
img {
	vertical-align: bottom;
}
img, video {
	max-width: 100%;
}
picture {
	width: 100%;
}
p {
	line-height: 2.2;
}
a {
	color: #fff;
	text-decoration: none;
}
table, th, td {
	border-collapse: collapse;
    border: 1px solid #555;
}
	th {
		text-align: left;
		background-color: rgba( 255, 255, 255, 0.1 );
		font-weight: normal;
	}
	th, td {
		padding: 16px;
	}

.mt0 {
	margin-top: 0!important;
}

#wrapper {
	max-width: 800px;
	margin: auto;
}
	#wrapper > img {
		display: block;
	}

.youtubeWrap {
	background-color: #000;
	padding: 20px 40px;
}
	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

.sblBnr {
	background-color: #fff;
	padding: 0 45px 120px;
}
	.sblBnr p {
		text-align: center;
		color: #555;
		margin: 0;
		font-weight: bold;
		font-size: 1.4em;
		line-height: 1.6;
	}
	.sblBnr p.large {
		color: #ac5066;
		font-size: 1.8em;
	}
	.sblBnr a {
		display: block;
		margin: 1em 0;
	}

.snsArea {
	background-color: #fff;
	display: flex;
	justify-content: center;
	text-align: center;
	padding-top: 54px;
}
	.snsArea a {
		display: block;
		width: 32%;
	}
	.snsArea a img {
		width: 72%;
	}

.fixedBnr {
    position: fixed;
    bottom: 8px;
	right: 8px;
    z-index: 3;
    transition: .3s;
	max-width: 400px;
	width: 100%;
	opacity: 0;
  	visibility: hidden;
}
	.fixedBnr a {
		display: block;
	}
	.fixedBnr a + a {
		margin-top: 4px;
	}
	.active {
		opacity: 1;
		visibility: visible;
	}
	/* .fixedBnr {
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 3;
		transition: .3s;
		max-width: 800px;
		width: 100%;
	}
	.fixedBnrFlex {
		display: flex;
		width: 100%;
	}
	.fixedBnrFlex a {
		width: calc(100% / 3);
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 8px 0;
	}
	.fixedBnr i {
		font-size: 24px;
		margin-right: .5em;
	}
	.fixedBnr .bnrPhone {
		background-color: #032869;
	}
	.fixedBnr .bnrTrial {
		background-color: #032869;
	}
	.fixedBnr .bnrLine {
		background-color: #06c655;
	}
	.fixedBnr .bnrLine img {
		width: 32px;
		margin-right: .5em;
	} */

footer {
	text-align: center;
}
	footer p {
		font-size: 13px;
		margin: 0;
		padding: 1em;
		/* padding: 1em 1em 7em; */
	}

.sp_only {
	display: none;
}

@media screen and (max-width: 800px) {
	.sblBnr {
		padding: 0 5% 15%;
	}
	.sblBnr p {
		font-size: 4.0vw;
	}
	.sblBnr p.large {
		font-size: 5.0vw;
	}
}

@media screen and (max-width: 767px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: inherit;
	}

	.youtubeWrap {
		padding: 20px;
	}

	.snsArea {
		padding-top: 7vw;
	}
	.snsArea a img {
		/* width: 40%; */
	}

	.fixedBnr {
		bottom: 8px;
		right: 8px;
		left: 8px;
		max-width: calc(100% - 16px);
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 0 4px;
	}
	.fixedBnr a + a {
		margin-top: 0;
	}
	/* .fixedBnr a {
        flex-direction: column;
        padding: 8px;
    }
	.fixedBnr a p {
        margin: 0;
		font-size: 14px;
    }
	.fixedBnr i {
		margin: 4px 0;
	}
	.fixedBnr i,
	.fixedBnr .bnrLine img {
		margin-right: 0;
	} */

	footer p {
		padding-bottom: 16vw;
	}
}


/* ----- hamburger start ----- */
.hamburger {
	display : block;
	position: fixed;
	z-index : 5;
	right: calc(50% - 380px);
	top   : 12px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
	mix-blend-mode: difference;
}
.hamburger span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	left    : 6px;
	background : #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 10px;
}
.hamburger span:nth-child(2) {
	top: 20px;
}
.hamburger span:nth-child(3) {
	top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background :#fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 16px;
	background :#fff;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
}

nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	inset: 0;
  	margin: auto;
	color: #fff;
	background: rgba(0,0,0,0.9);
	width: 100%;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
	pointer-events: none;
	max-width: 800px;
}

nav.globalMenuSp ul {
	list-style: none;
}

nav.globalMenuSp .globalMenuSpList {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding: 40px;
	box-sizing: border-box;
}

nav.globalMenuSp .globalMenuSpList li {
	width: 48%;
	border-bottom: 1px solid rgb(174, 174, 174, .5);
	position: relative;
}
nav.globalMenuSp .globalMenuSpList li a {
	color: #fff;
	text-decoration :none;
	transition: .3s all;
	padding: 24px 16px 24px 0;
	font-size: 15px;
	display: block;
}
nav.globalMenuSp .globalMenuSpList li a:hover {
	opacity: .64;
}
nav.globalMenuSp .globalMenuSpList li a::after {
    content: "";
    background-image: url(../img/icon_next01.svg);
    width: 22px;
    height: 22px;
    background-size: contain;
    position: absolute;
    top: 36px;
    right: 0px;
    transform: translateY(-50%);
}

nav.globalMenuSp .globalMenuSpListChild {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 0 24px;
	padding-left: 16px;
}
nav.globalMenuSp .globalMenuSpListChild li {
	border-bottom: 0;
	width: 100%;
}
nav.globalMenuSp .globalMenuSpListChild li a {
	padding: 0 0 0 1.6em;
}
nav.globalMenuSp .globalMenuSpListChild li a::after {
	content: "";
    width: 10px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-46%);
    background: 0% 0% / contain rgb(255, 255, 255);
}

.globalMenuSpBnr {
	display: flex;
	justify-content: space-between;
	gap: 4px;
	padding: 0 40px;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	opacity: 100;
	pointer-events: inherit;
	z-index: 4;
}

@media screen and (max-width: 800px) {
	.hamburger {
		right : 14px;
	}

	nav.globalMenuSp .globalMenuSpList {
		padding: 48px 24px 14px;
	}
	nav.globalMenuSp .globalMenuSpList li.globalMenuSpListWide {
		width: 100%;
	}
	nav.globalMenuSp .globalMenuSpList li a {
		padding: 14px 16px 14px 0;
		font-size: 13px;
	}
	nav.globalMenuSp .globalMenuSpList li a::after {
		width: 18px;
		height: 18px;
		top: 25px;
	}

	nav.globalMenuSp .globalMenuSpListChild {
		gap: 14px;
		margin: 0 0 14px;
		padding-left: 8px;
	}
	nav.globalMenuSp .globalMenuSpListChild li a {
		padding: 0 0 0 1.6em;
	}
	nav.globalMenuSp .globalMenuSpListChild li a::after {
		width: 10px;
		height: 1px;
		top: 50%;
	}

	.globalMenuSpBnr {
		padding: 0 24px;
		flex-direction: column;
	}
}
/* ----- hamburger end ----- */


/* ==========================
  ローディング画面
========================== */
.firstview {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #032869;
	z-index: 100;
	display: grid;
	place-items: center;
	pointer-events: none;
}
.firstview-image {
	width: 240px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	.firstview-image {
		width: 200px;
	}
}