@charset "euc-jp";

@import url("basic.css");

/*-----------
楽天デフォルト・GOLDの一部のページ全てに読み込ませるCSS

2017/3/8 海野が作成。
不明点は海野まで。
-------*/
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
body {
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}


/* タグ属性リセット
----------------------------------*/

/* 指定のclassやidで囲った箇所のみに有効
タグ特性のリセットをせずに作成したページが崩れる可能性があるため、
以後指定のclass・idで括ったページのみに適応 */
.itemDetail , #itemNotice , .reset {
	line-height:1.5;	
	font-size: 14px;
}
.itemDetail img , .reset img {
	vertical-align:top;
	max-width: 100%;
}
.itemDetail * , .reset * {
	margin:0;
	padding:0;
}

.itemDetail li , .reset li {
	list-style:none;
}

.itemDetail a:link {color:#000;}
.itemDetail a:visited {color:#000;}
.itemDetail a:hover {color:#000;}
.itemDetail a:active {color:#000;}
.itemDetail a { text-decoration: none; }

/* iframe
================================================ */
/* ID付与でサイズ管理しているiframe共通スタイル
--------------------------------------*/
#doroyo , #iRcm01 , #iWp-autocalc {
	display:block;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	box-sizing: border-box;
}
/* 商品詳細PCページ下部のレコメンド */
#iRcm01 {
	width:780px;
	height:3700px;
}
/* doroyo */
#doroyo {
	width:380px;
	height:130px;
}
/* フリース壁紙本数計算 */
#iWp-autocalc {
	width:780px;
	height:1330px;
}




/* basic setting
================================================ */
/* 画像
----------------------------------*/
img {
	border:none;
	vertical-align:top;
}
a:hover {
opacity:0.9;
}
.opno a:hover {
opacity:0;
}

/* 回り込み解除(clearfix)
----------------------------------*/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.clear {
	clear:both;
}

/* 汎用
----------------------------------*/

/* font color */
.tRed {color:#f00;}
.red { color:#bc0003;}

/* margin */
.mRL5 {margin-left:5px; margin-right:5px;}
.mBot20 {
	margin-bottom:20px;
}


/* align */
.tc {text-align:center;}



/* PCのみ */
@media only screen and (min-width: 1025px) {
.pcno {
	display:none;
}
}
/* SPのみ */
@media only screen and (max-width: 767px) {
.spno {
	display:none;
}
}
/* PC&タブレットのみ */
@media only screen and (min-width: 768px) {
.pctbno {
	display:none;
}
}
/* SP&タブレットのみ */
@media only screen and (max-width: 1024px) {
.sptbno {
	display:none;
}
}

/* header
----------------------------------*/
/* PCはこのCSSにスタイル記述していますが、
スマホは /sp/com/css/parts.cssに記述しています。 */
#commonHeader {
	width:1000px;
	margin:0 auto;
	padding:15px 0 40px;
}
#commonHeader a {
	display:block;
}
#commonHeader a , 
#commonHeader a:hover {
	text-decoration:none;
}
#commonHeader a:hover {
	text-decoration:none;
	color:#666;
}
#commonHeader .clearfix {
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
#commonHeader h1 {
	width:390px;
	float:left;
	font-size: 11px;
	font-weight:normal;
	padding-top:5px;
	text-align:left;
}
#commonHeader h1 a {
	margin-top:5px;
	width:330px;
	height:52px;
	background:url("https://www.rakuten.ne.jp/gold/zakka-elements/new/img/logo.jpg") no-repeat left center;
}
#commonHeader #hdRight {
}
#commonHeader #hdRight p:first-child {
	margin:0 0 10px;
	text-align:right;
	padding-top:2px;
}
#commonHeader #hdRight > p{
	font-size: 11px;
	text-align: right;
	padding: 5px 1em;
	background-color: #f1f0ed;
	float: right;
	margin: 1em 0 1em;
}
#commonHeader #hdRight > p > span{
	display: block;
	margin-bottom: 0.5em;
}

#hBnr{
    float: right;
    margin: 15px 1em 0 0;
    height: 64px;
    width: 300px;
}

