@charset "utf-8";
/*[bra set page]*/

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

span.rv{
	display: none;
}

body {
	background: #fff;
}

.mainbox_wrap{
	width: 100%;
	padding-bottom: 50px;
}

.w_ladies{
	width: 100%;
	padding: 10px;
	margin: 0 auto;
}

/*-----250305-----*/
header {
	position: relative;
	width: 100%;
	background: #fff;
	height: 40px;
	z-index: 100;
	border-bottom: #efefef solid 1px;
}
#shilogo img{
	display: block;
	margin: 0 auto 0;
	width: 140px;
	padding-top: 12px;
}
#mame {
	position: fixed;
	top: 9px;
	left: 10px;
	z-index: 101;
}
#mame img {
	width: 32px;
}
#mame_p {
	position: fixed;
	top: 9px;
	left: 10px;
	z-index: 101;
}
#mame_p img {
	width: 32px;
}


#pageinlink_head{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
}

#pageinlink_head.vhid{
	top: -100px;
}

	#pageinlink_head > ul{
		display: flex;
	}

	#pageinlink_head > ul > li.par{
		width: 33.3333%;
	}

	#pageinlink_head li.par{
		position: relative;
	}

	#pageinlink_head li.par > a{
		display: block;
		color: #fff;
		text-align: center;
		padding: 0.5em 0;
		font-size: 140%;
		text-decoration: none;
		position: relative;
	}

	#pageinlink_head li.par a.btn_l{
		background:#FF829C;
	}

	#pageinlink_head li.par a.btn_k{
		background:#FFCC00;
	}

	#pageinlink_head li.par a.btn_m{
		background:#5DBEC7;
	}

	ul.child{
		position: absolute;
		display: none;
		width: 300%;
		z-index: 10;
	}

	.active ul.child{
		display: block;
	}
	
	#pageinlink_head li.par .l_ch{
		left: 0;
	}

	#pageinlink_head li.par .k_ch{
		left: -100%;
	}

	#pageinlink_head li.par .m_ch{
		left: -200%;
	}

	.child li{
		background: #fff;
		padding: 0.5em;
		border: solid 1px #ccc;
		font-size: 140%;
	}
	.child li a{
		color: #000;
		text-decoration: none;
		display: block;
	}

.onecolumn{
	margin-bottom: 6em;
}
.onecolumn li{
	width: 80%;
	margin: 0 auto 1.5em;
}

.onecolumn li img{
	width: 100%;
}

.onecolumn li a:hover{
	opacity: 0.8;
}


@media screen and (max-width: 769px) {
	.crat_btn {
		display:none;
	}

	.list_cratbtn{
		margin-bottom: 1em;
	}
}

@media screen and (min-width: 800px) {
.w_ladies{
	width: 1220px;
	padding: 10px;
}

.w_kids{
	width: 1220px;
	padding: 10px;
	background: #feefb5;
}

.w_mens{
	width: 1220px;
	padding: 10px;
	background: #B9D0E7;
}

.eyechach{
	width: 1220px;
	margin: 0 auto;
}

}

.eyechach-bottom{
	width: 100%;
	display: block;
	background: url(../img/pagetop4680_gyaku.png) no-repeat center bottom;
	background-size: 100% auto;
}

.mainbox{
	
	margin: 0 auto;
	font-size: 14px;
/*	background: rgba(255,255,255,0.6);*/
	font-family: tbudrgothic-std,vdl-v7marugothic,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Montserrat', 'メイリオ', Meiryo,  'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 300;
	font-style: normal;
	
}

	.mainbox img{
		max-width: 100%;
	}

	.mainbox p{
		/* margin-bottom: 1em; */
	}

.topmongon{
	padding: 1em;
	font-size: 120%;
	color: #B00C6D;
	text-align:center;
}

.rowbox{
	display: inline-block;
	font-size: 120%;
	margin-bottom: 0.5em; 
}


.rowbox a{
	color: #EB6BA4;
	text-decoration: none;
}

.rowbox .mini{
	color: #F85765;
	font-size: 60%;
	display: inline-block;
	padding: 0.1em 0.5em;
	border: solid 1px #F85765;
	margin-left: 1em;
}

.cico{
	display: inline-block;
	padding: 0.1em;
	background: #B00C6D;
	border-radius: 50%;
	margin-right: 0.5em;
}


.cico img{
	width: 1.5em;
}

