@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: 900px;
    width: 100%;
	text-align: center;
	margin: 0 auto;
	color: #333333;
    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;
	padding: 5% 0 0 0;
}

#ap_wrap ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
#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 .ttl{
    text-align: center;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 40px;
    margin: 0 auto 3%;
    letter-spacing: 2px;
    font-family: "Lato", serif;
}
#ap_wrap .lead{
	margin: 3% auto 8%;
    font-size: 16px;
}
#ap_wrap img{
    width: 100%;
    line-height:0;
    border: none;
	vertical-align: bottom;
}
#ap_contents{
	width: 95%;
    margin: 0 auto;
}

.ap_box{
	display: flex;
	flex-wrap: wrap;
}

.item{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 900px;
    margin: 0 auto;
}

.credit_box{
	display: flex;
	justify-content: space-around;
	font-size: 13px;
	line-height: 2;
    margin: 0 auto;	
}

.credit_box .item_detail span{
	font-size: 80%;
}

.credit_box .item_detail a{
	color: #333333;
	text-decoration: underline!important;
	letter-spacing: .4px;
}

.item_parent{
	width: 33%;
	position: relative;
    opacity: 0;
    animation: itemFadeIn 0.8s ease-out forwards;
}

img.plus{
	position: absolute;
	bottom: 3%;
	right: 3%;
	width: 21px!important;
	z-index: 1;
}

@keyframes itemFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 10% auto 0;
    font-size: 15px;
    padding: 1% 0;
    line-height: 1em;
    color: #333333;
}
.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.style_img {
    position: relative !important;
    overflow: hidden;
    width: 95% !important;
    margin: 0 auto 5%!important;
}

.modal-1__open-input,
#modal-1__close,
.modal-2__open-input,
#modal-2__close,
.modal-3__open-input,
#modal-3__close,
.modal-4__open-input,
#modal-4__close,
.modal-5__open-input,
#modal-5__close,
.modal-6__open-input,
#modal-6__close,
.modal-7__open-input,
#modal-7__close,
.modal-8__open-input,
#modal-8__close,
.modal-9__open-input,
#modal-9__close,
.modal-10__open-input,
#modal-10__close,
.modal-11__open-input,
#modal-11__close,
.modal-12__open-input,
#modal-12__close{
    display: none !important;
}

.modal-1__open-label,
.modal-2__open-label, 
.modal-3__open-label,
.modal-4__open-label,
.modal-5__open-label,
.modal-6__open-label, 
.modal-7__open-label,
.modal-8__open-label,
.modal-9__open-label,
.modal-10__open-label, 
.modal-11__open-label,
.modal-12__open-label{
    cursor: pointer;
	display: block;
	width: 100%;
	transition: opacity 0.3s ease;
}

.modal-1__open-label:hover,
.modal-2__open-label:hover,
.modal-3__open-label:hover,
.modal-4__open-label:hover,
.modal-5__open-label:hover,
.modal-6__open-label:hover,
.modal-7__open-label:hover,
.modal-8__open-label:hover,
.modal-9__open-label:hover,
.modal-10__open-label:hover,
.modal-11__open-label:hover,
.modal-12__open-label:hover {
    opacity: 0.8;
}

.modal-1,
.modal-2,
.modal-3,
.modal-4,
.modal-5,
.modal-6,
.modal-7,
.modal-8,
.modal-9,
.modal-10,
.modal-11,
.modal-12{
	display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
    box-sizing: border-box;
}

.modal-1__open-input:checked + label + input + .modal-1,
.modal-2__open-input:checked + label + input + .modal-2,
.modal-3__open-input:checked + label + input + .modal-3,
.modal-4__open-input:checked + label + input + .modal-4,
.modal-5__open-input:checked + label + input + .modal-5,
.modal-6__open-input:checked + label + input + .modal-6,
.modal-7__open-input:checked + label + input + .modal-7,
.modal-8__open-input:checked + label + input + .modal-8,
.modal-9__open-input:checked + label + input + .modal-9,
.modal-10__open-input:checked + label + input + .modal-10,
.modal-11__open-input:checked + label + input + .modal-11,
.modal-12__open-input:checked + label + input + .modal-12{
    display: block;
    animation: fadeIn 0.3s ease forwards;
}

.modal-1__content-wrap,
.modal-2__content-wrap,
.modal-3__content-wrap,
.modal-4__content-wrap,
.modal-5__content-wrap,
.modal-6__content-wrap,
.modal-7__content-wrap,
.modal-8__content-wrap,
.modal-9__content-wrap,
.modal-10__content-wrap,
.modal-11__content-wrap,
.modal-12__content-wrap{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 100px 15px 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 12;
}

.modal-1__close-label,
.modal-2__close-label,
.modal-3__close-label,
.modal-4__close-label,
.modal-5__close-label,
.modal-6__close-label,
.modal-7__close-label,
.modal-8__close-label,
.modal-9__close-label,
.modal-10__close-label,
.modal-11__close-label,
.modal-12__close-label{
	position: absolute;
	top: 5%;
    right: 5%;
    color: #333333;
    text-align: center;
    font-size: 25px;
	z-index: 13;
}

.modal-1__content,
.modal-2__content,
.modal-3__content,
.modal-4__content,
.modal-5__content,
.modal-6__content,
.modal-7__content,
.modal-8__content,
.modal-9__content,
.modal-10__content,
.modal-11__content,
.modal-12__content{
	width: 100%;
}

.modal-1__background,
.modal-2__background,
.modal-3__background,
.modal-4__background,
.modal-5__background,
.modal-6__background,
.modal-7__background,
.modal-8__background,
.modal-9__background,
.modal-10__background,
.modal-11__background,
.modal-12__background{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background: transparent;
    z-index: 11;
	cursor: pointer;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media only screen and (max-width: 768px) {
	

	
}


/************************************************************
               ボタン
************************************************************/
.btn_all a {
    background: #ffffff;
    color: #333333;
	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
}


.sp_kw {
	display:none;
}
.pc_kw{
    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;
}
.sp{
	display: none;
}
.pc{
	display: block;
}


/************************************************************
                SP
************************************************************/

@media only screen and (max-width : 767px ){
	#ap_wrap {
		width: 100%;
        margin: 0 auto;
		text-align: center;
		padding-top: 10%;
    }
	
    #ap_contents {
        width: 100%;
    }

    #ap_contents .ap_box{
        margin: 0% auto;
    }
    #ap_wrap .ttl{
        line-height: 1.2em;
        font-size: 35px;
    }
	#ap_wrap .lead{
        font-size: 13px;
        margin: 5% auto 10%;
		line-height: 2;
	} 	
	
    .item_parent {
        width: 50%;
    }	
	
    img.plus{
        width: 16px!important;
    }
	
	.credit_box{
		font-size: 11px;
	}
	
    .modal-1__content-wrap, .modal-2__content-wrap, .modal-3__content-wrap, .modal-4__content-wrap, .modal-5__content-wrap, .modal-6__content-wrap, .modal-7__content-wrap, .modal-8__content-wrap, .modal-9__content-wrap, .modal-10__content-wrap, .modal-11__content-wrap, .modal-12__content-wrap {
        padding: 70px 15px 15px;
    }	
	
    .footer{
        font-size: 11px;
        padding: 3% 0;
		color: #333333;
    }
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }	
}
