@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*:focus {
outline: none;
}

body{
    margin: 0 auto;
    padding: 0;
}

#st_wrap{
	width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    position: relative;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.7em;
    overflow: hidden;
    font-family: "Noto Sans JP", serif;
  background-color: #f3ede8;
}

#st_wrap img{
    width: 100%;
    border: 0;
	vertical-align: bottom;
    line-height: 0;
}
#st_wrap ul,#st_wrap li{
	padding: 0;
	margin: 0;
    list-style: none;
}
#st_wrap a,#st_wrap a:hover,#st_wrap a:link{
	text-decoration: none;
    opacity: 1;
}

#st_wrap a:hover{
	opacity: 0.9;
}
#st_wrap h2 {
    width: 40%;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 30px;
	margin: 2% auto -5%;
    padding: 0;
	text-align: center;
    color:#000000;
}
 .insta{
    width: 10%;
	margin: 0% auto 2%;
}
.bk01 {
    margin: 0% 0 0;
    background-color: white;
    padding: 4% 3% 0%;
}
  padding: 4% 3% 3%;
}
.t_P{
	font-size: 13px;
	line-height: 1.9;
	letter-spacing: 0.05em;
	color: white;
}


.style_box{
	position: relative;
	width: 100%;
	margin: 0% auto 0%;	
}

.style_btn1{
	position: absolute;
	width: 40%;
	top:77%;
	left:30%;
}
.style_btn2{
	position: absolute;
	width: 40%;
	top:83.5%;
	left:29.5%;
}
.style_btn3{
	position: absolute;
	width: 40%;
	top:90.3%;
	left:29.5%;
}
.style_check1{
	position: absolute;
	width: 23%;
	top:22%;
	left:12%;
}
.style_check2{
	position: absolute;
	width: 23%;
	top:52%;
	right:10%;
}
.style_check3{
	position: absolute;
	width: 23%;
	top:80%;
	left:16%;
}
.style_tiktok{
	width: 50%;
	margin: 0 auto 8%;
}
.all_btn1{
	width: 40%;
	margin: 0% auto 0;
}
.w70{
	width: 75%;
}
.w50{
	width: 63%;
	margin-top: -7%;
}
.w50_2{
	width: 63%;
}

.Roboto{
    font-family: "Roboto", sans-serif;
}
.NotoSans{
    font-family: "Noto Sans JP", serif;
}
.Inter{
    font-family: "Inter", serif;
}
	.swp2{
 width:100%;
	margin:10% auto -5%;
}
/************************************************************
inner
************************************************************/
#st_wrap .inner{
    max-width: 600px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: #ead6bf;
    display: inline-block;
    padding: 0 0 5%;
}

/************************************************************
header
************************************************************/
#st_head{
    width: 100%;
	position:relative;
    display: block;
    text-align: center;
    margin: 0 auto;
}
#st_head .head{
    width: 100%
}
#st_head .visual_box{
    width: 100%;
    position: relative;
    display: inline-block;
}
#st_head .visual_box .visual{
    width: 100%;
    float: right;
    filter: blur(15px);
    opacity: 0;
    animation: blurFadeIn 1.0s ease-out forwards;
    margin: auto;
}
.lead{
	width: 90%;
	margin: 8% auto 0%;
	font-size: 14px;
	line-height: 1.9;
}

@keyframes blurFadeIn {
  0% {
    filter: blur(15px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}

 .title{
    width: 100%;
	margin: 0% auto 0%;
}
.box_plof{
	width: 90%;
	margin: 0 auto;
  border: solid 1px #999;
	padding: 5% 1% 3%;
}
#st_head .line-up_box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 8% auto;
}
#st_head .line-up-title {
    margin-right: 5%;
    margin-top: 2%;
    width: 3.5%;
    height: auto;
}
#st_head .line-up-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#st_head .line-up-list li {
    padding: 2.5% 0;
}


.style_tiktok{
	text-align: center;
	width: 50%;
	margin: 0 auto 12%;
}

/************************************************************
footer
************************************************************/
#st_foot{
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin: -16% auto 0;
    padding: 5% 0;
}
#st_foot .btn{
    width: 30%;
    text-align: center;
    margin: 4% auto 5%;
}
#st_foot .line{
    width: 100%;
    margin: 10% auto;
}
#st_foot .ig_box{
    width: 12%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}
#st_foot .ig_box .ttl{
    width: 25%;
    text-align: center;margin: 0 auto;
}
#st_foot .ig_box ul{
    display: grid;
    grid-template-columns: 1fr ;
    grid-template-rows: auto;
    column-gap: 10%;
    margin: 10% auto;
}
#st_foot .ig_box ul li{
    position: relative;
}
#st_foot .pblogo{
    width: 40%;
    text-align: center;
    margin: 15% auto 0%;
}
#st_foot .cp{
    font-size: 13px;
	font-weight: 500;
    text-align: center;
    margin: 0% auto 1%;
    letter-spacing: 0px;
    
}
#st_foot .cp a{
color:black;
}
#st_foot .cp_link{
    font-size: 13px;
	font-weight: bold;
    color: #000;
    text-align: center;
    margin: 8% auto 5%;
    letter-spacing: 0px;
    
}
#st_foot .cp_link a{
    color: #000;
	text-decoration: underline;
	text-underline-offset: 10px;
    
}



/************************************************************
               button
************************************************************/

