/***************************
 ---Christmas 2023--- PC 
**************************/


.fs-l-page{
    position: relative;
    padding-bottom: 80vh;
}

.fs-l-page footer{
    position: absolute;
    z-index: 100;
    width: 100%!important;
    margin: 0 auto;
    bottom:0;
}

.fs-l-main{
    display: contents;
    max-width: unset!important;
    left: 0!important;
    background-color: #005483;
}

.area{
    height: 500px;
    left: 0!important;
}
.wrap{
  display: flex;
  height: 420vh;
}
.wrap img{
  width: 10vw;
}    
    
.item{ 
    width: 2%!important;
    margin: 0 0 5vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-weight: bold;
    color: #fff;
    padding: 0;
} 

.item01{
    background-color: #2b6a43;
    width: 100vw;
    height: 90vh;
    margin: 0 0!important;   
    display: flex;
    justify-content: center;
}
.item01 p{
    display: block;
    position: absolute;
    margin-bottom: 0!important;
}   
    
.tit01{
    width: 72vh;
    top: 14vh
    }
.tit02{
    position: absolute;
    width: 126vh;
    top: 30vh;
    z-index: 100;
    }
.tit03{
    width: 72vh;
    top: 65vh;
    }
.santa{
    width: 8vh;
    top: 17vh; 
    margin-left: 20%;
    } 
.titimg01{
    width: 100vw;
    height: 14vh;
    top: -2vh;
    background-repeat: repeat-x;
    background: #2b6a43 url(https://kimuratan.itembox.design/item/img/banner/202312/crms23_stars.png) center/50vw;
    }     
.label{
    width: 30%;
    top: 88vh;
    right: -3%;
    z-index: 30;
    }
.grand{
    width: 100vw;
    top: 66vh;
    z-index: 20;
    }         

.item19{
    margin-top: 35vh!important;
    padding-right: 0;
}
 
.white{
    background-color: #fff;
    height: 18vw;
    width: 100vw!important;
    margin-bottom: 0;
} 
    
.pin-spacer {
    height: 2000px!important;
    max-width: 100vw;
}

.present{
    position: relative;
    display: flex;
    justify-content: center;
    width: 80vw;
    margin: 0 auto;
    }    
    
.present_left{
    flex: 1;
    padding: 2% 0 0 8%;
    }   
    
.present_right{
    flex: 1;
    padding: 2% 8% 0 0;
    }

.present img{
    width: 65%;
    }   
    
.pre_tit{
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 20%;
    z-index: 100;
    width: 100vw;
    margin: 0 auto 10%;
    }

.pre_tit img{
    width: 38vw;
}

.rule{
    width: 50vw;
    position: relative;
    margin: 2% auto ;    
    }    

.present_detail{
    display: contents;
    width: 50vw;
    margin: 0 auto;
}


    
/* ボタン */   
section.container{
    position: relative;
    width: 30%;
    min-width: 360px;
    margin: 10% auto;
    text-align: center;    
    }  
    
section.container img{
    border-radius:10px;
    }    
    

/*-- SNS --*/
#follow {
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
    padding-bottom: 5%;
    text-align: center;
    }    
#follow div {
    margin: 2% auto 0;
    width: 20%;
    font-family: 'Noto Sans JP', sans-serif;
    display: inline-block;
    padding: 0 16.5vw;
    font-size: 1.5vw;
    font-weight: 300;
    line-height: 1.3;
    z-index: -1;
    text-align: center;
    letter-spacing: 0.15em;
    color: #000;
}
#follow div:before, #follow div:after {
    content: '';
    top: 15%;
    display: inline-block;
    width: 8%;
    height: 2px;
    background-color: #000;
}
#follow div:before {
    position: absolute;
    left: 32vw;
}
#follow div:after {
    position: absolute;
    right: 32vw;
} 
    
#follow ul{
    text-align: center;
    padding-left: 0
    }     
    
#follow li{    
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 2% 1%;
    padding: 0;
    background-color: #000;
    border-radius: 60%;
    }
#follow img {
    width: 50%;
    padding: 25%;
}        
#follow img:hover {
    opacity: .7;
}
    
    
/*-- scloll --*/    
.Scroll {
    position: fixed;
/*    right: 5vw;*/
        right: 0vw;
    top: 5vw;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
}   
.Scroll a{
    display: inline-block;
    z-index: 2;
    padding: 2vw 0.8vw 4.8vh 0;
    overflow: hidden;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    text-decoration: none;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    color: #b49e27!important;
    white-space: nowrap;
}   
.Scroll a::after {
    content: "";
    position: absolute;
    bottom: 0;
/*    left: 50%;*/
        left: 0.2vw;
    width: 1px;
    height: 30px;
    background: #b49e27!important;
    -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
} 
    
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}  

/*　降雪　*/
    
.snow {
  /*雪の色*/
  color: snow;
  /*雪の大きさ*/
  font-size: 12px;
  /*初期位置*/
  position: fixed;
  top: -5%;
  /*雪を適当な幅で降らせる*/
  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;
}

  /*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%;}
}  