.fo-or{
	color: #FF4200;
}
.eyechach{
	text-align:center;
	text-align: center;
}
.eyechach img{
	max-width: 100%;
}

.osusume_wrap{
	margin-bottom: 2em 0.5em;
}

.tacsbox{
	text-align: center;
}

.btn_entry{
	display: inline-block;
	background: #CB0133;
	color: #fff;
	font-weight: bold;
	font-size: 140%;
	padding: 1.5em 3em;
	border-radius: 5px;
	text-decoration: none;
	margin: 0 auto;
}

	.btn_entry:hover{
		text-decoration: none;
	}

.bigtit{
	text-align: center;
	font-size: 250%;
}

.w_ladies .bigtit{
	color: #FF829C;
}

.w_kids .bigtit{
	color: #FFCC00;
}

.w_mens .bigtit{
	color: #5DBEC7;
}


.osusume{
	text-align: center;
	font-size: 250%;
	line-height: 1;
	padding: 10px;
	font-family: din-2014,tbudrgothic-std,vdl-v7marugothic,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Montserrat', 'メイリオ', Meiryo,  'ＭＳ Ｐゴシック', sans-serif;
	color: #fff;
	margin: 0.5em 0;
	position: relative;
	color: #5d5947;
	letter-spacing: 0.1em;
	overflow: hidden;
}

.osusume:before,
.osusume:after{
	display: block;
	position:absolute;
	content: "　";
	background: #5d5947;
	width: 20px;
	height: 200%;
	transform: rotate(35deg);
}
.osusume:before{
	top: -50%;
	left: 0px;
}
.osusume:after{
	top: -50%;
	right: 0px;
}

.osusume:before:before,
.osusume:after:before{
	display: block;
	content: "　";
	background: #B00C6D;
	width: 5px;
	height: 200%;
	transform: rotate(-70deg);
}

.osusume .ja{
	text-align: center;
	font-size: 40%;
}

.osusume .ja:before{
	content: "　";
	display: block;
	height: 1px;
}

.osusume02{
	text-align: center;
	font-size: 140%;
	line-height: 1;
	padding: 10px;
	font-family: din-2014,tbudrgothic-std,vdl-v7marugothic,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Montserrat', 'メイリオ', Meiryo,  'ＭＳ Ｐゴシック', sans-serif;
	margin: 0.5em 0;
	position: relative;
	color: #B00C6D;
	letter-spacing: 0.2em;
	overflow: hidden;
}

.osusume02:after{
	display: block;
	position:absolute;
	top: 50%;
	content: "　";
	background: #B00C6D;
	width:100%;
	height: 1px;
	z-index: -1;
}

.osusume02 span{
	display: inline-block;
	background: #fff;
	padding: 0 1em;
}

.nextbox.osusume{
	background: none;
	color: #000;
}

.osusume.gyaku{
/*	transform: rotate(-1.5deg);*/
}

.osusume .point{
	display: inline-block;
	padding: 5px;
	background: #CB0133;
	color: #fff;
	border-radius: 10px;
	margin-right: 1em;
/*	transform: rotate(-1.5deg);*/
	font-size: 70%;
	position: absolute;
	top: -1em;
	left: -1em;
}

.osusume.gyaku .point{
/*	transform: rotate(1.5deg);*/
}

.pbox{
	padding: 1em;
	font-size: 120%;
}

.pbox.mini{
	padding: 1em;
	font-size: 100%;
}

.pbox a{
	display: block;
	color: #FD3C37;
}

.pbbox{
	margin: 0 auto; 
}

.cards,
.cards02,
.cards03{
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: start;
	/*background: #fff;*/
}

.cards{
	/*background: #fff;*/
	background-size: 100% auto;
	padding: 0;	
	margin-bottom: 5em;
}

.cards li{
	padding: 8px;
	width: 100%;
	background: #fff;
/*	border: solid 1px #AA0014;
	border-radius: 1em;*/
	margin-bottom: 1em;
	transition-duration:500ms;
}

.cards li.set_p_wrap{
	width: calc(100% - 1em);
	margin-left: 0.5em;
	margin-right: 0.5em;
	border: solid 2px #FBCDD7;
	border-radius: 1em;
	background: #fdeef5;
}

.cards li.set_p_wrap > .item_name{
	color: #D21E41;
	font-size: 160%;
	font-weight: bold;
}

