@charset "UTF-8";
html{
    font-size: 62.5%;/* 10px*/
}
body {
	margin:0;
    font-family: "FP-HiraKakuProN-W3";
    font-size: 1.4rem;/* 14px*/
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    -webkit-text-size-adjust: 100%;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
a{
    color: #000;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
}
a:hover{
    text-decoration: underline;
    opacity: 0.6;
}
::placeholder{
    color: #A0A0A0;
}
.white{
    color: #FFF;
}
/*WEBフォント指定*/
.style_nomal{
    font-family: "FP-HiraKakuProN-W3";
}
.style_bold{
    font-family: "FP-HiraKakuProN-W6";
    font-weight: bold;
}
.style_en{
    font-family: "UniversNextPro-Cond";
}
.style_en_bold{
    font-family: "UniversNextPro-BoldCond";
    font-weight: bold;
}
.style_serif{
    font-family: "FP-HiraMinProN-W3";
}
.flex_box{
    display: -webkit-box;
    display: flex;
}
.flex_c{
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.br::before {
    content: "\A";
    white-space: pre;
}
@media (max-width: 767px) {
    .br_sp::before {
    content: "\A";
    white-space: pre;
    }
    .sp_none{
        display: none;
    }
}
@media (min-width: 768px) {
    .br_pc::before {
    content: "\A";
    white-space: pre;
    }
}
@media (min-width: 768px) {
    a[href^="tel:"]{
        pointer-events : none;
        cursor:default;
        text-decoration:none;
    }
}

/* button ================================= */
button{
    font-family: "FP-HiraKakuProN-W6";
    cursor: pointer;
}
button:hover{
    opacity: 0.6;
}
button:disabled:hover{
    opacity: 1;
}
.basic_btn{
    appearance: none;
    background: #FFF;
    border: 1px solid #BFBFBF;
    padding: 11px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    font-size: 1.1rem;
    letter-spacing: 1.1px;
    transition: 0.3s;
}
.basic_btn:disabled{
    background: #D3D3D3;
    border-color: #D3D3D3;
    color: #000;
    cursor: not-allowed;
}

/* Container ================================= */
.container_basic{
    display: -webkit-box;
    display: flex;
}
.container_basic > div{
    padding-top: 70px;/*header分の高さ*/
}
.container_basic .title_wrap{
    background-size: cover;
}


@media (max-width: 767px) {
    .title.white_sp h2,
    .title.white_sp p{
        color: #FFF;
    }
    .container_basic{
        flex-direction: column;
    }
    .container_basic .title_wrap{
        width: 100%;
        height: 60vh;
        max-height: 436px;
        position: relative;
    }
    .container_basic .title_wrap .title{
        position: absolute;
        bottom: 28px;
        width: 100%;
        height: 62px;
        text-align: center;
        transition: 0.3s;
    }
    .container_basic .title_wrap .title h2{
        font-size: 1.5rem;
        margin: 5px 0 10px;
    }
    .logo_sp{
        width: 124px;
        margin-top: 10px;
    }
    .container_basic .contents_wrap{
        width: 100%;
    }
    .container_basic .title_wrap .title.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        bottom: auto;
        z-index: 2;
        width: 100%;
        background: #FFF;
        border-bottom: 1px solid #BFBFBF;
    }
    .container_basic .title_wrap .title.is-fixed h2{
        color: #000;
    }
}

@media (min-width: 768px) {
    .logo_sp{
        display: none;
    }
    .container_basic .title_wrap{
        min-height: 100vh;
        width: 30%;
        max-width: 610px;
        position: fixed;
    }
    .container_basic .title_wrap .title{
        padding: 11.4%;
    }
    .container_basic .title_wrap .title > h2{
        font-size: 2rem;
        letter-spacing: 0.1em;
    }
    .container_basic .contents_wrap{
        min-height: calc(100vh - 80px);
        width: 70%;
        padding-left: 30%;
    }
}

/* sns ================================= */
.sns_white {
	display: inline-flex;
	align-items: center;
}
.sns_white div {
    width: 29px;
    height: 29px;
    margin-right: 10px;
}
.sns_white div img {
    object-fit: contain;
}
.sns_white_icon {
    display: inline;
}
.sns_white div.sns_line {
    display: inline;
	height: 20px;
}
.sns_white_icon {
    display: inline;
}

[v-cloak] {
    display: none;
}

/*クッキー同意ポップアップ=================================*/
#cookie_control .cookie_inner {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	box-sizing: border-box;
	z-index: 500;
	min-height: 70px;
}
#cookie_control .cookie_flex {
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 15px 0 10px 0;
}
#cookie_control .cookie_left {
	width: 55%;
}
#cookie_control .cookie_right {
	width: 40%;
	text-align: center;
}
#cookie_control .cookie_text {
	font-size: 1.3rem;
	line-height: 1.7;
    color: #ffffff;
	display: inline-block;
}
#cookie_control a {
	color: #ffffff;
	text-decoration: underline;
}
#cookie_control button {
	border: none;
	font-size: 1.5rem;
}
#cookie_control .cookie_btn {
	display: flex;
	justify-content: center;
	margin-bottom: 8px;
}
#cookie_control .cookie_btn_ok {
	background: #0478C1;
	color: #ffffff;
	height: 40px;
	width: 55%;
	max-width: 280px;
	min-width: 200px;
	margin-right: 20px;
}
#cookie_control .cookie_btn_no {
	background: #E9E7E8;
	color: #616161;
	height: 40px;
	width: 30%;
	max-width: 180px;
	min-width: 110px;
}
#cookie_control .cookie_note {
	color: #ffffff;
	font-size: 1.1rem;
}
/*SP*/
@media screen and (max-width: 768px) {
	#cookie_control .cookie_flex {
		display: block;
		padding: 20px 0 14px 0;
	}
	#cookie_control .cookie_left {
		width: 100%;
		margin-bottom: 14px;
	}
	#cookie_control .cookie_right {
		width: 100%;
	}
	#cookie_control .cookie_btn {
	margin-bottom: 13px;
}
}
/*==============================================*/