#hBnr img{
	height: 60px;
}
/* search */
#commonHeader #searchArea {
	display:table;
	height:32px;
	float:right;
	margin-bottom:10px;
	clear: both;
    width: 30%;
}
#commonHeader #searchArea #txtBox {
	padding-right:5px;
	display:table-cell;
	vertical-align:top;
}
#commonHeader #searchArea #txtBox input {
    height: 30px;
    line-height: 30px;
    background: none;
    border: 1px solid #ccc;
    width: 180px;
}
#commonHeader #searchArea #searchBtn {
	display:table-cell;
	/* width: 64px!important; */
}
#commonHeader #searchArea #searchBtn button {
    display: block;
    width: 64px;
    height: 32px;
    background: url("https://www.rakuten.ne.jp/gold/zakka-elements/new/img/icon_search.png") no-repeat left center;
    border:none;
    margin-right: 18px;
}
#commonHeader .cartBtn {
	width: 120px;
    height: 32px;
    vertical-align: middle;
    display: table-cell;
    background: #fff;
}
#commonHeader .cartBtn a {
	ext-align: center;
	background: url(https://www.rakuten.ne.jp/gold/zakka-elements/new/com/img/header/cart.png) no-repeat 10px center #666;
	color: #fff;
	font-size: 12px;
	width: 85px;
	padding: 0 0 0 35px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
}
/* subnav */
#subnav {
	margin-top:8px;
	float: left;
    width: 60%;
}
#subnav li {
    display: inline-block;
    float: left;
    margin-right: 15px;
	font-size:11px;
}
#subnav li:after {
	content:">";
	display:inline;
}
#subnav li a {
	display:inline;
}
/* nav */
#commonHeader nav ul {
	display:table;
	width:100%;
}
#commonHeader nav li {
	display:table-cell;
	width:12.5%;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	background:url("https://www.rakuten.ne.jp/gold/zakka-elements/new/com/img/header/bg_nav-bdr.gif") repeat-y left top #fff;
}
#commonHeader nav ul li a {
	background-color:#fff;
	margin-left:1px;
}
#commonHeader nav ul li:last-child a{
	padding-right:1px;
	background:url("https://www.rakuten.ne.jp/gold/zakka-elements/new/com/img/header/bg_nav-bdr.gif") repeat-y right top #fff;
}
#commonHeader nav li span {
	font-size:8px;
	display:block;
	font-weight:normal;
	letter-spacing:1px;
}

/* 商品詳細テキスト・レイアウト
----------------------------------*/
.rakutenLimitedId_ImageMain1-3 ,
.rakutenLimitedId_ImageMain1-3 img {
	width:300px;
}
/* 商品詳細ページ */

.itemDetail img {
vertical-align:top;
}
.itemDetail * {
margin:0;
padding:0;
}

.itemDetail table td {
	vertical-align:top;
}

.detailPage {
border-collapse:collapse;
border:0px;
}

.detailPage tr td {
padding:0px;
vertical-align:top;
}

.lnkIcons {text-align:right;}

/* 項目別選択肢項目 */
#rakutenLimitedId_aroundCart tr tr tr:not(:first-child) .inventory_choice_name span:before {
width: 70px; /*画像の幅*/
height: 70px; /*画像の高さ*/
margin-bottom: 4px;
border: solid 1px #999;
margin: 0 10px 5px;
display: block;
}
/* オプション選択肢 */
.floating-cart-options-table .choice {
	display:block;
	background: #f4f4f4;
    border: solid 1px #ccc;
    font-weight: bold;
    padding: 5px;
}
#rakutenLimitedId_aroundCart select {
	margin-bottom:10px !important;
}
/* PC用商品説明文 */
table.specTbl {
	width:380px;	
    background-color: #CCC;
}
.specTbl th {
	width: 80px;
    background-color: #EEE;
    color: #666;
    font-size: 80%;
    text-align: left;
    padding: 5px 10px;
    font-weight: 400;
    vertical-align: middle;
}
.specTbl td {
    background-color: #FFF;
    color: #666;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 160%;
    text-align: left;
}

/* 購入エリア */
.catch_copy {
	display: block;
    margin-bottom: 10px;
    color: #999 !important;
    font-size: 10px !important;
	width:365px;
}

.item_name b {
	color: #2e2e2e !important;
    font-size: 14px !important;
	font-weight:normal !important;
	padding:25px 0 0 10px;
	background:url("https://www.rakuten.ne.jp/gold/zakka-elements/new/img/item-detail/bg_cart-itemname.jpg") no-repeat left top;
	display:block;
	height:115px;
	width:365px;
}
.floating-cart-options-table span.choice {
	font-size:100%;
}
#rakutenLimitedId_aroundCart select {
	margin-bottom:5px;
}

/* PC用商品説明文 */
.specTbl {
	width:430px;
	margin-bottom:10px;
	color:#6d6c6f;
	font-size:14px;
}

