body {
	font-family:Avenir ,  "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: 500;
}
.inner_content {width: 900px; margin: 0 auto;}

/*▽基本CSS*/
*{ list-style:none; margin:0; padding:0;}
#rain a{ text-decoration: none; color:#000; }
#rain a img{ border: none; }
#rain a:hover img{ opacity: 0.8; }
#rain img{ vertical-align: bottom; }

/*▼全体枠▼*/
#rain { width:900px;margin: auto;}
#rain .wrap{ max-width: 900px; margin: 0 auto; }
#rain h1,
#rain h2,
#rain h3,
#rain h4,
#rain h5,
#rain h6,
#rain p { color: #000;     position: relative;}
#rain p.ti_01 { 
font-size: 25px;
    font-weight: 400;
    /* color: #ffffff; */
    margin: 0;
    letter-spacing: 0px;
    /* font-family: serif; */
    /* text-shadow: 1px 2px 3px #77c2e5;*/
}
#rain .item_txt {
    font-size: 15px;
    font-weight: normal;
}
#rain .col_2 .item_txt {
    height: 45px;
}

/*===============================
看板
===============================*/
#rain h2 img {
	width: 900px;
	height: auto;
}

/*３枚画像の共通設定*/
#rain h2 .slide2,.slide3 {
	animation-duration: 15s;	/*実行する時間。「s」は秒の事。*/
	animation-iteration-count:infinite;		/*実行する回数。「infinite」は無限に繰り返す意味。*/
	position: absolute;left:0;top:0;height: auto;
	animation-fill-mode: both;
	animation-timing-function: linear;
	animation-delay: 1s;
}

#rain h2 .slide1 {
	animation-duration: 15s;	/*実行する時間。「s」は秒の事。*/
	animation-iteration-count:infinite;		/*実行する回数。「infinite」は無限に繰り返す意味。*/
	animation-fill-mode: both;
	animation-timing-function: linear;
	animation-delay: 1s;
}
/*土台画像*/
#rain h2 .slide1 {
	position: relative;
	width: 100%;
	height: auto;
	top:0;
	left:0;
}
/*１枚目*/
#rain h2 .slide1 {
	animation-name: slide1;		/*上で設定しているキーフレーム（keyframes）の名前*/
}
/*２枚目*/
#rain h2 .slide2 {
	animation-name: slide2;		/*上で設定しているキーフレーム（keyframes）の名前*/
}
/*３枚目*/
#rain h2 .slide3 {
	animation-name: slide3;		/*上で設定しているキーフレーム（keyframes）の名前*/
}

/*１枚目*/
@keyframes slide1 {
	0% {opacity: 1;}
	25% {opacity: 1;}
	40% {opacity: 0;}
	60% {opacity: 0;}
	100% {opacity: 1;}
}
/*２枚目*/
@keyframes slide2 {
	0% {opacity: 0;}
	20% {opacity: 0;}
	35% {opacity: 1;}
	75% {opacity: 1;}
	85% {opacity: 0;}
	100% {opacity: 0;}
}
/*３枚目*/
@keyframes slide3 {
	0% {opacity: 0;}
	50% {opacity: 0;}
	65% {opacity: 1;}
	85% {opacity: 1;}
	100% {opacity: 0;}
}


/*===============================
看板下文字
===============================*/
#rain .readtext {
	width: 100%;
	text-align: center;
	padding: 30px 0;
	background: #fff;
}
#rain .readtext p {
	font-size: 18px;
	line-height: 1.75;
font-weight: normal;
}
#rain .readtext p br.sp_br {
	display: none!important;
}
#rain .inner_content .rank_t{
    text-align: center;
    margin-bottom: 25px;
}


/*===============================
カテゴリー
===============================*/
#rain .nav_category {
	width: 100%;
	letter-spacing: -.40em;
	text-align: center;
/*	margin-bottom: 80px;*/
}
#rain .nav_category li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 206px;
	margin: 0 6px 12px;
}
#rain .nav_category li a {
	display: block;
}
#rain .nav_category li a img {
	width: 100%;
	height: auto;
}

/*===============================
タイトル
===============================*/
/*大見出し*/
#rain .title {
    width: 100%;
    margin: 30px 0 20px;
    padding: 1.5em 0;
    text-align: center;
    position: relative;
    /* background: url(../IMAGE/210528rain/210528rain_title_bar02.jpg); */
    overflow: hidden;
    color: #333;
    line-height: 25px;
    font-size: 20px;
	background: linear-gradient(#bce7fe, #fffaa4);
}
#rain .title span {
	font-size: 50px;
    font-weight: bold;
    /*	line-height: 1;*/
	color: #333;
}

/*おすすめアイテム・アイテム一覧*/
#rain .title2 {
    color: #333;
    font-size: 24px;
	font-weight: normal;
    line-height: 1;
    padding: 0.5em 0;
    text-align: center;
    background: #fffcc7;
}

