@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{
    max-width: 1000px;
    width: 100%;
	text-align: center;
	margin: 0% auto;
	color: #000000;
    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";
}
@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;
}
#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;
	/*border: 1px solid #333333;
	box-sizing: border-box;*/
}


/************************************************************
                main 
************************************************************/
#ap_head {
	width: 100%;
	margin: 0 auto;
}
#ap_head .title{
    font-size: 25px;
	font-weight: 500;
    text-align: center;
    margin: 7% auto 5%;
    position: relative;
    font-family: 'Poppins', sans-serif;
	letter-spacing: 6px;
}
#ap_head .sub{
    width: 20%;
    text-align: center;
    margin: 0 auto 5%;
}

#ap_head .lead{
    font-size: 17px;
    text-align: center;
    line-height: 2em;
    font-weight: 400;
    margin: 3% auto;
    color: #2B2B2B; 
	letter-spacing: 2px;
}

#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;
    }
}

/************************************************************
               contents
************************************************************/
#ap_content{
    width: 100%;
    text-align: center;
    margin: 5% auto 0;
    position: relative;
    display: block;
}
/*#ap_content .ap_box img{
    border: 1px solid #333333;
	box-sizing: border-box;
}*/
#ap_content .ap_box{
    width: 95%;
    display: inline-block;
    position: relative;
    margin: 5% auto;
	text-align: center;
}
#ap_content .ap_box .style_no{
	font-size: 2em;
	font-family: "Noto Serif JP", serif;
    display: flex;
    align-items: center;
}
#ap_content .ap_box .style_title{
	margin: 5%;
}
#ap_content .ap_box .style_title span{
	font-size: 22px;
	margin: 5% auto 3%;
	font-weight: 500;
	position: relative;
	padding: 1rem 2rem;
	letter-spacing: 5px;
}
#ap_content .ap_box .style_title span::before,
#ap_content .ap_box .style_title span::after {
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
}

#ap_content .ap_box .style_title span::before {
    border-left: solid 1.5px;
    border-top: solid 1.5px;
    top: 0;
    left: 0;
}

#ap_content .ap_box .style_title span::after {
    border-right: solid 1.5px;
    border-bottom: solid 1.5px;
    bottom: 0;
    right: 0;
}

.style_no:before {
    margin-right: 1rem;
}
.style_no:after {
    margin-left: 1rem;
}
.style_no:before, 
.style_no:after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #333333;
}
#ap_content .ap_box .style_lead{
	font-size: 15px;
	line-height: 2em;
	margin: 0 auto 6%;
	letter-spacing: 2px;
}
#ap_content .ap_box .block01{
    width: 100%;
}
#ap_content .ap_box .block01 ul li:nth-of-type(1){
    width: 57%;
    float: left;
}
#ap_content .ap_box .block01 ul li:nth-of-type(2){
    width: 40%;
    float: right;
}
.credit_box01 .credit{
	text-align: right!important;
}
#ap_content .ap_box .block02{
    width: 100%;
	position: relative;
}
#ap_content .ap_box .block02 .style_container{
    width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#ap_content .ap_box .block02 .style_container .img02_left{
    width: 50%;
}
#ap_content .ap_box .block02 .style_container .img02_right{
    width: 50%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 15%;
	margin-left: 3%;
	column-gap: 6%;
}
#ap_content .ap_box .block02 .style_container .img02_right .img:nth-child(1) {
	width: 49%;
}

#ap_content .ap_box .block02 .style_container .img02_right .img:nth-child(2) {
	width: 49%;
}

.credit_box02{
	position: absolute;
	bottom: 14%;
	right: 0;
}

#ap_content .ap_box .block03{
    width: 100%;
	position: relative;
}
#ap_content .ap_box .block03 .style_container{
    width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#ap_content .ap_box .block03 .style_container .img03_left{
    width: 50%;
}
#ap_content .ap_box .block03 .style_container .img03_right{
    width: 50%;
	margin-left: 3%;
}
#ap_content .ap_box .block03 .style_container .img03_right .img:nth-child(1) {
	width: 100%;
	margin-top: 10%;
}

#ap_content .ap_box .block03 .style_container .img03_right .img:nth-child(2) {
	width: 65%;
	margin-top: 6%;
}

.credit_box03{
	position: absolute;
	bottom: 13%;
	left: 0;
}

#ap_content .ap_box .block04{
    width: 100%;
	position: relative;
}
#ap_content .ap_box .block04 .style_container{
    width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#ap_content .ap_box .block04 .style_container .img04_left{
    width: 50%;
}
#ap_content .ap_box .block04 .style_container .img04_right{
    width: 50%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-right: 3%;
	column-gap: 6%;
}
#ap_content .ap_box .block04 .style_container .img04_right .img:nth-child(1) {
	width: 49%;
}

#ap_content .ap_box .block04 .style_container .img04_right .img:nth-child(2) {
	width: 49%;
}

.credit_box04{
	position: absolute;
	bottom: 29%;
	left: 0;
}

