@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Amiri&family=Cormorant+Garamond:wght@300;400;500;600&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;300;400;500;600;700&display=swap');
*:focus {
  outline: none;
}

#ap_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
	color: #000000;
    display: block;
    font-weight: 400;
    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;
}


body.ap_body{
	 /*background: #dad4c6;*/
	background: #e0e0e0;
}

#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 {
	margin: 0 auto;
    position: absolute;
	top: 50%;
    right: 0;
    left: 0;
}
#ap_head .title{
	font-weight: 600;
    font-family: "avenir-lt-pro", sans-serif;
    font-size: 48px;
	letter-spacing: 3px;
}
#ap_head .lead{
    width: 100%;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin: 1% auto;
    position: relative;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 2px;
}

.ap_top{
	/*background-image: linear-gradient(#c8cfa3, #dad4c6);*/
	background: #e0e0e0;
	position: relative;
}


/************************************************************
               TOP
************************************************************/
#ap_wrap .item_box {
    position: relative;
    width: 100%;
	height: 1000px;
}

#ap_wrap .item_box ul {
    width: 100%;
}

#ap_wrap .item_box ul li {
    position: absolute;
    list-style: none;
	opacity: 0;
    animation: fadeIn 1s forwards ease-in-out;
}

#ap_wrap .item_box ul li:nth-child(1) {
    top: 0;
    left: 0;
	width: 25%;
}

#ap_wrap .item_box ul li:nth-child(2) {
    top: 52%;
    left: 10%;
    width: 20%;
}

#ap_wrap .item_box ul li:nth-child(3) {
	top: 7%;
    left: 29%;
    margin: auto;
    width: 18%;
}

#ap_wrap .item_box ul li:nth-child(4) {
    top: 4%;
    left: 51%;
    width: 23%;
}

#ap_wrap .item_box ul li:nth-child(5) {
    top: 13%;
    right: 0;
    width: 22%;
}

#ap_wrap .item_box ul li:nth-child(6) {
	top: 65%;
    left: 37.5%;
    width: 25%;
}

#ap_wrap .item_box ul li:nth-child(7) {
	top: 60%;
    right: 12%;
    width: 18%;
}

#ap_wrap .item_box ul li:nth-child(1) {
    animation-delay: .2s;
}
#ap_wrap .item_box ul li:nth-child(2) {
    animation-delay: 1.4s;
}
#ap_wrap .item_box ul li:nth-child(3) {
    animation-delay: .8s;
}
#ap_wrap .item_box ul li:nth-child(4) {
    animation-delay: .8s;
}
#ap_wrap .item_box ul li:nth-child(5) {
    animation-delay: 1.4s;
}
#ap_wrap .item_box ul li:nth-child(6) {
    animation-delay: 1.1s;
}
#ap_wrap .item_box ul li:nth-child(7) {
    animation-delay: .5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/************************************************************
               contents
************************************************************/
.contents_wrap{
	/*background:#dad4c6;*/
	background: #e0e0e0;
	margin-top: -5%;
}

#ap_contents{
	max-width: 1000px;
	width: 100%;
    margin: 5% auto 0;
	letter-spacing: 2px;
}
#ap_contents .ap_box{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    padding: 5% 0 10%;
}
#ap_contents .ap_box .inner{
    max-width:1000px;
    width: 100%;
    text-align: center;
    margin: 10% auto 5%;
    display: inline-block;
    position: relative;
}
#ap_contents .style_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 8% auto 0;
}
#ap_contents .style_box .style_ttl{
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #333333;
    margin-bottom: 2%;
	letter-spacing: 1px;
	line-height: 1.4;
	font-style: normal;
}

#ap_contents .style_box .style_ttl span{
    font-size: 18px;
	font-style: italic;
}

#ap_contents .style_box .sub_text{
    font-size: 14px;
    font-family: freight-neo-pro, sans-serif;
    font-weight: 400;
    color: #333333;
	margin-bottom: 5%;
	letter-spacing: 1px;
}
#ap_contents .style_box .style{
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
}

