@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Inter:wght@100;200;300;400;500;600;700&family=Libre+Baskerville:wght@400;700&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300&display=swap');
*:focus {
  outline: none;
}

#ap_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
	color: #000000;
    display: block;
    padding: 5% 0 0;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
    letter-spacing: 1px;
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}
#ap_wrap ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#ap_wrap li{
	list-style: none;
}
#ap_wrap a{
    text-decoration: none;
    color: #000000;
}
#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 {
    max-width: 1000px;
	width: 100%;
	margin: 0 auto;
    position: relative;
}
#ap_head .title{
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
#ap_head .lead{
    font-size: 18px;
    text-align: center;
    line-height: 2em;
    font-weight: 400;
    margin: 3% auto;
    letter-spacing: 2px;
    display: block;
}
#ap_head .lead span{
    font-weight: 500;
    font-size: 110%;
}

/************************************************************
               contents
************************************************************/
#ap_contents{
	width: 100%;
    margin: 10% auto 0;
}

#ap_contents .section{
    margin: 0 auto 5%;
    box-sizing: border-box;
}
#ap_contents .section .no{
	position: relative;
	font-size: 40px;
	font-family: 'Cormorant Garamond', serif;
	margin: 0 auto;
	text-align: center;
}
#ap_contents .section .no span{
	font-size: 70px;
	font-style: italic;
}
#ap_contents .section .no::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #000;
	height: 2px;
	width: 0;
	opacity: 0;
	transition: 0.8s all 0s ease;
}
#ap_contents .section .no.ac::before{
	width: 40%;
	opacity: 1;
}
#ap_contents .section .no::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	background: #000;
	height: 2px;
	width: 0;
	opacity: 0;
	transition: 0.8s all 0s ease;
}
#ap_contents .section .no.ac::after{
	width: 40%;
	opacity: 1;
}
#ap_contents .ap_box{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
#ap_contents .ap_box .inner{
    max-width:1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
#ap_contents .ap_box .inner .staff_wrap{
    width: 100%;
    border-top: #000000 dotted 1px;
    border-bottom: #000000 dotted 1px;
    text-align: center;
    display: inline-block;
    margin: 5% auto 10%;
    padding: 2% 0;
}

#ap_contents .ap_box .inner .staff_wrap .staff_box{
    max-width: 400px;
    width: 100%;
    text-align: center;
    margin: 0% auto;
    display: inline-block;
}
#ap_contents .ap_box .inner .staff_box .staff{
    width: 50%;
    float: left;
}
#ap_contents .ap_box .inner .staff_box .detail{
    width: 45%;
    float: right;
    display: inline-block;
    padding-top: 12%;
}
#ap_contents .ap_box .inner .staff_box .detail .ttl{
    font-size: 19px;
    text-align: left;
    display: inline-block;
    line-height: 1em;
    font-weight: 500;
    float: left;
    margin:0 auto 10%;
    background: linear-gradient(transparent 40%, #d7d7cd 60%);
}


#ap_contents .ap_box .inner .staff_box .detail p{
    width: 100%;
    font-size: 15px;
    text-align: left;
    margin: 5% auto;
    display: inline-block;
    line-height: 1em;
    font-family: 'Noto Serif JP', serif;
}
#ap_contents .ap_box .inner .staff_box .detail .sb{
    width: 70%;
    text-align: center;
    margin: 2% auto;
    float: left;
}
#ap_contents .ap_box .inner .style{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
#ap_contents .ap_box .inner .style ul{
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 4%;
}
#ap_contents .ap_box .inner .style ul li{
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15%;
}
#ap_contents .ap_box .inner .style .lead{
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    line-height: 1em;
    font-family: 'Noto Serif JP', serif;
}
.kakko01 {
	padding: 25px;
	position: relative;
        text-align: center;
}
.kakko01::before, .kakko01::after {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
}
.kakko01::before {
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	top: 0;
	left: 0;
}
.kakko01::after {
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	bottom: 0;
	right: 0;
}

