﻿@charset "utf-8";
/* CSS Document */

@media screen and (max-width:650px) {
	.pc-only {
		display: none;
	}
}

@media screen and (min-width:651px) {
	.sp-only {
		display: none;
	}	
}


/*------------------------------------------------------*/
/*--------------------商品ページプライスエリア--------------*/
/*------------------------------------------------------*/


@media screen and (min-width:651px) { 

#itemDetail-cont .itemOutline h1 {
    margin-bottom: 20px!important;
    position: relative!important;
}

section#itemDetail-wrap table.price {
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;	
	border-bottom: 1px solid #ddd;
	margin-bottom: 0!important;	
}


section#itemDetail-wrap table.price tbody {
    width: 100%;
	box-sizing: border-box;
	padding: 15px 10px;
}

#contact-number {
	width: 100%;
	background: #000;
	padding: 5px 0 5px 15px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	box-sizing: border-box;
}


section#itemDetail-wrap .cartArea {
	margin-bottom: 20px;
	margin-top: 10px;
    position: relative;
    background: url(https://www.rasin.co.jp/common/img/haisoumuryou.gif)!important;
    background-repeat: no-repeat!important;	
}

.itemOutline .selling_price {
	display: inline-block;
	font-size: 30px;
}



section#itemDetail-wrap table.price tr {
	width: 100%;
	display: inline-table;
	position: relative;
}


section#itemDetail-wrap table.price td {
	width: 60%;
}

section#itemDetail-wrap table.price td .selling_price {
	float: left;
	font-weight: 600;
	color: red;
	margin-top: 5px;
}

section#itemDetail-wrap table.price td .taxin{
	position: absolute;
	top: 12px;
    float: right;
    font-size: 13px!important;
    font-weight: 400!important;
    color: #000!important;
	right: 0;
}

.selling_price_str {
	position: absolute;
	top: 12px;
	line-height: 1;
}

.selling_price_str::after {
	content: "Price";
	display: block;
	color: #888;
	line-height: 1;
	margin-top: 3px;
}


/*----------------------------------------------------------------------*/
/*--------------------------------追加-----------------------------------*/
/*----------------------------------------------------------------------*/

.price-about {
	width: 100%;
}

.price-about li {
	float: none!important;
	padding: 10px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ddd;
	margin-right: 0!important;
}


.price-about dl {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;	
}


.price-about dl dt {
	width: 40%;
	float: left;
	line-height: 1;
}


.price-about dl dd {
	width: 60%;
	overflow: hidden;
	line-height: 1;
}


.price-about li .taxin {
	position: absolute;
    font-size: 13px!important;
    font-weight: 400!important;
    color: #000!important;
    top: 20px;
    right: 10px;
}

.price-about li .taxin2 {
	position: absolute;
    font-size: 13px!important;
    font-weight: 400!important;
    color: #000!important;
    top: 42px;
    right: 10px;
}

.price-about-before {
	/*float: left;*/
	display: inline-block;
}

 .price-en-mark::before {
	content: "￥";
}

#limited-price::before {
	content: "￥";
	 color: red;	
}

 .price-en-mark2::before {
	content: "3%OFF ";
	display: inline-block;
	 font-size: 13px;
	 color: #000!important;
}
 .price-en-mark10::before {
	content: "10%OFF ";
	display: inline-block;
	 font-size: 13px;
	 color: #000!important;
}
 .price-en-mark5::before {
	content: "5%OFF ";
	display: inline-block;
	 font-size: 13px;
	 color: #000!important;
}

.Members-price {
	background: #fff;
}


.Members-price dl dd p {
	color: #000;
	font-size: 26px;
	font-weight: 600;
	margin: 5px 0;
	line-height: 1;
}

.Members-price dl dt::after {
	content: "Members price";
	display: block;
	color: #888;
	line-height: 1;
	margin-top: 3px;	
}

.Members-price dl dd::before {
	content: "銀行振込・店頭での現金払いなら";
	display: block;
	color: #000;
	line-height: 1;
	margin-bottom: 3px;
	margin-top: 5px;
}

.Members-price dl dd p {
	color: red!important;
	line-height: 1;
}

.Discount {
	display: block;
	margin-top: 3px;
}

.tax-free dl dd p{
	color: #000;
	font-size: 22px;
	font-weight: 600;
	margin-top: 5px;
}

.List-price dl dd p {
	font-size: 22px;
	margin-top: 5px;	
}

.List-price dl dt::after {
	content: "List price";
	display: block;
	color: #888;
	line-height: 1;
	margin-top: 3px;
}

.Availability dl dt::after {
	content: "Availability";
	display: block;
	color: #888;
	line-height: 1;
	margin-top: 3px;
}


/*各種ボタン*/
#productpage-point-btn {
	width: 100%;
	display: inline-block;
	background: #AF393B;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	transition: 0.3s ease-in-out;	
}

#productpage-point-btn:hover {
	opacity: 0.7;
} 

#productpage-henpin-btn {
	color: #4B9EF7;
	border-bottom: 1px solid #4B9EF7;
	display: inline-block;
	margin-left: 10px;
	transition: 0.3s ease-in-out;
}

#productpage-point-btn:hover {
	text-decoration: none;
} 
}

@media screen and (max-width:650px) { 

.productprice {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;	
	padding: 10px 15px!important;
}

.productprice p{
	font-size: 13px!important;
	overflow: hidden;
	padding: 0!important;
	margin: 0!important;
}

.productprice div:last-child {
	padding-top: 0!important;
}


.productprice:after {
	display: none!important;
}

.productprice div:nth-of-type(1) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	justify-content: space-around;

}

.productprice div:nth-of-type(1) p{
	line-height:1.8;
	height: unset;
	float: left;
	box-sizing: border-box;
	text-align: left!important;
}

.productprice div:nth-of-type(2) p{
	margin: -10px!important;
}

.productprice div:nth-of-type(1) p span:first-child{
	font-size: 30px!important;
	color: red!important;
}

    .productprice div:nth-of-type(1){
        height: 70px;
    } 
    
.productprice div:nth-of-type(1) p span:last-child{
	font-size: 13px!important;
	color: #000!important;
	font-weight: 500;
	margin-left: 5px;
    margin-top: 18px;
}
	

.productprice span{
	text-align: right!important
}

.productprice, .productprice p {
	background: #fff!important;
}

.contact_number {
	background: #1D1D1D;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	text-align: center;
	line-height: 1;
	margin: 0;
}

.productprice:nth-child(1) p {
	font-size: 24px!important;
}

.span.red.publish_point {
	font-size: 15px!important;
}

.productprice:nth-of-type(2) p::before {
	content: "Price";
	display: block;
	color: #ddd;

} 



#product-smp-about li {
	padding: 10px 15px;
	border-bottom: solid 1px #ddd;
	box-sizing: border-box;
}


#product-smp-about li:first-child {
	border-top: solid 1px #ddd;
}

#product-smp-about li:first-child p {
	margin-top: 0!important;
}

#product-smp-about dl {
	width: 100%;
	overflow: hidden;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
}

