@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{
    width: 100%;
	text-align: center;
	margin: 0% auto;
	color: #333333;
    display: block;
    padding: 0;
    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;
}
@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;
}

/************************************************************
               contents
************************************************************/
#ap_contents{
	width: 100%;
    margin: 0 auto;
}
#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: 5% auto;
    display: inline-block;
    position: relative;
}
#ap_contents .item_box{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
#ap_contents .item_box img{
    width: 48%;
    float: left;
}

.title{
	text-align: center;
    line-height: 1.3em;
    font-weight: 500;
    font-size: 24px;
}

.price{
	text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin: 2% auto 0;
	font-family: "Poppins", sans-serif;
}

.price span{
    font-size: 12px;	
}

.lead{
	display: inline-block;
    text-align: center;
    line-height: 1.8em;
    font-weight: 500;
    font-size: 14px;
    margin: 5% auto;
	border-top: 1px solid #7D7C7C;
	border-bottom: 1px solid #7D7C7C;
	padding: 2% 0;
}

.detail{
	display: inline-block;
    text-align: center;
    line-height: 1.8em;
    font-weight: 400;
    font-size: 13px;
    margin: 5% auto 4%;
	font-family: "Poppins", sans-serif;
}

#ap_contents .item_box .credit_box{
    width: 38%;
    float: right;
    display: inline-block;
    margin: 10% auto 0;
    position: relative;
}

#ap_contents .style_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 5% auto;
}
.head_border{
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    font-family: "Poppins", sans-serif;
	margin: 0 0 2%;
}

.head_border:before,
.head_border:after{
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #333333;
}

.head_border:before{
	margin-right: 1rem;
}

.head_border:after{
	margin-left: 1rem;
}

.head_border {
    display: flex;
    align-items: center;
}

.style_title{
	font-size: 15px;
	font-family: freight-neo-pro, sans-serif;
}

.style_title span{
	margin: 0 15px;
}

.styleImg_box{
	display: flex;
	margin: 5% 0 0;
}
.styleImg_box .img_left{
	width: 50%;
}

.styleImg_box .img_right{
	display: flex;
	flex: 1;
	justify-content: flex-end;
}

.styleImg_box .img_right .flex_box{
	display: flex;
	flex-direction: column;
    width: 96.5%;
}

.style_navy .img_right .flex_box img:first-child,
.style_beige .img_right .flex_box img:first-child{
    align-self: flex-start !important;
    width: 50% !important;
    margin: 0 0 2.5% 5% !important;
}
.style_navy .img_right .flex_box img:last-child,
.style_beige .img_right .flex_box img:last-child{
    align-self: flex-end !important;
    width: 50% !important;
    margin: 2.5% 0 0 0 !important;
}

.style_mixgray .img_right .flex_box img:first-child {
    align-self: flex-start !important;
    width: 50% !important;
    margin: 0 0 2.5% 0 !important;
}
.style_mixgray .img_right .flex_box img:last-child {
    align-self: flex-end !important;
    width: 50% !important;
    margin: 2.5% 5% 0 0 !important;
}

.style_mixgray .style_box:nth-child(2) .img_right{
	display: flex;
	flex: 1;
	padding: 5%;
	align-items: center;
}

.style_navy,.style_mixgray,.style_beige{
	margin-bottom: 0!important;
}

.footer{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    padding: 1% 0;
    line-height: 1em;
    background: #353535;
    color: #FFFFFF;
}

/************************************************************
               modal
************************************************************/
.modal-1__wrap,
.modal-2__wrap,
.modal-3__wrap,
.modal-4__wrap,
.modal-5__wrap,
.modal-6__wrap{
	height: auto;
    aspect-ratio: auto;
    overflow: visible;
    position: relative;
}

.modal-1__wrap input,
.modal-2__wrap input,
.modal-3__wrap input,
.modal-4__wrap input,
.modal-5__wrap input,
.modal-6__wrap input{
    display: none;
}

.modal-1__open-label,
.modal-2__open-label,
.modal-3__open-label,
.modal-4__open-label,
.modal-5__open-label,
.modal-6__open-label{
	display: block;
    cursor: pointer;
    position: relative;
    line-height: 0;
}

.modal-1,.modal-2,.modal-3,.modal-4,.modal-5,.modal-6{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.modal-1__open-input:checked ~ .modal-1,
.modal-2__open-input:checked ~ .modal-2,
.modal-3__open-input:checked ~ .modal-3,
.modal-4__open-input:checked ~ .modal-4,
.modal-5__open-input:checked ~ .modal-5,
.modal-6__open-input:checked ~ .modal-6{
    display: block;
}

.modal-1__content-wrap,
.modal-2__content-wrap,
.modal-3__content-wrap,
.modal-4__content-wrap,
.modal-5__content-wrap,
.modal-6__content-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.6);
    z-index: 102;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.modal-1__close-label,
.modal-2__close-label,
.modal-3__close-label,
.modal-4__close-label,
.modal-5__close-label,
.modal-6__close-label{
    position: absolute;
    top: 2%;
    right: 5%;
    cursor: pointer;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    z-index: 105;
    font-size: 40px;
	font-weight: lighter;
}

