@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&family=Lato:wght@100;300;400;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
*:focus {
  outline: none;
}

#ap_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
	color: #333333;
    display: block;
    padding: 5% 0 0;
    letter-spacing: 1px;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
	font-feature-settings: "palt";
	background: #a7a7a7;
	line-height: 1.6;
}
/*@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}*/
.inner{
	max-width: 650px;
	margin: 0 auto;
	background: #ffffff;
	padding-bottom: 1%;
}

#ap_wrap a{
    text-decoration: none;
}
#ap_wrap a:hover{
    text-decoration: none;
}
#ap_wrap a:link{
    opacity: 1;
}
#ap_wrap img{
    width: 100%;
    line-height:0;
    vertical-align: bottom;
    border: none;
}

/************************************************************
                main 
************************************************************/
#ap_head {
	width: 100%;
	margin: 0 auto;
}

#ap_head .head_img{
    position: relative;
	font-weight: 500;
	font-family: "avenir-lt-pro", sans-serif;
	color: #ffffff;
}

/*@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translate(0);
    }
}*/

#ap_head .logo{
	position: absolute;
	bottom: 16%;
    right: 0;
    left: 0;
    margin: 0 auto;
	width: 90px;
	animation: fadeup 2s 0.4s forwards;
}

#ap_head .title{
	position: absolute;
	bottom: 5%;
    right: 0;
    left: 0;
    margin: 0 auto;
	font-size: 40px;
	animation: fadeup 4s 0.4s forwards;
	color: #333333;
	font-weight: 700;
}

#ap_head .head_img{
	animation: blurFadeIn 1.8s ease-out forwards;
    margin: auto;
}

/*@keyframes blurFadeIn {
    0% {
        filter: blur(15px);
        opacity: 0;
    }
    100% {
        filter: blur(0px);
        opacity: 1;
    }
}*/

#ap_head .lead{
	margin: 10% auto;
	letter-spacing: 2px;
	line-height: 2;
	font-size: 18px;
}


/************************************************************
               obi
************************************************************/
.obi {
    width: 100%;
    overflow: hidden;
    background: #333333;
    color: #ffffff;
    font-family: "EB Garamond", serif;
    padding: 5px 0;
}

/* 2つのセットを横に並べるコンテナ */
.obi_inner {
    display: flex;
    width: max-content; /* 中身のサイズに合わせる */
}

/* アニメーション：全体の半分（1セット分）移動したらリセット */
.obi_inner.looping {
    animation: loop-infinite 30s linear infinite;
}

.obi .txt {
    white-space: nowrap;
    font-size: 20px;
    padding-right: 40px;
}

