@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=EB+Garamond:wght@400;500;600;700&family=Inter:wght@100;200;300;400;500;600;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200&display=swap');
*:focus {
  outline: none;
}

#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0% auto 0;
    padding: 0% 0 10%;
    display: block;
    letter-spacing: 1px;
    font-weight: 400;
    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;
} 
#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%;
    position: relative;
    margin: 0 auto;  
    display:block;
}
#ha_head .contents {
	width: 100%;
	margin: 0 auto;
}
#ha_head .section::after {
	display: block;
	clear: both;
	content: "";
}
#ha_head .section .single {
	width:100%;
	float: right;
	padding-right: 0%;
}
#ha_head .section .single .main {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0% auto;
}

#ha_head .section .single .main img {
	opacity: 0;
}
#ha_head .section .single .main::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	background: rgba(255,255,255,1);
	width: 100%;
	height: 100%;
}
#ha_head .section.ac .single .main img {
    -webkit-animation: fade 1s forwards 1.2s ease;
    animation: fade 1s forwards 1.2s ease;
}
#ha_head .section.ac .single .main::before {
    -webkit-animation: slidein 1.2s forwards 0s ease;
    animation: slidein 1.2s forwards 0s ease;
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slidein {
    0% {
		  left: -100%
	  }
	  40% {
		  left: 0;
		}
		60% {
			left: 0%;
		}
		100% {
			left: 100%;
		}
		
	}
	@keyframes slideup {
	  0% {
		  top: 0%
	  }
		100% {
			top: -100%;
		}
		
	}
	@keyframes open {
	  0% {
		  opacity: 1;
	  }
	  100% {
		  opacity: 0;
		}
	}
#ha_head .section .single .main .title_box{
    width: 35%;
    position: absolute;
    left: 32.5%;
    top: 50%;
    transform: translate(0%,-50%);
    display: inline-block;
}
#ha_head .section .single .main .title_box .title{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#ha_head .section .single .main .title_box .title_s1{
    width: 50%;
    text-align: center;
    margin: 5% auto;
}
#ha_head .section .single .main .title_box .title_s2{
    width: 94%;
    text-align: center;
    margin: 5% auto;
}
#ha_head .lead{
    width: 100%;
    margin: 6% auto;
    line-height: 2em;
    display: inline-block;
    font-size: 17px;
    letter-spacing: 2px;
}
#ha_contens{
    max-width: 1500px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 5% auto 0%;
    position: relative;
}
#ha_contens .ha_box{
    width: 100%;
    display: inline-block;
    margin: 8% auto;
    position: relative;
}
#ha_contens .ha_box .ttl_box{
    width: 48%;
    display: inline-block;
    margin: 2% auto;
}
#ha_contens .ha_box .ttl_box .ttl{
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
#ha_contens .ha_box .img_box{
    width: 50%;
    display: inline-block;
    margin: 0 auto;
}
#ha_contens .ha_box .img_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}
#ha_contens .ha_box .img_box ul li{
    box-sizing: border-box;
    margin: 2%;
    position: relative;
    
}
#ha_contens .ha_box .detail_box{
    width: 48%;
    margin: 5% auto;
    display: inline-block;
    text-align: center;
    position: relative;
}
#ha_contens .ha_box .detail_box .txt{
    font-size: 15px;
    text-align: center;
    line-height: 1.9em;
    margin: 0 auto;
}
#ha_contens .ha_box .detail_box .credit{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 2em;
    font-family: 'Noto Serif JP', serif;
}
#ha_contens .ha_box .detail_box .hr{
    width: 30%;
    text-align: center;
    border-top: #000000 2px solid;
    position: relative;
    margin: 10% auto;
}
#ha_contens .sub{
    width: 60%;
    margin: 3% auto;
}
#ha_contens .ha_box .other_box{
    width: 60%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}
#ha_contens .ha_box .other_box .ttl{
    width: 50%;
    text-align: center;
    margin: 0 auto 8%;
}
#ha_contens .ha_box .other_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}
#ha_contens .ha_box .other_box ul li{
    box-sizing: border-box;
    position: relative;
    margin: 2%;
}
#ha_contens .ha_box .other_box .credit{
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 2em;
    margin: 5% auto;
    font-family: 'Noto Serif JP', serif;
}



/************************************************************
                button
************************************************************/
.btn01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 45%;
	margin: 7% auto 0%;
    padding: 2% 0;
    background: #FFFFFF;
    border: #000000 1px solid;
	color: #000000;
	transition: 0.5s;
    font-size:16px;
    font-weight: 500;
    line-height: 1em;
    font-family: 'Cormorant Garamond', serif;
    float: none;
}
.btn01 a:hover {
    background: #000000;
    color: #FFFFFF;
    opacity: 1;
}
.btn02 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 50%;
	margin: 7% auto 0%;
    padding: 2.5% 0;
    background: #FFFFFF;
    border: #000000 1px solid;
	color: #000000;
	transition: 0.5s;
    font-size:16px;
    font-weight: 500;
    line-height: 1em;
    font-family: 'Cormorant Garamond', serif;
    float: none;
}
.btn02 a:hover {
    background: #000000;
    color: #FFFFFF;
    opacity: 1;
}

/*============ボタン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);
}


.pc{
	display: block;
}
.sp{
	display: none;
}

.Inter{
    font-family: 'Inter', 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% 0 15%;
    }
	#ha_head .section .single {
		width:100%;
		float: right;
		padding-right: 0%;
		margin:0% auto 0
	}
	#ha_head .section .single .main {
		width: 100%;
	}
    #ha_head .section .single .main .title_box{
        width: 70%;
        left: 15%;
    }
    #ha_head .lead{
        font-size: 14px;
        margin: 15% auto;
    }
    #ha_contens .ha_box .ttl_box{
        width: 100%;
        text-align: center;
        margin: 0 auto 10%;
    }
    #ha_contens .ha_box .ttl_box .ttl{
        width: 80%;
    }
    #ha_contens .ha_box .img_box{
        width: 100%;
        text-align: center;
        margin: 5% auto;
    }
    #ha_contens .ha_box .detail_box{
        width: 92%;
        text-align: center;
    }
    #ha_contens .ha_box .detail_box .txt{
        width: 100%;
        float: left;
        font-size: 13px;
        display: inline-block;
        text-align: left;
    }
    #ha_contens .ha_box .detail_box .hr{
        float: left;
        width: 20%;
        display: block;
    }
    #ha_contens .ha_box .detail_box .credit{
        width: 100%;
        display: inline-block;
        float: left;
        text-align: left;
        font-size: 14px;
        
    }
    #ha_contens .sub{
        width: 100%;
        margin: 10% auto 15%;
    }
    #ha_contens .ha_box .other_box{
        width: 94%;
    }
    #ha_contens .ha_box .other_box .ttl{
        width: 80%;
    }
    #ha_contens .ha_box .other_box .credit{
        font-size: 12px;
        text-align: left;
        line-height: 1.6em;
        margin: 10% auto;
    }
    .btn01 a{
        width: 100%;
        float: left;
        font-size: 14px;
        padding: 4% 0;
    }
    .btn02 a{
        width: 100%;
        float: left;
        font-size: 14px;
        padding: 4% 0;
    }
    .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;
    }

}

