@charset "UTF-8";
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, figure, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	font-weight:normal;
    vertical-align: baseline;
    background: transparent;
}

* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	height:100%;
	-webkit-text-size-adjust:100%; /*iPhone 文字サイズ調整*/
	overflow-x: hidden; /*横スクロール非表示*/
background-image: url(https://img21.shop-pro.jp/PA01395/798/etc/bg4.jpg?cmsp_timestamp=20200406190752);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
} 

body {
	width: 100%;
	height:100%;
	font:normal 1.2rem/2  'Roboto',"Noto Sans Japanese","游ゴシック", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #363636;
}


@media only screen and (min-width: 737px) {
	
	body {
		font-size: 1.3rem;
	}
	
}


/* remember to define focus styles! */
:focus {
    outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

address {
	font-style:normal;
}

main {
	display: block; /*IE11対応*/
}


/*------------------------------------------------------------
	LINK
------------------------------------------------------------*/

a:link {
	color: #C44584;
	text-decoration: none;
}

a:visited {
	color: #C44584;
	text-decoration: none;
}

a:hover {
	color: #E07E7E;
	text-decoration: underline;
}

a:active {
	color: #C44584;
}

a:focus { 
	outline:none;
}

a.border {
	text-decoration: underline;
}

@media only screen and (min-width: 737px) {
	
	a img {
		-webkit-transition:0.2s ease-in-out;
		transition:0.2s ease-in-out;
	}
	
	a:hover img {
		opacity:0.8;
	}
	
}

/*------------------------------------------------------------
	clearFix
------------------------------------------------------------*/

* html .clearFix,
*+html .clearFix {
	zoom: 1;
}

.clearFix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clearFix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */

.zoom {
	overflow: hidden;
	zoom: 1;
}

.line-add{
    width: 12px;
    margin: 0 auto;
  display: inline;
  vertical-align: middle;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/


/* 改行 */


br.pc {
	display: none;
}

@media only screen and (min-width: 481px) {
	
	br.sp {
		display:none;
	}
	
	br.pc {
		display: block;
	}

}


/* リスト */

ol, ul {
    list-style: none;
}

dt, dd {
	line-height: inherit;
    overflow-wrap: break-word;
 }

/* 画像 */

img {
	max-width: 100%;
	height: auto;
	display:block;/*画像の下の余白を消す*/
}


/* 太字・注意書き */

.bold {
	font-weight:bold;
}

.boldBorder {
	font-weight:bold;
	text-decoration:underline;
}

.redBold {
	font-weight:bold;
	color:#900;
}

.redBoldBorder {
	font-weight:bold;
	text-decoration:underline;
	color:#900;
}

.attention {
	color:#E07E7E;
}

.pnk {
	color: #C44584;
}

.gry {
	color: #999;
}

/*------------------------------------------------------------
	テキストの寄せ
------------------------------------------------------------*/

.justify {
	text-align: justify;
}

.center {
	text-align: center;
}




/* float */

.floatL {
	float: left;
}

.floatR {
	float: right;
}


/* 見出し体裁 */

.dropcap01,
.dropcap02,
.dropcap03 {
	display: block;
	float: left;
	margin: 0px 8px 0px 0px;
	font-size: 24px;
	font-weight:bold;
	line-height: 40px;
	background:#333;
	color: #FFF;
	width: 40px;
	height: 40px;
	text-align: center;
	text-shadow: none;
}

.dropcap02 {
	border-radius: 50px;
}

.dropcap03 {
	background:none;
	color:#333;
	margin:0;
}


/* テーブル ** tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
	display: block;
}

@media only screen and (min-width: 737px) {
	
	table th,
	table td {
		display: table-cell;
	}

}




/*------------------------------------------------------------
	フォームのデザイン
------------------------------------------------------------*/

/*iOS スタイル削除*/
input[type="button"],
input[type="text"],
input[type="submit"] {
   -webkit-appearance: none;
}

/*項目のカラー（通常時）*/
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
textarea {
  background: #f3f3f3;
  border: 1px solid #f3f3f3; /*フォーカス時と同じ太さに*/
}

/*項目のカラー（選択時）*/
/*
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
textarea:focus {
  background: #edf4ff;
  border: 1px solid #4881d9;
}
*/


/*------------------------------------------------------------
	マージン
------------------------------------------------------------*/

.mb5 {
	margin-bottom:5px;
}

.mb10 {
	margin-bottom:10px;
}

.mb15 {
	margin-bottom:15px;
}

.mb20 {
	margin-bottom:20px;
}

.mb25 {
	margin-bottom:25px;
}

.mb30 {
	margin-bottom:30px;
}

.mb35 {
	margin-bottom:35px;
}

.mb40 {
	margin-bottom:40px;
}

.mb45 {
	margin-bottom:45px;
}

.mb50 {
	margin-bottom:50px;
}

.mb60 {
	margin-bottom:60px;
}

.mb70 {
	margin-bottom:70px;
}

.mb80 {
	margin-bottom:80px;
}

.mb90 {
	margin-bottom:90px;
}

.mb100 {
	margin-bottom:100px;
}

.add_170901_wrap{
overflow:hidden;  
}

.add_170901_1{
width:200px;
  float:right;
}

.add_170901_wrap p{
  width:310px;
  float:left;
}

/*------------------------------------------------------------
	IE11以上 Skype電話番号横の「FREE」を削除
------------------------------------------------------------*/


span.skype_c2c_free_text_span {
display:none !important;
}
span.skype_c2c_text_span {
color:#000000 !important;
font-weight:bold!important;
font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif !important;
}
img.skype_c2c_logo_img {
display:none !important;
}


/*　Mobile View &#12316; 480px */

/*------------------------------------------------------------
	ベースライン
------------------------------------------------------------*/

h2 {
	font-size:1.4rem;
	font-weight: 600;
	letter-spacing: 1.5px;
	color: #000;
	border-bottom: 2px solid #000;
	margin-bottom: 10px;
	padding-bottom: 5px;
}


h3 {
	font-size:2rem;
	font-family:'Bambusa W01 Bold';
	color: #000;
	margin: 0 auto 20px;
	text-align: center;
	text-indent: -6px;
	position: relative;
}

h3 span {
	display: block;
	font-size: 1.1rem;
	font-family: "Noto Sans Japanese","游ゴシック", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	letter-spacing: 1px;
	margin-top: 20px;
	text-indent: 0;
}

h3:after {
	content: '';
	background: #000;
	width: 80px;
	height: 1px;
	position: absolute;
	top: 44px;
	left: 50%;
	margin-left: -40px;
}

h4 {
	font-size:1.3rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
}



h5 {
	display: inline-block;
	font-size:1.5rem;
	font-weight: 600;
	letter-spacing: 1px;
	border-bottom: 1px solid #000;
	padding: 15px;
	margin-bottom: 20px;
	
}

h6 {
	font-size:1.3rem;
}

/*------------------------------------------------------------
	汎用テキスト
------------------------------------------------------------*/

p.txt01 {
	margin-bottom: 20px;
}

p.txt02 {
	margin-bottom: 10px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

header {
	width:100%;
	height:144px;
	padding-top: 60px;
	margin: 0 auto 20px;
	border-bottom: 1px solid #000;
	position: relative;
}

header div#innerHead {
	/*background: #fff;*/
	width:100%;
	height: 60px;
	position:fixed; /*またはabsoluteで非固定*/
	top:0;
	z-index:100;
	border-bottom: 1px solid #000; 
}

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

header div#innerHead {
	background: #fff;
}

#spNavi{
	background: #fff;
  }

