
@charset "UTF-8";
/* CSS Document */

   html { scroll-behavior: smooth;}

	.lp__wapper{
    width: 100%;
    margin: 0 auto;
	text-align: center;
    padding-bottom: 5%;
	}	
       
.sale_items{
	font-size: .7rem;
    line-height: 15px;
}



    a.anchor{
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}


/*=======STRETA=====*/

	.streta_lead{
        font-family: "aoboshi-one", sans-serif;
		padding: 20% 0 3%;
		font-size: 1.6rem;
		color: #a58a6c;
	}


	.streta_title_logo{
		width: 40%;
	}
		
	.streta_brand_section_block{
		background-color: #e9e0da;
		padding: 7% 0 0;
	}
	
	
    .streta_title_lead{
		width: 95%;
        font-size: .8rem;
		margin: 0 auto;
		padding: 2% 0 10%;
		line-height: 2rem;
	}
	
	.lp_streta_item_rcommend___nane{
        width: 100%;
        font-size: .7rem;
		margin: 0 auto;
		padding: 2% 0 10%;
		text-align: left;
        vertical-align: middle;
        align-items: center;
	}
	
	
		.lp_streta_item_styling___nane{
        width: 90%;
        font-size: .7rem;
		margin: 0 auto;
		text-align: center;
        vertical-align: middle;
        align-items: center;
        line-height: 1.2rem;
	}
	
	
	
	.lp_streta_item_rcommend___buy{
		width: 50%;
		margin: 5% auto 0;

		
	}
	
    .lp_itemlist{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding: 0 0 15%;
    width: 90%;
    margin: 0 auto;
    }

    .lp_itemlineup{
    text-align: center;
    margin: 0 auto;
    }

	
	.lp_lineiup_item_nane__block{
		margin: 3% auto;
		font-size: .7rem;
		
	}
	
	.lp_lineiup_item_color{
		font-size: .7rem;
	}
		
	.lp_streta_rcommend_point{
/*		font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";*/
		font-size: 1.5rem;
	}
	
	.streta_item_slider{
		margin: 15% auto;
	}
	
	.lp_streta_item_rcommend_block{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin: 20px auto;
    vertical-align: middle;
    align-items: center;
    width: 95%;
    font-size: .8rem;
	}
	
	
	.lp_streta_point_title,.lp_streta_point_read{
		font-size: .7rem;
	}
	
	
	.lp_streta_styling_block{
		margin: 0 auto 10%;
	}
	
	.lp_streta_item_styling_block{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin: 20px auto;
    vertical-align: middle;
    align-items: center;
    width: 95%;
	}
	
	
	.lp_streta_item_name{
    text-align: left;
    font-size: .7rem;
    margin: 0 auto;
}

