@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');    
*:focus {
outline: none;
}
.ap_wrap{
	max-width:1030px;
    width: 100%;
	text-align: center;
    margin: 0 auto;
    padding: 0% 0 0;
    position: relative;
    color: #000000;
    display: block;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
    overflow: hidden;
    
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}
.ap_wrap img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
.ap_wrap ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.ap_wrap li{
	list-style: none;
}
.ap_wrap a{
    text-decoration: none;
}
.ap_wrap a:hover{
    text-decoration: none;
}
.ap_wrap a:link{
    opacity: 1;
}
.ap_wrap h2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
    font-size: 20px;
}

.ap_wrap h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #000;
}

.ap_wrap h2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.ap_wrap .item{
	margin: 5% auto;
    }
.ap_wrap .item h1{
    font-size: 20px;
    text-align: center;
    display: block;
    line-height: 1em;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 2% auto 3%;
}
.ap_wrap .item ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
	column-gap: 1%;
}
.ap_wrap .item ul li{
    box-sizing: border-box;
    position: relative;
	margin: 2% 2% 20% 2%;
}
.point{
	text-align: left;
	font-size: 12px;
}
.point img{
	width: 13px;
}

.ap_wrap .item ul li:nth-child(1) .point,
.ap_wrap .item ul li:nth-child(2) .point,
.ap_wrap .item ul li:nth-child(3) .point,
.ap_wrap .item ul li:nth-child(4) .point,
.ap_wrap .item ul li:nth-child(5) .point,
.ap_wrap .item ul li:nth-child(6) .point,
.ap_wrap .item ul li:nth-child(7) .point,
.ap_wrap .item ul li:nth-child(8) .point{
    height: 115px;
}

.ap_wrap .item .credit{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1.8em;
    margin: 4% auto 10%;
    letter-spacing: 1px;
}
.ap_wrap .item ul li:nth-child(1) .credit,
.ap_wrap .item ul li:nth-child(2) .credit,
.ap_wrap .item ul li:nth-child(3) .credit,
.ap_wrap .item ul li:nth-child(4) .credit,
.ap_wrap .item ul li:nth-child(5) .credit,
.ap_wrap .item ul li:nth-child(6) .credit,
.ap_wrap .item ul li:nth-child(7) .credit,
.ap_wrap .item ul li:nth-child(8) .credit{
    height: 50px;
}
/************************************************************
               button
************************************************************/
.btn_01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 92%;
    padding: 2% 4%;
    color: #ffffff;
    background: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
	transition: 0.5s;
    letter-spacing: 0px;
    line-height: 2em;
    float: none;
}
.btn_01 a:hover {
    background: #333333;
    color: #ffffff;
}
.btn_all a {
    background: #ffffff;
    color: #353535;
	border: 1px solid #353535;
    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
}
.footer{
    color: #333333;
    font-size: 15px;
    text-align: center;
    line-height: 2em;
    font-weight: 400;
    margin: 0 auto;
    }
    
.sp {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 70%;
}

.Left{
    float: left;
}
.Right{
    float: right;
}
.clear{
    clear: both;
}
.Garamond{
    font-family: 'Cormorant Garamond', serif;
}

@media only screen and (max-width:768px){
	.ap_wrap {
		width: 100%;
		text-align: center;
        margin: 0% auto 0;
        padding: 0;
		color: #000000;
        overflow: hidden;

    }
    .ap_wrap h2{
        font-size: 15px;
    }
    .ap_wrap .item{
        width: 98%;
    }
    .ap_wrap .item ul{
        grid-template-columns: 1fr 1fr;
    }
    .ap_wrap .item ul li{
        margin-bottom: 10%;
    }

    .ap_wrap .item ul li:nth-child(3){
        margin: 2% 2% 20% 2%;
    }
    .ap_wrap .item ul li:nth-child(4){
        margin: 2% 2% 20% 2%;
    }	
	
    .ap_wrap .item .credit{
        font-size: 13px;
		margin-bottom: 4%
    }
	
	.ap_wrap .item ul li:nth-child(1) .credit,
    .ap_wrap .item ul li:nth-child(2) .credit{
        height: 75px;
    }
	
	.point{
		font-size: 11px;
	}
	
	.ap_wrap .item ul li:nth-child(1) .point,
    .ap_wrap .item ul li:nth-child(2) .point,
	.ap_wrap .item ul li:nth-child(3) .point,
    .ap_wrap .item ul li:nth-child(4) .point{
        height: 100px;
    }		

    .btn_01 a{
        width: 100%;
        margin: 5% auto;
        padding: 2% 0;
    }
    .footer{
        font-size: 12px;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
}  