body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(https://img21.shop-pro.jp/PA01395/798/etc/bg4.jpg?cmsp_timestamp=20200406190752) center no-repeat;
  background-size:cover;
}
html{
  background-image:none;
  }

}

header div#innerHead div.innerHeadBox {
	display: none;
}

header p.notice {
	display: none;
}

header h1#siteID a {
	display: block;
	background: url('https://file002.shop-pro.jp/PA01395/798/common/img/logo_blk.svg') left top no-repeat;
	background-size: cover;
	width: 138px;
	height: 34px;
	text-indent: -9999px;
	position: absolute;
	top: 14px;
	left: 50%;
	margin-left: -74px;
}

/*カートボタン*/
header div#innerHead dl.cartBtn {
	position: absolute;
	height: 30px;
	top: 16px;
	right: 3%;
}

header div#innerHead dl.cartBtn dt,
header div#innerHead dl.cartBtn dd {
	float: left;
}

header div#innerHead dl.cartBtn dt a {
	background: #f1f1f1 url(https://file002.shop-pro.jp/PA01395/798/common/img/icon_cart.png) 12px 8px no-repeat;
	background-size: 16px 16px;
	color: #000;
	display: block;
	width: 38px;
	height: 30px;
	border-radius: 3px 0 0 3px;
}

header div#innerHead dl.cartBtn dd a {
	display: block;
	background: #C44584;
	min-width: 34px;
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	border-radius: 0 3px 3px 0;
}

header div#innerHead dl.cartBtn dt span.cart {
	display: none;
}

/*スマホ ヘッダーメニューボタン*/
header nav#spNavi ul li a {
	background: url(https://file002.shop-pro.jp/PA01395/798/common/img/icon_item.png) center 2px no-repeat;
	background-size: 19px 17px;
	display: block;
	width: 20%;
	height: 34px;
	font-size: 0.9rem;
	color: #000;
	text-align: center;
	text-decoration: none;
	padding-top: 20px;
	margin: 8px 0;
	border-right: 1px solid #000;
	float: left;
}

header nav#spNavi ul li a.menu:after {
	content: none;
}

header nav#spNavi ul li {
	position: relative;
}

header nav#spNavi ul li:nth-child(2) a {
	background: url(https://file002.shop-pro.jp/PA01395/798/common/img/icon_login.png) center top no-repeat;
	background-size: 18px 18px;
}

header nav#spNavi ul li:nth-child(3) a {
	background: url(https://file002.shop-pro.jp/PA01395/798/common/img/icon_acount.png) center top no-repeat;
	background-size: 17px 18px;
}

