body {
	padding:0;
	margin:0;
}

.a{
	text-decoration: none;
}

.bg{
	width: 100%;
	background: #f3f3f3;
}

.aj_wrap {
	width: 100%;
	max-width: 650px;
	background: #f1edec;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	color: #bf8f8f;
	font-size: 14px;
	font-feature-settings: "palt";
	overflow: hidden;
}

.aj_wrap p {
	padding:0;
	margin:0;
}

.aj_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.head_wrap{
	position: relative;
	overflow: hidden;
}

.head{
	animation: blurFadeIn 1.8s ease-out forwards;
}

.head_txt{
	width: 90%;
	margin: 0 auto 0;
	line-height: 1.4;
	text-align: center;
}

.head_txt02{
	position: absolute;
	line-height: 1.4;
	text-align: center;top: 5%;
    left: 9%;
}

.head_lead{
	text-align: center;
	line-height: 1.4;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 500;
	margin: 0 auto;
	font-size: 16px;
	letter-spacing: 1.4px;
	padding: 10% 0;
	background: #f1edec;
	color: #bf8f8f;
}

.head_lead span.txt_yukata{
	font-size: 35px;
	font-family: "parfumerie-script", sans-serif;
}

.vol_title{
	font-family: serif;
	font-size: 18px;
}

.item_title{
	font-family: "parfumerie-script", sans-serif;
	font-size: 55px;
    margin-left: 0;
}

.title{
	color: #ffeaf1;
	position: absolute;
	width: 55%;
    bottom: 5%;
    left: 23%;
	line-height: 1;
	opacity: 0;
	animation: fadeup 2s 0.4s forwards;
	z-index: 100;
}

.item01_wrap{
	position: relative;
}

.co_pink{
	width: 100px;
	position: absolute;
	top: 0;
	right: 33%;
}

.item01_box{
	display: flex;
	width: 90%;
	margin: 5% auto 15%;
	column-gap: 3%;
}

.item01_left,.item01_right{
	width: 50%;
}

.item01_right{
	display: flex;
	align-items: center;
}

.item01_left img,.item01_right img{
	margin-bottom: 6%;
}

.item02_box{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
    margin: 0 auto 15%;
}

.co_blue{
	width: 100px;
	margin: 0 auto 5%;
}

.item02_box .item02{
	width: 50%;
}

.item03_wrap{
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.item03_box1{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-left: 3%;
}
.item03_box2{
	display: flex;
	flex-wrap: wrap;
	margin-top: -40%;
	margin-right: 3%;
}

.item03_left{
	width: 50%;
	display: flex;
}

.item03_right{
	width: 50%;
	display: flex;
}

.co_black{
	width: 100px;
	position: absolute;
	top: 0;
	z-index: 100;
}

.item04_wrap{
	position: relative;
}

.co_pink_2_wrap {
    position: absolute;
    bottom: -9%;
    left: 23%;
}

.co_pink_2{
    font-family: "parfumerie-script", sans-serif;
    transform: rotate(-90deg);
    color: #ffffff;
    font-size: 245px;
    font-style: italic;
}

.item04_box{
	display: flex;
	width: 90%;
	margin: 5% auto 15%;
	column-gap: 3%;
}

.item04_left,.item04_right{
	width: 50%;
}

.item04_left{
	display: flex;
	align-items: center;
	
}

.item04_left img,.item04_right img{
	margin-bottom: 6%;
}

.item05_wrap{
	position: relative;
}

.item05_box{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
    margin: 0 auto 15%;
}

.co_black_2_wrap {
    position: absolute;
    bottom: -10%;
    right: 12%;
}

.co_black_2{
    font-family: "parfumerie-script", sans-serif;
    transform: rotate(-90deg);
    color: #ffffff;
    font-size: 245px;
    font-style: italic;
}

.bg_section01{
    background-image: linear-gradient(180deg, rgba(232, 220, 218, 1), rgba(235, 237, 240, 1) 50%, rgba(212, 209, 212, 1));
	padding: 10% 0;
}

.bg_section02{
    background-image: linear-gradient(180deg, rgba(232, 220, 218, 1), rgba(212, 209, 212, 1));
	padding: 10% 0;
	position: relative;
}


.pc {
	display: block;
}
.sp {
	display: none;
}
.clear {
	clear: both;
}

.btn_all{
	text-align: center;
}

.btn_all a{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    background: #bf8f8f;
    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;
}

.img_box1 {
	aspect-ratio: 4 / 5;
}

.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;
    }
}

@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes blurFadeIn {
    0% {
        filter: blur(15px);
        opacity: 0;
    }
    100% {
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes flowing {
  0% { 
	  transform: translateX(0); 
	}
  100% { 
	  transform: translateX(-100%); 
	}
}


@media only screen and (max-width: 768px) {
	
    .aj_wrap {
        width: 100%;
    }

    .pc {
        display:none;
    }
    .sp {
        display:block;
    }
	
    .head_lead span.txt_yukata {
        font-size: 30px;
    }
	
	.head_lead {
        font-size: 14px;
		letter-spacing: 1.3px;
    }
	
	.head_txt02{
		top: 5%;
		left: 6%;
	}

    .vol_title {
        font-size: 16px;
    }	

    .item_title {
        font-size: 40px;
		margin-bottom: 10%;
    }
	
    .co_pink {
        right: 28%;
        width: 80px;
    }

    .co_pink span {
        font-size: 14px;
        line-height: 45px;
    }
	
    .co_blue {
        width: 80px;
    }
	
    .co_black {
        left: 0;
        width: 80px;
    }
	
    .co_pink_2_wrap {
        left: 28%;
    }
	.co_pink_2 {
        font-size: 130px
    }
	
	.co_black_2_wrap {
          right: 18%;
      }
	
    .co_black_2 {
        font-size: 130px;
    }


}