#product-smp-about dl dt {
	width: 30%;
	float: left;
	font-size: 13px;
	line-height: 1;
	text-align: left;
}


.Members-price dl dt::after {
	content: "Members price";
	display: block;
	color: #BDBDBD;
}


.Members-price dl dd:nth-of-type(1) {
	font-size: 24px;
}


.tax-free dl dd:nth-of-type(1) {
	font-size: 20px;
}


.Discount {
    text-align: center;
    display: block;
}

.Availability dl dt::after {
	content: "Availability";
	display: block;
	color: #BDBDBD;
}

.Returns-price dl dd a {
	margin-left: 10px;
	color:#18A5FF;
}

#product-smp-about dl dd{
	box-sizing: border-box;
}

#product-smp-about dl dd p{
	box-sizing: border-box;
	line-height: 1;
}


#product-smp-about dl dd:nth-of-type(1) {
	width: 63%;
	float: left;
	padding-right: 5px;
	text-align: left;
	box-sizing: border-box;	
}

#product-smp-about dl dd:nth-of-type(2) {
	width: 12%;
	float: right;
	text-align: right;
}
.product-smp-price{
	font-size: 16px;
	font-weight: bold;
}
dd.member-smp-price {
    font-size: 24px;
}


.smp-kaiin-btn {
	display: block;
	width: 100%;
	background: #A73334;
	color: #fff;
	text-align: center;
	padding: 3px;
	margin: 10px auto 0; 
}

.product-wrap {
	position: relative;
} 

.cart-in {
	padding: 10px 15px;
	width: 100%;	
	background-color: rgba(0,0,0,0.5);
    position: fixed;
    bottom: 0;
	dolor: #fff!important;
	box-sizing: border-box;
}

.cart-in p {
	color: #fff!important;
	text-align: center;
	padding: 0;
	margin: 0;
}

.cart-in a{
    display: block;
}

.cart-in img {
	width: 100%;
	margin-top: 10px;
}

.cart-in-price {
	font-size: 20px;
	line-height: 1;
	display: block;
	margin-bottom: 10px!important;
}


.cart-in-price::before {
	content: "販売価格";
	font-size: 13px;
}


.cart-in-price::after {
	content: "(税込)";
	font-size: 13px;
	margin-left: 5px;
}

#btnKagoService2 > input {
	width: 100%;
	background: #FF9611!important;
	color: #fff;
	text-align: center;
	padding: 10px 0!important;
}

.curt_l {
	padding: 10px 0!important;
}

.cart-in-loan {
	font-size: 15px;
	font-weight: 600;
}

.cart-in-loan::before {
	content: "およそ";
	font-weight: 500;
	font-size: 13px;
}

.cart-in-loan::after {
	content: "円";
}

#btnKagoService::before {
content: url(https://www.rasin.co.jp/common/img/haisoumuryou.gif);
display: block;
text-align: center;
transform: scale(1);	
}	
	
/*
#btnKagoService::before {
	content: "";
	margin-bottom: 20px;
	margin-top: 10px;
    position: relative;
    background: url(https://www.rasin.co.jp/common/img/haisoumuryou.gif)!important;
	background-repeat: no-repeat!important;
	display: inline-block;
  width: 100%;
  height: 50px;
  background-size: contain;
  vertical-align: middle;
}
*/
	
#shohin-sale-price {
	font-size: 20px!important;
	color: red!important;	
	font-weight: 600!important;
    margin-top: -7px;
}		
	
}

/*------------------------------------------------------*/
/*--------------------SNSエリア--------------------*/
/*------------------------------------------------------*/


@media screen and (min-width:651px) { 
	.sp-only {
		display: none;
	}
}

@media screen and (max-width:650px) { 
	.pc-only {
		display: none;
	}
	.sp_sns {
		width: 100%!important;
		overflow: hidden!important;
	}
	
	.sp_sns li {
		float: left!important;
		width: 20%!important;
		text-align: center!important;
		margin: 0!important;
	} 
	
	
	.sp_sns li img {
		width: 50%!important;
	}
/*--------------------スマホ用--------------------*/	
.sns-sp-wrap {
		width: 100%;
		margin: 0 auto 20px;
	padding: 0 10px;
	box-sizing: border-box;
	}
	
.sns-sp-wrap section {
		width: 100%;
		padding: 15px;
	border: 1px solid #ddd;
	box-sizing: border-box;	
	}	
	
	.sns-title {
		font-size: 18px;
		font-weight: 600;
		text-align: center;
	}

	.sns-sp-wrap ul {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #888;
	}	
	
	.sns-sp-wrap ul li {
		list-style: none;
		width : -webkit-calc(100% / 6) ;
		width : calc(100% / 6) ;
		padding: 0 2px;
	}
	
	
	.sns-sp-wrap ul li img {
		width : 100%;
	}	
	
	.add-member {
		width: 80%;
		padding: 20px 30px;
		text-align: center;
		font-size: 15px;
		font-weight: 600;
		color:#fff!important;
		background: #000;
		display: block;
		margin: 0 auto 20px;
	}
	
	.add-member a:link {
		text-decoration: none;
	}
	
	.add-member-text {
		font-size: 13px;
		margin: 20px 0;
		text-align: center;
	}
}

/*------------------------------------------------------*/
/*---------------WEBマガジン　ショップリスト----------------*/
/*------------------------------------------------------*/

.magazine-shop-list ul li h3 {
	font-size: 16px;
	font-weight: 700;
	
}

.magazine-shop-list ul li a{
  position: relative;
  display: inline-block;
  padding-left: 20px;
	font-size: 15px;
	font-weight: 700;
	transition: 1.0s ;
	color: #000;
}

.magazine-shop-list ul li a:hover {
  color: red;
}

.magazine-shop-list ul li a::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -3px;
  margin-top: -9px;
}

.magazine-shop-list ul li a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}


.magazine-shop-list ul li a section {
	box-sizing: border-box;
	padding: 10px 10px 20px;
}


.magazine-shop-li section p {
	line-height: 1.5;
}

.magazine-shop-list ul li a:link {
	text-decoration: none;
}

.magazine-shop-list ul li p:hover {
	text-decoration:underline;
}

.shop-list {
	margin: 50px 0;	
}	


.magazine-shop-list ul li img {
	width: 100%;
}

	
.magazine-shop-list h2 {
	padding: 0.4em 0 ;
	color: #000;
	font-size: 16px;
	border-bottom: solid 3px #000;
	margin-bottom: 15px;
    font-weight: bold;	
}	
	

@media screen and (max-width: 650px) {
	
.magazine-shop-list {
	padding: 0 10px;
}
	
 .magazine-shop-list ul {
	width: 100%;
	margin: 0 auto;
	 box-sizing: border-box;
}
	
.magazine-shop-list ul li {
	width: 100%;
}
	
.magazine-shop-list ul li p {
	margin: 0!important;
}
	
.magazine-shop-list ul li a{
  margin-bottom: 15px;
}		
	
}


