@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%;
}
.relatBox {
	position: relative;
}
.absolBox {
	position: absolute;
}
.absolBox a {
	display: block;
	transition: .3s;
}
.absolBox a:hover {
	opacity: .8;
}
.btn_pc_salon_a {
	top: 2140px;
    left: 200px;
	width: 140px;
}
.btn_pc_tc {
	top: 2083px;
    right: 92px;
    width: 320px;
}
.btn_pc_salon_b {
	top: 2794px;
    left: 200px;
	width: 140px;
}
.btn_pc_deaza {
	top: 2747px;
    right: 92px;
    width: 320px;
}
.btn_pc_ichiran {
	top: 3040px;
    right: 0;
	left: 0;
    width: 520px;
	margin: auto;
}
.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;
}

.btn_flex {
	display: flex;
}
.button_solid018 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
	width: 100%;
    padding: 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #ee6b01;
    filter: drop-shadow(0px 2px 4px #fff);
    border-radius: 100px;
	text-align: center;
}
.button_solid018 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(255 255 255 / 15%), 0 0 5px rgb(255 255 255 / 10%);
}
.button_solid018 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-48%);
    position: absolute;
    top: 48%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.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) {
	.btn_pc_salon_a {
		top: 219vw;
		left: 20vw;
		width: 16%;
	}
	.btn_pc_tc {
		top: 213.6vw;
        right: 9.5vw;
        width: 33%;
	}
	.btn_pc_salon_b {
		top: 286vw;
		left: 20vw;
		width: 16%;
	}
	.btn_pc_deaza {
		top: 281.6vw;
        right: 9.5vw;
        width: 33%;
	}
	.btn_pc_ichiran {
		top: 311vw;
		width: 55%;
	}
	.ytWrap {
        top: 163.5vw;
    }
	.button_solid018 a {
		max-width: 100%;
	}
}

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

	.btn_pc_salon_a {
		top: 349vw;
		right: 0;
		left: 0;
		width: 33%;
		margin: auto;
	}
	.btn_pc_tc {
		top: 480.6vw;
        right: -5%;
        left: 0;
        width: 68%;
        margin: auto;
	}
	.btn_pc_salon_b {
		top: 636vw;
		right: 0;
		left: 0;
		width: 33%;
		margin: auto;
	}
	.btn_pc_deaza {
		top: 759.6vw;
        right: -8%;
        left: 0;
        width: 72%;
        margin: auto;
	}
	.btn_pc_ichiran {
		top: 817vw;
		width: 83%;
	}
	.flexBox a {
		font-size: .8em;
		padding: 8% 0;
	}
	.copy {
		font-size: .8em;
	}
	.fixed {
		position: fixed;
		width: 100%;
		bottom: 0;
		right: 0;
	}
	.fixed img {
		filter: none;
	}
	.button_solid018 a {
		margin: 8px;
	}
	footer {
		padding: 0 0 27%;
	}
}