@charset "utf-8";
/* CSS Document */

	
/*********************************
              基本
*********************************/		
#wrapper {
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    background-color: #e8c672;
    margin: 3% auto;
    display: block;
}
#wrapper img{
	width: 100%;
}
#wrapper a {
	text-decoration: none; 
	color: #7a6868;
	display: block;
}
#wrapper .pc {
	display: none;
}	
	
/*********************************
             共有
*********************************/		
/*フォント*/	
#wrapper .more_lad,.more_men,.link-list,.pick-link {
    font-family: "adobe-handwriting-tiffany", sans-serif;
    font-weight: 400;
    font-style: normal;
	}	
	
/*横並び*/
#wrapper .link_box,.pick_box {
    display: flex;
    margin: 3.5% auto 5%;
    justify-content: space-between;
    flex-wrap: wrap;
	}

#wrapper .tyousei {
 vertical-align: bottom;
}
	
/*********************************
              基本
*********************************/		
	
/*トップarea*/		
#wrapper .top_veiw {
	 magin-bottom: 10%;
	}
#wrapper .top-txt {
    font-size: 3.8vw;
    line-height: 1.8em;
    text-align: center;
    font-weight: normal;
    margin-top: 8%;
}
	
/*Xmasver-追加エリア*/
#wrapper .ashirai {
    position: relative;
}
#wrapper .y-icon, .d-icon {
    position: absolute;
}
#wrapper .y-icon {
    width: 15%;
    top: -28%;
    right: 0.5%;
}
#wrapper .d-icon {
    width: 10%;
    bottom: -28%;
    left: 1%;
}
#wrapper .link_box2 {
    width: 95%;
    display: flex;
    margin: 12% auto 5%;
    justify-content: space-between;
    flex-wrap: wrap;
}
#wrapper .link-list2 {
    width: 48%;
}
#wrapper .tit {
    color: #ffffff;
    text-align: center;
    margin-top: 2%;
    font-size: 3.5vw;
}

/*新作area*/	
#wrapper .new {
    position: relative;
    margin-top: 8%;
}
#wrapper .pic_2 img {
	vertical-align: bottom;
	display: block;
}
#wrapper .txt-link1,.txt-link2,.txt-link3,.txt-link4 {
    width: 80%;
    padding: 0 4%;
    position: absolute;
}
#wrapper .txt-link1 {
    top: 17.5%;
    left: 40%;
}
#wrapper .txt-link2 {
    top: 39%;
    left: -1%;
}
#wrapper .txt-link3 {
    bottom: 27%;
    left: 40%;
}
#wrapper .txt-link4 {
    bottom: 6%;
    left: -2%;
}
#wrapper .more_lad,.more_men {
	font-size: 4.7vw;
	color: #cfab48;
	}	
#wrapper .u-line {
	text-decoration:underline;
	text-decoration-style: dotted;
	text-decoration-color: #7a6868;
	text-underline-offset: 8px;

	}
#wrapper .more_lad {
	}
.more_lad:after  {
    content:"\025b6";
}
#wrapper .more_men {
    margin: 5% 0 0 10%;
}
.more_men:after  {
    content:"\025b6";
}
#wrapper .set {
    width: 85%;
    position: absolute;
    bottom: -4%;
}
	
/*ピックアップarea*/
#wrapper .pick　{
	}
#wrapper .title {
    width: 45%;
    margin: 0 auto -1%;
}
#wrapper .item-box {
    width: 95%;
    margin: 0 auto;
    display: block;
}	
#wrapper .main_pic {
	}
#wrapper .link_box {
	
	}
#wrapper .link-list {
    width: 48%;
    background-color: #7a6868;
    padding: 3% 0;
}
#wrapper .link-list p, .pick-link p {
    color: #ffffff;
    font-size: 5vw;
    text-align: center;
    padding-top: 3%;
}
#wrapper .pick_box {
    width: 96%;
}
#wrapper .pick-list {
    width: 48%;
    margin: 5% 0;
}
#wrapper .pick-link {
    background-color: #7a6868;
    padding: 3% 0;
    margin-top: 5%;
}

/*雪*/
.snow {
  width: 5%;
  position: fixed;
  top: -5%;
  right:4%;
  animation: roll 10s linear infinite;
}

.snow2nd{
  width: 7%;
  position: fixed;
  top: -55%;
  left:20%;
	animation: anim 11s linear infinite;
}

.snow3nd{
  width: 7%;
  position: fixed;
  top: -85%;
  left:25%;
	animation: anim 12s 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%;}
}




/**********************
　PC画面
**********************/
@media (min-width: 768px) {
#wrapper {
	max-width: 770px;
	margin: 3% auto 0;
}
#wrapper .sp {
    display: none;
}
#wrapper .pc {
    display: block;
}
	
#wrapper .top-txt {
    font-size: 2.8rem;
    line-height: 1.6em;
}
#wrapper .more_lad, .more_men {
    font-size: 3.5rem;
}
#wrapper .more_men {
    margin: 3% 0 0 10%;
}
#wrapper .title {
    width: 30%;
    margin: 0 auto 2%;
}
#wrapper .link-list {
    padding: 1% 0;
}

#wrapper .link-list p, .pick-link p {
    font-size: 3rem;
    padding-top: 3.2%;
}	
	
#wrapper .y-icon {
    width: 10%;
}	
	
#wrapper .txt-link1 {
    top: 19%;
}	
	
/*特集*/
#wrapper .tit {
  font-size: 1.5rem;
}
	
/*雪*/	
.snow {
    width: 1.4%;
    right: 25%;
}	
.snow2nd{
	width: 1.8%;
    left: 40%;
}

.snow3nd{
  width: 1.8%;
  left:45%;
}	
}