#header,
#footer{
	    position: relative;
	z-index: 99;
}

.fs-c-breadcrumb{
	    position: relative;
	z-index: 98;
}
.lp_wrap img {
	width: 100%;
	display: block;
}
.fs-l-main, .fs-l-main, .fs-l-pageMain {
	max-width: inherit !important;
	margin: 0 auto;
}
#fs_CustomPage .fs-l-main {
	padding: 0;
}
.fs-c-breadcrumb__listItem {
	display: inline;
}

/* css */
:root {
	--noto: "Noto Sans JP", sans-serif;
	--color_main: #2e2e2e;
	--shadow: drop-shadow(.2em .2em 2em rgba(222,227,229,.7));
	--width: 1200px;
}
@media screen and (max-width: 1380px) {
	:root {
		--width: 92%;
	}
}

.lp_wrap .pc_only {
	display: block;
}
@media screen and (max-width: 768px) {
	.lp_wrap .pc_only {
		display: none;
	}
}

.lp_wrap .sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
	.lp_wrap .sp_only {
		display: block;
	}
}

.lp_wrap {
	margin: 0 auto;
	font-weight: 400;
	font-family: var(--noto);
}
@media screen and (max-width: 1380px) {
}
@media screen and (max-width: 768px) {
}
.lp_wrap * {
	line-height: 1em;
	font-feature-settings: "palt";
	font-family: var(--font);
	color: var(--color_main);
	font-size: 62.5%;
	line-height: 1.5;
}
.fv{
	position: relative;
	z-index: 5;
}
/*アニメーション*/
.snow {
  /*雪の色*/
  color: snow;
  /*雪の大きさ*/
  font-size: 10px;
  /*初期位置*/
  position: fixed;
  top: 30%;
  /*雪を適当な幅で降らせる*/
  text-shadow:
  5vw   -100px 2px,
  10vw  -400px 3px,
  20vw  -500px 4px,
  30vw  -580px 1px,
  39vw  -250px 2px,
  42vw  -340px 5px,
  56vw  -150px 2px,
  63vw  -180px 0,
  78vw  -220px 4px,
  86vw  -320px 9px,
  94vw  -170px 7px;
  /*雪アニメーション1*/
  animation: roll 5s linear infinite;
 z-index: 4;
}
  /*2つめの雪アニメーション*/
.snow2nd{animation: anim 8s linear infinite;}

@keyframes roll {
    0% {transform:rotate(0deg);}
   90% {opacity:1;}
   100% {transform:rotate(20deg);top:100%;opacity:0;}
}
@keyframes anim {
  100% {color:transparent;top:150%;}
}
/*共通*/
.content-wrap{
	max-width: 1080px;
	width: 100%;
	margin: auto;
	padding: 10rem 0;
	position: relative;
	z-index: 5;
}
.bg_snow{
	 position: absolute;
    top: 30%;
    left: 0;
    width: 100vw;
    content: url("https://fukuskeonline.itembox.design/item/lp/xmas_2024/img/snowflakes.png"); /* PNG画像のパスを指定 */
    background-size: cover; /* 背景画像を画面いっぱいに */
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1; 
}
@media screen and (max-width:768px){
	.bg_snow{
	 position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    content: url("https://fukuskeonline.itembox.design/item/lp/xmas_2024/img/snowflakes_sp.png"); /* PNG画像のパスを指定 */
    background-size: cover; /* 背景画像を画面いっぱいに */
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1; 
}
}
.bg_01{
	background-color: #611122;
}
.bg_02{
	background-color: #233606;
}
.bg_03{
	background-color: #f9eddf;
}

.lead_box{
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
	padding: 6rem 0;
}
.white_bg{
	background-color: #FFF;
}
.cream_bg{
	background-color: #f8f2ea;
}
.lead_txt{
	font-size: 1.8rem;
	text-align: center;
	line-height: 2;
}
.lead_txt_bold{
	font-size: 1.8rem;
	font-weight: bold;
}

.lead_ttl{
	font-size: 5rem;
	font-family: poppins, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #611122;
	margin-bottom: 3rem;
}
.lead_img{
	max-width: 255px;
	width: 100%;
	margin: 0 auto 3rem;
}

.nav_list{
	max-width: 820px;
	display: flex;
	justify-content: space-around;
	margin: auto;
}
.nav_listitem{
	max-width: 200px;
	transition: all .3s ease 0s;
}
.nav_listitem:hover{
	 transform:scale(1.1);
}

#mens,
#women,
#wrapping{
    text-align: center;
}
.product_ttl{
	font-size: 7rem;
    font-family: poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #FFF;
    margin-bottom: 3rem;
	text-align: center;
	position: relative;
	display: inline-block;
}
.product_ttl span{
	font-size: 80%;
    font-family: poppins, sans-serif;
    font-weight: 600;
    color: #FFF;
}
.txt_black{
	color: #000;
}
.product_list{
	max-width: 820px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap 4rem;
	margin-bottom: 6rem;
	position: relative;
	z-index: 5;
}
.product_listitem{
    width: calc(100% / 2 - 2rem);
	margin-bottom: 4rem;
}
.product_listitem:last-child,
.product_listitem:nth-last-child(2){
	margin-bottom: 0;
}
.product_img {
    position: relative;
    width: 100%; /* 画像のサイズに合わせて調整 */
	margin-bottom: 1rem;
}

.product_img img {
    display: block;
    width: 100%; /* 必要に応じてサイズを調整 */
    transition: opacity 0.5s ease;
}

.product_img .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
/*	height: 100%;
	object-fit: cover;*/
}

.product_img:hover .default-img {
    opacity: 0;
}

.product_img:hover .hover-img {
    opacity: 1;
}
.product_info{
	display: flex;
	justify-content: space-between;
}
.product_name{
	font-size: 1.8rem;
	color: #FFF;
	text-align: left;
}
.product_btnbox{
	width: 30%;
}
.product_btn{
	max-width: 55px;
	width: 100%;
	font-size: 1.8rem;
	text-align: center;
	margin-left: auto;
	background-color: #FFF;
	padding: 0.5rem 0.5rem;
	font-weight: bold;
}
#mens .product_btn{
	color: #611122;
}
#womens .product_btn{
	color: #233606;
}
.listbtn_box{
	max-width: 410px;
	width: 100%;
	margin: 0 auto;
}
.wrapping_img{
	margin-bottom: 3rem;
}
.gift_btn{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin: auto;
	padding: 2rem 0;
	max-width: 40rem;
	border-radius: 50px;
	background-color: #FFF;
}

@media screen and (max-width:768px){
	
	.nav_list{
	justify-content: center;
		flex-wrap: wrap;
		gap:2rem;
}
.nav_listitem{
	max-width: 42%;
	transition: all .3s ease 0s;
}
	
	.product_ttl{
		font-size: 5rem;
	}
	.lead_box{
		max-width: 90%;
	}
	.lead_txt,.lead_txt_bold{
		font-size: 1.6rem;
	}
	.lead_ttl{
		font-size: 3.6rem;
	}
	.product_list{
		display: block;
		max-width: 90%;
		margin: 0 auto 3rem;
	}
	.product_listitem{
		width: 100%;
	}
	.listbtn_box,
	.wrapping_btn{
		max-width: 60%;
		margin: auto;
	}

}

@media screen and (max-width:600px){
    .product_ttl {
        font-size: 3.6rem;
    }
	.gift_btn{
		max-width: 80%;
	}
} 