header nav#spNavi ul li:nth-child(4) a {
	background: url(https://file002.shop-pro.jp/PA01395/798/common/img/icon_email.png) center 4px no-repeat;
	background-size: 15px 12px;
}

header nav#spNavi ul li:last-child a {
	background: url(https://file002.shop-pro.jp/PA01395/798/common/img/icon_search.png) center top no-repeat;
	background-size: 17px 18px;
	border-right: none;
}

header nav#spNavi p {
	background: #f1f1f1;
	width: 100%;
	font-size: 1.1rem;
	line-height: 16px;
 	padding:8px 0;
	border-top: 1px solid #000;
	text-align: center;
	color: #900;
}

header nav#spNavi ul li div.inner {
	display: none;
	background: #fff;
	width: 100%;
	padding: 15px 10% 20px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 10;
}

/*スマホ 検索*/



input.searchBox,
input.searchBoxPC {
	display: block;
	background: url(https://file002.shop-pro.jp/PA01395/798/common/img/icon_search.png) 5px 6px no-repeat;
	background-size: 17px 18px;
	width: 100%;
	height: 32px;
	font-size: 1.3rem;
	line-height: 32px;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #000;
	padding-left: 30px;
}

header nav#pcNavi {
	display: none;
}

/*------------------------------------------------------------
	ナビゲーション
------------------------------------------------------------*/

div.remodal {
	padding: 70px 3% 40px;
}



div.remodal section {
	margin-bottom: 15px;
}

div.remodal section div.oneHalf {
	width: 50%;
	text-align: left;
}

div.remodal section div.oneHalf:before {
	content: '\f0da';
	font-family: 'fontawesome';
	color: #fff;
	margin-right: 5px;
}

div.remodal section div.oneHalf a {
	color: #fff;
}

div.remodal section div.oneThird {
	width: 32%;
	margin-right: 2%;
	border: 1px solid #eee;
	border-radius: 2px;
}

div.remodal section div.oneThird:nth-child(3n) {
	margin-right: 0;
}


div.remodal section div.oneThird a {
	color: #ddd;
}

div.remodal dl {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

div.remodal dl dt {
	font-size: 1.4rem;
	letter-spacing: 0.5px;
	font-weight: 600;
	color: #ddd;
}

div.remodal dl dt:before {
	content: '\f0da';
	font-family: 'fontawesome';
	color: #fff;
	margin-right: 5px;
}


div.remodal dl dd {
	background: #2d2d2d;
	width: 24.25%;
	float: left;
	margin: 0 1% 5px 0;
	padding: 2px;
}

div.remodal dl dd:nth-of-type(4n) {
	margin-right: 0;
}

div.remodal dl dd a {
	font-size: 1.1rem;
	display: block;
	color: #ccc;
}

div.remodal ul {
	position: absolute;
	top: 20px;
	left: 3%;
}

div.remodal ul li {
	display: inline-block;
	margin-right: 10px;
}

div.remodal ul li a {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 1.5rem;
	text-align: center;
	line-height: 30px;
	color: #ddd;
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 30px;
}

div.remodal ul li a i {
	line-height: 30px;
}


header div#innerHead #naviBtn {
	position: absolute;
	top: 19px;
	left: 5%;
	text-align: center;
	text-decoration: none;
}

header div#innerHead #naviBtn span {
	display: block;
}





/*------------------------------------------------------------
	コンテンツ：レイアウト
------------------------------------------------------------*/

div.container {
	width:100%;
	padding: 0 6%;
}

div.container div.contents {
	width:100%;
	margin:0 auto;
	padding: 0 0 30px;
	position:relative;
}

section {
	display:flex;
	flex-wrap:wrap;
	display: -webkit-flex; /*古いブラウザ用*/
	-webkit-flex-wrap: wrap;/*古いブラウザ用*/
}

/*テンプレ用 仮設定*/
.grid {
	margin-bottom:10px;
}

.bgGry {
	background: #F3F3F3;
}

.bgCream {
	background: #F8F6F0;
}

/*------------------------------------------------------------
	カスタムセレクト
------------------------------------------------------------*/

.customSelect { 
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff url("https://file002.shop-pro.jp/PA01395/798/common/img/arrow_form.svg") 90% 12px no-repeat;
	background-size: 10px 10px;
	padding: 5px 15px 5px 10px;
}

.customSelectInner {
	width: auto!important;
	padding-right: 20px;
}


/*------------------------------------------------------------
	横スクロールコンテンツ
------------------------------------------------------------*/

