@charset "utf-8";

body{
    margin: 0;
    padding: 0;
}

#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0 auto ;
    overflow: hidden;
	color: #333333;
    display: block;
    font-weight: 400;
    position: relative;
    letter-spacing: .5px;
	line-height: 1.65em;
    font-family: "Noto Sans JP", sans-serif;
background: #f2f2f2;
background: radial-gradient(circle,rgba(242, 242, 242, 1) 0%, rgba(193, 205, 212, 1) 100%);
	background-attachment: fixed;
}

#ha_wrap ul,#ha_wrap li{
    margin: 0;
    padding: 0;
    list-style: none;
}
#ha_wrap a,#ha_wrap a:hover {
    text-decoration: none;
}
#ha_wrap img {
    width: 100%;
    line-height: 0;
    position: relative;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", sans-serif;
}
.Inter{
    font-family: "Inter", sans-serif;
}
.Notosans{
    font-family: "Noto Sans JP", sans-serif;
}
.MrsEavesXLSerif{
    font-family: mrs-eaves-xl-serif, serif;
}
.MrsEavesXLSerifNarrow{
    font-family: mrs-eaves-xl-serif-narrow, serif;
}
.JolyDisplay{
    font-family: joly-display, sans-serif;
}

.Helvetica {
	font-family: helvetica-lt-pro, sans-serif;
}



/**********************************************  
header
**********************************************/

#ha_head{
	max-width: 1000px;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
	padding: 6% 0;
}
#ha_head .title{
    font-family: mrs-eaves-xl-serif, serif;
    font-size: 70px;
    margin: 0 auto;
	text-align: center;
	font-weight: normal;
	line-height: 1em;
}
#ha_head .title_s{
    font-family: "Noto Serif JP", sans-serif;
    font-size: 22px;
    margin: 3% auto;
    text-align: center;
    font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 1em;
}
#ha_head .lead{
    display: inline-block;
    margin: 5% auto 0;
    text-align: center;
    font-size: 17px;
    line-height: 2em;
    letter-spacing: 2px;
}

#ha_head .title{
    opacity: 0;
    transform: translateY(40px);
	transition: 1.5s all 0.4s ease;
}
#ha_head .title_s{
    opacity: 0;
    transform: translateY(40px);
	transition: 1.5s all 0.2s ease;
}
#ha_head .lead{
    opacity: 0;
    transform: translateY(40px);
	transition: 1.5s all 0.6s ease;
}
#ha_head.on .title,#ha_head.on .title_s,#ha_head.on .lead{
	opacity: 1;
    transform: translate(0);
}

/**********************************************  
contents
**********************************************/
#ha_contents{
	max-width: 1000px;
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin: 0% auto 0;
    padding: 0;
}
#ha_contents section{
	width: 100%;
	display: inline-block;
	margin: 0% auto;
	position: relative;
	padding: 10% 0;
}
#ha_contents section .look1{
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
#ha_contents section .look1 .main{
    width: 50%;
    float: left;
    position: relative;
    margin: 0 auto;
}
#ha_contents section .look1 .sub01{
    width: 40%;
    float: left;
    position: relative;
    margin: 5% 0 0 10%;
}
#ha_contents section .look1 .sub02{
    width: 45%;
    float: right;
    position: relative;
    margin: 25% auto 0;
}
#ha_contents section .look1 .sub03{
    width: 40%;
    float: left;
    position: relative;
    margin: 5% auto 0;
}
#ha_contents section .look2 .main{
    width: 50%;
    float: right;
    position: relative;
    margin: 0 auto;
}
#ha_contents section .look3 .main{
    width: 65%;
    float:left;
    position: relative;
    margin: 0 auto;
}
#ha_contents section .look2 .sub01{
    width: 45%;
    float: left;
    position: relative;
    margin: 20% auto 0;
}
#ha_contents section .look2 .sub02{
    width: 45%;
    float: right;
    position: relative;
    margin: 5% 5% 0;
}
#ha_contents section .look3 .sub01{
    width: 35%;
    float: left;
    position: relative;
    margin: 20%  0 0 10%;
}
#ha_contents section .look3 .sub02{
    width: 50%;
    float: right;
    position: relative;
    margin: 5% auto 0;
}

#ha_contents section .look1 .label{
    width: 45%;
    float: right;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
#ha_contents section .look2 .label{
    width: 45%;
    float: left;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
#ha_contents section .look3 .label{
    width: 30%;
    float: right;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}

#ha_contents section .No{
    font-family: mrs-eaves-xl-serif, serif;
    font-weight: 500;
    font-size: 30px;
    text-align: left;
    margin: 0 auto;
    line-height: 1em;
}
#ha_contents section .look1 .credit_box{
    width: 30%;
    float: right;
    margin: 20% 15% 0 0;
}
#ha_contents section .look2 .credit_box{
    width: 30%;
    float: left;
    margin: 20% 15% 0 0;
}
#ha_contents section .look3 .credit_box{
    width: 30%;
    float: right;
    margin: 20% 0% 0 0;
}
#ha_contents section .credit a {
	position: relative;
    width: 100%;
    color: #000000;
    display: inline-block;
	letter-spacing: .8;
    line-height: 2.0;
    font-weight: 500;
    font-size: 13px;
    padding: 1.5% 0 1.3%;
    border-bottom: #000000 1px solid;
    font-family: mrs-eaves-xl-serif, serif;
    text-align: left;
}
#ha_contents section .credit a::after {
    position: absolute;
    content: "+";
    right: 2%;
    bottom: -30%;
    font-size: 25px;
    font-weight: 300;
}