.cards li.set_p_wrap > .item_setum{
	color: #D21E41;
	display: block;
	font-size: 110%;
	padding: 0.5em;
	height: auto;
}

.cards li.set_p_wrap .cards {
    margin-bottom: 0em;
	align-items: stretch;
}

.cards li.set_p_wrap .cards li {
    margin: 0.25em;
    margin-bottom: 0.25em;
}

.cards li.set_p_wrap .cards li .colorchips li{
	width: calc(25% - 2px);
	margin: 1px;
    display: inline-block;
}

.list_cratbtn{
	padding: 0.8em 0 1em;
}

.set_product .crat_btn a{
	display: block;
	padding: 0.8em 0;
	color: #fff;
	text-align:center;
	padding: 0.5em;
}

.cards li a.btnCart01{
	padding: 0.5em 0;
	padding-left: 50px;
	color: #fff;
	line-height: 130%;
	text-align: center;
}
.cards li a.btnCart01 span{
	display: block;
	width: 100%;
	line-height: 120%;
}
.cards li a.btnCart01 strong {
    display: block;
    font-size: 18px;
    font-weight: normal;
	width: 100%;
}

.cards li{
	padding: 8px;
	width: calc(25% - 1em);
	margin: 0.5em;
	margin-bottom: 2em;
	background: #fff;
	position: relative;
/*	border: solid 1px #FBCDD7;*/
/*	border-top-left-radius: 1em;
	border-bottom-right-radius: 1em;
	background: linear-gradient(-135deg, #F3A6AE, #fff);*/
}
/*
.cards li:nth-child(2n){
	background: linear-gradient(-135deg, #F58C02, #fff);
}
.cards li:nth-child(3n){
	background: linear-gradient(-135deg, #D56164, #fff);
}
.cards li:nth-child(4n){
	background: linear-gradient(-135deg, #FBE6E4, #fff);
}
.cards li:nth-child(5n)
	background: linear-gradient(-135deg, #fff, #FDE6E9);
}
.cards li:nth-child(6n){
	background: linear-gradient(-135deg, #fff, #D70978);
}
.cards li:nth-child(7n){
	background: linear-gradient(-135deg, #fff, #EBB1C9);
}
.cards li:nth-child(8n){
	background: linear-gradient(-135deg, #fff, #DC7B90);
}
*/

.cards02 li{
	padding: 0px;
	width: calc(50% - 2em);
	background: #fff;
	border: solid 1px #CCCCCC;
	margin: 1em;
}

.cards02 li img{
	width: 100%;
}

.cards li a{
	display: block;
	height: 100%;
}

.cards li a,
.cards li span.next{
	display: block;
/*	padding: 10px;   */
/*	margin: 10px;    */
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}

