@charset "utf-8";

body{
    margin: 0;
    padding: 0;
}

.bg{
	width: 100%;
	background: #e6e3d7;
}
#aj_wrap{
    max-width: 800px;
	text-align: center;
    padding: 0 0 0 0;
    margin: 0 auto ;
    overflow: hidden;
	color: #462000;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Noto Sans JP", sans-serif;
	background: #f5f4ef;
	scroll-behavior: smooth;
}

#aj_wrap a {
    text-decoration: none;
}

#aj_wrap a:hover{
    text-decoration: none;
}

#aj_wrap img {
    width: 100%;
    line-height: 0;
}

#aj_head{
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
}

#aj_head .head{
    position: relative;
    text-align: center;
    margin: 0% auto;
}

#aj_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;
    }
}

#aj_head .head .title{
    position: absolute;
	top: 50%;
	left: 27%;
	font-size: 90px;
	font-family: "eloquent-jf-pro", serif;
	line-height: .7;
	opacity: 0;
	animation: fadeup 2s 0.4s forwards;
}
#aj_head .head .title span{
	font-size: 46px;
}

#aj_head .head .sub_ttl{
	position: absolute;
	top: 64%;
	left: 39%;
	font-size: 30px;
	font-family: "psfournier-std", sans-serif;
	font-style: italic;
	letter-spacing: -1px;
	opacity: 0;
	animation: fadeup 2s 0.4s forwards;
}

@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translate(0);
    }
}

.top_wrap{
	margin: 8% 0;
}

.top_wrap .sub_ttl{
	position: absolute;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0;
}

.top_wrap .lead{
	font-size: 17px;
	line-height: 2;
	margin-top: 5%;
}

.btn_box{
	margin: 5% 0;
	font-family: "psfournier-std", sans-serif;
	font-style: italic;
}

.btn_box a{
	background: #462000;
	color: #ffffff;
	padding: 10px 50px;
}

.lineup_wrap{
    margin: 10% 0;
	border-bottom: 1px solid #462000;
}
.lineup_wrap a{
    color: #462000;
} 

.lineup_wrap .title{
    display: flex;
	align-items: center;
	font-family: "psfournier-std", sans-serif;
	font-weight: 800;
	font-size: 20px;
}

.lineup_wrap .title:before, .lineup_wrap .title:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #462000;
}

.lineup_wrap .title:before {
    margin-right: 1rem;
}

.lineup_wrap .title:after{
    margin-left: 1rem;
}

.lineup_wrap .img_box{
	display: flex;
	width: 90%;
	column-gap: 3%;
	margin: 5% auto;
	position: relative;
}

.lineup_wrap .img_box .credit{
	font-size: 14px;
	margin: 3% 0 0 0;
}

.item01,.item02{
	position: relative;
}
.item01 img,.item02 img{
	position: relative;
}
.lineup_wrap .img_box .item01 .no,
.lineup_wrap .img_box .item02 .no{
	position: absolute;
	top: 2%;
	left: 2%;
	font-size: 30px;
	color: #ffffff;
	line-height: 1;
	font-family: "psfournier-std", sans-serif;
}
.item_wrap{
	margin: 10% 0;
}

.item_wrap .credit_box .item_name{
	font-weight: 500;
}
.item_wrap .credit_box .item_price span{
	font-size: 70%;
}
.item_wrap .credit_box .txt{
	font-size: 13px;
	margin: 3% 0;
	line-height: 1.6;
}

.main_no{
	position: absolute;
	font-size: 50px;
	line-height: 1;
	top: 3%;
	left: 3%;
	color: #ffffff;
	z-index: 10;
	font-family: "psfournier-std", sans-serif;
}

/* ============ fade ============ */

.img_box1{
	position: relative;
    width: 60%;
    margin: 0 auto 3%;
	aspect-ratio: 750 / 900;
	border: 1px solid #462000;
}

.fade_img{
    margin: 0 auto;
    height: auto;
    position: absolute;
    background: center center no-repeat;
    animation: anime 6s 0s infinite;
    z-index: 0;
}

.fade_img:nth-of-type(2){
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.fade_img:nth-of-type(3){
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

@keyframes anime {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
        z-index: 10;
    }
    100% {
        opacity: 0;
    }
}

/* ============ other ============ */
.small{
    font-size: 80%;
}

.pc{
	display: block;
}
.sp{
	display: none;
}


/************************************************************
 sp
************************************************************/

@media only screen and (max-width:767px){
	#aj_wrap {
        width: 100%;
	}
	
    #aj_head{
        padding: 0 0 3%;
    }
	
    #aj_head .head{
        width: 100%;
    }
	
    #aj_head .head .title {
        left: 24%;
        font-size: 45px;
    }	
    #aj_head .head .title span {
        font-size: 23px;
    }
    #aj_head .head .sub_ttl {
        left: 35%;
        font-size: 18px;
    }
	.top_wrap {
		margin: 5% 0;
	}
    .top_wrap .lead {
        font-size: 13px;
        margin: 0 0 10%;
    }	
    .lineup_wrap {
        margin: 20% 0 10%;
    }
    .lineup_wrap .img_box {
        margin: 10% auto 7%;
    }	
    .lineup_wrap .img_box .item01 .no, .lineup_wrap .img_box .item02 .no {
        left: 3%;
        font-size: 22px;
    }	
    .lineup_wrap .img_box .credit {
        font-size: 12px;
    }
	
	.item_wrap{
		margin: 5% 0 15%;
	}
	
    .img_box1 {
        width: 90%;
    }
    .main_no {
        font-size: 40px;
    }
	
	.credit_box{
		margin: 5% 0;
	}
	
	.credit_box .item_name{
		font-size: 14px;
		font-weight: 600;
	}
	.credit_box .item_price{
		font-size: 13px;
		font-weight: 600;
	}
	.credit_box .txt{
		font-size: 12px!important;
		margin: 5% 0 8%!important;
	}
	
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
}