@media screen and (min-width: 651px) {
	
.magazine-shop-list {
	max-width: 1012px;
	margin: 0 auto 50px;
}
	
.magazine-shop-list ul {
	
	display: flex;
	margin: 0 auto;	
}
.magazine-shop-list ul li {
	width: 32%;
	margin-right: 2%;
}	
	
.magazine-shop-list ul li:last-child {
	margin-right: 0;
}
.magazine-shop-list ul li:last-child {
	margin-right: 0;
	clear: both;
}
.magazine-shop-list ul li a{
  margin-top: 10px;
}		
	
}	

	
/*ポップアップクーポン*/
.campaign{
    bottom: 40px;
    position: fixed;
     right: 10%;
	width: 300px;
    z-index: 9999;
	display: none;
	}
	
/*ポップアップ通常時
.campaign{
    bottom: 40px;
    position: fixed;
    right: 40px;
    z-index: 9999;
	display: none;
	}*/

.campaign-l{
    bottom: 40px;
    position: fixed;
    left: 40px!important;
    z-index: 9999;
	display: none;
	}
 
.campaign.close{
	display: none!important;		
	}	

.campaign-l.close{
	display: none!important;		
	}	
	
.campaign.Forever-close{
    display: none!important;
}

.campaign-l.Forever-close{
    display: none!important;
}
 
 
.campaign__contents{
    background: #fff;
    border-radius: 5px;
    text-align: center; 
}
 

@media screen and (min-width:651px) {
	.campaign__contents{
    box-shadow: 0px 0px 20px 4px #ddd;
    padding: 10px;
}
	
.campaign{
    bottom: 110px!important;
	}
	
	
 
}

@media screen and (max-width:650px) {
.campaign__contents{
    padding: 10px;
}	
}

 
.campaign__contents__title{
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
 
.campaign__contents__text{
    font-size: 14px;
    margin-bottom: 20px;
}
 
.campaign__contents__link{
    background: #333;
    color: #fff!important;
    display: inline-block;
    font-size: 16px;
    padding: 5px 20px;
}
 
.campaign__btn{
    background: #f7a304;
    border-radius: 50%;
    color: #fff!important;
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    left: -10px;
    text-align: center;
    top: -10px;
    width: 40px;
	line-height: 40px;
}	
	
.fadeIn {
	display: block!important;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;	
	}	
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}		
	
	
.fadeOut {
	opacity: 0;
	}

/*グーグルカスタム　*/
.goog-te-gadget-simple {
	width: 100%;
}

.goog-te-gadget-simple::after {
	content: "Select Language"!important;
	padding-right: 8px;
}

/*SP商品ページposition打消し*/
#pi_sns table div{
	position: static!important;
}

#pi_sns table td:nth-of-type(2){
	width: 80px;
}


/*ベルトサイト？の部分ポップアップ*/


.belt-Question {
  position: relative;
   width: 12px;
   height: 12px;
   text-align: center;
   cursor: pointer;
   padding: 3px;
   border-radius: 50%;
   background: #999;
   color: #fff;
   line-height: 12px;
   font-weight: 600;
   display: inline-block;
   margin-left: 5px;
	}
	
.pop_up-inner {
    background: #ddd;
    position: absolute;
    padding: 5px;
    box-shadow: 2px 2px 5px 1px #999;
	z-index: 999;
	box-sizing: border-box;
}
	
.belt-name-point:hover {
	text-decoration: none;
}

@media screen and (max-width:650px) { 
.pop_up-inner {
    width: 88%;
}
	


	
	
}		
	
@media screen and (min-width:651px) { 
.pop_up-inner {
    width: 550px;
}
	
.pop_up-inner::after {
	  border-bottom: 12px solid #ddd;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -12px;
  left : 5%;
  content: "";
  position: absolute;

}	
	
	#belt-pop_up1, #belt-pop_up2 {
		margin-left: 13px;
		margin-top: 10px; 
	}		
	
	#belt-pop_up3 {
		margin-left: 38px;
		margin-top: 10px; 
	}		
	
	#belt-pop_up4 {
		margin-left: 52px;
		margin-top: 10px; 
	}		
	
	#belt-pop_up5 {
		margin-left: 82px;
		margin-top: 10px; 
	}		
}	
	
	
.pop_up-inner img {
    width: 100%;
}
	
.pop_up-inner p {
	margin-top: 10px;
    line-height: 1.5;
}

/*TOPページSNSアイコン*/
	@media screen and (min-width: 651px) {
	div#leftArea {
	width: 32px;
	height: 232px;
	position: fixed;
	top: 210px;
	left: 0px;
	text-indent:-9993px;
	z-index:30;
	display:block;
	padding: 8px 5px 8px 0;
}
div#leftArea .left1 {
	outline:none;
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	left: 0px;
	z-index:30;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(https://www.rasin.co.jp/images/facebook50x50.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: contain;
}
div#leftArea .left2 {
	outline:none;
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	margin-top:8px;
	left: 0px;
	z-index:30;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(https://www.rasin.co.jp/images/twitter50x50.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: contain;
}
div#leftArea .left3 {
	outline:none;
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	margin-top:8px;
	left: 0px;
	z-index:30;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(https://www.rasin.co.jp/images/instagram50x50.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: contain;
}
div#leftArea .left4 {
	outline:none;
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	left: 0px;
	z-index:30;
	margin-top:8px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(https://www.rasin.co.jp/images/line50x50.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: contain;
}
div#leftArea .left5 {
	outline:none;
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	margin-top:8px;
	left: 0px;
	z-index:30;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(https://www.rasin.co.jp/images/wechat50x50.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: contain;
}
div#leftArea .left6 {
	outline:none;
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	margin-top:8px;
	left: 0px;
	z-index:30;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(https://www.rasin.co.jp/images/weibo50x50.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: contain;
}
div#leftArea .left1:hover {
	width:50px;
	left: 5px;
}
div#leftArea .left2:hover {
	width:50px;
	left: 5px;
}
div#leftArea .left3:hover {
	width:50px;
	left: 5px;
}
div#leftArea .left4:hover {
	width:50px;
	left: 5px;
}
div#leftArea .left5:hover {
	width:50px;
	left: 5px;
}
div#leftArea .left6:hover {
	width:50px;
	left: 5px;
}
		
/*
#leftArea p:nth-of-type(2) a{
    display: block;
    position: relative;
    width: 100px;
    height: 2000px;
    margin-top: -232px;
    left: 50px;
    z-index: 30;
    top: -100;
    background: url(https://www.rasin.co.jp/images/5cashback_445x100.jpg) no-repeat;
}		
*/		

    
@media screen and (max-width: 1260px){
    div#leftArea p:nth-of-type(2){
        display: none;
    }
}	
	}

	@media screen and (max-width: 650px) {
		#leftArea {
			display: none;
		}
	}



/*------------------------------------------------------*/
/*--------------------臨時知らせ--------------------*/
/*------------------------------------------------------*/