.item_pict{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.item_detail{
	width: 100%;
	padding: 0;
}

.kanbai{
	position:absolute;
	z-index: 1;
	background: #D21E41;
	opacity: 0.8;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cards li.brand .item_setum{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: none;
}

.cards li.brand .item_name{
	line-height: 1.2;
	height: calc(2em * 1.2);
	overflow: hidden;
	white-space: break-spaces;
}

.atbox{
	padding: 1em;
}

.item_name{
	font-weight: bold;
	font-size: 110%;
	color: #70706F;
	line-height: 1.4;
	margin: 0.5em 0;
	width: 100%;
	/*white-space: nowrap;*/
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 2.5em; 
	word-wrap: break-word;
}
.item_name .p_disc{
	font-weight: normal;
	font-size: 90%;
	color: #0c0c0c;
	display: block;
}

.item_setum{
	display: none;
	/*font-size: 80%;
	padding: 0.5em 0;
	color: #0c0c0c;
	display: none;
	width: 100%;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
	height: 3.3em; 
	word-wrap: break-word;
	display: none;*/
}

.item_price{
	color: #f00;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	font-family: din-2014, tbudrgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.item_price .befprice{
	color: #0c0c0c;
	font-size: 90%;
}

.item_price .afterprice{

}

.item_price .afterprice strong {
    font-size: 170%;
}

.item_price .prwrap{
	display: inline-block;
	line-height: 1;
}

.item_price .r_discount{
	color: #fff;
	background: #f00;
	background: #C4141D;
	display: inline-block;
	padding: 0.2em;
	font-size: 80%;
	/*font-weight: bold;*/
	line-height: 100%;
	width: fit-content;
	display: inline-block;
	/*position: absolute;
	top: 0;
	left: 0;*/
}

.specbox{
	font-size: 180%;
	font-family: din-2014, tbudrgothic-std, sans-serif;
	margin: 0.5em 0;
}

.r_discount,
.soryofree,
.mailbin{
	color: #fff;
	background: #C4141D;
	display: inline-block;
	padding: 0.2em;
	font-size: 60%;
	margin: 0 0 0.1em 0.1em;
	/*font-weight: bold;*/
	line-height: 100%;
	width: fit-content;
	display: inline-block;
	/*position: absolute;
	top: 0;
	left: 0;*/
}

.r_discount{
	font-size: 80%;
}

.ratewrap{
	margin: 0.5em auto;
	font-size: 140%;
}

.cards li .ratewrap a{
	display:inline;
	vertical-align: bottom;
}

.cards li .ratewrap a img{
	height: 1.4em;
	margin-right: 0.5em;
	vertical-align: bottom;
}

.cards li .ratewrap a span {
    font-size: 80%;
	vertical-align: bottom;
}

.ratewrap a{
	color: #181818;
}

@media screen and (min-width: 800px) {
.ratewrap{
	font-size: 120%;
}
}

@media screen and (max-width: 480px) {
.ratewrap{
	font-size: 100%;
}
}

.item_price .pointback{
	color: #fff;
	background: #E57825;
	display: inline-block;
	padding: 10px;
	font-size: 90%;
	font-weight: bold;
	line-height: 100%;
	width: fit-content;
	display: inline-block;
}


.item_price .befprice:after{
	content: "→";
	font-size: 90%;
	font-weight: bold;
	display: inline-block;
	padding: 0 0.2em;
}

.item_kikan{
	text-align: center;
	margin-top: 0.5em;	
	/*padding: 0.5em;*/
	color: #AA0014;
	font-weight: bold;
	font-size: 90%;
	border: solid 1px #AA0014;
	font-family: tbudrgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.crat_btn{
	text-align: center;
	margin-top: 0.5em;	
	/*padding: 0.5em;*/
	color: #fff;
	background: #DC2525;
	font-weight: bold;
	font-size: 120%;
	/*border: solid 1px #f00;*/
	font-family: tbudrgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.btn_box{
	text-align: center;
	padding: 2em 0;

}

.square_btn {
  display: inline-block;
  border: 4px solid #302f3a;
  color: #302f3a;
  position: relative;
  padding: 1rem 2rem;
  font-size: 1.15rem;
  background-color: transparent;
  cursor: pointer;
  z-index: 3;
}

.square_btn span{
 display: inline-block;
 z-index: 2;
 color: #fff;
 position: relative;
}

.square_btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -0.7em;
  top: -0.7em;
  z-index: 0;
  background-color: #F7567C;
  opacity: 0.7;
  transition: all 200ms ease-out;
}


.square_btn:hover::before {
  top: 0;
  left: 0;
}

.btn_bop:active {
  transform: translateY(3px);
}

.btn_flick:active {
/*  animation: flick 640ms infinite;*/
}

.btn_twist:active {
/*  animation: twist 800ms infinite;*/
}

.btn_spin:active {
/*  animation: spin 800ms infinite;*/
}

.banerea p{
	margin-bottom: 5px;
}
.set_product a .item_pict{
	overflow: hidden;
	/*border:solid 1px #ccc;*/
}

.set_product a .item_pict img{
	-moz-transition: .25s;
	-webkit-transition: .25s;
	transition: .25s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	
}

.set_product.active a .item_pict img{
	transform: scale(1.03);
}

.cards li ul.colorchips{
	width: 100%;
	margin: 2px 0;
}

	.cards li ul.colorchips li{
		width: calc(25% - 2px);
		border: none;
		padding: 0;
		margin: 1px;
		display:inline-block;
		letter-spacing: 0;
		line-height: 100%;
		border:solid 1px #FEEDE5;
	}


.set_product a .crat_btn{
	-moz-transition: .25s;
	-webkit-transition: .25s;
	transition: .25s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	overflow: hidden;
}

.set_product.active a .crat_btn{
	transform: scale(1.03);
}

.set_product.active .discount{
	/*font-size: 180%;*/
	/*animation: hurueru .1s  infinite;*/
}

.spfree{
	display: inline-block;
	background: #f00;
	color: #fff;
	padding: 0.5em;
}

.spfree:after{
	display: block;
}

.cards li.salenext{
	background: #cccccc;
}

.cards li.salenext .item_kikan{
	background: #ffffff;
}

.nextbox{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.nextimg{
	width: 40%;
}

.nexttext{
	width: 60%;
	font-size: 240%;
	line-height: 1.1;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

@keyframes flick {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  67% {
    transform: translate(.4rem, -1.8rem) rotate(160deg) scale(.4);
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}

@keyframes twist {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(60deg);
  }
  60% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#pageinlink ul,
#pageinlink02 ul{
	margin-bottom: 5em;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
#pageinlink li,
#pageinlink02 li{
	margin: 0.25em 0.25em 0 0.25em;
	width: calc(50% - 0.5em);
}
#pageinlink02 a,
#pageinlink a{
	/*font-weight: bold;*/
	display: block;
	color: #AA0014;
	padding: 0.5em;
	border: solid 1px #AA0014;
	text-decoration: none;
	margin: 0;
	background: #fff;
	font-family: tbudrgothic-std,vdl-v7marugothic,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Montserrat', 'メイリオ', Meiryo,  'ＭＳ Ｐゴシック', sans-serif;
}

#pageinlink .gotop{
	text-align: right;
}

#pageinlink .gotop a{
	display: inline-block;
}
/*btn background*/
	#btn1 a{
		background-image: url(https://www.wakudoki.ne.jp/ec/img/c20sl1001/c20sl1001-am.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 3em auto;
		padding-left: 3.5em; 
	}
	#btn2 a{
		background-image: url(https://www.wakudoki.ne.jp/ec/img/a57r562007fgh/a57r562007fgh-am.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 3em auto;
		padding-left: 3.5em; 
	}
	#btn3 a{
		background-image: url(https://www.wakudoki.ne.jp/ec/img/b38sl2008/b38sl2008-am.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 3em auto;
		padding-left: 3.5em; 
	}
	#btn4 a{
		background-image: url(https://www.wakudoki.ne.jp/ec/img/286d730f/286d730f-am.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 3em auto;
		padding-left: 3.5em; 
	}
	#btn5 a{
		background-image: url(https://www.wakudoki.ne.jp/ec/img/0510195826/0510195826-am.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 3em auto;
		padding-left: 3.5em; 
	}
	#btn6 a{
		background-image: url(https://www.wakudoki.ne.jp/ec/img/c15rc001/c15rc001-am.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 3em auto;
		padding-left: 3.5em; 
	}
	#btn7 a{
		background-image: url(https://www.wakudoki.ne.jp/ec/img/24ts1449efw/24ts1449efw-am.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 3em auto;
		padding-left: 3.5em; 
	}
	#btn8 a{
		background-image: url(https://www.wakudoki.ne.jp/ec/img/b31wnbv6170/b31wnbv6170-am.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 3em auto;
		padding-left: 3.5em; 
	}
	#btn9 a{
		background-image: url(https://www.wakudoki.ne.jp/ec/img/a51nb14/a51nb14-am.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 3em auto;
		padding-left: 3.5em; 
	}
	#btn10 a{
		background-image: url(https://www.wakudoki.ne.jp/ec/img/a57r62408/a57r62408-am.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 3em auto;
		padding-left: 3.5em; 
	}
	#btn11 a{
		background-image: url(https://www.wakudoki.ne.jp/ec/img/0510182504/0510182504-am.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 3em auto;
		padding-left: 3.5em; 
	}
	#btn12 a{
		background-image: url(https://www.wakudoki.ne.jp/ec/img/49fuku5p/49fuku5p-am.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 3em auto;
		padding-left: 3.5em; 
	}
	#btn13 a{
		background-image: url(https://www.wakudoki.ne.jp/ec/img/b38sl5001/b38sl5001-am.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 3em auto;
		padding-left: 3.5em; 
	}
	#btn14 a{
		background-image: url(https://www.wakudoki.ne.jp/ec/img/c0619t602f/c0619t602f-am.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 3em auto;
		padding-left: 3.5em; 
	}
	#btn15 a{
		background-image: url(https://www.wakudoki.ne.jp/ec/img/b063f67300/b063f67300-am.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 3em auto;
		padding-left: 3.5em; 
	}
	#btn16 a{
		background-image: url(https://www.wakudoki.ne.jp/ec/img/b68672991/b68672991-am.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 3em auto;
		padding-left: 3.5em; 
	}
	#btn17 a{
		background-image: url(https://www.wakudoki.ne.jp/ec/img/b68678810/b68678810-am.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 3em auto;
		padding-left: 3.5em; 
	}

#pagetab02{
	border-top: solid 2px #AA0014;
}
#pagetab{
	padding-top: 1em;
	padding-left: 1em;
	border-bottom: solid 2px #AA0014;
}