/*見出し下テキスト*/
#rain p.osusume{
    text-align: center;
/*    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.75;*/
font-weight: normal;
padding: 10px;
}
#rain .osusume2{
    text-align: center;
    font-weight: normal;
    padding: 5px;
    border:2px dotted #000;
    border-radius: 10px;
    margin: 5px 50px 20px 50px;
    display: flex;
}
#rain span.good{
background-color: #fff000;
    padding: 20px 40pxpx;
    border-radius: 50px;
    font-weight: bold;
    margin: 5px 0px 5px 20px;
    line-height: 40px;
    width: 20%;
}

#rain .osusume2 ul{
    margin: 0 0 0 20px;
text-align: left;
}

/*===============================
ランキング
===============================*/
#rain .item_wrap{ 
    width: 100%;
    overflow: hidden;
    display: flex;
}
#rain .item_wrap dl.item_w-max{ width: 98%; padding: 0;margin-bottom: 20px;}
/* #rain .item_wrap dl { display: flex;} */
#rain .item_wrap dl.col_2 { 
    /* height: 450px; */
    width: calc((100% - 6px*2)/3);
    margin: 0 10px 30px 0;
}

#rain .list_ranking > dl.col_2:nth-child(3n) {
    padding-right: 0;
}

/*ランキング順位*/
#rain .item_wrap div.rank_img {
    width: 100%;
    text-align: center;
    border-bottom: #fff000 solid 1px;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
#rain .item_wrap div.rank_img span { background-color: #fff;}
#rain .item_wrap div.rank_img span img { width: 65px; }
#rain .item_wrap div.rank_img.rank01 span img { width: 205px; }
/*ランキング順位*/

#rain .wrap_price dt.new { 
    font-weight: bold;
    color: #ec3c3c;
    padding: 0 5px;
    margin-right: 5px;
    border: 1px solid #ec3c3c;
vertical-align: super;
}
#rain .item_wrap dl dd  { position: relative; text-align: center;}
#rain .item_wrap dl dd img { width: 100%; height: auto; }
#rain .item_wrap dl.col_2 dd img { width: 80%; margin: 10px;}
#rain .item_wrap dl dd p.item_name {
	font-size:18px;
	font-weight: bold;
	padding: 8px 0 0;
	line-height: 1.5;
}
#rain .item_wrap dl.col_2 dd p.item_name {
    height: 60px;
    line-height: 18px;
}

#rain .item_wrap dl.item_w-max dd.dc {
	width: 100%;
	float: left;
}
	

/*===============================
価格プログラム
===============================*/
#rain .item_w-max .wrap_price {
    /* width: 100%!important; */
    /* margin: 0 0 0 550px !important; */
    /* padding: 0!important; */
    /* text-align: right; */
    /* display: flex; */
    /* right: 10px; */
    /* content: ""; */
    display: inline-flex;
    /* content: ""; */
    /* width: 100%; */
    /* position: unset; */
}
#rain .wrap_price > dt,
#rain .wrap_price > dd {
	display: inline-block;
	vertical-align: middle;
}

#rain .wrap_price .buy_price{
	font-weight:bold;
}
#rain .wrap_price .buy_price .price,#rain .wrap_price .buy_price .intax{
    vertical-align: baseline;
    color: #ec3c3c;
    display: block;
    padding: 0;
    width: 100%;
    font-size: 50px;
}
#rain .wrap_price .buy_price .intax{
    font-size: 15px;
    width: 100%;
    margin: 30px 0 0 0;
}
#rain .motoprice,#rain .spesicalprice{display:none;}       

#rain .wrap_price .buy_price ul{
    display: flex;
    /* right: 0px; */
    margin: 0 10px 0 0;
}

#rain .item_w-max .wrap_price dt {
    color: #ec3c3c;
    background: #ffffff40;
    font-size: 18px;
    /* width: 30%; */
    height: 40px;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    display: block;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ec3c3c;
    padding: 0 10px;
}
/*3カラム価格*/
#rain ul.col_3 .wrap_price {
    /* width: 100%!important; */
    /* margin: 0 0 0 550px !important; */
    /* padding: 0!important; */
    /* text-align: right; */
    /* display: flex; */
    /* right: 10px; */
    /* content: ""; */
    /* display: inline-flex; */
    /* content: ""; */
    width: 100%;
    /* position: unset; */
}
#rain ul.col_3 .buy_price .price{
    vertical-align: baseline;
    color: #ec3c3c;
    display: block;
    padding: 0;
    width: 100%;
    font-size: 30px;
}
#rain ul.col_3 .buy_price .intax{
    color: #ec3c3c;
    font-size: 10px;
    width: 100%;
    margin: 15px 0 0 5px;
}
#rain ul.col_3 .buy_price ul{
    display: flex;
    /* right: 0px; */
    /* margin: 30px 0 0 0; */
}
#rain ul.col_3 .soryo {
    color: #ec3c3c;
    background: #ffffff40;
    font-size: 16px;
    width: 30%;
    height: 30px;
    margin-top: 22px;
    margin-right: 10px;
    text-align: center;
    display: block;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ec3c3c;
    padding: 0 7px;
    margin-bottom: -46px;
}
#rain ul.col_3 .kakaku {
    display: flex;
    float: right;
}