#ap_contents .style_box .style ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 4%;
	padding: 0;
	margin: 0;
}
#ap_contents .style_box .style ul li{
    box-sizing: border-box;
    margin: 5% auto;
	list-style: none;
}
#ap_contents .style_box .style ul li img{
    width: 100%;
}
.footer{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    padding: 1% 0;
    line-height: 1em;
    background: #333333;
    color: #FFFFFF;
}

/************************************************************
               ボタン
************************************************************/
.btn_01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 54%;
	margin: 10% auto 0%;
    padding: 2% 0%;
    background: #353535;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
	transition: 0.5s;
    line-height: 1.5em;
    border: #353535 1px solid;
    font-family: "freight-neo-pro", sans-serif;
    border-radius: 2px;
    float: left;
}
.btn_01 a:hover {
    background: #FFFFFF;
    border: 1px solid #353535;
    color: #353535;
}
.btn_02 a {
    background: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10% auto 0;
    width: 90%;
    padding: 4% 2%;
    color: #333333;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 13px;
    float: none;
    border: #333333 solid 1px;
    line-height: 1.5em;
    font-family: "Poppins", sans-serif;
	text-decoration: none;
}
.btn_02 a:hover {
    background: #353535;
    color: #FFF;
}
.btn_02 a:after {
    content: '';
    width: 4px;
    height: 4px;
    border-top: 2px solid #353535;
    border-right: 2px solid #353535;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_02 a:hover:after {
    border-color: #FFF;
}

.btn_all{
	margin: 10% 0;
}

.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
}



.sp {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 70%;
}
.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){
	
	.contents_wrap{
		margin-top: -10%;
	}
	
	#ap_wrap .item_box {
        height: 500px;
    }
	
	#ap_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
    }
	
    #ap_head {
        top: 40%;
    }	
	
    #ap_head .title{
		font-size: 28px;
    }
    #ap_head .lead{
        font-size: 13px;
        margin: 3% auto;
    }
    #ap_contents{
        margin: 10% auto 0;
    }
    #ap_contents .ap_box{
        margin: 0% auto;
        padding: 0 0 10%;
    }
    
    #ap_contents .ap_box .inner{
        width: 90%;
		margin: 0 auto 5%;
    }

    #ap_contents .style_box .style{
        width: 100%;
    }
	
    #ap_contents .style_box .style ul {
        grid-template-columns: 1fr 1fr;
    }	
	
    #ap_contents .style_box .style ul li{
        margin: 5% auto 15%;
    }
	
    #ap_contents .style_box .style_ttl {
        width: 100%;
		font-size: 20px;
		margin-bottom: 3%;
    }	
	
    #ap_contents .style_box .style_ttl span {
        font-size: 16px;
    }	
	
    #ap_contents .style_box .sub_text {
        font-size: 12px;
    }
	
    #ap_wrap .item_box ul li:nth-child(1) {
        top: 0;
        left: 0;
        width: 40%;
    }

    #ap_wrap .item_box ul li:nth-child(2) {
        top: 58%;
        left: 24%;
        width: 30%;
    }

    #ap_wrap .item_box ul li:nth-child(3) {
		top: 7%;
        left: 44%;
        margin: auto;
        width: 24%;
    }

    #ap_wrap .item_box ul li:nth-child(4) {
        top: 3%;
        right: 0;
		left: auto;
        width: 28%;
    }

    #ap_wrap .item_box ul li:nth-child(5) {
		top: 50%;
        right: auto;
        left: 4%;
        width: 22%;
    }

    #ap_wrap .item_box ul li:nth-child(6) {
        top: 67%;
        left: 57%;
        width: 24%;
    }

    #ap_wrap .item_box ul li:nth-child(7) {
        top: 54%;
        right: 3%;
        width: 18%;
    }	
    
    .footer{
        font-size: 11px;
        padding: 3% 0;
    }
    .btn_01 a{
        width: 80%;
        text-align: center;
        margin: 5% auto;
        float: none;
    }
    .btn_02 a{
        width: 90%;
        font-size: 11px;
        padding: 4% 2%;
    }
    .btn_all a {
        background: #333333;
        color: #ffffff;
        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;
        padding: 3% 0;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
}