@media screen and (min-width:651px) {
.yearend-design {
		position: relative;
		width: 100%;
		max-width: 1012px;
		background: #f5f5f5;
		border: 2px solid #bd1e48;
	}

	.yearend-design ul {
		overflow: hidden;
		text-align: center;
		margin-bottom: 7px;		
	}
	
	.yearend-design ul li {
		display: inline-block;
		font-weight: 700;
	}	
	
	.yearend-design-p1 {
		width: 100%;
		background: #bd1e48;
		color: #fff;
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
	}		
	
	.yearend-design-p2 {
		font-size: 13px;
		color: #000000;
		width: 95%;
		text-align: center;
		margin: 0 auto;
	}	

	.yearend-design-inwrap {
		padding: 8px 15px;
	}
	}

@media screen and (max-width:650px) {
.yearend-design {
    position: relative;
    width: 96%;
    background: #f5f5f5;
    min-height: 55px;
    border: 1px solid #bd1e48;
    margin: 5px 2% 5px 2%;
}

	.yearend-design-p1 {
		width: 100%;
		background: #bd1e48;
		color: #fff;
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
                margin: 0px; 
	}		
	
	.yearend-design-p2 {
		font-size: 13px;
		color: #000000;
		width: 100%!important;
		text-align: center;
		margin: 0 auto;
	}	

	.yearend-design-inwrap {
		padding: 8px 15px;
	}
}


/*ブランドカテゴリー部分*/
.cat_header>h1 {
	text-align: center;
	font-size: 2em;
	font-weight: 600;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-top: 10px;
	margin-bottom: 15px;
}

.cat_header h1>span {
	font-size: 0.8em;
	display: block;
}


/*----------------------------------------------------------------*/
/*------------------------------ローンTOPバナー------------------------------*/
/*----------------------------------------------------------------*/

#loan48-topbanner {
	width: 100%;
	background: #084ea1;
	height: 50px;
	margin-top: 3px;
	position: relative;
}

#loan48-topbanner a {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
}

#loan48-topbanner img {
	margin: 0 auto;
	text-align: center;
}


/*----------------------------------------------------------------*/
/*------------------------------ブログ用クリスマスバナー------------------------------*/
/*----------------------------------------------------------------*/

/*TOP用*/

	.xmas-blog-banner {
		width: 100%;
		overflow: hidden;
		margin-bottom: 5px;
	}



	@media screen and (max-width:650px) {
	.xmas-blog-banner a {
		width: 100%;
		display: block;
	}
		
	.xmas-blog-banner a::before {
		margin-bottom: 5px;
	}			
		
	}	
	
	@media screen and (min-width:651px) {
	.xmas-blog-banner a {
		width: 395px;
		height: auto;
	}
		
	.xmas-blog-banner img {
		width: 100%;
		height: auto;
	}		
	}




/*ブログ記事内*/

.xmas-blog-inner-area a {
	display: inline-block;
}



@media screen and (min-width:651px) {

.xmas-blog-inner-area {
	margin-bottom: 10px;
}	

.xmas-blog-inner-area a:first-of-type {
	margin-right: 5px;
}	
.xmas-blog-banner img {
	width: 100%;
	height: auto;
}		
}

@media screen and (max-width:650px) {

.xmas-blog-inner-area a {
	margin-bottom: 10px;
	display: block;
}	
.xmas-blog-banner img {
	width: 100%;
	height: auto;
}		
}



@media screen and (min-width: 651px){
.cb_obi {
    display: block;
    position: relative;
    width: 100px;
    height: 2000px;
    margin-top: -250px;
    left: 50px;
    z-index: 30;
    top: -100;
    background: url(https://shopping.geocities.jp/ginzarasin/images/xmas-lp-banner100x445.jpg) no-repeat;
}
}


/*----------------------------------------------------------------*/
/*-------------------------ブログ用 HOT CONTENTS-------------------*/
/*----------------------------------------------------------------*/

	.blog_inner_hot-contents {
		width: 100%;
		box-sizing: border-box;
		overflow: hidden;
		margin: 30px auto 70px;		
	}	
	
	
.blog_hot_titleH2 {
	margin: 0 auto;
    padding: 0 0 5px;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
	margin-top: 20px;
	border-top: 3px dotted #000;
	padding-top: 20px;
}
	
.blog_hot_titleH2+p {
    text-align: center;	
}		
	
	
.blog_hot_content_wrap {
	max-width: 1012px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto!important;
	list-style: none;
	box-sizing: border-box;
	padding: 0!important;
}
	
.blog_hot_article a {
	text-decoration: none;
	display: flex;
	justify-content:space-between;
	align-items: center;
}	
	
	
.blog_hot_img img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
	
.blog_hot_title	h3 {
	margin: 0!important;
	font-weight: 600;	
}

	.blog_hot_update {
		color: #888;
		font-size: 13px;
		display: block;
		text-align: right;
	}	
	
.blog_hot_article {
	box-sizing: border-box;
	border-top: dotted 1px #ddd;
}	
	
	
.blog_hot_article:last-child {
	border-bottom: dotted 1px #ddd;
}	
	
.blog_inner_contentsBtn {
	display: block;
	margin: 0 auto;
	text-align: center;
    width: 240px;
    padding: 25px;
    background-color: #000000;
    border: 2px solid #000;
    color: #fff!important;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    position: relative;
	transition-property: all;
  transition: 0.3s linear;
}
	
.blog_inner_contentsBtn a:link, .blog_inner_contentsBtn a:visited {
	display: block;
	margin: 0 auto;
	text-align: center;
    width: 240px;
    padding: 25px;
    background-color: #000000;
    border: 2px solid #000;
    color: #fff!important;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    position: relative;
	transition-property: all;
  transition: 0.3s linear;
}		

.blog_inner_contentsBtn::after {
    content: "＞";
    position: absolute;
    top: 50%;
    right: 0;
    color: #a5a5a5;
    font-size: 18px;
    font-weight: bold;
    transform: translate(0,-50%) scale(0.6,1);
}		
	
.blog_inner_contentsBtn:hover {
	background: #fff;
	color: #000!important;
}		
	
@media screen and (min-width:651px) {
	
.blog_hot_title	h3 {
	font-size: 1.3em;
	line-height: 1.2;
	}	
	
.blog_hot_article {
	width: 49%;
	padding: 10px 0;
}
	
	
.blog_hot_article:nth-last-of-type(2) {
	border-bottom: dotted 1px #ddd;
}	
		
.blog_hot_article a {
}	

.blog_hot_img {
	width: 25%;
	object-fit: contain;
}	

.blog_hot_title {
	width: 75%;
	padding: 15px 10px 15px 10px;
}		
	
.blog_hot_img img {
	width: 100%;
	display: block;
}	
	
.item+.item {
	margin-left: 1.0em;
}
	
.global-delivery-note {
	padding: 20px 20px 0;
	overflow: hidden;
	width: 100%;
}		
	
.global-delivery-note {
	width: 100%;
}
	
.global-delivery-note-wrap {
	box-sizing: border-box;
	overflow: hidden;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
}	
	
.global-delivery-note1 {
	width: 65%;
	float: left;
}	
	
.global-delivery-note2 {
	width: 35%;
	float: left;
}
		
.global-delivery-note2 img {
	width: 100%;
}
	
	.global-delivery-note-wrap-china {
		padding: 0 30px;
	}	
	
}
	
@media screen and (max-width:650px) {
.blog_hot_title	h3 {
	line-height: 1.1;
	font-size: 1.1em;
	}	
	
.blog_hot_article {
	width: 100%;
	display: flex;
}

		
.blog_hot_article a {
	width: 100%;
}	

.blog_hot_img {
	width: 25%;
	object-fit: contain;
}	

.blog_hot_title {
	width: 75%;
	padding: 10px 0 10px 10px;
}		
	
.blog_hot_img img {
	width: 100%;
	display: block;
}	
	
.item+.item {
	margin-left: 1.0em;
}
	
	.global-delivery-note {
		overflow: hidden;
		width: 100%;
	box-sizing: border-box;
	}
	
	
	.global-delivery-note2 img {
		width: 75%!important;
		display: block;
		text-align: center;
		margin: 0 auto;
	}	
	
}	


/*受賞歴*/
	
	.awards-wrap {
		overflow: hidden;
	}	
	
.awards-wrap-inner-r table {
	width: 100%;
	max-width: 1012px;
	border-collapse: collapse;
	border-spacing: 0;
    border-spacing:  5px;
	margin-bottom: 25px;
	overflow: hidden;
	box-sizing: border-box;
}
 
.awards-wrap-inner-l {
	width: 30%;
	background: #000;
	float: left;
	padding: 30px 20px;
	box-sizing: border-box;
}
	
 @media screen and (min-width:651px) {
.awards-wrap-inner-r {
	width: 55%;
	float: left;
}
	
.awards-wrap-inner-r2 {
	width: 15%;
	float: left;
}
	 
.awards-wrap-inner-r2 img {
	width: 80%;
	height: auto;
	margin-bottom:40px;
}		 
	 
}	
	
 @media screen and (max-width: 650px) {
.awards-wrap-inner-r {
	width: 100%;
}
	
.awards-wrap-inner-r2 {
	width: 100%;
	margin: 0 auto;
}
	 
	 .awards-r2-img {
		 text-align: center;
	 }	 
	 
.awards-wrap-inner-r2 img {
	width: 20%!important;
	height: auto;
	margin-bottom:40px;
}		 
	 
}	
	


.awards-wrap-inner-l img {
	width: 100%;
	height: auto;
}	
	
	.awards-wrap-inner-l-text {
		font-weight: 600;
		font-size: 16px!important;
		text-decoration: underline;
		margin: 15px 0 5px 0!important;
	}	
	
 .awards-wrap-inner-l p {
color: #fff;
	 font-size: 13px;
	 line-height: 1.5;
	 margin-top: 5px;
}		

	
 

	
.awards-wrap-inner-r td {
    padding: 5px 10px;
	line-height: 1.5;
}

.awards-wrap-inner-r td span {
	font-weight: 600;
}
	
.awards-wrap-inner-r td:first-child {
    width: 15%;
	text-align: right;
	font-size: 16px;
}
	
.awards-wrap-inner-r td:nth-child(2) {
    width: 10%;
	text-align: right;
	border-right: 1px solid #888;
	font-size: 14px;
}		
	
.awards-wrap-inner-r td:nth-child(3) {
    width: 75%;
	font-size: 13px;
}
	
.mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
	line-height: 1.2;
	margin: 0!important;
}
	
	
.mincho span {
	display: block;
	font-size: 15px;
}
	
	.awards-icon {
		background: #f2f2f2;
		box-sizing: border-box;
		padding: 30px 0;
		margin-top: 15px;
		margin-bottom: 80px;
	}
	
	.awards-icon ul {
		width: 100%;
		overflow: hidden;
		padding: 0 20px!important;
		margin-top: 15px;
	}
	
	.awards-icon ul li {
		width: 15%;
		float:left;
		list-style: none;
	}
	
	.awards-icon ul li p{
		font-size: 13px;
		font-weight: 600;
		margin-top: 10px;
	}	
	
	.awards-icon ul li p,.awards-icon ul li span {
		text-align: center;
	}	

