@charset="utf-8";

main {
	width: 100%;
}


#page_top {
	background-color: #BF1F6A;
}
.slidein_up.delighter {
	transition: all .3s ease-out;
	opacity: 0;
}
.slidein_up.delighter.started {
	transform: translate(0%, -32px);
	opacity: 1;
}
.slidein_down.delighter {
	transition: all .3s ease-out;
	opacity: 0;
}
.slidein_down.delighter.started {
	transform: translate(0%, 32px);
	opacity: 1;
}
.slidein_left {
	transform: translate(-64px);
    opacity: 0;
    transition: all .3s ease-out;
}
.slidein_left.delighter.started {
    transform: none;
    opacity: 1;
  }
.slidein_right{
	transform: translate(64px);
    opacity: 0;
    transition: all .3s ease-out;
}
.slidein_right.delighter.started {
	transform: none;
    opacity: 1;
}

.insta_icon {
	width: 30px;
}
.lead a {
	text-decoration: none;
	color: #8C5E4D;
}
@media (max-width: 767px) {
.kv {
    background-image: url("https://www.spendard.com/s/feature/2021fw_bag/img/kv_sp_2021fw_bag.jpg");
    margin-bottom: 160px;
}
main {
	width: 100%;
}

.lead {
	text-align: center;
	line-height: 200%;
	color: #8C5E4D;
	margin-bottom: 100px;
}
.lead p {
	font-size: 1.2rem !important;
}
.gray {
	background-color: #CCD9D9;
	padding: 1%;
	margin-bottom: 160px;
}
.flex {
	max-width: 600px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
._top {
	margin-top: 100px;
	margin-bottom: 50px;
	justify-content: center;
}
._under {
	margin-bottom: 100px;
	justify-content: center;
}
.flex_img {
	width: 50%;
}
.flex_txt {
	width: 50%;
	padding: 0 1% 1% 1%;
}
.flex_txt a {
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: #A61B40;
	border: solid #A61B40 1px;
	border-radius: 4px;
	padding: 0 1rem;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	line-height: 3rem;
}
.flex_txt a:hover {
	background-color: #D9B4A7;
	border: solid 1px #D9B4A7;
	border-radius: 4px;
}
.f-hand {
	font-family: 'Cookie', cursive;
	font-size: 3rem;
}
h3 {
	font-size: 5rem;
	line-height: 0.5;
	margin: 1rem auto;
	font-family: 'Cookie', cursive;
	text-align: center;
	color: #A61B40;
}
.flex_txt p {
	font-size: 1.2rem;
	color: #8C5E4D;
}
.cntr {
	text-align: center;
}
h4 {
	font-size: 5rem !important;
	line-height: 0 !important;
	color: #8C5E4D;
}
.item_img {
	max-width: 60%;
	margin: -50px auto 100px;
}
.item_txt p {
	font-size: 1.7rem;
	color: #8C5E4D;
	margin-bottom: 100px;
}
.flex_between {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	justify-content: space-between;
	margin-bottom: 160px;
	margin: 0 auto;
}
.img_box {
	width: 55%;
}
.left {
	margin-left: 1%;
	z-index: 1;
}
.center {
	margin-left: -16%;
	margin-top: 64px;
	z-index: 2;
}
.right {
	margin: -60px auto auto;
	z-index: 3;

}
.price {
	max-width: 1000px;
	margin: 30px 3% 160px;
	text-align: right;
}
.price a {
	display: inline-block;
	text-decoration: none;
	color: #A61B40;
	font-size: 1.7rem;
	font-weight: bold;
}
.price a:hover {
	opacity: 0.5;
}
.price a span {
	display: inline-block;
	border: solid 1px #A61B40;
	border-radius: 4px;
	background-color: #A61B40;
	color: #fff;
	font-weight: bold;
	padding: 0.5rem 1rem;
	font-size: 1.2rem;
}
.gallery {
	margin: 0 auto 30px;
	justify-content: space-between;
}
.feed {
	width: 33%;
}
.btn {
	text-decoration: none;
    display: block;
    color: #fff;
    background-color: #A61B40;
    border: solid #A61B40 1px;
    border-radius: 4px;
    padding: 0 1rem;
    text-align: center;
    width: 50%;
    margin: 0 auto 160px;
    line-height: 3rem;
}
}

@media (min-width: 768px) {
.kv {
    background-image: url("https://www.spendard.com/s/feature/2021fw_bag/img/kv_2021fw_bag.jpg");
    margin-bottom: 160px;
}	
.lead {
	text-align: center;
	line-height: 200%;
	color: #8C5E4D;
	margin-bottom: 160px;
}
.lead p {
	font-size: 1.7rem !important;
}
.gray {
	background-color: #CCD9D9;
	padding: 1%;
	margin-bottom: 160px;

}
.flex {
	max-width: 600px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
._top {
	margin-top: 100px;
	margin-bottom: 50px;
	justify-content: center;
}
._under {
	margin-bottom: 100px;
	justify-content: center;
}
.flex_img {
	width: 50%;
}
.flex_txt {
	width: 50%;
	padding: 0 5% 5% 5%;
}
.flex_txt a {
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: #A61B40;
	border: solid #A61B40 1px;
	border-radius: 4px;
	padding: 0 1rem;
	text-align: center;
}
.flex_txt a:hover {
	background-color: #D9B4A7;
	border: solid 1px #D9B4A7;
	border-radius: 4px;
}
.f-hand {
	font-family: 'Cookie', cursive;
	font-size: 3rem;
}
h3 {
	font-size: 5rem;
	line-height: 0.5;
	margin: 1rem auto;
	font-family: 'Cookie', cursive;
	text-align: center;
	color: #A61B40;
}
.flex_txt p {
	font-size: 1.7rem;
	color: #8C5E4D;
}
.cntr {
	text-align: center;
}
h4 {
	font-size: 5rem !important;
	line-height: 0 !important;
	color: #8C5E4D;
}
.item_img {
	max-width: 300px;
	margin: 0 auto 100px;
}
.item_txt p {
	font-size: 1.7rem;
	color: #8C5E4D;
	margin-bottom: 100px;
}
.flex_between {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	justify-content: space-between;
	margin-bottom: 160px;
	margin: 0 auto;
}
.img_box {
	width: 30%;
}
.center {
	margin-top: 64px;
}
.price {
	max-width: 1000px;
	margin: 30px auto 160px;
	text-align: right;
}
.price a {
	display: inline-block;
	text-decoration: none;
	color: #A61B40;
	font-size: 1.7rem;
	font-weight: bold;
}
.price a:hover {
	opacity: 0.5;
}
.price a span {
	display: inline-block;
	border: solid 1px #A61B40;
	border-radius: 4px;
	background-color: #A61B40;
	color: #fff;
	font-weight: bold;
	padding: 0.5rem 1rem;
	font-size: 1.2rem;
}

.gallery {
	margin: 0 auto 50px;
	justify-content: space-between;
}
.feed {
	width: 33%;
}
.btn {
	text-decoration: none;
    display: block;
    color: #fff;
    background-color: #A61B40;
    border: solid #A61B40 1px;
    border-radius: 4px;
    padding: 0 1rem;
    text-align: center;
    max-width: 300px;
    margin: 0 auto 160px;
    line-height: 3.4rem;
    font-size: 1.7rem;
}

}