@charset "utf-8";
/* CSS Document */

.container {
    max-width: 640px;
	min-height: 100vh;
    margin: 0 auto;
	overflow: hidden;
	position: relative;
	 padding-bottom: 240px;
    box-sizing: border-box;
	box-shadow: 0px 0px 10px 5px rgba(3, 0, 0, 0.3);
      display: block;
      margin: 0 auto;
}

img {
	height: auto;
	width: 100%;
}

.zenmen {
	z-index: 9999;
}


.bk_ab {
	position: absolute;
}

.bk_ab_z {
	position: absolute;
	z-index: 1;
}

.bk_rela {
	position: relative;
}

.bk_rela_z {
	position: relative;
	z-index: -1;
}

.bk_col_be {
	background-color: #ebdcb3;
}

.txt_bk {
	mix-blend-mode: multiply;
}

.tac {
	text-align: center;
}

.box30 {
	width: 30%;
}

.ranking_box {
	display: flex;
	padding: 5px 0;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.ranking_item {
	width: 100%;
	padding-left: 10px;
}

.datsumo_box {
	display: flex;
	padding: 5px 0;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.datsumo_item {
	width: 100%;
	padding-left: 10px;
}

@media(max-width:750px){
	.ranking_box {
		padding: 0 30px;
	}
}

.swiper{
    max-width: 100%;
    height: auto;
}

.swiper-button-next {
	background-image: none !important;
    left: auto;
	padding: 50px;
    top: 38% !important;
}

.swiper-button-prev {
    background-image: none !important;
    left: 10px;
    right: auto;
		padding: 50px;
    top: 38% !important;
}

.btn_fix {
	display: block;
        position: fixed;
    bottom: -0%;
    left: 50%;
    width: 100%;
    z-index: 9999;
    max-width: 640px;
    transform: translateX(-50%);
}

.btn_fix img.cv_btn {
    position: absolute;
    left: 0.25%;
    bottom: 0%;
    width: 100%;
    margin-bottom: 1%;
}
.btn_fix img.salon_btn {
    position: absolute;
    right: 2.3%;
    bottom: 0.6%;
	width: 23.5%;
    margin-bottom: 1%;
}

.btn_fix img {
    max-width: 640px;
    margin: 0 auto 16px;
}

.btn01 {
	padding-top: 50px;
	width: 80%;
	margin: 0 auto;
}

.btn01 a {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 3;
    color: #d89294;
    text-align: center;
    border: 2px solid #d89294;
    border-radius: 3em;
}

/*youtube*/
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
	margin-bottom: 50px;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