#ap_contents .ap_box .inner .style .img{
    width: 100%;
    margin: 5% auto;
    display: block;
    text-align: center;
}
#ap_contents .ap_box .inner .style ul li .cmt{
    font-size: 13px;
    text-align: left;
    margin: 0% auto;
    line-height: 2em;
    font-weight: 400;
    display: inline-block;
}
#ap_contents .ap_box .inner .style ul li .item a{
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 400;
    display: block;
    color: #000000;
    border-bottom: #000000 1px solid;
    width: 50%;
    margin: 0 auto;
}
.footer{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    border-top: #000000 1px solid;
    border-bottom: #000000 1px solid;
    font-size: 14px;
    padding: 1% 0;
    line-height: 1em;
    font-weight: 500;
}


.btn_all a {
    background: #2A2A2A;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    width: 98%;
    line-height: 2em;
    letter-spacing: 1px;
    margin: 0% auto 0;
    display: inline-block;
    border-radius: 3px;
    padding: 5% 0
}
   
/************************************************************
               button
************************************************************/
/*== ボタン共通設定 */
.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: #000000;
    background: #FFFFFF;
    /*アニメーションの指定*/   
    transition: ease .2s;
    font-size: 16px;
    line-height: 2em;
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#333;
}

.btn:hover span{
  color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background:#333;/*背景色*/
  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);
}



.sp {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 50%;
}
.hr{
    border-bottom: #BCBABA dotted 1px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.clear {
	clear: both;
}
.Noto{
    font-family: 'Noto Serif JP', serif;
}
.Cormorant{
    font-family: 'Cormorant Garamond', serif;
}
.Bg_Gray{
    background: #F5F5F5;
}


/************************************************************
                SP
************************************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
        padding: 10% 0 0;
    }
    #ap_head .title{
        width: 90%;
    }
    #ap_head .lead{
        font-size: 14px;
        margin: 10% auto 5%;
        line-height: 2.2em;
    }
    #ap_contents .section .no{
        font-size: 20px;
    }
    #ap_contents .section .no.ac::before{
        width: 32%;
    }
    #ap_contents .section .no.ac::after{
        width: 32%;
    }
    #ap_contents .ap_box .inner{
        width: 90%;
        margin: 10% auto 5%;
        display: inline-block;
        position: relative;
    }
    #ap_contents .ap_box .inner .staff_box{
        width: 70%;
        margin: 5% auto;
    }
    #ap_contents .ap_box .inner .staff_box .detail .ttl{
        font-size: 15px;
    }
    #ap_contents .ap_box .inner .staff_box .detail p{
        font-size: 12px;
    }
    #ap_contents .ap_box .inner .staff_box .detail .sb{
        width: 85%;
    }
    #ap_contents .ap_box .inner .style{
        width: 86%;
        text-align: center;
        margin: 0 auto;
    }
    #ap_contents .ap_box .inner .style ul{
        grid-template-columns: 1fr;
    }
    #ap_contents .ap_box .inner .style .lead{
        font-size: 15px;
    }
    .kakko01 {
        padding: 20px;
    }
    .kakko01::before, .kakko01::after {
        width: 25px;
        height: 25px;
    }
    #ap_contents .ap_box .inner .style ul li .cmt{
        line-height: 1.7em;
    }
    .footer{
        font-size: 11px;
        padding: 3% 0;
    }
    
    
    .btn{
        width: 85%;
        font-size: 13px;
        margin: 0 auto;
        padding: 3% 4%;
    }
    .btn_all a {
        background: #FFFFFF;
        color: #000000;
        padding: 1% 0;
        font-size: 14px;
        font-weight: 500;
        width: 94%;
        line-height: 2em;
        letter-spacing: 1px;
        margin: 0% auto 0;
        font-family: 'Lato', sans-serif;
        display: inline-block;
        /* border-radius: 5px; */
        padding: 3% 0;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .lead_p{
		display: none;
	}
   
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    .small{
        font-size: 30%;
    }


    
	
}