@charset "utf-8";

*:focus {
  outline: none;
}
body{
    margin: 0;
    padding: 0;
}
#ha_bg{
    /*background-image: url("../images/bg.jpg");*/
    background-color: #93a0a8;
	background-image: radial-gradient(at 0% 0%, rgba(214, 219, 222, 1) 0px, transparent 70%), radial-gradient(at 100% 100%, rgba(100, 115, 125, 0.6) 0px, transparent 70%), radial-gradient(at 50% 50%, rgba(170, 185, 195, 0.3) 0px, transparent 80%), radial-gradient(at 100% 0%, rgba(180, 195, 205, 0.4) 0px, transparent 50%);
	background-size: contain;
    background-attachment: fixed; 
}

.sticky__container {
    display: flex;
    min-height: 100vh;
}

.pcBox {
    width: 40%;
    height: 100vh;
    position: sticky;
    left: 5%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ha_wrap{
    max-width:650px;
    width: 100%;
	text-align: center;
    position: relative;
    margin: 0 auto;
	color: #000000;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
    background: #FFFFFF;
	padding: 0;
}

.logo{
	text-align: center;
}

.logo img{
	width: 150px!important;
}
.title{
	font-family: "bebas-neue-pro", sans-serif;
	color: #ffffff;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 1.2px;
}

#ha_wrap img{
    width: 100%;
    border: 0;
    line-height: 0;
    vertical-align: bottom;
} 
#ha_wrap ul,#ha_wrap li{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}

#ha_wrap a{
    text-decoration: none;
}
#ha_wrap a:hover{
    opacity: 1;
}

#ha_wrap .img{
    width: 100%;
    position: relative;
    line-height: 0;
}

#ha_contents{
    width: 100%;
    position: relative;
    overflow: hidden;
}
#ha_contents .section{
    width: 100%;
	display: flex;
	line-height: 0;
}

#ha_contents .section .look{
    position: relative;
    display: inline-block;
}

#ha_contents .section .main_img{
	overflow: hidden;
	margin: 0;
	padding: 0;
}
 
#ha_contents .section .plus{
    width: 20px;
    right: 3%;
    bottom: 3%;
    position: absolute;
    z-index: 7;
}

/************************************************************
               button
************************************************************/

.btn_01 a {
    background: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10% auto;
    width: 80%;
    padding: 2% 0%;
    color: #333;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0px;
    line-height: 2em;
    border: #333 1px solid;
    letter-spacing: 1.2px;
    font-family: "bebas-neue-pro", sans-serif;
}
.btn_01 a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
    
}

.pc{
	display: block;
}
.sp{
	display: none;
}

.Right{
    float: right;
}
.Left{
    float: left;
}

.small{
	font-size:60%;
}

.clear {
	clear: both;
}


/************************************************************
                sp
************************************************************/

@media only screen and (max-width:768px){
	
    .sticky__container {
        display: block;
	}
	
    .pcBox {
		display: none;
    }
	
    #ha_wrap {
        width: 100%;
		text-align: center;
        margin: 0 auto;
		position: relative;
	}
	
	.title{
		font-size: 25px;
		text-align: center;
		margin: 0;
		padding: 10% 0;
    }

    .btn_01 a{
        width: 90%;
        font-size: 18px;
        padding: 3.5% 0;
        margin: 15% auto 10%;
    }
	
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
	
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}

/************************************************************
               動き
************************************************************/

.anim{
    opacity: 0;
    transition: 1.6s all 0s ease;
}
.anim.ac{
    opacity: 1;
}
.anim img {
    display: block;
    transform: scale(1.1);
    filter: blur(5px);
    transition: 1.8s all 0.2s ease;
}
.anim.ac img {
    opacity: 1;
    transform: scale(1.02);
    filter: blur(0);
}
.fade{
	opacity: 0;
	transition: 1.8s all 0.3s ease;
}
.fade.ac {
	opacity: 1;
    transform: translate(0);
}