#pagetab02 li,
#pagetab li{
	display: inline-block;
	margin-right: 0.5em;
}
#pagetab02 a,
#pagetab a{
	display: block;
	padding: 0.5em;
	padding-right: 1.5em;
	font-size: 120%;
	border: solid 2px #AA0014;
	
	background: #fff;
	color: #AA0014;
	text-decoration: none;
	font-weight: bold;
	
}
#pagetab a{
	border-top-right-radius: 1em;
	border-bottom: none;
}
#pagetab02 a{
	border-bottom-right-radius: 1em;
	border-top: none;
}
#pagetab02 a.active,
#pagetab a.active{
	background: #AA0014;
	color: #fff;
}

#pageinlink a:hover,
#pageinlink a.active{
	background-color: #AA0014;
	color: #FFF;
	border:solid 1px #AA0014;
}

#pageinlink li.hide a,
#pageinlink li.hide a:hover,
#pageinlink li.hide a.active{
	background: #ccc;
	cursor: default;
}

#pageinlink ul{
	margin: 0 0.5em;
}

#pageTopBtn{
	display: none;
}

#pageTopBtn a {
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    border: #fff 1px solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #333;
    color: transparent;
	bottom: 1em;
	right: 1em;
}

#pageTopBtn a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    margin: -7.5px 0 0 -7.5px;
    color: transparent;
    background: url(https://www.wakudoki.ne.jp/ec/images/sp/common/ico.png) no-repeat -70px -35px;
    -webkit-background-size: 250px 250px;
    -moz-background-size: 250px 250px;
    -ms-background-size: 250px 250px;
    background-size: 250px 250px;
}