.awards-icon ul li span {
		display: block;
	font-size: 12px;
		text-align: center;
	line-height: 1.3;margin-top: 10px
	}	
	
.awards-icon ul li img {
		margin: 0 auto;
	display: block;
	object-fit: contain;
	}	
	

/*------------------------------------------------------*/
/*---------WEBマガジン　腕時計ガイド記事一覧スライド-----------*/
/*------------------------------------------------------*/

	.owl-stage {
		padding:0 0 15px 0;
		box-sizing: border-box;
	}
	
	.watch-text-book-inner {
		border-radius: 5px;
		border: solid 2px #ddd;
		margin-bottom: 10px;
	}
	
	.watch-text-book2 {
		margin-bottom: 10px;		
	}	
	
	
	.owl-carousel {
	    padding: 0 15px;
    box-sizing: border-box;
}
	
/*	.owl-stage-outer {
		box-shadow:0px 5px 5px -1px #dbdbdb;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}*/
	
	.owl-dots {
		display: none;
	}
	
	.watch-text-book {
			position: relative;	
		
	}	
	.watch-text-book-list {
		font-size: 22px;
		margin-bottom: 20px;
		margin-right: 0px!important;
		background: #ddd;
		color: #555;
		box-sizing: border-box;
		padding: 5px 0px 5px 10px;
		font-weight: 600;
	}
	
	.item {
		padding: 0 5px;
	}
	
	.item a:link, .item a:visited {
		text-decoration: none;
		color: #000;
	}	
	
	
	
	.item p {
		padding: 0 10px;
		font-size: 13px;
		line-height: 1.5;
	}	
	
	.item img {
		margin-bottom: 10px;
	}	
		
	
@media screen and (max-width: 650px) { 
	
	.owl-carousel {
		box-sizing: border-box;
	}
	
	.watch-text-book {
		width: 100%;
		height: 280px;
		overflow: hidden;
		box-sizing: border-box;
		border-bottom: 2px solid #ddd;
	}
	
	.watch-text-book-list {
		margin-bottom: 15px;
		margin-top: 0px!important;
	}
	
	.owl-stage-outer {
		margin-top: 2px;
	}
	
	.owl-carousel .owl-item img {
		margin-top: 2px;
	}
	
	

.owl-carousel .owl-item img {
	width: 100%;
	height: 78px;
	overflow: hidden;
	object-fit: cover;
}		
	
}	
	
@media screen and (min-width: 651px) { 
	.watch-text-book {
		width: 100%;
		max-width: 1012px;
		margin: 0 auto;
	}
	

.owl-carousel .owl-item img {
	width: 134px;
	height: 68px;
	overflow: hidden;
	object-fit: cover;
}	
	
}	
	
	.owl-next, .owl-prev {
		width: 25px;
		background: #ddd!important;
		height: auto;
		z-index: 55;
		padding: 0 5px!important;
		/*box-shadow: 0px 5px 5px -1px #dbdbdb;*/
	}	
	
.owl-next {
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
}
.owl-prev {
	position: absolute;
	left: 0px;
	top: 0;
	bottom: 0;	
}	
	
