@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&family=Inter:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap');



*:focus {
  outline: none;
}

#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0% auto 0;
    padding: 0;
    display: block;
    letter-spacing: 1px;
    font-weight: 400;
    background: #d3e6e8;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-animation: fadein 1s forwards ease;
    animation: fadein 1s forwards ease;
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}
#ha_wrap img{
    width: 100%;
    border: 0;
	vertical-align: bottom;
    line-height: 0;
} 
#ha_wrap ul{
	padding: 0;
	overflow: hidden;
    margin: 0 auto;
}
#ha_wrap li{
	list-style: none;
    margin: 0 auto;
}
#ha_wrap a{
    text-decoration: none;
}
#ha_wrap a:link{
    text-decoration: none;
}
#ha_wrap a:hover{
    opacity: 1;
}


/************************************************************
                head
************************************************************/
#ha_head{
    width: 100%;
    margin: 0 auto;
}
#ha_head .visual{
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    z-index: 5;
}
#ha_head .title_box{
    position: absolute;
    width: 20%;
    left: 25%;
    top: 25%;
    z-index: 6;
    display: inline-block;
}
#ha_head .title_s1{
    width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
}
#ha_head .title{
    width: 98%;
    margin: 12% auto 15%;
    display: block;
    float: left;
}
#ha_head .title_s2{
    width: 70%;
    float: left;
    margin: 5% auto 0;
}
#ha_head .lead{
    font-size: 17px;
    text-align: center;
    margin: 5% auto;
    display: inline-block;
    position: relative;
    line-height: 2.2em;
}
/************************************************************
                contents
************************************************************/

#ha_contents{
    width: 100%;
    display: inline-block;
    margin: 5% auto 0;
    position: relative;
    overflow: hidden;
}
#ha_contents .ha_box{
    max-width: 1000px;
    width: 100%;
    display: inline-block;
    margin: 5% auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    line-height: 0;
    vertical-align: bottom;
}
#ha_contents .item_box{
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 5% 0;
    background: rgb(98,164,199);
    background: linear-gradient(90deg, rgba(98,164,199,1) 0%, rgba(148,193,216,1) 35%, rgba(184,214,229,1) 100%);
    
}
#ha_contents .item_box .inner{
    max-width: 700px;
    width: 100%;
    display: inline-block;
}
#ha_contents .item_box img{
    width: 43%;
    float: left;
    margin: 0 auto;
}
#ha_contents .item_box .item{
    width: 55%;
    float: right;
    display: inline-block;
    font-family: 'Inter', sans-serif;
    margin: 8% auto 0;
    
}
#ha_contents .item_box .item .credit{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    line-height: 2em;
    color: #FFFFFF;
}
#ha_contents .item_box .item .price{
    font-size: 20px;
    margin: 3% auto;
    line-height: 1em;
    text-align: center;
}
#ha_contents .item_box .btn_box{
    width: 55%;
    float: right;
    display: inline-block;
    margin: 0 auto;
}
#ha_contents .style_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 10% auto 0;
}
#ha_contents .style_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 3%;
}
#ha_contents .style_box ul li{
    display: inline-block;
    position: relative;
}
#ha_contents .style_box ul li .style{
    width: 100%;
    position: relative;
    z-index: 6;
    padding-bottom: 10%;
}
#ha_contents .style_box ul li .style .ttl{
    width: 30%;
    bottom: 5%;
    left: 35%;
    position: absolute;
    z-index: 7;
    opacity: .7;
}

#ha_contents .style_box ul li .txt_box{
    width: 98%;
    text-align: center;
    margin: 0% auto;
    display: inline-block;
    position: relative;
}
#ha_contents .style_box ul li .txt_box p{
    font-size: 14px;
    text-align: left;
    line-height: 2em;
    margin: 0 auto;
}



