body {
	padding:0;
	margin:0;
}

.a{
	text-decoration: none;
}

.bg{
	background: #99826a;
}

.aj_wrap {
	width:100%;
	max-width: 600px;
	padding: 0 auto 0.5%;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	color: #4e2215;
	font-size: 14px;
	background: #dcd3c5;
	font-feature-settings: "palt";
	padding-bottom: 5%;
	overflow: hidden;
}

.aj_wrap span{
	color: #4e2215!important;
}

.aj_wrap p {
	padding:0;
	margin:0;
}

.aj_wrap img {
	width: 70%;
}

.title_box{
	position: relative;
}

.title_box .top_title{
	position: absolute;
	color: #9a0000;
	font-size: 95px;
	line-height: .8;
	font-family: "parfumerie-script", sans-serif;
	z-index: 5;
	bottom: 5%;
	left: 0;
	right: 0;
	opacity: 0;
}

.fade_up{
	opacity: 1;
	animation: fadeUp 1s ease-out forwards;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.model_wrap{
	position: relative;
	background: #dcd3c5;
	height: 455px;
}

.model01{
	position: absolute;
	left: 0;
}

.model_img img{
	position: absolute;
	width: 40%;
	padding-top: 8%;
}
.model01{
	left: -10%;
}
.model02{
	left: 3%;
}
.model03{
	left: 17%;
}
.model04{
	left: 31%;
}
.model05{
	left: 46%;
}
.model06{
	left: 58%;
}
.model07{
	left: 73%;
}


@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-on-load {
  animation: fadeIn 1s ease-out forwards;
}

.model_img {
  opacity: 0;
}

/* Apply the animation with a staggered delay */
.model_wrap .fade_model:nth-child(1) {
  animation: fadeIn 0s ease-out 0.4s forwards;
}

.model_wrap .fade_model:nth-child(2) {
  animation: fadeIn 0s ease-out 0.8s forwards;
}

.model_wrap .fade_model:nth-child(3) {
  animation: fadeIn 0s ease-out 1.2s forwards;
}

.model_wrap .fade_model:nth-child(4) {
  animation: fadeIn 0s ease-out 1.6s forwards;
}

.model_wrap .fade_model:nth-child(5) {
  animation: fadeIn 0s ease-out 2s forwards;
}

.model_wrap .fade_model:nth-child(6) {
  animation: fadeIn 0s ease-out 2.4s forwards;
}

.model_wrap .fade_model:nth-child(7) {
  animation: fadeIn 0s ease-out 2.8s forwards;
}


.typingText2{
    margin-top: 7%;
}

.sub_title::after {
  content: "|";
  color: #4e2215;
  animation: blink 1s infinite;
}
.no-cursor::after {
  content: none;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }    
}

.lead_box{
	text-align: center;
}

.lead_box .txt{
	font-size: 18px;
	letter-spacing: 1.5px;
	line-height: 2;
	color: #4e2215;
	font-weight: bold;
	background: url("../images/bg_lead.jpg");
	padding: 5% 0;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.item_wrap{
	background: #dcd3c5;
	padding-top: 10%;
}
.item_main{
	position: relative;
	text-align: right;
}
.item01{
	position: relative;
	padding: 5% 5% 2.5% 5%;
}
.item01 .item_name{
	font-size: 80px;
	color: #ffffff;
	font-family: "parfumerie-script", sans-serif;
	font-weight: 300;
	position: absolute;
	top: -9%;
}
.item02{
	position: relative;
	text-align: right;
	padding: 5%;
}
.item02 .item_name{
	font-size: 80px;
	color: #ffffff;
	font-family: "parfumerie-script", sans-serif;
	font-weight: 300;
	position: absolute;
	bottom: -5%;
}
.item03{
	position: relative;
	padding: 5%;
}
.item03 .item_name{
	font-size: 80px;
	color: #ffffff;
	font-family: "parfumerie-script", sans-serif;
	font-weight: 300;
	position: absolute;
	bottom: -5%;
	right: 5%;
}

.item_main .sub_title{
	position: absolute;
	top: 15%;
	left: 4%;
	font-size: 23px;
	line-height: 1.8;
	text-align: left;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/* フェードインアニメーションの初期状態 */
.mv_fade_left {
    opacity: 0;
    transform: translateX(-50px); /* 左に50pxずらす */
    transition: opacity 1s ease-out, transform 1s ease-out; /* アニメーションの時間とイージングを設定 */
}

/* アニメーション完了後の状態 */
.ac_fade_left {
    opacity: 1;
    transform: translateX(0); /* 元の位置に戻す */
}

.mv_fade_right {
    opacity: 0;
    transform: translateX(50px); /* 右に50pxずらす */
    transition: opacity 1s ease-out, transform 1s ease-out; /* アニメーションの時間とイージングを設定 */
}

/* アニメーション完了後の状態 */
.ac_fade_right {
    opacity: 1;
    transform: translateX(0); /* 元の位置に戻す */
}

.pc {
	display: block;
}
.sp {
	display: none;
}
.clear {
	clear: both;
}

.bg_box1 {
	width: 100%;
	z-index: 1;
	height: auto;
	padding-top: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.title_box {
	width: 100%;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #ffffff;
	letter-spacing: 2;
}

.title_box .top_img{
	animation: blurFadeIn 1.8s ease-out forwards;
    margin: auto;
}

@keyframes blurFadeIn {
    0% {
        filter: blur(15px);
        opacity: 0;
    }
    100% {
        filter: blur(0px);
        opacity: 1;
    }
}

.title_box img {
	width: 100%;
}

.btn_all{
	text-align: center;
}

.btn_all a{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    background: #9a0000;
    color: #ffffff;
	text-align: center;
    font-weight: 500;
    width: 90%;
    letter-spacing: 1.5px;
    margin: 15% auto 10%;
    display: inline-block;
    padding: 4.5% 0;
	text-decoration: none;
}

@keyframes flowing {
  0% { 
	  transform: translateX(0); 
	}
  100% { 
	  transform: translateX(-100%); 
	}
}


@media only screen and (max-width: 768px) {
	
    .st_wrap {
        clear: both;
        width:100%;
        margin:0 auto;
        padding-bottom: 15%;
    }

    .st_wrap img {
        clear: both;
        width:100%;
    }

    .item_box {
        padding: 25% 0 0;
    }

    .pc {
        display:none;
    }
    .sp {
        display:block;
    }

    .title_box {
        width: 100%;	
        margin: 0 0 -4%;
    }
	
    .title_box .top_title {
        font-size: 70px;
        bottom: 5%;
    }
	
    .model_wrap {
        height: 300px;
		margin-top: 1%;
    }	

    .lead_box .txt {
        font-size: 14px;
		padding: 10% 0;
    }	

    .item_main .sub_title {
        top: 5%;
        font-size: 16px;
    }
	
    .item01 .item_name {
        font-size: 45px;
        top: -13%;
    }
	
    .item02 .item_name {
        font-size: 45px;
        bottom: -5%;
    }
	
    .item03 .item_name {
        font-size: 45px;
        bottom: -5%;
    }	
	
}