.codiTbl {
	margin:80px auto 100px;
	background:url(https://image.rakuten.co.jp/asia-kobo/cabinet/common/coordinate_tit.jpg) no-repeat center top;
	padding:100px 0 0 0;
}
.codiTbl.cel1 {width:450px;}
.codiTbl.cel1 td {width:450px;}
.codiTbl.cel2 {width:300px;}
.codiTbl.cel3 {width:450px;}
.codiTbl.cel4 {width:600px;}
.codiTbl.cel5 {width:750px;}
.codiTbl td {
	text-align:center;
	width:150px;
	line-height:2;
	font-size:12px;
}
.codiTbl td img {
	width:132px;
}

.relateTtl {
	font-size:20px;
	text-align:center;
	font-weight:bold;
	padding:80px 5px 0;
}
.relateTtl:after , .relateTtl:before {
	content:"-";
	padding:0 10px;
}
.relateTbl {
	margin:15px auto 100px;
}
.relateTbl.cel1 {width:450px;}
.relateTbl.cel1 td {width:450px;}
.relateTbl.cel2 {width:300px;}
.relateTbl.cel3 {width:450px;}
.relateTbl.cel4 {width:600px;}
.relateTbl.cel5 {width:750px;}
.relateTbl td {
	text-align:center;
	width:150px;
	line-height:2;
	font-size:12px;
}
.relateTbl td img {
	width:132px;
}
/* sideOM
----------------------------------*/
.sideOM,
.sideSS {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100px;
}
.sideOM {
    background: url(https://image.rakuten.co.jp/zakka-elements/cabinet/event/202310om2/100x280.jpg);
}
.sideOM.pre {
	background: url(https://image.rakuten.co.jp/zakka-elements/cabinet/event/202310om/100x280_0925.jpg);
}
.sideOM.aft {
	background: url(https://image.rakuten.co.jp/zakka-elements/cabinet/event/202310om2/100x280_2.jpg);
}
.sideSS {
    background: url(https://image.rakuten.co.jp/zakka-elements/cabinet/event/202310om/100x280.jpg);
}
.sideSS.pre {
    background: url(https://image.rakuten.co.jp/zakka-elements/cabinet/event/202307om2/100x280.jpg);
}
.side0204 {
    background: url(https://image.rakuten.co.jp/zakka-elements/cabinet/event/202402om/100x280.jpg);
}
.side0210 {
    background: url(https://image.rakuten.co.jp/zakka-elements/cabinet/event/202402om/100x280_2.jpg);
}
.side0219 {
    background: url(https://image.rakuten.co.jp/zakka-elements/cabinet/event/202402om2/100x280.jpg);
}
.side0223 {
    background: url(https://image.rakuten.co.jp/zakka-elements/cabinet/event/202402om2/100x280_2.jpg);
}
.side4lim {
	background: url(https://image.rakuten.co.jp/zakka-elements/cabinet/event/202312ss/100x280_4lim.jpg);
}
.side24lim {
	background: url(https://image.rakuten.co.jp/zakka-elements/cabinet/event/202312ss/100x280_24lim.jpg);
}
.side6lim {
    background: url(https://image.rakuten.co.jp/zakka-elements/cabinet/event/202309om/100x280_18.jpg);
}
.sideOM.on,
.sideSS.on {
    display: block;
}

@media only screen and (max-width : 1224px) {
	.sideOM.on,
	.sideSS.on {
		display: none;
	}
}

/* topへボタン
----------------------------------*/
#rc_rightArea {
	position:fixed;
	bottom:55px;
	right:20px;
	width:50px;
	height:50px;
	z-index:999999;
}
@media only screen and (max-width: 767px) {
#rc_rightArea {
	right:10px;
}
}


/* 汎用テストレイアウト
----------------------------------*/
.new_lay{
    text-align: center;
}
.sale_desc .new_lay{
    /* 商品ページのサイズ調整 */
    width: 780px;
    margin: auto;
}
.new_lay img{
    width: 100%;
}
.new_lay .mainCont{
    margin-bottom: 30px;
}
.new_lay .mainCont_img{
    margin-bottom: 0;
}
.new_lay .cntCrs01{
    margin: 0 0 70px;
    line-height: 1.8em;
}
.new_lay .cntPtn01{
    margin: 0 0 30px;
}
.new_lay .cntBnr01{
    margin: 0 0 80px;
}
.new_lay .cntBnr01_img{
    margin: 0 0 20px;
}
.new_lay .ttlL01{
    font-size:32px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    line-height: 1.6em;
}
.new_lay .ttlM01{
    font-size:24px;
    margin: -10px 0 15px;
    letter-spacing: 2px;
    line-height: 1.6em;
}
.new_lay .ttlL02{
    font-size:60px;
    letter-spacing: 8px;
    margin: 0 0 20px;
}
.new_lay .ttlL03{
    font-size: 35px;
    margin: 0 0 1em;
    padding: 0 0 0.5em;
    border-bottom:1px solid #000;
}
.new_lay .txtM01{
    font-size: 16px;
    line-height: 2.2;
    margin: 0 0 70px;
    letter-spacing: 1px;
}
.new_lay .txtM02{
    font-size: 16px;
    line-height: 2.2;
    margin: 0 0 25px;
}
.new_lay .tblCol{
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 30px;
}
.new_lay .tblSep{
    border-collapse: separate;
    border-spacing: 20px;
    width: 100%;
    margin: 0 0 30px;
}
.new_lay .tblSep td,
.new_lay .tblCol td{
    padding: 0;
}
.new_lay .tImage{
    margin-bottom: 0.5rem;
}

.red{
font-weight:bold;
color:#9c0000;
}

.att{
    margin: 50px 0;
}
.att.attTxt{
    border:1px solid #9c0000;
    font-size: 0.8em;
    padding: 1em;
	color: #9c0000;
}
.ntcGray{
	padding: 30px;
	margin-bottom: 25px;
	background-color: #f7f7f7;
}
.ntcGray p{
	font-size: 16px !important;
	line-height: 1.8 !important;
	margin: 0;
}
.ntcGray p+p{
	margin-top: 30px;
}
.ntcGray b{
	font-size: 1.2em;
}