.btn_01 a {
    display: flex; 
    justify-content: space-between;
    align-items: center;
    padding: 3% 4%;
    border: 2px solid #9e0120; 
    border-radius: 10px;
    width: 68%;
    letter-spacing: 0px;
    background-color: #FFFFFF;
    color: #9e0120; 
    text-decoration: none; 
    font-weight: bold;
    box-sizing: border-box;
    margin: 5% auto 10%;
    font-family: "Inter", serif;
    
}
.btn_01 .item-name {
  font-size: 20px;
}
.btn_01 .buy-button {
  font-size: 20px; 
}
#st_contents .section:nth-child(2) .btn_01 a{
    color: #014d1c; 
    border: 2px solid #014d1c;
}
#st_contents .section:nth-child(3) .btn_01 a{
    color: #9e0120; 
    border: 2px solid #9e0120;
}


.Right{
    float: right;
}
.Left{
    float: left;
}
.small{
	font-size:80%;
}
.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}


@media only screen and (max-width:768px){
	#st_wrap {
        width:100%;
        letter-spacing: 0.5px;
	}
#st_wrap h2 {
    width: 50%;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 22px;
	margin: 2% auto -7%;

}		

.lead{
	width: 100%;
	margin: 8% auto 0%;
	font-size: 12px;
}	
.lead2{
	width: 98%;
	margin: 11% auto 0%;
	font-size: 11px;
}	
 .insta{
    width: 15%;
	margin: 5% auto 2%;
}	
.style_box{
	position: relative;
	width: 100%;
	margin: 0% auto 0%;	
}	
.style_box_btn{
	position: relative;
	width: 100%;
	margin: 0 auto 17%;	
}		

.style_btn1{
	position: absolute;
	width: 47%;
	top:76.5%;
	left:27.5%;
}
.style_btn2{
	position: absolute;
	width: 47%;
	top:83.5%;
	left:27%;
}
.style_btn3{
	position: absolute;
	width: 47%;
	top:90.6%;
	left:27%;
}	
.all_btn1{
	width: 60%;
	margin: 0% auto 0;
}	
.t_P{
	font-size: 11px;
	line-height: 1.8;
	letter-spacing: 0.02em;
	color: white;
}
.t_P2{
	text-align: left;
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: 0.01em;
	color: white;
}
.t_P3{
	text-align: left;
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: 0.01em;
	color: black;
}	
.t_P4{
	text-align: right;
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: 0.01em;
	color: white;
}	
.style_01_logo{
	position: absolute;
	width: 70%;
	top:52%;
	left:14%;	
}
.style_01_1{
	position: absolute;
	width: 98%;
	top:65%;
	left:4%;	
}	
.style_01_2{
	position: absolute;
	width: 80%;
	top:79%;
	left:10%;	
}	
.style_01_3{
	position: absolute;
	width: 75%;
	top:88%;
	left:-15%;	
}	
.style_02_1{
	position: absolute;
	width: 95%;
	top:78%;
	left:8%;	
}	
.style_02_2{
	position: absolute;
	width: 80%;
	top:2%;
	left:28%;
}	
.stye_02_3{
	position: absolute;
	width: 33%;
	bottom:8%;
	left:68%;	
}	
.style_02_4{
	position: absolute;
	width: 80%;
	top:4%;
	left:5%;	
}	
.style_02_5{
	position: absolute;
	width: 75%;
	top:22%;
	left:-12%;	
}
.style_03_1{
	position: absolute;
	width: 120%;
	top:48%;
	left:12%;	
}	
.stye_03_2{
	position: absolute;
	width: 33%;
	bottom:11%;
	left:33%;	
}	
.style_03_3{
	position: absolute;
	width: 80%;
	top:57%;
	left:0%;	
}	
.style_03_4{
	position: absolute;
	width: 80%;
	top:-5%;
	left:2%;
}		
.w70{
	width: 85%;
}	
.w50{
	width: 75%;
	margin-top: -10%;
}	
.w50_2{
	width: 75%;
}		
    #st_foot .btn{
        width: 33%;
    }
#st_foot .cp{
    font-size: 11px;
    margin: 0% auto 1%;
    
}	
	
#st_foot .cp_link{
    font-size: 12px;
}	
#st_foot .pblogo{
    width: 40%;
    text-align: center;
    margin: 13% auto 0%;
}	
 .title{
    width: 100%;
	margin: 0% auto 7%;
}	
    .btn_01 a{
        padding: 4%;
    }
    .btn_01 .item-name{
        font-size: 15px;
    }
    .btn_01 .buy-button{
        font-size: 15px;
    }
   .style_tiktok{
	width: 1%;
	margin: 0 auto 12%;
	margin-left: 8%;
}
 
 .swp2{
 width:98%;
	margin:8% auto -2%;
}	   
    
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
    }
    
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
}


/************************************************************
動き
************************************************************/

#st_head .visual{
    opacity: 0;
	transition: 2s all 0s ease;
}
#st_head.ac .visual{
  	opacity: 1;
}
#st_head .visual_box .title{
    position: absolute;
    width: 80%;
    left: 10%;
    top: 2%;
}

.fade {
	opacity: 0;
	transition: 1.0s all 0s ease;
}
.fade01 {
	opacity: 0;
	transition: 1.0s all 0.5s ease;
}
.fade02 {
	opacity: 0;
	transition: 1.0s all 0.7s ease;
}
.fade.ac, .fade01.ac, .fade02.ac{
	opacity: 1;
    transform: translate(0);
}

.anim {
	opacity:0 ;
	transform: translate(0,50px);
	transition: 1.5s all 0.2s ease;
}

.anim.ac{
	opacity:1 ;
	transform: translate(0);
}

.move-wrap {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 2% 0;
    column-gap: 10px;
}

.slideshow {
    display: flex;
    column-gap: 10px;
    animation: loop-slide 15s linear infinite;
}

.content {
    width: 180px;
}

.content img {
    border-radius: 0px;
    box-sizing: border-box;
}



@keyframes loop-slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%); /* 全体の半分まで移動 */
    }
}