/************************************************************
               button
************************************************************/
.btn_01 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto;
    width: 60%;
    padding: 2.5% 0%;
    color:#fff;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 15px;
    /*border-radius: 100vh;*/
    line-height: 1.6em;
    font-family: mrs-eaves, serif;
    float: none;
    letter-spacing: 0px;
    background: #222;
}
.btn_01 a:hover {
    background: #333;
    color: #FFFFFF;
}
.btn_02{
	width: 48%;
	display: inline-block;
}
.btn_02 a {
    position: relative;
	display: inline-block;
    margin: 5% auto;
    width: 100%;
    padding: 2% 0%;
    color:#222;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 18px;
    /*border-radius: 100vh;*/
    line-height: 1.3em;
    font-family: "mrs-eaves-xl-serif", serif;
    float: none;
    letter-spacing: 0px;
    background: #fff;
    border: #222 1px solid;
}
.btn_02 a:hover {
    background: #333;
    color: #FFFFFF;
	border: #333 1px solid;
}

.btn_all a {
    background: #333;
    position: relative;
    display: inline-block;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto 15%;
    width: 80%;
    padding: 3% 2%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 15px;
    float: none;
    border-radius: 0px;
    line-height: 2em;
    letter-spacing: 2px;
    font-family: "mrs-eaves-xl-serif", serif;
}

/*.btn_all a:hover {
    background: #333333;
    color: #FFFFFF;
}*/
.btn_all a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
/*.btn_all a:hover:after {
    border-color: #FFFFFF;
}*/


.small{
	font-size: 80%;
}

.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.hr{
	width: 100%;
	border-top: 1px solid #B7B7B7;
	margin: 5% auto 8%;
}




/************************************************************
 sp
************************************************************/

@media only screen and (max-width:767px){
    
    #ha_wrap{
        background: #f2f2f2;
        background: radial-gradient(circle,rgba(242, 242, 242, 1) 0%, rgba(216, 226, 232, 1) 100%);
        background-attachment: inherit;
    }
    
    #ha_head{
        padding: 15% 0 10%;
    }
    
    #ha_head .title{
        font-size: 45px;
    }
    #ha_head .title_s{
        font-size: 18px;
        line-height: 2em;
    }
    #ha_head .lead{
        font-size: 14px;
        letter-spacing: 0px;
    }
    #ha_contents section .look1 .main{
        width: 70%;
    }
    #ha_contents section .look2 .main{
        width: 70%;
    }
    #ha_contents section .look3 .main{
        width: 70%;
    }
    #ha_contents section .look1 .sub01{
        width: 40%;
        margin: 5% 0 0 5%;
    }
    #ha_contents section .look1 .sub02{
        width: 50%;
        margin: 25% 0% 0 0;
    }
    #ha_contents section .look1 .sub03{
        width: 40%;
        margin: 5% 0 0 5%;
    }
    #ha_contents section .look2 .sub01{
        width: 50%;
        margin: 5% auto 0;
    }
    #ha_contents section .look2 .sub02{
        width: 40%;
        margin: 17% 5% 0 0;
    }
    #ha_contents section .look3 .sub01{
        margin: 35% 0 0 5%;
    }
    #ha_contents section .look3 .sub02{
        width: 55%;
    }
    
    #ha_contents section .look1 .label{
        width: 25%;
    }
    #ha_contents section .look2 .label{
        width: 25%;
        margin: 0 0 0 5%;
    }
    #ha_contents section .look3 .label{
        width: 25%;
    }
    #ha_contents section .No{
        font-size: 20px;
    }
    #ha_contents section .look1 .credit_box{
        width: 63%;
        float: left;
        display: inline-block;
        margin: 5% 0 15% 5%;
    }
    #ha_contents section .look2 .credit_box{
        width: 63%;
        float: right;
        display: inline-block;
        margin: 5% 5% 15% 0;
    }
    #ha_contents section .look3 .credit_box{
        width: 63%;
        float: left;
        display: inline-block;
        margin: 5% 0 15% 5%;
    }
	
	.btn_01 a{
		width: 80%;
	}
	
    
    
    
    .storong{
        font-size: 110%;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }



}
/************************************************************
 動きCSS
************************************************************/
/* ============ fade CSS ============ */
.slider{
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: anime 4s 0s infinite;
	
}

.slider:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.slider img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

@keyframes anime {
0% {
opacity: 1;
}
50% {
opacity: 1;
}
60% {
opacity: 0;
z-index: 10;
}
100% {
opacity: 0;
}
}

/************************************************************
 動きJS
************************************************************/

.fade01{
	opacity: 0;
	transition: 1.5s all 0s ease;
}
.fade02{
	opacity: 0;
	transition: 1.8s all 0.4s ease;
}
.fade03{
	opacity: 0;
	transition: 1.8s all 0.6s ease;
}
.fade04{
	opacity: 0;
	transition: 1.8s all 0.8s ease;
}
.fade01.ac,.fade02.ac,.fade03.ac,.fade04.ac{
	opacity: 1;
    transform: translate(0);
}
.anim01 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.2s ease;
}
.anim02 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.4s ease;
}

.anim01.ac,.anim02.ac {
	opacity: 1;
    transform: translate(0);
}

#ha_contents section img {
  opacity: 0;
  transition: opacity 0.5s linear, transform 0.5s linear;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  will-change: transform, opacity;
  transform: translate3d(0, 0, 0);
}

#ha_contents section img.img-blur {
  animation-name: imageBlur;
  opacity: 1;
  transition: opacity 0.8s;
}

@-webkit-keyframes imageBlur {
    from {
        opacity: 0;
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }
    to {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

@keyframes imageBlur {
    from {
        opacity: 0;
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }
    to {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}



