#inuneko_2601_cat .btn_limited{display:block;padding:0 4%}
#inuneko_2601_cat ul.btn_limited_time{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;padding:0 4%}
#inuneko_2601_cat #section_01{padding-bottom:3%}
#inuneko_2601_cat #section_02{position:relative;z-index:0;padding-bottom:3%;}
#inuneko_2601_cat #section_02:before{display:none;content:'';position:absolute;top:50%;bottom:0;left:0;right:0;z-index:-1;}
#inuneko_2601_cat .section_02{position:relative;z-index:0}
#inuneko_2601_cat #section_01,
#inuneko_2601_cat #section_02,
#inuneko_2601_cat #section_02:before{background:#ffe900;}
#inuneko_2601_cat .sec_line,
#inuneko_2601_cat.aprilp #section_line .sec_line_bg,
#inuneko_2601_cat.linelp #section_line .sec_line_bg{background-repeat:repeat-y;background-position:center top;background-size:100% auto;-webkit-background-size:100% auto}
#inuneko_2601_cat.aprilp #section_line .btn_limited,
#inuneko_2601_cat.linelp #section_line .btn_limited{margin-top:0}
#inuneko_2601_cat .tameshi{position:relative}
#inuneko_2601_cat .tameshi .btn_trial{position:absolute;bottom:6%;left:32.5%;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:202px;width:26.935%;padding:0;margin:auto}
.sec_line_bg,.section_01,.section_02,.section_03,.section_04,.section_05,.section_06,.section_07,.section_08{background-repeat:repeat-y;background-position:center top;-webkit-background-size:100% auto;background-size:100% auto}
.movie {text-align: center;padding: 0 4.1%;}
.movie > *{position: relative;display: block;}
.movie > *:before {content: '';display: block;padding-bottom: 56.25%;}
.movie iframe {position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 100%;height: 100%;}

/* デジタルスケール */
.digital_scale {
	background: -webkit-linear-gradient(30deg, rgba(207,153,14,1) 0%, rgba(184,130,24,1) 8.5947%, rgba(237,213,144,1) 28.1617%, rgba(213,163,50,1) 48.7468%, rgba(237,213,144,1) 65.2663%, rgba(196,158,53,1) 75.8434%, rgba(197,135,0,1) 95.6626%);
	background: -o-linear-gradient(30deg, rgba(207,153,14,1) 0%, rgba(184,130,24,1) 8.5947%, rgba(237,213,144,1) 28.1617%, rgba(213,163,50,1) 48.7468%, rgba(237,213,144,1) 65.2663%, rgba(196,158,53,1) 75.8434%, rgba(197,135,0,1) 95.6626%);
	background: linear-gradient(30deg, rgba(207,153,14,1) 0%, rgba(184,130,24,1) 8.5947%, rgba(237,213,144,1) 28.1617%, rgba(213,163,50,1) 48.7468%, rgba(237,213,144,1) 65.2663%, rgba(196,158,53,1) 75.8434%, rgba(197,135,0,1) 95.6626%);
}


/* 2025/5月号 カルーセルスライド
-------------------------------*/
.loop_slide {
	overflow: hidden;
	display: flex;
	flex-shrink: 1;
}
.loop_slide ul {
	display: flex;
	flex-shrink: 1;
	animation: scroll-left 30s infinite linear .5s both;
}
.loop_slide li {
	flex-shrink: 1;
	width: calc(375px / 2);
}
@media only screen and (min-width: 750px) {
	.loop_slide li {
		width: 375px;
	}
}
.loop_slide img {
	display: block;
	width: 100%;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}



/* ふわふわ＆キラキラ誘惑の羽根じゃらしセット・グラデ 2025年11月号 */
.feather_bg {
	 background: #fdd2d0; 
	background-image: linear-gradient(45deg, #fce7cc 7.8%, #fdd2d0 8.4%, #fc93af 25.4%, #fbf2ca 42.1%, #fd9fb6 70.6%, #fdd2d0 90.15%);	
}