/*その他ボタン*/	
#rain .c_bn {
	margin: 20px auto 0;
	letter-spacing: -.40em;
}
#rain .c_bn li { 
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	}
#rain .c_bn.c_btn_l li { width: 100%; }
#rain .c_bn.c_btn_h li { width: 49%; margin-right: 2%; }
#rain .c_bn.c_btn_h li:last-child { margin-right: 0; }
#rain .c_bn li a {
    display: block;
    color: #586171;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
    padding: 1em 0;
    border: 2px solid #586171;
	transition: all 0.3s ease 0s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
letter-spacing: -0.5px;
}
#rain .c_bn li a:hover {
    color: #9c87c0;
    border: 2px solid #9c87c0;
	transition: all 0.3s ease 0s;
}
#rain .c_bn li a span{font-size: 75%; vertical-align: middle;}
    
    
/*スライダー*/
#slider_wrap {
	width: 100%;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#slider_wrap li {
    position: relative;
    width: calc(90.5%/4);
    padding: 0 9px 15px;
    display: inline-block;
vertical-align: text-top;
}
#slider_wrap li a {
	display: block;
	position: relative;
}
#slider_wrap li a img {
	width: 100%;
	height: auto;
}
#slider_wrap li a p {
    padding: 0.5em 0 0;
    font-weight: bold;
    font-size: 95%;
    line-height: 18px;
    min-height: 70px;
}
#slider_wrap li a p span{
    font-size: 16px;
    line-height: 28px;
}
#slider_wrap li a dl.wrap_price {
	width: 100%;
	letter-spacing: -0.40em;
	text-align: right;
	/*margin-top: 5px!important;*/
	margin-top: auto!important;;/**/
}
#slider_wrap li a dl.wrap_price dt,
#slider_wrap li a dl.wrap_price dd {
	width: auto;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}
#slider_wrap li a dl.wrap_price dt img {
	width: 70px!important;
	height: auto!important;
	margin-right: 5px!important;/**/
}
#slider_wrap li a dl.wrap_price dd .prices ul {
	width: auto!important;
	letter-spacing: normal;
	vertical-align: top;
}
#slider_wrap li a dl.wrap_price dd .prices ul li.price,
#slider_wrap li a dl.wrap_price dd .prices ul li.intax {
	width: auto!important;
	display: list-item!important;
	margin: 0!important;
	line-height: 1.25!important;
}

/* ページトップ */
.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
	font-weight: bold;
	z-index: 9999;
}
.pagetop a {
    background: #9c87c0;
    text-decoration: none;
    color: #fff!important;
    width: 82px;
    padding: 33px 0;
    text-align: center;
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 100px;
    transition: all 0.3s ease 0s;
}
.pagetop a:hover {
    text-decoration: none;
    background: #8ba6c4;
	transition: all 0.3s ease 0s;
}

/*===============================
フッター
===============================*/
#rain #footer{
    text-align: center;
    font-size: 15px;
    background: #cfe0f1;
    margin: 20px 0 0;
    padding: 20px 0;
    font-weight: normal;
}

#rain #footer a:hover{
    color: #003CFF;
    text-decoration: underline
}

/*税込み文字非表示*/
#rain .prdisp-taxin span span {
	display: none!important;
}

.pc_none{display: none}




/*2~5カラム共通*/
/*
※1
liの間隔を調整するとき「12px」の部分を変更
すべて同じpx数にする
*/
#rain ul[class^="col_"]{
	font-size:0;
}
#rain ul[class^="col_"]>li {
	vertical-align:top;
	display:inline-block;
	margin-right:12px;/*※1*/
	margin-bottom:20px;/*※1*/
	text-align:center;
	box-sizing:border-box;
	font-size:16px;
}
#rain li img {
	max-width:100%;
}
#rain li dd{
	margin-top:10px;
	padding:0 4px;
}
#rain li .main_txt{
	text-decoration:underline;
	font-size:16px;
}

/*2~5カラム*/
#rain .col_2>li{width:calc((100% - 12px*1)/2);}/*※1*/
#rain .col_3>li{width:calc((100% - 12px*2)/3);}/*※1*/
#rain .col_4>li{width:calc((100% - 12px*3)/4);}/*※1*/
#rain .col_5>li{width:calc((100% - 12px*4)/5);}/*※1*/

#rain .col_2>li:nth-child(2n){margin-right:0;}
#rain .col_3>li:nth-child(3n){margin-right:0;}
#rain .col_4>li:nth-child(4n){margin-right:0;}
#rain .col_5>li:nth-child(5n){margin-right:0;}

#rain .col_1>li{width:100%;margin-right:0;}