.owl-dots {
  text-align: center;
  bottom: 5px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-dot {
  border-radius: 50px;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(127,127,127, 0.5);
  margin-left: 5px;
  margin-right: 5px;
}

.owl-dot.active {
  background-color: #ea5514;
}

.owl-dots {
  text-align: center;
}	
	
.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}	
	
.owl-theme .owl-controls .owl-nav .owl-prev, .owl-theme .owl-controls .owl-nav .owl-next {
    font-size: 32px;
    font-size: 2rem;
    position: absolute;
    top: 25%;
    margin: 0;
    padding: 0 20px;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}	
	
	.guide-return {
		overflow: hidden;
	}
	
	.guide-return a {
		display: inline-block;
    border-bottom: 1px solid #000;
    text-align: right;
    background: #000;
    text-decoration: none;
    padding: 5px 10px;
    color: #fff;
		float: right;
	}

.watch-text-book p {
	line-height: 1.5;
	font-size: 13px!important;
}


 	
	#rolex-cat p {
		font-size: 13px;
	}	
	
/*--------------------------------------*/
/*-------------選び方-----------------*/
/*--------------------------------------*/	
	.rolex-cat-choose {
		width: 100%;
		overflow: hidden;
		box-sizing: border-box;
		padding: 15px;
	}
	
	.magazin_archive a {
		font-size: 14px;
	}
	
 
	.rolex-cat h2 {
		text-align: center;
		font-size: 25px;
		font-weight: 600;
		padding-bottom: 5px;
		border-bottom: solid 3px #000;
		margin: 50px 0;
	}	
	
	.branch-point {
		width: 100%;
		box-sizing: border-box;
		overflow: hidden;
		margin-top: 15px;
	}
	
	.branch-point li {
		width: 100%;
		padding: 10px 0;
		margin-top: 10px;
	}
	
	.branch-sports,.branch-dress {
		padding: 10px 0;
		margin-top: 25px;
	}
	
	.branch-sports a,.branch-dress a {
		color: #fff;
		text-align: center;
		display: block;
		text-decoration: none;
		padding: 10px 0;
		  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
		font-weight: 600;
		font-size: 20px;
	}
	
	.branch-sports a:hover,.branch-dress a:hover {
		opacity: 0.7;
	}	
	
	
	.branch-point li:last-child {
		margin-right:0;
	}
		
	.branch-sports {
		background: #6e0000;
	}
	
	.branch-dress {
		background: #000052;
	}	

/*.branch-arrow {
    position: relative;
}
.branch-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateX(-50%) rotate(135deg);
}	*/

	
	
	.rolex-cat-step-wrap {
		width: 100%;
		box-sizing: border-box;
		padding: 25px;
		border: solid 1px #000;
		margin: 25px 0;		
	}
	
	
	.rolex-cat-step-wrap img {
		width: 100%;
		height: 400px;
		object-fit: cover;
	}	
	
	.rolex-cat-step-wrap figure  {
		width: 100%;
		margin: 0;
		padding: 0;
	}	
	
	.rolex-cat-choose2-inner:first-child {
		margin-bottom: 60px;
	}
	
	
/*
@media screen and (min-width:651px) { 
	.sp-only {
		display: none;
	}
	
	.rolex-cat h2 {
		text-align: center;
		font-size: 20px;
		font-weight: 600;
		padding-bottom: 5px;
		border-bottom: solid 3px #000;
		margin: 50px 0;
	}	

	.rolex-cat-choose1, .rolex-cat-choose5 {
		width: 100%;
		box-sizing: border-box;
		padding: 15px;
		border: solid 1px #000;
		overflow: hidden;
	}
	
	.rolex-cat-choose1, .rolex-cat-choose5 figure img {
		width: 100%;
	}	
	
	.rolex-cat-choose2,.rolex-cat-choose3,.rolex-cat-choose4 {
		margin-top: 15px;
	}	
	
	.rolex-cat-choose2,.rolex-cat-choose3,.rolex-cat-choose4,.rolex-cat-choose5 {
		box-sizing: border-box;
		border: solid 1px #000;
		padding: 15px;
	}
	
	
	
.rolex-cat-choose1 figure {
	float: left;
	margin: 0 15px 15px 0;
	width: 60%;
}
	
.rolex-cat-choose2 figure, .rolex-cat-choose3 figure, .rolex-cat-choose4 figure {
	margin: 0!important;
}		
	
.rolex-cat-choose2 figure img, .rolex-cat-choose3 figure img, .rolex-cat-choose4 figure img {
	width: 100%;
	height: 245px;
	object-fit: cover;
}		
	
.rolex-cat-choose1 figure img {
	max-width: 100%;
}
	
	.rolex-cat-choose-wrap {
		box-sizing: border-box;
	}	
	
	.rolex-cat-choose-wrap-LR {
		width: 100%;
		overflow: hidden;
	}	
	
	.rolex-cat-choose-wrap-L {
		width: 55%;
		float: left;
		padding: 0 0 30px;
	}	
	
	.rolex-cat-choose-wrap-R {
		width: 43%;
		float: right;
		padding: 0 0 30px;
	}	
	
	.rolex-cat-choose-wrap img {
		width: 100%;
	}	
	
.rolex-cat-arrow-r {
  display: inline-block;
    height: 80px;
    width: 40px;
    background-color: #6e0000;
    position: relative;
    top: 10px;
    left: 48%;
}

.rolex-cat-arrow-r::before {
content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 50px solid transparent;
  border-top: 50px solid #6e0000;
  border-bottom-width: 0;
}
	
.rolex-cat-arrow-r-long {
      display: inline-block;
    height: 1230px;
    width: 40px;
    background-color: #6e0000;
    position: relative;
    top: 20px;
    left: 48%;
}

.rolex-cat-arrow-r-long::before {
content: "";
    display: block;
    position: absolute;
    top: 1230px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 50px solid transparent;
    border-top: 50px solid #6e0000;
    border-bottom-width: 0;
}	
	
.rolex-cat-arrow-b {
  display: inline-block;
    height: 80px;
    width: 40px;
    background-color: #000052;
    position: relative;
    top: 10px;
    left: 48%;
}

.rolex-cat-arrow-b::before {
content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 50px solid transparent;
  border-top: 50px solid #000052;
  border-bottom-width: 0;
}
	
.rolex-cat-arrow-b-short {
    display: inline-block;
    height: 148px;
    width: 40px;
    background-color: #000052;
    position: relative;
    top: 8px;
    left: 48%;
}

.rolex-cat-arrow-b-short::before {
content: "";
    display: block;
    position: absolute;
    top: 119px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 50px solid transparent;
    border-top: 50px solid #000052;
    border-bottom-width: 0;
}		
	
}	
*/
	
	.rolex-cat-choose h3 {
		font-size: 20px;
		font-weight: 600;
		margin: 0 0 25px;
	}
	
	
	.rolex-cat-choose p {
		margin-top: 25px;
	}

	


	
	