.wrapbtn{
	text-align: center;
	margin: 2em 0;
}

.topbtn{
	display:inline-block;
    padding: 0.6em 1em 0.5em;
	color: #fff;
	background: #5d5947;
	font-size: 110%;
	margin: 0 auto;
	text-decoration: none;
	width: 310px;
}

#bookcontroll{
	position: fixed;
	/*width: 50px;*/
	right: 0;
	bottom: 0;
	transition-duration:0.5s;
	font-family: tbudrgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
}

#bookcontroll.vhid{
	right: -4em;
}

#bookcontroll li a{
	display: block;
	margin: 5px;
	text-align: center;
	background: #0c0c0c;
	color: #fff;
	border:solid 1px #0c0c0c;
	text-decoration: none;
	padding: 0.5em 0;
	position: relative;
	font-size: 2em;
	width: 1.8em;
	height: 1.8em;
}

	#bookcontroll li a .chip{
		display:none;
		position: absolute;
		top: 0.5em;
		font-size: 80%;
		left: -19em;
		width: 18em;
		background: #000;
		padding: 0.2em;
	}

		#bookcontroll li a .chip:after{
			content: "";
			position: absolute;
			top: 50%;
			left: 100%;
			margin-top: -15px;
			border: 15px solid transparent;
			border-left: 15px solid #000;
		}

	#bookcontroll li a:hover .chip{
		display:inline-block;
	}

#bookcontroll li a.activity{
	border: solid 1px #AA0014;
	background: #AA0014;
}

#bookcontroll li a.totop{
	background: #000;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	text-decoration: none;
	font-size: 80%;
}

#bookcontroll li img{
	width: 100%;
}

.sibbox{
	border:solid 1px #AA0014;
	padding: 1em;
	margin: 1em;
	background: #fff;
}

.sibtitle{
	color: #AA0014;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

#sib{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 5px 0;
}

#sib li{
	display: inline-block;
	margin-left: 0.5em;
	margin-right: 0.5em;
	color: #fff;
	border: solid 1px #fff;
	background: #AA0014;
	margin-bottom: 1em;
}

#sib li.active{
	opacity: 0.8;
}

#sib li a{
	display: block;
	padding: 0 1em;
	text-decoration: none;
	line-height: 3em;
	color: #fff;
}