.scrollArea {
  overflow-x: scroll;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.scrollArea .scrollWrap {
  height: 100%;
}

.scrollArea .scrollWrap .scrollItem {
  float: left;
}

@media only screen and (min-width: 737px) {
	
	.scrollArea {
		overflow-x: hidden;
	}
	
	.scrollArea .scrollWrap {
		width: 1120px!important; /*PCのコンテンツ幅と同じに設定 */
		margin: 0 auto;
	}
	
	.scrollArea .scrollWrap .scrollItem {
		width: 220px;/*個別に設定 or ここで一括設定 */
	}
	

	.scrollArea .scrollWrap .scrollItem:last-child {
		margin-right: 0;
	}
	
}


/*------------------------------------------------------------
	タブ切り替えボタン
------------------------------------------------------------*/

ul.tabControl {
	font-size: 0;
	text-align: center;
	margin-bottom: 15px;
}

ul.tabControl li {
	display: inline-block;
	width: 33.333%;
	text-align: center;
}

ul.tabControl li a {
	display: block;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 1px;
	color: #000;
	border: 1px solid #000;
	border-right: none;
	padding: 5px 20px;
}

ul.tabControl li:last-child a {
	border-right:1px solid #000;
}

ul.tabControl li a:hover,
ul.tabControl li a.selected {
	background: #000;
	text-decoration: none;
	color: #fff;
}


/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/



ul.breadcrumb:last-of-type {
	margin-bottom:20px;
}


ul.breadcrumb li {
	font-size: 1.1rem;
	letter-spacing: 1px;
	float:left;
	color: #9B9B9B;
}

ul.breadcrumb li:after {
	content:">";
	margin:0 1em;
}

ul.breadcrumb li:last-child:after {
	content: none;
}

ul.breadcrumb li a {
	color: #9B9B9B;
}
	

/*------------------------------------------------------------
	RESPONSIVE GRID
------------------------------------------------------------*/

.fullwidth,
.oneHalf,
.oneThird,
.oneThirdLeft,
.oneThirdRight,
.twoThirdLeft,
.twoThirdRight,
.twoFifthLeft,
.twoFifthRight,
.threeFifthLeft,
.threeFifthRight {
	width:100%;
}

.oneFourth,
.oneFifth {
	width:48%;
	margin-right:4%;
}

.oneFourth:nth-child(2n),
.oneFifth:nth-child(2n) {
	margin-right:0;
}

/*------------------------------------------------------------
	2カラム（サイドナビ）
------------------------------------------------------------*/

div#sideLeft,
div#sideRight {
	width:100%;
}

div#mainLeft,
div#mainRight {
	width:100%;
}

/*------------------------------------------------------------
	サイドナビ
------------------------------------------------------------*/

#sideLeft {
	padding: 30px 0 0;
}

/*バナー　SLick上書き設定*/
#sideLeft .slick-slider {
	width: 300px;
	margin: 0 auto 20px;
	padding: 0;
}

#sideLeft .slick-prev {
	top: auto;
	bottom: -2px;
	margin: -5px 0 0;
	left: 8%;
}

#sideLeft .slick-next {
	top: auto;
	bottom: -2px;
	margin: -5px 0 0;
	right: 8%;
}

#sideLeft .slick-prev:before {
	font-size: 1.4rem;
	content: '\f104';
}

#sideLeft .slick-next:before {
	font-size: 1.4rem;
	content: '\f105';
}

#sideLeft .slick-dots {
	padding-top: 10px;
}

/*カテゴリー一覧*/
aside#sideCat {
	display: none;
}


/*アコーディオン*/
.child {
    display: none; /*閉じておくアコーディオンにのみ設置*/
}

div.switch ul {
	margin-bottom: 30px;
}

div.switch ul:last-child {
	margin-bottom: 0;
}

div.switch ul li {
	background: #fff;
	margin-bottom: 5px;
	position: relative;
}

div.switch ul li:last-child {
	margin-bottom: 0;
}

div.switch ul li a.menu {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 40px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 2px solid #000;
	padding-left: 5px;
}

div.switch ul li div.inner {
	margin-top: 10px;
}

div.switch ul li div.brand {
	width: 48%;
	float: left;
	margin: 0 4% 10px 0;
	
}

div.switch ul li div.brand a img {
	border: 1px solid #ccc;
}

div.switch ul li div.brand a img:hover {
	border: 1px solid #C44584;
	opacity: 1;
}

div.switch ul li div.brand:nth-child(2n) {
	margin-right: 0;
}

div.switch ul li div.color {
	border-bottom: 1px solid #ddd;
	position: relative;
}

div.switch ul li div.color:last-child {
	margin-bottom: 10px;
}

div.switch ul li div.color a {
	display: block;
	padding: 8px 10px;
	color: #000;
	text-decoration: none;
}

div.switch ul li div.color a:hover {
	background: #f6f6f6;
}

div.switch ul li div.color a:before {
	content: '-';
	margin-right: 7px;
}

div.switch ul li div.color a:after {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	right: 10px;
	top: 16px;
}
div.switch ul li div.color a.white:after {
	background: #fff;
	border: 1px solid #333;
}

div.switch ul li div.color a.black:after {
	background: #000;
}

div.switch ul li div.color a.grey:after {
	background: #9B9B9B;
}

div.switch ul li div.color a.navy:after {
	background: #2E374F;
}

div.switch ul li div.color a.blue:after {
	background: #4A90E2;
}

div.switch ul li div.color a.green:after {
	background: #417505;
}

div.switch ul li div.color a.orange:after {
	background: #F5A623;
}

div.switch ul li div.color a.pink:after {
	background: #E91E63;
}