/*--------------------------------------*/
/*---------------ランキング-----------------*/
/*--------------------------------------*/	
	
	.rolex-cat-text1 {
		text-align: center;
		line-height: 1.5;
		margin-bottom: 40px;
	}	
	
	@media screen and (max-width:650px) {
	.rolex-cat-rank ul {
		width: 100%;
		flex-wrap: wrap;
		display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;		
		flex-wrap: wrap;
		box-sizing: border-box;
		padding: 0 15px;
	}	
	
	.rolex-cat-rank ul li {
		width: 49%;
		overflow: hidden;
		padding: 5px;
		box-sizing: border-box;
	}		
	}
	
	@media screen and (min-width:651px) {
	.rolex-cat-rank ul {
		width: 100%;
		flex-wrap: wrap;
		display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;		
		flex-wrap: wrap;
	}	
	
	.rolex-cat-rank ul li {
		width: 20%;
		overflow: hidden;
		padding: 5px;
		box-sizing: border-box;
		margin-bottom: 30px;
	}		
	}	

	
	
	.rolex-cat-rank h3 {
		font-weight: 600;
		text-align: center;
		line-height: 1.2;
		margin: 10px 0;
		font-size: 13px;
	}
	
	.rolex-cat-rank ul li img {
		width: 100%;
	}	
	
.ribbon20-wrapper {  
  display: block;
  position: relative;
  margin: 0 auto;
  }
	
.ribbon20-wrapper a {  
  display: block;
	box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  }	
	
	