#sib li img{
	height: 3em;
}

footer{
	background: #0c0c0c;
	color: #fff;
	padding: 0.5em;
position: sticky;
  top: 100vh;
    text-align: center;
}

.osusume.colorful{
	letter-spacing: 2px;
}

.pyonpyon span {
    animation: pyon 0.5s linear;
    position: relative;
}

@keyframes pyon {
    0% {top: 0}
	10% {top: -0.25em}
    50% {top:-0.5em}
	70% {top: -0.25em}
	80% {top: 0}
	90% {top: -0.15em}
    100%{top: 0}
}



.colorful span:nth-child(1) { color: #BDD814; }
.colorful span:nth-child(2) { color: #FFBE00; }
.colorful span:nth-child(3) { color: #F3BBCE; }
.colorful span:nth-child(4) { color: #FFEF63; }
.colorful span:nth-child(5) { color: #9ED9F1; }
.colorful span:nth-child(6) { color: #C8BFDB; }
.colorful span:nth-child(7) { color: #A3FEC4; }
.colorful span:nth-child(8) { color: #BDD814; }
.colorful span:nth-child(9) { color: #FFBE00; }
.colorful span:nth-child(10) { color: #F3BBCE; }
.colorful span:nth-child(11) { color: #FFEF63; }
.colorful span:nth-child(12) { color: #9ED9F1; }
.colorful span:nth-child(13) { color: #C8BFDB; }
.colorful span:nth-child(14) { color: #A3FEC4; }
.colorful span:nth-child(15) { color: #BDD814; }
.colorful span:nth-child(16) { color: #FFBE00; }
.colorful span:nth-child(17) { color: #F3BBCE; }
.colorful span:nth-child(18) { color: #FFEF63; }
.colorful span:nth-child(19) { color: #9ED9F1; }
.colorful span:nth-child(20) { color: #C8BFDB; }
.colorful span:nth-child(21) { color: #A3FEC4; }
.colorful span:nth-child(22) { color: #BDD814; }
.colorful span:nth-child(23) { color: #FFBE00; }
.colorful span:nth-child(24) { color: #F3BBCE; }
.colorful span:nth-child(25) { color: #FFEF63; }
.colorful span:nth-child(26) { color: #9ED9F1; }
.colorful span:nth-child(27) { color: #C8BFDB; }
.colorful span:nth-child(28) { color: #A3FEC4; }
.colorful span:nth-child(29) { color: #BDD814; }
.colorful span:nth-child(30) { color: #FFBE00; }
.colorful span:nth-child(31) { color: #BDD814; }
.colorful span:nth-child(32) { color: #FFBE00; }
.colorful span:nth-child(33) { color: #F3BBCE; }
.colorful span:nth-child(34) { color: #FFEF63; }
.colorful span:nth-child(35) { color: #9ED9F1; }
.colorful span:nth-child(36) { color: #C8BFDB; }
.colorful span:nth-child(37) { color: #A3FEC4; }

.brandbox{
	width: calc(40% - 0.5em);
	margin: 0.5em;
	margin-left: 60%;
	margin-bottom: 2em;
}

.brandbox a{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	background: #FE4591 url(https://www.wakudoki.ne.jp/ec/images/common/ico_arrow_white01.png) no-repeat right center;
	color: #fff;
	text-decoration: none;
	border:solid 2px #FE4591;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	transition: .25s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
}

.brandbox a:hover,
.brandbox a.active{
	text-decoration: underline;
	/*transform: scale(1.03);*/
}

.brandbox a .brand-img,
.brandbox a .brand-txt{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.brandbox a .brand-img{
	background: #fff;
	max-width: 30%;
}

.brandbox a .brand-txt .df{
	padding: 0.5em;

.brandbox a .brand-img img{
	width: 100%;
}

.brandbox a .brand-txt{
	padding: 0 0.5em;
	font-size: 130%;
	font-weight: bold;
	max-width: 70%;
	padding-right: 1em;
}

@media screen and (min-width: 770px) {
	#pageinlink ul {
	    display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}

	#pageinlink ul li{
		width: calc(33.333% - 1em);
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	
	#pageinlink ul li:nth-child(11){
		width: calc(33.333% + 5em);
	}

	#pageinlink ul li:nth-child(12){
		width: calc(33.333% - 7em);
	}

	
}