div.switch ul li div.color a.yellow:after {
	background: #F8E71C;
}

div.switch ul li div.color a.red:after {
	background: #CF4455;
}

div.switch ul li div.color a.gold:after {
	background: #E7D1A7;
}

div.switch ul li div.color a.silver:after {
	background: #E3E1E1;
}

div.switch ul li div.color a.others:after {
	background: #000;
}

div.switch ul li div.feat {
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 14px;
}
@media only screen and (max-width: 640px) {
	div.switch ul li div.feat:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;border-bottom: none;
	}
}

div.switch ul li div.feat img {
	margin-bottom: 8px;
}

div.switch ul li div.feat a {
	font-size: 1.2rem;
	color: #000;
	line-height: 1.8;
}

.switch .menu:after {
  content: '\f105';
  font-size: 1.6rem;
  font-family: 'fontawesome';
  color: #000;
  position: absolute;
  top: 0;
  right: 12px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; 
 }
  
.switch .menu.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); 
  right: 13px;
 }

.switch .menu.active:after,
.switch .menu:hover:after {
	color: #000;
}

/*------------------------------------------------------------
	最近チェックしたアイテム
------------------------------------------------------------*/

#recentArea {
	width: 100%;
	border-top:1px solid #ddd;
	padding: 30px 0 0;
}

div.scrollArea {
	padding: 0 0 30px 6%;
}

div.recentItem {
	width: 160px;
	margin: 0 5px 0 0;
	float: left;
}

div.recentItem:nth-child(5n) {
	margin-right: 0;
}

div.recentItem figure {
	width: 160px;
	height: 192px;
	margin-bottom: 5px;
	overflow: hidden;
}

div.recentItem dl {
	line-height: 1.6;
	color: #000;
}

div.recentItem dl dt a {
	font-weight: 600;
	color: #000;
}


/*------------------------------------------------------------
	ページ下部：共通カテゴリーボタン
------------------------------------------------------------*/

#footCategory {
	border-top: 1px solid #ddd;
	padding: 30px 0;
}

#footCategory div.cat-tops {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_tops.png') -5px 4px no-repeat;
}

#footCategory div.cat-bottoms {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_bottoms.png') -5px 4px no-repeat;
}

#footCategory div.cat-onepiece {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_onepiece.png') -5px 4px no-repeat;
}

#footCategory div.cat-outer {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_outer.png') -5px 4px no-repeat;
}

#footCategory div.cat-swim {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_swim.png') -5px 4px no-repeat;
}

#footCategory div.cat-glass {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_glass.png') -5px 4px no-repeat;
}

#footCategory div.cat-bag {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_bag.png') -5px 4px no-repeat;
}

#footCategory div.cat-accesary {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_accesary.png') -5px 4px no-repeat;
}

#footCategory div.cat-zakka {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_zakka.png') -5px 4px no-repeat;
}

#footCategory div.cat-etc {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_etc.png') -5px 4px no-repeat;
}

#footCategory div.cat-mensswim {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_mensswim.png') -5px 4px no-repeat;
}

#footCategory div.oneSixth {
	background-color: #f6f6f6;
	background-size: 38px 38px;
	width: 32%;
	height: 46px;
	margin: 0 2% 8px 0;
}

#footCategory div.oneSixth:nth-child(3n) {
	margin-right: 0;
}

#footCategory div.oneSixth a {
	display: block;
	font-size: 1.1rem;
	line-height: 46px;
	color: #000;
	text-decoration: none;
	padding-left: 32px;
}

#footCategory ul#catPanel {
	margin-bottom: 15px;
}

#footCategory ul.footLinkSP {
	margin-top: 20px;
}

#footCategory ul.footLinkSP li {
	border-bottom: 1px solid #ddd;
}

#footCategory ul.footLinkSP li:first-child {
	border-top: 1px solid #ddd;
}

#footCategory ul.footLinkSP li a {
	display: block;
	font-size: 1.1rem;
	line-height: 1;
	text-decoration: none;
	padding: 12px 15px 10px;
	letter-spacing: 1px;
	color: #000;
	position: relative;
}

#footCategory ul.footLinkSP li a:after {
	content: '\f105';
	font-family: 'fontawesome';
	position: absolute;
	right: 15px;
	top: 12px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

footer {
	background:#1D1D1D;
	width:100%;
	padding-bottom: 50px;
}

footer div#innerFoot {
	width:96%;
	margin:0 auto;
	padding: 35px 0 40px;
}

footer div#innerFoot p#footID {
	background: url(https://file002.shop-pro.jp/PA01395/798/common/img/logo_wht.svg) left top no-repeat;
	background-size: cover;
	width: 180px;
	height: 44px;
	margin: 0 auto 30px;
	text-indent: -9999px;
}


ul.socialLink {
	text-align: center;
}

ul.socialLink li {
	display: inline-block;
}

ul.socialLink li a {
	display: block;
	width: 30px;
	height: 30px;
/* 	line-height: 30px; */
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 15px;
	margin: 0 6px;
    padding-top: 8px;
}

ul.socialLink li a:hover {
	background: #ccc;
	border: 1px solid #000;
}