@keyframes loop-infinite {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/************************************************************
               contents
************************************************************/
.ap_content{
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
	background: #ffffff;
}
.ap_content .ap_box{
    width: 100%;
    display: inline-block;
    position: relative;
	text-align: center;
	margin-bottom: 7%;
}


/************************************************************
               VISUAL
************************************************************/
.visual_box{
	margin: 15% 0;
}

.visual_box img{
	width: 90%!important;
	margin: 0 auto;
}

.cate_ttl{
	font-size: 30px;
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 600;
	border-bottom: 2px solid #333333;
	margin-bottom: 10%;
}

.visual_box .txt_box{
	margin: 5% auto;
}

.visual_box .txt_box .ttl{
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 600;
	font-size: 23px;
}

.visual_box .txt_box .sub_ttl{
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 3%;
}

.visual_box .txt_box .lead{
	font-size: 14px;
}


/************************************************************
               TOPICS
************************************************************/
.topics_wrap{
	margin: 15% 0;
}

.topics_wrap .txt_box{
	margin: 5% auto;
}

.topics_wrap .txt_box .ttl{
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 600;
	font-size: 23px;
}

.topics_wrap .txt_box .lead{
	font-size: 15px;
	margin: 3% auto;
}

.topics_wrap .topics_box{
	width: 90%;
	margin: 0 auto 10%;
}

.topics_wrap .topics_box .img_box{
	position: relative;
}
.topics_wrap .topics_box .img_box .date{
	top: 0;
	position: absolute;
	width: 135px;
	height: 40px;
	line-height: 40px;
	background: #333333;
}
.topics_wrap .topics_box .img_box .date span.date01{
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
}
.topics_wrap .topics_box .img_box .date span.date02{
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
}

.cs_box{
	display: flex;
	column-gap: 2%;
}

.cs_box .img_box{
	position: relative;
}
.cs_box .img_box .date{
	top: 0;
	position: absolute;
	width: 100px!important;
	height: 30px!important;
	line-height: 27px!important;
	background: #333333;
}
.cs_box .img_box .date span.date01{
	font-size: 12px!important;
}

.cs_box .txt_box .ttl{
	font-size: 18px;
}

.cs_box .txt_box .lead{
	font-size: 13px;
}


/************************************************************
               STAFF COMMENT
************************************************************/
.staff_contents{
	margin: 15% 0 10%;
}

.staff_contents .staff_wrap{
	display: flex;
	flex-wrap: wrap;
	column-gap: 3%;
	justify-content: space-evenly;
	width: 90%;
	margin: 0 auto 5%;
}

.staff_contents .staff_wrap .staff_box{
	width: 48%;
	background: #ededed;
	padding: 4%;
	margin-bottom: 3%;
}

.staff_contents .staff_wrap .staff_box img.staff_img{
	border-radius: 50%;
	width: 75%!important;
}

.staff_contents .staff_wrap .staff_box .name{
	margin: 5% 0;
	font-size: 16px;
	line-height: 1.4;
}

.staff_contents .staff_wrap .staff_box .name span{
	font-size: 12px;
}

.staff_contents .staff_wrap .staff_box .sns_box{
	display: flex;
    column-gap: 10%;
    width: 115px;
    margin: 10% auto;
}

.staff_contents .staff_wrap .staff_box .sns_box .ig img{
	background: #ffffff;
	border-radius: 50%;
}

.staff_contents .staff_wrap .staff_box .sns_box .sb img{
	background: #ffffff;
	border-radius: 50%;
}

.staff_contents .staff_wrap .staff_box .txt{
	font-size: 13px;
	text-align: left;
}

.staff_contents .staff_wrap .staff_box .sns_box1{
	background: #ffffff;
	border-radius: 50%;
	width: 23%;
	margin: 10% auto;
}


/************************************************************
               ボタン
***********************************************************/
.btn_01{
	margin-top: 0;
	font-family: "EB Garamond", serif;
}

.btn_01 a {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    margin: 0 auto;
    color: #333333;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 600;
    line-height: 1em;
	border: 1px solid #333333;
	padding: 10px 50px;
	position: relative;
}

.btn_01 a::after{
    content: '';
    border: 0;
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    display: inline-block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}

.btn_02{
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    margin: 0 auto;
    color: #a7a7a7;
    transition: 0.5s;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
	padding: 10px 0;
	position: relative;
	font-family: "EB Garamond", serif;
}


.btn{
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #555;
    width: 50%;
    padding: 2% 4%;
    text-align: center;
    outline: none;
    color: #333333; 
    transition: ease .2s;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
}


.btn_all a {
    background: #333333;
    color: #ffffff!important;
	border: 1px solid #333333;
    font-size: 14px;
    font-weight: 500;
    width: 90%;
    line-height: 2em;
    letter-spacing: 1px;
    margin: 15% auto 10%;
    display: inline-block;
    border-radius: 3px;
    padding: 4.5% 0
}

.w_60{
    width: 60%;
    margin: 0 auto;
}


/************************************************************
               その他
***********************************************************/
.sp {
	display:none;
}
.pc{
    display: block;
}い
.small{
	font-size: 75%;
}

.Left{
    float: left;
}
.Right{
    float: right;
}

.clear {
	clear: both;
}
.Poppins{
    font-family: 'Poppins', sans-serif;
}

.mb_20{
	margin-bottom: 20%;
}


/************************************************************
                SP
************************************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
        padding: 10% 0 0%;
    }	
	
	#ap_wrap ul{
		margin: 8% 15%;
	}
	
    #ap_wrap li {
        width: 100%;
    }
	
    #ap_head .logo{
		bottom: 17%;
        width: 60px;
    }

    #ap_head .title{
		bottom: 4%;
        font-size: 30px;
    }
	
	#ap_head .lead{
		font-size: 14px;
	}
	
    .visual_box img {
        width: 95% !important;
        margin: 0 auto;
    }	
	
    .topics_wrap .topics_box {
        width: 95%;
        margin: 0 auto 15%;
    }	
	
    .topics_wrap .txt_box .lead {
        font-size: 13px;
    }	

    .cs_box .txt_box .ttl {
        font-size: 15px;
    }	
	
    .staff_contents .staff_wrap {
        width: 95%;
    }
	
    .staff_contents .staff_wrap .staff_box .name {
        font-size: 14px;
    }
	
    .staff_contents .staff_wrap .staff_box .sns_box {
        width: 100px;
    }	
	
    .staff_contents .staff_wrap .staff_box {
        width: 48%;
        padding: 3%;
    }
    .staff_contents .staff_wrap .sns_box1{
          width: 28%!important;
    }	
	
    .obi .txt {
        font-size: 16px;
    }

	/*button*/
    .btn_01 a{
		font-size: 13px;
    }
	
    .btn_02{
		font-size: 16px;
    }		
    
    .btn{
        font-size: 13px;
        width: 90%;
        padding: 3% 4%;
    }
	
	/*その他*/
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    .small{
        font-size: 70%;
    }
	
}
