@import url("https://fonts.googleapis.com/css?family=Bad+Script|Josefin+Sans:300&display=swap");
#really_light_24ssW{
  overflow: hidden;
}
#really_light_24ssW .mv.intro img {
  margin: 0 auto;
}

#really_light_24ssW .intro p {
  text-align: center;
  line-height:2;
  margin: 50px auto;
}

#really_light_24ssW .m30 {
  margin-bottom: 30px;
}
#really_light_24ssW .m50 {
  margin-bottom: 50px;
}
#really_light_24ssW .m150 {
  margin-bottom: 15rem;
}

#really_light_24ssW picture,
#really_light_24ssW img{
  display: block;
}
#really_light_24ssW .font_w{
	font-weight: bold;
	display: block;
}
#really_light_24ssW .w8{
  width: 80%;
}

#really_light_24ssW .w5{
  width: 50%;
}
#really_light_24ssW .w48{
  width: 48%;
}

#really_light_24ssW .maR{
  margin: 0 0 0 auto;
}



/****カート アイコン****/
#really_light_24ssW .buy{
line-height: 1.5;
    text-align: center;
    width: calc(100% / 2 - 1rem);
    margin: 0 auto;
}
#really_light_24ssW .buy li {
    margin-bottom: 10px;
	    text-align: left;
}

#really_light_24ssW .cash a {
	display:block;
	position: relative;
	margin-right: 1rem; /*見切り対策用*/
}

#really_light_24ssW .cash a:after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	background: url(./img/buy_icon.svg) no-repeat;
	margin-left: 10px;
	background-size: 80%;
}


/*フェード 無しの場合*/
#really_light_24ssW .cash a.xx:after {
	display: none;
}
/*フェードイン　上　js絡み*/
#really_light_24ssW .fade-up {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 1.5s;
}
/*フェード右　js絡み*/
#really_light_24ssW .fade-right {
	opacity: 0;
	transform: translate(50px, 0);
	transition: all 1.5s;
}
/*フェード左　js絡み*/
#really_light_24ssW .fade-left {
	opacity: 0;
	transform: translate(-50px, 0);
	transition: all 1.5s;
}
/*フェード下　js絡み*/
#really_light_24ssW .fade-dwn{
	opacity: 0;
	transform: translate(0, -100px);
	transition: all 1.5s;
}
/*フェードin　js絡み*/
#really_light_24ssW .fade-in {
	opacity: 0;
	transform: translate(0, 0);/**表示位置**/
	transition: all 2.5s;
}

#really_light_24ssW .scrollin {
	opacity: 1;
	transform: translate(0, 0);
}


/***slick***/
#really_light_24ssW .slider img{
    height: auto;
    width: 100%;
}

/*slick setting*/
#really_light_24ssW .slick-prev, .slick-next {
	display:none;
}
/*slick ドット*/
#really_light_24ssW .slick-dots li button:before{
	font-size: 26px;
}

/****メイン****/

#really_light_24ssW .d_flex {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    flex-wrap: wrap;
}
#really_light_24ssW .d_flex >picture,
#really_light_24ssW .d_flex .sli_box{
    width: calc(100% / 2 - 3rem);
	margin-top: -16rem;
}

@media screen and (min-width: 750px) {

/*sec1*/
#really_light_24ssW .sec1 .d_flex >picture {
    order: 2;
}
#really_light_24ssW .sec1 .buy {
    order: 1;
}

/*sec3*/
#really_light_24ssW .sec3 .d_flex .sli_box {
    order: 2;
}
#really_light_24ssW .sec3 .buy {
    order: 1;
}
}


@media screen and (max-width: 750px) {
  #really_light_24ssW section:not(.mv) {
    margin-left:1rem;
	  margin-right: 1rem;
}

#really_light_24ssW .buy{
    width: 100%;
}
#really_light_24ssW .slider,
#really_light_24ssW .w5,
#really_light_24ssW .w4 {
  width: 80%;
}

#really_light_24ssW .cash a::after
{
  width: 20px;
  height: 20px;
  margin-left: 0;
}
	
	#really_light_24ssW .m150 {
  margin-bottom: 5rem;
}

	
	#really_light_24ssW .d_flex >picture,
	#really_light_24ssW .sec3 .d_flex .sli_box{
    width: 80%;
    margin: 2rem 0 2rem auto;
}
	#really_light_24ssW .d_flex .sli_box {
    width: 80%;
    margin: 2rem 0;
}

	

}