ul.footLink {
	display: none;
}

address {
	background: #000;
	font-size: 1rem;
	line-height: 47px;
	color: #fff;
	text-align: center;
}


/*------------------------------------------------------------
	フッターフロート
------------------------------------------------------------*/

#footerMenu {
	width: 100%;
	height: 0px;
	z-index: 300;
	overflow: none;
	position: fixed;
	bottom: 0;
	left: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

#footerMenu.show {
	background: rgba(29,29,29,0.95);
  height: 48px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

#footerMenu div {
	width: 25%;
	line-height: 2.2;
	text-align: center;
	border-right: 1px solid #000;
}

#footerMenu div.line {
	background: url(https://file002.shop-pro.jp/PA01395/798/common/img/icon_line_wht.svg) center 9px no-repeat;
	padding-top: 15px;
}

#footerMenu div:last-child {
	border-right: none;
}

#footerMenu div a {
	display: block;
	height: 48px;
	font-size: 1.5rem;
	color: #fff;
	text-decoration: none;
	padding-top: 12px;
}

#footerMenu div a span {
	display: block;
	font-size: 1rem;
}


/*------------------------------------------------------------
	ページトップへ
------------------------------------------------------------*/

p#pageTop a {
	display: block;
	background: rgba(249,249,249,0.8);
	width: 36px;
	height: 36px;
	font-size: 2rem;
	font-weight: bold;
/* 	line-height: 36px; */
	text-align: center;
	color: #000;
	position: fixed;
	bottom: 132px;
	right: 5%;
	z-index: 5000;
	padding-top: 8px;
}

/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/

a.button {
	display: block;
	width: 264px;
	height: 50px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	color: #000;
	border: 1px solid #000;
	border-radius: 25px;
	margin: 0 auto;
	position: relative;
}

a.button:after {
	content: '\f105';
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	right: 25px;
}

a.button:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}


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


/*------------------------------------------------------------
	ベースライン
------------------------------------------------------------*/

h2 {
	font-size:2rem;
	margin-bottom: 25px;
	padding-bottom: 10px;
}


h3 {
	font-size: 2.6rem;
	margin: 0 auto 40px;
}

h3 span {
	font-size: 1.2rem;
	margin-top: 20px;
}

h3:after {
	top: 54px;
}

h4 {
	font-size:1.6rem;
	margin-bottom: 10px;
}

/*------------------------------------------------------------
	汎用テキスト
------------------------------------------------------------*/

p.txt01 {
	margin-bottom: 30px;
}

p.txt02 {
	margin-bottom: 15px;
}

	
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

header {
	width:1120px;
	height: 164px;
	margin: 25px auto 20px;
	padding: 0;
}



#header .fixheader {
  position: absolute;
  width: 100%;
  top: 94px;
  /*background: #fff;*/
	border-bottom: 2px solid #000; 
  
}

@media
only screen and (max-width : 640px){
#header .fixheader{
  background: #fff;
  }
}

#header.fixed .fixheader {
	width: 1120px;
  position: fixed;
  top: 0px;
  z-index: 100;
}

header div#innerHead {
	width:1120px;
	height: 94px;
	position: relative;
}

header p.notice {
	display: block;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.5px;
	color: #900;
	position: absolute;
	top: 0;
	left: 0;	
}

header h1#siteID a {
width: 232px;
    height: 58px;
    top: 12px;
    left: 0;
    margin: 0;
}

/*カートボタン*/
header div#innerHead dl.cartBtn {
	top: 42px;
	right: 5px;
}

header div#innerHead dl.cartBtn dt a {
	background: #f1f1f1 url(https://file002.shop-pro.jp/PA01395/798/common/img/icon_cart.png) 13px 12px no-repeat;
	background-size: 16px 16px;
	width: 90px;
	height: 40px;
	padding-left: 40px;
}

header div#innerHead dl.cartBtn dt a:hover {
	background: #ddd url(https://file002.shop-pro.jp/PA01395/798/common/img/icon_cart.png) 13px 12px no-repeat;
	background-size: 16px 16px;
}	

header div#innerHead dl.cartBtn dd a {
	min-width: 46px;
	line-height: 40px;
}

header div#innerHead dl.cartBtn dt span.cart {
	display: inline-block;
	line-height: 40px;
}


header div#innerHead div.innerHeadBox {
	display: block;
	width: 880px;
	height: 94px;
	position: absolute;
	top: 0;
	right: 0;
}

header div#innerHead div.innerHeadBox ul.socialLink {
	position: absolute;
	top: 0;
	right: 0;
}

header div#innerHead div.innerHeadBox ul.socialLink li a {
	color: #000;
	border: 1px solid #000;
}

header div#innerHead div.innerHeadBox ul.socialLink li a:hover {
	background: #000;
	color: #fff;
}

header div#innerHead div.innerHeadBox dl.topnews {
	display: inline-block;
	background: #F8F6F0;
	position: absolute;
	top: 0;
	right: 200px;
	padding: 0 25px;
	border-radius: 15px;
}