/*	.top_to_bottom {
    transform: translate3d(0, 50px, 0);
    opacity: 0;
}*/
	
	.top_to_bottom {
    transition: 1s;
    transition-delay: .5s;
    opacity: 1;
}
	
	
.top_to_bottom_fadeIn {
    transform: translate3d(0, 0, 0);
    transition: 1s ease-in-out .1s;
    opacity: 1;
	    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
}

	.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

	.lp_streta_buylist_block{
		display: grid;
		gap:10px;
		margin-bottom: 15%;
	}
	
	.lp_streta_buylist_wearitem{
		margin: 5% auto 4px;
		text-align: left;
		font-size: 0.7rem;
		width: 85%;
	}
		.lp_streta_buylist_block li a{
    display: grid;
    grid-template-columns: 20% 40% 20%;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

	.lp_streta_buylist_block img {
    vertical-align: top;
		width: 100%;
}


	.staff_item_buy{
    font-size: 11px;
    text-align: center;
    background-color: #000;
    height: fit-content;
    color: #fff;
    padding: 5px 0;
}



	.streta_item_buy{
    font-size: 11px;
    text-align: center;
    background-color: #e0d9cf;
    height: fit-content;
    color: #000000;
    padding: 5px 0;
}	
	
	


/*=======STRETA=====*/


/*=======均一セール=====*/
	.flat_wapper{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #000000;
	}

    .flat_wapper img{width: 100%;}
	
	.lp_text_red{color: #ff0000;}
	
	.lp_title_bold{
	font-weight: bold;		
	}
	
	.fratprice_lead{
    margin-top:30px;
	font-size:1rem;
	line-height:30px;
}
	
	
a.more_flat{
    background: #303465;
    color: #fff;
    font-weight: bold;
    /* border: solid 1px; */
    border-radius: 35px;
    background-image: none;
    padding: 0;
    line-height: 60px;
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    width: 150px;
    position: relative;
    text-align: center;
    font-size: 1rem;
}

.flat_memberbtn {
    font-size: 1rem;
    font-weight: bold;
    background-color: #303465;
    display: inline-block;
    width: 80%;
    margin: 10px 10px;
    text-align: center;
    color: #ffffff !important;
    line-height: 25px;
    padding: 8px;
    border-radius: 35px;
}	
	
	.fratprice_btn {
    background: #39b3e0;
    font-size: .8rem;
    font-weight: bold;
    text-align: center;
    padding: 5%;
    color: #ffffff;
    border-radius: 35px;
	
}

	.flatsale_price_title{
		margin: 5% auto 30px;
		text-align: center;
	}
	
.sale_allitem{
    margin: 0 auto 15%;
    width:70%;
	text-align: center;
}
	
	.flatsale_item_wrapper {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    justify-content: center;
}
	
	.flatsale_item_wrapper li {
    width: calc(100% / 2 - 2 * 5px);
    margin: 5px 5px 25px 5px;
    text-align: left;
}
	.flatsale_sale_items_name {
    font-size: .7rem;
    line-height: 15px;
}
	
/*=======均一セール=====*/



.br-sp {display:block;}
.br-pc {display:none;}

	
@media screen and (min-width:768px){
	
.br-sp {display: none; }
.br-pc {display: block; }

	
	
	/*=======STRETA=====*/
		.lp__wapper{
    width: 70%;
    margin: 0 auto;
	text-align: center;
    padding-bottom: 5%;
	}	
	
	
	
	.lp_streta_rcommend_point{
/*		font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";*/
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
	
    .lp_itemlist{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding: 0 0 15%;
    width: 90%;
    margin: 0 auto;
    }
	

    .lp_streta_item_styling___nane{
    width: 90%;
    font-size: .9rem;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    align-items: center;
        line-height: 1.5rem;
	}
    .lp_streta_point_title{
		font-size: 1rem;
		margin: 3% auto 2%;
	}
	
	.lp_streta_point_read{
    font-size: .8rem;
    line-height: 1.5rem;
    width: 89%;
    margin: 0 auto;
	}
	
	
	.lp_lineiup_item_color{
		font-size: .8rem;
	}
	.lp_streta_item_rcommend___nane{
        width: 100%;
        font-size: .8rem;
		margin: 0 auto;
		padding: 2% 0 10%;
		text-align: center;

	}
	
	.lp_streta_buylist_wearitem{
		margin: 5% auto 4px;
		text-align: left;
		font-size: 0.7rem;
		width: 73%;
	}

	.lp_streta_buylist_block li a{
    display: grid;
    grid-template-columns: 20% 30% 20%;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

	.lp_streta_item_name{
		text-align: left;
		font-size: .7rem;
	}

	
	  .streta_title_lead{
        font-size: 1.1rem;
		margin: 0 auto;
		padding: 2% 0 10%;
		line-height: 2rem;
	}

	
	/*=======STRETA=====*/
	
/*=======均一セール=====*/
		.flatsale_item_wrapper li {
    width: calc(70% / 3 - 2 * 5px);
    margin: 5px 5px 25px 5px;
    text-align: left;
}
	
	
	.flatsale_price_title{
		font-size: 1rem;
		margin: 5% auto 30px;
		text-align: center;
	}
	
    .fratprice_lead{
    margin:30px auto;
	font-size:1rem;
	line-height:30px;
}
	
	#flat_category>.exampleber{
    width:25%;
    padding-bottom: 13px;
}
	
	
		
.sale_allitem{
    margin: 0 auto;
    width:40%;
	text-align: center;
}
	
	
	
.flat_memberbtn {
        font-size: 1rem;
        font-weight: bold;
        background-color: #303465;
        display: inline-block;
        width: 60%;
        margin: 20px 10px;
        text-align: center;
        color: #ffffff;
        line-height: 30px;
        padding: 10px;
        border-radius: 45px;
    }
	
/*=======均一セール=====*/
	
	
	
	
	
	
	}
	
	
	