.modal-1__open-input:checked ~ .modal-1__open-label .plus,
.modal-2__open-input:checked ~ .modal-2__open-label .plus,
.modal-3__open-input:checked ~ .modal-3__open-label .plus,
.modal-4__open-input:checked ~ .modal-4__open-label .plus,
.modal-5__open-input:checked ~ .modal-5__open-label .plus,
.modal-6__open-input:checked ~ .modal-6__open-label .plus{
    display: none !important;
}

.modal-1__content,
.modal-2__content,
.modal-3__content,
.modal-4__content,
.modal-5__content,
.modal-6__content{
    font-size: 13px;
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
	width: 60%;
}

.modal-1__background,
.modal-2__background,
.modal-3__background,
.modal-4__background,
.modal-5__background,
.modal-6__background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 101;
    cursor: pointer;
}

/*@keyframes modal-1-animation {
    0% { opacity: 0; }

    100% { opacity: 1; }
}
@keyframes modal-2-animation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes modal-3-animation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes modal-4-animation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes modal-5-animation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes modal-6-animation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes modal-7-animation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes modal-8-animation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes modal-9-animation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes modal-10-animation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes modal-11-animation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes modal-12-animation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}*/

.img_left{
	position: relative;
}
.img_left .plus{
	position: absolute;
	bottom: 2%;
	right: 3%;
	z-index: 10;
}
.img_left img.plus{
	width: 35px!important;
}

.style_box .credit_box {
    display: flex;
	justify-content: space-between;
	font-family: "Poppins", sans-serif;
	line-height: 2;
}

.style_box .credit {
    font-size: 12px;
    margin: 0;
}

.styleImg_box.reverse {
    flex-direction: row-reverse;
}
.styleImg_box.reverse .img_right {
    justify-content: flex-start;
}

/************************************************************
               ボタン
************************************************************/
.btn_00 a{
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 74%;
    margin: 10% auto 0%;
    padding: 3% 0%;
    background: #353535;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    transition: 0.5s;
    line-height: 1.5em;
    font-family: "Poppins", sans-serif;
    border-radius: 2px;
}

.btn_01 a{
	display: block;
    color: #ffffff;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
	text-decoration: underline!important;
}

.btn_all a {
    background: #353535;
    color: #FFFFFF;
    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 {
	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;
}
.Bg_Gray{
    background: #F5F5F5;
}


/************************************************************
                SP
************************************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
    }
	
    .lead{
        font-size: 12px;
    }
	
    .title{
        font-size: 17px;
    }
	
	.price{
		font-size: 14px;
	}
	
	.price span{
		font-size: 10px;
	}	
	
    .detail{
        display: inline-block;
        text-align: center;
        line-height: 1.8em;
        font-weight: 400;
        font-size: 11px;
        margin: 5% auto 4%;
    }
    #ap_contents .ap_box{
        margin: 0% auto;
        padding: 10% 0 10%;
    }
	
    .head_border {
        margin: 0 0 8%;
    }	
    
    #ap_contents .ap_box .inner{
        width: 90%;
		margin: 0;
    }
    #ap_contents .item_box .ttl_box{
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    #ap_contents .item_box .ttl_box .txt_box .txt{
        width: 100%;
    }
    #ap_contents .item_box img{
        width: 90%;
        text-align: center;
        float: none;
    }
    #ap_contents .item_box .credit_box{
        width: 100%;
        float: none;
        text-align: center;
        margin: 6% auto 0;
        display: inline-block;
    }
	
	#ap_contents .style_box{
        margin-top: 8%;
    }

    #ap_contents .style_box h1{
        font-size: 15px;
    }
    #ap_contents .style_box .style{
        width: 100%;
    }  
	
	.styleImg_box{
        display: block;
    }
	
    .styleImg_box .img_left {
        width: 100%;
    }
	
    .styleImg_box .img_right .flex_box {
        width: 100%;
    }
	
	.style_navy .style_box:nth-child(3) .styleImg_box .img_right{
		width: 75%;
		margin: 5% auto 0;
	}
	
    .style_mixgray .style_box:nth-child(2) .img_right {
        margin: 0 auto;
        width: 75%;
    }	
	
    .style_beige .style_box:nth-child(3) .img_right {
        margin: 5% auto 0;
        width: 75%;
    }	
	
	.style_navy .img_right .flex_box img:first-child,
	.style_beige .img_right .flex_box img:first-child {
        margin: 5% 0 !important;
		width: 55%!important;
    }	

	.style_navy .img_right .flex_box img:last-child, 
	.style_beige .img_right .flex_box img:last-child {
		margin: 0!important;
        width: 55% !important;
    }
	
	.style_mixgray .img_right .flex_box img:first-child{
        margin: 5% 0 !important;
		width: 55%!important;
    }	

	.style_mixgray .img_right .flex_box img:last-child{
		margin: 0!important;
        width: 55% !important;
    }
	.style_navy,.style_mixgray,.style_beige{
        margin-bottom: 10%!important;
    }
	
    .img_left img.plus {
        width: 30px !important;
    }	
    .modal-1__close-label,
    .modal-2__close-label,
    .modal-3__close-label,
    .modal-4__close-label,
    .modal-5__close-label,
    .modal-6__close-label{
        top: 1.5%;
        right: 4%;
        font-size: 35px;
    }	
	
    .footer{
        font-size: 11px;
        padding: 3% 0;
    }
    .btn_01 a{
		font-size: 12px;
        width: 80%;
        text-align: center;
        margin: 5% auto;
        float: none;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .lead_p{
		display: none;
	}
   
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
	
}