header div#innerHead div.innerHeadBox dl.topnews dt {
	height: 32px;
	font-size: 1.6rem;
	font-family:'Bambusa W01 Basic';
	color: #C44584;
	padding: 2px 15px 0 0;
	float: left;
  	display:none;
}

header div#innerHead div.innerHeadBox dl.topnews dd {
	height: 32px;
	padding-top: 4px;
	float: left;
}

header div#innerHead div.innerHeadBox dl.topnews dd a {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #000;
}

header div#innerHead div.innerHeadBox dl.topnews dd a:hover {
	text-decoration: underline;
}

header div#innerHead div.innerHeadBox ul.subNavi {
	position: absolute;
	top: 53px;
	right: 160px;
}

header div#innerHead div.innerHeadBox ul.subNavi li {
	float: left;
}

header div#innerHead div.innerHeadBox ul.subNavi li.line {
	background: url(https://file002.shop-pro.jp/PA01395/798/common/img/icon_line_blk.svg) 8px 3px no-repeat;
	padding-left: 18px;
}	

header div#innerHead div.innerHeadBox ul.subNavi li a {
	display: block;
	font-size: 1.2rem;
	line-height: 15px;
	color: #000;
	border-right: 1px solid #000;
	padding: 2px 10px 0;
}

header div#innerHead div.innerHeadBox ul.subNavi li a i,
header div#innerHead div.innerHeadBox ul.subNavi li a img {
	display: inline-block;
	margin-right: 6px;
}

header div#innerHead div.innerHeadBox ul.subNavi li:last-child a {
	border: none;
}


/*スマホ ヘッダーメニューボタン*/
header nav#spNavi {
	display: none;
}

header div#innerHead #naviBtn {
	display: none;
}


/*PC メガメニュー*/
header nav#pcNavi {
	display: block;
}

header nav#pcNavi form {
	width: 210px;
	height: 38px;
	position: absolute;
	top: 18px;
	right: 25px;
}

/*PC 検索*/
input.searchBoxPC {
	background: url(https://file002.shop-pro.jp/PA01395/798/common/img/icon_search.png) 5px 10px no-repeat;
	background-size: 17px 18px;
	width: 210px;
	height: 38px;
	line-height: 38px;
	padding-left: 30px;
}




/*------------------------------------------------------------
	コンテンツ：レイアウト
------------------------------------------------------------*/

div.container {
	width:100%;
	padding: 0;
}

div.container div.contents {
	max-width:1120px;
	padding: 0 0 60px;
}

/*------------------------------------------------------------
	カスタムセレクト
------------------------------------------------------------*/

.customSelect {
	background: #fff url("https://file002.shop-pro.jp/PA01395/798/common/img/arrow_form.svg") 90% 18px no-repeat;
	font-size: 1.3rem;
	padding: 8px 15px;
}


/*------------------------------------------------------------
	タブ切り替えボタン
------------------------------------------------------------*/

ul.tabControl {
	margin-bottom: 40px;
}

ul.tabControl li {
	width: 160px;
}

ul.tabControl li a {
	font-size: 1.4rem;
}

/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/


ul.breadcrumb li {
	font-size: 1.2rem;
}

	
/*------------------------------------------------------------
	RESPONSIVE GRID
------------------------------------------------------------*/

.oneHalf {
	width:49%;
	margin-right:2%;
}

.oneHalf:nth-child(2n) {
	margin-right:0;
}

.grid {
	margin-bottom:20px;
}

.oneThird,
.oneThirdLeft,
.oneThirdRight {
	width:32%;
}

.twoThirdLeft,
.twoThirdRight {
	width:66%;
}

.twoFifthLeft,
.twoFifthRight{
	width:38.8%;
}

.threeFifthLeft,
.threeFifthRight {
	width:59.2%;
}

.oneFifth,
.oneFifth:nth-child(2n)  {
	width:18.4%;
	margin-right:2%;
}

.oneThird,
.oneThirdLeft,
.twoThirdLeft,
.twoFifthLeft,
.threeFifthLeft {
	margin-right:2%;
}

.oneThird:nth-child(3n),
.oneFifth:nth-child(5n) {
	margin-right:0;
}


.oneFourth,
.oneFourth:nth-child(2n) {
	width:23.5%;
	margin-right:2%;
}

.oneFourth:nth-child(4n){
	margin-right:0;
}


/*------------------------------------------------------------
	2カラム（サイドナビ有り）
------------------------------------------------------------*/

div#mainRight {
	width:855px;
	float:right;
}

div#mainLeft {
	width:75%;
	float:left;
}

div#sideLeft {
	display:block;
	width:220px;
	float:left;
}

div#sideRight {
	display:block;
	width:23.5%;
	margin-left:1.5%;
	float:right;
}

div.fixed {
  position: fixed;
  top: 20px;
}


/*------------------------------------------------------------
	サイドナビ
------------------------------------------------------------*/

#sideLeft {
	padding: 0;
}


/*バナー　SLick上書き設定*/
#sideLeft .slick-slider {
	width: 220px;
}

#sideLeft .slick-dots {
	padding-top: 5px;
}


/*アコーディオン*/