.ribbon20-wrapper a:hover {  
  opacity: 0.7;
	}	
	
	
	.ribbon20_1, .ribbon20_1::before	{
		background: #DBB400;
	}
	
	.ribbon20_1::after {
		background: #948E27;
	}

	.ribbon20_2,.ribbon20_2::before	{
		background: #C0C0C0;
	}
	
	.ribbon20_2::after {
		background: #9FA0A0;
	}
	
	.ribbon20_3,.ribbon20_3::before	{
		background: #C08D5E;
	}
	
	.ribbon20_3::after {
		background: #AE6938;
	}	
	
	.ribbon20_4,.ribbon20_4::before	{
		background: #70c7ff;
	}
	
	.ribbon20_4::after {
  background: #4d99ca;
	}

	.ribbon20 {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: white;
		z-index: 666;
  
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.ribbon20::before {
  position: absolute;
  content: '';
  top: 0;

  left: -7px;
  border: none;
  height: 22px;
  width: 7px;
  border-radius: 5px 0 0 5px;
}
.ribbon20::after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  border-radius: 5px 0 0 5px;
}	
	

	
/*--------------------------------------*/
/*----------------豆知識-----------------*/
/*--------------------------------------*/
	
	@media screen and (max-width:650px) {
	.rolex-cat-Travel-Tips ul {
		width: 100%;
		flex-wrap: wrap;
		display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
		box-sizing: border-box;
		padding: 0 15px;
	}	
	
	.rolex-cat-Travel-Tips ul li {
		width: 100%;
		box-sizing: border-box;
		padding: 35px;
		border: solid 1px #000;
		margin-bottom: 4%;
	}
	
	.rolex-cat-Travel-Tips ul li h3 {
		font-size: 15px;
		font-weight: 600;
		margin-bottom: 10px;
		text-align: center;
	}	
	
	.rolex-cat-Travel-Tips ul li h3::before {
		content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height:29px;/*画像の高さ*/
  background-image: url(https://www.rasin.co.jp/contents/images/icon-rolex-cat.jpg);
  background-size: contain;
  vertical-align: middle;
		margin-right: 10px;
	}
	
	
	.rolex-cat-Travel-Tips ul li p {
		line-height: 2;
		font-size: 14px;
	}	
	}	
	
	@media screen and (min-width:651px) {
		.rolex-cat-Travel-Tips ul {
		width: 100%;
		flex-wrap: wrap;
		display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	}	
	
	.rolex-cat-Travel-Tips ul li {
		width: 48%;
		box-sizing: border-box;
		padding: 30px;
		border: solid 1px #000;
		margin-bottom: 4%;
	}
	
	.rolex-cat-Travel-Tips ul li:nth-child(odd) {
		margin-right: 4%;
	}	
	
	.rolex-cat-Travel-Tips ul li h3 {
		font-size: 15px;
		font-weight: 600;
		margin-bottom: 10px;
		text-align: center;
	}	
	
	.rolex-cat-Travel-Tips ul li h3::before {
		content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height:29px;/*画像の高さ*/
  background-image: url(https://www.rasin.co.jp/contents/images/icon-rolex-cat.jpg);
  background-size: contain;
  vertical-align: middle;
		margin-right: 10px;
	}
	
	
	.rolex-cat-Travel-Tips ul li p {
		line-height: 2;
		font-size: 14px;
	}
	}	
	
		
/*-----------------------------------------------------*/
/*---------------------ロレックスに関する記事-----------------------*/
/*-----------------------------------------------------*/
	.rolex-cat-blog {
		width: 100%;
		margin-bottom: 50px;
	}
	
	.rolex-cat-blog ul {
		width: 100%;
		overflow: hidden;
		display: flex;
	}	
	
	.rolex-cat-blog ul li h3 {
		padding: 10px;
		font-size: 13px;
	}
	
	.rolex-cat-blog ul li span {
		position: absolute;
		display: block;
		background: #b8860b;
		font-size: 12px;
		color: #fff;
		top: 80px;
		padding: 0 5px;
	}	
	
	
	.rolex-cat-blog ul li:last-child {
		margin-right: 0;
	}	
	
	.rolex-cat-blog ul li figure {
		margin: 0;
	}	
	
	.rolex-cat-blog ul li img {
		width: 100%;
	}	
	
	
	.rolex-cat-blog ul li a {
		text-decoration: none;
	}	
	
	.rolex-cat-blog ul li a:link,.rolex-cat-blog ul li a:visited {
		color: #000;
	}	
	
	@media screen and (max-width:650px) {
		.rolex-cat-blog ul {
		flex-wrap: wrap;
			padding: 0 10px;
			overflow: hidden;
			box-sizing: border-box;
	}		
		
		.rolex-cat-blog ul li {
		width: 48%;
		float: left;
		margin-right:2%;
		border: solid 1px #888;
		position: relative;
			margin-bottom: 2%;
	}
		
		.rolex-cat-blog ul li:nth-child(even) {
		margin-right:0;
	}		
		
	}
	
@media screen and (min-width:651px) {	
	.rolex-cat-blog li {
		width: 23%;
		float: left;
		margin-right:2%;
		border: solid 1px #888;
		position: relative;
	}

	.magazin_archive {
		overflow: hidden!important;
	}	

	.archive1,.archive2,.archive3,.archive4,.archive5,.archive6 {
		float: left!important;
		width: 48%!important;
		height: 300px;
		margin-right: 2%!important;
	}
	
	.archive6 {
		float: left!important;
		width: 48%!important;
	}
	}
	
	.post-data {
		font-size: 13px;
		font-weight: 600;
	}
	
	.magazin_more {
		width:50%;
	}

.blog_title {
	font-size: 14px!important;
	border-bottom: none!important;
	text-align: left!important;
	margin: 10px 0!important;
}

.magazin_more {
	text-align: center;
	display: block;
	margin: 15px auto;
}

.magazin_more img {
	width: 100%;
	margin: 15px auto;
}

.other-quuiz-lv ul li a {
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


.other-quuiz-lv ul li a:hover {
	opacity: 0.7;
}

/*-------------------------------------------------------*/
/*------------------------買取見出し-----------------------*/
/*-------------------------------------------------------*/
.brand-midashi {
	margin-top: 15px;
}


/*スマホメニュー画像*/
#drawer-menu p a{
  padding-left: 38px;
  margin-bottom: 10px;
}

#drawer-menu p:nth-last-child(45) {
	padding-bottom: 10px!important;
	margin-bottom: 10px;
	border-bottom: 1px solid #2e2e2e;
}

#drawer-menu p:nth-last-child(44) a {
  background: url(//www.rasin.co.jp/sp/img/logo/rx.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}
#drawer-menu p:nth-last-child(43) a {
  background: url(//www.rasin.co.jp/sp/img/logo/om.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}
#drawer-menu p:nth-last-child(42) a {
  background: url(//www.rasin.co.jp/sp/img/logo/th.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}
#drawer-menu p:nth-last-child(41) a {
  background: url(//www.rasin.co.jp/sp/img/logo/pp.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}
#drawer-menu p:nth-last-child(40) a {
  background: url(//www.rasin.co.jp/sp/img/logo/fm.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}
#drawer-menu p:nth-last-child(39) a {
  background: url(//www.rasin.co.jp/sp/img/logo/ct.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}
#drawer-menu p:nth-last-child(38) a {
  background: url(//www.rasin.co.jp/sp/img/logo/panerai.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}
#drawer-menu p:nth-last-child(37) a {
  background: url(//www.rasin.co.jp/sp/img/logo/iwc.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}
#drawer-menu p:nth-last-child(36) a {
  background: url(//www.rasin.co.jp/sp/img/logo/hublot.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}
#drawer-menu p:nth-last-child(35) a {
  background: url(//www.rasin.co.jp/sp/img/tudor-logo150.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}
#drawer-menu p:nth-last-child(34) a {
  background: url(//www.rasin.co.jp/sp/img/logo/Breitling.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}
#drawer-menu p:nth-last-child(33) a {
  background: url(//www.rasin.co.jp/sp/img/logo/ZENITH.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}
#drawer-menu p:nth-last-child(32) a {
  background: url(//www.rasin.co.jp/sp/img/logo/Jaeger_le_Coultre.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}
#drawer-menu p:nth-last-child(31) a {
  background: url(//www.rasin.co.jp/sp/img/logo/ap.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}
#drawer-menu p:nth-last-child(30) a {
  background: url(//www.rasin.co.jp/sp/img/logo/la.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}
#drawer-menu p:nth-last-child(29) a {
  background: url(//www.rasin.co.jp/sp/img/logo/vacheron-constantin.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}
#drawer-menu p:nth-last-child(28) a {
  background: url(//www.rasin.co.jp/sp/img/logo/breguet.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}
#drawer-menu p:nth-last-child(27) a {
  background: url(//www.rasin.co.jp/sp/img/logo/gs.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}
#drawer-menu p:nth-last-child(26) a {
  background: url(//www.rasin.co.jp/sp/img/logo/hw.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}
#drawer-menu p:nth-last-child(25) a {
  background: url(//www.rasin.co.jp/sp/img/logo/chopard.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}
#drawer-menu p:nth-last-child(24) a {
  background: url(//www.rasin.co.jp/sp/img/logo/chanel.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}

#drawer-menu p:nth-last-child(23) a {
  background: url(//www.rasin.co.jp/sp/img/logo/bv.jpg) no-repeat;
  background-position: left center;
  background-size: contain;
}

#drawer-menu p:nth-last-child(22) a {
  background: url(//www.rasin.co.jp/sp/img/nomos-logo150.jpg) no-repeat;
	  background-position: left center;
  background-size: contain;
}

#drawer-menu p:nth-last-child(21) a {
  padding-left: 38px;
  margin-bottom: 10px;
}
#drawer-menu p:nth-last-child(20) a {
  padding-left: 38px;
  padding-bottom: 10px !important;
  margin-bottom: 10px;
  /*border-bottom: 1px solid #2e2e2e;*/
}

.mgzn-menu a {
	background: none!important;
	padding-left: 0px!important;
}

.border-bottom {
	margin-bottom: 10px;
	padding-bottom: 0px!important;
	border-bottom: 1px solid #000;
}

.rolex-mincho-tytle {
	font-family: 'Noto Serif JP', serif !important;
    font-size: 25px!important;
    text-align: center!important;
    font-weight: bold!important;
    margin: 80px 0 20px!important;
    letter-spacing: 2px!important;
    border-bottom: 1px solid #333!important;
    padding-bottom: 10px!important;
}


/*クーポン時*/

.Coupon-price {
	overflow: hidden;	
}

.Coupon-price dl dt::after {
	content: "Coupon";
	display: block;
	color: #888;
	line-height: 1;
	margin-top: 3px;	
}
	
.coupon-tekiyou-price {
	background: red;
	color: #fff;
	padding: 5px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	}
	
	.coupon-tekiyou-text {
		font-size: 12px;
		margin-top: 10px;
    color: #000!important;
		margin-bottom: 10px;
		text-align: center;
		float: right;
	}
	
	.coupon-tekiyou-link {
		text-align: right;
	}	
	
	.coupon-tekiyou-link a {
		color: #4B9EF7;
    display: inline-block;
    margin-left: 10px;
		font-size: 13px;
    transition: 0.3s ease-in-out;
		text-align: right;
	}
	
	.coupon-code {
		text-align: right;
		margin: 10px 0;
	}
	
@media screen and (min-width:651px) {
	.coupon-code span::before {
		content: "クーポンコード：";
		font-size: 13px!important;
		font-weight: 400!important;
	}	
	
	
	.coupon-code {
		clear: both!important;
	}	
	
}
	
@media screen and (max-width:650px) {
	.coupon-code span::before {
		content: "クーポンコード：";
		font-size: 13px!important;
		font-weight: 400!important;
		float: left;
	}	
}



.coupon-code span {
		font-size: 20px;
		font-weight: 600;
		padding: 5px;
		display:block;
	}	

.Members-price {
	background: #fff!important;
}

.Coupon-price {
	background: #f3f3f3!important;
}


#limited-coupon-price {
	font-size: 24px;
	color: red;
	font-weight: 600;
}

#limited-coupon-price::before {
	content: "￥";
    color: red;
}

#limited-coupon-price {
	background: #f3f3f3;
	display: block;
	margin: 5px 0;
}

#coupon-tax {
	top: 49px!important;
}
/*カウントダウンタイマー*/
@media screen and (min-width:651px) {
	
	.coupon-time {
		width: 1012px;
		height: 500px;
		background: url(https://www.rasin.co.jp/contents/images/coupon_page/1118/coupon_pc_timer_top.jpg);
		position: relative;
	}
	
	.coupon-time-inner {
		position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}	
	
	#timer{
        letter-spacing: 3px;
    color: gold;
    font-size: 38px;
    /*font-weight: 600;*/
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    }	
	
	
}