#ap_content .ap_box .block05{
    width: 100%;
}
#ap_content .ap_box .block05 ul li:nth-of-type(1),
#ap_content .ap_box .block05 ul li:nth-of-type(3){
    width: 50%;
    float: left;
}
#ap_content .ap_box .block05 ul li:nth-of-type(2),
#ap_content .ap_box .block05 ul li:nth-of-type(4){
    width: 50%;
    float: right;
}

.credit_box05 .credit{
	text-align: right;
}

.img_box1 {
    aspect-ratio: 675 / 900;
}

.fade_img1 {
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: absolute;
    background: center center no-repeat;
    animation: anime 4s 0s infinite;
    z-index: 0;
}

.fade_img1:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes anime {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
        z-index: 10;
    }
    100% {
        opacity: 0;
    }
}

#ap_content .ap_box .block06{
    width: 100%;
}
#ap_content .ap_box .block06 ul li:nth-of-type(1){
    width: 57%;
    float: left;
}
#ap_content .ap_box .block06 ul li:nth-of-type(2){
    width: 40%;
    float: right;
	margin-top: 12%;
}
.credit_box06 .credit{
	text-align: right;
}

#ap_content .ap_box .block07{
    width: 100%;
}
#ap_content .ap_box .block07 ul li:nth-of-type(1){
    width: 50%;
    float: left;
}
#ap_content .ap_box .block07 ul li:nth-of-type(2){
    width: 50%;
    float: right;
}
.credit_box07{
	text-align: center!important;
}
.credit_box07 .credit{
	margin-top: 2%!important;
}

#ap_content .ap_box .block08{
    width: 100%;
}
#ap_content .ap_box .block08 ul li:nth-of-type(1){
    width: 40%;
    float: left;
}
#ap_content .ap_box .block08 ul li:nth-of-type(2){
    width: 57%;
    float: right;
}

.credit_box08 .credit{
	text-align: left;
}

#ap_content .ap_box .img{
    width: 100%;
    display: block;
    position: relative;
}
#ap_content .ap_box .check{
    width:30px;
    bottom: 3%;
    right: 5%;
    position: absolute;
}
#ap_content .ap_box .credit_box{
    width: 100%;
    text-align: center;
    margin: 5% auto;
    display: inline-block;
    position: relative;
}
#ap_content .ap_box .credit{
    width: 100%;
    font-size: 13px;
    line-height: 2em;
    font-family: 'Poppins', sans-serif;
	margin-top: 5%;
}
#ap_content .ap_box .credit a{
    color: #333333;
}
#ap_content .ap_box .credit a span{
    text-decoration: underline;
	font-family: "avenir-lt-pro", sans-serif;
}

#ap_content .plof_box {
    width: 90%;
    margin: 10% auto 5%;
    position: relative;
    display: inline-block;
    text-align: center;
    border: #333333 1px solid;
}
#ap_content .plof_box .inner {
    width: 75%;
    margin: 5% auto;
    position: relative;
    display: inline-block;
    text-align: center;
}
#ap_content .plof_box .inner .name {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    line-height: 1em;
    margin: 0 auto 5%;
}
#ap_content .plof_box .inner p {
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: 1.8em;
    font-size: 12px;
    margin: 0 auto;
}
#ap_content .plof_box a {
    color: #333333;
}
#ap_content .plof_box .inner .sns_box {
    display: flex;
	margin-top: 5%;
	column-gap: 3%;
	justify-content: center;
}
#ap_content .plof_box .inner .sns_box .ig {
    width: 25px;
}
#ap_content .plof_box .inner .sns_box .youtube {
    width: 30px;
}

#ap_content .staff_box {
    width: 50%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 5% auto;
}
#ap_content .staff_box p {
    font-size: 12px;
    text-align: center;
    line-height: 3em;
    font-weight: 100;
    font-family: "avenir-lt-pro", sans-serif;
    display: inline-block;
    position: relative;
    letter-spacing: .3px;
    margin: 0 auto;
}

/************************************************************
               ボタン
************************************************************/
.btn_01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 30%;
	margin: 0% auto 0%;
    padding: 2% 0%;
	color: #2F2F2F;
    background: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
	transition: 0.5s;
    letter-spacing: 0px;
    line-height: 1em;
    border: #000000 1px solid;
    float: right;

}
.btn_01 a:hover {
    color: #FFFFFF;
    background: #2F2F2F;
}
/*ボタン共通設定 */
.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;
    /*アニメーションの指定*/   
    transition: ease .2s;
    font-size: 16px;
    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;
}

.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
}

/*== 背景が流れる（左から右） */
.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: 70%;
}

.Left{
    float: left;
}
.Right{
    float: right;
}

.clear {
	clear: both;
}
.Poppins{
    font-family: 'Poppins', sans-serif;

}