/************************************************************
                button
************************************************************/
.btn01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 50%;
	margin: 5% auto 0;
    padding: 3% 0;
    background: #0E0E0E;
	color: #FFFFFF;
	transition: 0.5s;
    font-size:14px;
    font-weight: 500;
    line-height: 1em;
    float: none;
    font-family: 'Inter', sans-serif;
}
.btn01 a:hover {
    background: #2997d0;
    color: #FFFFFF;
    opacity: 1;
}
.btn02 a{
    position: relative;
    background: #FFFFFF;
    width: 100%;
    display: inline-block;
    font-family: 'Inter', sans-serif;
    letter-spacing: .8;
    line-height: 1.6;
    font-weight: 500;
    font-size: 13px;
    padding: 1.5% 0;
    margin: 5% auto 0;
    color: #000000;
}
.btn02 a::after {
    position: absolute;
    content: "+";
    right: 2%;
    bottom: 4%;
    font-size: 22px;
    font-weight: 300;
    color: #000000;
}


/*.btn02{
    margin: 0% auto 0;
}
.btn02 a {
    background: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin: 0% auto 0;
    width: 100%;
    padding: 3% 2%;
    color: #8aa7c5;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 14px;
    float: none;
    border-radius: 0px;
    line-height: 2em;
    border: #8aa7c5 solid 1px;
}
.btn02 a:hover {
    background: #0E0E0E;
    color: #FFFFFF;
    border: #0E0E0E solid 1px;
}
.btn02 a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #8aa7c5 ;
    border-right: 2px solid #8aa7c5 ;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn02 a:hover:after {
    border-color: #FFFFFF;
}*/

/*============ボタンALL============*/
.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    overflow: hidden;
    /*ボタンの形状*/
    width: 60%;
    padding: 2% 0%;
    background: #000000;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #000000;/* ボーダーの色と太さ */
    text-align: center;
    outline: none;
    font-size: 15px;
    margin:4% auto 0;
    font-family: 'Noto Serif JP', serif;
    /*アニメーションの指定*/   
    transition: ease .2s;
    
}
.btn a{
    color: #FFFFFF;
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#FFFFFF;
}

.btn:hover span{
  color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background:#3b4667;/*背景色*/
  width: 100%;
  height: 100%;
    /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.hr{
    width: 100%;
    border-bottom: #FFFFFF 1px solid;
    margin: 0 auto;
    text-align: center;
}


.pc{
	display: block;
}
.sp{
	display: none;
}

.Inter{
    font-family: 'Inter', sans-serif;
}
.Chivo{
    font-family: "Chivo", sans-serif;
}
.NotoSans{
    font-family: "Noto Sans JP", sans-serif;
}
.Right{
    float: right;
}
.Left{
    float: left;
}

.small{
	font-size:60%;
}

.clear {
	clear: both;
}

@media only screen and (max-width:768px){
    #ha_wrap{
        width: 100%;
        padding: 0;
    }
    #ha_head .title_box{
        width: 55%;
        left: 5%;
        bottom: 8%;
        top: inherit;
    }
    #ha_head .lead{
        font-size: 14px;
        margin: 10% auto 15%;
    }
    #ha_contents .item_box{
        padding: 5% 0 10%;
    }
    #ha_contents .item_box .inner{
        width: 85%;
        
    }
    #ha_contents .item_box .item{
        width: 100%;
        float: none;
    }
    #ha_contents .item_box .item .credit{
        font-size: 19px;
        line-height: 1.7em;
    }
    #ha_contents .item_box .item .price{
        font-size: 13px;
    }
    #ha_contents .item_box img{
        width: 90%;
        text-align: center;
        margin: 0 auto;
        float: none;
    }
    #ha_contents .item_box .btn_box{
        width: 100%;
        float: none;
    }
    #ha_contents .style_box{
        width: 85%;
        
    }
    #ha_contents .style_box ul{
        grid-template-columns: 1fr;
    }
    #ha_contents .style_box ul li{
        margin: 10% auto;
    }
    #ha_contents .style_box ul li .style .ttl{
        width: 35%;
        left: 32.5%;
    }
    #ha_contents .style_box ul li .txt_box p{
        font-size: 12px;
    }
    
    
    .btn01 a{
        width: 80%;
        font-size: 12px;
        padding: 5% 0;
    }
    .btn02 a{
        padding: 3% 0;
    }
    .btn02 a::after{
        bottom: 10%;
    }
    .btn{
        width: 94%;
        font-size: 13px;
        line-height: 3em;
        margin: 15% auto 0;
        
    }
    
    .pc{
        display: none;
    }
    .sp{
        display:block;
    }
    
    .Right{
        float: none;
    }
    .Left{
        float: none;
    }


}