div.switch ul {
	margin-bottom: 50px;
}

div.switch ul li div {
	font-size: 1.2rem;
}





/*------------------------------------------------------------
	最近チェックしたアイテム
------------------------------------------------------------*/

#recentArea {
	width: 1120px;
	padding: 60px 0 0;
	margin: 0 auto;
}

div.scrollArea {
	padding: 0 0 60px;
}




div.recentItem {
	width: 220px;
}

div.recentItem figure {
	width: 220px;
	height: 262px;
}


div.recentItem figure img {
	transition:0.2s ease-in-out;
}

div.recentItem figure img:hover {
	background: #fff;
	transform:scale(1.1,1.1);
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	cursor: pointer;
}

/*------------------------------------------------------------
	ページ下部：共通カテゴリーボタン
------------------------------------------------------------*/

#footCategory {
	width: 100%;
	padding: 50px 0 60px;
	margin: 0 auto;;
}

#footCategory div.cat-tops {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_tops.png') left top no-repeat;
}

#footCategory div.cat-bottoms {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_bottoms.png') left top no-repeat;
}

#footCategory div.cat-onepiece {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_onepiece.png') left top no-repeat;
}

#footCategory div.cat-outer {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_outer.png') left top no-repeat;
}

#footCategory div.cat-swim {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_swim.png') left top no-repeat;
}

#footCategory div.cat-glass {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_glass.png') left top no-repeat;
}

#footCategory div.cat-bag {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_bag.png') left top no-repeat;
}

#footCategory div.cat-accesary {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_accesary.png') left top no-repeat;
}

#footCategory div.cat-zakka {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_zakka.png') left top no-repeat;
}

#footCategory div.cat-etc {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_etc.png') left top no-repeat;
}

#footCategory div.cat-mensswim {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/top/cat_mensswim.png') left top no-repeat;
}

#footCategory div.oneSixth,
#footCategory div.oneSixth:nth-child(3n) {
	background-color: #f6f6f6;
	background-size: 60px 60px;
	width: 182px;
	height: 60px;
	margin: 0 5.5px 5.5px 0;
}

#footCategory div.oneSixth:nth-child(6n) {
	margin-right: 0;
}

#footCategory div.oneSixth a {
	font-size: 1.3rem;
	line-height: 60px;
	padding-left: 60px;
}

#footCategory div.oneSixth a:hover {
	color: #000;
	text-decoration: underline;
}

#footCategory ul#catPanel {
	margin-bottom: 40px;
}

#footCategory ul.footLinkSP {
	display: none;
}
	
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

footer {
	padding: 0;
}

footer div#innerFoot {
	width:1120px;
	padding: 45px 0 65px;
}

footer div#innerFoot p#footID {
	width: 281px;
	height: 69px;
	margin: 0 auto 40px;
}

ul.socialLink {
	margin-bottom: 60px;
}

ul.footLink {
	display: block;
	text-align: center;
}

ul.footLink li {
	display: inline-block;
}

ul.footLink li a {
	display: block;
	font-size: 1.25rem;
	font-weight: 200;
	letter-spacing: 1px;
	color: #fff;
	margin: 0 10px;
}


/*------------------------------------------------------------
	フッターフロート
------------------------------------------------------------*/

#footerMenu {
	display: none;
}

/*------------------------------------------------------------
	ページトップへ
------------------------------------------------------------*/

p#pageTop a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	bottom: 410px;
	right: 3%;
	padding-top: 15px;
}

p#pageTop a:hover {
	background: #000;
	color: #fff;
}

/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/

a.button {
	width: 320px;
}

}


/*------------------------------------------------------------
	オプション詳細
------------------------------------------------------------*/

div.pad_20 {
	width: 100%;
	padding: 20px;
}

div.pad_20 div {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}


div.pad_20 h1 {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 10px;
}

div.pad_20 table {
	width: 100%;
	border-collapse: collapse;
}

div.pad_20 table th {
	background: #f9f9f9;
}

div.pad_20 table th,
div.pad_20 table td {
	text-align: center;
	display: table-cell;
	white-space: nowrap;
}

p.txt_c a {
	display: block;
	background: #fff;
	max-width: 300px;
	color: #000;
	border: 1px solid #000;
	margin: 20px auto;
}

p.txt_c a:hover {
	background: #000;
	color: #fff;
}


h1#logo_img img {
	max-width: 160px;
}

@media only screen and (min-width:737px) {
	
	.title_area img {
		max-width: 211px;
	}  
}

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

.add_170901_wrap{
overflow:hidden;  
}

.add_170901_1{
width:100%;
  float:none;
  margin-top:15px;
}

.add_170901_wrap p{
  width:100%;
  float:none;
}

}



.add_video{
margin: 0 auto 30px;
display: block;
width: 640px;
}

.add_video iframe{
width:640px;
height:420px;
}

	#subVisArea figure {
		width: 550px;
		margin: 0px auto;
	}
	
	#subVisArea figure:nth-child(2n) {
		margin-right: 0;
	}

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

.add_video {
    width: 100%;
}

.add_video iframe{
    width: 100%;
    height: 220px;
}

}

