@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;
	position: relative;
    z-index: 0;
}
body::before {
	content: '';
    background-image: url(../img/aoyama.jpg);
    background-size: cover;
	background-attachment: fixed;
    background-repeat: no-repeat;
	background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(4px);
    z-index: -1;
}
h1, figure {
	margin: 0;
}
img {
	vertical-align:bottom;
	display: block;
	margin: auto;
}
p {
	line-height: 2;
}
a {
	text-decoration: none;
}
#wrapper {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
#wrapper img {
	width: 100%;
}
#inner {
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-position: center;
	padding-bottom: 120px;
}
nav {
	background-color: #000;
	position: fixed;
	z-index: 1;
	right: calc((100% - 960px) / 2);
	max-width: 960px;
	width: 100%;
	box-sizing: border-box;
	padding-right: 26px;
	height: 32px;
	display: flex;
	justify-content: right;
	align-items: center;
}
nav ul {
	list-style: none;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
	padding: 0;
}
nav a {
	color: #fff;
	font-size: 13px;
}
nav li::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 14px;
	background: #ccc;
	margin: 0 24px;
	vertical-align: middle;
}
.fv {
	padding-top: 32px;
}
.flexBox {
	display: flex;
}
.relatBox {
	position: relative;
}
.absolBox {
	position: absolute;
}
.absolBox a {
	display: block;
	transition: .3s;
}
.absolBox a:hover {
	opacity: .8;
}
.ytWrap {
    top: 39.5%;
    right: 0;
    left: 0;
	width: 86%;
	max-width: 950px;
	margin: 0 auto;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
footer {
    margin-top: 0;
    padding: 0;
    background: #000;
    position: relative;
    z-index: 1;
}
footer p {
    text-align: center;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 13px;
	margin: 0;
	color: #fff;
}

.fixed {
	position: fixed;
	width: 400px;
	bottom: 10px;
	right: 10px;
	z-index: 2;
}
	.fixed img {
		width: 100%;
		filter: drop-shadow(0px 5px 3px #757575);
	}

.sp { display: none; }

@media screen and (max-width: 960px) {
	nav {
		right: 0;
		padding-right: 0;
		justify-content: center;
	}
	nav ul {
		justify-content: center;
	}
	nav a {
		font-size: 11px;
	}
	nav li::before {
		margin: 0 4vw;
	}
	nav li:first-child::before {
		content: none;
	}
	#inner {
		padding-bottom: 12vw;
	}
	.ytWrap {
        top: 163.5vw;
    }
}

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

	.copy {
		font-size: .8em;
	}
	.fixed {
		position: fixed;
		width: 100%;
		bottom: 0;
		right: 0;
	}
	.fixed img {
		filter: none;
	}
	footer {
		/* padding: 0 0 27%; */
	}
}


/* 250926 */
.flex {
	display: flex;
}
.flexchild {
	width: 50%;
}
.absolBox p {
	line-height: 1.7;
	color: #07285a;
	margin: 0;
}
.absolBox p a {
	font-weight: bold;
	display: inline;
	color: #07285a;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.absol01 {
	top: 970px;
	left: 170px;
}
.absol01 span {
	font-size: 88%;
	font-weight: bold;
}
.absol02 {
	top: 121px;
	left: 170px;
}
.absol03 {
	top: 1286px;
	left: 174px;
}
.absol04 {
	top: 126px;
	left: 174px;
}
.absol04 p strong {
	background: linear-gradient(transparent 30%, #c0a32f 30%);
	background-position: 0 0.2em;
	background-repeat: no-repeat;
	display: inline-block;
}

@media screen and (max-width: 960px) {
	.absolBox p {
		font-size: 1.8vw;
	}
	.absol01 {
		top: 98.8vw;
		left: 17.5vw;
	}
	.absol02 {
		top: 12.0vw;
		left: 17.5vw;
	}
	.absol03 {
		top: 131.3vw;
		left: 17.8vw;
	}
	.absol04 {
		top: 12.5vw;
		left: 17.8vw;
	}
}

@media screen and (max-width: 767px) {
	.absol01 {
		top: 100.8vw;
		left: 17.8vw;
	}
	.absol02 {
		top: 13.0vw;
		left: 17.8vw;
	}
	.absol03 {
		top: 133.6vw;
		left: 18.1vw;
	}
	.absol04 {
		left: 18.1vw;
	}
}


/* underlayer */
.underlayer #inner {
	padding: 80px 40px;
}
.underlayer #inner h2 {
	margin-top: 0;
}
.underlayer #inner h3 {
	margin-top: 2em;
}
.underlayer #inner p {
	font-size: 13px;
	line-height: 1.6;
}