
@charset "UTF-8";
/* CSS Document */


/**********************
　共通
**********************/
#wrapper {
    width: 100%;
    color: #333333;
    background-color: #a12025;
    padding-bottom: 8%;
}
#wrapper img{
	width: 100%;
}
#wrapper a {
	text-decoration: none; 
	color: #333333;
	display: block;
}
#wrapper .pc {
	display: none;
}
#wrapper strong {
    font-weight: bold !important;
	font-size: 150%;
}
#wrapper .att {
    font-size: 3vw;
    color: #a0001e;
    width: 50%;
    position: absolute;
    right: 0%;
    bottom: 20%;
}

/*linkbox*/
#wrapper .link_box {
    width: 93%;
    display: flex;
    margin: 6% auto 5%;
    justify-content: space-between;
    flex-wrap: wrap;
}
#wrapper .list {
    width: 48%;
	background-color: #333333;
}
#wrapper .more,.more2 {
    color: #ffffff;
    font-size: 3vw;
    text-align: center;
}
#wrapper .more {
    padding: 8% 0;
}
#wrapper .more2 {
    padding: 5% 0;
    font-size: 3.8vw;
}
#wrapper .link_box2 {
  width: 80%;
  margin: 3% auto 0;
  background-color: #333333;
}
#wrapper .top {
    margin-top: 1.8%;
}
#wrapper .top2 {
    margin-top: 5%;
}

/**********************
　共有_ポジション
**********************/

/*relative*/
#wrapper .item_box, .item_box2 {
    position: relative;
    margin-bottom: 18%;
}


/*absolute*/
#wrapper .title_box, .title_box2, .title_box3 {
    position: absolute;
    color: #ffffff;
    width: 65%;
}
#wrapper .c-txt_box,.c-txt_box2,.c-txt_box3,.c-txt_box4,.c-txt_box5 {
    position: absolute;
}


/*********************************
  すべてを見るボタン
*********************************/
#wrapper .jump_all {
    margin-bottom: 10%;
}
#wrapper .jump_all ul {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0%;
    margin-top: 1em;
    justify-content: center;
}
#wrapper .jump_all li {
    width: 88%;
    max-width: 500px;
    cursor: pointer;
    box-sizing: border-box;
}
#wrapper .jump_all li a {
    font-size: 115%;
    padding: 0.75em 0;
    text-align: center;
    display: block;
    border: 1px solid #333333;
}


/**********************
　メイン
**********************/
#wrapper .top_veiw {
    margin-bottom: 8%;
}
#wrapper .title_box {
    top: 3%;
	left: 32%;
}
#wrapper .title_box2 {
    top: 0.8%;
    left: 32%;
}
#wrapper .iti_txt {
    font-size: 4.5vw;
}
#wrapper .title {
    margin-left: 1.5%;
}

#wrapper .up {
    margin-top: -5%;
}
#wrapper .i-main {
    margin-top: 5%;
}
#wrapper .bra_box,#wrapper .bra_box2,#wrapper .bra_box3,#wrapper .bra_box4 {
  position: absolute;
  width: 25%;
  z-index: 5;
}
#wrapper .bra_box {
    right: 1%;
    top: 15.5%;
}
#wrapper .bra_box2 {
   right: 2.2%;	
   top: 23%;
	}
#wrapper .bra_box3 {
    top: 18%;
    right: 1%;
}
#wrapper .bra_box4 {
    top: 13%;
    right: 1%;
}
#wrapper .sab_box, #wrapper .sab_box2, #wrapper .sab_box3, #wrapper .sab_box4, #wrapper .sab_box5, #wrapper .c-txt_box6 {
   	width: 45%;
	z-index: 10;
    position: absolute;
    right: 2%;
}
#wrapper .sab_box {
    bottom: 15%;
}
#wrapper .sab_box2 {
    bottom: 13.8%;
}
#wrapper .sab_box3 {
    bottom: 25%;
}
#wrapper .sab_box4 {
    bottom: 20%;
}
#wrapper .sab_box5 {
    bottom: 23%;
}
#wrapper .c-txt_box6 {
    left: 8%;
    top: 11.3%;
}

#wrapper .tback_box {
    margin-top: 3%;
}
#wrapper .main_pic {
    margin-top: 7%;
}

#wrapper .code-txt {
    font-size: 3vw;
}
#wrapper .m-pic {
    margin-bottom: 2.5%;
}
#wrapper .catch_box {
    width: 90%;
    margin: 0 auto 9%;
    display: block;
    padding: 10% 0;
    background: url(https://shop.aimerfeel.jp/img/genre/shorts_design/210226/waku-l.png) no-repeat top left, url(https://shop.aimerfeel.jp/img/genre/shorts_design/210226/waku-r.png) no-repeat top right;
}
#wrapper .p-txt {
    text-align: center;
    font-family: serif;
    margin-top: -8%;
    font-size: 3.5vw;
}

/*特集*/
#wrapper .link_box {
    display: flex;
    margin: -3% auto 5%;
    justify-content: space-between;
    flex-wrap: wrap;
}
#wrapper .link-list {
    width: 48%;
}
#wrapper .tit {
    color: #ffffff;
    text-align: center;
    margin-top: 2%;
    font-size: 3.5vw;
}

/*雪*/
.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 .jump_all li a {
    padding: 1.3em 0;
}

	
/*********************************
  メイン
*********************************/
#wrapper .att {
    font-size: 1.5rem;
    right: -8.5%;
    bottom: 22%;
}
#wrapper .iti_txt {
        font-size: 3.5rem;
    }
#wrapper .title_box2 {
        top: 0.3%;
        left: 32%;
    }	
#wrapper .bra_box {
    right: -0.5%;
}
#wrapper .more {
    font-size: 2rem;
}
#wrapper .more2 {
    font-size: 1.8rem;
}
#wrapper .p-txt {
    margin-top: -9%;
    font-size: 2.5rem;
}
#wrapper .sab_box {
    bottom: 12.2%;
}
#wrapper .sab_box2 {
    bottom: 13%;
}
#wrapper .sab_box4 {
    bottom: 20%;
}

/*特集*/
#wrapper .tit {
  font-size: 1.5rem;
}
	
/*雪*/	
.snow {
    width: 1.4%;
    right: 25%;
}	
.snow2nd{
	width: 1.8%;
    left: 40%;
}

.snow3nd{
  width: 1.8%;
  left:45%;
}	
	}