/************************************************************
                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{
        font-size: 18px;
		letter-spacing: 4px;
    }
    #ap_head .lead{
        font-size: 15px;
    }
    #ap_head .sub{
        width: 35%;
    }
    #ap_content{
        margin: 15% auto 0;
    }
    #ap_content .ap_box .style_title{
        margin: 7% 0;
    }
    #ap_content .ap_box .style_title span {
        font-size: 16px;
        padding: .5rem 1rem;
		letter-spacing: 4px;
    }
    #ap_content .ap_box .style_title span::before, #ap_content .ap_box .style_title span::after {
        position: absolute;
        width: 13px;
        height: 13px;
        content: '';
    }	
    #ap_content .ap_box .style_lead {
        font-size: 13px;
		margin: 0 auto 9%;
    }	
    .style_no:before, 
    .style_no:after{
        height: 1px;
    }	
    #ap_content .ap_box .block01 ul li{
        width: 100%;
    }
    #ap_content .ap_box .block01 ul li:nth-of-type(1){
        width: 100%;
    }	
    #ap_content .ap_box .block01 ul li:nth-of-type(2){
		margin-top: 3%;
        width: 70%;
    }
    #ap_content .ap_box .block01 ul li:nth-of-type(3){
        width: 90%;
        margin: 10% auto 0;
    }
    #ap_content .ap_box .block02 .style_container {
        display: block;
	}
    #ap_content .ap_box .block02 .style_container .img02_left{
        width: 100%;
    }
    #ap_content .ap_box .block02 .style_container .img02_right{
        width: 100%;
		margin-left: 0;
		margin-top: 3%;
		column-gap: 3%;
    }
	.credit_box02{
		margin-top: 5%;
		position: inherit;
	}
	
    .credit_box02 .credit{
        text-align: right;
    }
	
	#ap_content .ap_box .block03 .style_container {
        display: block;
    }	
    #ap_content .ap_box .block03 .style_container .img03_left {
        width: 100%;
    }
    #ap_content .ap_box .block03 .style_container .img03_right {
        width: 100%;
		margin-left: 0;
    }	
    #ap_content .ap_box .block03 .style_container .img03_right .img:nth-child(1) {
        width: 70%;
        margin-top: 3%;
    }	
    #ap_content .ap_box .block03 .style_container .img03_right .img:nth-child(2) {
        width: 70%;
        margin-left: auto;
		margin-top: 3%;
    }	
	.credit_box03{
		position:inherit; 
		margin-top: 3%;
	}
	.credit_box03 .credit{
		text-align: right;
	}
	
    #ap_content .ap_box .block04 .style_container {
        display: block;
    }	
    #ap_content .ap_box .block04 .style_container .img04_right {
        width: 100%;
		column-gap: 3%;
    }
    #ap_content .ap_box .block04 .style_container .img04_left {
        width: 100%;
		margin-top: 3%;
    }	
    #ap_content .ap_box .block04 .style_container .img04_right .img:nth-child(1) {
        width: 50%;
    }	
    #ap_content .ap_box .block04 .style_container .img04_right .img:nth-child(2) {
        width: 50%;
    }
	.credit_box04{
		position: inherit;
		margin-top: 3%;
	}
	
	.credit_box04 .credit{
		text-align: right;
	}
	
    #ap_content .ap_box .block06 ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #ap_content .ap_box .block06 ul li:nth-of-type(1) {
        width: 100%;
        float: none;
    }
    #ap_content .ap_box .block06 ul li:nth-of-type(2) {
        width: 70%;
        margin-top: 3%;
		float: none;
    }
	
	.credit_box07 .credit{
		text-align: right;
	}
	
    #ap_content .ap_box .block08{
        width: 100%;
    }
    #ap_content .ap_box .block08 ul li:nth-of-type(1){
        width: 70%;
        float: left;
    }
    #ap_content .ap_box .block08 ul li:nth-of-type(2){
        width: 100%;
        float: right;
		margin-top: 3%;
    }

    .credit_box08 .credit{
        text-align: right;
    }
	
    #ap_content .ap_box .credit{
        width: 100%;
        font-size: 11px;
        line-height: 2em;
        font-family: 'Poppins', sans-serif;
        margin-top: 3%;
    }  
	
    #ap_content .plof_box .inner {
        width: 90%;
        margin: 10% auto;
    }	
    #ap_content .plof_box .inner .name {
        font-size: 14px;
        text-align: left;
    }
    #ap_content .plof_box .inner p {
        font-size: 11px;
        text-align: left;
        letter-spacing: 0px;
    }	
	
    #ap_content .plof_box .inner .sns_box{
        justify-content: flex-start;
    }	
	
    #ap_content .plof_box .inner .sns_box .ig {
        width: 8%;
    }	
    #ap_content .plof_box .inner .sns_box .youtube {
        width: 10%;
    }
	
    #ap_content .staff_box{
        width: 90%;
    }
	
    #ap_content .staff_box p {
        font-size: 10px;
    }
	
    .btn_01 a{
        width: 34%;
        font-size: 11px;
        padding: 3% 0;
    }
    
    .btn{
        font-size: 13px;
        width: 90%;
        padding: 3% 4%;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .lead_p{
		display: none;
	}
   
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    .small{
        font-size: 70%;
    }
	
}
